/* =========================================================
   DCC Smart Service Pages Pro — Modern Black Template
   Optimized, Responsive & Conflict-Free CSS
   ========================================================= */

/* ─────────────────────────────────────────────────────────
   RESET & BASE CONFIGURATION
   ───────────────────────────────────────────────────────── */

.dcc-custom-page-shell,
.dcc-custom-page-shell * {
  box-sizing: border-box;
}

.dcc-custom-page-shell {
  /* Color System */
  --dcc-primary: #ffffff;
  --dcc-secondary: #050505;
  --dcc-accent: #b6ff00;
  --dcc-accent-hover: #d4ff33;
  --dcc-soft: #050505;
  
  /* Spacing & Border Radius */
  --dcc-card-r: 24px;
  --dcc-btn-r: 999px;
  --dcc-transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  
  /* Typography */
  --dcc-font: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  
  /* Backgrounds */
  --dcc-bg: #050505;
  --dcc-bg-2: #0a0a0a;
  --dcc-bg-3: #0f0f0f;
  --dcc-panel: #0f0f0f;
  --dcc-panel-2: #151515;
  
  /* Text Colors */
  --dcc-text: #ffffff;
  --dcc-text-secondary: #f0f0f0;
  --dcc-muted: rgba(255, 255, 255, 0.68);
  --dcc-muted-2: rgba(255, 255, 255, 0.46);
  --dcc-muted-3: rgba(255, 255, 255, 0.32);
  
  /* Borders */
  --dcc-border: rgba(255, 255, 255, 0.1);
  --dcc-border-2: rgba(255, 255, 255, 0.16);
  --dcc-border-accent: rgba(182, 255, 0, 0.3);
  
  /* Shadows */
  --dcc-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.15);
  --dcc-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  --dcc-shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.35);
  --dcc-shadow-accent: 0 12px 36px rgba(182, 255, 0, 0.15);
  
  /* Layout */
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: clip;
  
  /* Background gradient with improved depth */
  background:
    radial-gradient(circle at 8% 8%, rgba(182, 255, 0, 0.06), transparent 26rem),
    radial-gradient(circle at 92% 22%, rgba(255, 255, 255, 0.05), transparent 24rem),
    linear-gradient(135deg, #050505 0%, #080808 50%, #050505 100%);
  
  color: var(--dcc-text);
  font-family: var(--dcc-font);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  isolation: isolate;
}

/* Grid pattern background */
.dcc-custom-page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 60%);
}

/* ─────────────────────────────────────────────────────────
   GLOBAL ELEMENTS
   ───────────────────────────────────────────────────────── */

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

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

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

/* ─────────────────────────────────────────────────────────
   LAYOUT
   ───────────────────────────────────────────────────────── */

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

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

.dcc-soft-bg {
  background:
    radial-gradient(circle at 10% 18%, rgba(182, 255, 0, 0.05), transparent 22rem),
    radial-gradient(circle at 90% 88%, rgba(255, 255, 255, 0.04), transparent 24rem),
    var(--dcc-bg-2);
  border-block: 1px solid var(--dcc-border);
}

.dcc-white-bg {
  background: var(--dcc-bg);
}

/* ─────────────────────────────────────────────────────────
   HEADER
   ───────────────────────────────────────────────────────── */

.dcc-header {
  position: relative;
  z-index: 100;
  background: rgba(5, 5, 5, 0.85);
  border-bottom: 1px solid var(--dcc-border);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}

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

.dcc-logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: auto;
  flex-shrink: 0;
  color: #fff;
  font-weight: 950;
}

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

.dcc-logo-mark,
.dcc-footer-logo-mark {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: -0.05em;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.15), transparent 35%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--dcc-border-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), var(--dcc-shadow-sm);
  transition: all var(--dcc-transition);
}

.dcc-logo-mark:hover,
.dcc-footer-logo-mark:hover {
  background:
    radial-gradient(circle at 28% 18%, rgba(182, 255, 0, 0.2), transparent 35%),
    linear-gradient(135deg, rgba(182, 255, 0, 0.1), rgba(182, 255, 0, 0.03));
  border-color: var(--dcc-border-accent);
  box-shadow: inset 0 1px 0 rgba(182, 255, 0, 0.15), var(--dcc-shadow-accent);
}

.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-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

.dcc-nav a {
  padding: 10px 16px;
  border-radius: 12px;
  color: var(--dcc-muted);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.dcc-nav a:hover {
  color: var(--dcc-text);
  background: rgba(255, 255, 255, 0.1);
}

.dcc-nav .dcc-nav-cta {
  margin-left: 8px;
  color: #050505 !important;
  background: var(--dcc-accent);
  border: 1px solid var(--dcc-border-accent);
  box-shadow: var(--dcc-shadow-accent);
  padding: 13px 22px;
  font-weight: 900;
  transition: all var(--dcc-transition);
}

.dcc-nav .dcc-nav-cta:hover {
  color: #050505 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(182, 255, 0, 0.25);
  background: var(--dcc-accent-hover);
}

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

.dcc-nav-toggle {
  display: none !important;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--dcc-border);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  transition: all 0.2s ease;
}

.dcc-nav-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--dcc-border-2);
}

.dcc-nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: #fff;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

