html:has(.dc-home) {
  scroll-behavior: smooth;
}

/* Disconnect homepage — colors sampled from logo-lockup-dark.png
   Cyan 'o' / disc: #12B3F0 · disc highlight #57CDFB · disc deep #0A73BE
   Wordmark white · tagline steel #97A5B4 · artboard ink #0E1620
   Scoped to body.dc-home so other Disconnect pages stay unchanged.
   Also used on themed integration pages (e.g. Discogs Shopify, WooCommerce, BigCommerce). */

.dc-home {
  --dc-brand-50: #ecf8ff;
  --dc-brand-100: #d2effe;
  --dc-brand-200: #a9e1fd;
  --dc-brand-300: #72cefb;
  --dc-brand-400: #46c1f6;
  --dc-brand-500: #12b3f0;
  --dc-brand-600: #0891ce;
  --dc-brand-700: #0a72a6;
  --dc-brand-800: #0e5d86;
  --dc-brand-900: #124e6e;
  --dc-grad-from: #57cdfb;
  --dc-grad-to: #0a73be;
  --dc-ink: #0e1620;
  --dc-ink-soft: #131a21;
  --dc-black: #05080c;
  --dc-body: #38434f;
  --dc-muted: #6b7b8c;
  --dc-subtle: #97a5b4;
  --dc-tagline: #90a0b0;
  --dc-surface: #f6f8fa;
  --dc-sunken: #edf1f5;
  --dc-card: #ffffff;
  --dc-border: #dde4eb;
  --dc-border-strong: #c3cdd8;
  --dc-success: #17a968;
  --dc-warning: #f2a007;
  --dc-font-display: "Quicksand", "Manrope", system-ui, sans-serif;
  --dc-font-body: "Manrope", "Montserrat", system-ui, sans-serif;
  --dc-shadow-sm: 0 1px 3px rgba(14, 22, 32, 0.06), 0 1px 2px rgba(14, 22, 32, 0.04);
  --dc-shadow: 0 8px 24px rgba(14, 22, 32, 0.08);
  --dc-shadow-lg: 0 20px 44px rgba(14, 22, 32, 0.14);
  --dc-glow: 0 10px 28px rgba(18, 179, 240, 0.32);
  --dc-radius: 14px;
  --dc-radius-sm: 10px;
  --dc-ease: cubic-bezier(0.16, 1, 0.3, 1);
  background: var(--dc-card);
  color: var(--dc-body);
  font-family: var(--dc-font-body);
  -webkit-font-smoothing: antialiased;
}

.dc-home h1,
.dc-home h2,
.dc-home h3,
.dc-home h4,
.dc-home h5 {
  font-family: var(--dc-font-display);
  letter-spacing: -0.025em;
  color: var(--dc-ink);
}

.dc-home .container {
  max-width: 1180px;
}

.dc-home #review,
.dc-home #get_in_touch,
.dc-home #contact,
.dc-home #features,
.dc-home #integrations,
.dc-home #how,
.dc-home #faq {
  scroll-margin-top: 20px;
}

.dc-home .section-main-title h2:before,
.dc-home .section-main-title h2:after {
  display: none !important;
}

.dc-home .section-main-title h2 {
  padding-bottom: 0;
  margin-bottom: 14px;
  font-size: clamp(28px, 3.4vw, 28px);
  line-height: 1.15;
  font-weight: 700;
  color: var(--dc-ink);
}

.dc-home .section-main-title p,
.dc-home .section-main-title .text {
  color: var(--dc-muted);
  font-size: 17px;
  line-height: 1.65;
  max-width: 680px;
}

.dc-home .section-main-title.center p,
.dc-home .section-main-title.center .text {
  margin-left: auto;
  margin-right: auto;
}

.dc-home .dc-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--dc-brand-50);
  border: 1px solid var(--dc-brand-100);
  color: var(--dc-brand-700);
  font-family: var(--dc-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---------- Buttons ---------- */
.dc-home .dc-btn,
.dc-home .banner-style-two .button,
.dc-home .feature-style-five .theme-btn,
.dc-home .disconnect_faq_style .theme-btn,
.dc-home .dc-contact-submit,
.dc-home .main-header .menu-area .btn-box a,
.dc-home .sticky-header .main-menu .navigation > li.free_t a,
.dc-home .show-area,
.dc-home .hide-area {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: var(--dc-radius-sm);
  border: 1.5px solid transparent;
  font-family: var(--dc-font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  text-decoration: none !important;
  box-shadow: none;
  overflow: visible;
  cursor: pointer;
  transition: transform 0.2s var(--dc-ease), box-shadow 0.2s var(--dc-ease), background 0.2s ease, border-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}

.dc-home .dc-btn:hover,
.dc-home .banner-style-two .button:hover,
.dc-home .feature-style-five .theme-btn:hover,
.dc-home .disconnect_faq_style .theme-btn:hover,
.dc-home .dc-contact-submit:hover,
.dc-home .main-header .menu-area .btn-box a:hover,
.dc-home .sticky-header .main-menu .navigation > li.free_t a:hover,
.dc-home .show-area:hover,
.dc-home .hide-area:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.dc-home .dc-btn:focus-visible,
.dc-home .banner-style-two .button:focus-visible,
.dc-home .feature-style-five .theme-btn:focus-visible,
.dc-home .main-header .menu-area .btn-box a:focus-visible,
.dc-home .dc-contact-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(18, 179, 240, 0.35);
}

.dc-home .dc-btn-primary,
.dc-home .banner-style-two .button,
.dc-home .main-header .menu-area .btn-box a,
.dc-home .sticky-header .main-menu .navigation > li.free_t a,
.dc-home .show-area,
.dc-home .hide-area {
  background: linear-gradient(135deg, var(--dc-grad-from) 0%, var(--dc-brand-500) 42%, var(--dc-grad-to) 100%);
  color: #fff !important;
  box-shadow: var(--dc-glow);
}

.dc-home .dc-btn-primary:hover,
.dc-home .banner-style-two .button:hover,
.dc-home .main-header .menu-area .btn-box a:hover,
.dc-home .sticky-header .main-menu .navigation > li.free_t a:hover,
.dc-home .show-area:hover,
.dc-home .hide-area:hover {
  color: #fff !important;
  filter: saturate(1.06);
  box-shadow: 0 14px 30px rgba(18, 179, 240, 0.4);
}

.dc-home .dc-btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.dc-home .dc-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff !important;
}

.dc-home .feature-style-five .theme-btn,
.dc-home .disconnect_faq_style .theme-btn {
  background: linear-gradient(135deg, var(--dc-grad-from) 0%, var(--dc-brand-500) 42%, var(--dc-grad-to) 100%);
  color: #fff !important;
  border: 0;
  height: auto !important;
  padding: 12px 22px !important;
  box-shadow: var(--dc-glow);
}

