:root {
  --hd-orange: #FF5527;
  --hd-orange-dark: #E94920;
  --hd-green: #006A4E;
  --hd-whatsapp: #128C7E;
  --hd-dark: #111827;
  --hd-text: #222222;
  --hd-muted: #6C757D;
  --hd-soft: #F7F7F7;
  --hd-soft-orange: #FFF4EF;
  --hd-border: #EAEAEA;
  --hd-white: #FFFFFF;
  --hd-radius-lg: 28px;
  --hd-radius-xl: 36px;
  --hd-shadow-soft: 0 18px 60px rgba(15, 23, 42, 0.06);
  --hd-shadow-card: 0 14px 40px rgba(15, 23, 42, 0.045);
  --hd-border: #EAEAEA;
  --hd-border-strong: #BABCC0;
  --hd-border-soft: rgba(186, 188, 192, 0.10);
}

.wa-svg-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  flex-shrink: 0;
  background-color: #128C7E;
  -webkit-mask: url("/assets/img/free-booking-page/Whatsapp.svg") center / contain no-repeat;
  mask: url("/assets/img/free-booking-page/Whatsapp.svg") center / contain no-repeat;
}

a:hover .wa-svg-icon,
button:hover .wa-svg-icon,
a:active .wa-svg-icon,
button:active .wa-svg-icon {
  background-color: #006A4E;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hd-shell,
.fb-shell {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.hd-section,
.fb-section {
  padding: 72px 0;
}

.fb-page {
  overflow-x: clip;
}

.hd-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 43%, rgba(255, 255, 255, 0.36) 100%),
    url("/assets/img/free-booking-page/hero-bg.webp") right center / cover no-repeat,
    var(--hd-soft);
  padding: clamp(42px, 5.4vw, 78px) 0 clamp(42px, 5vw, 72px);
}

.hd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 30%);
}

.hd-hero-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

.hd-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.hd-hero-copy {
  min-width: 0;
  padding-top: 10px;
}

.hd-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0;
  border-radius: 999px;
  background: rgba(255, 85, 39, 0.1);
  padding: 12px 18px;
  color: var(--hd-orange);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hd-hero-badge svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.6;
}

.hd-hero-title {
  max-width: 720px;
  margin: 24px 0 0;
  color: #07111f;
  font-size: clamp(38px, 4.25vw, 60px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.hd-hero-title-accent {
  position: relative;
  display: inline-block;
  color: var(--hd-orange);
}

.hd-hero-title-accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 2%;
  bottom: -8px;
  height: 12px;
  border: 4px solid var(--hd-orange);
  border-color: var(--hd-orange) transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-2deg);
}

.hd-hero-text {
  max-width: 600px;
  margin: 28px 0 0;
  color: #374151;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 400;
  line-height: 1.75;
}

.hd-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 640px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(234, 234, 234, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
}

.hd-hero-proof-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 72px;
  padding: 12px 16px;
  border-right: 1px solid var(--hd-border);
  color: var(--hd-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.hd-hero-proof-item:last-child {
  border-right: 0;
}

.hd-hero-proof-item span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #FFF1EA;
  color: var(--hd-orange);
}

.hd-hero-proof-item svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.4;
}

.hd-hero-proof-item strong,
.hd-hero-proof-item small {
  display: block;
  min-width: 0;
}

.hd-hero-proof-item small {
  grid-column: 2;
  margin-top: -8px;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
}

.hd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hd-hero-actions .hd-btn {
  min-height: 60px;
  gap: 10px;
  border-radius: 14px;
  padding: 17px 24px;
  font-size: 15px;
  line-height: 1.1;
}

.hd-hero-actions .hd-btn svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.25;
}

.hd-hero-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 24px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.hd-hero-reassurance span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.hd-hero-reassurance svg {
  width: 19px;
  height: 19px;
  color: var(--hd-orange);
  stroke-width: 2.5;
}

.hd-hero-reassurance span:first-child svg {
  color: #1FBF75;
}

.hd-hero-trusted {
  margin-top: 34px;
}

.hd-hero-trusted p {
  margin: 0 0 12px;
  color: #6B7280;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hd-hero-avatar-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hd-hero-avatar-stack {
  display: flex;
  align-items: center;
  padding-left: 4px;
}

