/*
Theme Name: Reemento Divi 4 Child - Builder Editable
Theme URI: https://reemento.de/
Description: Divi-4-Child-Theme fuer Reemento mit corporate-konformer AI-Governance-Website, SEO-/AI-Optimierung und responsivem Unternehmensauftritt.
Author: OpenAI
Template: Divi
Version: 4.2.0
Text Domain: reemento-divi4-final
*/

:root {
  --re-blue: #0057B8;
  --re-cyan: #009FDF;
  --re-gray: #D9D9D6;
  --re-ink: #0F2238;
  --re-ink-soft: #45576C;
  --re-ink-muted: #5D7187;
  --re-white: #FFFFFF;
  --re-ice: #F6FAFD;
  --re-line: #DDE6EF;
  --re-line-strong: #C8D5E1;
  --re-navy: #10253E;
  --re-navy-2: #173452;
  --re-shadow-sm: 0 8px 20px rgba(16, 37, 62, 0.05);
  --re-shadow-md: 0 16px 40px rgba(16, 37, 62, 0.08);
  --re-shadow-lg: 0 28px 72px rgba(16, 37, 62, 0.12);
  --re-radius-xs: 8px;
  --re-radius-sm: 12px;
  --re-radius: 18px;
  --re-radius-lg: 28px;
  --re-container: 1200px;
  --re-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--re-font);
  color: var(--re-ink);
  background: var(--re-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.home {
  background:
    radial-gradient(circle at top right, rgba(0,159,223,0.08), transparent 26%),
    radial-gradient(circle at top left, rgba(0,87,184,0.08), transparent 28%),
    var(--re-white);
}

a {
  color: var(--re-blue);
  text-decoration-thickness: .08em;
  text-underline-offset: .14em;
}

a:hover,
a:focus {
  color: #004B9F;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4 {
  font-family: var(--re-font);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--re-navy);
}

h1 {
  font-size: clamp(2.35rem, 5.2vw, 4.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

p, li, label, input, textarea, select, summary {
  font-family: var(--re-font);
  font-size: 1.05rem;
  line-height: 1.7;
}

small,
.re-small {
  font-size: .92rem;
  line-height: 1.55;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 18px;
  top: 18px;
  width: auto;
  height: auto;
  z-index: 10000;
  background: var(--re-navy);
  color: var(--re-white);
  padding: 12px 16px;
  border-radius: 12px;
}

:focus-visible {
  outline: 3px solid var(--re-cyan);
  outline-offset: 2px;
  border-radius: 6px;
}

.re-container {
  width: min(calc(100% - 40px), var(--re-container));
  margin-inline: auto;
}

.re-section {
  padding: 88px 0;
}

.re-section--compact {
  padding: 64px 0;
}

.re-bg-ice {
  background: var(--re-ice);
}

.re-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(0,87,184,0.08);
  color: var(--re-blue);
  font-weight: 700;
  font-size: .84rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.re-section-title {
  margin-top: 18px;
}

.re-section-title span {
  color: var(--re-blue);
}

.re-section-subtitle {
  margin-top: 18px;
  max-width: 820px;
  color: var(--re-ink-soft);
}

.re-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.re-btn,
.re-contact-form button,
button,
input[type="submit"] {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  min-width: 48px;
  border-radius: 14px;
  padding: 14px 22px;
  border: 1px solid transparent;
  background: var(--re-blue);
  color: var(--re-white);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: var(--re-shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.re-btn:hover,
.re-btn:focus,
.re-contact-form button:hover,
.re-contact-form button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  transform: translateY(-1px);
  box-shadow: var(--re-shadow-md);
  color: var(--re-white);
}

.re-btn--secondary {
  background: var(--re-white);
  color: var(--re-blue);
  border-color: var(--re-line-strong);
}

.re-btn--secondary:hover,
.re-btn--secondary:focus {
  background: rgba(0,159,223,0.08);
  color: var(--re-blue);
}

.re-btn--ghost {
  background: transparent;
  color: var(--re-blue);
  border-color: rgba(0,87,184,0.22);
  box-shadow: none;
}

.re-btn--ghost:hover,
.re-btn--ghost:focus {
  background: rgba(0,87,184,0.06);
  color: var(--re-blue);
}

.re-btn--white {
  background: var(--re-white);
  color: var(--re-navy);
}

.re-btn--white:hover,
.re-btn--white:focus {
  color: var(--re-navy);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(16, 37, 62, 0.08);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}

.re-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--re-navy);
  text-decoration: none;
}

.re-brand__mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--re-blue), var(--re-cyan));
  position: relative;
  flex: 0 0 auto;
  box-shadow: 0 10px 22px rgba(0,87,184,0.18);
}

