.hd-footer,
.hd-footer * {
  box-sizing: border-box;
}

.hd-footer-help {
  background: #ffffff;
  padding: 30px 16px 0;
}

.hd-footer-help-shell,
.hd-footer-shell {
  max-width: 1280px;
  margin: 0 auto;
}

.hd-footer-help-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 85, 39, 0.08), transparent 32%),
    linear-gradient(180deg, #FFFBF9 0%, #FFF7F3 100%);
  padding: 20px;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
  margin-bottom: 20px;
}

.hd-footer-help-main,
.hd-footer-help-action {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hd-footer-help-title {
  margin: 0 0 6px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.hd-footer-help-text {
  margin: 0;
  max-width: 560px;
  color: #374151;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.hd-footer-help-icon {
  display: inline-flex;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #FDEEE8;
  color: #FF5527;
}

.hd-footer-help-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2.2;
}

.hd-footer-help-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.hd-footer-help-icon .wa-svg-icon {
  width: 32px;
  height: 32px;
}

.hd-footer-help-icon-whatsapp {
  background: #EEF9F1;
  color: #16A34A;
}

.hd-footer-help-action:hover .wa-svg-icon,
.hd-footer-help-action:active .wa-svg-icon {
  background-color: #006A4E;
}

.hd-footer-help-action {
  justify-content: space-between;
  border-top: 1px solid #F1DED6;
  padding-top: 18px;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.hd-footer-help-action:hover {
  transform: translateX(2px);
}

.hd-footer-help-action strong {
  display: block;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hd-footer-help-action span {
  display: block;
  margin-top: 4px;
  color: #4B5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.hd-footer-help-action em {
  margin-left: auto;
  color: #FF5527;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
}

.hd-footer {
  border-top: 1px solid #EAEAEA;
  background: #F7F7F7;
  color: #6C757D;
  padding: 28px 16px;
}

.hd-footer-dark {
  position: relative;
  overflow: hidden;
  border-top: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(40, 113, 184, 0.18), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(255, 85, 39, 0.10), transparent 28%),
    linear-gradient(180deg, #06111F 0%, #06101D 42%, #030914 100%);
  color: #D6DCE5;
  padding: 38px 16px 28px;
}

.hd-footer-dark::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.25), transparent 65%);
  content: "";
}

.hd-footer-shell {
  position: relative;
  z-index: 1;
}

.hd-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.hd-footer-card {
  min-width: 0;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  padding: 18px;
}

.hd-footer-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.hd-footer-brand-block,
.hd-footer-column {
  min-width: 0;
}

.hd-footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #222222;
  text-decoration: none;
}

.hd-footer-brand-dark {
  width: fit-content;
  color: #ffffff;
}