.hd-hero-avatar-stack img {
  width: 58px;
  height: 58px;
  margin-left: -10px;
  border: 5px solid #FFFFFF;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.hd-hero-avatar-stack img:first-child {
  margin-left: 0;
}

.hd-hero-stay-count {
  display: inline-flex;
  width: 76px;
  height: 76px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(234, 234, 234, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--hd-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.hd-hero-stay-count strong {
  font-size: 16px;
  font-weight: 900;
}

.hd-hero-visual {
  position: relative;
  min-width: 0;
  margin-right: max(-44px, calc((1180px - 100vw) / 2));
  padding: 8px 0 54px;
}

.hd-hero-visual picture {
  display: block;
}

.hd-hero-visual-img {
  display: block;
  width: min(100%, 780px);
  height: auto;
  margin-inline: auto 0;
  filter: drop-shadow(0 30px 56px rgba(15, 23, 42, 0.16));
}

.hd-hero-signature {
  position: absolute;
  right: min(22%, 190px);
  bottom: 0;
  margin: 0;
  color: #101827;
  font-family: "Kalam", cursive;
  font-size: clamp(22px, 2.25vw, 33px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  transform: rotate(-2deg);
}

.hd-hero-signature::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  width: 116px;
  height: 12px;
  border: 4px solid var(--hd-orange);
  border-color: var(--hd-orange) transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-4deg);
}

.hd-section-head {
  max-width: 760px;
}

.hd-section-head-center {
  margin-inline: auto;
  text-align: center;
}

.hd-eyebrow,
.fb-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 999px;
  background: var(--hd-soft-orange);
  padding: 8px 16px;
  color: var(--hd-orange);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
}

.hd-eyebrow-soft {
  background: #FFF0EA;
}

.hd-section-title,
.fb-heading {
  margin: 14px 0 0;
  color: var(--hd-dark);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.hd-section-copy,
.fb-copy {
  margin: 16px 0 0;
  color: #4B5563;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 400;
  line-height: 1.75;
}

.hd-card,
.fb-card {
  border: 1px solid var(--hd-border);
  border-radius: var(--hd-radius-lg);
  background: var(--hd-white);
  box-shadow: var(--hd-shadow-card);
}

.hd-faq-section {
  background:
    radial-gradient(circle at top center, rgba(255, 85, 39, 0.045), transparent 32rem),
    #FFFFFF;
  padding: 68px 0 76px;
}

.hd-faq-panel {
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 85, 39, 0.04), transparent 30rem),
    linear-gradient(180deg, #FFFFFF 0%, #FCFCFC 100%);
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.055);
}

.hd-faq-list {
  display: grid;
  gap: 12px;
  max-width: 940px;
  margin: 36px auto 0;
}

.hd-faq-item {
  overflow: hidden;
  border: 1px solid #e5e7eb42;
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.035);
}

.hd-faq-item[open] {
  box-shadow: 0 18px 56px rgba(15, 23, 42, 0.055);
}

.hd-faq-question {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  padding: 18px 24px;
  cursor: pointer;
  list-style: none;
}

.hd-faq-question::-webkit-details-marker {
  display: none;
}

.hd-faq-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #FFF1EA;
  color: var(--hd-orange);
}

.hd-faq-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2.25;
}

.hd-faq-question-text {
  color: var(--hd-dark);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.hd-faq-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6B7280;
  transition: transform 0.2s ease, color 0.2s ease;
}

.hd-faq-chevron svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 2.1;
}

.hd-faq-item[open] .hd-faq-chevron {
  transform: rotate(180deg);
  color: var(--hd-orange);
}

.hd-faq-answer {
  margin: -8px 0 0;
  padding: 0 72px 26px 100px;
}

.hd-faq-answer p {
  max-width: 720px;
  margin: 0;
  color: #4B5563;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.hd-important-note {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 940px;
  margin: 42px auto 0;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 50%, rgba(255, 85, 39, 0.13), transparent 18rem),
    linear-gradient(135deg, #FFF8F4 0%, #FFF0E8 100%);
  padding: 24px;
  color: var(--hd-orange);
}

