/* ===================================
   NEXABOT ROBOTICS — style.css
   Corporate Professional Theme
=================================== */

/* --- Reset & Variables --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary:    #0f3460;
  --primary-dk: #0a2450;
  --secondary:  #16213e;
  --accent:     #e94560;
  --accent-dk:  #c73652;
  --light:      #f4f6fb;
  --white:      #ffffff;
  --text:       #1e293b;
  --muted:      #64748b;
  --border:     #e2e8f0;
  --shadow-sm:  0 2px 8px rgba(15,52,96,.08);
  --shadow:     0 8px 32px rgba(15,52,96,.14);
  --shadow-lg:  0 20px 60px rgba(15,52,96,.2);
  --radius:     10px;
  --radius-lg:  18px;
  --trans:      .3s ease;
  --nav-h:      76px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; object-fit: cover; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

/* --- Typography --- */
.section-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 800;
  color: var(--primary);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 580px;
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  transition: var(--trans);
  border: 2px solid transparent;
  line-height: 1;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.btn-primary:hover { background: var(--accent-dk); border-color: var(--accent-dk); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(233,69,96,.35); }

.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.5);
}
.btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-2px); }

.btn-dark {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.btn-dark:hover { background: var(--primary-dk); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(15,52,96,.3); }

.btn-ghost {
  background: transparent;
  color: var(--primary);
  border-color: var(--border);
}
.btn-ghost:hover { border-color: var(--primary); background: var(--light); }

/* ===================================
   NAVBAR
=================================== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(22, 33, 62, .96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: var(--trans);
}
.navbar.scrolled {
  background: rgba(10, 18, 40, .98);
  box-shadow: 0 4px 30px rgba(0,0,0,.4);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-h);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.logo-mark { flex-shrink: 0; }
.logo-text {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: .02em;
  color: #fff;
}
.logo-text span { color: var(--accent); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-links a {
  color: rgba(255,255,255,.75);
  font-size: .9rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 8px;
  transition: var(--trans);
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active {
  color: #fff;
  background: rgba(255,255,255,.1);
}
.nav-links .nav-cta {
  background: var(--accent);
  color: #fff !important;
  border-radius: 8px;
  padding: 9px 22px;
  margin-left: 8px;
  font-weight: 600;
}
.nav-links .nav-cta:hover, .nav-links .active-cta {
  background: var(--accent-dk) !important;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}
.nav-toggle span {
  width: 24px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: var(--trans);
  display: block;
}

/* ===================================
   HERO
=================================== */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: var(--nav-h);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #060d1a 0%, #0f1d36 45%, #1a3060 100%);
  z-index: 0;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1485827404703-89b55fcc595e?w=1600&q=80&auto=format&fit=crop');
  background-size: cover;
  background-position: center 30%;
  opacity: .18;
  z-index: 1;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,13,26,.95) 40%, rgba(6,13,26,.5) 100%);
  z-index: 2;
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
}
.hero-particles::before, .hero-particles::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.hero-particles::before {
  width: 700px; height: 700px;
  right: -200px; top: -200px;
  background: radial-gradient(circle, rgba(233,69,96,.12) 0%, transparent 70%);
}
.hero-particles::after {
  width: 500px; height: 500px;
  left: 50%; bottom: -200px;
  background: radial-gradient(circle, rgba(15,52,96,.3) 0%, transparent 70%);
}

.hero-inner {
  position: relative;
  z-index: 4;
  width: 100%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
  padding: 80px 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(233,69,96,.15);
  border: 1px solid rgba(233,69,96,.35);
  color: #ff8fa3;
  padding: 7px 18px;
  border-radius: 99px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-badge-dot {
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .4; transform: scale(.7); }
}

.hero-title {
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin-bottom: 10px;
}
.hero-title-accent {
  color: var(--accent);
  display: block;
}

