.soc-footer-links {
  background: #0f1720;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #f7fafc;
  font-family: "Rubik", "Lato", sans-serif;
  padding: 18px 20px;
}

.soc-footer-links__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
}

.soc-footer-nav,
.soc-footer-social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.soc-footer-nav a,
.soc-footer-social a {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.soc-footer-nav a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px 13px;
}

.soc-footer-social a {
  border-radius: 50%;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.soc-footer-social a span {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.soc-footer-nav a:hover,
.soc-footer-social a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.soc-footer-nav a:hover {
  background: #ff5400;
}

.soc-social--facebook {
  background: #1877f2;
}

.soc-social--instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #515bd4);
}

.soc-social--twitter {
  background: #111111;
}

.soc-social--youtube {
  background: #ff0000;
}

.soc-lead-status {
  background: #e9fff5;
  border: 1px solid #9be7c4;
  border-radius: 8px;
  color: #095f3f;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
  padding: 10px 12px;
}

.quick-call-button,
.call-now-button,
.floating-whatsapp,
.whatsapp_float,
.wa__btn_popup,
.joinchat,
.ht-ctc,
#qlwapp,
.qlwapp {
  display: none !important;
}

body.soc-has-sticky-actions {
  padding-bottom: 92px;
}

.soc-sticky-actions {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 236, 166, 0.24), rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, #17110a, #070604);
  border: 1px solid rgba(255, 215, 120, 0.48);
  border-radius: 18px;
  bottom: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  left: 50%;
  max-width: 720px;
  padding: 8px;
  position: fixed;
  transform: translateX(-50%);
  width: min(calc(100% - 28px), 720px);
  z-index: 99998;
}

.soc-sticky-actions::before {
  background: linear-gradient(90deg, transparent, rgba(255, 220, 122, 0.55), transparent);
  content: "";
  height: 1px;
  left: 22px;
  position: absolute;
  right: 22px;
  top: 0;
}

.soc-sticky-actions__button {
  align-items: center;
  border-radius: 13px;
  color: #ffffff;
  display: flex;
  gap: 10px;
  justify-content: center;
  min-height: 56px;
  overflow: hidden;
  padding: 11px 14px;
  position: relative;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.soc-sticky-actions__button:hover,
.soc-sticky-actions__button:focus {
  color: #ffffff;
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.soc-sticky-actions__button::after {
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.28), transparent 72%);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-120%);
  transition: transform 550ms ease;
}

.soc-sticky-actions__button:hover::after,
.soc-sticky-actions__button:focus::after {
  transform: translateX(120%);
}

.soc-sticky-actions__button i {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 16px;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
  z-index: 1;
}

.soc-sticky-actions__text {
  display: grid;
  gap: 4px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.soc-sticky-actions__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  opacity: 0.82;
  text-transform: uppercase;
}