/* ─────────────────────────────────────────────────────────
   BUTTONS
   ───────────────────────────────────────────────────────── */

.dcc-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 28px;
  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;
  transition: all var(--dcc-transition);
}

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

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

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

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

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

/* Button Variants */

.dcc-btn-primary {
  color: #050505 !important;
  background: var(--dcc-accent);
  border-color: rgba(182, 255, 0, 0.4);
  box-shadow: var(--dcc-shadow-accent);
}

.dcc-btn-primary:hover {
  color: #050505 !important;
  background: var(--dcc-accent-hover);
  box-shadow: 0 18px 52px rgba(182, 255, 0, 0.3);
}

.dcc-btn-secondary {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--dcc-border-2);
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-btn-secondary:hover {
  color: var(--dcc-accent) !important;
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--dcc-border-accent);
  box-shadow: var(--dcc-shadow);
}

.dcc-btn-ghost {
  color: #fff !important;
  background: transparent;
  border-color: var(--dcc-border-2);
}

.dcc-btn-ghost:hover {
  color: var(--dcc-accent) !important;
  background: rgba(182, 255, 0, 0.08);
  border-color: var(--dcc-border-accent);
  box-shadow: var(--dcc-shadow-accent);
}

.dcc-btn-light {
  color: #050505 !important;
  background: #fff;
  box-shadow: var(--dcc-shadow);
}

.dcc-btn-light:hover {
  color: #050505 !important;
  background: var(--dcc-accent);
  box-shadow: var(--dcc-shadow-lg);
}

/* ─────────────────────────────────────────────────────────
   EYEBROW / BADGE
   ───────────────────────────────────────────────────────── */

.dcc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 8px 14px 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--dcc-border-accent);
  background: rgba(182, 255, 0, 0.08);
  color: var(--dcc-accent);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transition: all 0.2s ease;
}

.dcc-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--dcc-accent);
  box-shadow: 0 0 0 6px rgba(182, 255, 0, 0.12);
  flex: 0 0 8px;
  transition: all 0.2s ease;
}

.dcc-eyebrow:hover {
  background: rgba(182, 255, 0, 0.12);
  border-color: rgba(182, 255, 0, 0.5);
}

.dcc-eyebrow-dark {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--dcc-border-2);
}

.dcc-eyebrow-dark::before {
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

/* ─────────────────────────────────────────────────────────
   HERO SECTION
   ───────────────────────────────────────────────────────── */

.dcc-hero {
  position: relative;
  padding: 100px 0 80px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(182, 255, 0, 0.08), transparent 24rem),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.05), transparent 22rem),
    linear-gradient(135deg, #050505 0%, #0a0a0a 52%, #050505 100%);
  border-bottom: 1px solid var(--dcc-border);
  overflow: hidden;
}

.dcc-hero::after {
  content: "";
  position: absolute;
  right: -15vw;
  bottom: -18vw;
  width: 50vw;
  height: 50vw;
  min-width: 380px;
  min-height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(182, 255, 0, 0.08), transparent 64%);
  pointer-events: none;
}

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

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

.dcc-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.dcc-category-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 13px;
  border-radius: 999px;
  color: var(--dcc-muted);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--dcc-border);
  font-size: 12px;
  font-weight: 800;
  transition: all 0.2s ease;
}

.dcc-category-pills span:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--dcc-border-2);
}

.dcc-hero h1,
.dcc-simple-hero h1,
.dcc-store-hero h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(42px, 6.5vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.065em;
  font-weight: 950;
  text-wrap: balance;
}

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

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

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

.dcc-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--dcc-border);
  color: var(--dcc-muted);
  font-size: 13px;
  font-weight: 800;
  transition: all 0.2s ease;
}

.dcc-trust-item:hover {
  background: rgba(182, 255, 0, 0.08);
  border-color: var(--dcc-border-accent);
}

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

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

.dcc-hero-illustration svg {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  height: auto;
  filter: drop-shadow(0 32px 80px rgba(0, 0, 0, 0.4));
  transition: transform 0.3s ease;
}

.dcc-hero:hover .dcc-hero-illustration svg {
  transform: translateY(-8px);
}

.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 0.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(-16px); }
}

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

/* ─────────────────────────────────────────────────────────
   SIMPLE HERO
   ───────────────────────────────────────────────────────── */

.dcc-simple-hero {
  position: relative;
  padding: 88px 0 80px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(182, 255, 0, 0.08), transparent 23rem),
    radial-gradient(circle at 88% 30%, rgba(255, 255, 255, 0.05), transparent 22rem),
    linear-gradient(135deg, #050505, #0a0a0a 55%, #050505);
  border-bottom: 1px solid var(--dcc-border);
}

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

.dcc-simple-hero h1 {
  max-width: 960px;
}

/* ─────────────────────────────────────────────────────────
   SECTION HEADS
   ───────────────────────────────────────────────────────── */

.dcc-section-head {
  max-width: 800px;
  margin: 0 auto 52px;
  text-align: center;
}

.dcc-section-head h2,
.dcc-store-toolbar h2,
.dcc-copy-block h2,
.dcc-dark-panel h2,
.dcc-final-cta h2 {
  color: #fff;
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1.1;
}

.dcc-section-head h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.2vw, 58px);
  text-wrap: balance;
}

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

