/* =========================================================
   SERTECHS CONTACT CTA — BASE
   ========================================================= */
:root {
  --sr-contact-orange: #ff6400;
  --sr-contact-orange-dark: #eb5600;
  --sr-contact-ink: #101010;
  --sr-contact-muted: #686868;
  --sr-contact-cream: #fff8f1;
  --sr-contact-card: rgba(255, 255, 255, 0.94);
  --sr-contact-border: rgba(255, 100, 0, 0.14);
  --sr-contact-shadow: 0 24px 70px rgba(120, 72, 28, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #f8f8f8;
  color: var(--sr-contact-ink);
}

/* =========================================================
   CONTACT CTA SECTION WRAPPER
   ========================================================= */
.sr-contact-redesign {
  padding: 72px 24px;
  overflow: hidden;
}

.sr-contact-redesign__container {
  position: relative;
  isolation: isolate;
  width: min(1440px, 100%);
  min-height: 720px;
  margin: 0 auto;
  padding: 21px 90px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* =========================================================
   MAIN CTA CARD
   ========================================================= */
.sr-contact-redesign__card {
  position: relative;
  z-index: 5;
  width: min(780px, 69%);
  min-height: 510px;
  padding: 64px 70px 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--sr-contact-card);
  border: 1px solid rgba(255,255,255,0.92);
  border-radius: 34px;
  box-shadow: var(--sr-contact-shadow);
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(35px) scale(.985);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1);
}

.sr-contact-redesign__card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);

    
}

.sr-contact-redesign__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  padding: 12px 20px;
  color: var(--sr-contact-orange);
  background: rgba(255, 100, 0, 0.065);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sr-contact-redesign__eyebrow span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--sr-contact-orange);
  box-shadow: 0 0 0 6px rgba(255, 100, 0, 0.13);
}

.sr-contact-redesign__card h2 {
  max-width: 740px;
  margin: 0;
  font-size: 59px;
  line-height: 68px;
  letter-spacing: -.065em;
  font-weight: 800;
}

.sr-contact-redesign__description {
  max-width: 660px;
  margin: 28px auto 0;
  color: var(--sr-contact-muted);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.55;
}

/* =========================================================
   CTA BUTTON
   ========================================================= */
.sr-contact-redesign__button {
  margin-top: 30px;
  min-width: 330px;
  padding: 10px 10px 10px 34px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--sr-contact-orange), var(--sr-contact-orange-dark));
  border-radius: 999px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(255, 100, 0, 0.28);
  transition: transform .3s ease, box-shadow .3s ease;
}

.sr-contact-redesign__button b {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--sr-contact-orange);
  background: #fff;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
  transition: transform .3s ease;
}

.sr-contact-redesign__button:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(255, 100, 0, 0.35);
}

.sr-contact-redesign__button:hover b {
  transform: rotate(-32deg);
}

/* =========================================================
   SOCIAL PROOF
   ========================================================= */
.sr-contact-redesign__proof {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #252525;
  font-size: 14px;
  font-weight: 600;
}

.sr-contact-redesign__avatars {
  display: flex;
}

.sr-contact-redesign__avatars span {
  width: 31px;
  height: 31px;
  margin-left: -7px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #171717;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
}

.sr-contact-redesign__avatars span:first-child {
  margin-left: 0;
}

.sr-contact-redesign__avatars span:nth-child(2) { background: var(--sr-contact-orange); }
.sr-contact-redesign__avatars span:nth-child(3) { background: #7c7772; }
.sr-contact-redesign__avatars span:nth-child(4) { background: #c4b9ae; }

.sr-contact-redesign__proof-line {
  width: 1px;
  height: 22px;
  background: #ddd3c8;
}

.sr-contact-redesign__proof p {
  margin: 0;
}

/* =========================================================
   FLOATING CONTACT CARDS
   ========================================================= */
.sr-contact-redesign__floating-card {
  position: absolute;
  z-index: 8;
  min-width: 220px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--sr-contact-ink);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(88, 54, 25, .15);
  text-decoration: none;
  backdrop-filter: blur(10px);
  animation: sr-contact-float 5s ease-in-out infinite;
}

.sr-contact-redesign__floating-card--email {
  left: 56px;
  top: 330px;
}

.sr-contact-redesign__floating-card--phone {
  right: 58px;
  top: 128px;
  animation-delay: -1.3s;
}

.sr-contact-redesign__floating-card--location {
  right: 36px;
  bottom: 145px;
  animation-delay: -2.5s;
}

.sr-contact-redesign__floating-icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--sr-contact-orange);
  background: rgba(255, 100, 0, .11);
  border-radius: 50%;
}

.sr-contact-redesign__floating-icon svg,
.sr-contact-redesign__feature-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-contact-redesign__floating-card strong,
.sr-contact-redesign__floating-card small {
  display: block;
}

.sr-contact-redesign__floating-card strong {
  margin-bottom: 4px;
  font-size: 15px;
}

.sr-contact-redesign__floating-card small {
  color: #747474;
  font-size: 13px;
  line-height: 1.45;
}

/* =========================================================
   FEATURE STRIP
   ========================================================= */
.sr-contact-redesign__features {
  position: absolute;
  z-index: 7;
  bottom: 13px;
  width: min(720px, 65%);
  padding: 19px 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 22px;
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translate(-50%, 30px);
  transition: opacity .8s .15s ease, transform .8s .15s cubic-bezier(.2,.8,.2,1);
}

