@charset "UTF-8";

:root {
  --dc-ink: #143d39;
  --dc-ink-soft: #516d69;
  --dc-green: #006b60;
  --dc-green-dark: #003f39;
  --dc-green-deep: #062e2b;
  --dc-teal: #009b8d;
  --dc-gold: #f2c85b;
  --dc-gold-soft: #fff4cf;
  --dc-paper: #ffffff;
  --dc-mist: #f3f8f7;
  --dc-line: #cddfdb;
  --dc-line-dark: #83a6a0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

.dc-page {
  margin: 0;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  hyphens: auto;
  background: var(--dc-paper);
  color: var(--dc-ink);
  font-family: Arial, sans-serif;
}

.dc-page *,
.dc-page *::before,
.dc-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.dc-page .navbar {
  margin-bottom: 0;
}

.dc-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  padding: 10px 14px;
  border-radius: 5px;
  background: #ffffff;
  color: var(--dc-green-dark);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.dc-skip-link:focus {
  transform: translateY(0);
}

.dc-eyebrow {
  margin: 0 0 16px;
  color: var(--dc-green);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.dc-hero {
  position: relative;
  min-height: 700px;
  padding: 140px 0 36px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--dc-line);
  background: #ffffff;
}

.dc-hero-shell {
  position: relative;
  min-height: 524px;
}

.dc-hero-content {
  position: relative;
  z-index: 2;
  width: min(610px, 48%);
  padding: 36px 0 42px;
  text-align: left;
}

.dc-hero-content > * {
  max-width: 100%;
}

.dc-hero .dc-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 2px 0 2px 12px;
  border-left: 3px solid var(--dc-gold);
  color: var(--dc-green-dark);
}

.dc-hero h1 {
  max-width: 610px;
  margin: 0;
  color: var(--dc-green-deep);
  font-size: 3.55rem;
  font-weight: 760;
  line-height: 1.04;
}

.dc-hero-lead {
  max-width: 585px;
  margin: 24px 0 0;
  color: #375b56;
  font-size: 1.08rem;
  line-height: 1.65;
}

.dc-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 0;
  justify-content: flex-start;
}

.dc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dc-button .material-symbols-outlined {
  flex: 0 0 auto;
  font-size: 21px;
  line-height: 1;
}

.dc-button-primary {
  border-color: var(--dc-green);
  background: var(--dc-green);
  color: #ffffff;
}

.dc-button-primary:hover,
.dc-button-primary:focus-visible {
  border-color: var(--dc-green-dark);
  background: var(--dc-green-dark);
  color: #ffffff;
  transform: translateY(-2px);
}

.dc-button-secondary {
  border-color: #71958f;
  background: rgba(255, 255, 255, 0.9);
  color: var(--dc-green-dark);
}

.dc-button-secondary:hover,
.dc-button-secondary:focus-visible {
  border-color: var(--dc-green);
  background: #ffffff;
  color: var(--dc-green);
  transform: translateY(-2px);
}

.dc-button-gold {
  border-color: var(--dc-gold);
  background: var(--dc-gold);
  color: var(--dc-green-deep);
}

.dc-button-gold:hover,
.dc-button-gold:focus-visible {
  border-color: #ffd86d;
  background: #ffd86d;
  color: var(--dc-green-deep);
  transform: translateY(-2px);
}

.dc-button:focus-visible,
.dc-text-link:focus-visible,
.dc-inline-links a:focus-visible,
.dc-related-links a:focus-visible,
.dc-faq summary:focus-visible {
  outline: 3px solid var(--dc-gold);
  outline-offset: 3px;
}

.dc-hero-assurance {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 585px;
  margin: 20px 0 0;
  color: #466762;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
  justify-content: flex-start;
}

.dc-hero-assurance .material-symbols-outlined {
  margin-top: 1px;
  color: var(--dc-green);
  font-size: 20px;
}

.dc-hero-map {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -64px;
  width: min(820px, 62vw);
  margin: 0;
  transform: translateY(-46%);
  pointer-events: none;
}

.dc-hero-map img {
  display: block;
  width: 100%;
  height: auto;
}

.dc-proof {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--dc-green-deep);
  color: #ffffff;
}

