/* =========================================================
   DCC Smart Service Pages Pro — Coral Slate Redesign v4
   Frontend only / PHP structure v1.4.1
   Colors: #ef6f6c & #465775
   ========================================================= */

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

.dcc-custom-page-shell {
  --dcc-primary: #ef6f6c;
  --dcc-secondary: #465775;
  --dcc-accent: #ef6f6c;
  --dcc-soft: #fff7f4;
  --dcc-card-r: 26px;
  --dcc-btn-r: 18px;
  --dcc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --dcc-coral: #ef6f6c;
  --dcc-coral-dark: #d95754;
  --dcc-coral-soft: #fff0ee;
  --dcc-navy: #465775;
  --dcc-navy-dark: #263248;
  --dcc-navy-soft: #eef2f8;
  --dcc-ink: #172033;
  --dcc-text: #263248;
  --dcc-muted: #6f7c90;
  --dcc-muted-2: #9aa6b8;
  --dcc-line: rgba(70, 87, 117, .14);
  --dcc-line-strong: rgba(70, 87, 117, .22);
  --dcc-white: #ffffff;
  --dcc-bg: #fffaf7;
  --dcc-panel: #ffffff;

  --dcc-green: #10b981;
  --dcc-orange: #f59e0b;
  --dcc-purple: #7c6ee6;
  --dcc-blue: #4b74d9;

  --dcc-shadow-xs: 0 1px 2px rgba(38, 50, 72, .05);
  --dcc-shadow-sm: 0 12px 30px rgba(38, 50, 72, .08);
  --dcc-shadow-md: 0 22px 56px rgba(38, 50, 72, .12);
  --dcc-shadow-lg: 0 38px 90px rgba(38, 50, 72, .18);

  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-text);
  background:
    radial-gradient(circle at 8% 0%, rgba(239, 111, 108, .12), transparent 28rem),
    radial-gradient(circle at 96% 18%, rgba(70, 87, 117, .10), transparent 26rem),
    linear-gradient(180deg, #fffaf7 0%, #ffffff 46%, #fff7f4 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:
    radial-gradient(circle, rgba(70, 87, 117, .08) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.28), transparent 46%);
}

.dcc-custom-page-shell a {
  color: inherit;
  text-decoration: none;
  transition:
    color .22s ease,
    background-color .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    transform .22s ease,
    opacity .22s 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% - 42px));
  margin-inline: auto;
}

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

.dcc-soft-bg {
  background:
    radial-gradient(circle at 12% 18%, rgba(239, 111, 108, .10), transparent 24rem),
    radial-gradient(circle at 90% 86%, rgba(70, 87, 117, .10), transparent 26rem),
    linear-gradient(180deg, #fff7f4, #f8f4ef);
  border-block: 1px solid rgba(70, 87, 117, .08);
}

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

/* ── Header ─────────────────────────────────────────────── */
.dcc-header {
  position: relative !important;
  top: auto !important;
  z-index: 100;
  background: rgba(255, 250, 247, .94);
  border-bottom: 1px solid rgba(70, 87, 117, .12);
  box-shadow: 0 10px 32px rgba(38, 50, 72, .04);
}

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

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

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

.dcc-logo-mark,
.dcc-footer-logo-mark {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: -.05em;
  background: linear-gradient(135deg, var(--dcc-coral), var(--dcc-navy));
  box-shadow: 0 16px 36px rgba(239, 111, 108, .24);
}

.dcc-logo-mark::after,
.dcc-footer-logo-mark::after {
  content: none !important;
  display: none !important;
}

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

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

.dcc-header .dcc-logo-text {
  display: none !important;
}

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

.dcc-nav a {
  padding: 11px 15px;
  border-radius: 16px;
  color: #59687f;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.dcc-nav a:hover {
  color: var(--dcc-navy-dark);
  background: rgba(239, 111, 108, .10);
}

.dcc-nav .dcc-nav-cta {
  margin-left: 6px;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--dcc-coral), var(--dcc-navy));
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 16px 34px rgba(239, 111, 108, .22);
  padding: 13px 18px;
}

.dcc-nav .dcc-nav-cta:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(239, 111, 108, .30);
}

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

.dcc-nav-toggle {
  display: none !important;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(70, 87, 117, .16);
  background: #ffffff;
  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-navy-dark);
  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;
  z-index: -1;
  background: linear-gradient(120deg, transparent 15%, rgba(255,255,255,.40) 48%, transparent 76%);
  transform: translateX(-115%);
  transition: transform .58s ease;
}

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

