/* Hanis Creative Contact Page — scoped exclusively to the Contact page. */

body.hanis-contact-experience {
  --hc-purple: #7a58d5;
  --hc-purple-deep: #5f43b4;
  --hc-purple-soft: #e7defc;
  --hc-pink: #f3bfd9;
  --hc-pink-soft: #fdebf4;
  --hc-ink: #181721;
  --hc-muted: #716d7c;
  --hc-line: rgba(122, 88, 213, .13);
  --hc-white: #ffffff;
  --hc-page: #f7f5ff;
  background: var(--hc-page);
}

body.hanis-contact-experience .site-content,
body.hanis-contact-experience .site-content > .ast-container,
body.hanis-contact-experience .content-area,
body.hanis-contact-experience .site-main,
body.hanis-contact-experience article,
body.hanis-contact-experience .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.hanis-contact-experience .entry-header,
body.hanis-contact-experience .entry-title {
  display: none !important;
}

.hanis-contact-page,
.hanis-contact-page * {
  box-sizing: border-box;
}

.hanis-contact-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(74px, 8vw, 116px) 24px 74px;
  color: var(--hc-ink);
  background:
    radial-gradient(circle at 14% 10%, rgba(224, 213, 255, .62), transparent 28%),
    radial-gradient(circle at 88% 17%, rgba(255, 222, 239, .58), transparent 26%),
    linear-gradient(180deg, #fbfaff 0%, #f6f4fd 48%, #fbfaff 100%);
  font-family: "Poppins", Arial, sans-serif;
}

.hanis-contact-page__ambient {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hanis-contact-orb {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(8px);
  opacity: .64;
}

.hanis-contact-orb--one {
  top: 88px;
  left: -88px;
  width: 240px;
  height: 240px;
  background: rgba(214, 199, 255, .56);
}

.hanis-contact-orb--two {
  top: 500px;
  right: -95px;
  width: 290px;
  height: 290px;
  background: rgba(255, 208, 231, .42);
}

.hanis-contact-orb--three {
  bottom: 130px;
  left: 34%;
  width: 180px;
  height: 180px;
  background: rgba(224, 214, 255, .35);
}

.hanis-contact-spark {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: .54;
}

.hanis-contact-spark::before,
.hanis-contact-spark::after {
  content: "";
  position: absolute;
  background: var(--hc-purple);
  border-radius: 999px;
}

.hanis-contact-spark::before {
  top: 4px;
  left: 0;
  width: 10px;
  height: 2px;
}

.hanis-contact-spark::after {
  top: 0;
  left: 4px;
  width: 2px;
  height: 10px;
}

.hanis-contact-spark--one {
  top: 146px;
  left: 8%;
}

.hanis-contact-spark--two {
  top: 360px;
  right: 9%;
  transform: scale(.75);
}

.hanis-contact-spark--three {
  bottom: 170px;
  right: 22%;
  transform: scale(1.25);
}

.hanis-contact-hero,
.hanis-contact-workspace,
.hanis-contact-promise {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.hanis-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: center;
  gap: clamp(40px, 6vw, 86px);
  margin-bottom: clamp(52px, 7vw, 86px);
}

.hanis-contact-kicker {
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--hc-purple-deep);
  background: rgba(255, 255, 255, .67);
  border: 1px solid rgba(122, 88, 213, .12);
  border-radius: 999px;
  box-shadow:
    0 10px 28px rgba(77, 55, 128, .065),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.hanis-contact-kicker__dot,
.hanis-contact-live > span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #6ecf91;
  box-shadow: 0 0 0 5px rgba(110, 207, 145, .13);
}

.hanis-contact-hero__title {
  max-width: 760px;
  margin: 24px 0 20px;
  color: var(--hc-ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(48px, 6.15vw, 88px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.064em;
}

.hanis-contact-hero__title span {
  display: block;
  color: var(--hc-purple);
}

.hanis-contact-hero__lead {
  max-width: 670px;
  margin: 0;
  color: var(--hc-muted);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.72;
  font-weight: 400;
}

.hanis-contact-hero__signals {
  margin-top: 32px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}

.hanis-contact-signal {
  min-width: 138px;
  padding: 13px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(255, 255, 255, .54);
  border: 1px solid rgba(122, 88, 213, .105);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

.hanis-contact-signal strong {
  color: var(--hc-purple-deep);
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
}

.hanis-contact-signal span {
  color: var(--hc-muted);
  font-size: 10px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.hanis-contact-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hanis-contact-skin-orbit {
  position: relative;
  width: clamp(280px, 27vw, 380px);
  aspect-ratio: 1;
}

.hanis-contact-skin-orbit__ring {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(122, 88, 213, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hanis-contact-skin-orbit__ring--one {
  width: 100%;
  height: 100%;
  border-style: dashed;
  animation: hanis-contact-spin 24s linear infinite;
}

.hanis-contact-skin-orbit__ring--two {
  width: 72%;
  height: 72%;
  border-color: rgba(243, 191, 217, .46);
  animation: hanis-contact-spin-reverse 18s linear infinite;
}

.hanis-contact-skin-orbit__ring--three {
  width: 47%;
  height: 47%;
  border-color: rgba(255, 255, 255, .92);
  box-shadow:
    0 0 0 14px rgba(255, 255, 255, .22),
    0 24px 50px rgba(87, 63, 142, .12);
}

.hanis-contact-skin-orbit__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hc-purple);
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .98), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .84), rgba(231, 222, 252, .72));
  border: 1px solid rgba(255, 255, 255, .96);
  border-radius: 35px;
  box-shadow:
    0 24px 52px rgba(84, 60, 139, .16),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  transform: translate(-50%, -50%) rotate(9deg);
}

.hanis-contact-skin-orbit__center svg {
  width: 58px;
  height: 58px;
  overflow: visible;
  fill: rgba(122, 88, 213, .15);
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-9deg);
}

.hanis-contact-skin-orbit__shine {
  position: absolute;
  top: 14px;
  left: 18px;
  width: 39px;
  height: 15px;
  background: rgba(255, 255, 255, .56);
  border-radius: 999px;
  transform: rotate(-28deg);
}

