* { margin: 0; padding: 0; box-sizing: border-box; }

.wrapper {
  max-width:1220px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
:root {
  --dark: #212728;
  --dark2: #282f2b;
  --yellow: #FFCF3D;
  --yellow2: #FFD03E;
  --green: #4C8A06;
  --green2: #36503C; 
  --white: #FFFFFF;
  --bg-light: #F8F8F6;
  --text-dark: #03030E;
  --text-muted: rgba(4,4,13,0.88);
  --border: #DCE1E6;
  --gray60: #686F77;
}

body {
  font-family: 'Unbounded', sans-serif;
  background: #fff;
  color: var(--text-dark);
  overflow-x: hidden;
}

/* ===== HEADER ===== */
.header {
  height: 82px;
  background: #FFFFFF;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header__row {
  display: flex;
  align-items: center;
  padding: 16px 0;
  gap: 48px;
}

.hero-left {
  flex: 1;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.header-logo {
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex-shrink: 0;
}

.header-logo span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.nav-item {
  padding: 12px 8px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(3,3,6,0.88);
  text-decoration: none;
  white-space: nowrap;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.btn-call {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: var(--dark);
  border-radius: 8px;
  color: #E6E6E6;
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  height: 42px;
}

.btn-call svg { width: 24px; height: 24px; flex-shrink: 0; }

.btn-business {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: var(--yellow2);
  border-radius: 8px;
  color: rgba(3,3,6,0.88);
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  height: 42px;
}

.btn-business svg { width: 24px; height: 24px; flex-shrink: 0; }

/* ===== HERO SECTION ===== */
.hero-section {
  padding: 40px 0 0;
  display: flex;
  gap: 24px;
  background: #fff;
}

.hero-main {
  flex: 1;
  background: var(--bg-light);
  border-radius: 32px;
  height: 441px;
  position: relative;
  overflow: hidden;
}

.hero-badge {
  position: absolute;
  background: #4C8A06;
  border-radius: 300px;
  width: 267px;
  height: 64px;
  z-index: 2;
}

.hero-content {
  position: absolute;
  top: 41px;
  left: 32px;
  width: 520px;
  z-index: 3;
}

.hero-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 140%;
  color: rgba(3,3,6,0.88);
}

.hero-title .white { color: #fff; }

.hero-subtitle {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(3,3,6,0.88);
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  background: var(--yellow);
  border-radius: 8px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(3,3,6,0.88);
  text-decoration: none;
  margin-top: 20px;
  white-space: nowrap;
}

.hero-emoji {
  position: absolute;
  top: 47px;
  left: 215px;
  font-size: 45px;
  z-index: 4;
  line-height: 1;
}

/* right column */
.hero-right {
  width: 282px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-card {
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding: 0px;
}

.hero-card-title {
  font-size: 20px;
  font-weight: 700;
  color: rgba(3,3,6,0.88);
  text-align: center;
  width: 100%;
  z-index: 2;
  position: relative;
}

/* ===== QUICK LINKS ===== */
.quick-links {
  padding: 32px 0;
  display: flex;
  gap: 12px;
  background: #fff;
}

.quick-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.quick-link-icon {
  width: 88px;
  height: 84px;
  background: var(--bg-light);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.quick-link-circle {
  position: absolute;
  width: 172px;
  height: 172px;
  background: var(--yellow2);
  border-radius: 50%;
  top: -44px;
  left: -42px;
  opacity: 0.6;
}

.quick-link-img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.quick-link-name {
  font-size: 13px;
  font-weight: 500;
  color: rgba(3,3,6,0.88);
  text-align: center;
  max-width: 88px;
  line-height: 123%;
  word-break: break-all;
}

/* ===== INLINE STYLES CONVERTED TO CLASSES ===== */
.hero-img-overflow {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}

.hero-badge-pos {
  top: 39px;
  left: 15px;
  z-index: 2;
}

.hero-cards-flex {
  display: flex;
}

.hero-card-small {
  border-radius: 32px;
  overflow: hidden;
  height: 135px;
  min-height: 135px;
  max-height: 135px;
  position: relative;
  flex-shrink: 0;
}

.hero-card-content {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
}

.hero-card-title-left {
  text-align: left;
}

.hero-card-large {
  border-radius: 32px;
  overflow: hidden;
  height: 288px;
  min-height: 288px;
  position: relative;
  flex-shrink: 0;
}

.catalog-card-yellow {
  background: #FFD03E;
  position: relative;
  overflow: hidden;
}

.catalog-card-yellow2 {
  background: #FFC13D;
  position: relative;
  overflow: hidden;
}

.catalog-img-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-img-no-radius {
  border-radius: 0;
  font-size: 80px;
}

.catalog-card-info-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 32px;
  padding: 24px 20px;
  margin: 0;
  min-height: 167px;
  line-height: 120%;
}

.catalog-title {
  font-size: 15px;
  font-weight: 700;
  color: rgba(15,12,4,0.88);
  margin-bottom: 8px;
}

.catalog-specs-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.catalog-spec-text {
  font-size: 13px;
  color: rgba(3,3,6,0.88);
}

.catalog-spec-opacity {
  opacity: 0.5;
}

.catalog-price-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: rgba(3,3,6,0.88);
}

.catalog-note {
  font-size: 13px;
  opacity: 0.5;
  margin-top: 4px;
}

.ral-badge-top {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ral-badge-6005 {
  background: #104342;
}

.ral-badge-9005 {
  background: #161B1B;
}

.ral-badge-text {
  font-size: 8px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
}

.calc-form-wrapper {
  padding: 0 0 120px;
}

.calc-form-title {
  font-size: 40px;
  font-weight: 700;
  color: rgba(3,3,6,0.88);
  padding-bottom: 48px;
  padding-top: 0;
}

.calc-form-bg {
  background: #F8F8F6;
  border-radius: 32px 32px 0 0;
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 30px;
  padding: 40px 80px 72px 80px;
}

.calc-col-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.calc-select-wrapper {
  position: relative;
  width: 448px;
}

.calc-select-full {
  width: 448px;
}

.calc-row-gap {
  display: flex;
  gap: 16px;
}

.calc-input-half {
  width: 216px;
}

.calc-textarea-full {
  width: 448px;
}

.calc-col-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}

.calc-toggle-row,
.calc-toggle-row p {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.calc-checkbox-group .calc-checkbox-row .wpcf7-list-item:first-child,
.calc-checkbox-group .calc-checkbox-col .wpcf7-list-item {
  margin-left: 0 !important;
}
.calc-checkbox-group .calc-checkbox-col .wpcf7-list-item {
  margin-bottom: 12px;
}

.calc-checkbox-row-bottom .wpcf7-list-item {
  margin-left: 0 !important;
  margin-bottom: 12px;
}

.calc-checkbox-group .form-label {
  line-height: 238%;
}

.color-dot-green {
  background: #1a6850;
  border: 2px solid rgba(255,255,255,0.8);
}

.color-dot-gray {
  background: #5f6570;
}

.color-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.color-dot-brown {
  background: #302029;
}

.color-dot-black {
  background: #1f1f1f;
}

.calc-checkbox-group {
  display: flex;
}

.calc-checkbox-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.calc-checkbox-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.calc-checkbox-row-bottom {
  display: flex;
  gap: 12px;
}

.more-section-row {
  display: flex;
  gap: 30px;
}

.more-col-full {
  width: 100%;
}

.more-title-row {
  display: flex;
}

.more-title-right {
  margin-left: auto;
  display: flex;
  gap: 30px;
  align-items: center;
}

.more-content-row {
  display: flex;
  gap: 50px;
}

.more-content-col {
  width: 100%;
  z-index: 2;
}

.more-inner-row {
  display: flex;
  gap: 30px;
}

.marketplace-section {
  margin-bottom: 120px;
  background: linear-gradient(to top, #FFCF3D, #FFF866);
  border-radius: 64px;
  overflow: hidden;
  height: 528px;
  position: relative;
  padding: 80px 0;
}

.marketplace-title {
  margin-top: 113px;
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 110%;
  color: rgba(21,21,21,0.95);
  position: relative;
  z-index: 2;
}

.marketplace-title-green {
  color: #4C8A06;
}

.marketplace-btn-row {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.marketplace-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  background: #4C8A06;
  border-radius: 8px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.marketplace-img {
  border-radius: 32px;
  font-size: 80px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.about-card-overlay {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 32px;
}

.about-card-circle {
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 170px;
  height: 170px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
}

.ml-a {
  margin-left: auto;
}

.about-card-content {
  position: relative;
  z-index: 1;
}

.about-card-img-corner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 32px 0;
}

.about-card-img-no-radius {
  border-radius: 0;
  font-size: 80px;
}

.about-card-img-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 235px;
}

.about-card-img-full {
  max-width: 100%;
}

.about-card-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
  margin-top: 24px;
}

.about-card-img-wrapper2 {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 212px;
}

.reviews-wrapper {
  padding: 0;
}

.reviews-header-wrapper {
  padding: 0;
  margin-bottom: 48px;
}

.reviews-header-placeholder {
  background: #F3F4F5;
  border-radius: 32px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.reviews-placeholder-text {
  font-size: 40px;
  font-weight: 700;
  color: rgba(0,0,0,0.3);
}

.reviews-grid {
  display: flex;
  gap: 21px;
  padding: 0;
  margin-bottom: 48px;
  position: relative;
}

.review-card-placeholder {
  background: #F3F4F5;
  border-radius: 32px;
  width: 282px;
  height: 299px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reviews-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-bottom: 48px;
}

.reviews-footer-text {
  font-size: 16px;
  color: rgba(0,0,0,0.5);
}

.reviews-dots {
  display: flex;
  gap: 12px;
  align-items: center;
}

.review-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #D9D9D9;
}

.review-dot-active {
  background: #7A7A7A;
}

.reviews-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  background: rgba(33,39,40,0.5);
  border-radius: 8px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.works-grid-no-padding {
  padding-bottom: 0;
}

.work-card {
  position: relative;
  flex: 1;
  height: 370px;
  border-radius: 32px;
  overflow: hidden;
  cursor: pointer;
}

.work-img {
  border-radius: 32px;
  font-size: 80px;
}

.ral-badge-6033 {
  background: #1a6850;
}

.work-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 32px;
  min-height: 160px;
  padding: 24px 20px;
  /* margin: 16px; */
}

.work-title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(3,3,6,0.88);
  margin-bottom: 8px;
}

.work-spec {
  font-size: 13px;
  color: rgba(3,3,6,0.88);
}

.ral-badge-8017 {
  background: #302017;
}

.ral-badge-7024 {
  background: #474D51;
}

.contact-form-flex {
  display: flex;
  height: 100%;
  overflow: unset;
}

.contact-form-left {
  width: 621px;
  padding: 48px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.contact-title {
  font-size: 85px;
  font-weight: 700;
  line-height: 100%;
  color: var(--dark);
}

.contact-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--dark);
  margin-top: 24px;
  max-width: 494px;
}

.contact-form-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.contact-form-row {
  display: flex;
  align-items: center;
  gap: 21px;
}

.contact-label-row {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: var(--dark);
  margin-bottom: 8px;
}

.contact-required {
  color: #FF4D4F;
}

.contact-input-half {
  width: 276px;
  height: 40px;
  border-radius: 8px;
  border: none;
  background: #fff;
  padding: 0 16px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
}

.contact-label {
  font-size: 13px;
  color: var(--dark);
  margin-bottom: 8px;
}

.contact-input-full {
  width: 572px;
  height: 40px;
  border-radius: 8px;
  border: none;
  background: #fff;
  padding: 0 16px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
}

.contact-disclaimer {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--dark);
  margin-top: 16px;
  max-width: 494px;
}

