:root {
  --black: #202020;
  --ink: #333333;
  --muted: #7a7a7a;
  --line: #d7d7d7;
  --paper: #ffffff;
  --soft: #f6f6f6;
  --dark: #2b2b2b;
  --max: 1380px;
}.horeka-page, .horeka-page * {
  box-sizing: border-box;
}.horeka-page {
  scroll-behavior: smooth;
  overflow-x: clip;
}.horeka-page {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 14px;
  line-height: 1.5;
  overflow-x: clip;
}.horeka-page section {
  scroll-margin-top: 118px;
}.horeka-page a {
  color: inherit;
  text-decoration: none;
}.horeka-page img {
  display: block;
  max-width: 100%;
}.horeka-page .site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}.horeka-page .topline, .horeka-page .mainbar {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}.horeka-page .topline {
  height: 38px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 54px;
  color: #777;
}.horeka-page .mainbar {
  min-height: 56px;
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: 24px;
}.horeka-page .logo span {
  display: block;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.95;
}.horeka-page .logo small {
  display: block;
  margin-top: 2px;
  color: #777;
  font-size: 10px;
  letter-spacing: 0.08em;
}.horeka-page .product-nav {
  display: flex;
  justify-content: center;
  gap: 32px;
  color: #333;
  font-weight: 700;
}.horeka-page .phones {
  display: grid;
  gap: 0;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-align: right;
}.horeka-page .menu-toggle {
  display: none;
}.horeka-page .hero {
  position: relative;
  min-height: 710px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #111;
}.horeka-page .hero-media, .horeka-page .hero-media::after {
  position: absolute;
  inset: 0;
}.horeka-page .hero-media img {
  width: 100%;
  height: calc(100% + 260px);
  margin-top: -130px;
  object-fit: cover;
  filter: saturate(1.05);
  transform: translate3d(0, var(--hero-parallax-y, 0px), 0) scale(1.03);
  transform-origin: center;
  will-change: transform;
}.horeka-page .hero-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.38) 52%, rgba(0, 0, 0, 0.14)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0) 42%);
}.horeka-page .hero-content {
  position: relative;
  width: min(900px, calc(100% - 56px));
  margin: 0 auto;
  padding: 100px 0 92px;
  color: #fff;
  transform: translateX(-6%);
}.horeka-page .eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}.horeka-page .hero .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}.horeka-page h1, .horeka-page h2, .horeka-page h3, .horeka-page p {
  margin-top: 0;
}.horeka-page h1 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0;
}.horeka-page h2 {
  margin-bottom: 20px;
  color: #111;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 700;
}.horeka-page h3 {
  color: #111;
  font-size: 23px;
  line-height: 1.18;
  font-weight: 700;
}.horeka-page .lead {
  max-width: 760px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
}.horeka-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}.horeka-page .btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid currentColor;
  font-weight: 700;
  transition: transform 0.18s ease, background 0.18s ease;
}.horeka-page .btn:hover {
  transform: translateY(-2px);
}.horeka-page .btn-dark {
  color: #fff;
  background: var(--black);
  border-color: var(--black);
}.horeka-page .btn-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.64);
}.horeka-page .hero-note {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
}.horeka-page .stats {
  max-width: var(--max);
  margin: 78px auto 70px;
  padding: 0 28px;
  display: grid;
  gap: 34px;
}.horeka-page .stats-copy {
  max-width: 760px;
}.horeka-page .stats-copy h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 0.98;
  letter-spacing: 0;
}.horeka-page .stats-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}.horeka-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}.horeka-page .stat {
  min-height: 136px;
  padding: 28px 18px 24px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  background: #f7f7f8;
  border: 1px solid #efeff1;
  border-radius: 8px;
  text-align: center;
}.horeka-page .stat strong {
  color: var(--ink);
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 500;
  line-height: 1;
}.horeka-page .stat span {
  max-width: 170px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.25;
}.horeka-page .section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 28px;
}.horeka-page .section-dark {
  max-width: none;
  padding-inline: 0;
  background: var(--dark);
}.horeka-page .section-dark .section-head, .horeka-page .section-dark .product-grid {
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: 28px;
}.horeka-page .section-head {
  margin-bottom: 52px;
  text-align: center;
}.horeka-page .section-head p:not(.eyebrow) {
  max-width: 760px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 18px;
}.horeka-page .section-dark h2, .horeka-page .section-dark h3 {
  color: #fff;
}.horeka-page .section-dark .section-head p:not(.eyebrow), .horeka-page .section-dark .product-card p {
  color: rgba(255, 255, 255, 0.72);
}.horeka-page .product-showcase {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
}.horeka-page .product-visual {
  position: relative;
  min-height: 620px;
  padding: 44px 44px 72px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0)),
    #1c1c1c;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 0.22s ease, border-color 0.22s ease;
  will-change: transform;
}.horeka-page .product-visual::before {
  content: "";
  position: absolute;
  left: 52px;
  right: 52px;
  top: 52px;
  bottom: 118px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform: translateZ(24px);
  pointer-events: none;
}.horeka-page .product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    520px circle at var(--glow-x, 50%) var(--glow-y, 50%),
    rgba(255, 255, 255, 0.16),
    rgba(255, 255, 255, 0.04) 32%,
    transparent 62%
  );
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
  mix-blend-mode: screen;
}.horeka-page .product-visual.is-active {
  border-color: rgba(255, 255, 255, 0.42);
}.horeka-page .product-visual.is-active::after {
  opacity: 1;
}.horeka-page .product-visual img {
  position: absolute;
  object-fit: contain;
  will-change: transform;
  transition: transform 0.22s ease;
}.horeka-page .visual-main {
  left: 12%;
  top: 9%;
  width: 72%;
  height: 48%;
  filter: drop-shadow(0 34px 44px rgba(0, 0, 0, 0.45));
  transform: translate3d(calc(var(--move-x, 0px) * -0.35), calc(var(--move-y, 0px) * -0.25), 52px) scale(1.02);
}.horeka-page .visual-tile {
  width: 34%;
  height: 28%;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}.horeka-page .visual-tile-a {
  left: 8%;
  bottom: 29%;
  transform: translate3d(calc(var(--move-x, 0px) * 0.24), calc(var(--move-y, 0px) * 0.18), 68px);
}.horeka-page .visual-tile-b {
  left: 37%;
  bottom: 21%;
  transform: translate3d(calc(var(--move-x, 0px) * -0.18), calc(var(--move-y, 0px) * 0.28), 86px);
}.horeka-page .visual-tile-c {
  right: 8%;
  bottom: 30%;
  transform: translate3d(calc(var(--move-x, 0px) * 0.32), calc(var(--move-y, 0px) * -0.16), 72px);
}.horeka-page .visual-caption {
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: translateZ(46px);
}.horeka-page .visual-caption span {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 12px;
}.horeka-page .product-lines {
  display: grid;
  align-content: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}.horeka-page .product-lines article {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px 34px;
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}.horeka-page .product-lines span {
  color: rgba(255, 255, 255, 0.52);
  font-weight: 700;
  letter-spacing: 0.1em;
}.horeka-page .product-lines h3 {
  margin-bottom: 10px;
  font-size: 30px;
}.horeka-page .product-lines p {
  grid-column: 2;
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}.horeka-page .split, .horeka-page .process {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 70px;
}.horeka-page .audience-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: start;
}.horeka-page .section-title {
  align-self: start;
}.horeka-page .section-title p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}.horeka-page .audience-sticky {
  position: sticky;
  top: 118px;
  align-self: start;
  padding-top: 8px;
}.horeka-page .audience-heading h2 {
  max-width: 420px;
  margin-bottom: 24px;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.02;
}.horeka-page .audience-copy {
  max-width: 620px;
}.horeka-page .audience-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}.horeka-page .audience-list {
  display: grid;
  gap: 0;
  background: var(--soft);
  padding: 18px 32px;
}.horeka-page .audience-list div {
  min-width: 0;
}.horeka-page .audience-list article {
  display: grid;
  grid-template-columns: 58px minmax(140px, 210px) minmax(0, 1fr) minmax(190px, 220px);
  align-items: center;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}.horeka-page .audience-list article:last-child {
  border-bottom: 0;
}.horeka-page .audience-list span {
  color: transparent;
  -webkit-text-stroke: 1px #222;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}.horeka-page .audience-list img {
  width: 100%;
  aspect-ratio: 2.25 / 1;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter 0.32s ease, opacity 0.32s ease, transform 0.32s ease;
}.horeka-page .audience-list article:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.03);
}.horeka-page .audience-list strong {
  color: #111;
  font-size: 20px;
}.horeka-page .audience-list p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}.horeka-page .audience-list a {
  width: 100%;
  justify-self: stretch;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
  text-decoration: none;
  white-space: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}.horeka-page .audience-list a::after {
  content: " →";
}.horeka-page .object-matrix {
  padding-block: 72px;
  background: #f5f5f3;
}.horeka-page .object-converter {
  display: grid;
  grid-template-columns: minmax(300px, 0.45fr) minmax(0, 1fr);
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}.horeka-page .object-intro {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  padding: 8px 0 0;
}.horeka-page .object-intro h2 {
  max-width: 520px;
  margin-bottom: 20px;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.04;
}.horeka-page .object-intro > p:not(.eyebrow) {
  max-width: 460px;
  margin-bottom: 24px;
  color: #666;
  font-size: 16px;
}.horeka-page .object-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  color: #fff;
  background: var(--black);
  border: 1px solid var(--black);
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}.horeka-page .object-cta:hover {
  background: transparent;
  color: var(--black);
  transform: translateY(-2px);
}.horeka-page .object-tabs {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  align-content: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  align-self: end;
  padding-top: 10px;
  width: 100%;
}.horeka-page .object-tabs button {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #d5d5d0;
  background: rgba(255, 255, 255, 0.62);
  color: #333;
  text-align: left;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}.horeka-page .object-tabs button:hover, .horeka-page .object-tabs button.is-active {
  border-color: var(--black);
  background: var(--black);
  color: #fff;
  transform: translateY(-2px);
}.horeka-page .object-stage {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  min-height: 480px;
  border: 1px solid #cfcfca;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
}.horeka-page .object-media {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background: #222;
}.horeka-page .object-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.84;
  transform: scale(1.04);
  transition: opacity 0.35s ease, transform 0.55s ease;
}.horeka-page .object-media.is-changing img {
  opacity: 0.52;
  transform: scale(1.09);
}.horeka-page .object-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent 48%),
    linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.5));
  pointer-events: none;
}.horeka-page .object-motion {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(32, 32, 32, 0.34);
  backdrop-filter: blur(12px);
}.horeka-page .object-motion span {
  position: relative;
  min-height: 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2px;
  padding: 28px 12px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}.horeka-page .object-motion span:last-child {
  border-right: 0;
}.horeka-page .object-motion span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 13px;
  z-index: 2;
  width: var(--level, 60%);
  max-width: calc(100% - 24px);
  height: 2px;
  background: #fff;
  transition: width 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}.horeka-page .object-motion span::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 13px;
  height: 2px;
  background: rgba(255, 255, 255, 0.24);
}.horeka-page .object-motion span:nth-child(2)::before {
  transition-delay: 0.06s;
}.horeka-page .object-motion span:nth-child(3)::before {
  transition-delay: 0.12s;
}.horeka-page .object-motion span:nth-child(4)::before {
  transition-delay: 0.18s;
}.horeka-page .object-motion.is-updating span::before {
  width: 0;
}.horeka-page .object-motion strong {
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}.horeka-page .object-panel {
  display: flex;
  flex-direction: column;
  padding: 34px 34px 30px;
}.horeka-page .object-kicker {
  margin-bottom: 16px;
  color: #777;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}.horeka-page .object-panel h3 {
  margin-bottom: 16px;
  color: var(--black);
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1;
}.horeka-page .object-panel > p:not(.object-kicker) {
  margin-bottom: 22px;
  color: #555;
  font-size: 16px;
}.horeka-page .object-panel ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}.horeka-page .object-panel li {
  position: relative;
  padding-left: 24px;
  color: #222;
  font-weight: 600;
}.horeka-page .object-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  background: var(--black);
}.horeka-page .object-actions {
  margin-top: auto;
  display: grid;
  gap: 12px;
}.horeka-page .object-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  background: var(--black);
  color: #fff;
  font-weight: 800;
}.horeka-page .object-actions span {
  color: #777;
  font-size: 14px;
}

