/* =============================================================
   BIGMSG Sport — Global Stylesheet
   Theme: Modern White + Blue, full animation
   Fonts: Montserrat (headings) + Open Sans (body)
   ============================================================= */

/* ---------- Design tokens ---------- */
:root {
  --blue-900: #101c44;
  --blue-800: #16255a;
  --blue-700: #1d3271;
  --blue-600: #243d89;      /* primary brand */
  --blue-500: #2f52b0;
  --blue-400: #3b6fe0;
  --blue-300: #6f9bff;
  --blue-100: #d9e4ff;
  --blue-50:  #eef3ff;

  --white: #ffffff;
  --paper: #f6f9ff;
  --ink: #0f1830;
  --muted: #5b6785;
  --line: #e6ecfa;

  --accent: #00c2ff;

  --grad-primary: linear-gradient(120deg, #243d89 0%, #3b6fe0 55%, #00c2ff 100%);
  --grad-hero: linear-gradient(130deg, #101c44 0%, #243d89 45%, #2f52b0 100%);
  --grad-soft: linear-gradient(180deg, #ffffff 0%, #eef3ff 100%);

  --shadow-sm: 0 2px 10px rgba(36, 61, 137, .08);
  --shadow-md: 0 12px 30px rgba(36, 61, 137, .12);
  --shadow-lg: 0 24px 60px rgba(16, 28, 68, .18);

  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  --container: 1240px;
  --header-h: 76px;

  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif; line-height: 1.15; color: var(--blue-900); font-weight: 800; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; font-size: 1rem; }
::selection { background: var(--blue-300); color: #fff; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 84px 0; position: relative; }
.section--tint { background: var(--grad-soft); }
.section--dark { background: var(--grad-hero); color: #eaf0ff; }
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Montserrat", sans-serif; font-weight: 700; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--blue-600);
  background: var(--blue-50); border: 1px solid var(--blue-100);
  padding: 7px 16px; border-radius: var(--radius-pill); margin-bottom: 18px;
}
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.text-grad { background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--blue-600);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: "Montserrat", sans-serif; font-weight: 700; font-size: .95rem;
  padding: 14px 28px; border-radius: var(--radius-pill); color: #fff;
  background: var(--btn-bg); position: relative; overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s;
  box-shadow: 0 10px 24px rgba(36, 61, 137, .28); will-change: transform;
}
.btn::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-20deg); transition: left .6s var(--ease);
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(36, 61, 137, .4); }
.btn:hover::after { left: 130%; }
.btn--grad { background: var(--grad-primary); }
.btn--light { background: #fff; color: var(--blue-600); box-shadow: 0 10px 24px rgba(16,28,68,.18); }
.btn--outline { background: transparent; color: var(--blue-600); border: 2px solid var(--blue-600); box-shadow: none; }
.btn--outline:hover { background: var(--blue-600); color: #fff; }
.btn--ghost-light { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.4); backdrop-filter: blur(6px); box-shadow: none; }
.btn--lg { padding: 17px 36px; font-size: 1.02rem; }
.btn--block { width: 100%; }

/* ---------- Header / Navbar ---------- */
.topbar {
  background: var(--blue-900); color: #cdd8ff; font-size: .82rem;
  letter-spacing: .02em;
}
.topbar__inner { display: flex; align-items: center; justify-content: space-between; height: 38px; gap: 16px; }
.topbar__list { display: flex; gap: 20px; align-items: center; }
.topbar__list li { display: flex; align-items: center; gap: 7px; }
.topbar a:hover { color: #fff; }
.topbar__promo { font-weight: 600; color: #fff; }

.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.86);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s, background .3s;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); background: rgba(255,255,255,.96); }
.nav { display: flex; align-items: center; gap: 24px; height: var(--header-h); }
.nav__logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav__logo img { height: 42px; width: auto; transition: transform .4s var(--ease); }
.nav__logo:hover img { transform: scale(1.05); }
.nav__menu { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.nav__link {
  position: relative; font-family: "Montserrat", sans-serif; font-weight: 600;
  font-size: .95rem; color: var(--blue-900); padding: 10px 14px; border-radius: 10px;
  transition: color .25s, background .25s;
}
.nav__link::before {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 2px;
  background: var(--grad-primary); transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease); border-radius: 2px;
}
.nav__link:hover, .nav__link.is-active { color: var(--blue-600); }
.nav__link:hover::before, .nav__link.is-active::before { transform: scaleX(1); }
.nav__actions { display: flex; align-items: center; gap: 10px; }
.icon-btn {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  color: var(--blue-800); background: var(--blue-50); transition: transform .3s var(--ease), background .3s, color .3s;
}
.icon-btn:hover { background: var(--blue-600); color: #fff; transform: translateY(-2px); }
.icon-btn svg { width: 20px; height: 20px; }
.nav__toggle { display: none; width: 46px; height: 46px; border-radius: 12px; background: var(--blue-50); }
.nav__toggle span { display: block; width: 22px; height: 2px; background: var(--blue-900); margin: 4px auto; border-radius: 2px; transition: .3s var(--ease); }
.nav__toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile drawer */
.nav-backdrop { position: fixed; inset: 0; background: rgba(16,28,68,.5); opacity: 0; visibility: hidden; transition: .3s; z-index: 98; }
.nav-backdrop.is-open { opacity: 1; visibility: visible; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--grad-hero); color: #fff; overflow: hidden; }
.hero__blob { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .5; pointer-events: none; }
.hero__blob--1 { width: 460px; height: 460px; background: radial-gradient(circle, #3b6fe0, transparent 70%); top: -160px; right: -120px; animation: float 9s ease-in-out infinite; }
.hero__blob--2 { width: 360px; height: 360px; background: radial-gradient(circle, #00c2ff, transparent 70%); bottom: -140px; left: -100px; animation: float 11s ease-in-out infinite reverse; }
.hero__grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(circle at 70% 30%, #000, transparent 75%); }

.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; min-height: 620px; padding: 70px 0; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px; font-family: "Montserrat"; font-weight: 700;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: #cfe0ff;
  border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08);
  padding: 8px 16px; border-radius: var(--radius-pill); margin-bottom: 22px; backdrop-filter: blur(6px);
}
.hero__badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #22e39a; box-shadow: 0 0 0 0 rgba(34,227,154,.7); animation: pulse 2s infinite; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5.2vw, 4rem); line-height: 1.05; letter-spacing: -.02em; margin-bottom: 22px; }
.hero h1 .hl { position: relative; color: var(--accent); white-space: nowrap; }
.hero__sub { font-size: 1.12rem; color: #d3ddff; max-width: 520px; margin-bottom: 34px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hero__stats { display: flex; gap: 34px; flex-wrap: wrap; }
.hero__stat .num { font-family: "Montserrat"; font-weight: 800; font-size: 1.9rem; color: #fff; }
.hero__stat .lbl { font-size: .85rem; color: #aebdf0; }

/* Hero slider (image side) */
.hero__media { position: relative; }
.hero-slider { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; background: #0b1636; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.06); transition: opacity 1s var(--ease), transform 6s linear; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slider__dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.hero-slider__dots button { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.5); transition: .3s; }
.hero-slider__dots button.is-active { background: #fff; width: 26px; border-radius: 6px; }
.hero__float-card {
  position: absolute; bottom: -26px; left: -26px; background: #fff; color: var(--ink);
  border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 14px; animation: float 6s ease-in-out infinite;
}
.hero__float-card .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--grad-primary); display: grid; place-items: center; color: #fff; }
.hero__float-card b { font-family: "Montserrat"; display: block; font-size: .98rem; }
.hero__float-card span { font-size: .78rem; color: var(--muted); }

.hero__marquee { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.15); }

/* ---------- Marquee / brand strip ---------- */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 56px; width: max-content; animation: marquee 26s linear infinite; padding: 20px 28px; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { font-family: "Montserrat"; font-weight: 800; font-size: 1.5rem; letter-spacing: .06em; color: #fff; opacity: .82; text-transform: uppercase; white-space: nowrap; }
.section--tint .marquee__item, .brand-strip .marquee__item { color: var(--blue-700); opacity: .55; }
.brand-strip { padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }

/* ---------- Category cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.cat-card {
  position: relative; border-radius: var(--radius); overflow: hidden; min-height: 220px;
  background: var(--grad-hero); color: #fff; padding: 26px; display: flex; flex-direction: column;
  justify-content: flex-end; box-shadow: var(--shadow-sm);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.cat-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(0,194,255,.35), transparent 55%); transition: opacity .4s; }
.cat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.cat-card__icon { width: 54px; height: 54px; border-radius: 14px; background: rgba(255,255,255,.14); display: grid; place-items: center; margin-bottom: auto; backdrop-filter: blur(4px); transition: transform .4s var(--ease); }
.cat-card:hover .cat-card__icon { transform: rotate(-8deg) scale(1.08); }
.cat-card h3 { color: #fff; font-size: 1.2rem; margin-bottom: 4px; }
.cat-card p { font-size: .85rem; color: #c6d3ff; }
.cat-card .arrow { position: absolute; top: 22px; right: 22px; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.15); display: grid; place-items: center; transition: .35s var(--ease); }
.cat-card:hover .arrow { background: #fff; color: var(--blue-600); transform: rotate(-45deg); }

/* ---------- Product cards ---------- */
.toolbar { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 40px; }
.chip {
  font-family: "Montserrat"; font-weight: 600; font-size: .88rem; color: var(--blue-800);
  background: #fff; border: 1px solid var(--line); padding: 10px 20px; border-radius: var(--radius-pill);
  transition: .3s var(--ease);
}
.chip:hover { border-color: var(--blue-300); transform: translateY(-2px); }
.chip.is-active { background: var(--blue-600); color: #fff; border-color: var(--blue-600); box-shadow: 0 8px 18px rgba(36,61,137,.28); }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; position: relative;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: var(--blue-100); }
.product-card__media { position: relative; aspect-ratio: 1 / 1; background: var(--paper); overflow: hidden; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.product-card:hover .product-card__media img { transform: scale(1.08); }
.product-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; font-family: "Montserrat"; font-weight: 700; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--grad-primary); padding: 6px 12px; border-radius: var(--radius-pill); }
.product-card__badge--sale { background: linear-gradient(120deg,#ff5b6e,#ff8a3d); }
.product-card__wish { position: absolute; top: 10px; right: 10px; z-index: 2; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--blue-700); display: grid; place-items: center; opacity: 0; transform: translateY(-6px); transition: .35s var(--ease); }
.product-card:hover .product-card__wish { opacity: 1; transform: translateY(0); }
.product-card__wish:hover { background: #ff5b6e; color: #fff; }
.product-card__quick { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; transform: translateY(140%); opacity: 0; transition: .4s var(--ease); }
.product-card:hover .product-card__quick { transform: translateY(0); opacity: 1; }
.product-card__body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card__brand { font-family: "Montserrat"; font-weight: 700; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--blue-400); }
.product-card__name { font-family: "Open Sans"; font-weight: 600; font-size: .96rem; color: var(--ink); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.7em; }
.product-card__name a:hover { color: var(--blue-600); }
.product-card__rating { display: flex; align-items: center; gap: 5px; font-size: .8rem; color: var(--muted); }
.product-card__rating .stars { color: #ffb400; letter-spacing: 1px; }
.product-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 6px; }
.product-card__price { font-family: "Montserrat"; font-weight: 800; font-size: 1.08rem; color: var(--blue-700); }
.product-card__price s { font-weight: 500; font-size: .8rem; color: var(--muted); margin-right: 6px; }
.product-card__cart { width: 44px; height: 44px; border-radius: 12px; background: var(--blue-50); color: var(--blue-600); display: grid; place-items: center; transition: .3s var(--ease); flex-shrink: 0; }
.product-card__cart:hover { background: var(--blue-600); color: #fff; transform: translateY(-2px); }

.center-cta { text-align: center; margin-top: 48px; }

/* ---------- Features / why us ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.feature-card__icon { width: 58px; height: 58px; border-radius: 16px; background: var(--grad-primary); color: #fff; display: grid; place-items: center; margin-bottom: 18px; box-shadow: 0 10px 22px rgba(36,61,137,.25); }
.feature-card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.feature-card p { color: var(--muted); font-size: .93rem; }

/* ---------- Promo split ---------- */
.promo-split { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.promo-tile { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 320px; display: flex; align-items: center; box-shadow: var(--shadow-sm); }
.promo-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); z-index: 0; }
.promo-tile:hover img { transform: scale(1.07); }
.promo-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,28,68,.82), rgba(16,28,68,.25)); z-index: 1; }
.promo-tile__content { position: relative; z-index: 2; padding: 40px; color: #fff; max-width: 80%; }
.promo-tile__content h3 { color: #fff; font-size: 1.7rem; margin-bottom: 10px; }
.promo-tile__content p { color: #d3ddff; margin-bottom: 20px; }

/* ---------- Stats band ---------- */
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-band__item .num { font-family: "Montserrat"; font-weight: 800; font-size: clamp(2rem, 4vw, 3rem); color: #fff; }
.stat-band__item .lbl { color: #b9c7f5; font-size: .95rem; letter-spacing: .02em; }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.testi-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.testi-card .stars { color: #ffb400; margin-bottom: 14px; letter-spacing: 2px; }
.testi-card p { color: var(--ink); font-size: .98rem; margin-bottom: 20px; }
.testi-card__who { display: flex; align-items: center; gap: 12px; }
.testi-card__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--grad-primary); color: #fff; display: grid; place-items: center; font-family: "Montserrat"; font-weight: 700; }
.testi-card__who b { font-family: "Montserrat"; font-size: .95rem; display: block; }
.testi-card__who span { font-size: .82rem; color: var(--muted); }

/* ---------- Newsletter CTA ---------- */
.cta-banner { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--grad-hero); color: #fff; padding: 64px; text-align: center; }
.cta-banner .hero__blob--1 { top: -120px; right: -80px; width: 340px; height: 340px; }
.cta-banner h2 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin-bottom: 12px; position: relative; z-index: 2; }
.cta-banner p { color: #d3ddff; max-width: 560px; margin: 0 auto 28px; position: relative; z-index: 2; }
.subscribe { display: flex; gap: 10px; max-width: 520px; margin: 0 auto; position: relative; z-index: 2; }
.subscribe input { flex: 1; border: none; border-radius: var(--radius-pill); padding: 16px 22px; color: var(--ink); outline: none; }
.subscribe input:focus { box-shadow: 0 0 0 3px rgba(0,194,255,.5); }

/* ---------- Forms ---------- */
.field { margin-bottom: 18px; }
.field label { display: block; font-family: "Montserrat"; font-weight: 600; font-size: .88rem; margin-bottom: 8px; color: var(--blue-900); }
.field input, .field textarea, .field select {
  width: 100%; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px;
  background: var(--paper); transition: border-color .3s, box-shadow .3s; color: var(--ink);
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--blue-400); box-shadow: 0 0 0 3px rgba(59,111,224,.16); background: #fff; }
.field textarea { min-height: 140px; resize: vertical; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; background: var(--grad-hero); color: #fff; padding: 70px 0 60px; overflow: hidden; }
.page-hero__inner { position: relative; z-index: 2; text-align: center; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: 12px; }
.page-hero p { color: #d3ddff; max-width: 620px; margin: 0 auto; }
.breadcrumb { display: flex; gap: 8px; justify-content: center; align-items: center; font-size: .85rem; color: #b9c7f5; margin-top: 18px; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { opacity: .6; }

/* ---------- Contact / info ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.info-list { display: grid; gap: 18px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; transition: transform .3s var(--ease), box-shadow .3s; }
.info-item:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); }
.info-item__icon { width: 48px; height: 48px; border-radius: 12px; background: var(--blue-50); color: var(--blue-600); display: grid; place-items: center; flex-shrink: 0; }
.info-item b { font-family: "Montserrat"; display: block; margin-bottom: 3px; }
.info-item span, .info-item a { color: var(--muted); font-size: .92rem; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 320px; border: 0; display: block; }

/* ---------- Article / prose ---------- */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 1.5rem; margin: 34px 0 14px; }
.prose h3 { font-size: 1.18rem; margin: 24px 0 10px; }
.prose p { color: #3c4763; margin-bottom: 16px; }
.prose ul { list-style: disc; padding-left: 22px; margin-bottom: 16px; color: #3c4763; }
.prose ul li { margin-bottom: 8px; }
.prose a { color: var(--blue-600); text-decoration: underline; }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: box-shadow .3s, border-color .3s; }
.faq-item.is-open { box-shadow: var(--shadow-sm); border-color: var(--blue-100); }
.faq-q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; font-family: "Montserrat"; font-weight: 700; color: var(--blue-900); font-size: 1.02rem; }
.faq-q .ico { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--blue-50); color: var(--blue-600); display: grid; place-items: center; transition: transform .35s var(--ease), background .3s; }
.faq-item.is-open .faq-q .ico { transform: rotate(45deg); background: var(--blue-600); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a__inner { padding: 0 24px 22px; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { background: var(--blue-900); color: #b7c4ec; padding-top: 64px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand img { height: 44px; margin-bottom: 18px; }
.footer-brand p { font-size: .92rem; color: #92a2d4; margin-bottom: 20px; max-width: 320px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #cdd8ff; transition: .3s var(--ease); }
.footer-social a:hover { background: var(--grad-primary); color: #fff; transform: translateY(-3px); }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 11px; }
.footer-col ul a { font-size: .92rem; color: #97a6d6; transition: color .25s, padding-left .25s; }
.footer-col ul a:hover { color: #fff; padding-left: 5px; }
.footer-contact li { display: flex; gap: 10px; font-size: .9rem; margin-bottom: 14px; color: #97a6d6; }
.footer-contact svg { flex-shrink: 0; color: var(--blue-300); }
.footer-pay { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.footer-pay img { height: 26px; background: #fff; border-radius: 5px; padding: 3px 6px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 22px 0; font-size: .85rem; color: #7e8fc4; }
.footer-bottom a:hover { color: #fff; }

/* ---------- Floating WhatsApp + back to top ---------- */
.fab { position: fixed; z-index: 90; right: 22px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow-md); transition: transform .3s var(--ease), opacity .3s; }
.fab--wa { bottom: 22px; background: #25d366; color: #fff; animation: pulse-wa 2.4s infinite; }
.fab--wa:hover { transform: scale(1.08); }
.fab--top { bottom: 88px; background: var(--blue-600); color: #fff; opacity: 0; visibility: hidden; }
.fab--top.is-visible { opacity: 1; visibility: visible; }
.fab--top:hover { transform: translateY(-3px); }

/* ---------- Scroll reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); will-change: transform, opacity; }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal="left"] { transform: translateX(-40px); }
[data-reveal="right"] { transform: translateX(40px); }
[data-reveal="zoom"] { transform: scale(.92); }
[data-reveal].is-visible { transform: none; }
[data-reveal-delay="1"] { transition-delay: .08s; }
[data-reveal-delay="2"] { transition-delay: .16s; }
[data-reveal-delay="3"] { transition-delay: .24s; }
[data-reveal-delay="4"] { transition-delay: .32s; }
[data-reveal-delay="5"] { transition-delay: .4s; }
[data-reveal-delay="6"] { transition-delay: .48s; }

/* ---------- Keyframes ---------- */
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(34,227,154,.6); } 70% { box-shadow: 0 0 0 12px rgba(34,227,154,0); } 100% { box-shadow: 0 0 0 0 rgba(34,227,154,0); } }
@keyframes pulse-wa { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.55); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }

/* Preloader */
.preloader { position: fixed; inset: 0; background: var(--white); z-index: 9999; display: grid; place-items: center; transition: opacity .5s, visibility .5s; }
.preloader.is-hidden { opacity: 0; visibility: hidden; }
.preloader__spinner { width: 54px; height: 54px; border: 4px solid var(--blue-100); border-top-color: var(--blue-600); border-radius: 50%; animation: spin .9s linear infinite; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; min-height: auto; }
  .hero__media { max-width: 560px; }
  .cat-grid, .feature-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
  .testi-grid { grid-template-columns: 1fr; }
  .promo-split { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .topbar { display: none; }
  .nav__menu {
    position: fixed; top: 0; right: -100%; width: min(84vw, 340px); height: 100vh;
    background: #fff; flex-direction: column; align-items: stretch; gap: 4px;
    padding: 90px 22px 30px; box-shadow: var(--shadow-lg); transition: right .4s var(--ease); z-index: 99;
  }
  .nav__menu.is-open { right: 0; }
  .nav__link { padding: 14px 16px; border-radius: 12px; font-size: 1.05rem; }
  .nav__link::before { display: none; }
  .nav__link:hover, .nav__link.is-active { background: var(--blue-50); }
  .nav__toggle { display: block; }
  .nav__cta-desktop { display: none; }
  .stat-band { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .cta-banner { padding: 44px 24px; }
  .subscribe { flex-direction: column; }
  .hero__float-card { left: 0; }
}
@media (max-width: 520px) {
  .cat-grid, .product-grid, .feature-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .footer-top { grid-template-columns: 1fr; }
  .hero__stats { gap: 22px; }
  .product-card__body { padding: 14px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