.hero-subtitle {
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  color: rgba(255,255,255,.68);
  margin: 24px 0 40px;
  max-width: 500px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-play {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.75);
  font-size: .9rem;
  font-weight: 500;
  transition: var(--trans);
  cursor: pointer;
  background: none;
  border: none;
}
.hero-play:hover { color: #fff; }
.hero-play-icon {
  width: 46px; height: 46px;
  background: rgba(255,255,255,.12);
  border: 2px solid rgba(255,255,255,.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: var(--trans);
}
.hero-play:hover .hero-play-icon { background: var(--accent); border-color: var(--accent); }
.hero-play-icon svg { margin-left: 2px; }

.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.hero-stat-num {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.hero-stat-num span { color: var(--accent); }
.hero-stat-label {
  font-size: .75rem;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 4px;
}

/* Hero right — visual */
.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
}
.hero-img-main img {
  width: 100%; height: 100%;
  transition: transform 6s ease;
}
.hero-img-main:hover img { transform: scale(1.04); }

.hero-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hero-img-sm {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/2;
  box-shadow: var(--shadow);
}
.hero-img-sm img { width: 100%; height: 100%; }

.hero-badge-float {
  position: absolute;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: var(--shadow);
  font-size: .8rem;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  z-index: 10;
}
.hero-badge-float .bf-icon { font-size: 1.2rem; }
.hbf-1 { top: 20px; left: -20px; }
.hbf-2 { bottom: 80px; right: -20px; }

/* ===================================
   TRUST BAR
=================================== */
.trust-bar {
  background: var(--light);
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
}
.trust-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.trust-label {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  flex-shrink: 0;
}
.trust-divider { width: 1px; height: 28px; background: var(--border); flex-shrink: 0; }
.trust-logos {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.trust-logo {
  font-size: .82rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .06em;
  opacity: .6;
  transition: var(--trans);
  text-transform: uppercase;
}
.trust-logo:hover { opacity: 1; color: var(--primary); }

/* ===================================
   ABOUT SECTION
=================================== */
.about {
  padding: 110px 0;
  background: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-visual { position: relative; }

.about-img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
}
.about-img-main img { width: 100%; height: 100%; }

.about-img-accent {
  position: absolute;
  bottom: -28px;
  right: -28px;
  width: 180px;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1;
  box-shadow: var(--shadow-lg);
  border: 4px solid #fff;
}
.about-img-accent img { width: 100%; height: 100%; }

.about-badge {
  position: absolute;
  top: 28px;
  left: -24px;
  background: var(--primary);
  color: #fff;
  border-radius: 12px;
  padding: 14px 20px;
  box-shadow: var(--shadow);
}
.about-badge-num { font-size: 1.8rem; font-weight: 900; line-height: 1; }
.about-badge-txt { font-size: .72rem; opacity: .75; text-transform: uppercase; letter-spacing: .08em; }

.about-content .section-title { margin-bottom: 8px; }
.about-content .section-sub { margin: 16px 0 36px; }

.about-features { display: flex; flex-direction: column; gap: 22px; margin-bottom: 36px; }
.af-item { display: flex; gap: 16px; align-items: flex-start; }
.af-icon {
  width: 46px; height: 46px;
  background: rgba(233,69,96,.09);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.af-icon img { width: 22px; height: 22px; }
.af-title { font-weight: 700; color: var(--text); margin-bottom: 3px; }
.af-desc { font-size: .88rem; color: var(--muted); }

/* ===================================
   SOLUTIONS
=================================== */
.solutions {
  padding: 110px 0;
  background: var(--light);
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}
.section-header .section-sub { margin: 14px auto 0; }

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sol-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--trans);
  display: flex;
  flex-direction: column;
}
.sol-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.sol-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.sol-img img {
  width: 100%; height: 100%;
  transition: transform .5s ease;
}
.sol-card:hover .sol-img img { transform: scale(1.06); }

.sol-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(15,52,96,.7));
}

.sol-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.sol-icon {
  width: 48px; height: 48px;
  background: rgba(233,69,96,.1);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.sol-icon img { width: 24px; height: 24px; }
.sol-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}
.sol-desc {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 20px;
}
.sol-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .85rem;
  font-weight: 700;
  color: var(--accent);
  transition: var(--trans);
}
.sol-link:hover { gap: 10px; }
.sol-link svg { transition: var(--trans); }