.dc-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dc-proof-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 112px;
  padding: 24px 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.dc-proof-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.dc-proof-item > .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--dc-gold);
  font-size: 30px;
}

.dc-proof-item > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #b9cdca;
  font-size: 0.78rem;
  line-height: 1.35;
}

.dc-proof-item strong {
  color: #ffffff;
  font-size: 1.04rem;
  line-height: 1.2;
}

.dc-section {
  padding: 104px 0;
}

.dc-section-heading {
  max-width: 770px;
  margin-bottom: 46px;
}

.dc-section-heading-wide {
  max-width: 920px;
}

.dc-section-heading h2,
.dc-dedicated h2,
.dc-planning h2,
.dc-faq h2,
.dc-final-cta h2 {
  margin: 0;
  color: var(--dc-green-deep);
  font-size: 2.7rem;
  font-weight: 760;
  line-height: 1.15;
}

.dc-section-heading > p:last-child,
.dc-dedicated-copy > p,
.dc-planning-copy > p:last-child,
.dc-faq-intro > p,
.dc-final-cta-inner > div > p:last-child {
  margin: 20px 0 0;
  color: var(--dc-ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

.dc-regions {
  background: #ffffff;
}

.dc-region-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dc-region-card {
  min-width: 0;
  min-height: 292px;
  padding: 24px;
  border: 1px solid var(--dc-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(14, 62, 56, 0.07);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dc-region-card:hover {
  border-color: #8ab1ab;
  box-shadow: 0 16px 34px rgba(14, 62, 56, 0.11);
  transform: translateY(-4px);
}

.dc-region-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 34px;
}

.dc-region-card-top .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--dc-gold-soft);
  color: #a77a00;
  font-size: 24px;
}

.dc-region-card code {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid #b7d1cd;
  border-radius: 5px;
  background: var(--dc-mist);
  color: var(--dc-green-dark);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.dc-region-market {
  margin: 0 0 7px;
  color: var(--dc-green);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.dc-region-card h3 {
  margin: 0;
  color: var(--dc-green-deep);
  font-size: 1.75rem;
  font-weight: 760;
  line-height: 1.2;
}

.dc-region-card > p:last-child {
  margin: 14px 0 0;
  color: var(--dc-ink-soft);
  font-size: 0.92rem;
  line-height: 1.6;
}

.dc-dedicated {
  padding: 104px 0;
  border-top: 1px solid #1e514b;
  border-bottom: 1px solid #1e514b;
  background: var(--dc-green-deep);
  color: #ffffff;
}

.dc-dedicated-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 88px;
  align-items: center;
}

.dc-dedicated .dc-eyebrow {
  color: var(--dc-gold);
}

.dc-dedicated h2 {
  max-width: 720px;
  color: #ffffff;
}

.dc-dedicated-copy > p {
  max-width: 740px;
  color: #b9cdca;
}

.dc-dedicated-copy .dc-button {
  margin-top: 30px;
}

.dc-dedicated-points {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dc-dedicated-points > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dc-dedicated-points .material-symbols-outlined {
  color: var(--dc-gold);
  font-size: 29px;
}

.dc-dedicated-points span:last-child {
  color: #acc2bf;
  font-size: 0.9rem;
  line-height: 1.55;
}

.dc-dedicated-points strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1rem;
}

.dc-protection {
  background: var(--dc-mist);
}

.dc-protection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--dc-line);
  border-bottom: 1px solid var(--dc-line);
}

.dc-protection-item {
  position: relative;
  min-width: 0;
  min-height: 300px;
  padding: 34px 34px 34px 0;
}

.dc-protection-item + .dc-protection-item {
  padding-left: 34px;
  border-left: 1px solid var(--dc-line);
}

.dc-protection-item:last-child {
  padding-right: 0;
}

.dc-step-number {
  position: absolute;
  top: 32px;
  right: 28px;
  color: #99b2ae;
  font-size: 0.75rem;
  font-weight: 800;
}

.dc-protection-item > .material-symbols-outlined {
  margin-bottom: 54px;
  color: var(--dc-green);
  font-size: 34px;
}

