:root {
  --idg-bg: #090a0d;
  --idg-soft: #101116;
  --idg-card: #15161c;
  --idg-card-hover: #1a1518;
  --idg-ink: #f7f7f8;
  --idg-muted: #b9bbc4;
  --idg-line: #2c2e36;
  --idg-orange: #f45b1c;
  --idg-orange-dark: #d9470d;
  --idg-gold: #ffb22f;
  --idg-width: 1180px;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  overflow-x: clip;
  background: var(--idg-bg) !important;
  color: var(--idg-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

body .elementor,
body .elementor-location-header,
body .elementor-location-footer,
body .idg-site-header,
body .idg-site-footer {
  color: var(--idg-ink) !important;
}

body .elementor h1,
body .elementor h2,
body .elementor h3,
body .elementor h4,
body .elementor h5,
body .elementor h6,
body .idg-site-header h1,
body .idg-site-header h2,
body .idg-site-footer h2,
body .idg-site-footer h3 {
  color: var(--idg-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  opacity: 1 !important;
}

body .elementor p,
body .elementor li,
body .elementor small,
body .idg-site-header,
body .idg-site-footer {
  opacity: 1;
}

body .elementor a,
body .idg-site-header a,
body .idg-site-footer a {
  text-underline-offset: 3px;
}

body .elementor img,
body .idg-site-header img,
body .idg-site-footer img {
  display: block;
  max-width: 100%;
}

body .elementor .elementor-widget-html,
body .elementor .elementor-widget-shortcode,
body .elementor .elementor-widget-html > .elementor-widget-container,
body .elementor .elementor-widget-shortcode > .elementor-widget-container {
  width: 100%;
  min-width: 0;
}

body .elementor .e-con.idg-section {
  --padding-top: 88px !important;
  --padding-right: 24px !important;
  --padding-bottom: 88px !important;
  --padding-left: 24px !important;
  overflow: clip;
}

body .elementor .e-con.idg-global-template {
  --padding-top: 0 !important;
  --padding-right: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  width: 100%;
  max-width: none;
}

.idg-global-template > .e-con-inner {
  max-width: none !important;
  width: 100% !important;
}

.idg-site-header,
.idg-site-footer {
  width: 100%;
  background: var(--idg-bg);
}

.idg-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 12px 35px rgb(0 0 0 / 22%);
}

body.admin-bar .idg-site-header {
  top: 32px;
}

.idg-topbar {
  min-height: 42px;
  padding: 0 max(24px, calc((100% - var(--idg-width)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #0d0e12;
  border-bottom: 1px solid #1e2026;
  color: #d7d8de;
  font-size: 12px;
  line-height: 1.4;
}

.idg-topbar-proof {
  white-space: nowrap;
}

.idg-topbar-contact {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.idg-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.idg-topbar a,
.idg-contact-link {
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
}

.idg-contact-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgb(255 178 47 / 72%);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--idg-gold), var(--idg-orange));
  color: #111217;
  box-shadow: 0 8px 20px rgb(244 91 28 / 18%);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.idg-contact-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.idg-contact-icon-small {
  width: 25px;
  height: 25px;
  flex-basis: 25px;
  border-width: 0;
  box-shadow: 0 5px 14px rgb(244 91 28 / 16%);
}

.idg-contact-icon-small svg {
  width: 13px;
  height: 13px;
  stroke-width: 2.25;
}

.idg-contact-link:hover .idg-contact-icon,
.idg-contact-link:focus-visible .idg-contact-icon,
.idg-footer-contact-item:hover .idg-contact-icon,
.idg-footer-contact-item:focus-visible .idg-contact-icon {
  transform: translateY(-1px);
  box-shadow: 0 9px 24px rgb(244 91 28 / 32%);
}

.idg-header {
  min-height: 88px;
  padding: 0 max(24px, calc((100% - var(--idg-width)) / 2));
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--idg-line);
  background: rgb(10 11 14 / 97%);
  backdrop-filter: blur(14px);
}

.idg-logo {
  width: 228px;
  flex: 0 0 auto;
}

.idg-logo img {
  width: 100%;
  height: auto;
}

.idg-desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.idg-header a,
.idg-nav-services-trigger {
  color: #ececf0 !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.idg-header a:hover,
.idg-header a:focus-visible,
.idg-nav-services-trigger:hover,
.idg-nav-services-trigger:focus-visible {
  color: #ff986f !important;
}

.idg-nav-services {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.idg-mobile-menu summary,
.idg-mobile-services summary {
  cursor: pointer;
  list-style: none;
}

.idg-mobile-menu summary::-webkit-details-marker,
.idg-mobile-services summary::-webkit-details-marker {
  display: none;
}

.idg-dropdown {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  transform: translate(-50%, 8px);
  width: min(620px, calc(100vw - 40px));
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  background: #121318;
  border: 1px solid var(--idg-line);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgb(0 0 0 / 58%);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.idg-nav-services:hover .idg-dropdown,
.idg-nav-services:focus-within .idg-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.idg-dropdown a {
  min-width: 0;
  padding: 10px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.idg-dropdown a:hover,
.idg-dropdown a:focus-visible {
  background: #25130d;
}

.idg-dropdown img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  object-fit: contain;
}

.idg-button {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--idg-orange);
  border-radius: 9px;
  background: var(--idg-orange);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.idg-button:hover,
.idg-button:focus-visible {
  background: var(--idg-orange-dark);
  border-color: var(--idg-orange-dark);
  color: #fff !important;
  transform: translateY(-2px);
}

.idg-outline {
  background: transparent;
}

.idg-white {
  background: #fff;
  border-color: #fff;
  color: var(--idg-orange-dark) !important;
}

.idg-mobile-menu {
  display: none;
  margin-left: auto;
}

.idg-mobile-call {
  display: none;
}

.idg-hero,
.idg-inner {
  background:
    radial-gradient(circle at 78% 18%, rgb(244 91 28 / 16%), transparent 30%),
    linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
}

.idg-hero-grid,
.idg-split,
.idg-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(38px, 5vw, 64px);
}

.idg-hero-grid > *,
.idg-split > *,
.idg-contact-grid > *,
.idg-grid > * {
  min-width: 0;
}

.idg-hero-grid h1,
.idg-inner-hero h1 {
  color: var(--idg-ink) !important;
  font-size: clamp(44px, 6vw, 76px) !important;
  line-height: 1.03 !important;
  letter-spacing: -.045em !important;
  margin: 14px 0 24px !important;
  max-width: 900px;
}

.idg-hero-grid p,
.idg-inner-hero > p,
.idg-service-hero p {
  max-width: 760px;
  color: var(--idg-muted) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.idg-hero-art,
.idg-hero-dashboard,
.idg-split > img {
  width: 100%;
}

.idg-hero-dashboard {
  position: relative;
  min-height: 500px;
  padding: 28px;
  overflow: visible;
  isolation: isolate;
  border: 1px solid #34363e;
  border-radius: 20px;
  background:
    radial-gradient(circle at 80% 12%, rgb(244 91 28 / 19%), transparent 30%),
    linear-gradient(145deg, rgb(28 29 35 / 97%), rgb(13 14 18 / 99%));
  box-shadow: 0 30px 80px rgb(0 0 0 / 38%);
}

.idg-hero-dashboard::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border: 1px solid rgb(255 255 255 / 6%);
  border-radius: 14px;
  pointer-events: none;
}

.idg-dash-head,
.idg-dash-metrics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.idg-dash-head {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--idg-line);
  color: #9698a1;
  font-size: 12px;
}

.idg-dash-head > div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #f4f4f6;
  font-weight: 800;
}

.idg-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4fc97a;
  box-shadow: 0 0 0 4px rgb(79 201 122 / 13%);
}

.idg-dash-main {
  padding-top: 34px;
}

.idg-dash-main p,
.idg-dash-main span {
  display: block;
  margin: 0;
  color: #9da0a9 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.idg-dash-main strong {
  display: block;
  margin: 5px 0 2px;
  color: #f7f7f8;
  font-size: 41px;
  line-height: 1;
  letter-spacing: -.05em;
}

.idg-dash-chart {
  position: relative;
  height: 166px;
  margin-top: 18px;
}

.idg-dash-chart svg,
.idg-grid-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.idg-grid-lines {
  background: repeating-linear-gradient(to bottom, rgb(255 255 255 / 8%) 0, rgb(255 255 255 / 8%) 1px, transparent 1px, transparent 42px);
}

.idg-dash-metrics {
  padding-top: 22px;
  border-top: 1px solid var(--idg-line);
}

.idg-dash-metrics > div {
  width: 50%;
}

.idg-dash-metrics span,
.idg-dash-metrics strong {
  display: block;
}

.idg-dash-metrics span {
  margin-bottom: 5px;
  color: #888b94;
  font-size: 11px;
}

.idg-dash-metrics strong {
  color: #f4f4f6;
  font-size: 13px;
}

.idg-dash-float {
  position: absolute;
  right: -20px;
  bottom: 42px;
  width: 190px;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #443029;
  border-radius: 12px;
  background: #111217;
  box-shadow: 0 18px 45px rgb(0 0 0 / 42%);
}

.idg-dash-float > span {
  color: #ff8151;
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -.04em;
}

.idg-dash-float p {
  margin: 0 !important;
  color: #9da0a9 !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

.idg-dash-float strong {
  color: #fff;
  font-size: 11px;
}

.idg-hero-art img,
.idg-split > img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid var(--idg-line);
  box-shadow: 0 30px 80px rgb(0 0 0 / 30%);
}

.idg-hero-art img {
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  object-position: center;
}

.idg-split > img {
  object-fit: contain;
}

.idg-eyebrow {
  margin: 0 !important;
  color: #ff8d61 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  text-transform: uppercase;
  letter-spacing: .12em;
}

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

.idg-grid {
  display: grid;
  gap: 20px;
}

.idg-services,
.idg-deliverables {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.idg-stats,
.idg-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.idg-stats article {
  padding: 28px;
  border: 1px solid var(--idg-line);
  background: var(--idg-soft);
  border-radius: 14px;
}

.idg-stats strong {
  display: block;
  color: #ff7040;
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.1;
}

.idg-stats span {
  display: block;
  color: var(--idg-muted);
  margin-top: 8px;
  line-height: 1.45;
}

.idg-section-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.idg-section-head h2 {
  color: var(--idg-ink) !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  margin: 10px 0 16px !important;
}

.idg-section-head > p,
.idg-copy > p,
.idg-card p,
.idg-local p,
.idg-contact-info p,
.idg-copy li {
  color: var(--idg-muted) !important;
  line-height: 1.75 !important;
}

.idg-copy {
  max-width: 900px;
}

.idg-copy h3 {
  margin: 34px 0 10px !important;
  font-size: 24px !important;
}

.idg-service-showcase {
  background:
    radial-gradient(circle at 12% 18%, rgb(244 91 28 / 10%), transparent 28%),
    linear-gradient(180deg, #0b0c10, #090a0d) !important;
}

.idg-service-visual-shell {
  padding: clamp(22px, 3.4vw, 42px);
  overflow: hidden;
  border: 1px solid #34363e;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgb(244 91 28 / 12%), transparent 28%),
    linear-gradient(145deg, rgb(24 25 31 / 98%), rgb(12 13 17 / 99%));
  box-shadow: 0 30px 80px rgb(0 0 0 / 26%);
}

.idg-service-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, .78fr);
  align-items: center;
  gap: clamp(30px, 4vw, 54px);
}

.idg-service-visual-grid > * {
  min-width: 0;
}

.idg-service-visual-media {
  margin: 0;
}

.idg-service-visual-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid #3a3c45;
  border-radius: 16px;
  background: #08090c;
  box-shadow: 0 22px 55px rgb(0 0 0 / 34%);
}

.idg-service-visual-media figcaption {
  margin-top: 12px;
  color: #90939e;
  font-size: 12px;
  line-height: 1.55;
}

.idg-service-visual-copy h2 {
  margin: 10px 0 16px !important;
  color: var(--idg-ink) !important;
  font-size: clamp(31px, 3.25vw, 45px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

.idg-service-visual-intro {
  margin: 0;
  color: var(--idg-muted) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.idg-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.idg-signal {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  min-width: 0;
  padding: 15px;
  border: 1px solid #30323a;
  border-radius: 13px;
  background: rgb(9 10 13 / 70%);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.idg-signal:hover,
.idg-signal:focus-within {
  border-color: #7a3b23;
  background: #151116;
  transform: translateY(-2px);
}

.idg-signal-mark {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid #6d341f;
  border-radius: 999px;
  background: #24120c;
  color: #ff8a5e;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.idg-signal h3 {
  margin: 1px 0 5px !important;
  color: var(--idg-ink) !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
}

.idg-signal p {
  margin: 0;
  color: #a9acb6 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.idg-card {
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--idg-line);
  background: var(--idg-card);
  border-radius: 16px;
  color: var(--idg-ink) !important;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.idg-card:hover,
.idg-card:focus-within {
  border-color: var(--idg-orange);
  background: var(--idg-card-hover);
  transform: translateY(-4px);
  box-shadow: 0 20px 55px rgb(0 0 0 / 24%);
}

.idg-card img,
.idg-service-hero > img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 24px;
}

.idg-card h3 {
  color: var(--idg-ink) !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  margin: 0 0 12px !important;
}

.idg-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.idg-chips span {
  padding: 6px 10px;
  border: 1px solid #503329;
  border-radius: 999px;
  background: #25140e;
  color: #ffb092;
  font-size: 11px;
  line-height: 1.35;
}

.idg-text-link {
  color: #ff7a48 !important;
  text-decoration: none !important;
  font-weight: 800;
}

.idg-text-link:hover,
.idg-text-link:focus-visible {
  color: #ffb092 !important;
}

.idg-alt {
  background-color: var(--idg-soft) !important;
}

.idg-local {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--idg-line);
  border-radius: 20px;
  background: radial-gradient(circle at 80% 20%, rgb(244 91 28 / 18%), transparent 30%), #0d0e12;
}

.idg-local .idg-section-head {
  margin-bottom: 26px;
}

.idg-inner-hero {
  max-width: 1000px;
  padding: 24px 0;
}

.idg-service-hero {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.idg-service-hero h1 {
  color: var(--idg-ink) !important;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.04em !important;
  margin: 10px 0 20px !important;
}

.idg-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: #8f929d;
  font-size: 13px;
}

.idg-breadcrumb a {
  color: #c9cbd2 !important;
  text-decoration: none;
}

.idg-faq details {
  border-top: 1px solid var(--idg-line);
  padding: 20px 0;
}

.idg-faq details:last-child {
  border-bottom: 1px solid var(--idg-line);
}

.idg-faq summary {
  cursor: pointer;
  color: var(--idg-ink) !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.idg-faq p {
  max-width: 900px;
  color: var(--idg-muted) !important;
  line-height: 1.75 !important;
}

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

.idg-cases small {
  color: #ffac88 !important;
  line-height: 1.6;
}

.idg-form {
  padding: 30px;
  background: var(--idg-card);
  border: 1px solid var(--idg-line);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.idg-form label {
  display: grid;
  gap: 8px;
  color: #e6e7eb;
  font-size: 13px;
  font-weight: 800;
}

.idg-form input,
.idg-form select,
.idg-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid #3b3d47;
  border-radius: 8px;
  outline: none;
  background: #0d0e12;
  color: #fff;
  font: inherit;
  box-sizing: border-box;
}

.idg-form textarea {
  min-height: 130px;
  resize: vertical;
}

.idg-form input:focus,
.idg-form select:focus,
.idg-form textarea:focus {
  border-color: var(--idg-orange);
  box-shadow: 0 0 0 3px rgb(244 91 28 / 16%);
}

.idg-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.idg-full {
  grid-column: 1 / -1;
}

.idg-form-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #295c3d;
  border-radius: 8px;
  background: #10291a;
  color: #bff2cd !important;
}

.idg-contact-info a {
  color: #fff !important;
}

.idg-footer-cta {
  padding: 55px max(24px, calc((100% - var(--idg-width)) / 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background: var(--idg-orange);
}

.idg-footer-cta h2 {
  color: #fff !important;
  font-size: clamp(30px, 4vw, 40px) !important;
  line-height: 1.1 !important;
  letter-spacing: -.03em !important;
  margin: 0 0 12px !important;
}

.idg-footer-cta p {
  margin: 0;
  color: #fff !important;
}

.idg-footer {
  padding: 65px max(24px, calc((100% - var(--idg-width)) / 2));
  display: grid;
  grid-template-columns: 2fr 1fr 1.3fr 1.3fr;
  gap: 45px;
  background: #090a0d;
}

.idg-footer > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.idg-footer .idg-footer-brand-logo {
  width: 265px;
  max-width: 100%;
  height: auto;
  margin-bottom: 4px;
}

.idg-footer h3 {
  margin: 0 0 7px !important;
  font-size: 17px !important;
}

.idg-footer a {
  color: var(--idg-muted) !important;
  text-decoration: none;
}

.idg-footer a:hover,
.idg-footer a:focus-visible {
  color: #fff !important;
}

.idg-footer p {
  margin: 0;
  color: var(--idg-muted) !important;
  line-height: 1.65;
}

.idg-footer-contact-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.idg-footer-contact-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
}

.idg-footer-contact-item > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.idg-footer-contact-item strong,
.idg-footer-contact-item small {
  display: block;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.idg-footer-contact-item strong {
  color: #f6f6f8;
  font-size: 14px;
  font-weight: 750;
}

.idg-footer-contact-item small {
  color: var(--idg-muted);
  font-size: 12px;
}

.idg-copyright {
  padding: 20px max(24px, calc((100% - var(--idg-width)) / 2));
  border-top: 1px solid var(--idg-line);
  color: var(--idg-muted);
  background: #090a0d;
  font-size: 13px;
}

.idg-wa {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  padding: 13px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 35px rgb(0 0 0 / 35%);
  background: #25d366;
  color: #071d10 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .idg-topbar-location {
    display: none;
  }

  .idg-desktop-nav {
    gap: 18px;
  }

  .idg-header {
    gap: 20px;
  }

  .idg-logo {
    width: 205px;
  }

  .idg-header > .idg-button {
    padding-inline: 16px;
  }
}

@media (max-width: 1024px) {
  body .elementor .e-con.idg-section {
    --padding-top: 72px !important;
    --padding-bottom: 72px !important;
  }

  .idg-desktop-nav,
  .idg-header > .idg-button {
    display: none;
  }

  .idg-mobile-menu {
    display: block;
    position: relative;
  }

  .idg-mobile-menu > summary {
    width: 44px;
    height: 44px;
    border: 1px solid var(--idg-line);
    border-radius: 9px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 24px;
    line-height: 1;
  }

  .idg-mobile-panel {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: min(360px, calc(100vw - 36px));
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    padding: 14px;
    background: #121318;
    border: 1px solid var(--idg-line);
    border-radius: 12px;
    box-shadow: 0 24px 65px rgb(0 0 0 / 58%);
  }

  .idg-mobile-panel > a,
  .idg-mobile-services > summary,
  .idg-mobile-services a {
    display: block;
    padding: 12px;
    border-radius: 8px;
  }

  .idg-mobile-services > summary {
    color: #ececf0;
    font-size: 14px;
    font-weight: 800;
  }

  .idg-mobile-services > div {
    padding: 4px 0 8px 12px;
    border-left: 1px solid #3a2a24;
  }

  .idg-mobile-services a {
    color: var(--idg-muted) !important;
    font-size: 13px;
  }

  .idg-services,
  .idg-deliverables,
  .idg-stats,
  .idg-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .idg-service-visual-grid {
    grid-template-columns: 1fr;
  }

  .idg-service-visual-copy {
    max-width: 820px;
  }

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

  .idg-footer > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .idg-topbar-email {
    display: none;
  }

  .idg-hero-grid,
  .idg-split,
  .idg-contact-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .idg-hero-art,
  .idg-hero-dashboard,
  .idg-split > img {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  body.admin-bar .idg-site-header {
    top: 46px;
  }

  body .elementor .e-con.idg-section {
    --padding-top: 56px !important;
    --padding-right: 18px !important;
    --padding-bottom: 56px !important;
    --padding-left: 18px !important;
  }

  .idg-topbar {
    display: none;
  }

  .idg-header {
    min-height: 76px;
    padding: 0 18px;
    gap: 11px;
  }

  .idg-logo {
    width: 188px;
  }

  .idg-mobile-call {
    margin-left: auto;
    display: inline-grid;
    text-decoration: none;
  }

  .idg-contact-icon-mobile {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .idg-contact-icon-mobile svg {
    width: 20px;
    height: 20px;
  }

  .idg-mobile-menu {
    margin-left: 0;
  }

  .idg-hero-grid h1,
  .idg-inner-hero h1,
  .idg-service-hero h1 {
    font-size: clamp(36px, 11vw, 44px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.04em !important;
  }

  .idg-hero-grid p,
  .idg-inner-hero > p,
  .idg-service-hero p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .idg-section-head {
    margin-bottom: 28px;
  }

  .idg-section-head h2 {
    font-size: clamp(30px, 9vw, 38px) !important;
  }

  .idg-services,
  .idg-deliverables,
  .idg-process,
  .idg-cases {
    grid-template-columns: 1fr;
  }

  .idg-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .idg-stats article {
    padding: 20px;
  }

  .idg-stats span {
    font-size: 13px;
  }

  .idg-card {
    padding: 24px;
  }

  .idg-card:hover,
  .idg-card:focus-within {
    transform: none;
  }

  .idg-service-visual-shell {
    padding: 20px;
    border-radius: 18px;
  }

  .idg-service-visual-media img {
    border-radius: 12px;
  }

  .idg-service-visual-copy h2 {
    font-size: clamp(29px, 8vw, 37px) !important;
  }

  .idg-signal:hover,
  .idg-signal:focus-within {
    transform: none;
  }

  .idg-hero-dashboard {
    min-height: 455px;
    padding: 22px;
  }

  .idg-dash-main strong {
    font-size: 34px;
  }

  .idg-dash-float {
    position: static;
    width: auto;
    margin-top: 20px;
  }

  .idg-service-hero {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .idg-service-hero > img {
    margin-bottom: 12px;
  }

  .idg-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .idg-actions .idg-button {
    width: 100%;
    box-sizing: border-box;
  }

  .idg-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .idg-full,
  .idg-form-status {
    grid-column: auto;
  }

  .idg-footer-cta {
    padding: 44px 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .idg-footer {
    padding: 52px 18px;
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .idg-footer > div:last-child {
    grid-column: auto;
  }

  .idg-copyright {
    padding: 18px;
  }

  .idg-wa {
    right: 14px;
    bottom: 14px;
    padding: 12px 15px;
  }
}

@media (max-width: 540px) {
  .idg-footer {
    grid-template-columns: 1fr;
  }

  .idg-signal-grid {
    grid-template-columns: 1fr;
  }

  .idg-stats strong {
    font-size: 26px;
  }
}

@media (max-width: 360px) {
  .idg-stats {
    grid-template-columns: 1fr;
  }

  .idg-logo {
    width: 158px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