.soc-sticky-actions__value {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.soc-sticky-actions__button--call {
  background: linear-gradient(135deg, #d09a2d, #ffe39a 48%, #b87410);
  box-shadow: inset 0 -1px 0 rgba(85, 52, 4, 0.32), 0 12px 24px rgba(189, 124, 18, 0.28);
  color: #201404;
}

.soc-sticky-actions__button--call:hover,
.soc-sticky-actions__button--call:focus {
  color: #201404;
}

.soc-sticky-actions__button--call i {
  background: rgba(32, 20, 4, 0.14);
  border-color: rgba(32, 20, 4, 0.18);
}

.soc-sticky-actions__button--whatsapp {
  background: linear-gradient(135deg, #0f6f42, #20c76a 48%, #075e39);
  box-shadow: inset 0 -1px 0 rgba(0, 45, 22, 0.28), 0 12px 24px rgba(13, 133, 67, 0.26);
}

.soc-dev-page {
  background: #f5f7fa;
  color: #17202a;
  font-family: "Rubik", "Lato", sans-serif;
  margin: 0;
}

.soc-dev-shell {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 22px;
}

.soc-dev-header {
  background: #ffffff;
  border-bottom: 1px solid #e4e9ef;
}

.soc-dev-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 78px;
}

.soc-dev-logo {
  display: inline-flex;
}

.soc-dev-logo img {
  display: block;
  height: auto;
  max-width: 210px;
}

.soc-dev-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.soc-dev-nav a,
.soc-dev-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  line-height: 1;
  min-height: 42px;
  padding: 12px 15px;
  text-decoration: none;
}

.soc-dev-nav a {
  color: #233142;
}

.soc-dev-nav a:hover {
  background: #eef3f8;
}

.soc-dev-hero {
  background:
    linear-gradient(115deg, rgba(15, 23, 32, 0.94), rgba(15, 23, 32, 0.76)),
    url("../uploads/2021/10/partial-view-of-woman-typing-on-laptop-at-tabletop-2021-08-30-01-46-03-utc.jpg") center/cover;
  color: #ffffff;
  padding: 76px 0 52px;
}

.soc-dev-hero__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.soc-dev-kicker {
  color: #ffb28c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.soc-dev-hero h1 {
  color: #ffffff;
  font-size: clamp(36px, 6vw, 68px);
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
}

.soc-dev-hero p {
  color: #edf4f8;
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: 680px;
}

.soc-dev-panel {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(15, 23, 32, 0.13);
  color: #17202a;
  padding: 24px;
}

.soc-dev-panel--dark {
  background: rgba(255, 255, 255, 0.96);
}

.soc-dev-panel h2,
.soc-dev-panel h3 {
  color: #17202a;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.soc-dev-credit {
  border-bottom: 1px solid #e6ebf0;
  padding: 14px 0;
}

.soc-dev-credit:first-of-type {
  padding-top: 0;
}

.soc-dev-credit:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.soc-dev-credit span {
  color: #687789;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.soc-dev-credit strong {
  color: #17202a;
  display: block;
  font-size: 18px;
}

.soc-dev-section {
  padding: 54px 0;
}

.soc-dev-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.soc-dev-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.soc-dev-button {
  background: #ff5400;
  color: #ffffff;
}

.soc-dev-button--light {
  background: #17202a;
}

.soc-dev-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.soc-dev-list li {
  background: #f6f9fc;
  border-left: 4px solid #ff5400;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1.55;
  padding: 15px 16px;
}

.soc-dev-footer {
  background: #ffffff;
  border-top: 1px solid #e4e9ef;
  color: #506070;
  padding: 20px 0;
  text-align: center;
}

.soc-dev-footer a {
  color: #17202a;
  font-weight: 700;
}

@media (max-width: 760px) {
  .soc-footer-links__inner,
  .soc-dev-header__inner,
  .soc-dev-hero__grid,
  .soc-dev-grid {
    align-items: stretch;
    display: flex;
    flex-direction: column;
  }

  .soc-footer-nav,
  .soc-footer-social,
  .soc-dev-nav {
    justify-content: center;
  }

  .soc-dev-header__inner {
    padding: 14px 0;
  }

  .soc-dev-logo {
    justify-content: center;
  }

  .soc-dev-hero {
    padding: 54px 0 40px;
  }

  .soc-dev-hero h1 {
    font-size: 42px;
  }

  body.soc-has-sticky-actions {
    padding-bottom: 82px;
  }

  .soc-sticky-actions {
    border-radius: 15px;
    bottom: 10px;
    gap: 7px;
    padding: 7px;
    width: min(calc(100% - 16px), 720px);
  }

  .soc-sticky-actions__button {
    gap: 7px;
    min-height: 54px;
    padding: 9px 8px;
  }

  .soc-sticky-actions__button i {
    flex-basis: 30px;
    font-size: 14px;
    height: 30px;
    width: 30px;
  }

  .soc-sticky-actions__label {
    font-size: 10px;
  }

  .soc-sticky-actions__value {
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .soc-sticky-actions__value {
    display: none;
  }

  .soc-sticky-actions__label {
    font-size: 12px;
  }
}
