/*
Theme Name: Desal Partners
Theme URI: https://desalpartners.com/
Author: Desal Partners
Description: A lightweight one-page block theme for desalination project development and consultation inquiries.
Version: 1.3.0
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: desalpartners
*/

:root {
  --dp-navy: #021e3c;
  --dp-navy-soft: #062442;
  --dp-ocean: #1d528f;
  --dp-aqua: #93abb5;
  --dp-foam: #e9eff2;
  --dp-cloud: #f5f8fa;
  --dp-ink: #062442;
  --dp-muted: #495c6f;
  --dp-white: #ffffff;
  --dp-line: rgba(17, 43, 56, 0.13);
  --dp-sand: #d9b884;
  --dp-shadow: 0 24px 70px rgba(4, 28, 43, 0.12);
  --dp-radius: 22px;
  --dp-wide: min(1180px, calc(100vw - 48px));
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  background: var(--dp-cloud);
  color: var(--dp-ink);
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
}

a {
  text-underline-offset: 0.2em;
}

:focus-visible {
  outline: 3px solid var(--dp-aqua);
  outline-offset: 4px;
}

.dp-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--dp-white);
  color: var(--dp-navy);
  font-weight: 750;
}

.dp-skip-link:focus {
  transform: translateY(0);
}

.dp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--dp-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px);
}

.dp-header__inner,
.dp-section__inner,
.dp-footer__inner {
  width: var(--dp-wide);
  margin-inline: auto;
}

.dp-header__inner {
  min-height: 82px;
  gap: 22px;
}

.dp-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}

.dp-brand__mark {
  width: 68px;
  height: 54px;
  display: block;
  flex: none;
  background-repeat: no-repeat;
  background-size: 180px 180px;
  background-position: -54px -14px;
}

.dp-brand__wordmark {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  color: var(--dp-navy);
  line-height: 1;
}

.dp-brand__wordmark strong {
  font-size: 1.72rem;
  font-weight: 650;
  letter-spacing: -0.045em;
}

.dp-brand__wordmark span {
  margin-top: 5px;
  color: var(--dp-muted);
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.dp-header .wp-block-navigation {
  color: var(--dp-muted);
  font-size: 0.86rem;
  font-weight: 650;
}

.dp-header .wp-block-navigation-item__content:hover,
.dp-header .wp-block-navigation-item__content:focus {
  color: var(--dp-ocean);
}

.dp-header .wp-block-navigation__responsive-container-open,
.dp-header .wp-block-navigation__responsive-container-close {
  color: var(--dp-navy);
}

.dp-header .wp-block-navigation__responsive-container.is-menu-open {
  background: var(--dp-navy);
  color: var(--dp-white);
  padding: 30px;
}

.dp-nav-cta > a {
  padding: 11px 17px !important;
  border-radius: 999px;
  background: var(--dp-aqua);
  color: var(--dp-navy) !important;
}

.dp-nav-phone > a {
  color: var(--dp-navy) !important;
  font-weight: 800;
  letter-spacing: 0.015em;
}

.dp-nav-phone > a:hover,
.dp-nav-phone > a:focus {
  color: var(--dp-ocean) !important;
}

.dp-nav-cta > a:hover {
  background: #70e2d8;
}

.dp-main {
  margin-top: 0 !important;
}

.dp-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 26%, rgba(147, 171, 181, 0.22), transparent 22%),
    radial-gradient(circle at 78% 80%, rgba(29, 82, 143, 0.38), transparent 30%),
    linear-gradient(135deg, #021e3c 0%, #062442 60%, #103d6f 100%);
  color: var(--dp-white);
}

.dp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, transparent 10%, #000 60%, #000 100%);
  pointer-events: none;
}

.dp-hero__grid {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center !important;
  padding-block: clamp(86px, 10vw, 132px);
}

.dp-eyebrow {
  margin: 0 0 20px;
  color: var(--dp-aqua);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dp-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--dp-white);
  font-size: clamp(3.15rem, 6vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.dp-hero__lede {
  max-width: 670px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
  line-height: 1.68;
}

.dp-actions {
  margin-top: 34px;
  gap: 13px;
}

.dp-button .wp-block-button__link,
.dp-submit {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--dp-aqua);
  color: var(--dp-navy);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(29, 82, 143, 0.16);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.dp-button .wp-block-button__link:hover,
.dp-submit:hover {
  transform: translateY(-2px);
  background: #70e2d8;
  box-shadow: 0 18px 34px rgba(29, 82, 143, 0.24);
}

.dp-button--ghost .wp-block-button__link {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: var(--dp-white);
  box-shadow: none;
}

.dp-button--ghost .wp-block-button__link:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.07);
}