/* ─────────────────────────────────────────────────────────
   STATS
   ───────────────────────────────────────────────────────── */

.dcc-stats-bar {
  position: relative;
  z-index: 2;
  padding: 30px 0;
  background: rgba(10, 10, 10, 0.6);
  border-block: 1px solid var(--dcc-border);
}

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

.dcc-stat-item {
  min-height: 120px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--dcc-border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.dcc-stat-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--dcc-border-2);
  transform: translateY(-4px);
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-stat-number {
  display: block;
  color: #fff;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.dcc-stat-label {
  display: block;
  color: var(--dcc-muted-2);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ─────────────────────────────────────────────────────────
   GRIDS
   ───────────────────────────────────────────────────────── */

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

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

.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: 48px;
  align-items: center;
}

/* ─────────────────────────────────────────────────────────
   CARDS
   ───────────────────────────────────────────────────────── */

.dcc-card,
.dcc-contact-card,
.dcc-form-card,
.dcc-legal-card,
.dcc-template-card,
.dcc-mini-feature,
.dcc-note-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--dcc-border);
  border-radius: var(--dcc-card-r);
  box-shadow: var(--dcc-shadow-sm);
  transition: all var(--dcc-transition);
}

.dcc-card {
  position: relative;
  padding: 32px;
  overflow: hidden;
}

.dcc-card:hover,
.dcc-contact-card:hover,
.dcc-template-card:hover {
  transform: translateY(-8px);
  border-color: var(--dcc-border-accent);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--dcc-shadow);
}

.dcc-card h2,
.dcc-card h3,
.dcc-contact-card h3,
.dcc-form-card h2,
.dcc-legal-card h2,
.dcc-template-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 930;
}

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

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

.dcc-card p,
.dcc-contact-card p,
.dcc-form-card p,
.dcc-legal-card p,
.dcc-template-card p,
.dcc-copy-block p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--dcc-muted-2);
  font-size: 15px;
  line-height: 1.7;
}

.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 var(--dcc-border);
  background: rgba(255, 255, 255, 0.06);
}

.dcc-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin-bottom: 24px;
  transition: all 0.2s ease;
}

.dcc-card:hover .dcc-card-icon {
  background: rgba(182, 255, 0, 0.12);
  border-color: var(--dcc-border-accent);
}

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

.dcc-icon-blue { color: #9ed9ff; }
.dcc-icon-green { color: var(--dcc-accent); }
.dcc-icon-purple { color: #d4a5ff; }
.dcc-icon-orange { color: #ffb875; }
.dcc-icon-dark { color: #fff; }

.dcc-step-number {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #050505;
  background: var(--dcc-accent);
  box-shadow: var(--dcc-shadow-accent);
  font-weight: 950;
  font-size: 24px;
}

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

.dcc-step-number svg {
  width: 28px;
  height: 28px;
  color: #050505;
}

/* ─────────────────────────────────────────────────────────
   DARK PANEL
   ───────────────────────────────────────────────────────── */

.dcc-dark-panel {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(182, 255, 0, 0.08), transparent 17rem),
    radial-gradient(circle at 15% 90%, rgba(255, 255, 255, 0.05), transparent 18rem),
    var(--dcc-panel);
  border: 1px solid var(--dcc-border-2);
  box-shadow: var(--dcc-shadow);
}

.dcc-dark-panel h2,
.dcc-copy-block h2 {
  margin: 0 0 18px;
  font-size: clamp(32px, 4.2vw, 54px);
}

.dcc-dark-panel p,
.dcc-copy-block p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.8;
}

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

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

.dcc-mini-feature {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
}

.dcc-mini-feature::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--dcc-accent);
  opacity: 0.85;
}

.dcc-mini-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

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

.dcc-mini-feature-body {
  display: grid;
  gap: 4px;
  flex: 1;
}

.dcc-mini-feature strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

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

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

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

.dcc-mini-feature-dark-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--dcc-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 1px;
}

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

.dcc-mini-feature-dark strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 900;
}

.dcc-mini-feature-dark span {
  display: block;
  color: var(--dcc-muted-2);
  font-size: 14px;
  line-height: 1.6;
}

/* ─────────────────────────────────────────────────────────
   TEMPLATE CARDS
   ───────────────────────────────────────────────────────── */

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

.dcc-template-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.dcc-template-card-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 0.75;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(182, 255, 0, 0.1), transparent 12rem),
    rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid var(--dcc-border);
}

.dcc-template-card-img,
.dcc-template-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease;
}

.dcc-template-card:hover .dcc-template-card-img,
.dcc-template-card:hover .dcc-template-card-media img {
  transform: scale(1.06);
  opacity: 0.95;
}

.dcc-template-fallback-visual {
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  background:
    radial-gradient(circle at 50% 30%, rgba(182, 255, 0, 0.12), transparent 45%),
    linear-gradient(135deg, #111, #050505);
}

.dcc-template-fallback-visual svg {
  width: 56px;
  height: 56px;
  color: var(--dcc-accent);
  z-index: 2;
}

.dcc-template-fallback-visual span {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.dcc-template-fallback-visual span:nth-child(2) {
  width: 54%;
  height: 16px;
  left: 18%;
  top: 24%;
}

.dcc-template-fallback-visual span:nth-child(3) {
  width: 38%;
  height: 12px;
  left: 18%;
  bottom: 25%;
}

.dcc-template-fallback-visual span:nth-child(4) {
  width: 18px;
  height: 18px;
  right: 20%;
  bottom: 23%;
  background: var(--dcc-accent);
}

.dcc-template-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  flex: 1;
}

.dcc-template-category {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--dcc-accent);
  background: rgba(182, 255, 0, 0.08);
  border: 1px solid var(--dcc-border-accent);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.dcc-template-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.dcc-template-card h3 a:hover {
  color: var(--dcc-accent);
}

.dcc-template-card p {
  font-size: 14px;
  line-height: 1.6;
}

.dcc-template-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
}

