/* =========================================================
   DCC Smart Service Pages Pro — File Conversion UI v3
   Modern SaaS / file-ops redesign. Frontend only.
   ========================================================= */

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

.dcc-custom-page-shell {
  --dcc-primary: #00d4ff;
  --dcc-secondary: #07111f;
  --dcc-accent: #a3ff12;
  --dcc-soft: #eef8ff;
  --dcc-card-r: 22px;
  --dcc-btn-r: 999px;
  --dcc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --dcc-ink: #07111f;
  --dcc-ink-2: #172033;
  --dcc-muted: #64748b;
  --dcc-muted-2: #94a3b8;
  --dcc-line: rgba(15, 23, 42, .10);
  --dcc-line-dark: rgba(255, 255, 255, .12);
  --dcc-white: #ffffff;
  --dcc-panel: #ffffff;
  --dcc-bg: #f7fbff;
  --dcc-cyan: var(--dcc-primary);
  --dcc-lime: var(--dcc-accent);
  --dcc-blue: #3563ff;
  --dcc-purple: #8b5cf6;
  --dcc-orange: #ff8a3d;
  --dcc-green: #10b981;
  --dcc-shadow-xs: 0 1px 2px rgba(7, 17, 31, .05);
  --dcc-shadow-sm: 0 10px 28px rgba(7, 17, 31, .07);
  --dcc-shadow-md: 0 22px 55px rgba(7, 17, 31, .10);
  --dcc-shadow-lg: 0 34px 90px rgba(7, 17, 31, .16);

  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: clip;
  font-family: var(--dcc-font);
  color: var(--dcc-ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(0, 212, 255, .09), transparent 28rem),
    radial-gradient(circle at 92% 35%, rgba(163, 255, 18, .08), transparent 24rem),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 50%, #f7fbff 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  isolation: isolate;
}

.dcc-custom-page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.35), transparent 44%);
}

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

.dcc-custom-page-shell img,
.dcc-custom-page-shell svg {
  max-width: 100%;
}

.dcc-custom-page-shell svg {
  display: block;
}

.dcc-container {
  width: min(1188px, calc(100% - 40px));
  margin-inline: auto;
}

.dcc-section {
  padding: 92px 0;
  position: relative;
}

.dcc-soft-bg {
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 212, 255, .08), transparent 22rem),
    radial-gradient(circle at 88% 80%, rgba(139, 92, 246, .07), transparent 24rem),
    linear-gradient(180deg, #f1f8ff, #f8fbff);
  border-block: 1px solid rgba(15, 23, 42, .06);
}

.dcc-white-bg {
  background: #fff;
}

/* ── Header ─────────────────────────────────────────────── */
.dcc-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(248, 251, 255, .78);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.dcc-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  padding: 10px 0;
}

.dcc-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex-shrink: 0;
  font-weight: 950;
  letter-spacing: -.03em;
  color: var(--dcc-ink);
}

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

.dcc-logo-mark,
.dcc-footer-logo-mark {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  color: #06111d;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: -.06em;
  background:
    linear-gradient(135deg, var(--dcc-cyan), var(--dcc-lime));
  box-shadow: 0 14px 34px rgba(0, 212, 255, .28), inset 0 1px 0 rgba(255, 255, 255, .6);
}

.dcc-logo-mark::after,
.dcc-footer-logo-mark::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid var(--dcc-secondary);
}

.dcc-logo-image-wrap {
  width: 180px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  background: transparent;
  flex: 0 0 180px;
}

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

.dcc-logo-text {
  display: block;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.1;
}

.dcc-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-left: auto;
}

.dcc-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #475569;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.dcc-nav a:hover {
  color: var(--dcc-ink);
  background: rgba(0, 212, 255, .10);
}

.dcc-nav .dcc-nav-cta {
  margin-left: 6px;
  color: #06111d !important;
  background: linear-gradient(135deg, var(--dcc-lime), var(--dcc-cyan));
  border: 1px solid rgba(7, 17, 31, .08);
  box-shadow: 0 14px 32px rgba(0, 212, 255, .22);
  padding: 13px 18px;
}

.dcc-nav .dcc-nav-cta:hover {
  color: #06111d !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 212, 255, .32);
}

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

.dcc-nav-toggle {
  display: none !important;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  border: 1px solid rgba(15, 23, 42, .12);
  background: #fff;
  box-shadow: var(--dcc-shadow-xs);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
}

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

/* ── Buttons ────────────────────────────────────────────── */
.dcc-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: var(--dcc-btn-r);
  border: 1px solid transparent;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}