.hd-important-icon {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  border-radius: 999px;
  color: var(--hd-orange);
}

.hd-important-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 2.1;
}

.hd-important-copy h3 {
  margin: 0 0 8px;
  color: var(--hd-dark);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.hd-important-copy p {
  max-width: 690px;
  margin: 0;
  color: #374151;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.hd-important-art {
  display: none;
  color: var(--hd-orange);
}

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

@media (min-width: 768px) {
  .hd-shell,
  .fb-shell {
    width: min(100% - 48px, 1280px);
  }

  .hd-faq-section {
    padding: 84px 0 92px;
  }

  .hd-faq-question {
    grid-template-columns: 64px minmax(0, 1fr) 32px;
    min-height: 96px;
    padding: 20px 30px;
  }

  .hd-faq-answer {
    padding: 0 80px 30px 112px;
  }

  .hd-important-note {
    grid-template-columns: 72px minmax(0, 1fr) minmax(220px, 0.42fr);
    padding: 26px 30px;
  }

  .hd-important-art {
    display: block;
    align-self: end;
  }
}

@media (max-width: 1180px) {
  .hd-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr);
    gap: 30px;
  }

  .hd-hero-visual {
    margin-right: -24px;
  }

  .hd-hero-proof {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .hd-hero-proof-item {
    border-right: 0;
    border-bottom: 1px solid var(--hd-border);
  }

  .hd-hero-proof-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 980px) {
  .hd-hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 54%, rgba(255, 255, 255, 0.62) 100%),
      url("/assets/img/free-booking-page/hero-bg.webp") right center / cover no-repeat,
      var(--hd-soft);
    padding-top: 46px;
  }

  .hd-hero-grid {
    grid-template-columns: 1fr;
  }

  .hd-hero-copy {
    max-width: 720px;
  }

  .hd-hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
  }

  .hd-hero-proof-item {
    border-right: 1px solid var(--hd-border);
    border-bottom: 0;
  }

  .hd-hero-proof-item:last-child {
    border-right: 0;
  }

  .hd-hero-visual {
    margin: 2px auto 0;
    padding-bottom: 52px;
  }

  .hd-hero-visual-img {
    width: min(100%, 780px);
    margin-inline: auto;
  }

  .hd-hero-signature {
    right: 50%;
    transform: translateX(50%) rotate(-2deg);
    white-space: nowrap;
  }
}

@media (max-width: 680px) {
  .hd-hero-shell {
    width: min(100% - 28px, 640px);
  }

  .hd-hero-copy {
    display: flex;
    flex-direction: column;
  }

  .hd-hero-badge {
    order: 1;
  }

  .hd-hero-title {
    order: 2;
  }

  .hd-hero-text {
    order: 3;
  }

  .hd-hero-actions {
    order: 4;
  }

  .hd-hero-proof {
    order: 5;
  }

  .hd-hero-reassurance {
    order: 6;
  }

  .hd-hero-trusted {
    order: 7;
  }

  .hd-hero-title {
    margin-top: 20px;
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1.1;
  }

  .hd-hero-text {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.7;
  }

  .hd-hero-proof {
    grid-template-columns: 1fr;
    margin-top: 20px;
    border-radius: 16px;
  }

  .hd-hero-proof-item {
    min-height: 66px;
    border-right: 0;
    border-bottom: 1px solid var(--hd-border);
  }

  .hd-hero-proof-item:last-child {
    border-bottom: 0;
  }

  .hd-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .hd-hero-actions .hd-btn {
    width: 100%;
    min-height: 56px;
    padding-inline: 16px;
  }

  .hd-hero-reassurance {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .hd-hero-trusted {
    margin-top: 34px;
  }

  .hd-hero-avatar-stack img {
    width: 50px;
    height: 50px;
    border-width: 4px;
  }

  .hd-hero-stay-count {
    width: 66px;
    height: 66px;
    font-size: 11px;
  }

  .hd-hero-visual {
    width: 100%;
    overflow: visible;
    padding-bottom: 44px;
  }

  .hd-hero-visual-img {
    width: min(100%, 520px);
    border-radius: 24px;
  }

  .hd-hero-signature {
    bottom: 4px;
    max-width: calc(100vw - 48px);
    font-size: 21px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .hd-faq-panel {
    border-radius: 26px;
    padding: 24px 14px;
  }

  .hd-faq-list {
    margin-top: 28px;
  }

  .hd-faq-question {
    grid-template-columns: 48px minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: 76px;
    padding: 14px;
  }

  .hd-faq-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .hd-faq-icon svg {
    width: 21px;
    height: 21px;
  }

  .hd-faq-answer {
    padding: 0 18px 22px 74px;
  }

  .hd-faq-answer p {
    font-size: 13px;
    line-height: 1.75;
  }

  .hd-important-note {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .hd-important-icon {
    width: 56px;
    height: 56px;
  }
}


.hd-feature-section {
  background:
    radial-gradient(circle at top center, rgba(255, 85, 39, 0.045), transparent 34rem),
    #FFFFFF;
  padding: 76px 0 84px;
}

.hd-section-title span {
  color: var(--hd-orange);
}

.hd-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 38px;
}

.hd-feature-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 158px;
  border: 1px solid #f06e4500;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 85, 39, 0.045), transparent 18rem),
    #FFFFFF;
  padding: 24px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.045);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hd-feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 85, 39, 0.22);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
}

