/* ============================================================
   DCC Smart Service Pages Pro — Frontend v5.0 Clean Stable
   Colors: #f46036 (orange) + #2e294e (deep purple)
   Header patch integrated · stable buttons/cards · responsive
   ============================================================ */

/* ── Reset & Shell ──────────────────────────────────────── */
.dcc-custom-page-shell,
.dcc-custom-page-shell * {
  box-sizing: border-box;
}

.dcc-custom-page-shell {
  --dcc-primary:       #f46036;
  --dcc-primary-dk:    #d94e28;
  --dcc-secondary:     #2e294e;
  --dcc-accent:        #22c55e;
  --dcc-soft:          #fff8f5;
  --dcc-card-r:        12px;
  --dcc-btn-r:         9px;
  --dcc-font:          Inter, ui-sans-serif, system-ui, -apple-system,
                       BlinkMacSystemFont, "Segoe UI", sans-serif;
  --dcc-p-rgb:         244, 96, 54;
  --dcc-a-rgb:         34, 197, 94;
  --dcc-text:          #1a1625;
  --dcc-muted:         #6b7280;
  --dcc-muted-2:       #4b5563;
  --dcc-border:        #e8e4e0;
  --dcc-border-2:      #d1cdc8;
  --dcc-surface-alt:   #fff8f5;
  --dcc-hdr-h:         68px;
  --dcc-shadow-xs:     0 1px 2px rgba(46,41,78,.06);
  --dcc-shadow-sm:     0 1px 3px rgba(46,41,78,.07), 0 4px 14px rgba(46,41,78,.04);
  --dcc-shadow-md:     0 4px 16px rgba(46,41,78,.10), 0 16px 40px rgba(46,41,78,.06);
  --dcc-shadow-lg:     0 8px 32px rgba(46,41,78,.13), 0 24px 64px rgba(46,41,78,.08);

  font-family: var(--dcc-font);
  color: var(--dcc-text);
  line-height: 1.65;
  background: #ffffff;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.dcc-custom-page-shell a {
  color: inherit;
  text-decoration: none;
  transition: color .22s ease, background .22s ease, border-color .22s ease,
              box-shadow .22s ease, transform .22s ease, opacity .22s ease;
}

.dcc-custom-page-shell img { max-width: 100%; height: auto; display: block; }
.dcc-custom-page-shell svg { display: block; overflow: visible; }

/* ── Layout utilities ───────────────────────────────────── */
.dcc-container {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
  position: relative;
}

.dcc-section { padding: 96px 0; position: relative; }
.dcc-soft-bg  { background: var(--dcc-surface-alt); }
.dcc-white-bg { background: #ffffff; }

/* ================================================================
   HEADER — compact, modern, logo only, centered nav, CTA right
   This is the working header patch integrated cleanly.
   ================================================================ */
.dcc-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px 0;
  background: transparent;
}

.dcc-header-inner {
  width: min(1180px, calc(100% - 44px));
  min-height: 64px;
  margin-inline: auto;
  padding: 0 16px 0 18px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 190px;
  align-items: center;
  gap: 14px;
  position: relative;
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(232,228,224,.95);
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(46,41,78,.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.dcc-logo {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0;
  min-width: 0;
  color: var(--dcc-secondary);
}

.dcc-logo:hover { color: var(--dcc-primary); }

.dcc-logo-copy,
.dcc-logo-text,
.dcc-logo-subtext { display: none; }

.dcc-logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  background: var(--dcc-primary);
}

.dcc-logo-image-wrap {
  width: 136px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 136px;
  overflow: hidden;
}

.dcc-logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.dcc-nav {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  min-width: 0;
}

.dcc-nav-link {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--dcc-muted-2);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.dcc-nav-link:hover {
  color: var(--dcc-primary);
  background: rgba(244,96,54,.08);
}

.dcc-nav-cta {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  margin: 0;
  border-radius: 14px;
  background: var(--dcc-primary);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(244,96,54,.28);
}

.dcc-nav-cta:hover {
  background: var(--dcc-primary-dk);
  color: #ffffff !important;
  transform: translateY(calc(-50% - 1px));
  box-shadow: 0 12px 28px rgba(244,96,54,.38);
}

.dcc-nav-check { display: none; }

.dcc-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--dcc-border);
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(46,41,78,.08);
}

.dcc-nav-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 99px;
  background: var(--dcc-secondary);
  transition: transform .22s ease, opacity .22s ease;
}

/* ================================================================
   BUTTONS — stable, no clipped borders
   ================================================================ */
.dcc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  min-width: 0;
  min-height: 46px;
  height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--dcc-btn-r);
  font-family: var(--dcc-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.01em;
  white-space: nowrap;
  cursor: pointer;
  overflow: visible;
  appearance: none;
  -webkit-appearance: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease,
              color .2s ease, opacity .2s ease;
}

.dcc-btn:hover  { transform: translateY(-1px); }
.dcc-btn:active { transform: translateY(0); transition-duration: .08s; }

.dcc-btn-primary {
  background: var(--dcc-primary);
  color: #ffffff !important;
  box-shadow:
    inset 0 0 0 1px rgba(244,96,54,.18),
    0 2px 10px rgba(244,96,54,.28);
}

.dcc-btn-primary:hover {
  background: var(--dcc-primary-dk);
  box-shadow:
    inset 0 0 0 1px rgba(244,96,54,.18),
    0 6px 20px rgba(244,96,54,.42);
}

.dcc-btn-secondary {
  background: #ffffff;
  color: var(--dcc-secondary) !important;
  box-shadow:
    inset 0 0 0 1px var(--dcc-border-2),
    0 1px 2px rgba(46,41,78,.04);
}

.dcc-btn-secondary:hover {
  color: var(--dcc-primary) !important;
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(244,96,54,.35),
    0 4px 14px rgba(46,41,78,.08);
}

.dcc-btn-ghost {
  background: rgba(255,255,255,.10);
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.30);
}

.dcc-btn-ghost:hover {
  background: rgba(255,255,255,.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
}

.dcc-btn-light {
  background: #ffffff;
  color: var(--dcc-primary) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.20),
    0 4px 14px rgba(46,41,78,.18);
}

.dcc-btn-light:hover {
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.20),
    0 6px 22px rgba(46,41,78,.26);
}

.dcc-btn svg,
.dcc-submit-btn .dcc-btn-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ================================================================
   EYEBROW LABEL
   ================================================================ */
.dcc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(244,96,54,.20);
  background: rgba(244,96,54,.07);
  color: var(--dcc-primary);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dcc-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dcc-primary);
  flex-shrink: 0;
  animation: dcc-pulse 2.4s ease-in-out infinite;
}