/* ===================================
   VIDEO SECTION
=================================== */
.video-section {
  padding: 0;
  position: relative;
  background: var(--secondary);
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 45%;
  min-height: 400px;
  background: #000;
}
.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-overlay-card {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-lg);
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  box-shadow: var(--shadow-lg);
  z-index: 10;
  white-space: nowrap;
}
.voc-stat { text-align: center; }
.voc-num { font-size: 1.8rem; font-weight: 900; color: var(--primary); line-height: 1; }
.voc-num span { color: var(--accent); }
.voc-label { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: 2px; }
.voc-divider { width: 1px; height: 40px; background: var(--border); }

/* ===================================
   PRODUCTS
=================================== */
.products {
  padding: 110px 0;
  background: #fff;
}

.products-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
  gap: 20px;
  flex-wrap: wrap;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.prod-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 2px solid var(--border);
  transition: var(--trans);
  background: #fff;
}
.prod-card:hover {
  border-color: var(--primary);
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.prod-img {
  height: 240px;
  overflow: hidden;
  position: relative;
}
.prod-img img {
  width: 100%; height: 100%;
  transition: transform .5s ease;
}
.prod-card:hover .prod-img img { transform: scale(1.05); }

.prod-badge {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--accent);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 99px;
}

.prod-body { padding: 24px; }
.prod-name { font-size: 1.15rem; font-weight: 800; color: var(--primary); margin-bottom: 6px; }
.prod-type { font-size: .75rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 10px; }
.prod-desc { font-size: .87rem; color: var(--muted); line-height: 1.65; margin-bottom: 18px; }
.prod-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.prod-tag {
  background: rgba(15,52,96,.07);
  color: var(--primary);
  font-size: .72rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}

/* ===================================
   NEWS
=================================== */
.news {
  padding: 110px 0;
  background: var(--secondary);
}

.news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
  gap: 20px;
  flex-wrap: wrap;
}
.news-header .section-title { color: #fff; }
.news-header .section-tag { color: #ff8fa3; }

.news-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 24px;
}

.news-featured {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  transition: var(--trans);
  display: flex;
  flex-direction: column;
}
.news-featured:hover {
  border-color: rgba(233,69,96,.35);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}

.nf-img {
  height: 240px;
  overflow: hidden;
}
.nf-img img { width: 100%; height: 100%; transition: transform .5s ease; }
.news-featured:hover .nf-img img { transform: scale(1.04); }

.nf-body { padding: 28px; flex: 1; }
.news-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.news-date { font-size: .78rem; color: rgba(255,255,255,.4); }
.news-cat {
  background: rgba(233,69,96,.18);
  color: #ff8fa3;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 3px 10px;
  border-radius: 99px;
}
.nf-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 12px;
}
.nf-excerpt {
  font-size: .87rem;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
  margin-bottom: 20px;
}

.news-list { display: flex; flex-direction: column; gap: 14px; }

.news-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  transition: var(--trans);
}
.news-item:hover { border-color: rgba(233,69,96,.3); background: rgba(255,255,255,.07); }

.ni-img {
  width: 100px;
  flex-shrink: 0;
  overflow: hidden;
}
.ni-img img { width: 100%; height: 100%; }

.ni-body { padding: 16px; }
.ni-date { font-size: .75rem; color: rgba(255,255,255,.35); margin-bottom: 6px; }
.ni-title { font-size: .88rem; font-weight: 600; color: #fff; line-height: 1.4; }

/* ===================================
   GLOBAL SECTION
=================================== */
.global {
  padding: 110px 0;
  background: #fff;
}

.global-map {
  margin-top: 56px;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 360px;
}
.global-map img { width: 100%; height: 100%; object-fit: cover; }
.global-map-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,52,96,.85), rgba(22,33,62,.7));
  display: flex;
  align-items: center;
  justify-content: center;
}
.regions-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.region-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  padding: 12px 22px;
  border-radius: 99px;
  font-size: .88rem;
  font-weight: 600;
  transition: var(--trans);
  cursor: pointer;
}
.region-pill:hover { background: rgba(233,69,96,.3); border-color: rgba(233,69,96,.5); }
.region-flag { font-size: 1.3rem; }

