body.inmo-home-modern {
  --inmo-ink: #10211f;
  --inmo-muted: #62716d;
  --inmo-soft: #f4f8f6;
  --inmo-paper: #ffffff;
  --inmo-mist: #e8f1ee;
  --inmo-mint: #98d4d6;
  --inmo-teal: #2f747d;
  --inmo-deep: #193a37;
  --inmo-sage: #6f8f85;
  --inmo-accent: #a9786a;
  --inmo-gold: var(--inmo-sage);
  --inmo-clay: var(--inmo-accent);
  --inmo-line: rgba(16, 33, 31, 0.1);
  --inmo-shadow: 0 28px 80px -46px rgba(16, 33, 31, 0.55);
  --inmo-hero-content-left: max(44px, calc((100vw - 1180px) / 2 + 10px));
  --inmo-hero-widget-shift: max(24px, calc((100vw - 1180px) / 2 - 36px));
  background: var(--inmo-soft);
  color: var(--inmo-ink);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
}

body.inmo-home-modern .elementor {
  overflow: hidden;
}

body.inmo-home-modern a {
  text-decoration: none;
}

body.inmo-home-modern .onepage_scroll_nav,
body.inmo-home-modern #onepage_scroll_nav_wrap,
body.inmo-home-modern #ops-nav,
body.inmo-home-modern .ops-nav {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.inmo-home-modern .elementor-section.elementor-section-boxed > .elementor-container {
  width: min(1180px, calc(100vw - 40px));
  max-width: none;
}

body.inmo-home-modern .elementor-widget:not(:last-child) {
  margin-bottom: 18px;
}

body.inmo-home-modern .inmo-home-hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: 0 0 96px !important;
  display: grid;
  align-items: stretch;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(105deg, #f8fbfa 0%, #f5f9f7 42%, rgba(232, 241, 238, 0.62) 68%, rgba(25, 58, 55, 0.08) 100%),
    var(--inmo-soft) !important;
}

body.inmo-home-modern .inmo-home-hero > .elementor-background-overlay {
  display: none;
}

html.inmo-motion-prep body.inmo-home-modern .inmo-motion-reveal.inmo-motion-pending {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(10px);
  will-change: opacity, transform, filter;
}

html.inmo-motion-fallback body.inmo-home-modern .inmo-motion-reveal,
html.inmo-motion-prep body.inmo-home-modern .inmo-motion-reveal.inmo-motion-ready {
  opacity: 1;
  transform: none;
  filter: none;
  will-change: auto;
}

body.inmo-home-modern .inmo-home-hero > .elementor-container {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 110px);
}

body.inmo-home-modern .inmo-home-cinema {
  --inmo-hero-image-1: none;
  --inmo-hero-image-2: var(--inmo-hero-image-1);
  --inmo-hero-image-3: var(--inmo-hero-image-1);
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: min(58vw, 860px);
  overflow: hidden;
  pointer-events: none;
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
  background: var(--inmo-mist);
}

body.inmo-home-modern .inmo-home-cinema::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(244, 248, 246, 0.72) 0%, rgba(244, 248, 246, 0.18) 34%, rgba(16, 33, 31, 0.08) 100%),
    linear-gradient(180deg, rgba(244, 248, 246, 0) 70%, var(--inmo-soft) 100%);
}

body.inmo-home-modern .inmo-home-cinema::after {
  content: "";
  position: absolute;
  inset: 34px 34px 68px 112px;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(16, 33, 31, 0.08), 0 38px 90px -58px rgba(16, 33, 31, 0.72);
}

body.inmo-home-modern .inmo-home-cinema__slide {
  position: absolute;
  inset: -6%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.03);
  animation: inmoHeroReel 18s infinite;
}

body.inmo-home-modern .inmo-home-hero .inmo-home-cinema .inmo-home-cinema__slide.is-one {
  background-image: var(--inmo-hero-image-1) !important;
}

body.inmo-home-modern .inmo-home-hero .inmo-home-cinema .inmo-home-cinema__slide.is-two {
  background-image: var(--inmo-hero-image-2) !important;
}

body.inmo-home-modern .inmo-home-hero .inmo-home-cinema .inmo-home-cinema__slide.is-three {
  background-image: var(--inmo-hero-image-3) !important;
}

body.inmo-home-modern .inmo-home-cinema__slide.is-two {
  animation-delay: 6s;
  background-position: center;
}

body.inmo-home-modern .inmo-home-cinema__slide.is-three {
  animation-delay: 12s;
  background-position: center right;
}

body.inmo-home-modern .inmo-home-cinema__wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(120deg, rgba(152, 212, 214, 0.18), rgba(111, 143, 133, 0.12) 48%, rgba(169, 120, 106, 0.1)),
    rgba(255, 255, 255, 0.06);
  mix-blend-mode: soft-light;
}

body.inmo-home-modern .inmo-home-cinema__frame {
  position: absolute;
  right: max(40px, 7vw);
  top: 25%;
  z-index: 4;
  display: grid;
  gap: 14px;
  width: min(360px, 28vw);
  min-height: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 34px 86px -46px rgba(16, 33, 31, 0.56);
  animation: inmoFloat 7s ease-in-out infinite;
}

body.inmo-home-modern .inmo-home-cinema__topline {
  display: grid;
  gap: 6px;
  padding-bottom: 4px;
}

body.inmo-home-modern .inmo-home-cinema__topline span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(47, 116, 125, 0.1);
  color: var(--inmo-teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.inmo-home-modern .inmo-home-cinema__topline strong {
  color: var(--inmo-ink);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.02;
  font-weight: 900;
}

body.inmo-home-modern .inmo-home-cinema__metric {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(16, 33, 31, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px -38px rgba(16, 33, 31, 0.5);
}

body.inmo-home-modern .inmo-home-cinema__metric > strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--inmo-ink);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 900;
}

body.inmo-home-modern .inmo-home-cinema__metric span {
  display: grid;
  gap: 4px;
  color: var(--inmo-muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

body.inmo-home-modern .inmo-home-cinema__metric b {
  color: var(--inmo-ink);
  font-size: 0.98rem;
  line-height: 1.18;
}

body.inmo-home-modern .inmo-home-cinema__bar {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(16, 33, 31, 0.08);
  transform-origin: left center;
}

body.inmo-home-modern .inmo-home-cinema__bar span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--inmo-teal), var(--inmo-mint));
  transform-origin: left center;
}

body.inmo-home-modern .inmo-home-cinema__note {
  color: var(--inmo-deep);
  font-size: 0.84rem;
  line-height: 1.45;
  font-weight: 750;
}

body.inmo-home-modern .inmo-home-hero .elementor-shape-bottom {
  z-index: 3;
  height: 72px;
}

body.inmo-home-modern .inmo-home-hero .elementor-shape-fill {
  fill: var(--inmo-soft);
}

body.inmo-home-modern .elementor-element-c2d437f {
  display: none;
}

body.inmo-home-modern .elementor-element-8e0b2a6 {
  position: relative;
  z-index: 100;
  overflow: visible;
  padding: 24px 0 0;
}