.img-placeholder.contact-img {
  border-radius: 0;
  font-size: 120px;
  height: auto;
  position: absolute;
  z-index: 0;
  right: -250px;
  bottom: 0;
}

.footer-col-margin {
  margin-top: 12px;
}

.footer-address {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 154%;
}

.footer-bottom {
  grid-column: 1/-1;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
}

.footer-logo-wrapper {
  width: 167px;
  height: 52px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo-img {
  display: inline-block;
  max-width: 100%;
}

/* ===== SECTION HEADER ===== */
.section-header {
  padding: 111px 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  color: rgba(3,3,6,0.88);
}

.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  background: var(--yellow);
  border-radius: 8px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(3,3,6,0.88);
  text-decoration: none;
  white-space: nowrap;
}

.btn-more svg { width: 32px; height: 32px; }

/* ===== CATALOG CARDS ===== */
.catalog-section {
  padding: 0 0 120px;
  background: #fff;
}

.catalog-grid {
  display: flex;
  gap: 15px;
}

.catalog-card {
  flex: 1;
  /* background: var(--bg-light); */
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  height: 373px;
  cursor: pointer;
}

.catalog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 32px;
  padding: 24px 32px;
  margin: 16px;
}

.catalog-card-title {
  font-size: 20px;
  font-weight: 700;
  color: rgba(3,3,6,0.88);
  margin-bottom: 8px;
}