/* ===================================
   CTA BANNER
=================================== */
.cta-section {
  padding: 90px 0;
  background: linear-gradient(135deg, var(--primary) 0%, #1a4a8a 60%, #0a2450 100%);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  right: -100px; top: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(233,69,96,.15) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.cta-text .section-title { color: #fff; }
.cta-text .section-sub { color: rgba(255,255,255,.65); margin-top: 12px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }

/* ===================================
   PAGE HERO (inner pages)
=================================== */
.page-hero {
  padding: 180px 0 90px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #060d1a 0%, #0f1d36 50%, #1a3060 100%);
}
.page-hero-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .15;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(6,13,26,.4), rgba(6,13,26,.8));
}
.page-hero-content {
  position: relative;
  z-index: 5;
}
.page-hero-title {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 14px;
}
.page-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,.65);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 28px;
  font-size: .83rem;
}
.breadcrumb a { color: rgba(255,255,255,.45); transition: var(--trans); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb-sep { color: rgba(255,255,255,.2); }
.breadcrumb-current { color: var(--accent); font-weight: 600; }

/* ===================================
   ABOUT PAGE
=================================== */
.stats-bar {
  background: var(--primary);
  padding: 60px 0;
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}
.stats-row > div { border-right: 1px solid rgba(255,255,255,.1); padding: 10px 20px; }
.stats-row > div:last-child { border-right: none; }
.sb-num { font-size: 2.6rem; font-weight: 900; color: #fff; line-height: 1; }
.sb-num span { color: var(--accent); }
.sb-label { font-size: .75rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; margin-top: 6px; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.value-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 2px solid var(--border);
  transition: var(--trans);
}
.value-card:hover { border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-4px); }
.vc-img { width: 64px; height: 64px; border-radius: 50%; overflow: hidden; margin: 0 auto 16px; }
.vc-img img { width: 100%; height: 100%; }
.vc-icon { font-size: 2.2rem; margin-bottom: 14px; }
.vc-title { font-size: 1rem; font-weight: 800; color: var(--primary); margin-bottom: 8px; }
.vc-desc { font-size: .85rem; color: var(--muted); line-height: 1.65; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 2px solid var(--border);
  transition: var(--trans);
}
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--primary); }
.team-img { height: 200px; overflow: hidden; }
.team-img img { width: 100%; height: 100%; transition: transform .4s ease; }
.team-card:hover .team-img img { transform: scale(1.04); }
.team-info { padding: 20px; }
.team-name { font-weight: 800; color: var(--primary); margin-bottom: 4px; }
.team-role { font-size: .82rem; color: var(--muted); margin-bottom: 10px; }
.team-social { display: flex; gap: 8px; }
.ts-link {
  width: 28px; height: 28px;
  background: var(--light);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  transition: var(--trans);
}
.ts-link:hover { background: var(--primary); color: #fff; }

/* ===================================
   SOLUTIONS PAGE
=================================== */
.solution-full-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 2px solid var(--border);
  margin-bottom: 32px;
  transition: var(--trans);
  background: #fff;
}
.solution-full-card:hover { border-color: var(--primary); box-shadow: var(--shadow); }

.sfc-header {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}
.sfc-img { height: 300px; overflow: hidden; }
.sfc-img img { width: 100%; height: 100%; transition: transform .5s ease; }
.solution-full-card:hover .sfc-img img { transform: scale(1.04); }

