/* =========================================================
   DCC Smart Service Pages Pro — Intelligent Cloud Redesign v5
   PHP structure v1.4.2
   Brand colors: #231f20 & #bb4430
   ========================================================= */

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

.dcc-custom-page-shell {
  --dcc-primary: #bb4430;
  --dcc-secondary: #231f20;
  --dcc-accent: #bb4430;
  --dcc-soft: #faf7f4;
  --dcc-card-r: 26px;
  --dcc-btn-r: 16px;
  --dcc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --dcc-brand-dark: #231f20;
  --dcc-brand-red: #bb4430;
  --dcc-brand-red-dark: #9f3322;
  --dcc-brand-red-soft: #f8e4df;
  --dcc-cream: #faf7f4;
  --dcc-cream-2: #f3ebe4;
  --dcc-white: #ffffff;
  --dcc-ink: #231f20;
  --dcc-text: #463d3f;
  --dcc-muted: #736a6c;
  --dcc-muted-2: #948b8c;
  --dcc-line: rgba(35, 31, 32, .12);
  --dcc-line-strong: rgba(35, 31, 32, .22);
  --dcc-panel: rgba(255, 255, 255, .88);

  --dcc-green: #0f9f6e;
  --dcc-blue: #3d6fd7;
  --dcc-purple: #7757c7;
  --dcc-orange: #d98522;

  --dcc-shadow-xs: 0 1px 2px rgba(35, 31, 32, .05);
  --dcc-shadow-sm: 0 14px 34px rgba(35, 31, 32, .08);
  --dcc-shadow-md: 0 24px 60px rgba(35, 31, 32, .12);
  --dcc-shadow-lg: 0 40px 100px rgba(35, 31, 32, .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 5% 4%, rgba(187, 68, 48, .13), transparent 24rem),
    radial-gradient(circle at 88% 12%, rgba(35, 31, 32, .08), transparent 26rem),
    linear-gradient(180deg, #faf7f4 0%, #ffffff 46%, #f7eee8 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  isolation: isolate;
}

.dcc-custom-page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(35,31,32,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35,31,32,.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.30), transparent 50%);
}

.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(1190px, calc(100% - 42px));
  margin-inline: auto;
}

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

.dcc-soft-bg {
  background:
    radial-gradient(circle at 15% 20%, rgba(187, 68, 48, .10), transparent 22rem),
    radial-gradient(circle at 92% 90%, rgba(35, 31, 32, .08), transparent 24rem),
    linear-gradient(180deg, #fbf4ef, #ffffff);
  border-block: 1px solid rgba(35, 31, 32, .08);
}

/* ── Header ─────────────────────────────────────────────── */
.dcc-header {
  position: relative !important;
  top: auto !important;
  z-index: 100;
  background: rgba(250, 247, 244, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(35, 31, 32, .10);
  box-shadow: 0 10px 32px rgba(35, 31, 32, .04);
}

.dcc-header-inner {
  min-height: 84px;
  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-brand-dark);
  font-weight: 950;
  letter-spacing: -.04em;
}

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

.dcc-logo-mark,
.dcc-footer-logo-mark {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 14px 24px 14px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: -.055em;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(135deg, var(--dcc-brand-red), var(--dcc-brand-dark));
  box-shadow: 0 16px 36px rgba(187, 68, 48, .24);
}

.dcc-logo-mark::after,
.dcc-footer-logo-mark::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 9px;
  width: 10px;
  height: 26px;
  border-radius: 999px;
  background: var(--dcc-brand-red);
  box-shadow: 0 12px 24px rgba(187,68,48,.25);
}

.dcc-logo-text {
  display: inline-block;
  max-width: 260px;
  font-size: 16px;
  line-height: 1.05;
}

.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: 6px;
  margin-left: auto;
  padding: 7px;
  border: 1px solid rgba(35, 31, 32, .08);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  box-shadow: var(--dcc-shadow-xs);
}

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

.dcc-nav a:hover {
  color: var(--dcc-brand-dark);
  background: rgba(187, 68, 48, .10);
}

.dcc-nav .dcc-nav-cta {
  margin-left: 4px;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--dcc-brand-red), var(--dcc-brand-dark));
  border: 1px solid rgba(255, 255, 255, .20);
  box-shadow: 0 14px 32px rgba(187, 68, 48, .23);
  padding: 13px 18px;
}