.dc-home .feature-style-five .theme-btn:before,
.dc-home .feature-style-five .theme-btn:after,
.dc-home .disconnect_faq_style .theme-btn:before,
.dc-home .disconnect_faq_style .theme-btn:after,
.dc-home .main-header .menu-area .btn-box a:before,
.dc-home .main-header .menu-area .btn-box a:after,
.dc-home .banner-style-two .button:before,
.dc-home .banner-style-two .button:after {
  display: none !important;
}

.dc-home .feature-style-five .theme-btn i,
.dc-home .disconnect_faq_style .theme-btn i {
  position: static;
  width: auto;
  height: auto;
  line-height: 1;
  background: transparent !important;
  color: #fff !important;
  font-size: 14px;
}

.dc-home .disconnect_faq_style .theme-btn i + i {
  display: none;
}

/* ---------- Header ---------- */
.dc-home .main-header {
  position: relative;
  z-index: 1000;
}

.dc-home .main-header .header-container {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(5, 8, 12, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(18, 179, 240, 0.12);
  box-shadow: 0 8px 28px rgba(5, 8, 12, 0.28);
}

.dc-home .main-header .header-container .container {
  max-width: 1240px;
  width: 100%;
}

.dc-home .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 72px;
  gap: 20px;
}

.dc-home .header-logo,
.dc-home .header-logo.pull-left,
.dc-home .menu-area,
.dc-home .menu-area.pull-right {
  float: none !important;
}

.dc-home .header-logo,
.dc-home .header-logo.pull-left {
  flex: 0 0 auto;
  margin-right: auto;
}

.dc-home .main-header .header-container .header-logo .logo {
  padding: 0;
  width: 214px;
}

.dc-home .main-header .header-container .header-logo .logo img {
  display: block;
  max-width: 100%;
  width: 214px;
  height: auto;
}

.dc-home .menu-area,
.dc-home .menu-area.pull-right {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  width: auto;
  margin-left: auto;
  gap: 4px;
}

.dc-home .main-menu {
  float: none;
  width: auto;
  flex: 0 0 auto;
}

.dc-home .main-menu .navbar-collapse,
.dc-home .main-menu .navbar-collapse.show {
  display: flex !important;
  align-items: center;
  width: auto !important;
  max-width: none;
  padding: 0;
}

.dc-home .main-menu .navigation {
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
  width: auto;
  margin: 0;
}

.dc-home .main-menu .navigation > li {
  float: none;
  padding: 0;
  margin: 0;
}

.dc-home .main-menu .navigation > li.free_t {
  display: none !important;
}

.dc-home .main-menu .navigation > li > a {
  font-family: var(--dc-font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: none;
  text-align: left;
  white-space: nowrap;
  color: #e8eef4;
  padding: 10px 11px !important;
  border-radius: 8px;
}

.dc-home .main-menu .navigation > li > a:hover,
.dc-home .main-menu .navigation > li.current > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.dc-home .main-header .menu-area .btn-box {
  position: static;
  float: none !important;
  flex: 0 0 auto;
  margin: 0 0 0 10px !important;
}

.dc-home .main-header .menu-area .btn-box a {
  min-height: 40px;
  padding: 8px 16px;
  font-size: 13.5px;
  border-radius: 9px;
  box-shadow: 0 8px 18px rgba(18, 179, 240, 0.28);
  white-space: nowrap;
}

.dc-home .main-header.disconnect_home .menu-area .mobile-nav-toggler {
  color: #fff;
  margin: 0 0 0 10px;
  flex: 0 0 auto;
}

.dc-home .main-menu .navigation > li > ul {
  white-space: normal;
  border-radius: 12px;
  border: 1px solid var(--dc-border);
  box-shadow: var(--dc-shadow-lg);
}

.dc-home .cont_showcas {
  background: linear-gradient(180deg, #0a72a6 0%, #0e1620 100%);
  border-radius: 10px;
}

.dc-home .cont_showcas .section-main-title h2,
.dc-home .cont_showcas p {
  color: #fff;
}

.dc-home .main-menu .navigation > li > ul.feature-menu > li > a:hover {
  color: var(--dc-brand-600);
}

.dc-home .sticky-header,
.dc-home.fixed-header .sticky-header {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.dc-home .mobile-menu .menu-box {
  background: var(--dc-black);
}

.dc-home .mobile-menu .nav-logo img {
  display: block;
  width: 188px;
  height: auto;
}

.dc-home .mobile-menu .navigation li > a:hover,
.dc-home .mobile-menu .navigation li.current > a {
  color: var(--dc-brand-300);
}

/* ---------- Hero ---------- */
.dc-home .banner-style-two {
  position: relative;
  overflow: hidden;
  padding: 148px 0 84px !important;
  min-height: 0 !important;
  margin-bottom: 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(87, 205, 251, 0.3), transparent 32%),
    radial-gradient(circle at 14% 88%, rgba(10, 115, 190, 0.36), transparent 38%),
    linear-gradient(165deg, #05080c 0%, #0e1620 46%, #0a73be 100%);
}

.dc-home .banner-style-two .image-layer {
  display: none;
}

.dc-home .banner-style-two .anim-icons {
  pointer-events: none;
}

.dc-home .banner-style-two .anim-icons .icon {
  border-radius: 50%;
  filter: blur(0);
}

.dc-home .banner-style-two .anim-icons .icon-1,
.dc-home .banner-style-two .anim-icons .icon-2,
.dc-home .banner-style-two .anim-icons .icon-3 {
  background: transparent;
  border: 1px solid rgba(114, 206, 251, 0.18);
  box-shadow: inset 0 0 40px rgba(18, 179, 240, 0.08);
}

.dc-home .banner-style-two .anim-icons .icon-1 {
  width: 420px;
  height: 420px;
  left: auto;
  right: -80px;
  top: -120px;
  bottom: auto;
  animation: dc-orbit 18s linear infinite;
}

.dc-home .banner-style-two .anim-icons .icon-2 {
  width: 280px;
  height: 280px;
  left: -90px;
  bottom: -70px;
  animation: dc-orbit 22s linear infinite reverse;
}

.dc-home .banner-style-two .anim-icons .icon-3 {
  width: 18px;
  height: 18px;
  left: 18%;
  bottom: 22%;
  background: var(--dc-brand-400);
  box-shadow: 0 0 24px rgba(18, 179, 240, 0.7);
  animation: dc-pulse 3.2s ease-in-out infinite;
}

@keyframes dc-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes dc-pulse {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}

.dc-home .banner-style-two .con-block {
  width: 100%;
  margin: 0;
}

.dc-home .dc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: center;
}

.dc-home .banner-style-two .supercharged,
.dc-home .banner-style-two .text.has-visual {
  text-align: left;
}

.dc-home .dc-hero-copy {
  position: relative;
  z-index: 2;
}

.dc-home .banner-style-two .trustpilot {
  justify-content: flex-start;
  margin: 0 0 18px;
  padding: 0;
}

.dc-home .banner-style-two .trustpilot a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(169, 225, 253, 0.2);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.dc-home .banner-style-two .trustpilot a:hover {
  color: #fff;
  border-color: rgba(169, 225, 253, 0.4);
}

.dc-home .banner-style-two .trustpilot i {
  color: var(--dc-warning);
}

.dc-home .banner-style-two .Complete_Inventory,
.dc-home .supercharged h1,
.dc-home .banner-style-two h1 {
  text-align: left;
  font-family: var(--dc-font-display);
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 18px;
}

.dc-home .supercharged p,
.dc-home .banner-style-two .supercharged p {
  text-align: left;
  color: #c9d6e3;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
  max-width: 580px;
  margin: 0 0 24px;
  padding: 0;
}

.dc-home .supercharged p b {
  font-weight: 500;
  color: #e8eef4;
}

.dc-home .header_supported_platforms {
  width: 100%;
  margin: 0 0 28px;
}

.dc-home .header_supported_platforms ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dc-home .header_supported_platforms ul li {
  float: none;
  width: auto;
  padding: 0;
}

.dc-home .header_supported_platforms ul li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px 7px 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(210, 239, 254, 0.16);
  border-radius: 999px;
  color: #e8eef4;
  text-decoration: none;
  transition: transform 0.2s var(--dc-ease), background 0.2s ease, border-color 0.2s ease;
}

.dc-home .header_supported_platforms ul li a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(114, 206, 251, 0.4);
  color: #fff;
}