.dp-delivery-card {
  position: relative;
  max-width: 470px;
  margin-left: auto;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
}

.dp-delivery-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(147, 171, 181, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(147, 171, 181, 0.08), 0 0 0 60px rgba(29, 82, 143, 0.04);
}

.dp-delivery-card__label {
  margin: 0 0 28px;
  color: rgba(255,255,255,0.65);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dp-stage {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
  min-height: 78px;
}

.dp-stage:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 31px;
  bottom: -2px;
  width: 1px;
  background: linear-gradient(var(--dp-aqua), rgba(147, 171, 181, 0.2));
}

.dp-stage__number {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(147, 171, 181, 0.55);
  border-radius: 50%;
  background: #0b3545;
  color: var(--dp-aqua);
  font-size: 0.78rem;
  font-weight: 850;
}

.dp-stage strong {
  display: block;
  margin: 1px 0 5px;
  color: var(--dp-white);
  font-size: 1rem;
}

.dp-stage span {
  color: rgba(255,255,255,0.59);
  font-size: 0.88rem;
  line-height: 1.45;
}

.dp-audience-bar {
  margin: 0;
  padding: 21px 24px;
  background: var(--dp-aqua);
  color: var(--dp-navy);
}

.dp-audience-bar__inner {
  width: var(--dp-wide);
  margin-inline: auto;
  gap: 20px 36px;
  justify-content: center;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dp-audience-bar__inner p {
  margin: 0;
}

.dp-audience-bar__inner p:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 21px 2px 0;
  border-radius: 50%;
  background: rgba(7, 28, 44, 0.42);
}

.dp-section {
  margin: 0;
  padding-block: clamp(78px, 10vw, 132px);
}

.dp-section--white {
  background: var(--dp-white);
}

.dp-section--foam {
  background: var(--dp-foam);
}

.dp-section--community {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(217, 184, 132, 0.2), transparent 24%),
    linear-gradient(135deg, #f2f7f4 0%, #e7f2ef 100%);
}

.dp-section--dark {
  background: var(--dp-navy);
  color: var(--dp-white);
}