.dc-protection-item h3 {
  margin: 0;
  color: var(--dc-green-deep);
  font-size: 1.28rem;
  font-weight: 760;
  line-height: 1.3;
}

.dc-protection-item p {
  margin: 12px 0 0;
  color: var(--dc-ink-soft);
  font-size: 0.92rem;
  line-height: 1.62;
}

.dc-compliance-note {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 20px;
  margin-top: 48px;
  padding: 28px;
  border: 1px solid #a9c5c0;
  border-left: 5px solid var(--dc-gold);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 58, 53, 0.06);
}

.dc-compliance-note > .material-symbols-outlined {
  color: var(--dc-green);
  font-size: 38px;
}

.dc-compliance-note h3 {
  margin: 0;
  color: var(--dc-green-deep);
  font-size: 1.18rem;
  font-weight: 760;
}

.dc-compliance-note p {
  max-width: 1020px;
  margin: 10px 0 0;
  color: var(--dc-ink-soft);
  font-size: 0.94rem;
  line-height: 1.65;
}

.dc-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  margin-top: 18px;
}

.dc-inline-links a,
.dc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--dc-green);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.dc-inline-links a {
  border-bottom: 1px solid #80aba5;
}

.dc-inline-links a:hover,
.dc-inline-links a:focus-visible,
.dc-text-link:hover,
.dc-text-link:focus-visible {
  color: var(--dc-green-dark);
  text-decoration: none;
}

.dc-frameworks {
  border-bottom: 1px solid var(--dc-line);
  background: #ffffff;
}

.dc-framework-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dc-framework-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 366px;
  padding: 28px 24px 24px;
  overflow: hidden;
  border: 1px solid var(--dc-line);
  border-radius: 8px;
  background: #f8fbfa;
  box-shadow: 0 10px 28px rgba(14, 62, 56, 0.06);
}

.dc-framework-card::before {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 3px;
  background: #b8d1cd;
  content: "";
}

.dc-framework-market {
  margin: 0 0 24px;
  color: var(--dc-green);
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.3;
  text-transform: uppercase;
}

.dc-framework-card h3 {
  margin: 0;
  color: var(--dc-green-deep);
  font-size: 1.28rem;
  font-weight: 780;
  line-height: 1.3;
}

.dc-framework-card > p:not(.dc-framework-market) {
  margin: 15px 0 0;
  color: var(--dc-ink-soft);
  font-size: 0.9rem;
  line-height: 1.64;
}

.dc-framework-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: auto;
  padding-top: 22px;
}

.dc-framework-links a {
  color: var(--dc-green);
  font-size: 0.8rem;
  font-weight: 820;
  line-height: 1.4;
  text-decoration: none;
}

.dc-framework-links a:hover,
.dc-framework-links a:focus-visible {
  color: var(--dc-green-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dc-market-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 15px;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid #c7d9d6;
  border-radius: 8px;
  background: var(--dc-mist);
}

.dc-market-note .material-symbols-outlined {
  color: #9b7400;
  font-size: 26px;
}

.dc-market-note p {
  margin: 0;
  color: var(--dc-ink-soft);
  font-size: 0.88rem;
  line-height: 1.6;
}

.dc-market-note strong {
  color: var(--dc-green-deep);
}

.dc-planning {
  background: #ffffff;
}

.dc-planning-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  gap: 90px;
  align-items: start;
}

.dc-planning-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--dc-line);
  list-style: none;
}

.dc-planning-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 76px;
  padding: 15px 18px 15px 0;
  border-bottom: 1px solid var(--dc-line);
  color: var(--dc-ink);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.4;
}

.dc-planning-list li:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid var(--dc-line);
}

.dc-planning-list .material-symbols-outlined {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--dc-gold-soft);
  color: #8a6800;
  font-size: 18px;
}

.dc-related {
  padding: 30px 0;
  border-top: 1px solid var(--dc-line);
  border-bottom: 1px solid var(--dc-line);
  background: var(--dc-mist);
}

.dc-related .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.dc-related p {
  margin: 0;
  color: var(--dc-ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dc-related-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 34px;
}

.dc-related-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dc-green-dark);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.dc-related-links a:hover,
.dc-related-links a:focus-visible {
  color: var(--dc-teal);
}