.dc-home .header_supported_platforms ul li a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.dc-home .header_supported_platforms ul li a:hover img {
  transform: none;
}

.dc-home .header_supported_platforms ul li span {
  clear: none;
  display: inline;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #e8eef4;
  line-height: 1.25;
  white-space: nowrap;
}

.dc-home .banner-style-two .btn-box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  gap: 10px;
  margin-top: 4px;
  text-align: center;
}

.dc-home .banner-style-two .dc-hero-cta-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 18px;
}

.dc-home .banner-style-two .btn-box2 br {
  display: none;
}

.dc-home .banner-style-two .btn-box2 span {
  display: block;
  position: static;
  top: auto;
  width: 100%;
  margin: 0;
  color: var(--dc-tagline);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.dc-home .dc-hero-visual {
  position: relative;
  z-index: 2;
}

.dc-home .dc-hero-frame {
  position: relative;
  background: #fff;
  border: 1px solid rgba(221, 228, 235, 0.7);
  border-radius: 16px;
  box-shadow: 0 28px 60px rgba(4, 14, 24, 0.38);
  overflow: hidden;
}

.dc-home .dc-hero-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 40px;
  padding: 0 14px;
  background: #edf1f5;
  border-bottom: 1px solid var(--dc-border);
}

.dc-home .dc-hero-chrome i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c3cdd8;
}

.dc-home .dc-hero-chrome span {
  margin-left: 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--dc-muted);
  letter-spacing: 0.02em;
}

.dc-home .dc-hero-frame img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 280px;
  object-fit: cover;
}

.dc-home .dc-hero-float {
  position: absolute;
  left: -18px;
  bottom: -18px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 24px);
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--dc-border);
  border-radius: 12px;
  box-shadow: var(--dc-shadow-lg);
}

.dc-home .dc-hero-float strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--dc-ink);
  line-height: 1.3;
}

.dc-home .dc-hero-float span {
  display: block;
  font-size: 12px;
  color: var(--dc-muted);
}

.dc-home .dc-disc {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.45), transparent 42%),
    linear-gradient(180deg, var(--dc-grad-from), var(--dc-grad-to));
  box-shadow: 0 0 0 4px rgba(18, 179, 240, 0.16);
  position: relative;
}

.dc-home .dc-disc:before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #ecf8ff 0%, #a9e1fd 100%);
}

.dc-home .dc-disc:after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: var(--dc-ink);
}

.dc-home .dc-crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--dc-tagline);
}

.dc-home .dc-crumb a {
  color: #d2effe;
  text-decoration: none;
}

.dc-home .dc-crumb a:hover {
  color: #fff;
}

.dc-home .dc-hero-connect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  min-height: 280px;
  padding: 36px 28px 32px;
  background:
    radial-gradient(circle at 80% 0%, rgba(87, 205, 251, 0.16), transparent 36%),
    linear-gradient(180deg, #f8fbfe 0%, #eef4f9 100%);
}

.dc-home .dc-hero-connect-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dc-home .dc-hero-plat {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 112px;
  padding: 16px 10px;
  background: #fff;
  border: 1px solid var(--dc-border);
  border-radius: 14px;
  box-shadow: var(--dc-shadow-sm);
}

.dc-home .dc-hero-plat--hub {
  border-color: rgba(18, 179, 240, 0.35);
  box-shadow: 0 10px 24px rgba(18, 179, 240, 0.16);
}

.dc-home .dc-hero-plat img {
  display: block;
  width: auto;
  max-width: 72px;
  height: 36px;
  min-height: 0;
  object-fit: contain;
}

.dc-home .dc-hero-plat--hub img {
  width: 40px;
  height: 40px;
  max-width: 40px;
}

.dc-home .dc-hero-plat span {
  font-size: 12px;
  font-weight: 700;
  color: var(--dc-ink);
  letter-spacing: 0.01em;
}

.dc-home .dc-hero-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 22px;
}

.dc-home .dc-hero-flow span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dc-brand-300), var(--dc-brand-600));
}

.dc-home .dc-hero-flow span + span {
  width: 12px;
  opacity: 0.55;
}

.dc-home .dc-hero-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dc-home .dc-hero-status li {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(18, 179, 240, 0.1);
  border: 1px solid rgba(18, 179, 240, 0.18);
  color: var(--dc-brand-800);
  font-size: 12px;
  font-weight: 700;
}

/* ---------- Features ---------- */
.dc-home .feature-style-five.homee,
.dc-home .feature-style-five.dc-features {
  padding: 88px 0 72px;
  margin-top: 0 !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(18, 179, 240, 0.06), transparent 28%),
    var(--dc-card);
}

.dc-home .feature-style-five .section-main-title.center {
  max-width: 760px;
  margin: 0 auto 20px;
}

.dc-home .feature-style-five .inner-box {
  margin-top: 28px !important;
  padding: 36px 32px;
  background: var(--dc-card);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius);
  box-shadow: var(--dc-shadow-sm);
  transition: transform 0.25s var(--dc-ease), box-shadow 0.25s var(--dc-ease), border-color 0.25s ease;
}

.dc-home .feature-style-five .inner-box:hover {
  transform: translateY(-3px);
  border-color: rgba(18, 179, 240, 0.28);
  box-shadow: var(--dc-shadow);
}

.dc-home .feature-style-five .inner-box:nth-child(odd) {
  background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}

.dc-home .feature-style-five .content-box,
.dc-home .feature-style-five .content-box-fea {
  margin: 0;
  padding: 8px 8px 8px 12px;
}

.dc-home .feature-style-five .inner-box .section-main-title h2 {
  font-size: clamp(24px, 2.4vw, 30px);
  margin-bottom: 12px;
}

.dc-home #content_block_14 .content-box .text,
.dc-home .feature-style-five .text {
  margin-bottom: 22px;
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
  color: var(--dc-body);
}

