﻿/* Personalizaciones front del child theme GRUPODIM */

:root {
  --gd-navy: #172554;
  --gd-ink: #111827;
  --gd-muted: #667085;
  --gd-line: #d7dce5;
  --gd-soft: #f6f7f9;
  --gd-accent: #c7852f;
  --gd-accent-dark: #8a541b;
  --gd-radius: 14px;
  --gd-radius-lg: 22px;
  --gd-shadow-soft: 0 18px 44px rgba(15, 23, 42, 0.1);
  --gd-shadow-card: 0 12px 28px rgba(15, 23, 42, 0.07);
  --gd-topbar-height: 34px;
}

.gd-theme-topbar {
  position: sticky;
  top: 0;
  z-index: 999990;
  background: rgba(17, 24, 39, 0.76);
  color: #fff;
  margin: 0;
  box-shadow: none;
}

.gd-theme-topbar__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.2rem;
  box-sizing: border-box;
  width: min(100%, 1320px);
  min-height: var(--gd-topbar-height);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 3vw, 3rem);
}

.gd-theme-topbar__links,
.gd-theme-topbar__actions {
  display: flex;
  align-items: center;
  gap: clamp(0.55rem, 1vw, 0.95rem);
}

.gd-theme-topbar__links {
  grid-column: 2;
  justify-content: center;
}

.gd-theme-topbar__actions {
  grid-column: 3;
  justify-content: flex-end;
}

.gd-theme-topbar a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.gd-theme-topbar a:hover {
  color: #fff;
}

.gd-social-link {
  display: inline-grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.gd-social-link svg {
  width: 0.84rem;
  height: 0.84rem;
  fill: currentColor;
}

.gd-social-link:hover {
  transform: translateY(-1px);
}

.gd-social-link--facebook:hover {
  border-color: #1877f2;
  background: #1877f2;
}

.gd-social-link--instagram:hover {
  border-color: #e4405f;
  background: #e4405f;
}

#header.ct-header,
.ct-header {
  position: sticky !important;
  top: var(--gd-topbar-height) !important;
  z-index: 999980 !important;
  margin: 0 !important;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.5), rgba(17, 24, 39, 0.5)),
    rgba(17, 24, 39, 0.5) !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(10px);
}

.ct-header [data-row],
.ct-header [data-row*="middle"] {
  background: transparent !important;
}

@media (min-width: 1201px) {
  body.home #header.ct-header,
  body.home .ct-header {
    z-index: 1000100 !important;
    background: rgba(13, 16, 29, 0.38) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: visible !important;
  }

  body.home .gd-theme-topbar {
    z-index: 999970 !important;
    background: rgba(13, 16, 29, 0.42) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  body.home .ct-header .site-branding,
  body.home .ct-header [data-id="logo"] {
    position: relative !important;
    top: -0.25rem !important;
    z-index: 1000200 !important;
    transform: translateY(-0.25rem) !important;
  }

  body.home .ct-header .site-logo-container,
  body.home .ct-header [data-id="logo"] .site-logo-container,
  body.home .ct-header .site-logo-container img,
  body.home .ct-header [data-id="logo"] .site-logo-container img,
  body.home .ct-header [data-id="logo"] .default-logo {
    position: relative !important;
    z-index: 1000201 !important;
  }

  body.home .ct-header [data-row],
  body.home .ct-header .ct-container,
  body.home .ct-header [data-column],
  body.home .ct-header [data-items] {
    overflow: visible !important;
  }
}

.ct-header [data-row] {
  min-height: 66px;
}

.ct-header .ct-container {
  box-sizing: border-box;
  width: min(100%, 1320px);
  min-height: 66px;
  padding-inline: clamp(1.25rem, 3vw, 3rem);
}

.ct-header .site-branding {
  min-width: 74px !important;
}

.ct-header .site-logo-container,
.ct-header [data-id="logo"] .site-logo-container {
  width: 62px !important;
  max-width: none !important;
}

.ct-header .site-logo-container img,
.ct-header [data-id="logo"] .site-logo-container img,
.ct-header [data-id="logo"] .default-logo {
  width: 62px !important;
  height: 62px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
}

.ct-header .site-title-container {
  display: none;
}

.ct-header [data-column="start"],
.ct-header [data-column="start"] [data-items] {
  align-items: center !important;
}

.ct-header .header-menu-1 {
  flex: 1 1 auto;
  min-width: 0;
}

.ct-header .header-menu-1 > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.05rem, 1.75vw, 2rem);
}

.ct-header .header-menu-1 .ct-menu-link,
.ct-header .header-menu-1 .ct-menu-link:visited {
  min-height: 38px;
  padding-inline: 0;
  color: #fff !important;
  font-size: clamp(0.7rem, 0.42vw + 0.54rem, 0.9rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ct-header .gd-showroom-menu-link,
.ct-header .gd-showroom-menu-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.5rem 0.9rem !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: #213a8e;
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(199, 133, 47, 0.22);
}

.ct-header .gd-showroom-menu-link:hover {
  background: #2b48a6;
  color: #fff !important;
}

.ct-header .header-menu-1 .ct-menu-link:hover,
.ct-header .header-menu-1 .menu-item:hover > .ct-menu-link,
.ct-header .header-menu-1 .current-menu-item > .ct-menu-link,
.ct-header .header-menu-1 .current-menu-ancestor > .ct-menu-link {
  color: rgba(255, 255, 255, 0.82) !important;
}

.ct-header .header-menu-1 .ct-toggle-dropdown-desktop {
  margin-inline-start: 0.25rem;
  color: currentColor;
}

.ct-header .header-menu-1 .sub-menu {
  min-width: 250px;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: rgba(17, 24, 39, 0.96);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.28);
}

.ct-header .header-menu-1 .sub-menu .ct-menu-link {
  min-height: 38px;
  padding: 0.72rem 0.85rem;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  line-height: 1.25;
  white-space: normal;
}

.ct-header .header-menu-1 .sub-menu .ct-menu-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ct-header .ct-header-search,
.ct-header .ct-header-trigger {
  color: #fff;
}

.ct-header .ct-header-search {
  display: none !important;
}

#gt_float_wrapper {
  position: fixed !important;
  top: -0.35rem !important;
  right: clamp(8.5rem, 9vw, 10rem) !important;
  z-index: 1000002 !important;
  transform: none !important;
}

.gt_float_switcher {
  overflow: visible !important;
  border-radius: 3px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16) !important;
  font-family: inherit !important;
  line-height: 1 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  display: flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  min-height: 1.55rem !important;
  padding: 0.24rem 0.44rem !important;
  color: var(--gd-ink) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.gt_float_switcher img {
  width: 17px !important;
  height: auto !important;
  margin: 0 !important;
}

.gt_float_switcher .gt_options {
  min-width: 6.6rem !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.2) !important;
}

.gt_float_switcher .gt_options a {
  padding: 0.48rem 0.58rem !important;
  font-size: 0.74rem !important;
  line-height: 1.1 !important;
}

.elementor > .e-con[data-settings*="sticky"][data-settings*="top"],
.elementor > .e-con[data-settings*="sticky"][data-settings*="bottom"] {
  display: none !important;
}

@media (max-width: 1180px) {
  .ct-header [data-row] {
    min-height: 66px;
  }

  .ct-header .header-menu-1 > ul {
    gap: 1.05rem;
  }

  .ct-header .header-menu-1 .ct-menu-link {
    font-size: 0.74rem;
  }
}