.hanis-contact-orbit-label {
  position: absolute;
  min-height: 34px;
  padding: 8px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hc-purple-deep);
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(122, 88, 213, .12);
  border-radius: 999px;
  box-shadow: 0 11px 24px rgba(76, 55, 126, .085);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.hanis-contact-orbit-label--one {
  top: 11%;
  right: 4%;
}

.hanis-contact-orbit-label--two {
  right: 0;
  bottom: 18%;
}

.hanis-contact-orbit-label--three {
  bottom: 3%;
  left: 8%;
}

.hanis-contact-workspace {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: 22px;
  align-items: stretch;
}

.hanis-contact-guide,
.hanis-contact-form-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 255, 255, .96), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, .79), rgba(247, 243, 255, .70));
  border: 1px solid rgba(255, 255, 255, .94);
  border-radius: 30px;
  box-shadow:
    0 24px 58px rgba(49, 39, 76, .085),
    0 4px 15px rgba(76, 55, 126, .035),
    inset 0 1px 0 #fff;
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.hanis-contact-guide {
  padding: clamp(24px, 3vw, 36px);
}

.hanis-contact-guide::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -64px;
  width: 185px;
  height: 185px;
  background: radial-gradient(circle, rgba(243, 191, 217, .34), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.hanis-contact-guide__intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 14px;
}

.hanis-contact-guide__number {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hc-purple);
  background: var(--hc-purple-soft);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 800;
}