.dc-related-links .material-symbols-outlined {
  color: #b78600;
  font-size: 22px;
}

.dc-faq {
  background: #ffffff;
}

.dc-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: 90px;
  align-items: start;
}

.dc-faq-intro {
  position: sticky;
  top: 120px;
}

.dc-faq-intro .dc-text-link {
  margin-top: 24px;
}

.dc-text-link .material-symbols-outlined {
  font-size: 20px;
  transition: transform 0.2s ease;
}

.dc-text-link:hover .material-symbols-outlined {
  transform: translateX(3px);
}

.dc-faq-list {
  border-top: 1px solid var(--dc-line);
}

.dc-faq details {
  border-bottom: 1px solid var(--dc-line);
}

.dc-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
  padding: 22px 4px;
  color: var(--dc-green-deep);
  font-size: 1.04rem;
  font-weight: 760;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

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

.dc-faq summary .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--dc-green);
  transition: transform 0.2s ease;
}

.dc-faq details[open] summary .material-symbols-outlined {
  transform: rotate(180deg);
}

.dc-faq details p {
  max-width: 760px;
  margin: 0;
  padding: 0 54px 24px 4px;
  color: var(--dc-ink-soft);
  font-size: 0.94rem;
  line-height: 1.7;
}

.dc-final-cta {
  padding: 70px 0;
  border-top: 1px solid #e0ba55;
  background: var(--dc-gold-soft);
}

.dc-final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
  align-items: center;
}

.dc-final-cta-inner > div {
  max-width: 820px;
}

.dc-final-cta .dc-eyebrow {
  color: #795c00;
}

.dc-final-cta .dc-button {
  min-width: 260px;
}

.dc-page footer {
  margin-top: 0;
}

html[dir="rtl"] .dc-skip-link {
  right: 12px;
  left: auto;
}

html[dir="rtl"] .dc-hero-content {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

html[dir="rtl"] .dc-hero .dc-eyebrow {
  padding-right: 12px;
  padding-left: 0;
  border-right: 3px solid var(--dc-gold);
  border-left: 0;
}

html[dir="rtl"] .dc-hero-actions,
html[dir="rtl"] .dc-hero-assurance {
  justify-content: flex-start;
}

html[dir="rtl"] .dc-hero-map {
  right: auto;
  left: -64px;
}

html[dir="rtl"] .dc-button .material-symbols-outlined,
html[dir="rtl"] .dc-text-link .material-symbols-outlined {
  transform: scaleX(-1);
}

html[dir="rtl"] .dc-proof-item {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 0;
}

html[dir="rtl"] .dc-proof-item:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

html[dir="rtl"] .dc-protection-item {
  padding-right: 0;
  padding-left: 34px;
}

html[dir="rtl"] .dc-protection-item + .dc-protection-item {
  padding-right: 34px;
  padding-left: 34px;
  border-right: 1px solid var(--dc-line);
  border-left: 0;
}

html[dir="rtl"] .dc-protection-item:last-child {
  padding-left: 0;
}

html[dir="rtl"] .dc-step-number {
  right: auto;
  left: 28px;
}

html[dir="rtl"] .dc-compliance-note {
  border-right: 5px solid var(--dc-gold);
  border-left: 1px solid #a9c5c0;
}

html[dir="rtl"] .dc-planning-list li {
  padding-right: 0;
  padding-left: 18px;
}

html[dir="rtl"] .dc-planning-list li:nth-child(even) {
  padding-right: 18px;
  padding-left: 0;
  border-right: 1px solid var(--dc-line);
  border-left: 0;
}

html[dir="rtl"] .dc-faq details p {
  padding-right: 4px;
  padding-left: 54px;
}

html[dir="rtl"] code,
html[dir="rtl"] address,
html[dir="rtl"] a[href^="mailto:"],
html[dir="rtl"] .language-code {
  unicode-bidi: isolate;
}

html.dc-motion-ready [data-dc-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.62s ease, transform 0.62s ease;
  transition-delay: var(--dc-reveal-delay, 0ms);
}

html.dc-motion-ready [data-dc-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1399px) {
  .dc-hero h1 {
    font-size: 3.3rem;
  }

  .dc-hero-map {
    right: -42px;
    width: min(760px, 60vw);
  }

  .dc-region-card {
    padding: 21px;
  }

  .dc-dedicated-layout,
  .dc-planning-layout,
  .dc-faq-layout {
    gap: 64px;
  }
}

@media (max-width: 1199px) {
  .dc-hero h1 {
    max-width: 530px;
    font-size: 3rem;
  }

  .dc-hero-lead {
    max-width: 520px;
    font-size: 1rem;
  }

  .dc-hero-map {
    right: -54px;
    width: min(690px, 59vw);
  }

  .dc-proof-item {
    padding: 22px 18px;
  }

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

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

  .dc-region-card {
    min-height: 250px;
  }

  .dc-framework-card {
    min-height: 330px;
  }

  .dc-dedicated-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.75fr);
  }

  .dc-planning-layout {
    grid-template-columns: minmax(0, 0.75fr) minmax(450px, 1.25fr);
  }
}