.dc-home .pattern-bg2,
.dc-home .pattern-bg02 {
  opacity: 0.18;
  filter: grayscale(0.2);
}

.dc-home #image_block_12 .image-box,
.dc-home .feature-style-five .image-box {
  border-radius: 12px;
  overflow: hidden;
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  box-shadow: none;
}

.dc-home #image_block_12 .image-box .image {
  box-shadow: none;
}

.dc-home #image_block_12 .image-box img,
.dc-home .feature-style-five .image-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  transition: transform 0.45s var(--dc-ease);
}

.dc-home .feature-style-five .inner-box:hover img {
  transform: scale(1.02);
}

.dc-home .feature-style-five .image-box-features-img,
.dc-home .feature-style-five .image-box-features-img1,
.dc-home .feature-style-five .image-box-features-img2 {
  margin: 0;
}

.dc-home .show-area,
.dc-home .hide-area {
  width: 100%;
  margin-top: 8px;
}

/* ---------- Features: standalone "Everything in one place" ---------- */
.dc-home .dc-fsec {
  padding: 82px 0 70px;
  background: var(--dc-card);
}

.dc-home .dc-fsec-head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.dc-home .dc-fsec-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--dc-brand-600);
  font-family: var(--dc-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.dc-home .dc-frow-text .dc-fsec-kicker {
  margin-bottom: 10px;
}

.dc-home .dc-fsec-head h2 {
  margin: 0 0 14px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--dc-ink);
}

.dc-home .dc-fsec-head p {
  margin: 0 auto;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--dc-muted);
  text-wrap: pretty;
}

.dc-home .dc-fsec-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dc-home .dc-frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  padding: 56px 0;
  border-bottom: 1px solid var(--dc-sunken);
}

.dc-home .dc-frow:last-child {
  border-bottom: 0;
}

.dc-home .dc-frow:nth-child(even) .dc-frow-text {
  order: 2;
}

.dc-home .dc-frow:nth-child(even) .dc-frow-media {
  order: 1;
}

.dc-home .dc-frow-text h3 {
  margin: 0 0 12px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dc-ink);
}

.dc-home .dc-frow-text > p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.65;
  color: #4e5c6b;
  text-wrap: pretty;
}

.dc-home .dc-frow-bullets {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dc-home .dc-frow-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--dc-body);
}

.dc-home .dc-frow-check {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--dc-brand-50);
  color: var(--dc-brand-600);
}

.dc-home .dc-frow-frame {
  background: linear-gradient(180deg, #ecf8ff 0%, #f6f8fa 100%);
  border: 1px solid var(--dc-border);
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
}

.dc-home .dc-frow-frame img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  background: transparent;
}

/* ---------- Integrations ---------- */
.dc-home .clients-section.dc-integrations {
  padding: 88px 0 !important;
  background:
    linear-gradient(180deg, var(--dc-surface) 0%, #eef6fb 100%);
  border-top: 1px solid var(--dc-border);
  border-bottom: 1px solid var(--dc-border);
}

.dc-home .dc-integrations .section-main-title {
  margin-bottom: 0;
}

.dc-home .dc-integrations .section-main-title p {
  margin-bottom: 48px;
}

.dc-home .supported_platforms ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.dc-home .supported_platforms ul li {
  float: none;
  width: auto;
  padding: 0;
}

.dc-home .supported_platforms ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 126px;
  padding: 18px 12px 16px;
  background: var(--dc-card);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius);
  box-shadow: var(--dc-shadow-sm);
  text-decoration: none;
  transition: transform 0.2s var(--dc-ease), box-shadow 0.2s ease, border-color 0.2s ease;
}

.dc-home .supported_platforms ul li a:hover {
  transform: translateY(-3px);
  border-color: rgba(18, 179, 240, 0.35);
  box-shadow: var(--dc-shadow);
}

.dc-home .supported_platforms ul li a img {
  width: auto;
  max-width: 95%;
  height: 68px;
  object-fit: contain;
}

.dc-home .supported_platforms ul li a:hover img {
  transform: none;
}

.dc-home .supported_platforms ul li span {
  margin-top: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--dc-ink);
  text-align: center;
}

.dc-home .supported_platforms ul li span small {
  color: var(--dc-brand-600);
  font-weight: 600;
}

/* ---------- Reviews / customers / partners ---------- */
.dc-home #review {
  background: var(--dc-card);
  padding: 0;
}

.dc-home #review iframe {
  min-height: 420px;
}

.dc-home .full-reviews-section {
  background:
    radial-gradient(circle at 80% 20%, rgba(87, 205, 251, 0.24), transparent 34%),
    linear-gradient(135deg, #05080c 0%, #0e1620 38%, #0a73be 100%) !important;
  padding: 64px 0 !important;
}

.dc-home .full-reviews-section .full-reviews-heading {
  font-family: var(--dc-font-display);
  font-size: clamp(28px, 3vw, 36px);
  letter-spacing: -0.02em;
}

.dc-home .full-reviews-logo-link {
  border-radius: 12px !important;
  box-shadow: 0 10px 24px rgba(4, 16, 28, 0.22) !important;
}

.dc-home .dc-proud {
  background: var(--dc-black);
  padding: 70px 0;
  text-align: center;
}

.dc-home .dc-proud--light {
  background: var(--dc-surface);
}

.dc-home .dc-partners {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dc-home .dc-proud-head {
  margin: 0 auto 34px;
}

.dc-home .dc-proud-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #72cefb;
  font-family: var(--dc-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.dc-home .dc-proud-head h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.dc-home .dc-proud--light .dc-proud-kicker {
  color: var(--dc-brand-600);
}

.dc-home .dc-proud--light .dc-proud-head h2 {
  color: var(--dc-ink);
}

.dc-home .dc-proud-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.dc-home .dc-partners-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 980px;
  margin: 0 auto;
}

.dc-home .dc-proud-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  height: 74px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.2s var(--dc-ease), background 0.2s ease, border-color 0.2s ease;
}

.dc-home .dc-proud-tile:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(114, 206, 251, 0.35);
}

.dc-home .dc-proud-tile img {
  max-width: 88%;
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.dc-home .dc-proud--light .dc-proud-tile {
  height: 124px;
  padding: 18px 16px;
  background: #fff;
  border: 1px solid var(--dc-border);
  box-shadow: var(--dc-shadow-sm);
}

.dc-home .dc-proud--light .dc-proud-tile:hover {
  background: #fff;
  border-color: rgba(18, 179, 240, 0.35);
  box-shadow: var(--dc-shadow);
}

.dc-home .dc-proud--light .dc-proud-tile img {
  max-width: 92%;
  max-height: 78px;
}

.dc-home .dc-proud-slider {
  position: relative;
  padding: 0 56px;
}

.dc-home .dc-proud-track {
  position: relative;
}

.dc-home .dc-proud-track.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.dc-home .dc-proud-track.owl-carousel .owl-item {
  display: flex;
}

.dc-home .dc-proud-track.owl-carousel .dc-proud-tile {
  width: 100%;
}

.dc-home .dc-proud-track .owl-nav,
.dc-home .dc-proud-track .owl-dots {
  display: none !important;
}

.dc-home .dc-proud-arrow {
  position: absolute !important;
  top: 50%;
  z-index: 3;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--dc-border);
  border-radius: 50%;
  background: #fff;
  color: var(--dc-ink);
  box-shadow: var(--dc-shadow-sm);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.dc-home .dc-proud-arrow--prev {
  left: 0;
}

.dc-home .dc-proud-arrow--next {
  right: 0;
}

.dc-home .dc-proud-arrow:hover {
  background: var(--dc-brand-50);
  border-color: rgba(18, 179, 240, 0.4);
  color: var(--dc-brand-700);
}

/* ---------- FAQ ---------- */
.dc-home .disconnect_faq_style {
  padding: 88px 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 179, 240, 0.07), transparent 32%),
    var(--dc-card);
}