@media (max-width: 781px) {
  :root {
    --gd-topbar-height: auto;
  }

  .gd-theme-topbar,
  #header.ct-header,
  .ct-header {
    position: sticky !important;
    top: 0 !important;
  }

  .gd-theme-topbar__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 1rem;
  }

  .gd-theme-topbar__links {
    display: none !important;
  }

  .gd-theme-topbar__actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .gd-theme-topbar a {
    font-size: 0.66rem;
  }

  .ct-header [data-row] {
    min-height: 72px;
  }

  .ct-header .ct-container {
    width: 100%;
    max-width: 100%;
    min-height: 72px;
    padding-inline: 1rem;
  }

  .ct-header [data-device="mobile"] [data-column="end"] {
    min-width: 46px;
    justify-content: flex-end;
  }

  .ct-header .site-branding {
    min-width: 78px !important;
  }

  .ct-header .site-logo-container,
  .ct-header [data-id="logo"] .site-logo-container {
    width: 66px !important;
  }

  .ct-header .site-logo-container img,
  .ct-header [data-id="logo"] .site-logo-container img,
  .ct-header [data-id="logo"] .default-logo {
    width: 66px !important;
    height: 66px !important;
    max-height: none !important;
  }

  .ct-header .ct-header-trigger,
  .ct-header .ct-header-trigger:hover {
    color: #fff !important;
  }

  .ct-header [data-device="mobile"] .ct-header-trigger,
  .ct-header .ct-header-trigger[data-id="trigger"] {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 2.7rem !important;
    height: 2.7rem !important;
    min-width: 2.7rem !important;
    min-height: 2.7rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 3px !important;
    background: #213a8e !important;
    color: #fff !important;
    z-index: 10 !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22) !important;
  }

  #gt_float_wrapper {
    top: 2.55rem !important;
    right: 4.35rem !important;
    transform: translateX(-4.35rem) !important;
  }

  .gt_float_switcher .gt-selected .gt-current-lang {
    min-height: 1.8rem !important;
    padding: 0.32rem 0.46rem !important;
    font-size: 0.7rem !important;
  }

  .gt_float_switcher img {
    width: 18px !important;
  }
}

@media (max-width: 1000px) {
  .ct-header [data-device="desktop"] {
    display: none !important;
  }

  .ct-header [data-device="mobile"] {
    display: block !important;
  }

  .ct-header [data-device="mobile"] .ct-header-trigger,
  .ct-header .ct-header-trigger[data-id="trigger"] {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 2.7rem !important;
    height: 2.7rem !important;
    min-width: 2.7rem !important;
    min-height: 2.7rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 3px !important;
    background: #213a8e !important;
    color: #fff !important;
    z-index: 10 !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22) !important;
  }

  #gt_float_wrapper {
    top: 2.55rem !important;
    right: 4.35rem !important;
    transform: translateX(-4.35rem) !important;
  }

  .gt_float_switcher .gt-selected .gt-current-lang {
    min-height: 1.8rem !important;
    padding: 0.32rem 0.46rem !important;
    font-size: 0.7rem !important;
  }

  .gt_float_switcher img {
    width: 18px !important;
  }
}

.gd-seo-entry {
  color: var(--gd-ink);
}

.gd-has-entry-hero .hero-section {
  display: none;
}

.gd-entry-hero.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.gd-entry-hero {
  overflow: hidden;
  min-height: clamp(420px, 54vw, 620px) !important;
  background-color: var(--gd-navy);
}

.gd-entry-hero .wp-block-cover__background {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.76) 0%, rgba(15, 23, 42, 0.48) 48%, rgba(15, 23, 42, 0.16) 100%),
    linear-gradient(135deg, rgba(33, 58, 142, 0.9), rgba(199, 133, 47, 0.62)) !important;
}

.gd-entry-hero .wp-block-cover__inner-container {
  width: min(100%, 1320px);
  margin-inline: auto;
}

.gd-entry-hero__content {
  max-width: 880px;
  margin-left: 0 !important;
}

.gd-entry-hero .gd-kicker {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.78rem;
}