.re-brand__mark::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid rgba(255,255,255,0.94);
  border-radius: 5px;
}

.re-brand__name {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.re-brand__tagline {
  display: block;
  font-size: .88rem;
  color: var(--re-ink-muted);
}

.site-nav-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-nav__list,
.site-footer__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__list {
  flex-wrap: wrap;
  justify-content: center;
}

.site-nav__list li,
.site-footer__list li {
  margin: 0;
  padding: 0;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 12px;
  color: var(--re-ink-soft);
  text-decoration: none;
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav .current-menu-item > a,
.site-nav .current-menu-ancestor > a {
  background: rgba(0,87,184,0.06);
  color: var(--re-blue);
}

.site-nav .menu-cta a {
  background: var(--re-blue);
  color: var(--re-white);
  box-shadow: var(--re-shadow-sm);
}

.site-nav .menu-cta a:hover,
.site-nav .menu-cta a:focus {
  background: #004A9F;
  color: var(--re-white);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid var(--re-line);
  background: var(--re-white);
  color: var(--re-navy);
}

.nav-toggle svg {
  width: 24px;
  height: 24px;
}

.hero {
  padding: 76px 0 78px;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 36px;
  align-items: start;
}

.hero__title {
  margin-top: 18px;
  max-width: 14ch;
}

.hero__title em {
  font-style: normal;
  color: var(--re-blue);
}

.hero__copy {
  margin-top: 22px;
  max-width: 760px;
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  color: var(--re-ink-soft);
}

.hero__sub {
  margin-top: 16px;
  max-width: 760px;
  color: var(--re-ink-muted);
}

.hero-metrics {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.re-card {
  height: 100%;
  border: 1px solid var(--re-line);
  border-radius: var(--re-radius);
  background: var(--re-white);
  padding: 24px;
  box-shadow: var(--re-shadow-sm);
}

.re-card--elevated {
  box-shadow: var(--re-shadow-md);
}

.metric-card strong {
  display: block;
  font-size: 1.15rem;
  color: var(--re-navy);
}

.metric-card p {
  margin-top: 8px;
  color: var(--re-ink-soft);
  font-size: .98rem;
  line-height: 1.55;
}

.hero-panel {
  padding: 28px;
  border: 1px solid rgba(0,87,184,0.14);
  background: linear-gradient(180deg, rgba(0,87,184,0.03), rgba(0,159,223,0.08));
}

.hero-panel h2 {
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.hero-list {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.hero-list__item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.hero-list__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(0,87,184,0.08);
  color: var(--re-blue);
}

.hero-list__icon svg {
  width: 22px;
  height: 22px;
}

.hero-list__item h3 {
  font-size: 1.03rem;
  letter-spacing: -0.01em;
}

.hero-list__item p {
  margin-top: 6px;
  color: var(--re-ink-soft);
  font-size: .98rem;
  line-height: 1.55;
}

.trust-bar {
  padding: 20px 0;
  border-top: 1px solid var(--re-line);
  border-bottom: 1px solid var(--re-line);
  background: rgba(255,255,255,0.9);
}

.trust-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  text-align: center;
}

.trust-bar__label {
  font-size: .86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--re-ink-muted);
}

.trust-bar__divider {
  width: 1px;
  height: 20px;
  background: var(--re-line);
}

.trust-bar__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.re-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--re-white);
  border: 1px solid var(--re-line);
  color: var(--re-ink-soft);
  font-weight: 600;
  font-size: .96rem;
}

.re-badge svg {
  width: 16px;
  height: 16px;
  color: var(--re-cyan);
}

.re-grid-2,
.re-grid-3,
.re-grid-4,
.re-grid-contact,
.re-grid-split,
.re-grid-proof,
.re-grid-targets {
  display: grid;
  gap: 18px;
}

.re-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.re-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.re-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.re-grid-contact { grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); }
.re-grid-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.re-grid-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.re-grid-targets { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.re-card h3 {
  margin-bottom: 10px;
}

.re-card p,
.re-card li {
  color: var(--re-ink-soft);
}

.re-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: rgba(0,87,184,0.1);
  color: var(--re-blue);
  font-weight: 800;
}

.re-package {
  position: relative;
  overflow: hidden;
}

.re-package--featured {
  border-color: rgba(0,87,184,0.26);
  background: linear-gradient(180deg, rgba(0,87,184,0.03), rgba(0,159,223,0.03));
}