@media (max-width: 991px) {
  .dc-page .navbar-collapse {
    margin-top: 12px;
    padding: 14px;
    border-radius: 8px;
    background: var(--dc-green-dark);
    box-shadow: 0 16px 28px rgba(0, 32, 29, 0.22);
  }

  .dc-page .navbar .btn-dark {
    margin-top: 8px;
  }

  .dc-hero {
    padding: 126px 0 0;
  }

  .dc-hero-shell {
    min-height: 0;
  }

  .dc-hero-content {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
  }

  .dc-hero-content > * {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  .dc-hero h1 {
    max-width: 760px;
    font-size: 3.15rem;
  }

  .dc-hero-lead {
    max-width: 720px;
  }

  .dc-hero-actions,
  .dc-hero-assurance {
    justify-content: center;
  }

  .dc-hero-map {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 28px auto -1px;
    transform: none;
  }

  html[dir="rtl"] .dc-hero-content {
    margin-right: auto;
  }

  html[dir="rtl"] .dc-hero-map {
    right: auto;
    left: auto;
  }

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

  .dc-proof-item {
    min-height: 96px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .dc-proof-item:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .dc-section,
  .dc-dedicated {
    padding: 84px 0;
  }

  .dc-section-heading h2,
  .dc-dedicated h2,
  .dc-planning h2,
  .dc-faq h2,
  .dc-final-cta h2 {
    font-size: 2.35rem;
  }

  .dc-dedicated-layout,
  .dc-planning-layout,
  .dc-faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .dc-dedicated-points {
    max-width: 720px;
  }

  .dc-protection-grid {
    grid-template-columns: 1fr;
  }

  .dc-protection-item,
  .dc-protection-item + .dc-protection-item,
  .dc-protection-item:last-child {
    min-height: 0;
    padding: 28px 54px 28px 0;
    border-left: 0;
    border-bottom: 1px solid var(--dc-line);
  }

  .dc-protection-item:last-child {
    border-bottom: 0;
  }

  html[dir="rtl"] .dc-protection-item,
  html[dir="rtl"] .dc-protection-item + .dc-protection-item,
  html[dir="rtl"] .dc-protection-item:last-child {
    padding-right: 0;
    padding-left: 54px;
    border-right: 0;
  }

  html[dir="rtl"] .dc-step-number {
    right: auto;
    left: 8px;
  }

  .dc-protection-item > .material-symbols-outlined {
    margin-bottom: 28px;
  }

  .dc-step-number {
    top: 29px;
    right: 8px;
  }

  .dc-faq-intro {
    position: static;
  }

  .dc-related .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .dc-final-cta-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .dc-final-cta-inner > * {
    min-width: 0;
  }

  .dc-final-cta .dc-button {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 82px;
  }

  .dc-hero {
    padding-top: 112px;
  }

  .dc-hero-content {
    padding-top: 18px;
    text-align: left;
  }

  html[dir="rtl"] .dc-hero-content {
    text-align: right;
  }

  .dc-hero h1 {
    font-size: 2.65rem;
    line-height: 1.08;
  }

  .dc-hero-lead {
    font-size: 1.02rem;
    line-height: 1.6;
  }

  .dc-hero-actions {
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }

  html[dir="rtl"] .dc-hero-actions,
  html[dir="rtl"] .dc-hero-assurance {
    justify-content: flex-start;
  }

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

  .dc-hero-map {
    width: 118%;
    margin-top: 22px;
    margin-bottom: -1px;
    margin-left: -9%;
  }

  .dc-hero-assurance {
    justify-content: flex-start;
  }

  .dc-proof-grid {
    grid-template-columns: 1fr;
  }

  .dc-proof-item,
  .dc-proof-item:nth-child(2),
  .dc-proof-item:last-child {
    min-height: 84px;
    padding: 18px 8px;
    border-right: 0;
    border-left: 0;
  }

  .dc-proof-item:last-child {
    border-bottom: 0;
  }

  html[dir="rtl"] .dc-proof-item,
  html[dir="rtl"] .dc-proof-item:nth-child(2),
  html[dir="rtl"] .dc-proof-item:last-child {
    border-right: 0;
    border-left: 0;
  }

  .dc-section,
  .dc-dedicated {
    padding: 70px 0;
  }

  .dc-section-heading {
    margin-bottom: 34px;
  }

  .dc-section-heading h2,
  .dc-dedicated h2,
  .dc-planning h2,
  .dc-faq h2,
  .dc-final-cta h2 {
    font-size: 2rem;
  }

  .dc-region-grid {
    grid-template-columns: 1fr;
  }

  .dc-framework-grid {
    grid-template-columns: 1fr;
  }

  .dc-region-card {
    min-height: 0;
  }

  .dc-framework-card {
    min-height: 0;
  }

  .dc-dedicated-layout,
  .dc-planning-layout,
  .dc-faq-layout {
    gap: 38px;
  }

  .dc-compliance-note {
    grid-template-columns: 1fr;
    padding: 23px 20px;
  }

  .dc-market-note {
    grid-template-columns: 1fr;
  }

  .dc-inline-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .dc-planning-list {
    grid-template-columns: 1fr;
  }

  .dc-planning-list li,
  .dc-planning-list li:nth-child(even) {
    min-height: 66px;
    padding: 13px 0;
    border-left: 0;
  }

  html[dir="rtl"] .dc-planning-list li,
  html[dir="rtl"] .dc-planning-list li:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .dc-related-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .dc-faq summary {
    min-height: 74px;
    padding: 18px 0;
    font-size: 0.98rem;
  }

  .dc-faq details p {
    padding-right: 0;
    padding-left: 0;
  }

  html[dir="rtl"] .dc-faq details p {
    padding-right: 0;
    padding-left: 0;
  }

  .dc-final-cta {
    padding: 58px 0;
  }

  .dc-final-cta .dc-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 575px) {
  .dc-hero h1 {
    font-size: 2.35rem;
  }

  .dc-hero .dc-eyebrow {
    font-size: 0.72rem;
  }

  .dc-hero-assurance {
    font-size: 0.8rem;
  }

  .dc-hero-map {
    width: 126%;
    margin-top: 24px;
    margin-bottom: -1px;
    margin-left: -13%;
  }

  .dc-section-heading > p:last-child,
  .dc-dedicated-copy > p,
  .dc-planning-copy > p:last-child,
  .dc-faq-intro > p,
  .dc-final-cta-inner > div > p:last-child {
    font-size: 0.98rem;
  }

  .dc-region-card-top {
    margin-bottom: 26px;
  }

  .dc-dedicated-points > div {
    grid-template-columns: 34px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .dc-button,
  .dc-region-card,
  .dc-text-link .material-symbols-outlined,
  .dc-faq summary .material-symbols-outlined,
  html.dc-motion-ready [data-dc-reveal] {
    transition: none;
  }

  html.dc-motion-ready [data-dc-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .dc-page .navbar,
  .dc-skip-link,
  .dc-hero-actions,
  .dc-final-cta,
  .dc-page footer {
    display: none !important;
  }

  .dc-hero {
    min-height: 0;
    padding: 30px 0;
  }

  .dc-hero-map {
    position: static;
    width: 100%;
    margin: 20px 0 0;
    transform: none;
  }

  .dc-section,
  .dc-dedicated {
    padding: 40px 0;
  }
}
