/* Figma Font Family/Body + Headings = DanaVF. Static DanaFaNum matches ss02/onum/pnum. */
@font-face {
  font-family: "DanaVF";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-Light.woff") format("woff");
}
@font-face {
  font-family: "DanaVF";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-Regular.woff") format("woff");
}
@font-face {
  font-family: "DanaVF";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-Medium.woff") format("woff");
}
@font-face {
  font-family: "DanaVF";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-DemiBold.woff") format("woff");
}
@font-face {
  font-family: "DanaVF";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-Bold.woff") format("woff");
}
@font-face {
  font-family: "DanaVF";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "DanaVF";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-Black.woff") format("woff");
}
@font-face {
  font-family: "Dana";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-Light.woff") format("woff");
}
@font-face {
  font-family: "Dana";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-Regular.woff") format("woff");
}
@font-face {
  font-family: "Dana";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-Medium.woff") format("woff");
}
@font-face {
  font-family: "Dana";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-DemiBold.woff") format("woff");
}
@font-face {
  font-family: "Dana";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-Bold.woff") format("woff");
}
@font-face {
  font-family: "Dana";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Dana";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../../fonts/dana/woff/DanaFaNum-Black.woff") format("woff");
}

:root {
  --ih-primary: #ffb231;
  --ih-primary-soft: #fdc15b;
  --ih-text: #131215;
  --ih-muted: #434955;
  --ih-muted-2: #747580;
  --ih-border: #ececee;
  --ih-border-2: #d0d0d1;
  --ih-border-3: #dbdbdb;
  --ih-wash: #f6f8fc;
  --ih-wash-2: #94b6dc;
  --ih-dark: #181920;
  --ih-white: #fff;
  --ih-step: #d9e7f8;
  --ih-content: 1280px;
  --ih-radius: 12px;
  --ih-header: 64px;
  --ih-feature-count: 6;
  --ih-shadow: 0 9px 19px rgba(0, 0, 0, 0.02), 0 35px 35px rgba(0, 0, 0, 0.02);
  --ih-btn-shadow: 0 6px 14px rgba(252, 177, 50, 0.14), 0 26px 26px rgba(252, 177, 50, 0.12), 0 58px 35px rgba(252, 177, 50, 0.07), 0 103px 41px rgba(252, 177, 50, 0.02);
  --ih-font: "DanaVF", "Dana", dana, Tahoma, sans-serif;
}

.ih-page,
.ih-page * {
  box-sizing: border-box;
  font-family: var(--ih-font) !important;
}

body.inboxino-home,
body.inboxino-home .ih-page,
body.inboxino-home .ih-page * {
  font-family: var(--ih-font) !important;
  font-feature-settings: "ss02" 1, "onum" 1, "pnum" 1;
  -webkit-font-feature-settings: "ss02" 1, "onum" 1, "pnum" 1;
  font-variant-numeric: proportional-nums;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--ih-header);
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

html[dir="rtl"],
body.inboxino-home,
.ih-page {
  direction: rtl !important;
  text-align: right;
}

body.inboxino-home {
  margin: 0;
  background: var(--ih-white);
  color: var(--ih-text);
  font-family: var(--ih-font);
  font-size: 16px;
  line-height: 1.5;
}

body.inboxino-home #wpadminbar {
  border: 0 !important;
  box-shadow: none !important;
}

body.inboxino-home .whb-header,
body.inboxino-home .wd-footer,
body.inboxino-home .woodmart-preloader,
body.inboxino-home #woodmart-preloader {
  display: none !important;
}

body.inboxino-home.admin-bar .ih-header {
  top: 32px;
}

body.inboxino-home.admin-bar .ih-page {
  padding-top: calc(var(--ih-header) + 32px);
}

body.inboxino-home.admin-bar .ih-features__pin,
body.inboxino-home.admin-bar .ih-features__mobile {
  top: calc(var(--ih-header) + 32px);
  height: calc(100dvh - var(--ih-header) - 32px);
}

body.inboxino-home.admin-bar .ih-drawer {
  top: 32px;
  height: calc(100dvh - 32px);
}

.ih-page {
  min-height: 100vh;
  padding-top: var(--ih-header);
  background: var(--ih-white);
}

.ih-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ih-page a {
  color: inherit;
  text-decoration: none;
}

.ih-page button,
.ih-page input {
  font-family: inherit;
}

.ih-wrap {
  width: min(var(--ih-content), calc(100% - 48px));
  margin-inline: auto;
}

@media (min-width: 1101px) {
  .ih-wrap {
    /* Figma desktop 1440: 80px gutters around 1280 content */
    width: min(var(--ih-content), calc(100% - 160px));
  }
}

.ih-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  border-radius: var(--ih-radius);
  background: var(--ih-primary);
  color: var(--ih-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  box-shadow: var(--ih-btn-shadow);
  white-space: nowrap;
  transition: background-color 0.1s ease-out, transform 0.1s ease-out, filter 0.1s ease-out;
}

.ih-btn:hover {
  background: #ee9718;
  filter: none;
}