.dcc-btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg, transparent 15%, rgba(255,255,255,.42) 48%, transparent 75%);
  transform: translateX(-110%);
  transition: transform .55s ease;
  z-index: -1;
}

.dcc-btn:hover::before {
  transform: translateX(110%);
}

.dcc-btn:hover {
  transform: translateY(-2px);
}

.dcc-btn:active {
  transform: translateY(0);
}

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

.dcc-btn-primary {
  color: #06111d !important;
  background: linear-gradient(135deg, var(--dcc-cyan), var(--dcc-lime));
  box-shadow: 0 18px 46px rgba(0, 212, 255, .28);
}

.dcc-btn-primary:hover {
  color: #06111d !important;
  box-shadow: 0 24px 56px rgba(0, 212, 255, .38);
}

.dcc-btn-secondary {
  color: var(--dcc-ink) !important;
  background: #fff;
  border-color: rgba(15, 23, 42, .12);
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-btn-secondary:hover {
  color: var(--dcc-blue) !important;
  border-color: rgba(53, 99, 255, .25);
  box-shadow: var(--dcc-shadow-md);
}

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

.dcc-btn-ghost:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .28);
}

.dcc-btn-light {
  color: #06111d !important;
  background: #fff;
  box-shadow: 0 20px 52px rgba(0, 0, 0, .18);
}

.dcc-btn-light:hover {
  color: #06111d !important;
  box-shadow: 0 26px 62px rgba(0, 0, 0, .24);
}

/* ── Eyebrow ────────────────────────────────────────────── */
.dcc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 8px 12px 8px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0, 212, 255, .22);
  background: rgba(255, 255, 255, .74);
  box-shadow: var(--dcc-shadow-xs);
  color: #176c85;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.dcc-eyebrow::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%, #fff, transparent 35%),
    linear-gradient(135deg, var(--dcc-cyan), var(--dcc-lime));
  box-shadow: 0 0 0 5px rgba(0, 212, 255, .12);
  flex: 0 0 24px;
}

.dcc-eyebrow-dark {
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
}

/* ── Hero: different layout ─────────────────────────────── */
.dcc-hero {
  position: relative;
  padding: 92px 0 78px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 212, 255, .28), transparent 24rem),
    radial-gradient(circle at 82% 12%, rgba(163, 255, 18, .18), transparent 22rem),
    radial-gradient(circle at 62% 88%, rgba(139, 92, 246, .16), transparent 25rem),
    linear-gradient(135deg, #06111d 0%, #0a1930 48%, #07111f 100%);
  overflow: hidden;
}

.dcc-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: 54px 54px;
  opacity: .55;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 30%, #000, transparent 78%);
}

.dcc-hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -20vw;
  width: 48vw;
  height: 48vw;
  min-width: 360px;
  min-height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 212, 255, .18), transparent 64%);
  filter: blur(2px);
  pointer-events: none;
}

.dcc-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 56px;
}

.dcc-hero-copy {
  max-width: 650px;
}

.dcc-hero h1,
.dcc-simple-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6.1vw, 76px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 950;
}

.dcc-hero h1 {
  color: #fff;
  text-wrap: balance;
}

.dcc-hero p,
.dcc-simple-hero p {
  margin: 0;
  max-width: 720px;
  color: var(--dcc-muted);
  font-size: 18px;
  line-height: 1.75;
}

.dcc-hero p {
  color: rgba(225, 239, 255, .76);
  max-width: 610px;
}

.dcc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.dcc-trust-row {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
}

.dcc-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.11);
  color: rgba(225, 239, 255, .78);
  font-size: 13px;
  font-weight: 750;
  backdrop-filter: blur(12px);
}

.dcc-trust-item svg {
  width: 18px;
  height: 18px;
  color: var(--dcc-lime);
  flex: 0 0 18px;
}

.dcc-hero-illustration {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.dcc-hero-illustration::before {
  content: "";
  position: absolute;
  inset: 10% 2% 4% 12%;
  border-radius: 40px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.12);
  transform: rotate(-4deg);
  box-shadow: 0 36px 100px rgba(0,0,0,.22);
}

.dcc-hero-illustration svg {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  height: auto;
  filter: drop-shadow(0 30px 70px rgba(0,0,0,.30));
}

.dcc-hero-illustration .dcc-float-1 { animation: dcc-float-a 5s ease-in-out infinite; }
.dcc-hero-illustration .dcc-float-2 { animation: dcc-float-b 6s ease-in-out infinite .4s; }
.dcc-hero-illustration .dcc-float-3 { animation: dcc-float-a 7s ease-in-out infinite 1s; }
.dcc-hero-illustration .dcc-badge   { animation: dcc-float-b 5.4s ease-in-out infinite 1.4s; }

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