.re-package__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,87,184,0.08);
  color: var(--re-blue);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.re-package__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.re-meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--re-ice);
  border: 1px solid var(--re-line);
  color: var(--re-ink-soft);
  font-size: .9rem;
  font-weight: 600;
}

.re-checks {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-left: 0;
  list-style: none;
}

.re-checks li {
  position: relative;
  padding-left: 26px;
  font-size: .98rem;
  line-height: 1.55;
}

.re-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--re-blue), var(--re-cyan));
}

.re-fit-box,
.re-note-box {
  margin-top: 26px;
  padding: 20px 22px;
  border-radius: var(--re-radius);
  background: linear-gradient(180deg, rgba(0,87,184,0.04), rgba(0,159,223,0.04));
  border: 1px solid rgba(0,87,184,0.12);
}

.re-fit-box strong,
.re-note-box strong {
  color: var(--re-navy);
}

.re-proof-card,
.re-target-card,
.re-process-card,
.re-asset-card,
.re-value-card,
.re-pain-card {
  position: relative;
}

.re-band {
  background: linear-gradient(135deg, var(--re-navy), var(--re-navy-2));
  color: var(--re-white);
}

.re-band h2,
.re-band h3,
.re-band p,
.re-band li,
.re-band label {
  color: var(--re-white);
}

.re-band .re-section-label {
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
}

.re-band .re-section-subtitle,
.re-band .re-contact-card p,
.re-band .re-contact-card li {
  color: rgba(255,255,255,0.82);
}

.re-contact-card {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
  box-shadow: none;
}

.re-contact-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  list-style: none;
  padding-left: 0;
}

.re-contact-list strong {
  display: inline-block;
  min-width: 88px;
  color: rgba(255,255,255,0.95);
}

.re-contact-list a {
  color: rgba(255,255,255,0.92);
}

.re-contact-list a:hover,
.re-contact-list a:focus {
  color: var(--re-white);
}

.re-faq {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.re-faq details {
  border: 1px solid var(--re-line);
  border-radius: var(--re-radius-sm);
  background: var(--re-white);
  box-shadow: var(--re-shadow-sm);
  overflow: hidden;
}

.re-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 700;
  color: var(--re-navy);
}

.re-faq summary::-webkit-details-marker {
  display: none;
}

.re-faq details[open] summary {
  border-bottom: 1px solid var(--re-line);
}

.re-faq__answer {
  padding: 18px 22px 20px;
  color: var(--re-ink-soft);
}

.page-hero {
  padding: 58px 0 38px;
  background: linear-gradient(180deg, rgba(0,87,184,0.04), rgba(0,159,223,0.05));
  border-bottom: 1px solid var(--re-line);
}

.page-hero p {
  max-width: 780px;
  margin-top: 18px;
  color: var(--re-ink-soft);
}

.breadcrumbs {
  font-size: .92rem;
  color: var(--re-ink-muted);
}

.breadcrumbs a {
  color: var(--re-ink-muted);
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: var(--re-blue);
}

.re-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.re-stat {
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--re-line);
  background: var(--re-white);
}

.re-stat strong {
  display: block;
  font-size: 1.25rem;
  color: var(--re-navy);
}

.re-stat span {
  display: block;
  margin-top: 6px;
  font-size: .94rem;
  color: var(--re-ink-soft);
}

.re-logo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.re-logo-card {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--re-line);
  background: var(--re-white);
  font-weight: 700;
  color: var(--re-navy);
}

.re-contact-form {
  display: grid;
  gap: 16px;
}

.re-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.re-field {
  display: grid;
  gap: 8px;
}

.re-field label {
  font-weight: 700;
  color: var(--re-navy);
}

.re-band .re-field label {
  color: var(--re-white);
}

.re-field input,
.re-field textarea,
.re-field select {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid var(--re-line-strong);
  background: var(--re-white);
  color: var(--re-ink);
}

.re-band .re-field input,
.re-band .re-field textarea,
.re-band .re-field select {
  border-color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.98);
}

.re-field textarea {
  min-height: 150px;
  resize: vertical;
}

.re-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.re-checkbox input {
  width: 20px;
  min-height: 20px;
  margin-top: 3px;
}

.re-alert {
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-weight: 600;
}

.re-alert--success {
  background: rgba(14, 140, 96, 0.12);
  color: #0C5C41;
}

.re-alert--error {
  background: rgba(183, 43, 43, 0.12);
  color: #8C1E1E;
}

.re-hidden {
  display: none !important;
}