.ih-btn:active {
  transform: translateY(1px);
}

.ih-btn:disabled,
.ih-btn[aria-disabled="true"] {
  background: #f2f2f3;
  color: #747580;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

.ih-btn--sm {
  min-height: 44px;
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
}

.ih-login-mob {
  display: none;
}

.ih-login-desk {
  display: inline;
}

.ih-phone-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 13px 17px;
  border: 1px solid var(--ih-border-2);
  border-radius: var(--ih-radius);
  background: var(--ih-white);
  color: #343540;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.ih-input {
  height: 48px;
  width: 305px;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #a2a4ab;
  border-radius: var(--ih-radius);
  background: transparent;
  color: #d0d0d1;
  font-size: 16px;
  line-height: 20px;
  direction: ltr;
  text-align: right;
}

.ih-input::placeholder {
  color: #d0d0d1;
  text-align: right;
}

.ih-input:focus {
  outline: none;
  border-color: #a2a4ab;
}

.ih-input:not(:placeholder-shown) {
  color: #131215;
}

.ih-input--dark {
  border-color: #a2a4ab;
  color: #d0d0d1;
}

.ih-input--dark::placeholder {
  color: #d0d0d1;
}

.ih-input--dark:not(:placeholder-shown) {
  color: var(--ih-white);
}

.ih-lead-field {
  position: relative;
  width: 305px;
  max-width: 100%;
  flex: 0 1 305px;
}

.ih-lead-field .ih-input {
  width: 100%;
}

.ih-input-error {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  margin: 0;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color: #fe0001;
  white-space: nowrap;
}

.ih-lead-form.is-error .ih-input,
.ih-cta .ih-lead-form.is-error .ih-input,
.ih-cta .ih-lead-form.is-error .ih-input--dark {
  border-color: #ff7f7e;
}

.ih-lead-form.is-error .ih-lead-row {
  margin-bottom: 8px;
}

.ih-lead-form.is-error .ih-input-error {
  display: block;
}

.ih-lead-form.is-success .ih-input-success {
  display: block;
}

.ih-input-success {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  margin: 0;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color: #22a06b;
  white-space: nowrap;
}

.ih-lead-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  direction: rtl;
}

.ih-section-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.96px;
  color: var(--ih-text);
  text-align: center;
}

.ih-section-sub {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--ih-muted);
  text-align: center;
}

/* Header — Figma 50:4730: frosted bar, always pinned */
body.inboxino-home header.ih-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  z-index: 100;
  height: var(--ih-header);
  overflow: visible;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  isolation: isolate;
}

.ih-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 1px solid #f2f2f3;
  box-shadow: 0 4px 3.25px rgba(0, 0, 0, 0.04);
  pointer-events: none;
}

.ih-header__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--ih-header);
  gap: 16px;
  direction: ltr !important;
}

.ih-header__end {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  direction: ltr;
}

.ih-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  direction: ltr;
}

.ih-page .ih-logo img,
.ih-page .ih-drawer__logo img {
  max-width: none;
  height: auto;
  background: transparent !important;
  box-shadow: none;
}

.ih-logo__word {
  width: 93px;
  height: 17px;
}

.ih-page .ih-logo .ih-logo__mark,
.ih-page .ih-drawer__logo .ih-logo__mark {
  width: 38px;
  height: 44px;
  object-fit: contain;
  background: transparent !important;
}

.ih-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  direction: rtl !important;
  flex: 0 1 auto;
  margin-inline: 0;
}

.ih-nav__item {
  position: relative;
}

.ih-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 4px;
  height: 32px;
  padding: 6px 14px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ih-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  direction: rtl;
}

.ih-nav__link:hover,
.ih-nav__link:focus-visible {
  background: transparent;
}

.ih-nav__link img {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  order: 0;
  transition: transform 0.2s ease-out;
}

.ih-nav__demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 4px;
  height: 32px;
  padding: 6px 14px;
  border-radius: 8px;
  background: #feefd6;
  color: var(--ih-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  direction: rtl;
}

.ih-nav__demo img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ih-nav__demo:hover,
.ih-nav__demo:focus-visible {
  filter: brightness(0.98);
  background: #fde4b8;
}

.ih-nav__item--drop:not(.ih-nav__item--mega):hover .ih-nav__drop,
.ih-nav__item--drop:not(.ih-nav__item--mega):focus-within .ih-nav__drop,
.ih-nav__item--drop.is-open .ih-nav__drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ih-nav__item--mega {
  position: static;
}

.ih-nav__item--mega.is-open .ih-nav__link img,
.ih-nav__item--mega:hover .ih-nav__link img,
.ih-nav__item--mega:focus-within .ih-nav__link img {
  transform: rotate(180deg);
}