.dcc-nav .dcc-nav-cta:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--dcc-brand-dark), var(--dcc-brand-red));
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(35, 31, 32, .20);
}

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

.dcc-nav-toggle {
  display: none !important;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(35, 31, 32, .14);
  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-brand-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 14%, rgba(255,255,255,.42) 48%, transparent 78%);
  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-brand-red), var(--dcc-brand-dark));
  box-shadow: 0 18px 42px rgba(187, 68, 48, .25);
}

.dcc-btn-primary:hover {
  color: #ffffff !important;
  box-shadow: 0 24px 54px rgba(35, 31, 32, .24);
}

.dcc-btn-secondary {
  color: var(--dcc-brand-dark) !important;
  background: #ffffff;
  border-color: rgba(35, 31, 32, .14);
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-btn-secondary:hover {
  color: var(--dcc-brand-red-dark) !important;
  border-color: rgba(187, 68, 48, .34);
  box-shadow: var(--dcc-shadow-md);
}

.dcc-btn-ghost {
  color: var(--dcc-brand-dark) !important;
  background: rgba(255, 255, 255, .76);
  border-color: rgba(35, 31, 32, .14);
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-btn-ghost:hover {
  color: var(--dcc-brand-red-dark) !important;
  background: #ffffff;
  border-color: rgba(187, 68, 48, .30);
}

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

.dcc-btn-light:hover {
  color: var(--dcc-brand-red-dark) !important;
  box-shadow: 0 26px 62px rgba(0, 0, 0, .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(187, 68, 48, .24);
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--dcc-shadow-xs);
  color: var(--dcc-brand-red-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-brand-red), var(--dcc-brand-dark));
  box-shadow: 0 0 0 5px rgba(187, 68, 48, .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;
}

/* ── New Homepage: Cloud Hero ───────────────────────────── */
.dcc-cloud-hero {
  position: relative;
  padding: 94px 0 96px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(187, 68, 48, .22), transparent 25rem),
    radial-gradient(circle at 90% 10%, rgba(35, 31, 32, .12), transparent 24rem),
    linear-gradient(135deg, #fbf3ed 0%, #ffffff 42%, #f2e7df 100%);
}

.dcc-cloud-hero::before {
  content: "";
  position: absolute;
  inset: 30px;
  border-radius: 42px;
  border: 1px solid rgba(35, 31, 32, .10);
  pointer-events: none;
}

.dcc-cloud-hero::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(187, 68, 48, .18), transparent 68%);
  pointer-events: none;
}

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

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

.dcc-cloud-hero h1,
.dcc-hero h1,
.dcc-simple-hero h1 {
  margin: 0 0 18px;
  color: var(--dcc-brand-dark);
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.068em;
  font-weight: 950;
  text-wrap: balance;
}

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

.dcc-cloud-hero p {
  max-width: 620px;
}

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

.dcc-cloud-proof {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dcc-cloud-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(35, 31, 32, .11);
  color: #62595b;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(35, 31, 32, .05);
}

.dcc-cloud-proof svg {
  width: 18px;
  height: 18px;
  color: var(--dcc-brand-red);
}

.dcc-cloud-console {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 18px;
  min-height: 500px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 6%, rgba(187, 68, 48, .45), transparent 18rem),
    linear-gradient(135deg, #231f20 0%, #2e292a 60%, #191617 100%);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--dcc-shadow-lg);
}

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

.dcc-console-topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 10px 16px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 850;
}

.dcc-console-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.34);
}

.dcc-console-topbar span:first-child {
  background: var(--dcc-brand-red);
}

.dcc-console-topbar strong {
  margin-left: auto;
  color: rgba(255,255,255,.72);
}

.dcc-console-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 14px;
}

.dcc-console-main-card,
.dcc-console-side-card,
.dcc-console-row {
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 46px rgba(0,0,0,.16);
}

.dcc-console-main-card {
  min-height: 230px;
  grid-row: span 2;
  border-radius: 26px;
  padding: 28px;
  display: grid;
  align-content: end;
}

.dcc-console-label {
  color: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dcc-console-main-card h2 {
  margin: 8px 0 22px;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.055em;
}

.dcc-console-main-card p {
  color: rgba(255,255,255,.64);
  font-size: 14px;
}

.dcc-console-progress {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  margin-bottom: 14px;
}

.dcc-console-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--dcc-brand-red), #e8a08f);
}