.dcc-eyebrow-dark {
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.09);
  color: rgba(255,255,255,.92);
}

.dcc-eyebrow-dark::before { background: var(--dcc-primary); }

@keyframes dcc-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(.82); }
}

/* ================================================================
   HERO — cinematic, full-height
   ================================================================ */
.dcc-hero {
  min-height: calc(100vh - var(--dcc-hdr-h));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 0 80px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(244,96,54,.38), transparent),
    linear-gradient(160deg, #1a1530 0%, #2e294e 55%, #221d40 100%);
}

.dcc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 42%, black 20%, transparent 100%);
  pointer-events: none;
}

.dcc-hero::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,96,54,.14), transparent 72%);
  pointer-events: none;
}

.dcc-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
  animation: dcc-hero-in .9s cubic-bezier(.22,1,.36,1) both;
}

@keyframes dcc-hero-in {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

.dcc-hero h1 {
  margin: 18px 0 20px;
  font-size: clamp(42px, 6vw, 84px);
  line-height: .96;
  letter-spacing: -.055em;
  color: #ffffff;
  font-weight: 900;
}

.dcc-hero h1 em {
  font-style: normal;
  color: var(--dcc-primary);
}

.dcc-hero p {
  margin: 0 auto;
  max-width: 520px;
  color: rgba(255,235,226,.82);
  font-size: 17px;
  line-height: 1.75;
}

.dcc-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.dcc-hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: rgba(255,255,255,.28);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  animation: dcc-bounce 2.2s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.dcc-hero-scroll svg { width: 16px; height: 16px; }

@keyframes dcc-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: .28; }
  50%       { transform: translateX(-50%) translateY(7px); opacity: .52; }
}

.dcc-trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.dcc-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(255,235,226,.86);
  font-size: 13px;
  font-weight: 600;
}

.dcc-trust-item svg {
  width: 14px;
  height: 14px;
  color: var(--dcc-primary);
  flex-shrink: 0;
}

/* ================================================================
   STATS BAR
   ================================================================ */
.dcc-stats-bar {
  background: var(--dcc-secondary);
  border-bottom: 3px solid var(--dcc-primary);
}

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

.dcc-stat-item {
  padding: 36px 28px;
  border-right: 1px solid rgba(255,255,255,.08);
  position: relative;
}

.dcc-stat-item:last-child { border-right: 0; }

.dcc-stat-item:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 3px;
  border-radius: 2px;
  background: var(--dcc-primary);
}

.dcc-stat-number {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
}

.dcc-stat-label {
  display: block;
  color: rgba(255,235,226,.56);
  font-size: 13px;
  font-weight: 600;
}

/* ================================================================
   SECTION HEADING
   ================================================================ */
.dcc-section-head {
  max-width: 600px;
  margin: 0 auto 56px;
  text-align: center;
}

.dcc-section-head .dcc-eyebrow { margin-bottom: 14px; }

.dcc-section-head h2 {
  margin: 0 0 12px;
  color: var(--dcc-secondary);
  font-size: clamp(26px, 3.5vw, 44px);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 900;
}

.dcc-section-head p {
  margin: 0;
  color: var(--dcc-muted);
  font-size: 16px;
  line-height: 1.75;
}

/* ================================================================
   BASE CARDS
   ================================================================ */
.dcc-card,
.dcc-contact-card,
.dcc-service-card,
.dcc-form-card,
.dcc-legal-card {
  border: 1px solid var(--dcc-border);
  border-radius: var(--dcc-card-r);
  background: #ffffff;
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-card,
.dcc-contact-card,
.dcc-service-card {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.dcc-card:hover,
.dcc-contact-card:hover,
.dcc-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244,96,54,.26);
  box-shadow: var(--dcc-shadow-md);
}

.dcc-card { padding: 28px; position: relative; }

.dcc-card h2,
.dcc-card h3,
.dcc-contact-card h3,
.dcc-service-card h2,
.dcc-form-card h2,
.dcc-legal-card h2 {
  margin: 0 0 10px;
  color: var(--dcc-secondary);
  line-height: 1.2;
  letter-spacing: -.03em;
  font-weight: 800;
}

.dcc-card h3,
.dcc-contact-card h3 { font-size: 17px; }

.dcc-card p,
.dcc-contact-card p,
.dcc-service-card p,
.dcc-form-card p,
.dcc-legal-card p {
  margin: 0;
  color: var(--dcc-muted);
  font-size: 14px;
  line-height: 1.72;
}

.dcc-card-icon,
.dcc-step-number {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dcc-card-icon { margin-bottom: 18px; }
.dcc-card-icon svg,
.dcc-step-number svg { width: 20px; height: 20px; }

.dcc-icon-blue   { background: rgba(46,41,78,.08);   color: var(--dcc-secondary); }
.dcc-icon-green  { background: rgba(34,197,94,.10);   color: #16a34a; }
.dcc-icon-dark   { background: rgba(46,41,78,.06);    color: var(--dcc-secondary); }
.dcc-icon-purple { background: rgba(46,41,78,.08);    color: var(--dcc-secondary); }
.dcc-icon-orange { background: rgba(244,96,54,.10);   color: var(--dcc-primary); }

/* Card/button alignment fixes */
.dcc-preview-card,
.dcc-service-card { overflow: visible; }

.dcc-preview-card .dcc-btn,
.dcc-service-card .dcc-btn {
  width: 100%;
  margin-top: 14px;
}

.dcc-service-bottom {
  display: grid;
  gap: 14px;
  margin-top: auto;
  padding-top: 4px;
}

/* ================================================================
   LAYOUT GRIDS
   ================================================================ */
.dcc-grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.dcc-grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.dcc-grid-4 { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }

.dcc-split {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 48px;
  align-items: center;
}

.dcc-grid-3.dcc-steps-row { position: relative; }

.dcc-grid-3.dcc-steps-row .dcc-card::after {
  content: "→";
  position: absolute;
  right: -13px;
  top: 36px;
  color: var(--dcc-primary);
  font-size: 18px;
  line-height: 1;
  z-index: 1;
}

.dcc-grid-3.dcc-steps-row .dcc-card:last-child::after { display: none; }

.dcc-step-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.dcc-step-number-label {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 5px;
  background: var(--dcc-surface-alt);
  color: var(--dcc-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dcc-step-number {
  margin-left: auto;
  background: rgba(244,96,54,.10);
  color: var(--dcc-primary);
}

.dcc-feature-card { height: 100%; }

/* ================================================================
   DARK PANEL
   ================================================================ */
.dcc-dark-panel {
  position: relative;
  overflow: hidden;
  padding: 44px;
  border-radius: var(--dcc-card-r);
  background: var(--dcc-secondary);
  color: #ffffff;
  box-shadow: var(--dcc-shadow-lg);
}

.dcc-dark-panel::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,96,54,.30), transparent 72%);
  pointer-events: none;
}

.dcc-dark-panel::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,96,54,.14), transparent 70%);
  pointer-events: none;
}

