/* Baldur Sol Consulting – /grossprojekte/ V10 */

:root {
  --gp5-navy: #071827;
  --gp5-navy-2: #0a2d44;
  --gp5-blue: #1b91d0;
  --gp5-blue-light: #49b7e8;
  --gp5-blue-dark: #1478b8;
  --gp5-yellow: #ffc600;
  --gp5-white: #ffffff;
  --gp5-text: #060b10;
  --gp5-muted: rgba(7, 24, 39, 0.68);
  --gp5-page: clamp(18px, 4vw, 72px);
  --gp5-inner: 1320px;
}

.gp5-page {
  min-width: 320px;
  color: var(--gp5-text);
  background: #ffffff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.gp5-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 84px;
  padding: 14px var(--gp5-page);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(7, 24, 39, 0.08);
  box-shadow: 0 8px 30px rgba(7, 24, 39, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.gp5-logo {
  display: inline-flex;
  align-items: center;
}

.gp5-logo img {
  width: clamp(230px, 22vw, 340px);
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.gp5-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.gp5-phone,
.gp5-header-cta {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  white-space: nowrap;
  font-weight: 900;
  text-decoration: none;
}

.gp5-phone {
  color: var(--gp5-navy);
  background: rgba(7, 24, 39, 0.05);
  border: 1px solid rgba(7, 24, 39, 0.1);
}

.gp5-phone svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gp5-phone:hover,
.gp5-phone:focus-visible {
  color: #ffffff;
  background: var(--gp5-navy);
}

.gp5-header-cta {
  color: #ffffff;
  background: linear-gradient(135deg, var(--gp5-blue-light), var(--gp5-blue-dark));
  box-shadow: 0 18px 38px rgba(27, 145, 208, 0.24);
}

.gp5-header-cta:hover,
.gp5-header-cta:focus-visible {
  color: var(--gp5-text);
  background: var(--gp5-yellow);
}

.gp5-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gp5-label::before {
  content: "";
  width: 38px;
  height: 2px;
  background: currentColor;
}

.gp5-label-yellow {
  color: var(--gp5-yellow);
}

.gp5-label-blue {
  color: var(--gp5-blue-dark);
}

.gp5-btn {
  min-height: 52px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.gp5-btn:hover,
.gp5-btn:focus-visible {
  transform: translateY(-2px);
}

.gp5-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--gp5-blue-light), var(--gp5-blue-dark));
  box-shadow: 0 18px 42px rgba(27, 145, 208, 0.28);
}

.gp5-btn-primary:hover,
.gp5-btn-primary:focus-visible {
  color: var(--gp5-text);
  background: var(--gp5-yellow);
  box-shadow: 0 22px 46px rgba(255, 198, 0, 0.28);
}

.gp5-btn-yellow {
  color: var(--gp5-text);
  background: var(--gp5-yellow);
  box-shadow: 0 16px 34px rgba(255, 198, 0, 0.24);
}

.gp5-btn-yellow:hover,
.gp5-btn-yellow:focus-visible {
  color: #ffffff;
  background: var(--gp5-navy);
}

.gp5-section {
  position: relative;
}

.gp5-section-inner {
  width: min(100%, var(--gp5-inner));
  margin: 0 auto;
  padding: clamp(64px, 7.5vw, 108px) var(--gp5-page);
}

.gp5-section-head {
  max-width: 960px;
  margin-bottom: 42px;
}

.gp5-section-head h2 {
  max-width: 960px;
  color: var(--gp5-navy);
  font-size: clamp(2.1rem, 3.6vw, 3.85rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.gp5-section-head p {
  max-width: 840px;
  margin-top: 20px;
  color: var(--gp5-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.gp5-section-head-light h2,
.gp5-section-head-light p {
  color: #ffffff;
}

.gp5-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(rgba(7, 24, 39, 0.88), rgba(7, 24, 39, 0.9)),
    url("../assets/black-panels-background.jpg") center / cover no-repeat;
}

.gp5-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 10%, rgba(27, 145, 208, 0.22), transparent 28%),
    radial-gradient(circle at 12% 78%, rgba(255, 198, 0, 0.11), transparent 25%);
}

.gp5-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(54px, 6vw, 92px) var(--gp5-page);
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(430px, 0.78fr);
  gap: clamp(38px, 5.8vw, 84px);
  align-items: start;
}

.gp5-hero h1 {
  max-width: 880px;
  color: #ffffff;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  line-height: 0.97;
  letter-spacing: -0.065em;
}

.gp5-lead {
  max-width: 780px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.72;
}

.gp5-pain-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gp5-pain-row span {
  padding: 8px 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 3px solid var(--gp5-yellow);
  font-weight: 850;
  font-size: 0.9rem;
}

.gp5-hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gp5-microcopy {
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
}

.gp5-lead-card {
  position: sticky;
  top: 108px;
  padding: clamp(24px, 3vw, 34px);
  color: var(--gp5-text);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.gp5-lead-card-head {
  margin-bottom: 22px;
}

.gp5-lead-card-head span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 13px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--gp5-navy), var(--gp5-blue-dark));
  border: 1px solid rgba(27, 145, 208, 0.28);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(7, 24, 39, 0.16);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.gp5-lead-card-head strong {
  display: block;
  color: var(--gp5-navy);
  font-size: clamp(1.42rem, 1.85vw, 2.1rem);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.gp5-lead-card-head p {
  margin-top: 14px;
  color: var(--gp5-muted);
  line-height: 1.58;
}

.gp5-form {
  display: grid;
  gap: 14px;
}

.gp5-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
}

