/* Digital Dynamo Solutions generated CSS bundle. Do not edit directly; edit source files and rebuild. */

/* === Source: assets/css/dds-public.css === */

/* === assets/css/styles.css === */
:root {
  --ink: #06120e;
  --ink-2: #0b241b;
  --paper: #f7fbf8;
  --white: #fff;
  --muted: #60706a;
  --line: rgba(6, 18, 14, .14);
  --green: #0fd184;
  --lime: #cfff4f;
  --soft: #eafff4;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, var(--green), var(--lime));
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(6, 18, 14, .84);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1200px, calc(100% - 36px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.logo {
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--lime));
  box-shadow: 0 0 34px rgba(15, 209, 132, .38);
}

.logo.small {
  width: 32px;
  height: 32px;
}

.logo::before,
.logo::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 7px;
  height: 24px;
  border-radius: 4px;
  background: var(--ink);
  transform: skew(-15deg);
}

.logo::before { left: 10px; }
.logo::after { right: 10px; }
.logo.small::before,
.logo.small::after { top: 6px; height: 20px; width: 6px; }
.logo.small::before { left: 8px; }
.logo.small::after { right: 8px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}

.nav-links a {
  transition: color .2s ease;
}

.nav-links a:hover,
.nav-links a.active,
.nav-links a[aria-current="page"] {
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: var(--white);
  border-radius: 99px;
}

.btn {
  min-height: 44px;
  padding: 13px 18px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 850;
  text-align: center;
  transition: transform .22s ease, background .22s ease, color .22s ease, border .22s ease;
}

.btn:hover { transform: translateY(-2px); }
.btn.primary { color: var(--ink); background: var(--lime); }
.btn.dark { color: var(--white); background: var(--ink); }
.btn.ghost {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 138px 0 84px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 26%, rgba(207, 255, 79, .22), transparent 30%),
    radial-gradient(circle at 24% 76%, rgba(15, 209, 132, .18), transparent 34%),
    linear-gradient(135deg, #06120e, #0b241b 54%, #030705);
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 58px 58px;
  transform: translateY(var(--grid-y, 0));
  opacity: .65;
}

.hero-wrap {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 54px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--lime);
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(207, 255, 79, .55);
  animation: pulse 1.7s infinite;
}

h1,
.hero h1 {
  max-width: 900px;
  margin: 20px 0 22px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: .9;
  letter-spacing: -.055em;
}

.hero-copy {
  max-width: 660px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-proof {
  max-width: 680px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.proof-item {
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.proof-item strong {
  display: block;
  font-size: 30px;
  letter-spacing: -.03em;
}

.proof-item span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
}

.dynamo {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.ring {
  position: absolute;
  width: min(520px, 90vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  animation: spin 24s linear infinite;
}

.ring::before,
.ring::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(207, 255, 79, .24);
  border-radius: 50%;
}

.ring::after {
  inset: 25%;
  border-color: rgba(15, 209, 132, .28);
  animation: spin 16s linear reverse infinite;
}

.orb {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 22px rgba(207, 255, 79, .75);
}

.orb.one { top: 4%; left: 48%; }
.orb.two { right: 7%; top: 64%; background: var(--green); }
.orb.three { left: 12%; bottom: 18%; }

.command-panel {
  position: relative;
  width: min(430px, 92vw);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .36);
  backdrop-filter: blur(14px);
  transform: translateY(var(--panel-y, 0));
}

.screen {
  min-height: 430px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(5, 16, 12, .96), rgba(12, 39, 29, .92));
}

.screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.dots {
  display: flex;
  gap: 7px;
}

.dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
}

.status {
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
}

.graph {
  height: 176px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
}

.graph svg {
  width: 100%;
  height: 100%;
}

.graph path {
  fill: none;
  stroke: var(--green);
  stroke-width: 4;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: draw 2.8s ease forwards .6s;
}

.kpis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.kpi {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
}

.kpi span {
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

.kpi strong,
.kpi-value {
  display: block;
  margin-top: 4px;
  font-size: 27px;
}

.pipeline {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.pipe {
  display: grid;
  grid-template-columns: 78px 1fr 38px;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
}

.bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}

.bar::after {
  content: "";
  display: block;
  width: var(--bar-width, 0%);
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--lime));
  animation: grow 1.5s ease both;
}

.service-card-price {
  display: inline-flex;
  color: var(--lime);
  font-weight: 800;
}

.marquee-band {
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.marquee {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.marquee span {
  padding: 22px 34px;
  color: rgba(255, 255, 255, .72);
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.section {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: 96px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 40px;
}

.section h2,
.page-hero h1,
.cta-section h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 66px);
  line-height: .96;
  letter-spacing: -.045em;
}

.section-head p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.services-preview,
.pricing {
  background: var(--white);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  transition: background .25s ease, transform .25s ease;
}

.service-card:hover {
  background: #f0fbf5;
  transform: translateY(-5px);
}

.num {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--lime);
  background: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.service-card h3 {
  margin: 72px 0 10px;
  font-size: 23px;
}

.service-card p,
.price-card p,
.service-detail p,
.story-grid p,
.process-card p {
  color: var(--muted);
  line-height: 1.58;
}

.service-card a {
  display: inline-block;
  margin-top: 18px;
  color: var(--ink);
  font-weight: 850;
}

.ops-section {
  color: var(--white);
  background: var(--ink);
}

.ops-section .section-head p {
  color: rgba(255, 255, 255, .64);
}

.ops-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 46px;
}

.switches {
  display: grid;
  gap: 10px;
}

.switch {
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, .05);
  text-align: left;
  cursor: pointer;
  transition: background .22s ease, color .22s ease;
}

.switch strong {
  display: block;
  font-size: 19px;
}

.switch span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
}

.switch.active {
  color: var(--ink);
  background: var(--lime);
  border-color: transparent;
}

.switch.active span {
  color: rgba(6, 18, 14, .66);
}

.panel {
  min-height: 340px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.panel[hidden] { display: none; }

.panel h3 {
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -.035em;
}

.panel p {
  max-width: 760px;
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
  line-height: 1.72;
}

.checks,
.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
}

.checks li,
.feature-list li {
  list-style: none;
  padding: 15px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .82);
}

.feature-list li {
  color: var(--ink);
  background: #f5fbf7;
  border-color: var(--line);
}

.service-landing-hero {
  position: relative;
  min-height: 92svh;
  padding: 138px 0 82px;
  color: var(--white);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(207,255,79,.22), transparent 28%),
    radial-gradient(circle at 18% 80%, rgba(15,209,132,.18), transparent 32%),
    linear-gradient(135deg, #06120e, #0b241b 58%, #030705);
}

.service-landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .6;
}

.service-landing-inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: end;
  gap: 48px;
}

.service-landing-inner h1 {
  max-width: 960px;
  margin: 20px 0 22px;
  font-size: clamp(50px, 7vw, 98px);
  line-height: .9;
  letter-spacing: -.055em;
}

.service-landing-inner p {
  max-width: 720px;
  color: rgba(255,255,255,.76);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.service-proof-panel {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}

.service-proof-panel span {
  padding: 16px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--lime);
  font-weight: 950;
}

.service-split {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.service-outcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-outcome {
  min-height: 160px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: #20352d;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
}

.service-detail-band {
  border-top: 1px solid var(--line);
}

.service-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.service-process {
  display: grid;
  gap: 12px;
}

.service-process div {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-process > div > span:first-child {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--lime);
  background: var(--ink);
  font-weight: 950;
}

.service-process .service-process-step-label {
  background: transparent;
  border-radius: 0;
  color: var(--ink);
  display: block;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-weight: 800;
  height: auto;
  line-height: 1.4;
  min-width: 0;
  overflow-wrap: normal;
  place-items: initial;
  white-space: normal;
  width: auto;
  word-break: normal;
}

.service-pricing {
  width: min(1200px, calc(100% - 36px));
}

.service-lead-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.service-lead-form {
  max-width: none;
}

.checks li::before,
.feature-list li::before,
.price-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--lime);
}

.feature-list li::before,
.price-card li::before {
  background: var(--green);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price-card {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.price-card.featured {
  color: var(--white);
  background: var(--ink);
  transform: translateY(-12px);
}

.label {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.price-card.featured .label {
  color: var(--lime);
}

.price-card h3 {
  margin: 14px 0 8px;
  font-size: 30px;
}

.price-card.featured p {
  color: rgba(255, 255, 255, .68);
}

.price-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 24px;
}

.price-card li {
  color: var(--muted);
  list-style: none;
}

.price-card.featured li {
  color: rgba(255, 255, 255, .78);
}

.amount {
  margin: auto 0 22px;
  font-size: 42px;
  font-weight: 950;
  letter-spacing: -.045em;
}

.amount small {
  color: var(--muted);
  font-size: 15px;
  letter-spacing: 0;
}

.price-card.featured .amount small {
  color: rgba(255, 255, 255, .58);
}

.cta-section {
  color: var(--white);
  background: linear-gradient(135deg, #06120e, #123528);
}

.cta-section.compact .cta-inner {
  align-items: center;
}

.cta-inner {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: 94px 0;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 54px;
  align-items: start;
}

.cta-section h2 {
  max-width: 760px;
  margin: 18px 0;
}

.cta-section p {
  max-width: 650px;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.72;
}

.cta-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
}

.cta-panel h3 {
  margin: 0 0 12px;
  font-size: 28px;
}

.audit-banner {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(207, 255, 79, .2), transparent 30%),
    linear-gradient(135deg, #071410, #123528);
}

.audit-banner-inner {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: 74px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
}

.audit-banner h2 {
  max-width: 720px;
  margin: 14px 0;
  font-size: clamp(34px, 5vw, 60px);
  line-height: .98;
  letter-spacing: -.045em;
}

.audit-banner p {
  max-width: 680px;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.65;
}

.audit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 40px;
  align-items: start;
}

.audit-form,
.audit-promise {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.section-mini-head h2,
.audit-promise h2 {
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: -.03em;
}

.section-mini-head p {
  color: var(--muted);
  line-height: 1.6;
}

.audit-promise ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 20px 0 0;
}

.audit-promise li {
  list-style: none;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fcfa;
}

.audit-promise li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--green);
}

.audit-modal[hidden] {
  display: none;
}

.audit-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
}

.audit-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 5, .72);
  backdrop-filter: blur(8px);
}

.audit-modal-panel {
  position: relative;
  width: min(560px, 100%);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(207, 255, 79, .18), transparent 30%),
    linear-gradient(145deg, #06120e, #123528);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

.audit-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
}

