:root {
  --bg: #ffffff;
  --surface: #f4f6f8;
  --surface-2: #eef2f6;
  --text: #172033;
  --muted: #657084;
  --border: #e1e6ec;
  --primary: #ff5a1f;
  --primary-dark: #e9460b;
  --navy: #102a43;
  --navy-2: #173f5f;
  --blue: #1677ff;
  --green: #10b981;
  --shadow: 0 12px 32px rgba(18, 38, 63, .10);
  --shadow-soft: 0 6px 18px rgba(18, 38, 63, .08);
  --radius: 16px;
  --radius-sm: 10px;
  --font: "Inter", Arial, system-ui, sans-serif;
  --container: 1380px;
  --gutter: clamp(16px, 3vw, 36px);
  --section-space: clamp(48px, 6vw, 84px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.5; -webkit-font-smoothing: antialiased; }
body, input, button, textarea { font-family: var(--font); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p { margin: 0; }
#urunler, #teklif, #iletisim { scroll-margin-top: 120px; }

.wrap { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--section-space) 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid rgba(22, 119, 255, .35); outline-offset: 2px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 11px 20px; border: 0; border-radius: 10px; font-weight: 700; font-size: .92rem; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--primary); color: #fff; box-shadow: 0 8px 18px rgba(255,90,31,.22); }
.btn--primary:hover { background: var(--primary-dark); box-shadow: 0 10px 24px rgba(255,90,31,.30); }
.btn--light { background: rgba(255,255,255,.92); color: var(--navy); border: 1px solid rgba(16,42,67,.08); }
.btn--light:hover { background: #fff; }
.btn--white { background: #fff; color: var(--navy); }

/* Promo */
.promo-bar { background: linear-gradient(90deg, #ff5a1f, #ff7a18); color: #fff; font-size: .82rem; }
.promo-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.promo-bar__main { font-weight: 800; letter-spacing: .01em; }
.promo-bar__items { display: flex; align-items: center; gap: 22px; opacity: .95; }
.promo-bar__items span { position: relative; }
.promo-bar__items span + span::before { content: "•"; position: absolute; left: -13px; opacity: .6; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.site-header__row { min-height: 78px; display: grid; grid-template-columns: 150px minmax(260px, 1fr) auto; align-items: center; gap: 28px; }
.logo { display: flex; align-items: center; }
.logo_menu { width: 110px; height: 56px; object-fit: contain; }
.search-box { height: 46px; display: flex; align-items: stretch; background: #fff; border: 2px solid var(--primary); border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(18,38,63,.04); }
.search-box input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 16px; color: var(--text); background: transparent; }
.search-box input::placeholder { color: #9aa4b2; }
.search-box button { border: 0; background: var(--primary); color: #fff; padding: 0 18px; display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.site-header__actions { display: flex; align-items: center; gap: 14px; }
.header-contact { display: flex; align-items: center; gap: 9px; }
.header-contact__icon { width: 38px; height: 38px; border-radius: 50%; background: #fff1eb; color: var(--primary); display: grid; place-items: center; }
.header-contact__icon svg { width: 19px; }
.header-contact__text { display: flex; flex-direction: column; line-height: 1.15; }
.header-contact__text small { font-size: .72rem; color: var(--muted); margin-bottom: 3px; }
.header-contact__text strong { font-size: .86rem; white-space: nowrap; }
.mobile-menu-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; padding: 6px; flex-direction: column; justify-content: center; gap: 5px; }
.mobile-menu-toggle span { width: 100%; height: 2px; background: var(--navy); border-radius: 2px; }
.category-nav { border-top: 1px solid #edf0f4; background: #fff; }
.category-nav__inner { min-height: 44px; display: flex; align-items: center; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.category-nav__inner::-webkit-scrollbar { display: none; }
.category-nav a { white-space: nowrap; padding: 8px 14px; border-radius: 8px; color: #4b5565; font-size: .85rem; font-weight: 700; transition: .2s; }
.category-nav a:hover, .category-nav a.is-active { background: #fff1eb; color: var(--primary); }
.mobile-menu { background: #fff; border-top: 1px solid var(--border); padding: 12px var(--gutter) 18px; }
.mobile-menu a { display: block; padding: 12px 4px; border-bottom: 1px solid #eef1f4; font-weight: 700; }

/* Marketplace hero */
.market-hero { background: #edf1f4; padding: 18px 0 20px; }
.market-hero__grid { display: grid; grid-template-columns: minmax(0, 2.25fr) minmax(270px, .75fr); gap: 14px; }
.hero-panel, .slider { min-width: 0; height: 100%; }
.slider { position: relative; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-soft); background: #fff; }
.slider__track { position: relative; height: clamp(360px, 33vw, 485px); overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .55s ease; }
.slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.slide__img { width: 100%; height: 100%; object-fit: cover; }
.slide__overlay { position: absolute; inset: 0; display: flex; align-items: center; padding: clamp(24px, 4vw, 56px); background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.90) 35%, rgba(255,255,255,.40) 62%, rgba(255,255,255,.04) 100%); }
.slide__content { max-width: 530px; }
.slide__eyebrow { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; margin-bottom: 14px; border-radius: 999px; background: #fff1eb; color: var(--primary); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.slide__eyebrow::before { content: ""; width: 7px; height: 7px; background: var(--primary); border-radius: 50%; }
.slide__title { color: var(--navy); font-size: clamp(2rem, 3.5vw, 3.65rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 800; margin-bottom: 16px; }
.slide__desc { max-width: 48ch; color: #566274; font-size: clamp(.95rem, 1.3vw, 1.08rem); margin-bottom: 24px; }
.slide__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.slider__arrow { position: absolute; top: 50%; z-index: 6; transform: translateY(-50%); width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--navy); font-size: 1.55rem; box-shadow: 0 6px 18px rgba(18,38,63,.16); }
.slider__arrow--prev { left: 14px; }
.slider__arrow--next { right: 14px; }
.slider__dots { position: absolute; left: 0; right: 0; bottom: 16px; z-index: 6; display: flex; justify-content: center; gap: 7px; }
.slider__dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(16,42,67,.25); transition: .2s; }
.slider__dot.is-active { width: 24px; border-radius: 20px; background: var(--primary); }

.hero-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.side-promo {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 18px;
  padding: 24px;
  color: #fff;
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}

.side-promo--orange {
  background: linear-gradient(135deg, #ff6a1f, #ff8a00);
}

.side-promo--blue {
  background: linear-gradient(135deg, #1457cc, #0d8ddb);
}

.side-promo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 43%;
  background: #fff;
  border-radius: 90px 0 0 0;
  z-index: 0;
  pointer-events: none;
}

.side-promo::after {
  display: none;
}

.side-promo__copy {
  position: relative;
  z-index: 2;
  width: 56%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.side-promo__eyebrow {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  opacity: .82;
}

.side-promo__copy strong {
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.08;
}

.side-promo__copy > span:not(.side-promo__eyebrow) {
  font-size: .78rem;
  line-height: 1.45;
  opacity: .9;
}

.side-promo__copy b {
  font-size: .8rem;
  margin-top: 4px;
}

.side-promo img,
.side-promo--blue img {
  position: absolute;
  z-index: 1;
  right: 1%;
  bottom: 5%;
  width: 40%;
  height: 70%;
  object-fit: contain;
  mix-blend-mode: normal;
  /*filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .16));*/
  transform: none;
}

/* Section heading */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-head--compact { align-items: center; }
.section-kicker { display: block; color: var(--primary); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 7px; }
.section-kicker--light { color: #ffd9ca; }
.section-title { color: var(--navy); font-size: clamp(1.55rem, 2.4vw, 2.15rem); line-height: 1.15; letter-spacing: -.025em; font-weight: 800; }
.section-description { margin-top: 8px; color: var(--muted); font-size: .95rem; }
.section-link { color: var(--primary); font-weight: 800; font-size: .88rem; }

/* Categories */
.quick-categories { padding: 40px 0 42px; background: #fff; }
.category-cards { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.category-card { position: relative; min-width: 0; min-height: 118px; display: grid; grid-template-columns: 94px minmax(0,1fr) 30px; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s; }
.category-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); border-color: rgba(255,90,31,.28); }
.category-card__image { width: 94px; height: 88px; border-radius: 12px; display: grid; place-items: center; overflow: hidden; }
.category-card__image img { width: 90%; height: 90%; object-fit: contain; mix-blend-mode: multiply; }
.category-card--sky .category-card__image { background: #eaf5ff; }
.category-card--amber .category-card__image { background: #fff2d9; }
.category-card--mint .category-card__image { background: #e8f8f1; }
.category-card--rose .category-card__image { background: #ffedf0; }
.category-card strong { display: block; color: var(--navy); font-size: .92rem; line-height: 1.3; }
.category-card span:not(.category-card__arrow) { display: block; margin-top: 5px; color: var(--muted); font-size: .75rem; }
.category-card__arrow { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 4px 10px rgba(18,38,63,.08); color: var(--primary); font-weight: 800; }

/* Products */
.products-section { background: var(--surface); }
.product-filter { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.filter-btn { border: 1px solid #dbe1e8; background: #fff; color: #596577; padding: 9px 13px; border-radius: 999px; font-size: .78rem; font-weight: 800; }
.filter-btn:hover, .filter-btn.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.search-result-info { margin: -8px 0 20px; padding: 10px 14px; border-radius: 10px; background: #fff7f2; color: #a53a11; font-size: .86rem; font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid #e1e6ec; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 5px rgba(18,38,63,.03); transition: transform .22s, box-shadow .22s, border-color .22s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(255,90,31,.20); }
.product-card.is-hidden { display: none; }
.product-card__visual { position: relative; height: 240px; display: grid; place-items: center; overflow: hidden; }
.product-card__visual::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); right: -50px; top: -50px; }
.product-card__visual img { position: relative; z-index: 1; width: 88%; height: 82%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 13px 11px rgba(18,38,63,.16)); transition: transform .28s; }
.product-card:hover .product-card__visual img { transform: scale(1.045) rotate(-1deg); }
.product-card__visual--blue { background: linear-gradient(135deg, #eaf4ff, #dbeeff); }
.product-card__visual--orange { background: linear-gradient(135deg, #fff0e8, #ffe0cf); }
.product-card__visual--green { background: linear-gradient(135deg, #eaf9f2, #d8f4e7); }
.product-card__visual--purple { background: linear-gradient(135deg, #f2ecff, #e6ddff); }
.product-card__visual--yellow { background: linear-gradient(135deg, #fff7da, #ffedac); }
.product-card__visual--rose { background: linear-gradient(135deg, #fff0f1, #ffdce0); }
.product-card__visual--cyan { background: linear-gradient(135deg, #e6fbff, #ccf4fb); }
.product-card__visual--sky { background: linear-gradient(135deg, #eef8ff, #d9efff); }
.product-card__visual--pink { background: linear-gradient(135deg, #fff0fa, #ffdff4); }
.product-card__visual--lime { background: linear-gradient(135deg, #f1fbe6, #e1f5c9); }
.product-card__visual--indigo { background: linear-gradient(135deg, #eef0ff, #dee3ff); }
.product-badge { position: absolute; z-index: 3; left: 12px; top: 12px; padding: 6px 9px; border-radius: 7px; background: var(--primary); color: #fff; font-size: .66rem; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .025em; box-shadow: 0 5px 12px rgba(255,90,31,.22); }
.product-badge--dark { background: var(--navy); box-shadow: 0 5px 12px rgba(16,42,67,.18); }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 17px 18px 18px; }
.product-card__category { color: var(--primary); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 5px; }
.product-card__name { color: var(--navy); font-size: 1rem; line-height: 1.3; font-weight: 800; margin-bottom: 7px; }
.product-card__text { color: var(--muted); font-size: .79rem; line-height: 1.55; margin-bottom: 15px; }
.product-card__cta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 13px; border-top: 1px solid #edf0f3; color: var(--navy); font-size: .8rem; font-weight: 800; }
.product-card__cta b { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #fff1eb; color: var(--primary); }

/* Benefits */
.benefits { background: #fff; border-top: 1px solid #eef1f4; border-bottom: 1px solid #eef1f4; }
.benefits__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.benefit-item { display: flex; align-items: center; gap: 13px; padding: 22px 18px; min-width: 0; }
.benefit-item + .benefit-item { border-left: 1px solid #e9edf1; }
.benefit-icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #fff1eb; color: var(--primary); font-size: .72rem; font-weight: 800; }
.benefit-item strong { display: block; color: var(--navy); font-size: .88rem; margin-bottom: 2px; }
.benefit-item div span { display: block; color: var(--muted); font-size: .72rem; }

/* Banners */
.campaign-section { background: #fff; }
.banner-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.banner-card { position: relative; min-height: 330px; overflow: hidden; border-radius: 20px; box-shadow: var(--shadow-soft); }
.banner-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.banner-card:hover img { transform: scale(1.035); }
.banner-card__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,23,38,.88) 0%, rgba(10,23,38,.68) 48%, rgba(10,23,38,.16) 100%); }
.banner-card__body { position: relative; z-index: 2; width: 60%; min-height: 330px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; }
.banner-card__eyebrow { display: block; margin-bottom: 8px; color: #ffb798; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.banner-card__body h3 { font-size: clamp(1.45rem, 2.3vw, 2.25rem); line-height: 1.1; letter-spacing: -.03em; margin-bottom: 11px; }
.banner-card__body p { color: rgba(255,255,255,.82); font-size: .88rem; line-height: 1.55; margin-bottom: 20px; }

/* Contact */
.contact { background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; }
.contact-card { min-width: 0; min-height: 250px; padding: 24px; border-radius: 18px; background: #fff; border: 1px solid var(--border); box-shadow: 0 4px 14px rgba(18,38,63,.05); }
.contact-card--primary { background: linear-gradient(145deg, #153a5d, #102a43); color: #fff; border-color: transparent; }
.contact-card__tag { display: inline-block; padding: 5px 8px; border-radius: 6px; background: #fff1eb; color: var(--primary); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.contact-card--primary .contact-card__tag { background: rgba(255,255,255,.12); color: #fff; }
.contact-card h3 { font-size: 1.2rem; margin: 12px 0 14px; }
.contact-card__links { display: flex; flex-direction: column; gap: 7px; }
.contact-card__links a { font-weight: 800; font-size: .9rem; }
.contact-card__minor { display: flex; flex-direction: column; gap: 4px; margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.12); }
.contact-card__minor a { color: rgba(255,255,255,.72); font-size: .72rem; }
.contact-card p { color: var(--muted); font-size: .82rem; line-height: 1.6; }
.contact-card__map { display: inline-block; margin-top: 16px; color: var(--primary); font-weight: 800; font-size: .78rem; }

/* Quote */
.quote { background: linear-gradient(125deg, #102a43 0%, #173f5f 58%, #0f5a87 100%); color: #fff; position: relative; overflow: hidden; }
.quote::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -180px; border-radius: 50%; background: rgba(255,255,255,.04); }
.quote-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(34px, 6vw, 82px); align-items: center; }
.quote-title { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.06; letter-spacing: -.045em; margin-bottom: 18px; }
.quote-intro > p { color: rgba(255,255,255,.72); max-width: 50ch; font-size: .94rem; line-height: 1.65; }
.quote-intro__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.quote-intro__chips span { padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.10); font-size: .72rem; font-weight: 700; }
.quote-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; padding: clamp(22px, 3vw, 34px); background: #fff; color: var(--text); border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.form-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-size: .76rem; color: #4c5869; font-weight: 800; }
.form-field input[type="text"], .form-field input[type="tel"], .form-field input[type="email"], .form-field textarea { width: 100%; border: 1px solid #dce2e8; border-radius: 10px; background: #f9fafb; color: var(--text); padding: 11px 12px; min-height: 44px; outline: 0; }
.form-field textarea { min-height: 104px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(255,90,31,.10); background: #fff; }
.form-field--checkbox { flex-direction: row; align-items: flex-start; gap: 9px; }
.form-field--checkbox input { margin-top: 3px; accent-color: var(--primary); }
.form-field--checkbox label { font-weight: 500; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.quote-form__submit { justify-self: start; }

/* Footer 
.site-footer { background: #0b1d2e; color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr .7fr .9fr 1fr; gap: 44px; padding-top: 52px; padding-bottom: 46px; }
.site-footer__brand img { width: 112px; height: 56px; object-fit: contain; filter: brightness(0) invert(1); margin-bottom: 14px; }
.site-footer__brand p { color: rgba(255,255,255,.62); font-size: .78rem; max-width: 38ch; line-height: 1.6; }
.site-footer__title { display: block; margin-bottom: 14px; font-size: .85rem; }
.site-footer__grid > div:not(.site-footer__brand):not(.site-footer__cta) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.site-footer__grid a, .site-footer__grid span { color: rgba(255,255,255,.66); font-size: .76rem; }
.site-footer__grid a:hover { color: #fff; }
.site-footer__cta { padding: 18px; border-radius: 14px; background: rgba(255,255,255,.06); display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer__cta strong { font-size: .9rem; }
.site-footer__cta .btn { margin-top: 5px; color: #fff; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); }
.site-footer__bottom-row { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.48); font-size: .7rem; }
.site-footer__lumos img { width: 88px; height: 36px; object-fit: contain; }*/

/* Floating */
.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 50; display: flex; flex-direction: column; gap: 9px; }
.floating-btn { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: #fff; box-shadow: 0 10px 22px rgba(255,90,31,.30); }
.floating-btn--mail { background: var(--navy); box-shadow: 0 10px 22px rgba(16,42,67,.25); }
.floating-btn svg { width: 20px; }

@media (max-width: 1180px) {
  .site-header__row { grid-template-columns: 130px minmax(240px,1fr) auto; gap: 18px; }
  .header-contact { display: none; }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .category-cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .contact-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .site-footer__grid { grid-template-columns: 1.3fr .7fr .9fr; }
  .site-footer__cta { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; }
  .site-footer__cta .btn { margin-top: 0; }
}

@media (max-width: 900px) {
  .promo-bar__items { display: none; }
  .promo-bar__inner { justify-content: center; }
  .site-header__row { min-height: 68px; grid-template-columns: 112px 1fr 40px; gap: 12px; }
  .logo_menu { width: 90px; height: 48px; }
  .header-main-site { display: none; }
  .site-header__actions { display: none; }
  .mobile-menu-toggle { display: flex; }
  .category-nav { display: none; }
  .search-box { height: 42px; }
  .search-box button span { display: none; }
  .search-box button { padding: 0 13px; }
  .market-hero__grid { grid-template-columns: 1fr; }
  .hero-side { grid-template-columns: repeat(2,1fr); grid-template-rows: auto; }
  .side-promo { min-height: 180px; }
  .slide__overlay { background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.88) 50%, rgba(255,255,255,.30) 100%); }
  .benefits__grid { grid-template-columns: repeat(2,1fr); }
  .benefit-item:nth-child(3) { border-left: 0; border-top: 1px solid #e9edf1; }
  .benefit-item:nth-child(4) { border-top: 1px solid #e9edf1; }
  .quote-layout { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  :root { --section-space: 48px; }
  .market-hero { padding-top: 10px; }
  .slider__track { height: 430px; }
  .slide__img { object-position: 66% center; }
  .slide__overlay { align-items: flex-end; padding: 22px; background: linear-gradient(0deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 45%, rgba(255,255,255,.42) 72%, rgba(255,255,255,.04) 100%); }
  .slide__content { max-width: 100%; }
  .slide__title { font-size: 2rem; max-width: 86%; }
  .slide__desc { font-size: .86rem; max-width: 90%; }
  .slider__arrow { width: 36px; height: 36px; top: 42%; }
  .slider__dots { bottom: 12px; justify-content: flex-end; padding-right: 18px; }
  .hero-side { grid-template-columns: 1fr; }
  .side-promo { min-height: 170px; }
  .quick-categories { padding: 34px 0; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 22px; }
  .section-head--compact { flex-direction: row; align-items: center; }
  .section-link { display: none; }
  .category-cards { grid-template-columns: 1fr 1fr; gap: 10px; }
  .category-card { min-height: 150px; grid-template-columns: 1fr; grid-template-rows: 76px auto; gap: 8px; text-align: center; padding: 12px; }
  .category-card__image { width: 100%; height: 76px; }
  .category-card__arrow { display: none; }
  .category-card strong { font-size: .78rem; }
  .product-filter { justify-content: flex-start; overflow-x: auto; width: 100%; flex-wrap: nowrap; padding-bottom: 2px; }
  .filter-btn { white-space: nowrap; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .product-card__visual { height: 180px; }
  .product-card__body { padding: 13px; }
  .product-card__name { font-size: .88rem; }
  .product-card__text { display: none; }
  .product-card__category { font-size: .62rem; }
  .product-card__cta { font-size: .72rem; margin-top: 10px; }
  .banner-grid { grid-template-columns: 1fr; }
  .banner-card { min-height: 290px; }
  .banner-card__body { width: 78%; min-height: 290px; padding: 24px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: auto; }
  .quote-form { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__cta { grid-column: 1 / -1; flex-direction: column; align-items: flex-start; }
  .site-footer__bottom-row { flex-direction: column; justify-content: center; padding: 12px 0; }
}

@media (max-width: 480px) {
  .promo-bar { font-size: .74rem; }
  .site-header__row { grid-template-columns: 84px minmax(0,1fr) 36px; gap: 8px; }
  .logo_menu { width: 76px; }
  .search-box input { padding: 0 10px; font-size: .78rem; }
  .search-box button { padding: 0 10px; }
  .slider__track { height: 400px; }
  .slide__overlay { padding: 18px; }
  .slide__title { font-size: 1.72rem; }
  .slide__actions .btn { min-height: 40px; padding: 9px 14px; font-size: .78rem; }
  .side-promo { padding: 19px; }
  .side-promo__copy { width: 70%; }
  .category-cards { gap: 8px; }
  .product-card__visual { height: 145px; }
  .product-card__visual img { width: 93%; height: 86%; }
  .product-badge { left: 8px; top: 8px; padding: 5px 7px; font-size: .58rem; }
  .product-card__body { padding: 11px; }
  .benefits__grid { grid-template-columns: 1fr; }
  .benefit-item + .benefit-item { border-left: 0; border-top: 1px solid #e9edf1; }
  .banner-card__body { width: 90%; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__brand, .site-footer__cta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
