/* Все стили ограничены .hm-landing и классами hm-, чтобы не ломать стандартные блоки Tilda. */
    .hm-landing,
    .hm-landing * {
      box-sizing: border-box;
    }

    .hm-landing {
      --hm-black: #08080b;
      --hm-white: #ffffff;
      --hm-ink: #15151b;
      --hm-muted: #666670;
      --hm-line: rgba(8, 8, 11, .12);
      --hm-purple: #7b2cff;
      --hm-purple-dark: #4b14bd;
      --hm-green: #c8ff1a;
      --hm-soft: #f4f2f8;
      --hm-radius: 8px;
      --hm-shadow: 0 24px 80px rgba(8, 8, 11, .14);
      font-family: Inter, Arial, Helvetica, sans-serif;
      color: var(--hm-black);
      background: var(--hm-white);
      overflow: hidden;
      letter-spacing: 0;
    }

    .hm-landing a {
      color: inherit;
      text-decoration: none;
    }

    .hm-landing img[src^="PASTE_TILDA_FILE_URL"] { display: none !important; }

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

    .hm-wrap {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    .hm-section {
      padding: 92px 0;
      position: relative;
    }

    .hm-section-title {
      margin: 0 0 18px;
      font-size: clamp(34px, 5vw, 76px);
      line-height: .9;
      text-transform: uppercase;
      font-weight: 950;
      letter-spacing: 0;
    }

    .hm-section-lead {
      max-width: 760px;
      margin: 0;
      color: var(--hm-muted);
      font-size: clamp(17px, 2vw, 22px);
      line-height: 1.35;
    }

    .hm-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 22px;
      border: 1px solid var(--hm-black);
      border-radius: var(--hm-radius);
      background: var(--hm-black);
      color: var(--hm-white);
      font-size: 15px;
      font-weight: 850;
      text-transform: uppercase;
      cursor: pointer;
      transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
      white-space: nowrap;
      text-align: center;
    }

    .hm-button:hover {
      transform: translateY(-2px);
      background: var(--hm-purple);
      border-color: var(--hm-purple);
    }

    .hm-button-alt {
      background: var(--hm-white);
      color: var(--hm-black);
    }

    .hm-button-lime {
      background: var(--hm-green);
      color: var(--hm-black);
      border-color: var(--hm-green);
    }

    .hm-hero {
      min-height: 760px;
      padding: 56px 0 70px;
      background:
        radial-gradient(circle at 78% 35%, rgba(123, 44, 255, .28), transparent 34%),
        linear-gradient(180deg, #fff 0%, #f8f7fb 100%);
    }

    .hm-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
      gap: 40px;
      align-items: center;
    }

    .hm-logo {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .hm-topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 64px;
    }

    .hm-nav {
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 8px;
      border: 1px solid var(--hm-line);
      border-radius: 999px;
      background: rgba(255, 255, 255, .78);
      backdrop-filter: blur(12px);
    }

    .hm-nav a {
      padding: 8px 10px;
      border-radius: 999px;
      color: #303039;
      font-size: 13px;
      font-weight: 850;
      text-transform: uppercase;
      transition: background .2s ease, color .2s ease;
    }

    .hm-nav a:hover {
      background: var(--hm-black);
      color: var(--hm-white);
    }

    .hm-top-contact {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: #303039;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .hm-top-actions {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .hm-social-dot {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 38px;
      height: 38px;
      padding: 0 12px;
      border: 1px solid var(--hm-line);
      border-radius: 999px;
      background: rgba(255, 255, 255, .78);
      color: var(--hm-black);
      font-size: 11px;
      font-weight: 950;
      text-transform: uppercase;
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }

    .hm-social-dot:hover {
      transform: translateY(-2px);
      border-color: var(--hm-black);
      background: var(--hm-green);
    }

    .hm-logo-mark {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: var(--hm-green);
      border: 8px solid var(--hm-black);
      box-shadow: 0 0 0 6px rgba(200, 255, 26, .35);
    }

    .hm-kicker {
      display: inline-flex;
      margin-bottom: 22px;
      padding: 8px 10px;
      border: 1px solid var(--hm-line);
      border-radius: 999px;
      color: var(--hm-purple-dark);
      background: rgba(255, 255, 255, .74);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .hm-hero-title {
      max-width: 780px;
      margin: 0;
      font-size: clamp(54px, 9vw, 126px);
      line-height: .82;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: 0;
    }

    .hm-word {
      display: inline-block;
      opacity: 0;
      transform: translateY(26px);
      animation: hm-word-in .7s cubic-bezier(.2, .75, .22, 1) forwards;
    }

    .hm-word:nth-child(2) { animation-delay: .08s; }
    .hm-word:nth-child(3) { animation-delay: .16s; }
    .hm-word:nth-child(4) { animation-delay: .24s; }
    .hm-word:nth-child(5) { animation-delay: .32s; }

    .hm-hero-copy {
      max-width: 660px;
      margin: 28px 0 0;
      color: #303039;
      font-size: clamp(18px, 2.2vw, 24px);
      line-height: 1.32;
    }

    .hm-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 36px;
    }

    .hm-contact-row,
    .hm-final-contacts {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 18px;
    }

    .hm-contact-row a,
    .hm-final-contacts a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 12px;
      border: 1px solid var(--hm-line);
      border-radius: 999px;
      background: rgba(255, 255, 255, .74);
      color: #303039;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
    }

    .hm-contact-row .hm-instagram-link,
    .hm-final-contacts .hm-instagram-link {
      width: 48px;
      min-width: 48px;
      padding: 0;
      position: relative;
    }

    .hm-instagram-icon {
      position: relative;
      width: 21px;
      height: 21px;
      border-radius: 6px;
      background:
        radial-gradient(circle at 72% 27%, #fff 0 2px, transparent 3px),
        radial-gradient(circle at 50% 54%, transparent 0 5px, #fff 6px 7px, transparent 8px),
        linear-gradient(135deg, #feda75, #fa7e1e 32%, #d62976 58%, #962fbf 78%, #4f5bd5);
      filter: blur(1.8px);
      opacity: .62;
      transform: translateZ(0);
    }

    .hm-instagram-link::after {
      content: "";
      position: absolute;
      inset: -4px;
      border-radius: inherit;
      background: repeating-linear-gradient(-45deg, transparent 0 5px, rgba(8, 8, 11, .16) 6px 7px);
      pointer-events: none;
      opacity: .45;
    }

    .hm-instagram-link:hover .hm-instagram-icon {
      filter: blur(1.2px);
      opacity: .78;
    }

    .hm-contact-row a:hover,
    .hm-final-contacts a:hover {
      transform: translateY(-1px);
      border-color: var(--hm-black);
      background: var(--hm-black);
      color: var(--hm-white);
    }

    .hm-hero-visual {
      position: relative;
      min-height: 560px;
      perspective: 1100px;
      transform-style: preserve-3d;
    }

    .hm-hero-photo {
      position: absolute;
      inset: 5% 0 8% 6%;
      border: 1px solid rgba(255, 255, 255, .72);
      border-radius: var(--hm-radius);
      overflow: hidden;
      box-shadow: 0 34px 100px rgba(8, 8, 11, .22);
      background: var(--hm-black);
      transform: rotate(1.5deg);
      isolation: isolate;
    }

    .hm-hero-photo img,
    .hm-brand-photo img,
    .hm-case-visual img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    .hm-hero-photo::after,
    .hm-brand-photo::after,
    .hm-case-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, transparent 42%, rgba(8, 8, 11, .46)),
        linear-gradient(90deg, rgba(200, 255, 26, .12), transparent 28%, rgba(123, 44, 255, .16));
      pointer-events: none;
    }

    .hm-hero-photo::before,
    .hm-brand-photo::before,
    .hm-case-visual::before {
      content: "";
      position: absolute;
      inset: 14px;
      z-index: 2;
      border: 1px solid rgba(200, 255, 26, .58);
      pointer-events: none;
      mix-blend-mode: screen;
    }

    .hm-image-badge {
      position: absolute;
      left: 22px;
      bottom: 22px;
      z-index: 3;
      max-width: min(72%, 360px);
      padding: 8px 10px;
      border-radius: 999px;
      background: var(--hm-green);
      color: var(--hm-black);
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .04em;
    }

    .hm-hero-glow {
      position: absolute;
      inset: 14% 2% auto auto;
      width: min(420px, 76vw);
      height: min(420px, 76vw);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(123, 44, 255, .46), rgba(123, 44, 255, 0) 66%);
      filter: blur(16px);
      transform: translate3d(var(--hm-mx, 0), var(--hm-my, 0), 0);
      transition: transform .2s ease;
    }

    .hm-hero-card {
      position: absolute;
      display: grid;
      place-items: center;
      width: 190px;
      min-height: 112px;
      padding: 18px;
      border: 1px solid rgba(255, 255, 255, .5);
      border-radius: var(--hm-radius);
      background: rgba(255, 255, 255, .78);
      box-shadow: var(--hm-shadow);
      backdrop-filter: blur(12px);
      transform-style: preserve-3d;
      animation: hm-float 5s ease-in-out infinite;
    }

    .hm-fact-1 { left: 0; top: 18%; transform: rotate(-6deg); }
    .hm-fact-2 { right: 0; top: 5%; width: 230px; animation-delay: -.8s; }
    .hm-fact-3 { left: 12%; bottom: 8%; width: 240px; animation-delay: -1.7s; }
    .hm-fact-4 { right: 3%; bottom: 18%; width: 210px; animation-delay: -2.4s; }

    .hm-hero-fact {
      align-content: start;
      justify-items: start;
      min-height: 118px;
      color: var(--hm-black);
    }

    .hm-hero-fact strong {
      display: block;
      margin-bottom: 8px;
      font-size: 28px;
      line-height: .9;
      font-weight: 950;
      text-transform: uppercase;
    }

    .hm-hero-fact span {
      color: var(--hm-muted);
      font-size: 13px;
      line-height: 1.25;
      font-weight: 850;
    }

    .hm-product-shape {
      position: relative;
      width: 100%;
      height: 170px;
      border: 2px solid var(--hm-black);
      background: linear-gradient(135deg, #fff, #ece7f7);
      box-shadow: inset 0 -28px 60px rgba(123, 44, 255, .14);
    }

    .hm-product-shape::after {
      content: "ХочуМерч";
      position: absolute;
      left: 50%;
      top: 52%;
      transform: translate(-50%, -50%);
      padding: 5px 8px;
      background: var(--hm-green);
      color: var(--hm-black);
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .hm-shape-shirt {
      clip-path: polygon(30% 10%, 40% 0, 60% 0, 70% 10%, 96% 24%, 82% 48%, 72% 42%, 72% 100%, 28% 100%, 28% 42%, 18% 48%, 4% 24%);
    }

    .hm-shape-hoodie {
      height: 188px;
      border-radius: 44% 44% 8px 8px;
      clip-path: polygon(28% 14%, 38% 2%, 62% 2%, 72% 14%, 94% 28%, 82% 58%, 72% 48%, 76% 100%, 24% 100%, 28% 48%, 18% 58%, 6% 28%);
    }

    .hm-shape-tote {
      width: 84%;
      border-radius: 0 0 8px 8px;
    }

    .hm-shape-tote::before {
      content: "";
      position: absolute;
      left: 50%;
      top: -40px;
      width: 90px;
      height: 58px;
      border: 10px solid var(--hm-black);
      border-bottom: 0;
      border-radius: 54px 54px 0 0;
      transform: translateX(-50%);
    }

    .hm-shape-panama {
      height: 112px;
      margin-top: 50px;
      border-radius: 60px 60px 18px 18px;
    }

    .hm-shape-panama::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -26px;
      width: 145%;
      height: 42px;
      border: 2px solid var(--hm-black);
      border-radius: 50%;
      background: linear-gradient(135deg, #fff, #ece7f7);
      transform: translateX(-50%);
    }

    .hm-card-label {
      margin-top: 12px;
      color: var(--hm-black);
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .hm-marquee {
      display: flex;
      overflow: hidden;
      background: var(--hm-black);
      color: var(--hm-white);
      border-top: 1px solid var(--hm-black);
      border-bottom: 1px solid var(--hm-black);
    }

    .hm-proof {
      padding: 28px 0;
      background: var(--hm-white);
      border-bottom: 1px solid var(--hm-line);
    }

    .hm-proof-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }

    .hm-proof-card {
      min-height: 128px;
      padding: 18px;
      border: 1px solid var(--hm-line);
      border-radius: var(--hm-radius);
      background: var(--hm-white);
    }

    .hm-proof-card strong {
      display: block;
      margin-bottom: 20px;
      font-size: 22px;
      line-height: 1;
      font-weight: 950;
      text-transform: uppercase;
    }

    .hm-proof-card span {
      color: var(--hm-muted);
      font-size: 14px;
      line-height: 1.35;
    }

    .hm-marquee-track {
      display: flex;
      min-width: max-content;
      animation: hm-marquee 18s linear infinite;
    }

    .hm-marquee span {
      padding: 18px 24px;
      color: var(--hm-green);
      font-size: clamp(22px, 4vw, 48px);
      line-height: 1;
      font-weight: 950;
      text-transform: uppercase;
    }

    .hm-products {
      background: var(--hm-white);
    }

    .hm-brand-start {
      background:
        radial-gradient(circle at 12% 8%, rgba(200, 255, 26, .28), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f7f5fb 100%);
    }

    .hm-brand-copy {
      display: grid;
      grid-template-columns: .92fr 1.08fr;
      gap: 36px;
      align-items: start;
    }

    .hm-brand-photo {
      position: relative;
      min-height: 420px;
      margin-top: 42px;
      border-radius: var(--hm-radius);
      overflow: hidden;
      box-shadow: 0 34px 100px rgba(8, 8, 11, .18);
      background: var(--hm-black);
      isolation: isolate;
    }

    .hm-brand-copy-text {
      color: var(--hm-muted);
      font-size: clamp(17px, 2vw, 22px);
      line-height: 1.38;
    }

    .hm-brand-copy-text p {
      margin: 0 0 18px;
    }

    .hm-brand-grid,
    .hm-launch-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 42px;
    }

    .hm-brand-card,
    .hm-direction-card,
    .hm-launch-card {
      border: 1px solid var(--hm-line);
      border-radius: var(--hm-radius);
      background: var(--hm-white);
      transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
    }

    .hm-brand-card {
      min-height: 210px;
      padding: 22px;
    }

    .hm-launch-card {
      min-height: 210px;
      padding: 22px;
      background:
        linear-gradient(180deg, rgba(123, 44, 255, .08), rgba(255, 255, 255, 0) 58%),
        var(--hm-white);
    }

    .hm-brand-card:hover,
    .hm-direction-card:hover,
    .hm-launch-card:hover {
      transform: translateY(-4px);
      border-color: rgba(123, 44, 255, .38);
      box-shadow: 0 24px 70px rgba(8, 8, 11, .11);
    }

    .hm-stage {
      display: inline-flex;
      margin-bottom: 34px;
      padding: 7px 9px;
      background: var(--hm-black);
      color: var(--hm-green);
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .hm-brand-card h3,
    .hm-direction-card h3,
    .hm-launch-card h3 {
      margin: 0 0 12px;
      font-size: 24px;
      line-height: 1;
      font-weight: 950;
      text-transform: uppercase;
    }

    .hm-brand-card p,
    .hm-direction-card p,
    .hm-launch-card p {
      margin: 0;
      color: var(--hm-muted);
      font-size: 15px;
      line-height: 1.38;
    }

    .hm-case {
      background: var(--hm-black);
      color: var(--hm-white);
    }

    .hm-case .hm-section-lead {
      color: rgba(255, 255, 255, .72);
    }

    .hm-case-split {
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
      gap: 28px;
      align-items: stretch;
      margin-top: 42px;
    }

    .hm-case-visual {
      position: relative;
      min-height: 440px;
      border: 1px solid rgba(255, 255, 255, .16);
      border-radius: var(--hm-radius);
      background:
        radial-gradient(circle at 56% 30%, rgba(123, 44, 255, .36), transparent 33%),
        linear-gradient(145deg, #f7f7fb 0%, #d7d3e2 100%);
      overflow: hidden;
      isolation: isolate;
    }

    .hm-case-person {
      position: absolute;
      left: 50%;
      bottom: 0;
      width: min(340px, 72%);
      height: 86%;
      transform: translateX(-50%);
      border-radius: 130px 130px 0 0;
      background:
        linear-gradient(180deg, #1b1b22 0 12%, transparent 12%),
        linear-gradient(180deg, transparent 0 24%, #fff 24% 78%, #16161c 78%);
      box-shadow: 0 30px 90px rgba(8, 8, 11, .24);
    }

    .hm-case-person::before {
      content: "Muse Wear";
      position: absolute;
      left: 50%;
      top: 48%;
      transform: translate(-50%, -50%);
      padding: 6px 9px;
      background: var(--hm-black);
      color: var(--hm-white);
      font-size: 13px;
      font-weight: 950;
      white-space: nowrap;
    }

    .hm-case-label {
      position: absolute;
      left: 18px;
      bottom: 18px;
      z-index: 3;
      padding: 8px 10px;
      border-radius: 999px;
      background: var(--hm-green);
      color: var(--hm-black);
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .hm-case-flow {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .hm-case-step {
      min-height: 210px;
      padding: 22px;
      border: 1px solid rgba(255, 255, 255, .16);
      border-radius: var(--hm-radius);
      background: rgba(255, 255, 255, .06);
    }

    .hm-case-step span {
      display: block;
      margin-bottom: 54px;
      color: var(--hm-green);
      font-weight: 950;
    }

    .hm-case-step strong {
      display: block;
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 1;
      text-transform: uppercase;
    }

    .hm-case-step p {
      margin: 0;
      color: rgba(255, 255, 255, .7);
      font-size: 15px;
      line-height: 1.38;
    }

    .hm-directions {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      margin-top: 42px;
    }

    .hm-direction-card {
      padding: 28px;
      background:
        radial-gradient(circle at 90% 10%, rgba(123, 44, 255, .16), transparent 30%),
        var(--hm-white);
    }

    .hm-direction-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin: 24px 0 0;
      padding: 0;
      list-style: none;
    }

    .hm-direction-list li {
      min-height: 46px;
      padding: 12px;
      border-radius: var(--hm-radius);
      background: var(--hm-soft);
      font-size: 14px;
      font-weight: 850;
      line-height: 1.15;
    }

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

    .hm-product-card,
    .hm-tech-card,
    .hm-reason,
    .hm-price-row {
      border: 1px solid var(--hm-line);
      border-radius: var(--hm-radius);
      background: var(--hm-white);
    }

    .hm-product-card {
      min-height: 430px;
      padding: 16px;
      transform-style: preserve-3d;
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    }

    .hm-product-card:hover {
      border-color: rgba(123, 44, 255, .38);
      box-shadow: 0 28px 72px rgba(8, 8, 11, .12);
      transform: translateY(-5px) rotateX(var(--hm-tilt-x, 0deg)) rotateY(var(--hm-tilt-y, 0deg));
    }

    .hm-product-media {
      display: grid;
      place-items: center;
      height: 210px;
      margin-bottom: 20px;
      border-radius: var(--hm-radius);
      background:
        radial-gradient(circle at 70% 20%, rgba(123, 44, 255, .24), transparent 32%),
        #f5f3fa;
      overflow: hidden;
    }

    .hm-product-media .hm-product-shape {
      width: 74%;
      transform: scale(.9);
    }

    .hm-product-card h3,
    .hm-tech-card h3 {
      margin: 0 0 10px;
      font-size: 25px;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 950;
    }

    .hm-product-card p,
    .hm-tech-card p {
      min-height: 68px;
      margin: 0 0 18px;
      color: var(--hm-muted);
      font-size: 15px;
      line-height: 1.38;
    }

    .hm-price {
      display: inline-flex;
      margin-bottom: 18px;
      padding: 7px 9px;
      background: var(--hm-green);
      color: var(--hm-black);
      font-weight: 950;
    }

    .hm-note {
      margin: 24px 0 0;
      color: var(--hm-muted);
      font-size: 14px;
      line-height: 1.45;
    }

    .hm-work {
      background: var(--hm-black);
      color: var(--hm-white);
    }

    .hm-work .hm-section-lead,
    .hm-work .hm-note {
      color: rgba(255, 255, 255, .7);
    }

    .hm-flow {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 12px;
      margin-top: 44px;
    }

    .hm-flow-step {
      position: relative;
      min-height: 150px;
      padding: 18px;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: var(--hm-radius);
      background: rgba(255, 255, 255, .06);
    }

    .hm-flow-step:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -15px;
      width: 18px;
      height: 2px;
      background: var(--hm-green);
    }

    .hm-flow-num {
      display: block;
      margin-bottom: 28px;
      color: var(--hm-green);
      font-weight: 950;
    }

    .hm-flow-step strong {
      display: block;
      font-size: 18px;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .hm-tech-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
      margin-top: 40px;
    }

    .hm-tech-card {
      min-height: 230px;
      padding: 22px;
      background:
        linear-gradient(180deg, rgba(123, 44, 255, .08), rgba(255, 255, 255, 0) 58%),
        var(--hm-white);
    }

    .hm-tech-mark {
      width: 42px;
      height: 42px;
      margin-bottom: 34px;
      border: 2px solid var(--hm-black);
      border-radius: 50%;
      background: var(--hm-green);
      box-shadow: 8px 8px 0 var(--hm-purple);
    }

    .hm-quiz-section {
      background:
        radial-gradient(circle at 10% 10%, rgba(200, 255, 26, .25), transparent 28%),
        var(--hm-soft);
    }

    .hm-quiz {
      display: grid;
      grid-template-columns: .92fr 1.08fr;
      gap: 32px;
      align-items: stretch;
      margin-top: 42px;
    }

    .hm-quiz-aside,
    .hm-quiz-panel {
      border: 1px solid var(--hm-line);
      border-radius: var(--hm-radius);
      background: var(--hm-white);
    }

    .hm-quiz-aside {
      padding: 28px;
      background: var(--hm-black);
      color: var(--hm-white);
    }

    .hm-quiz-aside strong {
      display: block;
      margin-bottom: 18px;
      font-size: clamp(30px, 4vw, 58px);
      line-height: .9;
      text-transform: uppercase;
      font-weight: 950;
    }

    .hm-quiz-aside p {
      margin: 0;
      color: rgba(255, 255, 255, .72);
      font-size: 17px;
      line-height: 1.45;
    }

    .hm-quiz-panel {
      min-height: 452px;
      padding: 28px;
      box-shadow: var(--hm-shadow);
    }

    .hm-quiz-progress {
      height: 8px;
      margin-bottom: 28px;
      border-radius: 999px;
      background: #eceaf1;
      overflow: hidden;
    }

    .hm-quiz-bar {
      display: block;
      width: 20%;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--hm-purple), var(--hm-green));
      transition: width .3s ease;
    }

    .hm-quiz-step {
      display: none;
    }

    .hm-quiz-step.hm-active {
      display: block;
      animation: hm-fade-up .34s ease both;
    }

    .hm-quiz-step h3 {
      margin: 0 0 20px;
      font-size: clamp(28px, 3vw, 42px);
      line-height: 1;
      text-transform: uppercase;
      font-weight: 950;
    }

    .hm-options {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .hm-option {
      display: flex;
      align-items: center;
      min-height: 62px;
      padding: 14px;
      border: 1px solid var(--hm-line);
      border-radius: var(--hm-radius);
      background: var(--hm-white);
      font-size: 15px;
      font-weight: 850;
      text-align: left;
      cursor: pointer;
      transition: border-color .2s ease, background .2s ease, transform .2s ease;
    }

    .hm-option:hover,
    .hm-option.hm-selected {
      border-color: var(--hm-purple);
      background: rgba(123, 44, 255, .08);
      transform: translateY(-1px);
    }

    .hm-fields {
      display: grid;
      gap: 10px;
    }

    .hm-input,
    .hm-textarea {
      width: 100%;
      border: 1px solid var(--hm-line);
      border-radius: var(--hm-radius);
      padding: 16px 14px;
      color: var(--hm-black);
      background: var(--hm-white);
      font: inherit;
      font-size: 16px;
      outline: 0;
    }

    .hm-textarea {
      min-height: 110px;
      resize: vertical;
    }

    .hm-input:focus,
    .hm-textarea:focus {
      border-color: var(--hm-purple);
      box-shadow: 0 0 0 4px rgba(123, 44, 255, .12);
    }

    .hm-quiz-actions {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      margin-top: 26px;
    }

    .hm-quiz-result {
      display: none;
      padding: 22px;
      border-radius: var(--hm-radius);
      background: var(--hm-black);
      color: var(--hm-white);
    }

    .hm-quiz-result.hm-active {
      display: block;
      animation: hm-fade-up .34s ease both;
    }

    .hm-quiz-result strong {
      display: block;
      margin-bottom: 12px;
      font-size: 28px;
      line-height: 1;
      text-transform: uppercase;
    }

    .hm-reasons {
      background: var(--hm-white);
    }

    .hm-reason-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin-top: 40px;
    }

    .hm-reason {
      min-height: 132px;
      padding: 20px;
      font-size: 18px;
      line-height: 1.16;
      font-weight: 900;
      text-transform: uppercase;
    }

    .hm-reason::before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      margin-bottom: 22px;
      border-radius: 50%;
      background: var(--hm-purple);
      box-shadow: 10px 0 0 var(--hm-green);
    }

    .hm-prices {
      background: var(--hm-black);
      color: var(--hm-white);
    }

    .hm-prices .hm-section-lead,
    .hm-prices .hm-note {
      color: rgba(255, 255, 255, .7);
    }

    .hm-price-table {
      margin-top: 42px;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: var(--hm-radius);
      overflow: hidden;
    }

    .hm-price-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 16px;
      align-items: center;
      padding: 22px;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, .14);
      border-radius: 0;
      background: rgba(255, 255, 255, .04);
      color: var(--hm-white);
    }

    .hm-price-row:last-child {
      border-bottom: 0;
    }

    .hm-price-row span:first-child {
      font-size: 20px;
      font-weight: 850;
    }

    .hm-price-row span:last-child {
      color: var(--hm-green);
      font-size: 24px;
      font-weight: 950;
      white-space: nowrap;
    }

    .hm-download {
      background:
        linear-gradient(90deg, rgba(123, 44, 255, .1), transparent 42%),
        var(--hm-white);
    }

    .hm-download-box {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 28px;
      align-items: center;
      padding: 36px;
      border: 1px solid var(--hm-line);
      border-radius: var(--hm-radius);
      background: var(--hm-white);
      box-shadow: var(--hm-shadow);
    }

    .hm-download-box h2,
    .hm-final h2 {
      margin: 0 0 14px;
      font-size: clamp(34px, 5vw, 74px);
      line-height: .9;
      text-transform: uppercase;
      font-weight: 950;
    }

    .hm-download-box p {
      max-width: 760px;
      margin: 0;
      color: var(--hm-muted);
      font-size: 18px;
      line-height: 1.4;
    }

    .hm-final {
      padding: 100px 0 120px;
      background:
        radial-gradient(circle at 70% 40%, rgba(123, 44, 255, .36), transparent 34%),
        var(--hm-black);
      color: var(--hm-white);
      text-align: center;
    }

    .hm-final h2 {
      max-width: 900px;
      margin: 0 auto 30px;
    }

    .hm-final-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
    }

    .hm-final-contacts {
      justify-content: center;
      margin-top: 22px;
    }

    .hm-final-contacts a {
      border-color: rgba(255, 255, 255, .22);
      background: rgba(255, 255, 255, .08);
      color: rgba(255, 255, 255, .86);
    }

    .hm-final-contacts a:hover {
      background: var(--hm-green);
      color: var(--hm-black);
      border-color: var(--hm-green);
    }

    .hm-mobile-sticky {
      display: none;
      position: fixed;
      left: 12px;
      right: 12px;
      bottom: 12px;
      z-index: 50;
      box-shadow: 0 14px 34px rgba(8, 8, 11, .26);
    }

    .hm-reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .7s ease, transform .7s ease;
    }

    .hm-reveal.hm-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @keyframes hm-word-in {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes hm-float {
      0%, 100% { translate: 0 0; }
      50% { translate: 0 -18px; }
    }

    @keyframes hm-marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    @keyframes hm-fade-up {
      from {
        opacity: 0;
        transform: translateY(12px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 1024px) {
      .hm-section {
        padding: 76px 0;
      }

      .hm-hero {
        min-height: auto;
      }

      .hm-hero-grid,
      .hm-quiz {
        grid-template-columns: 1fr;
      }

      .hm-logo {
        margin-bottom: 46px;
      }

      .hm-hero-visual {
        min-height: 510px;
      }

      .hm-product-grid,
      .hm-tech-grid,
      .hm-reason-grid,
      .hm-brand-grid,
      .hm-launch-grid,
      .hm-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .hm-brand-copy,
      .hm-case-split,
      .hm-directions {
        grid-template-columns: 1fr;
      }

      .hm-flow {
        grid-template-columns: 1fr;
      }

      .hm-flow-step:not(:last-child)::after {
        top: auto;
        right: auto;
        left: 28px;
        bottom: -8px;
        width: 2px;
        height: 14px;
      }

      .hm-download-box {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 640px) {
      .hm-wrap {
        width: min(100% - 24px, 1180px);
      }

      .hm-section {
        padding: 58px 0;
      }

      .hm-hero {
        padding-top: 34px;
      }

      .hm-logo {
        margin-bottom: 34px;
      }

      .hm-hero-actions,
      .hm-contact-row,
      .hm-final-actions,
      .hm-final-contacts,
      .hm-quiz-actions {
        flex-direction: column;
      }

      .hm-button,
      .hm-contact-row a,
      .hm-final-contacts a,
      .hm-mobile-sticky {
        width: 100%;
        min-height: 54px;
        white-space: normal;
        line-height: 1.15;
      }

      .hm-contact-row .hm-instagram-link,
      .hm-final-contacts .hm-instagram-link {
        width: 100%;
      }

      .hm-hero-visual {
        min-height: 420px;
      }

      .hm-hero-card {
        width: 172px;
        min-height: 190px;
        padding: 12px;
      }

      .hm-topbar {
        align-items: flex-start;
        margin-bottom: 36px;
      }

      .hm-nav,
      .hm-top-actions {
        display: none;
      }

      .hm-hero-photo {
        inset: 7% 0 8% 0;
      }

      .hm-fact-1 { left: 0; top: 12%; }
      .hm-fact-2 { right: 0; top: 2%; width: 170px; }
      .hm-fact-3 { left: 0; bottom: 8%; width: 184px; }
      .hm-fact-4 { right: 0; bottom: 18%; width: 162px; }

      .hm-product-shape {
        height: 128px;
      }

      .hm-product-grid,
      .hm-tech-grid,
      .hm-reason-grid,
      .hm-brand-grid,
      .hm-launch-grid,
      .hm-proof-grid,
      .hm-case-flow,
      .hm-options {
        grid-template-columns: 1fr;
      }

      .hm-proof-card {
        min-height: 112px;
      }

      .hm-direction-list {
        grid-template-columns: 1fr;
      }

      .hm-case-visual {
        min-height: 360px;
      }

      .hm-product-card,
      .hm-tech-card {
        min-height: auto;
      }

      .hm-price-row {
        grid-template-columns: 1fr;
      }

      .hm-download-box {
        padding: 24px;
      }

      .hm-mobile-sticky {
        display: inline-flex;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .hm-landing *,
      .hm-landing *::before,
      .hm-landing *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
      }
    }