.gd-entry-hero .gd-entry-title {
  max-width: 14ch;
  color: #fff !important;
  font-size: clamp(2.45rem, 5vw, 5.6rem);
  text-wrap: balance;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.gd-entry-hero .gd-entry-lead {
  max-width: 68ch;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(1.05rem, 0.45vw + 1rem, 1.28rem);
  line-height: 1.65;
}

.gd-seo-entry > * + * {
  margin-block-start: clamp(1.15rem, 1vw + 0.9rem, 1.85rem);
}

.gd-seo-entry .gd-kicker {
  color: var(--gd-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gd-seo-entry .gd-entry-title {
  max-width: 13ch;
  text-wrap: balance;
}

.gd-seo-entry .gd-entry-lead {
  max-width: 74ch;
  color: #344054;
  font-size: clamp(1.05rem, 0.3vw + 1rem, 1.2rem);
  line-height: 1.72;
}

.gd-seo-entry h2.wp-block-heading {
  margin-block-start: clamp(2.1rem, 2vw + 1.2rem, 3.5rem);
  margin-block-end: 0.8rem;
  color: var(--gd-navy);
  font-weight: 780;
  line-height: 1.18;
  text-wrap: balance;
}

.gd-seo-entry h3.wp-block-heading {
  margin-block-start: 1.45rem;
  margin-block-end: 0.55rem;
  color: #1f2937;
  font-weight: 740;
}

.gd-seo-entry p,
.gd-seo-entry li {
  line-height: 1.72;
}

.gd-seo-entry ul {
  padding-left: 1.2rem;
}

.gd-seo-entry li + li {
  margin-top: 0.48rem;
}

.gd-seo-entry .gd-cover-placeholder {
  overflow: hidden;
  min-height: clamp(320px, 38vw, 460px) !important;
  box-shadow: var(--gd-shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.gd-seo-entry .gd-cover-placeholder .wp-block-cover__background {
  background: linear-gradient(135deg, rgba(23, 37, 84, 0.82), rgba(199, 133, 47, 0.72)) !important;
}

.gd-seo-entry .gd-cover-placeholder .wp-block-cover__inner-container {
  max-width: 690px;
}

.gd-seo-entry .gd-cover-placeholder h2 {
  margin-block-start: 0;
  color: #fff;
}

.gd-seo-entry .gd-cover-placeholder p {
  color: rgba(255, 255, 255, 0.92);
}

.gd-seo-entry .gd-summary-grid {
  align-items: stretch !important;
}

.gd-seo-entry .gd-summary-list,
.gd-seo-entry .gd-highlight-box,
.gd-seo-entry .gd-note-box,
.gd-seo-entry .gd-faq-box,
.gd-seo-entry .gd-cta-box {
  border: 1px solid rgba(215, 220, 229, 0.88);
  box-shadow: var(--gd-shadow-card);
}

.gd-seo-entry .gd-summary-list {
  height: 100%;
  border-radius: var(--gd-radius);
  background: #fff;
  padding: 1.35rem 1.45rem;
}

.gd-seo-entry .gd-summary-list h2 {
  margin-top: 0;
}

.gd-seo-entry .gd-highlight-box {
  height: 100%;
}

.gd-seo-entry .gd-highlight-box p:last-child,
.gd-seo-entry .gd-note-box p:last-child,
.gd-seo-entry .gd-faq-box p:last-child,
.gd-seo-entry .gd-cta-box p:last-child {
  margin-bottom: 0;
}

.gd-seo-entry .gd-note-box {
  border-left-width: 5px !important;
  border-left-color: var(--gd-accent) !important;
}

.gd-seo-entry .wp-block-table {
  margin-top: 1.35rem;
  margin-bottom: 2rem;
  overflow-x: auto;
  border-radius: var(--gd-radius);
  box-shadow: var(--gd-shadow-card);
}

.gd-seo-entry .wp-block-table table {
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--gd-line);
  border-radius: var(--gd-radius);
  overflow: hidden;
}

.gd-seo-entry .wp-block-table th {
  background: var(--gd-navy);
  color: #fff;
  font-weight: 720;
  text-align: left;
}

.gd-seo-entry .wp-block-table td,
.gd-seo-entry .wp-block-table th {
  padding: 0.95rem 1rem;
  border-color: var(--gd-line);
  vertical-align: top;
}

.gd-seo-entry .wp-block-table tbody tr:nth-child(even) td {
  background: #f9fafb;
}

.gd-seo-entry .gd-faq-box {
  background: linear-gradient(180deg, #f8fafc 0%, #f2f4f7 100%) !important;
}

.gd-seo-entry .gd-faq-box > h2 {
  margin-top: 0;
}

.gd-seo-entry .wp-block-details {
  margin: 0;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--gd-line);
}

.gd-seo-entry .wp-block-details:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.gd-seo-entry .wp-block-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-weight: 740;
  list-style: none;
  color: #1f2937;
}

.gd-seo-entry .wp-block-details summary::-webkit-details-marker {
  display: none;
}

.gd-seo-entry .gd-accordion-item summary::after {
  content: '+';
  display: inline-grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  flex: 0 0 1.65rem;
  border-radius: 999px;
  color: #fff;
  background: var(--gd-navy);
  font-size: 1.05rem;
  line-height: 1;
}

.gd-seo-entry .gd-accordion-item[open] summary::after {
  content: '-';
  background: var(--gd-accent-dark);
}

.gd-seo-entry .wp-block-details p {
  margin-top: 0.75rem;
  color: #475467;
}

.gd-seo-entry .gd-cta-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #172554 58%, #8a541b 100%) !important;
}

.gd-seo-entry .gd-cta-box h2 {
  margin-top: 0;
  color: #fff;
}

.gd-seo-entry .gd-cta-box .wp-block-button__link {
  font-weight: 740;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

@media (max-width: 781px) {
  .gd-seo-entry .gd-summary-list,
  .gd-seo-entry .gd-highlight-box,
  .gd-seo-entry .gd-note-box,
  .gd-seo-entry .gd-faq-box,
  .gd-seo-entry .gd-cta-box {
    padding: 1.15rem !important;
  }

  .gd-seo-entry .gd-entry-title {
    max-width: 100%;
  }

  .gd-entry-hero {
    min-height: 430px !important;
  }

  .gd-entry-hero .gd-entry-title {
    max-width: 100%;
    font-size: clamp(2.1rem, 10vw, 3.35rem);
  }

  .gd-seo-entry .wp-block-table table {
    min-width: 620px;
  }
}
























@media (max-width: 1000px) {
  button.ct-header-trigger[data-id="trigger"] svg,
  button.ct-header-trigger[data-id="trigger"] rect {
    fill: currentColor !important;
  }
}

.gd-mobile-drawer {
  display: none;
}

@media (max-width: 1000px) {
  #offcanvas {
    display: none !important;
  }

  .gd-mobile-menu-open {
    overflow: hidden;
  }

  .gd-mobile-drawer {
    position: fixed;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(15, 23, 42, 0.56);
    z-index: 2147483000;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .gd-mobile-drawer.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .gd-mobile-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(88vw, 22rem);
    height: 100%;
    overflow-y: auto;
    padding: 4.25rem 1.25rem 1.5rem;
    background: #111827;
    box-shadow: -18px 0 38px rgba(15, 23, 42, 0.32);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  .gd-mobile-drawer.is-open .gd-mobile-drawer__panel {
    transform: translateX(0);
  }

  .gd-mobile-drawer__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    background: #213a8e;
    color: #fff;
    font-size: 1.65rem;
    line-height: 1;
  }

  .gd-mobile-drawer__menu,
  .gd-mobile-drawer__menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .gd-mobile-drawer__menu {
    display: block !important;
  }

  .gd-mobile-drawer__menu .sub-menu {
    display: none !important;
  }

  .gd-mobile-drawer__menu .is-open > .sub-menu {
    display: block !important;
  }

  .gd-mobile-drawer__menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .gd-mobile-drawer__menu a,
  .gd-mobile-drawer__toggle {
    display: block;
    padding: 0.9rem 0;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
  }

    .gd-mobile-drawer__toggle {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .gd-mobile-drawer__toggle span:last-child {
    display: inline-grid;
    place-items: center;
    width: 1.45rem;
    height: 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1;
  }

  .gd-mobile-drawer__legal {
    margin-top: 0.35rem;
  }

.gd-mobile-drawer__menu .sub-menu {
    padding: 0 0 0.75rem 0.85rem;
  }

  .gd-mobile-drawer__menu .sub-menu a {
    padding: 0.42rem 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    font-weight: 600;
  }

  .gd-mobile-drawer__menu .gd-showroom-menu-link {
    display: inline-flex;
    width: auto;
    margin-top: 1rem;
    padding: 0.72rem 1rem !important;
    border-radius: 999px;
    background: #213a8e;
  }
}



.gd-mobile-main-trigger {
  display: none;
}

@media (max-width: 1000px) {
  .ct-header [data-device="mobile"] .ct-header-trigger,
  .ct-header .ct-header-trigger[data-id="trigger"] {
    display: none !important;
  }

  .gd-mobile-main-trigger {
    position: fixed;
    top: 3.45rem;
    left: min(82vw, calc(100vw - 3.7rem));
    right: auto;
    z-index: 2147483001;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    width: 2.7rem;
    height: 2.7rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    background: #213a8e;
    color: #fff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22);
  }

  .gd-mobile-main-trigger span {
    display: block;
    width: 1.15rem;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }
}


@media (max-width: 1000px) {
  .gd-mobile-drawer__toggle {
    position: relative;
    padding-right: 2.4rem !important;
  }

  .gd-mobile-drawer__toggle > span[aria-hidden="true"] {
    display: none !important;
  }

  .gd-mobile-drawer__toggle::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-grid;
    place-items: center;
    width: 1.45rem;
    height: 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1;
    transform: translateY(-50%);
  }

  .gd-mobile-drawer__menu .is-open > .gd-mobile-drawer__toggle::after {
    content: "-";
  }
}

@media (min-width: 1001px) {
  .gd-mobile-main-trigger {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  html.gd-mobile-menu-open .gd-mobile-main-trigger {
    display: none !important;
  }

  #gt_float_wrapper {
    top: 0.42rem !important;
    right: 1rem !important;
    transform: none !important;
    z-index: 2147483002 !important;
  }
}

@media (max-width: 1000px) {
  #gt_float_wrapper {
    top: 0.42rem !important;
    left: clamp(17rem, 82vw, 20.5rem) !important;
    right: auto !important;
    transform: none !important;
    z-index: 2147482999 !important;
  }

  html.gd-mobile-menu-open .gd-mobile-main-trigger,
  html.gd-mobile-menu-open #gt_float_wrapper {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  #gt_float_wrapper {
    top: 0.42rem !important;
    left: clamp(15.8rem, 76vw, 18.7rem) !important;
    right: auto !important;
    transform: none !important;
  }
}

/* Mobile header final alignment */
@media (max-width: 1000px) {
  .ct-header .site-branding {
    min-width: 98px !important;
    transform: translateY(-1.15rem);
  }

  .ct-header .site-logo-container,
  .ct-header [data-id="logo"] .site-logo-container {
    width: 86px !important;
    max-width: none !important;
  }

  .ct-header .site-logo-container img,
  .ct-header [data-id="logo"] .site-logo-container img,
  .ct-header [data-id="logo"] .default-logo {
    width: 86px !important;
    height: 86px !important;
    max-width: none !important;
    object-fit: contain;
  }

  .ct-header [data-device="mobile"] .ct-container,
  .ct-header [data-device="mobile"] [data-row] {
    min-height: 82px !important;
  }

  .gd-mobile-main-trigger {
    top: 3.45rem !important;
    left: min(82vw, calc(100vw - 3.7rem)) !important;
  }

  #gt_float_wrapper {
    top: 0.42rem !important;
    left: clamp(15.8rem, 76vw, 18.7rem) !important;
    right: auto !important;
    transform: none !important;
  }

  .gd-mobile-drawer__showroom {
    margin-top: 0.65rem !important;
  }

  .gd-mobile-drawer__showroom > li {
    border-bottom: 0 !important;
  }
}