.catalog-badge-green {
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  background: #4C8A06;
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

/* ===== CALCULATOR SECTION ===== */
.calc-section {
  background: #fff;
  padding: 0 120px 120px;
}

.calc-wrapper {
  background: #F8F7F7;
  border-radius: 32px;
  padding: 40px 40px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.calc-section-title {
  font-size: 40px;
  font-weight: 700;
  color: rgba(3,3,6,0.88);
  margin-bottom: 48px;
}

.calc-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-label {
  font-size: 16px;
  font-weight: 400;
  color: rgba(4,4,19,0.55);
  line-height: 200%;
}

.form-input {
  width: 100%;
  height: 40px;
  border: 1px solid #DBDDDD;
  border-radius: 8px;
  padding: 0 16px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  outline: none;
}

.form-select-wrapper {
  position: relative;
  width: 100%;
}

.form-select {
  width: 100%;
  height: 40px;
  border: 1px solid #DBDDDD;
  border-radius: 8px;
  padding: 0 16px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  background: #fff;
  appearance: none;
  outline: none;
}

.select-chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.ta-c {
  text-align: center;
}
.jc-c {
  justify-content: center;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.toggle-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.toggle-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 100px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background: rgba(33,39,40,0.04);
  color: rgba(3,3,6,0.88);
}

.toggle-btn.active {
  background: rgba(33,39,40,0.16);
}

.color-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 100px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background: rgba(33,39,40,0.04);
  color: rgba(3,3,6,0.88);
}

.color-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.color-btn.active { background: rgba(33,39,40,0.16); }

.checkboxes {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
}

.checkbox-box {
  width: 20px;
  height: 20px;
  border: 1.25px solid #DBDDDD;
  border-radius: 2.5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.checkbox-box.checked {
  background: var(--yellow);
  border-color: var(--yellow);
}

.checkbox-box.checked::after {
  content: '';
  width: 12px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L5 8.5L12 1' stroke='%23212728' stroke-width='1.5'/%3E%3C/svg%3E") center/contain no-repeat;
}

.form-textarea {
  width: 100%;
  height: 144px;
  border: 1px solid #DBDDDD;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  background: #fff;
  outline: none;
  resize: none;
  color: rgba(3,3,6,0.25);
}

/* dark form panel */
.calc-dark {
  background: var(--dark);
  border-radius: 32px;
  padding: 48px 40px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}

.calc-dark-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  margin-bottom: 0;
}

.dark-label {
  font-size: 13px;
  font-weight: 400;
  color: rgba(4,4,19,0.55);
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
}

.dark-input {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  border: none;
  padding: 0 16px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  outline: none;
}

.dark-input::placeholder { color: rgba(3,3,6,0.25); }

.required-star { color: #FF4D4F; margin-right: 4px; }

.field-label-row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

/* Submit btn */
.btn-calculate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  background: var(--yellow);
  border-radius: 8px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(3,3,6,0.88);
  border: none;
  cursor: pointer;
  align-self: flex-end;
}

.btn-submit-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  background: var(--yellow);
  border-radius: 8px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(3,3,6,0.88);
  border: none;
  cursor: pointer;
}