.ih-nav__mega {
  position: absolute;
  top: calc(100% + 8px);
  left: max(24px, calc((100% - 1280px) / 2));
  right: max(24px, calc((100% - 1280px) / 2));
  display: flex;
  align-items: stretch;
  width: auto;
  max-width: 1280px;
  background: var(--ih-white);
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  box-shadow: 0 9px 19px rgba(0, 0, 0, 0.02), 0 35px 35px rgba(0, 0, 0, 0.02), 0 80px 48px rgba(0, 0, 0, 0.01);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 40;
  direction: ltr;
  text-align: right;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.ih-nav__item--mega.is-open .ih-nav__mega,
.ih-nav__item--mega:hover .ih-nav__mega,
.ih-nav__item--mega:focus-within .ih-nav__mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ih-nav__mega-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 8px 17px;
  min-width: 0;
  direction: rtl;
  text-align: right;
}

.ih-nav__mega-col--api {
  width: 298px;
  flex: 0 0 298px;
  padding: 24px 17px;
  background: #f6f8fc;
}

.ih-nav__mega-group {
  display: flex;
  flex: 1 1 0;
  align-items: stretch;
  min-width: 0;
  padding: 16px 0;
}

.ih-nav__mega-group .ih-nav__mega-col {
  flex: 1 1 0;
  border-left: 1px solid #dbdbdb;
}

.ih-nav__mega-group .ih-nav__mega-col:first-child {
  border-left: 0;
}

.ih-nav__mega-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  direction: rtl;
}

.ih-nav__mega-head span {
  flex: 1 1 0;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--ih-text);
  text-align: right;
}

.ih-nav__mega-head img {
  width: 37px;
  height: 37px;
  max-width: none;
  flex-shrink: 0;
}

.ih-nav__mega-col > a {
  display: block;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--ih-text);
  text-align: right;
  direction: rtl;
}

.ih-nav__mega-col > a:hover {
  background: var(--ih-wash);
}

.ih-nav__drop {
  position: absolute;
  top: calc(100% + 8px);
  left: auto;
  right: 0;
  min-width: 240px;
  padding: 8px;
  background: var(--ih-white);
  border: 1px solid var(--ih-border);
  border-radius: 12px;
  box-shadow: var(--ih-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  z-index: 20;
  direction: rtl;
  text-align: right;
}

.ih-nav__drop a {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--ih-muted);
}

.ih-nav__drop a:hover {
  background: var(--ih-wash);
  color: var(--ih-text);
}

.ih-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  direction: ltr !important;
}

.ih-burger {
  display: none !important;
  width: 29px;
  height: 29px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.ih-burger img {
  display: block;
  width: 29px;
  height: 29px;
}

.ih-drawer {
  display: none;
}

/* Hero */
.ih-hero {
  position: relative;
  padding: 86px 0 96px;
  background-color: var(--ih-white);
  overflow: visible;
}

@media (min-width: 1101px) {
  .ih-hero {
    height: 844px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ih-page img.ih-hero__art {
    height: 557.5px;
  }
}

.ih-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  height: 702px;
  transform: translateX(-50%);
  z-index: 0;
  background-image: url("assets/img/hero-grid.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1440px 702px;
  pointer-events: none;
  overflow: hidden;
  clip-path: inset(3px 0 0 0);
}

.ih-hero > * {
  position: relative;
  z-index: 1;
}

.ih-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  min-height: 536px;
  direction: ltr !important;
}

.ih-hero__copy {
  width: min(436px, 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  direction: rtl;
  text-align: right;
}

.ih-hero__copy h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 710;
  line-height: 62px;
  letter-spacing: -1.92px;
  color: var(--ih-text);
  text-align: right;
}

.ih-hero__title-line {
  white-space: nowrap;
}

.ih-hero__copy p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: var(--ih-text);
}

.ih-hero__visual {
  position: relative;
  width: 704px;
  max-width: 704px;
  flex: 0 0 704px;
  height: 536.381px;
  overflow: visible;
}

.ih-hero__visual picture {
  display: contents;
}

/* Figma 117:1496 — 704×536.381 frame; export includes 20.6px top overflow (icons) */
.ih-hero__art,
.ih-page img.ih-hero__art {
  position: absolute;
  left: 0;
  top: -20.6px;
  z-index: 1;
  display: block;
  width: 704px;
  height: 557.5px;
  max-width: none;
  object-fit: fill;
  object-position: top left;
  background: transparent;
}