@keyframes dcc-float-b {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-15px) rotate(1.2deg); }
}

/* ── Simple Hero ────────────────────────────────────────── */
.dcc-simple-hero {
  position: relative;
  padding: 82px 0 76px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 212, 255, .24), transparent 23rem),
    radial-gradient(circle at 88% 30%, rgba(163, 255, 18, .16), transparent 22rem),
    linear-gradient(135deg, #06111d, #0b1e36 55%, #07111f);
}

.dcc-simple-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: 56px 56px;
  opacity: .35;
}

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

.dcc-simple-hero h1 {
  color: #fff;
  max-width: 900px;
}

.dcc-simple-hero p {
  color: rgba(225, 239, 255, .78);
  margin: 0;
}

/* ── Section Head ───────────────────────────────────────── */
.dcc-section-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.dcc-section-head h2 {
  margin: 0 0 12px;
  color: var(--dcc-ink);
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 950;
  text-wrap: balance;
}

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

/* ── Stats Bar: panel style ─────────────────────────────── */
.dcc-stats-bar {
  position: relative;
  z-index: 2;
  margin-top: -38px;
  padding: 0 0 26px;
  background: transparent;
}

.dcc-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border-radius: 28px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: var(--dcc-shadow-lg);
  backdrop-filter: blur(20px);
}

.dcc-stat-item {
  min-height: 118px;
  padding: 20px 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,251,255,.92));
  border: 1px solid rgba(15, 23, 42, .07);
  display: grid;
  align-content: center;
  gap: 7px;
  text-align: left;
}

.dcc-stat-number {
  display: block;
  color: var(--dcc-ink);
  font-size: clamp(26px, 3.3vw, 42px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.06em;
}

.dcc-stat-label {
  display: block;
  color: var(--dcc-muted);
  font-size: 13px;
  font-weight: 850;
}

/* ── Grids ──────────────────────────────────────────────── */
.dcc-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.dcc-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.dcc-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.dcc-split  { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 42px; align-items: center; }

/* ── Cards: dashboard look ──────────────────────────────── */
.dcc-card,
.dcc-contact-card,
.dcc-service-card,
.dcc-form-card,
.dcc-legal-card {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: var(--dcc-card-r);
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-card {
  position: relative;
  padding: 30px;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.dcc-card::after,
.dcc-service-card::after,
.dcc-contact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0,212,255,.10), transparent 35%, rgba(163,255,18,.08));
  opacity: 0;
  transition: opacity .22s ease;
}

.dcc-card:hover,
.dcc-service-card:hover,
.dcc-contact-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 212, 255, .28);
  box-shadow: var(--dcc-shadow-md);
}

.dcc-card:hover::after,
.dcc-service-card:hover::after,
.dcc-contact-card:hover::after {
  opacity: 1;
}

.dcc-card h2,
.dcc-card h3,
.dcc-contact-card h3,
.dcc-service-card h2,
.dcc-form-card h2,
.dcc-legal-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--dcc-ink);
  line-height: 1.16;
  letter-spacing: -.03em;
  font-weight: 930;
}

.dcc-card h2 { font-size: 28px; }
.dcc-card h3 { font-size: 20px; }

.dcc-card p,
.dcc-contact-card p,
.dcc-service-card p,
.dcc-form-card p,
.dcc-legal-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--dcc-muted);
}

.dcc-card-icon,
.dcc-mini-feature-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 23, 42, .07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}

.dcc-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  margin-bottom: 22px;
}

.dcc-card-icon svg {
  width: 26px;
  height: 26px;
}

.dcc-icon-blue   { background: rgba(0, 212, 255, .12); color: #008eb0; }
.dcc-icon-green  { background: rgba(16, 185, 129, .12); color: #059669; }
.dcc-icon-purple { background: rgba(139, 92, 246, .12); color: #7c3aed; }
.dcc-icon-orange { background: rgba(255, 138, 61, .14); color: #f97316; }
.dcc-icon-dark   { background: rgba(7, 17, 31, .09); color: #07111f; }

.dcc-step-number {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #06111d;
  background: linear-gradient(135deg, rgba(0, 212, 255, .95), rgba(163, 255, 18, .85));
  box-shadow: 0 16px 38px rgba(0, 212, 255, .22);
}

.dcc-step-number svg {
  width: 26px;
  height: 26px;
}

/* ── Dark Panel / split ─────────────────────────────────── */
.dcc-dark-panel {
  position: relative;
  overflow: hidden;
  padding: 44px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(163,255,18,.18), transparent 17rem),
    radial-gradient(circle at 15% 90%, rgba(0,212,255,.18), transparent 18rem),
    linear-gradient(135deg, #07111f, #10233f 70%, #07111f);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: var(--dcc-shadow-lg);
}

.dcc-dark-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% auto;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0,212,255,.18), transparent 65%);
  pointer-events: none;
}

.dcc-dark-panel h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 950;
}

.dcc-dark-panel p {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: rgba(225, 239, 255, .74);
}

.dcc-dark-panel .dcc-btn {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

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

.dcc-mini-feature {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, .09);
  background: rgba(255,255,255,.92);
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-mini-feature::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--dcc-cyan), var(--dcc-lime));
  opacity: .8;
}