.dcc-template-price {
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.dcc-template-price .amount {
  color: #ffffff;
  font-weight: 950;
}

.dcc-template-price del {
  color: var(--dcc-muted-2);
  margin-right: 6px;
  opacity: 0.8;
}

.dcc-template-price ins {
  text-decoration: none;
}

.dcc-template-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--dcc-border);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.dcc-template-link:hover {
  color: #050505 !important;
  background: var(--dcc-accent);
  border-color: var(--dcc-accent);
  box-shadow: var(--dcc-shadow-accent);
}

.dcc-center-action {
  text-align: center;
  margin-top: 40px;
}

/* ─────────────────────────────────────────────────────────
   STORE HERO & TOOLBAR
   ───────────────────────────────────────────────────────── */

.dcc-store-hero {
  position: relative;
  padding: 88px 0 56px;
  background:
    radial-gradient(circle at 10% 10%, rgba(182, 255, 0, 0.08), transparent 28rem),
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.05), transparent 24rem),
    linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
  border-bottom: 1px solid var(--dcc-border);
}

.dcc-store-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 40px;
  align-items: end;
}

.dcc-store-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--dcc-border);
  box-shadow: var(--dcc-shadow);
}

.dcc-store-panel > div {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--dcc-border);
}

.dcc-store-panel strong {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.dcc-store-panel span {
  color: var(--dcc-muted-2);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dcc-store-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 40px;
}

.dcc-store-toolbar h2 {
  margin: 0 0 10px;
  font-size: clamp(32px, 4.2vw, 50px);
}

.dcc-store-toolbar p {
  margin: 0;
  max-width: 700px;
  color: var(--dcc-muted);
  font-size: 16px;
  line-height: 1.7;
}

.dcc-store-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--dcc-accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ─────────────────────────────────────────────────────────
   STORE FILTERS
   ───────────────────────────────────────────────────────── */

.dcc-custom-page-shell .dcc-store-filters,
body.dccsp-page .dcc-custom-page-shell .dcc-store-filters,
body.dccsp-page .dcc-store-filters {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 1.4fr) minmax(220px, 0.9fr) minmax(130px, 0.5fr) minmax(130px, 0.5fr) 90px !important;
  gap: 14px !important;
  align-items: end !important;
  padding: 18px !important;
  margin: 0 0 32px !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(182, 255, 0, 0.1), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)) !important;
  border: 1px solid var(--dcc-border-2) !important;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(20px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(150%) !important;
}

.dcc-custom-page-shell .dcc-store-filters::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
  background:
    linear-gradient(90deg, rgba(182, 255, 0, 0.12), transparent 34%, rgba(255, 255, 255, 0.05), transparent 70%),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px) !important;
  background-size: 100% 100%, 34px 34px, 34px 34px !important;
  opacity: 0.6 !important;
}

.dcc-custom-page-shell .dcc-filter-field,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-field {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.dcc-custom-page-shell .dcc-filter-field label,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-field label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 0 0 2px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

.dcc-custom-page-shell .dcc-filter-field label::before,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-field label::before {
  content: "" !important;
  display: inline-flex !important;
  width: 7px !important;
  height: 7px !important;
  min-width: 7px !important;
  border-radius: 999px !important;
  background: var(--dcc-accent) !important;
  box-shadow: 0 0 0 5px rgba(182, 255, 0, 0.1) !important;
}

.dcc-custom-page-shell .dcc-filter-field input,
.dcc-custom-page-shell .dcc-filter-field input[type="text"],
.dcc-custom-page-shell .dcc-filter-field input[type="search"],
.dcc-custom-page-shell .dcc-filter-field input[type="number"],
.dcc-custom-page-shell .dcc-filter-field select,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-field input,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-field input[type="text"],
body.dccsp-page .dcc-custom-page-shell .dcc-filter-field input[type="search"],
body.dccsp-page .dcc-custom-page-shell .dcc-filter-field input[type="number"],
body.dccsp-page .dcc-custom-page-shell .dcc-filter-field select {
  width: 100% !important;
  min-width: 0 !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  border-radius: 16px !important;
  border: 1px solid var(--dcc-border) !important;
  background-color: rgba(255, 255, 255, 0.07) !important;
  color: #ffffff !important;
  padding: 0 16px !important;
  font-family: var(--dcc-font) !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 54px !important;
  outline: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 20px rgba(0, 0, 0, 0.12) !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: all 0.2s ease !important;
}

.dcc-custom-page-shell input[type="search"]::-webkit-search-decoration,
.dcc-custom-page-shell input[type="search"]::-webkit-search-cancel-button,
.dcc-custom-page-shell input[type="search"]::-webkit-search-results-button,
.dcc-custom-page-shell input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none !important;
  appearance: none !important;
}