/* Figma left-side (117:1495) — parallelogram; sits above shell to hide hole fringe */
.ih-hero__face {
  display: none; /* temporarily hidden — shell photo shows instead */
  position: absolute;
  left: 17.188%;
  top: 27.778%;
  width: 41.335%;
  height: 70.968%;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  background: #ffc65a;
  -webkit-mask-image: url("assets/img/hero-face-mask.svg");
  mask-image: url("assets/img/hero-face-mask.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.ih-hero__face-video {
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  display: block;
  border: 0;
  outline: 0;
  background: #ffc65a;
  object-fit: cover;
  object-position: center 18%;
}

.ih-hero__bubble {
  display: none !important; /* temporarily hidden — bubble already baked into hero-shell */
  position: absolute;
  left: 2.7%;
  top: 45.16%;
  width: 26.42%;
  height: auto;
  z-index: 3;
  pointer-events: none;
  user-select: none;
}

.ih-hero__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Features — scroll-pinned steps, then page continues */
.ih-features {
  padding: 0;
  background: #f6f8fc;
  overflow: visible;
  scroll-margin-top: var(--ih-header);
}

.ih-features__mobile {
  display: none;
}

.ih-features .ih-section-title {
  margin-bottom: 40px;
}

.ih-features__stage {
  position: relative;
  height: calc(var(--ih-feature-count) * 100dvh);
  margin-bottom: 0;
}

.ih-features__pin {
  position: sticky;
  top: var(--ih-header);
  z-index: 1;
  height: calc(100dvh - var(--ih-header));
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 0;
}

.ih-features__pin > .ih-wrap {
  width: 100%;
  max-width: var(--ih-content);
  margin-inline: auto;
}

.ih-features__markers {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.ih-features__markers span {
  flex: 1 1 0;
  display: block;
}

@media (min-width: 1101px) and (min-height: 860px) {
  .ih-features:not(.is-short) .ih-features__pin {
    --ih-features-block: calc(72px + min(603px, 100dvh - var(--ih-header) - 160px));
    padding-top: max(40px, calc((100dvh - var(--ih-header) - var(--ih-features-block)) / 2));
    padding-bottom: max(40px, calc((100dvh - var(--ih-header) - var(--ih-features-block)) / 2));
  }

  body.inboxino-home.admin-bar .ih-features:not(.is-short) .ih-features__pin {
    padding-top: max(40px, calc((100dvh - var(--ih-header) - 32px - var(--ih-features-block)) / 2));
    padding-bottom: max(40px, calc((100dvh - var(--ih-header) - 32px - var(--ih-features-block)) / 2));
  }
}

@media (min-width: 1101px) {
  .ih-features__row {
    align-items: flex-start;
    width: 100%;
  }

  .ih-features__visual {
    width: 632px;
    max-width: 632px;
    height: min(603px, calc(100dvh - var(--ih-header) - 160px));
    max-height: none;
    align-self: flex-start;
    flex-shrink: 0;
  }

  .ih-features__list {
    width: 542px;
    max-width: 542px;
    flex-shrink: 0;
  }
}

/* High zoom / short viewport: drop the sticky pin so title, list, and CTA don't overlap. */
@media (min-width: 1101px) and (max-height: 859px) {
  .ih-features__stage {
    height: auto;
  }

  .ih-features__pin {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
    padding: 40px 0 56px;
  }

  .ih-features__visual {
    height: 603px;
    max-height: none;
  }

  body.inboxino-home.admin-bar .ih-features__pin {
    top: auto;
    height: auto;
  }
}

.ih-features.is-short .ih-features__stage {
  height: auto;
}

.ih-features.is-short .ih-features__pin {
  position: relative;
  top: auto;
  height: auto;
  overflow: visible;
  padding: 40px 0 56px;
}

body.inboxino-home.admin-bar .ih-features.is-short .ih-features__pin {
  top: auto;
  height: auto;
}

.ih-features.is-short .ih-features__visual {
  height: 603px;
  max-height: none;
}

.ih-features__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  max-width: 1280px;
  margin-inline: auto;
  direction: ltr !important;
}

.ih-features__visual {
  position: relative;
  width: 632px;
  max-width: 632px;
  height: 603px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.ih-page .ih-features__preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: top center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}

.ih-features__preview.is-active {
  opacity: 1;
}

.ih-features__list {
  width: min(542px, 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  direction: rtl;
  text-align: right;
}

.ih-feat-group {
  width: 100%;
}

.ih-feat-group__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.8px;
  color: var(--ih-text);
  text-align: right;
}

.ih-acc {
  width: 100%;
}

.ih-acc__item {
  border-bottom: 1px solid var(--ih-border-3);
}

.ih-acc__item.is-open {
  border-bottom-color: var(--ih-text);
}

.ih-acc__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: right;
  direction: rtl;
}

.ih-acc__btn span {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--ih-muted-2);
}

.ih-acc__item.is-open .ih-acc__btn span {
  color: var(--ih-text);
}

.ih-acc__btn img {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  opacity: 1;
}

.ih-acc__item.is-open .ih-acc__btn img {
  opacity: 1;
  background: transparent;
}

.ih-acc__panel {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 8px;
  font-size: 16px;
  line-height: 24px;
  color: var(--ih-muted);
  text-align: right;
  transition: max-height 0.2s ease-out, opacity 0.2s ease-out, padding 0.2s ease-out;
}

.ih-acc__panel p {
  margin: 0;
}

.ih-acc__item.is-open .ih-acc__panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 480px;
  opacity: 1;
  padding: 0 8px 16px;
}

.ih-platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  direction: rtl;
  width: 100%;
}

.ih-platforms__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  direction: ltr;
  gap: 8px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: normal;
  color: #23252b;
  border-left: 1px solid var(--ih-border-3);
  white-space: nowrap;
}

