:root {
  --jd-navy: #0b1739;
  --jd-blue: #3156d3;
  --jd-cyan: #17a9bd;
  --jd-ink: #17213b;
  --jd-muted: #5e6b85;
  --jd-line: #dfe5f0;
  --jd-surface: #f5f7fc;
  --jd-white: #fff;
  --jd-radius: 16px;
  --jd-shadow: 0 18px 50px rgba(27, 46, 94, .10);
}

body { color: var(--jd-muted); background: var(--jd-white); }
h1, h2, h3, h4, h5, h6 { color: var(--jd-ink); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(49, 86, 211, .35); outline-offset: 3px;
}
.navbar-brand .logo { max-height: 58px; width: auto; }
nav.navbar.bootsnav ul.nav > li > a { font-weight: 600; letter-spacing: -.01em; }
nav.navbar.bootsnav ul.nav > li.jd-nav-cta > a {
  background: var(--jd-blue); color: #fff; border-radius: 9px; padding: 11px 18px; margin-top: 17px;
}
nav.navbar.bootsnav ul.nav > li.jd-nav-cta > a:hover { background: var(--jd-navy); color: #fff; }

.jd-eyebrow { display: block; margin-bottom: 14px; color: var(--jd-blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.jd-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 22px !important; border-radius: 9px !important; background: var(--jd-blue) !important; color: #fff !important; font-size: 14px !important; font-weight: 700; }
.jd-btn:hover { background: var(--jd-navy) !important; transform: translateY(-2px); }
.jd-btn-secondary { margin-left: 10px; background: transparent !important; color: var(--jd-blue) !important; box-shadow: inset 0 0 0 1px var(--jd-blue); }
.jd-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 34px; }
.jd-hero-actions .jd-btn { margin: 0 !important; }

body > section:first-of-type { background: linear-gradient(135deg, #f4f7ff 0%, #eefbfc 100%); padding: 72px max(24px, calc((100vw - 1180px)/2)); gap: 64px; align-items: center; }
.jd-content-left h1 { max-width: 720px; font-size: clamp(36px, 5vw, 62px); line-height: 1.06; letter-spacing: -.045em; }
.jd-content-left p { max-width: 650px; font-size: 17px; line-height: 1.75; }
.jd-img-container img { height: auto; border: 1px solid rgba(49,86,211,.12); box-shadow: var(--jd-shadow); }
.jd-content-right { padding: 28px; border: 1px solid rgba(49,86,211,.1); box-shadow: var(--jd-shadow); }
.jd-sec-title { color: var(--jd-blue); font-weight: 800; letter-spacing: .1em; }
.jd-main-app a { border: 1px solid var(--jd-line); box-shadow: none; border-radius: 12px; }
.jd-main-app a:hover { border-color: var(--jd-blue); box-shadow: 0 12px 28px rgba(49,86,211,.1); }

.jd-section { padding: 80px 0; }
.jd-page-hero, .jd-article-hero { padding: 80px 0; background: linear-gradient(135deg, var(--jd-navy), #183472); color: #fff; }
.jd-page-hero h1, .jd-article-hero h1 { max-width: 850px; color: #fff; font-size: clamp(36px, 5vw, 56px); font-weight: 700; letter-spacing: -.035em; }
.jd-page-hero p, .jd-article-hero p { max-width: 680px; color: rgba(255,255,255,.78); font-size: 18px; }
.jd-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.jd-content-card { overflow: hidden; border: 1px solid var(--jd-line); border-radius: var(--jd-radius); background: #fff; box-shadow: 0 8px 30px rgba(27,46,94,.07); transition: transform .25s, box-shadow .25s; }
.jd-content-card:hover { transform: translateY(-5px); box-shadow: var(--jd-shadow); }
.jd-content-card__image { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--jd-surface); }
.jd-content-card__image img { width: 100%; height: 100%; object-fit: cover; }
.jd-content-card__body { padding: 24px; }
.jd-content-card__meta { display: block; margin-bottom: 10px; color: var(--jd-blue); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.jd-content-card h2 { font-size: 21px; font-weight: 700; line-height: 1.35; }
.jd-text-link, .jd-back-link { color: var(--jd-blue); font-weight: 700; }
.jd-narrow { max-width: 900px; }
.jd-article { padding-top: 56px; padding-bottom: 80px; }
.jd-article__image { width: 100%; height: auto; margin-bottom: 40px; border-radius: var(--jd-radius); }
.jd-prose { color: #39445c; font-size: 17px; line-height: 1.85; }
.jd-prose h2, .jd-prose h3 { margin-top: 1.7em; font-weight: 700; }
.jd-prose img { height: auto; border-radius: 12px; }
.jd-back-link { display: inline-block; margin-bottom: 34px; color: #b9d8ff; }
.jd-footer { position: relative; overflow: hidden; border: 0; background: #07142e; color: rgba(255,255,255,.68); }
.jd-footer:before { content: ""; position: absolute; top: -220px; left: -180px; width: 500px; height: 500px; border-radius: 50%; background: rgba(47,90,220,.12); filter: blur(2px); pointer-events: none; }
.jd-footer__main { position: relative; display: grid; grid-template-columns: 1.35fr .72fr 1fr 1.2fr; gap: 38px; padding-top: 46px; padding-bottom: 40px; }
.jd-footer__logo { display: inline-block; margin-bottom: 16px; }
.jd-footer__logo img { display: block; width: 132px; height: auto; filter: brightness(0) invert(1); }
.jd-footer__brand p { max-width: 330px; margin: 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.65; }
.jd-footer h3 { margin: 3px 0 17px; color: #fff; font-size: 13px; font-weight: 750; letter-spacing: .02em; }
.jd-footer ul { margin: 0; padding: 0; list-style: none; }
.jd-footer__column li { margin: 0 0 9px; }
.jd-footer__column a { color: rgba(255,255,255,.66); font-size: 13px; transition: color .2s, padding-left .2s; }
.jd-footer__column a:hover { padding-left: 4px; color: #fff; }
.jd-footer__social { display: flex; gap: 8px; margin-top: 19px; }
.jd-footer__social a { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; color: #fff; background: rgba(255,255,255,.05); transition: transform .2s, background .2s, border-color .2s; }
.jd-footer__social a:hover { transform: translateY(-3px); border-color: #5a7bea; background: #3156d3; }
.jd-footer__contact-link { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; color: #fff; font-size: 12px; line-height: 1.35; }
.jd-footer__contact-link > i, .jd-footer__contact address > i { display: inline-flex; flex: 0 0 31px; align-items: center; justify-content: center; width: 31px; height: 31px; border-radius: 8px; background: rgba(113,211,226,.1); color: #7ed8e5; }
.jd-footer__contact-link small { display: block; margin-bottom: 1px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.jd-footer__contact-link:hover { color: #7ed8e5; }
.jd-footer__contact address { display: flex; gap: 10px; margin: 14px 0 0; color: rgba(255,255,255,.58); font-size: 11px; font-style: normal; line-height: 1.55; }
.jd-footer__bottom { position: relative; border-top: 1px solid rgba(255,255,255,.1); }
.jd-footer__bottom .container { display: flex; align-items: center; justify-content: space-between; min-height: 56px; gap: 30px; }
.jd-footer__bottom p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }
.jd-footer__bottom div div { display: flex; gap: 28px; }
.jd-footer__bottom a { color: rgba(255,255,255,.58); font-size: 12px; }
.jd-footer__bottom a:hover { color: #fff; }

.jd-blog-masthead { padding: 54px 0; background: #f6f8fc; border-bottom: 1px solid var(--jd-line); }
.jd-blog-masthead .container { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.jd-blog-masthead h1 { margin: 0; color: var(--jd-navy); font-size: clamp(36px, 5vw, 54px); font-weight: 750; letter-spacing: -.045em; }
.jd-blog-masthead p { max-width: 480px; margin: 0 0 5px; color: var(--jd-muted); font-size: 16px; line-height: 1.7; }
.jd-blog-shell { padding: 64px 0 90px; background: #fff; }
.jd-blog-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, .78fr); gap: 54px; align-items: start; }
.jd-feed-post { margin-bottom: 54px; padding-bottom: 52px; border-bottom: 1px solid var(--jd-line); }
.jd-feed-post__header { margin-bottom: 22px; }
.jd-feed-post h2 { max-width: 850px; margin-bottom: 10px; font-size: clamp(27px, 3vw, 36px); font-weight: 700; line-height: 1.22; letter-spacing: -.025em; }
.jd-feed-post h2 a { color: var(--jd-ink); }
.jd-feed-post h2 a:hover { color: var(--jd-blue); }
.jd-feed-post__meta { display: flex; flex-wrap: wrap; gap: 9px; color: #7b8498; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .045em; }
.jd-feed-post__meta a { color: var(--jd-blue); }
.jd-feed-post__image { display: block; overflow: hidden; margin-bottom: 22px; aspect-ratio: 16/8.8; border-radius: 4px; background: var(--jd-surface); }
.jd-feed-post__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.jd-feed-post__image:hover img { transform: scale(1.025); }
.jd-feed-post__excerpt p { margin-bottom: 14px; color: #526078; font-size: 15px; line-height: 1.8; }
.jd-read-more { color: var(--jd-blue); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.jd-blog-sidebar { position: sticky; top: 100px; }
.jd-blog-widget { margin-bottom: 30px; padding: 24px; border: 1px solid var(--jd-line); background: #fff; }
.jd-blog-widget h2 { margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--jd-blue); font-size: 18px; font-weight: 700; }
.jd-blog-search { display: flex; }
.jd-blog-search input { width: 100%; min-width: 0; min-height: 44px; padding: 8px 12px; border: 1px solid #cbd3e1; border-right: 0; }
.jd-blog-search button { width: 46px; border: 0; background: var(--jd-blue); color: #fff; }
.jd-recent-posts, .jd-category-list { margin: 0; padding: 0; list-style: none; }
.jd-recent-posts li { padding: 12px 0; border-bottom: 1px solid #edf0f5; }
.jd-recent-posts li:first-child { padding-top: 0; }
.jd-recent-posts li:last-child { padding-bottom: 0; border: 0; }
.jd-recent-posts a { display: block; color: var(--jd-ink); font-size: 14px; font-weight: 650; line-height: 1.45; }
.jd-recent-posts time { display: block; margin-top: 4px; color: #8a93a5; font-size: 11px; }
.jd-category-list li a { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #edf0f5; color: #49556d; }
.jd-category-list li:last-child a { border: 0; }
.jd-category-list li a:hover { color: var(--jd-blue); }
.jd-blog-cta { padding: 28px; background: var(--jd-navy); color: #fff; }
.jd-blog-cta h2 { color: #fff; font-size: 22px; font-weight: 700; }
.jd-blog-cta p { color: rgba(255,255,255,.72); }
.jd-blog-cta a { display: inline-block; margin-top: 6px; padding: 9px 14px; border-radius: 4px; background: #fff; color: var(--jd-navy); font-weight: 700; }
.jd-filter-summary { display: flex; gap: 7px; margin-bottom: 30px; padding: 13px 16px; background: var(--jd-surface); border-left: 3px solid var(--jd-blue); }
.jd-filter-summary a { margin-left: auto; color: var(--jd-blue); }
.jd-no-posts { padding: 60px 20px; text-align: center; }

.jd-blog-modern-hero { position: relative; overflow: hidden; padding: 82px 0 74px; background: linear-gradient(125deg, #08142f 0%, #152d67 62%, #165f78 100%); color: #fff; }
.jd-blog-modern-hero:after { content: ""; position: absolute; right: -10%; bottom: -70%; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.jd-blog-modern-hero .container { position: relative; z-index: 1; }
.jd-blog-modern-hero .jd-eyebrow { color: #83dbe7; }
.jd-blog-modern-hero h1 { max-width: 820px; margin-bottom: 20px; color: #fff; font-size: clamp(40px, 5.5vw, 66px); font-weight: 750; line-height: 1.04; letter-spacing: -.05em; }
.jd-blog-modern-hero p { max-width: 670px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.7; }
.jd-modern-search { display: flex; align-items: center; max-width: 720px; margin-top: 34px; padding: 7px 7px 7px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.jd-modern-search > i { color: #7b879c; font-size: 16px; }
.jd-modern-search input { flex: 1; min-width: 0; min-height: 48px; padding: 8px 13px; border: 0; background: transparent; color: var(--jd-ink); font-size: 15px; }
.jd-modern-search input:focus { outline: 0; }
.jd-modern-search button { min-height: 44px; padding: 0 24px; border: 0; border-radius: 9px; background: var(--jd-blue); color: #fff; font-weight: 700; }
.jd-modern-search button:hover { background: var(--jd-navy); }
.jd-modern-blog-shell { padding: 34px 0 90px; background: #f7f9fd; }
.jd-topic-chips { display: flex; gap: 9px; overflow-x: auto; margin-bottom: 55px; padding: 9px 0 14px; scrollbar-width: thin; }
.jd-topic-chips a { flex: 0 0 auto; padding: 9px 15px; border: 1px solid #d9e0ed; border-radius: 999px; background: #fff; color: #536078; font-size: 13px; font-weight: 650; }
.jd-topic-chips a:hover, .jd-topic-chips a.active { border-color: var(--jd-blue); background: var(--jd-blue); color: #fff; }
.jd-modern-blog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.jd-modern-blog-heading h2 { margin: 0; font-size: 32px; font-weight: 730; letter-spacing: -.03em; }
.jd-modern-blog-heading p { margin: 0; }
.jd-modern-blog-heading p a { margin-left: 8px; color: var(--jd-blue); font-weight: 700; }
.jd-featured-post { display: grid; grid-template-columns: 1.18fr 1fr; overflow: hidden; margin-bottom: 34px; border: 1px solid #dce3ef; border-radius: 18px; background: #fff; box-shadow: 0 20px 55px rgba(27,46,94,.09); }
.jd-featured-post__image { min-height: 410px; overflow: hidden; background: #e9edf5; }
.jd-featured-post__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.jd-featured-post__image:hover img { transform: scale(1.025); }
.jd-featured-post__content { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.jd-post-label { margin-bottom: 18px; color: var(--jd-blue); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.jd-featured-post h2 { margin-bottom: 17px; font-size: clamp(28px, 3vw, 39px); font-weight: 730; line-height: 1.2; letter-spacing: -.035em; }
.jd-featured-post h2 a { color: var(--jd-ink); }
.jd-featured-post h2 a:hover { color: var(--jd-blue); }
.jd-featured-post__content > p { color: #5a667d; line-height: 1.75; }
.jd-featured-post__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; padding-top: 18px; border-top: 1px solid #edf0f5; font-size: 12px; }
.jd-featured-post__footer time { color: #8490a3; }
.jd-featured-post__footer a { color: var(--jd-blue); font-weight: 750; }
.jd-modern-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.jd-modern-post-card { display: flex; flex-direction: column; overflow: hidden; min-height: 100%; border: 1px solid #dce3ef; border-radius: 15px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.jd-modern-post-card:hover { transform: translateY(-5px); border-color: #c4d0e7; box-shadow: 0 16px 42px rgba(27,46,94,.1); }
.jd-modern-post-card__image { display: block; overflow: hidden; aspect-ratio: 16/10; background: #e9edf5; }
.jd-modern-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.jd-modern-post-card:hover .jd-modern-post-card__image img { transform: scale(1.035); }
.jd-modern-post-card__content { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.jd-modern-post-card__meta { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 13px; color: #8993a5; font-size: 11px; font-weight: 650; text-transform: uppercase; }
.jd-modern-post-card__meta a { color: var(--jd-blue); }
.jd-modern-post-card h3 { margin-bottom: 12px; font-size: 20px; font-weight: 700; line-height: 1.38; }
.jd-modern-post-card h3 a { color: var(--jd-ink); }
.jd-modern-post-card p { color: #657087; line-height: 1.7; }
.jd-card-arrow { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 15px; color: var(--jd-blue); font-size: 13px; font-weight: 750; }
.jd-no-posts { margin: 0 0 40px; border: 1px dashed #c9d2e3; border-radius: 16px; background: #fff; }
.jd-no-posts > .fa { display: block; margin-bottom: 14px; color: #9ba7bb; font-size: 32px; }
.jd-modern-newsletter { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 70px; padding: 38px 42px; border-radius: 17px; background: linear-gradient(120deg, #e8efff, #e8f8fa); }
.jd-modern-newsletter h2 { margin-bottom: 8px; font-size: 27px; font-weight: 730; }
.jd-modern-newsletter p { margin: 0; }

.jd-dt-page h2 { font-weight: 730; letter-spacing: -.035em; }
.jd-dt-wide { width: 100%; max-width: 1380px; margin: 0 auto; padding-right: 32px; padding-left: 32px; }
.jd-dt-hero { position: relative; display: flex; align-items: center; overflow: hidden; min-height: 680px; padding: 90px 0; background: #07142e; }
.jd-dt-hero:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,31,.98) 0%, rgba(4,13,31,.91) 38%, rgba(4,13,31,.42) 68%, rgba(4,13,31,.1) 100%); }
.jd-dt-hero__content { position: relative; z-index: 2; width: 100%; }
.jd-dt-hero__visual { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.jd-dt-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); }
.jd-dt-hero .jd-eyebrow { color: #7ed8e5; }
.jd-dt-hero h1 { max-width: 720px; color: #fff; font-size: clamp(42px, 5.6vw, 66px); font-weight: 760; line-height: 1.04; letter-spacing: -.052em; }
.jd-dt-hero p { max-width: 620px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.75; }
.jd-dt-hero .jd-btn-secondary { color: #fff !important; box-shadow: inset 0 0 0 1px rgba(255,255,255,.48); }
.jd-dt-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 4px; }
.jd-dt-trust li { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 650; }
.jd-dt-trust i { margin-right: 6px; color: #7ed8e5; }
.jd-dt-intro { padding: 90px 0; background: #fff; }
.jd-dt-intro .jd-dt-wide { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: start; gap: 70px; }
.jd-dt-intro__heading, .jd-dt-intro__copy { min-width: 0; }
.jd-dt-intro h2 { max-width: 720px; margin-left: 0; font-size: clamp(31px, 4vw, 44px); line-height: 1.18; }
.jd-dt-intro__copy { padding-top: 25px; }
.jd-dt-intro p { max-width: 620px; margin-left: 0; color: #59667e; font-size: 16px; line-height: 1.8; }
.jd-dt-services { padding: 90px 0; background: #f6f8fc; }
.jd-dt-heading { max-width: 720px; margin-bottom: 42px; }
.jd-dt-heading h2 { font-size: clamp(31px, 4vw, 44px); }
.jd-dt-heading > p { font-size: 16px; }
.jd-dt-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.jd-dt-grid article { padding: 30px; border: 1px solid #dce3ef; border-radius: 15px; background: #fff; transition: transform .25s, box-shadow .25s; }
.jd-dt-grid article:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(27,46,94,.09); }
.jd-dt-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 22px; border-radius: 12px; background: #e9efff; color: var(--jd-blue); font-size: 20px; }
.jd-dt-grid h3 { font-size: 20px; font-weight: 700; line-height: 1.35; }
.jd-dt-grid p { color: #637087; line-height: 1.7; }
.jd-dt-grid ul { margin-top: 18px; padding-top: 16px; border-top: 1px solid #edf0f5; }
.jd-dt-grid li { position: relative; margin: 7px 0; padding-left: 16px; color: #46536a; font-size: 13px; }
.jd-dt-grid li:before { content: ""; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: var(--jd-cyan); }
.jd-dt-grid li a { color: var(--jd-blue); }
.jd-dt-outcomes { padding: 90px 0; background: var(--jd-navy); }
.jd-dt-outcomes .jd-eyebrow { color: #79d5df; }
.jd-dt-outcomes h2 { color: #fff; }
.jd-dt-outcome-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.14); }
.jd-dt-outcome-grid > div { padding: 30px; background: var(--jd-navy); }
.jd-dt-outcome-grid strong { color: #79d5df; font-size: 12px; }
.jd-dt-outcome-grid h3 { margin-top: 18px; color: #fff; font-size: 21px; font-weight: 700; }
.jd-dt-outcome-grid p { color: rgba(255,255,255,.68); line-height: 1.7; }
.jd-dt-process { padding: 90px 0; background: #fff; }
.jd-dt-process ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; counter-reset: none; }
.jd-dt-process li { display: flex; gap: 16px; padding-top: 23px; border-top: 2px solid #dce3ef; }
.jd-dt-process li > span { color: var(--jd-blue); font-size: 12px; font-weight: 800; }
.jd-dt-process h3 { font-size: 19px; font-weight: 700; }
.jd-dt-process p { color: #647087; line-height: 1.65; }
.jd-dt-cta { padding: 70px 0; background: linear-gradient(125deg, #e8efff, #e8f8fa); }
.jd-dt-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.jd-dt-cta h2 { max-width: 760px; font-size: clamp(30px, 4vw, 43px); }
.jd-dt-cta p { margin: 0; font-size: 16px; }
.jd-dt-cta .jd-btn { flex: 0 0 auto; }

.jd-ai-page h2 { font-weight: 730; letter-spacing: -.035em; }
.jd-ai-hero { position: relative; display: flex; align-items: center; overflow: hidden; min-height: 680px; padding: 90px 0; background: #07142e; }
.jd-ai-hero:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,31,.98) 0%, rgba(4,13,31,.91) 36%, rgba(4,13,31,.38) 67%, rgba(4,13,31,.08) 100%); }
.jd-ai-hero__content { position: relative; z-index: 2; width: 100%; }
.jd-ai-hero .jd-eyebrow { color: #7ed8e5; }
.jd-ai-hero h1 { max-width: 720px; color: #fff; font-size: clamp(43px, 5.5vw, 67px); font-weight: 760; line-height: 1.04; letter-spacing: -.052em; }
.jd-ai-hero p { max-width: 590px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.75; }
.jd-ai-hero .jd-btn-secondary { color: #fff !important; box-shadow: inset 0 0 0 1px rgba(255,255,255,.48); }
.jd-ai-hero__visual { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.jd-ai-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); }
.jd-ai-hero__proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 24px; }
.jd-ai-hero__proof li { color: rgba(255,255,255,.78); font-size: 12px; font-weight: 650; }
.jd-ai-hero__proof i { margin-right: 6px; color: #7ed8e5; }
.jd-ai-intro { padding: 90px 0; background: #fff; text-align: center; }
.jd-ai-intro .container { max-width: 900px; }
.jd-ai-intro h2 { font-size: clamp(32px, 4.3vw, 48px); line-height: 1.18; }
.jd-ai-intro p { color: #5c687f; font-size: 17px; line-height: 1.85; }
.jd-ai-services { padding: 90px 0; background: #f5f8fc; }
.jd-ai-heading { max-width: 720px; margin-bottom: 40px; }
.jd-ai-heading h2 { font-size: clamp(31px, 4vw, 44px); }
.jd-ai-heading > p { font-size: 16px; }
.jd-ai-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.jd-ai-grid article { padding: 30px; border: 1px solid #dce4ef; border-radius: 15px; background: #fff; transition: transform .25s, box-shadow .25s; }
.jd-ai-grid article:hover { transform: translateY(-5px); box-shadow: 0 16px 42px rgba(27,46,94,.09); }
.jd-ai-grid article > i { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 22px; border-radius: 12px; background: #e8efff; color: var(--jd-blue); font-size: 20px; }
.jd-ai-grid h3 { font-size: 20px; font-weight: 700; line-height: 1.35; }
.jd-ai-grid p { color: #647087; line-height: 1.7; }
.jd-ai-grid ul { margin-top: 17px; padding-top: 15px; border-top: 1px solid #edf0f5; }
.jd-ai-grid li { position: relative; margin: 7px 0; padding-left: 15px; color: #47546c; font-size: 13px; }
.jd-ai-grid li:before { content: ""; position: absolute; top: 10px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--jd-cyan); }
.jd-ai-grid a { color: var(--jd-blue); }
.jd-ai-use-cases { padding: 90px 0; background: #fff; }
.jd-ai-use-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid #dce4ef; border-radius: 16px; }
.jd-ai-use-grid > div { padding: 30px; border-right: 1px solid #dce4ef; }
.jd-ai-use-grid > div:last-child { border: 0; }
.jd-ai-use-grid span { color: var(--jd-blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.jd-ai-use-grid h3 { margin-top: 17px; font-size: 20px; font-weight: 700; }
.jd-ai-use-grid p { color: #68748a; line-height: 1.7; }
.jd-ai-responsible { padding: 90px 0; background: var(--jd-navy); }
.jd-ai-responsible .container { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; }
.jd-ai-responsible .jd-eyebrow { color: #7ed8e5; }
.jd-ai-responsible h2 { color: #fff; font-size: clamp(31px, 4vw, 44px); }
.jd-ai-responsible p { color: rgba(255,255,255,.68); font-size: 16px; }
.jd-ai-principles { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.jd-ai-principles > div { display: flex; gap: 14px; padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.04); }
.jd-ai-principles i { color: #7ed8e5; font-size: 18px; }
.jd-ai-principles span { display: flex; flex-direction: column; }
.jd-ai-principles strong { color: #fff; }
.jd-ai-principles small { margin-top: 5px; color: rgba(255,255,255,.62); line-height: 1.55; }
.jd-ai-process { padding: 90px 0; background: #f5f8fc; }
.jd-ai-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.jd-ai-steps > div { padding: 28px; border-top: 3px solid var(--jd-blue); background: #fff; }
.jd-ai-steps strong { color: var(--jd-blue); font-size: 12px; }
.jd-ai-steps h3 { margin-top: 18px; font-size: 19px; font-weight: 700; }
.jd-ai-steps p { color: #667289; line-height: 1.65; }
.jd-ai-cta { padding: 70px 0; background: linear-gradient(120deg, #e8efff, #e5f7fa); }
.jd-ai-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.jd-ai-cta h2 { max-width: 790px; font-size: clamp(30px, 4vw, 43px); }
.jd-ai-cta .jd-btn { flex: 0 0 auto; }
.jd-faq-section { padding: 88px 0; background: #f5f8fc; }
.jd-faq-layout { display: block; }
.jd-faq-intro { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.jd-faq-intro h2 { font-size: clamp(32px, 4vw, 46px); font-weight: 730; letter-spacing: -.04em; }
.jd-faq-intro p { max-width: 570px; margin: 0 auto; color: #657188; font-size: 16px; line-height: 1.75; }
.jd-faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
.jd-faq-item { overflow: hidden; border: 1px solid #dce3ef; border-radius: 12px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.jd-faq-item[open] { border-color: #b9c9e8; box-shadow: 0 10px 30px rgba(27,46,94,.08); }
.jd-faq-item summary { display: grid; grid-template-columns: 34px minmax(0, 1fr) 22px; align-items: center; gap: 12px; min-height: 82px; padding: 18px 20px; color: var(--jd-ink); font-size: 16px; line-height: 1.45; cursor: pointer; list-style: none; }
.jd-faq-item summary::-webkit-details-marker { display: none; }
.jd-faq-item summary b { font-weight: 700; }
.jd-faq-number { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; background: #edf2ff; color: var(--jd-blue); font-size: 11px; font-weight: 800; }
.jd-faq-toggle { position: relative; width: 22px; height: 22px; border-radius: 50%; background: #edf2ff; }
.jd-faq-toggle:before, .jd-faq-toggle:after { content: ""; position: absolute; top: 10px; left: 6px; width: 10px; height: 2px; background: var(--jd-blue); }
.jd-faq-toggle:after { transform: rotate(90deg); transition: transform .2s; }
.jd-faq-item[open] .jd-faq-toggle:after { transform: rotate(0); }
.jd-faq-item > div { margin: 0 20px 0 66px; padding: 0 20px 22px 0; color: #5e6b82; font-size: 14px; line-height: 1.8; }
.jd-faq-contact { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 24px 26px; border: 1px solid #dce3ef; border-radius: 12px; background: #fff; }
.jd-faq-contact > div { display: flex; flex-direction: column; }
.jd-faq-contact strong { color: var(--jd-ink); font-size: 17px; }
.jd-faq-contact span { margin-top: 3px; color: #69758b; }
.jd-global-contact { padding: 32px 0; background: linear-gradient(120deg, #e8efff, #e5f7fa); }
.jd-global-contact .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.jd-global-contact span { color: var(--jd-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.jd-global-contact h2 { margin: 4px 0 0; font-size: 25px; font-weight: 720; }

/* WhatsApp Business Solutions */
.jd-wa-page h2 { color: var(--jd-ink); font-weight: 740; letter-spacing: -.038em; }
.jd-wa-hero { position: relative; overflow: hidden; padding: 104px 0 116px; background: radial-gradient(circle at 78% 35%, rgba(37,211,102,.19), transparent 27%), radial-gradient(circle at 12% 90%, rgba(49,86,211,.2), transparent 30%), linear-gradient(135deg, #041225, #092743); }
.jd-wa-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: 54px 54px; mask-image: linear-gradient(to right, transparent, #000 45%, #000); }
.jd-wa-hero:after { content: ""; position: absolute; right: -8%; bottom: -210px; width: 620px; height: 360px; border: 1px solid rgba(100,233,155,.18); border-radius: 50%; transform: rotate(-12deg); }
.jd-wa-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .7fr); align-items: center; gap: 90px; }
.jd-wa-hero__grid { position: relative; z-index: 2; }
.jd-wa-hero .jd-eyebrow { display: inline-flex; align-items: center; padding: 8px 12px; border: 1px solid rgba(100,233,155,.24); border-radius: 30px; color: #7bf0aa; background: rgba(37,211,102,.08); }
.jd-wa-hero h1 { max-width: 750px; color: #fff; font-size: clamp(44px, 5.5vw, 68px); font-weight: 770; line-height: 1.04; letter-spacing: -.052em; }
.jd-wa-hero__copy > p { max-width: 650px; color: rgba(255,255,255,.73); font-size: 17px; line-height: 1.75; }
.jd-wa-hero .jd-btn { background: #25d366; box-shadow: none; }
.jd-wa-hero .jd-btn:hover { background: #1ebc59; }
.jd-wa-hero .jd-btn-secondary { color: #fff !important; background: transparent; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.jd-wa-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; }
.jd-wa-proof li { color: rgba(255,255,255,.68); font-size: 12px; font-weight: 650; }
.jd-wa-proof i { margin-right: 5px; color: #64e99b; }
.jd-wa-demo { position: relative; max-width: 390px; margin: 0 auto; border: 7px solid rgba(255,255,255,.13); border-radius: 27px; background: #eef1ed; box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.jd-wa-demo__top { display: flex; align-items: center; gap: 11px; padding: 14px 17px; border-radius: 19px 19px 0 0; background: #075e54; color: #fff; }
.jd-wa-demo__top > span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #25d366; font-size: 18px; }
.jd-wa-demo__top div { display: flex; flex: 1; flex-direction: column; }
.jd-wa-demo__top strong { font-size: 13px; }
.jd-wa-demo__top small { color: rgba(255,255,255,.7); font-size: 9px; }
.jd-wa-demo__body { min-height: 365px; padding: 22px 16px; background-color: #e9e3dc; background-image: radial-gradient(rgba(0,0,0,.035) 1px, transparent 1px); background-size: 14px 14px; }
.jd-wa-message { max-width: 82%; margin-bottom: 12px; padding: 10px 11px 6px; border-radius: 4px 12px 12px; background: #fff; color: #233142; font-size: 11px; line-height: 1.5; box-shadow: 0 2px 5px rgba(0,0,0,.06); }
.jd-wa-message time { display: block; margin-top: 3px; color: #87918f; font-size: 8px; text-align: right; }
.jd-wa-message--out { margin-left: auto; border-radius: 12px 4px 12px 12px; background: #d9fdd3; }
.jd-wa-options { display: flex; flex-wrap: wrap; gap: 6px; max-width: 88%; margin: -5px 0 14px; }
.jd-wa-options span { padding: 6px 9px; border: 1px solid #d6dfda; border-radius: 15px; background: #fff; color: #08756b; font-size: 9px; font-weight: 700; }
.jd-wa-demo__input { display: flex; align-items: center; gap: 11px; padding: 11px 14px; border-radius: 0 0 19px 19px; color: #8c9894; background: #f4f5f4; font-size: 12px; }
.jd-wa-demo__input span { flex: 1; }
.jd-wa-demo__input i:last-child { color: #128c7e; }
.jd-wa-float { position: absolute; display: flex; align-items: center; gap: 9px; min-width: 170px; padding: 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 11px; background: rgba(7,25,48,.94); color: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.25); }
.jd-wa-float > i { color: #64e99b; }
.jd-wa-float span { display: flex; flex-direction: column; }
.jd-wa-float strong { font-size: 10px; }
.jd-wa-float small { margin-top: 2px; color: rgba(255,255,255,.55); font-size: 8px; }
.jd-wa-float--one { top: 85px; right: -100px; }
.jd-wa-float--two { bottom: 65px; left: -95px; }
.jd-wa-section-nav { position: relative; z-index: 5; margin-top: -30px; }
.jd-wa-section-nav .container { display: flex; align-items: center; min-height: 64px; padding: 0 24px; border: 1px solid #e0e8e4; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 15px 45px rgba(20,48,75,.1); }
.jd-wa-section-nav a { margin-right: 30px; color: #566379; font-size: 12px; font-weight: 700; }
.jd-wa-section-nav a:hover { color: #128c55; }
.jd-wa-section-nav a:last-child { margin-right: 0; margin-left: auto; color: #128c55; }
.jd-wa-section-nav a:last-child i { margin-left: 6px; }
.jd-wa-intro { padding: 90px 0; text-align: center; }
.jd-wa-intro .container { max-width: 920px; }
.jd-wa-intro h2 { margin-right: auto; margin-left: auto; font-size: clamp(32px, 4.2vw, 47px); line-height: 1.16; }
.jd-wa-intro p { margin: 22px auto 0; color: #5e6b82; font-size: 16px; line-height: 1.8; }
.jd-wa-capabilities { padding: 90px 0; background: #f5f8f7; }
.jd-wa-heading { max-width: 760px; margin-bottom: 42px; }
.jd-wa-heading h2 { font-size: clamp(31px, 4vw, 44px); }
.jd-wa-heading > p { color: #647087; font-size: 16px; }
.jd-wa-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 22px; }
.jd-wa-grid article { padding: 28px; border: 1px solid #dce6e1; border-radius: 15px; background: #fff; transition: transform .25s, box-shadow .25s; }
.jd-wa-grid article { grid-column: span 2; }
.jd-wa-grid .jd-wa-card--featured { position: relative; display: grid; grid-column: span 3; grid-template-columns: auto 1fr; gap: 18px; min-height: 205px; padding: 34px; overflow: hidden; background: linear-gradient(135deg, #fff, #effbf4); }
.jd-wa-card--featured > span { grid-row: 1; }
.jd-wa-card--featured > div small { display: block; margin-bottom: 7px; color: #159651; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.jd-wa-card--featured > b { position: absolute; right: 18px; bottom: -22px; color: rgba(21,150,81,.07); font-size: 90px; font-weight: 800; line-height: 1; }
.jd-wa-grid article:hover { transform: translateY(-5px); box-shadow: 0 17px 38px rgba(20,66,48,.09); }
.jd-wa-grid article > span { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 20px; border-radius: 12px; background: #e3f8eb; color: #118549; font-size: 18px; }
.jd-wa-grid h3 { font-size: 19px; font-weight: 720; }
.jd-wa-grid p { margin: 0; color: #637087; font-size: 14px; line-height: 1.72; }
.jd-wa-journeys { padding: 90px 0; background: #fff; }
.jd-wa-journey-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid #dce5e1; border-radius: 16px; overflow: hidden; }
.jd-wa-journey-grid > div { position: relative; min-height: 245px; padding: 34px 27px; border-right: 1px solid #dce5e1; background: linear-gradient(180deg, #fff, #fbfdfc); transition: background .25s; }
.jd-wa-journey-grid > div:hover { background: #effaf4; }
.jd-wa-journey-grid > div:last-child { border: 0; }
.jd-wa-journey-grid strong { position: absolute; top: 18px; right: 19px; color: #a4b3ad; font-size: 10px; }
.jd-wa-journey-grid i { color: #159651; font-size: 22px; }
.jd-wa-journey-grid h3 { margin-top: 24px; font-size: 20px; font-weight: 720; }
.jd-wa-journey-grid p { color: #647087; font-size: 13px; line-height: 1.7; }
.jd-wa-integrate { padding: 90px 0; background: #071a30; }
.jd-wa-integrate .container { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 85px; }
.jd-wa-integrate .jd-eyebrow { color: #64e99b; }
.jd-wa-integrate h2 { color: #fff; font-size: clamp(32px, 4vw, 46px); }
.jd-wa-integrate p { color: rgba(255,255,255,.66); line-height: 1.8; }
.jd-wa-integrate .jd-text-link { display: inline-block; margin-top: 12px; color: #64e99b; }
.jd-wa-system-map { display: flex; align-items: center; gap: 32px; }
.jd-wa-system-map > span { display: inline-flex; flex: 0 0 95px; align-items: center; justify-content: center; width: 95px; height: 95px; border-radius: 24px; background: #25d366; color: #fff; font-size: 45px; box-shadow: 0 18px 55px rgba(37,211,102,.24); }
.jd-wa-system-map div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; width: 100%; }
.jd-wa-system-map b { display: flex; align-items: center; gap: 8px; padding: 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: rgba(255,255,255,.78); font-size: 11px; text-align: left; background: rgba(255,255,255,.035); }
.jd-wa-system-map b i { color: #64e99b; }
.jd-wa-process { padding: 90px 0; }
.jd-wa-process ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.jd-wa-process li { position: relative; display: flex; gap: 15px; padding: 26px 20px 20px; border: 1px solid #e0e7e4; border-radius: 13px; background: #fff; }
.jd-wa-process li:before { content: ""; position: absolute; top: -1px; left: 20px; width: 42px; height: 3px; border-radius: 0 0 4px 4px; background: #25d366; }
.jd-wa-process li > b { color: #159651; font-size: 11px; }
.jd-wa-process h3 { font-size: 18px; font-weight: 720; }
.jd-wa-process p { color: #647087; font-size: 13px; line-height: 1.7; }
.jd-wa-cta { padding: 64px 0; background: linear-gradient(120deg, #e2f8e9, #e8f3ff); }
.jd-wa-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.jd-wa-cta h2 { max-width: 760px; font-size: clamp(30px, 4vw, 43px); }
.jd-wa-cta p { margin-bottom: 0; }
.jd-wa-cta .jd-btn { flex: 0 0 auto; background: #159651; }

@media (max-width: 991px) {
  .jd-wa-hero__grid { grid-template-columns: 1fr .75fr; gap: 45px; }
  .jd-wa-float { display: none; }
  .jd-wa-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jd-wa-grid article, .jd-wa-grid .jd-wa-card--featured { grid-column: span 1; }
  .jd-wa-journey-grid, .jd-wa-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jd-wa-journey-grid > div:nth-child(2) { border-right: 0; }
  .jd-wa-journey-grid > div:nth-child(-n+2) { border-bottom: 1px solid #dce5e1; }
  .jd-wa-integrate .container { grid-template-columns: 1fr; gap: 48px; }
  .jd-footer__main { grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
  .jd-footer__contact { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.1); }
  .jd-footer__contact h3 { grid-column: 1 / -1; margin-bottom: 4px; }
  .jd-footer__contact address { grid-column: 1 / -1; margin-top: 0; }
  .jd-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  nav.navbar.bootsnav ul.nav > li.jd-nav-cta > a { margin: 8px 15px; }
  .jd-blog-layout { grid-template-columns: 1fr; }
  .jd-blog-sidebar { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .jd-blog-widget, .jd-blog-cta { margin: 0; }
  .jd-featured-post { grid-template-columns: 1fr; }
  .jd-featured-post__image { min-height: 340px; }
  .jd-modern-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jd-dt-intro .jd-dt-wide { grid-template-columns: 1fr; gap: 45px; }
  .jd-dt-intro__copy { padding-top: 0; }
  .jd-dt-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jd-dt-outcome-grid, .jd-dt-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jd-ai-responsible .container { grid-template-columns: 1fr; }
  .jd-ai-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jd-ai-use-grid, .jd-ai-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jd-ai-use-grid > div:nth-child(2) { border-right: 0; }
  .jd-ai-use-grid > div { border-bottom: 1px solid #dce4ef; }
  .jd-ai-use-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .jd-faq-list { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .jd-wa-hero, .jd-wa-intro, .jd-wa-capabilities, .jd-wa-journeys, .jd-wa-integrate, .jd-wa-process { padding: 58px 0; }
  .jd-wa-hero { padding-bottom: 88px; }
  .jd-wa-hero__grid { grid-template-columns: 1fr; }
  .jd-wa-hero h1 { font-size: 42px; }
  .jd-wa-demo { width: calc(100% - 12px); margin-top: 15px; }
  .jd-wa-section-nav { margin-top: -25px; padding: 0 15px; }
  .jd-wa-section-nav .container { overflow-x: auto; min-height: 55px; padding: 0 17px; white-space: nowrap; }
  .jd-wa-section-nav a { margin-right: 22px; }
  .jd-wa-section-nav a:last-child { display: none; }
  .jd-wa-grid, .jd-wa-journey-grid, .jd-wa-process ol { grid-template-columns: 1fr; }
  .jd-wa-grid .jd-wa-card--featured { min-height: 0; padding: 27px; }
  .jd-wa-journey-grid > div { border-right: 0; border-bottom: 1px solid #dce5e1 !important; }
  .jd-wa-journey-grid > div:last-child { border-bottom: 0 !important; }
  .jd-wa-system-map { gap: 18px; }
  .jd-wa-system-map > span { flex-basis: 70px; width: 70px; height: 70px; font-size: 34px; }
  .jd-wa-cta { padding: 48px 0; }
  .jd-wa-cta .container { display: block; }
  .jd-wa-cta .jd-btn { margin-top: 22px; }
  .jd-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; padding-top: 40px; padding-bottom: 36px; }
  .jd-footer__brand { grid-column: 1 / -1; }
  .jd-footer__contact { grid-template-columns: 1fr; }
  .jd-footer__contact h3 { grid-column: auto; }
  .jd-footer__bottom .container { display: block; padding-top: 20px; padding-bottom: 20px; }
  .jd-footer__bottom div div { margin-top: 9px; }
  body > section:first-of-type { padding: 48px 20px; gap: 32px; }
  .jd-content-left h1 { font-size: 38px; }
  .jd-card-grid { grid-template-columns: 1fr; }
  .jd-section, .jd-page-hero, .jd-article-hero { padding: 56px 0; }
  .jd-btn-secondary { margin-left: 0; }
  .jd-blog-masthead .container { display: block; }
  .jd-blog-masthead p { margin-top: 18px; }
  .jd-blog-shell { padding: 44px 0 60px; }
  .jd-blog-sidebar { grid-template-columns: 1fr; }
  .jd-feed-post { margin-bottom: 38px; padding-bottom: 38px; }
  .jd-feed-post__image { aspect-ratio: 16/10; }
  .jd-blog-modern-hero { padding: 60px 0 55px; }
  .jd-blog-modern-hero h1 { font-size: 42px; }
  .jd-modern-search { padding-left: 14px; }
  .jd-modern-search button { padding: 0 15px; }
  .jd-modern-blog-heading, .jd-modern-newsletter { display: block; }
  .jd-modern-blog-heading p { margin-top: 12px; }
  .jd-featured-post__image { min-height: 250px; }
  .jd-featured-post__content { padding: 28px 24px; }
  .jd-modern-post-grid { grid-template-columns: 1fr; }
  .jd-modern-newsletter { padding: 30px 24px; }
  .jd-modern-newsletter .jd-btn { margin-top: 20px; }
  .jd-dt-hero, .jd-dt-intro, .jd-dt-services, .jd-dt-outcomes, .jd-dt-process { padding: 58px 0; }
  .jd-dt-hero { min-height: 620px; }
  .jd-dt-hero h1 { font-size: 42px; }
  .jd-dt-hero:after { background: linear-gradient(90deg, rgba(4,13,31,.97), rgba(4,13,31,.76)); }
  .jd-dt-hero__visual img { object-position: 62% center; }
  .jd-dt-wide { padding-right: 20px; padding-left: 20px; }
  .jd-dt-grid, .jd-dt-outcome-grid, .jd-dt-process ol { grid-template-columns: 1fr; }
  .jd-dt-cta .container { display: block; }
  .jd-dt-cta .jd-btn { margin-top: 24px; }
  .jd-ai-hero, .jd-ai-intro, .jd-ai-services, .jd-ai-use-cases, .jd-ai-responsible, .jd-ai-process { padding: 58px 0; }
  .jd-ai-hero { min-height: 620px; }
  .jd-ai-hero h1 { font-size: 42px; }
  .jd-ai-hero:after { background: linear-gradient(90deg, rgba(4,13,31,.97), rgba(4,13,31,.78)); }
  .jd-ai-hero__visual img { object-position: 62% center; }
  .jd-ai-grid, .jd-ai-use-grid, .jd-ai-principles, .jd-ai-steps { grid-template-columns: 1fr; }
  .jd-ai-use-grid > div { border-right: 0; border-bottom: 1px solid #dce4ef !important; }
  .jd-ai-use-grid > div:last-child { border-bottom: 0 !important; }
  .jd-ai-cta .container { display: block; }
  .jd-ai-cta .jd-btn { margin-top: 24px; }
  .jd-faq-section { padding: 58px 0; }
  .jd-faq-intro { margin-bottom: 30px; text-align: left; }
  .jd-faq-intro p { margin-left: 0; }
  .jd-faq-item summary { min-height: 72px; padding: 15px; }
  .jd-faq-item > div { margin-left: 61px; padding-right: 15px; }
  .jd-faq-contact { display: block; padding: 21px; }
  .jd-faq-contact .jd-btn { margin-top: 17px; }
  .jd-global-contact .container { display: block; }
  .jd-global-contact .jd-btn { margin-top: 20px; }
}