.dcc-custom-page-shell .dcc-filter-field input:hover,
.dcc-custom-page-shell .dcc-filter-field select:hover {
  border-color: var(--dcc-border-2) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.dcc-custom-page-shell .dcc-filter-field input:focus,
.dcc-custom-page-shell .dcc-filter-field select:focus {
  border-color: var(--dcc-border-accent) !important;
  background-color: rgba(10, 10, 10, 0.95) !important;
  box-shadow:
    0 0 0 5px rgba(182, 255, 0, 0.08),
    0 12px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-1px) !important;
}

.dcc-custom-page-shell .dcc-filter-field input::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-weight: 650 !important;
}

/* Search field */

.dcc-custom-page-shell .dcc-filter-search::before,
.dcc-custom-page-shell .dcc-filter-search::after,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-search::before,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-search::after {
  display: none !important;
  content: none !important;
}

.dcc-custom-page-shell .dcc-filter-search input,
.dcc-custom-page-shell .dcc-filter-search input[type="search"],
.dcc-custom-page-shell .dcc-filter-search input[type="text"],
body.dccsp-page .dcc-custom-page-shell .dcc-filter-search input,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-search input[type="search"],
body.dccsp-page .dcc-custom-page-shell .dcc-filter-search input[type="text"] {
  padding-left: 16px !important;
  background-image: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* Select dropdown arrow */

.dcc-custom-page-shell .dcc-filter-field select,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-field select {
  cursor: pointer !important;
  padding-right: 46px !important;
  line-height: normal !important;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.8) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.8) 50%, transparent 50%) !important;
  background-position:
    calc(100% - 24px) 50%,
    calc(100% - 18px) 50% !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}

.dcc-custom-page-shell .dcc-filter-field select option,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-field select option {
  background: #0b0b0b !important;
  color: #ffffff !important;
}

/* Reset button */

.dcc-custom-page-shell .dcc-filter-reset,
.dcc-custom-page-shell button.dcc-filter-reset,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-reset,
body.dccsp-page .dcc-custom-page-shell button.dcc-filter-reset {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: end !important;
  width: 90px !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border-radius: 16px !important;
  border: 1px solid var(--dcc-border-accent) !important;
  background: rgba(182, 255, 0, 0.1) !important;
  color: #ffffff !important;
  font-family: var(--dcc-font) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  box-shadow:
    0 12px 32px rgba(182, 255, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  transition: all 0.2s ease !important;
}

.dcc-custom-page-shell .dcc-filter-reset:hover,
.dcc-custom-page-shell button.dcc-filter-reset:hover,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-reset:hover,
body.dccsp-page .dcc-custom-page-shell button.dcc-filter-reset:hover {
  transform: translateY(-2px) !important;
  color: #050505 !important;
  background: var(--dcc-accent) !important;
  border-color: var(--dcc-accent) !important;
  box-shadow: var(--dcc-shadow-accent) !important;
}

.dcc-custom-page-shell .dcc-filter-reset:active,
.dcc-custom-page-shell button.dcc-filter-reset:active {
  transform: translateY(0) !important;
}

.dcc-custom-page-shell .dcc-filter-meta,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 0 32px !important;
  color: var(--dcc-muted-2) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.dcc-custom-page-shell .dcc-filter-meta span,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-meta span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 36px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid var(--dcc-border) !important;
}

.dcc-custom-page-shell .dcc-filter-meta span::before,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-meta span::before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  border-radius: 999px !important;
  background: var(--dcc-accent) !important;
  box-shadow: 0 0 0 5px rgba(182, 255, 0, 0.1) !important;
}

.dcc-custom-page-shell .dcc-filter-empty,
body.dccsp-page .dcc-custom-page-shell .dcc-filter-empty {
  margin: 28px 0 0 !important;
  padding: 32px !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(182, 255, 0, 0.08), transparent 18rem),
    rgba(255, 255, 255, 0.06) !important;
  border: 1px solid var(--dcc-border-2) !important;
  color: var(--dcc-muted) !important;
  text-align: center !important;
  font-weight: 850 !important;
  box-shadow: var(--dcc-shadow-sm) !important;
}

/* ─────────────────────────────────────────────────────────
   FORMS & CONTACT
   ───────────────────────────────────────────────────────── */

.dcc-contact-top {
  margin-bottom: 48px;
}

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

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

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

.dcc-contact-card a {
  color: var(--dcc-muted-2);
  word-break: break-word;
  transition: color 0.2s ease;
}

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

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

.dcc-form-card {
  padding: 38px;
  background:
    radial-gradient(circle at 90% 5%, rgba(182, 255, 0, 0.06), transparent 13rem),
    rgba(255, 255, 255, 0.06);
}

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

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

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

.dcc-field label {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.dcc-field input,
.dcc-field textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--dcc-border);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  padding: 14px 16px;
  outline: none;
  font: inherit;
  transition: all 0.2s ease;
}

.dcc-field input::placeholder,
.dcc-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.dcc-field input:focus,
.dcc-field textarea:focus {
  border-color: var(--dcc-border-accent);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 5px rgba(182, 255, 0, 0.08);
}

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

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

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

