:root {
  --bg-gray: #f2f4f7;
  --text: #101010;
  --muted: #434343;
  --accent: #d82121;
  --soft-blue: #a8b4d4;
  --icon-bg: #d2daf0;
  --white: #ffffff;
  --shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  --border: #e4e8f0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Inter", "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.15;
  font-family: "Manrope", "Segoe UI", sans-serif;
}

p {
  margin: 0;
}

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

img,
video {
  display: block;
  width: 100%;
  height: auto;
}

.container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  position: relative;
  background: url("img/fon.png") center/cover no-repeat;
  display: grid;
  place-items: center;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 23, 30, 0.684);
}

.hero__content {
  display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 24px 0 10px;
}

.hero__kicker {
  font-size: clamp(0.95rem, 1.2vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.15em;
}

.hero h1 {
  margin-top: 1.4rem;
  font-size: clamp(2.1rem, 6vw, 4.8rem);
  font-weight: 800;
  text-wrap: balance;
  line-height: 1.08;
}

.hero__subtitle {
  margin-top: 1.6rem;
  font-size: clamp(1rem, 2vw, 1.55rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.hero__order-btn {
  margin: 1.8rem auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, #eceff8);
  color: #1a2238;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 24px rgba(10, 18, 35, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.hero__order-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(10, 18, 35, 0.35);
}

.hero__arrow {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  z-index: 2;
}

.offer,
.why,
.sizes-prices,
.fabrics,
.leader,
.examples,
.defects,
.reviews,
.order {
  padding: 88px 0;
}

.offer {
    width: 100%;
    position: relative;
    background: url("./img/fon2.webp") center/cover no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.offer__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(10, 14, 26, 0.68), rgba(32, 38, 58, 0.55));
}

.offer__inner {
  position: relative;
  z-index: 1;
}

.timer-box {
  background: rgba(255, 255, 255, 0.64);
  border-radius: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 16px 36px rgba(39, 29, 26, 0.14);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.timer-box__label {
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #e82929;
}

.timer {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.timer div {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
  padding: 12px 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.timer span {
  font-size: clamp(1.6rem, 3.4vw, 2.8rem);
  font-weight: 800;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: #e82929;
}

.timer small {
  display: block;
  text-transform: uppercase;
  color: #6c6c6c;
}

.offer-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 14px;
}

.offer-card,
.offer-alert {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(255, 250, 245, 0.62);
  padding: 22px;
  box-shadow: 0 16px 36px rgba(39, 29, 26, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.offer-card {
  display: grid;
  gap: 10px;
}

.offer-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #7d1d1d;
  background: #ffe7e7;
  border: 1px solid #ffd1d1;
}

.offer-card h2 {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.offer-card p,
.offer-alert li {
  font-size: 1.06rem;
  line-height: 1.55;
  color: #2f3443;
}

.offer-alert {
  background: rgba(255, 238, 232, 0.58);
}

.offer-alert p {
  color: #ac1111;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.offer-alert h3 {
  margin-top: 8px;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  color: #fff;
}

.offer-alert ul {
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.offer-alert li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.offer-alert li i {
  color: #109a55;
  margin-top: 4px;
}

.offer-alert__cta {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #171717, #343434);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(20, 20, 20, 0.24);
}

.why {
  background: var(--bg-gray);
}

.why h2 {
  text-align: center;
  font-size: clamp(1.9rem, 3.8vw, 3.4rem);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.why__subtitle {
  margin-top: 26px;
  text-align: center;
  font-size: clamp(1.08rem, 1.6vw, 1.4rem);
  font-weight: 700;
  color: var(--accent);
}

.why-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 52px;
}

.why-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.why-item__icon,
.leader-item__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--icon-bg);
  display: grid;
  place-items: center;
  font-size: 1.9rem;
}

.why-item h3 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.why-item p {
  margin-top: 8px;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: #2e2e2e;
  line-height: 1.45;
}

.sizes-prices {
  background: #fffdfb;
}

.sizes-prices h2,
.fabrics h2 {
  text-align: center;
  font-size: clamp(1.85rem, 2.8vw, 2.7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sizes-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.size-card,
.price-card,
.fabric-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.size-card h3,
.price-card h3,
.fabric-card h3 {
  font-size: 1.3rem;
}

.size-card p,
.price-card p,
.fabric-card p {
  margin-top: 9px;
  line-height: 1.48;
  color: var(--muted);
}

.price-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.price-card h3 i {
  margin-right: 8px;
}

.price-card strong {
  color: #1f2431;
}

.sizes-prices-layout {
  margin-top: 20px;
  display: grid;
 
  gap: 16px;
}

.sizes-prices .sizes-grid,
.sizes-prices .price-grid {
  margin-top: 0;
}

/* Compact look for size cards */
.sizes-prices .sizes-grid {
  gap: 10px;
  grid-template-columns: 1fr;
}

.sizes-prices .size-card {
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.06);
}

.sizes-prices .size-card h3 {
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.size-card ul,
.price-card ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.size-card li,
.price-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px dashed #e9edf5;
  padding-bottom: 7px;
}

.sizes-prices .size-card ul {
  margin-top: 8px;
  gap: 6px;
}

.sizes-prices .size-card li {
  gap: 8px;
  padding-bottom: 5px;
}

.size-card li:last-child,
.price-card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.size-card li span,
.price-card li span {
  color: #5f6780;
  font-size: 0.95rem;
}

.sizes-prices .size-card li span {
  font-size: 0.85rem;
}

.size-card li strong {
  color: #2b3247;
  font-size: 0.96rem;
  font-weight: 700;
  text-align: right;
}

.sizes-prices .size-card li strong {
  font-size: 0.84rem;
  font-weight: 600;
}

.size-table-wrap {
  margin-top: 10px;
  overflow-x: auto;
}

.size-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.size-table th,
.size-table td {
  padding: 10px 8px;
  text-align: left;
  border-bottom: 1px dashed #e2e8f3;
  white-space: nowrap;
  font-size: 0.9rem;
}

.size-table thead th {
  background: #f7f9fe;
  color: #435171;
  font-weight: 700;
}

.size-table tbody tr:last-child td {
  border-bottom: 0;
}

.size-table tbody td:first-child {
  font-weight: 700;
  color: #2d3a59;
}

.price-card {
  position: relative;
  overflow: hidden;
}

.price-card::before {
  content: "";
  position: absolute;
  right: -18px;
  top: -18px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  opacity: 0.26;
}

.price-card--polisatin {
  border-color: #d9e8ff;
  background: linear-gradient(135deg, #f6fbff, #eff6ff);
}

.price-card--polisatin::before {
  background: #8ab5ff;
}

.price-card--biaz {
  border-color: #ffe1d6;
  background: linear-gradient(135deg, #fff8f4, #fff0e8);
}

.price-card--biaz::before {
  background: #ff9e7c;
}

.price-card li strong {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  min-width: 86px;
  text-align: center;
}

.price-card--polisatin li strong {
  background: linear-gradient(135deg, #5d8dff, #3c72ee);
}

.price-card--biaz li strong {
  background: linear-gradient(135deg, #ff9a72, #f06d52);
}

.fabrics {
  background: #f7f4ef;
}

.fabrics-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.leader {
  background: #fff;
}

.leader h2 {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.leader-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.leader-item {
  text-align: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px 16px;
  box-shadow: var(--shadow);
}

.leader-item__icon {
  margin: 0 auto;
}

.leader-item h3 {
  margin-top: 22px;
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
}

.leader-item p {
  margin-top: 14px;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.4;
  color: #303030;
}

.examples h2,
.defects h2,
.order h2 {
  text-align: center;
  font-size: clamp(1.85rem, 2.8vw, 2.7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

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

.examples-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.examples-note {
  margin-top: 16px;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  color: #5a6274;
}

.gallery-grid img {
  border-radius: 14px;
  object-fit: cover;
  background: #ececec;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.defects-grid img {
  aspect-ratio: 4 / 3;
}

.reviews {
  background: var(--soft-blue);
}

.reviews h2 {
  text-align: center;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.8rem);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.reviews__subtitle {
  text-align: center;
  margin-top: 10px;
  color: #f4f7ff;
  font-size: clamp(1.2rem, 1.9vw, 2rem);
}

.reviews-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.review-card {
  text-align: center;
}

.review-media {
  position: relative;
}

.review-card img {
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.review-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(22, 24, 33, 0.62);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.review-play:hover {
  transform: translate(-50%, -50%) scale(1.07);
  background: rgba(22, 24, 33, 0.8);
}

.review-card h3 {
  margin-top: 14px;
  color: #fff;
  font-size: clamp(1.05rem, 1.3vw, 1.4rem);
  min-height: 58px;
}

.order {
  background: #f6f6f6;
}

.order-form {
  max-width: 760px;
  margin: 26px auto 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px;
  display: grid;
  gap: 14px;
  box-shadow: var(--shadow);
}

.order-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  color: #212121;
}

.order-form .field-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}

.order-form .field-label i {
  color: #6074aa;
}

.order-form input,
.order-form select {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #d8dfec;
  background: #fff;
  padding: 0 12px;
  font-size: 1rem;
  color: #1c2335;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.order-form input:focus,
.order-form select:focus {
  outline: none;
  border-color: #8ba3df;
  box-shadow: 0 0 0 3px rgba(130, 152, 210, 0.2);
}

.order-form input::placeholder {
  color: #9aa4bb;
}

.order-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #8b99ba 50%),
    linear-gradient(135deg, #8b99ba 50%, transparent 50%),
    linear-gradient(to right, #edf2fc, #edf2fc);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 13px) calc(50% - 3px),
    calc(100% - 38px) 50%;
  background-size: 6px 6px, 6px 6px, 1px 22px;
  background-repeat: no-repeat;
}

.order-form select:hover,
.order-form input:hover {
  border-color: #b7c4e6;
}

.order-note {
  border: 1px dashed #d45353;
  background: #fff8f8;
  color: #9f1212;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  font-weight: 700;
}

.order-total {
  border: 1px solid #dbe5f8;
  background: #f5f9ff;
  color: #4a5d87;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 700;
}

.order-total strong {
  color: #1f57d0;
}

.order-form button {
  height: 56px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #131313, #2a2a2a);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.order-form button i {
  margin-right: 8px;
}

.order-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(17, 17, 17, 0.25);
}

.order-submit {
  position: relative;
}

.order-submit .btn-loader {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.order-submit.is-loading {
  opacity: 0.92;
  pointer-events: none;
}

.order-submit.is-loading .btn-loader {
  opacity: 1;
  transform: scale(1);
  animation: spin 0.7s linear infinite;
}

.order-submit.is-loading .btn-text {
  padding-right: 24px;
}

@keyframes spin {
  to {
    transform: scale(1) rotate(360deg);
  }
}

.site-footer {
  margin-top: 48px;
  background: #1f2431;
  color: #e8edf8;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 32px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.footer-brand img {
  max-width: 180px;
  width: 100%;
  height: auto;
}

.footer-col h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: #fff;
}

.footer-col p {
  margin: 0 0 8px;
  line-height: 1.45;
  color: #d6dceb;
}

.footer-col a {
  color: #f0f5ff;
}

.footer-col span {
  color: #b6c2df;
  font-size: 0.95rem;
}

.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 20;
}

.video-modal.is-open {
  display: block;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.video-modal__content {
  position: relative;
  max-width: min(900px, calc(100% - 24px));
  margin: 8vh auto 0;
  z-index: 2;
  background: #101010;
  border-radius: 12px;
  overflow: hidden;
}

.video-modal__content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.video-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
}

.send-popup {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(15, 20, 33, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 40;
}

.send-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.send-popup__card {
  min-width: min(360px, calc(100% - 30px));
  background: #fff;
  border: 1px solid #e2e9f7;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 18px 38px rgba(22, 31, 53, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translateY(10px) scale(0.96);
  animation: sendPopIn 0.25s ease forwards;
}

.send-popup__card p {
  margin: 0;
  font-weight: 700;
  color: #2f3b59;
}

.send-popup__spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(83, 115, 190, 0.26);
  border-top-color: #4a75da;
  animation: spin 0.7s linear infinite;
}

@keyframes sendPopIn {
  to {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1200px) {
  .container {
    width: min(1120px, calc(100% - 30px));
  }

  .hero h1 {
    font-size: clamp(2rem, 6vw, 4.2rem);
  }

  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .offer-grid,
  .why-grid,
  .sizes-grid,
  .fabrics-grid,
  .leader-grid,
  .gallery-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .sizes-prices-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 84vh;
  }

  .hero__content {
    padding-bottom: 96px;
  }

  .hero__subtitle {
    max-width: 700px;
    margin-inline: auto;
  }

  .why-item {
    grid-template-columns: 62px 1fr;
  }

  .why-item__icon,
  .leader-item__icon {
    width: 62px;
    height: 62px;
    font-size: 1.5rem;
  }

  .review-card h3 {
    min-height: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100%, calc(100% - 24px));
  }

  .hero {
    min-height: 76vh;
  }

  .hero__kicker {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
  }

  .hero h1 {
    margin-top: 1rem;
    font-size: clamp(1.75rem, 8vw, 2.8rem);
  }

  .hero__subtitle {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .hero__order-btn {
    height: 48px;
    padding: 0 60px;
    margin-top: 50px;
    font-size: 0.95rem;
  }

  .hero__arrow {
    width: 46px;
    height: 46px;
    bottom: 16px;
  }

  .timer-box {
    padding: 16px;
  }

  .offer-card,
  .offer-alert,
  .size-card,
  .price-card,
  .fabric-card,
  .leader-item,
  .why-item {
    padding: 16px;
  }

  .video-modal__content {
    margin-top: 12vh;
  }
}

@media (max-width: 620px) {
  .offer,
  .why,
  .sizes-prices,
  .fabrics,
  .leader,
  .examples,
  .defects,
  .reviews,
  .order {
    padding: 54px 0;
  }

  .hero__kicker {
    letter-spacing: 0.09em;
  }

  .offer-grid,
  .why-grid,
  .sizes-grid,
  .fabrics-grid,
  .leader-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .timer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .examples-grid {
    grid-template-columns: 1fr;
  }

  .examples-grid img:nth-child(n + 5) {
    display: none;
  }

  .size-card li,
  .price-card li {
  
  }

  .size-card li strong,
  .price-card li strong {
    text-align: left;
  }

  .defects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .defects-grid img:nth-child(n + 5) {
   
  }

  .why-grid {
    gap: 24px;
  }

  .why-item h3,
  .leader-item h3 {
    font-size: 1.4rem;
  }

  .reviews__subtitle {
    margin-top: 14px;
  }

  .reviews-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .reviews-grid::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .order-form {
    padding: 16px;
    gap: 10px;
  }

  .order-form input,
  .order-form select,
  .order-form button {
    height: 46px;
  }

  .site-footer {
    padding: 24px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-brand img {
    max-width: 150px;
  }

  .size-table {
    min-width: 100%;
  }

  .size-table thead {
    display: none;
  }

  .size-table tbody {
    display: grid;
    gap: 10px;
  }

  .size-table tbody tr {
    display: grid;
    gap: 6px;
    background: #f8fbff;
    border: 1px solid #e4ebf8;
    border-radius: 10px;
    padding: 10px;
  }

  .size-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    border-bottom: 1px dashed #e6ecf7;
    padding: 0 0 6px;
    white-space: normal;
    font-size: 0.86rem;
  }

  .size-table tbody td:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .size-table tbody td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #526280;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 72vh;
  }

  .hero__content {
    padding-bottom: 80px;
    height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
  }

  .hero h1 {
    font-size: clamp(1.6rem, 9vw, 2.3rem);
  }

  .why h2,
  .sizes-prices h2,
  .fabrics h2,
  .examples h2,
  .defects h2,
  .order h2,
  .reviews h2,
  .leader h2 {
    font-size: clamp(1.5rem, 6.5vw, 1.9rem);
  }

  .why-item__icon,
  .leader-item__icon {
    width: 52px;
    height: 52px;
    font-size: 1.2rem;
  }

  .why-item {
    grid-template-columns: 52px 1fr;
    gap: 12px;
  }

  .review-play {
    width: 50px;
    height: 50px;
  }
}