.hd-feature-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.9), transparent 48%),
    #FFF0EA;
  color: var(--hd-orange);
}

.hd-feature-icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-width: 2.15;
}

.hd-feature-card h3 {
  margin: 0;
  color: var(--hd-dark);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.hd-feature-card p {
  margin: 14px 0 0;
  color: #374151;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.hd-control-note {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 50%, rgba(255, 85, 39, 0.13), transparent 18rem),
    linear-gradient(135deg, #FFF8F4 0%, #FFF0E8 100%);
  padding: 22px 24px;
  color: var(--hd-orange);
}

.hd-control-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--hd-orange);
}

.hd-control-icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  stroke-width: 2.1;
}

.hd-control-copy h3 {
  margin: 0;
  color: var(--hd-dark);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.hd-control-copy p {
  margin: 4px 0 0;
  color: #64748B;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.hd-control-signature {
  display: none;
  color: var(--hd-orange);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transform: rotate(-5deg);
  white-space: nowrap;
  font-family: "Kalam", cursive;
}

@media (min-width: 768px) {
  .hd-feature-section {
    padding: 88px 0 96px;
  }

  .hd-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
  }

  .hd-control-note {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    padding: 24px 34px;
  }

  .hd-control-signature {
    display: block;
  }
}

@media (min-width: 1100px) {
  .hd-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .hd-feature-card {
    min-height: 168px;
    padding: 26px;
  }
}

@media (max-width: 560px) {
  .hd-feature-section {
    padding: 64px 0 72px;
  }

  .hd-feature-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    min-height: auto;
    padding: 18px;
    border-radius: 22px;
  }

  .hd-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .hd-feature-icon svg {
    width: 26px;
    height: 26px;
  }

  .hd-feature-card h3 {
    font-size: 16px;
  }

  .hd-feature-card p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.7;
  }

  .hd-control-note {
    grid-template-columns: 1fr;
    padding: 22px;
  }
}

.hd-process-section {
  background: #FFFFFF;
  padding: 76px 0 88px;
}

.hd-process-panel {
  overflow: hidden;
  border: 1px solid var(--hd-border-soft);
  border-radius: 34px;
  background:
    radial-gradient(circle at top center, rgba(255, 85, 39, 0.04), transparent 34rem),
    linear-gradient(180deg, #FFFFFF 0%, #FCFCFC 100%);
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.055);
}

.hd-process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 44px;
}

.hd-process-card {
  min-width: 0;
  border: 1px solid var(--hd-border-soft);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 85, 39, 0.035), transparent 20rem),
    #FFFFFF;
  padding: 24px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.045);
}

.hd-process-card-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.hd-process-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #FF5527 0%, #FF6A1A 100%);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 85, 39, 0.25);
}