.disclaimer {
  font-size: 13px;
  font-weight: 400;
  line-height: 154%;
  color: rgba(255,255,255,0.7);
  margin-top: 0;
}

/* Tab switcher */
.tab-switcher {
  display: flex;
  gap: 4px;
}

.tab-btn {
  padding: 8px 16px;
  border-radius: 100px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}

.tab-btn.active {
  background: var(--yellow);
  color: rgba(3,3,6,0.88);
}

/* ===== FREE MEASUREMENT ===== */
.measure-section {
  padding: 0 120px 120px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.measure-title {
  font-size: 40px;
  font-weight: 700;
  color: rgba(3,3,6,0.88);
  margin-bottom: 48px;
  align-self: flex-start;
}

.measure-card {
  background: var(--bg-light);
  border-radius: 32px;
  width: 100%;
  height: 428px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
}

.measure-left {
  padding: 41px 32px;
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.measure-card-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  color: rgba(3,3,6,0.88);
}

.measure-card-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(3,3,6,0.88);
  margin-top: 16px;
}

.measure-badge-pill {
  display: inline-flex;
  padding: 8px 15px;
  background: var(--green);
  border-radius: 300px;
  color: #fff;
  font-size: 13px;
  margin-top: 16px;
}

.froze-title {
  font-size: 40px;
  font-weight: 700;
  color: rgba(3,3,6,0.88);
  margin-bottom: 48px;
}

.froze-form {
  background: #21282B;
  border-radius: 32px;
  padding: 80px;
  position: relative;
}
.froze-left {
  min-width: 450px;
  z-index: 2;
}
.froze img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.froze-form .form-label {
  color: #fff;
  margin-bottom: 10px;
}
.froze-form p {
  font-size: 13px;
  line-height: 20px;
  /* opacity: 0.7; */
  color: #fff;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.froze-form-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  background: var(--yellow);
  border-radius: 8px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(3, 3, 6, 0.88);
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  border: unset;
  cursor: pointer;
}
.froze-form-title {
  color: #fff;
  line-height: 140%;
  font-size: 40px;
  font-weight: bold;
}
.froze-form-title span {
  background: #4C8A06;
  padding: 5px 10px;
  border-radius: 100px;
}
.froze {
  margin-bottom: 120px;
}

.woocommerce-ordering select {
    padding: 15px;
    border-radius: 43px;
    background: #fff;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #dadada;
    margin: 20px 0;
}

.single-product-tabs .custom-description {
  background: #fafafa;
  padding: 40px;
  border-radius: 48px;
  margin-bottom: 40px;
}
.single-product-tabs .custom-description h2 {
  margin-bottom: 10px;
}
.single-product-tabs .custom-description p {
  line-height: 150%;
  color: rgba(3,3,6,0.88);
}
.custom-related h2.custom-section-title {
  margin-bottom: 20px;
}

/* ===== ABOUT SECTION ===== */

.about {
  padding: 0;
}
.about-section {
  padding: 120px 120px 0;
  background: #fff;
}

.about-title {
  font-size: 40px;
  font-weight: 700;
  color: rgba(3,3,6,0.88);
  margin-bottom: 48px;
}

.logos-row {
  align-items: center;
  gap: 32px;
  padding: 0;
  height: 114px;
  display: flex;
  flex-wrap: nowrap;
}
.logos-row img {
  flex: 1;
  width: 10px;
  height: auto;
  object-fit: cover;
}

.logo-placeholder {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  flex-shrink: 0;
}

.logo-placeholder span {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -1px;
}

.about-cards {
  display: flex;
  gap: 20px;
  margin-top: 48px;
  padding-bottom: 120px;
}

.about-card-yellow {
  width: 590px;
  background: var(--yellow);
  border-radius: 32px;
  height: 501px;
  overflow: hidden;
  position: relative;
  padding: 34px;
  flex-shrink: 0;
}

.about-card-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  color: #131212;
}

.about-card-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  color: #131212;
  margin-top: 22px;
}