.dp-kicker {
  margin: 0 0 14px;
  color: var(--dp-ocean);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.dp-section--dark .dp-kicker,
.dp-contact .dp-kicker {
  color: var(--dp-aqua);
}

.dp-section h2,
.dp-contact h2 {
  max-width: 800px;
  margin: 0;
  color: inherit;
  font-size: clamp(2.25rem, 4.3vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.dp-section-lede {
  max-width: 710px;
  margin: 22px 0 0;
  color: var(--dp-muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.dp-section--dark .dp-section-lede {
  color: rgba(255,255,255,0.66);
}

.dp-community-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
  align-items: center !important;
  gap: clamp(54px, 8vw, 112px);
}

.dp-community-grid .dp-actions {
  margin-top: 30px;
}

.dp-community-points {
  overflow: hidden;
  border: 1px solid var(--dp-line);
  border-radius: 24px;
  background: rgba(255,255,255,0.76);
  box-shadow: 0 24px 70px rgba(4, 28, 43, 0.08);
}

.dp-community-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 28px 30px;
}

.dp-community-point:not(:last-child) {
  border-bottom: 1px solid var(--dp-line);
}

.dp-community-point > span {
  color: var(--dp-ocean);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.dp-community-point h3,
.dp-community-point p {
  margin: 0;
}

.dp-community-point h3 {
  font-size: 1.17rem;
  letter-spacing: -0.02em;
}

.dp-community-point p {
  margin-top: 8px;
  color: var(--dp-muted);
  line-height: 1.58;
}

.dp-card-grid {
  margin-top: 54px;
  gap: 20px;
}

.dp-card {
  height: 100%;
  padding: clamp(25px, 3vw, 34px);
  border: 1px solid var(--dp-line);
  border-radius: var(--dp-radius);
  background: var(--dp-white);
  box-shadow: 0 14px 40px rgba(4, 28, 43, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.dp-card:hover {
  transform: translateY(-5px);
  border-color: rgba(29, 82, 143, 0.32);
  box-shadow: var(--dp-shadow);
}

.dp-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 15px;
  background: var(--dp-foam);
  color: var(--dp-ocean);
  font-size: 1.12rem;
  font-weight: 850;
}

.dp-card h3 {
  margin: 0 0 13px;
  color: var(--dp-ink);
  font-size: 1.31rem;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.dp-card p {
  margin: 0;
  color: var(--dp-muted);
  font-size: 0.96rem;
  line-height: 1.66;
}

.dp-approach-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start !important;
  gap: clamp(55px, 8vw, 120px);
}

.dp-approach-copy {
  position: sticky;
  top: 126px;
}

.dp-process {
  border-top: 1px solid var(--dp-line);
}

.dp-process-step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  padding: 29px 0;
  border-bottom: 1px solid var(--dp-line);
}

.dp-process-step__n {
  color: var(--dp-ocean);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.dp-process-step h3 {
  margin: 0 0 8px;
  font-size: 1.24rem;
  letter-spacing: -0.02em;
}

.dp-process-step p {
  margin: 0;
  color: var(--dp-muted);
  line-height: 1.63;
}

.dp-proof-grid {
  margin-top: 54px;
  gap: 18px;
}

.dp-proof {
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
}

.dp-proof strong {
  display: block;
  margin-bottom: 12px;
  color: var(--dp-aqua);
  font-size: 1.08rem;
}

.dp-proof p {
  margin: 0;
  color: rgba(255,255,255,0.63);
  line-height: 1.62;
}

.dp-readiness-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}

.dp-readiness-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 18px 22px;
  border: 1px solid var(--dp-line);
  border-radius: 16px;
  background: var(--dp-cloud);
}

.dp-readiness-item span {
  color: var(--dp-ocean);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.dp-readiness-item p {
  margin: 0;
  color: var(--dp-ink);
  font-weight: 720;
  line-height: 1.45;
}

.dp-partner-grid {
  margin-top: 54px;
  gap: 20px;
}

.dp-partners-title {
  max-width: 980px;
  font-size: clamp(3.1rem, 6.4vw, 5.8rem) !important;
  font-weight: 860 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
}

.dp-partner {
  height: 100%;
  padding: clamp(26px, 3.5vw, 40px);
  border: 1px solid var(--dp-line);
  border-radius: var(--dp-radius);
  background: var(--dp-white);
}

.dp-partner__logo {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
  padding: 14px;
  border: 1px solid var(--dp-line);
  border-radius: 15px;
  background: var(--dp-white);
  box-sizing: border-box;
}

.dp-partner__logo--dark {
  background: var(--dp-navy);
}

.dp-partner__logo img {
  width: auto;
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
}

.dp-partner__logo img.dp-partner__logo--tall {
  max-height: 78px;
}

.dp-capability-mark {
  height: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--dp-navy), var(--dp-ocean));
  color: var(--dp-white);
  text-transform: uppercase;
}

.dp-capability-mark span {
  color: var(--dp-aqua);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.24em;
}

.dp-capability-mark strong {
  margin-top: 4px;
  font-size: 1.42rem;
  font-weight: 820;
  letter-spacing: 0.1em;
}

.dp-capability-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.dp-capability-list li {
  position: relative;
  padding-left: 18px;
  color: var(--dp-muted);
  line-height: 1.45;
}

.dp-capability-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 2px;
  background: var(--dp-ocean);
}

.dp-partner__type {
  display: inline-block;
  margin: 0 0 27px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--dp-foam);
  color: var(--dp-ocean);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dp-partner h3 {
  margin: 0 0 12px;
  font-size: 1.65rem;
  letter-spacing: -0.03em;
}

.dp-partner p {
  margin: 0;
  color: var(--dp-muted);
  line-height: 1.66;
}

.dp-partner__role {
  margin-top: 25px !important;
  padding-top: 20px;
  border-top: 1px solid var(--dp-line);
  color: var(--dp-ink) !important;
  font-size: 0.9rem;
  font-weight: 750;
}

.dp-contact {
  position: relative;
  margin: 0;
  padding-block: clamp(80px, 10vw, 132px);
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 10%, rgba(147, 171, 181, 0.2), transparent 26%),
    linear-gradient(135deg, #103d6f, #021e3c 66%);
  color: var(--dp-white);
}

.dp-contact-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  align-items: start !important;
  gap: clamp(52px, 8vw, 110px);
}

.dp-contact-copy p:not(.dp-kicker) {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.67);
  line-height: 1.72;
}

.dp-contact-list {
  margin-top: 34px;
  padding: 0;
  list-style: none;
}