.dcc-alert {
  margin: 22px 0 0;
  padding: 16px 18px;
  border-radius: 16px;
  font-weight: 850;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.dcc-alert-success {
  color: var(--dcc-accent);
  background: rgba(182, 255, 0, 0.1);
  border: 1px solid var(--dcc-border-accent);
}

.dcc-alert-error {
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.1);
  border: 1px solid rgba(255, 107, 107, 0.3);
}

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

/* ─────────────────────────────────────────────────────────
   ABOUT & VISUALS
   ───────────────────────────────────────────────────────── */

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

.dcc-about-visual svg {
  width: min(100%, 540px);
  height: auto;
  filter: drop-shadow(0 32px 80px rgba(0, 0, 0, 0.35));
}

/* ─────────────────────────────────────────────────────────
   LEGAL
   ───────────────────────────────────────────────────────── */

.dcc-legal-container {
  max-width: 960px;
}

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

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

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

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

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

.dcc-terms-products p {
  margin: 0 0 20px !important;
  color: #fff !important;
}

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

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

.dcc-terms-product-link {
  color: #fff !important;
  font-weight: 900;
  transition: color 0.2s ease;
}

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

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

.dcc-terms-separator {
  color: rgba(255, 255, 255, 0.25);
}

/* ─────────────────────────────────────────────────────────
   FAQ
   ───────────────────────────────────────────────────────── */

.dcc-faq {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.dcc-faq-item {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--dcc-border);
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.2s ease;
}

.dcc-faq-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--dcc-border-2);
}

.dcc-faq-item[open] {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--dcc-border-2);
}

.dcc-faq-item summary {
  position: relative;
  padding: 22px 56px 22px 24px;
  color: #fff;
  font-weight: 920;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: color 0.2s ease;
}

.dcc-faq-item summary:hover {
  color: var(--dcc-accent);
}

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

.dcc-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: rgba(182, 255, 0, 0.1);
  color: var(--dcc-accent);
  font-size: 20px;
  font-weight: 950;
  transition: all 0.3s ease;
}

.dcc-faq-item[open] summary::after {
  content: "–";
  background: rgba(182, 255, 0, 0.15);
  transform: translateY(-50%) rotate(90deg);
}

.dcc-faq-item p {
  padding: 0 24px 24px;
  margin: 0;
  color: var(--dcc-muted-2);
  line-height: 1.8;
  animation: expandDown 0.3s ease;
}

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

/* ─────────────────────────────────────────────────────────
   NOTE BOX & CTA
   ───────────────────────────────────────────────────────── */

.dcc-note-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 32px;
  padding: 24px;
  color: var(--dcc-muted);
  border-radius: 20px;
}

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

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

.dcc-final-cta {
  position: relative;
  overflow: hidden;
  padding: 62px 48px;
  border-radius: 36px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(182, 255, 0, 0.1), transparent 22rem),
    radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.06), transparent 20rem),
    var(--dcc-panel);
  box-shadow: var(--dcc-shadow);
  border: 1px solid var(--dcc-border-2);
}

.dcc-final-cta h2 {
  max-width: 820px;
  margin: 0 auto 16px;
  font-size: clamp(34px, 4.2vw, 58px);
}

.dcc-final-cta p {
  max-width: 740px;
  margin: 0 auto 32px;
  color: var(--dcc-muted);
  font-size: 17px;
  line-height: 1.8;
}

/* ─────────────────────────────────────────────────────────
   FOOTER
   ───────────────────────────────────────────────────────── */

.dcc-footer {
  position: relative;
  padding: 60px 0 24px;
  color: var(--dcc-muted);
  background:
    radial-gradient(circle at 12% 18%, rgba(182, 255, 0, 0.05), transparent 22rem),
    linear-gradient(135deg, #030303, #070707 60%, #0a0a0a);
  border-top: 1px solid var(--dcc-border);
  overflow: hidden;
}

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

.dcc-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.85fr 1fr;
  gap: 40px;
  align-items: start;
}

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

.dcc-footer-logo-mark {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  border-radius: 14px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid var(--dcc-border-2) !important;
}

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

.dcc-footer h3 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dcc-footer p,
.dcc-footer a {
  color: var(--dcc-muted-2);
  font-size: 15px;
  line-height: 1.7;
}

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

.dcc-footer a {
  display: block;
  margin: 0 0 8px;
  transition: all 0.2s ease;
}

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

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

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

.dcc-footer-payments {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.dcc-footer-payments span {
  color: var(--dcc-muted-3);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

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

.dcc-payment-pills b {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--dcc-border);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.03em;
  transition: all 0.2s ease;
}

.dcc-payment-pills b:hover {
  background: rgba(182, 255, 0, 0.1);
  border-color: var(--dcc-border-accent);
}

.dcc-footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--dcc-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--dcc-muted-3);
  font-size: 14px;
}

.dcc-footer-bottom a {
  display: inline;
  margin: 0 0 0 14px;
  color: var(--dcc-muted-2);
  transition: color 0.2s ease;
}

.dcc-footer-bottom a:hover {
  color: var(--dcc-accent);
  transform: none;
}

/* ─────────────────────────────────────────────────────────
   BACK TO TOP
   ───────────────────────────────────────────────────────── */