body.inmo-home-modern .elementor-element-8e0b2a6 > .elementor-container {
  --inmo-header-x: 50%;
  --inmo-header-y: 50%;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(14px, 1.8vw, 28px);
  overflow: visible;
  width: min(1320px, calc(100vw - 48px));
  min-height: 76px;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid rgba(220, 255, 252, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(28, 56, 52, 0.94) 0%, rgba(14, 31, 29, 0.9) 58%, rgba(20, 49, 45, 0.92) 100%),
    rgba(16, 33, 31, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 24px 70px -46px rgba(16, 33, 31, 0.78),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: none;
  will-change: box-shadow, border-color;
  transition: box-shadow 0.24s ease, border-color 0.24s ease;
}

body.inmo-home-modern .elementor-element-8e0b2a6 > .elementor-container.is-pointer-active {
  border-color: rgba(187, 239, 238, 0.38) !important;
  box-shadow:
    0 30px 86px -48px rgba(16, 33, 31, 0.92),
    0 0 0 1px rgba(152, 212, 214, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  transform: none !important;
}

body.inmo-home-modern .elementor-element-8e0b2a6 > .elementor-container::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: 7px;
  background:
    radial-gradient(circle 290px at var(--inmo-header-x) var(--inmo-header-y), rgba(184, 239, 238, 0.22), rgba(152, 212, 214, 0.1) 34%, transparent 68%),
    linear-gradient(112deg, transparent 14%, rgba(152, 212, 214, 0.08) 34%, rgba(255, 255, 255, 0.12) 50%, rgba(169, 120, 106, 0.07) 64%, transparent 84%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 46%);
  opacity: 0.18;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

body.inmo-home-modern .elementor-element-8e0b2a6 > .elementor-container.is-pointer-active::before {
  opacity: 0.94 !important;
}

body.inmo-home-modern .elementor-element-8e0b2a6 > .elementor-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  background:
    conic-gradient(from 150deg at var(--inmo-header-x) var(--inmo-header-y), transparent 0 16%, rgba(196, 246, 247, 0.9) 22%, rgba(255, 255, 255, 0.36) 28%, transparent 36% 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(152, 212, 214, 0.08), rgba(255, 255, 255, 0.04));
  opacity: 0.12;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

body.inmo-home-modern .elementor-element-8e0b2a6 > .elementor-container.is-pointer-active::after {
  opacity: 0.92 !important;
}

body.inmo-home-modern .elementor-element-8e0b2a6 > .elementor-container > .elementor-column {
  position: relative;
  z-index: 2;
  min-width: 0;
}

body.inmo-home-modern .elementor-element-8e0b2a6 .inmo-bridge-user,
body.inmo-home-modern .elementor-element-8e0b2a6 .inmo-bridge-user-item {
  position: relative;
  z-index: 4;
}

body.inmo-home-modern .elementor-element-8e0b2a6 .inmo-bridge-panel,
body.inmo-home-modern .elementor-element-8e0b2a6 .inmo-bridge-user__panel {
  z-index: 1000;
}

body.inmo-home-modern .elementor-element-957717b {
  flex: 0 1 clamp(210px, 18vw, 280px) !important;
  width: auto !important;
  min-width: 190px;
}

body.inmo-home-modern .elementor-element-8722b73 {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0;
}

body.inmo-home-modern .elementor-element-8722b73 > .elementor-widget-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  min-width: 0;
}

body.inmo-home-modern .elementor-element-34a8344 {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

body.inmo-home-modern .elementor-element-34a8344 .elementor-widget-container {
  display: flex;
  align-items: center;
}

body.inmo-home-modern .elementor-element-34a8344 img {
  width: clamp(200px, 17vw, 260px) !important;
  max-width: 100% !important;
  height: auto !important;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
}

body.inmo-home-modern .elementor-element-9fbeb80 {
  width: 100%;
  min-width: 0;
}

body.inmo-home-modern .elementor-nav-menu--main .elementor-nav-menu {
  width: 100%;
  min-width: 0;
  gap: clamp(8px, 1vw, 14px);
  align-items: center;
  justify-content: flex-end;
}

body.inmo-home-modern .elementor-nav-menu--main .elementor-item {
  position: relative;
  isolation: isolate;
  overflow: visible;
  min-height: 38px;
  padding: 7px 2px !important;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 0.94rem;
  font-weight: 760;
  letter-spacing: 0.01em;
  box-shadow: none;
  transition: color 0.2s ease, text-shadow 0.2s ease, transform 0.2s ease;
}

body.inmo-home-modern .elementor-nav-menu--main .elementor-item::before {
  content: none;
}

body.inmo-home-modern .elementor-nav-menu--main .elementor-item::after {
  content: none;
}

body.inmo-home-modern .elementor-nav-menu--main .elementor-item:hover,
body.inmo-home-modern .elementor-nav-menu--main .elementor-item-active {
  background: transparent;
  box-shadow: none;
  color: #f5fffb !important;
  text-shadow: 0 0 18px rgba(152, 212, 214, 0.38);
  transform: none;
}

body.inmo-home-modern .elementor-nav-menu--main .elementor-item:hover::before,
body.inmo-home-modern .elementor-nav-menu--main .elementor-item-active::before {
  content: none;
}

body.inmo-home-modern .elementor-nav-menu--main .elementor-item:hover::after,
body.inmo-home-modern .elementor-nav-menu--main .elementor-item-active::after {
  content: none;
}

body.inmo-home-modern .inmo-home-hero .elementor-nav-menu--main .elementor-nav-menu > .inmo-bridge-menu-item {
  animation: inmoBridgeMenuItemReveal 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(0.18s + (var(--inmo-bridge-menu-index, 0) * 0.06s));
  will-change: opacity, transform, filter;
}

body.inmo-home-modern .inmo-bridge-menu-item .inmo-bridge-icon-button,
body.inmo-home-modern .inmo-bridge-menu-item .inmo-bridge-user__trigger,
body.inmo-home-modern .inmo-bridge-menu-item .user-profile {
  min-height: 42px;
  border: 1px solid rgba(191, 229, 232, 0.24) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #f7fffd !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 16px 34px -28px rgba(0, 0, 0, 0.68) !important;
  backdrop-filter: blur(12px);
}

body.inmo-home-modern .inmo-bridge-menu-item .inmo-bridge-icon-button:hover,
body.inmo-home-modern .inmo-bridge-menu-item .inmo-bridge-user__trigger:hover,
body.inmo-home-modern .inmo-bridge-menu-item .user-profile:hover,
body.inmo-home-modern .inmo-bridge-user-item.is-user-open .user-profile,
body.inmo-home-modern .inmo-bridge-user-item.is-notifications-open .inmo-bridge-icon-button {
  border-color: rgba(191, 229, 232, 0.42) !important;
  background: rgba(255, 255, 255, 0.16) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 18px 38px -28px rgba(0, 0, 0, 0.72) !important;
}

body.inmo-home-modern .inmo-bridge-menu-item .inmo-bridge-icon-button svg,
body.inmo-home-modern .inmo-bridge-menu-item .inmo-bridge-user__trigger svg,
body.inmo-home-modern .inmo-bridge-menu-item .user-profile svg {
  color: #dff6f6 !important;
  fill: currentColor !important;
}

body.inmo-home-modern .inmo-bridge-menu-item .user-profile__avatar,
body.inmo-home-modern .inmo-bridge-menu-item .inmo-bridge-user__icon {
  background: #bfe5e8 !important;
  color: #123532 !important;
  box-shadow:
    inset 0 0 0 1px rgba(47, 116, 125, 0.16),
    0 10px 22px -18px rgba(191, 229, 232, 0.82) !important;
}

body.inmo-home-modern .inmo-bridge-menu-item .user-profile > span {
  color: #f7fffd !important;
}

body.inmo-home-modern .inmo-bridge-menu-item .inmo-bridge-user__chevron {
  color: rgba(223, 246, 246, 0.82) !important;
}

body.inmo-home-modern .inmo-bridge-menu-item .user-profile {
  isolation: isolate;
  gap: 9px;
  overflow: hidden;
  max-width: 134px;
  min-height: 46px;
  padding: 5px 12px 5px 6px !important;
  border-color: rgba(191, 229, 232, 0.55) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(214, 243, 242, 0.96) 54%, rgba(255, 255, 255, 0.9) 100%) !important;
  color: #123532 !important;
  box-shadow:
    0 20px 46px -30px rgba(0, 0, 0, 0.82),
    0 0 0 1px rgba(255, 255, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  transform: translateZ(0);
}

body.inmo-home-modern .inmo-bridge-menu-item .user-profile::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0) 54%),
    radial-gradient(circle at 16% 20%, rgba(152, 212, 214, 0.36), transparent 34%);
  pointer-events: none;
}

body.inmo-home-modern .inmo-bridge-menu-item .user-profile > * {
  position: relative;
  z-index: 1;
}

body.inmo-home-modern .inmo-bridge-menu-item .user-profile:hover,
body.inmo-home-modern .inmo-bridge-user-item.is-user-open .user-profile {
  border-color: rgba(191, 229, 232, 0.76) !important;
  background:
    linear-gradient(135deg, #ffffff 0%, rgba(191, 229, 232, 0.98) 58%, rgba(255, 255, 255, 0.95) 100%) !important;
  box-shadow:
    0 24px 52px -30px rgba(0, 0, 0, 0.88),
    0 0 0 1px rgba(255, 255, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  transform: translateY(-2px);
}

body.inmo-home-modern .inmo-bridge-menu-item .user-profile__avatar {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #123532 0%, #2f747d 100%) !important;
  color: #ffffff !important;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.74),
    0 14px 26px -20px rgba(18, 53, 50, 0.92),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

body.inmo-home-modern .inmo-bridge-menu-item .user-profile > span {
  color: #123532 !important;
  font-weight: 900;
}

body.inmo-home-modern .inmo-bridge-menu-item .user-profile > span:not(.inmo-bridge-user__chevron) {
  overflow: hidden;
  max-width: 68px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.inmo-home-modern .inmo-bridge-menu-item .user-profile .inmo-bridge-user__chevron,
body.inmo-home-modern .inmo-bridge-menu-item .user-profile svg {
  color: #123532 !important;
  fill: currentColor !important;
}

body.inmo-home-modern .elementor-nav-menu--main .inmo-bridge-user-item {
  flex: 0 0 auto;
}

body.inmo-home-modern .elementor-nav-menu--main .inmo-bridge-toolbar {
  gap: 8px;
}

body.inmo-home-modern .elementor-menu-toggle,
body.inmo-home-modern .elementor-menu-toggle i,
body.inmo-home-modern .elementor-menu-toggle svg {
  color: #bfe5e8 !important;
  fill: currentColor !important;
}

body.inmo-home-modern .elementor-menu-toggle {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.inmo-home-modern .elementor-menu-toggle:hover {
  transform: translateY(-2px) scale(1.03);
}

body.inmo-home-modern #ai-chat-widget #ai-chat-toggle.ai-chat-toggle {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  height: 56px !important;
  padding: 0 !important;
  border: 1px solid rgba(47, 116, 125, 0.2) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(234, 247, 246, 0.94)) !important;
  color: var(--inmo-teal) !important;
  box-shadow:
    0 14px 32px -24px rgba(16, 33, 31, 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease !important;
}

body.inmo-home-modern #ai-chat-widget #ai-chat-toggle.ai-chat-toggle::before {
  content: none;
}

body.inmo-home-modern #ai-chat-widget #ai-chat-toggle.ai-chat-toggle:hover {
  border-color: rgba(47, 116, 125, 0.38) !important;
  background: linear-gradient(135deg, var(--inmo-teal), #225c61) !important;
  box-shadow:
    0 18px 36px -24px rgba(16, 33, 31, 0.78),
    0 8px 18px -16px rgba(47, 116, 125, 0.5) !important;
  transform: translateY(-2px);
}

body.inmo-home-modern #ai-chat-widget #ai-chat-toggle.ai-chat-toggle:active {
  transform: translateY(0) scale(0.97);
}

body.inmo-home-modern #ai-chat-widget .inmo-chat-toggle__icon {
  position: relative;
  z-index: 1;
  width: 25px !important;
  height: 25px !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  filter: none;
}

body.inmo-home-modern #ai-chat-widget #ai-chat-toggle.ai-chat-toggle:hover .inmo-chat-toggle__icon {
  color: #ffffff !important;
}

body.inmo-home-modern #ai-chat-widget .ai-chat-toggle__halo {
  display: none !important;
}

body.inmo-home-modern .elementor-element-bddd4b8 {
  margin-top: clamp(46px, 7vh, 86px);
}

body.inmo-home-modern .elementor-element-bddd4b8 > .elementor-container {
  justify-content: flex-start;
}

body.inmo-home-modern .elementor-element-dea11cf {
  width: min(820px, 100%) !important;
}

body.inmo-home-modern .elementor-element-420b960,
body.inmo-home-modern .elementor-element-e54e9c9 {
  display: none;
}

body.inmo-home-modern .inmo-home-kicker {
  display: none !important;
}

body.inmo-home-modern .inmo-home-hero .elementor-heading-title {
  max-width: 820px;
  color: var(--inmo-ink) !important;
  font-size: clamp(2.8rem, 5.2vw, 4.95rem) !important;
  line-height: 0.98 !important;
  font-weight: 860 !important;
  letter-spacing: 0 !important;
}

body.inmo-home-modern .elementor-heading-title span,
body.inmo-home-modern .elementor-heading-title b {
  color: var(--inmo-teal) !important;
}

body.inmo-home-modern .inmo-nowrap-brand {
  display: inline-block;
  white-space: nowrap;
}

body.inmo-home-modern .elementor-heading-title .inmo-nowrap-brand {
  color: inherit !important;
}