.horeka-page .compact {
  margin-bottom: 38px;
  text-align: left;
}.horeka-page .benefit-grid, .horeka-page .service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}.horeka-page .benefit-grid article, .horeka-page .service-grid article, .horeka-page .steps article {
  border: 1px solid var(--line);
  padding: 28px;
  background: #fff;
}.horeka-page .benefit-grid span, .horeka-page .steps span {
  display: block;
  margin-bottom: 18px;
  color: #333;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}.horeka-page .benefit-grid h3 {
  font-size: 21px;
  line-height: 1.22;
}.horeka-page .benefit-grid p, .horeka-page .service-grid p, .horeka-page .steps p {
  margin-bottom: 0;
  color: var(--muted);
}.horeka-page .portfolio {
  border-top: 1px solid var(--line);
}.horeka-page .portfolio-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 20px;
}.horeka-page .project-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: #111;
}.horeka-page .project-card.large {
  grid-row: span 2;
  min-height: 680px;
}.horeka-page .project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
}.horeka-page .project-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0,0,0,0.78), rgba(0,0,0,0));
}.horeka-page .project-card h3 {
  color: #fff;
}.horeka-page .project-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}.horeka-page .portfolio-contact-form {
  min-height: 330px;
  padding: 34px;
  display: grid;
  align-content: center;
  gap: 18px;
  border: 1px solid var(--line);
  background: var(--soft);
  grid-column: span 2;
}.horeka-page .portfolio-contact-form .eyebrow {
  margin-bottom: 0;
}.horeka-page .portfolio-contact-form h3 {
  margin-bottom: 0;
  font-size: 30px;
}.horeka-page .portfolio-contact-form p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}.horeka-page .portfolio-contact-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 52px;
  padding: 0 24px;
  background: var(--black);
  color: #fff;
  font-weight: 800;
}.horeka-page .portfolio-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 14px;
  align-items: end;
}.horeka-page .portfolio-form-fields input, .horeka-page .portfolio-form-fields select {
  width: 100%;
  height: 52px;
  border: 0;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
  background: transparent;
  color: #111;
  font: inherit;
  outline: 0;
}.horeka-page [data-phone-field].is-invalid {
  border-color: #d33 !important;
  box-shadow: inset 0 -1px 0 #d33;
}.horeka-page .portfolio-form-fields button {
  min-height: 52px;
  border: 1px solid var(--black);
  background: var(--black);
  color: #fff;
  font: inherit;
  font-weight: 700;
  padding: 0 24px;
  cursor: pointer;
  white-space: nowrap;
}.horeka-page .sticky-title {
  position: sticky;
  top: 78px;
  align-self: start;
  max-height: calc(100vh - 100px);
}.horeka-page .steps {
  display: grid;
  gap: 18px;
}.horeka-page .section-muted {
  max-width: none;
  padding-inline: calc((100vw - min(var(--max), 100vw)) / 2 + 28px);
  background: var(--soft);
}.horeka-page .faq-list {
  display: grid;
  gap: 14px;
}.horeka-page .faq-item {
  width: 100%;
  padding: 28px 34px;
  border: 1px solid var(--line);
  background: #fff;
  color: #111;
  font: inherit;
  text-align: left;
  cursor: pointer;
}.horeka-page .faq-item span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  font-weight: 700;
}.horeka-page .faq-item span::after {
  content: "+";
  font-size: 34px;
  line-height: 1;
}.horeka-page .faq-item em {
  display: none;
  max-width: 900px;
  margin-top: 18px;
  color: var(--muted);
  font-style: normal;
  font-size: 17px;
}.horeka-page .faq-item.is-open span::after {
  content: "-";
}.horeka-page .faq-item.is-open em {
  display: block;
}.horeka-page .estimate {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 76px;
  max-width: var(--max);
  margin: 0 auto 86px;
  padding: 100px 28px;
  border-top: 1px solid #333;
}.horeka-page .estimate-copy p, .horeka-page .estimate-copy li {
  color: var(--muted);
  font-size: 18px;
}.horeka-page .estimate-copy ul {
  margin: 32px 0 0;
  padding-left: 20px;
}.horeka-page .lead-form {
  display: grid;
  gap: 18px;
  padding: 42px;
  background: var(--soft);
}.horeka-page .lead-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}.horeka-page .lead-form input, .horeka-page .lead-form select, .horeka-page .lead-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bdbdbd;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 18px;
  outline: 0;
  padding: 12px 0;
}.horeka-page .lead-form .nice-select, .horeka-page .portfolio-contact-form .nice-select {
  position: relative;
  z-index: 20;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 18px;
  line-height: 1.45;
  outline: 0;
  padding: 12px 42px 12px 0;
  cursor: pointer;
}.horeka-page .portfolio-contact-form .nice-select {
  height: 52px;
  font-size: 16px;
}.horeka-page .lead-form .nice-select::after, .horeka-page .portfolio-contact-form .nice-select::after {
  right: 14px;
}.horeka-page .lead-form .nice-select .list, .horeka-page .portfolio-contact-form .nice-select .list {
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}.horeka-page .lead-form .nice-select.open .list, .horeka-page .portfolio-contact-form .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}.horeka-page .lead-form .nice-select .option, .horeka-page .portfolio-contact-form .nice-select .option {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 9px 16px;
  white-space: normal;
}.horeka-page .lead-form textarea {
  min-height: 92px;
  resize: vertical;
}.horeka-page .lead-form .btn {
  margin-top: 12px;
  border: 0;
  cursor: pointer;
}.horeka-page .lead-form p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}.horeka-page .lead-form .privacy-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}.horeka-page .lead-form .privacy-consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--ink);
}.horeka-page .lead-form .privacy-consent a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}.horeka-page .lead-form-message {
  padding: 12px 14px;
  border: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.4;
}.horeka-page .lead-form-message.is-success {
  background: #fff;
  color: var(--ink);
}.horeka-page .lead-form-message.is-error {
  border-color: #ff5f5f;
  color: #b51d1d;
  background: #fff7f7;
}