.hd-process-card h3 {
  margin: 0;
  color: var(--hd-dark);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.hd-process-card > p {
  margin: 18px 0 0;
  color: #4B5563;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.hd-process-arrow {
  display: none;
  justify-self: center;
  color: rgba(255, 85, 39, 0.58);
}

.hd-process-arrow svg {
  width: 38px;
  height: 38px;
  stroke: currentColor;
  stroke-width: 2;
}

.hd-process-preview {
  margin-top: 28px;
  border: 1px solid #E5E7EB;
  border-radius: 22px;
  background: #FFFFFF;
  padding: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hd-browser-dots {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}

.hd-browser-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #FFB199;
}

.hd-browser-dots span:first-child {
  background: #FF5527;
}

.hd-browser-dots span:last-child {
  background: #FFD5C8;
}

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

.hd-process-page-card img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  border-radius: 14px;
  object-fit: cover;
}

.hd-process-page-lines {
  display: grid;
  gap: 10px;
}

.hd-process-page-lines span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #ECECEC;
}

.hd-process-page-lines span:nth-child(1) {
  width: 72%;
}

.hd-process-page-lines span:nth-child(2) {
  width: 92%;
}

.hd-process-page-lines span:nth-child(3) {
  width: 58%;
  opacity: 0.7;
}

.hd-process-page-lines span:nth-child(4) {
  width: 42%;
  opacity: 0.45;
}

.hd-process-page-icons {
  display: flex;
  gap: 10px;
}

.hd-process-page-icons span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #FFF1EA;
  color: var(--hd-orange);
}

.hd-process-page-icons svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.hd-process-page-card button,
.hd-process-request button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #FF5527 0%, #FF6A1A 100%);
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: default;
}

.hd-process-link-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  border-radius: 999px;
  background: #FFF1EA;
  padding: 16px 18px;
  color: var(--hd-dark);
}

.hd-process-link-box svg {
  width: 23px;
  height: 23px;
  color: var(--hd-orange);
  stroke: currentColor;
}

.hd-process-link-box strong {
  min-width: 0;
  overflow: hidden;
  color: var(--hd-dark);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hd-process-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.hd-process-channel-grid span {
  display: grid;
  gap: 8px;
  place-items: center;
  min-height: 88px;
  border: 1px solid var(--hd-border-soft);
  border-radius: 18px;
  background: #FFFFFF;
  color: var(--hd-dark);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.035);
}

.hd-process-channel-grid svg,
.hd-process-channel-grid strong {
  width: 30px;
  height: 30px;
  color: var(--hd-orange);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.hd-process-channel-grid span:first-child svg {
  color: #16A34A;
}

.hd-process-channel-grid span:nth-child(2) svg {
  color: #E1306C;
}

.hd-process-request {
  margin-top: 28px;
  border: 1px solid var(--hd-border-soft);
  border-radius: 22px;
  background: #FFFFFF;
  padding: 18px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.hd-process-request-top,
.hd-process-request-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hd-process-request-top {
  justify-content: space-between;
  padding-bottom: 16px;
}

.hd-process-request-top strong {
  color: var(--hd-dark);
  font-size: 15px;
  font-weight: 900;
}

.hd-process-request-top span {
  border-radius: 999px;
  background: #DCFCE7;
  padding: 6px 12px;
  color: #008A3D;
  font-size: 12px;
  font-weight: 900;
}

.hd-process-request-row {
  border-top: 1px solid #EEF0F3;
  padding: 14px 0;
}

.hd-process-request-row > svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--hd-orange);
  stroke: currentColor;
}

.hd-process-request-row div {
  min-width: 0;
  flex: 1;
}

.hd-process-request-row small {
  display: block;
  color: #6B7280;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.hd-process-request-row strong {
  display: block;
  color: var(--hd-dark);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
}

.hd-process-request button {
  margin-top: 2px;
  background: #FFF1EA;
  color: var(--hd-dark);
}

.hd-process-control-note {
  margin-top: 30px;
}

.hd-process-preview-image {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--hd-border-soft);
  border-radius: 22px;
  background: #FFFFFF;
  padding: 0;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.045);
}

.hd-process-preview-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  padding: 10px;
}

@media (min-width: 768px) {
  .hd-process-section {
    padding: 88px 0 98px;
  }

  .hd-process-grid {
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr) 44px minmax(0, 1fr);
    gap: 14px;
  }

  .hd-process-arrow {
    display: inline-flex;
  }

  .hd-process-card {

  }
}

