/* ═══════════════════════════════════════════════════════════════════
   АКВА ГРУПП — Ultra Commercial Design System v2
   ═══════════════════════════════════════════════════════════════════ */
:root {
  --red:        #DA2A34;
  --red-dark:   #b81e27;
  --red-light:  #fee2e2;
  --navy:       #0B1220;
  --navy2:      #111827;
  --navy3:      #1e2d45;
  --blue-mid:   #1d4ed8;
  --gray-light: #f4f6f9;
  --gray-mid:   #e4e8ef;
  --text:       #1a1a2e;
  --muted:      #6b7280;
  --white:      #ffffff;
  --shadow-sm:  0 1px 3px rgba(0,0,0,.07),0 1px 2px rgba(0,0,0,.05);
  --shadow-md:  0 4px 24px rgba(0,0,0,.10),0 2px 8px rgba(0,0,0,.06);
  --shadow-lg:  0 16px 48px rgba(0,0,0,.16),0 4px 16px rgba(0,0,0,.08);
  --shadow-red: 0 8px 28px rgba(218,42,52,.40);
  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --radius-xl:  28px;
  --transition: .22s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; color: var(--text); background: #fff; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }

/* ── TOP BAR ─────────────────────────────────────────────────────── */
.topbar { background: #060d18; color: rgba(255,255,255,.5); font-size: 12px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.04); }
.topbar i { color: var(--red); font-size: 11px; }
.topbar a { color: rgba(255,255,255,.65); transition: color .18s; }
.topbar a:hover { color: #fff; }

/* ── HEADER ──────────────────────────────────────────────────────── */
.site-header {
  background: var(--navy);
  box-shadow: 0 2px 0 rgba(218,42,52,.6), 0 4px 24px rgba(0,0,0,.3);
  z-index: 1000;
  transition: background .3s;
}
.logo-link { gap: 10px; }
.logo-main { display: block; font-size: 21px; font-weight: 900; color: #fff; letter-spacing: .5px; line-height: 1; }
.logo-sub  { display: block; font-size: 9.5px; color: rgba(255,255,255,.45); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-top: 3px; }
.logo-img  { max-height: 48px; }
.phone-link { font-size: 16px; font-weight: 800; color: #fff; letter-spacing: -.2px; }
.phone-link:hover { color: var(--red); }
.nav-menu { gap: 0; padding: 4px 0; }
.nav-menu li a { display: block; padding: 7px 10px; font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.78); border-radius: 6px; transition: var(--transition); letter-spacing: .1px; }
.nav-menu li a:hover { color: #fff; background: rgba(255,255,255,.08); }
.navbar-toggler { border: none; background: none; padding: 4px; }
.navbar-toggler .bi { color: rgba(255,255,255,.85); }

/* ── BUTTONS ─────────────────────────────────────────────────────── */
.btn-primary-red {
  background: linear-gradient(135deg, #e8303b 0%, var(--red-dark) 100%);
  color: #fff; border: none; font-weight: 800;
  border-radius: var(--radius-sm);
  padding: 11px 26px; transition: var(--transition);
  display: inline-flex; align-items: center; justify-content: center;
  gap: 7px; cursor: pointer; font-size: 13.5px; letter-spacing: .3px;
  box-shadow: 0 4px 14px rgba(218,42,52,.32);
  position: relative; overflow: hidden;
}
.btn-primary-red::after { content:''; position:absolute; inset:0; background:rgba(255,255,255,0); transition:.22s; }
.btn-primary-red:hover { transform: translateY(-2px); box-shadow: var(--shadow-red); color: #fff; }
.btn-primary-red:hover::after { background: rgba(255,255,255,.07); }
.btn-primary-red:active { transform: translateY(0); }
.btn-whatsapp {
  background: #1fba58; color: #fff; border: none; font-weight: 700;
  border-radius: var(--radius-sm); padding: 10px 22px; transition: var(--transition);
  display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-size: 13.5px;
}
.btn-whatsapp:hover { background: #19a34a; color: #fff; transform: translateY(-1px); }
.btn-outline-hero {
  border: 2px solid rgba(255,255,255,.5); color: #fff; border-radius: var(--radius-sm);
  padding: 11px 22px; font-weight: 700; font-size: 13.5px; background: transparent;
  transition: var(--transition); display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline-hero:hover { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.8); }
.hero-section:not(.hero-has-bg) .btn-outline-hero { border-color: var(--navy); color: var(--navy); }
.hero-section:not(.hero-has-bg) .btn-outline-hero:hover { background: var(--navy); color: #fff; }
.btn-link-red { color: var(--red); font-weight: 700; font-size: 13px; transition: var(--transition); white-space: nowrap; display: inline-flex; align-items: center; gap: 5px; }
.btn-link-red:hover { color: var(--red-dark); gap: 9px; }
.spin { animation: spin .8s linear infinite; display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── HERO ────────────────────────────────────────────────────────── */
.hero-section { background: var(--gray-light); padding: 56px 0 72px; position: relative; overflow: hidden; }
.hero-section::before { content:''; position:absolute; top:-140px; right:-100px; width:520px; height:520px; background:radial-gradient(circle,rgba(218,42,52,.05) 0%,transparent 70%); pointer-events:none; }
.hero-has-bg { min-height: 100vh; display: flex; align-items: center; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 0; filter: blur(0); transition: background-image .1s; }
.hero-has-bg:not(.hero-hq) { filter: blur(8px) brightness(.9); transform: scale(1.02); }
.hero-hq { filter: none !important; transform: none !important; transition: filter .4s ease, transform .4s ease; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(6,13,24,.92) 0%, rgba(11,18,32,.72) 55%, rgba(11,18,32,.5) 100%); z-index: 1; }
.hero-inner { position: relative; z-index: 2; padding: 100px 0; width: 100%; }
.hero-section:not(.hero-has-bg) .hero-inner { padding: 0; }
.hero-label { font-size: 11px; font-weight: 800; letter-spacing: 3.5px; text-transform: uppercase; margin-bottom: 16px; display: inline-flex; align-items: center; gap: 10px; }
.hero-label::before { content:''; display:inline-block; width:30px; height:2px; background:var(--red); border-radius:2px; flex-shrink:0; }
.hero-section:not(.hero-has-bg) .hero-label { color: var(--red); }
.hero-has-bg .hero-label { color: rgba(255,255,255,.7); }
.hero-has-bg .hero-label::before { background: rgba(255,255,255,.5); }
.hero-title { font-size: clamp(28px, 4.4vw, 58px); font-weight: 900; line-height: 1.08; letter-spacing: -.5px; }
.hero-section:not(.hero-has-bg) .hero-title { color: var(--navy); }
.hero-has-bg .hero-title { color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.hero-bullets { list-style: none; padding: 0; margin: 0; }
.hero-bullets li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 13px; font-size: 14.5px; line-height: 1.55; }
.hero-section:not(.hero-has-bg) .hero-bullets li { color: var(--text); }
.hero-has-bg .hero-bullets li { color: rgba(255,255,255,.88); }
.hero-bullets .bi { color: var(--red); font-size: 16px; flex-shrink: 0; margin-top: 3px; }
.hero-has-bg .hero-bullets .bi { color: #ff7a7a; }
.badge-item { display: flex; align-items: center; gap: 8px; border-radius: var(--radius-sm); padding: 8px 14px; font-size: 12px; font-weight: 700; }
.hero-section:not(.hero-has-bg) .badge-item { background: #fff; box-shadow: var(--shadow-sm); color: var(--navy); }
.hero-has-bg .badge-item { background: rgba(255,255,255,.08); backdrop-filter: blur(12px); color: #fff; border: 1px solid rgba(255,255,255,.15); }
.badge-item .bi { color: var(--red); font-size: 15px; }
.hero-has-bg .badge-item .bi { color: #ffa5a5; }
.hero-form-card { background: #fff; border-radius: var(--radius-lg); padding: 34px; box-shadow: 0 24px 64px rgba(0,0,0,.22); position: relative; }
.hero-form-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background: linear-gradient(90deg, var(--red), #f97316); border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.hero-form-card h3 { font-size: 16px; font-weight: 800; color: var(--navy); text-align: center; line-height: 1.45; }
.hero-form-card .form-control { border-radius: var(--radius-sm); border: 1.5px solid var(--gray-mid); font-size: 14px; padding: 12px 16px; height: auto; }
.hero-form-card .form-control:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(218,42,52,.1); }
.hero-form-note { font-size: 11px; color: #9ca3af; text-align: center; margin: 10px 0 0; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 2; flex-direction: column; align-items: center; gap: 5px; color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; animation: bounceHint 2.2s ease-in-out infinite; }
@keyframes bounceHint { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(8px)} }

/* ── STATS BAR ───────────────────────────────────────────────────── */
.stats-bar { background: linear-gradient(135deg, #060d18 0%, var(--navy) 100%); padding: 28px 0; border-top: 1px solid rgba(218,42,52,.3); }
.stat-item { text-align: center; padding: 10px 16px; border-right: 1px solid rgba(255,255,255,.07); }
.stat-item:last-child { border-right: none; }
.stat-num { font-size: clamp(30px, 4vw, 42px); font-weight: 900; color: var(--red); line-height: 1; display: block; }
.stat-sup { font-size: 22px; font-weight: 900; }
.stat-label { font-size: 11.5px; color: rgba(255,255,255,.5); margin-top: 5px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }

/* ── SECTION TITLES ──────────────────────────────────────────────── */
.section-header { /* intentionally no display:flex — articles uses d-flex from Bootstrap */ }
.section-title { font-size: clamp(22px, 3.2vw, 36px); font-weight: 900; color: var(--navy); letter-spacing: -.4px; line-height: 1.15; }
.section-label {
  font-size: 11px; font-weight: 800; color: var(--red);
  letter-spacing: 3.5px; text-transform: uppercase; margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.section-label::before { content:''; display:inline-block; width:22px; height:2px; background:var(--red); border-radius:2px; flex-shrink:0; }
.justify-content-center.section-label { justify-content: center; }
.section-desc { color: var(--muted); font-size: 15px; max-width: 600px; margin: 12px auto 0; line-height: 1.65; }
.products-section { padding: 80px 0; }
.products-section:nth-child(even) { background: var(--gray-light); }

/* ── PRODUCT CARD ────────────────────────────────────────────────── */
.product-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .28s cubic-bezier(.4,0,.2,1), box-shadow .28s;
  border: 1px solid var(--gray-mid);
  position: relative;
}
.product-card::before {
  content:''; position:absolute; bottom:0; left:0; right:0; height:3px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
  transform: scaleX(0); transform-origin: left; transition: .3s;
  z-index: 2;
}
.product-card:hover { transform: translateY(-7px); box-shadow: 0 20px 48px rgba(0,0,0,.13); border-color: transparent; }
.product-card:hover::before { transform: scaleX(1); }
.product-card__img { overflow: hidden; height: 340px; background: var(--gray-light); flex-shrink: 0; position: relative; }
.product-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-card__img img { transform: scale(1.07); }
.product-card__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.product-card__name { font-size: 15.5px; font-weight: 900; color: var(--navy); margin-bottom: 6px; line-height: 1.3; }
.product-card__name a { color: inherit; }
.product-card__name a:hover { color: var(--red); }
.product-card__sku { font-size: 11px; color: var(--muted); margin-bottom: 5px; font-weight: 600; letter-spacing: .3px; }
.product-card__specs { font-size: 12.5px; color: var(--muted); margin-bottom: 12px; line-height: 1.5; }
.product-card__functions { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 14px; }
.fn-tag { font-size: 11px; background: #f0f4ff; color: #3b4ec8; border-radius: 20px; padding: 4px 10px; font-weight: 700; border: 1px solid #dde4ff; }
.product-card__price { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--gray-mid); }
.price-old { font-size: 13px; color: #9ca3af; text-decoration: line-through; margin-right: 6px; }
.price-new { font-size: 27px; font-weight: 900; color: var(--red); display: block; line-height: 1.1; }
.price-label { font-size: 11px; color: var(--red); font-weight: 800; margin-top: 5px; background: var(--red-light); display: inline-block; padding: 3px 9px; border-radius: 4px; }
.price-request { font-size: 17px; font-weight: 800; color: var(--navy); display: block; }
.product-card__actions { margin-top: 16px; display: flex; gap: 8px; }
.product-card__actions .btn-primary-red { flex: 1; font-size: 13px; padding: 10px 16px; }
.product-card__actions .btn-whatsapp { padding: 10px 14px; font-size: 16px; flex-shrink: 0; }

/* ── LOAD MORE ───────────────────────────────────────────────────── */
.btn-load-more { background: transparent; border: 2px solid var(--navy); color: var(--navy); border-radius: var(--radius-sm); padding: 13px 36px; font-size: 14px; font-weight: 800; cursor: pointer; transition: var(--transition); font-family: 'Montserrat', sans-serif; letter-spacing: .3px; }
.btn-load-more:hover { background: var(--navy); color: #fff; transform: translateY(-1px); }
.load-sentinel { height: 1px; }
.product-reveal { animation: fadeUp .4s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* ── TERMINALS SECTION ───────────────────────────────────────────── */
.terminals-section { padding: 80px 0; background: var(--navy); position: relative; overflow: hidden; }
.terminals-section::before { content:''; position:absolute; top:0; right:0; width:500px; height:500px; background:radial-gradient(circle,rgba(218,42,52,.1) 0%,transparent 65%); pointer-events:none; }
.terminals-section .section-title { color: #fff; }
.terminals-section .section-label { color: rgba(255,255,255,.45); }
.terminals-section .section-label::before { background: rgba(255,255,255,.35); }
.terminals-subtitle { font-size: 15px; color: rgba(255,255,255,.55); max-width: 600px; margin: 10px 0 0; }
.fn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fn-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-md); padding: 22px 18px; transition: var(--transition); cursor: default; }
.fn-card:hover { background: rgba(255,255,255,.08); border-color: rgba(218,42,52,.4); transform: translateY(-2px); }
.fn-card__emoji { font-size: 30px; display: block; margin-bottom: 12px; }
.fn-card__name { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.fn-card__desc { font-size: 12.5px; color: rgba(255,255,255,.55); line-height: 1.55; margin: 0; }
.fn-card--payment { background: rgba(218,42,52,.1); border-color: rgba(218,42,52,.25); }
.fn-card--payment .fn-card__name { color: var(--red); }
.payment-methods { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.pm-badge { font-size: 11.5px; font-weight: 700; background: rgba(255,255,255,.08); color: rgba(255,255,255,.75); border-radius: 6px; padding: 4px 10px; }

/* ── TERMINAL SLIDER ─────────────────────────────────────────────── */
.term-slider-wrap { position: relative; }
.term-slider { overflow: hidden; border-radius: var(--radius-lg); }
.term-slide { display: none; }
.term-slide.active { display: block; }
.term-slide-inner { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius-lg); padding: 28px; display: flex; flex-direction: column; align-items: center; min-height: 380px; justify-content: center; }
.term-slide-inner img { max-height: 300px; width: auto; max-width: 100%; object-fit: contain; border-radius: var(--radius-md); filter: drop-shadow(0 8px 28px rgba(0,0,0,.55)); }
.term-slide-placeholder { color: rgba(255,255,255,.3); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 300px; }
.term-slide-caption { margin-top: 20px; text-align: center; }
.term-slide-caption strong { display: block; color: #fff; font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.term-slide-caption span { font-size: 12px; color: rgba(255,255,255,.5); display: block; margin-bottom: 10px; }
.term-arrow { position: absolute; top: 44%; transform: translateY(-50%); background: rgba(255,255,255,.1); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.15); color: #fff; width: 42px; height: 42px; border-radius: 50%; font-size: 16px; cursor: pointer; z-index: 5; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.term-arrow:hover { background: var(--red); border-color: var(--red); }
.term-prev { left: -18px; }
.term-next { right: -18px; }

/* ── TERMINAL FUNCTIONS LIST ─────────────────────────────────────── */
.fn-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fn-list-item { display: flex; align-items: flex-start; gap: 14px; }
.fn-list-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(218,42,52,.14); border: 1px solid rgba(218,42,52,.22); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.fn-list-icon .bi { font-size: 18px; color: var(--red); }
.fn-list-body strong { display: block; font-size: 13px; font-weight: 900; color: #fff; margin-bottom: 3px; letter-spacing: .4px; }
.fn-list-body p { font-size: 12px; color: rgba(255,255,255,.55); margin: 0; line-height: 1.5; }
.fn-list-item--pay { grid-column: span 2; }
.fn-list-item--pay .fn-list-icon { background: rgba(37,211,102,.1); border-color: rgba(37,211,102,.22); }
.fn-list-item--pay .fn-list-icon .bi { color: #4ade80; }
.fn-list-item--pay .fn-list-body strong { color: #4ade80; }

/* ── ADVANTAGES ──────────────────────────────────────────────────── */
.advantages-section { padding: 80px 0; background: #fff; }
.adv-card {
  background: var(--gray-light);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  height: 100%;
  transition: var(--transition);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.adv-card::before { content:''; position:absolute; top:0; left:0; bottom:0; width:3px; background:var(--red); border-radius:3px 0 0 3px; transform:scaleY(0); transform-origin:top; transition:.3s; }
.adv-card:hover { background: #fff; box-shadow: var(--shadow-lg); transform: translateY(-5px); border-color: var(--gray-mid); }
.adv-card:hover::before { transform: scaleY(1); }
.adv-icon { width: 56px; height: 56px; background: linear-gradient(135deg, var(--red-light), rgba(218,42,52,.05)); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.adv-icon .bi { font-size: 24px; color: var(--red); }
.adv-card h4 { font-size: 15px; font-weight: 900; color: var(--navy); margin-bottom: 10px; line-height: 1.3; }
.adv-card p  { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.65; }

/* ── HOW WE WORK ─────────────────────────────────────────────────── */
.how-section { background: var(--navy); padding: 80px 0; position: relative; overflow: hidden; }
.how-section::before { content:''; position:absolute; top:0; right:0; width:400px; height:400px; background:radial-gradient(circle,rgba(218,42,52,.1) 0%,transparent 65%); pointer-events:none; }
.step-card { background: rgba(255,255,255,.04); border-radius: var(--radius-md); padding: 24px 20px; height: 100%; border: 1px solid rgba(255,255,255,.07); transition: var(--transition); position: relative; }
.step-card:hover { background: rgba(255,255,255,.08); border-color: rgba(218,42,52,.3); }
.step-card--last { background: linear-gradient(135deg, var(--red), var(--red-dark)); border-color: transparent; }
.step-card--last:hover { opacity: .92; }
.step-num { font-size: 40px; font-weight: 900; color: var(--red); line-height: 1; margin-bottom: 12px; }
.step-card--last .step-num { color: rgba(255,255,255,.35); }
.step-card p { color: rgba(255,255,255,.82); font-size: 13px; margin: 0; line-height: 1.6; }
.step-card--last p { color: #fff; font-weight: 700; }

/* ── PORTFOLIO MARQUEE ───────────────────────────────────────────── */
.portfolio-section { padding: 64px 0; overflow: hidden; background: var(--gray-light); }
.portfolio-track-wrap { overflow: hidden; position: relative; }
.portfolio-track-wrap::before,
.portfolio-track-wrap::after { content:''; position:absolute; top:0; bottom:0; width:140px; z-index:2; pointer-events:none; }
.portfolio-track-wrap::before { left:0;  background: linear-gradient(to right, var(--gray-light), transparent); }
.portfolio-track-wrap::after  { right:0; background: linear-gradient(to left,  var(--gray-light), transparent); }
.portfolio-track { display: flex; gap: 16px; animation: marquee 90s linear infinite; width: max-content; }
.portfolio-track:hover { animation-play-state: paused; }
.portfolio-item { flex-shrink: 0; width: 300px; height: 200px; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-md); }
.portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.portfolio-item:hover img { transform: scale(1.07); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── VIDEO REVIEWS ───────────────────────────────────────────────── */
.reviews-section { padding: 80px 0; background: var(--navy2); }
.reviews-section .section-title { color: #fff; }
.reviews-section .section-desc  { color: rgba(255,255,255,.5); }
.vr-carousel-wrap { position: relative; display: flex; align-items: center; gap: 14px; }
.vr-viewport { overflow: hidden; flex: 1; }
.vr-track { display: flex; gap: 16px; transition: transform .45s cubic-bezier(.25,.8,.25,1); will-change: transform; }
.vr-item { flex: 0 0 calc((100% - 32px) / 3); }
.vr-iframe-wrap { position: relative; width: 100%; padding-bottom: 177.78%; border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 10px 36px rgba(0,0,0,.6); background: #000; }
.vr-iframe-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vr-nav { flex-shrink: 0; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.15); color: #fff; width: 48px; height: 48px; border-radius: 50%; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.vr-nav:hover { background: var(--red); border-color: var(--red); transform: scale(1.1); }
.vr-dots,.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.slider-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.2); cursor: pointer; transition: var(--transition); border: none; padding: 0; }
.slider-dot.active { background: var(--red); width: 28px; border-radius: 4px; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.1); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.18); color: #fff; width: 46px; height: 46px; border-radius: 50%; font-size: 18px; cursor: pointer; z-index: 5; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.slider-arrow:hover { background: var(--red); border-color: var(--red); }
.slider-prev { left: -4px; }
.slider-next { right: -4px; }

/* ── CALCULATOR CTA ──────────────────────────────────────────────── */
.calc-section { padding: 80px 0; background: var(--gray-light); }
.calc-card { background: linear-gradient(135deg, #060d18 0%, var(--navy3) 100%); border-radius: var(--radius-xl); padding: 60px; overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.05); }
.calc-card::before { content:''; position:absolute; top:-120px; right:-80px; width:380px; height:380px; background:radial-gradient(circle,rgba(218,42,52,.22) 0%,transparent 65%); }
.calc-card::after  { content:''; position:absolute; bottom:-80px; left:40px; width:280px; height:280px; background:radial-gradient(circle,rgba(29,78,216,.1) 0%,transparent 65%); }
.calc-title { font-size: clamp(20px, 3vw, 33px); font-weight: 900; color: #fff; margin-bottom: 14px; line-height: 1.22; position: relative; z-index: 1; }
.calc-desc { color: rgba(255,255,255,.65); font-size: 14.5px; line-height: 1.65; position: relative; z-index: 1; }
.calc-features { list-style: none; padding: 0; margin: 22px 0 0; position: relative; z-index: 1; }
.calc-features li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.85); font-size: 13.5px; margin-bottom: 10px; }
.calc-features .bi { color: #4ade80; font-size: 15px; flex-shrink: 0; }
.calc-form { position: relative; z-index: 1; }
.calc-form .form-control { background: rgba(255,255,255,.97); border: 1.5px solid transparent; border-radius: var(--radius-sm); font-size: 14.5px; padding: 12px 16px; height: auto; }
.calc-form .form-control:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(218,42,52,.15); }

/* ── CLIENTS MAP ─────────────────────────────────────────────────── */
.clients-map-section { padding: 80px 0; background: var(--gray-light); }
.clients-map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
#clientsMap { width: 100%; height: 520px; }

/* ── MAP ─────────────────────────────────────────────────────────── */
.map-section { padding: 80px 0; background: #fff; }
.map-embed-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); height: 420px; }
.map-embed-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-placeholder { height: 420px; background: var(--gray-light); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; }
.map-info-card { background: var(--navy); border-radius: var(--radius-lg); padding: 32px; height: 100%; }
.map-info-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 24px; }
.map-info-item:last-of-type { margin-bottom: 0; }
.map-info-item i { font-size: 18px; color: var(--red); flex-shrink: 0; margin-top: 2px; width: 22px; }
.map-info-item strong { font-size: 11px; font-weight: 800; color: rgba(255,255,255,.45); display: block; margin-bottom: 4px; letter-spacing: .5px; text-transform: uppercase; }
.map-info-item p { font-size: 14px; color: rgba(255,255,255,.85); margin: 0; line-height: 1.5; font-weight: 600; }
.map-info-item a { color: #fff; }
.map-info-item a:hover { color: var(--red); }
.social-btn { display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; border-radius: var(--radius-sm); font-size: 12px; font-weight: 800; color: #fff; transition: var(--transition); }
.social-btn.whatsapp { background: #25d366; }
.social-btn.telegram { background: #229ED9; }
.social-btn.youtube  { background: #ff0000; }
.social-btn:hover { opacity: .85; color: #fff; transform: translateY(-1px); }

/* ── REQUIREMENTS ────────────────────────────────────────────────── */
.requirements-section { padding: 80px 0; background: var(--gray-light); }
.req-list { margin-top: 28px; display: flex; flex-direction: column; gap: 18px; }
.req-item { display: flex; align-items: flex-start; gap: 18px; background: #fff; border-radius: var(--radius-md); padding: 22px; box-shadow: var(--shadow-sm); transition: var(--transition); border: 1px solid var(--gray-mid); }
.req-item:hover { box-shadow: var(--shadow-md); border-color: var(--red-light); transform: translateX(4px); }
.req-icon { width: 48px; height: 48px; background: linear-gradient(135deg, var(--red-light), rgba(218,42,52,.06)); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.req-icon .bi { font-size: 22px; color: var(--red); }
.req-item strong { font-size: 14px; font-weight: 900; color: var(--navy); display: block; margin-bottom: 5px; }
.req-item p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.6; }
.req-cta-card { background: var(--navy); border-radius: var(--radius-lg); padding: 38px; position: relative; overflow: hidden; }
.req-cta-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background: linear-gradient(90deg, var(--red), #f97316); }
.req-cta-card::after { content:''; position:absolute; bottom:-60px; right:-60px; width:200px; height:200px; background:radial-gradient(circle,rgba(218,42,52,.15) 0%,transparent 65%); }
.req-cta-card h3 { font-size: 20px; font-weight: 900; color: #fff; margin-bottom: 10px; position: relative; z-index:1; }
.req-cta-card p { font-size: 13.5px; color: rgba(255,255,255,.6); line-height: 1.65; position: relative; z-index:1; }
.req-cta-card .form-control { border-radius: var(--radius-sm); border: 1.5px solid rgba(255,255,255,.12); background: rgba(255,255,255,.08); color: #fff; font-size: 14px; padding: 12px 16px; height: auto; position: relative; z-index:1; }
.req-cta-card .form-control::placeholder { color: rgba(255,255,255,.4); }
.req-cta-card .form-control:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(218,42,52,.2); background: rgba(255,255,255,.1); }

/* ── WORKS / PROJECTS SECTION ───────────────────────────────────── */
.works-section { padding: 80px 0; background: var(--gray-light); }

/* Project card */
.project-card { display: flex; flex-direction: column; border-radius: var(--radius-lg); overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); transition: var(--transition); text-decoration: none; color: inherit; height: 100%; }
.project-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); color: inherit; text-decoration: none; }
.project-card__img { position: relative; height: 240px; overflow: hidden; background: var(--gray-light); flex-shrink: 0; }
.project-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.project-card:hover .project-card__img img { transform: scale(1.06); }
.project-card__no-img { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 3rem; color: var(--gray-mid); }
.project-card__city { position: absolute; top: 12px; left: 12px; background: rgba(11,18,32,.75); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 20px; backdrop-filter: blur(4px); }
.project-card__year { position: absolute; top: 12px; right: 12px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; padding: 4px 9px; border-radius: 20px; }
.project-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.project-card__title { font-size: 16px; font-weight: 800; color: var(--navy); margin: 0 0 8px; line-height: 1.3; }
.project-card__excerpt { font-size: 13px; color: #6b7280; line-height: 1.5; margin: 0 0 auto; padding-bottom: 12px; }
.project-card__link { font-size: 13px; font-weight: 700; color: var(--red); margin-top: 12px; display: inline-flex; align-items: center; gap: 5px; }
.project-card__link i { transition: transform .2s; }
.project-card:hover .project-card__link i { transform: translateX(4px); }

/* btn-outline-navy */
.btn-outline-navy { border: 2px solid var(--navy); color: var(--navy); background: transparent; font-weight: 700; border-radius: var(--radius-sm); padding: 12px 28px; }
.btn-outline-navy:hover { background: var(--navy); color: #fff; }

/* Projects list page */
.projects-page-hero { background: var(--navy); padding: 80px 0 60px; text-align: center; }

/* Single project */
.project-hero { position: relative; height: 520px; background-size: cover; background-position: center; }
.project-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,13,24,.88) 40%, rgba(6,13,24,.25)); display: flex; align-items: flex-end; }
.project-hero__overlay .container { padding-bottom: 48px; }
.project-hero__meta { display: flex; gap: 10px; margin-bottom: 12px; }
.project-hero__city, .project-hero__year { display: inline-flex; align-items: center; gap: 5px; padding: 5px 12px; border-radius: 20px; font-size: 13px; font-weight: 700; }
.project-hero__city { background: rgba(255,255,255,.15); color: #fff; backdrop-filter: blur(4px); }
.project-hero__year { background: var(--red); color: #fff; }
.project-hero__title { font-size: clamp(26px, 4vw, 48px); font-weight: 900; color: #fff; margin: 0 0 10px; }
.project-hero__excerpt { font-size: 16px; color: rgba(255,255,255,.75); margin: 0; max-width: 640px; }

.project-section-title { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.project-body { font-size: 15px; line-height: 1.8; color: #374151; }
.project-body h2, .project-body h3 { color: var(--navy); font-weight: 800; margin-top: 1.5em; }

/* Photo gallery grid */
.pg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pg-item { position: relative; border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 4/3; display: block; }
.pg-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.pg-item__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.35); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .25s; color: #fff; font-size: 1.8rem; }
.pg-item:hover img { transform: scale(1.06); }
.pg-item:hover .pg-item__overlay { opacity: 1; }
.pg-item:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }

/* Video embed */
.project-video__wrap { position: relative; padding-bottom: 56.25%; border-radius: var(--radius-lg); overflow: hidden; }
.project-video__wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Info sidebar card */
.project-info-card { background: var(--navy); border-radius: var(--radius-lg); overflow: hidden; }
.project-info-card__header { background: rgba(218,42,52,.9); color: #fff; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; padding: 12px 20px; }
.project-info-card__body { padding: 20px; }
.pi-row { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 18px; }
.pi-row:last-child { margin-bottom: 0; }
.pi-row i { font-size: 16px; color: var(--red); flex-shrink: 0; margin-top: 2px; }
.pi-row strong { display: block; font-size: 11px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .4px; margin-bottom: 2px; }
.pi-row span { font-size: 14px; color: rgba(255,255,255,.85); font-weight: 600; }
.project-info-card__cta { padding: 0 20px 20px; }
.project-info-card__cta p { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 12px; }

/* Lightbox */
.lightbox-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.93); z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .25s; }
.lightbox-overlay.active { opacity: 1; pointer-events: all; }
.lb-img-wrap { max-width: 90vw; max-height: 90vh; }
.lb-img-wrap img { max-width: 90vw; max-height: 90vh; border-radius: var(--radius-md); object-fit: contain; }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(255,255,255,.12); border: none; color: #fff; border-radius: 50%; width: 46px; height: 46px; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s; }
.lb-close { top: 20px; right: 20px; }
.lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 16px; top: 50%; transform: translateY(-50%); }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(218,42,52,.8); }

/* SEO TEXT SECTION ────────────────────────────────────────────── */
.seo-section { padding: 80px 0; background: #fff; }
.seo-article { background: var(--gray-light); border-radius: var(--radius-xl); padding: 44px 48px; border: 1px solid var(--gray-mid); }
.seo-h3 { font-size: 18px; font-weight: 900; color: var(--navy); margin: 28px 0 10px; padding-left: 14px; border-left: 3px solid var(--red); line-height: 1.3; }
.seo-visible p, .seo-hidden p { font-size: 14.5px; color: var(--muted); line-height: 1.8; margin-bottom: 14px; }
.seo-visible p strong, .seo-hidden p strong { color: var(--navy); }
.seo-list { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 10px; }
.seo-list li { font-size: 14px; color: var(--muted); line-height: 1.7; padding-left: 22px; position: relative; }
.seo-list li::before { content:'✓'; position:absolute; left:0; color:var(--red); font-weight:900; font-size:13px; top:2px; }
.seo-list li strong { color: var(--navy); }
.seo-read-more { margin-top: 22px; display: inline-flex; align-items: center; gap: 8px; background: none; border: 2px solid var(--red); color: var(--red); font-weight: 800; font-size: 13.5px; border-radius: var(--radius-sm); padding: 10px 22px; cursor: pointer; font-family: 'Montserrat', sans-serif; transition: var(--transition); letter-spacing: .2px; }
.seo-read-more:hover { background: var(--red); color: #fff; }
.seo-rm-icon { transition: transform .3s ease; font-size: 14px; }
.seo-hidden { animation: fadeUp .35s ease both; }
/* CTA badges */
.req-cta-badges { display: flex; flex-direction: column; gap: 10px; }
.req-cta-badge { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; color: rgba(255,255,255,.7); }
.req-cta-badge .bi { color: var(--red); font-size: 16px; flex-shrink: 0; }
@media (max-width: 991px) {
  .seo-article { padding: 28px 24px; }
  .seo-section { padding: 52px 0; }
}
@media (max-width: 575px) {
  .seo-article { padding: 22px 18px; }
}

/* ── ARTICLES ────────────────────────────────────────────────────── */
.articles-section { padding: 80px 0; background: #fff; }
.article-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); height: 100%; display: flex; flex-direction: column; transition: var(--transition); border: 1px solid var(--gray-mid); }
.article-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); border-color: transparent; }
.article-card__img { height: 210px; overflow: hidden; }
.article-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.article-card:hover .article-card__img img { transform: scale(1.06); }
.article-card__body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.article-card__body h4 a { color: var(--navy); font-weight: 800; font-size: 15px; line-height: 1.4; }
.article-card__body h4 a:hover { color: var(--red); }
.read-more { font-size: 13px; font-weight: 800; color: var(--red); margin-top: auto; display: inline-flex; align-items: center; gap: 5px; padding-top: 14px; transition: var(--transition); }
.read-more:hover { color: var(--red-dark); gap: 9px; }
.article-title { font-size: clamp(22px, 3vw, 36px); font-weight: 900; color: var(--navy); letter-spacing: -.3px; }
.article-content { font-size: 15px; line-height: 1.9; }
.article-content h2,.article-content h3 { font-weight: 900; color: var(--navy); margin-top: 36px; letter-spacing: -.2px; }
.article-content img { max-width: 100%; border-radius: var(--radius-md); margin: 16px 0; }

/* ── PRODUCT PAGE ────────────────────────────────────────────────── */
.product-category-label { font-size: 11px; font-weight: 800; color: var(--red); letter-spacing: 2.5px; text-transform: uppercase; }
.product-title { font-size: clamp(22px, 3vw, 38px); font-weight: 900; color: var(--navy); letter-spacing: -.3px; }
.product-sku { font-size: 13px; }
.product-specs { font-size: 13px; color: var(--muted); }
.fn-badge { display: inline-flex; align-items: center; gap: 7px; background: #f0f4ff; border-radius: var(--radius-sm); padding: 7px 13px; font-size: 13px; font-weight: 700; color: var(--navy); border: 1px solid #dde4ff; }
.fn-badge .fn-emoji { font-size: 18px; }
.pay-badge { background: #f0fdf4; color: #16a34a; border-radius: var(--radius-sm); padding: 7px 13px; font-size: 13px; font-weight: 700; border: 1px solid #bbf7d0; }
.price-old-lg { font-size: 18px; color: #9ca3af; text-decoration: line-through; }
.price-new-lg { font-size: 46px; font-weight: 900; color: var(--red); line-height: 1; }
.price-badge-label { display: inline-block; background: var(--red-light); color: var(--red); border-radius: 6px; padding: 5px 14px; font-size: 13px; font-weight: 800; margin-top: 6px; }
/* Gallery main */
.gallery-main { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--gray-light); }
.gallery-main img { width: 100%; height: 480px; object-fit: cover; display: block; transition: opacity .18s ease; }
.gallery-main img.fading { opacity: 0; }

/* Zoom button */
.gal-zoom { position: absolute; bottom: 12px; right: 12px; width: 38px; height: 38px; background: rgba(0,0,0,.5); color: #fff; border: none; border-radius: 8px; font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s; z-index: 2; }
.gal-zoom:hover { background: var(--red); }

/* Prev/next arrows */
.gal-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background: rgba(0,0,0,.45); color: #fff; border: none; border-radius: 50%; font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s; z-index: 2; }
.gal-nav:hover { background: var(--red); }
.gal-prev { left: 10px; }
.gal-next { right: 10px; }

/* Thumbnails */
.gallery-thumb { width: 74px; height: 74px; object-fit: cover; border-radius: var(--radius-sm); cursor: pointer; border: 2px solid transparent; transition: var(--transition); }
.gallery-thumb.active, .gallery-thumb:hover { border-color: var(--red); }

/* Lightbox */
.gal-lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.93); z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .25s; }
.gal-lightbox.active { opacity: 1; pointer-events: all; }
.gal-lightbox .lb-img-wrap img { max-width: 90vw; max-height: 90vh; border-radius: var(--radius-md); object-fit: contain; }
.gal-lightbox .lb-close { position: absolute; top: 20px; right: 20px; background: rgba(255,255,255,.12); border: none; color: #fff; border-radius: 50%; width: 46px; height: 46px; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.gal-lightbox .lb-prev, .gal-lightbox .lb-next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: none; color: #fff; border-radius: 50%; width: 46px; height: 46px; font-size: 20px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.gal-lightbox .lb-prev { left: 16px; }
.gal-lightbox .lb-next { right: 16px; }
.gal-lightbox .lb-close:hover, .gal-lightbox .lb-prev:hover, .gal-lightbox .lb-next:hover { background: rgba(218,42,52,.8); }
.product-short-desc { background: var(--gray-light); border-radius: var(--radius-sm); padding: 18px; font-size: 14px; line-height: 1.7; border-left: 3px solid var(--red); }
.product-desc-content { font-size: 15px; line-height: 1.85; }
.product-desc-content img { max-width: 100%; border-radius: var(--radius-sm); margin: 12px 0; }

/* ── FOOTER ──────────────────────────────────────────────────────── */
/* Contact section before footer */
.contact-section { background: linear-gradient(135deg, #060d18 0%, var(--navy) 100%); padding: 72px 0; position: relative; overflow: hidden; }
.contact-section::before { content:''; position:absolute; top:-80px; right:-80px; width:300px; height:300px; background:radial-gradient(circle,rgba(218,42,52,.15) 0%,transparent 65%); }
.contact-section .section-title { color: #fff; }
.contact-form .form-control { background: rgba(255,255,255,.07); border: 1.5px solid rgba(255,255,255,.12); color: #fff; border-radius: var(--radius-sm); font-size: 14.5px; padding: 12px 16px; height: auto; }
.contact-form .form-control::placeholder { color: rgba(255,255,255,.35); }
.contact-form .form-control:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(218,42,52,.2); background: rgba(255,255,255,.1); }

.site-footer {
  background: #f4f6f9;
  color: #6b7280;
  padding: 56px 0 0;
  border-top: 1px solid #e2e8f0;
}
.footer-heading { color: var(--navy); font-weight: 800; font-size: 13px; margin-bottom: 20px; letter-spacing: .5px; text-transform: uppercase; position: relative; padding-bottom: 12px; }
.footer-heading::after { content:''; position:absolute; bottom:0; left:0; width:28px; height:2px; background:var(--red); border-radius:2px; }
.footer-logo .logo-main { color: var(--navy); font-size: 20px; }
.footer-logo .logo-sub  { color: #9ca3af; }
.footer-logo-img { max-height: 44px; }
.footer-desc { font-size: 13px; color: #6b7280; line-height: 1.7; margin-top: 14px; max-width: 280px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links li a { color: #6b7280; font-size: 13px; transition: var(--transition); font-weight: 500; display: flex; align-items: center; gap: 6px; text-decoration: none; }
.footer-links li a::before { content:'›'; color: var(--red); font-size: 15px; line-height: 1; }
.footer-links li a:hover { color: var(--navy); padding-left: 4px; }
.footer-contacts p { margin-bottom: 12px; font-size: 13px; display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; color: #374151; }
.footer-contacts a { color: var(--navy); transition: var(--transition); font-weight: 600; text-decoration: none; }
.footer-contacts a:hover { color: var(--red); }
.footer-contacts .bi { flex-shrink: 0; margin-top: 2px; color: var(--red); }
.footer-hr { border: none; border-top: 1px solid #e2e8f0; margin: 40px 0 0; }
.footer-bottom { background: #e8ecf1; padding: 18px 0; }
.footer-bottom .text-muted { font-size: 12px; color: #9ca3af !important; }
.legal-item { font-size: 11.5px; color: rgba(255,255,255,.28); margin-bottom: 4px; }
.text-red { color: var(--red); }

/* ── SOCIAL LINKS (footer) ───────────────────────────────────────── */
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }

/* ── FLOATING CONTACT WIDGET ─────────────────────────────────────── */
.float-widget { position: fixed; bottom: 26px; right: 26px; z-index: 9999; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.float-btn { width: 60px; height: 60px; background: linear-gradient(135deg, var(--red), var(--red-dark)); border: none; border-radius: 50%; color: #fff; font-size: 24px; box-shadow: var(--shadow-red); cursor: pointer; transition: var(--transition); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.float-btn:hover { transform: scale(1.12); }
.float-menu { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; pointer-events: none; }
.float-menu.open { pointer-events: auto; }
.float-menu-item { display: flex; align-items: center; gap: 10px; padding: 11px 20px; border-radius: 30px; font-size: 14px; font-weight: 800; color: #fff !important; box-shadow: 0 4px 18px rgba(0,0,0,.22); transition: transform .28s cubic-bezier(.34,1.56,.64,1), opacity .22s; transform: translateY(16px) scale(.86); opacity: 0; pointer-events: none; white-space: nowrap; }
.float-menu-item.show { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.float-menu-item i { font-size: 19px; }
.float-menu-item:hover { filter: brightness(1.1); transform: translateY(0) scale(1.04) !important; }
.float-tg      { background: #229ED9; }
.float-wa-link { background: #25d366; }

/* ── MODAL ───────────────────────────────────────────────────────── */
.modal-content { border-radius: var(--radius-lg); border: none; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.modal-header  { border-bottom: 1px solid var(--gray-mid); }
.modal-title   { font-weight: 800; color: var(--navy); font-size: 16px; }
.modal-body .form-control { border-radius: var(--radius-sm); border: 1.5px solid var(--gray-mid); font-size: 14.5px; padding: 12px 16px; height: auto; }
.modal-body .form-control:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(218,42,52,.1); }

/* ── FORM RESULT ─────────────────────────────────────────────────── */
.form-result.success { color: #22c55e; font-weight: 700; font-size: 14px; }
.form-result.error   { color: #ef4444; font-weight: 700; font-size: 14px; }

/* ── PRODUCT / ARTICLE PAGE ──────────────────────────────────────── */
.breadcrumb-item a { color: var(--blue-mid); }
.breadcrumb-item.active { color: var(--muted); }
.text-navy { color: var(--navy) !important; }

/* ── DESKTOP NAV ─────────────────────────────────────────────────── */
@media (min-width: 992px) { #mainNav { display: block !important; } }

/* ── RESPONSIVE ──────────────────────────────────────────────────── */
@media (max-width: 1199px) {
  .products-section,.advantages-section,.how-section,.articles-section,
  .reviews-section,.calc-section,.map-section,.requirements-section,
  .terminals-section { padding: 56px 0; }
  .fn-list-grid { gap: 14px; }
  .vr-item { flex: 0 0 calc((100% - 16px) / 2); }
  .calc-card { padding: 44px; }
}

@media (max-width: 991px) {
  .hero-has-bg { min-height: auto; }
  .hero-inner { padding: 64px 0 56px; }
  #mainNav { background: var(--navy2); padding: 12px 0; border-top: 1px solid rgba(255,255,255,.06); }
  .nav-menu { flex-direction: column; gap: 2px; }
  .nav-menu li a { padding: 9px 14px; border-radius: 6px; }
  .hero-form-card { padding: 26px; margin-top: 10px; }
  .hero-scroll-hint { display: none !important; }
  .gallery-main img { height: 300px; }
  .vr-item { flex: 0 0 calc((100% - 16px) / 2); }
  .calc-card { padding: 36px 28px; }
  .map-embed-wrap { height: 320px; }
  .fn-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); padding: 14px 0; }
  .stat-item:last-child { border-bottom: none; }
}

@media (max-width: 767px) {
  .hero-title { font-size: clamp(24px, 7vw, 36px); }
  .section-title { font-size: clamp(20px, 5.5vw, 28px); }
  .products-section,.advantages-section,.how-section,.articles-section { padding: 44px 0; }
  .product-card__img { height: 200px; }
  .price-new { font-size: 25px; }
  .how-section .row { gap: 12px; }
  .step-card { padding: 20px 16px; }
  .step-num { font-size: 34px; }
  .float-widget { bottom: 16px; right: 16px; }
  .vr-item { flex: 0 0 100%; }
  .vr-nav { width: 36px; height: 36px; font-size: 16px; }
  .fn-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .fn-card { padding: 16px 14px; }
  .fn-card__emoji { font-size: 26px; }
  .calc-card { padding: 28px 20px; border-radius: var(--radius-lg); }
  .calc-card::before,.calc-card::after { display: none; }
  .req-cta-card { padding: 28px 22px; }
  .price-new-lg { font-size: 38px; }
  .gallery-main img { height: 250px; }
  .portfolio-item { width: 220px; height: 150px; }
  .portfolio-track { gap: 12px; animation-duration: 28s; }
  .map-info-card { border-radius: var(--radius-md); }
}

@media (max-width: 575px) {
  .hero-inner { padding: 52px 0 44px; }
  .hero-badges { gap: 8px; }
  .hero-cta-row .btn-primary-red,
  .hero-cta-row .btn-outline-hero { width: 100%; justify-content: center; }
  .product-card__actions { flex-direction: column; }
  .fn-list-grid { grid-template-columns: 1fr; }
  .fn-list-item--pay { grid-column: 1; }
  .term-prev { left: 0; }
  .term-next { right: 0; }
  .footer-heading::after { display: none; }
}

/* ── PRODUCT INFO BLOCK ──────────────────────────────────────────── */
.prod-meta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.prod-sku {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.prod-specs-inline {
  font-size: 12px;
  color: var(--muted);
}
.prod-short-desc {
  font-size: 14px;
  color: #374151;
  line-height: 1.65;
  border-left: 3px solid var(--red);
  padding-left: 12px;
  margin: 12px 0;
}
.prod-section {
  margin-bottom: 8px;
}
.prod-section__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
  margin-bottom: 6px;
}
.prod-price-card {
  background: var(--gray-light);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  border: 1px solid var(--gray-mid);
}
.prod-price-top {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.price-old-lg {
  font-size: 16px;
  color: var(--muted);
  text-decoration: line-through;
  font-weight: 500;
}
.prod-discount-badge {
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  letter-spacing: .3px;
}
.price-new-lg {
  font-size: 34px;
  font-weight: 900;
  color: var(--text);
  line-height: 1.1;
}
.price-label-text {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
.prod-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.prod-pays {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.pay-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: 1px solid var(--gray-mid);
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
}
.pay-chip i {
  font-size: 13px;
  color: var(--red);
}
@media (max-width: 575px) {
  .price-new-lg { font-size: 28px; }
  .prod-price-card { padding: 12px 14px; }
  .prod-actions { flex-direction: column; }
  .prod-actions .btn { width: 100%; justify-content: center; }
}