.about-badge-pill {
  display: inline-flex;
  padding: 10px 12px;
  background: var(--green);
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
}

.about-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about-card-dark {
  background: var(--dark);
  border-radius: 32px;
  height: 179px;
  padding: 34px;
  overflow: hidden;
  position: relative;
  align-content: center;
}

.about-card-dark-title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  line-height: 170%;
}
.about-card-dark-title span {
  background: #4C8A06;
  padding: 5px 10px;
  border-radius: 100px;
}

.about-badge-dark {
  display: inline-flex;
  padding: 10px 12px;
  background: var(--green);
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 12px;
}

.about-card-dark2 {
  background: var(--dark);
  border-radius: 32px;
  height: 302px;
  padding: 34px;
  overflow: hidden;
  position: relative;
  align-content: center;
}

/* ===== FAQ ===== */
.faq-section {
  padding: 120px 0 30px;
  background: #fff;
}

.faq-title {
  font-size: 40px;
  font-weight: 700;
  color: rgba(3,3,6,0.88);
  margin-bottom: 48px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--dark);
  border-radius: 32px;
  padding: 16px 16px;
  cursor: pointer;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-question-text {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
}

.faq-answer {
  display: none;
}

.faq-item.open .faq-answer {
  display: block;
  padding: 5px 10px;
}

.faq-answer p {
  color: #fff;
  line-height: 140%;
}

.faq-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ===== WORKS SECTION ===== */
.works-section {
  background: #fff;
}

.works-header {
  padding: 111px 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.works-grid {
  padding: 0;
  display: flex;
  gap: 24px;
}

.work-card {
  flex: 1;
  height: 370px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  background: #c8d4b8;
}

.work-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 32px;
  padding: 24px;
  margin: 0;
}

.work-card-title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(3,3,6,0.88);
  margin-bottom: 8px;
}

.work-card-meta {
  font-size: 13px;
  font-weight: 400;
  color: rgba(3,3,6,0.88);
}

.work-card-meta span { opacity: 0.5; }

.ral-badge {
  position: absolute;
  bottom: 155px;
  z-index: 2;
  right: 24px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
}

/* ===== REVIEWS ===== */
.reviews-section {
  background: #fff;
  padding: 0 0 0;
  height: 553px;
  position: relative;
}

.reviews-row {
  display: flex;
  gap: 24px;
  padding: 0 120px;
  padding-top: 48px;
}

.review-card {
  width: 282px;
  height: 299px;
  background: #F3F4F5;
  border-radius: 32px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-placeholder {
  font-size: 40px;
  font-weight: 700;
  color: rgba(0,0,0,0.3);
}

.reviews-from {
  width: 1201px;
  height: 80px;
  background: #F3F4F5;
  border-radius: 32px;
  margin: 0 120px 0;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-from-text {
  font-size: 40px;
  font-weight: 700;
  color: rgba(0,0,0,0.3);
}

.reviews-controls {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  align-items: center;
}

.dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #D9D9D9;
}

.dot.active { background: #7A7A7A; }

.review-btn-leave {
  position: absolute;
  right: 120px;
  bottom: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  background: rgba(33,39,40,0.5);
  border-radius: 8px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  cursor: pointer;
}

.reviews-made {
  position: absolute;
  left: 120px;
  bottom: 59px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
}

/* ===== CONTACT SECTION ===== */
.contact-section {
  padding: 120px 0 150px;
  overflow: hidden;
}

.contact-card {
  background: var(--yellow);
  border-radius: 42px;
  overflow: hidden;
  height: 672px;
  position: relative;
  overflow: unset;
}

.contact-content {
  padding: 48px 48px;
  display: flex;
  gap: 60px;
}

.contact-left {
  flex-shrink: 0;
}

.contact-main-title {
  font-size: 85px;
  font-weight: 700;
  line-height: 100%;
  color: var(--dark);
  max-width: 556px;
}

.contact-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--dark);
  margin-top: 24px;
  max-width: 494px;
}

.contact-disclaimer {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--dark);
  margin-top: 16px;
  max-width: 494px;
}

.contact-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mt-16 {
  margin-top: 16px;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.w-100 {
  width:100%;
}

.contact-form-row {
  display: flex;
  gap: 30px;
}

.contact-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-field-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 400;
  color: var(--dark);
  padding-bottom: 8px;
}

.contact-input {
  height: 40px;
  border-radius: 8px;
  border: none;
  background: #fff;
  padding: 0 16px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  width: 100%;
}

.contact-input::placeholder { color: rgba(3,3,6,0.25); }

.contact-email-full {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: none;
  background: #fff;
  padding: 0 16px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  display: block;
}

.contact-email-full::placeholder { color: rgba(3,3,6,0.25); }

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: var(--dark);
  border-radius: 8px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 139px;
  height: 56px;
}

/* ===== FOOTER ===== */
.footer {

  background:var(--dark);

}

.footer__row {
  padding: 120px 0 80px;
  display: grid;
  grid-template-columns: 212px 145px 169px 263px;
  gap: 0;
  column-gap: 307px;
  column-gap:100px;
  row-gap:40px;
}