@media (max-width: 1100px) {.horeka-page .topline {
    display: none;
  }.horeka-page .mainbar {
    grid-template-columns: 1fr auto;
  }.horeka-page .menu-toggle {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    border: 1px solid var(--line);
    background: #fff;
    padding: 0 16px;
    font: inherit;
  }.horeka-page .product-nav, .horeka-page .phones {
    grid-column: 1 / -1;
    display: none;
  }.horeka-page .site-header.is-open .product-nav, .horeka-page .site-header.is-open .phones {
    display: grid;
    justify-content: start;
    text-align: left;
  }.horeka-page .product-nav {
    padding: 18px 0;
    gap: 16px;
  }.horeka-page .hero-content {
    transform: none;
  }.horeka-page .stats-grid, .horeka-page .benefit-grid, .horeka-page .service-grid, .horeka-page .object-grid, .horeka-page .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }.horeka-page .object-matrix .section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }.horeka-page .object-converter {
    grid-template-columns: 1fr;
  }.horeka-page .object-intro {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
    padding-top: 0;
  }.horeka-page .object-tabs {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 0;
    margin-top: 0;
  }.horeka-page .object-stage {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
  }.horeka-page .object-media {
    min-height: 360px;
  }.horeka-page .product-showcase {
    grid-template-columns: 1fr;
  }.horeka-page .product-visual {
    min-height: 520px;
  }.horeka-page .split, .horeka-page .process, .horeka-page .estimate {
    grid-template-columns: 1fr;
  }.horeka-page .sticky-title {
    position: static;
  }
}