.dc-home .faq-section .accordion-box .block {
  background: var(--dc-card);
  border: 1px solid var(--dc-border);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--dc-shadow-sm);
  padding: 0 16px;
}

.dc-home .faq-section .accordion-box .block .acc-btn {
  position: relative;
  padding: 4px 0;
  background: transparent;
}

.dc-home .faq-section .accordion-box .block .acc-btn h4,
.dc-home .faq-section .accordion-box .block .acc-btn.active h4 {
  font-family: var(--dc-font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--dc-ink);
  line-height: 1.4;
  padding: 18px 40px 18px 0;
}

.dc-home .faq-section .accordion-box .block .acc-btn.active h4 {
  color: var(--dc-brand-700);
}

.dc-home .faq-section .accordion-box .block .acc-btn .icon-outer,
.dc-home .faq-section .accordion-box .block .acc-btn.active .icon-outer {
  top: 16px;
  right: 8px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dc-brand-50);
  color: var(--dc-brand-600);
  border: 1px solid var(--dc-brand-100);
  border-radius: 50%;
}

.dc-home .faq-section .accordion-box .block .acc-content .text {
  color: var(--dc-body);
  font-size: 15px;
  line-height: 1.7;
}

.dc-home .disconnect_faq_style .image-box {
  border-radius: 16px;
}

.dc-home .faq-section .image-layer {
  display: none;
}

/* ---------- FAQ (marketing-style details accordion) ---------- */
.dc-home .dc-faq {
  padding: 84px 0;
  background: #fff;
}

.dc-home .dc-faq-inner {
  max-width: 780px;
  margin: 0 auto;
}

.dc-home .dc-faq-head {
  margin: 0 auto 32px;
  text-align: center;
}

.dc-home .dc-faq-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--dc-ink);
}

.dc-home .dc-qa {
  border-bottom: 1px solid var(--dc-border);
}

.dc-home .dc-qa summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 4px;
  font-family: var(--dc-font-body);
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--dc-ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.dc-home .dc-qa summary::-webkit-details-marker,
.dc-home .dc-qa summary::marker {
  display: none;
  content: none;
}

.dc-home .dc-qa summary:focus-visible {
  outline: 2.5px solid var(--dc-brand-500);
  outline-offset: 2px;
  border-radius: 6px;
}

.dc-home .dc-qa-plus {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}

.dc-home .dc-qa-plus::before,
.dc-home .dc-qa-plus::after {
  content: "";
  position: absolute;
  background: var(--dc-brand-600);
  border-radius: 2px;
}

.dc-home .dc-qa-plus::before {
  width: 14px;
  height: 2px;
  top: 10px;
  left: 4px;
}

.dc-home .dc-qa-plus::after {
  width: 2px;
  height: 14px;
  top: 4px;
  left: 10px;
  transition: transform 0.18s ease;
}

.dc-home .dc-qa[open] summary .dc-qa-plus::after {
  transform: rotate(90deg);
}

.dc-home .dc-qa-a {
  padding: 0 28px 20px 4px;
  font-size: 15px;
  line-height: 1.65;
  color: #4e5c6b;
}

/* ---------- How it works / integration CTA / store gallery ---------- */
.dc-home .dc-how {
  padding: 72px 0;
  background: var(--dc-surface);
  border-top: 1px solid var(--dc-border);
}

.dc-home .dc-how-head {
  max-width: 640px;
  margin: 0 auto 36px;
  text-align: center;
}

.dc-home .dc-how-head h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 700;
  line-height: 1.15;
}

.dc-home .dc-how-head p {
  margin: 0 auto;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--dc-muted);
}

.dc-home .dc-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dc-home .dc-how-card {
  padding: 24px 22px 26px;
  background: #fff;
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius);
  box-shadow: var(--dc-shadow-sm);
}

.dc-home .dc-how-num {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--dc-brand-600);
  font-family: var(--dc-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.dc-home .dc-how-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.dc-home .dc-how-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--dc-body);
}

.dc-home .dc-btn-soft {
  background: #fff;
  color: var(--dc-ink) !important;
  border-color: var(--dc-border-strong);
  box-shadow: var(--dc-shadow-sm);
}

.dc-home .dc-btn-soft:hover {
  background: var(--dc-brand-50);
  border-color: rgba(18, 179, 240, 0.4);
  color: var(--dc-brand-800) !important;
}

.dc-home .dc-int-cta {
  padding: 8px 0 40px;
  background: var(--dc-card);
}

.dc-home .dc-int-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 32px 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(87, 205, 251, 0.18), transparent 42%),
    linear-gradient(135deg, #0e1620 0%, #0a73be 100%);
  border-radius: 18px;
}

.dc-home .dc-int-cta-copy {
  max-width: 620px;
}

.dc-home .dc-int-cta-copy .dc-fsec-kicker {
  color: #a9e1fd;
}

.dc-home .dc-int-cta-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.6vw, 30px);
  color: #fff;
}

.dc-home .dc-int-cta-copy p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: #d2e4f1;
}

.dc-home .dc-int-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 0 0 auto;
}

.dc-home .dc-int-cta-actions .dc-btn-soft {
  background: #fff;
}

.dc-home .gallery-section {
  padding: 40px 0 72px !important;
  background: var(--dc-surface) !important;
  background-image: none !important;
}

.dc-home .gallery-section .section-main-title {
  margin-bottom: 36px !important;
}

.dc-home .gallery-section .dc-gallery-kicker {
  display: inline-block;
}

.dc-home .gallery-section .section-main-title h2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.dc-home .queries-section {
  padding: 88px 0 96px;
  margin: 0;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 88% 12%, rgba(87, 205, 251, 0.26), transparent 36%),
    radial-gradient(circle at 8% 88%, rgba(18, 179, 240, 0.16), transparent 32%),
    linear-gradient(135deg, #05080c 0%, #0e1620 40%, #0a73be 100%) !important;
  background-color: #0e1620;
  background-size: auto;
  background-repeat: no-repeat;
}

.dc-home .queries-section .image-column {
  position: relative;
  min-height: 400px;
}

.dc-home #queries-image {
  position: relative;
  min-height: 400px;
  height: 100%;
}