.ih-platforms__item:last-child {
  border-left: 0;
}

.ih-platforms__item img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  filter: grayscale(1);
  opacity: 0.85;
}

.ih-features__list > .ih-btn {
  align-self: flex-start;
}

/* Lead — Figma node 20:535 / image 131:3141 (1064×404) */
.ih-lead {
  padding: 86px 0 0;
}

.ih-lead > .ih-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.ih-lead__head {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.ih-lead__form-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.ih-lead__note {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: var(--ih-muted);
}

.ih-lead__visual {
  margin: 0;
  position: relative;
  width: min(1064px, 100%);
}

.ih-lead__visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* Voices — Figma 20:583 / 47:2033 */
.ih-voices[hidden],
.ih-voices[aria-hidden="true"] {
  display: none !important;
}

.ih-voices {
  padding: 86px 0;
  background: #f6f8fc;
}

.ih-voices__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 40px;
  text-align: center;
}

.ih-voices .ih-section-title {
  margin: 0;
  letter-spacing: -0.96px;
  font-weight: 600;
  line-height: 32px;
}

.ih-voices .ih-section-sub {
  margin: 0;
  max-width: none;
  color: #434955;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.ih-voices__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

.ih-card {
  width: 413px;
  max-width: 100%;
  height: 214px;
  min-height: 214px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 24px;
  padding: 16px;
  box-shadow:
    0 9px 19px rgba(0, 0, 0, 0.02),
    0 35px 35px rgba(0, 0, 0, 0.02),
    0 80px 48px rgba(0, 0, 0, 0.01);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
}

.ih-card__top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  width: 100%;
}

.ih-card__person {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  width: 100%;
  direction: ltr;
}

.ih-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  min-width: 0;
}

.ih-card__name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #131215;
  text-align: right;
  direction: rtl;
  white-space: nowrap;
}

.ih-card__role {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  direction: ltr;
}

.ih-card__role span {
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color: #131215;
  text-align: right;
  direction: rtl;
  white-space: nowrap;
}

.ih-card__badge {
  width: 16px;
  height: 16px;
  border-radius: 105px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.ih-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 33px;
  background: #f2f2f3;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.ih-card__avatar img {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 42px;
  height: 63px;
  transform: translateX(-50%);
  display: block;
}

.ih-card__quote {
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #434955;
  text-align: right;
  direction: rtl;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ih-card__quote strong {
  font-weight: 700;
}

.ih-player {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  direction: ltr !important;
}

.ih-player__volume {
  width: 30px;
  height: 30px;
  border-radius: 54.541px;
  background: #f2f2f3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  box-sizing: border-box;
}

.ih-player__volume img {
  width: 18px;
  height: 18px;
  display: block;
}

.ih-player__play {
  width: 32px;
  height: 32px;
  border-radius: 54.541px;
  background: #ffb231;
  box-shadow: 0 2px 2.9px rgba(252, 177, 50, 0.54);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  box-sizing: border-box;
}

.ih-player__play img {
  width: 14px;
  height: 14px;
  display: block;
}

.ih-player__bar {
  flex: 1 0 0;
  height: 6px;
  min-width: 1px;
  border-radius: 3.746px;
  background: #f2f2f3;
  position: relative;
}

.ih-player__fill {
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
  height: 6px;
  border-radius: 31px;
  background: #434955;
}

.ih-player__thumb {
  position: absolute;
  right: 40.67px;
  top: -3px;
  width: 12px;
  height: 12px;
  display: block;
  pointer-events: none;
}

.ih-voices__pager {
  display: none;
}

.ih-dots {
  display: flex;
  gap: 6px;
  align-items: center;
  direction: rtl;
}

.ih-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0d0d1;
}

.ih-dots span.is-on {
  width: 10px;
  height: 10px;
  background: #434955;
}

/* Stats — Figma 20:980: #181920 + warm primary offset dots (10×20 lattice) */
.ih-stats {
  padding: 86px 0;
  background-color: #181920;
  background-image: url("assets/img/stats-dots.png");
  background-repeat: repeat;
  background-size: 10px 20px;
  text-align: center;
}

.ih-stats .ih-section-title {
  color: var(--ih-white);
  margin-bottom: 40px;
}

.ih-stats .ih-stats__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  direction: rtl;
  flex-wrap: nowrap;
}

.ih-stat {
  position: relative;
  width: 256px;
  max-width: 100%;
  min-height: 154px;
  padding: 0 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  flex: 0 1 256px;
  overflow: hidden;
}

.ih-stat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f2f2f3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-out;
}

.ih-stat:hover::after {
  opacity: 0.08;
}

.ih-stat__num {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -1.28px;
  color: #f2f2f3;
  text-align: center;
}

.ih-stat:first-child .ih-stat__num {
  color: #fff;
}

.ih-stat__label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fdc15b;
  text-align: center;
}

/* Easy setup */
.ih-setup {
  padding: 86px 0 0;
  background: var(--ih-white);
  overflow: hidden;
}