.dcc-back-top {
  position: fixed;
  right: 24px;
  bottom: 28px;
  z-index: 1200;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  border: 1px solid var(--dcc-border-2);
  background: var(--dcc-panel);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  box-shadow: var(--dcc-shadow);
  transition: all 0.3s ease;
}

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

.dcc-back-top:hover {
  background: var(--dcc-panel-2);
  border-color: var(--dcc-border-accent);
  transform: translateY(-4px);
  box-shadow: var(--dcc-shadow-lg);
}

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

/* ─────────────────────────────────────────────────────────
   WOOCOMMERCE 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: 44px !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;
}

/* ─────────────────────────────────────────────────────────
   RESPONSIVE DESIGN
   ───────────────────────────────────────────────────────── */

@media (max-width: 1120px) {
  .dcc-hero-grid,
  .dcc-store-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .dcc-hero-copy {
    max-width: 100%;
  }

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

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

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

  .dcc-custom-page-shell .dcc-store-filters,
  body.dccsp-page .dcc-custom-page-shell .dcc-store-filters {
    grid-template-columns: 1fr 1fr !important;
    border-radius: 26px !important;
  }

  .dcc-custom-page-shell .dcc-filter-reset,
  .dcc-custom-page-shell button.dcc-filter-reset,
  body.dccsp-page .dcc-custom-page-shell .dcc-filter-reset,
  body.dccsp-page .dcc-custom-page-shell button.dcc-filter-reset {
    width: 100% !important;
  }

  .dcc-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

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

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

  .dcc-header-inner {
    min-height: 70px;
  }

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

  .dcc-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: 6px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(15, 15, 15, 0.98);
    border: 1px solid var(--dcc-border-2);
    box-shadow: var(--dcc-shadow);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.22s ease;
  }

  .dcc-nav a {
    display: block;
    padding: 14px;
    border-radius: 14px;
    color: #fff;
  }

  .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-store-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dcc-store-toolbar {
    display: grid;
    align-items: start;
  }

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

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

  .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% - 32px, 1200px);
  }

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

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

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

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

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

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

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

  .dcc-hero-actions,
  .dcc-store-toolbar .dcc-btn {
    width: 100%;
  }

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

  .dcc-btn {
    width: 100%;
    padding: 12px 20px;
    min-height: 48px;
  }

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

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

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

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

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

  .dcc-final-cta {
    padding: 40px 24px;
    border-radius: 26px;
  }

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

  .dcc-section-head h2 {
    font-size: clamp(28px, 5vw, 40px);
  }

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

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

  .dcc-template-card-bottom {
    display: grid;
    align-items: start;
  }

  .dcc-template-link {
    width: 100%;
  }

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

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

  .dcc-custom-page-shell .dcc-store-filters,
  body.dccsp-page .dcc-custom-page-shell .dcc-store-filters {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }

  .dcc-custom-page-shell .dcc-filter-field input,
  .dcc-custom-page-shell .dcc-filter-field select,
  .dcc-custom-page-shell .dcc-filter-reset,
  .dcc-custom-page-shell button.dcc-filter-reset,
  body.dccsp-page .dcc-custom-page-shell .dcc-filter-field input,
  body.dccsp-page .dcc-custom-page-shell .dcc-filter-field select,
  body.dccsp-page .dcc-custom-page-shell .dcc-filter-reset,
  body.dccsp-page .dcc-custom-page-shell button.dcc-filter-reset {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    border-radius: 14px !important;
  }

  .dcc-custom-page-shell .dcc-filter-meta,
  body.dccsp-page .dcc-custom-page-shell .dcc-filter-meta {
    justify-content: center !important;
    text-align: center !important;
  }

  .dcc-custom-page-shell .dcc-filter-meta span,
  body.dccsp-page .dcc-custom-page-shell .dcc-filter-meta span {
    width: 100% !important;
    justify-content: center !important;
  }
}

@media (max-width: 430px) {
  .dcc-container {
    width: min(100% - 24px, 1200px);
  }

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

  .dcc-logo-image {
    max-width: 130px;
    max-height: 40px;
  }

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

  .dcc-card,
  .dcc-contact-card,
  .dcc-form-card,
  .dcc-legal-card,
  .dcc-template-card {
    border-radius: 18px;
  }

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

  .dcc-btn {
    padding: 12px 18px;
    font-size: 14px;
  }
}

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

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

@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;
  }
}

/* FIX PRETURI ALBE IN LISTA DE PRODUSE DIGITALE */
.dcc-legal-card .dcc-terms-product-list li,
.dcc-legal-card .dcc-terms-product-list li *,
.dcc-legal-card .dcc-terms-product-link,
.dcc-legal-card .dcc-terms-product-link *,
.dcc-legal-card .dcc-terms-price,
.dcc-legal-card .dcc-terms-price *,
.dcc-legal-card .amount,
.dcc-legal-card .amount *,
.dcc-legal-card bdi,
.dcc-legal-card bdi * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

/* =========================================================
   FIX CONTACT FORM — Button text white + modern dark fields
   Pune acest bloc la finalul fisierului CSS
   ========================================================= */

/* Card contact mai modern */
.dcc-custom-page-shell .dcc-form-card,
body.dccsp-page .dcc-custom-page-shell .dcc-form-card {
  background:
    radial-gradient(circle at 92% 0%, rgba(182,255,0,.08), transparent 15rem),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035)) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  box-shadow:
    0 24px 70px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.07) !important;
}