/* Mobile menu trigger visibility safeguard */
@media (max-width: 1000px) {
  body .gd-mobile-main-trigger {
    position: fixed !important;
    top: 3.45rem !important;
    right: 1rem !important;
    left: auto !important;
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2147483003 !important;
  }

  html.gd-mobile-menu-open body .gd-mobile-main-trigger,
  html.gd-mobile-menu-open body #gt_float_wrapper {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

/* Mobile menu trigger complete shape */
@media (max-width: 1000px) {
  body .gd-mobile-main-trigger {
    position: fixed !important;
    top: 3.45rem !important;
    right: 1rem !important;
    left: auto !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.28rem !important;
    width: 2.7rem !important;
    height: 2.7rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 3px !important;
    background: #213a8e !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2147483003 !important;
  }

  body .gd-mobile-main-trigger span {
    display: block !important;
    width: 1.15rem !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: currentColor !important;
  }

  html.gd-mobile-menu-open body .gd-mobile-main-trigger,
  html.gd-mobile-menu-open body #gt_float_wrapper {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

/* Mobile trigger breakpoint guard */
@media (max-width: 1200px) {
  body .gd-mobile-main-trigger {
    position: fixed !important;
    top: 3.45rem !important;
    right: 1rem !important;
    left: auto !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.28rem !important;
    width: 2.7rem !important;
    height: 2.7rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 3px !important;
    background: #213a8e !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2147483003 !important;
  }

  html.gd-mobile-menu-open body .gd-mobile-main-trigger,
  html.gd-mobile-menu-open body #gt_float_wrapper {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

@media (min-width: 1201px) {
  body .gd-mobile-main-trigger {
    display: none !important;
  }
}

/* Native mobile trigger used as the single menu button */
@media (max-width: 1200px) {
  body .gd-mobile-main-trigger {
    display: none !important;
  }

  .ct-header [data-device="mobile"] .ct-header-trigger,
  .ct-header .ct-header-trigger[data-id="trigger"] {
    position: fixed !important;
    top: 3.45rem !important;
    right: 1rem !important;
    left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.7rem !important;
    height: 2.7rem !important;
    min-width: 2.7rem !important;
    min-height: 2.7rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 3px !important;
    background: #213a8e !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.22) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2147483003 !important;
  }

  html.gd-mobile-menu-open .ct-header [data-device="mobile"] .ct-header-trigger,
  html.gd-mobile-menu-open .ct-header .ct-header-trigger[data-id="trigger"],
  html.gd-mobile-menu-open #gt_float_wrapper {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}


/* Native mobile trigger visual position */
@media (max-width: 1200px) {
  .ct-header [data-device="mobile"] .ct-header-trigger,
  .ct-header .ct-header-trigger[data-id="trigger"] {
    left: clamp(17rem, 82vw, 20.5rem) !important;
    right: auto !important;
  }
}


/* Mobile header balanced layout: socials/language left, logo centered, menu right */
@media (max-width: 1200px) {
  .gd-theme-topbar {
    min-height: 7.35rem !important;
    background: rgba(17, 24, 39, 0.76) !important;
  }

  .gd-theme-topbar__inner {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 7.35rem !important;
    padding: 0 !important;
  }

  .gd-theme-topbar__links {
    display: none !important;
  }

  .gd-theme-topbar__actions {
    position: fixed !important;
    top: 0.42rem !important;
    left: 1rem !important;
    right: auto !important;
    z-index: 2147483010 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.42rem !important;
  }

  .gd-social-link {
    width: 1.35rem !important;
    height: 1.35rem !important;
  }

  #gt_float_wrapper {
    position: fixed !important;
    top: 2.28rem !important;
    left: 1rem !important;
    right: auto !important;
    transform: none !important;
    z-index: 2147483020 !important;
  }

  #gt_float_wrapper .gt_float_switcher,
  #gt_float_wrapper .gt_options {
    z-index: 2147483021 !important;
  }

  .ct-header,
  #header.ct-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 7.35rem !important;
    min-height: 7.35rem !important;
    z-index: 2147482990 !important;
    background: rgba(17, 24, 39, 0.76) !important;
    box-shadow: none !important;
  }

  .ct-header [data-device="mobile"] .ct-container,
  .ct-header [data-device="mobile"] [data-row],
  .ct-header .ct-container,
  .ct-header [data-row] {
    position: static !important;
    width: 100% !important;
    min-height: 7.35rem !important;
    height: 7.35rem !important;
    padding: 0 !important;
  }

  .ct-header .site-branding,
  .ct-header [data-id="logo"] {
    position: fixed !important;
    top: 1.78rem !important;
    left: 50% !important;
    right: auto !important;
    min-width: 0 !important;
    width: 86px !important;
    transform: translateX(-50%) !important;
    z-index: 2147483011 !important;
  }

  .ct-header .site-logo-container,
  .ct-header [data-id="logo"] .site-logo-container,
  .ct-header .site-logo-container img,
  .ct-header [data-id="logo"] .site-logo-container img,
  .ct-header [data-id="logo"] .default-logo {
    width: 86px !important;
    height: 86px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  .ct-header [data-device="mobile"] .ct-header-trigger,
  .ct-header .ct-header-trigger[data-id="trigger"] {
    position: fixed !important;
    top: 3.1rem !important;
    left: auto !important;
    right: 1rem !important;
    z-index: 2147483005 !important;
  }

  html.gd-mobile-menu-open .ct-header [data-device="mobile"] .ct-header-trigger,
  html.gd-mobile-menu-open .ct-header .ct-header-trigger[data-id="trigger"],
  html.gd-mobile-menu-open #gt_float_wrapper {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  body {
    padding-top: 0 !important;
  }

  .site-main,
  #main-container,
  main {
    margin-top: 0 !important;
  }
}


/* Mobile balanced layout viewport-safe refinements */
@media (max-width: 1200px) {
  .gd-theme-topbar__actions,
  body .gd-theme-topbar .gd-theme-topbar__actions {
    position: fixed !important;
    top: 0.42rem !important;
    left: 1rem !important;
    right: auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.42rem !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    z-index: 2147483025 !important;
  }

  body .gd-theme-topbar .gd-social-link {
    display: inline-grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1) !important;
  }

  #gt_float_wrapper {
    top: 2.28rem !important;
    left: 1rem !important;
    z-index: 2147483030 !important;
  }

  .ct-header [data-device="mobile"] .ct-header-trigger,
  .ct-header .ct-header-trigger[data-id="trigger"] {
    top: 3.1rem !important;
    left: clamp(20.95rem, 88vw, 21.45rem) !important;
    right: auto !important;
    z-index: 2147483015 !important;
  }
}


/* Mobile topbar layer above fixed header */
@media (max-width: 1200px) {
  .gd-theme-topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    pointer-events: none !important;
    z-index: 2147483024 !important;
  }

  .gd-theme-topbar__inner {
    height: 0 !important;
    min-height: 0 !important;
  }

  .gd-theme-topbar__actions,
  body .gd-theme-topbar .gd-theme-topbar__actions {
    pointer-events: auto !important;
    z-index: 2147483026 !important;
  }

  .ct-header [data-device="mobile"] .ct-header-trigger,
  .ct-header .ct-header-trigger[data-id="trigger"] {
    left: 19.55rem !important;
    right: auto !important;
  }
}