.dcc-console-side-card {
  min-height: 108px;
  border-radius: 24px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 8px;
}

.dcc-console-side-card strong {
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.06em;
}

.dcc-console-side-card span {
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.dcc-console-side-card-alt {
  background: rgba(187, 68, 48, .24);
}

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

.dcc-console-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 14px 16px;
  border-radius: 20px;
}

.dcc-console-row span {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 800;
}

.dcc-console-row strong {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

/* ── New Homepage Sections ─────────────────────────────── */
.dcc-section-head {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.dcc-section-head h2,
.dcc-cloud-package-head h2,
.dcc-cloud-checklist-copy h2,
.dcc-copy-block h2 {
  margin: 0 0 12px;
  color: var(--dcc-brand-dark);
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.058em;
  font-weight: 950;
  text-wrap: balance;
}

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

.dcc-cloud-lanes-section {
  background: #ffffff;
}

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

.dcc-cloud-lane-card,
.dcc-usecase-card,
.dcc-cloud-checklist-card,
.dcc-cloud-metric {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(35, 31, 32, .12);
  border-radius: var(--dcc-card-r);
  box-shadow: var(--dcc-shadow-sm);
}

.dcc-cloud-lane-card {
  min-height: 330px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.dcc-cloud-lane-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 8%, rgba(187,68,48,.16), transparent 12rem),
    linear-gradient(180deg, transparent, rgba(250,247,244,.86));
}

.dcc-cloud-lane-card:hover {
  transform: translateY(-7px);
  border-color: rgba(187, 68, 48, .34);
  box-shadow: var(--dcc-shadow-md);
}

.dcc-cloud-lane-icon {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--dcc-brand-red), var(--dcc-brand-dark));
  box-shadow: 0 18px 38px rgba(187,68,48,.22);
}

.dcc-cloud-lane-icon svg {
  width: 28px;
  height: 28px;
}

.dcc-cloud-lane-card span,
.dcc-usecase-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--dcc-brand-red-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dcc-cloud-lane-card h3,
.dcc-usecase-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--dcc-brand-dark);
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -.04em;
  font-weight: 950;
}

.dcc-cloud-lane-card p,
.dcc-usecase-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--dcc-muted);
}

.dcc-cloud-dark-section {
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 10% 18%, rgba(187,68,48,.32), transparent 23rem),
    radial-gradient(circle at 90% 80%, rgba(255,255,255,.10), transparent 23rem),
    linear-gradient(135deg, #1d191a, #231f20 62%, #342b2b);
}

.dcc-cloud-dark-section::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 38px;
  pointer-events: none;
}

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

.dcc-cloud-ops-panel {
  max-width: 620px;
}

.dcc-cloud-ops-panel h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.06em;
  font-weight: 950;
}

.dcc-cloud-ops-panel p {
  margin: 0 0 24px;
  color: rgba(255,255,255,.70);
  font-size: 17px;
  line-height: 1.76;
}

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

.dcc-cloud-metric {
  min-height: 168px;
  padding: 24px;
  display: grid;
  align-content: end;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 16px 46px rgba(0,0,0,.16);
}

.dcc-cloud-metric:nth-child(even) {
  transform: translateY(28px);
  background: rgba(187,68,48,.18);
}

.dcc-cloud-metric strong {
  color: #ffffff;
  font-size: clamp(36px, 5vw, 66px);
  line-height: .9;
  letter-spacing: -.08em;
  font-weight: 950;
}

.dcc-cloud-metric span {
  margin-top: 12px;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.dcc-cloud-usecases-section {
  background:
    radial-gradient(circle at 12% 86%, rgba(187,68,48,.10), transparent 22rem),
    linear-gradient(180deg, #fbf7f4, #ffffff);
}

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

.dcc-usecase-card {
  padding: 84px 26px 26px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, #ffffff, #fbf4ef);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.dcc-usecase-card::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 24px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dcc-brand-red), var(--dcc-brand-dark));
  opacity: .92;
}

.dcc-usecase-card::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 38px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ffffff;
  opacity: .78;
}

.dcc-usecase-card span,
.dcc-usecase-card h3,
.dcc-usecase-card p {
  position: relative;
  z-index: 1;
}

.dcc-usecase-card:hover {
  transform: translateY(-6px);
  border-color: rgba(187, 68, 48, .32);
  box-shadow: var(--dcc-shadow-md);
}

.dcc-cloud-packages-section {
  background: #ffffff;
}

.dcc-cloud-package-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.dcc-cloud-package-head p {
  margin: 0;
}

.dcc-cloud-checklist-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(187,68,48,.12), transparent 23rem),
    linear-gradient(180deg, #fbf4ef, #ffffff);
}

