@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@300;400;500;600;700;800&display=swap');

body.pdhome-body {
  position: relative;
  overflow-x: hidden;
  background: #080d18;
  color: #12151f;
  isolation: isolate;
}

body.pdhome-body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: clamp(740px, 100vh, 1080px);
  background-image:
    linear-gradient(
      180deg,
      rgba(3, 8, 23, 0.10) 0%,
      rgba(3, 8, 23, 0.28) 38%,
      rgba(3, 8, 23, 0.72) 76%,
      #080d18 100%
    ),
    url("https://www.proximidaddigital.com/wp-content/uploads/2024/06/cropped-Banner-proximidaddigital.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

body.pdhome-body .landing-site-header,
body.pdhome-body .pdhome-landing {
  position: relative;
  z-index: 1;
}

.pdhome-landing,
.pdhome-landing * {
  box-sizing: border-box;
}

.pdhome-landing {
  font-family: 'Outfit', sans-serif;
  background: transparent;
}

.pdhome-container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.pdhome-hero {
  position: relative;
  min-height: clamp(520px, 68vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(72px, 9vw, 120px) 0 clamp(84px, 10vw, 140px);
  background: transparent;
  overflow: hidden;
}

.pdhome-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(245, 166, 35, 0.10), transparent 36%),
    linear-gradient(
      180deg,
      rgba(3, 8, 20, 0.10) 0%,
      rgba(3, 8, 20, 0.28) 48%,
      rgba(3, 8, 20, 0.42) 100%
    );
  z-index: 0;
  pointer-events: none;
}

.pdhome-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  animation: pdhomeFadeUp .8s cubic-bezier(.16, 1, .3, 1) both;
}

.pdhome-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 8px 18px;
  border: 1px solid rgba(245, 166, 35, 0.36);
  border-radius: 999px;
  background: rgba(245, 166, 35, 0.11);
  color: #f5a623;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.pdhome-hero__title {
  margin: 0 0 14px;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(84px, 11vw, 154px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: .02em;
  text-shadow: 0 7px 30px rgba(0, 0, 0, .66);
}

.pdhome-hero__title span {
  display: block;
  white-space: nowrap;
}

.pdhome-hero__title span:last-child {
  color: #f5a623;
}

.pdhome-hero__tagline {
  max-width: 760px;
  margin: 0 auto 26px;
  color: #fff;
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 400;
  line-height: 1.45;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .62);
}

.pdhome-hero__tagline strong {
  color: #fff;
  font-weight: 800;
}

.pdhome-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.pdhome-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  border: 1.5px solid transparent;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    filter .18s ease,
    background .18s ease;
}

.pdhome-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.pdhome-btn:active {
  transform: translateY(0);
}

.pdhome-btn--outline {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .28);
}

.pdhome-btn--outline:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .62);
  box-shadow: 0 0 22px rgba(255, 255, 255, .08);
}

.pdhome-btn--primary {
  color: #0a0e1a;
  background: #f5a623;
  box-shadow: 0 8px 26px rgba(245, 166, 35, .34);
}

.pdhome-btn--primary:hover {
  color: #0a0e1a;
  filter: brightness(1.07);
  box-shadow: 0 12px 34px rgba(245, 166, 35, .46);
}

.pdhome-btn--whatsapp {
  color: #fff;
  background: #25d366;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .30);
}

.pdhome-btn--whatsapp:hover {
  color: #fff;
  filter: brightness(1.07);
  box-shadow: 0 12px 34px rgba(37, 211, 102, .42);
}

.pdhome-about {
  background: #f7f8fa;
}

.pdhome-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
}

.pdhome-about__content {
  padding: clamp(64px, 7vw, 92px) clamp(24px, 5vw, 64px);
}

.pdhome-about__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 7vw, 92px) clamp(24px, 5vw, 64px) clamp(64px, 7vw, 92px) clamp(24px, 4vw, 44px);
}

.pdhome-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #f5a623;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.pdhome-section-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: #f5a623;
}

.pdhome-section-title {
  max-width: 620px;
  margin: 0 0 28px;
  color: #12151f;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.pdhome-section-title span {
  color: #f5a623;
}

.pdhome-text {
  max-width: 680px;
  margin: 0 0 28px;
  color: #555c6e;
  font-size: 16px;
  line-height: 1.75;
}

.pdhome-text strong {
  color: #12151f;
  font-weight: 800;
}

.pdhome-divider {
  width: 52px;
  height: 3px;
  margin: 0 0 32px;
  border-radius: 999px;
  background: #f5a623;
}

.pdhome-values {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.pdhome-values li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #12151f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.pdhome-values li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-top: 1px;
  border: 1px solid rgba(245, 166, 35, .26);
  border-radius: 10px;
  background: rgba(245, 166, 35, .12);
  color: #f5a623;
  font-weight: 900;
}

.pdhome-callout {
  position: relative;
  overflow: hidden;
  max-width: 700px;
  padding: 28px 32px;
  border-radius: 18px;
  background: #12151f;
  box-shadow: 0 18px 44px rgba(18, 21, 31, .16);
}

.pdhome-callout::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #f5a623;
}

.pdhome-callout p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.75;
}

.pdhome-callout strong {
  color: #fff;
}

.pdhome-callout__highlight {
  margin-top: 12px !important;
  color: #f5a623 !important;
  font-weight: 800;
}

.pdhome-form-title {
  margin: 0 0 10px;
  color: #12151f;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.02em;
}

.pdhome-form-title span {
  color: #f5a623;
}

.pdhome-form-subtitle {
  margin: 0 0 28px;
  color: #555c6e;
  font-size: 15px;
  line-height: 1.6;
}

