@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//qacocinasyproyectos.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(214,24,48);
	--wd-alternative-color: rgb(107,12,24);
	--wd-link-color: rgb(214,24,48);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(107,12,24);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #d61830;
	--btn-accented-bgcolor-hover: #ab1326;
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(214,24,48);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(107,12,24);
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://qacocinasyproyectos.com/wp-content/uploads/2021/09/electronics-2-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: rgb(67,176,42);
	background-image: url(https://qacocinasyproyectos.com/wp-content/uploads/2026/02/freepik__website-header-banner-dark-background-thin-central__38557.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* ══════════════════════════════════════════════════════════════
   QA Cocinas y Proyectos — Стили секций главной страницы
   Палитра: тёмный (#1a1a1a), красный (#c0392b), белый (#ffffff)
   ══════════════════════════════════════════════════════════════ */

/* ── Сброс и базовые ── */
.qa-section {
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
  color: #2c2c2c;
}
.qa-section * { box-sizing: border-box; }

.qa-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Типографика ── */
.qa-section-header {
  text-align: center;
  margin-bottom: 56px;
}
.qa-section-header h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.2;
}
.qa-section-header p {
  font-size: 1.05rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.qa-line {
  width: 60px;
  height: 3px;
  background: #c0392b;
  margin: 20px auto 0;
  border-radius: 2px;
}

/* ══════════════════════════════════════
   СЕКЦИЯ 1 — HERO
   ══════════════════════════════════════ */
.qa-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background: #111;
}
.qa-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.qa-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.qa-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(0,0,0,0.92) 0%,
    rgba(0,0,0,0.75) 50%,
    rgba(0,0,0,0.5) 100%
  );
  z-index: 2;
}
.qa-hero__content {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #fff;
}
.qa-hero__badge {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.qa-hero__content h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  margin: 0 0 16px;
  line-height: 1.1;
  max-width: 600px;
}
.qa-hero__content h1 span {
  color: #e74c3c;
}
.qa-hero__text {
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 32px;
  opacity: 0.9;
}
.qa-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #c0392b;
  color: #fff;
  padding: 14px 36px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.3s, transform 0.3s;
  border: none;
  cursor: pointer;
}
.qa-hero__btn:hover {
  background: #a5311f;
  transform: translateY(-2px);
}
.qa-hero__btn svg {
  width: 18px;
  height: 18px;
}

/* ══════════════════════════════════════
   СЕКЦИЯ 2 — ПРЕИМУЩЕСТВА (ИКОНКИ)
   ══════════════════════════════════════ */
.qa-usps {
  background: #fff;
  padding: 48px 0;
  border-bottom: 1px solid #eee;
}
.qa-usps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.qa-usp-card {
  text-align: center;
  padding: 24px 16px;
}
.qa-usp-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: #fef2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qa-usp-card__icon svg {
  width: 26px;
  height: 26px;
  stroke: #c0392b;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.qa-usp-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: #1a1a1a;
}
.qa-usp-card p {
  font-size: 0.88rem;
  color: #777;
  margin: 0;
  line-height: 1.5;
}

/* ══════════════════════════════════════
   СЕКЦИЯ 3 — КАТЕГОРИИ (3 шт.)
   ══════════════════════════════════════ */
.qa-categories {
  background: #f8f8f8;
}
.qa-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.qa-cat-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  group: true;
}
.qa-cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.qa-cat-card:hover img {
  transform: scale(1.08);
}
.qa-cat-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.1) 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  transition: background 0.3s;
}
.qa-cat-card:hover .qa-cat-card__overlay {
  background: linear-gradient(0deg, rgba(192,57,43,0.8) 0%, rgba(0,0,0,0.2) 60%);
}
.qa-cat-card__overlay h3 {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 4px;
}
.qa-cat-card__overlay p {
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  margin: 0;
}
.qa-cat-card__arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s;
}
.qa-cat-card:hover .qa-cat-card__arrow {
  background: #c0392b;
  transform: translate(4px, -4px);
}
.qa-cat-card__arrow svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}

/* ══════════════════════════════════════
   СЕКЦИЯ 4 — СЛАЙДЕР ТОВАРОВ
   ══════════════════════════════════════ */