.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: #ffffff !important;
  background: linear-gradient(135deg, var(--dcc-coral), var(--dcc-navy));
  box-shadow: 0 18px 42px rgba(239, 111, 108, .24);
}

.dcc-btn-primary:hover {
  color: #ffffff !important;
  box-shadow: 0 24px 54px rgba(239, 111, 108, .34);
}

.dcc-btn-secondary {
  color: var(--dcc-navy-dark) !important;
  background: #ffffff;
  border-color: rgba(70, 87, 117, .16);
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-btn-secondary:hover {
  color: var(--dcc-coral-dark) !important;
  border-color: rgba(239, 111, 108, .34);
  box-shadow: var(--dcc-shadow-md);
}

.dcc-btn-ghost {
  color: var(--dcc-navy-dark) !important;
  background: rgba(255, 255, 255, .72);
  border-color: rgba(70, 87, 117, .14);
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-btn-ghost:hover {
  color: var(--dcc-coral-dark) !important;
  background: #ffffff;
  border-color: rgba(239, 111, 108, .28);
}

.dcc-btn-light {
  color: var(--dcc-navy-dark) !important;
  background: #ffffff;
  border-color: rgba(255,255,255,.24);
  box-shadow: 0 20px 52px rgba(38, 50, 72, .20);
}

.dcc-btn-light:hover {
  color: var(--dcc-coral-dark) !important;
  box-shadow: 0 26px 62px rgba(38, 50, 72, .26);
}

/* ── Eyebrow ────────────────────────────────────────────── */
.dcc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 8px 13px 8px 8px;
  border-radius: 999px;
  border: 1px solid rgba(239, 111, 108, .24);
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--dcc-shadow-xs);
  color: var(--dcc-coral-dark);
  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 36%),
    linear-gradient(135deg, var(--dcc-coral), var(--dcc-navy));
  box-shadow: 0 0 0 5px rgba(239, 111, 108, .12);
  flex: 0 0 24px;
}

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

/* ── Hero ───────────────────────────────────────────────── */
.dcc-hero {
  position: relative;
  padding: 86px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(239, 111, 108, .18), transparent 25rem),
    radial-gradient(circle at 86% 18%, rgba(70, 87, 117, .15), transparent 24rem),
    linear-gradient(135deg, #fff7f4 0%, #fffaf7 46%, #eef2f8 100%);
}

.dcc-hero::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 38px;
  border: 1px solid rgba(70, 87, 117, .12);
  pointer-events: none;
}

.dcc-hero::after {
  content: "";
  position: absolute;
  right: -150px;
  top: 80px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(239, 111, 108, .20), transparent 66%);
  pointer-events: none;
}

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

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

.dcc-hero h1,
.dcc-simple-hero h1 {
  margin: 0 0 18px;
  color: var(--dcc-navy-dark);
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 950;
  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.76;
}

.dcc-hero p {
  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: 640px;
}

.dcc-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 17px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(70, 87, 117, .12);
  color: #59687f;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(38, 50, 72, .05);
}

.dcc-trust-item svg {
  width: 18px;
  height: 18px;
  color: var(--dcc-coral);
  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: 8% 3% 6% 9%;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.80), rgba(255,255,255,.42));
  border: 1px solid rgba(70, 87, 117, .12);
  transform: rotate(-3deg);
  box-shadow: var(--dcc-shadow-lg);
}

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

.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: 78px 0 72px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 20%, rgba(239, 111, 108, .32), transparent 22rem),
    radial-gradient(circle at 86% 26%, rgba(255,255,255,.11), transparent 22rem),
    linear-gradient(135deg, var(--dcc-navy-dark), var(--dcc-navy) 66%, #35435e);
}

.dcc-simple-hero::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.11);
  pointer-events: none;
}

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

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

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

.dcc-simple-hero .dcc-eyebrow {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.16);
  color: #ffffff;
}

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

.dcc-section-head h2 {
  margin: 0 0 12px;
  color: var(--dcc-navy-dark);
  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;
}

/* ── Layout 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: 20px;
}

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

/* ── Cards ──────────────────────────────────────────────── */
.dcc-card,
.dcc-contact-card,
.dcc-service-card,
.dcc-form-card,
.dcc-legal-card {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(70, 87, 117, .13);
  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::before,
.dcc-service-card::before,
.dcc-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(239,111,108,.13), transparent 36%, rgba(70,87,117,.09));
  opacity: 0;
  transition: opacity .22s ease;
}