.dcc-mini-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.dcc-mini-feature-icon svg {
  width: 21px;
  height: 21px;
}

.dcc-mini-feature-body {
  display: grid;
  gap: 3px;
}

.dcc-mini-feature strong {
  color: var(--dcc-ink);
  font-size: 16px;
  line-height: 1.2;
}

.dcc-mini-feature span {
  color: var(--dcc-muted);
  font-size: 14px;
  line-height: 1.55;
}

.dcc-dark-feature-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  margin-top: 24px;
}

.dcc-copy-block h2 {
  margin: 0 0 16px;
  color: var(--dcc-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 950;
}

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

.dcc-copy-block .dcc-btn {
  margin-top: 12px;
}

/* ── Price / preview ────────────────────────────────────── */
.dcc-price {
  position: relative;
  z-index: 1;
  margin: 18px 0;
  color: var(--dcc-ink);
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.055em;
}

.dcc-price::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  margin-right: 8px;
  background: var(--dcc-cyan);
  box-shadow: 0 0 0 6px rgba(0, 212, 255, .10);
}

.dcc-preview-card {
  padding: 26px;
  min-height: 100%;
}

.dcc-preview-card h3 {
  font-size: 18px;
}

.dcc-preview-card p {
  font-size: 14px;
}

/* ── Services ───────────────────────────────────────────── */
.dcc-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.dcc-service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  min-height: 100%;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.dcc-service-card h2 {
  font-size: 22px;
}

.dcc-service-desc {
  margin-bottom: 17px !important;
  font-size: 15px;
  line-height: 1.65;
}

.dcc-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dcc-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--dcc-muted);
  font-size: 14px;
  line-height: 1.55;
}

.dcc-check {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  margin-top: 1px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 212, 255, .18), rgba(163, 255, 18, .18));
  color: #06936f;
  font-size: 12px;
  font-weight: 950;
}

.dcc-service-bottom {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px dashed rgba(15, 23, 42, .14);
}

.dcc-service-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0f766e;
  background: rgba(16, 185, 129, .10);
  font-size: 12px;
  font-weight: 850;
}

.dcc-service-badge svg {
  width: 15px;
  height: 15px;
}

.dcc-note-box {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 30px;
  padding: 22px;
  border-radius: 22px;
  background: #07111f;
  color: rgba(225, 239, 255, .76);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--dcc-shadow-md);
}

.dcc-note-box svg {
  width: 22px;
  height: 22px;
  color: var(--dcc-lime);
  flex: 0 0 22px;
  margin-top: 1px;
}

.dcc-note-box strong {
  color: #fff;
}

/* ── FAQ ────────────────────────────────────────────────── */
.dcc-faq {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.dcc-faq-item {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, .09);
  background: rgba(255,255,255,.92);
  box-shadow: var(--dcc-shadow-xs);
}

.dcc-faq-item:hover {
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-faq-item summary {
  position: relative;
  padding: 20px 56px 20px 22px;
  color: var(--dcc-ink);
  font-weight: 920;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

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

.dcc-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: rgba(0, 212, 255, .12);
  color: #007c99;
  font-size: 19px;
  font-weight: 950;
}

.dcc-faq-item[open] summary::after {
  content: "–";
}

.dcc-faq-item p {
  padding: 0 22px 22px;
  margin: 0;
  color: var(--dcc-muted);
}

/* ── Final CTA ──────────────────────────────────────────── */
.dcc-final-cta {
  position: relative;
  overflow: hidden;
  padding: 58px 44px;
  border-radius: 36px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 212, 255, .28), transparent 22rem),
    radial-gradient(circle at 88% 78%, rgba(163, 255, 18, .18), transparent 20rem),
    linear-gradient(135deg, #07111f, #122945 65%, #07111f);
  box-shadow: var(--dcc-shadow-lg);
  border: 1px solid rgba(255,255,255,.10);
}

.dcc-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .35;
}

.dcc-final-cta h2,
.dcc-final-cta p,
.dcc-final-cta .dcc-btn {
  position: relative;
  z-index: 1;
}