.qa-products {
  background: #fff;
}
.qa-products-slider {
  position: relative;
  overflow: hidden;
}
.qa-products-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
}
.qa-product-card {
  min-width: calc(25% - 18px);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
  flex-shrink: 0;
}
.qa-product-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}
.qa-product-card__img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f5f5f5;
}
.qa-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform 0.4s;
}
.qa-product-card:hover .qa-product-card__img img {
  transform: scale(1.05);
}
.qa-product-card__body {
  padding: 20px;
}
.qa-product-card__brand {
  font-size: 0.75rem;
  font-weight: 600;
  color: #c0392b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.qa-product-card__body h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: #1a1a1a;
  line-height: 1.4;
}
.qa-product-card__specs {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.qa-product-card__spec {
  font-size: 0.78rem;
  color: #888;
  background: #f5f5f5;
  padding: 4px 10px;
  border-radius: 4px;
}
.qa-product-card__price {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a1a;
}
.qa-product-card__link {
  display: inline-block;
  margin-top: 12px;
  color: #c0392b;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.3s;
}
.qa-product-card__link:hover {
  color: #a5311f;
}

/* Стрелки слайдера */
.qa-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: background 0.3s, border-color 0.3s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.qa-slider-btn:hover {
  background: #c0392b;
  border-color: #c0392b;
}
.qa-slider-btn:hover svg { stroke: #fff; }
.qa-slider-btn svg {
  width: 20px;
  height: 20px;
  stroke: #333;
  fill: none;
  stroke-width: 2;
}
.qa-slider-btn--prev { left: -24px; }
.qa-slider-btn--next { right: -24px; }

/* Пагинация слайдера */
.qa-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}
.qa-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.qa-slider-dot.active {
  background: #c0392b;
  transform: scale(1.3);
}

/* ══════════════════════════════════════
   СЕКЦИЯ 5 — БАННЕР ТЕХНОЛОГИЙ
   ══════════════════════════════════════ */
.qa-tech-banner {
  background: #1a1a1a;
  color: #fff !important;
  position: relative;
  overflow: hidden;
}
.qa-tech-banner h2,
.qa-tech-banner h3,
.qa-tech-banner p,
.qa-tech-banner li,
.qa-tech-banner span,
.qa-tech-banner label {
  color: #fff !important;
}
.qa-tech-banner h2 span {
  color: #e74c3c !important;
}
.qa-tech-banner .qa-tech-content p,
.qa-tech-banner .qa-tech-banner__text p {
  color: rgba(255,255,255,0.8) !important;
}
.qa-tech-banner .qa-tech-content ul li {
  color: rgba(255,255,255,0.75) !important;
}
.qa-tech-banner__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.qa-tech-banner__text h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.2;
}
.qa-tech-banner__text h2 span {
  color: #e74c3c;
}
.qa-tech-banner__text p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin: 0 0 32px;
}
.qa-tech-tabs {
  display: flex;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.15);
}
.qa-tech-tab {
  flex: 1;
  padding: 14px 20px;
  background: transparent;
  color: rgba(255,255,255,0.7);
  border: none;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}
.qa-tech-tab + .qa-tech-tab {
  border-left: 1px solid rgba(255,255,255,0.15);
}
.qa-tech-tab.active,
.qa-tech-tab:hover {
  background: #c0392b;
  color: #fff;
}
.qa-tech-banner__image {
  border-radius: 12px;
  overflow: hidden;
}
.qa-tech-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* Контент табов технологий */
.qa-tech-content {
  margin-top: 28px;
  padding: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  min-height: 180px;
}
.qa-tech-content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}
.qa-tech-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin: 0 0 16px;
}
.qa-tech-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qa-tech-content ul li {
  position: relative;
  padding-left: 20px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
}
.qa-tech-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #c0392b;
  border-radius: 50%;
}

/* ══════════════════════════════════════
   СЕКЦИЯ 6 — FAQ / ПОМОЩЬ В ВЫБОРЕ
   ══════════════════════════════════════ */
.qa-faq {
  background: #fff;
}
.qa-faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.qa-faq-item {
  border-bottom: 1px solid #eee;
}
.qa-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}
.qa-faq-question span {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a1a;
  transition: color 0.3s;
}
.qa-faq-item:hover .qa-faq-question span,
.qa-faq-item.open .qa-faq-question span {
  color: #c0392b;
}
.qa-faq-question svg {
  flex-shrink: 0;
  stroke: #999;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s, stroke 0.3s;
}
.qa-faq-item.open .qa-faq-question svg {
  transform: rotate(180deg);
  stroke: #c0392b;
}
.qa-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.qa-faq-item.open .qa-faq-answer {
  max-height: 300px;
  padding-bottom: 20px;
}
.qa-faq-answer p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* ══════════════════════════════════════
   СЕКЦИЯ 7 — О КОМПАНИИ
   ══════════════════════════════════════ */
