[data-gpph-footer] {
  --gpph-footer-bg: #0f3446;
  --gpph-footer-bg-2: #0a2a39;
  --gpph-footer-text: #e7f1f8;
  --gpph-footer-muted: #c8d8e3;
  --gpph-footer-line: rgba(177, 203, 220, 0.35);
  --gpph-footer-link-hover: #ffffff;
  --gpph-footer-accent: #15a7e4;
  margin-top: 0;
  color: var(--gpph-footer-text);
  font-family: "Sora", "Segoe UI", sans-serif;
}

[data-gpph-footer] * {
  box-sizing: border-box;
}

/* Disable Elementor Theme Builder footer output after native footer migration. */
.elementor-location-footer[data-elementor-id="12522"] {
  display: none !important;
}

.gpph-footer-v2__main {
  background: linear-gradient(145deg, var(--gpph-footer-bg), var(--gpph-footer-bg-2));
}

.gpph-footer-v2__container {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.gpph-footer-v2__grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  gap: 28px;
  padding: 48px 0 36px;
}

.gpph-footer-v2__logo {
  display: inline-flex;
  margin-bottom: 22px;
}

.gpph-footer-v2__logo img {
  width: 190px;
  max-width: 100%;
  height: auto;
}

.gpph-footer-v2__heading {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gpph-footer-line);
  color: #ffffff;
  font-family: "Oswald", "Sora", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.gpph-footer-v2__contact {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.gpph-footer-v2__contact li {
  margin: 0 0 12px;
}

.gpph-footer-v2__contact a,
.gpph-footer-v2__contact span {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--gpph-footer-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.gpph-footer-v2__contact a:hover {
  color: var(--gpph-footer-link-hover);
}

.gpph-footer-v2__contact svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  fill: var(--gpph-footer-accent);
  margin-top: 3px;
}

.gpph-footer-v2__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.gpph-footer-v2__socials a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(177, 203, 220, 0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d6e8f4;
  transition: all 0.2s ease;
}

.gpph-footer-v2__socials a:hover {
  transform: translateY(-1px);
  border-color: #ffffff;
  color: #ffffff;
}

.gpph-footer-v2__socials svg {
  width: 16px;
  height: 16px;
  fill: currentcolor;
}

.gpph-footer-v2__cookie {
  margin-top: 16px;
  height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid #00547a;
  background: linear-gradient(135deg, #0d4f71, #06344a);
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gpph-footer-v2__cookie:hover {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  border-color: #0b6e98;
}

.gpph-footer-v2__links {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.gpph-footer-v2__col.is-no-title .gpph-footer-v2__links {
  margin-top: 0;
}

/* Align second products column with first column links (no duplicated heading). */
.gpph-footer-v2__col.is-no-title {
  padding-top: 53px;
}

.gpph-footer-v2__links li {
  margin: 0 0 10px;
}

.gpph-footer-v2__links a {
  color: var(--gpph-footer-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.gpph-footer-v2__links a:hover {
  color: var(--gpph-footer-link-hover);
}

.gpph-footer-v2__bottom {
  background: #092332;
  border-top: 1px solid rgba(177, 203, 220, 0.28);
}

.gpph-footer-v2__bottom-row {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.gpph-footer-v2__bottom-row p {
  margin: 0;
  color: #b8cedf;
  font-size: 13px;
  line-height: 1.4;
}

.gpph-footer-v2__bottom-row a {
  color: #dce9f2;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.gpph-footer-v2__bottom-row a:hover {
  color: #ffffff;
}

[data-gpph-footer] .gpph-footer-v2__socials a,
[data-gpph-footer] .gpph-footer-v2__socials a:hover,
[data-gpph-footer] .gpph-footer-v2__socials a:focus,
[data-gpph-footer] .gpph-footer-v2__socials a:focus-visible,
[data-gpph-footer] .gpph-footer-v2__cookie,
[data-gpph-footer] .gpph-footer-v2__cookie:hover,
[data-gpph-footer] .gpph-footer-v2__cookie:focus,
[data-gpph-footer] .gpph-footer-v2__cookie:focus-visible,
[data-gpph-footer] .gpph-footer-v2 .cky-banner-element,
[data-gpph-footer] .gpph-footer-v2 .cky-banner-element:hover,
[data-gpph-footer] .gpph-footer-v2 .cky-banner-element:focus,
[data-gpph-footer] .gpph-footer-v2 .cky-banner-element:focus-visible {
  border-radius: 12px !important;
}

@media (max-width: 1280px) {
  .gpph-footer-v2__container {
    width: min(1320px, calc(100% - 36px));
  }

  .gpph-footer-v2__grid {
    grid-template-columns: 1.25fr repeat(2, 1fr);
    row-gap: 30px;
  }
}

@media (max-width: 860px) {
  .gpph-footer-v2__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding: 38px 0 28px;
  }

  .gpph-footer-v2__brand {
    grid-column: 1 / -1;
  }

  .gpph-footer-v2__heading {
    font-size: 19px;
  }

  .gpph-footer-v2__col.is-no-title {
    padding-top: 0;
  }

  .gpph-footer-v2--accordion .gpph-footer-v2__col:not(.is-no-title) .gpph-footer-v2__heading {
    position: relative;
    padding-right: 34px;
    cursor: pointer;
    user-select: none;
  }

  .gpph-footer-v2--accordion .gpph-footer-v2__col:not(.is-no-title) .gpph-footer-v2__heading::before,
  .gpph-footer-v2--accordion .gpph-footer-v2__col:not(.is-no-title) .gpph-footer-v2__heading::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 8px;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #d6e8f4;
    transition: transform 0.2s ease;
  }

  .gpph-footer-v2--accordion .gpph-footer-v2__col:not(.is-no-title) .gpph-footer-v2__heading::before {
    transform: rotate(90deg);
  }

  .gpph-footer-v2--accordion .gpph-footer-v2__col.is-open:not(.is-no-title) .gpph-footer-v2__heading::before {
    transform: rotate(0deg);
  }

  .gpph-footer-v2--accordion .gpph-footer-v2__col:not(.is-no-title):not(.is-open) .gpph-footer-v2__links {
    display: none;
  }

  .gpph-footer-v2--accordion .gpph-footer-v2__col.is-no-title {
    display: none;
  }

  .gpph-footer-v2--accordion .gpph-footer-v2__col.is-open + .gpph-footer-v2__col.is-no-title {
    display: block;
  }

  .gpph-footer-v2--accordion .gpph-footer-v2__col.is-open + .gpph-footer-v2__col.is-no-title .gpph-footer-v2__links {
    margin-top: 8px;
  }
}

@media (max-width: 640px) {
  .gpph-footer-v2__container {
    width: calc(100% - 24px);
  }

  .gpph-footer-v2__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 0 24px;
  }

  .gpph-footer-v2__bottom-row {
    min-height: auto;
    padding: 14px 0 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