.audit-modal-panel h2 {
  margin: 18px 0 12px;
  font-size: clamp(30px, 4.7vw, 46px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.audit-modal-panel p,
.audit-modal-panel small {
  color: rgba(255, 255, 255, .72);
  line-height: 1.6;
}

.audit-modal-panel form {
  margin: 22px 0 12px;
  display: grid;
  gap: 8px;
}

.audit-modal-panel label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 900;
  color: var(--lime);
}

.audit-modal-panel form div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.audit-modal-panel input {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  outline: none;
}

.audit-modal-panel input::placeholder {
  color: rgba(255, 255, 255, .5);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 158px 0 86px;
  color: var(--white);
  background:
    radial-gradient(circle at 74% 28%, rgba(207, 255, 79, .2), transparent 28%),
    linear-gradient(135deg, #06120e, #0b241b 58%, #030705);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .74);
  font-size: 20px;
  line-height: 1.6;
}

.service-detail-list {
  display: grid;
  gap: 18px;
}

.service-detail {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-detail h2 {
  margin-top: 30px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.blog-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  display: flex;
  flex-direction: column;
}

.blog-card span,
.article-hero span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 44px 0 12px;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -.03em;
}

.blog-card p {
  color: var(--muted);
  line-height: 1.65;
}

.blog-card > a:last-child {
  margin-top: auto;
  font-weight: 900;
}

.article-wrap {
  width: min(880px, calc(100% - 36px));
  margin: 0 auto;
  padding: 138px 0 92px;
}

.article-hero {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.article-hero > a {
  color: var(--green);
  font-weight: 900;
}

.article-hero h1 {
  margin: 22px 0;
  font-size: clamp(42px, 7vw, 78px);
}

.article-hero p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}

.article-body {
  padding-top: 34px;
  color: #17241f;
  font-size: 18px;
  line-height: 1.75;
}

.article-body h2,
.article-body h3 {
  margin-top: 38px;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.article-body a {
  color: #08784f;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.comparison-grid,
.metric-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.comparison-grid div,
.metric-grid div,
.process-card {
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.comparison-grid strong,
.dds-feature-title,
.metric-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
}

.comparison-grid span,
.metric-grid span {
  color: var(--muted);
  line-height: 1.6;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: start;
}

.story-grid h2 {
  margin-bottom: 16px;
}

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

.metric-grid strong {
  font-size: 42px;
  letter-spacing: -.04em;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.process-card {
  min-height: 260px;
}

.process-card span {
  color: var(--green);
  font-weight: 900;
}

.process-card h3 {
  margin: 58px 0 10px;
  font-size: 23px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 56px;
  align-items: start;
}

.contact-copy h2 {
  margin-bottom: 18px;
}

.contact-copy p {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  color: var(--ink);
  font-weight: 850;
}

.contact-form {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.field {
  display: grid;
  gap: 7px;
  margin-bottom: 13px;
}

.field label {
  color: #24352e;
  font-size: 13px;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  color: var(--ink);
  background: #f9fcfa;
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(15, 209, 132, .14);
}

.thank-you {
  min-height: 75svh;
  display: flex;
  align-items: center;
}

.site-footer {
  padding: 42px 0;
  color: rgba(255, 255, 255, .72);
  background: #030705;
}

.dds-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  font-family: inherit;
}

.dds-chat-toggle {
  min-height: 46px;
  padding: 12px 16px;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: var(--lime);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 48px rgba(6, 18, 14, .2);
}

.dds-chat-panel {
  width: min(380px, calc(100vw - 32px));
  margin-bottom: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(6, 18, 14, .24);
}

.dds-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px;
  color: var(--white);
  background: var(--ink);
}

.dds-chat-head button {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
}

.dds-chat-stream {
  height: 300px;
  overflow: auto;
  padding: 14px;
  background: #f6fbf8;
}

.dds-bubble {
  max-width: 88%;
  margin-bottom: 10px;
  padding: 11px 13px;
  border-radius: 8px;
  line-height: 1.45;
  font-size: 14px;
}

.dds-bubble.bot {
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--white);
}

.dds-bubble.user {
  margin-left: auto;
  color: var(--ink);
  background: var(--lime);
}

.dds-chat-form,
.dds-handoff-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.dds-handoff-form {
  grid-template-columns: 1fr 1fr auto;
}

.dds-chat-form input,
.dds-handoff-form input {
  min-width: 0;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

.dds-chat-form button,
.dds-handoff-form button {
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.footer-inner {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr .7fr .8fr;
  gap: 38px;
}

.footer-inner p {
  max-width: 460px;
  color: rgba(255, 255, 255, .58);
  line-height: 1.6;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 10px;
  align-content: start;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.js .reveal.in {
  opacity: 1;
  transform: none;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 14px rgba(207, 255, 79, 0); }
  100% { box-shadow: 0 0 0 0 rgba(207, 255, 79, 0); }
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes grow { from { transform: scaleX(.25); } to { transform: scaleX(1); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  .nav-cta { display: none; }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    left: 18px;
    right: 18px;
    display: none;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(6, 18, 14, .96);
  }

  .nav-links.open {
    display: grid;
    gap: 14px;
  }

  .hero-wrap,
  .service-landing-inner,
  .service-split,
  .service-columns,
  .service-lead-section,
  .ops-grid,
  .cta-inner,
  .service-detail,
  .story-grid,
  .contact-layout,
  .audit-layout,
  .audit-banner-inner,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .service-outcome-grid,
  .blog-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .site-header { height: 68px; }
  .nav { width: min(100% - 28px, 1200px); }
  .brand span:last-child { max-width: 190px; line-height: 1.1; }
  .nav-links { top: 68px; }
  .hero { padding-top: 108px; }
  .service-landing-hero { min-height: auto; padding: 118px 0 72px; }
  .page-hero { padding-top: 124px; }
  h1, .hero h1, .service-landing-inner h1 { font-size: clamp(44px, 15vw, 68px); }
  .hero-proof,
  .checks,
  .feature-list,
  .service-grid,
  .service-outcome-grid,
  .blog-grid,
  .kpis,
  .metric-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 28px, 1200px);
    padding: 72px 0;
  }

  .service-landing-inner,
  .service-pricing {
    width: min(100% - 28px, 1200px);
  }

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 16px;
  }

  .screen { min-height: 390px; }
  .pipe { grid-template-columns: 68px 1fr 34px; }
  .cta-inner { width: min(100% - 28px, 1200px); padding: 74px 0; }
  .service-detail { padding: 24px; }
  .footer-inner { width: min(100% - 28px, 1200px); }
  .dds-chat { right: 14px; bottom: 14px; }
  .dds-chat-form,
  .dds-handoff-form { grid-template-columns: 1fr; }
  .audit-modal-panel form div { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

/* Database-rendered page compatibility: keep PHP-rendered pages on the original green Digital Dynamo visual system. */
.dds-public,
.dds-public-shell {
  color: var(--ink);
  background: var(--paper);
}

.dds-section {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: 96px 0;
}

.dds-section-inner {
  width: 100%;
  margin: 0 auto;
}

.dds-split {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.dds-feature-band {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - 1200px) / 2));
  color: var(--white);
  background: var(--ink);
}

.dds-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dds-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(207, 255, 79, .55);
  animation: pulse 1.7s infinite;
}

.dds-page-title {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 66px);
  line-height: .96;
  letter-spacing: -.045em;
}

.dds-section-lede {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.dds-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.dds-button {
  min-height: 44px;
  padding: 13px 18px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 850;
  text-align: center;
  color: var(--ink);
  background: var(--lime);
}

.dds-button--ghost {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
}

.dds-button--dark {
  color: var(--white);
  background: var(--ink);
}

.dds-post-list {
  display: grid;
  gap: 18px;
}

.dds-post-row {
  min-height: 180px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.dds-post-row h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.05;
}

.dds-post-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.dds-price {
  color: var(--green);
  font-weight: 950;
}

.dds-audit-page-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.dds-audit-page-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 850;
}

.dds-audit-page-form input,
.dds-audit-page-form textarea,
.dds-audit-page-form select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
}

.dds-audit-report-hero {
  min-height: 620px;
}

.dds-score-ring {
  display: inline-grid;
  place-items: center;
  width: 168px;
  height: 168px;
  margin-top: 26px;
  border: 2px solid rgba(207, 255, 79, .42);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 0 60px rgba(207, 255, 79, .18);
}

.dds-score-ring strong {
  font-size: 58px;
  line-height: .9;
}

.dds-score-ring span {
  color: rgba(255, 255, 255, .74);
  font-weight: 850;
}

.dds-audit-recommendations,
.dds-audit-sections {
  display: grid;
  gap: 18px;
}

.dds-audit-recommendations > div,
.dds-audit-recommendations > p,
.dds-audit-section {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.dds-audit-checks {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--line);
}

.dds-audit-checks > div {
  display: grid;
  grid-template-columns: 72px minmax(0, .7fr) minmax(0, 1.3fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #f8fcfa;
}

.dds-reveal,
.dds-stagger > * {
  opacity: 1;
  transform: none;
}

@media (max-width: 860px) {
  .dds-split,
  .dds-post-row,
  .dds-audit-checks > div {
    grid-template-columns: 1fr;
  }
}

/* Final page layout tightening for database-rendered public pages */
.dds-public .site-header + .hero,
.dds-public .site-header + .service-landing-hero,
.dds-public .site-header + .page-hero {
  margin-top: 0;
}

.dds-split > .service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dds-split > .price-grid {
  grid-template-columns: 1fr;
}

.dds-split .service-card {
  min-height: 240px;
}

.dds-split .service-card h3 {
  margin-top: 42px;
}

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

.service-detail {
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
}

.service-detail h2 {
  margin-top: 20px;
}

.service-detail .feature-list {
  margin-top: 0;
}

.service-process div {
  min-height: 76px;
}

.service-pricing .price-grid {
  align-items: stretch;
}

.price-card {
  height: 100%;
}

.dds-post-row {
  transition: transform .22s ease, background .22s ease;
}

.dds-post-row:hover {
  transform: translateY(-3px);
  background: #f8fcfa;
}

.dds-audit-page-form textarea {
  resize: vertical;
}

@media (max-width: 980px) {
  .dds-split,
  .service-split,
  .service-landing-inner,
  .cta-inner,
  .audit-layout,
  .service-lead-section {
    grid-template-columns: 1fr;
  }

  .dds-split > .service-grid,
  .dds-split > .price-grid {
    grid-template-columns: 1fr;
  }

  .service-proof-panel {
    max-width: 520px;
  }
}

@media (max-width: 720px) {
  .service-detail,
  .service-outcome-grid,
  .service-pricing .price-grid {
    grid-template-columns: 1fr;
  }

  .service-landing-inner h1 {
    font-size: clamp(42px, 14vw, 66px);
  }
}

/* Launch and client-work compatibility additions */
.coming-soon-page .hero{min-height:100vh}.coming-soon-hero .hero-wrap{grid-template-columns:1fr minmax(300px,520px)}.launch-form{display:grid;gap:14px;max-width:520px;margin-top:28px}.launch-form label{display:grid;gap:8px;color:rgba(255,255,255,.78);font-weight:800}.launch-form input{width:100%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;border-radius:8px;padding:14px;outline:none}.launch-form input:focus{border-color:var(--lime);box-shadow:0 0 0 4px rgba(207,255,79,.16)}.launch-notice{display:inline-block;padding:12px 14px;border-radius:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:#fff;font-weight:800}.launch-notice.success{background:rgba(15,209,132,.18);border-color:rgba(15,209,132,.38)}

/* Launch-ready green page compatibility: database-rendered public pages */
.dds-public .site-header { position: fixed; }
.dds-public-shell { min-height: 100svh; overflow-x: hidden; }
.dds-hero {
  position: relative;
  min-height: clamp(500px, 72svh, 700px);
  display: grid;
  align-items: center;
  padding: 150px max(18px, calc((100vw - 1200px) / 2)) 82px;
  color: var(--white);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 24%, rgba(207, 255, 79, .22), transparent 30%),
    radial-gradient(circle at 20% 78%, rgba(15, 209, 132, .16), transparent 34%),
    linear-gradient(135deg, #06120e, #0b241b 56%, #030705);
}
.dds-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .6;
  pointer-events: none;
}
.dds-hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
}
.dds-hero h1 {
  max-width: 900px;
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(42px, 6.2vw, 84px);
  line-height: .92;
  letter-spacing: -.055em;
}
.dds-hero p:not(.dds-kicker) {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}
.dds-hero .dds-kicker { color: var(--lime); }
.dds-section { position: relative; }
.dds-public .dds-section:first-of-type { padding-top: 88px; }
.dds-audit-page-form {
  box-shadow: 0 20px 60px rgba(6,18,14,.08);
}
.dds-audit-page-form button { width: max-content; }