.dcc-cloud-checklist-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 34px;
  align-items: center;
}

.dcc-cloud-checklist-card {
  padding: 34px;
  background: #ffffff;
}

.dcc-cloud-faq-section {
  background: #ffffff;
}

/* ── Legacy Hero / Simple Hero support ─────────────────── */
.dcc-hero {
  position: relative;
  padding: 86px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(187, 68, 48, .18), transparent 25rem),
    radial-gradient(circle at 86% 18%, rgba(35, 31, 32, .12), transparent 24rem),
    linear-gradient(135deg, #fbf3ed 0%, #ffffff 46%, #f4ebe5 100%);
}

.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-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(35, 31, 32, .12);
  color: #62595b;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(35, 31, 32, .05);
}

.dcc-trust-item svg {
  width: 18px;
  height: 18px;
  color: var(--dcc-brand-red);
  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 svg {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  height: auto;
  filter: drop-shadow(0 30px 70px rgba(35,31,32,.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); }
}

.dcc-simple-hero {
  position: relative;
  padding: 78px 0 72px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 20%, rgba(187, 68, 48, .38), transparent 22rem),
    radial-gradient(circle at 86% 26%, rgba(255,255,255,.11), transparent 22rem),
    linear-gradient(135deg, #1d191a, #231f20 66%, #382e2e);
}

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

/* ── 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,.94);
  border: 1px solid rgba(35, 31, 32, .12);
  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(187,68,48,.12), transparent 36%, rgba(35,31,32,.07));
  opacity: 0;
  transition: opacity .22s ease;
}

.dcc-card:hover,
.dcc-service-card:hover,
.dcc-contact-card:hover {
  transform: translateY(-6px);
  border-color: rgba(187, 68, 48, .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-brand-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(35, 31, 32, .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(61, 111, 215, .11); color: var(--dcc-blue); }
.dcc-icon-green { background: rgba(15, 159, 110, .12); color: var(--dcc-green); }
.dcc-icon-purple { background: rgba(119, 87, 199, .12); color: var(--dcc-purple); }
.dcc-icon-orange { background: rgba(187, 68, 48, .14); color: var(--dcc-brand-red-dark); }
.dcc-icon-dark { background: rgba(35, 31, 32, .10); color: var(--dcc-brand-dark); }

/* ── Package / Preview cards ───────────────────────────── */
.dcc-packages-section,
.dcc-cloud-packages-section {
  padding-top: 82px;
}

.dcc-preview-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100%;
  padding: 28px;
  background:
    radial-gradient(circle at 90% 8%, rgba(187,68,48,.10), transparent 11rem),
    linear-gradient(180deg, #ffffff, #fbf4ef);
}

.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-brand-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;
}

/* ── Steps / Dark Panels / Mini features ───────────────── */
.dcc-step-card {
  background: linear-gradient(180deg, #ffffff, #fbf4ef);
}

.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-brand-red), var(--dcc-brand-dark));
  box-shadow: 0 16px 34px rgba(187, 68, 48, .24);
  overflow: hidden;
}

.dcc-step-number span { display: none !important; }
.dcc-step-number svg { width: 27px !important; height: 27px !important; color: #ffffff !important; }

.dcc-dark-panel {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border-radius: 36px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(187,68,48,.30), transparent 18rem),
    radial-gradient(circle at 10% 90%, rgba(255,255,255,.10), transparent 20rem),
    linear-gradient(135deg, #1d191a, #231f20 70%, #362b2b);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--dcc-shadow-lg);
}

.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(35, 31, 32, .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-brand-red), var(--dcc-brand-dark));
  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-brand-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(187,68,48,.30);
}

.dcc-mini-feature-dark svg { width: 20px !important; 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; }