.dcc-dark-panel h2 {
  margin: 14px 0 12px;
  color: #ffffff;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.1;
  letter-spacing: -.04em;
  font-weight: 900;
}

.dcc-dark-panel p { color: rgba(255,235,226,.76); font-size: 15px; line-height: 1.75; }

.dcc-card-stack { display: grid; gap: 12px; }

.dcc-mini-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--dcc-border);
  border-radius: var(--dcc-card-r);
  background: #ffffff;
  box-shadow: var(--dcc-shadow-sm);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.dcc-mini-feature:hover {
  border-color: rgba(244,96,54,.24);
  box-shadow: var(--dcc-shadow-md);
  transform: translateX(3px);
}

.dcc-mini-feature-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dcc-mini-feature-icon svg { width: 18px; height: 18px; }
.dcc-mini-feature-body { display: grid; gap: 3px; }
.dcc-mini-feature strong { color: var(--dcc-secondary); font-size: 14px; font-weight: 800; }
.dcc-mini-feature span { color: var(--dcc-muted); font-size: 13px; line-height: 1.6; }

.dcc-mini-feature-dark { display: flex; align-items: flex-start; gap: 12px; margin-top: 14px; }

.dcc-mini-feature-dark-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(244,96,54,.18);
  color: #ffffff;
}

.dcc-mini-feature-dark-icon svg { width: 16px; height: 16px; }
.dcc-mini-feature-dark-body { display: grid; gap: 3px; }
.dcc-mini-feature-dark-body strong { color: #ffffff; font-size: 14px; font-weight: 800; }
.dcc-mini-feature-dark-body span { color: rgba(255,235,226,.70); font-size: 13px; line-height: 1.6; }

.dcc-preview-card { display: flex; flex-direction: column; height: 100%; }
.dcc-preview-card .dcc-price { margin-top: auto; }
.dcc-preview-card:nth-child(2) .dcc-card-icon { background: rgba(34,197,94,.10);  color: #16a34a; }
.dcc-preview-card:nth-child(3) .dcc-card-icon { background: rgba(244,96,54,.10);  color: var(--dcc-primary); }
.dcc-preview-card:nth-child(4) .dcc-card-icon { background: rgba(46,41,78,.08);   color: var(--dcc-secondary); }

.dcc-preview-actions { margin-top: 32px; text-align: center; }

/* ================================================================
   ABOUT PAGE VISUAL
   ================================================================ */
.dcc-about-visual {
  border-radius: var(--dcc-card-r);
  overflow: hidden;
  border: 1px solid var(--dcc-border);
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-about-visual svg { width: 100%; height: auto; display: block; }

.dcc-about-copy h2 {
  margin: 16px 0 !important;
  color: var(--dcc-secondary) !important;
  font-size: clamp(24px, 3.2vw, 40px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.045em !important;
  font-weight: 900 !important;
}

.dcc-about-copy p {
  color: var(--dcc-muted) !important;
  margin-bottom: 0 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.dcc-about-copy p + p { margin-top: 14px !important; }
.dcc-about-copy .dcc-btn { margin-top: 24px; }

.dcc-image-card { padding: 28px 22px; text-align: center; }
.dcc-image-card .dcc-card-icon { margin: 0 auto 16px; }
.dcc-image-card h3 { margin-bottom: 6px; font-size: 16px; }
.dcc-image-card p { font-size: 14px; }

.dcc-price {
  color: var(--dcc-primary);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
  margin: 14px 0;
}

/* ================================================================
   FAQ
   ================================================================ */
.dcc-faq { max-width: 740px; margin: 0 auto; display: grid; gap: 8px; }

.dcc-faq-item {
  overflow: hidden;
  border: 1px solid var(--dcc-border);
  border-radius: 11px;
  background: #ffffff;
  transition: border-color .22s ease, box-shadow .22s ease;
}

.dcc-faq-item:hover { border-color: rgba(244,96,54,.24); box-shadow: var(--dcc-shadow-sm); }
.dcc-faq-item[open] { border-color: rgba(244,96,54,.30); }
.dcc-faq-item[open] summary { border-left: 3px solid var(--dcc-primary); padding-left: 17px; }

.dcc-faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 18px 50px 18px 20px;
  color: var(--dcc-secondary);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  transition: padding-left .18s ease, border-left .18s ease;
}

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

.dcc-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dcc-surface-alt);
  color: var(--dcc-primary);
  font-size: 17px;
  font-weight: 400;
  transition: background .18s ease;
}

.dcc-faq-item[open] summary::after {
  content: "−";
  background: rgba(244,96,54,.12);
}

.dcc-faq-item p { padding: 20px 20px 0px 20px; border-top: 1px solid var(--dcc-border); }

/* ================================================================
   CONTACT
   ================================================================ */
.dcc-contact-info-grid { margin-bottom: 40px; }
.dcc-contact-card { padding: 22px; }
.dcc-contact-card .dcc-card-icon { margin-bottom: 12px; }
.dcc-contact-card h3 { margin-bottom: 5px; font-size: 14px; }
.dcc-contact-card a { color: var(--dcc-muted); }
.dcc-contact-card a:hover { color: var(--dcc-primary); }
.dcc-contact-split { align-items: stretch; }
.dcc-support-features { margin-top: 22px; display: grid; gap: 10px; }

/* ================================================================
   CONTACT FORM
   ================================================================ */
.dcc-form-card { padding: 36px; }

.dcc-form-title {
  margin: 0 0 6px;
  color: var(--dcc-secondary);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.03em;
}

.dcc-form-intro { margin: 0; color: var(--dcc-muted); font-size: 14px; }

.dcc-alert {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
}

.dcc-alert-success {
  border: 1px solid rgba(34,197,94,.22);
  background: rgba(34,197,94,.07);
  color: #166534;
}

.dcc-alert-error {
  border: 1px solid rgba(220,38,38,.18);
  background: rgba(220,38,38,.06);
  color: #991b1b;
}

.dcc-contact-form { margin-top: 20px; position: relative; }
.dcc-field { display: grid; gap: 6px; margin-bottom: 14px; }

.dcc-field label {
  color: var(--dcc-secondary);
  font-size: 13px;
  font-weight: 700;
}

.dcc-field input,
.dcc-field textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--dcc-border-2);
  border-radius: 9px;
  background: #ffffff;
  color: var(--dcc-secondary);
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.dcc-field input:focus,
.dcc-field textarea:focus {
  border-color: rgba(244,96,54,.44);
  box-shadow: 0 0 0 3px rgba(244,96,54,.10);
}

.dcc-field input::placeholder,
.dcc-field textarea::placeholder { color: #94a3b8; opacity: 1; }
.dcc-field textarea { min-height: 124px; resize: vertical; }
.dcc-form-note { margin-top: 10px !important; color: #94a3b8 !important; font-size: 12px !important; }

.dcc-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.dcc-submit-btn { width: 100%; margin-top: 4px; }

/* ================================================================
   SERVICES PAGE GRID
   ================================================================ */
.dcc-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px;
}

.dcc-service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
  position: relative;
}

.dcc-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--dcc-primary);
}