@media (min-width: 1100px) {
  .hd-process-grid {
    gap: 18px;
  }

  .hd-process-card {
    padding: 26px;
  }

  .hd-process-page-card {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
  }

  .hd-process-page-card img {
    aspect-ratio: 1 / 1;
  }

  .hd-process-page-icons {
    grid-column: 2;
  }

  .hd-process-page-card button {
    grid-column: 2;
  }
}

@media (max-width: 767px) {
  .hd-process-panel {
    border-radius: 28px;
  }

  .hd-process-grid {
    margin-top: 34px;
  }

  .hd-process-card {
    padding: 20px;
  }

  .hd-process-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .hd-process-section {
    padding: 64px 0 72px;
  }

  .hd-process-panel {
    padding: 24px 14px;
  }

  .hd-process-card {
    border-radius: 22px;
    padding: 18px;
  }

  .hd-process-card-head {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .hd-process-number {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .hd-process-card h3 {
    font-size: 16px;
  }

  .hd-process-card > p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  .hd-process-link-box {
    border-radius: 20px;
  }

  .hd-process-link-box strong {
    font-size: 13px;
  }

  .hd-process-request {
    padding: 15px;
  }
}

.hd-final-cta-section {
  background: #ffffff;
  padding: 76px 0 84px;
}

.hd-final-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 85, 39, 0.20), transparent 24rem),
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.10), transparent 22rem),
    linear-gradient(135deg, #0B1220 0%, #111827 55%, #08101D 100%);
  padding: clamp(28px, 5vw, 56px);
  color: #ffffff;
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.18);
}

.hd-eyebrow-dark {
  background: rgba(255, 255, 255, 0.10);
  color: #FFD7C6;
}

.hd-final-cta-copy h2 {
  max-width: 780px;
  margin: 24px 0 0;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1.04;
}

.hd-final-cta-copy p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 500;
  line-height: 1.8;
}

.hd-final-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hd-final-cta-points span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 10px 14px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.hd-final-cta-points svg {
  width: 17px;
  height: 17px;
  color: #FF7A45;
  stroke: currentColor;
}

.hd-final-cta-note {
  display: block;
  margin-top: 28px;
  color: #FFD7C6;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-transform: uppercase;
}

.hd-final-cta-actions {
  display: grid;
  gap: 14px;
  align-content: center;
}

.hd-final-cta-actions p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.hd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hd-btn:hover {
  transform: translateY(-1px);
}

.hd-btn-large {
  min-height: 58px;
  padding: 0 26px;
  font-size: 15px;
}

.hd-btn-primary {
  border: 1px solid rgba(255, 85, 39, 0.9);
  background: linear-gradient(135deg, #FF5527 0%, #FF6A1A 100%);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(255, 85, 39, 0.28);
}

.hd-btn-primary:hover {
  box-shadow: 0 24px 56px rgba(255, 85, 39, 0.36);
}

.hd-btn-dark-secondary {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.hd-btn-dark-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hd-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

@media (min-width: 900px) {
  .hd-final-cta {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    align-items: center;
  }
}

@media (max-width: 560px) {
  .hd-final-cta-section {
    padding: 64px 0 72px;
  }

  .hd-final-cta {
    border-radius: 28px;
  }

  .hd-final-cta-copy h2 {
    font-size: 34px;
  }

  .hd-final-cta-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hd-final-cta-actions {
    width: 100%;
  }

  .hd-btn-large {
    width: 100%;
  }
}

.hd-local-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 20%, rgba(255, 85, 39, 0.07), transparent 28rem),
    radial-gradient(circle at 100% 0%, rgba(255, 85, 39, 0.045), transparent 30rem),
    #FFFFFF;
  padding: 82px 0 88px;
}

.hd-local-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
}

.hd-local-copy {
  min-width: 0;
}

.hd-local-title {
  max-width: 620px;
}

.hd-local-title span {
  display: inline-block;
  color: var(--hd-orange);
}

.hd-local-text {
  max-width: 580px;
}

.hd-local-highlight {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  max-width: 620px;
  margin-top: 28px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(255, 85, 39, 0.08), transparent 18rem),
    linear-gradient(135deg, #FFF8F4 0%, #FFF1EA 100%);
  padding: 18px 22px;
}