.footer-col-title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
  height: 24px;
  display: block;
  line-height: 150%;
}

.footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 154%;
}

.footer-link-muted {
  font-size: 13px;
  font-weight: 400;
  color: var(--gray60);
  text-decoration: none;
}

.footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}

.footer-contact-label {
  font-size: 13px;
  color: var(--gray60);
}

.footer-contact-value {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.footer-logo-area {
  margin-top: 60px;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
}

/* Divider */
.footer-divider {
  grid-column: 1 / -1;
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 40px 0;
}

/* Responsive placeholder images */
.img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}

.more {
  margin-bottom: 120px;
}
.more-slider .more-image {
  max-width: 100%;
}
.more-title {
  font-size: 40px;
  font-weight: 700;
  color: rgba(3, 3, 6, 0.88);
  margin-bottom: 48px;
}
.more-slider-arrow  {
  transition-duration: 200ms;
}
.more-slider-arrow img {
  display: block;
}
.more-slider-arrow--prev {
  transform: rotate(180deg);
  opacity: 0.4;
}

.img-placeholder-dark {
}

.img-placeholder-fence {
}

.form-footer {
  background: #21282B;
  padding: 40px;
  border-radius: 32px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.form-footer .form-label {
  color: #fff;
  margin-bottom: 10px;
}
.form-footer p {
  font-size: 13px;
  line-height: 20px;
  /* opacity: 0.7; */
}
.mt-50 {
  margin-top: 50px;
}
.form-footer-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  background: var(--yellow);
  border-radius: 8px;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(3, 3, 6, 0.88);
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  border: unset;
  cursor: pointer;
}
.form-footer ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.form-footer ul li {
  color: #fff;
  list-style: none;
  cursor: pointer;
  padding: 7px 15px;
}
.form-footer ul li.active {
  color: #21282B;
  background: #FFCF3D;
  border-radius: 100px;
}

@media (min-width: 1024px) {
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline {
    display: inline-block;
  }
  .d-xl-none {
    display: none;
  }
}

