/*
Theme Name: Duress Alert Astra Child
Theme URI: https://duressalert.com.au/
Description: Astra child theme for the Duress Alert Elementor rebuild.
Author: Duress Alert
Template: astra
Version: 1.0.0
Text Domain: duress-alert-astra-child
*/

:root {
  --da-navy: #173b57;
  --da-deep-navy: #163c5a;
  --da-green: #2e7d32;
  --da-green-dark: #1b5e20;
  --da-red: #c62828;
  --da-orange: #f5a623;
  --da-amber: #f5a623;
  --da-amber-hover: #f59e0b;
  --da-cream: #f8f4ec;
  --da-page: #f7f4ec;
  --da-panel: #ffffff;
  --da-border: #e7e5e4;
  --da-text: #0f172a;
  --da-muted: #475569;
}

body {
  background: var(--da-page);
  color: var(--da-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

.elementor-section {
  position: relative;
}

.elementor-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  width: 100%;
}

.elementor-column {
  display: flex;
  min-width: 0;
  position: relative;
}

.elementor-col-20 { width: 20%; }
.elementor-col-25 { width: 25%; }
.elementor-col-30 { width: 30%; }
.elementor-col-33 { width: 33.333%; }
.elementor-col-35 { width: 35%; }
.elementor-col-38 { width: 38%; }
.elementor-col-40 { width: 40%; }
.elementor-col-45 { width: 45%; }
.elementor-col-48 { width: 48%; }
.elementor-col-50 { width: 50%; }
.elementor-col-52 { width: 52%; }
.elementor-col-55 { width: 55%; }
.elementor-col-60 { width: 60%; }
.elementor-col-62 { width: 62%; }
.elementor-col-65 { width: 65%; }
.elementor-col-70 { width: 70%; }
.elementor-col-100 { width: 100%; }

.elementor-column-wrap,
.elementor-widget-wrap {
  min-width: 0;
  position: relative;
  width: 100%;
}

.elementor-widget {
  position: relative;
}

.elementor-heading-title,
.elementor-widget p,
.wp-caption {
  margin-top: 0;
}

.site-content {
  background: var(--da-page);
}

.ast-container,
.site-content .ast-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.entry-content {
  margin: 0;
}

.entry-header {
  display: none;
}

.main-header-bar {
  background: rgba(248, 244, 236, 0.96);
  border-bottom: 1px solid var(--da-border);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.main-header-menu .menu-link,
.ast-builder-menu .main-navigation > ul > li > a {
  color: var(--da-navy);
  font-size: 0.9rem;
  font-weight: 750;
}

.site-branding .site-title a {
  color: var(--da-navy);
  font-weight: 850;
}

.site-footer,
.site-primary-footer-wrap {
  background: var(--da-navy);
  color: rgba(255, 255, 255, 0.75);
}

.site-footer a {
  color: #ffffff;
}

.elementor-section.da-hero-section,
.elementor-section.da-content-section,
.elementor-section.da-card-grid {
  padding: 5.5rem 1.5rem;
}

.elementor-section.da-hero-section > .elementor-container,
.elementor-section.da-content-section > .elementor-container,
.elementor-section.da-card-grid > .elementor-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.elementor-section.da-hero-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(245, 166, 35, 0.16), transparent 34%),
    linear-gradient(180deg, #fbf8f0 0%, #f7f4ec 100%);
  border-bottom: 1px solid var(--da-border);
}

.elementor-section.da-hero-section .elementor-widget-text-editor {
  max-width: 760px;
}

.elementor-section.da-hero-section .elementor-widget-button,
.elementor-section.da-content-section .elementor-widget-button {
  display: inline-block;
  margin-right: 0.65rem;
  margin-top: 0.65rem;
}

.elementor-widget-heading.da-heading h1,
.entry-content h1 {
  color: var(--da-navy);
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  font-weight: 850;
  line-height: 0.98;
  margin-bottom: 1rem;
  max-width: 960px;
}

.elementor-widget-heading.da-heading h2,
.entry-content h2 {
  color: var(--da-navy);
  font-size: clamp(1.85rem, 3vw, 3rem);
  font-weight: 830;
  line-height: 1.08;
  margin-bottom: 0.8rem;
  max-width: 860px;
}

.elementor-widget-heading h3 {
  color: var(--da-navy);
  font-size: 1.08rem;
  font-weight: 820;
  line-height: 1.25;
}

.elementor-widget-text-editor {
  color: var(--da-muted);
  font-size: 1.04rem;
  line-height: 1.72;
  max-width: 780px;
}

.da-eyebrow,
.elementor-widget-heading .da-eyebrow {
  color: var(--da-green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.da-heading,
.entry-content h1,
.entry-content h2 {
  color: var(--da-navy);
  letter-spacing: 0;
}

.da-section-copy {
  color: var(--da-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.da-button-primary .elementor-button,
.elementor-button.da-button-primary {
  background: var(--da-green);
  border-radius: 0.375rem;
  color: #ffffff;
  font-weight: 750;
  padding: 0.9rem 1.1rem;
}

.da-button-primary .elementor-button:hover,
.elementor-button.da-button-primary:hover {
  background: var(--da-green-dark);
  color: #ffffff;
}

.da-button-secondary .elementor-button,
.elementor-button.da-button-secondary {
  background: #ffffff !important;
  border: 1px solid #d6d3d1 !important;
  border-radius: 0.375rem;
  color: #1f2937 !important;
  font-weight: 750;
  padding: 0.9rem 1.1rem;
}

.da-button-secondary .elementor-button-content-wrapper,
.da-button-secondary .elementor-button-text,
.elementor-button.da-button-secondary .elementor-button-content-wrapper,
.elementor-button.da-button-secondary .elementor-button-text {
  color: #1f2937 !important;
  display: inline-flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.da-button-secondary .elementor-button:hover,
.elementor-button.da-button-secondary:hover {
  border-color: var(--da-green) !important;
  color: var(--da-green-dark) !important;
}

.da-button-secondary .elementor-button:hover .elementor-button-text,
.elementor-button.da-button-secondary:hover .elementor-button-text {
  color: var(--da-green-dark) !important;
}

.da-card,
.da-card-cell {
  background: var(--da-panel);
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.da-card:hover,
.da-card-cell:hover {
  border-color: var(--da-green);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09);
}

.elementor-section.da-card-grid > .elementor-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elementor-section.da-card-grid .elementor-column.da-card-cell {
  width: auto;
  padding: 1.35rem;
}

.elementor-section.da-card-grid .elementor-column.da-card-cell > .elementor-column-wrap,
.elementor-section.da-card-grid .elementor-column.da-card-cell > .elementor-column-wrap > .elementor-widget-wrap {
  padding: 0;
}

.da-state-green {
  border-top: 5px solid var(--da-green);
}

.da-state-red {
  border-top: 5px solid #c93a2b;
}

.da-state-orange {
  border-top: 5px solid var(--da-amber);
}

.da-proof-pill,
.da-chip-link .elementor-button {
  background: #f5f0e6;
  border: 1px solid #e7e5e4;
  border-radius: 999px;
  color: var(--da-navy);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1;
  padding: 0.55rem 0.7rem;
}

.da-chip-link .elementor-button[href="#"] {
  cursor: default;
}

.da-chip-link .elementor-button:hover {
  background: #f5f0e6;
  border-color: #e7e5e4;
  color: var(--da-navy);
}

.da-dark-band {
  background: var(--da-navy);
  color: #ffffff;
}

.da-dark-band .da-eyebrow {
  color: var(--da-amber);
}

.da-dark-band p,
.da-dark-band .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.78);
}

.da-warm-band {
  background: var(--da-cream);
}

.elementor-accordion .elementor-accordion-item {
  background: #ffffff;
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.elementor-accordion .elementor-tab-title {
  color: var(--da-navy);
  font-weight: 800;
}

.da-product-image img {
  object-fit: contain;
}

.da-comparison-table table {
  border-collapse: collapse;
  width: 100%;
}

.da-comparison-table th {
  background: #f5f0e6;
  color: var(--da-text);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.da-comparison-table td {
  border-top: 1px solid var(--da-border);
  color: var(--da-muted);
  line-height: 1.55;
}

@media (max-width: 767px) {
  .elementor-section.da-hero-section,
  .elementor-section.da-content-section,
  .elementor-section.da-card-grid {
    padding: 3.5rem 1rem;
  }

  .elementor-section.da-card-grid > .elementor-container {
    grid-template-columns: 1fr;
  }

  .da-section-copy {
    font-size: 1rem;
  }
}

/* Astro parity layer for the WordPress + Elementor rebuild. */
.ast-plain-container.ast-no-sidebar #primary,
.ast-page-builder-template.ast-no-sidebar #primary,
#primary {
  margin: 0 !important;
  padding: 0 !important;
}

.site-content,
.site-content .ast-container,
.ast-container,
.entry-content,
.elementor {
  width: 100%;
  max-width: none !important;
}

.site-header,
.site-footer:not(.da-site-footer) {
  display: none !important;
}

.da-shell {
  width: min(100% - 2.5rem, 1280px);
  margin: 0 auto;
}

.da-topbar {
  background: #163c5a;
  color: #ffffff;
  font-size: 0.78rem;
}

.da-topbar .da-shell,
.da-regionbar .da-shell {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.da-topbar .da-shell {
  min-height: 2.25rem;
}

.da-topbar a,
.da-topbar span {
  color: #ffffff;
  font-weight: 650;
  text-decoration: none;
}

.da-topbar span {
  color: rgba(255, 255, 255, 0.75);
}

.da-regionbar {
  background: #f7f4ec;
  border-bottom: 1px solid #e7e5e4;
  color: #475569;
  font-size: 0.78rem;
}

.da-regionbar .da-shell {
  min-height: 2.5rem;
}

.da-regionbar label {
  align-items: center;
  color: #475569;
  display: flex;
  gap: 0.5rem;
}

.da-regionbar label span {
  color: #475569;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.da-regionbar select {
  background: #ffffff;
  border: 1px solid #d6d3d1;
  border-radius: 0.375rem;
  color: #1f2937;
  font-size: 0.86rem;
  font-weight: 650;
  height: auto;
  line-height: 1.2;
  padding: 0.3rem 0.55rem;
  width: auto;
}

.da-site-header {
  background: #ffffff;
  border-bottom: 1px solid #e7e5e4;
  position: sticky;
  top: 0;
  z-index: 50;
}

.da-header-shell {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 5rem;
}

.da-logo-link img {
  display: block;
  height: 3rem;
  width: auto;
}

.da-primary-nav {
  align-items: center;
  display: flex;
  gap: 0.25rem;
}

.da-primary-nav a {
  border-radius: 0.375rem;
  color: #475569;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.65rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
}

.da-primary-nav a:hover {
  background: #f8fafc;
  color: var(--da-green-dark);
}

.da-primary-nav a.is-active,
.da-primary-nav a[aria-current="page"] {
  background: rgba(46, 125, 50, 0.1);
  color: var(--da-green-dark);
}

.da-header-actions {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.da-demo-link,
.da-trial-link {
  border-radius: 0.375rem;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 750;
  min-height: 2.55rem;
  padding: 0.65rem 1rem;
  text-decoration: none;
}

.da-demo-link {
  background: #ffffff;
  border: 1px solid #d6d3d1;
  color: #1f2937;
}

.da-trial-link {
  background: #f59e0b;
  color: #173b57;
}

.elementor-section.da-hero-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(180deg, #ffffff 0%, #f7f7f4 100%);
  border-bottom: 1px solid var(--da-border);
  color: var(--da-navy);
  padding: 4rem 1.25rem 5rem;
}

.elementor-section.da-seo-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(180deg, #ffffff 0%, #f7f7f4 100%);
  border-bottom: 1px solid var(--da-border);
  padding: 5.5rem 1.25rem 4rem;
  text-align: center;
}

.elementor-section.da-seo-hero > .elementor-container {
  max-width: 980px !important;
}

.da-seo-hero .elementor-widget-wrap {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.da-seo-hero .da-eyebrow,
.da-seo-hero .da-heading,
.da-seo-hero .da-section-copy {
  flex: 0 0 100%;
}

.da-seo-hero .da-heading h1.elementor-heading-title {
  font-size: clamp(2.7rem, 5vw, 4.3rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.da-seo-hero .da-section-copy p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.elementor-section.da-how-hero {
  background: #ffffff;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.da-how-hero .da-heading h1.elementor-heading-title {
  color: #0f172a;
  font-size: clamp(2.6rem, 4.3vw, 3.75rem);
  line-height: 1.12;
  max-width: 980px;
}

.da-seo-hero .elementor-widget.da-button-primary,
.da-seo-hero .elementor-widget.da-button-secondary {
  flex: 0 0 auto;
  margin-left: 0.35rem;
  margin-right: 0.35rem;
  width: auto !important;
}

.elementor-section.da-hero-section > .elementor-container {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  max-width: 1280px !important;
}

.elementor-section.da-hero-section > .elementor-container > .elementor-column {
  width: 100% !important;
}

.elementor-section.da-premium-hero > .elementor-container,
.elementor-section.da-colour-intro > .elementor-container,
.elementor-section.da-state-grid > .elementor-container,
.elementor-section.da-split-card-section > .elementor-container,
.elementor-section.da-pricing-section > .elementor-container,
.elementor-section.da-final-cta > .elementor-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: min(1280px, calc(100vw - 2.5rem)) !important;
  min-width: 0;
}

.elementor-section.da-premium-hero .elementor-column,
.elementor-section.da-colour-intro .elementor-column,
.elementor-section.da-state-grid .elementor-column,
.elementor-section.da-split-card-section .elementor-column,
.elementor-section.da-pricing-section .elementor-column,
.elementor-section.da-final-cta .elementor-column {
  min-width: 0;
}

.elementor-section.da-content-section,
.elementor-section.da-state-grid,
.elementor-section.da-product-section,
.elementor-section.da-market-section,
.elementor-section.da-card-grid,
.elementor-section.da-feature-grid-section,
.elementor-section.da-split-card-section,
.elementor-section.da-faq-section {
  padding: 4rem 1.25rem;
}

.elementor-section.da-content-section > .elementor-container,
.elementor-section.da-state-grid > .elementor-container,
.elementor-section.da-product-section > .elementor-container,
.elementor-section.da-market-section > .elementor-container,
.elementor-section.da-card-grid > .elementor-container,
.elementor-section.da-feature-grid-section > .elementor-container,
.elementor-section.da-split-card-section > .elementor-container,
.elementor-section.da-faq-section > .elementor-container {
  max-width: 1280px !important;
}

.da-eyebrow .elementor-heading-title,
.elementor-widget-heading.da-eyebrow .elementor-heading-title {
  color: var(--da-green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.da-heading h1.elementor-heading-title,
.da-heading .elementor-heading-title:is(h1) {
  color: var(--da-navy);
  font-size: clamp(2.45rem, 4.1vw, 3.75rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.04;
  max-width: 920px;
}

.da-heading h2.elementor-heading-title,
.da-heading .elementor-heading-title:is(h2) {
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.06;
  max-width: 900px;
}

.da-section-copy,
.da-section-copy .elementor-widget-container,
.da-section-copy p,
.elementor-widget-text-editor.da-section-copy {
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.75;
}

.elementor-widget.da-button-primary,
.elementor-widget.da-button-secondary,
.elementor-widget.da-chip-link {
  display: inline-block;
  margin-right: 0.65rem;
  margin-top: 0.8rem;
  width: auto;
}

.da-button-primary .elementor-button,
.da-button-secondary .elementor-button {
  align-items: center;
  border-radius: 0.375rem;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 760;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
}

.elementor-section.da-how-final-cta {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  text-align: center;
}

.elementor-section.da-how-final-cta > .elementor-container {
  max-width: 760px !important;
}

.da-how-final-cta .elementor-widget-wrap {
  justify-content: center;
  text-align: center;
}

.da-how-final-cta .da-heading h2.elementor-heading-title,
.da-how-final-cta .da-section-copy p {
  margin-left: auto;
  margin-right: auto;
}

.da-how-final-cta .da-button-primary .elementor-button {
  background: #ffffff;
  color: var(--da-navy);
}

.da-how-final-cta .da-button-primary .elementor-button:hover {
  background: #f5f5f4;
  color: var(--da-navy);
}

.elementor-section.da-final-cta:not(.da-how-final-cta) > .elementor-container {
  max-width: 1280px !important;
}

.da-final-cta:not(.da-how-final-cta) .elementor-widget-wrap {
  align-items: center;
  display: grid !important;
  gap: 1.5rem 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.da-final-cta:not(.da-how-final-cta) .da-eyebrow,
.da-final-cta:not(.da-how-final-cta) .da-heading,
.da-final-cta:not(.da-how-final-cta) .da-section-copy {
  grid-column: 1;
}

.da-final-cta:not(.da-how-final-cta) .da-button-primary {
  align-self: center;
  grid-column: 2;
  grid-row: 1 / 4;
  justify-self: end;
  margin-top: 0;
}

.da-final-cta:not(.da-how-final-cta) .da-button-primary .elementor-button {
  background: #ffffff;
  color: var(--da-navy);
}

.da-final-cta:not(.da-how-final-cta) .da-button-primary .elementor-button:hover {
  background: #f5f5f4;
  color: var(--da-navy);
}

.da-hero-copy > .elementor-widget-wrap {
  align-items: flex-start;
  display: flex !important;
  flex-wrap: wrap;
}

.da-hero-copy .da-eyebrow,
.da-hero-copy .da-heading,
.da-hero-copy .da-section-copy,
.da-hero-copy .da-raw-proof {
  flex: 0 0 100%;
}

.da-hero-copy .elementor-widget.da-button-primary,
.da-hero-copy .elementor-widget.da-button-secondary {
  flex: 0 0 auto;
  margin-right: 0.75rem;
  width: auto !important;
}

.da-proof-stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 2.5rem 0 0;
  max-width: 42rem;
}

.da-proof-stats dt {
  color: var(--da-navy);
  font-weight: 750;
}

.da-proof-stats dd {
  color: #475569;
  margin: 0.15rem 0 0;
}

.da-hero-product-image img {
  background: transparent;
  display: block;
  width: 100%;
}

.da-hero-product-image figcaption {
  color: #64748b;
  font-size: 0.78rem;
  margin-top: 0.75rem;
  text-align: left;
}

.da-proof-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--da-border);
  border-top: 1px solid var(--da-border);
  padding: 1.1rem 1.25rem;
}

.da-proof-strip > .elementor-container {
  align-items: center;
  display: block;
  max-width: 1280px !important;
}

.da-proof-strip .elementor-column,
.da-proof-strip .elementor-widget-wrap {
  width: 100% !important;
}

.da-proof-strip .elementor-widget-wrap {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
  padding: 0 !important;
}

.da-proof-strip .elementor-widget,
.da-proof-strip .elementor-widget:not(:last-child) {
  margin: 0 !important;
  padding: 0 !important;
}

.da-proof-strip .da-proof-strip-copy {
  flex: 1 1 32rem;
  min-width: 18rem;
}

.da-proof-strip .da-proof-strip-copy + .elementor-widget-button {
  margin-left: 0;
}

.da-proof-strip .elementor-widget-button {
  flex: 0 0 auto;
  width: auto !important;
}

.da-proof-strip .da-proof-pill {
  align-self: center !important;
  display: flex !important;
  flex: 0 0 auto !important;
  max-width: max-content !important;
  width: auto !important;
}

.da-proof-strip .da-proof-pill .elementor-widget-container {
  align-items: center;
  display: flex;
  width: auto !important;
}

.da-proof-strip-copy p {
  color: var(--da-navy);
  font-size: 0.92rem;
  font-weight: 720;
  margin: 0;
}

.da-proof-pill .elementor-button,
.da-chip-link .elementor-button {
  background: #f5f0e6;
  border: 1px solid #e7e5e4;
  border-radius: 999px;
  box-shadow: none;
  color: var(--da-navy);
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 750;
  gap: 0.45rem;
  line-height: 1;
  min-height: 0;
  padding: 0.5rem 0.72rem;
}

.da-proof-strip .da-proof-pill .elementor-button,
.da-keyword-strip .da-proof-pill .elementor-button {
  background: #ffffff;
  border-color: #d7e8d7;
}

.da-keyword-strip .da-chip-link.da-proof-pill .elementor-button {
  background: #ffffff !important;
  border: 1px solid #d7e8d7 !important;
  box-shadow: none !important;
  color: var(--da-navy) !important;
  padding: 0.45rem 0.72rem;
}

.da-keyword-strip .da-chip-link.da-proof-pill .elementor-button,
.da-keyword-strip .da-chip-link.da-proof-pill .elementor-button-content-wrapper,
.da-keyword-strip .da-chip-link.da-proof-pill .elementor-button-text {
  background: #ffffff !important;
}

.da-proof-pill .elementor-button::before {
  background: var(--da-green);
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 0.55rem;
  margin-right: 0;
  width: 0.55rem;
}

.da-keyword-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--da-border);
  padding: 1.25rem;
}

.da-keyword-strip > .elementor-container {
  align-items: center;
  display: grid !important;
  gap: 1.5rem;
  grid-template-columns: 8rem 1fr;
  max-width: 1280px !important;
}

.da-keyword-label .elementor-heading-title {
  color: var(--da-navy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.15;
  text-transform: uppercase;
}

.da-keyword-chip-col,
.da-keyword-chip-col .elementor-widget-wrap {
  width: auto !important;
}

.da-keyword-chip-col .elementor-widget-wrap {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0 !important;
}

.da-keyword-chip-col .elementor-widget {
  margin: 0;
  width: auto !important;
}

.da-colour-intro,
.da-state-grid {
  background: #ffffff;
}

.elementor-section.da-colour-intro {
  padding: 4rem 1.25rem 2rem;
}

.elementor-section.da-colour-intro > .elementor-container {
  align-items: center;
  display: grid !important;
  gap: 3.5rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(26rem, 0.92fr);
  max-width: 1280px !important;
}

.elementor-section.da-state-grid {
  padding-top: 0;
}

.elementor-section.da-split-card-section {
  background: #f7f4ec;
  padding: 4.5rem 1.25rem;
}

.elementor-section.da-white-band {
  background: #ffffff;
}

.elementor-section.da-directory-section {
  padding: 4.5rem 1.5rem;
}

.elementor-section.da-directory-section + .elementor-section.da-directory-section {
  padding-top: 3.25rem;
}

.elementor-section.da-split-card-section > .elementor-container {
  align-items: start;
  display: grid !important;
  gap: 1.1rem;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1fr) minmax(0, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px !important;
}

.da-split-card-section .elementor-column {
  width: auto !important;
}

.da-split-card-section .da-section-intro {
  grid-column: 1;
  grid-row: span 2;
  padding-right: 2rem;
}

.da-split-card-section .da-card-cell:nth-child(n+6):nth-child(even) {
  grid-column: 2;
}

.da-split-card-section .da-card-cell:nth-child(n+6):nth-child(odd) {
  grid-column: 3;
}

.da-split-card-section .da-card-cell:nth-child(6):last-child {
  grid-column: 2 / 4;
}

.da-split-card-section .da-section-intro .elementor-widget-wrap {
  padding: 0 !important;
}

.da-split-card-section .da-section-intro .da-heading h2.elementor-heading-title {
  font-size: clamp(2.15rem, 3vw, 3.35rem);
  line-height: 1.1;
}

.da-split-card-section .da-card-cell {
  background: #ffffff;
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  min-height: 15rem;
  padding: 1.6rem;
}

.da-split-card-section .da-card-cell .elementor-widget-wrap {
  padding: 0 !important;
}

.da-split-card-section .da-card-cell h3.elementor-heading-title {
  color: #0f172a;
  font-size: 1.18rem;
  font-weight: 780;
}

.da-split-card-section .da-card-cell p {
  color: #475569;
  line-height: 1.65;
}

.elementor-section.da-pricing-section {
  background: #f8f4ec;
  padding: 4.5rem 1.25rem;
}

.elementor-section.da-pricing-section > .elementor-container {
  align-items: stretch;
  display: grid !important;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px !important;
}

.da-pricing-section .elementor-column {
  width: auto !important;
}

.da-pricing-section .da-section-intro .elementor-widget-wrap,
.da-pricing-section .da-pricing-card .elementor-widget-wrap,
.da-pricing-footnote-col .elementor-widget-wrap {
  padding: 0 !important;
}

.da-pricing-section .da-section-intro {
  grid-column: 1 / -1;
  max-width: 760px;
  padding-right: 0;
}

.da-pricing-card {
  background: #ffffff;
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  min-height: 11.5rem;
  padding: 1.45rem;
}

.da-pricing-highlight {
  border-color: rgba(38, 125, 62, 0.5);
  box-shadow: 0 16px 36px rgba(38, 125, 62, 0.12);
}

.da-pricing-card h3.elementor-heading-title {
  color: var(--da-navy);
  font-size: 1rem;
  font-weight: 780;
}

.da-price-line .elementor-heading-title {
  color: var(--da-green);
  font-size: 1.65rem;
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0.75rem 0;
}

.da-pricing-card p {
  color: #475569;
  line-height: 1.58;
}

.da-price-note p,
.da-pricing-footnote p {
  color: #64748b;
  font-size: 0.9rem;
}

.da-pricing-footnote-col {
  grid-column: 1 / -1;
  width: auto !important;
}

.da-pricing-footnote-col .elementor-widget-wrap {
  border-top: 1px solid var(--da-border);
  padding-top: 1rem !important;
}

.elementor-section.da-directory-section > .elementor-container,
.elementor-section.da-trust-hero > .elementor-container {
  align-items: start;
  display: grid !important;
  gap: 3.75rem;
  grid-template-columns: minmax(18rem, 0.32fr) minmax(0, 0.68fr);
  max-width: 1240px !important;
}

.elementor-section.da-trust-hero > .elementor-container {
  grid-template-columns: 0.52fr 0.48fr;
}

.da-directory-section .elementor-column,
.da-trust-hero .elementor-column {
  width: auto !important;
}

.da-directory-section .elementor-widget-wrap,
.da-trust-hero .elementor-widget-wrap {
  padding: 0 !important;
}

.da-directory-section .da-section-intro {
  align-self: stretch;
}

.da-directory-section .da-section-intro > .elementor-column-wrap > .elementor-widget-wrap {
  border-top: 1px solid rgba(120, 113, 108, 0.28);
  padding-top: 1.35rem !important;
}

.da-directory-section .da-section-intro .da-heading h2.elementor-heading-title {
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  line-height: 1.05;
}

.da-directory-section .da-section-intro .da-section-copy p {
  max-width: 29rem;
}

.da-link-card-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.da-link-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 7.25rem;
  padding: 1.15rem 1.2rem;
  position: relative;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.da-link-card::after {
  color: var(--da-green);
  content: "->";
  font-size: 1rem;
  font-weight: 850;
  opacity: 0;
  position: absolute;
  right: 1.1rem;
  top: 1rem;
  transform: translateX(-0.25rem);
  transition: opacity 160ms ease, transform 160ms ease;
}

.da-link-card:hover {
  background: #ffffff;
  border-color: rgba(38, 125, 62, 0.42);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.da-link-card:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.da-link-card strong {
  color: var(--da-navy);
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  padding-right: 1.6rem;
}

.da-link-card span {
  color: #475569;
  display: block;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-top: 0.55rem;
}

.da-proof-card-section > .elementor-container {
  display: grid !important;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.da-proof-card-section .elementor-column {
  width: auto !important;
}

.da-proof-card-section .elementor-widget-wrap {
  padding: 0 !important;
}

.da-proof-card-section .da-card-cell {
  background: #ffffff;
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  min-height: 9.5rem;
  padding: 1.35rem;
}

.da-proof-card-section .da-card-cell h3.elementor-heading-title {
  color: var(--da-navy);
  font-size: 1rem;
  font-weight: 780;
}

.da-proof-card-section .da-card-cell p {
  color: #475569;
  line-height: 1.6;
}

.elementor-section.da-compare-proof-section {
  background: #f8f4ec;
}

.elementor-section.da-compare-proof-section > .elementor-container {
  max-width: 1080px !important;
}

.da-compare-proof-section .elementor-widget-wrap {
  padding: 0 !important;
}

.da-compare-proof-row {
  border-bottom: 1px solid #d6d3d1;
  border-top: 1px solid #d6d3d1;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1.6rem 0;
}

.da-compare-proof-row p {
  color: #475569;
  font-size: 0.96rem;
  line-height: 1.62;
  margin: 0;
}

.da-compare-proof-row strong,
.da-compare-note strong {
  color: var(--da-navy);
  display: block;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.2rem;
}

.da-compare-note {
  background: #ffffff;
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  color: #475569;
  line-height: 1.62;
  margin-top: 1.4rem;
  padding: 1.25rem;
}

.da-compare-note span {
  display: block;
}

.da-table-section .da-comparison-table {
  margin-top: 2rem;
  overflow-x: auto;
}

.da-comparison-table table {
  background: #ffffff;
  border: 1px solid var(--da-border);
  border-collapse: collapse;
  border-radius: 0.5rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  width: 100%;
}

.da-comparison-table th,
.da-comparison-table td {
  padding: 1rem;
  vertical-align: top;
}

.da-comparison-table td strong {
  color: var(--da-navy);
}

.da-comparison-table tr.is-duress-alert {
  background: #f1f8f1;
  box-shadow: inset 4px 0 0 var(--da-green);
}

.da-comparison-table tr.is-duress-alert td {
  border-top-color: #cfe4d0;
}

.da-comparison-table tr.is-duress-alert td:first-child strong {
  color: var(--da-green-dark);
}

.da-proof-gap-list,
.da-dark-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.da-proof-gap-list li,
.da-dark-steps li {
  border-top: 1px solid var(--da-border);
  color: #475569;
  display: grid;
  gap: 1rem;
  grid-template-columns: 3.5rem 0.32fr 1fr;
  line-height: 1.6;
  padding: 1.1rem 0;
}

.da-proof-gap-list li:last-child,
.da-dark-steps li:last-child {
  border-bottom: 1px solid var(--da-border);
}

.da-proof-gap-list span,
.da-dark-steps span {
  color: var(--da-green);
  font-size: 0.82rem;
  font-weight: 850;
}

.da-proof-gap-list strong,
.da-dark-steps strong {
  color: var(--da-navy);
}

.da-dark-steps li {
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.74);
}

.da-dark-steps li:last-child {
  border-color: rgba(255, 255, 255, 0.16);
}

.da-dark-steps span {
  color: var(--da-amber);
}

.da-dark-steps strong {
  color: #ffffff;
}

.elementor-section.da-trust-hero {
  background: #ffffff;
}

.elementor-section.da-trust-hero .da-trust-card {
  background: #f8f4ec;
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  padding: 1.75rem;
}

.da-trust-card .da-heading h2.elementor-heading-title {
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  line-height: 1.18;
}

.da-trust-points {
  border-bottom: 1px solid rgba(120, 113, 108, 0.35);
  border-top: 1px solid rgba(120, 113, 108, 0.35);
  margin-top: 1.5rem;
}

.da-trust-points p {
  border-top: 1px solid rgba(120, 113, 108, 0.28);
  color: #475569;
  line-height: 1.6;
  margin: 0;
  padding: 1rem 0;
}

.da-trust-points p:first-child {
  border-top: 0;
}

.da-trust-points strong {
  color: #64748b;
  display: block;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.da-trust-value {
  color: var(--da-navy);
  display: block;
  font-weight: 800;
  margin-top: 0.2rem;
}

.da-trust-detail {
  display: block;
  font-size: 0.92rem;
  line-height: 1.65;
  margin-top: 0.25rem;
}

.da-white-points {
  background: #ffffff;
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  margin-top: 0;
  padding: 0 1.25rem;
}

.da-white-points strong {
  color: var(--da-navy);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

.da-feature-card-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.da-feature-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  min-height: 100%;
  overflow: hidden;
  padding: 1.35rem 1.35rem 1.45rem;
  position: relative;
}

.da-feature-card::before {
  background: linear-gradient(90deg, var(--da-green), var(--da-amber));
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.da-feature-card h2 {
  color: var(--da-navy);
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.da-feature-card p {
  color: #64748b;
  line-height: 1.55;
  margin: 0.45rem 0 0;
}

.da-feature-card ul,
.da-check-list {
  color: #475569;
  line-height: 1.58;
  margin: 1.1rem 0 0;
  padding-left: 1.1rem;
}

.da-feature-card ul {
  border-top: 1px solid rgba(120, 113, 108, 0.22);
  list-style: none;
  padding-left: 0;
  padding-top: 1rem;
}

.da-feature-card li {
  padding-left: 1.2rem;
  position: relative;
}

.da-feature-card li::before {
  background: var(--da-green);
  border-radius: 999px;
  content: "";
  height: 0.35rem;
  left: 0;
  position: absolute;
  top: 0.62rem;
  width: 0.35rem;
}

.da-feature-card li + li,
.da-check-list li + li {
  margin-top: 0.55rem;
}

.da-numbered-state-grid {
  background: #f8f4ec;
}

.da-proof-card-section.da-white-band {
  background: #ffffff;
}

.da-proof-card-section.da-white-band > .elementor-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px !important;
}

.da-wide-card h2.elementor-heading-title {
  color: var(--da-navy);
  font-size: clamp(1.7rem, 2.4vw, 2.65rem);
  line-height: 1.12;
}

.elementor-section.da-faq-section {
  background: #ffffff;
}

.elementor-section.da-faq-section > .elementor-container {
  display: grid !important;
  gap: 2.5rem;
  grid-template-columns: 0.35fr 1fr;
}

.da-faq-section .elementor-column {
  width: auto !important;
}

.da-faq-list .elementor-widget-wrap {
  padding: 0 !important;
}

.da-faq-section .elementor-accordion .elementor-accordion-item {
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--da-border);
  margin: 0;
}

.da-faq-section .elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: 1px solid var(--da-border);
}

.da-faq-section .elementor-accordion .elementor-tab-title {
  color: var(--da-navy);
  font-size: 0.98rem;
  font-weight: 780;
  padding: 1.15rem 0 0.4rem;
}

.da-faq-section .elementor-accordion .elementor-accordion-icon {
  display: none !important;
}

.da-faq-section .elementor-accordion .elementor-accordion-icon-opened,
.da-faq-section .elementor-accordion .elementor-accordion-icon-closed {
  display: none !important;
}

.da-faq-section .elementor-accordion .elementor-tab-content {
  border: 0;
  color: #475569;
  display: block !important;
  line-height: 1.65;
  padding: 0 0 1.15rem;
}

.da-colour-intro .elementor-column {
  width: auto !important;
}

.da-colour-intro .elementor-widget-wrap {
  padding: 0 !important;
}

.da-colour-intro .da-eyebrow,
.da-colour-intro .da-heading {
  max-width: 760px;
}

.da-colour-intro .da-heading h2.elementor-heading-title {
  font-size: clamp(2.1rem, 2.8vw, 3.15rem);
  line-height: 1.1;
  max-width: 760px;
}

.da-colour-intro .da-section-copy {
  align-self: end;
  max-width: 40rem;
}

.elementor-section.da-state-grid > .elementor-container {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.da-state-card {
  background: #ffffff;
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  padding: 1.5rem;
  width: auto !important;
}

.da-state-card .elementor-widget-wrap {
  padding: 0 !important;
}

.da-state-green {
  border-top: 5px solid var(--da-green);
}

.da-state-red {
  border-top: 5px solid var(--da-red);
}

.da-state-orange {
  background: #fff8db;
  border-color: rgba(245, 158, 11, 0.55);
  border-top: 5px solid var(--da-orange);
}

.da-state-dot .elementor-heading-title {
  align-items: center;
  background: var(--da-green);
  border-radius: 0.5rem;
  color: #ffffff;
  display: flex;
  font-size: 1.35rem;
  font-weight: 850;
  height: 3.25rem;
  justify-content: center;
  width: 3.25rem;
}

.da-state-card .da-state-dot {
  margin-bottom: 1rem;
}

.da-state-card .da-state-dot .elementor-widget-container {
  display: inline-block;
}

.da-state-red .da-state-dot .elementor-heading-title {
  background: var(--da-red);
  color: #ffffff;
}

.da-state-orange .da-state-dot .elementor-heading-title {
  background: var(--da-orange);
  color: #0f172a;
}

.da-state-card h3.elementor-heading-title {
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 760;
  margin: 1rem 0 0;
}

.da-subheading .elementor-heading-title {
  color: var(--da-navy);
  font-size: 1.25rem;
  font-weight: 760;
  line-height: 1.25;
  margin-top: 1.4rem;
}

.da-state-card p {
  color: #475569;
  line-height: 1.65;
}

.da-dark-band {
  background: var(--da-navy);
  color: #ffffff;
}

.da-dark-band .da-eyebrow .elementor-heading-title {
  color: var(--da-amber);
}

.da-dark-band .da-heading .elementor-heading-title,
.da-dark-band h2,
.da-dark-band h3 {
  color: #ffffff;
}

.da-dark-band .da-section-copy,
.da-dark-band .elementor-widget-text-editor,
.da-dark-band p {
  color: rgba(255, 255, 255, 0.76);
}

.da-platform-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 2rem;
  max-width: 72rem;
}

.da-dark-band .da-platform-copy,
.da-dark-band .da-platform-copy .elementor-widget-container,
.da-dark-band .da-platform-list {
  max-width: none;
  width: 100%;
}

.da-dark-band .elementor-widget-wrap:has(> .da-platform-copy) {
  align-items: start;
  display: grid !important;
  gap: 1rem 4rem;
  grid-template-columns: minmax(18rem, 0.44fr) minmax(0, 0.56fr);
}

.da-dark-band .elementor-widget-wrap:has(> .da-platform-copy) > .da-eyebrow,
.da-dark-band .elementor-widget-wrap:has(> .da-platform-copy) > .da-heading {
  grid-column: 1;
}

.da-dark-band .elementor-widget-wrap:has(> .da-platform-copy) > .da-platform-copy {
  align-self: center;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.da-dark-band .elementor-widget-wrap:has(> .da-platform-copy) .da-heading h2.elementor-heading-title {
  max-width: 38rem;
}

.da-dark-band .elementor-widget-wrap:has(> .da-platform-copy) .da-platform-list {
  margin-top: 0;
}

.da-platform-list p {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(11rem, 0.32fr) minmax(0, 1fr);
  margin: 0;
  padding: 1.2rem 0;
}

.da-platform-list p:first-child {
  border-top: 0;
}

.da-platform-list strong {
  color: #ffffff;
}

.elementor-section.da-product-section > .elementor-container {
  align-items: start;
  display: grid;
  gap: 3.25rem;
  grid-template-columns: minmax(17rem, 0.32fr) minmax(0, 0.68fr);
}

.elementor-section.da-product-section .elementor-column {
  width: auto !important;
}

.elementor-section.da-product-section .elementor-column > .elementor-column-wrap,
.elementor-section.da-product-section .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
  padding: 0 !important;
}

.da-product-grid .elementor-widget-wrap {
  display: flex !important;
  align-items: flex-start;
  flex-wrap: nowrap !important;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 0 0.8rem !important;
  scroll-padding-left: 0;
  scroll-snap-type: x mandatory;
  scrollbar-color: #cbd5c7 #f5f0e6;
}

.da-product-grid .elementor-widget-wrap > .elementor-widget {
  flex: 0 0 min(100%, 44rem);
  max-width: min(100%, 44rem) !important;
  scroll-snap-align: start;
  width: min(100%, 44rem) !important;
}

.da-product-carousel {
  position: relative;
}

.da-product-carousel-track {
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.da-product-carousel-track::-webkit-scrollbar {
  display: none;
}

.da-product-carousel-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(214, 211, 209, 0.95);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
  color: var(--da-navy);
  cursor: pointer;
  display: inline-flex;
  height: 2.45rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 2.45rem;
  z-index: 3;
}

.da-product-carousel-button span {
  display: block;
  font-size: 2rem;
  font-weight: 750;
  line-height: 0.8;
  margin-top: -0.1rem;
}

.da-product-carousel-button:hover,
.da-product-carousel-button:focus-visible {
  background: var(--da-green);
  border-color: var(--da-green);
  color: #ffffff;
  outline: none;
  transform: translateY(-50%) scale(1.04);
}

.da-product-carousel-button-prev {
  left: 0.75rem;
}

.da-product-carousel-button-next {
  right: 0.75rem;
}

.da-product-shot {
  background: #ffffff;
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.da-product-shot img {
  background: #f8fafc;
  display: block;
  height: clamp(18rem, 42vw, 31rem);
  object-fit: contain;
  padding: 0.75rem;
  width: 100%;
}

.da-product-shot figcaption {
  border-top: 1px solid var(--da-border);
  color: var(--da-navy);
  font-size: 0.9rem;
  font-weight: 750;
  padding: 0.9rem 1rem;
  text-align: left;
}

.da-market-section .elementor-widget-heading.da-market-title,
.da-market-section .da-market-title {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%);
  border: 1px solid var(--da-border);
  border-bottom: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-top: 1rem;
  padding: 1.2rem 1.2rem 0.35rem;
  position: relative;
}

.da-market-section .elementor-column,
.da-market-section .elementor-widget-wrap {
  width: 100% !important;
}

.da-market-section .elementor-widget-wrap {
  align-items: flex-start;
  display: flex !important;
  flex-wrap: wrap;
}

.da-market-section .elementor-widget-heading.da-eyebrow,
.da-market-section .elementor-widget-heading.da-heading,
.da-market-section .elementor-widget-text-editor.da-section-copy,
.da-market-section .elementor-widget-heading.da-market-title,
.da-market-section .da-market-title,
.da-market-section .da-market-title + .elementor-widget-text-editor {
  flex: 0 0 100%;
}

.da-market-section .elementor-widget-heading.da-market-title::before,
.da-market-section .da-market-title::before {
  background: var(--da-green);
  border-radius: 999px;
  content: '';
  height: 0.48rem;
  left: 1.2rem;
  position: absolute;
  top: 1.45rem;
  width: 0.48rem;
}

.da-market-section .da-market-title .elementor-heading-title {
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 760;
  padding-left: 1rem;
}

.da-market-section .da-market-title + .elementor-widget-text-editor {
  background: #ffffff;
  border-bottom: 1px solid var(--da-border);
  border-radius: 0 0 0.5rem 0.5rem;
  border-left: 1px solid var(--da-border);
  border-right: 1px solid var(--da-border);
  box-shadow: 0 16px 38px rgba(14, 40, 35, 0.06);
  max-width: none;
  min-height: 5.2rem;
  padding: 0 1.2rem 1.15rem;
  width: 100% !important;
}

.da-market-section .elementor-widget-button.da-chip-link {
  display: inline-flex !important;
  flex: 0 0 auto;
  margin: 0.8rem 0.5rem 0 0;
  max-width: max-content !important;
  width: auto !important;
}

.da-market-section .elementor-widget-button.da-chip-link .elementor-button {
  max-width: max-content;
  width: auto;
}

.elementor-section.da-market-intro-section {
  padding-bottom: 1.75rem;
}

.elementor-section.da-market-card-grid-section {
  background: #f8f4ec;
  padding: 0 1.25rem 2.25rem;
}

.elementor-section.da-market-card-grid-section > .elementor-container {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1280px !important;
}

.elementor-section.da-market-card-grid-section .elementor-column {
  width: auto !important;
}

.da-market-card-col > .elementor-column-wrap > .elementor-widget-wrap,
.da-market-card-col > .elementor-widget-wrap {
  align-content: flex-start;
  background: #ffffff;
  border: 1px solid var(--da-border);
  border-radius: 0.5rem;
  box-shadow: 0 16px 38px rgba(14, 40, 35, 0.06);
  display: flex !important;
  flex-wrap: wrap;
  min-height: 100%;
  padding: 1.2rem !important;
}

.da-market-card-grid-section .da-market-title {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0.5rem;
  padding: 0;
}

.da-market-card-grid-section .da-market-title::before {
  left: 0;
  top: 0.38rem;
}

.da-market-card-grid-section .da-market-title .elementor-heading-title {
  font-size: 1.08rem;
  padding-left: 1rem;
}

.da-market-card-grid-section .da-market-copy {
  color: #475569;
  flex: 0 0 100%;
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0 0 0.4rem;
  max-width: none;
  width: 100% !important;
}

.da-market-card-grid-section .elementor-widget-button.da-chip-link {
  margin-top: 0.55rem;
}

.elementor-section.da-market-actions-section {
  padding-top: 0;
  text-align: center;
}

.elementor-section.da-market-actions-section .elementor-widget-wrap {
  justify-content: center;
}

.da-warm-band {
  background: #f8f4ec;
}

.elementor-section.da-compare-summary > .elementor-container,
.elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) > .elementor-container {
  max-width: 1280px !important;
}

.da-compare-summary .elementor-widget-wrap,
.elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .elementor-widget-wrap {
  align-items: center;
  display: grid !important;
  gap: 1rem 4rem;
  grid-template-columns: minmax(0, 0.56fr) minmax(20rem, 0.44fr);
}

.da-compare-summary .da-eyebrow,
.da-compare-summary .da-heading,
.elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .da-eyebrow,
.elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .da-heading {
  grid-column: 1;
}

.da-compare-summary .da-section-copy,
.da-compare-summary .da-button-secondary,
.elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .da-section-copy,
.elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .da-button-secondary {
  grid-column: 2;
}

.da-compare-summary .da-heading h2.elementor-heading-title,
.elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .da-heading h2.elementor-heading-title {
  max-width: none;
}

.da-compare-summary .da-section-copy,
.elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .da-section-copy {
  max-width: none;
}

.da-compare-summary .elementor-widget-button.da-button-secondary,
.elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .elementor-widget-button.da-button-secondary {
  justify-self: start;
  margin-top: 0;
}

.elementor-section.da-content-section.da-dark-band:has(.da-button-primary):not(:has(.da-platform-copy)) > .elementor-container {
  max-width: 1280px !important;
}

.elementor-section.da-content-section.da-dark-band:has(.da-button-primary):not(:has(.da-platform-copy)) .elementor-widget-wrap {
  align-items: center;
  display: grid !important;
  gap: 1rem 3rem;
  grid-template-columns: minmax(0, 0.72fr) auto;
}

.elementor-section.da-content-section.da-dark-band:has(.da-button-primary):not(:has(.da-platform-copy)) .da-eyebrow,
.elementor-section.da-content-section.da-dark-band:has(.da-button-primary):not(:has(.da-platform-copy)) .da-heading,
.elementor-section.da-content-section.da-dark-band:has(.da-button-primary):not(:has(.da-platform-copy)) .da-section-copy {
  grid-column: 1;
}

.elementor-section.da-content-section.da-dark-band:has(.da-button-primary):not(:has(.da-platform-copy)) .da-button-primary {
  grid-column: 2;
  grid-row: 1 / span 3;
  justify-self: end;
  margin-top: 0;
}

.da-lead-form-section {
  border-top: 1px solid var(--da-border);
}

.da-lead-form-section > .elementor-container {
  align-items: start;
  gap: clamp(2rem, 4vw, 4rem);
  max-width: 1280px !important;
}

.da-lead-form-anchor,
.da-pricing-anchor {
  display: block;
  position: relative;
  top: -7rem;
  visibility: hidden;
}

.da-lead-form {
  background: #ffffff;
  border: 1px solid var(--da-border);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(12, 28, 48, 0.08);
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.da-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.da-lead-form label {
  color: var(--da-muted);
  display: grid;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.45rem;
}

.da-lead-form input,
.da-lead-form select,
.da-lead-form textarea {
  background: #ffffff;
  border: 1px solid #cfd7df;
  border-radius: 6px;
  color: var(--da-ink);
  font: inherit;
  min-height: 3rem;
  padding: 0.75rem 0.85rem;
  width: 100%;
}

.da-lead-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.da-lead-form input:focus,
.da-lead-form select:focus,
.da-lead-form textarea:focus {
  border-color: var(--da-green);
  box-shadow: 0 0 0 3px rgba(42, 135, 53, 0.18);
  outline: none;
}

.da-form-submit {
  align-items: center;
  background: var(--da-green);
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  justify-self: start;
  min-height: 3.25rem;
  padding: 0 1.4rem;
}

.da-form-submit:hover {
  background: #1f732b;
}

.da-form-message {
  border-radius: 6px;
  font-weight: 800;
  padding: 0.85rem 1rem;
}

.da-form-success {
  background: #eef8ef;
  color: #165c22;
}

.da-form-error {
  background: #fff0f0;
  color: #9a1f1f;
}

.da-honeypot {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.da-site-footer {
  background: var(--da-navy);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.da-footer-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.da-footer-logo {
  background: rgba(255, 255, 255, 0.95);
  display: block;
  height: 3rem;
  margin-bottom: 1rem;
  padding: 0.25rem;
  width: auto;
}

.da-site-footer .da-footer-heading {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.da-site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.da-site-footer li + li {
  margin-top: 0.35rem;
}

.da-site-footer a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.da-site-footer a:hover {
  color: #ffffff;
}

.da-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.da-footer-bottom .da-shell {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.da-footer-bottom a {
  margin-left: 1.25rem;
}

@media (max-width: 920px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .da-primary-nav,
  .da-demo-link,
  .da-trial-link,
  .da-header-actions,
  .da-regionbar .da-shell > span {
    display: none;
  }

  .elementor-section,
  .elementor-section.da-hero-section,
  .elementor-section.da-seo-hero,
  .elementor-section.da-content-section,
  .elementor-section.da-state-grid,
  .elementor-section.da-product-section,
  .elementor-section.da-market-section,
  .elementor-section.da-card-grid,
  .elementor-section.da-split-card-section,
  .elementor-section.da-faq-section,
  .elementor-section.da-directory-section,
  .elementor-section.da-trust-hero,
  .elementor-section.da-pricing-section,
  .elementor-section.da-feature-grid-section,
  .elementor-section.da-proof-card-section {
    overflow: hidden;
  }

  .elementor-section > .elementor-container,
  .elementor-section.da-hero-section > .elementor-container,
  .elementor-section.da-seo-hero > .elementor-container,
  .elementor-section.da-content-section > .elementor-container,
  .elementor-section.da-state-grid > .elementor-container,
  .elementor-section.da-product-section > .elementor-container,
  .elementor-section.da-market-section > .elementor-container,
  .elementor-section.da-card-grid > .elementor-container,
  .elementor-section.da-split-card-section > .elementor-container,
  .elementor-section.da-faq-section > .elementor-container,
  .elementor-section.da-directory-section > .elementor-container,
  .elementor-section.da-trust-hero > .elementor-container,
  .elementor-section.da-pricing-section > .elementor-container,
  .elementor-section.da-feature-grid-section > .elementor-container,
  .elementor-section.da-proof-card-section > .elementor-container {
    box-sizing: border-box;
    max-width: calc(100vw - 2rem) !important;
    min-width: 0 !important;
    width: auto !important;
  }

  .elementor-section .elementor-column,
  .elementor-section .elementor-widget-wrap,
  .elementor-section .elementor-widget,
  .elementor-section .elementor-widget-container,
  .elementor-section .elementor-element,
  .elementor-section p,
  .elementor-section a,
  .elementor-section span {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere;
  }

  .elementor-section .elementor-column {
    width: 100% !important;
  }

  .da-split-card-section .da-section-intro,
  .da-split-card-section .da-card-cell {
    grid-column: auto !important;
  }

  .elementor-section.da-hero-section > .elementor-container,
  .elementor-section.da-product-section > .elementor-container,
  .elementor-section.da-state-grid > .elementor-container,
  .elementor-section.da-pricing-section > .elementor-container,
  .elementor-section.da-split-card-section > .elementor-container,
  .elementor-section.da-faq-section > .elementor-container,
  .elementor-section.da-colour-intro > .elementor-container,
  .elementor-section.da-directory-section > .elementor-container,
  .elementor-section.da-trust-hero > .elementor-container,
  .da-proof-card-section > .elementor-container,
  .da-footer-grid {
    grid-template-columns: 1fr;
  }

  .da-colour-intro .elementor-widget-wrap {
    display: block !important;
  }

  .da-keyword-strip > .elementor-container {
    gap: 0.85rem;
    grid-template-columns: 1fr;
  }

  .da-keyword-label .elementor-heading-title {
    text-align: left;
  }

  .da-keyword-chip-col .elementor-widget-wrap {
    align-items: flex-start;
  }

  .da-keyword-strip .da-chip-link.da-proof-pill .elementor-button {
    width: auto;
  }

  .da-comparison-table {
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: visible !important;
  }

  .da-comparison-table table,
  .da-comparison-table thead,
  .da-comparison-table tbody,
  .da-comparison-table tr,
  .da-comparison-table th,
  .da-comparison-table td {
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0 !important;
    width: 100% !important;
  }

  .da-comparison-table thead {
    display: none;
  }

  .da-comparison-table tr {
    background: #ffffff;
    border: 1px solid var(--da-border);
    border-radius: 0.5rem;
    margin-bottom: 0.85rem;
    overflow: hidden;
  }

  .da-comparison-table td {
    border-bottom: 1px solid var(--da-border);
    overflow-wrap: anywhere;
    padding: 0.9rem 1rem;
    white-space: normal;
  }

  .da-comparison-table td:last-child {
    border-bottom: 0;
  }

  .elementor-widget-heading.da-heading h1,
  .entry-content h1 {
    font-size: clamp(2.15rem, 7vw, 3.25rem);
    line-height: 1.04;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .elementor-widget-heading.da-heading h2,
  .entry-content h2,
  .da-colour-intro .da-heading h2.elementor-heading-title,
  .da-split-card-section .da-section-intro .da-heading h2.elementor-heading-title {
    font-size: clamp(1.85rem, 5.5vw, 2.55rem);
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .elementor-section.da-hero-section .elementor-widget-button,
  .elementor-section.da-content-section .elementor-widget-button,
  .elementor-section.da-seo-hero .elementor-widget-button {
    display: block;
    margin-right: 0;
    width: 100%;
  }

  .elementor-widget-button .elementor-button {
    box-sizing: border-box;
    justify-content: center;
    max-width: 100%;
    white-space: normal;
    width: 100%;
  }

  .da-split-card-section .da-section-intro,
  .da-pricing-section .da-section-intro {
    grid-row: auto;
    padding-right: 0;
  }

  .da-final-cta:not(.da-how-final-cta) .elementor-widget-wrap {
    grid-template-columns: 1fr;
  }

  .da-final-cta:not(.da-how-final-cta) .da-button-primary {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .da-compare-summary .elementor-widget-wrap,
  .elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .elementor-widget-wrap,
  .elementor-section.da-content-section.da-dark-band:has(.da-button-primary):not(:has(.da-platform-copy)) .elementor-widget-wrap {
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .da-compare-summary .da-eyebrow,
  .da-compare-summary .da-heading,
  .da-compare-summary .da-section-copy,
  .da-compare-summary .da-button-secondary,
  .elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .da-eyebrow,
  .elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .da-heading,
  .elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .da-section-copy,
  .elementor-section.da-content-section.da-warm-band:has(.da-button-secondary) .da-button-secondary,
  .elementor-section.da-content-section.da-dark-band:has(.da-button-primary):not(:has(.da-platform-copy)) .da-eyebrow,
  .elementor-section.da-content-section.da-dark-band:has(.da-button-primary):not(:has(.da-platform-copy)) .da-heading,
  .elementor-section.da-content-section.da-dark-band:has(.da-button-primary):not(:has(.da-platform-copy)) .da-section-copy,
  .elementor-section.da-content-section.da-dark-band:has(.da-button-primary):not(:has(.da-platform-copy)) .da-button-primary {
    grid-column: 1;
    grid-row: auto;
  }

  .elementor-section.da-content-section.da-dark-band:has(.da-button-primary):not(:has(.da-platform-copy)) .da-button-primary {
    justify-self: start;
  }

  .da-pricing-footnote-col {
    grid-column: 1;
  }

  .da-link-card-grid {
    grid-template-columns: 1fr;
  }

  .da-feature-card-grid {
    grid-template-columns: 1fr;
  }

  .da-compare-proof-row {
    grid-template-columns: 1fr;
  }

  .da-proof-gap-list li,
  .da-dark-steps li {
    grid-template-columns: 3rem 1fr;
  }

  .da-proof-gap-list li strong,
  .da-dark-steps li strong {
    grid-column: 2;
  }

  .da-proof-gap-list li,
  .da-dark-steps li {
    align-items: start;
  }

  .da-dark-steps li {
    display: block;
  }

  .da-dark-steps span,
  .da-dark-steps strong {
    display: block;
    margin-bottom: 0.45rem;
  }

  .da-proof-strip > .elementor-container {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .da-shell {
    width: min(100% - 2rem, 1280px);
  }

  .da-topbar span,
  .da-regionbar {
    display: none;
  }

  .da-header-actions,
  .da-trial-link,
  .da-demo-link {
    display: none !important;
  }

  .da-header-shell {
    min-height: 4.25rem;
  }

  .da-logo-link img {
    height: 2.5rem;
  }

  .elementor-section,
  .elementor-section.da-hero-section,
  .elementor-section.da-seo-hero,
  .elementor-section.da-content-section,
  .elementor-section.da-state-grid,
  .elementor-section.da-product-section,
  .elementor-section.da-market-section,
  .elementor-section.da-card-grid,
  .elementor-section.da-split-card-section,
  .elementor-section.da-faq-section,
  .elementor-section.da-directory-section,
  .elementor-section.da-trust-hero,
  .elementor-section.da-pricing-section,
  .elementor-section.da-feature-grid-section,
  .elementor-section.da-proof-card-section {
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .elementor-section > .elementor-container,
  .elementor-section.da-hero-section > .elementor-container,
  .elementor-section.da-seo-hero > .elementor-container,
  .elementor-section.da-content-section > .elementor-container,
  .elementor-section.da-state-grid > .elementor-container,
  .elementor-section.da-product-section > .elementor-container,
  .elementor-section.da-market-section > .elementor-container,
  .elementor-section.da-card-grid > .elementor-container,
  .elementor-section.da-split-card-section > .elementor-container,
  .elementor-section.da-faq-section > .elementor-container,
  .elementor-section.da-directory-section > .elementor-container,
  .elementor-section.da-trust-hero > .elementor-container,
  .elementor-section.da-pricing-section > .elementor-container,
  .elementor-section.da-feature-grid-section > .elementor-container,
  .elementor-section.da-proof-card-section > .elementor-container {
    box-sizing: border-box;
    max-width: calc(100vw - 2rem) !important;
    min-width: 0 !important;
    width: auto !important;
  }

  .elementor-section .elementor-column,
  .elementor-section .elementor-widget-wrap,
  .elementor-section .elementor-widget,
  .elementor-section .elementor-widget-container,
  .elementor-section .elementor-element,
  .elementor-section p,
  .elementor-section a,
  .elementor-section span {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere;
  }

  .elementor-section .elementor-column {
    width: 100% !important;
  }

  .elementor-widget-heading.da-heading h1,
  .entry-content h1 {
    font-size: clamp(2.15rem, 12vw, 3rem);
    line-height: 1.03;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .elementor-widget-heading.da-heading h2,
  .entry-content h2,
  .da-colour-intro .da-heading h2.elementor-heading-title,
  .da-split-card-section .da-section-intro .da-heading h2.elementor-heading-title {
    font-size: clamp(1.85rem, 9vw, 2.4rem);
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .elementor-widget-text-editor,
  .da-section-copy {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .elementor-section.da-hero-section .elementor-widget-button,
  .elementor-section.da-content-section .elementor-widget-button,
  .elementor-section.da-seo-hero .elementor-widget-button {
    display: block;
    margin-right: 0;
    width: 100%;
  }

  .elementor-widget-button .elementor-button {
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }

  .da-card-cell,
  .da-link-card,
  .da-feature-card,
  .da-pricing-card,
  .da-state-card,
  .da-trust-card {
    max-width: 100%;
    min-width: 0;
  }

  .elementor-section.da-lead-form-section {
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .elementor-section.da-lead-form-section > .elementor-container {
    max-width: calc(100vw - 2rem) !important;
    width: auto !important;
  }

  .da-form-grid {
    grid-template-columns: 1fr;
  }

  .da-lead-form {
    padding: 1rem;
  }

  .da-form-submit {
    justify-self: stretch;
  }

  .da-proof-stats,
  .elementor-section.da-market-card-grid-section > .elementor-container {
    grid-template-columns: 1fr;
  }

  .da-hero-product-image img {
    max-width: 100%;
  }

  .da-product-carousel-button {
    height: 2.15rem;
    top: 44%;
    width: 2.15rem;
  }

  .da-product-carousel-button-prev {
    left: 0.45rem;
  }

  .da-product-carousel-button-next {
    right: 0.45rem;
  }

  .da-proof-strip .elementor-widget-wrap,
  .da-keyword-chip-col .elementor-widget-wrap {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap !important;
    max-width: 100%;
  }

  .da-proof-strip .da-proof-strip-copy + .elementor-widget-button {
    margin-left: 0;
  }

  .da-chip-link,
  .da-market-section .elementor-widget-button.da-chip-link {
    display: inline-block;
    max-width: 100%;
    width: auto !important;
  }

  .da-proof-pill .elementor-button,
  .da-chip-link .elementor-button,
  .da-market-section .elementor-widget-button.da-chip-link .elementor-button {
    width: auto;
  }

  .da-comparison-table {
    max-width: 100%;
    overflow-x: auto;
  }

  .da-comparison-table table {
    min-width: 760px;
  }

  .da-dark-steps li,
  .da-proof-gap-list li {
    grid-template-columns: 2.5rem 1fr;
  }

  .da-dark-steps li {
    overflow-wrap: break-word;
  }

  .da-dark-band .elementor-widget-wrap:has(> .da-platform-copy) {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .da-dark-band .elementor-widget-wrap:has(> .da-platform-copy) > .da-platform-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .da-platform-list p {
    grid-template-columns: 1fr;
  }
}

/* Keep landing-page hero CTA buttons aligned as one centered row. */
.elementor-section.da-seo-hero .elementor-widget-button.da-button-primary,
.elementor-section.da-seo-hero .elementor-widget-button.da-button-secondary {
  align-items: stretch !important;
  display: inline-flex !important;
  margin: 1.25rem 0.35rem 0 !important;
  vertical-align: top;
  width: auto !important;
}

.elementor-section.da-seo-hero .elementor-widget-button.da-button-primary .elementor-widget-container,
.elementor-section.da-seo-hero .elementor-widget-button.da-button-secondary .elementor-widget-container {
  align-items: stretch;
  display: flex;
}

.elementor-section.da-seo-hero .elementor-widget-button.da-button-primary .elementor-button,
.elementor-section.da-seo-hero .elementor-widget-button.da-button-secondary .elementor-button {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  line-height: 1.15;
  min-height: 3.6rem;
  padding: 0.9rem 1.6rem;
  white-space: normal;
}

.elementor-section.da-seo-hero .elementor-widget-button .elementor-button-content-wrapper,
.elementor-section.da-seo-hero .elementor-widget-button .elementor-button-text {
  align-items: center;
  display: inline-flex;
  line-height: 1.15;
}
