:root {
  --black-primary: #1d1d1d;
  --gray-primary: #666;
  --green-primary: #549f58;
  --light-gray: #d7d7d7;
  --primary-field-color: whitesmoke;
  --white: #fff;
}

/* Preserve the visual scale while keeping non-heading display text out of the
   document outline and allowing semantic H2/H3 elements to use the old styles. */
.heading-style-h3 {
  font-size: 64px;
  font-weight: 400;
  line-height: 130%;
}

.heading-style-h4 {
  font-size: 56px;
  font-weight: 400;
  line-height: 130%;
}

.heading-style-h5 {
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
}

.heading-style-h6 {
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 991px) {
  .heading-style-h3 { font-size: 56px; }
  .heading-style-h4 { font-size: 44px; }
  .heading-style-h5 { font-size: 38px; }
  .heading-style-h6 { font-size: 32px; }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .heading-style-h3 { font-size: 44px; }
  .heading-style-h4 { font-size: 34px; }
  .heading-style-h5 { font-size: 30px; }
  .heading-style-h6 { font-size: 26px; }
}

@media (max-width: 479px) {
  .heading-style-h3 { font-size: 32px; }
  .heading-style-h4 { font-size: 28px; }
  .heading-style-h5 { font-size: 26px; }
  .heading-style-h6 { font-size: 24px; }
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.page-wrapper {
  width: 100%;
  max-width: 100%;
}

@supports (overflow: clip) {
  html,
  body,
  .page-wrapper {
    overflow-x: clip;
  }
}

* {
  box-sizing: border-box;
}

/* Width/height attributes reserve the correct aspect ratio before images load.
   Let responsive CSS control their rendered size without stretching them. */
img {
  height: auto;
}

body {
  margin: 0;
  color: var(--black-primary);
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1 {
  font-size: 116px;
  font-weight: 500;
  line-height: 94%;
}

h3 {
  font-size: 64px;
  font-weight: 400;
  line-height: 130%;
}

h4 {
  font-size: 56px;
  font-weight: 400;
  line-height: 130%;
}

h5 {
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
}

h6 {
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

.container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.section {
  padding: 75px 0;
}

.section.bg-color {
  background: var(--primary-field-color);
  margin-bottom: 75px;
  padding-top: 47px;
  padding-bottom: 64px;
}

.color {
  color: var(--gray-primary);
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  padding: 16px 0;
}

.navbar.is-scrolled {
  border-bottom-color: #ececec;
}

.navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  width: 160px;
}

.navbar-brand-logo {
  max-width: 96px;
  width: 100%;
}

.nav-menu-wrapper {
  display: flex;
  align-items: center;
}

.menu-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-link {
  font-size: 16px;
  line-height: 110%;
  transition: color 0.35s;
}

.nav-link:hover {
  color: var(--gray-primary);
}

.nav-link.active {
  border-bottom: 1px solid var(--black-primary);
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
}

.dropdown-list {
  position: absolute;
  top: calc(100% + 18px);
  right: 0;
  background: #fff;
  border-radius: 16px;
  width: 280px;
  padding: 16px;
  display: grid;
  gap: 12px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: all 0.25s ease;
}

.dropdown.open .dropdown-list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-list a {
  color: var(--gray-primary);
  font-size: 16px;
}

.nav-button-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #1d1d1d;
  position: relative;
  order: 1;
}

button.nav-cart {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  appearance: none;
}

.nav-cart svg {
  width: 17px;
  height: 17px;
  display: block;
}

.nav-cart-count {
  min-width: 16px;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 999px;
  background: #f28c1b;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: -7px;
  right: -9px;
}

.cart-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.58);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 180px 20px 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.cart-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.cart-modal {
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.cart-modal-head {
  height: 86px;
  padding: 0 22px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-modal-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.2px;
}

.cart-modal-close {
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 48px;
  line-height: 1;
  color: #1d1d1d;
  cursor: pointer;
  padding: 0;
}

.cart-modal-body {
  min-height: 252px;
  max-height: 58vh;
  overflow: auto;
  padding: 18px;
}

.cart-modal-empty {
  min-height: 214px;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1.25;
  color: #1d1d1d;
}

.cart-modal-empty-wrap {
  display: grid;
  gap: 10px;
}

.cart-empty-help {
  margin: 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.45;
}

.cart-items {
  display: grid;
  gap: 12px;
}

.cart-item {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 12px;
}

.cart-item-layout {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
  align-items: start;
}

.cart-item-main {
  min-width: 0;
}

.cart-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.cart-item-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.cart-item-remove {
  border: 0;
  background: transparent;
  color: #555;
  font-family: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.cart-item-edit {
  width: 30px;
  height: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #f7f7f7;
  color: #555;
  font-family: inherit;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-item-edit:hover {
  border-color: var(--green-primary);
  background: #eef7ee;
  color: var(--green-primary);
}

.cart-item-options {
  margin-top: 8px;
  display: grid;
  gap: 4px;
  color: #505050;
  font-size: 14px;
}

.cart-item-option {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  font-weight: 400;
}

.cart-item-option strong {
  font-weight: 500;
}

.cart-item-option .cart-option-value,
.cart-item-option .cart-option-input {
  font-weight: 400;
}

.cart-option-input {
  display: none;
  width: min(250px, 100%);
  min-height: 34px;
  border: 1px solid #d7d7d7;
  border-radius: 7px;
  padding: 6px 9px;
  background: #fff;
  color: #303030;
  font: inherit;
}

.cart-item-option.is-quantity .cart-option-value {
  display: none;
}

.cart-item-option.is-quantity .cart-option-input {
  display: block;
}

.cart-item-option.is-quantity .cart-option-input {
  width: 82px;
}


.cart-item-image {
  width: 84px;
  height: 84px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  border: 1px solid #dfdfdf;
  background: #f1f1f1;
}

.cart-item-image-placeholder {
  background: #efefef;
}

.cart-modal-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
  align-items: stretch;
}

.cart-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
}

.cart-action-btn.primary {
  min-height: 50px;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 14px;
  width: 100%;
}

.cart-action-btn.primary {
  background: #549f58;
  border-color: #549f58;
  color: #fff;
}

.cart-add-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.cart-action-btn.small {
  min-height: 36px;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 14px;
}

.cart-action-btn.secondary:hover {
  background: #f6f6f6;
}

.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 0 0 0 10px;
  overflow: visible;
  text-decoration: none;
  order: 2;
}

.text-wrapper {
  display: flex;
}

.button-text {
  color: #fff;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.button-text.absolute {
  color: var(--black-primary);
  font-size: 16px;
  line-height: 150%;
  position: static;
}