.dcc-services-grid .dcc-service-card:nth-child(4n+2)::before { background: var(--dcc-secondary); }
.dcc-services-grid .dcc-service-card:nth-child(4n+3)::before { background: var(--dcc-accent); }
.dcc-services-grid .dcc-service-card:nth-child(4n+4)::before { background: var(--dcc-primary-dk); }

.dcc-services-grid .dcc-service-card:nth-child(4n+1) .dcc-card-icon { background: rgba(244,96,54,.10); color: var(--dcc-primary); }
.dcc-services-grid .dcc-service-card:nth-child(4n+2) .dcc-card-icon { background: rgba(46,41,78,.08);  color: var(--dcc-secondary); }
.dcc-services-grid .dcc-service-card:nth-child(4n+3) .dcc-card-icon { background: rgba(34,197,94,.10); color: #16a34a; }
.dcc-services-grid .dcc-service-card:nth-child(4n+4) .dcc-card-icon { background: rgba(244,96,54,.10); color: var(--dcc-primary); }

.dcc-service-desc { margin-bottom: 14px !important; }

.dcc-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }

.dcc-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--dcc-muted-2);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.dcc-check {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(34,197,94,.10);
  color: #16a34a;
  font-size: 11px;
  font-weight: 900;
}

.dcc-service-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 5px;
  background: var(--dcc-surface-alt);
  border: 1px solid var(--dcc-border);
  color: var(--dcc-muted-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.dcc-service-badge svg { width: 13px; height: 13px; color: var(--dcc-primary); }

.dcc-service-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.dcc-note-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(244,96,54,.16);
  border-radius: 10px;
  background: rgba(244,96,54,.04);
  color: var(--dcc-muted-2);
  font-size: 14px;
  line-height: 1.7;
}

.dcc-note-box svg { width: 15px; height: 15px; color: var(--dcc-primary); flex-shrink: 0; margin-top: 2px; }

/* ================================================================
   SIMPLE HERO
   ================================================================ */
.dcc-simple-hero {
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
  background: var(--dcc-secondary);
}

.dcc-simple-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(ellipse 80% 65% at 50% 30%, black 20%, transparent 100%);
  pointer-events: none;
}

.dcc-simple-hero::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,96,54,.34), transparent 70%);
  pointer-events: none;
}

.dcc-simple-hero .dcc-container { position: relative; z-index: 1; }

.dcc-simple-hero .dcc-eyebrow {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  color: rgba(255,255,255,.88);
}

.dcc-simple-hero .dcc-eyebrow::before { background: var(--dcc-primary); }

.dcc-simple-hero h1 {
  margin: 14px 0 12px;
  color: #ffffff;
  font-size: clamp(30px, 4.5vw, 58px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 900;
}

.dcc-simple-hero p {
  margin: 0;
  max-width: 520px;
  color: rgba(255,235,226,.76);
  font-size: 16px;
  line-height: 1.75;
}

/* ================================================================
   FINAL CTA SECTION
   ================================================================ */
.dcc-final-cta {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 36px;
  align-items: center;
  padding: 56px 64px;
  background: var(--dcc-primary);
  position: relative;
  overflow: hidden;
}

.dcc-final-cta::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.16), transparent 70%);
  pointer-events: none;
}

.dcc-final-cta::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,41,78,.22), transparent 70%);
  pointer-events: none;
}

.dcc-final-cta-copy,
.dcc-final-cta-actions { position: relative; z-index: 1; }

.dcc-final-cta-copy h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 900;
}

.dcc-final-cta-copy p {
  margin: 0;
  max-width: 480px;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.75;
}

.dcc-final-cta-actions { display: grid; gap: 12px; justify-items: end; }

.dcc-final-cta .dcc-btn-primary {
  background: #ffffff;
  color: var(--dcc-primary) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.20),
    0 4px 16px rgba(46,41,78,.22);
}

.dcc-final-cta .dcc-btn-primary:hover {
  background: rgba(255,255,255,.92);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.20),
    0 8px 28px rgba(46,41,78,.30);
}