/* Hide all header controls while the mobile drawer is open */
@media (max-width: 1200px) {
  html.gd-mobile-menu-open .gd-theme-topbar__actions {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

/* Mobile header final vertical alignment */
@media (max-width: 1200px) {
  .ct-header .site-branding,
  .ct-header [data-id="logo"] {
    top: 0.95rem !important;
  }

  .ct-header [data-device="mobile"] .ct-header-trigger,
  .ct-header .ct-header-trigger[data-id="trigger"] {
    top: 2.35rem !important;
  }
}

/* Desktop logo size refinement */
@media (min-width: 1201px) {
  .ct-header .site-branding {
    min-width: 96px !important;
  }

  .ct-header .site-logo-container,
  .ct-header [data-id="logo"] .site-logo-container {
    width: 81px !important;
    max-width: none !important;
  }

  .ct-header .site-logo-container img,
  .ct-header [data-id="logo"] .site-logo-container img,
  .ct-header [data-id="logo"] .default-logo {
    width: 81px !important;
    height: 81px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  .ct-header [data-row],
  .ct-header .ct-container {
    min-height: 82px !important;
  }
}


/* Desktop logo vertical centering after size increase */
@media (min-width: 1201px) {
  .ct-header [data-column="start"],
  .ct-header [data-column="start"] [data-items],
  .ct-header [data-id="logo"] {
    align-items: center !important;
  }

  .ct-header .site-branding,
  .ct-header [data-id="logo"] {
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: none !important;
  }

  .ct-header .site-logo-container,
  .ct-header [data-id="logo"] .site-logo-container {
    display: flex !important;
    align-items: center !important;
  }
}


/* Desktop logo optical vertical balance */
@media (min-width: 1201px) {
  .ct-header .site-branding,
  .ct-header [data-id="logo"] {
    transform: translateY(-0.45rem) !important;
  }
}

/* Home migrated from Elementor to Gutenberg: keep old no-page-title layout */
body.home .hero-section.is-width-constrained {
  display: none !important;
}

@media (max-width: 767px) {
  body.home .elementor.elementor-2,
  body.home .elementor-2 .e-con,
  body.home .elementor-2 .e-con-boxed > .e-con-inner,
  body.home .elementor-2 .elementor-widget-container {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
  }

  body.home .elementor-2 .e-con {
    --width: 100% !important;
    --content-width: 100% !important;
  }

  body.home .elementor.elementor-2 {
    overflow-x: hidden !important;
  }

  body.home .elementor-2 .elementor-heading-title,
  body.home .elementor-2 .elementor-widget-text-editor,
  body.home .elementor-2 .elementor-widget-text-editor p,
  body.home .elementor-2 .elementor-slide-heading {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
}

/* Gutenberg-native home top section */
.gd-home-native {
  background: #ffffff;
  color: #24356d;
  width: 100vw !important;
  max-width: none !important;
  padding-top: 0 !important;
  margin-top: -118px !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  overflow-x: hidden;
}

body.home .site-main,
body.home article,
body.home #main > .ct-container-full,
body.home .entry-content,
body.home [class*="entry-content"] {
  --theme-content-spacing: 0px !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home .entry-content > .gd-home-native:first-child,
body.home [class*="entry-content"] > .gd-home-native:first-child {
  margin-top: -152px !important;
}

.gd-home-native__video,
.gd-home-native__video.wp-block-video {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 calc(50% - 50vw) 0 !important;
  overflow: hidden;
  line-height: 0;
}

.gd-home-native__video.wp-block-cover {
  min-height: 720px !important;
  padding: 0 !important;
}

.gd-home-native__video .wp-block-cover__inner-container {
  display: none;
}

.gd-home-native__video .wp-block-cover__video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gd-home-native__video-media,
.gd-home-native__video video {
  display: block;
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: center;
}

.gd-home-native__intro {
  padding: 82px 20px 6px;
}

.gd-home-native__inner {
  max-width: 1196px;
  margin: 0 auto;
  text-align: center;
}

.gd-home-native h1,
.gd-home-native h2,
.gd-home-native h3 {
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #24356d;
  letter-spacing: 0;
}

.gd-home-native h1 {
  max-width: 1120px;
  font-size: 43px;
  line-height: 1.08;
}

.gd-home-native__separator {
  width: 100%;
  height: 1px;
  margin: 36px 0 30px;
  background: #000000;
}

.gd-home-native h2 {
  font-size: 34px;
  line-height: 1.18;
}

.gd-home-native h3 {
  max-width: 1120px;
  margin-top: 42px;
  font-size: 31px;
  line-height: 1.25;
}

.gd-home-native p {
  max-width: 1110px;
  margin: 24px auto 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #24356d;
}

.gd-home-native__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  margin-top: 24px;
  padding: 0 24px;
  background: #284179;
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.gd-home-native__button:hover,
.gd-home-native__button:focus-visible {
  background: #24356d;
}

@media (max-width: 767px) {
  .gd-home-native__video.wp-block-cover {
    min-height: 620px !important;
  }

  .gd-home-native__video-media {
    height: 620px;
  }

  .gd-home-native__video {
    margin: 0 calc(50% - 50vw) !important;
  }

  .gd-home-native {
    margin-top: 0 !important;
  }

  body.home .entry-content > .gd-home-native:first-child,
  body.home [class*="entry-content"] > .gd-home-native:first-child {
    margin-top: 0 !important;
  }

  .gd-home-native__intro {
    padding: 52px 10px 16px;
  }

  .gd-home-native h1 {
    font-size: 27px;
    line-height: 1.08;
  }

  .gd-home-native__separator {
    margin: 34px 0 30px;
  }

  .gd-home-native h2 {
    font-size: 34px;
    line-height: 1.02;
  }

  .gd-home-native h3 {
    margin-top: 36px;
    font-size: 31px;
    line-height: 1.42;
  }

  .gd-home-native p {
    font-size: 17px;
    line-height: 1.55;
  }

  .gd-home-native__button {
    width: auto;
    max-width: calc(100vw - 70px);
    padding: 0 22px;
    font-size: 14px;
  }
}

/* Final desktop home header layer override */
@media (min-width: 1201px) {
  body.home > .gd-theme-topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 30 !important;
    background: rgba(13, 16, 29, 0.42) !important;
    box-shadow: none !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }

  body.home #header.ct-header,
  body.home .ct-header {
    position: fixed !important;
    top: var(--gd-topbar-height) !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 50 !important;
    overflow: visible !important;
  }

  body.home .gd-home-native,
  body.home .entry-content > .gd-home-native:first-child,
  body.home [class*="entry-content"] > .gd-home-native:first-child {
    margin-top: 0 !important;
  }

  body.home #header.ct-header .site-branding,
  body.home #header.ct-header [data-id="logo"],
  body.home .ct-header .site-branding,
  body.home .ct-header [data-id="logo"] {
    position: relative !important;
    top: -0.25rem !important;
    z-index: 60 !important;
    transform: translateY(-0.25rem) !important;
  }

  body.home #header.ct-header .site-logo-container,
  body.home #header.ct-header [data-id="logo"] .site-logo-container,
  body.home #header.ct-header .site-logo-container img,
  body.home #header.ct-header [data-id="logo"] .site-logo-container img,
  body.home #header.ct-header [data-id="logo"] .default-logo,
  body.home .ct-header .site-logo-container,
  body.home .ct-header [data-id="logo"] .site-logo-container,
  body.home .ct-header .site-logo-container img,
  body.home .ct-header [data-id="logo"] .site-logo-container img,
  body.home .ct-header [data-id="logo"] .default-logo {
    position: relative !important;
    z-index: 61 !important;
  }
}

/* Home fully native Gutenberg sections */
.gd-home-editable {
  --gd-home-blue: #24356d;
  --gd-home-gold: #c7852f;
  --gd-home-soft: #f6f7f9;
}

/* Home services: first section migrated from Elementor to editable blocks */
.gd-home-services-native {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 0;
  background: #fff;
  color: #24356d;
  overflow-x: hidden;
}

.gd-home-services-native > * {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.gd-home-services-native__title {
  margin: 0 auto 28px;
  color: #24356d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(2.15rem, 3.2vw, 3.7rem);
  font-weight: 600;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.gd-services-cover {
  width: 100vw !important;
  max-width: none !important;
  min-height: 568px !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: hidden;
}

.gd-services-cover--advice {
  min-height: 578px !important;
}

.gd-services-cover .wp-block-cover__image-background {
  transform: scale(1.08);
}

.gd-services-cover .wp-block-cover__inner-container {
  width: min(86%, 1100px);
  margin: 0 auto;
}

.gd-services-cover__title {
  max-width: 12.5em;
  margin: 0 auto 1.1rem;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.4rem, 4.3vw, 3.45rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.gd-services-cover__button .wp-block-button__link {
  min-height: 2.8rem;
  padding: 0.72rem 1.25rem;
  border-radius: 0;
  background: #24356d;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.gd-services-cover__button .wp-block-button__link:hover {
  background: #1e2d5c;
}

.gd-services-cover::before,
.gd-services-cover::after {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 2.25rem;
  height: 2.25rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 2.3rem;
  line-height: 2.25rem;
  text-align: center;
  transform: translateY(-50%);
  pointer-events: none;
}

.gd-services-cover::before {
  content: "‹";
  left: 1.2rem;
}

.gd-services-cover::after {
  content: "›";
  right: 1.2rem;
}

.gd-services-detail {
  max-width: 1200px;
  padding: clamp(2.6rem, 5vw, 4.25rem) clamp(1rem, 3vw, 2rem) 0;
  text-align: center;
}

.gd-services-detail__title {
  max-width: 1120px;
  margin: 0 auto 1.25rem;
  color: #24356d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(1.75rem, 2.6vw, 2.6rem);
  font-weight: 600;
  line-height: 1.14;
}

.gd-services-detail p {
  max-width: 1110px;
  margin: 0 auto 1.05rem;
  color: #24356d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 1.56;
}

.gd-services-detail a {
  color: #24356d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.gd-services-detail__mark {
  margin: 1.35rem auto 1.35rem;
  text-align: center;
}

.gd-services-detail__mark img {
  width: 46px;
  height: 11px;
}

.gd-services-detail__separator,
.gd-services-bottom-separator {
  max-width: 1200px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .gd-home-services-native .wp-block-spacer {
    max-height: 42px;
  }

  .gd-home-services-native__title {
    font-size: 2rem;
  }

  .gd-services-cover,
  .gd-services-cover--advice {
    min-height: 238px !important;
  }

  .gd-services-cover__title {
    font-size: clamp(1.45rem, 7vw, 1.65rem);
  }

  .gd-services-cover::before,
  .gd-services-cover::after {
    font-size: 1.7rem;
  }

  .gd-services-detail {
    padding-top: 2.35rem;
  }

  .gd-services-detail__title {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .gd-services-detail p {
    font-size: 17px;
  }
}

/* Home featured services: migrated from Elementor to editable blocks */
.gd-featured-services-native {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: clamp(2.4rem, 4.6vw, 4.5rem) clamp(1rem, 4vw, 3rem) clamp(2.8rem, 5vw, 5rem);
  background: #fff;
  color: #24356d;
  text-align: center;
}

.gd-featured-services-native > * {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.gd-featured-services-native__title {
  margin: 0 auto 1.4rem;
  color: #24356d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

.gd-featured-services-native__intro {
  max-width: 1110px;
  margin: 0 auto clamp(1.9rem, 3vw, 3rem);
  color: #24356d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 1.56;
  text-align: center;
}

.gd-featured-services__grid {
  max-width: 1120px;
  gap: clamp(0.8rem, 2vw, 1.7rem) !important;
  align-items: center !important;
  margin-top: 0;
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.gd-featured-services__grid .wp-block-column {
  min-width: 0;
}

.gd-featured-services__icon {
  margin: 0 auto;
}

.gd-featured-services__icon a,
.gd-featured-services__icon img {
  display: block;
}

.gd-featured-services__icon img {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  object-fit: cover;
  transition: transform 180ms ease, filter 180ms ease;
}

.gd-featured-services__icon a:hover img {
  transform: translateY(-2px);
  filter: brightness(0.96);
}

.gd-featured-services__icon figcaption {
  margin: 0.7rem auto 0;
  color: #24356d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.gd-featured-services__mark {
  margin: 1.35rem auto 1.35rem;
}

.gd-featured-services__mark img {
  width: 46px;
  height: 11px;
}

.gd-featured-services__separator {
  max-width: 1200px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 0;
}

@media (max-width: 781px) {
  .gd-featured-services-native {
    padding: 2.6rem 1rem 3.4rem;
  }

  .gd-featured-services-native__title {
    font-size: 31px;
  }

  .gd-featured-services-native__intro {
    font-size: 17px;
  }

  .gd-featured-services__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.25rem !important;
  }

  .gd-featured-services__icon img {
    max-width: 220px;
  }

  .gd-featured-services__icon a {
    width: min(100%, 220px);
    margin-right: auto;
    margin-left: auto;
  }

  .gd-featured-services__icon figcaption {
    font-size: 17px;
  }
}

/* Home contact form: migrated from Elementor Form to WPForms shortcode block */
.gd-home-form-native {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 0 20px clamp(2.8rem, 5vw, 4.8rem);
  background: #fff;
}

.gd-home-form-native__columns {
  width: min(calc(100vw - 40px), 1400px) !important;
  max-width: none !important;
  min-height: 1098px;
  margin: 0 auto !important;
  gap: 0 !important;
  align-items: stretch !important;
}

.gd-home-form-native__blank {
  display: flex;
  flex-basis: 50.6% !important;
  align-self: stretch;
}

.gd-home-form-native__left-image {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
}

.gd-home-form-native__left-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gd-home-form-native__panel {
  box-sizing: border-box;
  flex-basis: 49.4% !important;
  padding: 22px 10px 32px;
  background: #c7efff;
}

.gd-home-form-native__title {
  max-width: 670px;
  margin: 0 auto 1.8rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

.gd-home-form-native__intro {
  margin: 0 0 1.7rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.gd-home-form-native .wpforms-container {
  margin: 0 !important;
}

.gd-home-form-native .wpforms-field {
  padding: 0 0 10px !important;
}

.gd-home-form-native .wpforms-field-label,
.gd-home-form-native .wpforms-field-sublabel,
.gd-home-form-native .wpforms-field-label-inline {
  color: #32406f !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
}

.gd-home-form-native .wpforms-field-label {
  margin-bottom: 6px !important;
}

.gd-home-form-native .wpforms-required-label {
  display: none !important;
}

.gd-home-form-native input[type="text"],
.gd-home-form-native input[type="email"],
.gd-home-form-native input[type="tel"],
.gd-home-form-native textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 40px !important;
  border: 1px solid #fff !important;
  border-radius: 2px !important;
  background: #f7ffff !important;
  color: #24356d !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

.gd-home-form-native textarea {
  min-height: 170px !important;
  resize: vertical;
}

.gd-home-form-native .wpforms-field-checkbox ul {
  margin: 0 !important;
  padding: 0 !important;
}

.gd-home-form-native .wpforms-field-checkbox li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.45rem;
  margin: 0 0 10px !important;
}

.gd-home-form-native .wpforms-field-checkbox input[type="checkbox"] {
  width: 13px;
  height: 13px;
  margin: 0.15rem 0 0 !important;
  flex: 0 0 auto;
}

.gd-home-form-native .wpforms-field-checkbox label {
  color: #32406f !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

.gd-home-form-native .wpforms-submit-container {
  padding-top: 0 !important;
}

.gd-home-form-native button[type="submit"],
.gd-home-form-native .wpforms-submit {
  width: 100% !important;
  min-height: 40px !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #6cc4e4 !important;
  color: #fff !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.gd-home-form-native button[type="submit"]:hover,
.gd-home-form-native .wpforms-submit:hover {
  background: #55b9dc !important;
}

.gd-home-form-native__mark {
  max-width: 1200px;
  margin: 1.35rem auto 1.35rem;
  text-align: center;
}

.gd-home-form-native__mark img {
  width: 46px;
  height: 11px;
}

.gd-home-form-native__separator {
  max-width: 1200px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 0;
}

.gd-bigger-native {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 70px 1rem 0;
  background: #fff;
  color: #001e61;
}

.gd-bigger-native > * {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.gd-bigger-native__title {
  max-width: 1120px;
  margin: 0 auto 8px;
  padding: 3px 1rem 5px;
  background: #27386f;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.gd-bigger-native__subtitle {
  margin: 0 auto;
  color: #001e61;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.gd-bigger-native__hero-image {
  margin: 70px auto 62px;
  text-align: center;
}

.gd-bigger-native__hero-image img {
  display: block;
  width: min(100%, 768px);
  height: auto;
  margin: 0 auto;
}

.gd-bigger-native__buttons {
  margin: 0 auto;
}

.gd-bigger-native__button .wp-block-button__link {
  min-width: 255px;
  padding: 12px 20px;
  border-radius: 3px;
  background: #27386f;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.gd-bigger-native__button .wp-block-button__link:hover {
  background: #223264;
  color: #fff;
}

.gd-bigger-native__gallery {
  max-width: 820px;
  gap: 34px !important;
  align-items: center !important;
  margin: 150px auto 92px;
}

.gd-bigger-native__gallery-image {
  margin: 0 auto;
  text-align: center;
}

.gd-bigger-native__gallery-image img {
  display: block;
  width: min(100%, 342px);
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

.gd-bigger-native__copy {
  max-width: 1100px;
  gap: 85px !important;
  align-items: flex-start !important;
  margin-top: 0;
  margin-bottom: 0;
}

.gd-bigger-native__copy .wp-block-column {
  min-width: 0;
}

.gd-bigger-native__copy-title {
  margin: 0 0 22px;
  color: #001e61;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
}

.gd-bigger-native__text {
  margin: 0 0 13px;
  color: #001e61;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.gd-bigger-native__text a {
  color: #006cff;
  text-decoration: none;
}

.gd-bigger-native__text strong {
  font-weight: 700;
}

.gd-architect-native {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 10px 0;
  background: #fff;
}

.gd-architect-native__columns {
  box-sizing: border-box;
  width: min(calc(100vw - 72px), 1364px) !important;
  max-width: none !important;
  min-height: 348px;
  gap: 0 !important;
  align-items: stretch !important;
  margin: 0 auto !important;
  padding: 10px;
  background: #27386f;
}

.gd-architect-native__media-column {
  display: flex;
  flex-basis: 56% !important;
  align-items: stretch;
}

.gd-architect-native__video {
  width: 100%;
  height: 320px;
  margin: 0;
  overflow: hidden;
}

.gd-architect-native__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gd-architect-native__content {
  box-sizing: border-box;
  display: flex;
  flex-basis: 44% !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 31px 58px 24px;
  color: #fff;
  text-align: center;
}

.gd-architect-native__title {
  max-width: 460px;
  margin: 0 auto 24px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.03;
}

.gd-architect-native__text {
  max-width: 520px;
  margin: 0 auto 33px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.gd-architect-native__button .wp-block-button__link {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.gd-architect-native__button .wp-block-button__link:hover {
  background: transparent;
  color: #fff;
  text-decoration: underline;
}

.gd-products-native {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 78px 1rem 42px;
  background: #fff;
}

.gd-products-native > * {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.gd-products-native__title {
  margin: 0 auto 92px;
  color: #27386f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.gd-products-native__grid {
  gap: 78px !important;
  align-items: flex-end !important;
  margin: 0 auto;
}

.gd-products-native__item {
  min-width: 0;
}

.gd-products-native__figure {
  margin: 0 auto;
  text-align: center;
}

.gd-products-native__figure a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 470px;
}

.gd-products-native__figure img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 430px;
  margin: 0 auto;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.gd-products-native__figure a:hover img {
  transform: scale(1.04);
}

.gd-products-native__figure figcaption {
  margin-top: 18px;
  color: #777;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
}

.gd-specialists-native {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 64px 1rem 42px;
  background: #fff;
  color: #27386f;
}

.gd-specialists-native > * {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.gd-specialists-native__title {
  margin: 0 auto 38px;
  color: #27386f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.gd-specialists-native__row {
  gap: 48px !important;
  align-items: center !important;
  margin: 0 auto 42px;
}

.gd-specialists-native__copy,
.gd-specialists-native__media {
  min-width: 0;
}

.gd-specialists-native__copy {
  text-align: center;
}

.gd-specialists-native__card-title {
  margin: 0 auto 42px;
  color: #27386f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.gd-specialists-native__quote {
  max-width: 460px;
  margin: 0 auto 34px;
  color: #27386f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.7;
  text-align: center;
}

.gd-specialists-native__button .wp-block-button__link {
  min-width: 122px;
  padding: 11px 24px;
  border-radius: 999px;
  background: #27386f;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.gd-specialists-native__button .wp-block-button__link:hover {
  background: #223264;
  color: #fff;
}

.gd-specialists-native__mark {
  margin: 20px auto 0;
  text-align: center;
}

.gd-specialists-native__mark img {
  width: 46px;
  height: 11px;
}

.gd-specialists-native__image {
  margin: 0 auto;
}

.gd-specialists-native__image img {
  display: block;
  width: 100%;
  max-width: 610px;
  height: auto;
  margin: 0 auto;
}

.gd-projects-native {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  margin-top: 58px !important;
  padding: 34px 1rem 22px;
  background: #27386f;
}

.gd-projects-native > * {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.gd-projects-native__title {
  margin: 0 auto 34px;
  color: #27386f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transform: translateY(-88px);
}

.gd-projects-native__grid {
  gap: 20px !important;
  align-items: flex-start !important;
  margin-top: -54px;
}

.gd-projects-native__card {
  min-width: 0;
  text-align: center;
}

.gd-projects-native__card-title {
  max-width: 520px;
  min-height: 74px;
  margin: 0 auto 18px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.02;
  text-align: center;
}

.gd-projects-native__card-title a {
  color: #fff;
  text-decoration: none;
}

.gd-projects-native__image {
  margin: 0 auto;
  overflow: hidden;
}

.gd-projects-native__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.gd-projects-native__image a:hover img {
  transform: scale(1.04);
}

.gd-blog-native {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 50px 20px 96px;
  background: #fff;
}

.gd-blog-native__title {
  max-width: none;
  margin: 0 auto 58px;
  padding: 12px 1rem 14px;
  background: #27386f;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}

.gd-blog-native__query {
  max-width: 1120px;
  margin: 0 auto;
}

.gd-blog-native__grid {
  gap: 34px !important;
  align-items: start !important;
}

.gd-blog-native__card {
  max-width: none !important;
  margin: 0 !important;
}

.gd-blog-native__grid .wp-block-post {
  min-width: 0;
}

.gd-blog-native__grid .wp-block-post:not(.has-post-thumbnail) .gd-blog-native__card::before {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 24px;
  background: #f4f4f4 url("http://web-grupo-dim.local/wp-content/uploads/2023/12/iconos-cuadrados.png") center / 46px 11px no-repeat;
  content: "";
}

.gd-blog-native__image {
  aspect-ratio: 16 / 9 !important;
  margin: 0 0 24px;
  overflow: hidden;
}

.gd-blog-native__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100% !important;
  object-fit: cover;
}

.gd-blog-native__date {
  margin: 0 0 8px;
  color: #777;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.gd-blog-native__post-title {
  margin: 0 0 16px;
  color: #27386f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
}

.gd-blog-native__post-title a {
  color: #27386f;
  text-decoration: none;
}

.gd-blog-native__read-more {
  color: #27386f;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 781px) {
  .gd-home-form-native {
    padding: 0 1rem 3.4rem;
  }

  .gd-home-form-native__columns {
    min-height: auto;
  }

  .gd-home-form-native__blank {
    display: block;
    flex-basis: 100% !important;
  }

  .gd-home-form-native__left-image {
    display: block;
    height: auto;
  }

  .gd-home-form-native__left-image img {
    height: auto;
  }

  .gd-home-form-native__panel {
    flex-basis: 100% !important;
    padding: 1.3rem 0.75rem 1.75rem;
  }

  .gd-home-form-native__title {
    font-size: 23px;
    line-height: 1.15;
  }

  .gd-bigger-native {
    padding: 46px 1rem 0;
  }

  .gd-bigger-native__title {
    font-size: 28px;
  }

  .gd-bigger-native__subtitle {
    font-size: 25px;
  }

  .gd-bigger-native__hero-image {
    margin: 42px auto 44px;
  }

  .gd-bigger-native__gallery {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px !important;
    margin: 70px auto 58px;
  }

  .gd-bigger-native__copy {
    gap: 0 !important;
  }

  .gd-bigger-native__copy-title {
    font-size: 26px;
  }

  .gd-bigger-native__text {
    font-size: 16px;
  }

  .gd-architect-native {
    padding: 10px 0;
  }

  .gd-architect-native__columns {
    width: calc(100vw - 24px) !important;
    min-height: 0;
    padding: 10px;
  }

  .gd-architect-native__media-column,
  .gd-architect-native__content {
    flex-basis: 100% !important;
  }

  .gd-architect-native__video {
    height: 220px;
  }

  .gd-architect-native__content {
    padding: 26px 18px 24px;
  }

  .gd-architect-native__title {
    font-size: 29px;
  }

  .gd-architect-native__text {
    font-size: 15px;
  }

  .gd-products-native {
    padding: 52px 1rem 38px;
  }

  .gd-products-native__title {
    margin-bottom: 42px;
    font-size: 31px;
  }

  .gd-products-native__grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 42px !important;
  }

  .gd-products-native__figure a {
    min-height: 0;
  }

  .gd-products-native__figure img {
    max-height: 360px;
  }

  .gd-specialists-native {
    padding: 48px 1rem 32px;
  }

  .gd-specialists-native__title {
    margin-bottom: 34px;
    font-size: 32px;
  }

  .gd-specialists-native__row,
  .gd-specialists-native__row--reverse {
    gap: 24px !important;
    margin-bottom: 48px;
  }

  .gd-specialists-native__row--reverse {
    flex-direction: column-reverse;
  }

  .gd-specialists-native__card-title {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .gd-specialists-native__quote {
    font-size: 18px;
  }

  .gd-projects-native {
    padding: 46px 1rem 32px;
  }

  .gd-projects-native__title {
    margin-bottom: 32px;
    font-size: 31px;
    transform: none;
    color: #fff;
  }

  .gd-projects-native__grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 34px !important;
    margin-top: 0;
  }

  .gd-projects-native__card-title {
    min-height: 0;
    font-size: 27px;
  }

  .gd-blog-native {
    padding: 42px 12px 64px;
  }

  .gd-blog-native__title {
    margin-bottom: 36px;
    font-size: 32px;
  }

  .gd-blog-native__grid {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .gd-blog-native__post-title {
    font-size: 24px;
  }
}

.gd-home-section {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: clamp(3.6rem, 6vw, 6.6rem) clamp(1rem, 4vw, 3rem);
  color: var(--gd-home-blue);
}

.gd-home-section > * {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.gd-home-section-title {
  margin: 0 auto clamp(1.8rem, 3vw, 3rem);
  color: var(--gd-home-blue);
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 600;
  line-height: 1.08;
  text-align: center;
}

.gd-home-services,
.gd-home-products,
.gd-home-projects {
  background: #fff;
}

.gd-home-highlight,
.gd-home-specialties,
.gd-home-blog {
  background: var(--gd-home-soft);
}

.gd-home-pro,
.gd-home-testimonials {
  background: linear-gradient(135deg, #172554 0%, #24356d 58%, #8a541b 100%);
  color: #fff;
  text-align: center;
}

.gd-home-pro .gd-home-section-title,
.gd-home-testimonials .gd-home-section-title,
.gd-home-pro p,
.gd-home-testimonials p {
  color: #fff;
}

.gd-home-card-grid,
.gd-home-product-grid {
  gap: clamp(1rem, 2.4vw, 1.8rem) !important;
}

.gd-home-card,
.gd-home-product,
.gd-home-query .wp-block-post {
  height: 100%;
  box-sizing: border-box;
  padding: clamp(1.25rem, 2.2vw, 2rem);
  border: 1px solid rgba(36, 53, 109, 0.12);
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.gd-home-card h3,
.gd-home-product h3,
.gd-home-query h3 {
  color: var(--gd-home-blue);
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(1.35rem, 1.2vw + 1rem, 2rem);
  line-height: 1.16;
}

.gd-home-card p,
.gd-home-product p,
.gd-home-section > p {
  color: #344054;
  font-size: clamp(1rem, 0.2vw + 0.96rem, 1.12rem);
  line-height: 1.68;
}

.gd-home-button .wp-block-button__link {
  border-radius: 0;
  background: #284179;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gd-home-button .wp-block-button__link:hover {
  background: #1f3265;
}

.gd-home-feature {
  gap: clamp(1.5rem, 4vw, 4rem);
  max-width: 1200px;
}

.gd-home-feature h2 {
  color: var(--gd-home-blue);
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
}

.gd-home-feature h3 {
  color: #344054;
  font-size: clamp(1.2rem, 1vw + 1rem, 1.8rem);
}

.gd-home-feature img,
.gd-home-product img,
.gd-home-query .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gd-home-product img {
  aspect-ratio: 4 / 5;
}

.gd-home-query .wp-block-post-template {
  gap: clamp(1rem, 2.4vw, 1.8rem);
}

.gd-home-query .wp-block-post-title a {
  color: var(--gd-home-blue);
  text-decoration: none;
}

.gd-home-query .wp-block-post-excerpt__more-link {
  color: #284179;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 781px) {
  .gd-home-section {
    padding: 3.2rem 1rem;
  }

  .gd-home-card,
  .gd-home-product,
  .gd-home-query .wp-block-post {
    padding: 1.15rem;
  }
}


.gd-reviews-native {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 46px 20px 72px;
  background: #fff;
}

.gd-reviews-native > * {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.gd-reviews-native__title {
  margin: 0 auto 34px;
  color: #27386f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}

.gd-reviews-native__widget {
  min-height: 250px;
  overflow: hidden;
}

@media (max-width: 781px) {
  .gd-reviews-native {
    padding: 34px 12px 54px;
  }

  .gd-reviews-native__title {
    margin-bottom: 28px;
    font-size: 32px;
  }
}




.gd-footer-native {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 20px 1rem;
  background: #27386f;
}

.gd-footer-native__copy {
  max-width: 1120px;
  margin: 0 auto;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

body.home footer#footer.ct-footer {
  display: none !important;
}

body.home .ct-container-full {
  padding-bottom: 0 !important;
}

@media (max-width: 781px) {
  .gd-footer-native {
    padding: 18px 1rem;
  }

  .gd-footer-native__copy {
    font-size: 13px;
  }
}