.primary-button-icon-wrapper.v2 {
  width: auto;
  height: 15px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.animated-arrow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.button-arrow-icon {
  position: relative;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.button-arrow-icon._2 {
  position: absolute;
}

.product-image-note {
  margin-top: 8px !important;
  gap: 3px !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
}

@media (max-width: 479px) {
  .product-image-note {
    font-size: 10px !important;
  }
}

.product-filter .product-filter-note.product-filter-note--info {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  position: relative;
  color: #5b5b5b;
}

.product-filter-options .product-filter-note.product-filter-note--info {
  align-self: center;
}

.product-note-trigger {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid #b9bec8;
  background: #fff;
  color: #717884;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.product-note-trigger:focus-visible {
  outline: 2px solid #4b5f86;
  outline-offset: 2px;
}

.product-note-tooltip {
  position: absolute;
  left: var(--product-tooltip-left, 0px);
  right: auto;
  bottom: calc(100% + 12px);
  min-width: min(220px, calc(100vw - 24px));
  max-width: min(320px, calc(100vw - 24px));
  box-sizing: border-box;
  padding: 14px 16px;
  border-radius: 12px;
  background: #1d2a42;
  color: #f2f4f8;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 10px 30px rgba(10, 18, 35, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 20;
}

.product-note-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: var(--product-tooltip-arrow-left, 12px);
  transform: translateX(-50%);
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #1d2a42 transparent transparent transparent;
}

.product-filter-note--info:hover .product-note-tooltip,
.product-filter-note--info.is-open .product-note-tooltip,
.product-filter-note--info:focus-within .product-note-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.button-arrow-icon.v2 {
  width: 18px;
  height: 18px;
}

.nav-button .button-arrow-icon.v2 {
  transform: translate3d(0%, 0%, 0);
}

.nav-button .button-arrow-icon._2.v2 {
  transform: translate3d(-118%, 118%, 0);
}

.nav-button:hover .button-arrow-icon.v2,
.nav-button:focus-visible .button-arrow-icon.v2 {
  transform: translate3d(118%, -118%, 0);
}

.nav-button:hover .button-arrow-icon._2.v2,
.nav-button:focus-visible .button-arrow-icon._2.v2 {
  transform: translate3d(0%, 0%, 0);
}

.nav-button:focus-visible {
  outline: 2px solid #0050bd;
  outline-offset: 0;
}

.menu-button {
  display: none;
  font-size: 24px;
  line-height: 1;
  border: 0;
  background: transparent;
}

.hero-wrapper {
  position: relative;
  display: flex;
  align-items: baseline;
}

.hero-title-text-wrapper {
  max-width: 760px;
}

.hero-title-text {
  font-size: 82px;
}

@media (min-width: 768px) {
  .hero-title-lead {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .hero-title-text-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-title-text {
    font-size: clamp(44px, 12vw, 58px);
    line-height: 0.95;
    overflow-wrap: anywhere;
  }
}

.page-hero-title-text {
  font-size: 82px;
  line-height: 100%;
  text-align: left;
}

.section.product-overview-section {
  padding-top: 92px;
}

.product-overview-section .page-hero-title-wrapper.v1 {
  align-items: flex-end;
}

.product-overview-section .page-hero-title-text {
  margin: 0;
}

@media (max-width: 767px) {
  .section.product-overview-section {
    padding-top: 60px;
  }

  .page-hero-title-wrapper,
  .page-hero-title-wrapper.v1,
  .product-overview-section .page-hero-title-wrapper.v1 {
    align-items: flex-start;
  }

  .page-hero-title-text,
  .page-hero-content-wrapper,
  .page-hero-short-details,
  .product-overview-section .page-hero-title-text,
  .product-overview-section .page-hero-content-wrapper,
  .product-overview-section .page-hero-short-details {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .section.product-overview-section {
    padding-top: 30px;
  }

  .product-overview-section .page-hero-title-wrapper.v1 {
    align-items: flex-start;
  }

  .product-overview-section .page-hero-title-text,
  .product-overview-section .page-hero-content-wrapper,
  .product-overview-section .page-hero-short-details {
    text-align: left;
  }
}

.hero-right-wrap {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-10%);
  width: 100%;
  max-width: 290px;
  z-index: 1;
}

.primary-button-wrapper {
  display: inline-flex;
  width: 100%;
  gap: 8px;
  align-items: center;
}

button.primary-button-wrapper {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.primary-button-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--black-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.primary-button-text {
  font-size: 16px;
  line-height: 110%;
  white-space: normal;
}

.success-box-wrapper {
  width: 100%;
  max-width: 290px;
  margin-top: 24px;
  border: 2px solid #fff;
  border-radius: 4px;
  background: var(--green-primary);
  padding: 24px 40px 40px 24px;
  color: #fff;
}

.success-rate-text {
  color: #fff;
}

.success-rate-text sup {
  top: -12px;
  position: relative;
  font-size: 50%;
}

.success-title-text {
  font-size: 20px;
  line-height: 110%;
}

.success-description-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 130%;
}

.success-info-wrapper {
  margin-top: 24px;
}

.hero-success-button {
  margin-top: 18px;
}

.hero-success-button .primary-button-text {
  text-decoration: underline;
  text-decoration-color: #f28c1b;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.statistic-section-wrapper a[href="/o-nas/"] .section-link-tag-text,
.statistic-section-wrapper a[href="/o-nas/"] .section-button-mask-text {
  text-decoration: underline;
  text-decoration-color: #f28c1b;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.page-hero-content-wrapper a[data-open-cart] .primary-button-text {
  text-decoration-line: underline !important;
  text-decoration-color: #f28c1b !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 3px !important;
}

.hero-image-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 90px;
}

.hero-image-wrapper.footer {
  margin-top: 60px;
}

.our-client-section-wrapper {
  margin-top: 96px;
}

.works-section-wrapper .client-title {
  text-align: center;
}

.client-title {
  text-align: center;
  margin-bottom: 28px;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -1px;
}

.works-slider {
  --work-gap: 20px;
  --work-slide-width: clamp(220px, 21vw, 286px);
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}

.works-slider-track {
  --works-scroll-distance: calc((var(--work-slide-width) + var(--work-gap)) * 12);
  --works-slider-duration: 120s;
  display: flex;
  width: max-content;
  animation: worksSliderScroll var(--works-slider-duration) linear infinite;
  will-change: transform;
}

.works-slider-set {
  flex: 0 0 auto;
  display: flex;
  gap: var(--work-gap);
  padding-right: var(--work-gap);
}

.work-slide {
  flex: 0 0 var(--work-slide-width);
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #eef1ec;
}

.work-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@keyframes worksSliderScroll {
  to {
    transform: translateX(calc(var(--works-scroll-distance) * -1));
  }
}

@media (prefers-reduced-motion: reduce) {
  .works-slider {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .works-slider-track {
    animation: none;
  }
}

.hero-home-image {
  width: 100%;
  display: block;
}

.about-section-wrapper {
  margin-top: 60px;
}

.about-singel-description-wrapper {
  display: flex;
  align-items: flex-start;
}

.about-section-description-text {
  letter-spacing: -1.12px;
  line-height: 0.92;
}

.about-section-description-image {
  width: 130px;
  height: 78px;
  object-fit: contain;
  object-position: center;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.about-offer-wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.about-offer-text-wrapper {
  max-width: 500px;
  letter-spacing: -0.24px;
  font-size: 24px;
  line-height: 120%;
}

.section-button {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--light-gray);
  border-radius: 72px;
  padding: 20px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section-button-mask {
  position: absolute;
  inset: 0;
  border-radius: 72px;
  background: var(--green-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}

.section-link-tag-text,
.section-button-mask {
  font-size: 18px;
  line-height: 110%;
}

.section-button:hover .section-button-mask {
  transform: translateX(0);
}

.project-section-title-text {
  max-width: 435px;
  margin-top: 20px;
}

.project-section-wrapper {
  margin-top: 50px;
}

.project-card-wrapper {
  margin-top: 50px;
}

.project-section-collection-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.singel-project-card-wrapper {
  max-width: none;
}

.singel-project-card-content {
  margin-bottom: 46px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  row-gap: 10px;
  align-items: center;
}

.serial-number-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary-field-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 110%;
  grid-column: 1;
  grid-row: 1;
}

.project-card-title-text {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  grid-column: 2;
  grid-row: 1;
}

.project-card-details-text {
  color: var(--gray-primary);
  font-size: 16px;
  line-height: 110%;
  grid-column: 1 / -1;
  grid-row: 2;
}

/* Hide numbered circles only on category pages (Ploty/Brany/Doplnky), keep homepage intact */
.project-section-collection-list.project .serial-number-wrapper {
  display: none;
}

.project-section-collection-list.project .singel-project-card-content {
  grid-template-columns: 1fr;
  column-gap: 0;
}

.project-section-collection-list.project .project-card-title-text,
.project-section-collection-list.project .project-card-details-text {
  grid-column: 1;
}

.project-image-wrapper {
  position: relative;
}

.project-card-image {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.product-popular-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f28c1b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.project-hover {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 62px;
  height: 62px;
  border-radius: 8px;
  background: var(--green-primary) !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(6px);
  transition: 0.3s ease;
}

.card-hover:hover .project-hover,
.singel-project-card-wrapper:hover .project-hover,
.singel-project-card-wrapper:focus-visible .project-hover {
  opacity: 1;
  transform: translateY(0);
}

.house-model-title-text {
  text-align: center;
  margin-bottom: 48px;
}

.house-model-wrapper {
  border-radius: 8px;
  background: var(--primary-field-color);
  padding: 95px 0 62px;
}

.house-model-image {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}

.house-model-description-text {
  max-width: 493px;
  margin: 15px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 110%;
}

.service-section-wrapper {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 30px;
}

.service-section-image {
  width: 100%;
  display: block;
}

.service-section-title-text {
  margin-bottom: 50px;
}

.singel-service-section-main-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 34px;
}

.singel-service-section-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--light-gray);
  padding-bottom: 16px;
}

.service-section-singel-title-text {
  font-size: 16px;
  line-height: 110%;
}

.service-section-details-text {
  max-width: 344px;
  color: var(--gray-primary);
  padding-top: 12px;
  font-size: 16px;
  line-height: 110%;
}

.service-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid var(--light-gray);
  border-radius: 999px;
  display: grid;
  place-items: center;
}

.owner-profile-section-wrapper {
  margin-top: 20px;
}

.owner-profile-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  align-items: center;
}