body.inmo-home-modern .inmo-home-lead {
  max-width: clamp(29rem, 48vw, 36rem);
  margin: 24px 0 0;
  color: #41534f;
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  line-height: 1.58;
  text-wrap: balance;
}

body.inmo-home-modern .elementor-element-2febb14 {
  width: min(820px, calc(100vw - 88px)) !important;
  margin-top: 28px;
  margin-left: var(--inmo-hero-widget-shift) !important;
  text-align: left;
}

body.inmo-home-modern .elementor-element-2febb14 .elementor-button-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  width: 100%;
}

@keyframes inmoCtaBorderSweep {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes inmoCtaArrowFloat {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(4px);
  }
}

body.inmo-home-modern .elementor-button,
body.inmo-home-modern .elementor-price-table__button,
body.inmo-home-modern .elementor-form button[type="submit"] {
  position: relative;
  isolation: isolate;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  min-height: 46px;
  padding: 0 24px !important;
  border: 1px solid rgba(22, 92, 88, 0.18) !important;
  border-radius: 999px !important;
  background: #145b57 !important;
  color: #fff !important;
  font-size: 0.84rem !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center;
  white-space: nowrap;
  box-shadow:
    0 12px 26px -22px rgba(16, 33, 31, 0.68),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

body.inmo-home-modern .elementor-button::before,
body.inmo-home-modern .elementor-price-table__button::before,
body.inmo-home-modern .elementor-form button[type="submit"]::before {
  content: none;
}

body.inmo-home-modern .elementor-button::after,
body.inmo-home-modern .elementor-price-table__button::after,
body.inmo-home-modern .elementor-form button[type="submit"]::after {
  content: "\2192";
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-left: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  text-shadow: none;
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease;
}

body.inmo-home-modern .elementor-button .elementor-button-content-wrapper,
body.inmo-home-modern .elementor-button .elementor-button-text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
}

body.inmo-home-modern .elementor-button:hover,
body.inmo-home-modern .elementor-price-table__button:hover,
body.inmo-home-modern .elementor-form button[type="submit"]:hover {
  border-color: rgba(152, 212, 214, 0.34) !important;
  background: #0f4d49 !important;
  transform: translateY(-2px);
  box-shadow:
    0 16px 32px -24px rgba(16, 33, 31, 0.78),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body.inmo-home-modern .elementor-button:hover::after,
body.inmo-home-modern .elementor-price-table__button:hover::after,
body.inmo-home-modern .elementor-form button[type="submit"]:hover::after {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(3px);
}

body.inmo-home-modern .elementor-button:active,
body.inmo-home-modern .elementor-price-table__button:active,
body.inmo-home-modern .elementor-form button[type="submit"]:active {
  transform: translateY(0) scale(0.985);
}

body.inmo-home-modern .elementor-button:focus-visible,
body.inmo-home-modern .elementor-price-table__button:focus-visible,
body.inmo-home-modern .elementor-form button[type="submit"]:focus-visible,
body.inmo-home-modern .inmo-home-secondary-cta:focus-visible,
body.inmo-home-modern .inmo-psi-copy-panel__button:focus-visible {
  outline: 3px solid rgba(152, 212, 214, 0.58);
  outline-offset: 3px;
}

body.inmo-home-modern .inmo-home-secondary-cta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(47, 116, 125, 0.22);
  background: rgba(255, 255, 255, 0.96);
  color: var(--inmo-teal);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  box-shadow:
    0 12px 26px -24px rgba(16, 33, 31, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, background 0.18s ease;
}

body.inmo-home-modern .inmo-home-secondary-cta::before {
  content: none;
}

body.inmo-home-modern .inmo-home-secondary-cta::after {
  content: "\2192";
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-left: 0;
  border-radius: 999px;
  background: rgba(47, 116, 125, 0.08);
  color: var(--inmo-teal);
  font-size: 0.95rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(47, 116, 125, 0.08);
  text-shadow: none;
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease;
}

body.inmo-home-modern .inmo-home-secondary-cta:hover {
  border-color: rgba(47, 116, 125, 0.34);
  background: #f8fdfc;
  color: #155b57;
  box-shadow:
    0 16px 32px -24px rgba(16, 33, 31, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: translateY(-2px);
}

body.inmo-home-modern .inmo-home-secondary-cta:hover::after {
  color: #155b57;
  background: rgba(47, 116, 125, 0.1);
  transform: translateX(3px);
}

body.inmo-home-modern .inmo-home-secondary-cta:active {
  transform: translateY(0) scale(0.985);
}

body.inmo-home-modern .inmo-home-trust {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  width: min(820px, calc(100vw - 88px));
  margin-top: 34px;
  margin-left: var(--inmo-hero-widget-shift);
}

body.inmo-home-modern .inmo-home-trust span {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 11px 14px;
  border: 1px solid rgba(16, 33, 31, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--inmo-muted);
  box-shadow: 0 20px 48px -40px rgba(16, 33, 31, 0.45);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

body.inmo-home-modern .inmo-home-trust span:hover {
  border-color: rgba(47, 116, 125, 0.18);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 54px -42px rgba(16, 33, 31, 0.58);
  transform: none;
}

body.inmo-home-modern .inmo-home-trust strong {
  color: var(--inmo-ink);
  font-size: 1.35rem;
  font-weight: 900;
}

body.inmo-home-modern .inmo-home-intro,
body.inmo-home-modern .inmo-home-dream,
body.inmo-home-modern .inmo-home-steps-title,
body.inmo-home-modern .inmo-home-steps,
body.inmo-home-modern .inmo-home-plans-title,
body.inmo-home-modern .inmo-home-plans,
body.inmo-home-modern .inmo-home-proof,
body.inmo-home-modern .inmo-home-reviews,
body.inmo-home-modern .inmo-home-contact {
  padding: clamp(68px, 9vw, 118px) 0 !important;
  background: var(--inmo-soft) !important;
}

body.inmo-home-modern .inmo-home-intro {
  position: relative;
  padding-top: clamp(76px, 8vw, 112px) !important;
  padding-bottom: 54px !important;
}

body.inmo-home-modern .inmo-home-steps-title {
  padding-top: clamp(44px, 5vw, 72px) !important;
  padding-bottom: clamp(18px, 2.4vw, 34px) !important;
}

body.inmo-home-modern .inmo-home-steps-title > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-content: flex-start !important;
  align-items: flex-start !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.inmo-home-modern .inmo-home-steps-title .elementor-widget-spacer {
  display: none !important;
}

body.inmo-home-modern .inmo-home-steps-title .elementor-inner-section {
  padding-bottom: 0 !important;
}

body.inmo-home-modern .inmo-home-intro::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 50%;
  width: min(760px, 72vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 116, 125, 0.28), transparent);
  transform: translateX(-50%);
}

body.inmo-home-modern .inmo-home-intro .elementor-heading-title,
body.inmo-home-modern .inmo-home-steps-title .elementor-heading-title,
body.inmo-home-modern .inmo-home-plans-title .elementor-heading-title,
body.inmo-home-modern .inmo-home-proof .elementor-heading-title,
body.inmo-home-modern .inmo-home-contact .elementor-heading-title {
  color: var(--inmo-ink) !important;
  font-size: clamp(2.15rem, 4vw, 4.3rem) !important;
  line-height: 1.04 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

body.inmo-home-modern .inmo-home-intro .inmo-intro-heading {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

body.inmo-home-modern .inmo-intro-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(47, 116, 125, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--inmo-teal) !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 46px -42px rgba(16, 33, 31, 0.52);
}

body.inmo-home-modern .inmo-intro-heading__main {
  max-width: 1040px;
  color: var(--inmo-ink) !important;
  font-size: clamp(2.35rem, 4.4vw, 4.35rem);
  line-height: 1.05;
  font-weight: 900;
  text-wrap: balance;
}

body.inmo-home-modern .inmo-intro-heading__main strong {
  position: relative;
  display: inline-block;
  color: var(--inmo-teal) !important;
  font-weight: 900;
}

body.inmo-home-modern .inmo-intro-heading__main strong::after {
  content: none;
}

body.inmo-home-modern .inmo-intro-heading__sub {
  color: var(--inmo-muted) !important;
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  line-height: 1.24;
  font-weight: 850;
}

body.inmo-home-modern .inmo-home-intro .elementor-widget-text-editor {
  max-width: 830px;
  margin-inline: auto;
}

body.inmo-home-modern .inmo-home-intro p,
body.inmo-home-modern .inmo-home-steps p {
  color: var(--inmo-muted);
  font-size: 1.06rem;
  line-height: 1.76;
}

body.inmo-home-modern .inmo-home-dream {
  padding-top: 34px !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(152, 212, 214, 0.2), transparent 28%),
    radial-gradient(circle at 86% 70%, rgba(169, 120, 106, 0.1), transparent 32%),
    var(--inmo-soft) !important;
}

body.inmo-home-modern .inmo-home-dream .elementor-widget-wrap {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: clamp(22px, 2.6vw, 34px);
  overflow: hidden;
  padding: clamp(18px, 3vw, 30px) !important;
  border: 1px solid rgba(16, 33, 31, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 241, 238, 0.65)),
    #ffffff;
  box-shadow: 0 34px 100px -68px rgba(16, 33, 31, 0.72);
}

body.inmo-home-modern .inmo-home-dream .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  inset: auto 24px 24px auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(152, 212, 214, 0.16);
  filter: blur(14px);
  pointer-events: none;
}

body.inmo-home-modern .inmo-home-dream .elementor-widget-image {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

body.inmo-home-modern .inmo-home-dream .elementor-widget-image .elementor-widget-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

body.inmo-home-modern .inmo-home-dream .elementor-widget-image img {
  display: none !important;
}

body.inmo-home-modern .inmo-psi-fit {
  position: relative;
  display: grid;
  align-content: stretch;
  height: 100%;
  gap: 14px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.inmo-home-modern .inmo-psi-fit::before {
  display: none;
}

body.inmo-home-modern .inmo-psi-fit__header {
  display: none;
}

body.inmo-home-modern .inmo-psi-fit__header span {
  color: var(--inmo-teal);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.inmo-home-modern .inmo-psi-fit__header strong {
  color: var(--inmo-ink);
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.04;
  font-weight: 900;
}

body.inmo-home-modern .inmo-psi-fit__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr;
  height: 100%;
  gap: 24px;
}

body.inmo-home-modern .inmo-psi-fit__card {
  position: relative;
  display: grid;
  align-content: center;
  gap: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 200px;
  padding: 32px 28px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4)),
    rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 24px 48px -24px rgba(16, 33, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease, background 0.3s ease;
}

body.inmo-home-modern .inmo-psi-fit__card.inmo-dynamic-card.is-motion-live {
  animation: none;
}

body.inmo-home-modern .inmo-psi-fit__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--inmo-teal), var(--inmo-mint));
  transform: scaleX(0.32);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body.inmo-home-modern .inmo-psi-fit__card::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(152, 212, 214, 0.25) 0%, transparent 70%);
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