.dc-home #queries_content .content-box {
  margin-right: 24px;
  padding-top: 28px;
}

.dc-home #queries_content .content-box .section-main-title h2 {
  font-family: var(--dc-font-display);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 36px;
  line-height: 1.2;
  font-size: clamp(26px, 3.1vw, 36px);
  max-width: 640px;
}

.dc-home #queries_content .content-box .section-main-title h2:before {
  display: none !important;
}

.dc-home #queries_content .content-box .section-main-title h2:after {
  display: block !important;
  width: 48px;
  height: 3px;
  background: var(--dc-brand-500);
  -webkit-mask-image: none;
  mask-image: none;
  animation: none;
  border-radius: 99px;
}

.dc-home #queries_content .content-box .btn-box a,
.dc-home #queries_content .content-box .btn-box a.talk-expert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: var(--dc-radius-sm);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: var(--dc-font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  box-shadow: none;
  overflow: hidden;
}

.dc-home #queries_content .content-box .btn-box a:before {
  display: none;
}

.dc-home #queries_content .content-box .btn-box a:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.dc-home .queries-section .window {
  background: #d2effe;
  border-color: #0e1620;
  animation: none;
}

.dc-home .queries-section .window .cloud,
.dc-home .queries-section .window .cloud:before,
.dc-home .queries-section .window .cloud:after {
  background: #fff;
  animation: cloudMove 25s linear infinite;
}

.dc-home .queries-section .window #second-cloud {
  animation: cloudMove 40s 10s linear infinite;
}

.dc-home .queries-section .small-monitor,
.dc-home .queries-section .main-monitor {
  background: #0e1620;
  border-color: #edf1f5;
  border-bottom-color: #edf1f5;
  box-shadow: -5px 5px rgba(14, 22, 32, 0.35);
}

.dc-home .queries-section .small-monitor .bar,
.dc-home .queries-section .main-monitor .bar {
  background: #131a21;
}

.dc-home .queries-section .small-monitor .bar #red,
.dc-home .queries-section .main-monitor .bar #red {
  background: #12b3f0;
}

.dc-home .queries-section .small-monitor .bar #yellow,
.dc-home .queries-section .main-monitor .bar #yellow {
  background: #57cdfb;
}

.dc-home .queries-section .small-monitor .bar #green,
.dc-home .queries-section .main-monitor .bar #green {
  background: #17a968;
}

.dc-home .queries-section .small-monitor .screen li:nth-child(-n+4),
.dc-home .queries-section .main-monitor .screen li:nth-child(2),
.dc-home .queries-section .main-monitor .screen li:nth-child(4),
.dc-home .queries-section .main-monitor .screen li:nth-child(8),
.dc-home .queries-section .main-monitor .screen li:nth-child(10) {
  background: #12b3f0;
}

.dc-home .queries-section .small-monitor .screen li:nth-child(n+5):nth-child(-n+7),
.dc-home .queries-section .main-monitor .screen li:nth-child(3),
.dc-home .queries-section .main-monitor .screen li:nth-child(6),
.dc-home .queries-section .main-monitor .screen li:nth-child(9) {
  background: #57cdfb;
}

.dc-home .queries-section .small-monitor .screen li:nth-child(n+8),
.dc-home .queries-section .main-monitor .screen li:nth-child(1),
.dc-home .queries-section .main-monitor .screen li:nth-child(5),
.dc-home .queries-section .main-monitor .screen li:nth-child(7) {
  background: #17a968;
}

.dc-home .queries-section .avatar-body,
.dc-home .queries-section .avatar-hairband {
  background: #12b3f0;
}

.dc-home .queries-section .avatar-neck {
  background: #0a73be;
}

.dc-home .queries-section .avatar-collar {
  background: #edf1f5;
}

.dc-home .queries-section .avatar-head,
.dc-home .queries-section .avatar-hair,
.dc-home .queries-section .avatar-hair:after {
  background: #0e1620;
  border-color: #0a73be;
  box-shadow: inset 10px 10px #131a21;
}

.dc-home .gallery-section .demo-gallery ul,
.dc-home .gallery-section .demo-gallery ul.row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 !important;
  width: 100%;
}

.dc-home .gallery-section .demo-gallery ul li,
.dc-home .gallery-section .demo-gallery ul li[class*="col-"] {
  flex: none !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--dc-border);
  box-shadow: var(--dc-shadow-sm);
}

.dc-home .gallery-section .demo-gallery ul li a,
.dc-home .gallery-section .demo-gallery > ul > li a {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 20px !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dc-home .gallery-section .demo-gallery img,
.dc-home .gallery-section .demo-gallery img.img-responsive,
.dc-home .gallery-section .demo-gallery > ul > li a > img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 8px;
  height: auto !important;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.35s var(--dc-ease);
  box-shadow: 2px 4px 8px 3px rgba(138, 138, 138, .2);
}

.dc-home .gallery-section .demo-gallery ul li:hover img {
  transform: scale(1.04);
}

/* ---------- Contact (standalone "Talk to the Disconnect team") ---------- */
.dc-home .dc-contact {
  position: relative;
  padding: 20px 0 90px;
  background: #fff;
}

.dc-home .dc-contact-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dc-home .dc-contact-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 48px;
  background: var(--dc-brand-50);
  border: 1px solid var(--dc-brand-100);
  border-radius: 20px;
}

.dc-home .dc-contact-copy h2 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dc-ink);
}

.dc-home .dc-contact-copy > p {
  max-width: 420px;
  margin: 0 0 24px;
  font-size: 15.5px;
  line-height: 1.65;
  color: #4e5c6b;
}

.dc-home .dc-contact-meta {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.dc-home .dc-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.dc-home a.dc-contact-item:hover .dc-contact-value {
  color: var(--dc-brand-700);
}

.dc-home .dc-contact-icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #e4ebf1;
  background: #fff;
  color: var(--dc-brand-600);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(14, 22, 32, 0.03);
}

.dc-home .dc-contact-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.dc-home .dc-contact-label {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #93a0ae;
}

.dc-home .dc-contact-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--dc-ink);
}

.dc-home .dc-contact-panel {
  background: #fff;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 20px 45px -15px rgba(14, 22, 30, 0.18);
}

.dc-home .dc-contact-form {
  margin: 0;
}