.sr-contact-redesign__features.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.sr-contact-redesign__feature {
  min-height: 56px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid #eadfd4;
}

.sr-contact-redesign__feature:first-child { padding-left: 0; }
.sr-contact-redesign__feature:last-child { border-right: 0; padding-right: 0; }

.sr-contact-redesign__feature-icon {
  color: var(--sr-contact-orange);
}

.sr-contact-redesign__feature p {
  margin: 0;
}

.sr-contact-redesign__feature strong,
.sr-contact-redesign__feature small {
  display: block;
}

.sr-contact-redesign__feature strong {
  font-size: 13px;
}

.sr-contact-redesign__feature small {
  margin-top: 4px;
  color: #565656;
  font-size: 12px;
}

/* =========================================================
   DECORATIVE ORBITS AND DOTS
   ========================================================= */
.sr-contact-redesign__orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 100, 0, .34);
  border-radius: 50%;
  animation: sr-contact-orbit-drift 9s ease-in-out infinite alternate;
}

.sr-contact-redesign__orbit--one {
  width: 990px;
  height: 620px;
  left: 170px;
  top: 28px;
  transform: rotate(-9deg);
}

.sr-contact-redesign__orbit--two {
  width: 770px;
  height: 490px;
  right: 110px;
  top: 72px;
  transform: rotate(12deg);
  opacity: .65;
}

.sr-contact-redesign__node {
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  background: var(--sr-contact-orange);
  border: 3px solid #fff2e8;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(255, 100, 0, .35);
  animation: sr-contact-pulse 2.6s ease-in-out infinite;
}

.sr-contact-redesign__node--one { left: 344px; top: 102px; }
.sr-contact-redesign__node--two { right: 251px; top: 118px; animation-delay: -.9s; }
.sr-contact-redesign__node--three { left: 197px; bottom: 170px; animation-delay: -1.6s; }

.sr-contact-redesign__dots {
  position: absolute;
  z-index: 2;
  width: 88px;
  height: 88px;
  opacity: .35;
  background-image: radial-gradient(circle, var(--sr-contact-orange) 2px, transparent 2.5px);
  background-size: 18px 18px;
}

.sr-contact-redesign__dots--left { left: 110px; top: 170px; }
.sr-contact-redesign__dots--right { right: 98px; top: 345px; }

/* =========================================================
   ANIMATIONS
   ========================================================= */
@keyframes sr-contact-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes sr-contact-orbit-drift {
  from { translate: 0 0; }
  to { translate: 10px -8px; }
}

@keyframes sr-contact-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.28); }
}

/* =========================================================
   TABLET RESPONSIVE
   ========================================================= */
@media (max-width: 1180px) {
  .sr-contact-redesign__container {
    min-height: 760px;
    padding-inline: 44px;
  }

  .sr-contact-redesign__card {
    width: min(760px, 76%);
  }

  .sr-contact-redesign__floating-card--email { left: 22px; }
  .sr-contact-redesign__floating-card--phone { right: 18px; }
  .sr-contact-redesign__floating-card--location { right: 16px; }

  .sr-contact-redesign__features {
    width: min(700px, 73%);
  }
}

/* =========================================================
   MOBILE RESPONSIVE
   ========================================================= */
@media (max-width: 820px) {
  .sr-contact-redesign {
    padding: 38px 16px;
  }

  .sr-contact-redesign__container {
    min-height: auto;
    padding: 44px 18px 30px;
    display: block;
    border-radius: 28px;
  }

  .sr-contact-redesign__card {
    width: 100%;
    min-height: auto;
    padding: 42px 22px 34px;
    border-radius: 26px;
  }

  .sr-contact-redesign__eyebrow {
    padding: 10px 14px;
    font-size: 11px;
  }

  .sr-contact-redesign__card h2 {
    font-size: 28px;
    line-height: 40px;
    padding: 20px 0px;
  }

  .sr-contact-redesign__description {
    font-size: 16px;
  }

  .sr-contact-redesign__button {
    width: 100%;
    min-width: 0;
    padding-left: 24px;
    font-size: 15px;
  }

  .sr-contact-redesign__proof {
    flex-wrap: wrap;
  }

  .sr-contact-redesign__floating-card {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    margin-top: 16px;
    animation: none;
  }

  .sr-contact-redesign__features {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
    padding: 10px 20px;
    grid-template-columns: 1fr;
    transform: translateY(25px);
  }

  .sr-contact-redesign__features.is-visible {
    transform: translateY(0);
  }

  .sr-contact-redesign__feature {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid #eadfd4;
  }

  .sr-contact-redesign__feature:last-child {
    border-bottom: 0;
  }

  .sr-contact-redesign__orbit--one {
    width: 620px;
    height: 390px;
    left: -260px;
    top: 20px;
  }

  .sr-contact-redesign__orbit--two {
    width: 530px;
    height: 350px;
    right: -260px;
    top: 280px;
  }

  .sr-contact-redesign__node,
  .sr-contact-redesign__dots {
    display: none;
  }
  #sertechs-site [data-reveal].is-visible{
    margin-top: 15px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sr-contact-redesign__floating-card,
  .sr-contact-redesign__orbit,
  .sr-contact-redesign__node {
    animation: none;
  }

  .sr-contact-redesign__card,
  .sr-contact-redesign__features {
    opacity: 1;
    transform: none;
  }
}