body.inmo-home-modern .inmo-psi-fit__card:hover {
  transform: translateY(-6px);
  border-color: rgba(152, 212, 214, 0.5);
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 32px 64px -34px rgba(16, 33, 31, 0.16),
    0 0 0 1px rgba(152, 212, 214, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

body.inmo-home-modern .inmo-psi-fit__card:hover::before {
  transform: scaleX(1);
}

body.inmo-home-modern .inmo-psi-fit__card:hover::after {
  transform: scale(1.2) translate(-10px, 10px);
  opacity: 0.8;
}

body.inmo-home-modern .inmo-psi-fit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #10211f 0%, #1c3d39 100%);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 12px 24px -12px rgba(16, 33, 31, 0.6);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, box-shadow 0.3s ease;
}

body.inmo-home-modern .inmo-psi-fit__card:hover .inmo-psi-fit__icon {
  background: linear-gradient(135deg, var(--inmo-teal), #235c61);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 16px 32px -12px rgba(47, 116, 125, 0.6);
  transform: translateY(-4px) rotate(4deg) scale(1.08);
}

body.inmo-home-modern .inmo-psi-fit__card h3 {
  margin: 0 0 6px;
  color: var(--inmo-ink);
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

body.inmo-home-modern .inmo-psi-fit__card:hover h3 {
  color: var(--inmo-teal);
}

body.inmo-home-modern .inmo-psi-fit__card p {
  margin: 0;
  color: var(--inmo-muted);
  font-size: 1rem;
  line-height: 1.6;
}

body.inmo-home-modern .inmo-psi-copy-panel {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
  align-self: stretch;
}

body.inmo-home-modern .inmo-psi-copy-panel .elementor-widget-container {
  --inmo-panel-x: 50%;
  --inmo-panel-y: 42%;
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: center;
  gap: 24px;
  overflow: hidden;
  width: 100% !important;
  height: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: clamp(34px, 4vw, 48px) !important;
  border-radius: 20px;
  background:
    radial-gradient(circle 480px at var(--inmo-panel-x) var(--inmo-panel-y), rgba(152, 212, 214, 0.12), transparent 60%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 40%),
    linear-gradient(160deg, #0e1e1c 0%, #153834 48%, #1c5255 100%);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 32px 80px -40px rgba(16, 33, 31, 0.85);
  transform: none;
  will-change: box-shadow;
  transition: box-shadow 0.4s ease;
}

body.inmo-home-modern .inmo-psi-copy-panel .elementor-widget-container.is-pointer-active {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 42px 100px -40px rgba(16, 33, 31, 0.95),
    0 0 0 1px rgba(152, 212, 214, 0.15);
}

body.inmo-home-modern .inmo-psi-copy-panel .elementor-widget-container::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  background:
    radial-gradient(circle 260px at var(--inmo-panel-x) var(--inmo-panel-y), rgba(207, 253, 252, 0.26), rgba(152, 212, 214, 0.1) 34%, transparent 70%),
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.1) 42%, rgba(152, 212, 214, 0.14) 52%, transparent 72%);
  opacity: 0.2;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

body.inmo-home-modern .inmo-psi-copy-panel .elementor-widget-container.is-pointer-active::before {
  opacity: 0.92;
}

body.inmo-home-modern .inmo-psi-copy-panel .elementor-widget-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  background:
    conic-gradient(from 155deg at var(--inmo-panel-x) var(--inmo-panel-y), transparent 0 18%, rgba(196, 246, 247, 0.88) 24%, rgba(255, 255, 255, 0.32) 30%, transparent 39% 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(152, 212, 214, 0.08), rgba(255, 255, 255, 0.05));
  opacity: 0.16;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

body.inmo-home-modern .inmo-psi-copy-panel .elementor-widget-container.is-pointer-active::after {
  opacity: 0.94;
}

body.inmo-home-modern .inmo-psi-copy-panel__eyebrow {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(152, 212, 214, 0.2);
  border-radius: 999px;
  background: rgba(47, 116, 125, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #cff6f6;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

body.inmo-home-modern .inmo-psi-copy-panel h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-align: left;
  text-wrap: balance;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

body.inmo-home-modern .inmo-psi-copy-panel p {
  position: relative;
  z-index: 1;
  max-width: 44ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
  text-wrap: balance;
}

body.inmo-home-modern .inmo-psi-copy-panel__proof {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

body.inmo-home-modern .inmo-psi-copy-panel__proof span {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  overflow: hidden;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

body.inmo-home-modern .inmo-psi-copy-panel__proof span:hover {
  border-color: rgba(152, 212, 214, 0.3);
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 12px 24px -12px rgba(0, 0, 0, 0.5);
  transform: translateX(4px);
}

body.inmo-home-modern .inmo-psi-copy-panel__proof strong {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
  min-width: 76px;
  white-space: nowrap;
  transition: color 0.3s ease, transform 0.3s ease;
}

body.inmo-home-modern .inmo-psi-copy-panel__proof span:hover strong {
  color: var(--inmo-mint);
  transform: scale(1.05);
}

body.inmo-home-modern .inmo-psi-copy-panel__button {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
  width: fit-content;
  min-height: 62px;
  margin-top: 12px;
  padding: 0 32px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #e6f7f6 100%);
  color: var(--inmo-ink);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  box-shadow:
    0 24px 56px -24px rgba(0, 0, 0, 0.8),
    inset 0 -2px 6px rgba(47, 116, 125, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, filter 0.3s ease;
}

body.inmo-home-modern .inmo-psi-copy-panel__button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  pointer-events: none;
}

body.inmo-home-modern .inmo-psi-copy-panel__button:hover::before {
  transform: translateX(100%);
}

body.inmo-home-modern .inmo-psi-copy-panel__button::after {
  content: "\2192";
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--inmo-ink);
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(16, 33, 31, 0.4);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease;
}

body.inmo-home-modern .inmo-psi-copy-panel__button:hover {
  transform: translateY(-4px);
  box-shadow:
    0 32px 64px -24px rgba(0, 0, 0, 0.9),
    inset 0 -2px 6px rgba(47, 116, 125, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

body.inmo-home-modern .inmo-psi-copy-panel__button:hover::after {
  background: var(--inmo-teal);
  transform: translateX(4px);
}

body.inmo-home-modern .inmo-psi-copy-panel__button:active {
  transform: translateY(0) scale(0.98);
}

body.inmo-home-modern .inmo-psi-original-button-hidden {
  display: none !important;
}

body.inmo-home-modern .inmo-home-steps {
  padding-top: 0 !important;
  padding-bottom: clamp(36px, 5vw, 64px) !important;
  background:
    linear-gradient(180deg, var(--inmo-soft) 0%, #ffffff 48%, rgba(232, 241, 238, 0.72) 100%) !important;
}

body.inmo-home-modern .inmo-home-steps > .elementor-container > .elementor-column > .elementor-widget-wrap {
  display: grid !important;
  gap: clamp(14px, 2vw, 22px);
  padding-top: 0 !important;
}

body.inmo-home-modern .inmo-home-steps > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-spacer:first-child {
  display: none !important;
}

body.inmo-home-modern .inmo-home-steps .elementor-widget-text-editor {
  max-width: 860px;
  margin-inline: auto;
}

body.inmo-home-modern .inmo-home-steps .elementor-inner-section .elementor-container,
body.inmo-home-modern .inmo-home-plans .elementor-inner-section .elementor-container,
body.inmo-home-modern .inmo-home-proof .elementor-inner-section .elementor-container {
  gap: 22px;
}

body.inmo-home-modern .elementor-icon-box-wrapper,
body.inmo-home-modern .elementor-price-table,
body.inmo-home-modern .elementor-image-box-wrapper {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--inmo-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84)),
    #ffffff;
  box-shadow: 0 24px 70px -54px rgba(16, 33, 31, 0.52);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease, background 0.26s ease;
}

body.inmo-home-modern .inmo-dynamic-card {
  --inmo-mouse-x: 50%;
  --inmo-mouse-y: 50%;
  --inmo-card-order: 0;
  will-change: auto;
}

body.inmo-home-modern .inmo-dynamic-card.is-motion-live {
  animation: none;
}

body.inmo-home-modern .inmo-dynamic-card > .inmo-card-shine {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--inmo-mouse-x) var(--inmo-mouse-y), rgba(152, 212, 214, 0.22), transparent 30%),
    linear-gradient(128deg, transparent 0%, rgba(255, 255, 255, 0.42) 42%, transparent 62%);
  background-size: auto, 220% 100%;
  background-position: center, 130% 0;
  opacity: 0;
  transform: translateZ(0);
  transition: opacity 0.24s ease, background-position 0.45s ease;
  pointer-events: none;
}

body.inmo-home-modern .inmo-dynamic-card:hover > .inmo-card-shine {
  opacity: 1;
  background-position: center, -30% 0;
}

body.inmo-home-modern .inmo-dynamic-card > *:not(.inmo-card-shine) {
  position: relative;
  z-index: 1;
}

body.inmo-home-modern .elementor-icon-box-wrapper::after,
body.inmo-home-modern .elementor-price-table::after,
body.inmo-home-modern .elementor-image-box-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(152, 212, 214, 0.2), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(47, 116, 125, 0.12), transparent 28%);
  opacity: 0;
  transform: none;
  transition: opacity 0.26s ease;
  pointer-events: none;
}

body.inmo-home-modern .elementor-icon-box-wrapper:hover,
body.inmo-home-modern .elementor-price-table:hover,
body.inmo-home-modern .elementor-image-box-wrapper:hover {
  transform: none;
  border-color: rgba(47, 116, 125, 0.24);
  box-shadow: 0 34px 90px -55px rgba(16, 33, 31, 0.68);
}

body.inmo-home-modern .elementor-icon-box-wrapper:hover::after,
body.inmo-home-modern .elementor-price-table:hover::after,
body.inmo-home-modern .elementor-image-box-wrapper:hover::after {
  opacity: 1;
  transform: none;
}

body.inmo-home-modern .elementor-icon-box-wrapper {
  padding: 28px;
  text-align: left;
}

body.inmo-home-modern .elementor-icon-box-icon .elementor-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(152, 212, 214, 0.22);
  color: var(--inmo-teal) !important;
  font-size: 1.28rem;
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease;
}

body.inmo-home-modern .inmo-home-steps .inmo-dynamic-card.is-motion-live .elementor-icon-box-icon .elementor-icon {
  animation: inmoIconBreath 4.8s ease-in-out infinite;
  animation-delay: calc(var(--inmo-card-order) * 0.28s);
}

body.inmo-home-modern .elementor-icon-box-wrapper:hover .elementor-icon-box-icon .elementor-icon {
  background: rgba(152, 212, 214, 0.32);
  transform: translateY(-2px) rotate(-2deg) scale(1.04);
}

body.inmo-home-modern .elementor-icon-box-title {
  color: var(--inmo-ink) !important;
  font-size: 1.23rem !important;
  line-height: 1.24 !important;
  font-weight: 850 !important;
}

body.inmo-home-modern .elementor-icon-box-description {
  color: var(--inmo-muted) !important;
  font-size: 0.98rem !important;
  line-height: 1.64 !important;
}

body.inmo-home-modern .inmo-home-steps .elementor-inner-section .elementor-container {
  gap: clamp(22px, 3vw, 42px);
  row-gap: clamp(28px, 4vw, 42px);
  align-items: stretch !important;
}

body.inmo-home-modern .inmo-home-steps .elementor-inner-section .elementor-column,
body.inmo-home-modern .inmo-home-steps .elementor-inner-section .elementor-widget-wrap,
body.inmo-home-modern .inmo-home-steps .elementor-inner-section .elementor-widget-icon-box,
body.inmo-home-modern .inmo-home-steps .elementor-inner-section .elementor-widget-container {
  display: flex !important;
  height: 100% !important;
  min-height: 0;
}

body.inmo-home-modern .inmo-home-steps .elementor-inner-section .elementor-column,
body.inmo-home-modern .inmo-home-steps .elementor-inner-section .elementor-widget-icon-box,
body.inmo-home-modern .inmo-home-steps .elementor-inner-section .elementor-widget-container {
  align-self: stretch !important;
  flex: 1 1 auto !important;
  width: 100% !important;
}

body.inmo-home-modern .inmo-home-steps .elementor-inner-section .elementor-widget-wrap {
  align-content: stretch !important;
  align-items: stretch !important;
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-wrapper {
  --inmo-step-rgb: 47, 116, 125;
  --inmo-step-accent: var(--inmo-teal);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "badge icon"
    "content content"
    "cue cue";
  align-content: start;
  gap: 18px 22px;
  width: 100%;
  height: 100% !important;
  min-height: clamp(340px, 24vw, 372px);
  padding: clamp(24px, 3vw, 32px);
  border-color: rgba(var(--inmo-step-rgb), 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 44%, rgba(var(--inmo-step-rgb), 0.07) 100%),
    #ffffff;
  box-shadow:
    0 30px 84px -62px rgba(16, 33, 31, 0.76),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-wrapper[data-step-tone="search"] {
  --inmo-step-rgb: 111, 143, 133;
  --inmo-step-accent: var(--inmo-sage);
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-wrapper[data-step-tone="deal"] {
  --inmo-step-rgb: 47, 116, 125;
  --inmo-step-accent: var(--inmo-teal);
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-wrapper[data-step-tone="support"] {
  --inmo-step-rgb: 25, 58, 55;
  --inmo-step-accent: var(--inmo-deep);
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-wrapper::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background:
    linear-gradient(90deg, var(--inmo-step-accent), rgba(152, 212, 214, 0.76));
  transform: scaleX(0.34);
  transform-origin: left center;
  transition: transform 0.26s ease;
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-wrapper::after {
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(var(--inmo-step-rgb), 0.14), transparent 38%),
    linear-gradient(90deg, rgba(var(--inmo-step-rgb), 0.06) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(var(--inmo-step-rgb), 0.045) 0 1px, transparent 1px 100%);
  background-size: auto, 54px 54px, 54px 54px;
  opacity: 0.58;
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-wrapper:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--inmo-step-rgb), 0.28);
  box-shadow:
    0 38px 96px -60px rgba(16, 33, 31, 0.84),
    0 16px 36px -30px rgba(var(--inmo-step-rgb), 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-wrapper:hover::before {
  transform: scaleX(1);
}

body.inmo-home-modern .inmo-home-step__badge {
  grid-area: badge;
  display: inline-flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(var(--inmo-step-rgb), 0.16);
  border-radius: 999px;
  background: rgba(var(--inmo-step-rgb), 0.08);
  color: var(--inmo-step-accent);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-icon {
  grid-area: icon;
  justify-self: end;
  margin: 0 !important;
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-icon .elementor-icon {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(var(--inmo-step-rgb), 0.16), rgba(152, 212, 214, 0.13));
  color: var(--inmo-step-accent) !important;
  box-shadow:
    inset 0 0 0 1px rgba(var(--inmo-step-rgb), 0.08),
    0 16px 34px -28px rgba(var(--inmo-step-rgb), 0.7);
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-content {
  grid-area: content;
  display: grid;
  align-content: start;
  gap: 14px;
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-title {
  margin: 0 !important;
  color: var(--inmo-ink) !important;
  font-size: clamp(1.16rem, 1.45vw, 1.32rem) !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
  text-wrap: balance;
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-wrapper:hover .elementor-icon-box-title {
  color: var(--inmo-step-accent) !important;
}

body.inmo-home-modern .inmo-home-steps .elementor-icon-box-description {
  max-width: 54ch;
  color: var(--inmo-muted) !important;
  font-size: 0.98rem !important;
  line-height: 1.66 !important;
}

body.inmo-home-modern .inmo-home-step__cue {
  grid-area: cue;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(var(--inmo-step-rgb), 0.14);
  border-radius: 999px;
  background: rgba(var(--inmo-step-rgb), 0.08);
  color: var(--inmo-step-accent);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.2;
}

body.inmo-home-modern .inmo-home-plans-title {
  background: #ffffff !important;
  padding-top: clamp(8px, 1.4vw, 18px) !important;
  padding-bottom: 18px !important;
}

body.inmo-home-modern .inmo-home-plans-title > .elementor-container {
  max-width: min(1380px, calc(100% - 48px)) !important;
}

body.inmo-home-modern .inmo-home-plans-title > .elementor-container > .elementor-column > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-content: center !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px;
}

body.inmo-home-modern .inmo-home-plans-title .elementor-element-2a488b1 {
  max-width: 980px;
  margin: 0 auto !important;
  text-align: center;
}

body.inmo-home-modern .inmo-home-plans-title .elementor-heading-title {
  max-width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {
  body.inmo-home-modern .inmo-home-plans-title .elementor-heading-title {
    font-size: clamp(2.9rem, 3.85vw, 4rem) !important;
    white-space: nowrap;
  }
}

body.inmo-home-modern .inmo-home-plans-title .elementor-element-2a488b1 .elementor-widget-container,
body.inmo-home-modern .inmo-home-plans-title .elementor-element-2a488b1 p {
  color: var(--inmo-muted) !important;
  font-size: clamp(0.98rem, 1.1vw, 1.05rem) !important;
  font-weight: 600;
  line-height: 1.45 !important;
  margin: 0 !important;
  text-wrap: balance;
}

body.inmo-home-modern .inmo-home-plans-title .elementor-button-wrapper {
  margin-top: 0 !important;
}

body.inmo-home-modern .inmo-home-plans {
  background:
    linear-gradient(180deg, #ffffff 0%, var(--inmo-soft) 100%) !important;
  padding-top: 26px !important;
}

@media (min-width: 768px) {
  body.inmo-home-modern .inmo-home-plans .elementor-inner-section > .elementor-container {
    align-items: stretch;
  }

  body.inmo-home-modern .inmo-home-plans .elementor-inner-column,
  body.inmo-home-modern .inmo-home-plans .elementor-inner-column > .elementor-widget-wrap,
  body.inmo-home-modern .inmo-home-plans .elementor-widget-price-table,
  body.inmo-home-modern .inmo-home-plans .elementor-widget-price-table > .elementor-widget-container {
    display: flex;
  }

  body.inmo-home-modern .inmo-home-plans .elementor-inner-column > .elementor-widget-wrap,
  body.inmo-home-modern .inmo-home-plans .elementor-widget-price-table,
  body.inmo-home-modern .inmo-home-plans .elementor-widget-price-table > .elementor-widget-container,
  body.inmo-home-modern .inmo-home-plans .elementor-price-table {
    width: 100%;
  }

  body.inmo-home-modern .inmo-home-plans .elementor-widget-price-table,
  body.inmo-home-modern .inmo-home-plans .elementor-widget-price-table > .elementor-widget-container,
  body.inmo-home-modern .inmo-home-plans .elementor-price-table {
    min-height: 100%;
  }

  body.inmo-home-modern .inmo-home-plans .elementor-price-table__header {
    min-height: 194px;
  }
}

body.inmo-home-modern .elementor-price-table {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  padding: 28px !important;
}

body.inmo-home-modern .inmo-home-plans .elementor-inner-column:nth-child(2) .elementor-price-table.is-motion-live {
  animation: none;
}

body.inmo-home-modern .inmo-home-plans .elementor-inner-column:nth-child(1) .elementor-price-table::before {
  content: "01";
}

body.inmo-home-modern .inmo-home-plans .elementor-inner-column:nth-child(2) .elementor-price-table::before {
  content: "02";
}

body.inmo-home-modern .inmo-home-plans .elementor-inner-column:nth-child(3) .elementor-price-table::before {
  content: "03";
}

body.inmo-home-modern .elementor-price-table::before {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(47, 116, 125, 0.1);
  color: var(--inmo-teal);
  font-size: 0.84rem;
  font-weight: 900;
}

body.inmo-home-modern .elementor-price-table__header {
  min-height: 0;
  padding: 0 56px 20px 0 !important;
  border-bottom: 1px solid rgba(16, 33, 31, 0.08);
  background: transparent !important;
  text-align: left;
}

body.inmo-home-modern .elementor-price-table__heading {
  color: var(--inmo-ink) !important;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem) !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
}

body.inmo-home-modern .elementor-price-table__subheading {
  display: block;
  margin-top: 12px;
  color: var(--inmo-muted) !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
  font-weight: 650 !important;
}

body.inmo-home-modern .elementor-price-table__price {
  display: none !important;
}

body.inmo-home-modern .elementor-price-table__features-list {
  display: grid;
  gap: 12px;
  padding: 0 !important;
  margin: 0 !important;
}

body.inmo-home-modern .elementor-price-table__feature-inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--inmo-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

body.inmo-home-modern .elementor-price-table__feature-inner i {
  margin-top: 3px;
  color: var(--inmo-teal) !important;
}

body.inmo-home-modern .elementor-price-table__footer {
  margin-top: auto;
  padding: 0 !important;
}

body.inmo-home-modern .elementor-price-table__footer .elementor-price-table__button {
  width: 100%;
  justify-content: space-between;
}

body.inmo-home-modern .inmo-home-proof {
  background:
    linear-gradient(180deg, var(--inmo-mist) 0%, var(--inmo-soft) 100%) !important;
}

body.inmo-home-modern .inmo-home-proof .elementor-image-box-wrapper {
  padding: 26px 22px;
}

body.inmo-home-modern .inmo-home-proof .elementor-image-box-img {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 58px !important;
  height: 58px !important;
  margin: 0 auto 18px !important;
  border-radius: 8px;
  background: rgba(152, 212, 214, 0.2);
}

body.inmo-home-modern .inmo-home-proof .elementor-image-box-img img {
  display: none !important;
}

body.inmo-home-modern .inmo-home-proof .elementor-image-box-img::before {
  content: "";
  width: 18px;
  height: 30px;
  border: solid var(--inmo-teal);
  border-width: 0 4px 4px 0;
  transform: rotate(42deg) translate(-2px, -2px);
}

body.inmo-home-modern .inmo-home-proof .inmo-dynamic-card.is-motion-live .elementor-image-box-img {
  animation: inmoIconBreath 5.4s ease-in-out infinite;
  animation-delay: calc(var(--inmo-card-order) * 0.24s);
}

body.inmo-home-modern .inmo-home-proof .inmo-dynamic-card.is-motion-live .elementor-image-box-img::before {
  animation: inmoCheckPulse 3.4s ease-in-out infinite;
  animation-delay: calc(var(--inmo-card-order) * 0.24s);
}

body.inmo-home-modern .elementor-image-box-title {
  color: var(--inmo-ink) !important;
  font-size: 1.05rem !important;
  line-height: 1.34 !important;
  font-weight: 850 !important;
}

body.inmo-home-modern .inmo-home-reviews {
  background: #ffffff !important;
}

body.inmo-home-modern .inmo-home-reviews .elementor-widget-animated-headline {
  margin-bottom: 0 !important;
}

body.inmo-home-modern .inmo-home-reviews .elementor-widget-shortcode,
body.inmo-home-modern .inmo-home-reviews .elementor-widget-menu-anchor {
  margin: 0 !important;
}

body.inmo-home-modern .inmo-home-reviews .elementor-widget-menu-anchor {
  display: none !important;
}

body.inmo-home-modern .ti-widget {
  max-width: 1180px;
  margin-inline: auto;
}

body.inmo-home-modern .inmo-reviews-fallback {
  position: relative;
  width: min(1088px, calc(100vw - 56px));
  margin: 26px auto 0;
  display: none !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

body.inmo-home-modern .inmo-reviews-fallback__card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 274px;
  padding: 26px 25px 22px;
  border: 0;
  border-radius: 8px;
  background: #f3f3f3;
  box-shadow: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

body.inmo-home-modern .inmo-reviews-fallback__card:hover {
  background: #f6f6f6;
  transform: translateY(-2px);
}

body.inmo-home-modern .inmo-reviews-fallback__head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
}

body.inmo-home-modern .inmo-reviews-fallback__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 999px;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 900;
}

body.inmo-home-modern .inmo-reviews-fallback__avatar.is-red {
  background: #d84a14;
}

body.inmo-home-modern .inmo-reviews-fallback__avatar.is-pink {
  background: #e83e8c;
}

body.inmo-home-modern .inmo-reviews-fallback__avatar.is-purple {
  background: #a64ac9;
}

body.inmo-home-modern .inmo-reviews-fallback__avatar.is-photo {
  background:
    radial-gradient(circle at 35% 35%, #f2f2f2 0 18%, #bdbdbd 19% 38%, #ffffff 39% 42%, #5f5f5f 43% 100%);
  color: transparent;
}

body.inmo-home-modern .inmo-reviews-fallback__avatar.is-blue {
  background: #ffffff;
  color: #4661b5;
  font-size: 0.55rem;
  font-weight: 700;
}

body.inmo-home-modern .inmo-reviews-fallback__meta {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.inmo-home-modern .inmo-reviews-fallback__meta strong {
  overflow: hidden;
  color: #050f0d;
  font-size: 1rem;
  line-height: 1.12;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.inmo-home-modern .inmo-reviews-fallback__meta em {
  color: #8a8a8a;
  font-size: 0.9rem;
  line-height: 1.15;
  font-style: normal;
  font-weight: 500;
}

body.inmo-home-modern .inmo-reviews-fallback__google {
  align-self: start;
  font-family: Arial, sans-serif;
  font-size: 1.14rem;
  font-weight: 900;
  line-height: 1;
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc04 0 75%, #ea4335 0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.inmo-home-modern .inmo-reviews-fallback__stars {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fbbc04;
  font-size: 1.05rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

body.inmo-home-modern .inmo-reviews-fallback__stars b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #4285f4;
  color: #ffffff;
  font-size: 0.56rem;
  font-weight: 900;
}

body.inmo-home-modern .inmo-reviews-fallback__card p {
  margin: 0;
  color: #000000;
  font-size: 1.01rem;
  line-height: 1.42;
  font-weight: 400;
}

body.inmo-home-modern .inmo-reviews-fallback__card a,
body.inmo-home-modern .inmo-reviews-fallback__toggle {
  appearance: none;
  display: inline-block;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8c8c8c;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  text-transform: none;
}

body.inmo-home-modern .inmo-reviews-fallback__toggle:hover,
body.inmo-home-modern .inmo-reviews-fallback__toggle:focus {
  background: transparent;
  color: #777777;
  text-decoration: none;
}

body.inmo-home-modern .inmo-reviews-fallback__prev,
body.inmo-home-modern .inmo-reviews-fallback__next {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #8a8a8a;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 8px 24px -18px rgba(16, 33, 31, 0.42);
  transform: translateY(-50%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

body.inmo-home-modern .inmo-reviews-fallback__prev:hover,
body.inmo-home-modern .inmo-reviews-fallback__next:hover {
  color: var(--inmo-teal);
  box-shadow: 0 12px 28px -18px rgba(16, 33, 31, 0.56);
  transform: translateY(-50%) scale(1.07);
}

body.inmo-home-modern .inmo-reviews-fallback__prev {
  left: -18px;
}

body.inmo-home-modern .inmo-reviews-fallback__next {
  right: -18px;
}

body.inmo-home-modern .inmo-reviews-fallback__prev.is-hidden,
body.inmo-home-modern .inmo-reviews-fallback__next.is-hidden {
  display: none;
}

body.inmo-home-modern #moove_gdpr_cookie_info_bar {
  left: 50% !important;
  right: auto !important;
  bottom: 16px !important;
  width: min(960px, calc(100vw - 32px)) !important;
  border: 1px solid rgba(16, 33, 31, 0.1) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--inmo-ink) !important;
  box-shadow: 0 28px 90px -54px rgba(16, 33, 31, 0.75) !important;
  transform: translateX(-50%) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.inmo-home-modern #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 12px 16px !important;
}

body.inmo-home-modern #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center !important;
  gap: 18px !important;
}

body.inmo-home-modern #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice,
body.inmo-home-modern #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
  margin: 0 !important;
  color: var(--inmo-muted) !important;
  font-size: 0.83rem !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
}

body.inmo-home-modern #moove_gdpr_cookie_info_bar .change-settings-button {
  color: var(--inmo-ink) !important;
  font-weight: 850 !important;
  text-decoration: underline !important;
}

body.inmo-home-modern #moove_gdpr_cookie_info_bar .mgbutton {
  min-width: 118px !important;
  min-height: 42px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--inmo-ink), var(--inmo-teal)) !important;
  color: #ffffff !important;
  font-size: 0.86rem !important;
  font-weight: 900 !important;
  box-shadow: 0 16px 38px -26px rgba(16, 33, 31, 0.75) !important;
}

body.inmo-home-modern .inmo-home-contact {
  background:
    linear-gradient(135deg, rgba(152, 212, 214, 0.24), rgba(255, 255, 255, 0.76) 48%, rgba(111, 143, 133, 0.16)),
    var(--inmo-soft) !important;
}

body.inmo-home-modern .inmo-home-contact > .elementor-container > .elementor-column > .elementor-widget-wrap {
  width: min(760px, 100%);
  margin-inline: auto;
  padding: clamp(28px, 5vw, 44px) !important;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--inmo-shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.inmo-home-modern .elementor-form {
  display: block;
}

body.inmo-home-modern .elementor-form-fields-wrapper {
  display: grid !important;
  gap: 14px;
}

body.inmo-home-modern .elementor-field-group {
  width: 100% !important;
  padding: 0 !important;
}

body.inmo-home-modern .elementor-field-label {
  margin-bottom: 8px;
  color: var(--inmo-muted) !important;
  font-size: 0.82rem !important;
  font-weight: 850 !important;
}

body.inmo-home-modern .elementor-field-textual {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px !important;
  border: 1px solid rgba(16, 33, 31, 0.12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--inmo-ink) !important;
  box-shadow: none !important;
}

body.inmo-home-modern textarea.elementor-field-textual {
  min-height: 132px;
  resize: vertical;
}

body.inmo-home-modern.inmo-local-preview .grecaptcha-badge {
  visibility: hidden !important;
  pointer-events: none !important;
}

/* --- PLANS SECTION --- */
body.inmo-home-modern .inmo-home-plans {
  position: relative;
  z-index: 10;
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.7vw, 30px) !important;
  border: 1px solid rgba(16, 33, 31, 0.06);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px -24px rgba(16, 33, 31, 0.05);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  height: 100%;
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table:hover {
  border-color: rgba(47, 116, 125, 0.18);
  box-shadow: 0 32px 74px -38px rgba(16, 33, 31, 0.1),
              0 0 0 1px rgba(47, 116, 125, 0.04);
  transform: translateY(-4px);
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table__header {
  position: relative;
  min-height: clamp(150px, 13vw, 170px) !important;
  padding: 0 54px 22px 0 !important;
  margin-bottom: 22px !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(16, 33, 31, 0.06);
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table__heading {
  margin: 0 0 12px 0 !important;
  color: var(--inmo-ink) !important;
  font-size: clamp(1.4rem, 2vw, 1.65rem) !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  text-align: left !important;
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table__subheading {
  color: var(--inmo-muted) !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  font-weight: 650 !important;
  text-align: left !important;
}

body.inmo-home-modern .inmo-home-plan__badge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: rgba(47, 116, 125, 0.08);
  color: var(--inmo-teal);
  font-size: 0.8rem;
  font-weight: 900;
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table__features-list {
  padding: 0 !important;
  margin: 0 0 26px 0 !important;
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table__features-list li {
  display: block !important;
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  color: var(--inmo-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  text-align: left !important;
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table__feature-inner {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table__features-list li i,
body.inmo-home-modern .inmo-home-plans .elementor-price-table__features-list li svg {
  flex: 0 0 auto;
  justify-self: center;
  margin: 3px 0 0 !important;
  color: var(--inmo-teal) !important;
  font-size: 1.15rem;
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table__footer {
  padding: 0 !important;
  background: transparent !important;
  margin-top: auto;
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 0 24px !important;
  border-radius: 999px !important;
  background: var(--inmo-deep) !important;
  color: #ffffff !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  text-transform: none !important;
  transition: all 0.25s ease !important;
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table__button:hover {
  background: var(--inmo-teal) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -16px rgba(47, 116, 125, 0.65);
}

body.inmo-home-modern .inmo-home-plans .elementor-price-table__price {
  display: none !important;
}

/* --- GUARANTEES (PROOF) SECTION --- */
body.inmo-home-modern .inmo-home-proof {
  position: relative;
  border-top: 1px solid rgba(47, 116, 125, 0.06);
}

body.inmo-home-modern .inmo-home-proof .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 3vw, 36px) !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 16px 38px -24px rgba(16, 33, 31, 0.05);
  text-align: center;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  height: 100%;
}

body.inmo-home-modern .inmo-home-proof .elementor-image-box-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px -28px rgba(16, 33, 31, 0.1);
  background: #ffffff;
}

body.inmo-home-modern .inmo-home-proof .elementor-image-box-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px !important;
  border-radius: 8px;
  background: rgba(47, 116, 125, 0.07);
}

body.inmo-home-modern .inmo-home-proof .elementor-image-box-img img {
  width: 28px !important;
  height: auto !important;
  filter: drop-shadow(0 2px 4px rgba(47, 116, 125, 0.2));
}

body.inmo-home-modern .inmo-home-proof .elementor-image-box-img svg {
  width: 28px;
  height: 28px;
  fill: var(--inmo-teal);
  color: var(--inmo-teal);
  filter: drop-shadow(0 2px 4px rgba(47, 116, 125, 0.2));
}

body.inmo-home-modern .inmo-home-proof .elementor-image-box-title {
  margin: 0 !important;
  color: var(--inmo-ink) !important;
  font-size: clamp(0.92rem, 1.2vw, 1.05rem) !important;
  line-height: 1.4 !important;
  font-weight: 850 !important;
  text-wrap: balance;
}

body.inmo-home-modern .inmo-home-proof .elementor-image-box-description {
  margin-top: 10px !important;
  color: var(--inmo-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
}

body.inmo-home-modern .inmo-home-footer {
  background: var(--inmo-ink) !important;
}

@keyframes inmoHeroReel {
  0% {
    opacity: 0;
    transform: scale(1.03) translateX(0);
  }
  8%,
  31% {
    opacity: 1;
  }
  42%,
  100% {
    opacity: 0;
    transform: scale(1.1) translateX(-2.2%);
  }
}

@keyframes inmoHeroCard {
  0%,
  21%,
  100% {
    opacity: 0;
    transform: translateY(18px);
  }
  31%,
  55% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes inmoFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0.001deg);
  }
  50% {
    transform: translateY(-14px) rotate(0.001deg);
  }
}

@keyframes inmoHeaderLightSweep {
  0%,
  100% {
    background-position: 130% 0;
    opacity: 0.52;
  }

  45%,
  60% {
    background-position: -40% 0;
    opacity: 0.86;
  }
}

@keyframes inmoBridgeMenuItemReveal {
  0% {
    opacity: 0;
    transform: translateY(26px);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes inmoCardIdle {
  0%,
  100% {
    transform: translateY(0) rotate(0.001deg);
  }

  50% {
    transform: translateY(-4px) rotate(0.001deg);
  }
}

@keyframes inmoIconBreath {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: none;
  }

  50% {
    transform: translateY(-3px) scale(1.035);
    box-shadow: 0 16px 36px -26px rgba(47, 116, 125, 0.58);
  }
}

@keyframes inmoFeaturedPlanBreath {
  0%,
  100% {
    transform: translateY(0) rotate(0.001deg);
    box-shadow: 0 24px 70px -54px rgba(16, 33, 31, 0.52);
  }

  50% {
    transform: translateY(-6px) rotate(0.001deg);
    box-shadow:
      0 38px 94px -56px rgba(16, 33, 31, 0.72),
      0 0 0 1px rgba(152, 212, 214, 0.28);
  }
}

@keyframes inmoCheckPulse {
  0%,
  100% {
    opacity: 0.9;
    transform: rotate(42deg) translate(-2px, -2px) scale(1);
  }

  50% {
    opacity: 1;
    transform: rotate(42deg) translate(-2px, -2px) scale(1.08);
  }
}

@keyframes inmoMobileMenuReveal {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1024px) {
  body.inmo-home-modern .inmo-home-cinema {
    width: 100%;
    clip-path: none;
    opacity: 0.9;
  }

  body.inmo-home-modern .inmo-home-cinema::before {
    background:
      linear-gradient(90deg, rgba(244, 248, 246, 0.96) 0%, rgba(244, 248, 246, 0.72) 48%, rgba(244, 248, 246, 0.2) 100%),
      linear-gradient(180deg, rgba(244, 248, 246, 0) 70%, var(--inmo-soft) 100%);
  }

  body.inmo-home-modern .inmo-home-cinema::after {
    display: none;
  }

  body.inmo-home-modern .inmo-home-cinema__frame {
    display: grid;
    top: clamp(150px, 25vh, 230px);
    right: max(22px, 5vw);
    width: min(350px, 42vw);
    padding: 18px;
    gap: 12px;
    animation: none;
  }

  body.inmo-home-modern .elementor-element-8e0b2a6 > .elementor-container {
    border-radius: 8px;
  }

  body.inmo-home-modern .elementor-element-bddd4b8 {
    margin-top: 62px;
  }

  body.inmo-home-modern .inmo-home-dream .elementor-widget-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.inmo-home-modern .inmo-home-dream .elementor-widget-image,
  body.inmo-home-modern .inmo-psi-copy-panel {
    grid-column: 1;
    grid-row: auto;
  }

  body.inmo-home-modern .inmo-psi-copy-panel {
    order: 1;
  }

  body.inmo-home-modern .inmo-home-dream .elementor-widget-image {
    order: 2;
  }
}

@media (max-width: 767px) {
  body.inmo-home-modern .elementor-section.elementor-section-boxed > .elementor-container {
    width: min(100% - 24px, 720px);
  }

  body.inmo-home-modern .inmo-home-hero {
    min-height: auto;
    padding-bottom: 38px !important;
  }

  body.inmo-home-modern .inmo-home-hero > .elementor-container {
    grid-column: 1;
    grid-row: 1;
    min-height: auto;
  }

  body.inmo-home-modern .inmo-home-cinema {
    position: relative;
    inset: auto;
    grid-column: 1;
    grid-row: 2;
    z-index: 1;
    width: min(100%, 480px);
    min-height: clamp(462px, 120vw, 580px);
    margin: 18px auto 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    opacity: 1;
    filter: none;
    box-shadow:
      0 30px 74px -46px rgba(16, 33, 31, 0.74),
      inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  }

  body.inmo-home-modern .inmo-home-cinema::before {
    background:
      linear-gradient(180deg, rgba(16, 33, 31, 0.2) 0%, rgba(16, 33, 31, 0.04) 42%, rgba(16, 33, 31, 0.24) 100%),
      linear-gradient(135deg, rgba(152, 212, 214, 0.2), rgba(255, 255, 255, 0.02) 54%, rgba(16, 33, 31, 0.18));
  }

  body.inmo-home-modern .inmo-home-cinema::after {
    display: block;
    inset: 0;
    z-index: 6;
    border-color: rgba(255, 255, 255, 0.34);
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(16, 33, 31, 0.08);
  }

  body.inmo-home-modern .inmo-home-cinema__slide {
    inset: -5%;
    filter: saturate(1.02) contrast(1.02) blur(1.4px);
  }

  body.inmo-home-modern .inmo-home-cinema__frame {
    top: 50%;
    left: 50%;
    right: auto;
    width: calc(100% - 28px) !important;
    max-height: calc(100% - 28px);
    overflow: hidden;
    padding: clamp(16px, 4.8vw, 22px);
    gap: clamp(9px, 3vw, 13px);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow:
      0 26px 70px -42px rgba(16, 33, 31, 0.7),
      inset 0 1px 0 rgba(255, 255, 255, 0.58);
    transform: translate(-50%, -50%) !important;
    animation: none;
  }

  body.inmo-home-modern .inmo-home-cinema__topline {
    gap: 10px;
  }

  body.inmo-home-modern .inmo-home-cinema__topline strong {
    font-size: clamp(1.45rem, 7.2vw, 2.05rem);
    line-height: 1.02;
  }

  body.inmo-home-modern .inmo-home-cinema__metric {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.9);
  }

  body.inmo-home-modern .inmo-home-cinema__metric > strong {
    width: 42px;
    height: 42px;
  }

  body.inmo-home-modern .inmo-home-cinema__metric span {
    font-size: 0.88rem;
  }

  body.inmo-home-modern .inmo-home-cinema__metric b {
    font-size: 0.98rem;
  }

  body.inmo-home-modern .inmo-home-cinema__bar {
    height: 6px;
  }

  body.inmo-home-modern .inmo-home-cinema__note {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  body.inmo-home-modern .elementor-element-8e0b2a6 {
    padding-top: 10px;
    position: relative;
    z-index: 80;
    overflow: visible;
  }

  body.inmo-home-modern .elementor-element-8e0b2a6 > .elementor-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    min-height: 70px;
    padding: 8px 10px 8px 14px;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(16, 33, 31, 0.9);
    box-shadow: 0 18px 48px -34px rgba(16, 33, 31, 0.82);
    position: relative;
    overflow: visible;
    z-index: 80;
  }

  body.inmo-home-modern .elementor-element-957717b {
    flex: 1 1 auto !important;
    min-width: 0;
    width: auto !important;
  }

  body.inmo-home-modern .elementor-element-8722b73 {
    flex: 0 0 auto !important;
    min-width: 0;
    width: auto !important;
    margin-left: auto;
    position: static !important;
  }

  body.inmo-home-modern .elementor-element-8722b73 > .elementor-widget-wrap {
    justify-content: flex-end;
    align-content: center;
    position: static !important;
  }

  body.inmo-home-modern .elementor-element-9fbeb80,
  body.inmo-home-modern .elementor-element-9fbeb80 .elementor-widget-container {
    position: static !important;
  }

  body.inmo-home-modern .elementor-element-34a8344 {
    min-width: 0;
    width: auto !important;
  }

  body.inmo-home-modern .elementor-element-34a8344 img {
    width: 190px !important;
  }

  body.inmo-home-modern .elementor-menu-toggle {
    margin-left: auto;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    max-height: calc(100vh - 148px);
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid rgba(16, 33, 31, 0.1) !important;
    border-radius: 8px;
    background: #ffffff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow:
      0 28px 66px -42px rgba(16, 33, 31, 0.68),
      inset 0 1px 0 rgba(255, 255, 255, 0.78);
    transform-origin: top center;
    animation: inmoMobileMenuReveal 0.24s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    z-index: 99999 !important;
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 18px;
    right: 18px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(47, 116, 125, 0.22), transparent);
    pointer-events: none;
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown .elementor-nav-menu {
    position: relative;
    z-index: 1;
    display: grid !important;
    gap: 5px;
    width: 100% !important;
    justify-content: stretch !important;
    justify-items: stretch !important;
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown li,
  body.inmo-home-modern .elementor-nav-menu--dropdown .menu-item {
    width: 100% !important;
    border: 0 !important;
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown .elementor-item {
    display: flex !important;
    width: 100% !important;
    min-height: 46px !important;
    justify-content: flex-start !important;
    gap: 10px;
    padding: 0 16px !important;
    border: 1px solid rgba(16, 33, 31, 0.06) !important;
    border-bottom: 1px solid rgba(16, 33, 31, 0.06) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: var(--inmo-ink) !important;
    font-size: 0.94rem !important;
    font-weight: 820 !important;
    box-shadow: none !important;
    text-align: left !important;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown .elementor-item::before {
    content: "";
    position: static !important;
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(47, 116, 125, 0.28);
    opacity: 0.56;
    transform: scale(0.78);
    transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown .elementor-item::after {
    content: none !important;
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown .elementor-item:hover,
  body.inmo-home-modern .elementor-nav-menu--dropdown .elementor-item-active {
    background: #edf7f5 !important;
    border-color: rgba(47, 116, 125, 0.16) !important;
    color: #286970 !important;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.42),
      0 12px 26px -24px rgba(16, 33, 31, 0.52) !important;
    transform: none;
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown .elementor-item:hover::before,
  body.inmo-home-modern .elementor-nav-menu--dropdown .elementor-item-active::before {
    background: var(--inmo-teal);
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 4px rgba(152, 212, 214, 0.16);
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown .inmo-bridge-user-item {
    margin-top: 6px !important;
    padding-top: 8px !important;
    border-top-color: rgba(16, 33, 31, 0.1);
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown .inmo-bridge-user-item .inmo-bridge-user__panel:not(.user-profile__dropdown) {
    gap: 8px;
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown .inmo-bridge-user-item .inmo-bridge-user__panel:not(.user-profile__dropdown) .inmo-bridge-user__action {
    min-height: 44px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #153b38 0%, #2f747d 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 30px -18px rgba(24, 77, 76, 0.65) !important;
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown .inmo-bridge-user-item .inmo-bridge-user__panel:not(.user-profile__dropdown) .inmo-bridge-user__action.is-ghost {
    border-color: rgba(47, 116, 125, 0.2) !important;
    background: rgba(47, 116, 125, 0.08) !important;
    color: var(--inmo-teal) !important;
    box-shadow: none !important;
  }

  body.inmo-home-modern .elementor-nav-menu--dropdown .inmo-bridge-user-item .user-profile {
    background: rgba(47, 116, 125, 0.08) !important;
    color: var(--inmo-ink) !important;
  }

  body.inmo-home-modern .elementor-element-bddd4b8 {
    margin-top: 34px;
  }

  body.inmo-home-modern .inmo-home-hero .elementor-heading-title {
    font-size: 2.45rem !important;
    line-height: 1.05 !important;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }

  body.inmo-home-modern .inmo-home-lead {
    max-width: 34rem;
    margin-top: 18px;
    color: #354844;
    font-size: 1.02rem;
    line-height: 1.55;
  }

  body.inmo-home-modern .elementor-element-2febb14 {
    width: 100% !important;
    margin-top: 22px;
    margin-left: 0 !important;
  }

  body.inmo-home-modern .inmo-home-intro {
    padding-top: 64px !important;
  }

  body.inmo-home-modern .inmo-home-intro .inmo-intro-heading {
    gap: 10px;
  }

  body.inmo-home-modern .inmo-intro-heading__main {
    font-size: clamp(2.15rem, 11vw, 3rem);
    line-height: 1.02;
  }

  body.inmo-home-modern .inmo-intro-heading__sub {
    font-size: clamp(1.02rem, 5vw, 1.28rem);
  }

  body.inmo-home-modern .elementor-element-2febb14 .elementor-button-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.inmo-home-modern .elementor-element-2febb14 .elementor-button,
  body.inmo-home-modern .inmo-home-secondary-cta {
    width: 100%;
    min-height: 54px;
  }

  body.inmo-home-modern .inmo-home-trust {
    display: grid;
    width: 100%;
    margin: 18px 0 0 !important;
    gap: 8px;
  }

  body.inmo-home-modern .inmo-home-trust span {
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
  }

  body.inmo-home-modern .inmo-home-dream .elementor-widget-wrap,
  body.inmo-home-modern .inmo-home-contact > .elementor-container > .elementor-column > .elementor-widget-wrap {
    padding: 0 !important;
    border-radius: 8px;
  }

  body.inmo-home-modern .inmo-home-dream .elementor-widget-wrap {
    padding: 12px !important;
  }

  body.inmo-home-modern .inmo-home-contact > .elementor-container > .elementor-column > .elementor-widget-wrap {
    width: min(100%, 560px);
    padding: 24px 18px 28px !important;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.82);
  }

  body.inmo-home-modern .inmo-home-contact .elementor-heading-title {
    font-size: 2.12rem !important;
    line-height: 1.08 !important;
    text-align: center;
    text-wrap: balance;
  }

  body.inmo-home-modern .inmo-psi-fit {
    padding: 0;
  }

  body.inmo-home-modern .inmo-psi-fit__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.inmo-home-modern .inmo-psi-fit__card {
    min-height: 0;
    gap: 18px;
    padding: 20px;
  }

  body.inmo-home-modern .inmo-psi-copy-panel .elementor-widget-container {
    padding: 26px !important;
  }

  body.inmo-home-modern .inmo-psi-copy-panel h2 {
    font-size: clamp(1.95rem, 9vw, 2.75rem);
  }

  body.inmo-home-modern .inmo-psi-copy-panel__button {
    width: 100%;
  }

  body.inmo-home-modern #moove_gdpr_cookie_info_bar {
    bottom: 10px !important;
    width: calc(100vw - 20px) !important;
  }

  body.inmo-home-modern #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 10px 12px !important;
  }

  body.inmo-home-modern #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px !important;
  }

  body.inmo-home-modern #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice,
  body.inmo-home-modern #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
    font-size: 0.76rem !important;
    line-height: 1.28 !important;
  }

  body.inmo-home-modern #moove_gdpr_cookie_info_bar .mgbutton {
    justify-self: end;
    min-width: 94px !important;
    min-height: 38px !important;
    font-size: 0.8rem !important;
  }

  body.inmo-home-modern .inmo-reviews-fallback {
    width: min(100% - 28px, 720px);
    grid-template-columns: 1fr;
  }

  body.inmo-home-modern .inmo-reviews-fallback__prev,
  body.inmo-home-modern .inmo-reviews-fallback__next {
    display: none;
  }

  body.inmo-home-modern .elementor-icon-box-wrapper,
  body.inmo-home-modern .elementor-price-table,
  body.inmo-home-modern .elementor-image-box-wrapper {
    border-radius: 8px;
  }

  body.inmo-home-modern .inmo-home-steps .elementor-icon-box-wrapper {
    min-height: auto;
  }
}

@media (max-width: 380px) {
  body.inmo-home-modern .elementor-section.elementor-section-boxed > .elementor-container {
    width: min(100% - 20px, 720px);
  }

  body.inmo-home-modern .elementor-element-8e0b2a6 > .elementor-container {
    min-height: 64px;
    padding-inline: 12px 8px;
  }

  body.inmo-home-modern .elementor-element-34a8344 img {
    width: 172px !important;
  }

  body.inmo-home-modern .elementor-menu-toggle {
    width: 40px;
    height: 40px;
  }

  body.inmo-home-modern .inmo-home-hero .elementor-heading-title {
    font-size: 2.24rem !important;
  }

  body.inmo-home-modern .elementor-button,
  body.inmo-home-modern .elementor-price-table__button,
  body.inmo-home-modern .elementor-form button[type="submit"],
  body.inmo-home-modern .inmo-home-secondary-cta {
    font-size: 0.88rem !important;
  }

  body.inmo-home-modern .inmo-psi-copy-panel__proof {
    grid-template-columns: 1fr;
  }

  body.inmo-home-modern .inmo-psi-fit__card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.inmo-home-modern *,
  body.inmo-home-modern *::before,
  body.inmo-home-modern *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