@media (max-width: 1200px) {
  .footer__row {
    column-gap: 65px;
  }
  .wrapper {
    max-width: 100%;
  }
  .review-card-placeholder {
    width: calc(25% - 15px);
  }
  .quick-links {
    flex-wrap: wrap;
  }
  .hero-left {
    width: calc(100% - 306px);
  }
  .header__row {
    gap: 35px;
  }
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 1023px) {
  .hero-main {
    max-width: 331px;
    min-width: 331px;
    align-self: center;
  }
  .img-placeholder.contact-img {
    width: auto;
  }
  .wrapper {
    padding: 0 16px;
  }

  /* HEADER */
  .header {
    height: auto;
    padding: 16px 0;
  }

  .header__row {
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }

  .header-logo {
    width: 140px;
    height: 50px;
  }

  .header-nav {
    display: none;
  }

  .header-buttons {
    display: none;
  }

  /* HERO SECTION */
  .hero-section {
    flex-direction: column;
    padding: 16px 0 0;
    gap: 16px;
  }

  .hero-left {
    width: 100%;
    gap: 16px;
  }

  .hero-main {
    height: 192px;
    min-height: 192px;
    max-height: 192px;
    border-radius: 32px;
  }

  .hero-img-overflow img {
    max-width: 350px;
    bottom:0;
  }

  .hero-content {
    top: 20px;
    left: 16px;
    width: calc(100% - 32px);
  }

  .hero-title {
    font-size: 19px;
    line-height: 130%;
  }

  .hero-subtitle {
    font-size: 12px;
    margin-top: 5px;
  }
  .hero-cards-flex.last-cards {
    display: block;
    align-self: center;
  }
  .hero-cards-flex.first-cards {
    /* display: block; */
    align-self: center;
    flex-wrap: wrap;
    max-width: 331px;
  }
  .quick-links {
    max-width: 331px;
    justify-self: center;
  }
  .hero-cards-flex.last-cards .hero-card-small {
    display: block;
    width: 100%;
    height: 104px;
    min-height: 104px;
    max-height: 104px;
    margin-bottom: 20px;
  }
  .hero-cards-flex.last-cards .hero-card-small:last-child {
    margin-bottom: 0;
  }
  .hero-cards-flex.last-cards .hero-card-small img {
    max-height: 100%;
  }
  

  .hero-btn {
    font-size: 13px;
    padding: 10px 16px;
    margin-top: 12px;
    display: none;
  }

  .hero-emoji {
    font-size: 24px;
    top: 18px;
    left: 120px;
  }

  .hero-badge {
    width: 105px;
    height: 31px;
    top: 16px;
    left: 9px;
  }

  .hero-cards-flex {
    gap: 16px;
  }

  .hero-card-small {
    width: calc(50% - 8px);
    height: 176px;
    min-height: 176px;
    max-height: 176px;
  }

  .hero-card-title-left {
    font-size: 16px;
  }

  .hero-right {
    width: 100%;
    gap: 16px;
  }

  .hero-card-large {
    height: 186px;
    min-height: 186px;
  }

  .hero-card-large img {
    max-width: 200px;
  }

  .hero-card-large .hero-card-content {
    top: 0;
  }

  .hero-card-title {
    font-size: 14px;
  }

  /* QUICK LINKS */
  .quick-links {
    padding: 24px 0;
    gap: 8px;
    /* overflow-x: auto; */
    flex-wrap: wrap;
    justify-content: center;
  }

  .quick-link {
    flex-shrink: 0;
  }

  .quick-link-icon {
    width: 72px;
    height: 72px;
  }

  .quick-link-img {
    width: 48px;
    height: 48px;
  }

  .quick-link-name {
    font-size: 11px;
    max-width: 72px;
  }

  /* SECTION HEADER */
  .section-header {
    padding: 48px 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .section-title {
    font-size: 24px;
  }

  .btn-more {
    font-size: 13px;
    padding: 10px 16px;
  }

  /* CATALOG */
  .catalog-section {
    padding: 0 0 48px;
  }

  .catalog-grid {
    /* flex-direction: column; */
    gap: 16px;
    flex-wrap: wrap;
  }
  .catalog-title {
    font-size: 12px;
  }

  .catalog-card {
    height: 233px;
    width: calc(50% - 8px);
    min-width: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  .catalog-card-info-bottom {
    min-height: 79px;
  }
  .catalog-img-center img {
    max-width: 150px;
    position: absolute;
    top: 50%;
    transform: translateY(-65%);
  }
  .ral-badge-top {
    top: -35px;
  }
  .catalog-specs-row,
  .catalog-note,
  .catalog-spec-text,
  .catalog-price-row {
    display: none;
  }

  .catalog-card-info-bottom {
    /* min-height: 140px; */
    padding: 16px;
  }

  .catalog-title {
    font-size: 14px;
  }

  /* CALCULATOR */
  .calc-form-wrapper {
    padding: 0 0 48px;
  }

  .calc-form-title {
    font-size: 24px;
    padding-bottom: 24px;
  }
  .calc-checkbox-row,
  .calc-checkbox-row-bottom,
  .more-inner-row {
    display: block;
  }

  .more-inner-row .more-col-full {
    margin-bottom: 12px;
  }
  .calc-checkbox-row label,
  .calc-checkbox-row-bottom label {
    margin-bottom: 12px;
  }
  .calc-form-bg {
    flex-direction: column;
    padding: 24px 16px;
    gap: 24px;
    padding-bottom: 72px;
  }

  .calc-col-left,
  .calc-col-right {
    width: 100%;
  }

  .calc-select-wrapper,
  .calc-select-full {
    width: 100%;
  }

  .calc-row-gap {
    flex-direction: column;
    gap: 16px;
  }

  .calc-input-half {
    width: 100%;
  }

  .calc-textarea-full {
    width: 100%;
  }

  .calc-checkbox-group {
    flex-direction: column;
    gap: 24px;
  }

  .form-footer {
    padding: 24px 16px;
    overflow: hidden;
  }
  .form-footer ul {
    display: inline-grid;
  }
  .more-title-right p,
  .form-footer-button {
    width: 100%;
  }
  .form-footer-button {
    order:0;
  }
  .more-title-right p{
    order: 1;
  }
  .more-title-right {
    flex-wrap: wrap;
    gap:16px;
  }
  .more-section-row {
    flex-direction: column;
    gap: 16px;
  }

  .more-title-row {
    flex-direction: column;
    gap: 16px;
  }

  .more-title-right {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }

  .form-footer-button {
    width: 100%;
    justify-content: center;
  }

  /* FROZE SECTION */
  .froze {
    margin-bottom: 48px;
  }

  .froze-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .froze-form {
    padding: 24px 16px;
  }

  .more-content-row {
    flex-direction: column;
    gap: 24px;
  }

  .froze-left {
    min-width: 100%;
  }

  .froze-form-title {
    font-size: 24px;
  }

  .froze-form-button {
    width: 100%;
    justify-content: center;
  }

  .froze img {
    /* display: none; */
  }
  .froze-form {
    padding-bottom: 230px;
    overflow: hidden;
  }

  /* MORE SECTION */
  .more {
    margin-bottom: 48px;
  }

  .more-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  /* MARKETPLACE */
  .marketplace-section {
    margin-bottom: 48px;
    height: 149px;
    padding: 40px 16px;
    border-radius: 32px;
  }

  .marketplace-title {
    font-size: 24px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .about-card-img-corner img {
    max-width: 120%;
  }
  .about-card-dark.card-accept img {
    max-width: 150px;
    margin-top: 14px;
  }
  .about-card-dark.card-accept .about-card-img-wrapper {
    position: absolute;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
  }

  .marketplace-btn-row {
    margin-top: 24px;
    display: none;
  }
  .header__row {
    align-items: flex-start;
    flex-direction: unset;
    align-items: center;
  }

  .marketplace-img {
    /* position: relative; */
    border-radius: 0;
  }
  

  /* ABOUT */
  .about-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .logos-row {
    height: auto;
    flex-wrap: wrap;
    gap: 16px;
  }

  .logos-row img {
    width: calc(50% - 8px);
    max-width: 200px;
    flex: none;
  }

  .about-cards {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
    padding-bottom: 48px;
  }

  .about-card-yellow {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 24px;
  }

  .about-card-title {
    font-size: 19px;
  }

  .about-card-subtitle {
    font-size: 12px;
  }

  .about-right {
    width: 100%;
  }

  .about-card-dark {
    height: auto;
    min-height: 150px;
    padding: 15px;
  }

  .works-header .btn-more {
    display: none;
  }
  .about-card-dark2 {
    height: auto;
    min-height: 200px;
    padding: 15px;
  }
  .about-card-text {
    font-size: 13px;
  }
  .about-card-dark-title {
    font-size: 16px;
  }
  .about-card-dark2.card-shield img {
    max-width: 150px;
  }

  /* REVIEWS */
  .reviews-wrapper {
    padding: 0;
  }

  .reviews-header-wrapper {
    margin-bottom: 24px;
  }

  .reviews-header-placeholder {
    height: 60px;
  }

  .reviews-placeholder-text {
    font-size: 24px;
  }

  .reviews-grid {
    gap: 16px;
    margin-bottom: 24px;
    overflow-x: auto;
  }

  .review-card-placeholder {
    width: 240px;
    height: 260px;
  }

  .reviews-footer {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
  }

  /* WORKS */
  .works-header {
    padding: 48px 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .works-grid {
    flex-direction: column;
    gap: 16px;
  }

  .work-card {
    height: 320px;
  }

  .work-info {
    min-height: 140px;
    padding: 16px;
  }

  .work-title {
    font-size: 14px;
  }

  .ral-badge {
    bottom: 135px;
    right: 16px;
  }

  /* FAQ */
  .faq-section {
    padding: 48px 0 24px;
  }

  .faq-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .faq-item {
    padding: 16px;
  }

  .faq-question-text {
    font-size: 16px;
  }

  /* CONTACT */
  .contact-section {
    padding: 48px 0;
  }

  .contact-card {
    height: auto;
    border-radius: 32px;
    overflow: hidden;
  }

  .contact-form-flex {
    flex-direction: column;
  }

  .contact-form-left {
    width: 100%;
    padding: 24px 16px;
  }

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

  .contact-subtitle {
    font-size: 14px;
  }

  .contact-form-row {
    flex-direction: column;
    gap: 16px;
  }

  .contact-input-half {
    width: 100%;
  }

  .contact-input-full {
    width: 100%;
  }

  .contact-disclaimer {
    font-size: 13px;
  }

  .contact-img {
    /* display: none; */
  }
  .contact-card {
    padding-bottom: 230px;
  }
  .contact-img img {
    max-width: 330px;
  }
  .img-placeholder.contact-img {
    right: -86px;
  }

  /* FOOTER */
  .footer__row {
    padding: 48px 0 40px;
    grid-template-columns: 1fr;
    gap: 32px;
    column-gap: 0;
  }

  .footer-col-title {
    font-size: 14px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-link-muted {
    font-size: 12px;
  }

  .footer-bottom {
    padding-top: 32px;
  }

  .footer-logo-wrapper {
    width: 140px;
    height: 44px;
  }
}

.btn-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #fff;
    color: rgba(3, 3, 6, 0.88);
    border: 1px solid var(--dark);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s;
}

.btn-cart:hover {
    opacity: 0.85;
}

.wc-forward {
  display: none;
}

.btn-cart__count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: rgba(3, 3, 6, 0.88);
    color: #FFCF3D;
    font-size: 11px;
    font-weight: 700;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.woocommerce-result-count {
  color: #444;
  font-size: 0.8rem;
  margin-top: 10px;
}
.term-description {
  margin-top: 10px;
}
.restore-item {
  display: none;
}
.froze-form .wpcf7-response-output {
  color: #fff;
}
@media (max-width: 1023px) {
    .btn-cart {
      margin-left: auto;
    }
    .woocommerce ul.products {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 16px;
    }
    .catalog-card {
      height: 233px;
      width: calc(100% - 8px);
      min-width: calc(100% - 8px);
      max-width: calc(100% - 8px);
    }
    .catalog-img-center img {
        max-width: 100%;
        position: relative;
        top: unset;
        transform: unset;
    }
    .woocommerce ul.products li.product {
        height: auto !important;
    }
    .woocommerce .catalog-img-center {
      margin-bottom: 10px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      font-size: 16px !important;
    }
    .catalog-price-row {
        display: flex !important;
    }
    .single-product-summary .custom-summary .custom-summary__price {
      font-size: 25px !important;
    }
    .single-product-summary h1.custom-summary__title {
      font-size: 28px !important;
      max-width: 300px !important;
      word-wrap: break-word !important;
    }
    .single-product-summary .custom-summary .custom-summary__price {
      font-size: 25px !important;
    }
    .single-product-summary {
      padding-bottom: 0 !important;
    }
    .single-product-tabs {
      margin-top: 0 !important;
    }
    .single-product-tabs .custom-description {
      padding: 20px !important;
      border-radius: 20px !important;
    }
}

.wrapper .site-main {
  margin-top: 40px;
}