.pdhome-form-card {
  width: 100%;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(0, 0, 0, .08);
}

.pdhome-form-card input,
.pdhome-form-card textarea,
.pdhome-form-card select {
  width: 100%;
  border-radius: 12px !important;
}

.pdhome-form-card .frm_button_submit,
.pdhome-form-card button[type="submit"] {
  width: 100%;
  min-height: 52px;
  border-radius: 14px !important;
  background: #f5a623 !important;
  color: #0a0e1a !important;
  font-weight: 800 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pdhome-services {
  padding: clamp(64px, 7vw, 92px) 0;
  background:
    radial-gradient(circle at top, rgba(245, 166, 35, .10), transparent 34%),
    #12151f;
}

.pdhome-services__title {
  max-width: 760px;
  margin: 0 auto 52px;
  color: #fff;
  text-align: center;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.02em;
}

.pdhome-services__title span {
  color: #f5a623;
}

.pdhome-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pdhome-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 34px 22px 30px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.pdhome-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 166, 35, .48);
  background: #fff8ee;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}

.pdhome-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 0 16px;
  border: 1px solid rgba(245, 166, 35, .24);
  border-radius: 16px;
  background: rgba(245, 166, 35, .12);
  color: #f5a623;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}

.pdhome-service-card h3 {
  margin: 0 0 10px;
  color: #12151f;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.pdhome-service-card p {
  margin: 0;
  color: #555c6e;
  font-size: 14px;
  line-height: 1.65;
}

.pdhome-contact {
  background: #f7f8fa;
}

.pdhome-contact__intro {
  padding: clamp(52px, 6vw, 70px) 0;
  background: #12151f;
  text-align: center;
}

.pdhome-contact__intro p {
  max-width: 780px;
  margin: 0 auto 20px;
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.8;
}

.pdhome-contact__intro p:last-child {
  margin-bottom: 0;
}

.pdhome-contact__intro strong {
  color: #fff;
  font-weight: 800;
}

.pdhome-contact__intro span {
  color: #f5a623;
  font-weight: 800;
}

.pdhome-contact__main {
  padding: clamp(60px, 7vw, 84px) 0;
}

.pdhome-contact__heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 12px;
}

.pdhome-contact__line {
  width: 52px;
  height: 3px;
  flex: 0 0 52px;
  border-radius: 999px;
  background: #f5a623;
}

.pdhome-contact__heading h2 {
  margin: 0;
  color: #12151f;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.02em;
}

.pdhome-contact__heading h2 span {
  color: #f5a623;
}

.pdhome-contact__subtitle {
  margin: 0 0 42px;
  padding-left: 72px;
  color: #555c6e;
  font-size: 16px;
  line-height: 1.65;
}

.pdhome-contact__subtitle strong {
  color: #12151f;
}

.pdhome-contact__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.pdhome-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 220px;
  min-width: 0;
  padding: 17px 22px;
  border: 1.5px solid rgba(0, 0, 0, .07);
  border-radius: 16px;
  background: #fff;
  color: #12151f;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

.pdhome-contact-pill:hover {
  transform: translateY(-3px);
  border-color: #f5a623;
  color: #12151f;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(245, 166, 35, .16);
}

.pdhome-contact-pill--whatsapp:hover {
  border-color: #25d366;
  box-shadow: 0 12px 34px rgba(37, 211, 102, .16);
}

.pdhome-contact-pill--email {
  flex: 1.5 1 360px;
}

.pdhome-contact-pill__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 13px;
  background: rgba(245, 166, 35, .12);
  color: #f5a623;
  font-size: 19px;
}

.pdhome-contact-pill--whatsapp .pdhome-contact-pill__icon {
  background: rgba(37, 211, 102, .12);
  color: #25d366;
}

.pdhome-contact-pill__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.pdhome-contact-pill__text span {
  color: #555c6e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pdhome-contact-pill__text strong {
  color: #12151f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.pdhome-contact-pill--email .pdhome-contact-pill__text strong {
  white-space: nowrap;
}

@keyframes pdhomeFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .pdhome-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdhome-about__grid {
    grid-template-columns: 1fr;
  }

  .pdhome-about__form {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .pdhome-container {
    width: min(100% - 32px, 1120px);
  }

  .pdhome-hero {
    min-height: auto;
    padding: 58px 0 76px;
  }

  .pdhome-eyebrow {
    max-width: 92%;
    font-size: 10px;
    letter-spacing: .16em;
    padding: 7px 14px;
  }

  .pdhome-hero__title {
    font-size: clamp(54px, 17vw, 74px);
    line-height: .90;
  }

  .pdhome-hero__tagline {
    max-width: 320px;
    font-size: 15px;
  }

  .pdhome-hero__buttons {
    flex-direction: column;
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .pdhome-btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    font-size: 12px;
    letter-spacing: .05em;
  }

  .pdhome-about__content,
  .pdhome-about__form {
    padding: 52px 20px;
  }

  .pdhome-section-title {
    font-size: clamp(28px, 9vw, 38px);
  }

  .pdhome-callout {
    padding: 24px 24px 24px 28px;
  }

  .pdhome-services {
    padding: 58px 0;
  }

  .pdhome-services__grid {
    grid-template-columns: 1fr;
  }

  .pdhome-contact__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .pdhome-contact__subtitle {
    padding-left: 0;
  }

  .pdhome-contact-pill {
    flex: 1 1 100%;
  }

  .pdhome-contact-pill--email .pdhome-contact-pill__text strong {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 390px) {
  .pdhome-hero__title {
    font-size: 48px;
  }

  .pdhome-hero__tagline {
    max-width: 280px;
  }

  .pdhome-form-card {
    padding: 22px 18px;
  }
}