.dcc-card:hover,
.dcc-service-card:hover,
.dcc-contact-card:hover {
  transform: translateY(-6px);
  border-color: rgba(239, 111, 108, .34);
  box-shadow: var(--dcc-shadow-md);
}

.dcc-card:hover::before,
.dcc-service-card:hover::before,
.dcc-contact-card:hover::before {
  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-navy-dark);
  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(70, 87, 117, .10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.66);
}

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

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

.dcc-icon-blue {
  background: rgba(70, 116, 217, .12);
  color: var(--dcc-blue);
}

.dcc-icon-green {
  background: rgba(16, 185, 129, .12);
  color: #059669;
}

.dcc-icon-purple {
  background: rgba(124, 110, 230, .12);
  color: var(--dcc-purple);
}

.dcc-icon-orange {
  background: rgba(239, 111, 108, .14);
  color: var(--dcc-coral-dark);
}

.dcc-icon-dark {
  background: rgba(70, 87, 117, .10);
  color: var(--dcc-navy);
}

/* ── Homepage package section ───────────────────────────── */
.dcc-packages-section {
  padding-top: 82px;
  background: #ffffff;
}

.dcc-preview-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100%;
  padding: 28px;
  background:
    linear-gradient(180deg, #ffffff, #fffaf7);
}

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

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

.dcc-price {
  position: relative;
  z-index: 1;
  margin: 20px 0;
  color: var(--dcc-navy-dark);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.055em;
}

.dcc-price::before {
  content: none !important;
  display: none !important;
}

.dcc-preview-card .dcc-price {
  margin-top: auto !important;
  margin-bottom: 18px !important;
}

.dcc-preview-card .dcc-btn {
  align-self: flex-start;
  min-width: 140px;
}

.dcc-center-action {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  text-align: center;
}

.dcc-center-action .dcc-btn {
  min-width: 194px;
}

/* ── How It Works ───────────────────────────────────────── */
.dcc-process-section .dcc-grid-3 {
  counter-reset: dcc-step;
}

.dcc-step-card {
  background:
    linear-gradient(180deg, #ffffff, #fff7f4);
}

.dcc-step-number {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--dcc-coral), var(--dcc-navy));
  box-shadow: 0 16px 34px rgba(239, 111, 108, .24);
  overflow: hidden;
}

.dcc-step-number span {
  display: none !important;
}

.dcc-step-number svg {
  width: 27px !important;
  height: 27px !important;
  max-width: 27px !important;
  max-height: 27px !important;
  flex: 0 0 27px !important;
  color: #ffffff !important;
}

/* ── Dark Panel / Split ─────────────────────────────────── */
.dcc-dark-panel {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border-radius: 36px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(239,111,108,.26), transparent 18rem),
    radial-gradient(circle at 10% 90%, rgba(255,255,255,.10), transparent 20rem),
    linear-gradient(135deg, var(--dcc-navy-dark), var(--dcc-navy) 70%, #34425c);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--dcc-shadow-lg);
}

.dcc-dark-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -36% auto;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(239,111,108,.22), transparent 65%);
  pointer-events: none;
}

.dcc-dark-panel h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #ffffff;
  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(255,255,255,.76);
}

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

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

.dcc-mini-feature {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(70, 87, 117, .12);
  background: rgba(255,255,255,.94);
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-mini-feature::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--dcc-coral), var(--dcc-navy));
  opacity: .9;
}

.dcc-mini-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
}

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

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

.dcc-mini-feature strong {
  color: var(--dcc-navy-dark);
  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-mini-feature-dark {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 15px;
  border-radius: 18px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
}

.dcc-mini-feature-dark > div {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(239,111,108,.28);
}

.dcc-mini-feature-dark svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
}

.dcc-mini-feature-dark p {
  margin: 0 !important;
  display: grid;
  gap: 2px;
}

.dcc-mini-feature-dark strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
}

.dcc-mini-feature-dark span {
  color: rgba(255,255,255,.70);
  font-size: 13px;
  line-height: 1.5;
}

.dcc-copy-block h2 {
  margin: 0 0 16px;
  color: var(--dcc-navy-dark);
  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;
}

/* ── Stats Bar ──────────────────────────────────────────── */
.dcc-stats-bar {
  position: relative;
  padding: 62px 0;
  background:
    linear-gradient(135deg, var(--dcc-navy-dark), var(--dcc-navy));
}

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