.dcc-final-cta-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.dcc-final-cta-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 5px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.24);
  color: rgba(255,255,255,.92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* ================================================================
   LEGAL PAGES
   ================================================================ */
.dcc-legal-container { max-width: 860px; }
.dcc-legal-card { padding: 44px 48px; box-shadow: none; }

.dcc-legal-card h2 {
  padding-top: 24px;
  margin-top: 28px;
  border-top: 1px solid var(--dcc-border);
  font-size: 18px;
}

.dcc-legal-card h2:first-child { padding-top: 0; margin-top: 0; border-top: 0; }
.dcc-legal-card p { color: var(--dcc-muted-2); font-size: 14px; line-height: 1.8; }
.dcc-terms-products { margin-top: 4px; }
.dcc-terms-products p { margin: 0 0 16px !important; color: var(--dcc-secondary) !important; }
.dcc-terms-product-list { margin: 0; padding-left: 20px; display: grid; gap: 10px; }
.dcc-terms-product-list li { color: var(--dcc-secondary); line-height: 1.7; }
.dcc-terms-product-link { color: var(--dcc-secondary) !important; font-weight: 700; }
.dcc-terms-product-link:hover { color: var(--dcc-primary) !important; }
.dcc-terms-price { color: var(--dcc-muted-2); font-weight: 600; }
.dcc-terms-separator { color: var(--dcc-muted); }

/* ================================================================
   FOOTER
   ================================================================ */
.dcc-footer {
  background: var(--dcc-secondary);
  color: #ffffff;
}

.dcc-footer-brand-zone {
  padding: 56px 0 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.dcc-footer-brand-inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.dcc-footer-brand-main { flex: 0 0 360px; max-width: 360px; }

.dcc-footer-brand-desc {
  margin: 6px 0 0;
  color: rgba(255,235,226,.54);
  font-size: 14px;
  line-height: 1.72;
}

.dcc-footer-tagline { flex: 1; min-width: 0; }

.dcc-footer-tagline p {
  margin: 0;
  color: rgba(255,235,226,.54);
  font-size: 14px;
  line-height: 1.72;
  max-width: 440px;
}

.dcc-footer-tagline .dcc-footer-payments { margin-top: 18px; }

.dcc-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 40px;
  padding: 48px 0 56px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.dcc-footer-logo-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.dcc-footer-logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  background: var(--dcc-primary);
}

.dcc-footer-logo-name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.dcc-footer-col-heading,
.dcc-footer h3 {
  margin: 0 0 16px;
  color: rgba(255,255,255,.36);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dcc-footer-company { color: rgba(255,235,226,.88); font-weight: 700; }

.dcc-footer p {
  margin: 0 0 6px;
  color: rgba(255,235,226,.54);
  font-size: 14px;
  line-height: 1.7;
}

.dcc-footer a {
  display: block;
  color: rgba(255,235,226,.54);
  margin: 0 0 9px;
  font-size: 14px;
  line-height: 1;
  transition: color .2s ease, padding-left .2s ease;
}

.dcc-footer a:hover { color: var(--dcc-primary); padding-left: 4px; }

.dcc-footer-payments { display: grid; gap: 8px; }
.dcc-footer-payments span { color: rgba(255,235,226,.40); font-size: 11.5px; }
.dcc-footer-payments img { max-width: 138px; width: auto; opacity: .80; }

.dcc-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  color: rgba(255,235,226,.36);
  font-size: 12.5px;
}

.dcc-footer-bottom span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.dcc-footer-bottom a { display: inline; margin: 0; color: rgba(255,235,226,.46); font-size: 12.5px; }
.dcc-footer-bottom a:hover { color: var(--dcc-primary); padding-left: 0; }

/* ================================================================
   BACK TO TOP BUTTON
   ================================================================ */
.dcc-back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: var(--dcc-primary);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(244,96,54,.40);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease;
  cursor: pointer;
}

.dcc-back-top.dcc-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.dcc-back-top:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(244,96,54,.52); }
.dcc-back-top svg { width: 18px !important; height: 18px !important; }

/* ================================================================
   SCROLL-ENTRANCE ANIMATIONS
   ================================================================ */
.dcc-will-animate {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s cubic-bezier(.22,1,.36,1),
              transform .55s cubic-bezier(.22,1,.36,1);
}

.dcc-will-animate.dcc-is-visible { opacity: 1; border-radius: 15px; transform: translateY(0); }

.dcc-custom-page-shell .dcc-float-1 { animation: dcc-float 5.5s ease-in-out infinite; }
.dcc-custom-page-shell .dcc-float-2 { animation: dcc-float 6.2s ease-in-out infinite .5s; }
.dcc-custom-page-shell .dcc-float-3 { animation: dcc-float 7s ease-in-out infinite 1s; }

@keyframes dcc-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

/* ================================================================
   HERO STAGE
   ================================================================ */
.dcc-hero-stage {
  position: relative;
  width: 100%;
  max-width: 540px;
}

.dcc-hero-stage-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 9px 9px 0 0;
  border-bottom: none;
}

.dcc-hero-stage-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
}

.dcc-hero-stage-label {
  margin-left: auto;
  color: rgba(255,255,255,.36);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
}

.dcc-hero-stage-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 0 0 12px 12px;
  backdrop-filter: blur(8px);
}

.dcc-stage-panel {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 9px;
  padding: 14px;
}

.dcc-stage-panel-main { background: rgba(244,96,54,.14); border-color: rgba(244,96,54,.26); }
.dcc-stage-panel-alt  { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.09); }

.dcc-stage-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 8px;
}

.dcc-stage-tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(244,96,54,.20);
  color: #f46036;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.dcc-stage-panel-head strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.dcc-stage-lines { display: grid; gap: 6px; margin-bottom: 12px; }
.dcc-stage-line { display: block; height: 5px; border-radius: 3px; background: rgba(255,255,255,.14); }
.dcc-stage-line-lg { width: 100%; }
.dcc-stage-line-md { width: 75%; }
.dcc-stage-line-sm { width: 50%; }
.dcc-stage-checks { display: grid; gap: 6px; }

.dcc-stage-check {
  display: flex;
  align-items: center;
  gap: 7px;
}

.dcc-stage-check-icon {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(244,96,54,.24);
  color: var(--dcc-primary);
}

.dcc-stage-check-icon svg { width: 10px; height: 10px; }

.dcc-stage-check em {
  font-style: normal;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 600;
}

.dcc-stage-column { display: grid; gap: 12px; width: 140px; }
.dcc-stage-doc { display: grid; gap: 5px; padding: 10px; }

.dcc-stage-doc-chip {
  display: inline-block;
  padding: 4px 7px;
  border-radius: 4px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.60);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.dcc-stage-summary { display: grid; gap: 6px; }

.dcc-stage-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 7px;
}

.dcc-stage-summary-item span {
  color: rgba(255,255,255,.50);
  font-size: 10px;
  font-weight: 600;
}

.dcc-stage-summary-item strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.dcc-stage-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(46,41,78,.22);
}

.dcc-stage-badge-left  { bottom: -16px; left: -20px; }
.dcc-stage-badge-right { top: -16px; right: -20px; }

.dcc-stage-badge-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(244,96,54,.12);
  color: var(--dcc-primary);
}

.dcc-stage-badge-icon svg { width: 13px; height: 13px; }

.dcc-stage-badge strong {
  color: var(--dcc-secondary);
  font-size: 11px;
  font-weight: 800;
}

/* ================================================================
   WORDPRESS / FLATSOME / WOOCOMMERCE FIXES
   ================================================================ */