.gp5-form label {
  display: grid;
  gap: 7px;
  color: rgba(7, 24, 39, 0.78);
  font-size: 0.92rem;
  font-weight: 850;
}

.gp5-form input,
.gp5-form select,
.gp5-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--gp5-text);
  background: #ffffff;
  border: 1px solid rgba(7, 24, 39, 0.16);
  border-radius: 12px;
  outline: none;
}

.gp5-form input:focus,
.gp5-form select:focus,
.gp5-form textarea:focus {
  border-color: var(--gp5-blue);
  box-shadow: 0 0 0 4px rgba(27, 145, 208, 0.12);
}

.gp5-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.gp5-privacy {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px !important;
  font-size: 0.82rem !important;
  line-height: 1.45;
  font-weight: 650 !important;
}

.gp5-privacy input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.gp5-privacy a {
  color: var(--gp5-blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gp5-form-submit {
  width: 100%;
  min-height: 58px;
  font-size: 1rem;
}

.gp5-form-note {
  color: rgba(7, 24, 39, 0.62);
  font-size: 0.84rem;
  line-height: 1.45;
}

.gp5-proof {
  padding: 42px var(--gp5-page);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  background: linear-gradient(135deg, var(--gp5-navy), var(--gp5-navy-2));
}

.gp5-proof article {
  padding: 24px;
  color: var(--gp5-text);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.gp5-proof span {
  display: block;
  margin-bottom: 12px;
  color: var(--gp5-blue-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.gp5-proof strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gp5-navy);
  font-size: 1.1rem;
  font-weight: 900;
}

.gp5-proof p {
  color: rgba(7, 24, 39, 0.66);
  font-size: 0.94rem;
  line-height: 1.52;
}

.gp5-section-panels {
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.92)),
    url("../assets/background-panels.jpg") center / cover no-repeat;
}

.gp5-section-solar,
.gp5-topic-section,
.gp5-faq-section {
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.9)),
    url("../assets/wolken-solar.jpg") center / cover no-repeat;
}

.gp5-section-dark {
  color: #ffffff;
  background:
    linear-gradient(rgba(7, 24, 39, 0.91), rgba(7, 24, 39, 0.92)),
    url("../assets/black-panels-background.jpg") center / cover no-repeat;
  overflow: hidden;
}

.gp5-final-section {
  color: #ffffff;
  background:
    linear-gradient(rgba(7, 24, 39, 0.9), rgba(7, 24, 39, 0.92)),
    url("../assets/black-panels-background.jpg") center / cover no-repeat;
}