.dcc-stat-item {
  min-height: 128px;
  padding: 22px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.13);
  display: grid;
  align-content: center;
  gap: 8px;
  text-align: left;
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}

.dcc-stat-number {
  display: block;
  color: #ffffff;
  font-size: clamp(27px, 3.2vw, 43px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.06em;
}

.dcc-stat-label {
  display: block;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  font-weight: 850;
}

/* ── Feature / Image Cards ──────────────────────────────── */
.dcc-feature-card,
.dcc-image-mini-card {
  min-height: 100%;
}

.dcc-channel-section .dcc-feature-card,
.dcc-why-section .dcc-feature-card {
  background:
    linear-gradient(180deg, #ffffff, #fffaf7);
}

/* ── 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-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.dcc-service-head .dcc-card-icon {
  margin-bottom: 0;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  flex: 0 0 52px;
}

.dcc-service-head .dcc-card-icon svg {
  width: 24px;
  height: 24px;
}

.dcc-plan-kicker {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--dcc-coral-dark);
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.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: rgba(239, 111, 108, .14);
  color: var(--dcc-coral-dark);
  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(70, 87, 117, .20);
}

.dcc-service-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--dcc-navy);
  background: rgba(70, 87, 117, .08);
  font-size: 12px;
  font-weight: 850;
}

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

.dcc-service-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dcc-service-price-row .dcc-price {
  margin: 0;
}

.dcc-service-price-row .dcc-btn {
  min-width: 136px;
}

.dcc-note-box {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 30px;
  padding: 22px;
  border-radius: 24px;
  background: var(--dcc-navy-dark);
  color: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--dcc-shadow-md);
}

.dcc-note-box-top {
  margin-top: 0;
  margin-bottom: 30px;
}

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

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

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

.dcc-faq-item {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(70, 87, 117, .13);
  background: rgba(255,255,255,.94);
  box-shadow: var(--dcc-shadow-xs);
}

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

.dcc-faq-item summary {
  position: relative;
  padding: 21px 58px 21px 22px;
  color: var(--dcc-navy-dark);
  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: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: rgba(239, 111, 108, .13);
  color: var(--dcc-coral-dark);
  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: 38px;
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 14% 16%, rgba(239, 111, 108, .34), transparent 22rem),
    radial-gradient(circle at 86% 82%, rgba(255,255,255,.11), transparent 20rem),
    linear-gradient(135deg, var(--dcc-navy-dark), var(--dcc-navy) 68%, #34425c);
  box-shadow: var(--dcc-shadow-lg);
  border: 1px solid rgba(255,255,255,.12);
}

.dcc-final-cta::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.10);
  pointer-events: none;
}

.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: #ffffff;
  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(255,255,255,.76);
  font-size: 17px;
  line-height: 1.75;
}

/* ── Contact ────────────────────────────────────────────── */
.dcc-contact-top {
  margin-top: 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 {
  width: 54px !important;
  height: 54px !important;
  flex: 0 0 54px !important;
  margin-bottom: 15px;
}

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

.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-coral-dark);
}

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

.dcc-form-card {
  padding: 36px;
  background:
    radial-gradient(circle at 96% 4%, rgba(239, 111, 108, .12), transparent 13rem),
    #ffffff;
}

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

.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-navy-dark);
  font-size: 14px;
  font-weight: 900;
}

.dcc-field input,
.dcc-field textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(70, 87, 117, .16);
  background: #fffaf7;
  color: var(--dcc-navy-dark);
  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(239, 111, 108, .58);
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(239, 111, 108, .13);
}

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

.dcc-submit-btn {
  width: 100%;
  color: #ffffff !important;
}

.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: 17px;
  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-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;
}

/* ── About visual ───────────────────────────────────────── */
.dcc-about-split {
  align-items: center;
}

.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(38,50,72,.16));
}

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

.dcc-legal-card {
  padding: 44px;
  background: #ffffff;
}

.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-navy-dark) !important;
}

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

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

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

.dcc-terms-product-link:hover {
  color: var(--dcc-coral-dark) !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: 50px 0 50px;
  color: rgba(255,255,255,.72);
  background:
    radial-gradient(circle at 12% 16%, rgba(239,111,108,.22), transparent 22rem),
    linear-gradient(135deg, #202a3d, var(--dcc-navy-dark) 58%, #34425c);
  overflow: hidden;
}

.dcc-footer::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

.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: 14px;
  margin-bottom: 14px;
}