.dp-contact-list li {
  position: relative;
  margin: 14px 0;
  padding-left: 27px;
  color: rgba(255,255,255,0.82);
}

.dp-contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border: 2px solid var(--dp-aqua);
  border-radius: 50%;
}

.dp-form-wrap {
  padding: clamp(27px, 4vw, 43px);
  border-radius: 24px;
  background: var(--dp-white);
  color: var(--dp-ink);
  box-shadow: 0 34px 80px rgba(0,0,0,0.26);
}

.dp-form-intro {
  margin: 0 0 25px;
  color: var(--dp-muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.dp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
}

.dp-field {
  min-width: 0;
}

.dp-field--full {
  grid-column: 1 / -1;
}

.dp-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--dp-ink);
  font-size: 0.82rem;
  font-weight: 780;
}

.dp-field input,
.dp-field select,
.dp-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfdbde;
  border-radius: 11px;
  background: #fbfdfc;
  color: var(--dp-ink);
  font: inherit;
}

.dp-field input,
.dp-field select {
  min-height: 50px;
  padding: 10px 13px;
}

.dp-field textarea {
  min-height: 125px;
  padding: 13px;
  resize: vertical;
}

.dp-field input:focus,
.dp-field select:focus,
.dp-field textarea:focus {
  border-color: var(--dp-ocean);
  outline: 3px solid rgba(147, 171, 181, 0.24);
}

.dp-form-actions {
  margin-top: 23px;
}

.dp-submit {
  width: 100%;
  cursor: pointer;
  font-size: 0.95rem;
}

.dp-form-note {
  margin: 14px 0 0;
  color: var(--dp-muted);
  font-size: 0.77rem;
  line-height: 1.5;
  text-align: center;
}

.dp-form-status {
  margin: 0 0 20px;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.5;
}

.dp-form-status--success {
  background: #e2f6ec;
  color: #155f43;
}

.dp-form-status--error {
  background: #fff0ed;
  color: #91392d;
}

.dp-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.dp-footer {
  margin: 0;
  padding-block: 35px;
  background: #04131f;
  color: rgba(255,255,255,0.62);
}

.dp-footer__inner {
  gap: 24px;
}

.dp-footer-brand {
  padding: 6px 10px;
  border-radius: 10px;
  background: var(--dp-white);
}

.dp-footer-brand .dp-brand__mark {
  width: 58px;
  height: 48px;
  background-size: 160px 160px;
  background-position: -48px -12px;
}

.dp-footer p {
  margin: 0;
  font-size: 0.82rem;
}

.dp-footer a {
  color: var(--dp-white);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 960px) {
  :root {
    --dp-wide: min(100% - 36px, 760px);
  }

  .dp-hero__grid,
  .dp-community-grid,
  .dp-approach-grid,
  .dp-contact-grid {
    grid-template-columns: 1fr;
  }

  .dp-hero {
    min-height: auto;
  }

  .dp-delivery-card {
    max-width: none;
    margin: 0;
  }

  .dp-approach-copy {
    position: static;
  }

  .dp-contact-grid {
    gap: 54px;
  }
}

@media (max-width: 700px) {
  :root {
    --dp-wide: calc(100% - 30px);
  }

  .dp-header__inner {
    min-height: 72px;
  }

  .dp-brand__mark {
    width: 58px;
    height: 46px;
    background-size: 154px 154px;
    background-position: -46px -12px;
  }

  .dp-brand__wordmark strong {
    font-size: 1.42rem;
  }

  .dp-brand__wordmark span {
    font-size: 0.58rem;
  }

  .dp-hero__grid {
    padding-block: 68px 76px;
  }

  .dp-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .dp-actions {
    align-items: stretch;
  }

  .dp-actions .wp-block-button {
    width: 100%;
  }

  .dp-actions .wp-block-button__link {
    width: 100%;
    box-sizing: border-box;
  }

  .dp-audience-bar__inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 18px;
    justify-items: center;
    text-align: center;
  }

  .dp-audience-bar__inner p:not(:first-child)::before {
    display: none;
  }

  .dp-card-grid,
  .dp-proof-grid,
  .dp-partner-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .dp-readiness-grid {
    grid-template-columns: 1fr;
  }

  .dp-section h2,
  .dp-contact h2 {
    font-size: 2.35rem;
  }

  .dp-form-grid {
    grid-template-columns: 1fr;
  }

  .dp-field--full {
    grid-column: auto;
  }

  .dp-footer__inner {
    align-items: flex-start !important;
    flex-direction: column;
  }
}

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

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