/*
Theme Name: JD Window Cleaning Premium
Theme URI: https://www.jdwc.co.uk/
Author: JD Window Cleaning
Description: A bespoke, conversion-focused WordPress theme for JD Window Cleaning. No paid page builder or recurring theme licence required.
Version: 1.3.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: jd-window-cleaning
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --jd-navy-950: #061525;
  --jd-navy-900: #071d33;
  --jd-navy-800: #0a2a49;
  --jd-blue-700: #075db6;
  --jd-blue-600: #0878d1;
  --jd-blue-500: #1596ef;
  --jd-cyan: #49c8ff;
  --jd-hot: #ff8b1f;
  --jd-ink: #10243a;
  --jd-body: #44566b;
  --jd-muted: #6d7f92;
  --jd-line: #dce7f0;
  --jd-soft: #f4f9fd;
  --jd-white: #ffffff;
  --jd-radius-sm: 14px;
  --jd-radius: 22px;
  --jd-radius-lg: 34px;
  --jd-shadow-sm: 0 14px 36px rgba(7, 29, 51, .08);
  --jd-shadow: 0 28px 80px rgba(7, 29, 51, .16);
  --jd-content: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--jd-white);
  color: var(--jd-body);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--jd-blue-700); text-decoration: none; transition: color .2s ease, opacity .2s ease, transform .2s ease; }
a:hover { color: var(--jd-blue-500); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { color: #fff; background: var(--jd-blue-600); }

.jd-container { width: min(calc(100% - 40px), var(--jd-content)); margin-inline: auto; }
.jd-narrow { width: min(calc(100% - 40px), 850px); margin-inline: auto; }
.jd-section { position: relative; padding: 110px 0; overflow: clip; }
.jd-section--soft { background: var(--jd-soft); }
.jd-section--dark { color: #fff; background: var(--jd-navy-900); }
.jd-section--dark h2, .jd-section--dark h3 { color: #fff; }
.jd-section--dark p { color: #bed2e5; }

h1, h2, h3, h4 {
  margin: 0 0 .55em;
  color: var(--jd-ink);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(3rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 1.15em; }
.jd-lead { max-width: 690px; color: var(--jd-body); font-size: clamp(1.12rem, 1.8vw, 1.35rem); line-height: 1.65; }
.jd-section--dark .jd-lead { color: #c9dbea; }
.jd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--jd-blue-600);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.jd-kicker::before { content: ""; width: 30px; height: 2px; border-radius: 99px; background: currentColor; }
.jd-kicker--light { color: var(--jd-cyan); }
.jd-kicker--hot { color: var(--jd-hot); }
.jd-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.jd-section-heading > div:first-child { max-width: 760px; }
.jd-section-heading p { max-width: 480px; margin: 0; }

.jd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--jd-blue-500), var(--jd-blue-700));
  box-shadow: 0 12px 26px rgba(8, 120, 209, .24);
  font-size: .92rem;
  font-weight: 850;
  letter-spacing: .01em;
}
.jd-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 32px rgba(8, 120, 209, .30); }
.jd-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.jd-button--outline { color: var(--jd-navy-900); background: #fff; border-color: rgba(10, 42, 73, .16); box-shadow: none; }
.jd-button--outline:hover { color: var(--jd-blue-700); border-color: var(--jd-blue-500); box-shadow: var(--jd-shadow-sm); }
.jd-button--glass { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.25); box-shadow: none; backdrop-filter: blur(12px); }
.jd-button--glass:hover { background: rgba(255,255,255,.14); }
.jd-button--white { color: var(--jd-blue-700); background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.14); }
.jd-button--white:hover { color: var(--jd-navy-900); }

.jd-topbar { padding: 9px 0; color: #cfe2f2; background: var(--jd-navy-950); font-size: .82rem; }
.jd-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.jd-topbar__points { display: flex; gap: 24px; }
.jd-topbar__points span { display: inline-flex; align-items: center; gap: 7px; }
.jd-topbar__points svg { width: 15px; height: 15px; color: var(--jd-cyan); fill: none; stroke: currentColor; stroke-width: 2; }
.jd-topbar a { color: #fff; font-weight: 750; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(7,29,51,.08);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
}
.site-header__inner { display: flex; align-items: center; min-height: 82px; gap: 34px; }
.site-branding { flex: 0 0 auto; }
.site-branding .custom-logo { max-height: 58px; width: auto; }
.jd-wordmark { display: inline-flex; align-items: center; gap: 11px; color: var(--jd-navy-900); }
.jd-wordmark:hover { color: var(--jd-navy-900); }
.jd-wordmark__mark { position: relative; width: 46px; height: 46px; border-radius: 14px; background: linear-gradient(145deg, var(--jd-blue-500), var(--jd-blue-700)); box-shadow: 0 10px 22px rgba(8,120,209,.24); }
.jd-wordmark__mark::before { content: "JD"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 1.05rem; font-weight: 900; letter-spacing: -.08em; }
.jd-wordmark__text { display: grid; line-height: 1; }
.jd-wordmark__text strong { color: var(--jd-navy-900); font-size: 1rem; letter-spacing: .02em; }
.jd-wordmark__text span { margin-top: 4px; color: var(--jd-muted); font-size: .72rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.main-navigation { margin-left: auto; }
.primary-menu, .main-navigation > ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.primary-menu a, .main-navigation > ul a { color: var(--jd-ink); font-size: .88rem; font-weight: 750; }
.primary-menu a:hover, .main-navigation > ul a:hover { color: var(--jd-blue-600); }
.site-header__actions { display: flex; align-items: center; gap: 10px; }
.jd-header-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--jd-navy-900); font-size: .86rem; font-weight: 850; white-space: nowrap; }
.jd-header-phone svg { width: 18px; height: 18px; fill: none; stroke: var(--jd-blue-600); stroke-width: 2; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--jd-line); border-radius: 12px; color: var(--jd-navy-900); background: #fff; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 99px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.is-active span { opacity: 0; }
.menu-toggle.is-active::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-active::after { transform: translateY(-6px) rotate(-45deg); }

.jd-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 74% 20%, rgba(21,150,239,.30), transparent 32%),
    radial-gradient(circle at 2% 80%, rgba(73,200,255,.12), transparent 28%),
    linear-gradient(135deg, var(--jd-navy-950) 0%, var(--jd-navy-900) 54%, #0b3760 100%);
}
.jd-hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg,#000,transparent 70%); }
.jd-hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -180px; bottom: -240px; border: 90px solid rgba(73,200,255,.08); border-radius: 50%; }
.jd-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); align-items: center; gap: 60px; padding: 82px 0 96px; }
.jd-hero h1 { max-width: 720px; color: #fff; }
.jd-hero h1 span { display: block; color: var(--jd-cyan); }
.jd-hero__copy > p { max-width: 670px; color: #c9dbea; font-size: clamp(1.1rem, 1.55vw, 1.3rem); }
.jd-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.jd-hero__micro { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #dbe9f4; font-size: .88rem; font-weight: 700; }
.jd-hero__micro span { display: inline-flex; align-items: center; gap: 8px; }
.jd-hero__micro svg { width: 18px; height: 18px; color: var(--jd-cyan); fill: none; stroke: currentColor; stroke-width: 2; }
.jd-hero__visual { position: relative; min-height: 565px; }
.jd-hero__frame { position: absolute; inset: 18px 0 0 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; background: #d9ecf7; box-shadow: 0 44px 100px rgba(0,0,0,.30); transform: rotate(1.5deg); }
.jd-hero__frame img { width: 100%; height: 100%; object-fit: cover; }
.jd-hero__frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(255,255,255,.20), transparent 28%, transparent 66%, rgba(255,255,255,.10)); }
.jd-float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 13px; max-width: 245px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.30); border-radius: 16px; color: var(--jd-navy-900); background: rgba(255,255,255,.92); box-shadow: var(--jd-shadow); backdrop-filter: blur(12px); }
.jd-float-card svg { flex: 0 0 38px; width: 38px; height: 38px; padding: 8px; border-radius: 11px; color: #fff; background: var(--jd-blue-600); fill: none; stroke: currentColor; stroke-width: 1.8; }
.jd-float-card strong { display: block; color: var(--jd-navy-900); font-size: .88rem; line-height: 1.25; }
.jd-float-card small { display: block; margin-top: 3px; color: var(--jd-muted); font-size: .72rem; line-height: 1.3; }
.jd-float-card--top { top: 0; right: -18px; }
.jd-float-card--bottom { left: 0; bottom: 3px; }
.jd-hot-badge { position: absolute; z-index: 3; right: 14px; bottom: 34px; display: grid; place-items: center; width: 96px; height: 96px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: linear-gradient(145deg, #ffad36, #f56c12); box-shadow: 0 20px 45px rgba(245,108,18,.32); text-align: center; transform: rotate(8deg); }
.jd-hot-badge strong { font-size: .74rem; line-height: 1.1; letter-spacing: .08em; text-transform: uppercase; }

.jd-trust-strip { position: relative; z-index: 5; margin-top: -38px; }
.jd-trust-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(7,29,51,.08); border-radius: 20px; background: #fff; box-shadow: var(--jd-shadow); }
.jd-trust-item { display: flex; align-items: center; gap: 14px; min-height: 104px; padding: 24px; border-right: 1px solid var(--jd-line); }
.jd-trust-item:last-child { border-right: 0; }
.jd-trust-item svg { flex: 0 0 42px; width: 42px; height: 42px; padding: 9px; border-radius: 12px; color: var(--jd-blue-600); background: #eaf7ff; fill: none; stroke: currentColor; stroke-width: 1.8; }
.jd-trust-item strong { display: block; color: var(--jd-ink); font-size: .92rem; line-height: 1.3; }
.jd-trust-item span { display: block; margin-top: 4px; color: var(--jd-muted); font-size: .77rem; line-height: 1.35; }

.jd-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, .88fr); align-items: center; gap: 76px; }
.jd-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; margin-top: 34px; }
.jd-feature { padding: 21px; border: 1px solid var(--jd-line); border-radius: 17px; background: #fff; }
.jd-feature svg { width: 34px; height: 34px; margin-bottom: 16px; color: var(--jd-blue-600); fill: none; stroke: currentColor; stroke-width: 1.7; }
.jd-feature strong { display: block; margin-bottom: 7px; color: var(--jd-ink); font-size: 1rem; }
.jd-feature p { margin: 0; color: var(--jd-muted); font-size: .88rem; }
.jd-glass-panel { position: relative; min-height: 560px; overflow: hidden; border-radius: var(--jd-radius-lg); background: linear-gradient(155deg, #eaf7ff, #9dd7f3 55%, #318ac3); box-shadow: var(--jd-shadow); }
.jd-glass-panel::before { content: ""; position: absolute; inset: 46px; border: 12px solid #fff; background: linear-gradient(135deg, rgba(255,255,255,.6), rgba(255,255,255,.05)); box-shadow: inset 0 0 0 2px rgba(7,29,51,.12); }
.jd-glass-panel::after { content: ""; position: absolute; top: 0; left: 48%; width: 13px; height: 100%; background: #fff; box-shadow: 0 0 0 2px rgba(7,29,51,.08); }
.jd-glass-panel__shine { position: absolute; z-index: 2; top: -15%; left: 12%; width: 22%; height: 135%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent); transform: rotate(18deg); }
.jd-glass-panel__water { position: absolute; z-index: 3; right: 60px; bottom: 45px; width: 135px; height: 230px; border-radius: 80px 80px 80px 15px; background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(73,200,255,.42)); filter: blur(.2px); transform: rotate(32deg); opacity: .78; }
.jd-glass-panel__label { position: absolute; z-index: 4; left: 25px; bottom: 25px; max-width: 280px; padding: 20px 22px; border-radius: 18px; color: #fff; background: rgba(7,29,51,.88); backdrop-filter: blur(12px); }
.jd-glass-panel__label strong { display: block; margin-bottom: 5px; font-size: 1.05rem; }
.jd-glass-panel__label span { color: #cfe1ef; font-size: .82rem; }

.jd-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.jd-service-card { position: relative; overflow: hidden; min-height: 360px; padding: 30px 27px; border: 1px solid var(--jd-line); border-radius: var(--jd-radius); background: #fff; box-shadow: 0 13px 34px rgba(7,29,51,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.jd-service-card:hover { transform: translateY(-8px); border-color: rgba(8,120,209,.35); box-shadow: 0 24px 55px rgba(7,29,51,.13); }
.jd-service-card::before { content: ""; position: absolute; width: 145px; height: 145px; top: -75px; right: -65px; border-radius: 50%; background: #edf8ff; transition: transform .3s ease; }
.jd-service-card:hover::before { transform: scale(1.15); }
.jd-service-card__icon { position: relative; z-index: 2; display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 58px; border-radius: 16px; color: #fff; background: linear-gradient(145deg, var(--jd-blue-500), var(--jd-blue-700)); box-shadow: 0 14px 28px rgba(8,120,209,.22); }
.jd-service-card__icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.65; }
.jd-service-card h3 { min-height: 54px; }
.jd-service-card p { color: var(--jd-muted); font-size: .92rem; }
.jd-card-link { position: absolute; left: 27px; bottom: 27px; display: inline-flex; align-items: center; gap: 8px; font-size: .84rem; font-weight: 850; }
.jd-card-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }

.jd-hot-section { position: relative; overflow: hidden; padding: 105px 0; color: #fff; background: linear-gradient(130deg, var(--jd-navy-950), #0b3b68 68%, #0c4b82); }
.jd-hot-section::before { content: ""; position: absolute; inset: 0; opacity: .14; background: radial-gradient(circle at 85% 50%, var(--jd-cyan), transparent 24%), linear-gradient(120deg, transparent 60%, rgba(255,255,255,.15)); }
.jd-hot-section__inner { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: center; }
.jd-hot-section h2 { color: #fff; }
.jd-hot-section .jd-lead { color: #c7ddeb; }
.jd-hot-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.jd-hot-item { min-height: 190px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(255,255,255,.06); backdrop-filter: blur(9px); }
.jd-hot-item svg { width: 36px; height: 36px; margin-bottom: 18px; color: var(--jd-cyan); fill: none; stroke: currentColor; stroke-width: 1.7; }
.jd-hot-item:nth-child(1) svg { color: var(--jd-hot); }
.jd-hot-item strong { display: block; margin-bottom: 8px; color: #fff; }
.jd-hot-item p { margin: 0; color: #bed1e0; font-size: .87rem; }

.jd-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; counter-reset: jdsteps; }
.jd-step { position: relative; padding-top: 68px; }
.jd-step::before { counter-increment: jdsteps; content: "0" counter(jdsteps); position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; color: var(--jd-blue-600); background: #eaf7ff; font-size: .86rem; font-weight: 900; }
.jd-step:not(:last-child)::after { content: ""; position: absolute; top: 25px; left: 68px; right: -9px; height: 1px; background: linear-gradient(90deg, var(--jd-line), transparent); }
.jd-step h3 { font-size: 1.16rem; }
.jd-step p { margin: 0; color: var(--jd-muted); font-size: .88rem; }

.jd-promise-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.jd-promise-card { padding: 40px; border-radius: var(--jd-radius-lg); color: #fff; background: linear-gradient(145deg, var(--jd-blue-700), var(--jd-navy-900)); box-shadow: var(--jd-shadow); }
.jd-promise-card h3 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.jd-promise-card p { color: #d5e6f2; }
.jd-promise-list { display: grid; gap: 15px; }
.jd-promise { display: flex; gap: 16px; padding: 21px 22px; border: 1px solid var(--jd-line); border-radius: 17px; background: #fff; }
.jd-promise svg { flex: 0 0 36px; width: 36px; height: 36px; padding: 8px; border-radius: 11px; color: var(--jd-blue-600); background: #eaf7ff; fill: none; stroke: currentColor; stroke-width: 1.8; }
.jd-promise strong { display: block; margin-bottom: 4px; color: var(--jd-ink); }
.jd-promise p { margin: 0; color: var(--jd-muted); font-size: .86rem; }

.jd-areas { display: grid; grid-template-columns: .8fr 1.2fr; gap: 62px; align-items: center; }
.jd-map-card { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--jd-radius-lg); background: linear-gradient(145deg, #e6f6ff, #c4e7fa); box-shadow: var(--jd-shadow-sm); }
.jd-map-card svg { position: absolute; inset: 42px; width: calc(100% - 84px); height: calc(100% - 84px); }
.jd-map-dot { animation: jdPulse 2.4s ease-in-out infinite; transform-origin: center; }
.jd-map-dot:nth-of-type(2) { animation-delay: .35s; }
.jd-map-dot:nth-of-type(3) { animation-delay: .7s; }
@keyframes jdPulse { 0%,100% { opacity: .65; transform: scale(.92); } 50% { opacity: 1; transform: scale(1.15); } }
.jd-area-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 34px; padding: 0; list-style: none; }
.jd-area-pills li { padding: 10px 15px; border: 1px solid var(--jd-line); border-radius: 999px; color: var(--jd-ink); background: #fff; font-size: .84rem; font-weight: 750; }

.jd-faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.jd-faq-list details { margin-bottom: 12px; padding: 0 22px; border: 1px solid var(--jd-line); border-radius: 15px; background: #fff; box-shadow: 0 7px 22px rgba(7,29,51,.04); }
.jd-faq-list summary { position: relative; padding: 21px 40px 21px 0; color: var(--jd-ink); font-weight: 800; cursor: pointer; list-style: none; }
.jd-faq-list summary::-webkit-details-marker { display: none; }
.jd-faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 50%; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--jd-blue-600); background: #eaf7ff; transform: translateY(-50%); }
.jd-faq-list details[open] summary::after { content: "–"; }
.jd-faq-list details p { margin-top: 0; color: var(--jd-muted); font-size: .9rem; }

.jd-cta { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 55px 58px; border-radius: 30px; color: #fff; background: linear-gradient(130deg, var(--jd-blue-600), var(--jd-blue-700) 50%, var(--jd-navy-900)); box-shadow: var(--jd-shadow); }
.jd-cta::after { content: ""; position: absolute; right: -120px; top: -160px; width: 360px; height: 360px; border: 70px solid rgba(255,255,255,.08); border-radius: 50%; }
.jd-cta > * { position: relative; z-index: 2; }
.jd-cta h2 { color: #fff; font-size: clamp(2rem, 3.5vw, 3.4rem); }
.jd-cta p { margin: 0; color: #d7ebf7; }
.jd-cta__actions { display: flex; gap: 11px; flex: 0 0 auto; }

.site-footer { padding: 76px 0 26px; color: #aac2d5; background: var(--jd-navy-950); }
.site-footer__grid { display: grid; grid-template-columns: 1.35fr .75fr .85fr .85fr; gap: 45px; }
.site-footer h3 { margin-bottom: 20px; color: #fff; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }
.site-footer p { font-size: .88rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 9px 0; }
.site-footer a { color: #c9dce9; font-size: .87rem; }
.site-footer a:hover { color: #fff; }
.site-footer .jd-wordmark { margin-bottom: 20px; }
.site-footer .jd-wordmark__text strong { color: #fff; }
.site-footer .jd-wordmark__text span { color: #aac2d5; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); color: #7795aa; font-size: .77rem; }

.site-main, .entry-content, .entry-header { width: min(calc(100% - 40px), 920px); margin-inline: auto; }
.site-main { padding: 90px 0; }
.entry-header { margin-bottom: 35px; }
.entry-title { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.entry-content > * { max-width: 780px; }
.entry-content > .alignwide { max-width: 1180px; margin-left: 50%; transform: translateX(-50%); }
.entry-content > .alignfull { max-width: none; width: 100vw; margin-left: 50%; transform: translateX(-50%); }
input, textarea, select { width: 100%; padding: 14px 15px; border: 1px solid var(--jd-line); border-radius: 11px; color: var(--jd-ink); background: #fff; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(21,150,239,.14); border-color: var(--jd-blue-500); }

.jd-mobile-bar { display: none; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { top: 8px; left: 8px; z-index: 9999; width: auto; height: auto; padding: 12px 16px; clip: auto; color: #fff; background: var(--jd-navy-900); }

.jd-reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.jd-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .jd-hero__inner { grid-template-columns: .95fr 1.05fr; gap: 35px; }
  .jd-hero__visual { min-height: 520px; }
  .jd-services { grid-template-columns: repeat(2, 1fr); }
  .site-header__actions .jd-header-phone { display: none; }
}

@media (max-width: 920px) {
  body.admin-bar .site-header { top: 46px; }
  .jd-topbar__points span:nth-child(2) { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-header__actions .jd-button { display: none; }
  .main-navigation { position: absolute; top: 100%; left: 0; right: 0; display: none; margin: 0; padding: 10px 20px 22px; border-bottom: 1px solid var(--jd-line); background: #fff; box-shadow: var(--jd-shadow-sm); }
  .main-navigation.is-open { display: block; }
  .primary-menu, .main-navigation > ul { display: grid; gap: 0; }
  .primary-menu a, .main-navigation > ul a { display: block; padding: 12px 7px; border-bottom: 1px solid #edf3f7; }
  .jd-hero { min-height: auto; }
  .jd-hero__inner { grid-template-columns: 1fr; padding: 68px 0 88px; }
  .jd-hero__copy { max-width: 760px; }
  .jd-hero__visual { min-height: 540px; max-width: 680px; width: 100%; margin: 12px auto 0; }
  .jd-trust-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .jd-trust-item:nth-child(2) { border-right: 0; }
  .jd-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--jd-line); }
  .jd-split, .jd-hot-section__inner, .jd-promise-grid, .jd-areas, .jd-faq { grid-template-columns: 1fr; }
  .jd-glass-panel { min-height: 500px; }
  .jd-hot-section__inner { gap: 50px; }
  .jd-process { grid-template-columns: repeat(2, 1fr); }
  .jd-step:nth-child(2)::after { display: none; }
  .jd-section-heading { display: block; }
  .jd-section-heading p { margin-top: 18px; }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  body { padding-bottom: 70px; font-size: 16px; }
  body.admin-bar .site-header { top: 0; }
  .jd-container, .jd-narrow { width: min(calc(100% - 28px), var(--jd-content)); }
  .jd-section { padding: 78px 0; }
  .jd-topbar { display: none; }
  .site-header__inner { min-height: 72px; }
  .jd-wordmark__mark { width: 42px; height: 42px; }
  .jd-wordmark__text strong { font-size: .9rem; }
  .jd-wordmark__text span { font-size: .64rem; }
  .jd-hero__inner { padding: 54px 0 72px; }
  .jd-hero h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .jd-hero__actions { display: grid; }
  .jd-button { width: 100%; }
  .jd-hero__micro { display: grid; gap: 10px; }
  .jd-hero__visual { min-height: 390px; }
  .jd-hero__frame { inset: 15px 8px 0 15px; border-radius: 25px; }
  .jd-float-card { max-width: 205px; padding: 12px; }
  .jd-float-card--top { right: 0; }
  .jd-float-card--bottom { left: 0; bottom: -2px; }
  .jd-hot-badge { display: none; }
  .jd-trust-strip { margin-top: -25px; }
  .jd-trust-strip__inner { grid-template-columns: 1fr; }
  .jd-trust-item { min-height: auto; padding: 18px; border-right: 0; border-bottom: 1px solid var(--jd-line); }
  .jd-trust-item:last-child { border-bottom: 0; }
  .jd-feature-grid, .jd-services, .jd-hot-list, .jd-process { grid-template-columns: 1fr; }
  .jd-glass-panel { min-height: 390px; }
  .jd-glass-panel::before { inset: 32px; border-width: 9px; }
  .jd-glass-panel__label { left: 14px; right: 14px; bottom: 14px; max-width: none; }
  .jd-service-card { min-height: 330px; }
  .jd-step:not(:last-child)::after { display: none; }
  .jd-promise-card { padding: 30px 25px; }
  .jd-map-card { min-height: 350px; }
  .jd-map-card svg { inset: 20px; width: calc(100% - 40px); height: calc(100% - 40px); }
  .jd-cta { display: block; padding: 38px 26px; }
  .jd-cta__actions { display: grid; margin-top: 28px; }
  .site-footer { padding-bottom: 92px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__bottom { display: block; }
  .jd-mobile-bar { position: fixed; z-index: 110; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 70px; border-top: 1px solid var(--jd-line); background: #fff; box-shadow: 0 -12px 28px rgba(7,29,51,.14); }
  .jd-mobile-bar a { display: grid; place-items: center; color: var(--jd-navy-900); font-weight: 850; }
  .jd-mobile-bar a:last-child { color: #fff; background: linear-gradient(135deg, var(--jd-blue-500), var(--jd-blue-700)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .jd-reveal { opacity: 1; transform: none; }
}

/* Version 1.2: real JDWC branding, launch services, quote journey and internal pages. */
.jdwc-brand-logo { display: inline-flex; align-items: center; }
.jdwc-brand-logo img { width: auto; height: auto; max-width: 270px; max-height: 60px; }
.jdwc-footer-logo { display: inline-block; width: 205px; margin-bottom: 22px; padding: 10px 12px; border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.15); }
.jdwc-footer-logo img { width: 100%; }
.jd-footer-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.jd-footer-badges span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #cce0ed; font-size: .7rem; font-weight: 750; }
.jd-footer-muted { color: #6f8ca0; font-size: .87rem; }

.jd-services--three { grid-template-columns: repeat(3, 1fr); }
.jd-service-card__tag { position: relative; z-index: 2; display: inline-block; margin: -33px 0 20px; padding: 6px 10px; border-radius: 999px; color: var(--jd-blue-700); background: #eaf7ff; font-size: .69rem; font-weight: 850; letter-spacing: .03em; text-transform: uppercase; }
.jd-coming-soon { display: flex; align-items: center; gap: 22px; margin-top: 22px; padding: 22px 25px; border: 1px dashed #b8cedd; border-radius: 17px; background: rgba(255,255,255,.75); }
.jd-coming-soon > span { flex: 0 0 auto; padding: 8px 11px; border-radius: 999px; color: #6b7784; background: #e9eef2; font-size: .7rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.jd-coming-soon strong { display: block; color: var(--jd-ink); }
.jd-coming-soon p { margin: 2px 0 0; color: var(--jd-muted); font-size: .88rem; }

.jd-payment-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 72px; align-items: center; }
.jd-payment-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.jd-payment-pills span { padding: 10px 14px; border: 1px solid var(--jd-line); border-radius: 999px; color: var(--jd-ink); background: #fff; font-size: .8rem; font-weight: 780; }
.jd-payment-card { padding: 35px; border: 1px solid var(--jd-line); border-radius: 25px; background: #fff; box-shadow: var(--jd-shadow-sm); }
.jd-payment-card__eyebrow { display: block; margin-bottom: 24px; color: var(--jd-blue-600); font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.jd-payment-card ol { margin: 0; padding: 0; list-style: none; counter-reset: paymentsteps; }
.jd-payment-card li { position: relative; min-height: 66px; padding: 0 0 21px 54px; counter-increment: paymentsteps; }
.jd-payment-card li:not(:last-child)::after { content: ""; position: absolute; left: 19px; top: 39px; bottom: 2px; width: 2px; background: #d7ebf7; }
.jd-payment-card li::before { content: counter(paymentsteps); position: absolute; left: 0; top: 0; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--jd-blue-500), var(--jd-blue-700)); font-weight: 850; }
.jd-payment-card li strong, .jd-payment-card li span { display: block; }
.jd-payment-card li strong { color: var(--jd-ink); }
.jd-payment-card li span { color: var(--jd-muted); font-size: .85rem; }
.jd-payment-card small { display: block; margin-top: 3px; padding-top: 18px; border-top: 1px solid var(--jd-line); color: var(--jd-muted); }

.jd-postcode-map { position: relative; min-height: 480px; display: grid; align-content: center; gap: 28px; padding: 52px; overflow: hidden; border-radius: var(--jd-radius-lg); color: #fff; background: radial-gradient(circle at 84% 17%, rgba(73,200,255,.28), transparent 25%), linear-gradient(140deg, var(--jd-navy-950), #0c497e); box-shadow: var(--jd-shadow); }
.jd-postcode-map::before { content: ""; position: absolute; right: -95px; bottom: -145px; width: 360px; height: 360px; border: 70px solid rgba(255,255,255,.07); border-radius: 50%; }
.jd-postcode-map__label, .jd-postcode-map__grid { position: relative; z-index: 2; }
.jd-postcode-map__label span, .jd-postcode-map__label strong, .jd-postcode-map__label small { display: block; }
.jd-postcode-map__label span { color: var(--jd-cyan); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.jd-postcode-map__label strong { margin: 7px 0; color: #fff; font-size: clamp(3.3rem, 7vw, 6rem); line-height: .95; letter-spacing: -.06em; }
.jd-postcode-map__label small { color: #bcd4e6; }
.jd-postcode-map__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.jd-postcode-map__grid span { display: grid; place-items: center; min-height: 58px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.07); font-weight: 850; backdrop-filter: blur(8px); }

.jd-page-hero { position: relative; overflow: hidden; padding: 105px 0; color: #fff; background: radial-gradient(circle at 80% 10%, rgba(73,200,255,.26), transparent 28%), linear-gradient(135deg, var(--jd-navy-950), #0a365e); }
.jd-page-hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; }
.jd-page-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: 75px; align-items: center; }
.jd-page-hero h1 { max-width: 820px; color: #fff; font-size: clamp(3rem, 5.6vw, 5.5rem); }
.jd-page-hero p { max-width: 750px; color: #c9dbea; font-size: clamp(1.08rem, 1.6vw, 1.28rem); }
.jd-page-hero .jd-button { margin-top: 14px; }
.jd-page-hero__card { padding: 30px; border: 1px solid rgba(255,255,255,.17); border-radius: 23px; background: rgba(255,255,255,.08); box-shadow: 0 24px 60px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.jd-page-hero__card strong { display: block; margin-bottom: 14px; color: #fff; font-size: 1.15rem; }
.jd-page-hero__card ol, .jd-page-hero__card ul { margin: 0 0 18px; padding-left: 22px; color: #d6e6f1; }
.jd-page-hero__card li { margin: 8px 0; }
.jd-page-hero__card a { color: var(--jd-cyan); font-weight: 800; }

.jd-detail-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 75px; align-items: center; }
.jd-detail-grid--reverse { grid-template-columns: .92fr 1.08fr; }
.jd-detail-card { padding: 42px; border: 1px solid var(--jd-line); border-radius: 28px; background: var(--jd-soft); box-shadow: var(--jd-shadow-sm); }
.jd-detail-card > span { display: inline-block; margin-bottom: 18px; color: var(--jd-blue-600); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.jd-detail-card h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.jd-detail-card--blue { color: #d7e8f3; background: linear-gradient(140deg, var(--jd-navy-900), #0b477a); }
.jd-detail-card--blue > span { color: var(--jd-cyan); }
.jd-detail-card--blue h3 { color: #fff; }
.jd-detail-card--blue p { color: #c5d9e8; }
.jd-check-list { margin: 25px 0 32px; padding: 0; list-style: none; }
.jd-check-list li { position: relative; margin: 12px 0; padding-left: 31px; color: var(--jd-ink); font-weight: 720; }
.jd-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--jd-blue-600); font-size: .72rem; font-weight: 900; }
.jd-area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.jd-area-grid article { position: relative; min-height: 220px; padding: 28px; overflow: hidden; border: 1px solid var(--jd-line); border-radius: 21px; background: #fff; box-shadow: 0 12px 32px rgba(7,29,51,.05); }
.jd-area-grid article > span { display: inline-grid; place-items: center; min-width: 68px; min-height: 45px; margin-bottom: 28px; border-radius: 12px; color: #fff; background: linear-gradient(145deg, var(--jd-blue-500), var(--jd-blue-700)); font-size: 1.1rem; font-weight: 900; }
.jd-area-grid h3 { font-size: 1.15rem; line-height: 1.3; }
.jd-area-grid a { position: absolute; left: 28px; bottom: 24px; font-size: .82rem; font-weight: 850; }
.jd-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.jd-value-grid article { padding: 28px; border: 1px solid var(--jd-line); border-radius: 19px; background: #fff; }
.jd-value-grid strong { display: block; margin-bottom: 10px; color: var(--jd-ink); font-size: 1.15rem; }
.jd-value-grid p { margin: 0; color: var(--jd-muted); font-size: .88rem; }
.jd-centred { text-align: center; }
.jd-centred .jd-kicker { justify-content: center; }
.jd-centred .jd-lead { margin-inline: auto; }

.jd-quote-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 62px; align-items: start; }
.jd-quote-intro { position: sticky; top: 130px; }
.jd-quote-help { margin: 30px 0; padding: 23px; border-radius: 17px; color: #d6e6f0; background: var(--jd-navy-900); }
.jd-quote-help strong { color: #fff; }
.jd-quote-help p { margin: 5px 0 0; color: #c1d6e5; font-size: .86rem; }
.jd-form-card { padding: 38px; border: 1px solid var(--jd-line); border-radius: 27px; background: #fff; box-shadow: var(--jd-shadow); }
.jd-quote-form fieldset { margin: 0 0 34px; padding: 0 0 34px; border: 0; border-bottom: 1px solid var(--jd-line); }
.jd-quote-form legend { margin-bottom: 21px; color: var(--jd-ink); font-size: 1.15rem; font-weight: 850; }
.jd-quote-form label { display: block; margin-bottom: 17px; }
.jd-quote-form label > span:first-child { display: block; margin-bottom: 7px; color: var(--jd-ink); font-size: .82rem; font-weight: 780; }
.jd-quote-form b { color: #c23b2d; }
.jd-form-grid { display: grid; gap: 15px; }
.jd-form-grid--two { grid-template-columns: repeat(2, 1fr); }
.jd-form-grid--three { grid-template-columns: repeat(3, 1fr); }
.jd-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.jd-choice { position: relative; margin: 0!important; }
.jd-choice input { position: absolute; opacity: 0; pointer-events: none; width: auto; }
.jd-choice > span { display: block!important; min-height: 128px; margin: 0!important; padding: 20px; border: 1px solid var(--jd-line); border-radius: 15px; background: #fff; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.jd-choice strong, .jd-choice small { display: block; }
.jd-choice strong { margin-bottom: 7px; color: var(--jd-ink); }
.jd-choice small { color: var(--jd-muted); line-height: 1.45; }
.jd-choice input:checked + span { border-color: var(--jd-blue-500); background: #eef9ff; box-shadow: 0 0 0 3px rgba(21,150,239,.12); }
.jd-choice input:focus-visible + span { outline: 3px solid rgba(21,150,239,.22); }
.jd-upload { margin: 0!important; }
.jd-upload input { padding: 19px; border: 1px dashed #9ec5db; border-radius: 14px; background: var(--jd-soft); }
.jd-upload > span { margin-top: 9px!important; }
.jd-upload strong, .jd-upload small { display: block; }
.jd-upload small { color: var(--jd-muted); font-weight: 500; }
.jd-consent { display: flex!important; align-items: flex-start; gap: 11px; }
.jd-consent input { flex: 0 0 19px; width: 19px; height: 19px; margin-top: 3px; }
.jd-consent span { margin: 0!important; color: var(--jd-body)!important; font-weight: 600!important; }
.jd-form-submit { border: 0; }
.jd-form-small { margin: 13px 0 0; color: var(--jd-muted); font-size: .76rem; }
.jd-honeypot { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.jd-form-message { padding: 28px; border-radius: 18px; }
.jd-form-message strong { display: block; margin-bottom: 8px; color: var(--jd-ink); font-size: 1.3rem; }
.jd-form-message--success { border: 1px solid #a9ddbc; background: #effbf3; }
.jd-form-message--error { margin-bottom: 22px; border: 1px solid #efb4aa; background: #fff4f2; }
.jd-form-message .jd-button { margin-top: 10px; }

@media (max-width: 1120px) {
  .jd-services--three { grid-template-columns: repeat(3, 1fr); }
  .jd-value-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .jdwc-brand-logo img { max-width: 235px; max-height: 54px; }
  .jd-services--three, .jd-area-grid { grid-template-columns: repeat(2, 1fr); }
  .jd-payment-layout, .jd-page-hero__inner, .jd-detail-grid, .jd-detail-grid--reverse, .jd-quote-layout { grid-template-columns: 1fr; }
  .jd-page-hero__inner { gap: 38px; }
  .jd-page-hero__card { max-width: 620px; }
  .jd-quote-intro { position: static; }
  .jd-form-grid--three { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .jdwc-brand-logo img { max-width: 202px; max-height: 48px; }
  .jd-services--three, .jd-area-grid, .jd-value-grid, .jd-choice-grid, .jd-form-grid--two, .jd-form-grid--three { grid-template-columns: 1fr; }
  .jd-coming-soon { align-items: flex-start; flex-direction: column; }
  .jd-payment-card, .jd-detail-card, .jd-form-card { padding: 26px 22px; }
  .jd-postcode-map { min-height: 390px; padding: 32px 24px; }
  .jd-postcode-map__grid { grid-template-columns: repeat(3, 1fr); }
  .jd-page-hero { padding: 75px 0; }
  .jd-page-hero h1 { font-size: clamp(2.7rem, 13vw, 4.25rem); }
  .jd-page-hero__card { padding: 24px; }
  .jd-choice > span { min-height: auto; }
  .jd-form-submit { width: 100%; }
}


/* v1.3 — launch workflow, gallery and contact */
.jd-work-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.jd-work-card { margin:0; border-radius:var(--jd-radius); overflow:hidden; background:var(--jd-white); box-shadow:var(--jd-shadow-sm); border:1px solid var(--jd-line); }
.jd-work-card img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; }
.jd-work-card figcaption { padding:15px 18px; color:var(--jd-body); font-weight:700; }
.jd-contact-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.jd-contact-card { padding:32px; border:1px solid var(--jd-line); border-radius:var(--jd-radius); background:var(--jd-white); box-shadow:var(--jd-shadow-sm); }
.jd-contact-card h2 { margin:8px 0 12px; font-size:clamp(1.65rem,2.4vw,2.25rem); }
.jd-contact-card p { margin:0 0 24px; }
.jd-contact-card--dark { color:var(--jd-white); border-color:transparent; background:linear-gradient(145deg,var(--jd-navy-900),var(--jd-blue-700)); }
.jd-contact-card--dark h2,.jd-contact-card--dark p { color:var(--jd-white); }
.jd-footer-social { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.jd-footer-social a { display:inline-flex; padding:7px 10px; border:1px solid rgba(255,255,255,.22); border-radius:999px; font-size:.82rem; }
.jd-thanks { min-height:68vh; display:flex; align-items:center; padding:clamp(70px,10vw,130px) 20px; background:linear-gradient(180deg,var(--jd-soft),#fff); }
.jd-thanks__icon { width:82px; height:82px; display:grid; place-items:center; margin:0 auto 24px; border-radius:50%; color:#fff; background:linear-gradient(145deg,#26a75d,#168447); box-shadow:0 18px 45px rgba(22,132,71,.24); }
.jd-thanks__icon svg { width:40px; fill:none; stroke:currentColor; stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round; }
.jd-thanks h1 { max-width:780px; margin:10px auto 18px; }
.jd-thanks__steps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin:34px 0; text-align:left; }
.jd-thanks__steps div { display:flex; align-items:center; gap:12px; padding:18px; border:1px solid var(--jd-line); border-radius:var(--jd-radius-sm); background:#fff; }
.jd-thanks__steps strong { flex:0 0 34px; width:34px; height:34px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--jd-blue-700); }
.jd-thanks__steps span { font-weight:750; color:var(--jd-ink); }
.jd-thanks__actions { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; }
.jd-consent a { text-decoration:underline; font-weight:750; }
@media (max-width: 900px) {
  .jd-work-grid,.jd-contact-grid { grid-template-columns:1fr; }
  .jd-thanks__steps { grid-template-columns:1fr; }
}