body.dccsp-page .page-wrapper,
body.dccsp-page .page-inner,
body.dccsp-page #content,
body.dccsp-page .content-area,
body.dccsp-page .site-main,
body.dccsp-page .entry-content,
body.dccsp-page .entry-content > .row,
body.dccsp-page .entry-content > .row > .col,
body.dccsp-page .page-content,
body.dccsp-page .col,
body.dccsp-page .columns {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.dccsp-page .dcc-custom-page-shell,
body.dccsp-page .dcc-footer { margin-top: 0 !important; margin-bottom: 0 !important; }

body.dccsp-woo-page #header,
body.dccsp-woo-page .header-wrapper,
body.dccsp-woo-page #footer,
body.dccsp-woo-page .footer-wrapper,
body.dccsp-woo-page .absolute-footer { display: none !important; }

body.dccsp-woo-page .dcc-woo-header-shell,
body.dccsp-woo-page .dcc-woo-footer-shell {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  position: relative;
}

body.dccsp-woo-page .dcc-woo-header-shell { z-index: 999; }
body.dccsp-woo-page .dcc-woo-footer-shell { padding-top: 36px !important; }

body.dccsp-woo-page #wrapper,
body.dccsp-woo-page #main,
body.dccsp-woo-page .page-wrapper,
body.dccsp-woo-page .page-inner,
body.dccsp-woo-page .shop-container,
body.dccsp-woo-page .product-main,
body.dccsp-woo-page .cart-container,
body.dccsp-woo-page .checkout-page-title,
body.dccsp-woo-page .woocommerce { margin-top: 0 !important; }

html,
body,
body.dccsp-page,
body.dccsp-woo-page { max-width: 100% !important; overflow-x: hidden !important; }

.dcc-custom-page-shell a,
.dcc-custom-page-shell a:hover,
.dcc-custom-page-shell a:focus,
.dcc-custom-page-shell a:active,
.dcc-header a,
.dcc-footer a,
.dcc-footer-bottom a {
  text-decoration: none !important;
  border-bottom: 0 !important;
  outline: none !important;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1100px) {
  .dcc-container { width: min(100%, calc(100% - 40px)); }
  .dcc-grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dcc-stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dcc-stat-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); padding: 28px 24px; }
  .dcc-stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.08); }
  .dcc-stat-item:nth-child(3),
  .dcc-stat-item:last-child { border-bottom: 0; }
  .dcc-services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dcc-footer-brand-inner { flex-wrap: wrap; gap: 28px; }
  .dcc-footer-brand-main { flex: 0 0 100%; max-width: 100%; }
  .dcc-final-cta { grid-template-columns: minmax(0,1fr); padding: 48px 56px; }
  .dcc-final-cta-actions { justify-items: start; }
  .dcc-final-cta-trust { justify-content: flex-start; }
}

@media (max-width: 900px) {
  .dcc-section { padding: 72px 0; }

  .dcc-header { padding: 8px 0; }

  .dcc-header-inner {
    width: min(100%, calc(100% - 24px));
    min-height: 60px;
    padding: 8px 12px 8px 14px;
    grid-template-columns: 1fr auto;
    gap: 0 12px;
    border-radius: 16px;
  }

  .dcc-logo { grid-column: 1; }

  .dcc-logo-image-wrap {
    width: 124px;
    height: 40px;
    flex-basis: 124px;
  }

  .dcc-nav-toggle {
    grid-column: 2;
    display: inline-flex;
    justify-self: end;
  }

  .dcc-nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: translateY(-4px);
    transition: max-height .28s ease, opacity .22s ease, visibility .22s ease,
                transform .22s ease, padding .22s ease;
  }

  .dcc-nav-link {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 13px 14px;
    border-radius: 12px;
    background: #ffffff;
    color: var(--dcc-muted-2);
    border: 1px solid var(--dcc-border);
  }

  .dcc-nav-link:hover {
    background: var(--dcc-surface-alt);
    color: var(--dcc-primary);
  }

  .dcc-nav-cta {
    position: static;
    transform: none;
    width: 100%;
    min-height: 46px;
    margin: 2px 0 0;
    padding: 0 18px;
    border-radius: 13px;
    text-align: center;
    border: 0;
  }

  .dcc-nav-cta:hover { transform: translateY(-1px); }

  .dcc-nav-check:checked ~ .dcc-nav {
    max-height: 420px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding-top: 12px;
    transform: translateY(0);
  }

  .dcc-nav-check:checked + .dcc-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .dcc-nav-check:checked + .dcc-nav-toggle span:nth-child(2) { opacity: 0; }
  .dcc-nav-check:checked + .dcc-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .dcc-split,
  .dcc-grid-3 { grid-template-columns: minmax(0,1fr); }
  .dcc-about-visual { order: -1; }
  .dcc-contact-split { grid-template-columns: minmax(0,1fr); }
  .dcc-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dcc-footer-grid > .dcc-footer-col:last-child { grid-column: 1 / -1; }
  .dcc-final-cta { padding: 40px 36px; }
  .dcc-grid-3.dcc-steps-row .dcc-card::after { display: none; }
  .dcc-hero-stage,
  .dcc-stage-badge { display: none; }
}

@media (max-width: 640px) {
  .dcc-container { width: min(100%, calc(100% - 24px)); }
  .dcc-section { padding: 56px 0; }
  .dcc-hero { padding: 60px 0 60px; min-height: calc(100svh - var(--dcc-hdr-h)); }
  .dcc-hero h1 { font-size: clamp(36px,10vw,52px); }
  .dcc-hero p { font-size: 15px; }
  .dcc-hero-actions { flex-direction: column; width: 100%; max-width: 320px; margin-inline: auto; }
  .dcc-btn { width: 100%; }
  .dcc-trust-item { width: 100%; justify-content: flex-start; }
  .dcc-trust-row { gap: 6px; }
  .dcc-stats-grid { grid-template-columns: minmax(0,1fr); }
  .dcc-stat-item,
  .dcc-stat-item:nth-child(odd) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); padding: 24px 20px; }
  .dcc-stat-item:last-child { border-bottom: 0; }
  .dcc-stat-number { font-size: 36px; }
  .dcc-grid-4,
  .dcc-services-grid { grid-template-columns: minmax(0,1fr); }
  .dcc-card,
  .dcc-contact-card,
  .dcc-service-card,
  .dcc-form-card { padding: 20px; }
  .dcc-legal-card { padding: 22px 18px; }
  .dcc-dark-panel { padding: 28px 20px; }
  .dcc-simple-hero { padding: 60px 0 44px; }
  .dcc-simple-hero h1 { font-size: clamp(26px,8vw,40px); }
  .dcc-final-cta { padding: 32px 20px; }
  .dcc-footer-grid { grid-template-columns: minmax(0,1fr); }
  .dcc-footer-grid > .dcc-footer-col:last-child { grid-column: auto; }
  .dcc-footer-brand-zone { padding: 44px 0 36px; }
  .dcc-footer-brand-inner { gap: 20px; }
  .dcc-footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .dcc-footer-bottom span:last-child { gap: 10px; }
  .dcc-final-cta-actions { justify-items: stretch; }
  .dcc-final-cta-trust { justify-content: flex-start; }
  .dcc-back-top { right: 14px; bottom: 14px; }
}