.owner-profile-image-wrap {
  border-radius: 12px;
  overflow: hidden;
  background: #f1f1f1;
}

.owner-profile-image {
  width: 100%;
  display: block;
}

.owner-profile-title {
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.96px;
}

.owner-profile-name {
  color: var(--gray-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 14px;
}

.owner-profile-text {
  color: var(--gray-primary);
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}


.statistic-section-title-wrapper {
  max-width: 650px;
}

.statistic-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 0.37fr 1fr;
  gap: 24px;
}

.singel-statistic-details-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.singel-statistic-details-text {
  margin-top: 24px;
  color: var(--gray-primary);
  font-size: 16px;
  line-height: 130%;
}

.statistic-grid-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.singel-statistic-wrapper {
  min-height: 442px;
  background: #fff;
  border-radius: 4px;
  padding: 24px 30px 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}

.singel-statistic-number {
  font-size: 52px;
  line-height: 1;
}

.statistic-title-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  margin-top: auto;
}

.singel-statistic-details {
  margin-top: 8px;
  color: var(--gray-primary);
  font-size: 14px;
  line-height: 110%;
}

.cottage-ads-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.cottage-ads-image {
  width: 100%;
  display: block;
}

.cottage-ads-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 34px;
}

.cottage-type {
  margin-top: 14px;
  color: var(--gray-primary);
  font-size: 18px;
  line-height: 110%;
}

.cottage-price-start {
  min-width: 206px;
  height: 60px;
  border-radius: 400px;
  background: var(--green-primary);
  display: grid;
  place-items: center;
}

.cottage-pricing-text {
  color: #fff;
  font-size: 24px;
  line-height: 120%;
}

.tabs-menu {
  background: #f1f1f1;
  border-radius: 999px;
  padding: 4px;
  display: inline-flex;
  gap: 2px;
}

.tab-link {
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 999px;
  cursor: pointer;
}

.tab-link.active {
  background: #fff;
}

.tabs-content {
  margin-top: 24px;
}

.tab-pane {
  display: none;
  order: 3;
}

.tab-pane.active {
  display: block;
}

.facility-title-text {
  font-size: 20px;
  font-weight: 500;
}

.facility-description-text {
  margin-top: 10px;
  color: var(--gray-primary);
  font-size: 16px;
  line-height: 130%;
}

.facility-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0 22px;
}

.singel-facility-wrapper {
  background: #f7f7f7;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
}

.model-quote .cottage-ads-header-wrapper {
  align-items: flex-start;
  margin-bottom: 24px;
}

.cottage-ads-wrapper.model-quote {
  align-items: start;
}

.model-quote .tabs-content {
  min-height: 390px;
}

.model-quote .tab-pane[data-pane="details"] {
  padding-top: 4px;
}

.model-quote .cottage-ads-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.model-quote .cottage-price-start {
  min-width: 180px;
  height: 48px;
}

.model-quote .cottage-pricing-text {
  font-size: 16px;
  white-space: nowrap;
}

.model-product-list {
  display: grid;
  gap: 10px;
  max-height: 390px;
  overflow-y: auto;
  padding-right: 5px;
}

.model-product-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: 14px;
  background: #fff;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.model-product-card:hover {
  border-color: var(--green-primary);
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.06);
}

.model-product-card img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 10px;
  background: #f3f3f3;
}

.model-product-card strong,
.model-product-card span {
  display: block;
}

.model-product-card strong {
  font-size: 16px;
  line-height: 1.2;
}

.model-product-card span {
  margin-top: 7px;
  color: var(--gray-primary);
  font-size: 13px;
  line-height: 1.35;
}

.model-quote-detail-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.model-quote-detail-list li {
  color: var(--gray-primary);
  font-size: 15px;
  line-height: 1.35;
}

.model-quote-detail-list strong {
  color: var(--black-primary);
  font-weight: 500;
}

.model-quote-total {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #fff;
}