/* Labels */
.dcc-custom-page-shell .dcc-contact-form .dcc-field label,
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-field label {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  margin-bottom: 6px !important;
}

/* Inputuri + textarea dark moderne */
.dcc-custom-page-shell .dcc-contact-form .dcc-field input,
.dcc-custom-page-shell .dcc-contact-form .dcc-field input[type="text"],
.dcc-custom-page-shell .dcc-contact-form .dcc-field input[type="email"],
.dcc-custom-page-shell .dcc-contact-form .dcc-field textarea,
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-field input,
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-field input[type="text"],
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-field input[type="email"],
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-field textarea {
  width: 100% !important;
  min-height: 56px !important;
  border-radius: 17px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.045)) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 15px 17px !important;
  font-family: var(--dcc-font) !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
  outline: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 12px 26px rgba(0,0,0,.16) !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background-color .2s ease,
    transform .2s ease !important;
}

/* Textarea */
.dcc-custom-page-shell .dcc-contact-form .dcc-field textarea,
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-field textarea {
  min-height: 160px !important;
  resize: vertical !important;
  padding-top: 17px !important;
}

/* Placeholder */
.dcc-custom-page-shell .dcc-contact-form .dcc-field input::placeholder,
.dcc-custom-page-shell .dcc-contact-form .dcc-field textarea::placeholder {
  color: rgba(255,255,255,.42) !important;
  -webkit-text-fill-color: rgba(255,255,255,.42) !important;
  font-weight: 600 !important;
}

/* Focus modern */
.dcc-custom-page-shell .dcc-contact-form .dcc-field input:focus,
.dcc-custom-page-shell .dcc-contact-form .dcc-field textarea:focus,
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-field input:focus,
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-field textarea:focus {
  border-color: rgba(182,255,0,.55) !important;
  background: rgba(10,10,10,.94) !important;
  box-shadow:
    0 0 0 5px rgba(182,255,0,.09),
    0 16px 36px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
  transform: translateY(-1px) !important;
}

/* Fix Chrome autofill - elimina fundalul alb */
.dcc-custom-page-shell .dcc-contact-form input:-webkit-autofill,
.dcc-custom-page-shell .dcc-contact-form input:-webkit-autofill:hover,
.dcc-custom-page-shell .dcc-contact-form input:-webkit-autofill:focus,
.dcc-custom-page-shell .dcc-contact-form textarea:-webkit-autofill,
.dcc-custom-page-shell .dcc-contact-form textarea:-webkit-autofill:hover,
.dcc-custom-page-shell .dcc-contact-form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  box-shadow:
    0 0 0 1000px #111111 inset,
    0 0 0 5px rgba(182,255,0,.07) !important;
  border-color: rgba(255,255,255,.16) !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

/* Buton contact - text alb fortat */
.dcc-custom-page-shell .dcc-contact-form .dcc-submit-btn,
.dcc-custom-page-shell .dcc-contact-form button.dcc-submit-btn,
.dcc-custom-page-shell .dcc-contact-form .dcc-btn-primary.dcc-submit-btn,
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-submit-btn,
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form button.dcc-submit-btn {
  width: 100% !important;
  min-height: 56px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(182,255,0,.38) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.18), transparent 14rem),
    linear-gradient(135deg, #2563eb, #3b82f6) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: var(--dcc-font) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  box-shadow:
    0 18px 42px rgba(37,99,235,.28),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
}

/* Text si icon din buton */
.dcc-custom-page-shell .dcc-contact-form .dcc-submit-btn span,
.dcc-custom-page-shell .dcc-contact-form .dcc-submit-btn svg,
.dcc-custom-page-shell .dcc-contact-form .dcc-submit-btn svg *,
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-submit-btn span,
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-submit-btn svg,
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-submit-btn svg * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  stroke: #ffffff !important;
}

/* Hover buton */
.dcc-custom-page-shell .dcc-contact-form .dcc-submit-btn:hover,
body.dccsp-page .dcc-custom-page-shell .dcc-contact-form .dcc-submit-btn:hover {
  transform: translateY(-2px) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.20), transparent 14rem),
    linear-gradient(135deg, #1d4ed8, #2563eb) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow:
    0 22px 52px rgba(37,99,235,.36),
    inset 0 1px 0 rgba(255,255,255,.20) !important;
}

/* Nota de sub formular */
.dcc-custom-page-shell .dcc-form-note,
body.dccsp-page .dcc-custom-page-shell .dcc-form-note {
  color: rgba(255,255,255,.46) !important;
  font-size: 13px !important;
}

/* =========================================================
   FIX IMAGINI HD PE HOMEPAGE + SHOP
   ========================================================= */

.dcc-custom-page-shell .dcc-template-card-media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden !important;
  background: #111111 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.dcc-custom-page-shell .dcc-template-card-img,
.dcc-custom-page-shell .dcc-template-card-media img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  image-rendering: auto !important;
  transform: translateZ(0);
}

.dcc-custom-page-shell .dcc-template-card:hover .dcc-template-card-img,
.dcc-custom-page-shell .dcc-template-card:hover .dcc-template-card-media img {
  transform: scale(1.04) translateZ(0);
  opacity: .96;
}