.hd-footer-logo {
  display: flex;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 17px;
  background: linear-gradient(135deg, #FF5527 0%, #FF6A1A 100%);
  box-shadow: 0 18px 34px rgba(255, 85, 39, 0.24);
}

.hd-footer-logo img {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  object-fit: cover;
}

.hd-footer-title {
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.hd-footer-title-dark {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.hd-footer-title-dark span {
  color: #FF5527;
}

.hd-footer-subtitle,
.hd-footer-text,
.hd-footer-meta {
  margin: 0;
  color: #6C757D;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.hd-footer-text {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #EAEAEA;
  color: #222222;
  font-weight: 400;
}

.hd-footer-brand-text {
  margin: 22px 0 0;
  max-width: 380px;
  color: #C7D0DA;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
}

.hd-footer-checklist {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.hd-footer-checklist li {
  position: relative;
  padding-left: 30px;
  color: #F3F4F6;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.hd-footer-checklist li::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 85, 39, 0.8);
  border-radius: 999px;
  color: #FF5527;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  content: "✓";
}

.hd-footer-location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  color: #C7D0DA;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.hd-footer-location svg {
  width: 18px;
  height: 18px;
  color: #C7D0DA;
  stroke: currentColor;
}

.hd-footer-heading {
  margin: 0 0 18px;
  color: #222222;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.hd-footer-heading::after {
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: #FF5527;
  content: "";
}

.hd-footer-heading-dark {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.015em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hd-footer-heading-dark::after {
  display: none;
}

.hd-footer-links {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hd-footer-links-dark {
  gap: 2px;
}

.hd-footer-link,
.hd-footer-info {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #EAEAEA;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
}

.hd-footer-info:first-child {
  border-top: 0;
}

.hd-footer-links > li:first-child .hd-footer-link {
  border-top: 0;
}

.hd-footer-link:hover {
  color: #FF5527;
}

.hd-footer-link-dark {
  min-height: 44px;
  border-top: 0;
  color: #D6DCE5;
  font-size: 15px;
  font-weight: 400;
  transition: color 0.2s ease, transform 0.2s ease;
}

.hd-footer-link-dark:hover {
  color: #FF5527;
  transform: translateX(3px);
}

.hd-footer-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FFF4EF;
  color: #FF5527;
}

.hd-footer-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.hd-footer-arrow {
  margin-left: auto;
  color: #6C757D;
}

.hd-footer-subscribe-text {
  margin: 0 0 18px;
  color: #C7D0DA;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.hd-footer-subscribe {
  display: grid;
  gap: 14px;
}

.hd-footer-input {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  padding: 0 18px;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hd-footer-input::placeholder {
  color: #94A3B8;
}

.hd-footer-input:focus {
  border-color: rgba(255, 85, 39, 0.75);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 0 0 4px rgba(255, 85, 39, 0.12);
}

.hd-footer-subscribe-btn {
  min-height: 56px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #FF5527 0%, #FF6A1A 100%);
  color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(255, 85, 39, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.hd-footer-subscribe-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 22px 42px rgba(255, 85, 39, 0.28);
}

.hd-footer-meta-dark {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #9AA6B2;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.hd-footer-meta-dark svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
}

.hd-footer-note {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 34px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hd-footer-note-icon {
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(255, 85, 39, 0.10);
  color: #FF6A3A;
}

.hd-footer-note-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2.2;
}

.hd-footer-note-copy h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.hd-footer-note-copy p {
  margin: 0;
  color: #D6DCE5;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.hd-footer-note-copy strong {
  color: #FF7A45;
  font-weight: 800;
}

.hd-footer-note-art {
  display: none;
  color: #FF5527;
  opacity: 0.95;
}

.hd-footer-note-art svg {
  display: block;
  width: 100%;
  height: auto;
}

.hd-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #EAEAEA;
  color: #6C757D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.hd-footer-bottom-dark {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #C7D0DA;
  font-size: 14px;
}

.hd-footer-powered {
  color: #E5E7EB;
}

.hd-footer-powered strong {
  color: #ffffff;
  font-weight: 900;
}

.hd-footer-powered em {
  color: #FF5527;
  font-style: normal;
}

.hd-footer-social-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hd-footer-social-wrap > span {
  color: #E5E7EB;
}

.hd-footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hd-footer-socials a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hd-footer-socials a:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 85, 39, 0.65);
  color: #FF5527;
  background: rgba(255, 255, 255, 0.045);
}

.hd-footer-socials svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.hd-footer-socials img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

@media (max-width: 520px) {
  .hd-footer-help-main,
  .hd-footer-help-action {
    align-items: flex-start;
  }

  .hd-footer-help-icon {
    width: 54px;
    height: 54px;
  }

  .hd-footer-help-icon svg {
    width: 24px;
    height: 24px;
  }

  .hd-footer-help-title {
    font-size: 20px;
  }

  .hd-footer-help-text {
    font-size: 14px;
  }

  .hd-footer-title-dark {
    font-size: 21px;
  }

  .hd-footer-brand-text,
  .hd-footer-link-dark,
  .hd-footer-subscribe-text,
  .hd-footer-note-copy p {
    font-size: 14px;
  }
}

@media (min-width: 700px) {
  .hd-footer {
    padding: 36px 24px;
  }

  .hd-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .hd-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .hd-footer-help {
    padding: 36px 24px 0;
  }

  .hd-footer-help-card {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
    align-items: center;
    gap: 30px;
    padding: 28px 34px;
  }

  .hd-footer-help-action {
    border-top: 0;
    border-left: 1px solid #F1DED6;
    padding-top: 0;
    padding-left: 30px;
  }

  .hd-footer-help-title {
    font-size: 26px;
  }

  .hd-footer-dark {
    padding: 42px 24px 32px;
  }

  .hd-footer-main-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
    gap: 34px;
  }

  .hd-footer-note {
    grid-template-columns: 72px 1fr;
    align-items: center;
    padding: 24px 28px;
  }

  .hd-footer-bottom-dark {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1100px) {
  .hd-footer {
    padding: 44px 28px 34px;
  }

  .hd-footer-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.95fr) minmax(0, 1.1fr) minmax(0, 0.95fr);
  }

  .hd-footer-card {
    padding: 22px;
  }

  .hd-footer-dark {
    padding: 48px 28px 34px;
  }

  .hd-footer-help-title {
    font-size: 30px;
  }

  .hd-footer-main-grid {
    grid-template-columns:
      minmax(260px, 1.42fr)
      minmax(120px, 0.7fr)
      minmax(120px, 0.7fr)
      minmax(130px, 0.78fr)
      minmax(230px, 1fr);
    gap: 44px;
  }

  .hd-footer-note {
    grid-template-columns: 72px minmax(0, 1fr) minmax(260px, 0.34fr);
    gap: 24px;
    padding: 24px 32px;
  }

  .hd-footer-note-art {
    display: block;
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }
}