@media (max-width: 720px) {.horeka-page .mainbar, .horeka-page .topline, .horeka-page .section, .horeka-page .section-dark .section-head, .horeka-page .section-dark .product-showcase, .horeka-page .estimate {
    padding-inline: 18px;
  }.horeka-page .hero {
    min-height: 660px;
  }.horeka-page .hero-content {
    width: calc(100% - 36px);
    padding-bottom: 58px;
  }.horeka-page .lead {
    font-size: 17px;
  }.horeka-page .hero-actions, .horeka-page .btn {
    width: 100%;
  }.horeka-page .stats-grid, .horeka-page .benefit-grid, .horeka-page .service-grid, .horeka-page .object-grid, .horeka-page .portfolio-grid {
    grid-template-columns: 1fr;
  }.horeka-page .object-grid article {
    min-height: auto;
    padding: 24px;
  }.horeka-page .object-matrix {
    padding-block: 52px;
  }.horeka-page .object-converter {
    padding: 0 18px;
    gap: 22px;
  }.horeka-page .object-intro h2 {
    font-size: 32px;
  }.horeka-page .object-intro > p:not(.eyebrow) {
    font-size: 15px;
  }.horeka-page .object-tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }.horeka-page .object-tabs::-webkit-scrollbar {
    display: none;
  }.horeka-page .object-tabs button {
    flex: 0 0 178px;
    min-height: 48px;
  }.horeka-page .object-tabs button:hover, .horeka-page .object-tabs button.is-active {
    transform: none;
  }.horeka-page .object-stage {
    min-height: auto;
  }.horeka-page .object-media {
    min-height: 250px;
  }.horeka-page .object-motion {
    left: 16px;
    right: 16px;
    bottom: 16px;
    grid-template-columns: repeat(2, 1fr);
  }.horeka-page .object-motion span {
    min-height: 54px;
    padding: 12px;
  }.horeka-page .object-panel {
    padding: 26px 20px;
  }.horeka-page .object-panel h3 {
    font-size: 28px;
  }.horeka-page .object-panel > p:not(.object-kicker) {
    font-size: 15px;
  }.horeka-page .product-visual {
    min-height: 500px;
    padding: 26px 26px 96px;
  }.horeka-page .product-visual::before {
    inset: 18px;
  }.horeka-page .visual-main {
    left: 7%;
    top: 8%;
    width: 86%;
    height: 45%;
    transform: none;
  }.horeka-page .visual-tile {
    width: 38%;
    height: 23%;
    padding: 10px;
  }.horeka-page .visual-tile-a {
    left: 7%;
    bottom: 30%;
    transform: none;
  }.horeka-page .visual-tile-b {
    left: 31%;
    bottom: 19%;
    transform: none;
  }.horeka-page .visual-tile-c {
    right: 7%;
    bottom: 30%;
    transform: none;
  }.horeka-page .visual-caption {
    left: 26px;
    right: 26px;
    bottom: 24px;
    grid-template-columns: repeat(2, 1fr);
    transform: none;
  }.horeka-page .product-lines article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 28px 0;
  }.horeka-page .product-lines p {
    grid-column: auto;
  }.horeka-page .portfolio-form-fields {
    grid-template-columns: 1fr;
  }.horeka-page .portfolio-form-fields button {
    width: 100%;
  }.horeka-page .stats {
    margin: 46px auto;
    gap: 18px;
  }.horeka-page .stat strong {
    font-size: 34px;
  }.horeka-page .section {
    padding-block: 64px;
  }.horeka-page .audience-section {
    grid-template-columns: 1fr;
    gap: 22px;
  }.horeka-page .audience-sticky {
    position: static;
    padding-top: 0;
  }.horeka-page .audience-list {
    padding: 8px 18px;
  }.horeka-page .audience-list article {
    grid-template-columns: 48px 1fr;
    gap: 14px 18px;
    padding: 20px 0;
  }.horeka-page .audience-list img {
    grid-column: 2;
    max-width: 220px;
  }.horeka-page .audience-list div {
    grid-column: 2;
  }.horeka-page .audience-list a {
    grid-column: 2;
    width: auto;
    justify-self: start;
    text-align: left;
    white-space: nowrap;
  }.horeka-page .project-card, .horeka-page .project-card.large {
    min-height: 420px;
  }.horeka-page .faq-item {
    padding: 22px;
  }.horeka-page .faq-item span {
    font-size: 19px;
  }.horeka-page .lead-form {
    padding: 26px;
  }
}