.gp5-cards-four {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.gp5-glass-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(7, 24, 39, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.gp5-cards-four .gp5-glass-card {
  min-height: 170px;
  padding: 26px;
}

.gp5-glass-card h3 {
  margin-bottom: 10px;
  color: var(--gp5-navy);
  font-size: 1.3rem;
}

.gp5-glass-card p {
  color: var(--gp5-muted);
  line-height: 1.58;
}

/* Topic Hub */

.gp5-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gp5-topic-card {
  min-height: 245px;
  padding: 24px;
  display: grid;
  align-content: start;
  color: var(--gp5-text);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(7, 24, 39, 0.11);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.gp5-topic-card:hover,
.gp5-topic-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(27, 145, 208, 0.35);
  box-shadow: 0 30px 68px rgba(7, 24, 39, 0.16);
}

.gp5-topic-card span {
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  color: var(--gp5-navy);
  background: rgba(255, 198, 0, 0.26);
  border: 1px solid rgba(255, 198, 0, 0.38);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.gp5-topic-card strong {
  margin-bottom: 12px;
  color: var(--gp5-navy);
  font-size: 1.12rem;
  line-height: 1.22;
  font-weight: 900;
}

.gp5-topic-card p {
  color: var(--gp5-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

/* Orbit */

.gp5-orbit-stage {
  position: relative;
  min-height: 600px;
  margin: 44px auto 52px;
  display: grid;
  place-items: center;
  overflow: visible;
  isolation: isolate;
  width: min(100%, 1180px);
}

.gp5-orbit-stage::before {
  content: "";
  position: absolute;
  inset: 15% 10%;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  transform: scaleY(0.35);
  pointer-events: none;
}

.gp5-orbit-stage::after {
  content: "";
  position: absolute;
  width: min(68vw, 620px);
  height: min(68vw, 620px);
  z-index: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 145, 208, 0.20), transparent 64%);
  pointer-events: none;
}

.gp5-orbit-center {
  position: relative;
  z-index: 50;
  width: min(92vw, 560px);
  display: grid;
  place-items: center;
  overflow: visible;
  border-radius: 18px;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.42));
}

.gp5-orbit-center img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.gp5-orbit-words {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gp5-orbit-words span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 176px;
  min-height: 42px;
  padding: 9px 13px;
  display: grid;
  place-items: center;
  color: var(--gp5-navy) !important;
  -webkit-text-fill-color: var(--gp5-navy) !important;
  text-shadow: none !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.14;
  text-align: center;
  white-space: normal;
  will-change: transform, opacity, filter;
}

.gp5-orbit-words span[data-front="true"] {
  color: var(--gp5-navy) !important;
  -webkit-text-fill-color: var(--gp5-navy) !important;
  background: #ffffff !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.36);
}

.gp5-orbit-words span[data-front="false"] {
  color: rgba(7, 24, 39, 0.9) !important;
  -webkit-text-fill-color: rgba(7, 24, 39, 0.9) !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.gp5-seo-copy {
  margin: 34px 0 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gp5-seo-copy article {
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gp5-seo-copy h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.55vw, 1.7rem);
}

.gp5-seo-copy p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.gp5-dark-cta {
  margin-top: 36px;
  padding: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gp5-dark-cta strong {
  color: #ffffff;
  font-size: 1.28rem;
  font-weight: 900;
}

.gp5-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gp5-services article {
  min-height: 320px;
  padding: 34px;
}

.gp5-services span {
  display: block;
  margin-bottom: 32px;
  color: rgba(27, 145, 208, 0.48);
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}

.gp5-services h3 {
  color: var(--gp5-navy);
}

.gp5-fit {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.gp5-fit article {
  padding: clamp(28px, 3vw, 42px);
}

.gp5-fit h3 {
  margin-bottom: 20px;
  color: var(--gp5-navy);
  font-size: clamp(1.5rem, 2vw, 2.15rem);
}

.gp5-fit ul {
  display: grid;
  gap: 12px;
  list-style: none;
}

.gp5-fit li {
  position: relative;
  padding-left: 28px;
  color: rgba(7, 24, 39, 0.76);
  line-height: 1.5;
}

.gp5-fit li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gp5-blue);
  font-weight: 900;
}

.gp5-not-list li {
  min-height: 44px;
  padding: 10px 14px 10px 42px;
  display: flex;
  align-items: center;
  background: rgba(7, 24, 39, 0.04);
  border: 1px solid rgba(7, 24, 39, 0.06);
  border-radius: 999px;
}

.gp5-not-list li::before {
  content: "–";
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: rgba(7, 24, 39, 0.48);
}

.gp5-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.gp5-process article {
  min-height: 230px;
  padding: 30px 24px 26px;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  overflow: hidden;
}

.gp5-process-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  color: var(--gp5-blue-dark);
  background: rgba(27, 145, 208, 0.13);
  border: 1px solid rgba(27, 145, 208, 0.22);
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 14px 28px rgba(27, 145, 208, 0.10);
}

.gp5-process-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gp5-process strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gp5-navy);
  font-size: 1.08rem;
  line-height: 1.23;
  font-weight: 900;
}