/* AI Growth Help widget, stabilized for production */
.dds-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: min(420px, calc(100vw - 28px));
  font-family: inherit;
}
.dds-chat-toggle {
  order: 2;
  min-height: 46px;
  padding: 12px 16px;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: var(--lime);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 48px rgba(6, 18, 14, .2);
}
.dds-chat-panel[hidden] { display: none !important; }
.dds-chat-panel:not([hidden]) {
  order: 1;
  width: 100%;
  max-height: calc(100svh - 110px);
  margin: 0 0 12px;
  border: 1px solid rgba(6, 18, 14, .16);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(6, 18, 14, .26);
}
.dds-chat-head {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  color: var(--white);
  background: var(--ink);
}
.dds-chat-head button {
  min-height: 32px;
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255,255,255,.08);
  cursor: pointer;
}
.dds-chat-stream {
  flex: 1 1 auto;
  min-height: 170px;
  max-height: 310px;
  overflow-y: auto;
  padding: 14px;
  background: #f6fbf8;
}
.dds-bubble {
  max-width: 92%;
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
}
.dds-chat-form,
.dds-handoff-form {
  flex: 0 0 auto;
  display: grid;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid var(--line);
  background: var(--white);
}
.dds-chat-form { grid-template-columns: minmax(0, 1fr) auto; }
.dds-handoff-form { grid-template-columns: 1fr 1fr; }
.dds-handoff-form button { grid-column: 1 / -1; }
.dds-chat-form input,
.dds-handoff-form input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  background: #fff;
  color: var(--ink);
}
.dds-chat-form input:focus,
.dds-handoff-form input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(15,209,132,.14);
}
.dds-chat-form button,
.dds-handoff-form button {
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-weight: 900;
  cursor: pointer;
}
@media (max-width: 720px) {
  .dds-hero {
    min-height: auto;
    padding: 118px 18px 64px;
  }
  .dds-hero h1 { font-size: clamp(40px, 13vw, 62px); }
  .dds-section { width: min(100% - 28px, 1200px); padding: 70px 0; }
  .dds-chat { right: 12px; bottom: 12px; width: calc(100vw - 24px); }
  .dds-chat-panel:not([hidden]) { max-height: calc(100svh - 92px); }
  .dds-chat-form,
  .dds-handoff-form { grid-template-columns: 1fr; }
  .dds-handoff-form button { grid-column: auto; }
}


/* v5 launch hardening: keep inner pages aligned with the green brand and prevent overlap. */
.dds-public .page-hero {
  min-height: auto;
  padding-top: 152px;
  padding-bottom: 92px;
}
.dds-public .page-hero h1 {
  max-width: 920px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .92;
  letter-spacing: -.05em;
}
.dds-public .page-hero .hero-actions { margin-top: 26px; }
.dds-public .dds-section:first-of-type { padding-top: 78px; }
.dds-split {
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
}
.dds-split > * { min-width: 0; }
.dds-audit-page-form { align-self: start; }
.service-detail {
  grid-template-columns: minmax(320px, .42fr) minmax(0, 1fr);
  gap: 32px;
  padding: 34px;
  overflow: hidden;
}
.service-detail > div:first-child,
.service-detail .feature-list,
.service-detail .service-process { min-width: 0; }
.service-detail h2 {
  margin: 20px 0 0;
  max-width: 100%;
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: .96;
  letter-spacing: -.045em;
  overflow-wrap: normal;
}
.service-detail .num { margin-bottom: 24px; }
.service-detail .feature-list { display: grid; gap: 12px; padding: 0; }
.service-process div { grid-template-columns: 58px minmax(0, 1fr); }
.service-process strong { min-width: 0; overflow-wrap: anywhere; }
.service-pricing .price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 980px) {
  .dds-public .page-hero { padding-top: 128px; padding-bottom: 72px; }
  .dds-split,
  .service-detail,
  .service-pricing .price-grid { grid-template-columns: 1fr; }
  .service-detail { padding: 26px; }
  .service-detail h2 { font-size: clamp(36px, 12vw, 54px); }
}
@media (max-width: 560px) {
  .dds-public .page-hero h1 { font-size: clamp(38px, 13vw, 58px); }
  .dds-audit-page-form button { width: 100%; }
}

/* v6 audit progress and report recovery */
.dds-audit-progress-hero .page-hero-inner { max-width: 980px; }
.dds-audit-progress-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: clamp(24px, 4vw, 44px);
  box-shadow: 0 24px 80px rgba(6, 18, 14, .08);
}
.dds-audit-progress-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 136px;
  gap: 24px;
  align-items: center;
}
.dds-progress-score {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 35% 25%, rgba(207,255,79,.5), rgba(15,209,132,.14) 48%, rgba(6,18,14,.94) 49%);
  color: #fff;
  box-shadow: 0 18px 44px rgba(6,18,14,.18);
}
.dds-progress-score strong { font-size: 42px; letter-spacing: -.05em; line-height: 1; }
.dds-progress-score span { margin-top: -28px; color: var(--lime); font-weight: 900; }
.dds-progress-track {
  height: 14px;
  border-radius: 999px;
  background: rgba(6,18,14,.08);
  overflow: hidden;
  margin: 30px 0;
}
.dds-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--lime));
  transition: width .45s ease;
}
.dds-progress-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.dds-progress-steps div {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
  background: rgba(255,255,255,.7);
  color: var(--muted);
  min-height: 118px;
  transition: .25s ease;
}
.dds-progress-steps strong {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  margin-bottom: 18px;
  background: var(--ink);
  color: var(--lime);
  font-size: 14px;
}
.dds-progress-steps span { display: block; font-weight: 900; color: var(--ink); line-height: 1.25; }
.dds-progress-steps .is-active {
  border-color: rgba(15,209,132,.5);
  box-shadow: 0 12px 34px rgba(15,209,132,.12);
  transform: translateY(-3px);
}
.dds-progress-steps .is-done { background: rgba(207,255,79,.13); }
.dds-audit-progress-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.dds-audit-progress-message.is-error {
  max-width: 760px;
}
.dds-audit-progress-card.has-error {
  border-color: rgba(220, 53, 69, .35);
}
.dds-audit-report-pending .dds-audit-progress-card { margin-top: -30px; }
@media (max-width: 900px) {
  .dds-audit-progress-top,
  .dds-progress-steps { grid-template-columns: 1fr; }
  .dds-progress-score { width: 118px; height: 118px; justify-self: start; }
  .dds-progress-steps div { min-height: auto; }
}
.dds-form-alert {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(220, 53, 69, .08);
  border: 1px solid rgba(220, 53, 69, .18);
  color: #7f1d1d;
  font-weight: 800;
}


/* v7 setup, docs, and branded error handling */
.dds-error-page .site-header { position: fixed; }
.dds-error-hero { min-height: 100svh; display: grid; align-items: center; }
.dds-error-path {
  display: inline-flex;
  max-width: 100%;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  color: var(--muted);
  font-size: 14px;
  overflow-wrap: anywhere;
}
.dds-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.dds-doc-card {
  display: grid;
  gap: 12px;
  min-height: 180px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.dds-doc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15,209,132,.42);
  box-shadow: 0 18px 48px rgba(6,18,14,.08);
}
.dds-doc-card strong { font-size: 24px; letter-spacing: -.02em; }
.dds-doc-card span { color: var(--muted); line-height: 1.55; }
@media (max-width: 860px) {
  .dds-doc-grid { grid-template-columns: 1fr; }
}