@media (prefers-reduced-motion: reduce), (pointer: coarse) {.horeka-page .product-visual, .horeka-page .product-visual img, .horeka-page .visual-caption {
    transform: none;
    transition: none;
  }.horeka-page .product-visual::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .horeka-page .object-motion span::before {
    transition: none;
  }
}

@media (max-width: 720px) {
  .horeka-page {
    --mobile-side: 18px;
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
  }

  .horeka-page .hero {
    min-height: 620px;
  }

  .horeka-page .hero-content {
    width: calc(100% - (var(--mobile-side) * 2));
  }

  .horeka-page h1 {
    width: 100%;
    min-width: 0;
    max-width: 15ch;
    margin-inline: auto;
    margin-bottom: 18px;
    font-size: clamp(29px, 7.8vw, 36px);
    line-height: 1.08;
    text-align: center;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .horeka-page h2,
  .horeka-page .audience-heading h2,
  .horeka-page .estimate-copy h2 {
    width: 100%;
    min-width: 0;
    max-width: 18ch;
    margin-inline: auto;
    font-size: clamp(25px, 6.8vw, 31px);
    line-height: 1.1;
    text-align: center;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .horeka-page h3 {
    font-size: 21px;
    line-height: 1.18;
    overflow-wrap: break-word;
  }

  .horeka-page .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .horeka-page .lead,
  .horeka-page .section-head p:not(.eyebrow),
  .horeka-page .section-title p:not(.eyebrow),
  .horeka-page .audience-copy p,
  .horeka-page .estimate-copy > p {
    font-size: 16px;
    line-height: 1.45;
  }

  .horeka-page .section-head {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-bottom: 28px;
    text-align: left;
  }

  .horeka-page .section-head > *,
  .horeka-page .section-title > *,
  .horeka-page .audience-heading > *,
  .horeka-page .estimate-copy > * {
    min-width: 0;
    max-width: 100%;
  }

  .horeka-page .section,
  .horeka-page .section-dark,
  .horeka-page .stats,
  .horeka-page .estimate {
    max-width: 100vw;
    overflow-x: clip;
  }

  .horeka-page .section-dark {
    padding-bottom: 58px;
  }

  .horeka-page .section-dark .section-head {
    padding-top: 58px;
    margin-bottom: 24px;
  }

  .horeka-page .section-dark .section-head h2 {
    max-width: 18ch;
    margin-inline: auto;
    margin-bottom: 16px;
    font-size: clamp(25px, 6.8vw, 31px);
    line-height: 1.1;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .horeka-page .section-dark .section-head p:not(.eyebrow) {
    max-width: 34ch;
    margin-inline: 0;
    font-size: 16px;
    text-align: left;
  }

  .horeka-page .product-showcase {
    gap: 26px;
  }

  .horeka-page .product-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
    padding: 16px;
    border-color: rgba(255, 255, 255, 0.16);
  }

  .horeka-page .product-visual::before {
    inset: 14px;
    opacity: 0.58;
  }

  .horeka-page .product-visual::after {
    display: none;
  }

  .horeka-page .visual-main {
    left: 13%;
    top: 8%;
    width: 74%;
    height: 62%;
    filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.38));
  }

  .horeka-page .visual-tile {
    display: block;
    width: 30%;
    height: 25%;
    padding: 6px;
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.14);
  }

  .horeka-page .visual-tile-a {
    left: 9%;
    bottom: 13%;
  }

  .horeka-page .visual-tile-b {
    left: 35%;
    bottom: 7%;
  }

  .horeka-page .visual-tile-c {
    right: 9%;
    bottom: 13%;
  }

  .horeka-page .visual-caption {
    display: none;
  }

  .horeka-page .visual-caption span {
    padding-top: 9px;
  }

  .horeka-page .product-lines {
    border-top-color: rgba(255, 255, 255, 0.16);
  }

  .horeka-page .product-lines article {
    padding: 22px 0;
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  .horeka-page .product-lines span {
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.09em;
  }

  .horeka-page .product-lines h3 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.16;
  }

  .horeka-page .product-lines p {
    max-width: 34ch;
    font-size: 15px;
    line-height: 1.5;
  }

  .horeka-page .portfolio-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 100%;
  }

  .horeka-page .project-card,
  .horeka-page .project-card.large {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    min-width: 0;
    min-height: 360px;
  }

  .horeka-page .project-card img {
    display: block;
  }

  .horeka-page .project-card div {
    padding: 22px;
  }

  .horeka-page .project-card h3 {
    font-size: 26px;
    line-height: 1.08;
  }

  .horeka-page .project-card p {
    font-size: 15px;
    line-height: 1.35;
  }

  .horeka-page .portfolio-contact-form {
    grid-column: auto;
    min-height: auto;
    padding: 24px 20px;
  }

  .horeka-page .benefit-grid article,
  .horeka-page .service-grid article,
  .horeka-page .steps article {
    padding: 22px;
  }

  .horeka-page .benefit-grid h3,
  .horeka-page .service-grid h3,
  .horeka-page .steps h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .horeka-page .portfolio-contact-card h3,
  .horeka-page .estimate-copy h2 {
    max-width: 14ch;
  }

  .horeka-page .estimate {
    gap: 28px;
    margin-bottom: 140px;
    padding-block: 56px 72px;
  }

  .horeka-page .estimate-copy ul {
    margin-top: 22px;
  }

  .horeka-page .lead-form {
    gap: 16px;
    padding: 22px 18px;
  }

  .horeka-page .lead-form label {
    gap: 7px;
    font-size: 13px;
    line-height: 1.35;
  }

  .horeka-page .lead-form input,
  .horeka-page .lead-form select,
  .horeka-page .lead-form textarea,
  .horeka-page .lead-form .nice-select,
  .horeka-page .portfolio-contact-form .nice-select {
    min-height: 48px;
    font-size: 16px;
    line-height: 1.35;
    padding-block: 10px;
  }

  .horeka-page .lead-form .nice-select .current,
  .horeka-page .portfolio-contact-form .nice-select .current {
    display: block;
    max-width: calc(100vw - 98px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .horeka-page .lead-form textarea {
    min-height: 86px;
  }

  .horeka-page .lead-form .privacy-consent {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    font-size: 12px;
  }

  .horeka-page .lead-form .privacy-consent span {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .horeka-page .lead-form .btn {
    width: 100%;
    min-height: 58px;
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .horeka-page .mainbar,
  .horeka-page .topline,
  .horeka-page .section,
  .horeka-page .section-dark .section-head,
  .horeka-page .section-dark .product-showcase,
  .horeka-page .estimate {
    padding-inline: 14px;
  }

  .horeka-page h1 {
    font-size: clamp(27px, 7.5vw, 32px);
  }

  .horeka-page h2,
  .horeka-page .audience-heading h2,
  .horeka-page .estimate-copy h2 {
    font-size: clamp(23px, 6.5vw, 28px);
  }

  .horeka-page .section-dark .section-head h2 {
    font-size: clamp(23px, 6.5vw, 28px);
  }

  .horeka-page .section-dark .section-head p:not(.eyebrow) {
    font-size: 15px;
  }

  .horeka-page .product-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
    padding: 14px;
  }

  .horeka-page .visual-main {
    left: 12%;
    top: 8%;
    width: 76%;
    height: 62%;
  }

  .horeka-page .visual-tile {
    width: 31%;
    height: 24%;
    padding: 5px;
  }

  .horeka-page .project-card,
  .horeka-page .project-card.large {
    min-height: 330px;
  }

  .horeka-page .project-card h3 {
    font-size: 24px;
  }

  .horeka-page .lead-form {
    padding: 20px 16px;
  }
}

@media (max-width: 720px) {
  .horeka-page .stats-copy h2,
  .horeka-page .object-intro h2,
  .horeka-page .estimate-copy h2,
  .horeka-page .section-head h2,
  .horeka-page .section-title h2 {
    max-width: 18ch;
    margin-inline: auto;
    font-size: clamp(24px, 6.7vw, 30px);
    line-height: 1.1;
    text-align: center;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 420px) {
  .horeka-page .stats-copy h2,
  .horeka-page .object-intro h2,
  .horeka-page .estimate-copy h2,
  .horeka-page .section-head h2,
  .horeka-page .section-title h2 {
    font-size: clamp(23px, 6.4vw, 28px);
  }
}

@media (max-width: 720px) {
  .horeka-page #products .product-visual {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    padding: 14px;
  }

  .horeka-page #products .product-visual::before {
    inset: 12px !important;
    bottom: 12px !important;
  }

  .horeka-page #products .visual-main {
    left: 12%;
    top: 8%;
    width: 76%;
    height: 62%;
  }

  .horeka-page #products .visual-tile {
    display: block !important;
    width: 31%;
    height: 24%;
    padding: 5px;
  }

  .horeka-page #products .visual-tile-a {
    left: 8%;
    bottom: 13%;
  }

  .horeka-page #products .visual-tile-b {
    left: 34%;
    bottom: 7%;
  }

  .horeka-page #products .visual-tile-c {
    right: 8%;
    bottom: 13%;
  }

  .horeka-page #products .visual-caption {
    display: none !important;
  }
}