/* ── 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-brand-red-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(187, 68, 48, .14);
  color: var(--dcc-brand-red-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(35, 31, 32, .20);
}

.dcc-service-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--dcc-brand-dark);
  background: rgba(35, 31, 32, .07);
  font-size: 12px;
  font-weight: 850;
}

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

.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-brand-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-brand-red);
  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(35, 31, 32, .12);
  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-brand-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(187, 68, 48, .13);
  color: var(--dcc-brand-red-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(187, 68, 48, .38), transparent 22rem),
    radial-gradient(circle at 86% 82%, rgba(255,255,255,.11), transparent 20rem),
    linear-gradient(135deg, #1d191a, #231f20 68%, #382e2e);
  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;
}

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

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

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

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

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

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

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

.dcc-field input,
.dcc-field textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(35, 31, 32, .15);
  background: #fbf7f4;
  color: var(--dcc-brand-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(187, 68, 48, .58);
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(187, 68, 48, .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 / Legal ──────────────────────────────────────── */
.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(35,31,32,.16));
}

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

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

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

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

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

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

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

/* ── Footer — Split Cloud Console Style ─────────────────── */
.dcc-footer {
  position: relative;
  padding: 74px 0 34px;
  color: rgba(255,255,255,.74);
  background:
    radial-gradient(circle at 8% 14%, rgba(187,68,48,.34), transparent 25rem),
    radial-gradient(circle at 90% 18%, rgba(255,255,255,.08), transparent 22rem),
    linear-gradient(135deg, #141112 0%, #231f20 56%, #2f2423 100%);
  overflow: hidden;
}

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

.dcc-footer::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(187,68,48,.32), transparent 68%);
  pointer-events: none;
}

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

.dcc-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr) minmax(240px, .75fr);
  gap: 18px;
  align-items: stretch;
}

.dcc-footer-grid > div {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 22px 56px rgba(0,0,0,.18);
}

.dcc-footer-grid > div:first-child {
  padding: 34px;
  background:
    radial-gradient(circle at 12% 12%, rgba(187,68,48,.28), transparent 16rem),
    linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
}

.dcc-footer-grid > div:first-child::before {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 138px;
  height: 138px;
  border-radius: 999px;
  background: rgba(187,68,48,.24);
  border: 1px solid rgba(255,255,255,.10);
}

.dcc-footer-logo-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
}

.dcc-footer-logo-mark {
  width: 56px !important;
  height: 56px !important;
  flex: 0 0 56px !important;
  border-radius: 16px 28px 16px 16px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.24), transparent 30%),
    linear-gradient(135deg, #bb4430, #231f20) !important;
  box-shadow: 0 18px 42px rgba(187,68,48,.28) !important;
}

.dcc-footer-logo-name {
  color: #ffffff;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

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

.dcc-footer h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #bb4430, rgba(255,255,255,.20));
}

.dcc-footer p {
  margin: 0 0 10px;
  color: rgba(255,255,255,.70);
  font-size: 15px;
  line-height: 1.72;
}

.dcc-footer-grid > div:first-child p {
  max-width: 520px;
  font-size: 15.5px;
  color: rgba(255,255,255,.76);
}

.dcc-footer a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 7px;
  padding: 8px 10px;
  border-radius: 13px;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.35;
}

.dcc-footer a:hover {
  color: #ffffff;
  background: rgba(187,68,48,.16);
  transform: translateX(4px);
}

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

.dcc-footer-payments {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 11px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.dcc-footer-payments span {
  color: rgba(255,255,255,.54);
  font-size: 13px;
  font-weight: 800;
}

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

.dcc-payment-pills b {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.13);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
}

.dcc-footer-bottom {
  margin-top: 20px;
  padding: 18px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.055);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255,255,255,.52);
  font-size: 14px;
}

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

.dcc-footer-bottom a {
  display: inline-flex;
  min-height: auto;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,.66);
  background: transparent;
}

.dcc-footer-bottom a:hover {
  color: #ffffff;
  background: rgba(187,68,48,.18);
  transform: none;
}

@media (max-width: 920px) {
  .dcc-footer {
    padding: 58px 0 28px;
  }

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

  .dcc-footer-grid > div,
  .dcc-footer-grid > div:first-child {
    padding: 26px;
    border-radius: 26px;
  }

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

  .dcc-footer-bottom span:last-child {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .dcc-footer::before {
    inset: 12px;
    border-radius: 26px;
  }

  .dcc-footer-grid > div,
  .dcc-footer-grid > div:first-child {
    padding: 22px;
    border-radius: 24px;
  }

  .dcc-footer-logo-mark {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
  }

  .dcc-footer-logo-name {
    font-size: 17px;
  }

  .dcc-footer a {
    padding-left: 0;
    background: transparent;
  }

  .dcc-footer a:hover {
    padding-left: 10px;
  }

  .dcc-footer-bottom {
    padding: 16px;
    border-radius: 20px;
  }
}

/* ── FIX Footer Contact alignment ───────────────────────── */

/* cardul de contact */
.dcc-footer-grid > div:nth-child(2) p,
.dcc-footer-grid > div:nth-child(2) a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  margin: 0 0 10px;
  padding: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  background: transparent !important;
  transform: none !important;
}