.gp5-process p {
  max-width: 180px;
  color: rgba(7, 24, 39, 0.68);
  font-size: 0.94rem;
  line-height: 1.48;
}

/* FAQ */

.gp5-faq-list {
  display: grid;
  gap: 14px;
}

.gp5-faq-list details {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 18px;
  box-shadow: 0 20px 44px rgba(7, 24, 39, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
}

.gp5-faq-list summary {
  padding: 22px 24px;
  color: var(--gp5-navy);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.gp5-faq-list summary::-webkit-details-marker {
  display: none;
}

.gp5-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--gp5-blue-dark);
  font-size: 1.2rem;
  font-weight: 900;
}

.gp5-faq-list details[open] summary::after {
  content: "–";
}

.gp5-faq-list p {
  padding: 0 24px 24px;
  color: var(--gp5-muted);
  line-height: 1.7;
}

.gp5-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.gp5-final-section h2,
.gp5-final-section p {
  color: #ffffff;
}

.gp5-final-section p {
  max-width: 820px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.gp5-footer {
  padding: 36px var(--gp5-page);
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid rgba(7, 24, 39, 0.08);
}

.gp5-footer img {
  width: 240px;
}

.gp5-footer p {
  max-width: 540px;
  color: rgba(7, 24, 39, 0.64);
  line-height: 1.6;
}

.gp5-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 850;
}

.gp5-footer a:hover {
  color: var(--gp5-blue-dark);
}

@media (max-width: 1180px) {
  .gp5-hero-inner,
  .gp5-final-inner {
    grid-template-columns: 1fr;
  }

  .gp5-lead-card {
    position: static;
  }

  .gp5-proof,
  .gp5-cards-four,
  .gp5-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gp5-seo-copy,
  .gp5-services,
  .gp5-fit {
    grid-template-columns: 1fr;
  }

  .gp5-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gp5-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .gp5-header {
    min-height: auto;
    padding: 12px var(--gp5-page);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gp5-logo {
    justify-content: center;
  }

  .gp5-logo img {
    width: min(100%, 285px);
    max-height: 54px;
  }

  .gp5-header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .gp5-phone,
  .gp5-header-cta {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .gp5-phone svg {
    width: 17px;
    height: 17px;
  }

  .gp5-process {
    grid-template-columns: 1fr;
  }

  .gp5-dark-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .gp5-orbit-stage {
    min-height: auto;
    padding: 20px 0 8px;
    display: block;
    overflow: visible;
  }

  .gp5-orbit-stage::before,
  .gp5-orbit-stage::after {
    display: none;
  }

  .gp5-orbit-center {
    width: min(100%, 520px);
    margin: 0 auto 24px;
  }

  .gp5-orbit-words {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .gp5-orbit-words span {
    position: static;
    width: auto;
    min-height: 38px;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    z-index: auto !important;
    color: var(--gp5-navy) !important;
    -webkit-text-fill-color: var(--gp5-navy) !important;
    background: #ffffff !important;
  }
}

@media (max-width: 640px) {
  .gp5-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4.1rem);
  }

  .gp5-proof,
  .gp5-cards-four,
  .gp5-topic-grid {
    grid-template-columns: 1fr;
  }

  .gp5-form-row {
    grid-template-columns: 1fr;
  }

  .gp5-lead-card {
    border-radius: 18px;
  }

  .gp5-header-actions {
    grid-template-columns: 1fr;
  }

  .gp5-phone,
  .gp5-header-cta {
    font-size: 0.92rem;
  }
}