.site-footer {
  padding: 24px 0 34px;
  border-top: 1px solid var(--re-line);
  background: #FBFDFF;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: var(--re-navy);
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: center;
}

.site-footer__nav a {
  color: var(--re-ink-soft);
  text-decoration: none;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus {
  color: var(--re-blue);
}

.site-footer__meta {
  color: var(--re-ink-muted);
  font-size: .92rem;
}

.page-content,
.entry-content {
  padding: 48px 0 88px;
}

.entry-content .re-container > * + * {
  margin-top: 18px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.2em;
}

.entry-content li + li {
  margin-top: .35em;
}

.re-legal {
  max-width: 860px;
}

.re-legal h2,
.re-legal h3 {
  margin-top: 32px;
}

.error-404 {
  padding: 84px 0 96px;
}

.re-404-box {
  max-width: 780px;
}

.re-404-box p {
  margin-top: 16px;
  color: var(--re-ink-soft);
}



.re-highlight-box {
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: var(--re-radius);
  border: 1px solid rgba(0,87,184,0.16);
  background: linear-gradient(180deg, rgba(0,87,184,0.04), rgba(0,159,223,0.05));
}

.re-highlight-box p + p {
  margin-top: 10px;
}

.re-legal-intro {
  color: var(--re-ink-soft);
}

.re-legal-meta {
  margin-top: 18px;
  color: var(--re-ink-muted);
  font-size: .96rem;
}

.re-cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
  display: none;
}

.re-cookie-banner.is-visible {
  display: block;
}

.re-cookie-banner__box {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 22px;
  border-radius: 20px;
  border: 1px solid var(--re-line-strong);
  background: rgba(255,255,255,0.98);
  box-shadow: var(--re-shadow-lg);
}

.re-cookie-banner__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--re-navy);
}

.re-cookie-banner__text {
  margin-top: 10px;
  color: var(--re-ink-soft);
  font-size: .98rem;
  line-height: 1.6;
}

.re-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.re-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--re-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .16em;
}

.site-footer__meta button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--re-blue);
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.re-accessibility-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 12px;
}

.re-accessibility-list li {
  padding-left: 28px;
  position: relative;
}

.re-accessibility-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--re-blue), var(--re-cyan));
}

@media (max-width: 1280px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) 400px;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav-wrap {
    position: relative;
  }

  .site-nav {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: min(360px, calc(100vw - 32px));
    padding: 12px;
    border-radius: 18px;
    background: var(--re-white);
    border: 1px solid var(--re-line);
    box-shadow: var(--re-shadow-lg);
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav__list {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .site-nav .menu-cta a {
    width: 100%;
  }

  .hero__grid,
  .re-grid-contact,
  .re-grid-split,
  .re-grid-targets,
  .re-grid-proof {
    grid-template-columns: 1fr;
  }

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

  .re-grid-3,
  .re-stats,
  .re-logo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    padding-top: 58px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer__nav,
  .site-footer__list {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .re-section {
    padding: 72px 0;
  }

  .re-section--compact,
  .trust-bar {
    padding: 48px 0;
  }

  .hero {
    padding: 40px 0 58px;
  }

  .re-container {
    width: min(calc(100% - 28px), var(--re-container));
  }

  .hero-metrics,
  .re-grid-2,
  .re-grid-3,
  .re-grid-4,
  .re-stats,
  .re-logo-strip,
  .re-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .site-header__inner {
    min-height: 74px;
  }

  .re-brand__tagline {
    display: none;
  }

  .re-card,
  .hero-panel {
    padding: 20px;
  }

  .trust-bar__inner {
    align-items: flex-start;
  }

  .re-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .trust-bar__divider {
    display: none;
  }

  .re-btn,
  .re-contact-form button,
  input[type="submit"] {
    width: 100%;
  }

  .re-btn-row {
    flex-direction: column;
  }

  .page-hero {
    padding: 44px 0 30px;
  }

  .re-cookie-banner__actions {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

.re-legal-meta dt {
  font-weight: 800;
  color: var(--re-navy);
  margin-top: 16px;
}

.re-legal-meta dd {
  margin: 6px 0 0;
}


/* Divi Builder runtime wrapper neutralization */
.re-runtime-section {
  padding: 0 !important;
  margin: 0 !important;
}

.re-runtime-row {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.re-runtime-column {
  padding: 0 !important;
  margin: 0 !important;
}

.re-runtime-section .et_pb_module,
.re-runtime-page,
.re-runtime-page .et_pb_code_inner {
  margin: 0 !important;
}

.re-runtime-page .et_pb_code_inner > main {
  margin: 0;
}