/* sa nu iasa textul din coloana */
.dcc-footer-grid > div:nth-child(2) p,
.dcc-footer-grid > div:nth-child(2) a,
.dcc-footer-grid > div:nth-child(2) span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* icon bubble comun */
.dcc-footer-grid > div:nth-child(2) p::before,
.dcc-footer-grid > div:nth-child(2) a::before {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  margin-top: 1px;
}

/* adresa */
.dcc-footer-grid > div:nth-child(2) p:nth-of-type(2)::before {
  content: "📍";
}

/* telefon */
.dcc-footer-grid > div:nth-child(2) p:nth-of-type(3)::before,
.dcc-footer-grid > div:nth-child(2) a[href^="tel:"]::before {
  content: "☎";
}

/* email */
.dcc-footer-grid > div:nth-child(2) p:nth-of-type(4)::before,
.dcc-footer-grid > div:nth-child(2) a[href^="mailto:"]::before {
  content: "✉";
}

/* hover clean pentru linkuri din contact */
.dcc-footer-grid > div:nth-child(2) a:hover {
  color: #ffffff !important;
  background: transparent !important;
  transform: none !important;
}

/* pe mobil sa stea si mai bine */
@media (max-width: 680px) {
  .dcc-footer-grid > div:nth-child(2) p,
  .dcc-footer-grid > div:nth-child(2) a {
    gap: 9px;
  }

  .dcc-footer-grid > div:nth-child(2) p::before,
  .dcc-footer-grid > div:nth-child(2) a::before {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-radius: 10px;
    font-size: 13px;
  }
}

/* ── FINAL FIX Footer: payments + contact icons clean ───── */

/* ascunde vechile badges daca au ramas in HTML */
.dcc-footer-mini-badges {
  display: none !important;
}