.ih-setup__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  max-width: 1064px;
  margin-inline: auto;
  direction: ltr !important;
}

.ih-setup__copy {
  width: min(424px, 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  direction: rtl;
  text-align: right;
  position: relative;
  z-index: 1;
}

.ih-setup__copy .ih-section-title,
.ih-setup__copy .ih-section-sub {
  text-align: right;
}

.ih-setup__copy .ih-section-sub {
  max-width: 420px;
}

.ih-steps {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.ih-step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  direction: rtl;
}

.ih-step p {
  margin: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}

.ih-step span {
  width: 32px;
  height: 32px;
  border-radius: 33px;
  background: var(--ih-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
  font-feature-settings: "ss02" 1;
}

.ih-setup__visual {
  width: 306px;
  position: relative;
  flex-shrink: 0;
  overflow: visible;
}

.ih-page .ih-setup__glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  /* Figma Ellipse 9 (296) + ~300px blur pad, centered on (179, 434) of the 306×444 phone */
  left: 58.5%;
  top: 97.75%;
  width: 292.81%;
  height: auto;
  max-width: none;
  transform: translate(-50%, -50%);
}

.ih-setup__phone,
.ih-setup__video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  border: 0;
  outline: 0;
}

.ih-setup__screen {
  position: absolute;
  z-index: 2;
  inset: 36% 8.2% 0;
  overflow: hidden;
  border-radius: 0 0 34px 34px;
  pointer-events: none;
}

.ih-setup__notifs {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0 1px;
  direction: ltr;
}

.ih-setup__notif {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 18px;
  background: rgba(235, 238, 242, 0.52);
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  color: #fff;
  opacity: 0;
  transform: translateY(40px);
  animation: ih-setup-notif 8s ease-in-out infinite;
}

.ih-setup__notif:nth-child(1) { animation-delay: 0.1s; }
.ih-setup__notif:nth-child(2) { animation-delay: 0.45s; }
.ih-setup__notif:nth-child(3) { animation-delay: 0.8s; }
.ih-setup__notif:nth-child(4) { animation-delay: 1.15s; }

.ih-setup__notif-icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  flex-shrink: 0;
  margin-top: 1px;
}

.ih-setup__notif-body {
  flex: 1;
  min-width: 0;
  text-align: right;
  direction: rtl;
}

.ih-setup__notif-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 2px;
  direction: ltr;
}

.ih-setup__notif-app {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.95);
  direction: rtl;
}

.ih-setup__notif-time {
  font-size: 9px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  direction: rtl;
}

.ih-setup__notif-title,
.ih-setup__notif-text {
  margin: 0;
  font-size: 10.5px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.96);
  text-align: right;
}

.ih-setup__notif-title {
  font-weight: 700;
  margin-bottom: 1px;
}