.dcc-final-cta h2 {
  max-width: 820px;
  margin: 0 auto 14px;
  color: #fff;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 950;
}

.dcc-final-cta p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(225, 239, 255, .76);
  font-size: 17px;
  line-height: 1.75;
}

/* ── Contact ────────────────────────────────────────────── */
.dcc-contact-top {
  margin-bottom: 42px;
}

.dcc-contact-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.dcc-contact-card .dcc-card-icon {
  margin-bottom: 15px;
}

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

.dcc-contact-card a {
  color: var(--dcc-muted);
  word-break: break-word;
}

.dcc-contact-card a:hover {
  color: var(--dcc-blue);
}

.dcc-contact-split {
  align-items: start;
}

.dcc-form-card {
  padding: 34px;
  background:
    radial-gradient(circle at 90% 5%, rgba(0, 212, 255, .10), transparent 13rem),
    #fff;
}

.dcc-form-card h2 {
  font-size: 28px;
}

.dcc-form-card > p {
  margin-bottom: 0;
}

.dcc-contact-form {
  position: relative;
  margin-top: 22px;
}

.dcc-field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.dcc-field label {
  color: var(--dcc-ink);
  font-size: 14px;
  font-weight: 900;
}

.dcc-field input,
.dcc-field textarea {
  width: 100%;
  border-radius: 17px;
  border: 1px solid rgba(15, 23, 42, .12);
  background: #f8fbff;
  color: var(--dcc-ink);
  padding: 14px 16px;
  outline: none;
  font: inherit;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.dcc-field input:focus,
.dcc-field textarea:focus {
  border-color: rgba(0, 212, 255, .55);
  background: #fff;
  box-shadow: 0 0 0 5px rgba(0, 212, 255, .12);
}

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

.dcc-submit-btn {
  width: 100%;
}

.dcc-form-note {
  margin-top: 12px !important;
  color: var(--dcc-muted-2) !important;
  font-size: 13px !important;
}

.dcc-alert {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 850;
}

.dcc-alert-success {
  color: #065f46;
  background: rgba(16, 185, 129, .12);
  border: 1px solid rgba(16, 185, 129, .24);
}

.dcc-alert-error {
  color: #991b1b;
  background: rgba(239, 68, 68, .10);
  border: 1px solid rgba(239, 68, 68, .22);
}

.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-contact-form svg {
  max-width: 22px;
  max-height: 22px;
}

/* ── About visual ───────────────────────────────────────── */
.dcc-about-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dcc-about-visual svg {
  width: min(100%, 500px);
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(7,17,31,.14));
}

/* ── Legal ──────────────────────────────────────────────── */
.dcc-legal-container {
  max-width: 960px;
}

.dcc-legal-card {
  padding: 42px;
  background: #fff;
}

.dcc-legal-card h2 {
  margin-top: 36px;
  font-size: 24px;
}

.dcc-legal-card h2:first-child {
  margin-top: 0;
}

.dcc-legal-card p {
  font-size: 16px;
  line-height: 1.78;
}

.dcc-terms-products {
  margin-top: 6px;
}

.dcc-terms-products p {
  margin: 0 0 18px !important;
  color: var(--dcc-ink) !important;
}

.dcc-terms-product-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 24px;
}

.dcc-terms-product-list li {
  color: var(--dcc-ink);
  line-height: 1.65;
}

.dcc-terms-product-link {
  color: var(--dcc-ink) !important;
  font-weight: 900;
}

.dcc-terms-product-link:hover {
  color: var(--dcc-blue) !important;
}

.dcc-terms-price {
  color: var(--dcc-muted);
  font-weight: 750;
  white-space: nowrap;
}

.dcc-terms-separator {
  color: var(--dcc-muted-2);
}

/* ── Footer ─────────────────────────────────────────────── */
.dcc-footer {
  position: relative;
  padding: 54px 0 22px;
  color: rgba(225, 239, 255, .72);
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 212, 255, .13), transparent 22rem),
    linear-gradient(135deg, #050b14, #07111f 60%, #0c1d34);
  overflow: hidden;
}

.dcc-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .4;
}

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

.dcc-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .85fr .95fr;
  gap: 34px;
  align-items: start;
}

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

.dcc-footer-logo-mark {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  border-radius: 15px;
}