.dcc-footer-logo-mark {
  width: 52px !important;
  height: 52px !important;
  flex: 0 0 52px !important;
  border-radius: 18px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  background: linear-gradient(135deg, var(--dcc-coral), var(--dcc-navy)) !important;
  box-shadow: 0 14px 34px rgba(239, 111, 108, .25) !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
}

.dcc-footer-logo-name {
  color: #ffffff;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

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

.dcc-footer p,
.dcc-footer a {
  color: rgba(255,255,255,.66);
  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: #ffffff;
  transform: translateX(4px);
}

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

.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(255,255,255,.54);
  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: #ffffff;
  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(255,255,255,.48);
  font-size: 14px;
}

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

.dcc-footer-bottom a:hover {
  color: #ffffff;
  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,.18);
  background: linear-gradient(135deg, var(--dcc-coral), var(--dcc-navy));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  box-shadow: 0 18px 44px rgba(38, 50, 72, .28);
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
}

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

.dcc-back-top:hover {
  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: 72px;
  }

  .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,.98);
    border: 1px solid rgba(70, 87, 117, .14);
    box-shadow: var(--dcc-shadow-lg);
    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-navy-dark);
  }

  .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: 430px;
  }

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

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

  .dcc-contact-top {
    margin-top: 30px;
  }
}

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

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

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

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

  .dcc-hero::before,
  .dcc-simple-hero::before,
  .dcc-footer::before,
  .dcc-final-cta::before {
    inset: 12px;
    border-radius: 24px;
  }

  .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 {
    padding: 42px 0;
  }

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

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

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

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

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

  .dcc-preview-card .dcc-btn,
  .dcc-center-action .dcc-btn,
  .dcc-service-card .dcc-btn {
    width: 100% !important;
    min-width: 0 !important;
  }

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

  .dcc-service-price-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

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

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

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

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

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

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

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

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

  .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: 22px;
  }
}

/* ── 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: #ffffff !important;
    color: #000000 !important;
  }

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

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

/* FIX — Nav CTA vizibil normal + hover */
.dcc-nav .dcc-nav-cta {
  color: #ffffff !important;
  background: linear-gradient(135deg, #ef6f6c, #465775) !important;
  border: 1px solid rgba(70, 87, 117, 0.18) !important;
  box-shadow: 0 14px 34px rgba(239, 111, 108, 0.24) !important;
}

.dcc-nav .dcc-nav-cta:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #465775, #ef6f6c) !important;
  border-color: rgba(239, 111, 108, 0.35) !important;
  box-shadow: 0 18px 44px rgba(70, 87, 117, 0.24) !important;
  transform: translateY(-2px);
}

/* FIX — Mobile menu clean */
@media (max-width: 920px) {
  .dcc-nav {
    justify-content: stretch !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    text-align: left !important;
    gap: 8px !important;
    padding: 14px !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.98) !important;
  }

  .dcc-nav a {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 15px 16px !important;
    border-radius: 16px !important;
    color: #263248 !important;
    background: rgba(70, 87, 117, 0.04) !important;
  }

  .dcc-nav a:hover {
    color: #ffffff !important;
    background: #465775 !important;
  }

  .dcc-nav .dcc-nav-cta {
    width: 100% !important;
    margin-left: 0 !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #ef6f6c, #465775) !important;
    box-shadow: 0 14px 34px rgba(239, 111, 108, 0.24) !important;
  }

  .dcc-nav .dcc-nav-cta:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #465775, #ef6f6c) !important;
  }
}

/* =========================================================
   REDESIGN — Studio section right cards / diferit vizual
   ========================================================= */

.dcc-studio-section .dcc-card-stack {
  position: relative;
  display: grid;
  gap: 18px;
  padding-left: 34px;
}

.dcc-studio-section .dcc-card-stack::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ef6f6c, #465775);
  opacity: 0.75;
}

.dcc-studio-section .dcc-mini-feature {
  position: relative;
  min-height: 112px;
  padding: 24px 26px 24px 76px !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(239, 111, 108, 0.10), transparent 11rem),
    linear-gradient(135deg, #ffffff, #fff8f5) !important;
  border: 1px solid rgba(70, 87, 117, 0.14) !important;
  box-shadow: 0 18px 44px rgba(38, 50, 72, 0.10) !important;
  overflow: hidden;
  transform: none;
}