.dc-home .dc-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.dc-home .dc-contact-form input,
.dc-home .dc-contact-form textarea {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 0 12px;
  border: 1px solid var(--dc-border);
  border-radius: 9px;
  background: #fff;
  color: var(--dc-ink);
  font-family: var(--dc-font-body);
  font-size: 14px;
  line-height: 1.4;
  padding: 11px 13px;
  min-height: 44px;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.dc-home .dc-contact-row input {
  margin-bottom: 0;
}

.dc-home .dc-contact-form textarea {
  min-height: 70px;
  height: 70px;
  margin-bottom: 16px;
  resize: vertical;
}

.dc-home .dc-contact-form input::placeholder,
.dc-home .dc-contact-form textarea::placeholder {
  color: var(--dc-subtle);
}

.dc-home .dc-contact-form input:focus,
.dc-home .dc-contact-form textarea:focus {
  border-color: var(--dc-brand-500);
  box-shadow: 0 0 0 3px rgba(18, 179, 240, 0.18);
}

.dc-home .dc-contact-captcha {
  margin: 0 0 16px;
}

.dc-home .dc-contact-captcha .g-recaptcha {
  transform-origin: left top;
}

.dc-home .dc-contact-submit {
  width: 100%;
  min-height: 48px;
  background: var(--dc-brand-500) !important;
  color: #fff !important;
  border: 0;
  box-shadow: 0 10px 24px -8px rgba(18, 179, 240, 0.55);
}

.dc-home .dc-contact-submit:hover {
  background: var(--dc-brand-600) !important;
  color: #fff !important;
  filter: none;
  box-shadow: 0 12px 26px -8px rgba(8, 145, 206, 0.5);
}

.dc-home .dc-contact-status {
  display: none;
  margin: 0;
  padding: 8px 2px 0;
}

.dc-home .dc-contact-status h2,
.dc-home .dc-contact-status h4 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
}

.dc-home .dc-contact-status p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: #4e5c6b;
}

.dc-home .dc-contact-status--success h2 {
  color: var(--dc-success);
}

.dc-home .dc-contact-status--error h4 {
  color: #c23b3b;
}

.dc-home .dc-contact .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Footer (standalone marketing site layout) ---------- */
.dc-home-footer {
  position: relative;
  overflow: hidden;
  background: var(--dc-black);
  color: var(--dc-tagline);
  padding: 0;
  font-family: var(--dc-font-body);
}

.dc-home-footer__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 0% 0%, rgba(18, 179, 240, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(10, 115, 190, 0.12) 0%, transparent 52%),
    linear-gradient(180deg, rgba(14, 22, 32, 0.35) 0%, transparent 28%);
}

.dc-home-footer__wrap {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.dc-home-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.55fr) repeat(4, minmax(0, 1fr));
  gap: 40px 32px;
  padding: 72px 0 48px;
}

.dc-home-footer__logo {
  display: inline-block;
  margin-bottom: 18px;
}

.dc-home-footer__logo img {
  display: block;
  height: 44px;
  width: auto;
}

.dc-home-footer__tagline {
  max-width: 320px;
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--dc-tagline);
  text-wrap: pretty;
}

.dc-home-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.dc-home-footer__badges span {
  padding: 6px 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 700;
  color: #c3cdd8;
  line-height: 1.2;
}

.dc-home-footer__partner-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.dc-home-footer__partner-logos img {
  display: block;
  height: auto;
  max-height: 100px;
  width: auto;
  opacity: 0.92;
}

.dc-home-footer__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.dc-home-footer__cta {
  min-height: 40px !important;
  padding: 9px 16px !important;
  font-size: 13px !important;
}

.dc-home-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.dc-home-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--dc-radius-sm);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s var(--dc-ease);
}

.dc-home-footer__social a:hover {
  background: rgba(18, 179, 240, 0.16);
  border-color: rgba(18, 179, 240, 0.35);
  transform: translateY(-1px);
}

.dc-home-footer__social img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.dc-home-footer__payments img {
  display: block;
  max-width: 90%;
  height: auto;
  opacity: 0.9;
  margin-bottom: 22px;
}

.dc-home-footer__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-family: var(--dc-font-body) !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em !important;
  color: #fff !important;
  line-height: 1.3;
}

.dc-home-footer__heading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dc-brand-500) 0%, var(--dc-grad-to) 100%);
  color: #fff;
  box-shadow: 0 6px 16px rgba(18, 179, 240, 0.28);
}

.dc-home-footer__col--stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.dc-home-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dc-home-footer__links li + li {
  margin-top: 2px;
}

.dc-home-footer__links a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--dc-tagline);
  text-decoration: none;
  transition: color 0.12s ease;
}

.dc-home-footer__links a::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  background: url("../images/expand-arrow.png") center / contain no-repeat;
  opacity: 0.85;
  transition: opacity 0.12s ease;
}

.dc-home-footer__links a:hover,
.dc-home-footer__contact-list a:hover,
.dc-home-footer__legal a:hover,
.dc-home-footer__copy a:hover {
  color: var(--dc-brand-400);
}

.dc-home-footer__links a:hover::before {
  opacity: 1;
}

.dc-home-footer__badge {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(18, 179, 240, 0.18);
  border: 1px solid rgba(18, 179, 240, 0.35);
  color: var(--dc-brand-300);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  vertical-align: middle;
}

.dc-home-footer__contact-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.dc-home-footer__contact-list li + li {
  margin-top: 4px;
}

.dc-home-footer__contact-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--dc-tagline);
  text-decoration: none;
  transition: color 0.12s ease;
}

.dc-home-footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.dc-home-footer__contact-icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.dc-home-footer__welfare {
  display: inline-block;
  margin-top: 4px;
  border-radius: var(--dc-radius-sm);
  overflow: hidden;
  opacity: 0.95;
  transition: opacity 0.15s ease, transform 0.15s var(--dc-ease);
}

.dc-home-footer__welfare:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.dc-home-footer__welfare img {
  display: block;
  max-width: 100%;
  height: auto;
}

.dc-home-footer__disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 22px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  color: #6b7b8c;
  text-align: center;
}

.dc-home-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
}

.dc-home-footer__copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--dc-tagline);
}

.dc-home-footer__copy a {
  color: #fff;
  text-decoration: none;
  transition: color 0.12s ease;
}

.dc-home-footer__copy-sep {
  margin: 0 6px;
  opacity: 0.45;
}

.dc-home-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}

.dc-home-footer__legal a {
  position: relative;
  font-size: 13px;
  color: var(--dc-tagline);
  text-decoration: none;
  white-space: nowrap;
}