.ih-setup__notif-text {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@keyframes ih-setup-notif {
  0%,
  3% {
    opacity: 0;
    transform: translateY(40px);
  }
  10%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  88%,
  100% {
    opacity: 0;
    transform: translateY(-14px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ih-setup__notif {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* FAQ */
.ih-faq {
  padding: 86px 0;
  background: linear-gradient(180deg, #f6f8fc 73.312%, #8db8eb 100%);
}

.ih-faq__head {
  margin-bottom: 40px;
}

.ih-faq__list {
  width: min(800px, 100%);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  direction: rtl;
}

.ih-faq__item {
  background: var(--ih-white);
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 0;
  box-shadow: var(--ih-shadow);
  min-height: 48px;
  overflow: hidden;
}

.ih-faq__item.is-open {
  border-color: var(--ih-border-3);
}

.ih-faq__btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 48px;
  padding: 16px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: right;
  direction: rtl;
}

.ih-faq__btn span {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #131215;
}

.ih-faq__btn img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ih-faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.ih-faq__panel-inner {
  min-height: 0;
  overflow: hidden;
}

.ih-faq__answer {
  padding: 0 16px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #434955;
  text-align: right;
}

.ih-faq__answer strong {
  font-weight: 700;
  color: inherit;
}

.ih-faq__item.is-open .ih-faq__panel {
  grid-template-rows: 1fr;
}

/* Bottom CTA */
.ih-cta {
  position: relative;
  padding: 86px 0;
  background: #181920;
  overflow: hidden;
  text-align: center;
}

.ih-cta__glow {
  position: absolute;
  left: 50%;
  top: calc(50% - 196px);
  width: min(1560px, 180%);
  height: auto;
  max-width: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.95;
}

.ih-cta .ih-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.ih-cta__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.ih-cta .ih-section-title {
  color: var(--ih-white);
  margin: 0;
  letter-spacing: -0.96px;
  max-width: 414px;
  white-space: normal;
}

.ih-cta .ih-section-sub {
  color: #d0d0d1;
  max-width: 552px;
  margin: 0;
}

.ih-cta__form-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.ih-cta__note {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #d0d0d1;
  text-align: center;
}

.ih-cta .ih-input--dark {
  font-feature-settings: "ss02" 1;
}

.ih-cta .ih-input--dark::placeholder {
  font-feature-settings: "ss02" 1;
}

/* Footer */
.ih-footer {
  padding: 86px 0;
  background: #f6f8fc;
}

.ih-footer__cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px 40px;
  margin-bottom: 40px;
  direction: ltr !important;
  width: 100%;
}

.ih-fcol {
  flex: 1 0 0;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  text-align: right;
}

.ih-fcol__title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #131215;
  direction: ltr;
  cursor: default;
  width: 100%;
  text-align: right;
}

.ih-fcol__head {
  display: flex;
  align-items: center;
  gap: 8px;
  direction: ltr;
}

.ih-fcol__head > span {
  direction: rtl;
}

.ih-fcol__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.ih-fcol__chev {
  display: none;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ih-fcol__body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
}

.ih-fcol a {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #434955;
  text-align: right;
  direction: rtl;
}

.ih-fcol a:hover {
  color: #131215;
}

.ih-footer__card {
  width: 100%;
  background: var(--ih-white);
  border-radius: 40px;
  padding: 40px;
  box-shadow: var(--ih-shadow);
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.ih-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  direction: ltr !important;
}

.ih-footer__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  width: min(861px, 100%);
}

.ih-page img.ih-footer__logo {
  height: 59px;
  width: 192px;
  max-width: 192px;
  object-fit: contain;
  object-position: right center;
}

.ih-badges {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.ih-badges img {
  height: 68px;
  width: auto;
  object-fit: contain;
}

.ih-footer__about {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #434955;
  text-align: right;
  direction: rtl;
  width: 100%;
}

.ih-footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  background: #f6f8fc;
  direction: ltr !important;
  width: 100%;
}

.ih-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 44px;
}

.ih-socials a,
.ih-socials img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

.ih-footer__addr {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #434955;
  max-width: 565px;
  text-align: right;
  direction: rtl;
  font-feature-settings: "ss02" 1;
}

.ih-copy {
  margin: 40px 0 0;
  text-align: center;
  font-size: 12px;
  color: #434955;
}

@media (max-width: 1100px) {
  .ih-nav,
  .ih-nav__mega,
  .ih-header .ih-phone-pill {
    display: none !important;
  }

  .ih-voices__grid .ih-card {
    width: calc(50% - 10px);
  }

  .ih-burger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .ih-header__inner {
    justify-content: space-between;
  }

  .ih-drawer {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    z-index: 120;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 0;
    box-shadow: none;
    border: 0;
    direction: rtl;
  }

  .ih-page.is-menu-open .ih-drawer:not([hidden]) {
    display: flex;
  }

  .ih-page.is-menu-open {
    overflow: hidden;
  }

  .ih-drawer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 8px 16px;
    background: #f2f2f3;
    border-bottom: 1px solid #f2f2f3;
    flex-shrink: 0;
    direction: rtl;
  }

  .ih-drawer__close {
    width: 29px;
    height: 29px;
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .ih-drawer__close img {
    width: 29px;
    height: 29px;
    display: block;
  }

  .ih-drawer__logo {
    display: flex;
    align-items: center;
    gap: 11px;
    direction: ltr;
    height: 40px;
  }

  .ih-drawer__logo .ih-logo__word {
    width: 85px;
    height: 15px;
  }

  .ih-drawer__logo .ih-logo__mark {
    width: 35px;
    height: 40px;
  }

  .ih-drawer__nav {
    flex: 1 1 auto;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    padding: 14px 0 16px;
  }

  .ih-drawer__item > button,
  .ih-drawer__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6px 16px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #131215;
    text-align: right;
    cursor: pointer;
    direction: rtl;
  }

  .ih-drawer__link {
    justify-content: flex-start;
    text-decoration: none;
  }

  .ih-drawer__item > button:hover,
  .ih-drawer__item > button:focus-visible,
  .ih-drawer__link:hover,
  .ih-drawer__link:focus-visible,
  .ih-drawer__sub a:hover,
  .ih-drawer__sub a:focus-visible {
    background: var(--ih-wash);
    color: var(--ih-text);
  }

  .ih-drawer__item > button img {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
  }

  .ih-drawer__sub {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 4px 16px 8px 16px;
    direction: rtl;
    text-align: right;
  }

  .ih-drawer__item.is-open .ih-drawer__sub {
    display: flex;
  }

  .ih-drawer__item.is-open > button img {
    transform: rotate(180deg);
  }

  .ih-drawer__sub a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    line-height: 20px;
    color: #434955;
    text-align: right;
    direction: rtl;
  }

  .ih-drawer__demo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding: 6px 16px 6px 20px;
    background: #feefd6;
    color: #131215;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    direction: rtl;
  }

  .ih-drawer__demo img {
    width: 10px;
    height: 16px;
  }

  .ih-drawer__foot {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 95px;
    padding: 8px 16px;
    background: #f2f2f3;
    border-top: 1px solid #f2f2f3;
    flex-shrink: 0;
    direction: rtl;
    box-sizing: border-box;
  }

  .ih-drawer__phone,
  .ih-drawer__foot .ih-btn {
    flex: 1 0 0;
    min-width: 0;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
  }

  .ih-drawer__phone {
    background: #fff;
    border: 1px solid #d0d0d1;
    color: #343540;
    font-feature-settings: "ss02" 1;
  }

  .ih-drawer__phone:hover {
    background: #f2f2f3;
  }

  .ih-drawer a,
  .ih-drawer button {
    /* reset older generic drawer link rules */
  }

  .ih-drawer .ih-nav__demo,
  .ih-drawer .ih-nav__drop,
  .ih-drawer .ih-nav__mega {
    display: none;
  }

  .ih-hero__inner,
  .ih-features__row,
  .ih-setup__row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .ih-features__row {
    flex-direction: column;
  }

  .ih-footer__top,
  .ih-footer__bar,
  .ih-stats__row {
    flex-direction: column;
    align-items: center;
  }

  .ih-footer__intro {
    width: 100%;
    align-items: center;
  }

  .ih-footer__about,
  .ih-footer__addr {
    text-align: center;
  }

  .ih-hero__copy,
  .ih-setup__copy,
  .ih-features__list {
    width: 100%;
    align-items: center;
  }

  .ih-hero__copy h1,
  .ih-setup__copy .ih-section-title,
  .ih-setup__copy .ih-section-sub,
  .ih-feat-group__title {
    text-align: center;
  }

  .ih-hero__visual {
    width: min(100%, 440px);
    flex: 0 0 auto;
    height: auto;
    aspect-ratio: 704 / 536.381;
  }

  .ih-hero__art,
  .ih-page img.ih-hero__art {
    width: 100%;
    height: calc(557.5 / 536.381 * 100%);
    top: calc(-20.6 / 536.381 * 100%);
    left: 0;
  }

  .ih-setup__visual {
    width: min(100%, 374px);
    max-width: 100%;
    height: auto;
    position: relative;
    top: auto;
  }

  .ih-features__visual {
    width: min(100%, 520px);
    max-width: 100%;
    height: auto;
    aspect-ratio: 632 / 603;
    position: relative;
    top: auto;
  }

  .ih-features__preview {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .ih-features__stage {
    height: auto;
  }

  .ih-features__pin {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
    padding-block: 0;
  }

  .ih-features__markers {
    display: none;
  }

  .ih-features__pin > .ih-wrap {
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  .ih-voices__grid .ih-card {
    width: 100%;
  }

  .ih-stats .ih-stats__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .ih-stat {
    flex: none;
    flex-basis: auto;
    min-height: 0;
    height: auto;
  }

}

@media (min-width: 768px) and (max-width: 1100px) {
  .ih-hero__copy h1 {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 782px) {
  body.inboxino-home.admin-bar .ih-header {
    top: 46px;
  }

  body.inboxino-home.admin-bar .ih-page {
    padding-top: calc(var(--ih-header) + 46px);
  }

  body.inboxino-home.admin-bar .ih-features__pin,
  body.inboxino-home.admin-bar .ih-features__mobile {
    top: calc(var(--ih-header) + 46px);
    height: calc(100dvh - var(--ih-header) - 46px);
  }

  body.inboxino-home.admin-bar .ih-drawer {
    top: 46px;
    height: calc(100dvh - 46px);
  }
}

@media (max-width: 640px) {
  .ih-wrap {
    width: calc(100% - 32px);
  }

  .ih-footer__cols {
    grid-template-columns: 1fr;
    display: grid;
  }

  .ih-stats .ih-stats__row {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .ih-footer__card {
    border-radius: 24px;
    padding: 24px;
  }

  .ih-badges {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ih-badges img {
    height: 64px;
  }

  .ih-page img.ih-footer__logo {
    height: 56px;
    width: 184px;
    max-width: 184px;
  }

  .ih-lead-row,
  .ih-lead-field,
  .ih-input {
    width: 100%;
  }

  .ih-btn {
    width: 100%;
  }

  .ih-header__actions .ih-btn {
    width: auto;
  }
}

@media (max-width: 767px) {
  html,
  body.inboxino-home,
  .ih-page {
    width: 100%;
    max-width: 100%;
  }

  .ih-page .ih-stats {
    text-align: center;
  }

  .ih-page .ih-stats .ih-stats__row {
    direction: ltr;
  }

  .ih-page .ih-stats .ih-stat {
    flex: none;
    width: 100%;
    max-width: 343px;
  }

  .ih-page .ih-stats .ih-stat__num,
  .ih-page .ih-stats .ih-stat__label {
    width: 100%;
    text-align: center;
  }

  .ih-page .ih-footer .ih-footer__cols {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ih-features__stage {
    height: auto;
  }

  .ih-features__pin {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
  }

  .ih-hero__art,
  .ih-btn,
  .ih-features__preview,
  .ih-acc__panel,
  .ih-faq__panel,
  .ih-nav__drop,
  .ih-nav__mega {
    transition-duration: 0.01ms !important;
  }
}