/* payment block in prima coloana */
.dcc-footer-payments {
  position: relative;
  z-index: 2;
  display: grid !important;
  gap: 10px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.dcc-footer-payments > span {
  color: rgba(255,255,255,.58) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

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

.dcc-payment-pills b {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.13);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
}

/* reset iconuri duplicate */
.dcc-footer-grid > div:nth-child(2) p::before,
.dcc-footer-grid > div:nth-child(2) a::before {
  content: none !important;
  display: none !important;
}

/* contact card clean */
.dcc-footer-grid > div:nth-child(2) p {
  margin: 0 0 12px !important;
  padding: 0 !important;
  min-width: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  background: transparent !important;
  transform: none !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* numele companiei fara icon */
.dcc-footer-grid > div:nth-child(2) p:first-of-type {
  display: block !important;
  margin-bottom: 14px !important;
}

/* adresa cu un singur icon */
.dcc-footer-grid > div:nth-child(2) p:nth-of-type(2) {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.dcc-footer-grid > div:nth-child(2) p:nth-of-type(2)::before {
  content: "📍" !important;
  display: inline-flex !important;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  margin-top: 1px;
}

/* paragrafele cu telefon/email nu primesc icon */
.dcc-footer-grid > div:nth-child(2) p:nth-of-type(3),
.dcc-footer-grid > div:nth-child(2) p:nth-of-type(4) {
  display: block !important;
}

/* telefon + email cu un singur icon pe link */
.dcc-footer-grid > div:nth-child(2) a[href^="tel:"],
.dcc-footer-grid > div:nth-child(2) a[href^="mailto:"] {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.72) !important;
  line-height: 1.65;
  background: transparent !important;
  transform: none !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.dcc-footer-grid > div:nth-child(2) a[href^="tel:"]::before,
.dcc-footer-grid > div:nth-child(2) a[href^="mailto:"]::before {
  display: inline-flex !important;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  margin-top: 1px;
}

.dcc-footer-grid > div:nth-child(2) a[href^="tel:"]::before {
  content: "☎" !important;
}

.dcc-footer-grid > div:nth-child(2) a[href^="mailto:"]::before {
  content: "✉" !important;
}

.dcc-footer-grid > div:nth-child(2) a:hover {
  color: #ffffff !important;
  background: transparent !important;
  transform: none !important;
}

@media (max-width: 680px) {
  .dcc-footer-grid > div:nth-child(2) p:nth-of-type(2)::before,
  .dcc-footer-grid > div:nth-child(2) a[href^="tel:"]::before,
  .dcc-footer-grid > div:nth-child(2) a[href^="mailto:"]::before {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-radius: 10px;
    font-size: 13px;
  }
}

/* ── Back to top ────────────────────────────────────────── */
.dcc-back-top {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 1200;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(135deg, var(--dcc-brand-red), var(--dcc-brand-dark));
  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(35, 31, 32, .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-woo-footer-shell .dcc-back-top {
  display: flex;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1120px) {
  .dcc-cloud-hero-grid,
  .dcc-hero-grid,
  .dcc-cloud-ops-grid,
  .dcc-cloud-checklist-grid,
  .dcc-cloud-package-head {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .dcc-cloud-console {
    min-height: auto;
  }

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

  .dcc-cloud-metric:nth-child(even) {
    transform: none;
  }
}

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

  .dcc-logo-text {
    max-width: 210px;
    font-size: 14px;
  }

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

  .dcc-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: grid;
    justify-content: stretch !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    gap: 8px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(35, 31, 32, .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 {
    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: var(--dcc-brand-dark) !important;
    background: rgba(35, 31, 32, .04) !important;
  }

  .dcc-nav a:hover {
    color: #ffffff !important;
    background: var(--dcc-brand-dark) !important;
  }

  .dcc-nav .dcc-nav-cta {
    width: 100% !important;
    margin-left: 0 !important;
    justify-content: center !important;
    text-align: center !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--dcc-brand-red), var(--dcc-brand-dark)) !important;
  }

  .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,
  .dcc-cloud-lanes,
  .dcc-cloud-ops-stack {
    grid-template-columns: 1fr;
  }

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

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

  .dcc-cloud-hero,
  .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, 1190px);
  }

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

  .dcc-logo-text {
    max-width: 170px;
    font-size: 13px;
  }

  .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-cloud-hero::before,
  .dcc-simple-hero::before,
  .dcc-footer::before,
  .dcc-final-cta::before,
  .dcc-cloud-dark-section::before {
    inset: 12px;
    border-radius: 24px;
  }

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

  .dcc-cloud-hero p,
  .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-cloud-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dcc-console-grid {
    grid-template-columns: 1fr;
  }

  .dcc-console-main-card {
    min-height: 210px;
    grid-row: auto;
  }

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

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

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

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

  .dcc-cloud-lane-card {
    min-height: 280px;
  }

  .dcc-dark-panel,
  .dcc-cloud-ops-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-logo-text {
    display: none;
  }

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

  .dcc-card,
  .dcc-contact-card,
  .dcc-service-card,
  .dcc-form-card,
  .dcc-legal-card,
  .dcc-cloud-lane-card,
  .dcc-usecase-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-cloud-lane-card:hover,
  .dcc-usecase-card:hover,
  .dcc-back-top:hover {
    transform: none !important;
  }
}

/* ── Print ──────────────────────────────────────────────── */
@media print {
  .dcc-header,
  .dcc-back-top,
  .dcc-nav-toggle,
  .dcc-hero-illustration,
  .dcc-cloud-console {
    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-cloud-hero,
  .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,
  .dcc-cloud-lane-card,
  .dcc-usecase-card,
  .dcc-cloud-checklist-card {
    box-shadow: none !important;
    break-inside: avoid;
  }
}

/* ── FINAL Footer clean contact + payments ─────────────── */

/* ascunde vechile badge-uri, daca au ramas undeva */
.dcc-footer-mini-badges {
  display: none !important;
}

/* payments sub descriere */
.dcc-footer-payments {
  position: relative;
  z-index: 2;
  display: grid !important;
  gap: 10px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.dcc-footer-payments > span {
  color: rgba(255,255,255,.58) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

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

.dcc-payment-pills b {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.13);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
}

/* elimina complet iconurile vechi facute cu ::before */
.dcc-footer .dcc-footer-grid > .dcc-footer-contact-block p::before,
.dcc-footer .dcc-footer-grid > .dcc-footer-contact-block a::before,
.dcc-footer .dcc-footer-grid > .dcc-footer-contact-block .dcc-footer-contact-row::before {
  content: none !important;
  display: none !important;
}

/* contact block */
.dcc-footer-contact-block {
  min-width: 0;
}

.dcc-footer-company-line {
  display: block !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  background: transparent !important;
}

.dcc-footer-contact-list {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.dcc-footer .dcc-footer-contact-row {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: start !important;
  gap: 11px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.72) !important;
  line-height: 1.6 !important;
  background: transparent !important;
  transform: none !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.dcc-footer .dcc-footer-contact-row:hover {
  color: #ffffff !important;
  background: transparent !important;
  transform: none !important;
}

.dcc-footer-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: #ffffff;
  flex: 0 0 36px;
}

.dcc-footer-contact-icon svg {
  width: 17px !important;
  height: 17px !important;
  max-width: 17px !important;
  max-height: 17px !important;
  display: block !important;
  color: #ffffff !important;
}

/* email lung sa ramana in card */
.dcc-footer-contact-row span:last-child {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* anulare reguli vechi pe linkurile din contact */
.dcc-footer-grid > div:nth-child(2) a[href^="tel:"],
.dcc-footer-grid > div:nth-child(2) a[href^="mailto:"] {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) !important;
  gap: 11px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  transform: none !important;
}

.dcc-footer-grid > div:nth-child(2) a[href^="tel:"]::before,
.dcc-footer-grid > div:nth-child(2) a[href^="mailto:"]::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 680px) {
  .dcc-footer .dcc-footer-contact-row,
  .dcc-footer-grid > div:nth-child(2) a[href^="tel:"],
  .dcc-footer-grid > div:nth-child(2) a[href^="mailto:"] {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .dcc-footer-contact-icon {
    width: 32px;
    height: 32px;
    border-radius: 11px;
  }

  .dcc-footer-contact-icon svg {
    width: 15px !important;
    height: 15px !important;
  }
}

/* ── FIX — Usecase cards clean alignment ────────────────── */

.dcc-cloud-usecases-section .dcc-usecase-grid {
  align-items: stretch !important;
}

.dcc-cloud-usecases-section .dcc-usecase-card {
  min-height: 330px !important;
  padding: 92px 26px 28px !important;
  display: grid !important;
  grid-template-rows: auto minmax(58px, auto) 1fr !important;
  align-content: start !important;
  justify-content: initial !important;
}

/* iconul ramane sus, separat de text */
.dcc-cloud-usecases-section .dcc-usecase-card::before {
  left: 26px !important;
  top: 26px !important;
  width: 48px !important;
  height: 48px !important;
  z-index: 1 !important;
}

.dcc-cloud-usecases-section .dcc-usecase-card::after {
  left: 41px !important;
  top: 41px !important;
  width: 18px !important;
  height: 18px !important;
  z-index: 2 !important;
}

/* categoria */
.dcc-cloud-usecases-section .dcc-usecase-card span {
  display: block !important;
  min-height: 18px !important;
  margin: 0 0 12px !important;
  line-height: 1.2 !important;
  position: relative !important;
  z-index: 3 !important;
}

/* titlul aliniat pe toate cardurile */
.dcc-cloud-usecases-section .dcc-usecase-card h3 {
  min-height: 58px !important;
  margin: 0 0 12px !important;
  display: flex !important;
  align-items: flex-start !important;
  position: relative !important;
  z-index: 3 !important;
}

/* descrierea incepe uniform */
.dcc-cloud-usecases-section .dcc-usecase-card p {
  margin: 0 !important;
  position: relative !important;
  z-index: 3 !important;
}

/* Mobile */
@media (max-width: 680px) {
  .dcc-cloud-usecases-section .dcc-usecase-card {
    min-height: auto !important;
    padding: 88px 22px 24px !important;
    grid-template-rows: auto auto auto !important;
  }

  .dcc-cloud-usecases-section .dcc-usecase-card h3 {
    min-height: auto !important;
  }

  .dcc-cloud-usecases-section .dcc-usecase-card::before {
    left: 22px !important;
    top: 22px !important;
  }

  .dcc-cloud-usecases-section .dcc-usecase-card::after {
    left: 37px !important;
    top: 37px !important;
  }
}