.dcc-studio-section .dcc-mini-feature::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: #ffffff;
  border: 6px solid #ef6f6c;
  box-shadow: 0 0 0 8px rgba(239, 111, 108, 0.10);
  z-index: 2;
}

.dcc-studio-section .dcc-mini-feature::after {
  content: "01";
  position: absolute;
  right: 18px;
  bottom: -8px;
  color: rgba(70, 87, 117, 0.07);
  font-size: 72px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.dcc-studio-section .dcc-mini-feature:nth-child(2)::after {
  content: "02";
}

.dcc-studio-section .dcc-mini-feature:nth-child(3)::after {
  content: "03";
}

.dcc-studio-section .dcc-mini-feature:hover {
  transform: translateX(8px) !important;
  border-color: rgba(239, 111, 108, 0.35) !important;
  box-shadow: 0 26px 64px rgba(38, 50, 72, 0.15) !important;
}

.dcc-studio-section .dcc-mini-feature-icon {
  position: absolute !important;
  left: 22px;
  top: 24px;
  width: 42px !important;
  height: 42px !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, rgba(239, 111, 108, 0.16), rgba(70, 87, 117, 0.10)) !important;
  color: #ef6f6c !important;
  border: 1px solid rgba(239, 111, 108, 0.18) !important;
  box-shadow: none !important;
}

.dcc-studio-section .dcc-mini-feature-icon svg {
  width: 21px !important;
  height: 21px !important;
}

.dcc-studio-section .dcc-mini-feature-body {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
}

.dcc-studio-section .dcc-mini-feature strong {
  color: #263248 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em;
}

.dcc-studio-section .dcc-mini-feature span {
  max-width: 470px;
  color: #6f7c90 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

/* Responsive */
@media (max-width: 920px) {
  .dcc-studio-section .dcc-card-stack {
    padding-left: 0;
  }

  .dcc-studio-section .dcc-card-stack::before {
    display: none;
  }

  .dcc-studio-section .dcc-mini-feature {
    padding: 22px 22px 22px 76px !important;
  }

  .dcc-studio-section .dcc-mini-feature::before {
    display: none;
  }

  .dcc-studio-section .dcc-mini-feature:hover {
    transform: translateY(-4px) !important;
  }
}

@media (max-width: 520px) {
  .dcc-studio-section .dcc-mini-feature {
    padding: 22px !important;
  }

  .dcc-studio-section .dcc-mini-feature-icon {
    position: relative !important;
    left: auto;
    top: auto;
    margin-bottom: 14px;
  }

  .dcc-studio-section .dcc-mini-feature::after {
    font-size: 54px;
    right: 14px;
    bottom: -4px;
  }
}

/* =========================================================
   FIX — Studio section: cardurile in stanga + text centrat
   ========================================================= */

.dcc-studio-section .dcc-split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

/* cardurile mici trec in stanga */
.dcc-studio-section .dcc-card-stack {
  order: 1 !important;
}

/* panoul mare trece in dreapta */
.dcc-studio-section .dcc-dark-panel {
  order: 2 !important;
}

/* carduri mai echilibrate si text centrat vertical */
.dcc-studio-section .dcc-mini-feature {
  min-height: 118px !important;
  display: flex !important;
  align-items: center !important;
}

/* iconul ramane in stanga, centrat pe verticala */
.dcc-studio-section .dcc-mini-feature-icon {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* textul sta la mijloc pe verticala */
.dcc-studio-section .dcc-mini-feature-body {
  justify-content: center !important;
  align-content: center !important;
}

/* textul sa fie curat si aliniat frumos */
.dcc-studio-section .dcc-mini-feature strong,
.dcc-studio-section .dcc-mini-feature span {
  text-align: left !important;
}

/* responsive: pe mobil ramane ordinea naturala si arata curat */
@media (max-width: 920px) {
  .dcc-studio-section .dcc-card-stack {
    order: 2 !important;
  }

  .dcc-studio-section .dcc-dark-panel {
    order: 1 !important;
  }

  .dcc-studio-section .dcc-mini-feature {
    min-height: auto !important;
  }
}

@media (max-width: 520px) {
  .dcc-studio-section .dcc-mini-feature {
    display: block !important;
  }

  .dcc-studio-section .dcc-mini-feature-icon {
    top: auto !important;
    transform: none !important;
  }
}

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

.dcc-stat-number {
  margin-bottom: 8px !important;
}