.sfc-intro {
  padding: 40px;
  background: linear-gradient(135deg, var(--primary), #1a4a8a);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sfc-intro h3 { font-size: 1.5rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
.sfc-intro p { font-size: .92rem; color: rgba(255,255,255,.7); line-height: 1.7; }

.sfc-body { padding: 36px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.sfc-features { list-style: none; }
.sfc-features li {
  display: flex; align-items: center; gap: 10px;
  font-size: .9rem; color: var(--muted);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}
.sfc-features li:last-child { border-bottom: none; }
.sfc-check { color: var(--accent); font-weight: 900; font-size: .9rem; }

.sfc-industries h4 { font-weight: 700; color: var(--primary); margin-bottom: 12px; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.industry-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.industry-tag {
  background: var(--light);
  color: var(--primary);
  font-size: .8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 99px;
  border: 1px solid var(--border);
}

/* ===================================
   PRODUCTS PAGE
=================================== */
.filter-bar {
  position: sticky;
  top: var(--nav-h);
  z-index: 100;
  background: #fff;
  border-bottom: 2px solid var(--border);
  padding: 18px 0;
}
.filter-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.filter-btn {
  padding: 8px 22px;
  border-radius: 99px;
  border: 2px solid var(--border);
  background: transparent;
  color: var(--text);
  font-weight: 600;
  font-size: .83rem;
  cursor: pointer;
  transition: var(--trans);
  font-family: inherit;
}
.filter-btn:hover { border-color: var(--primary); color: var(--primary); }
.filter-btn.active { background: var(--primary); color: #fff; border-color: var(--primary); }

.prod-full-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.prod-full-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 2px solid var(--border);
  transition: var(--trans);
  background: #fff;
}
.prod-full-card:hover {
  border-color: var(--primary);
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.pfc-img { height: 260px; overflow: hidden; position: relative; }
.pfc-img img { width: 100%; height: 100%; transition: transform .5s ease; }
.prod-full-card:hover .pfc-img img { transform: scale(1.05); }
.pfc-badge {
  position: absolute; top: 14px; right: 14px;
  background: var(--accent); color: #fff;
  font-size: .7rem; font-weight: 700;
  padding: 4px 12px; border-radius: 99px;
}
.pfc-body { padding: 28px; }
.pfc-type { font-size: .72rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 6px; }
.pfc-name { font-size: 1.25rem; font-weight: 800; color: var(--primary); margin-bottom: 10px; }
.pfc-desc { font-size: .87rem; color: var(--muted); line-height: 1.65; margin-bottom: 20px; }
.pfc-specs { border-top: 1px solid var(--border); padding-top: 16px; }
.pfc-spec {
  display: flex; justify-content: space-between; align-items: center;
  font-size: .82rem;
  padding: 7px 0;
  border-bottom: 1px solid var(--border);
}
.pfc-spec:last-child { border-bottom: none; }
.spec-key { color: var(--muted); }
.spec-val { font-weight: 700; color: var(--text); }
.pfc-actions { margin-top: 20px; display: flex; gap: 10px; }

/* ===================================
   CONTACT PAGE
=================================== */
.contact-section { padding: 90px 0; background: var(--light); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
}
.contact-info-block { margin-bottom: 28px; display: flex; gap: 18px; align-items: flex-start; }
.cib-icon {
  width: 52px; height: 52px;
  background: var(--primary);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cib-icon img { width: 24px; height: 24px; filter: invert(1); }
.cib-title { font-weight: 700; color: var(--primary); margin-bottom: 4px; }
.cib-text { font-size: .88rem; color: var(--muted); line-height: 1.6; }

.contact-form-box {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow);
}
.form-title { font-size: 1.35rem; font-weight: 800; color: var(--primary); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: .83rem; font-weight: 600; color: var(--text); margin-bottom: 7px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  font-size: .93rem;
  font-family: inherit;
  color: var(--text);
  background: var(--white);
  transition: var(--trans);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15,52,96,.08);
}
.form-group textarea { resize: vertical; min-height: 130px; }

.form-group input.is-invalid,
.form-group select.is-invalid,
.form-group textarea.is-invalid {
  border-color: var(--accent);
}
.form-error-text { font-size: .78rem; color: var(--accent); margin-top: 4px; font-weight: 500; }

.alert-success {
  background: rgba(34,197,94,.1);
  border: 1px solid rgba(34,197,94,.3);
  color: #16a34a;
  padding: 14px 18px;
  border-radius: var(--radius);
  font-size: .88rem;
  font-weight: 600;
  margin-bottom: 20px;
}

/* ===================================
   FOOTER
=================================== */
.footer {
  background: var(--secondary);
  color: rgba(255,255,255,.65);
  padding: 70px 0 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.4fr;
  gap: 48px;
  margin-bottom: 56px;
}

.footer-desc { font-size: .87rem; line-height: 1.75; margin-bottom: 24px; }

.social-links { display: flex; gap: 10px; }
.social-link {
  width: 38px; height: 38px;
  background: rgba(255,255,255,.07);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.6);
  transition: var(--trans);
}
.social-link:hover { background: var(--accent); color: #fff; }

.footer-col-title {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: .86rem; transition: var(--trans); }
.footer-links a:hover { color: #fff; padding-left: 4px; }

.footer-contact li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: .85rem;
  padding: 4px 0;
}
.footer-contact svg { margin-top: 2px; flex-shrink: 0; color: rgba(255,255,255,.4); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .8rem;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-legal { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-legal a:hover { color: #fff; }

/* ===================================
   ANIMATIONS
=================================== */
.fade-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .65s ease, transform .65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ===================================
   RESPONSIVE
=================================== */

/* Large tablets / small laptops */
@media (max-width: 1100px) {
  .footer-top { grid-template-columns: repeat(4, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .hero-badge-float { display: none; }
}

/* Tablets */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; padding: 60px 0; }
  .hero-visual { display: none; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
  .about { padding: 70px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img-accent { display: none; }
  .about-badge { display: none; }
  .solutions { padding: 70px 0; }
  .solutions-grid { grid-template-columns: 1fr 1fr; }
  .products { padding: 70px 0; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .products-header { flex-wrap: wrap; gap: 16px; }
  .news { padding: 70px 0; }
  .news-grid { grid-template-columns: 1fr; }
  .news-header { flex-wrap: wrap; gap: 16px; }
  .global { padding: 70px 0; }
  .global-map { height: 300px; }
  .cta-section { padding: 60px 0; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-inner .section-sub { margin: 12px auto; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stats-row > div:nth-child(2) { border-right: none; }
  .sfc-header { grid-template-columns: 1fr; }
  .sfc-img { height: 240px; }
  .sfc-body { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .prod-full-grid { grid-template-columns: 1fr 1fr; }
  .video-overlay-card { display: none; }
  .video-wrapper { padding-bottom: 56.25%; min-height: 0; }
  .trust-inner { gap: 24px; }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

/* Mobile */
@media (max-width: 640px) {
  :root { --nav-h: 68px; }
  .container { padding: 0 18px; }

  /* Nav */
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: var(--nav-h); left: 0; right: 0;
    background: rgba(10,18,40,.98);
    backdrop-filter: blur(16px);
    padding: 12px 16px 20px;
    gap: 2px;
    z-index: 999;
    box-shadow: 0 20px 40px rgba(0,0,0,.4);
    max-height: calc(100vh - var(--nav-h));
    overflow-y: auto;
  }
  .nav-links.open a {
    padding: 13px 18px;
    border-radius: 8px;
    width: 100%;
    text-align: left;
  }
  .nav-links.open .nav-cta {
    margin-left: 0;
    margin-top: 6px;
    text-align: center;
    justify-content: center;
  }

  /* Hero */
  .hero-grid { padding: 36px 0 48px; }
  .hero-title { font-size: clamp(2rem, 8vw, 2.8rem); }
  .hero-subtitle { margin: 18px 0 28px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-stats { gap: 16px; margin-top: 36px; padding-top: 24px; }
  .hero-stat-num { font-size: 1.5rem; }

  /* Trust bar */
  .trust-bar { padding: 24px 0; }
  .trust-divider { display: none; }
  .trust-inner { justify-content: center; gap: 16px; }
  .trust-logos { gap: 16px; justify-content: center; }

  /* About */
  .about { padding: 56px 0; }
  .about-grid { gap: 32px; }

  /* Solutions */
  .solutions { padding: 56px 0; }
  .solutions-grid { grid-template-columns: 1fr; }

  /* Solution full cards */
  .sfc-img { height: 200px; }
  .sfc-intro { padding: 24px 22px; }
  .sfc-body { padding: 22px; }

  /* Products home */
  .products { padding: 56px 0; }
  .products-grid { grid-template-columns: 1fr; }
  .products-header { flex-direction: column; align-items: flex-start; }

  /* Products page */
  .prod-full-grid { grid-template-columns: 1fr; }
  .pfc-actions { flex-wrap: wrap; }
  .pfc-actions .btn { flex: 1; justify-content: center; min-width: 130px; }
  .filter-btns { gap: 6px; }
  .filter-btn { padding: 7px 16px; font-size: .8rem; }

  /* News */
  .news { padding: 56px 0; }
  .news-header { flex-direction: column; align-items: flex-start; }

  /* Global */
  .global { padding: 56px 0; }
  .global-map { height: 260px; }
  .regions-row { gap: 8px; }
  .region-pill { padding: 8px 14px; font-size: .78rem; }

  /* CTA */
  .cta-section { padding: 50px 0; }
  .cta-actions { width: 100%; flex-direction: column; }
  .cta-actions .btn { width: 100%; justify-content: center; }

  /* Page heroes */
  .page-hero { padding: 140px 0 60px; }
  .page-hero-sub { font-size: .97rem; }

  /* About page */
  .values-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }

  /* Contact */
  .contact-section { padding: 56px 0; }
  .contact-form-box { padding: 22px; }
  .form-row { grid-template-columns: 1fr; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal { justify-content: center; }
}

/* Small phones */
@media (max-width: 480px) {
  .container { padding: 0 14px; }
  .hero-stat-num { font-size: 1.3rem; }
  .hero-stats { gap: 12px; }
  .sb-num { font-size: 2rem; }
  .team-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .contact-form-box { padding: 18px; }
  .sfc-intro { padding: 20px 18px; }
  .sfc-body { padding: 18px; }
  .btn { padding: 12px 22px; font-size: .88rem; }
  .global-map { height: 220px; }
  .region-pill { padding: 7px 11px; font-size: .73rem; }
  .video-wrapper { padding-bottom: 60%; }
  .page-hero { padding: 130px 0 50px; }
  .stats-row > div { padding: 10px 8px; }
}

/* =============================================
   NEWS PAGE
============================================= */

/* Filter buttons */
.news-filter-btn {
  padding: 8px 20px;
  border: 1.5px solid var(--border);
  border-radius: 30px;
  background: #fff;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--trans);
  white-space: nowrap;
}
.news-filter-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.news-filter-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

/* Article grid */
.news-all-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.nag-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--trans), box-shadow var(--trans);
}
.nag-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,.10);
}

.nag-img-wrap {
  display: block;
  position: relative;
  height: 220px;
  overflow: hidden;
  text-decoration: none;
}
.nag-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.nag-card:hover .nag-img-wrap img { transform: scale(1.05); }

.nag-cat {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--accent);
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 4px 12px;
  border-radius: 20px;
}

.nag-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nag-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--text);
  margin-bottom: 12px;
}

.nag-excerpt {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.72;
  flex: 1;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Featured full-width card responsive */
@media (max-width: 860px) {
  .news-featured-full {
    grid-template-columns: 1fr !important;
  }
  .news-featured-full > div:first-child {
    height: 260px !important;
  }
  .news-featured-full > div:last-child {
    padding: 28px !important;
  }
  .news-all-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .news-all-grid {
    grid-template-columns: 1fr;
  }
}
.hero-slider {
  position: relative;
  width: 100%;
  height: 78vh;
  min-height: 540px;
  max-height: 760px;
  overflow: hidden;
  background: var(--secondary);
}

.hs-track {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ── Slides ── */
.hs-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .9s ease;
}
.hs-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.hs-slide.leaving {
  opacity: 0;
  z-index: 1;
}

/* ── Background with subtle Ken Burns ── */
.hs-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  transform: scale(1.01);
  transition: transform 7s ease;
}
.hs-slide.active .hs-bg {
  transform: scale(1);
}

/* ── Dark gradient overlay ── */
.hs-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(8, 15, 38, .90) 0%,
    rgba(8, 15, 38, .70) 45%,
    rgba(8, 15, 38, .30) 100%
  );
}

/* ── Content grid ── */
.hs-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding-top: var(--nav-h);
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

/* ── Left text block ── */
.hs-left { color: #fff; }

.hs-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(233,69,96,.16);
  border: 1px solid rgba(233,69,96,.38);
  color: #ff8fa3;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease .08s, transform .55s ease .08s;
}
.hs-tag-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s infinite;
}
.hs-slide.active .hs-tag { opacity: 1; transform: translateY(0); }

.hs-title {
  font-size: clamp(2.1rem, 4.2vw, 3.6rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #fff;
  margin-bottom: 20px;
  max-width: 640px;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease .22s, transform .6s ease .22s;
}
.hs-title span { color: var(--accent); }
.hs-slide.active .hs-title { opacity: 1; transform: translateY(0); }

.hs-sub {
  font-size: 1.04rem;
  color: rgba(255,255,255,.76);
  line-height: 1.78;
  max-width: 530px;
  margin-bottom: 36px;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease .38s, transform .6s ease .38s;
}
.hs-slide.active .hs-sub { opacity: 1; transform: translateY(0); }

.hs-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease .52s, transform .6s ease .52s;
}
.hs-slide.active .hs-actions { opacity: 1; transform: translateY(0); }

/* ── Right floating badges ── */
.hs-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  padding-right: 48px;
}

.hs-badge-float {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  padding: 14px 22px;
  color: #fff;
  min-width: 210px;
  opacity: 0;
  transform: translateX(36px);
  transition: opacity .6s ease, transform .6s ease;
}
.hbf-1 { transition-delay: .5s; }
.hbf-2 { transition-delay: .68s; }
.hs-slide.active .hs-badge-float { opacity: 1; transform: translateX(0); }

.bf-icon { font-size: 1.5rem; line-height: 1; }
.hbf-label {
  font-size: .63rem;
  color: rgba(255,255,255,.55);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 3px;
}
.hbf-val {
  font-size: .92rem;
  font-weight: 700;
  color: #fff;
}

/* ── Arrow buttons ── */
.hs-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.22);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background var(--trans), border-color var(--trans), transform var(--trans);
}
.hs-arrow:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-50%) scale(1.1);
}
.hs-prev { left: 28px; }
.hs-next { right: 28px; }