.hd-local-highlight-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 85, 39, 0.75);
  border-radius: 999px;
  color: var(--hd-orange);
}

.hd-local-highlight-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 2.1;
}

.hd-local-highlight strong {
  display: block;
  color: var(--hd-dark);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.hd-local-highlight p {
  margin: 4px 0 0;
  color: #4B5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.hd-local-gallery {
  margin-top: 22px;
}

.hd-local-gallery img {
  display: block;
  width: 100%;
  max-width: 690px;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  filter: drop-shadow(0 20px 54px rgba(15, 23, 42, 0.08));
}

.hd-local-card {
  display: grid;
  gap: 0;
  border: 1px solid rgba(186, 188, 192, 0.24);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(255, 85, 39, 0.035), transparent 24rem),
    #FFFFFF;
  padding: 26px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.06);
}

.hd-local-point {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px dashed rgba(186, 188, 192, 0.42);
}

.hd-local-point:first-child {
  padding-top: 0;
}

.hd-local-point:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hd-local-point-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.9), transparent 48%),
    #FFF0EA;
  color: var(--hd-orange);
}

.hd-local-point-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 2.15;
}

.hd-local-point h3 {
  margin: 0;
  color: var(--hd-dark);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.hd-local-point p {
  margin: 8px 0 0;
  color: #4B5563;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.hd-local-note {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(186, 188, 192, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 50%, rgba(255, 85, 39, 0.10), transparent 20rem),
    #FFFFFF;
  padding: 20px 26px;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.055);
}

.hd-local-note-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #FFF1EA;
  color: #C76A12;
}

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

.hd-local-note p {
  margin: 0;
  color: var(--hd-dark);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}

.hd-local-note strong {
  color: var(--hd-orange);
  font-weight: 900;
}

.hd-local-note-art {
  display: none;
  color: var(--hd-orange);
  opacity: 0.95;
}

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

@media (min-width: 900px) {
  .hd-local-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
    gap: 62px;
  }

  .hd-local-note {
    grid-template-columns: 70px minmax(0, 1fr) minmax(220px, 0.28fr);
    padding: 22px 32px;
  }

  .hd-local-note-art {
    display: block;
  }
}

@media (min-width: 1180px) {
  .hd-local-section {
    padding: 92px 0 96px;
  }

  .hd-local-grid {
    gap: 78px;
  }

  .hd-local-card {
    padding: 34px;
  }

  .hd-local-point {
    padding: 28px 0;
  }
}

@media (max-width: 640px) {
  .hd-local-section {
    padding: 64px 0 72px;
  }

  .hd-local-grid {
    gap: 28px;
  }

  .hd-local-highlight {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .hd-local-gallery img {
    border-radius: 20px;
  }

  .hd-local-card {
    border-radius: 24px;
    padding: 20px;
  }

  .hd-local-point {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0;
  }

  .hd-local-point-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .hd-local-point-icon svg {
    width: 25px;
    height: 25px;
  }

  .hd-local-point h3 {
    font-size: 15px;
  }

  .hd-local-point p {
    font-size: 13px;
    line-height: 1.65;
  }

  .hd-local-note {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .hd-local-note p {
    font-size: 14px;
  }
}
.hd-problem-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 85, 39, 0.06), transparent 34rem),
    linear-gradient(180deg, #FFFFFF 0%, #FFFDFC 100%);
  padding: 76px 0 58px;
}

.hd-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 42px;
}

.hd-problem-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--hd-border);
  border-radius: 28px;
  background: #FFFFFF;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.055);
}

.hd-problem-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 248px;
  min-width: 0;
  padding: 30px;
  background: #FFFFFF;
}

.hd-problem-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 85, 39, 0.10);
  color: var(--hd-orange);
}

.hd-problem-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 2.15;
}

.hd-problem-card h3 {
  margin: 24px 0 0;
  color: var(--hd-dark);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.hd-problem-card p {
  margin: 14px 0 0;
  color: var(--hd-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.hd-problem-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 0;
  overflow: hidden;
  background: #F8F1EC;
}

.hd-problem-image::before {
  display: none;
}

.hd-problem-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hd-problem-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(100%, 680px);
  margin: 28px auto 0;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(255, 85, 39, 0.07), transparent 18rem),
    #FFF8F2;
  padding: 14px 20px;
  color: #374151;
}