.dc-home-footer__legal a + a::before {
  content: "|";
  position: absolute;
  left: -11px;
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.dc-home .scroll-top {
  background: linear-gradient(135deg, var(--dc-brand-500), var(--dc-grad-to));
  border: 0;
  border-radius: 10px;
  box-shadow: var(--dc-glow);
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
  .dc-home .dc-hero-grid {
    gap: 36px;
  }

  .dc-home .supported_platforms ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dc-home .dc-proud-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dc-home .dc-partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .dc-home .dc-proud-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dc-home-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
  }

  .dc-home-footer__brand {
    grid-column: 1 / -1;
  }

  .dc-home-footer__tagline {
    max-width: 520px;
  }

  .dc-home .dc-frow {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .dc-home .dc-frow-text,
  .dc-home .dc-frow-media {
    order: 0 !important;
  }

  .dc-home .dc-fsec-head h2 {
    font-size: 32px;
  }

  .dc-home .gallery-section .demo-gallery ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .dc-home .main-menu {
    display: none !important;
  }

  .dc-home .menu-area,
  .dc-home .menu-area.pull-right {
    margin-left: auto;
  }

  .dc-home .menu-area .mobile-nav-toggler,
  .dc-home .main-header.disconnect_home .menu-area .mobile-nav-toggler {
    display: block;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
  }

  .dc-home .main-header .menu-area .btn-box {
    margin: 0 !important;
  }

  .dc-home .main-header .menu-area .btn-box a {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {

  .dc-home .dc-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dc-home .banner-style-two {
    padding: 124px 0 56px !important;
  }

  .dc-home .banner-style-two .Complete_Inventory,
  .dc-home .supercharged h1,
  .dc-home .banner-style-two h1,
  .dc-home .supercharged p,
  .dc-home .banner-style-two .supercharged p,
  .dc-home .banner-style-two .trustpilot,
  .dc-home .banner-style-two .btn-box2 {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .dc-home .supercharged p,
  .dc-home .banner-style-two .supercharged p {
    margin-left: auto;
    margin-right: auto;
  }

  .dc-home .header_supported_platforms ul {
    justify-content: center;
  }

  .dc-home .header_supported_platforms ul li span {
    white-space: normal;
  }

  .dc-home .dc-hero-float {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: 12px;
  }

  .dc-home .dc-crumb {
    justify-content: center;
  }

  .dc-home .dc-hero-connect {
    min-height: 0;
    padding: 24px 16px 22px;
  }

  .dc-home .dc-hero-plat {
    min-height: 96px;
    padding: 12px 6px;
  }

  .dc-home .dc-how,
  .dc-home .gallery-section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .dc-home .queries-section {
    padding: 64px 0 72px;
  }

  .dc-home #queries_content .content-box {
    margin-right: 0;
    padding-top: 0;
    text-align: center;
  }

  .dc-home #queries_content .content-box .section-main-title h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .dc-home #queries_content .content-box .section-main-title h2:before,
  .dc-home #queries_content .content-box .section-main-title h2:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .dc-home .queries-section .image-column,
  .dc-home #queries-image {
    min-height: 320px;
  }

  .dc-home .dc-how-grid {
    grid-template-columns: 1fr;
  }

  .dc-home .dc-int-cta-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }

  .dc-home .feature-style-five.homee,
  .dc-home .feature-style-five.dc-features,
  .dc-home .clients-section.dc-integrations,
  .dc-home .disconnect_faq_style,
  .dc-home .dc-faq,
  .dc-home .dc-contact,
  .dc-home .clients-style-two {
    padding-left: 0;
    padding-right: 0;
  }

  .dc-home .dc-contact-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 24px;
  }

  .dc-home .feature-style-five .inner-box {
    padding: 24px 18px;
  }

  .dc-home .dc-frow {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .dc-home .dc-frow-text,
  .dc-home .dc-frow-media {
    order: 0 !important;
  }

  .dc-home .dc-fsec-head h2 {
    font-size: 32px;
  }

  .dc-home .supported_platforms ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dc-home .main-header .header-container .header-logo .logo {
    width: 176px;
    padding: 12px 0;
  }

  .dc-home .main-header .header-container .header-logo .logo img {
    width: 176px;
  }

  .dc-home .header-main {
    min-height: 64px;
  }
}

@media (max-width: 767px) {
  .dc-home .banner-style-two .Complete_Inventory,
  .dc-home .supercharged h1,
  .dc-home .banner-style-two h1 {
    font-size: 30px;
  }

  .dc-home .supercharged p,
  .dc-home .banner-style-two .supercharged p {
    font-size: 16px;
  }

  .dc-home .banner-style-two {
    padding: 108px 0 44px !important;
  }

  .dc-home .header_supported_platforms ul li a {
    padding: 7px 10px;
  }

  .dc-home .header_supported_platforms ul li span {
    font-size: 12px;
  }

  .dc-home .banner-style-two .btn-box2 {
    width: 100%;
  }

  .dc-home .banner-style-two .dc-hero-cta-row {
    flex-direction: column;
    width: 100%;
  }

  .dc-home .banner-style-two .button,
  .dc-home .banner-style-two .dc-btn {
    width: 100%;
  }

  .dc-home .supported_platforms ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dc-home .feature-style-five.homee,
  .dc-home .feature-style-five.dc-features,
  .dc-home .clients-section.dc-integrations,
  .dc-home .disconnect_faq_style,
  .dc-home .dc-faq {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .dc-home .dc-contact {
    padding: 8px 0 56px;
  }

  .dc-home .queries-section {
    padding: 52px 0 56px;
  }

  .dc-home .dc-contact-card {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .dc-home .dc-contact-copy h2 {
    font-size: 24px;
  }

  .dc-home .dc-contact-row {
    grid-template-columns: 1fr;
  }

  .dc-home .dc-contact-panel {
    padding: 20px 16px;
  }

  .dc-home .dc-contact-captcha .g-recaptcha {
    transform: scale(0.92);
  }

  .dc-home .dc-proud {
    padding: 56px 0;
  }

  .dc-home .dc-proud-slider {
    padding: 0 44px;
  }

  .dc-home .dc-proud-arrow {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .dc-home .dc-proud-head h2 {
    font-size: 26px;
  }

  .dc-home .dc-proud-grid,
  .dc-home .dc-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dc-home-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 56px;
    padding-bottom: 36px;
  }

  .dc-home-footer__brand {
    grid-column: auto;
  }

  .dc-home-footer__tagline {
    max-width: none;
  }

  .dc-home-footer__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .dc-home-footer__cta {
    width: 100%;
  }

  .dc-home-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .dc-home-footer__legal {
    gap: 10px 16px;
  }

  .dc-home-footer__copy-sep {
    display: none;
  }

  .dc-home .dc-hero-frame img {
    min-height: 200px;
  }

  .dc-home .dc-fsec {
    padding: 56px 0;
  }

  .dc-home .dc-fsec-head {
    margin-bottom: 36px;
  }

  .dc-home .dc-frow {
    padding: 40px 0;
  }

  .dc-home .dc-fsec-head h2 {
    font-size: 28px;
  }

  .dc-home .dc-frow-text h3 {
    font-size: 22px;
  }

  .dc-home .dc-frow-frame img {
    height: 220px;
  }

  .dc-home .dc-hero-connect-row {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 6px;
  }

  .dc-home .dc-hero-plat {
    flex: 1 1 0;
    min-height: 88px;
    padding: 10px 4px;
  }

  .dc-home .dc-hero-plat img {
    max-width: 52px;
    height: 28px;
  }

  .dc-home .dc-hero-plat--hub img {
    width: 32px;
    height: 32px;
    max-width: 32px;
  }

  .dc-home .dc-hero-plat span {
    font-size: 11px;
  }

  .dc-home .dc-hero-flow {
    display: none;
  }

  .dc-home .dc-int-cta-actions {
    width: 100%;
  }

  .dc-home .dc-int-cta-actions .dc-btn {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .dc-home .main-header .menu-area .btn-box {
    display: none;
  }
}

@media (max-width: 479px) {
  .dc-home .header_supported_platforms ul li a img {
    width: 18px;
    height: 18px;
  }

  .dc-home .supported_platforms ul li a {
    min-height: 112px;
    padding: 14px 8px 12px;
  }
}