.dcc-footer-logo-name {
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.dcc-footer h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.dcc-footer p,
.dcc-footer a {
  color: rgba(225, 239, 255, .62);
  font-size: 15px;
  line-height: 1.62;
}

.dcc-footer p {
  margin: 0 0 8px;
}

.dcc-footer a {
  display: block;
  margin: 0 0 7px;
}

.dcc-footer a:hover {
  color: var(--dcc-lime);
  transform: translateX(4px);
}

.dcc-footer-company {
  color: #fff;
}

.dcc-footer-grid > div:first-child p {
  max-width: 470px;
}

.dcc-footer-payments {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.dcc-footer-payments span {
  color: rgba(225, 239, 255, .55);
  font-size: 14px;
}

.dcc-payment-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dcc-payment-pills b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 12px;
  letter-spacing: .03em;
}

.dcc-footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(225, 239, 255, .45);
  font-size: 14px;
}

.dcc-footer-bottom a {
  display: inline;
  margin: 0 0 0 12px;
  color: rgba(225, 239, 255, .58);
}

.dcc-footer-bottom a:hover {
  color: #fff;
  transform: none;
}

/* ── Back to top ────────────────────────────────────────── */
.dcc-back-top {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 1200;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.16);
  background: #07111f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  box-shadow: 0 18px 44px rgba(7, 17, 31, .26);
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease, background-color .2s ease;
}

.dcc-back-top.dcc-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dcc-back-top:hover {
  background: #0d2038;
  transform: translateY(-3px);
}

.dcc-back-top svg {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  flex: 0 0 24px !important;
}

/* ── WooCommerce + theme integration ────────────────────── */
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 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.dccsp-page .dcc-footer {
  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: -50vw !important;
  margin-right: -50vw !important;
  left: 50%;
  right: 50%;
  position: relative;
}