/* ── Slide counter ── */
.hs-counter {
  position: absolute;
  top: calc(var(--nav-h) + 28px);
  right: 40px;
  z-index: 10;
  color: rgba(255,255,255,.6);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  display: flex;
  align-items: center;
  gap: 4px;
}
#hsCurrent { color: #fff; font-size: 1.2rem; }
.hs-counter-div { margin: 0 2px; }
.hs-counter-total { font-size: .75rem; }

/* ── Dot indicators ── */
.hs-dots {
  position: absolute;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hs-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.38);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all .35s ease;
}
.hs-dot.active {
  width: 34px;
  border-radius: 5px;
  background: var(--accent);
}
.hs-dot:hover:not(.active) { background: rgba(255,255,255,.65); }

/* ── Progress bar (bottom edge) ── */
.hs-progress {
  position: absolute;
  bottom: 50px;
  left: 0; right: 0;
  height: 2px;
  background: rgba(255,255,255,.1);
  z-index: 10;
}
.hs-progress-bar {
  height: 100%;
  width: 0%;
  background: var(--accent);
  transition: width linear;
}

/* ── Stats strip ── */
.hs-stats {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 10;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 15, 38, .75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255,255,255,.08);
}
.hs-stat {
  text-align: center;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hs-stat-num {
  font-size: 1.22rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.hs-stat-num span { color: var(--accent); }
.hs-stat-label {
  font-size: .68rem;
  color: rgba(255,255,255,.52);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  white-space: nowrap;
}
.hs-stat-div {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,.14);
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .hs-content {
    grid-template-columns: 1fr;
  }
  .hs-right { display: none; }
  .hs-arrow { width: 44px; height: 44px; }
  .hs-prev { left: 14px; }
  .hs-next { right: 14px; }
  .hs-stat { padding: 0 18px; }
}
@media (max-width: 640px) {
  .hs-arrow { display: none; }
  .hs-title { font-size: 2rem; }
  .hs-sub { font-size: .92rem; }
  .hs-stat { padding: 0 10px; gap: 6px; }
  .hs-stat-num { font-size: 1rem; }
  .hs-stat-label { font-size: .58rem; letter-spacing: .06em; }
  .hs-stat-div { height: 20px; }
  .hs-counter { display: none; }
}