.hd-problem-tip span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #F59E0B;
}

.hd-problem-tip svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.hd-problem-tip p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.hd-solution-section {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  padding: 0 0 84px;
}

.hd-solution-panel {
  overflow: hidden;
  border: 1px solid rgba(186, 188, 192, 0.20);
  border-radius: 32px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 85, 39, 0.06), transparent 28rem),
    radial-gradient(circle at 100% 0%, rgba(255, 85, 39, 0.045), transparent 28rem),
    #FFFFFF;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.055);
}

.hd-solution-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.hd-solution-copy {
  min-width: 0;
}

.hd-solution-title {
  max-width: 520px;
}

.hd-solution-title span {
  color: var(--hd-orange);
}

.hd-solution-text {
  max-width: 520px;
}

.hd-channel-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  max-width: 620px;
}

.hd-channel-row > span {
  display: grid;
  gap: 0px;
  place-items: center;
  min-height: 76px;
  border: 1px solid rgba(186, 188, 192, 0.20);
  border-radius: 16px;
  background: #FFFFFF;
  color: #374151;
  font-size: 8px;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.hd-channel-row svg {
  width: 24px;
  height: 24px;
  color: var(--hd-orange);
  stroke: currentColor;
}

.hd-channel-row img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.hd-channel-row .wa-svg-icon {
  width: 30px;
  height: 30px;
}

.hd-channel-row > span:nth-child(1) svg {
  color: #16A34A;
}

.hd-channel-row > span:nth-child(2) svg {
  color: #E1306C;
}

.hd-channel-row > span:nth-child(3) svg {
  color: #1877F2;
}

.hd-channel-row > span:nth-child(5) svg {
  color: #FF0000;
}

.hd-solution-control {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 430px;
  margin-top: 26px;
  border-radius: 16px;
  background: #FFF8F2;
  padding: 14px 18px;
}

.hd-solution-control span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--hd-orange);
}

.hd-solution-control svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
}

.hd-solution-control p {
  margin: 0;
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.hd-solution-visual {
  min-width: 0;
}

.hd-solution-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  filter: drop-shadow(0 18px 52px rgba(15, 23, 42, 0.08));
}

.hd-solution-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 30px auto 0;
}

.hd-solution-benefits article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(186, 188, 192, 0.18);
  border-radius: 18px;
  background: #FFFFFF;
  padding: 16px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
}

.hd-solution-benefits article > span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #FFF1EA;
  color: var(--hd-orange);
}

.hd-solution-benefits svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
}

.hd-solution-benefits h3 {
  margin: 0;
  color: var(--hd-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.hd-solution-benefits p {
  margin: 4px 0 0;
  color: #4B5563;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 760px) {
  .hd-problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hd-problem-card-copy {
    min-height: 220px;
  }

  .hd-solution-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .hd-problem-section {
    padding: 84px 0 64px;
  }

  .hd-problem-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .hd-problem-card-copy {
    min-height: 248px;
  }

  .hd-solution-grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(560px, 1fr);
    gap: 52px;
  }

  .hd-solution-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 980px);
  }
}

@media (max-width: 640px) {
  .hd-problem-section {
    padding: 64px 0 48px;
  }

  .hd-problem-card {
    border-radius: 22px;
  }


  .hd-problem-card-copy {
    min-height: 0;
    padding: 24px;
  }

  .hd-problem-tip {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .hd-solution-section {
    padding-bottom: 72px;
  }

  .hd-solution-panel {
    border-radius: 26px;
  }

  .hd-channel-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hd-solution-benefits article {
    padding: 14px;
  }
  .hd-problem-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hd-problem-image {
    aspect-ratio: 16 / 9;
  }

  .hd-problem-icon {
    width: 50px;
    height: 50px;
  }

  .hd-problem-icon svg {
    width: 23px;
    height: 23px;
  }

  .hd-problem-card h3 {
    margin-top: 20px;
    font-size: 18px;
  }

  .hd-problem-card p {
    font-size: 14px;
  }

}