.qa-about {
  background: #f8f8f8;
}
.qa-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.qa-about__image {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.qa-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.qa-about__text h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  margin: 0 0 20px;
  color: #1a1a1a;
}
.qa-about__text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin: 0 0 16px;
}
.qa-about__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.qa-about-stat {
  text-align: center;
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.qa-about-stat__num {
  font-size: 1.6rem;
  font-weight: 800;
  color: #c0392b;
  display: block;
}
.qa-about-stat__label {
  font-size: 0.8rem;
  color: #888;
  margin-top: 4px;
  display: block;
}

/* ══════════════════════════════════════
   СЕКЦИЯ 8 — CTA / ПОДПИСКА
   ══════════════════════════════════════ */
.qa-cta {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #1a1a1a;
}
.qa-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.qa-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qa-cta__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(20,20,20,0.55) 0%,
    rgba(20,20,20,0.45) 100%
  );
  z-index: 2;
}
.qa-cta__content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}
.qa-cta__content h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  margin: 0 0 14px;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.7);
}
.qa-cta__content p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
  margin: 0 0 32px;
}
.qa-cta__form {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 520px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}
.qa-cta__form .qa-cta__input,
.qa-cta input.qa-cta__input {
  flex: 1;
  height: 56px !important;
  line-height: 56px !important;
  padding: 0 24px !important;
  border: none !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  font-size: 1rem;
  border-radius: 50px 0 0 50px !important;
  outline: none;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  transition: box-shadow 0.3s;
  box-sizing: border-box !important;
}
.qa-cta__form .qa-cta__input:focus,
.qa-cta input.qa-cta__input:focus {
  box-shadow: inset 0 0 0 2px #c0392b !important;
}
.qa-cta__form .qa-cta__input::placeholder,
.qa-cta input.qa-cta__input::placeholder {
  color: rgba(17,17,17,0.5) !important;
  -webkit-text-fill-color: rgba(17,17,17,0.5) !important;
  line-height: normal !important;
}
.qa-cta__submit {
  height: 56px;
  line-height: 56px;
  padding: 0 32px;
  background: #c0392b;
  color: #fff;
  border: none;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
  font-family: inherit;
  white-space: nowrap;
  border-radius: 0 50px 50px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.qa-cta__submit:hover {
  background: #a5311f;
}
.qa-cta__note {
  font-size: 0.8rem;
  opacity: 0.6;
  margin-top: 14px;
}

/* ══════════════════════════════════════
   АНИМАЦИИ — Reveal on Scroll
   ══════════════════════════════════════ */
.qa-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.qa-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ══════════════════════════════════════
   АДАПТИВНОСТЬ
   ══════════════════════════════════════ */
@media (max-width: 1024px) {
  .qa-usps__grid { grid-template-columns: repeat(2, 1fr); }
  .qa-cat-grid { grid-template-columns: repeat(3, 1fr); }
  .qa-product-card { min-width: calc(33.333% - 16px); }
  .qa-tech-banner__inner { grid-template-columns: 1fr; gap: 32px; }
  .qa-features-grid { grid-template-columns: repeat(2, 1fr); }
  .qa-about__inner { grid-template-columns: 1fr; gap: 32px; }
  .qa-slider-btn--prev { left: 8px; }
  .qa-slider-btn--next { right: 8px; }
}

@media (max-width: 768px) {
  .qa-section { padding: 56px 0; }
  .qa-section-header { margin-bottom: 36px; }
  .qa-usps__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .qa-cat-grid { grid-template-columns: 1fr; gap: 20px; }
  .qa-cat-card { aspect-ratio: 16/9; }
  .qa-product-card { min-width: calc(50% - 12px); }
  .qa-features-grid { grid-template-columns: 1fr; }
  .qa-about__stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .qa-tech-tabs { flex-direction: column; }
  .qa-tech-tab + .qa-tech-tab { border-left: none; border-top: 1px solid rgba(255,255,255,0.15); }
  .qa-cta__form { flex-direction: column; border-radius: 8px; }
  .qa-cta__input { border-radius: 8px 8px 0 0; }
  .qa-cta__submit { border-radius: 0 0 8px 8px; }
}

@media (max-width: 480px) {
  .qa-usps__grid { grid-template-columns: 1fr; }
  .qa-product-card { min-width: 100%; }
  .qa-about__stats { grid-template-columns: 1fr; }
  .qa-hero__content { padding: 60px 20px; }
}