.model-quote-total span {
  color: var(--green-primary);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.model-quote-total strong {
  color: var(--black-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.model-quote-button {
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  margin-top: 18px;
}

.model-quote-note {
  margin: 12px 0 0;
  color: var(--gray-primary);
  font-size: 13px;
  line-height: 1.4;
}

.footer-section {
  margin-top: 100px;
  padding-top: 65px;
  padding-bottom: 20px;
}

.footer-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-input-title-text {
  font-size: 40px;
}

.form {
  margin-top: 24px;
  display: flex;
  gap: 8px;
}

.footer-all-link-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-all-link-wrapper.logo-desc {
  align-items: flex-start;
}

.footer-logo {
  max-width: 140px;
  width: 100%;
}

.footer-desc-text {
  max-width: 360px;
  color: var(--gray-primary);
  font-size: 16px;
  line-height: 130%;
}

.footer-menu-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 103px;
  justify-content: end;
}

.footer-menu-title {
  font-size: 16px;
  line-height: 110%;
}

.footer-menu {
  margin-top: 16px;
  display: grid;
  gap: 16px;
}

.footer-menu-link {
  color: var(--gray-primary);
  font-size: 16px;
  line-height: 110%;
  transition: color 0.3s;
}

.footer-menu-link:hover {
  color: var(--black-primary);
}

.footer-menu .spacer {
  display: none;
}

.footer-tag-text {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
}

.copy-right-text {
  margin-top: 60px;
  text-align: center;
  color: var(--gray-primary);
  line-height: 110%;
}

.copyright-line,
.digital-credit {
  display: block;
}

.digital-credit {
  margin-top: 6px;
}

.quote-builder-section {
  padding-top: 48px;
}

.quote-builder-intro {
  max-width: 900px;
}

.quote-builder-title {
  font-size: 72px;
  line-height: 0.95;
  letter-spacing: -1px;
}

.quote-builder-lead {
  max-width: 760px;
  margin-top: 24px;
  color: var(--gray-primary);
  font-size: 20px;
  line-height: 1.35;
}

.quote-builder-layout {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 24px;
  align-items: start;
}

.quote-builder-left,
.quote-builder-right {
  display: grid;
  gap: 20px;
}

.quote-card {
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background: #fafafa;
  padding: 20px;
}

.quote-card-head h2 {
  font-size: 28px;
  line-height: 1.1;
}

.quote-card-head p {
  margin-top: 8px;
  color: var(--gray-primary);
  font-size: 15px;
}

.quote-drawing-stage {
  position: relative;
  margin-top: 18px;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1000 / 620;
}

.quote-drawing-svg {
  width: 100%;
  height: 100%;
  display: block;
  touch-action: none;
  cursor: crosshair;
}

.quote-drawing-bg {
  fill: #fff;
}

.quote-segment-line {
  fill: none;
  cursor: pointer;
}

.quote-segment-visible {
  stroke: #2f2f2f;
  stroke-width: 2;
}

.quote-segment-hit {
  stroke: transparent;
  stroke-width: 14;
}

.quote-segment-visible.is-selected {
  stroke: var(--green-primary);
  stroke-width: 4;
}

.quote-point {
  fill: #fff;
  stroke: #1d1d1d;
  stroke-width: 2;
}

.quote-point.quote-point-first {
  stroke: var(--green-primary);
}

.quote-segment-label {
  fill: #222;
  font-size: 18px;
  font-weight: 600;
}

.quote-empty-state {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  color: #757575;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.92);
  pointer-events: none;
}

.quote-empty-state.is-hidden {
  display: none;
}

.quote-drawing-controls {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quote-control-btn {
  padding: 10px 14px;
}

.quote-control-btn .section-link-tag-text {
  font-size: 15px;
}

.quote-inline-error {
  min-height: 22px;
  margin-top: 10px;
  color: #b3261e;
  font-size: 14px;
  line-height: 1.3;
}

.quote-segment-table-wrap {
  margin-top: 16px;
  overflow-x: auto;
}

.quote-segment-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.quote-segment-table th,
.quote-segment-table td {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.quote-segment-table th {
  font-size: 13px;
  color: #777;
  font-weight: 600;
}

.quote-segment-table tr.is-selected {
  background: #f0f7f0;
}

.quote-segment-table input[type="number"],
.quote-segment-table select {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 8px;
  background: #fff;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 14px;
}

.quote-segment-table input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.quote-table-empty td {
  color: #7c7c7c;
  font-size: 14px;
}

.quote-summary-card h2 {
  font-size: 24px;
  line-height: 1.1;
}

.quote-summary-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.quote-summary-item {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
}

.quote-summary-item span {
  color: #7a7a7a;
  font-size: 12px;
}

.quote-summary-item strong {
  display: block;
  margin-top: 6px;
  font-size: 24px;
  line-height: 1;
}

.quote-contact-card {
  background: #f5f5f5;
}

.quote-contact-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.quote-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.quote-field-full {
  grid-column: 1 / -1;
}

.quote-field label {
  font-size: 14px;
  font-weight: 500;
}

.quote-input,
.quote-textarea {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.35;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.quote-input:focus,
.quote-textarea:focus {
  border-color: var(--green-primary);
  box-shadow: 0 0 0 3px rgba(84, 159, 88, 0.15);
  outline: 0;
}

.quote-textarea {
  resize: vertical;
  min-height: 130px;
}

.quote-file-input {
  padding: 10px 12px;
}

.quote-help-text {
  color: #7b7b7b;
  font-size: 12px;
}

.quote-field-error {
  min-height: 18px;
  color: #b3261e;
  font-size: 12px;
}

.quote-submit-wrap {
  margin-top: 12px;
}

.quote-submit-btn {
  width: 100%;
}

.quote-success {
  display: none;
  margin-top: 12px;
  border-radius: 10px;
  background: #e8f5e9;
  color: #1b5e20;
  padding: 10px 12px;
  font-size: 14px;
}

.quote-success.is-visible {
  display: block;
}

.quote-page-hero-section {
  padding-top: 54px;
}

.quote-page-hero {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 36px;
  align-items: end;
}

.quote-page-title {
  font-size: 78px;
  line-height: 92%;
  letter-spacing: -1px;
}

.quote-page-short-details {
  max-width: 420px;
  margin-bottom: 28px;
  color: var(--gray-primary);
  font-size: 20px;
  line-height: 130%;
}

.quote-contact-section {
  padding-top: 30px;
}

.quote-contact-wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.quote-info-card {
  background: var(--primary-field-color);
  border-radius: 8px;
  padding: 30px 24px;
}

.quote-info-title {
  font-size: 36px;
  line-height: 110%;
}

.quote-info-text {
  margin-top: 14px;
  color: var(--gray-primary);
  font-size: 16px;
  line-height: 130%;
}

.quote-info-list {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.quote-info-item {
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 15px;
}

.quote-form-card {
  background: var(--primary-field-color);
  border-radius: 8px;
  padding: 30px 24px;
}

.quote-form {
  display: grid;
  gap: 14px;
}

.cart-summary-box {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  background: #f8f8f8;
  padding: 12px;
}

.cart-summary-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.cart-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cart-summary-clear {
  border: 0;
  background: transparent;
  color: #555;
  font-family: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.cart-summary-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
  color: #444;
  font-size: 14px;
  line-height: 1.35;
}

.cart-summary-item {
  list-style: decimal;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  align-items: start;
}

.cart-summary-item-image {
  width: 56px;
  height: 56px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background: #efefef;
}

.cart-summary-item-content {
  display: grid;
  gap: 4px;
}

.cart-summary-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cart-summary-item-remove {
  border: 0;
  background: transparent;
  color: #666;
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.cart-summary-empty-item {
  list-style: none;
  margin-left: -20px;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-summary-empty-text {
  color: #444;
  font-size: 14px;
  line-height: 1.35;
}

.cart-summary-open-cart-btn {
  border: 1px solid #d4d4d4;
  background: #fff;
  color: #1b1d22;
  border-radius: 999px;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

#quote-form .contact-from-wrapper {
  margin-top: 24px;
}

.quote-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.quote-form-status {
  display: grid;
  gap: 4px;
  margin-bottom: 20px;
  border: 1px solid #b8ddc5;
  border-radius: 12px;
  background: #edf8f1;
  color: #175c30;
  padding: 16px 18px;
  font-size: 15px;
  line-height: 1.45;
}

.quote-form-status[hidden] {
  display: none;
}

.quote-form-status-error {
  border-color: #e2baba;
  background: #fff1f1;
  color: #8f2424;
}

.quote-field-help,
.quote-field-message {
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 1.4;
}

.quote-field-help {
  color: #686868;
}

.quote-field-message {
  color: #a32727;
}

.quote-field-message[hidden] {
  display: none;
}

.quote-security-box {
  display: grid;
  gap: 8px;
  min-height: 74px;
}

.quote-turnstile {
  min-height: 65px;
}

.quote-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.quote-input,
.quote-textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background: #fff;
  padding: 15px 16px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.3;
}

.quote-textarea {
  min-height: 150px;
  resize: vertical;
}

.submit-button {
  margin-top: 6px;
  border: 0;
  border-radius: 999px;
  background: var(--black-primary);
  color: #fff;
  padding: 14px 24px;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.submit-button:hover,
.submit-button:active {
  background: orange;
  transform: translateY(-1px);
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  h1 { font-size: 86px; }
  h3 { font-size: 56px; }
  h4 { font-size: 44px; }
  h5 { font-size: 38px; }
  h6 { font-size: 32px; }

  .container { max-width: 728px; }
  .section { padding: 60px 0; }
  .section.bg-color { padding: 60px 0; margin-bottom: 50px; }

  .navbar { padding: 35px 0; }
  .nav-button-wrapper { gap: 10px; }
  .cart-modal-overlay { padding-top: 150px; }
  .cart-modal { max-width: 450px; }
  .cart-modal-head { height: 82px; }
  .cart-modal-title { font-size: 27px; }
  .cart-modal-body { min-height: 236px; }
  .cart-modal-empty { font-size: 20px; }
  .nav-menu-wrapper {
    position: fixed;
    inset: 0 0 auto 0;
    top: 95px;
    background: #fff;
    padding: 20px 15px 30px;
    transform: translateY(-150%);
    transition: transform 0.3s ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }

  .nav-menu-wrapper.open { transform: translateY(0); }
  .menu-wrap { flex-direction: column; align-items: flex-start; gap: 22px; }
  .menu-button { display: inline-block; }

  .hero-right-wrap { top: 293px; right: 2%; transform: none; max-width: 250px; }
  .primary-button-wrapper { position: absolute; top: -110px; left: 45px; width: auto; }
  .primary-button-text { font-size: 15px; }
  .success-box-wrapper { max-width: 250px; padding: 20px 14px; }
  .success-info-wrapper { margin-top: 40px; }

  .hero-image-wrapper { margin-top: 60px; }
  .page-hero-title-text { font-size: 72px; }
  .about-section-description-text { font-size: 38px; }
  .about-section-description-image { width: 94px; }
  .about-offer-wrapper { margin-top: 60px; }
  .client-title { font-size: 36px; margin-bottom: 22px; }
  .works-slider {
    --work-gap: 16px;
    --work-slide-width: clamp(210px, 31vw, 270px);
  }
  .project-card-wrapper { margin-top: 60px; }
  .project-section-collection-list { gap: 20px; }
  .singel-project-card-wrapper { max-width: none; }

  .house-model-wrapper { padding-top: 50px; padding-bottom: 50px; }

  .service-section-wrapper { grid-template-columns: 1fr; }
  .service-section-title-text { margin-bottom: 60px; }
  .service-section-details-text { max-width: 600px; }
  .owner-profile-grid { grid-template-columns: 1fr; gap: 22px; }
  .owner-profile-title { font-size: 40px; }
  .owner-profile-name { font-size: 16px; }
  .owner-profile-text { font-size: 16px; }

  .statistic-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .statistic-grid-2 { gap: 16px; }
  .singel-statistic-wrapper { min-height: 380px; }

  .cottage-ads-wrapper { grid-template-columns: 1fr; gap: 26px; }
  .model-quote .model-quote-content { order: 1; }
  .model-quote .model-quote-media { order: 2; }

  .quote-segment-hit {
    stroke-width: 22;
  }

  .quote-page-title { font-size: 74px; }
  .quote-page-hero { grid-template-columns: 1fr; gap: 20px; }
  .quote-page-short-details { max-width: 100%; margin-bottom: 0; }
  .quote-contact-wrapper { grid-template-columns: 1fr; }

  .quote-builder-title { font-size: 58px; }
  .quote-builder-layout { grid-template-columns: 1fr; }
  .quote-card-head h2 { font-size: 24px; }
  .quote-builder-lead { max-width: 100%; font-size: 18px; }
  .quote-card { padding: 16px; border-radius: 12px; }
  .quote-drawing-stage { margin-top: 12px; min-height: 250px; }
  .quote-empty-state { font-size: 14px; padding: 14px; }
  .quote-segment-label { font-size: 14px; }

  .quote-drawing-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .quote-control-btn {
    width: 100%;
    min-height: 46px;
    padding: 8px 10px;
  }

  .quote-control-btn .section-link-tag-text {
    white-space: normal;
    line-height: 1.15;
    text-align: center;
    font-size: 13px;
  }

  .quote-summary-grid { grid-template-columns: 1fr; }
  .quote-summary-item strong { font-size: 22px; }

  .quote-segment-table-wrap { overflow: visible; }
  .quote-segment-table { min-width: 0; width: 100%; }
  .quote-segment-table thead { display: none; }
  .quote-segment-table tbody { display: grid; gap: 10px; }
  .quote-segment-table tr {
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    padding: 8px;
  }
  .quote-segment-table tr.is-selected {
    background: #eef8ef;
    border-color: #b7ddb9;
  }
  .quote-segment-table td {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 8px;
    align-items: center;
    border-bottom: 0;
    padding: 6px 6px;
  }
  .quote-segment-table td::before {
    content: attr(data-label);
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 600;
  }
  .quote-table-empty td { display: block; padding: 8px; }
  .quote-table-empty td::before { display: none; }

  .footer-content-wrapper { flex-direction: row; gap: 20px; }
  .footer-email-field { width: 304px; }
  .footer-menu-wrapper { grid-template-columns: 0.7fr 1fr 1fr; gap: 21px; justify-content: end; }
  .footer-menu-link { font-size: 16px; }
}

@media (min-width: 768px) and (max-width: 1100px) {
  h1 {
    font-size: 62px;
  }

  h3 {
    font-size: 44px;
  }

  h4 {
    font-size: 34px;
  }

  h5 {
    font-size: 30px;
  }

  h6 {
    font-size: 26px;
  }

  .page-hero-title-text {
    font-size: 52px;
  }

  .section.product-overview-section {
    padding-top: 64px;
  }

  .product-overview-section .page-hero-title-wrapper.v1 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    column-gap: 48px;
    row-gap: 0;
    align-items: end;
  }

  .product-overview-section .page-hero-content-wrapper {
    width: 100%;
    max-width: 300px;
    margin: 0;
    justify-self: end;
  }

  .product-overview-section .page-hero-short-details {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
  }

  .product-overview-section .doplnky-filter-wrap {
    margin-top: 30px !important;
  }

  .product-overview-section .doplnky-filter-options {
    column-gap: 18px !important;
    row-gap: 4px !important;
    padding-bottom: 0 !important;
  }

  .product-overview-section .doplnky-filter-option {
    padding: 3px 0 !important;
    border-bottom-width: 1px !important;
    font-size: 17px !important;
    line-height: 1.15 !important;
  }

  .product-overview-section .doplnky-filter-wrap + .project-card-wrapper,
  .product-overview-section .page-hero-title-wrapper.v1 + .project-card-wrapper {
    margin-top: 40px !important;
  }

  .product-title {
    font-size: 38px !important;
  }

  .quote-page-title {
    font-size: 52px;
  }

  .quote-builder-title {
    font-size: 46px;
  }

  .client-title {
    font-size: 32px;
  }

  .owner-profile-title,
  .brand-recommendation-title,
  .product-help-title {
    font-size: 34px !important;
  }

  .home-page .hero-wrapper {
    position: relative;
    display: block;
  }

  .home-page .hero-title-text-wrapper {
    width: calc(100% - 234px);
    max-width: 650px;
    min-width: 0;
  }

  .home-page .hero-title-text {
    font-size: 48px;
    line-height: 0.95;
    letter-spacing: -1.5px;
  }

  .home-page .page-hero-short-details {
    max-width: 100%;
    line-height: 1.25 !important;
  }

  .home-page .page-hero-short-details br {
    display: none;
  }

  .home-page .hero-right-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 202px;
    transform: none;
  }

  .home-page .hero-right-wrap .primary-button-wrapper {
    position: static;
    width: auto;
  }

  .home-page .hero-success-button {
    margin-top: 0;
  }

  .home-page .success-box-wrapper {
    max-width: none;
    margin-top: 16px;
    padding: 18px 18px 22px;
  }

  .home-page .success-rate-text {
    font-size: 42px;
    line-height: 1.05;
  }

  .home-page .success-info-wrapper {
    margin-top: 18px;
  }

  .home-page .success-title-text {
    font-size: 16px;
  }

  .home-page .success-description-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.25;
  }

  .home-page .hero-image-wrapper {
    margin-top: 44px;
  }

  .home-page .about-section-wrapper {
    margin-top: 46px;
  }

  .home-page .about-section-description-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 6px;
    row-gap: 6px;
  }

  .home-page .about-singel-description-wrapper {
    display: contents;
  }

  .home-page .about-section-description-text {
    flex: 0 1 auto;
    min-width: 0;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.5px;
  }

  .home-page .about-section-description-image {
    flex: 0 0 auto;
    width: 62px;
    height: 48px;
    margin: 0;
  }

  .home-page .about-offer-wrapper {
    margin-top: 46px;
  }

  .home-page .singel-statistic-number {
    font-size: 40px;
    line-height: 1.05;
  }
}

@media (max-width: 767px) {
  .section { padding: 45px 0; }
  .section.bg-color { padding: 45px 0; margin-bottom: 40px; }

  .navbar { padding: 30px 0; }
  .nav-button { display: inline-flex; }
  .nav-button-wrapper { gap: 12px; }
  .nav-cart { width: 22px; height: 22px; }
  .nav-cart svg { width: 16px; height: 16px; }
  .cart-modal-overlay {
    align-items: center;
    padding: 18px;
  }
  .cart-modal {
    max-width: 100%;
    border-radius: 14px;
  }
  .cart-modal-head {
    height: 78px;
    padding: 0 18px;
  }
  .cart-modal-title {
    font-size: 24px;
    letter-spacing: -0.8px;
  }
  .cart-modal-close { font-size: 42px; }
  .cart-modal-body { min-height: 210px; padding: 14px; }
  .cart-modal-empty { min-height: 110px; font-size: 18px; }
  .cart-add-grid { grid-template-columns: 1fr; }
  .cart-action-btn.primary { min-height: 48px; font-size: 15px; }
  .cart-item-layout { grid-template-columns: 72px 1fr; }
  .cart-item-image { width: 72px; height: 72px; }

  .hero-right-wrap { display: none; }

  .home-page .hero-wrapper {
    display: block;
  }

  .home-page .page-hero-short-details br {
    display: none;
  }

  .home-page .hero-right-wrap {
    position: static;
    display: block;
    width: auto;
    max-width: none;
    margin-top: 20px;
    transform: none;
  }

  .home-page .hero-right-wrap .primary-button-wrapper {
    position: static;
    top: auto;
    left: auto;
    width: auto;
  }

  .home-page .hero-success-button {
    margin-top: 0;
  }

  .home-page .success-box-wrapper {
    display: none;
  }

  .page-hero-title-text { font-size: 58px; }
  .hero-image-wrapper { margin-top: 40px; }
  .hero-image-wrapper.footer { margin-top: 0; }

  .about-section-wrapper { margin-top: 40px; }
  .about-section-description-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 4px;
    row-gap: 4px;
  }
  .about-singel-description-wrapper { display: contents; }
  .about-section-description-text {
    flex: 0 1 auto;
    min-width: 0;
    font-size: clamp(20px, 3.4vw, 26px);
    line-height: 1;
    letter-spacing: -0.2px;
  }
  .about-section-description-image {
    flex: 0 0 auto;
    width: clamp(34px, 7vw, 54px);
    height: clamp(28px, 5.5vw, 42px);
    margin: 0;
  }
  .about-offer-wrapper {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .client-title { font-size: 30px; margin-bottom: 18px; }
  .works-slider {
    --work-gap: 14px;
    --work-slide-width: clamp(210px, 44vw, 280px);
    margin-top: 24px;
  }
  .project-section-collection-list { grid-template-columns: 1fr; }
  .singel-project-card-content { margin-bottom: 30px; }
  .serial-number-wrapper { width: 46px; height: 46px; }

  .service-section-details-text { max-width: 400px; }

  .quote-page-title { font-size: 58px; }
  .quote-field-grid { grid-template-columns: 1fr; }

  .quote-builder-layout { margin-top: 24px; gap: 16px; }
  .quote-builder-title { font-size: 44px; }
  .quote-builder-lead { font-size: 17px; }
  .quote-contact-grid { grid-template-columns: 1fr; }
  .quote-card { padding: 14px; }
  .quote-card-head h2 { font-size: 22px; }
  .quote-card-head p { font-size: 14px; }

  .quote-drawing-stage { min-height: 230px; }
  .quote-segment-label { font-size: 15px; }

  .quote-segment-table td { grid-template-columns: 96px 1fr; }

  .footer-section { padding-top: 50px; }
  .footer-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .footer-all-link-wrapper { width: 100%; gap: 30px; }
  .footer-menu-wrapper {
    width: 100%;
    margin-top: 30px;
    gap: 56px;
    justify-items: center;
  }
}

@media (max-width: 479px) {
  h1 { font-size: 46px; }
  h3 { font-size: 32px; }
  h4 { font-size: 28px; }
  h5 { font-size: 26px; }
  h6 { font-size: 24px; }

  .section { padding: 30px 0; }
  .section.bg-color { padding: 30px 0; margin-bottom: 20px; }

  .home-page main > .section + .section {
    margin-top: 100px;
  }

  .home-page main > .home-intro-section + .home-products-section {
    margin-top: 0;
  }

  .home-page .home-products-section .project-section-wrapper {
    margin-top: 35px;
  }

  .home-page main > .home-expertise-section + .home-works-section {
    margin-top: 0;
  }

  .home-page .home-works-section .our-client-section-wrapper {
    margin-top: 0;
  }

  .about-works-section + .about-decision-section {
    margin-top: 100px;
  }

  .navbar { padding: 24px 0; }
  .navbar-brand-logo { max-width: 90px; }
  .nav-menu-wrapper { top: 76px; padding-bottom: 40px; }
  .nav-button-wrapper { gap: 10px; }
  .cart-modal-overlay { padding: 12px; }
  .cart-modal-head {
    height: 70px;
    padding: 0 16px;
  }
  .cart-modal-title { font-size: 20px; }
  .cart-modal-close { font-size: 34px; }
  .cart-modal-body { min-height: 170px; padding: 12px; }
  .cart-modal-empty { min-height: 90px; font-size: 16px; }
  .cart-item-layout { grid-template-columns: 1fr; }
  .cart-item-image { width: 100%; height: 130px; }
  .cart-empty-help { font-size: 13px; }
  .cart-action-btn.small { font-size: 12px; min-height: 32px; }

  .hero-image-wrapper,
  .hero-image-wrapper.footer {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
  .page-hero-title-text { font-size: 45px; }

  .about-section-wrapper { margin-top: 30px; }
  .about-section-description-wrapper {
    column-gap: 3px;
    row-gap: 2px;
  }
  .about-singel-description-wrapper { display: contents; }
  .about-section-description-text {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.2px;
  }
  .about-section-description-image {
    width: 34px;
    height: 30px;
  }
  .about-offer-text-wrapper { font-size: 20px; }
  .about-offer-wrapper { margin-top: 25px; }
  .home-page .about-offer-wrapper { margin-top: 45px; }
  .client-title { font-size: 22px; margin-bottom: 14px; }
  .works-slider {
    --work-gap: 12px;
    --work-slide-width: min(76vw, 280px);
    margin-top: 20px;
  }
  .section-button { padding: 18px 20px; }
  .section-link-tag-text,
  .section-button-mask { font-size: 16px; }

  .project-card-wrapper { margin-top: 30px; }
  .serial-number-wrapper { width: 43px; height: 43px; margin-bottom: 7px; }
  .project-card-title-text { font-size: 18px; }
  .project-hover { top: 41%; left: 41%; }

  .house-model-title-text { margin-bottom: 30px; }
  .house-model-wrapper { padding: 20px 10px; }
  .house-model-description-text { font-size: 14px; }

  .service-section-title-text { margin-bottom: 30px; }
  .service-section-details-text { max-width: 233px; }
  .owner-profile-title { font-size: 32px; }
  .owner-profile-name { font-size: 16px; }
  .owner-profile-text { font-size: 16px; }

  .quote-page-title { font-size: 42px; }
  .quote-info-card,
  .quote-form-card { padding: 18px 14px; }
  .quote-input,
  .quote-textarea { font-size: 15px; }

  .quote-builder-section { padding-top: 24px; }
  .quote-builder-title { font-size: 32px; }
  .quote-builder-lead { margin-top: 12px; font-size: 14px; line-height: 1.4; }
  .quote-summary-grid { grid-template-columns: 1fr; }
  .quote-drawing-controls { grid-template-columns: 1fr; gap: 8px; }
  .quote-control-btn { min-height: 44px; padding: 10px 10px; }
  .quote-control-btn .section-link-tag-text { font-size: 13px; }
  .quote-segment-table td { grid-template-columns: 88px 1fr; gap: 6px; }
  .quote-field label { font-size: 13px; }
  .quote-input,
  .quote-textarea { font-size: 14px; padding: 11px 12px; }

  .statistic-grid { margin-top: 30px; }
  .statistic-grid-2 { grid-template-columns: 1fr; gap: 18px; }
  .singel-statistic-wrapper { min-height: auto; padding: 18px 24px 20px 18px; }
  .singel-statistic-number { font-size: 34px; line-height: 1.1; }

  .cottage-ads-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .cottage-pricing-text { font-size: 16px; }
  .cottage-price-start { min-width: 142px; height: 50px; margin-top: 20px; }

  .footer-section { padding-top: 30px; }
  .footer-input-title-text { text-align: center; }
  .form {
    width: 100%;
    margin-top: 20px;
    gap: 15px;
    justify-content: center;
  }

  .footer-email-field {
    width: 100%;
    max-width: 400px;
    min-width: 200px;
    flex: 1;
    padding-left: 20px;
  }

  .footer-menu-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 32px 0;
    margin-top: 20px;
    justify-items: start;
  }

  .footer-menu-title,
  .footer-menu-link {
    font-size: 16px;
  }

  .footer-tag-text { text-align: center; font-size: 18px; }
.copy-right-text { margin-top: 20px; }
}

/* Cookie consent */
.cookie-banner {
  position: fixed;
  left: 20px;
  right: auto;
  bottom: 16px;
  z-index: 1400;
  width: min(520px, calc(100vw - 40px));
  background: #ffffff;
  color: #1d1d1d;
  border: 1px solid #d9e0d8;
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
  padding: 16px;
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1d1d1d;
}

.cookie-banner-text {
  margin: 0;
  color: #565f6b;
  font-size: 14px;
  line-height: 1.55;
  max-width: 100%;
}

.cookie-banner-text a {
  color: #2c7a44;
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.cookie-btn {
  border: 1px solid transparent;
  border-radius: 10px;
  min-height: 42px;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-btn--primary {
  background: #549f58;
  color: #ffffff;
}

.cookie-btn--secondary {
  background: #ffffff;
  border-color: #cfd7cf;
  color: #1d1d1d;
}

.cookie-btn--ghost {
  background: #f3f6f2;
  border-color: #d8e1d7;
  color: #1d1d1d;
}

.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1450;
  background: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  padding: 16px;
}

.cookie-modal-overlay[hidden] {
  display: none !important;
}

.cookie-modal {
  width: min(680px, 100%);
  background: #fff;
  color: #131722;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.cookie-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cookie-modal-head h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.cookie-modal-close {
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: #131722;
}

.cookie-modal-intro {
  margin: 8px 0 16px;
  color: #4e5562;
  font-size: 15px;
  line-height: 1.6;
}

.cookie-option {
  border: 1px solid #dfe4ee;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
}

.cookie-option-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.cookie-option-title {
  font-size: 16px;
  font-weight: 700;
}

.cookie-option-desc {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.55;
  color: #4e5562;
}

.cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.cookie-switch {
  position: relative;
  width: 44px;
  height: 24px;
  flex: 0 0 auto;
}

.cookie-switch input {
  position: absolute;
  opacity: 0;
}

.cookie-slider {
  position: absolute;
  inset: 0;
  background: #ccd2df;
  border-radius: 999px;
  transition: background 0.2s ease;
}

.cookie-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.cookie-switch input:checked + .cookie-slider {
  background: #5db46f;
}

.cookie-switch input:checked + .cookie-slider::before {
  transform: translateX(20px);
}

.cookie-manage-btn {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 1390;
  border: 1px solid #d8e1d7;
  border-radius: 999px;
  background: #fff;
  color: #1b1d22;
  font-size: 13px;
  font-weight: 600;
  min-height: 36px;
  padding: 0 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.cookie-manage-btn[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .cookie-banner {
    left: 10px;
    width: calc(100vw - 20px);
    bottom: 10px;
    padding: 14px;
  }

  .cookie-banner-actions,
  .cookie-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Product gallery and benefits alignment */
.singel-page-feature-image {
  width: 100%;
  max-width: 1310px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.singel-page-feature-image .singel-feature-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-details-wrapper.product-benefits-final {
  width: 100% !important;
  max-width: 1310px !important;
  margin: 40px auto 0 !important;
  transform: none !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  clear: both;
}

.page-details-wrapper.product-benefits-final .product-benefits-strip {
  width: 100% !important;
  max-width: 100% !important;
  border-left: 1px solid #e2e2e2 !important;
  border-right: 1px solid #e2e2e2 !important;
  border-radius: 12px !important;
}

@media (max-width: 767px) {
  .singel-page-feature-image {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.brand-recommendation-section {
  padding-top: 24px;
  padding-bottom: 34px;
}

.brand-recommendation-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 38px;
  align-items: stretch;
}

.brand-recommendation-media {
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #f1f1f1;
}

.brand-recommendation-image {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}

.brand-recommendation-content {
  min-height: 360px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.brand-recommendation-title {
  margin: 0 0 22px;
  max-width: 600px;
  font-size: 46px;
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: 0;
}

.brand-recommendation-text {
  max-width: 680px;
  color: var(--gray-primary);
  font-size: 18px;
  line-height: 1.45;
}

.brand-recommendation-text + .brand-recommendation-text {
  margin-top: 14px;
}

.brand-name-highlight {
  text-decoration: underline;
  text-decoration-color: #d9791f;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.brand-recommendation-button {
  width: fit-content;
  margin-top: 26px;
  border-radius: 72px;
  background: var(--green-primary);
  color: #fff;
  padding: 18px 22px;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.25s ease, background 0.25s ease;
}

.brand-recommendation-button:hover {
  background: #478849;
  transform: translateY(-1px);
}

.product-help-section {
  padding-top: 20px;
  padding-bottom: 75px;
}

.product-help-wrapper {
  border-radius: 8px;
  background: var(--primary-field-color);
  padding: 42px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.product-help-title {
  margin: 0;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

.product-help-text {
  color: var(--gray-primary);
  font-size: 17px;
  line-height: 1.4;
}

.product-help-button {
  border-radius: 72px;
  background: var(--green-primary);
  color: #fff;
  padding: 18px 22px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.25s ease, background 0.25s ease;
}

.product-help-button:hover {
  background: #478849;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .brand-recommendation-wrapper {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .brand-recommendation-title {
    font-size: 38px;
  }

  .product-help-wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-help-button {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .brand-recommendation-section {
    margin-top: 60px;
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .brand-recommendation-media,
  .brand-recommendation-image {
    min-height: 260px;
  }

  .brand-recommendation-content {
    min-height: auto;
    padding: 26px 22px;
  }

  .brand-recommendation-title {
    font-size: 32px;
  }

  .brand-recommendation-text {
    font-size: 16px;
  }

  .product-help-section {
    padding-top: 10px;
    padding-bottom: 45px;
  }

  .product-help-wrapper {
    padding: 26px 22px;
  }

  .product-help-title {
    font-size: 30px;
  }
}

/* Floating contact information shown only on product detail pages */
.product-contact-widget {
  position: fixed;
  top: 50vh;
  right: 22px;
  bottom: auto;
  left: auto;
  z-index: 1100;
  font-family: "Inter Tight", sans-serif;
  transform: translateY(-50%);
}

.product-contact-trigger {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9791f;
  color: #fff;
  box-shadow: 0 12px 30px rgba(83, 43, 7, 0.28);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.product-contact-trigger span {
  font-family: Georgia, serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

.product-contact-trigger:hover {
  background: #bf6715;
  transform: translateY(-2px);
  box-shadow: 0 15px 34px rgba(83, 43, 7, 0.34);
}

.product-contact-trigger:focus-visible,
.product-contact-close:focus-visible,
.product-contact-phone:focus-visible {
  outline: 3px solid rgba(217, 121, 31, 0.38);
  outline-offset: 3px;
}

.product-contact-panel {
  position: absolute;
  right: 0;
  left: auto;
  bottom: calc(100% + 14px);
  width: min(360px, calc(100vw - 44px));
  padding: 25px 24px 22px;
  border: 1px solid #e5ded7;
  border-top: 4px solid #d9791f;
  border-radius: 15px;
  background: #fff;
  color: #1d1d1d;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transform-origin: bottom right;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.product-contact-widget.is-open .product-contact-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.product-contact-close {
  position: absolute;
  top: 9px;
  right: 11px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #666;
  font-family: inherit;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.product-contact-close:hover {
  color: #1d1d1d;
}

.product-contact-title {
  max-width: calc(100% - 34px);
  margin: 0 0 11px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.3px;
}

.product-contact-text {
  margin: 0;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 1.5;
}

.product-contact-phone {
  width: fit-content;
  min-height: 0;
  margin-top: 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.product-contact-phone-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 14px;
  background: #1d1d1d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.product-contact-phone-label {
  padding-bottom: 3px;
  border-bottom: 2px solid #d9791f;
  white-space: nowrap;
  transition: border-color 0.2s ease;
}

.product-contact-phone:hover .product-contact-phone-icon {
  background: #d9791f;
  transform: translateY(-1px);
}

.product-contact-phone:hover .product-contact-phone-label {
  border-bottom-color: #bf6715;
}

@media (max-width: 767px) {
  .product-contact-widget {
    top: 50vh;
    right: 12px;
    bottom: auto;
    left: auto;
  }

  .product-contact-trigger {
    width: 36px;
    height: 36px;
  }

  .product-contact-trigger span {
    font-size: 21px;
  }

  .product-contact-panel {
    width: calc(100vw - 24px);
    padding: 23px 20px 20px;
  }

  .product-contact-title {
    font-size: 23px;
  }

  .product-contact-text,
  .product-contact-phone {
    font-size: 15px;
  }

  .product-contact-phone {
    gap: 12px;
  }

  .product-contact-phone-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
    font-size: 24px;
  }
}

/* Compact product-category filters on tablets and phones */
@media (max-width: 767px) {
  .doplnky-filter-wrap {
    margin-top: 28px !important;
  }

  .doplnky-filter-options {
    column-gap: 14px !important;
    row-gap: 6px !important;
    padding-bottom: 0 !important;
  }

  .doplnky-filter-option {
    padding: 4px 0 !important;
    border-bottom-width: 1px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
  }

  .doplnky-filter-wrap + .project-card-wrapper {
    margin-top: 34px !important;
  }
}

@media (max-width: 479px) {
  .doplnky-filter-wrap {
    margin-top: 22px !important;
  }

  .doplnky-filter-options {
    column-gap: 12px !important;
    row-gap: 4px !important;
  }

  .doplnky-filter-option {
    padding: 3px 0 !important;
    font-size: 15px !important;
  }

  .doplnky-filter-wrap + .project-card-wrapper {
    margin-top: 28px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-contact-trigger,
  .product-contact-panel,
  .product-contact-phone {
    transition: none;
  }
}

/* One shared header geometry across the homepage and every subpage. The
   explicit height prevents the older page-specific Webflow stylesheets from
   changing the navbar spacing. */
:root {
  --site-header-height: 66px;
}

.page-wrapper > .navbar {
  height: var(--site-header-height);
  min-height: var(--site-header-height);
  padding: 0 !important;
}

.page-wrapper > .navbar > .container,
.page-wrapper > .navbar .navbar-wrapper {
  height: 100%;
  min-height: 100%;
}

@media (max-width: 991px) {
  :root {
    --site-header-height: 104px;
  }

  .page-wrapper > .navbar .nav-menu-wrapper {
    top: var(--site-header-height);
  }
}

@media (max-width: 767px) {
  :root {
    --site-header-height: 94px;
  }
}

@media (max-width: 479px) {
  :root {
    --site-header-height: 80px;
  }
}