body.information-information-25 .ws-container.p-info { width: 100%; max-width: none; padding: 0; }
body.information-information-25 .ws-container.p-info > .row { margin: 0; }
body.information-information-25 .ws-container.p-info > .row > .col-md-3,
body.information-information-25 #content > h1 { display: none; }
body.information-information-25 #content { width: 100%; max-width: none; padding: 0; }
body.information-information-25 { overflow-x: clip; }
body.information-information-25 .city-confirm { left: auto !important; right: 12px !important; max-width: calc(100vw - 24px); }

@media (max-width: 720px) {
  .horeka-page h1,
  .horeka-page h2,
  .horeka-page h3,
  .horeka-page .stats-copy h2,
  .horeka-page .object-intro h2,
  .horeka-page .audience-heading h2,
  .horeka-page .estimate-copy h2,
  .horeka-page .section-head h2,
  .horeka-page .section-title h2,
  .horeka-page .section-dark .section-head h2 {
    max-width: 100%;
    margin-inline: 0;
    text-align: left;
  }
}

.horeka-page .hero .btn-dark {
  color: var(--black);
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.horeka-page .hero .btn-dark:hover {
  color: var(--black);
  background: #f1f1f1;
  border-color: #f1f1f1;
}

.horeka-page .hero .btn-dark:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}