@media (max-width: 520px) {
  .dcc-header-inner {
    width: min(100%, calc(100% - 18px));
    min-height: 58px;
    border-radius: 15px;
  }

  .dcc-logo-image-wrap {
    width: 112px;
    height: 38px;
    flex-basis: 112px;
  }

  .dcc-nav-toggle {
    width: 40px;
    height: 40px;
  }
}

/* ================================================================
   ACCESSIBILITY & PRINT
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
  .dcc-btn:hover,
  .dcc-card:hover,
  .dcc-contact-card:hover,
  .dcc-service-card:hover,
  .dcc-mini-feature:hover,
  .dcc-back-top:hover { transform: none !important; }

  .dcc-custom-page-shell .dcc-float-1,
  .dcc-custom-page-shell .dcc-float-2,
  .dcc-custom-page-shell .dcc-float-3,
  .dcc-hero-scroll,
  .dcc-eyebrow::before,
  .dcc-hero-inner { animation: none !important; }

  .dcc-will-animate { transition: none !important; opacity: 1 !important; transform: none !important; }
}

@media print {
  .dcc-header,
  .dcc-back-top,
  .dcc-nav-toggle,
  .dcc-hero-scroll { display: none !important; }

  .dcc-custom-page-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .dcc-hero { min-height: auto; padding: 40px 0; }
}

/* ================================================================
   FINAL HEADER FIX — hide checkbox, desktop clean, mobile stable
   Paste at the VERY END of the CSS file
   ================================================================ */

.dcc-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 8px 0 !important;
  display: block !important;
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.dcc-header-inner {
  width: min(1180px, calc(100% - 44px)) !important;
  min-height: 64px !important;
  margin-inline: auto !important;
  padding: 0 14px 0 18px !important;

  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) 190px !important;
  grid-template-rows: 64px !important;
  align-items: center !important;
  gap: 14px !important;

  position: relative !important;
  background: rgba(255, 255, 255, .97) !important;
  border: 1px solid rgba(232, 228, 224, .95) !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 28px rgba(46, 41, 78, .10) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

/* Hide real checkbox completely */
.dcc-nav-check {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  clip-path: inset(50%) !important;
}

/* Hide hamburger on desktop */
.dcc-nav-toggle {
  display: none !important;
}

/* Logo */
.dcc-logo {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-self: start !important;
  gap: 0 !important;
  min-width: 0 !important;
  color: var(--dcc-secondary) !important;
}

.dcc-logo-copy,
.dcc-logo-text,
.dcc-logo-subtext {
  display: none !important;
}

.dcc-logo-image-wrap {
  width: 136px !important;
  height: 44px !important;
  flex: 0 0 136px !important;
  display: inline-flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

.dcc-logo-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
}

/* Desktop nav centered */
.dcc-nav {
  grid-column: 2 !important;
  grid-row: 1 !important;

  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;

  width: auto !important;
  max-height: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;

  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  overflow: visible !important;
  transform: none !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dcc-nav-link {
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 9px 14px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: transparent !important;

  color: var(--dcc-muted-2) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.dcc-nav-link:hover {
  color: var(--dcc-primary) !important;
  background: rgba(244, 96, 54, .08) !important;
}

/* CTA right */
.dcc-nav-cta {
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  transform: translateY(-50%) !important;

  width: auto !important;
  min-width: 112px !important;
  min-height: 42px !important;
  padding: 0 20px !important;
  margin: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 0 !important;
  border-radius: 14px !important;
  background: var(--dcc-primary) !important;
  color: #ffffff !important;

  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;

  box-shadow: 0 8px 20px rgba(244, 96, 54, .28) !important;
}

.dcc-nav-cta:hover {
  background: var(--dcc-primary-dk) !important;
  color: #ffffff !important;
  transform: translateY(calc(-50% - 1px)) !important;
  box-shadow: 0 12px 28px rgba(244, 96, 54, .38) !important;
}

/* ================================================================
   Mobile header
   ================================================================ */

@media (max-width: 900px) {
  .dcc-header {
    padding: 8px 0 !important;
  }

  .dcc-header-inner {
    width: min(100%, calc(100% - 24px)) !important;
    min-height: 60px !important;
    padding: 8px 12px 8px 14px !important;

    grid-template-columns: 1fr auto !important;
    grid-template-rows: 44px auto !important;
    gap: 0 12px !important;

    border-radius: 16px !important;
  }

  .dcc-logo {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .dcc-logo-image-wrap {
    width: 124px !important;
    height: 40px !important;
    flex-basis: 124px !important;
  }

  .dcc-nav-toggle {
    grid-column: 2 !important;
    grid-row: 1 !important;

    display: inline-flex !important;
    justify-self: end !important;
    align-self: center !important;

    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;

    border: 1px solid var(--dcc-border) !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    box-shadow: 0 3px 10px rgba(46, 41, 78, .08) !important;
  }

  .dcc-nav-toggle span {
    display: block !important;
    width: 17px !important;
    height: 2px !important;
    border-radius: 99px !important;
    background: var(--dcc-secondary) !important;
  }

  .dcc-nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;

    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;

    width: 100% !important;
    max-height: 0 !important;
    overflow: hidden !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    transform: translateY(-4px) !important;
    transition:
      max-height .28s ease,
      opacity .22s ease,
      visibility .22s ease,
      transform .22s ease,
      padding .22s ease !important;
  }

  .dcc-nav-link {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;

    padding: 13px 14px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: var(--dcc-muted-2) !important;
    border: 1px solid var(--dcc-border) !important;
  }

  .dcc-nav-link:hover {
    background: var(--dcc-surface-alt) !important;
    color: var(--dcc-primary) !important;
  }

  .dcc-nav-cta {
    position: static !important;
    transform: none !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    margin: 2px 0 0 !important;
    padding: 0 18px !important;

    border-radius: 13px !important;
    text-align: center !important;
  }

  .dcc-nav-cta:hover {
    transform: translateY(-1px) !important;
  }

  .dcc-nav-check:checked ~ .dcc-nav {
    max-height: 430px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    padding-top: 12px !important;
    transform: translateY(0) !important;
  }

  .dcc-nav-check:checked + .dcc-nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  .dcc-nav-check:checked + .dcc-nav-toggle span:nth-child(2) {
    opacity: 0 !important;
  }

  .dcc-nav-check:checked + .dcc-nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }
}

@media (max-width: 520px) {
  .dcc-header-inner {
    width: min(100%, calc(100% - 18px)) !important;
    border-radius: 15px !important;
  }

  .dcc-logo-image-wrap {
    width: 112px !important;
    height: 38px !important;
    flex-basis: 112px !important;
  }

  .dcc-nav-toggle {
    width: 40px !important;
    height: 40px !important;
  }
}

/* ================================================================
   BACK TO TOP — larger visible arrow fix
   Paste at the END of the CSS file
   ================================================================ */

.dcc-back-top {
  width: 46px !important;
  height: 46px !important;
  border-radius: 13px !important;
  background: var(--dcc-primary) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  line-height: 1 !important;
  overflow: visible !important;
}

/* Hide broken/tiny svg if it renders like a dot */
.dcc-back-top svg {
  display: none !important;
}

/* Add clean visible arrow */
.dcc-back-top::before {
  content: "↑";
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-1px);
}