/* v8 PayPal in-house checkout */
.dds-checkout-page .checkout-hero,
.dds-invoice-page .page-hero.compact {
  padding-top: 130px;
  padding-bottom: 58px;
  background: radial-gradient(circle at 78% 20%, rgba(207,255,79,.18), transparent 34%), linear-gradient(135deg, #06120e, #12281f);
  color: #fff;
}
.dds-checkout-page .page-hero-inner,
.dds-invoice-page .page-hero-inner {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
}
.dds-checkout-page .page-hero h1,
.dds-invoice-page .page-hero h1 {
  max-width: 900px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .94;
  margin: 14px 0 12px;
  letter-spacing: -.05em;
}
.dds-checkout-page .page-hero p,
.dds-invoice-page .page-hero p { max-width: 720px; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.65; }
.checkout-section { padding-top: 68px; }
.checkout-shell {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 22px;
  align-items: start;
}
.checkout-shell.single { grid-template-columns: minmax(0, 780px); justify-content: center; }
.checkout-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 24px 70px rgba(6,18,14,.08);
}
.checkout-card.full { grid-column: 1 / -1; }
.checkout-brand-row { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; font-weight: 950; }
.checkout-brand-row .logo { width: 40px; height: 40px; }
.checkout-details { display: grid; gap: 12px; margin: 20px 0; }
.checkout-details div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.checkout-details dt { color: var(--muted); font-weight: 850; }
.checkout-details dd { margin: 0; font-weight: 850; overflow-wrap: anywhere; }
.checkout-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(207,255,79,.22), rgba(15,209,132,.08));
  border: 1px solid rgba(15,209,132,.28);
}
.checkout-total span { color: var(--muted); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.checkout-total strong { font-size: clamp(28px, 4vw, 44px); letter-spacing: -.04em; }
.payment-panel .panel-head { align-items: start; margin-bottom: 20px; }
.payment-methods { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.payment-methods span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(6,18,14,.05);
  border: 1px solid var(--line);
  font-weight: 900;
  font-size: 13px;
}
.secure-note { color: var(--muted); line-height: 1.6; margin: 10px 0 16px; }
.payment-status {
  margin: 14px 0;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(207,255,79,.12);
  border: 1px solid rgba(15,209,132,.22);
  font-weight: 850;
}
.payment-status[data-state="error"] { background: rgba(220,53,69,.08); border-color: rgba(220,53,69,.22); color: #7f1d1d; }
.payment-status[data-state="success"] { background: rgba(15,209,132,.12); border-color: rgba(15,209,132,.28); }
#paypal-buttons { margin: 16px 0 6px; min-height: 48px; }
.card-fields-panel {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.card-fields-panel h3 { margin: 0 0 16px; font-size: 22px; }
.card-fields-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.card-fields-grid label { display: grid; gap: 8px; font-weight: 900; }
.card-fields-grid label:nth-child(2) { grid-column: 1 / -1; }
.card-fields-grid span {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px;
}
.hub-alert {
  padding: 13px 14px;
  border-radius: 8px;
  background: rgba(207,255,79,.12);
  border: 1px solid rgba(15,209,132,.22);
  font-weight: 850;
  margin: 14px 0;
}
.hub-alert.success { background: rgba(15,209,132,.13); border-color: rgba(15,209,132,.28); }
@media (max-width: 900px) {
  .checkout-shell { grid-template-columns: 1fr; }
  .checkout-details div { grid-template-columns: 1fr; gap: 4px; }
  .card-fields-grid { grid-template-columns: 1fr; }
  .card-fields-grid label:nth-child(2) { grid-column: auto; }
}


.dds-comments{margin-top:34px;padding-top:26px;border-top:1px solid rgba(255,255,255,.12)}
.dds-comments h2{font-size:clamp(1.5rem,3vw,2.25rem);margin:0 0 14px;color:#f5fff8}
.dds-comment-list{display:grid;gap:14px;margin:20px 0}
.dds-comment{border:1px solid rgba(207,255,79,.18);border-radius:18px;background:rgba(255,255,255,.04);padding:18px}
.dds-comment strong{color:#cfff4f}.dds-comment p{margin:8px 0 0;color:#d9eee4}
.dds-spam-field,.dds-recaptcha-holder{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.dds-form-alert{border:1px solid rgba(207,255,79,.35);background:rgba(207,255,79,.1);color:#f5fff8;border-radius:14px;padding:12px 14px}


/* === assets/css/dds-polish.css === */
/* Digital Dynamo Solutions final UI polish layer.
   Loaded last so the green brand stays consistent across public pages, Admin Hub, and Client Hub. */
:root {
  --dds-ink: #06120e;
  --dds-ink-2: #0b241b;
  --dds-panel: #ffffff;
  --dds-paper: #f7fbf8;
  --dds-soft: #eafff4;
  --dds-line: rgba(6, 18, 14, .14);
  --dds-muted: #60706a;
  --dds-green: #0fd184;
  --dds-lime: #cfff4f;
  --dds-danger: #b42318;
  --dds-radius: 14px;
  --dds-radius-sm: 10px;
  --dds-shadow: 0 22px 70px rgba(6,18,14,.10);
  --dds-shadow-soft: 0 12px 38px rgba(6,18,14,.07);
  --hub-ink: #06120e;
  --hub-muted: #60706a;
  --hub-line: rgba(6,18,14,.14);
  --hub-panel: #ffffff;
  --hub-soft: #f3fbf6;
  --hub-navy: #06120e;
  --hub-blue: #0fd184;
  --hub-cyan: #cfff4f;
  --hub-green: #07875e;
  --hub-radius: 14px;
}

html { text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body,
.user-hub-body,
.hub-body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

img, svg, video, canvas { max-width: 100%; height: auto; }
a, button { -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { font: inherit; }
input, select, textarea { max-width: 100%; }
:focus-visible { outline: 3px solid rgba(15,209,132,.36); outline-offset: 3px; }

/* Public header and navigation */
.site-header {
  min-height: 76px;
  height: auto;
  background: rgba(6,18,14,.88) !important;
  box-shadow: 0 12px 38px rgba(0,0,0,.16);
}
.nav { min-height: 76px; }
.brand, .footer-brand { letter-spacing: -.02em; }
.brand span:last-child { white-space: nowrap; }
.nav-links a { font-weight: 850; }
.nav-links a.active,
.nav-links a[aria-current="page"] { color: #fff !important; }

/* Public headings, page heroes, sections */
.hero,
.page-hero,
.service-landing-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 20%, rgba(207,255,79,.22), transparent 28rem),
    radial-gradient(circle at 16% 82%, rgba(15,209,132,.18), transparent 28rem),
    linear-gradient(135deg, #06120e 0%, #0b241b 58%, #030705 100%) !important;
}
.hero h1,
.page-hero h1,
.service-landing-inner h1,
.dds-page-title,
.section h2,
.cta-section h2 {
  max-width: 980px;
  font-weight: 950;
  line-height: .96 !important;
  letter-spacing: -.052em !important;
  text-wrap: balance;
  overflow-wrap: normal;
}
.hero h1 { font-size: clamp(46px, 7vw, 92px) !important; }
.page-hero h1,
.service-landing-inner h1 { font-size: clamp(42px, 6vw, 76px) !important; }
.dds-page-title,
.section h2 { font-size: clamp(34px, 4.8vw, 62px) !important; }
.hero-copy,
.page-hero p,
.service-landing-inner p,
.dds-section-lede {
  font-size: clamp(17px, 1.8vw, 21px) !important;
  line-height: 1.62 !important;
  text-wrap: pretty;
}
.page-hero,
.dds-public .page-hero { padding: clamp(124px, 14vw, 162px) 0 clamp(66px, 8vw, 94px) !important; }
.page-hero-inner,
.hero-wrap,
.section,
.dds-section,
.dds-section-inner,
.footer-inner { width: min(1200px, calc(100% - 36px)); }
.dds-section,
.section { padding: clamp(70px, 8vw, 104px) 0; }
.dds-section-inner { margin-inline: auto; }
.dds-kicker,
.eyebrow,
.hub-eyebrow { color: var(--dds-green) !important; }
.page-hero .eyebrow,
.hero .eyebrow,
.service-landing-hero .eyebrow { color: var(--dds-lime) !important; }

/* Public cards, service detail and forms */
.service-card,
.price-card,
.process-card,
.service-detail,
.dds-audit-page-form,
.blog-card,
.checkout-card,
.dds-doc-card,
.dds-audit-progress-card,
.dds-audit-report-card {
  border: 1px solid var(--dds-line) !important;
  border-radius: var(--dds-radius) !important;
  box-shadow: var(--dds-shadow-soft);
}
.service-card,
.price-card,
.process-card,
.blog-card,
.dds-audit-page-form,
.checkout-card,
.dds-doc-card { background: #fff; }
.service-grid,
.price-grid,
.process-grid,
.blog-grid,
.dds-doc-grid { gap: 18px; border: 0 !important; }
.service-card { border-right: 1px solid var(--dds-line) !important; border-bottom: 1px solid var(--dds-line) !important; min-width: 0; }
.service-card h3 { margin-top: clamp(34px, 5vw, 62px) !important; line-height: 1.08; letter-spacing: -.025em; }
.service-detail {
  grid-template-columns: minmax(260px,.42fr) minmax(0,1fr) !important;
  gap: clamp(24px, 4vw, 40px) !important;
  padding: clamp(24px, 4vw, 38px) !important;
  overflow: clip;
}
.service-detail h2 { margin: 18px 0 0 !important; font-size: clamp(34px, 4.4vw, 56px) !important; }
.service-detail p,
.service-card p,
.price-card p,
.process-card p { color: var(--dds-muted); }
.service-process div,
.process-row { min-width: 0; }
.service-process strong,
.service-process p { overflow-wrap: anywhere; }
.dds-audit-page-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px) !important;
}
.dds-audit-page-form label,
.editor-form label,
.hub-form label {
  display: grid;
  gap: 8px;
  color: var(--dds-ink);
  font-weight: 900;
}
.dds-audit-page-form input,
.dds-audit-page-form select,
.dds-audit-page-form textarea,
.editor-form input,
.editor-form select,
.editor-form textarea,
.hub-form input,
.hub-form select,
.hub-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--dds-line) !important;
  border-radius: var(--dds-radius-sm) !important;
  padding: 12px 14px !important;
  background: #fff;
  color: var(--dds-ink);
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.dds-audit-page-form textarea,
.editor-form textarea,
.hub-form textarea { resize: vertical; min-height: 130px; }
.dds-audit-page-form input:focus,
.dds-audit-page-form select:focus,
.dds-audit-page-form textarea:focus,
.editor-form input:focus,
.editor-form select:focus,
.editor-form textarea:focus,
.hub-form input:focus,
.hub-form select:focus,
.hub-form textarea:focus {
  border-color: var(--dds-green) !important;
  box-shadow: 0 0 0 4px rgba(15,209,132,.13);
}
.btn,
.dds-button,
.hub-button,
.button {
  border-radius: var(--dds-radius-sm) !important;
  font-weight: 920 !important;
  letter-spacing: -.01em;
}
.dds-button--dark,
.btn.dark,
.hub-button.dark { background: var(--dds-ink) !important; color: #fff !important; }
.btn.primary,
.dds-button--primary,
.hub-button.primary,
.button:not(.button--ghost) { background: var(--dds-lime) !important; color: var(--dds-ink) !important; }
.hub-button.danger,
.button.danger { background: var(--dds-danger) !important; color: #fff !important; }

/* AI Growth Help widget */
.dds-chat {
  right: clamp(12px, 2vw, 24px) !important;
  bottom: clamp(12px, 2vw, 24px) !important;
  z-index: 140 !important;
  width: min(430px, calc(100vw - 24px)) !important;
  align-items: flex-end;
}
.dds-chat-toggle {
  position: relative;
  order: 2;
  min-height: 48px !important;
  padding: 13px 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--dds-lime), var(--dds-green)) !important;
  color: var(--dds-ink) !important;
  box-shadow: 0 18px 50px rgba(6,18,14,.26), 0 0 0 1px rgba(255,255,255,.2) inset !important;
}
.dds-chat-toggle::before { content: ""; width: 9px; height: 9px; border-radius: 50%; display: inline-block; margin-right: 9px; background: var(--dds-ink); box-shadow: 0 0 0 0 rgba(6,18,14,.36); animation: ddsPulse 1.8s infinite; }
.dds-chat-panel:not([hidden]) {
  order: 1;
  width: 100% !important;
  max-height: min(720px, calc(100svh - 96px)) !important;
  margin: 0 0 12px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(6,18,14,.16) !important;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 24px 80px rgba(6,18,14,.28) !important;
  transform-origin: bottom right;
  animation: ddsChatIn .22s ease both;
}
.dds-chat-panel[hidden] { display: none !important; }
.dds-chat-head { padding: 16px 18px !important; background: linear-gradient(135deg, #06120e, #0b241b) !important; }
.dds-chat-head strong { display:block; color:#fff; font-size:15px; letter-spacing:-.01em; }
.dds-chat-head span { display:block; margin-top:3px; color:rgba(255,255,255,.66); font-size:12px; font-weight:800; }
.dds-chat-head button { border-radius: 999px !important; padding: 7px 11px !important; font-weight: 850; }
.dds-chat-stream { min-height: 220px !important; max-height: 330px !important; background: linear-gradient(180deg, #f8fff9, #effaf4) !important; }
.dds-bubble { border-radius: 16px !important; font-size: 14px; line-height: 1.48; box-shadow: 0 8px 22px rgba(6,18,14,.05); }
.dds-bubble.bot { border-top-left-radius: 6px !important; }
.dds-bubble.user { border-top-right-radius: 6px !important; background: var(--dds-lime) !important; }
.dds-bubble.is-typing { opacity:.72; font-style: italic; }
.dds-chat-prompts { display:flex; flex-wrap:wrap; gap:8px; padding:10px 12px; border-top:1px solid var(--dds-line); background:#fff; }
.dds-chat-prompts button { border:1px solid var(--dds-line); border-radius:999px; background:#f7fbf8; color:var(--dds-ink); min-height:34px; padding:6px 10px; font-size:12px; font-weight:900; cursor:pointer; }
.dds-chat-form,
.dds-handoff-form { grid-template-columns: minmax(0,1fr) auto !important; gap: 9px !important; padding: 12px !important; }
.dds-handoff-form { grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important; }
.dds-handoff-form button { grid-column: 1 / -1 !important; }
.dds-chat-form input,
.dds-handoff-form input { min-height: 44px !important; border-radius: 12px !important; }
.dds-chat-form button,
.dds-handoff-form button { min-height: 44px !important; border-radius: 12px !important; background: var(--dds-ink) !important; }

/* Hubs: Admin and Client */
.user-hub-shell,
.hub-shell { min-height: 100svh; background: linear-gradient(135deg, #f8fff9 0%, #edf8f1 100%) !important; }
.user-hub-sidebar,
.hub-sidebar {
  background:
    radial-gradient(circle at 40% 8%, rgba(207,255,79,.16), transparent 18rem),
    linear-gradient(180deg, #06120e, #0b241b) !important;
  box-shadow: 10px 0 40px rgba(6,18,14,.10);
}
.hub-brand { border-radius: 16px; min-width: 0; }
.hub-brand span { letter-spacing: -.03em; overflow-wrap:anywhere; }
.hub-nav a { border-radius: 12px !important; min-width:0; }
.hub-nav a.active,
.hub-nav a:hover { background: var(--dds-lime) !important; color: var(--dds-ink) !important; transform: translateX(3px); }
.user-hub-main,
.hub-main { padding: clamp(20px, 3.8vw, 42px) !important; min-width: 0; }
.user-hub-topbar,
.hub-topbar {
  align-items: flex-start !important;
  gap: 18px !important;
  margin-bottom: 26px !important;
}
.user-hub-topbar h1,
.hub-topbar h1,
.login-panel h1 {
  font-size: clamp(32px, 4.8vw, 56px) !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance;
}
.hub-topbar-actions { display:flex; align-items:center; justify-content:flex-end; gap:10px; flex-wrap:wrap; min-width:min(100%,420px); }
.hub-user-chip { border-radius: 14px !important; background: rgba(255,255,255,.86) !important; min-width: 220px; }
.hub-panel,
.hub-card,
.hub-metric,
.login-panel {
  border: 1px solid var(--dds-line) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: var(--dds-shadow-soft) !important;
}
.hub-panel,
.hub-card { padding: clamp(18px, 2.8vw, 30px) !important; }
.hub-metric { padding: clamp(16px, 2vw, 22px) !important; }
.hub-metric strong { font-size: clamp(28px, 3.4vw, 40px) !important; letter-spacing: -.04em; color: var(--dds-ink); }
.hub-grid,
.hub-grid.two,
.hub-metrics-grid,
.hub-card-grid,
.settings-grid { gap: 18px !important; }
.status-list { border-radius: 14px !important; border-color: var(--dds-line) !important; background: var(--dds-line) !important; }
.status-list > div,
.status-list > p { min-width:0; }
.inline-form,
.inline-actions { display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.table-wrap { overflow:auto; border-radius:14px; }
.hub-table, table { width:100%; border-collapse:collapse; }
.hub-table th,
.hub-table td { padding:12px; border-bottom:1px solid var(--dds-line); text-align:left; vertical-align:top; }
.notice,
.hub-alert,
.dds-form-alert { border-radius: 14px !important; border: 1px solid rgba(15,209,132,.24) !important; background: rgba(207,255,79,.13) !important; color: var(--dds-ink) !important; }
.hub-alert.success,
.notice--success { background: rgba(15,209,132,.13) !important; color: #075d3f !important; }
.notice--danger,
.hub-alert.danger { background: rgba(180,35,24,.08) !important; color: #8f1d17 !important; border-color: rgba(180,35,24,.20) !important; }

/* Recaptcha and spam fields */
.dds-spam-field,
.dds-recaptcha-holder { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; overflow:hidden !important; opacity:0 !important; pointer-events:none !important; }
.grecaptcha-badge { z-index: 130 !important; }
.dds-chat ~ .grecaptcha-badge { bottom: 82px !important; }
.dds-form-alert[data-state="error"],
.payment-status[data-state="error"] { background: rgba(180,35,24,.08) !important; border-color: rgba(180,35,24,.22) !important; color:#7f1d1d !important; }

/* Motion */
.reveal,
.dds-reveal,
.dds-stagger > *,
.hub-panel,
.hub-metric,
.hub-card { opacity:1; transform:none; }
.js .reveal,
.js .dds-reveal,
.js .dds-stagger > * { opacity:0; transform: translateY(22px); transition: opacity .62s ease, transform .62s ease; }
.js .reveal.in,
.js .dds-reveal.in,
.js .dds-stagger > *.in { opacity:1; transform:none; }
@keyframes ddsChatIn { from { opacity:0; transform: translateY(10px) scale(.98); } to { opacity:1; transform:none; } }
@keyframes ddsPulse { 70% { box-shadow:0 0 0 9px rgba(6,18,14,0); } 100% { box-shadow:0 0 0 0 rgba(6,18,14,0); } }

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

@media (max-width: 1100px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .hub-grid.two,
  .settings-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 900px) {
  .user-hub-shell,
  .hub-shell { grid-template-columns: 1fr !important; }
  .user-hub-sidebar,
  .hub-sidebar { position:relative !important; height:auto !important; padding:18px !important; }
  .hub-nav { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .user-hub-topbar,
  .hub-topbar { display:grid !important; grid-template-columns: 1fr !important; }
  .hub-topbar-actions { justify-content:flex-start; min-width:0; width:100%; }
  .hub-user-chip { text-align:left !important; width:100%; }
  .service-detail,
  .dds-split,
  .checkout-shell { grid-template-columns:1fr !important; }
}

@media (max-width: 640px) {
  .nav { width: min(100% - 24px, 1200px); }
  .nav-links.open { max-height: calc(100svh - 96px); overflow:auto; }
  .hero h1 { font-size: clamp(40px, 14vw, 62px) !important; }
  .page-hero h1,
  .service-landing-inner h1 { font-size: clamp(36px, 12vw, 56px) !important; }
  .dds-page-title,
  .section h2 { font-size: clamp(30px, 10vw, 46px) !important; }
  .service-grid,
  .price-grid,
  .process-grid,
  .blog-grid { grid-template-columns: 1fr !important; }
  .footer-inner { grid-template-columns: 1fr !important; }
  .dds-chat { width: calc(100vw - 20px) !important; right:10px !important; bottom:10px !important; }
  .dds-chat-panel:not([hidden]) { max-height: calc(100svh - 86px) !important; border-radius:18px !important; }
  .dds-chat-stream { max-height: 42svh !important; }
  .dds-chat-form,
  .dds-handoff-form { grid-template-columns:1fr !important; }
  .dds-handoff-form button { grid-column:auto !important; }
  .hub-nav { grid-template-columns: 1fr; }
  .hub-topbar-actions .hub-button { flex:1 1 130px; }
}

/* Hub AI test console */
.chat-console { display:grid; gap:12px; }
.chat-stream { border-radius:16px !important; border:1px solid var(--dds-line) !important; background:linear-gradient(180deg,#f8fff9,#effaf4) !important; }
.chat-bubble { border-radius:16px !important; box-shadow:0 8px 22px rgba(6,18,14,.05); }
.chat-bubble.bot { border-top-left-radius:6px !important; }
.chat-bubble.user { border-top-right-radius:6px !important; background:var(--dds-lime) !important; }
.chat-bubble.is-typing { opacity:.72; font-style:italic; }
.chat-form { grid-template-columns:minmax(0,1fr) auto !important; }
.chat-form input { min-height:46px; border:1px solid var(--dds-line); border-radius:12px; padding:12px 14px; }
.is-pressing { transform: translateY(1px) scale(.995) !important; }
@media(max-width:640px){ .chat-form { grid-template-columns:1fr !important; } }


/* === assets/css/consent.css === */
/* Digital Dynamo in-house privacy, legal and Consent Mode layer */
.dds-consent[hidden], .dds-consent-revisit[hidden] { display: none !important; }
.dds-consent {
  position: fixed;
  inset: auto 16px 16px 16px;
  z-index: 99990;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}
.dds-consent.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.dds-consent[data-position="center"] { inset: 0; display: grid; place-items: center; background: rgba(6,18,14,.52); padding: 18px; }
.dds-consent__panel {
  width: min(980px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 18px;
  align-items: center;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(15,209,132,.26);
  border-radius: 24px;
  background: rgba(6,18,14,.96);
  color: #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
}
.dds-consent__eyebrow { margin: 0 0 6px; color: #cfff4f; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 900; }
.dds-consent h2 { margin: 0 0 8px; font-size: clamp(22px, 3vw, 34px); line-height: 1; letter-spacing: -.04em; }
.dds-consent p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.55; }
.dds-consent__links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.dds-consent__links a { color: #cfff4f; font-weight: 900; text-decoration: none; }
.dds-consent__options { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; }
.dds-consent__options label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  color: #fff;
  cursor: pointer;
}
.dds-consent__options input { margin-top: 3px; accent-color: #0fd184; }
.dds-consent__options strong { display: block; font-size: 14px; }
.dds-consent__options small { display: block; margin-top: 4px; color: rgba(255,255,255,.68); line-height: 1.35; }
.dds-consent__actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.dds-consent__btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.dds-consent__btn:hover { transform: translateY(-1px); }
.dds-consent__btn--primary { background: linear-gradient(135deg, #0fd184, #cfff4f); color: #06120e; box-shadow: 0 12px 34px rgba(15,209,132,.28); }
.dds-consent__btn--ghost { background: rgba(255,255,255,.09); color: #fff; border: 1px solid rgba(255,255,255,.14); }
.dds-consent-revisit {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 99980;
  border: 1px solid rgba(15,209,132,.35);
  border-radius: 999px;
  background: rgba(6,18,14,.94);
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 12px 34px rgba(0,0,0,.24);
  cursor: pointer;
}
.dds-legal-layout { display: grid; grid-template-columns: minmax(220px, .32fr) minmax(0, 1fr); gap: clamp(20px, 4vw, 40px); align-items: start; }
.dds-legal-nav, .dds-legal-card {
  border: 1px solid rgba(6,18,14,.13);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(6,18,14,.08);
}
.dds-legal-nav { position: sticky; top: 96px; display: grid; gap: 10px; padding: 20px; }
.dds-legal-nav strong { font-size: 13px; text-transform: uppercase; letter-spacing: .11em; color: #60706a; }
.dds-legal-nav span { color: #06120e; font-weight: 900; }
.dds-legal-nav a { text-decoration: none; color: #06120e; font-weight: 900; padding: 10px 0; border-top: 1px solid rgba(6,18,14,.1); }
.dds-legal-card { padding: clamp(24px, 5vw, 56px); }
.dds-legal-section { padding: clamp(18px, 3vw, 30px) 0; border-top: 1px solid rgba(6,18,14,.1); }
.dds-legal-section h2 { margin: 0 0 10px; font-size: clamp(24px, 3vw, 38px); line-height: 1.08; letter-spacing: -.035em; color: #06120e; }
.dds-legal-section p { margin: 0; color: #40524b; line-height: 1.75; font-size: 17px; }
.dds-consent-page-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; padding: 18px; margin: 24px 0; border-radius: 18px; background: #f0fff7; border: 1px solid rgba(15,209,132,.24); }
.dds-consent-page-actions .muted { flex-basis: 100%; margin: 0; color: #60706a; }
.footer-legal-links { display:flex; flex-wrap:wrap; gap: 12px; margin-top: 14px; }
.footer-legal-links a { color: rgba(255,255,255,.72); font-size: 13px; font-weight: 850; text-decoration: none; }
.footer-legal-links a:hover { color: #cfff4f; }
@media (max-width: 820px) {
  .dds-consent { inset: auto 10px 10px 10px; }
  .dds-consent__panel { grid-template-columns: 1fr; }
  .dds-consent__options { grid-template-columns: 1fr; }
  .dds-consent__actions { justify-content: stretch; }
  .dds-consent__btn { flex: 1 1 140px; }
  .dds-legal-layout { grid-template-columns: 1fr; }
  .dds-legal-nav { position: static; }
}
@media (prefers-reduced-motion: reduce) {
  .dds-consent, .dds-consent__btn { transition: none !important; }
}


/* v9 SEO/blog/auth layout improvements */
.dds-blog-layout {
  display: grid;
  grid-template-columns: minmax(260px, .38fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}
.dds-blog-sidebar {
  position: sticky;
  top: 98px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6,18,14,.06);
}
.dds-blog-sidebar h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.04em;
}
.dds-blog-sidebar p {
  color: var(--muted);
  line-height: 1.65;
}
.dds-blog-search {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}
.dds-blog-search label {
  font-weight: 900;
  color: var(--ink);
}
.dds-blog-search div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.dds-blog-search input {
  min-width: 0;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fcfa;
}
.dds-blog-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dds-blog-topic-list span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(15,209,132,.09);
  color: #0a5d40;
  font-size: 12px;
  font-weight: 900;
}
.dds-blog-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}
.dds-blog-toolbar h1 {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: .96;
  letter-spacing: -.045em;
}
.dds-blog-toolbar > span {
  flex: 0 0 auto;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--lime);
  font-weight: 900;
}
.dds-blog-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.dds-blog-card,
.dds-empty-card,
.dds-article-action-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6,18,14,.05);
}
.dds-blog-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dds-blog-card h2 {
  margin: 30px 0 12px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.dds-blog-card p,
.dds-empty-card p,
.dds-article-action-card p {
  color: var(--muted);
  line-height: 1.65;
}
.dds-read-more {
  margin-top: auto;
  color: #08784f;
  font-weight: 950;
}
.dds-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.dds-pagination a {
  min-width: 42px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 900;
}
.dds-pagination a.is-current {
  background: var(--ink);
  color: var(--lime);
}
.dds-blog-cta {
  padding-top: 84px;
  padding-bottom: 84px;
}
.dds-growth-list {
  display: grid;
  gap: 12px;
}
.dds-growth-list article {
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.07);
}
.dds-growth-list strong {
  color: var(--lime);
  font-size: 20px;
}
.dds-growth-list span {
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}
.dds-article-page .dds-comments {
  margin-top: 46px;
}
.dds-article-action-card {
  min-height: auto;
  margin-top: 34px;
  background: linear-gradient(135deg, rgba(15,209,132,.09), rgba(207,255,79,.12));
}
.dds-article-action-card h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1;
  letter-spacing: -.04em;
}
.dds-comment-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 24px;
}
.dds-comment {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.dds-comment p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}
.dds-chat-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.dds-chat-prompts button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px;
  background: #f8fcfa;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.dds-home-seo .comparison-grid div,
.dds-package-explainer .comparison-grid div {
  min-height: 210px;
}
.dds-legal-card > .dds-page-title {
  font-size: clamp(30px, 4.2vw, 54px);
}
@media (max-width: 980px) {
  .dds-blog-layout,
  .dds-blog-card-grid,
  .dds-blog-search div {
    grid-template-columns: 1fr;
  }
  .dds-blog-sidebar { position: static; }
  .dds-blog-toolbar { display: grid; align-items: start; }
}


/* 2026-06-25 AI Growth Help mobile lead-capture layout fix */
.dds-chat-panel:not([hidden]) {
  overflow: hidden !important;
  overscroll-behavior: contain !important;
}
.dds-chat-stream {
  min-height: 150px !important;
  max-height: clamp(160px, 34svh, 280px) !important;
}
.dds-handoff-form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  padding: 12px !important;
  border-top: 1px solid rgba(6,18,14,.12) !important;
  background: #fff !important;
}
.dds-handoff-form > * {
  grid-column: 1 / -1 !important;
  min-width: 0 !important;
}
.dds-handoff-fields {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 9px !important;
  width: 100% !important;
}
.dds-handoff-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 9px !important;
  width: 100% !important;
}
.dds-handoff-intro {
  padding: 11px 12px !important;
  border: 1px solid rgba(6,18,14,.12) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg,#f9fffb,#eefaf3) !important;
  color: #06120e !important;
}
.dds-handoff-intro strong {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  color: #06120e !important;
}
.dds-handoff-intro span {
  display: block !important;
  margin-top: 4px !important;
  font-size: 12px !important;
  line-height: 1.38 !important;
  color: rgba(6,18,14,.72) !important;
  font-weight: 650 !important;
}
.dds-handoff-form input[type="email"],
.dds-handoff-form input[type="text"] {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  padding: 12px 13px !important;
  border-radius: 13px !important;
  border: 1px solid rgba(6,18,14,.16) !important;
  background: #fff !important;
  color: #06120e !important;
  font-size: 14px !important;
}
.dds-chat-checkbox {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 2px !important;
  color: rgba(6,18,14,.78) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  cursor: pointer !important;
}
.dds-chat-checkbox input[type="checkbox"],
.dds-handoff-form .dds-chat-checkbox input[type="checkbox"] {
  display: inline-block !important;
  flex: 0 0 17px !important;
  width: 17px !important;
  min-width: 17px !important;
  max-width: 17px !important;
  height: 17px !important;
  min-height: 17px !important;
  max-height: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 4px !important;
  accent-color: #0fd184 !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  box-shadow: none !important;
}
.dds-chat-checkbox span {
  display: inline !important;
  min-width: 0 !important;
}
.dds-handoff-actions > button,
.dds-handoff-form button[type="submit"] {
  width: 100% !important;
  min-height: 46px !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg,#06120e,#0e2c20) !important;
  color: #fff !important;
  font-weight: 900 !important;
}
.dds-handoff-form[data-sending="1"] button[type="submit"],
.dds-chat-form[data-sending="1"] button[type="submit"] {
  opacity: .72 !important;
  cursor: progress !important;
}
@media (min-width: 520px) {
  .dds-handoff-fields {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 540px) {
  .dds-chat {
    width: calc(100vw - 18px) !important;
    right: 9px !important;
    bottom: 9px !important;
  }
  .dds-chat-panel:not([hidden]) {
    max-height: calc(100svh - 78px) !important;
    border-radius: 18px !important;
  }
  .dds-chat-stream {
    min-height: 128px !important;
    max-height: 31svh !important;
  }
  .dds-chat-form {
    grid-template-columns: minmax(0,1fr) auto !important;
    gap: 7px !important;
    padding: 10px !important;
  }
  .dds-chat-form input {
    font-size: 14px !important;
    min-height: 44px !important;
  }
  .dds-chat-form button {
    min-height: 44px !important;
    padding-inline: 12px !important;
  }
  .dds-chat-prompts {
    gap: 7px !important;
    padding: 9px 10px !important;
  }
  .dds-chat-prompts button {
    min-height: 32px !important;
    padding: 6px 9px !important;
    font-size: 11px !important;
  }
}

/* AI Growth Help handoff safety link */
.dds-chat-open-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 10px !important;
  min-height: 38px !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  background: #06120e !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 22px rgba(6,18,14,.18) !important;
}
.dds-chat-open-link:focus-visible {
  outline: 3px solid rgba(207,255,79,.75) !important;
  outline-offset: 2px !important;
}


/* v13 final UX/accessibility alignment: readable headings, clear focus, responsive hub controls. */
.skip-link{position:absolute;left:12px;top:-80px;z-index:9999;padding:10px 14px;border-radius:10px;background:#cfff4f;color:#06120e;font-weight:900;text-decoration:none;box-shadow:0 12px 30px rgba(6,18,14,.22)}
.skip-link:focus{top:12px;outline:3px solid #06120e;outline-offset:2px}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(15,209,132,.72)!important;outline-offset:3px!important}
.hero h1,.page-hero h1,.service-landing-inner h1,.dds-hero h1,.article-hero h1{font-size:clamp(34px,5.4vw,64px)!important;line-height:1.03!important;letter-spacing:-.038em!important;max-width:920px!important}
.section h2,.dds-page-title,.cta-section h2{font-size:clamp(28px,4vw,48px)!important;line-height:1.08!important;letter-spacing:-.032em!important}
.hero-copy,.page-hero p,.service-landing-inner p,.dds-section-lede{max-width:760px!important;font-size:clamp(16px,1.55vw,19px)!important;line-height:1.68!important}
.page-hero,.dds-public .page-hero{padding:clamp(92px,11vw,132px) 0 clamp(52px,7vw,78px)!important}
.dds-handoff-privacy{grid-column:1/-1;margin:2px 0 0;color:rgba(6,18,14,.65);font-size:11px;line-height:1.45;font-weight:750}
.dds-chat-stream{scroll-behavior:smooth}.dds-chat-open-link{display:inline-flex;margin-top:8px;padding:8px 11px;border-radius:999px;background:#06120e;color:#fff!important;font-weight:900;text-decoration:none}
@media(max-width:760px){.hero h1,.page-hero h1,.service-landing-inner h1,.dds-hero h1,.article-hero h1{font-size:clamp(32px,10vw,46px)!important;line-height:1.06!important}.section h2,.dds-page-title,.cta-section h2{font-size:clamp(26px,8vw,38px)!important}.page-hero,.dds-public .page-hero{padding-top:78px!important}.hero,.dds-section,.section{padding-block:clamp(48px,10vw,72px)!important}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}


/* 2026-06-25 final production UI/accessibility polish */
:root{--dds-readable-measure:72ch}.dds-public h1,.dds-public .hero h1,.dds-public .page-hero h1,.dds-public .service-landing-inner h1,.dds-public .dds-hero h1,.dds-public .article-hero h1{font-size:clamp(31px,4.6vw,56px)!important;line-height:1.08!important;letter-spacing:-.035em!important;max-width:var(--dds-readable-measure)!important}.dds-public .hero-copy,.dds-public .page-hero p,.dds-public .service-landing-inner p,.dds-public .dds-section-lede{font-size:clamp(16px,1.35vw,18px)!important;line-height:1.72!important}.dds-public .section h2,.dds-public .dds-page-title,.dds-public .dds-blog-toolbar h2,.dds-public .cta-section h2{font-size:clamp(25px,3.4vw,42px)!important;line-height:1.14!important;letter-spacing:-.03em!important}.dds-public .page-hero,.dds-public .hero{padding-top:clamp(84px,10vw,118px)!important;padding-bottom:clamp(48px,6vw,74px)!important}.dds-public :where(a,button,input,select,textarea):focus-visible,.hub-body :where(a,button,input,select,textarea):focus-visible{outline:3px solid #0fd184!important;outline-offset:3px!important;box-shadow:0 0 0 6px rgba(15,209,132,.18)!important}.dds-public .service-grid,.dds-public .price-grid,.dds-public .dds-blog-card-grid{align-items:stretch}.dds-public .service-card,.dds-public .price-card,.dds-public .dds-blog-card{height:100%}.dds-public .dds-legal-section h2{font-size:clamp(21px,2.5vw,30px)!important}.dds-public .checkout-brand-row strong{letter-spacing:-.02em}@media(max-width:760px){.dds-public h1,.dds-public .hero h1,.dds-public .page-hero h1,.dds-public .service-landing-inner h1,.dds-public .dds-hero h1,.dds-public .article-hero h1{font-size:clamp(30px,9vw,42px)!important}.dds-public .page-hero,.dds-public .hero{padding-top:76px!important}.dds-public .hero-actions,.dds-public .page-hero .hero-actions{display:grid!important;grid-template-columns:1fr!important}.dds-public .btn,.dds-public .dds-button{width:100%;justify-content:center}.dds-public .dds-blog-layout,.dds-public .dds-split{grid-template-columns:1fr!important}.dds-public .dds-blog-sidebar{position:relative!important;top:auto!important}}@media(prefers-reduced-motion:reduce){.dds-public *,.hub-body *{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}

/* Lead magnet popup timing / accessibility polish */
.audit-modal.is-open {
  animation: auditModalFadeIn .18s ease-out;
}

@keyframes auditModalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.audit-modal-panel {
  max-height: min(92vh, 760px);
  overflow: auto;
}

.audit-modal-panel h2 {
  font-size: clamp(30px, 4.7vw, 46px);
  line-height: 1.04;
  max-width: 10.8em;
}

.audit-modal-fields {
  display: grid;
  gap: 12px;
}

.audit-modal-panel label {
  display: grid;
  gap: 7px;
}

.audit-modal-panel input {
  width: 100%;
  box-sizing: border-box;
}

.audit-modal-actions {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.audit-modal-actions .btn,
.audit-modal-actions button {
  width: 100%;
}

.audit-modal-optout {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 13px !important;
  line-height: 1.35;
  cursor: pointer;
}

.audit-modal-optout input[type=checkbox] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  padding: 0;
  accent-color: var(--lime);
}

.audit-modal-panel input:focus-visible,
.audit-modal-close:focus-visible,
.audit-modal-optout input:focus-visible {
  outline: 3px solid rgba(207, 255, 79, .6);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .audit-modal {
    align-items: end;
    padding: 10px;
  }

  .audit-modal-panel {
    width: 100%;
    padding: 24px 20px;
    border-radius: 18px 18px 8px 8px;
  }

  .audit-modal-panel h2 {
    font-size: clamp(29px, 9vw, 40px);
    letter-spacing: -.04em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .audit-modal.is-open {
    animation: none;
  }
}

/* SEO structure cleanup: keep service-card anchors short and descriptive. */
.service-card-title,
.service-card-link {
  color: var(--ink);
  text-decoration: none;
  font-weight: 850;
}
.service-card-title:hover,
.service-card-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.service-card-link {
  display: inline-flex;
  margin-top: 18px;
}
.service-card-price {
  display: block;
  margin-top: 10px;
}

.dds-highlight-label,
.service-process-step-label,
.dds-consent-label {
    font-weight: 700;
}
.service-hero-proof {
    margin-top: 1rem;
    font-size: .98rem;
    opacity: .88;
}
.service-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.pipe-score, .kpi-value { font-weight: 900; }
.hero-topic-context { margin-top: .85rem; font-size: .95rem; opacity: .78; max-width: 70ch; }

/* ------------------------------------------------------------
   AI Growth Help Professional Chat Upgrade
   ------------------------------------------------------------ */
.dds-chat-pro {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 9998 !important;
  width: min(420px, calc(100vw - 28px)) !important;
  font-family: inherit !important;
}
.dds-chat-pro .dds-chat-toggle {
  margin-left: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 48px !important;
  padding: 12px 18px !important;
  border: 1px solid rgba(42,255,120,.42) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,#22f06f,#b9ff6a) !important;
  color: #06120e !important;
  box-shadow: 0 18px 38px rgba(17,255,95,.24), 0 6px 16px rgba(0,0,0,.24) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: -.01em !important;
}
.dds-chat-toggle-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #06120e;
  box-shadow: 0 0 0 0 rgba(6,18,14,.34);
  animation: ddsPulse 1.8s infinite;
}
.dds-chat-pro .dds-chat-panel:not([hidden]) {
  display: grid !important;
  grid-template-rows: auto auto minmax(210px, 1fr) auto auto auto !important;
  overflow: hidden !important;
  height: min(680px, calc(100svh - 94px)) !important;
  max-height: min(680px, calc(100svh - 94px)) !important;
  margin-bottom: 14px !important;
  border-radius: 24px !important;
  background: #07130f !important;
  border: 1px solid rgba(48,255,129,.28) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.04) inset !important;
}
.dds-chat-pro .dds-chat-head {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 18px 18px 16px !important;
  background: radial-gradient(circle at 10% 0%, rgba(47,255,116,.26), transparent 35%), linear-gradient(135deg,#06120e,#0b231a 60%,#092d1a) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
.dds-chat-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg,#22f06f,#a5ff62);
  color: #06120e;
  font-weight: 1000;
  box-shadow: 0 12px 30px rgba(34,240,111,.24);
}
.dds-chat-title-wrap strong {
  display: block !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em !important;
}
.dds-chat-title-wrap span {
  display: block !important;
  margin-top: 3px !important;
  color: rgba(220,255,232,.78) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}
.dds-chat-pro .dds-chat-close {
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1 !important;
}
.dds-chat-statusbar {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  padding: 11px 14px;
  background: rgba(255,255,255,.035);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.dds-chat-statusbar span {
  border: 1px solid rgba(53,255,134,.22);
  background: rgba(53,255,134,.08);
  color: #d7ffe4;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 850;
}
.dds-chat-pro .dds-chat-stream {
  min-height: 230px !important;
  max-height: none !important;
  overflow: auto !important;
  padding: 16px !important;
  background: linear-gradient(180deg,#081510,#0b1713) !important;
}
.dds-chat-pro .dds-bubble {
  max-width: 88% !important;
  margin: 0 0 12px !important;
  padding: 12px 14px !important;
  border-radius: 18px !important;
  font-size: 14px !important;
  line-height: 1.48 !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.16) !important;
  white-space: pre-wrap !important;
}
.dds-chat-pro .dds-bubble.bot {
  background: #f6fff8 !important;
  color: #102019 !important;
  border-bottom-left-radius: 7px !important;
}
.dds-chat-pro .dds-bubble.user {
  margin-left: auto !important;
  background: linear-gradient(135deg,#21ee70,#aaff63) !important;
  color: #06120e !important;
  border-bottom-right-radius: 7px !important;
  font-weight: 800 !important;
}
.dds-chat-pro .dds-bubble.is-typing {
  color: rgba(16,32,25,.72) !important;
  font-style: italic !important;
}
.dds-chat-pro .dds-chat-prompts {
  display: flex !important;
  gap: 8px !important;
  overflow-x: auto !important;
  flex-wrap: nowrap !important;
  padding: 12px 14px !important;
  background: #0a1712 !important;
  border-top: 1px solid rgba(255,255,255,.07) !important;
}
.dds-chat-pro .dds-chat-prompts button {
  flex: 0 0 auto !important;
  border: 1px solid rgba(72,255,142,.24) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.06) !important;
  color: #eaffef !important;
  min-height: 34px !important;
  padding: 7px 11px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}
.dds-chat-pro .dds-chat-form,
.dds-chat-pro .dds-handoff-form {
  background: #fff !important;
}
.dds-chat-pro .dds-chat-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  padding: 13px !important;
  border-top: 1px solid #e6eee9 !important;
}
.dds-chat-pro .dds-chat-form input,
.dds-chat-pro .dds-handoff-form input {
  width: 100% !important;
  min-height: 44px !important;
  border: 1px solid #dce8e1 !important;
  border-radius: 13px !important;
  background: #f8fbf9 !important;
  color: #07130f !important;
  padding: 10px 12px !important;
  font-weight: 750 !important;
}
.dds-chat-pro .dds-chat-form button,
.dds-chat-pro .dds-handoff-actions button {
  min-height: 44px !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: #07130f !important;
  color: #fff !important;
  padding: 10px 14px !important;
  font-weight: 950 !important;
}
.dds-chat-pro .dds-handoff-form {
  padding: 14px !important;
  border-top: 1px solid #e6eee9 !important;
}
.dds-handoff-intro strong {
  display: block;
  color: #07130f;
  font-size: 14px;
  font-weight: 950;
}
.dds-handoff-intro span,
.dds-handoff-privacy {
  display: block;
  margin-top: 3px;
  color: #55645d;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}
.dds-handoff-fields {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: 10px !important;
}
.dds-handoff-fields label { margin: 0 !important; }
.dds-handoff-actions {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 10px !important;
}
.dds-chat-pro .dds-chat-checkbox {
  color: #102019 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}
@media (max-width: 640px) {
  .dds-chat-pro { right: 10px !important; bottom: 10px !important; width: calc(100vw - 20px) !important; }
  .dds-chat-pro .dds-chat-panel:not([hidden]) { height: min(720px, calc(100svh - 78px)) !important; max-height: calc(100svh - 78px) !important; border-radius: 20px !important; }
  .dds-chat-pro .dds-chat-head { grid-template-columns: 40px minmax(0,1fr) auto !important; padding: 14px !important; }
  .dds-chat-brand-mark { width: 38px; height: 38px; }
  .dds-handoff-fields,
  .dds-handoff-actions { grid-template-columns: 1fr !important; }
  .dds-chat-pro .dds-chat-form { grid-template-columns: 1fr !important; }
}


/* ------------------------------------------------------------
   AI Growth Help professional chat fixes
   Fixes nested scrollbars, mobile overflow, message wrapping,
   and form structure without requiring markup changes.
------------------------------------------------------------ */

.dds-chat {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 9999;
  width: auto;
  max-width: calc(100vw - 28px);
  font-family: inherit;
}

.dds-chat * {
  box-sizing: border-box;
}

.dds-chat-toggle {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid rgba(20, 248, 128, .45);
  border-radius: 999px;
  color: #03110a;
  background: linear-gradient(135deg, #23f36d 0%, #a6ff4d 100%);
  font-weight: 950;
  letter-spacing: -.01em;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(18, 255, 109, .28), 0 10px 30px rgba(0, 0, 0, .22);
}

.dds-chat-toggle::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #04110b;
  box-shadow: 26px 0 0 #04110b;
}

.dds-chat-panel {
  width: min(430px, calc(100vw - 28px));
  max-height: min(720px, calc(100svh - 104px));
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(35, 243, 109, .42);
  border-radius: 24px;
  color: #ecfff4;
  background: #04110b;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .38), 0 0 0 1px rgba(255, 255, 255, .04) inset;
}

.dds-chat-head {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(35, 243, 109, .18);
  color: #ffffff;
  background: linear-gradient(135deg, #062616 0%, #082016 58%, #0c3522 100%);
}

.dds-chat-head::before {
  content: "D";
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  color: #04110b;
  background: linear-gradient(135deg, #21f36b 0%, #98ff4f 100%);
  font-weight: 950;
}

.dds-chat-head strong,
.dds-chat-head b,
.dds-chat-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 950;
}

.dds-chat-head small,
.dds-chat-head span {
  color: rgba(236, 255, 244, .78);
}

.dds-chat-head button,
.dds-chat-close,
[data-chat-close] {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.dds-chat-head button:hover,
.dds-chat-close:hover,
[data-chat-close]:hover {
  background: rgba(255, 255, 255, .14);
}

.dds-chat-panel [class*="pill"],
.dds-chat-panel [class*="tag"],
.dds-chat-panel [data-chat-prompt] {
  max-width: 100%;
  white-space: normal;
}

.dds-chat-panel [data-chat-prompt] {
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(35, 243, 109, .28);
  border-radius: 999px;
  color: #dcffe9;
  background: rgba(35, 243, 109, .08);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.dds-chat-panel [data-chat-prompt]:hover {
  border-color: rgba(35, 243, 109, .55);
  background: rgba(35, 243, 109, .14);
}

.dds-chat-stream {
  flex: 1 1 auto;
  min-height: 230px;
  max-height: none;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  background:
    radial-gradient(circle at top right, rgba(35, 243, 109, .12), transparent 38%),
    linear-gradient(180deg, #06150f 0%, #04110b 100%);
  scrollbar-width: thin;
  scrollbar-color: rgba(35, 243, 109, .6) rgba(255, 255, 255, .08);
}

.dds-chat-stream::-webkit-scrollbar {
  width: 9px;
  height: 0;
}

.dds-chat-stream::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .06);
}

.dds-chat-stream::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(35, 243, 109, .55);
}

.dds-bubble {
  max-width: min(88%, 340px);
  margin: 0 0 12px;
  padding: 13px 15px;
  border-radius: 18px;
  line-height: 1.55;
  font-size: 14px;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: pre-wrap;
}

.dds-bubble.bot {
  color: #183126;
  border: 1px solid rgba(15, 118, 110, .12);
  background: #ffffff;
  border-top-left-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
}

.dds-bubble.user {
  margin-left: auto;
  color: #04110b;
  background: linear-gradient(135deg, #23f36d 0%, #a6ff4d 100%);
  border-top-right-radius: 6px;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(35, 243, 109, .18);
}

.dds-bubble.is-typing {
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(35, 243, 109, .16);
}

.dds-chat-open-link {
  display: inline-flex;
  margin-top: 10px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #04110b;
  background: #23f36d;
  font-weight: 900;
  text-decoration: none;
}

.dds-chat-form,
.dds-handoff-form {
  flex: 0 0 auto;
  display: grid;
  gap: 12px;
  padding: 15px 16px;
  border-top: 1px solid rgba(15, 118, 110, .14);
  background: #ffffff;
  color: #04110b;
}

.dds-chat-form {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.dds-chat-form label {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #04110b;
  font-size: 13px;
  font-weight: 850;
}

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

.dds-handoff-form > p,
.dds-handoff-form > div:not(:has(input)),
.dds-handoff-form .dds-chat-handoff-note {
  grid-column: 1 / -1;
}

.dds-handoff-form label {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #04110b;
  font-size: 13px;
  font-weight: 850;
}

.dds-chat-form input,
.dds-chat-form textarea,
.dds-handoff-form input,
.dds-handoff-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 14px;
  outline: none;
  color: #04110b;
  background: #f9fffb;
  font: inherit;
  box-shadow: none;
}

.dds-chat-form input:focus,
.dds-chat-form textarea:focus,
.dds-handoff-form input:focus,
.dds-handoff-form textarea:focus {
  border-color: rgba(35, 243, 109, .86);
  box-shadow: 0 0 0 4px rgba(35, 243, 109, .14);
}

.dds-chat-form button,
.dds-handoff-form button {
  min-height: 46px;
  padding: 12px 20px;
  border: 0;
  border-radius: 14px;
  color: #ffffff;
  background: #04110b;
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
}

.dds-handoff-form button {
  grid-column: 1 / -1;
}

.dds-chat-form button:hover,
.dds-handoff-form button:hover {
  background: #0d2419;
}

.dds-chat-form button:disabled,
.dds-handoff-form button:disabled {
  opacity: .62;
  cursor: wait;
}

.dds-handoff-form .dds-chat-note,
.dds-handoff-form .dds-handoff-note,
.dds-chat-panel .dds-chat-note {
  grid-column: 1 / -1;
  padding: 12px 14px;
  border: 1px solid rgba(15, 118, 110, .14);
  border-radius: 14px;
  color: #123226;
  background: #f3fff8;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .dds-chat {
    right: 10px;
    bottom: 10px;
    max-width: calc(100vw - 20px);
  }

  .dds-chat-panel {
    width: calc(100vw - 20px);
    max-height: calc(100svh - 86px);
    border-radius: 22px;
  }

  .dds-chat-head {
    padding: 14px;
  }

  .dds-chat-stream {
    min-height: 190px;
    padding: 14px;
  }

  .dds-bubble {
    max-width: 92%;
  }

  .dds-chat-form,
  .dds-handoff-form {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .dds-chat-form button,
  .dds-handoff-form button {
    width: 100%;
  }

  .dds-chat-toggle {
    min-height: 50px;
    padding-inline: 18px;
  }
}

@media (max-height: 620px) {
  .dds-chat-panel {
    max-height: calc(100svh - 72px);
  }

  .dds-chat-stream {
    min-height: 150px;
  }
}
/* PayPal-powered eligible wallet buttons */
.wallet-buttons{display:grid;gap:12px;margin:16px 0}.wallet-buttons>div{min-height:48px}.wallet-buttons>div[hidden]{display:none!important}apple-pay-button{--apple-pay-button-width:100%;--apple-pay-button-height:48px;--apple-pay-button-border-radius:8px;display:block;width:100%}#googlepay-container>div,#googlepay-container button{width:100%!important;min-height:48px}

/* === Source: assets/css/dds-operational-cleanup.css === */

/* Digital Dynamo operational cleanup: asset-safe UI, content manager, API fallback, and courses polish */
.dds-content-manager .hub-panel__head{align-items:flex-start;gap:1.25rem;}
.dds-content-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;}
.dds-content-toolbar{display:grid;grid-template-columns:minmax(260px,.9fr) 1.1fr;gap:1rem;align-items:end;margin:1.25rem 0;}
.dds-content-select,.dds-content-search{margin:0!important;}
.dds-content-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.25rem 0;}
.dds-content-kpis article{border:1px solid rgba(20,44,36,.12);background:linear-gradient(180deg,#fff,rgba(248,252,250,.95));border-radius:20px;padding:1rem;box-shadow:0 14px 30px rgba(10,31,24,.06);}
.dds-content-kpis span{display:block;color:#60756d;font-weight:800;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;}
.dds-content-kpis strong{display:block;color:#10241d;font-size:1.25rem;line-height:1.15;margin:.35rem 0;overflow-wrap:anywhere;}
.dds-content-kpis small{color:#6a7c75;font-weight:700;}
.dds-content-add{border:1px solid rgba(15,209,132,.28);background:rgba(15,209,132,.06);border-radius:22px;padding:1rem;margin:1.2rem 0;}
.dds-content-add>summary,.dds-row-edit>summary{cursor:pointer;font-weight:900;color:#10241d;}
.dds-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;}
.dds-field{display:grid;gap:.45rem;}
.dds-field span{font-weight:850;color:#1d372e;}
.dds-field em{font-style:normal;color:#0b8f5b;font-size:.78rem;margin-left:.25rem;}
.dds-field input,.dds-field select,.dds-field textarea{width:100%;border:1px solid rgba(16,36,29,.16);background:#fff;color:#10241d;border-radius:14px;padding:.8rem .9rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.5);}
.dds-field textarea{min-height:110px;resize:vertical;}
.dds-field input:focus,.dds-field select:focus,.dds-field textarea:focus{outline:3px solid rgba(15,209,132,.22);border-color:#0fd184;}
.dds-content-table-wrap{overflow:auto;border:1px solid rgba(16,36,29,.12);border-radius:22px;background:#fff;box-shadow:0 18px 42px rgba(10,31,24,.06);}
.dds-content-table{width:100%;border-collapse:collapse;min-width:860px;}
.dds-content-table caption{text-align:left;padding:1rem 1.1rem;font-weight:950;color:#10241d;}
.dds-content-table th,.dds-content-table td{padding:.95rem 1rem;border-top:1px solid rgba(16,36,29,.1);text-align:left;vertical-align:top;}
.dds-content-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#536961;background:#f4faf7;}
.dds-content-table td{color:#183a2f;font-weight:650;}
.dds-row-edit{max-width:680px;}
.dds-row-edit[open]{min-width:min(680px,80vw);}
.dds-delete-form{margin-top:.75rem;}
.dds-api-view{min-height:100vh;background:radial-gradient(circle at top left,rgba(15,209,132,.18),transparent 35%),linear-gradient(135deg,#06120e,#10241d);}
.dds-api-shell{min-height:100vh;display:grid;place-items:center;padding:clamp(1rem,4vw,3rem);}
.dds-api-card{width:min(760px,100%);border:1px solid rgba(255,255,255,.14);border-radius:30px;background:rgba(255,255,255,.96);box-shadow:0 30px 100px rgba(0,0,0,.25);padding:clamp(1.35rem,4vw,2.6rem);}
.dds-api-card h1{font-size:clamp(2rem,5vw,3.6rem);line-height:1;letter-spacing:-.06em;margin:.35rem 0 .8rem;color:#071f18;}
.dds-api-card p{color:#536961;font-size:1.08rem;line-height:1.65;}
.dds-api-facts{display:grid;gap:.75rem;margin:1.2rem 0;}
.dds-api-facts div{display:flex;justify-content:space-between;gap:1rem;border:1px solid rgba(16,36,29,.1);border-radius:16px;background:#f6fbf8;padding:.8rem 1rem;}
.dds-api-facts dt{font-weight:850;color:#536961;}.dds-api-facts dd{margin:0;font-weight:950;color:#10241d;text-align:right;}
.dds-course-h1{font-size:clamp(2.35rem,5.7vw,4.75rem)!important;letter-spacing:-.055em;}
.dds-course-h2{font-size:clamp(1.7rem,3.4vw,2.85rem)!important;}
.dds-course-card,.dds-course-portal-card,.dds-course-kpi{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.dds-course-card:hover,.dds-course-portal-card:hover,.dds-course-kpi:hover{transform:translateY(-2px);border-color:rgba(25,210,124,.35);}
.dds-course-links a:focus-visible,.dds-course-btn:focus-visible,.dds-course-side-nav a:focus-visible{outline:3px solid rgba(34,211,238,.42);outline-offset:3px;}
.dds-course-side-nav a{min-height:46px;}
.dds-course-module-item{box-shadow:0 10px 24px rgba(15,60,70,.05);}
@media (max-width:860px){.dds-content-toolbar,.dds-content-kpis,.dds-field-grid{grid-template-columns:1fr;}.dds-content-table{min-width:0;}.dds-content-table thead{display:none}.dds-content-table tr{display:block;border-top:1px solid rgba(16,36,29,.12);padding:.75rem}.dds-content-table td{display:grid;grid-template-columns:130px 1fr;gap:.75rem;border:0;padding:.55rem .35rem}.dds-content-table td:before{content:attr(data-label);font-weight:900;color:#5e746b}.dds-row-edit[open]{min-width:0}.dds-api-facts div{display:block}.dds-api-facts dd{text-align:left;margin-top:.25rem}}
@media (prefers-reduced-motion:reduce){.dds-course-card,.dds-course-portal-card,.dds-course-kpi,.dds-course-btn{transition:none!important}.dds-course-card:hover,.dds-course-portal-card:hover,.dds-course-kpi:hover,.dds-course-btn:hover{transform:none!important}}

/* === Source: assets/css/dds-ui-stability-layer.css === */
/* DDS UI Stability Layer v2
   Load this LAST after all current public, admin, client, and chat CSS.
*/

:root {
  --dds-safe-radius: 18px;
  --dds-safe-green: #23f36d;
  --dds-safe-green-2: #a6ff4d;
  --dds-safe-dark: #04110b;
  --dds-safe-text: #0f172a;
  --dds-safe-muted: #667085;
  --dds-safe-border: rgba(15, 118, 110, .16);
}

html {
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

img,
video,
canvas {
  height: auto;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

:where(input, select, textarea, button) {
  font: inherit;
}

:where(.hub-panel, .hub-card, .hub-metric, .hub-list > div, .dds-card, .dds-panel, .dds-section, .dds-container) {
  min-width: 0;
}

:where(.hub-panel, .hub-card, .hub-metric, .dds-card) {
  overflow-wrap: anywhere;
}

:where(.hub-status-grid, .dds-grid, .card-grid) {
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
}

:where(.hub-panel table, .hub-table, .dds-table) {
  width: 100%;
  max-width: 100%;
}

:where(.hub-panel, .table-wrap, .dds-table-wrap) {
  max-width: 100%;
}

:where(.hub-list > div) {
  gap: 14px;
}

:where(.hub-list small) {
  display: block;
  margin-top: 4px;
  line-height: 1.45;
}

.dds-chat,
.dds-chat * {
  box-sizing: border-box;
}

.dds-chat {
  max-width: calc(100vw - 24px);
  z-index: 99999;
}

.dds-chat-panel {
  width: min(430px, calc(100vw - 24px));
  max-width: calc(100vw - 24px);
  max-height: min(720px, calc(100svh - 96px));
  overflow: hidden;
}

.dds-chat-stream {
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.dds-bubble {
  max-width: min(88%, 350px);
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: pre-wrap;
}

.dds-chat-form,
.dds-handoff-form {
  max-width: 100%;
}

.dds-chat-form input,
.dds-chat-form textarea,
.dds-handoff-form input,
.dds-handoff-form textarea {
  min-width: 0;
  max-width: 100%;
}

.dds-chat-form button,
.dds-handoff-form button {
  min-width: 0;
}

.dds-keyboard-user :focus {
  outline: 3px solid rgba(35, 243, 109, .75);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  :where(.hub-panel) {
    overflow-x: auto;
  }

  :where(.hub-panel table, .hub-table) {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .dds-chat {
    right: 10px;
    bottom: 10px;
  }

  .dds-chat-panel {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    max-height: calc(100svh - 86px);
  }

  .dds-chat-form,
  .dds-handoff-form {
    grid-template-columns: 1fr;
  }

  .dds-chat-form button,
  .dds-handoff-form button {
    width: 100%;
  }

  .dds-bubble {
    max-width: 92%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

/* === Source: assets/css/dds-layout-fixes.css === */
/* Production layout safeguards shared by the public site and both Hub areas. */
:where(img, svg, video, canvas) {
  max-width: 100%;
}

:where(img, video, canvas) {
  height: auto;
}

:where(h1, h2, h3, h4, p, li, td, th, a, button, label, small, strong) {
  overflow-wrap: anywhere;
}

:where(input, select, textarea, button) {
  max-width: 100%;
}

:where(.hub-panel, .hub-card, .hub-metric, .hub-dashboard-card, .client-workspace-card, .dds-service-module-card) {
  min-width: 0;
}

/* Keep cards from becoming horizontal scroll containers. Scroll tables only. */
:where(.hub-panel) {
  overflow: visible;
}

:where(.hub-table-wrap, .table-wrap, .dds-content-table-wrap) {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

:where(.hub-panel) > :where(table, .hub-table) {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

:where(.status-list > div, .status-list > p, .hub-list > div) > * {
  min-width: 0;
}

:where(.hub-topbar-actions, .inline-actions, .inline-form, .hero-actions, .cta-actions) {
  min-width: 0;
}

:where(.editor-form, .hub-form, .dds-form-grid) label {
  display: inline-block;
}

@media (max-width: 980px) {
  :where(.hub-modern-main, .user-hub-main, .hub-main) {
    width: 100%;
    min-width: 0;
  }

  :where(.hub-modern-topbar, .user-hub-topbar, .hub-topbar) {
    align-items: stretch;
  }

  :where(.hub-topbar-actions) {
    min-width: 0;
  }
}

@media (max-width: 720px) {
  :where(.hub-metrics-grid, .hub-grid.two, .hub-card-grid, .settings-grid, .client-workspace-grid) {
    grid-template-columns: 1fr;
  }

  :where(.status-list > div, .status-list > p, .hub-list > div) {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 8px;
  }

  :where(.status-list > div > :not(:first-child), .status-list > p > :not(:first-child)) {
    justify-self: start;
  }

  :where(.hub-topbar-actions) {
    grid-template-columns: 1fr;
  }

  :where(.hub-user-chip) {
    max-width: none;
  }

  :where(.panel-head) {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 520px) {
  :where(.hub-modern-main, .user-hub-main, .hub-main) {
    padding-inline: 10px;
  }

  :where(.hub-panel, .hub-card, .hub-metric, .hub-dashboard-card) {
    border-radius: 18px;
  }

  :where(.hub-button, .button, .btn, .dds-button) {
    white-space: normal;
    text-align: center;
  }
}
/* Service process labels must not inherit the numbered badge dimensions. */
.service-process > div > .service-process-step-label {
  background: transparent;
  border-radius: 0;
  color: var(--ink);
  display: block;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-weight: 800;
  height: auto;
  line-height: 1.4;
  min-width: 0;
  overflow-wrap: normal;
  place-items: initial;
  white-space: normal;
  width: auto;
  word-break: normal;
}

@media (max-width: 560px) {
  .service-process > div {
    gap: 12px;
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 14px;
  }
}