body.dccsp-woo-page .dcc-woo-header-shell {
  z-index: 999;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.dccsp-woo-page .dcc-woo-footer-shell {
  padding-top: 40px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !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;
}

body.dccsp-woo-page .dcc-footer {
  margin-bottom: 0 !important;
}

body.dccsp-woo-page .dcc-woo-footer-shell .dcc-back-top {
  display: flex;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1120px) {
  .dcc-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dcc-hero-copy {
    max-width: 860px;
  }

  .dcc-hero-illustration {
    min-height: 390px;
    order: -1;
  }

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

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

@media (max-width: 920px) {
  .dcc-header-inner {
    min-height: 70px;
  }

  .dcc-nav-toggle {
    display: flex !important;
  }

  .dcc-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: grid;
    gap: 5px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(15, 23, 42, .10);
    box-shadow: var(--dcc-shadow-lg);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }

  .dcc-nav a {
    display: block;
    padding: 14px;
    border-radius: 16px;
    color: var(--dcc-ink);
  }

  .dcc-nav .dcc-nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .dcc-nav-check:checked ~ .dcc-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .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-footer-grid {
    grid-template-columns: 1fr;
  }

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

  .dcc-section {
    padding: 72px 0;
  }

  .dcc-hero,
  .dcc-simple-hero {
    padding: 72px 0;
  }

  .dcc-about-visual {
    order: -1;
  }

  .dcc-trust-row {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .dcc-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .dcc-footer-bottom a {
    margin: 0 12px 0 0;
  }
}

@media (max-width: 680px) {
  .dcc-container {
    width: min(100% - 28px, 1188px);
  }

  .dcc-logo-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 14px;
    font-size: 12px;
  }

  .dcc-logo-image-wrap {
    width: 150px;
    height: 44px;
    flex-basis: 150px;
  }

  .dcc-logo-text {
    max-width: 150px;
    font-size: 15px;
  }

  .dcc-hero h1,
  .dcc-simple-hero h1 {
    font-size: 38px;
    letter-spacing: -.045em;
  }

  .dcc-hero p,
  .dcc-simple-hero p {
    font-size: 16px;
    line-height: 1.68;
  }

  .dcc-hero-actions {
    flex-direction: column;
  }

  .dcc-btn {
    width: 100%;
  }

  .dcc-hero-illustration {
    min-height: 280px;
    padding: 0;
  }

  .dcc-hero-illustration::before {
    inset: 8% 0 2% 0;
    border-radius: 28px;
  }

  .dcc-grid-3,
  .dcc-grid-4,
  .dcc-services-grid,
  .dcc-stats-grid {
    grid-template-columns: 1fr;
  }

  .dcc-section {
    padding: 58px 0;
  }

  .dcc-hero,
  .dcc-simple-hero {
    padding: 58px 0;
  }

  .dcc-stats-bar {
    margin-top: -22px;
  }

  .dcc-stats-grid {
    padding: 10px;
    border-radius: 24px;
  }

  .dcc-stat-item {
    min-height: auto;
    padding: 18px;
  }

  .dcc-card,
  .dcc-contact-card,
  .dcc-service-card,
  .dcc-form-card,
  .dcc-legal-card {
    padding: 22px;
  }

  .dcc-dark-panel {
    padding: 30px 24px;
    border-radius: 26px;
  }

  .dcc-final-cta {
    padding: 38px 22px;
    border-radius: 26px;
  }

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

  .dcc-legal-card h2 {
    font-size: 21px;
  }

  .dcc-terms-product-list {
    padding-left: 20px;
  }

  .dcc-terms-price {
    white-space: normal;
  }

  .dcc-footer {
    padding-top: 38px;
  }

  .dcc-back-top {
    right: 14px;
    bottom: 16px;
    width: 44px;
    height: 44px;
    border-radius: 16px;
  }
}

@media (max-width: 430px) {
  .dcc-logo-text {
    display: none;
  }

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

  .dcc-hero h1,
  .dcc-simple-hero h1 {
    font-size: 34px;
  }

  .dcc-card,
  .dcc-contact-card,
  .dcc-service-card,
  .dcc-form-card,
  .dcc-legal-card {
    border-radius: 20px;
  }
}

/* ── Reduced Motion ─────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .dcc-custom-page-shell *,
  .dcc-custom-page-shell *::before,
  .dcc-custom-page-shell *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .dcc-btn:hover,
  .dcc-card:hover,
  .dcc-service-card:hover,
  .dcc-contact-card:hover,
  .dcc-back-top:hover {
    transform: none !important;
  }
}

/* ── Print ──────────────────────────────────────────────── */
@media print {
  .dcc-header,
  .dcc-back-top,
  .dcc-nav-toggle,
  .dcc-hero-illustration {
    display: none !important;
  }

  .dcc-custom-page-shell {
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    background: #fff !important;
    color: #000 !important;
  }

  .dcc-section,
  .dcc-hero,
  .dcc-simple-hero {
    padding: 24px 0 !important;
    background: #fff !important;
    color: #000 !important;
  }

  .dcc-card,
  .dcc-service-card,
  .dcc-form-card,
  .dcc-legal-card,
  .dcc-contact-card {
    box-shadow: none !important;
    break-inside: avoid;
  }
}

/* =========================================================
   FIX FINAL — Header logo, prices, buttons, contact icons
   ========================================================= */

/* 1. Scoate bulina de la preturi */
.dcc-price::before {
  content: none !important;
  display: none !important;
}

.dcc-price {
  padding-left: 0 !important;
}

/* 2. Text alb pe butoanele principale */
.dcc-btn-primary,
.dcc-btn-primary:hover,
.dcc-nav .dcc-nav-cta,
.dcc-nav .dcc-nav-cta:hover,
.dcc-submit-btn,
.dcc-submit-btn:hover,
.dcc-service-card .dcc-btn-primary,
.dcc-service-card .dcc-btn-primary:hover,
.dcc-preview-card .dcc-btn-primary,
.dcc-preview-card .dcc-btn-primary:hover {
  color: #ffffff !important;
}

/* Butoane principale mai stabile vizual */
.dcc-btn-primary,
.dcc-submit-btn,
.dcc-nav .dcc-nav-cta {
  background: linear-gradient(135deg, #ff0fb7, #7c3aed) !important;
  border-color: rgba(255, 255, 255, .14) !important;
  box-shadow: 0 16px 38px rgba(255, 15, 183, .25) !important;
}

.dcc-btn-primary:hover,
.dcc-submit-btn:hover,
.dcc-nav .dcc-nav-cta:hover {
  background: linear-gradient(135deg, #e6009f, #6422d8) !important;
  box-shadow: 0 20px 48px rgba(255, 15, 183, .35) !important;
}

/* 3. In header ramane doar logo-ul, fara numele site-ului */
.dcc-header .dcc-logo-text {
  display: none !important;
}

.dcc-header .dcc-logo {
  gap: 0 !important;
  min-width: auto !important;
}

.dcc-header .dcc-logo-image-wrap {
  width: 190px !important;
  height: 56px !important;
  flex: 0 0 190px !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

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

/* Daca nu ai logo uploadat si se afiseaza litera, ramane mica si curata */
.dcc-header .dcc-logo-mark {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
}

/* 4. Fix pentru iconurile uriase din pagina de contact */
.dcc-dark-panel svg,
.dcc-form-card svg,
.dcc-contact-card svg,
.dcc-contact-form svg {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  flex: 0 0 22px !important;
}

/* Pastreaza iconurile normale din carduri la dimensiunea buna */
.dcc-contact-card .dcc-card-icon {
  width: 54px !important;
  height: 54px !important;
  flex: 0 0 54px !important;
}

.dcc-contact-card .dcc-card-icon svg {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
}

/* Fix special pentru mini-feature-urile din panoul inchis la culoare */
.dcc-dark-panel [style*="width:36px"],
.dcc-dark-panel [style*="height:36px"] {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  flex: 0 0 38px !important;
  overflow: hidden !important;
}

.dcc-dark-panel [style*="width:36px"] svg,
.dcc-dark-panel [style*="height:36px"] svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
}

/* Extra safety: niciun SVG din contact nu poate exploda */
body.dccsp-page .dcc-contact-split svg {
  display: block !important;
  overflow: visible !important;
}

/* 5. Responsive header logo */
@media (max-width: 680px) {
  .dcc-header .dcc-logo-image-wrap {
    width: 150px !important;
    height: 44px !important;
    flex-basis: 150px !important;
  }

  .dcc-header .dcc-logo-image {
    max-width: 150px !important;
    max-height: 44px !important;
  }

  .dcc-header-inner {
    min-height: 68px !important;
  }
}

@media (max-width: 430px) {
  .dcc-header .dcc-logo-image-wrap {
    width: 132px !important;
    height: 40px !important;
    flex-basis: 132px !important;
  }

  .dcc-header .dcc-logo-image {
    max-width: 132px !important;
    max-height: 40px !important;
  }
}

/* 6. Responsive service cards mai stabile pe telefon */
@media (max-width: 680px) {
  .dcc-service-card .dcc-service-bottom > div:last-child {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    align-items: start !important;
  }

  .dcc-service-card .dcc-price {
    margin: 6px 0 0 !important;
  }

  .dcc-service-card .dcc-btn {
    width: 100% !important;
  }
}

/* =========================================================
   FIX — How It Works: doar iconurile, fara 1 / 2 / 3
   ========================================================= */

.dcc-step-number {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-indent: 0 !important;
  overflow: hidden !important;
}

.dcc-step-number svg {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  display: block !important;
  color: #06111d !important;
  flex: 0 0 26px !important;
}

/* extra safety daca apare text din span sau alt element */
.dcc-step-number span,
.dcc-step-number small,
.dcc-step-number strong,
.dcc-step-number b {
  display: none !important;
}

/* =========================================================
   FIX — Popular Packages: aliniere mai frumoasa butoane
   ========================================================= */

.dcc-preview-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.dcc-preview-card h3 {
  min-height: 52px;
}

.dcc-preview-card p {
  margin-bottom: 18px !important;
}

/* impinge zona de pret + buton spre baza cardului */
.dcc-preview-card .dcc-price {
  margin-top: auto !important;
  margin-bottom: 18px !important;
}

/* buton mai uniform */
.dcc-preview-card .dcc-btn {
  align-self: flex-start !important;
  min-width: 138px;
  justify-content: center !important;
}

/* pe mobil poate sta full width */
@media (max-width: 680px) {
  .dcc-preview-card .dcc-btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .dcc-preview-card h3 {
    min-height: auto;
  }
}

/* =========================================================
   FIX — Homepage Popular Packages: centreaza butonul de jos
   ========================================================= */

/* Centreaza orice buton aflat imediat dupa gridul de pachete */
.dcc-grid-4 + div {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin-top: 34px !important;
}

/* Butonul "View All Packages" sa nu fie lipit de primul card */
.dcc-grid-4 + div .dcc-btn {
  width: auto !important;
  min-width: 190px !important;
  align-self: center !important;
}

/* Pe mobil ramane full width, dar frumos asezat */
@media (max-width: 680px) {
  .dcc-grid-4 + div {
    margin-top: 24px !important;
  }

  .dcc-grid-4 + div .dcc-btn {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* =========================================================
   FIX — Footer logo modern: SFC alb + fara bulina
   ========================================================= */

.dcc-footer .dcc-footer-logo-mark {
  width: 52px !important;
  height: 52px !important;
  flex: 0 0 52px !important;
  border-radius: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  background: linear-gradient(135deg, #ff0fb7, #7c3aed) !important;
  box-shadow: 0 14px 34px rgba(124, 58, 237, 0.28) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
}

/* scoate bulina mica */
.dcc-footer .dcc-footer-logo-mark::after {
  content: none !important;
  display: none !important;
}

/* rand logo mai curat */
.dcc-footer .dcc-footer-logo-row {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

/* numele din footer putin mai curat */
.dcc-footer .dcc-footer-logo-name {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
}

/* =========================================================
   FIX — Header nu mai este sticky pe desktop sau mobil
   ========================================================= */

.dcc-header {
  position: relative !important;
  top: auto !important;
  z-index: 100 !important;
}

@media (max-width: 920px) {
  .dcc-header {
    position: relative !important;
    top: auto !important;
  }
}