.dcc-back-top:hover::before {
  transform: translateY(-3px);
}

/* ================================================================
   FOOTER READABILITY FIX — brighter text
   Paste at the END of the CSS file
   ================================================================ */

.dcc-footer {
  color: #ffffff;
}

.dcc-footer-brand-desc,
.dcc-footer-tagline p,
.dcc-footer p,
.dcc-footer a {
  color: rgba(255, 255, 255, .76) !important;
}

.dcc-footer a:hover {
  color: #ffffff !important;
}

.dcc-footer-company,
.dcc-footer strong {
  color: #ffffff !important;
}

.dcc-footer-col-heading,
.dcc-footer h3 {
  color: rgba(255, 255, 255, .58) !important;
}

.dcc-footer-payments span {
  color: rgba(255, 255, 255, .62) !important;
}

.dcc-footer-bottom {
  color: rgba(255, 255, 255, .62) !important;
}

.dcc-footer-bottom a {
  color: rgba(255, 255, 255, .72) !important;
}

.dcc-footer-bottom a:hover {
  color: #ffffff !important;
}

.dcc-footer-brand-zone,
.dcc-footer-grid {
  border-color: rgba(255, 255, 255, .16) !important;
}

/* ================================================================
   SHOP CARD TOP ACCENT — rounded and cleaner
   Paste at the END of the CSS file
   ================================================================ */

.dcc-service-card {
  border-radius: 18px !important;
  overflow: hidden !important;
}

/* Linia de sus devine rotunjită și se așază frumos pe card */
.dcc-service-card::before {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 4px !important;
  border-radius: 18px 18px 0 0 !important;
}

/* Păstrăm butonul curat, fără să fie tăiat jos */
.dcc-service-card {
  padding-bottom: 28px !important;
}

.dcc-service-card .dcc-btn {
  position: relative !important;
  z-index: 2 !important;
}

/* ================================================================
   HERO SCROLL + STATS LINE FIX
   Paste at the END of the CSS file
   ================================================================ */

/* Scoate linia portocalie din stanga primului statistic */
.dcc-stat-item:first-child::before {
  display: none !important;
}

/* Face indicatorul SCROLL mai vizibil */
.dcc-hero-scroll {
  color: rgba(255, 255, 255, .82) !important;
  opacity: 1 !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .25) !important;
}

.dcc-hero-scroll svg {
  color: rgba(255, 255, 255, .88) !important;
  opacity: 1 !important;
  stroke-width: 2.4 !important;
}

/* Animație mai vizibilă, fără să pară stearsă */
@keyframes dcc-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
    opacity: .78;
  }

  50% {
    transform: translateX(-50%) translateY(7px);
    opacity: 1;
  }
}

/* ================================================================
   STATS BAR — center items
   Paste at the END of the CSS file
   ================================================================ */

.dcc-stats-grid {
  align-items: stretch !important;
}

.dcc-stat-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 140px !important;
  padding: 28px 20px !important;
}

.dcc-stat-number {
  text-align: center !important;
  margin: 0 0 8px !important;
}

.dcc-stat-label {
  text-align: center !important;
  margin: 0 !important;
}

/* Optional: divider mai subtil intre statistici */
.dcc-stat-item {
  border-color: rgba(255, 255, 255, .07) !important;
}

/* Mobile: pastreaza totul centrat */
@media (max-width: 640px) {
  .dcc-stat-item {
    min-height: 120px !important;
    padding: 24px 18px !important;
  }
}

.dcc-preview-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px;
  border: 1px solid #ebe7e3;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  box-shadow: 0 10px 28px rgba(46, 41, 78, 0.06);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.dcc-preview-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 4px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg, var(--dcc-primary), #ff8a3d);
}

.dcc-preview-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(46, 41, 78, 0.10);
  border-color: rgba(244, 96, 54, .22);
}

.dcc-preview-card .dcc-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  margin-bottom: 20px;
}

.dcc-preview-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.25;
}

.dcc-preview-card p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 18px;
}

.dcc-preview-card .dcc-price {
  margin-top: auto;
  margin-bottom: 18px;
  font-size: 20px;
}

.dcc-preview-card .dcc-btn {
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
}

/* HOW IT WORKS — fallback general */
.dcc-card:has(.dcc-step-card-top),
.dcc-service-card:has(.dcc-step-card-top),
.dcc-feature-card:has(.dcc-step-card-top) {
  position: relative !important;
  min-height: 260px !important;
  padding: 32px 28px 30px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(46, 41, 78, .10) !important;
  background:
    radial-gradient(circle at top right, rgba(244, 96, 54, .10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffaf7 100%) !important;
  box-shadow: 0 16px 40px rgba(46, 41, 78, .08) !important;
  overflow: hidden !important;
}

.dcc-card:has(.dcc-step-card-top)::before,
.dcc-service-card:has(.dcc-step-card-top)::before,
.dcc-feature-card:has(.dcc-step-card-top)::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 20px !important;
  right: 20px !important;
  height: 5px !important;
  border-radius: 0 0 999px 999px !important;
  background: linear-gradient(90deg, var(--dcc-primary), #ff9a6c) !important;
  display: block !important;
}

.dcc-card:has(.dcc-step-card-top):hover,
.dcc-service-card:has(.dcc-step-card-top):hover,
.dcc-feature-card:has(.dcc-step-card-top):hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 52px rgba(46, 41, 78, .13) !important;
}

.dcc-step-card-top {
  margin-bottom: 24px !important;
}

.dcc-step-number-label {
  min-width: 44px !important;
  height: 30px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  background: rgba(46, 41, 78, .05) !important;
  border: 1px solid rgba(46, 41, 78, .08) !important;
  color: var(--dcc-secondary) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.dcc-step-number {
  width: 56px !important;
  height: 56px !important;
  border-radius: 18px !important;
  background: rgba(244, 96, 54, .11) !important;
  color: var(--dcc-primary) !important;
}

.dcc-step-number svg {
  width: 23px !important;
  height: 23px !important;
}