.hanis-contact-guide__eyebrow,
.hanis-contact-form-card__eyebrow {
  margin: 0 0 7px;
  color: var(--hc-purple);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hanis-contact-guide h2,
.hanis-contact-form-card h2,
.hanis-contact-promise h2 {
  margin: 0;
  color: var(--hc-ink);
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.035em;
}

.hanis-contact-guide h2 {
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.14;
}

.hanis-contact-paths {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  display: grid;
  gap: 10px;
}

.hanis-contact-path {
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, .53);
  border: 1px solid rgba(122, 88, 213, .09);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.hanis-contact-path:hover {
  transform: translateY(-2px);
  border-color: rgba(122, 88, 213, .18);
  box-shadow:
    0 14px 30px rgba(71, 53, 112, .07),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

.hanis-contact-path__icon,
.hanis-contact-email-card__icon {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hc-purple);
  background: linear-gradient(145deg, #f1ebff, #fdebf4);
  border: 1px solid rgba(122, 88, 213, .105);
  border-radius: 14px;
}

.hanis-contact-path__icon svg,
.hanis-contact-email-card__icon svg,
.hanis-contact-form-card__privacy svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hanis-contact-path h3 {
  margin: 0 0 4px;
  color: var(--hc-ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 650;
}

.hanis-contact-path p {
  margin: 0;
  color: var(--hc-muted);
  font-size: 11px;
  line-height: 1.55;
}

.hanis-contact-email-card {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding: 15px 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  color: inherit;
  background: linear-gradient(135deg, rgba(231, 222, 252, .72), rgba(253, 235, 244, .7));
  border: 1px solid rgba(122, 88, 213, .13);
  border-radius: 19px;
  text-decoration: none !important;
  transition:
    transform .28s ease,
    box-shadow .28s ease;
}

.hanis-contact-email-card:hover {
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 15px 34px rgba(72, 54, 111, .09);
}

.hanis-contact-email-card small {
  display: block;
  margin-bottom: 2px;
  color: var(--hc-muted);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.hanis-contact-email-card strong {
  max-width: 100%;
  display: block;
  overflow: hidden;
  color: var(--hc-purple-deep);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hanis-contact-email-card__arrow {
  color: var(--hc-purple);
  font-size: 21px;
}

.hanis-contact-form-card {
  padding: clamp(26px, 3.5vw, 43px);
}

.hanis-contact-form-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.hanis-contact-form-card h2 {
  font-size: clamp(30px, 3.3vw, 45px);
  line-height: 1.06;
}

.hanis-contact-live {
  min-height: 34px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: #39784f;
  background: rgba(235, 251, 241, .72);
  border: 1px solid rgba(83, 169, 113, .14);
  border-radius: 999px;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.hanis-contact-live > span {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px rgba(110, 207, 145, .12);
}

.hanis-contact-form-card__intro {
  max-width: 580px;
  margin: 15px 0 27px;
  color: var(--hc-muted);
  font-size: 13px;
  line-height: 1.68;
}

.hanis-contact-form-slot,
.hanis-contact-form-slot > .elementor,
.hanis-contact-form-slot .elementor-element,
.hanis-contact-form-slot .elementor-widget-container {
  width: 100%;
  max-width: none;
}

.hanis-contact-form-slot > .elementor,
.hanis-contact-form-slot .elementor-section,
.hanis-contact-form-slot .elementor-container,
.hanis-contact-form-slot .e-con,
.hanis-contact-form-slot .elementor-column,
.hanis-contact-form-slot .elementor-widget-wrap {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hanis-contact-form-slot .elementor-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 14px;
}

.hanis-contact-form-slot .elementor-form-fields-wrapper {
  display: contents;
}

.hanis-contact-form-slot .elementor-field-group {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hanis-contact-form-slot .elementor-field-type-text,
.hanis-contact-form-slot .elementor-field-type-email {
  grid-column: span 1;
}

.hanis-contact-form-slot .elementor-field-type-textarea,
.hanis-contact-form-slot .elementor-field-type-submit,
.hanis-contact-form-slot .elementor-message {
  grid-column: 1 / -1;
}

.hanis-contact-form-slot .elementor-field-label {
  margin: 0 0 0 2px !important;
  color: #4e495a;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.hanis-contact-form-slot
  :is(
    input.elementor-field,
    textarea.elementor-field,
    select.elementor-field
  ) {
  width: 100%;
  min-height: 55px;
  padding: 14px 16px !important;
  color: var(--hc-ink) !important;
  -webkit-text-fill-color: var(--hc-ink) !important;
  background: rgba(255, 255, 255, .76) !important;
  border: 1px solid rgba(122, 88, 213, .13) !important;
  border-radius: 15px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    0 7px 20px rgba(70, 52, 111, .035) !important;
  outline: none !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  transition:
    border-color .24s ease,
    box-shadow .24s ease,
    background-color .24s ease,
    transform .24s ease !important;
}

.hanis-contact-form-slot textarea.elementor-field {
  min-height: 142px;
  resize: vertical;
}

.hanis-contact-form-slot
  :is(
    input.elementor-field,
    textarea.elementor-field,
    select.elementor-field
  )::placeholder {
  color: #aaa4b2 !important;
  -webkit-text-fill-color: #aaa4b2 !important;
  opacity: 1;
}

.hanis-contact-form-slot
  :is(
    input.elementor-field,
    textarea.elementor-field,
    select.elementor-field
  ):focus {
  background: rgba(255, 255, 255, .94) !important;
  border-color: rgba(122, 88, 213, .52) !important;
  box-shadow:
    0 0 0 4px rgba(122, 88, 213, .095),
    0 14px 28px rgba(70, 52, 111, .07),
    inset 0 1px 0 #fff !important;
  transform: translateY(-1px);
}

.hanis-contact-form-slot
  .elementor-field-type-submit
  .elementor-button {
  position: relative;
  width: 100%;
  min-height: 57px;
  margin: 1px 0 0;
  padding: 15px 66px 15px 22px !important;
  overflow: hidden;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background:
    radial-gradient(circle at 18% 5%, rgba(255, 255, 255, .22), transparent 34%),
    linear-gradient(135deg, #8b67df, #704fc7 58%, #aa6ccc) !important;
  border: 1px solid rgba(255, 255, 255, .25) !important;
  border-radius: 17px !important;
  box-shadow:
    0 15px 29px rgba(105, 75, 186, .23),
    inset 0 1px 0 rgba(255, 255, 255, .27) !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: .04em;
  text-transform: none !important;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    filter .25s ease !important;
}

.hanis-contact-form-slot
  .elementor-field-type-submit
  .elementor-button::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hc-purple-deep);
  background: rgba(255, 255, 255, .88);
  border-radius: 12px;
  font-size: 19px;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform .25s ease;
}

.hanis-contact-form-slot
  .elementor-field-type-submit
  .elementor-button:hover {
  filter: saturate(110%);
  transform: translateY(-2px);
  box-shadow:
    0 19px 36px rgba(105, 75, 186, .28),
    inset 0 1px 0 rgba(255, 255, 255, .32) !important;
}

.hanis-contact-form-slot
  .elementor-field-type-submit
  .elementor-button:hover::after {
  transform: translate(2px, -50%);
}

.hanis-contact-form-slot .elementor-message {
  margin: 4px 0 0 !important;
  padding: 13px 15px !important;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.5;
}

.hanis-contact-form-slot .elementor-message-success {
  color: #326d48;
  background: rgba(231, 249, 237, .88);
  border: 1px solid rgba(65, 148, 93, .16);
}

.hanis-contact-form-slot .elementor-message-danger {
  color: #9a4055;
  background: rgba(255, 235, 241, .9);
  border: 1px solid rgba(194, 77, 105, .16);
}

.hanis-contact-form-card__privacy {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #8b8692;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.hanis-contact-form-card__privacy > span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hc-purple);
}

.hanis-contact-form-card__privacy svg {
  width: 17px;
  height: 17px;
}

.hanis-contact-promise {
  margin-top: 22px;
  padding: clamp(24px, 3.5vw, 38px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(80px, .4fr);
  align-items: center;
  gap: 22px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(230, 220, 253, .78), rgba(255, 239, 247, .74));
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 25px;
  box-shadow:
    0 19px 46px rgba(58, 45, 91, .065),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

.hanis-contact-promise__mark {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, #8b67df, #c478ae);
  border-radius: 20px;
  box-shadow: 0 13px 29px rgba(104, 75, 181, .2);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.04em;
  transform: rotate(-4deg);
}

.hanis-contact-promise span {
  display: block;
  margin-bottom: 5px;
  color: var(--hc-purple);
  font-size: 9px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hanis-contact-promise h2 {
  max-width: 730px;
  font-size: clamp(20px, 2.3vw, 31px);
  line-height: 1.17;
}

.hanis-contact-promise__line {
  height: 1px;
  background: linear-gradient(90deg, rgba(122, 88, 213, .34), transparent);
}

.hanis-contact-page:not(.is-ready)
  :is(
    .hanis-contact-kicker,
    .hanis-contact-hero__title,
    .hanis-contact-hero__lead,
    .hanis-contact-hero__signals,
    .hanis-contact-hero__visual,
    .hanis-contact-guide,
    .hanis-contact-form-card,
    .hanis-contact-promise
  ) {
  opacity: 0;
  transform: translateY(18px);
}

.hanis-contact-page.is-ready
  :is(
    .hanis-contact-kicker,
    .hanis-contact-hero__title,
    .hanis-contact-hero__lead,
    .hanis-contact-hero__signals,
    .hanis-contact-hero__visual,
    .hanis-contact-guide,
    .hanis-contact-form-card,
    .hanis-contact-promise
  ) {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity .68s ease,
    transform .78s cubic-bezier(.22, 1, .36, 1);
}

.hanis-contact-page.is-ready .hanis-contact-hero__title {
  transition-delay: .06s;
}

.hanis-contact-page.is-ready .hanis-contact-hero__lead {
  transition-delay: .12s;
}

.hanis-contact-page.is-ready .hanis-contact-hero__signals {
  transition-delay: .18s;
}

.hanis-contact-page.is-ready .hanis-contact-hero__visual {
  transition-delay: .12s;
}

.hanis-contact-page.is-ready .hanis-contact-guide {
  transition-delay: .22s;
}

.hanis-contact-page.is-ready .hanis-contact-form-card {
  transition-delay: .28s;
}

.hanis-contact-page.is-ready .hanis-contact-promise {
  transition-delay: .34s;
}

@keyframes hanis-contact-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes hanis-contact-spin-reverse {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@media (max-width: 980px) {
  .hanis-contact-hero {
    grid-template-columns: 1fr;
  }

  .hanis-contact-hero__visual {
    display: none;
  }

  .hanis-contact-workspace {
    grid-template-columns: 1fr;
  }

  .hanis-contact-guide {
    order: 2;
  }

  .hanis-contact-form-card {
    order: 1;
  }
}

@media (max-width: 680px) {
  .hanis-contact-page {
    padding: 54px 13px 52px;
  }

  .hanis-contact-hero {
    margin-bottom: 34px;
  }

  .hanis-contact-kicker {
    min-height: 31px;
    padding: 7px 11px;
    font-size: 9px;
  }

  .hanis-contact-hero__title {
    margin-top: 19px;
    font-size: clamp(41px, 13vw, 58px);
    line-height: 1.01;
  }

  .hanis-contact-hero__lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .hanis-contact-hero__signals {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .hanis-contact-signal {
    min-width: 0;
    padding: 11px 9px;
  }

  .hanis-contact-signal strong {
    font-size: 13px;
  }

  .hanis-contact-signal span {
    font-size: 8px;
  }

  .hanis-contact-guide,
  .hanis-contact-form-card {
    border-radius: 23px;
  }

  .hanis-contact-form-card {
    padding: 24px 17px;
  }

  .hanis-contact-form-card__head {
    display: block;
  }

  .hanis-contact-live {
    margin-top: 14px;
  }

  .hanis-contact-form-card__intro {
    margin-bottom: 23px;
  }

  .hanis-contact-form-slot .elementor-form {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .hanis-contact-form-slot
    :is(
      .elementor-field-type-text,
      .elementor-field-type-email,
      .elementor-field-type-textarea,
      .elementor-field-type-submit
    ) {
    grid-column: 1;
  }

  .hanis-contact-form-slot textarea.elementor-field {
    min-height: 128px;
  }

  .hanis-contact-guide {
    padding: 24px 17px;
  }

  .hanis-contact-path {
    padding: 14px;
  }

  .hanis-contact-promise {
    grid-template-columns: auto 1fr;
    padding: 22px 18px;
    border-radius: 21px;
  }

  .hanis-contact-promise__mark {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    font-size: 14px;
  }

  .hanis-contact-promise__line {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hanis-contact-page *,
  .hanis-contact-page *::before,
  .hanis-contact-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }
}


/* =========================================================
   V1.1 — visual polish and spacing corrections
   Existing content, Elementor form, and page structure remain unchanged.
   ========================================================= */

.hanis-contact-page {
  padding-top: clamp(68px, 7.2vw, 104px);
  padding-bottom: 58px;
}

.hanis-contact-hero {
  gap: clamp(44px, 5.5vw, 76px);
  margin-bottom: clamp(46px, 5.8vw, 70px);
}

.hanis-contact-hero__title {
  margin-top: 22px;
  margin-bottom: 22px;
}

.hanis-contact-hero__lead {
  max-width: 640px;
}

.hanis-contact-hero__signals {
  margin-top: 28px;
  gap: 9px;
}

.hanis-contact-signal {
  min-width: 142px;
  padding: 14px 16px;
  border-radius: 17px;
}

/* Increase the contrast of the decorative skincare orbit. */
.hanis-contact-skin-orbit__ring--one {
  border-color: rgba(122, 88, 213, .25);
}

.hanis-contact-skin-orbit__ring--two {
  border-color: rgba(243, 191, 217, .58);
}

.hanis-contact-skin-orbit__ring--three {
  border-color: rgba(255, 255, 255, .98);
  box-shadow:
    0 0 0 15px rgba(255, 255, 255, .27),
    0 26px 56px rgba(87, 63, 142, .15);
}

.hanis-contact-skin-orbit__center {
  box-shadow:
    0 28px 58px rgba(84, 60, 139, .19),
    0 8px 22px rgba(122, 88, 213, .08),
    inset 0 1px 0 #fff;
}

.hanis-contact-orbit-label {
  color: #6849bd;
  background: rgba(255, 255, 255, .84);
  border-color: rgba(122, 88, 213, .16);
  box-shadow:
    0 12px 27px rgba(76, 55, 126, .10),
    inset 0 1px 0 rgba(255, 255, 255, .92);
}

/*
 * Let each card use its natural height. This removes the large empty area
 * beneath the email card in the left column.
 */
.hanis-contact-workspace {
  align-items: start;
  gap: 24px;
}

.hanis-contact-guide,
.hanis-contact-form-card {
  width: 100%;
  align-self: start;
}

.hanis-contact-guide {
  padding: clamp(27px, 3vw, 36px);
}

.hanis-contact-guide h2 {
  max-width: 310px;
}

.hanis-contact-paths {
  margin-top: 28px;
  gap: 11px;
}

.hanis-contact-path {
  min-height: 72px;
  padding: 15px 16px;
  gap: 15px;
  border-radius: 19px;
}

.hanis-contact-path__icon,
.hanis-contact-email-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
}

.hanis-contact-path h3 {
  margin-bottom: 5px;
  font-size: 14.5px;
}

.hanis-contact-path p {
  max-width: 270px;
  font-size: 11.3px;
  line-height: 1.5;
}

.hanis-contact-email-card {
  margin-top: 20px;
  padding: 16px;
  border-radius: 20px;
}

.hanis-contact-email-card strong {
  font-size: 12.5px;
}

.hanis-contact-form-card {
  padding: clamp(30px, 3.6vw, 44px);
}

.hanis-contact-form-card__head {
  align-items: center;
}

.hanis-contact-form-card__intro {
  margin-top: 16px;
  margin-bottom: 25px;
  font-size: 13.2px;
}

.hanis-contact-form-slot .elementor-form {
  gap: 16px 14px;
}

.hanis-contact-form-slot .elementor-field-group {
  gap: 9px;
}

.hanis-contact-form-slot .elementor-field-label {
  margin-left: 3px !important;
  font-size: 10.5px !important;
  letter-spacing: .085em;
}

.hanis-contact-form-slot
  :is(
    input.elementor-field,
    textarea.elementor-field,
    select.elementor-field
  ) {
  min-height: 58px;
  padding: 15px 17px !important;
  border-radius: 16px !important;
  font-size: 13.2px !important;
}

.hanis-contact-form-slot textarea.elementor-field {
  min-height: 150px;
  line-height: 1.6 !important;
}

.hanis-contact-form-slot
  .elementor-field-type-submit
  .elementor-button {
  min-height: 59px;
  border-radius: 18px !important;
}

/*
 * Fix the blank-looking submit icon box by forcing a visible arrow glyph
 * above Elementor/theme button pseudo-element rules.
 */
.hanis-contact-form-slot
  .elementor-field-type-submit
  .elementor-button::after {
  content: "↗" !important;
  z-index: 3 !important;
  color: #6748b8 !important;
  -webkit-text-fill-color: #6748b8 !important;
  background: rgba(255, 255, 255, .94) !important;
  border: 1px solid rgba(122, 88, 213, .10) !important;
  box-shadow:
    0 5px 13px rgba(72, 52, 120, .10),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.hanis-contact-form-slot
  .elementor-field-type-submit
  .elementor-button
  .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}

.hanis-contact-form-card__privacy {
  margin-top: 16px;
  color: #817b8a;
}

.hanis-contact-promise {
  margin-top: 24px;
  grid-template-columns: auto minmax(0, 1fr) 170px;
  gap: 25px;
  padding-block: clamp(26px, 3.2vw, 35px);
}

.hanis-contact-promise__line {
  width: 100%;
  opacity: .84;
}

/* Slightly reduce the unused page gap before the footer. */
.hanis-contact-promise + * {
  margin-top: 0;
}

@media (max-width: 980px) {
  .hanis-contact-workspace {
    gap: 18px;
  }

  .hanis-contact-guide {
    order: 2;
  }

  .hanis-contact-form-card {
    order: 1;
  }

  .hanis-contact-guide h2 {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .hanis-contact-page {
    padding-top: 48px;
    padding-bottom: 42px;
  }

  .hanis-contact-hero {
    margin-bottom: 30px;
  }

  .hanis-contact-hero__title {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .hanis-contact-hero__signals {
    margin-top: 24px;
  }

  .hanis-contact-workspace {
    gap: 15px;
  }

  .hanis-contact-form-card,
  .hanis-contact-guide {
    padding: 22px 16px;
  }

  .hanis-contact-form-card__head {
    align-items: flex-start;
  }

  .hanis-contact-path {
    min-height: 68px;
    padding: 14px;
    gap: 13px;
  }

  .hanis-contact-path__icon,
  .hanis-contact-email-card__icon {
    width: 43px;
    height: 43px;
  }

  .hanis-contact-email-card {
    margin-top: 17px;
    padding: 14px;
  }

  .hanis-contact-form-slot
    :is(
      input.elementor-field,
      textarea.elementor-field,
      select.elementor-field
    ) {
    min-height: 56px;
  }

  .hanis-contact-form-slot textarea.elementor-field {
    min-height: 132px;
  }

  .hanis-contact-form-slot
    .elementor-field-type-submit
    .elementor-button {
    min-height: 57px;
  }

  .hanis-contact-promise {
    margin-top: 15px;
    gap: 16px;
    padding: 21px 17px;
  }
}


/* =========================================================
   V1.2 — targeted spacing and Elementor form corrections
   ========================================================= */

/*
 * Restore the original v1.0 hero/header spacing exactly.
 */
.hanis-contact-page {
  padding: clamp(74px, 8vw, 116px) 24px 74px;
}

.hanis-contact-hero {
  gap: clamp(40px, 6vw, 86px);
  margin-bottom: clamp(52px, 7vw, 86px);
}

.hanis-contact-hero__title {
  margin: 24px 0 20px;
}

.hanis-contact-hero__lead {
  max-width: 670px;
}

.hanis-contact-hero__signals {
  margin-top: 32px;
  gap: 10px;
}

/*
 * Keep the natural left-card height from v1.1, but give the three support
 * rows clear internal breathing room.
 */
.hanis-contact-path {
  min-height: 78px;
  padding: 18px 19px !important;
  gap: 16px;
}

.hanis-contact-path > div:last-child {
  min-width: 0;
  padding: 2px 0;
}

.hanis-contact-path h3 {
  margin-bottom: 6px;
}

.hanis-contact-path p {
  max-width: 300px;
  line-height: 1.55;
}

/*
 * Rebuild the Elementor form grid on the actual fields wrapper. This avoids
 * Elementor column-width rules pushing labels beside fields.
 */
.hanis-contact-form-slot .elementor-form {
  display: block !important;
}

.hanis-contact-form-slot .elementor-form-fields-wrapper {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 16px !important;
  align-items: start !important;
}

.hanis-contact-form-slot .elementor-field-group {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.hanis-contact-form-slot
  :is(
    .elementor-field-type-text,
    .elementor-field-type-email
  ) {
  grid-column: span 1 !important;
}

.hanis-contact-form-slot
  :is(
    .elementor-field-type-textarea,
    .elementor-field-type-submit,
    .elementor-message
  ) {
  grid-column: 1 / -1 !important;
}

.hanis-contact-form-slot .elementor-field-label {
  position: static !important;
  width: 100% !important;
  margin: 0 0 9px 3px !important;
  padding: 0 !important;
  display: block !important;
  float: none !important;
  clear: both !important;
  line-height: 1.2 !important;
}

.hanis-contact-form-slot
  :is(
    input.elementor-field,
    textarea.elementor-field,
    select.elementor-field
  ) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: block !important;
}

.hanis-contact-form-slot textarea.elementor-field {
  min-height: 150px;
}

.hanis-contact-form-slot .elementor-field-type-submit {
  margin-top: 1px !important;
}

.hanis-contact-form-slot
  .elementor-field-type-submit
  .elementor-button {
  width: 100% !important;
  margin: 0 !important;
}

/*
 * Preserve the v1.1 natural card heights.
 */
.hanis-contact-workspace {
  align-items: start;
}

.hanis-contact-guide,
.hanis-contact-form-card {
  align-self: start;
}

@media (max-width: 680px) {
  /* Restore the original v1.0 mobile hero spacing. */
  .hanis-contact-page {
    padding: 54px 13px 52px;
  }

  .hanis-contact-hero {
    margin-bottom: 34px;
  }

  .hanis-contact-hero__title {
    margin: 19px 0 20px;
  }

  .hanis-contact-hero__signals {
    margin-top: 32px;
    gap: 7px;
  }

  .hanis-contact-path {
    min-height: 72px;
    padding: 16px !important;
    gap: 14px;
  }

  .hanis-contact-form-slot .elementor-form-fields-wrapper {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .hanis-contact-form-slot
    :is(
      .elementor-field-type-text,
      .elementor-field-type-email,
      .elementor-field-type-textarea,
      .elementor-field-type-submit
    ) {
    grid-column: 1 !important;
  }

  .hanis-contact-form-slot textarea.elementor-field {
    min-height: 132px;
  }
}


/* =========================================================
   V1.3 — equal desktop card heights + privacy text clearance
   ========================================================= */

/*
 * Equal-height desktop cards.
 * The left card uses a flex column so the email card sits neatly at the
 * bottom instead of leaving an awkward blank block.
 */
@media (min-width: 981px) {
  .hanis-contact-workspace {
    align-items: stretch !important;
  }

  .hanis-contact-guide,
  .hanis-contact-form-card {
    height: 100% !important;
    align-self: stretch !important;
  }

  .hanis-contact-guide {
    display: flex !important;
    flex-direction: column !important;
  }

  .hanis-contact-guide__intro,
  .hanis-contact-paths {
    flex: 0 0 auto;
  }

  .hanis-contact-email-card {
    margin-top: auto !important;
  }
}

/*
 * Keep the privacy line clearly below the Send button and above the card
 * edge. This also prevents the button shadow from visually covering it.
 */
.hanis-contact-form-card {
  display: flex;
  flex-direction: column;
  padding-bottom: clamp(34px, 3.8vw, 46px) !important;
}

.hanis-contact-form-slot {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
}

.hanis-contact-form-slot .elementor-field-type-submit {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: 0 !important;
}

.hanis-contact-form-card__privacy {
  position: relative !important;
  z-index: 3 !important;
  width: 100%;
  min-height: 24px;
  margin: 20px 0 0 !important;
  padding: 2px 10px 0 !important;
  flex: 0 0 auto;
  clear: both;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hanis-contact-form-card__privacy > span,
.hanis-contact-form-card__privacy svg {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

/* Keep stacked tablet/mobile cards natural rather than forced equal. */
@media (max-width: 980px) {
  .hanis-contact-guide,
  .hanis-contact-form-card {
    height: auto !important;
    align-self: start !important;
  }

  .hanis-contact-guide {
    display: block !important;
  }

  .hanis-contact-email-card {
    margin-top: 20px !important;
  }
}

@media (max-width: 680px) {
  .hanis-contact-form-card {
    padding-bottom: 28px !important;
  }

  .hanis-contact-form-card__privacy {
    margin-top: 17px !important;
    padding-inline: 4px !important;
  }
}


/* =========================================================
   V1.4 — privacy-line clearance + full mobile responsiveness
   ========================================================= */

/*
 * Create real document-flow space below the Send button.
 * The privacy note no longer relies on stacking or z-index tricks.
 */
.hanis-contact-form-slot
  .elementor-field-type-submit {
  margin-bottom: 26px !important;
}

.hanis-contact-form-slot
  .elementor-field-type-submit
  .elementor-button {
  position: relative !important;
  display: flex !important;
}

.hanis-contact-form-card__privacy {
  position: static !important;
  z-index: auto !important;
  min-height: 20px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  transform: none !important;
}

.hanis-contact-form-card__privacy,
.hanis-contact-form-card__privacy * {
  opacity: 1 !important;
  visibility: visible !important;
}

/*
 * Tablet layout.
 */
@media (max-width: 980px) {
  .hanis-contact-page {
    padding-inline: 18px;
  }

  .hanis-contact-hero {
    gap: 30px;
  }

  .hanis-contact-workspace {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .hanis-contact-form-card,
  .hanis-contact-guide {
    width: 100%;
    max-width: none;
  }

  .hanis-contact-form-card {
    order: 1;
  }

  .hanis-contact-guide {
    order: 2;
  }

  .hanis-contact-promise {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .hanis-contact-promise__line {
    display: none;
  }
}

/*
 * Mobile layout.
 */
@media (max-width: 680px) {
  .hanis-contact-page {
    padding: 46px 12px 40px;
  }

  .hanis-contact-hero {
    margin-bottom: 28px;
  }

  .hanis-contact-kicker {
    max-width: 100%;
    white-space: normal;
  }

  .hanis-contact-hero__title {
    margin: 18px 0 16px;
    font-size: clamp(39px, 12.4vw, 54px);
    line-height: 1.02;
    letter-spacing: -.055em;
  }

  .hanis-contact-hero__lead {
    font-size: 14px;
    line-height: 1.65;
  }

  .hanis-contact-hero__signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 23px;
    gap: 8px;
  }

  .hanis-contact-signal {
    min-width: 0;
    padding: 12px;
  }

  .hanis-contact-signal:last-child {
    grid-column: 1 / -1;
  }

  .hanis-contact-workspace {
    gap: 14px;
  }

  .hanis-contact-guide,
  .hanis-contact-form-card {
    padding: 21px 15px !important;
    border-radius: 22px;
  }

  .hanis-contact-guide__intro {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
  }

  .hanis-contact-guide__number {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .hanis-contact-guide h2 {
    font-size: 25px;
  }

  .hanis-contact-paths {
    margin-top: 22px;
    gap: 9px;
  }

  .hanis-contact-path {
    min-height: 0;
    padding: 14px !important;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    border-radius: 17px;
  }

  .hanis-contact-path__icon,
  .hanis-contact-email-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .hanis-contact-path h3 {
    margin-bottom: 4px;
    font-size: 13.5px;
  }

  .hanis-contact-path p {
    max-width: none;
    font-size: 10.7px;
    line-height: 1.48;
  }

  .hanis-contact-email-card {
    margin-top: 15px !important;
    padding: 14px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 11px;
    border-radius: 17px;
  }

  .hanis-contact-email-card strong {
    font-size: 11px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hanis-contact-form-card__head {
    display: block;
  }

  .hanis-contact-form-card h2 {
    font-size: 34px;
  }

  .hanis-contact-live {
    margin-top: 12px;
  }

  .hanis-contact-form-card__intro {
    margin: 14px 0 21px;
    font-size: 12px;
  }

  .hanis-contact-form-slot
    .elementor-form-fields-wrapper {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  .hanis-contact-form-slot
    :is(
      .elementor-field-type-text,
      .elementor-field-type-email,
      .elementor-field-type-textarea,
      .elementor-field-type-submit
    ) {
    grid-column: 1 !important;
  }

  .hanis-contact-form-slot .elementor-field-label {
    margin-bottom: 7px !important;
    font-size: 9.5px !important;
  }

  .hanis-contact-form-slot
    :is(
      input.elementor-field,
      textarea.elementor-field,
      select.elementor-field
    ) {
    min-height: 54px;
    padding: 13px 14px !important;
    border-radius: 14px !important;
    font-size: 12.5px !important;
  }

  .hanis-contact-form-slot textarea.elementor-field {
    min-height: 126px;
  }

  .hanis-contact-form-slot
    .elementor-field-type-submit {
    margin-bottom: 20px !important;
  }

  .hanis-contact-form-slot
    .elementor-field-type-submit
    .elementor-button {
    min-height: 56px;
    padding-inline: 18px 58px !important;
    border-radius: 16px !important;
  }

  .hanis-contact-form-slot
    .elementor-field-type-submit
    .elementor-button::after {
    right: 9px;
    width: 38px;
    height: 38px;
  }

  .hanis-contact-form-card__privacy {
    min-height: 18px !important;
    padding: 0 2px !important;
    gap: 6px;
    font-size: 9px;
    line-height: 1.4;
  }

  .hanis-contact-form-card__privacy > span {
    width: 18px;
    height: 18px;
  }

  .hanis-contact-promise {
    margin-top: 14px;
    padding: 20px 16px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    border-radius: 20px;
  }

  .hanis-contact-promise__mark {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .hanis-contact-promise h2 {
    font-size: 19px;
    line-height: 1.22;
  }
}

/*
 * Small iPhone widths.
 */
@media (max-width: 390px) {
  .hanis-contact-page {
    padding-inline: 9px;
  }

  .hanis-contact-hero__title {
    font-size: 38px;
  }

  .hanis-contact-hero__signals {
    grid-template-columns: 1fr;
  }

  .hanis-contact-signal:last-child {
    grid-column: auto;
  }

  .hanis-contact-guide,
  .hanis-contact-form-card {
    padding-inline: 13px !important;
  }

  .hanis-contact-path {
    padding: 12px !important;
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 10px;
  }

  .hanis-contact-path__icon,
  .hanis-contact-email-card__icon {
    width: 39px;
    height: 39px;
  }

  .hanis-contact-email-card {
    grid-template-columns: 39px minmax(0, 1fr) auto;
    padding: 12px;
  }

  .hanis-contact-form-card h2 {
    font-size: 30px;
  }

  .hanis-contact-promise {
    grid-template-columns: 44px minmax(0, 1fr);
    padding-inline: 14px;
  }

  .hanis-contact-promise__mark {
    width: 44px;
    height: 44px;
  }
}


/* =========================================================
   V1.5 — definitive privacy-line clearance
   ========================================================= */

/*
 * Reserve space after the complete Elementor form, not merely after the
 * submit field. This guarantees the privacy note sits below the button and
 * outside its shadow on every Elementor layout.
 */
.hanis-contact-form-slot {
  padding-bottom: 34px !important;
}

.hanis-contact-form-slot
  .elementor-field-type-submit {
  margin-bottom: 0 !important;
}

.hanis-contact-form-card__privacy {
  position: relative !important;
  z-index: 5 !important;
  margin: 0 !important;
  padding: 0 8px !important;
  transform: none !important;
}

@media (max-width: 680px) {
  .hanis-contact-form-slot {
    padding-bottom: 28px !important;
  }

  .hanis-contact-form-card__privacy {
    padding-inline: 4px !important;
  }
}


/* =========================================================
   V1.6 — clear Send button to privacy-text spacing
   ========================================================= */

/*
 * Use an actual external margin between the complete Elementor form and the
 * privacy line. This creates a clearly visible gap below the button shadow.
 */
.hanis-contact-form-slot {
  padding-bottom: 0 !important;
  margin-bottom: 34px !important;
}

.hanis-contact-form-card__privacy {
  margin: 0 !important;
}

@media (max-width: 680px) {
  .hanis-contact-form-slot {
    margin-bottom: 28px !important;
  }
}


/* =========================================================
   V1.7 — privacy line centered between button and card bottom
   ========================================================= */

/*
 * Remove the previous margin-based spacing and turn the space beneath the
 * form into a fixed footer zone. The privacy line is vertically centered
 * inside that zone, so the distance above and below it is visually equal.
 */
.hanis-contact-form-card {
  padding-bottom: 0 !important;
}

.hanis-contact-form-slot {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.hanis-contact-form-card__privacy {
  width: 100% !important;
  height: 88px !important;
  min-height: 88px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 88px !important;
}

@media (max-width: 680px) {
  .hanis-contact-form-card__privacy {
    height: 74px !important;
    min-height: 74px !important;
    flex-basis: 74px !important;
    padding-inline: 4px !important;
  }
}


/* =========================================================
   V1.8 — dedicated privacy footer zone
   ========================================================= */

/*
 * Reserve a real footer area beneath the entire form.
 * The Send button finishes above this reserved space.
 */
.hanis-contact-form-card {
  position: relative !important;
  padding-bottom: 92px !important;
}

.hanis-contact-form-slot {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/*
 * Remove the privacy line from normal document flow and center it inside
 * the reserved footer area at the bottom of the card.
 */
.hanis-contact-form-card__privacy {
  position: absolute !important;
  z-index: 5 !important;
  right: clamp(30px, 3.6vw, 44px) !important;
  bottom: 0 !important;
  left: clamp(30px, 3.6vw, 44px) !important;
  width: auto !important;
  height: 92px !important;
  min-height: 92px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: none !important;
  transform: none !important;
}

/*
 * Equal-height desktop cards remain intact, but their height is calculated
 * from real content plus the reserved footer space instead of a forced 100%.
 */
@media (min-width: 981px) {
  .hanis-contact-workspace {
    align-items: stretch !important;
  }

  .hanis-contact-guide,
  .hanis-contact-form-card {
    height: auto !important;
    align-self: stretch !important;
  }

  .hanis-contact-guide {
    display: flex !important;
    flex-direction: column !important;
  }

  .hanis-contact-email-card {
    margin-top: auto !important;
  }
}

@media (max-width: 680px) {
  .hanis-contact-form-card {
    padding-bottom: 78px !important;
  }

  .hanis-contact-form-card__privacy {
    right: 15px !important;
    left: 15px !important;
    height: 78px !important;
    min-height: 78px !important;
    padding-inline: 2px !important;
  }
}


/* =========================================================
   V1.9 — true dynamic centering below the Send button
   ========================================================= */

/*
 * Cancel every previous fixed-height/absolute-position privacy treatment.
 * The card remains a vertical flex layout.
 */
.hanis-contact-form-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  padding-bottom: clamp(30px, 3.6vw, 44px) !important;
}

.hanis-contact-form-slot {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Auto top and bottom margins split the card's real remaining space equally.
 * This places the privacy line exactly midway between the button bottom and
 * the card's inner bottom edge, regardless of the card's final height.
 */
.hanis-contact-form-card__privacy {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 20px !important;
  margin-top: auto !important;
  margin-right: 0 !important;
  margin-bottom: auto !important;
  margin-left: 0 !important;
  padding: 0 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  transform: none !important;
}

/* Keep a sensible natural gap on stacked tablet/mobile cards. */
@media (max-width: 980px) {
  .hanis-contact-form-card__privacy {
    margin-top: 28px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 680px) {
  .hanis-contact-form-card {
    padding-bottom: 24px !important;
  }

  .hanis-contact-form-card__privacy {
    margin-top: 24px !important;
    padding-inline: 4px !important;
  }
}


/* =========================================================
   V2.0 — clean dedicated form footer
   ========================================================= */

/*
 * Use four explicit card rows:
 * 1. heading
 * 2. intro
 * 3. Elementor form
 * 4. footer occupying all remaining space
 */
.hanis-contact-form-card {
  display: grid !important;
  grid-template-rows:
    auto
    auto
    auto
    minmax(82px, 1fr) !important;
  align-content: stretch !important;
  padding-bottom: 0 !important;
}

.hanis-contact-form-slot {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: none !important;
}

/*
 * This is a completely new element, unaffected by every older
 * .hanis-contact-form-card__privacy rule.
 */
.hanis-contact-form-footer {
  width: 100%;
  min-height: 82px;
  padding: 0 clamp(30px, 3.6vw, 44px);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.hanis-contact-form-note {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #817b8a;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.hanis-contact-form-note__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  color: var(--hc-purple);
}

.hanis-contact-form-note__icon svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hanis-contact-form-note__text {
  display: inline-block;
  color: #817b8a;
  opacity: 1;
  visibility: visible;
}

/* Tablet and mobile keep a clean, compact footer row. */
@media (max-width: 980px) {
  .hanis-contact-form-card {
    grid-template-rows:
      auto
      auto
      auto
      minmax(72px, auto) !important;
  }

  .hanis-contact-form-footer {
    min-height: 72px;
    padding-inline: 24px;
  }
}

@media (max-width: 680px) {
  .hanis-contact-form-card {
    grid-template-rows:
      auto
      auto
      auto
      minmax(68px, auto) !important;
    padding-bottom: 0 !important;
  }

  .hanis-contact-form-footer {
    min-height: 68px;
    padding-inline: 14px;
  }

  .hanis-contact-form-note {
    gap: 6px;
    font-size: 9px;
    line-height: 1.4;
  }

  .hanis-contact-form-note__icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .hanis-contact-form-note__icon svg {
    width: 16px;
    height: 16px;
  }
}


/* =========================================================
   V2.1 — requested final spacing adjustments only
   ========================================================= */

/* Add clear space above the privacy note. */
.hanis-contact-form-note {
  margin-top: 25px !important;
}

/* Keep the mobile hero safely below the overlaid mobile header. */
@media (max-width: 680px) {
  .hanis-contact-page {
    padding-top: 104px !important;
  }
}


/* =========================================================
   V2.2 — iPhone-safe arrow icons only
   ========================================================= */

/*
 * Use a vector mask instead of a Unicode arrow character. iOS can render
 * Unicode arrows as emoji; masks remain identical on desktop and iPhone.
 */
.hanis-contact-form-slot
  .elementor-field-type-submit
  .elementor-button::after {
  content: "" !important;
  background-color: rgba(255, 255, 255, .94) !important;
  background-image: none !important;
}

.hanis-contact-form-slot
  .elementor-field-type-submit
  .elementor-button::before {
  content: "" !important;
  position: absolute !important;
  z-index: 4 !important;
  top: 50% !important;
  right: 22px !important;
  width: 17px !important;
  height: 17px !important;
  display: block !important;
  background-color: #6748b8 !important;
  -webkit-mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M9 7h8v8' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat !important;
  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M9 7h8v8' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

/* Keep the icon moving with the existing desktop hover behavior. */
.hanis-contact-form-slot
  .elementor-field-type-submit
  .elementor-button:hover::before {
  transform: translate(2px, -50%) !important;
}

/* Prefer-email arrow: same real vector icon, never an emoji glyph. */
.hanis-contact-email-card__arrow {
  width: 19px !important;
  min-width: 19px !important;
  height: 19px !important;
  display: block !important;
  background-color: var(--hc-purple) !important;
  -webkit-mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M9 7h8v8' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat !important;
  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M9 7h8v8' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

@media (max-width: 680px) {
  .hanis-contact-form-slot
    .elementor-field-type-submit
    .elementor-button::before {
    right: 20px !important;
    width: 16px !important;
    height: 16px !important;
  }

  .hanis-contact-email-card__arrow {
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
  }
}
