:root {
  --abyss: #031726;
  --navy: #06243a;
  --deep: #083654;
  --blue: #0a5f92;
  --aqua: #00d5e8;
  --aqua-soft: #bdf7ff;
  --gold: #ffd166;
  --orange: #ff8a2b;
  --green: #25d366;
  --ink: #0e2131;
  --muted: #64748b;
  --paper: #f4f8fb;
  --card: #ffffff;
  --line: rgba(12, 40, 62, .13);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 24px 80px rgba(3, 23, 38, .16);
  --shadow-soft: 0 14px 42px rgba(3, 23, 38, .11);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: min(1200px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 213, 232, .12), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(255, 138, 43, .10), transparent 26%),
    var(--paper);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { color: var(--muted); line-height: 1.75; }
h1, h2, h3 { margin: 0; letter-spacing: -.04em; line-height: 1.02; }
h1 { font-size: clamp(48px, 7vw, 94px); }
h2 { font-size: clamp(34px, 4.4vw, 58px); }
h3 { font-size: 22px; }
.container { width: var(--container); margin: 0 auto; }

.site-shell {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(3, 23, 38, .80);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-shell.is-scrolled { background: rgba(3, 23, 38, .94); box-shadow: 0 18px 44px rgba(0,0,0,.22); }
.signalbar { color: #d9f8ff; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 13px; }
.signalbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.signalbar__left { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.signal-dot { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(37,211,102,.13); }
.signalbar strong { color: #fff; }
.signalbar__wa { color: #fff; font-weight: 900; }
.navbar__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; position: relative; }
.brand__logo { width: 228px; height: auto; filter: drop-shadow(0 12px 24px rgba(0,0,0,.20)); }
.brand__caption { display: inline-flex; color: var(--aqua-soft); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; border: 1px solid rgba(189,247,255,.22); border-radius: 999px; padding: 7px 10px; }
.nav-links { display: flex; align-items: center; gap: 24px; color: #e8faff; font-weight: 900; }
.nav-links a:not(.btn) { opacity: .84; position: relative; transition: opacity .2s ease, color .2s ease; }
.nav-links a:not(.btn):hover, .nav-links a.active { opacity: 1; color: #fff; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--aqua), var(--gold)); transform: scaleX(0); transform-origin: left; transition: .24s ease; }
.nav-links a.active::after, .nav-links a:not(.btn):hover::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(255,255,255,.08); padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; border-radius: 99px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; padding: 14px 22px; font-weight: 950; border: 0; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border .2s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #081927; background: linear-gradient(135deg, var(--gold), var(--orange)); box-shadow: 0 18px 44px rgba(255, 138, 43, .32); }
.btn--primary:hover { box-shadow: 0 24px 54px rgba(255, 138, 43, .42); }
.btn--glass { color: #fff; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.10); backdrop-filter: blur(12px); }
.btn--ghost { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.08); }
.btn--ghost-dark { color: var(--deep); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-soft); }
.btn--soft { color: var(--deep); background: #eaf6fb; }
.btn--dark { color: #fff; background: linear-gradient(135deg, var(--deep), var(--abyss)); box-shadow: 0 14px 30px rgba(3,23,38,.20); }
.btn--xl { padding: 17px 26px; font-size: 15px; }
.btn--tiny { padding: 10px 14px; font-size: 13px; }
.btn--nav { padding: 12px 17px; font-size: 14px; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--blue); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow::before { content: ""; width: 30px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--aqua), var(--gold)); }
.eyebrow--light { color: var(--aqua-soft); }

.hero-premium { min-height: 830px; position: relative; color: #fff; overflow: hidden; background: var(--abyss); }
.hero-premium__bg { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(3,23,38,.96) 0%, rgba(3,23,38,.82) 43%, rgba(3,23,38,.38) 100%),
  linear-gradient(180deg, rgba(3,23,38,.15), rgba(3,23,38,.96)),
  url('../img/hero/hero-fishing.webp') center/cover no-repeat; transform: scale(1.03); }
.hero-premium::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(90deg, #000 0%, transparent 72%); opacity: .55; }
.hero-premium::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -1px; height: 160px; background: linear-gradient(0deg, var(--paper), transparent); }
.hero-premium__glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; filter: blur(34px); opacity: .26; pointer-events: none; }
.hero-premium__glow--one { right: -120px; top: 120px; background: var(--aqua); }
.hero-premium__glow--two { left: 32%; bottom: 80px; background: var(--orange); opacity: .16; }
.hero-premium__grid { position: relative; z-index: 2; min-height: 830px; display: grid; grid-template-columns: 1.05fr .75fr; gap: 62px; align-items: center; padding: 74px 0 130px; }
.hero-premium__lead { max-width: 720px; color: #d4eaf2; font-size: clamp(17px, 1.45vw, 21px); margin: 24px 0 22px; }
.hero-premium__chips { display: flex; flex-wrap: wrap; gap: 10px; max-width: 720px; margin: 0 0 30px; }
.hero-premium__chips span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 999px; background: rgba(189,247,255,.10); border: 1px solid rgba(189,247,255,.22); color: #e9fbff; font-size: 13px; font-weight: 900; }
.hero-premium__chips span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--aqua), var(--gold)); box-shadow: 0 0 0 5px rgba(0,213,232,.08); }
.hero-premium__actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 22px; }
.hero-search { max-width: 670px; margin-top: 26px; padding: 10px; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 22px 70px rgba(0,0,0,.20); backdrop-filter: blur(14px); }
.hero-search label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.hero-search div { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; }
.hero-search input { background: rgba(255,255,255,.92); border: 0; border-radius: 999px; padding: 17px 20px; color: var(--ink); font-weight: 800; }
.hero-search button { border: 0; border-radius: 999px; padding: 16px 22px; font-weight: 950; background: linear-gradient(135deg, var(--aqua), #50f5ff); color: #062034; cursor: pointer; }
.hero-premium__metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 680px; margin-top: 28px; }
.hero-premium__metrics div { padding: 18px; border-radius: 22px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(12px); }
.hero-premium__metrics strong { display: block; font-size: clamp(24px, 3vw, 38px); color: #fff; line-height: 1; }
.hero-premium__metrics span { display: block; color: #badbe7; font-size: 13px; font-weight: 800; margin-top: 6px; }

.hero-showcase { position: relative; min-height: 610px; display: flex; align-items: center; justify-content: flex-end; }
.hero-showcase__panel {
  position: relative;
  width: min(500px, 100%);
  padding: 28px;
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.20), rgba(255,255,255,.07) 54%, rgba(0,213,232,.10)),
    linear-gradient(180deg, rgba(4,24,38,.70), rgba(4,24,38,.42));
  border: 1px solid rgba(255,255,255,.26);
  box-shadow: 0 48px 130px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.28);
  backdrop-filter: blur(22px);
  overflow: hidden;
  isolation: isolate;
}
.hero-showcase__panel::before { content: ""; position: absolute; inset: -140px -110px auto auto; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(0,213,232,.40), transparent 68%); filter: blur(12px); z-index: -1; }
.hero-showcase__panel::after { content: ""; position: absolute; inset: auto auto -120px -90px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(255,209,102,.20), transparent 70%); filter: blur(18px); z-index: -1; }
.hero-showcase__top { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 22px; }
.hero-showcase__top span { display: inline-flex; padding: 8px 13px; border-radius: 999px; background: rgba(0,213,232,.14); color: var(--aqua-soft); border: 1px solid rgba(189,247,255,.30); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .13em; }
.hero-showcase__top strong { color: #fff; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; opacity: .86; }
.hero-showcase__brand { display: grid; grid-template-columns: 148px 1fr; gap: 22px; align-items: center; margin-bottom: 20px; }
.hero-showcase__logo-ring { width: 148px; height: 148px; border-radius: 36px; display: grid; place-items: center; background: radial-gradient(circle, rgba(255,255,255,.18), rgba(0,213,232,.08)); border: 1px solid rgba(255,255,255,.20); box-shadow: inset 0 0 36px rgba(255,255,255,.05), 0 22px 54px rgba(0,0,0,.25); }
.hero-showcase__logo-ring img { width: 118px; margin: 0; filter: drop-shadow(0 18px 30px rgba(0,0,0,.30)); }
.hero-showcase__brand span { display: block; color: var(--gold); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .11em; margin-bottom: 8px; }
.hero-showcase h2 { font-size: clamp(28px, 3vw, 40px); max-width: 330px; position: relative; z-index: 2; }
.hero-showcase p { color: #d3edf5; position: relative; z-index: 2; margin: 0 0 20px; }
.hero-showcase__lines { display: grid; gap: 10px; }
.hero-showcase__lines article { position: relative; display: grid; gap: 4px; padding: 15px 16px 15px 18px; border-radius: 20px; background: rgba(3,23,38,.40); border: 1px solid rgba(189,247,255,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); overflow: hidden; }
.hero-showcase__lines article::before { content: ""; position: absolute; left: 0; top: 14px; bottom: 14px; width: 4px; border-radius: 999px; background: linear-gradient(180deg, var(--aqua), var(--gold)); }
.hero-showcase__lines strong { color: #fff; font-size: 15px; }
.hero-showcase__lines span { color: #bfe3ed; font-size: 13px; font-weight: 760; line-height: 1.45; }
.hero-showcase__cta { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-showcase__cta a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 18px; border-radius: 999px; color: #061929; background: linear-gradient(135deg, var(--gold), var(--orange)); font-size: 13px; font-weight: 950; box-shadow: 0 16px 38px rgba(255,138,43,.22); }
.hero-showcase__cta span { color: #c8e5ef; font-size: 12px; font-weight: 800; line-height: 1.45; }
.hero-premium__metrics div { position: relative; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 18px 44px rgba(0,0,0,.18); }
.hero-premium__metrics div::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(180deg, var(--aqua), var(--gold)); opacity: .95; }
.quick-line { background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,251,255,.94)); border: 1px solid rgba(255,255,255,.82); box-shadow: 0 28px 70px rgba(3,23,38,.14); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.quick-line:hover { transform: translateY(-6px); box-shadow: 0 34px 90px rgba(3,23,38,.20); border-color: rgba(0,213,232,.30); }
.category-card { box-shadow: 0 26px 70px rgba(3,23,38,.18); }
.category-card__count { box-shadow: 0 12px 28px rgba(255,138,43,.24); }
.product-card { box-shadow: 0 18px 54px rgba(3,23,38,.12); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 32px 82px rgba(3,23,38,.20); }


.section { padding: 94px 0; position: relative; }
.section--lift { margin-top: -84px; padding: 0 0 72px; z-index: 4; }
.section--deep { background:
  radial-gradient(circle at 12% 0%, rgba(0,213,232,.18), transparent 33%),
  radial-gradient(circle at 90% 12%, rgba(255,138,43,.14), transparent 28%),
  linear-gradient(180deg, var(--abyss), #06243a); color: #fff; overflow: hidden; }
.section--deep p { color: #c5deea; }
.section__head { max-width: 790px; margin-bottom: 42px; }
.section__head p { font-size: 17px; }
.section__head--split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section__head--split > div { max-width: 760px; }
.section__head--center { text-align: center; margin-left: auto; margin-right: auto; }
.section__head--center .eyebrow { justify-content: center; }
.link-arrow { color: var(--blue); font-weight: 950; display: inline-flex; align-items: center; gap: 8px; }
.section--deep .link-arrow { color: var(--gold); }
.link-arrow::after { content: "→"; transition: .2s ease; }
.link-arrow:hover::after { transform: translateX(4px); }

.quick-lines { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quick-line { padding: 28px; min-height: 190px; border-radius: 30px; background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.70); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.quick-line::before { content: ""; position: absolute; inset: auto -20% -46% auto; width: 220px; height: 220px; border-radius: 50%; background: rgba(0,213,232,.14); }
.quick-line span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: var(--abyss); color: #fff; font-weight: 950; margin-bottom: 22px; }
.quick-line strong { display: block; font-size: 26px; letter-spacing: -.04em; }
.quick-line em { display: block; color: var(--muted); font-style: normal; font-weight: 700; line-height: 1.55; margin-top: 10px; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.category-card { min-height: 254px; position: relative; overflow: hidden; display: flex; align-items: end; border-radius: 32px; background: var(--deep); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.7); isolation: isolate; }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .45s ease, opacity .35s ease; }
.category-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,23,38,.05), rgba(3,23,38,.96)); z-index: 1; }
.category-card::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.20); border-radius: 24px; z-index: 2; pointer-events: none; }
.category-card:hover img { transform: scale(1.10); opacity: 1; }
.category-card div { position: relative; z-index: 3; padding: 24px; color: #fff; }
.category-card strong { display: block; font-size: 24px; line-height: 1.03; }
.category-card em { color: var(--aqua-soft); font-style: normal; font-weight: 900; font-size: 13px; margin-top: 9px; display: inline-flex; }
.category-card__count { position: absolute; top: 20px; left: 20px; z-index: 3; color: #062034; background: linear-gradient(135deg, var(--gold), var(--orange)); border-radius: 999px; padding: 9px 12px; font-size: 12px; font-weight: 950; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { background: rgba(255,255,255,.98); color: var(--ink); border-radius: 30px; overflow: hidden; box-shadow: 0 18px 50px rgba(3,23,38,.14); border: 1px solid rgba(255,255,255,.75); transition: transform .24s ease, box-shadow .24s ease, border .24s ease; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 34px 80px rgba(3,23,38,.22); border-color: rgba(0,213,232,.26); }
.product-card__media { display: block; position: relative; height: 245px; background: linear-gradient(180deg, #fff, #f5fbff); border-bottom: 1px solid #edf3f6; overflow: hidden; }
.product-card__media::before { content: ""; position: absolute; inset: 22px; border-radius: 28px; background: radial-gradient(circle, rgba(0,213,232,.10), transparent 62%); }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 22px; position: relative; z-index: 2; transition: transform .3s ease; }
.product-card:hover .product-card__media img { transform: scale(1.05); }
.product-card__badge { position: absolute; top: 14px; left: 14px; z-index: 4; padding: 7px 10px; border-radius: 999px; background: var(--abyss); color: #fff; font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.product-card__body { padding: 21px; }
.product-card__cats { color: var(--blue); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; min-height: 30px; }
.product-card h3 { margin: 4px 0 10px; min-height: 55px; font-size: 20px; line-height: 1.16; }
.product-card h3 a:hover { color: var(--blue); }
.product-card p { font-size: 14px; min-height: 74px; margin: 0 0 15px; }
.product-card__meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.product-card__meta span { padding: 7px 9px; border-radius: 999px; background: #edf8fb; color: var(--deep); font-size: 11px; font-weight: 900; }
.product-card__foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.product-card__foot strong { color: var(--deep); font-size: 19px; white-space: nowrap; }
.section--deep .product-card { background: rgba(255,255,255,.98); }

.advisor-section { background: #fff; }
.advisor-card { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 32px; padding: 44px; border-radius: 42px; color: #fff; background:
  linear-gradient(135deg, rgba(3,23,38,.96), rgba(8,54,84,.88)),
  url('../img/hero/hero-rod.webp') center/cover; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.advisor-card::after { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; background: rgba(0,213,232,.24); right: -100px; top: -90px; filter: blur(12px); }
.advisor-card__copy, .advisor-card__action { position: relative; z-index: 2; }
.advisor-card p { color: #cfe6f0; max-width: 700px; }
.advisor-card__features { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.advisor-card__features span { padding: 10px 13px; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.15); color: #fff; font-weight: 900; }
.advisor-card__action { display: grid; justify-items: start; gap: 12px; }
.advisor-card__action small { color: var(--aqua-soft); font-weight: 900; }

.trust { background: #fff; }
.trust--premium { background: linear-gradient(180deg, #fff, #eef7fb); }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust__item { padding: 30px; border-radius: 30px; border: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f8fcff); box-shadow: var(--shadow-soft); position: relative; overflow: hidden; }
.trust__item::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; background: rgba(0,213,232,.08); right: -60px; top: -60px; }
.trust__item span { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(135deg, var(--deep), var(--abyss)); color: #fff; font-weight: 950; margin-bottom: 22px; }
.trust__item h3 { margin-bottom: 12px; }
.trust__item p { margin-bottom: 0; }

.cta-band { padding: 86px 0; background: linear-gradient(135deg, var(--deep), var(--aqua)); color: #fff; }
.cta-band--premium { background:
  radial-gradient(circle at 18% 0%, rgba(255,209,102,.30), transparent 28%),
  linear-gradient(135deg, var(--abyss), #064566 58%, #00a7b5); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #dcf7fb; max-width: 720px; margin-bottom: 0; }

.page-hero { padding: 118px 0 96px; background: linear-gradient(135deg, rgba(3,23,38,.95), rgba(10,95,146,.70)), url('../img/hero/hero-sea.webp') center/cover; color: #fff; position: relative; overflow: hidden; }
.page-hero--catalog { background-image: linear-gradient(135deg, rgba(3,23,38,.96), rgba(10,95,146,.66)), url('../img/hero/hero-rod.webp'); }
.page-hero--contact { background-image: linear-gradient(135deg, rgba(3,23,38,.96), rgba(10,95,146,.66)), url('../img/hero/hero-fishing.webp'); }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; opacity: .28; }
.page-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 260px; gap: 40px; align-items: center; }
.page-hero p { color: #d5e8f3; max-width: 820px; font-size: 18px; }
.page-hero__card { justify-self: end; width: 220px; min-height: 180px; display: grid; place-items: center; text-align: center; border-radius: 34px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.20); backdrop-filter: blur(14px); box-shadow: 0 30px 80px rgba(0,0,0,.24); padding: 20px; }
.page-hero__card strong { display: block; font-size: 46px; line-height: 1; }
.page-hero__card span { display: block; color: #d8f4fb; font-weight: 800; margin-top: 10px; }

.catalog-chips { background: rgba(255,255,255,.82); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); position: sticky; top: 121px; z-index: 35; }
.catalog-chips__inner { display: flex; gap: 10px; overflow-x: auto; padding: 13px 0; scrollbar-width: none; }
.catalog-chips__inner::-webkit-scrollbar { display: none; }
.chip { flex: 0 0 auto; padding: 11px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--deep); font-weight: 900; font-size: 13px; box-shadow: 0 8px 20px rgba(3,23,38,.05); }
.chip.active, .chip:hover { background: var(--abyss); color: #fff; border-color: var(--abyss); }
.catalog-layout { display: grid; grid-template-columns: 308px 1fr; gap: 34px; align-items: start; }
.filters-panel { position: sticky; top: 196px; background: #fff; border: 1px solid var(--line); border-radius: 32px; padding: 24px; box-shadow: var(--shadow-soft); }
.filters-panel__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.filters-panel__head span { color: var(--deep); font-weight: 950; font-size: 22px; letter-spacing: -.04em; }
.filters-panel__head strong { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #081927; background: linear-gradient(135deg, var(--gold), var(--orange)); }
.filters-form { display: grid; gap: 13px; }
label { display: grid; gap: 8px; font-weight: 950; color: var(--deep); }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 17px; padding: 14px 15px; font: inherit; outline: none; background: #fff; color: var(--ink); }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--aqua); box-shadow: 0 0 0 5px rgba(0,213,232,.12); }
.filters-note { margin-top: 22px; padding: 18px; border-radius: 22px; background: linear-gradient(180deg, #eefbff, #f7fdff); color: var(--deep); border: 1px solid rgba(0,213,232,.13); }
.filters-note strong { display: block; font-size: 34px; line-height: 1; }
.filters-note span { font-weight: 800; color: var(--muted); }
.filters-whatsapp { display: block; margin-top: 16px; color: var(--blue); font-weight: 950; }
.catalog-toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 24px; }
.catalog-toolbar input { max-width: 360px; background: rgba(255,255,255,.92); box-shadow: 0 10px 26px rgba(3,23,38,.06); }
.product-grid--catalog { grid-template-columns: repeat(3, 1fr); }
.empty-state { padding: 56px; text-align: center; background: #fff; border-radius: var(--radius-xl); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.empty-state p { max-width: 570px; margin-left: auto; margin-right: auto; }

.product-detail { padding: 90px 0; }
.product-detail--premium { background: radial-gradient(circle at 6% 2%, rgba(0,213,232,.12), transparent 30%), var(--paper); }
.product-detail__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: start; }
.product-detail__media { position: sticky; top: 145px; background: linear-gradient(180deg, #fff, #f6fbff); border-radius: 40px; padding: 32px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.9); overflow: hidden; }
.product-detail__media::before { content: ""; position: absolute; inset: 34px; border-radius: 32px; background: radial-gradient(circle, rgba(0,213,232,.13), transparent 60%); }
.product-detail__media img { position: relative; z-index: 2; width: 100%; max-height: 620px; object-fit: contain; }
.product-detail__badge { position: relative; z-index: 3; display: inline-flex; padding: 9px 12px; border-radius: 999px; background: var(--abyss); color: #fff; font-size: 12px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.product-detail__cats { color: var(--blue); font-weight: 950; text-transform: uppercase; letter-spacing: .08em; margin: 24px 0 12px; }
.product-detail__info h1 { color: var(--abyss); font-size: clamp(38px, 4.8vw, 70px); }
.product-detail__price { font-size: 38px; font-weight: 950; color: var(--orange); margin: 20px 0 14px; }
.product-detail__status { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0 22px; }
.product-detail__status span { padding: 9px 12px; border-radius: 999px; background: #eaf8fb; color: var(--deep); font-size: 12px; font-weight: 950; }
.sku { color: var(--muted); }
.product-detail__description { font-size: 17px; }
.product-detail__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0; }
.product-detail__notice { padding: 18px 20px; background: #fff7ed; border: 1px solid rgba(255,138,43,.26); border-radius: 20px; color: #7c3b09; }
.back-link { color: var(--blue); font-weight: 950; display: inline-flex; margin-bottom: 12px; }

.about-block__grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.about-block--premium { background: #fff; }
.about-pillars { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.about-pillars span { padding: 10px 14px; border-radius: 999px; background: #eaf8fb; color: var(--deep); font-weight: 950; }
.about-visual { position: relative; }
.about-visual img { border-radius: 40px; box-shadow: var(--shadow); min-height: 460px; object-fit: cover; width: 100%; }
.about-visual__card { position: absolute; left: -22px; bottom: 24px; width: min(300px, calc(100% - 24px)); padding: 22px; border-radius: 26px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.82); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.about-visual__card strong { display: block; font-size: 22px; letter-spacing: -.04em; }
.about-visual__card span { display: block; color: var(--muted); font-weight: 800; margin-top: 6px; }
.values--premium { background: linear-gradient(180deg, var(--paper), #fff); }
.contact-section--premium { background: #fff; }
.contact-card, .contact-form { background: linear-gradient(180deg, #fff, #f8fcff); border-radius: 36px; padding: 38px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.contact-card p { margin: 12px 0; }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.contact-form { display: grid; gap: 16px; }
.contact-form h2 { margin-top: -8px; }

.footer { position: relative; background: #03111d; color: #d6e8f2; padding: 74px 0 26px; overflow: hidden; }
.footer::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 0%, rgba(0,213,232,.16), transparent 35%), radial-gradient(circle at 90% 0%, rgba(255,138,43,.10), transparent 28%); pointer-events: none; }
.footer__wave { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(135deg, #fff 1px, transparent 1px); background-size: 42px 42px; }
.footer__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 34px; }
.footer__logo { width: 220px; margin-bottom: 20px; filter: drop-shadow(0 14px 24px rgba(0,0,0,.3)); }
.footer h3 { color: #fff; margin-bottom: 18px; font-size: 20px; }
.footer a { display: block; color: #d6e8f2; margin: 11px 0; font-weight: 760; }
.footer a:hover { color: var(--aqua-soft); }
.footer p { color: #abc6d7; }
.footer__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.footer__badges span { padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; font-size: 12px; font-weight: 900; }
.footer__bottom { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 13px; color: #9db9c9; }
.footer__bottom a { color: var(--gold); font-weight: 950; margin: 0; }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 18px; border-radius: 999px; background: var(--green); color: #03170c; font-weight: 950; box-shadow: 0 18px 40px rgba(0,0,0,.28); }
.whatsapp-float span { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.35); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s ease; }
.reveal--delay { transition-delay: .15s; }
.reveal.is-visible { opacity: 1; transform: none; }

.admin-login { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at top right, rgba(0,213,232,.22), transparent 34%), var(--abyss); }
.admin-card { width: min(420px, 100%); background: #fff; border-radius: 28px; padding: 32px; box-shadow: var(--shadow); }
.admin-card img { width: 240px; margin: 0 auto 20px; }
.admin-card form { display: grid; gap: 16px; }
.alert { color: #9f1239; background: #fff1f2; border: 1px solid #fecdd3; padding: 12px 14px; border-radius: 14px; }
.admin-note { color: var(--muted); font-size: 14px; }
.admin-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 28px; background: #fff; border-bottom: 1px solid var(--line); }
.admin-header img { width: 190px; }
.admin-header nav { display: flex; gap: 18px; font-weight: 950; color: var(--blue); }
.admin-shell { width: var(--container); margin: 34px auto; }
.admin-toolbar { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.admin-toolbar form { display: flex; gap: 10px; }
.admin-table-wrap { overflow: auto; background: #fff; border: 1px solid var(--line); border-radius: 24px; }
.admin-table { border-collapse: collapse; width: 100%; min-width: 860px; }
.admin-table th, .admin-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.admin-table th { color: var(--blue); background: #f8fbfe; }
.admin-table img { width: 60px; height: 60px; object-fit: contain; background: #fff; border-radius: 12px; }

@media (max-width: 1080px) {
  .hero-premium__grid, .product-detail__grid, .about-block__grid, .contact-grid, .catalog-layout { grid-template-columns: 1fr; }
  .hero-showcase { display: none; }
  .hero-premium, .hero-premium__grid { min-height: auto; }
  .hero-premium__grid { padding-top: 86px; }
  .quick-lines, .product-grid, .product-grid--catalog, .category-grid, .trust__grid { grid-template-columns: repeat(2, 1fr); }
  .filters-panel, .product-detail__media { position: static; }
  .catalog-chips { top: 121px; }
  .advisor-card { grid-template-columns: 1fr; }
  .page-hero__grid { grid-template-columns: 1fr; }
  .page-hero__card { justify-self: start; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 26px, 1200px); }
  h1 { font-size: clamp(42px, 13vw, 64px); }
  h2 { font-size: clamp(31px, 10vw, 44px); }
  .signalbar__inner { justify-content: center; text-align: center; flex-direction: column; padding: 8px 0; gap: 5px; }
  .navbar__inner { min-height: 76px; }
  .brand__logo { width: 174px; }
  .brand__caption { display: none; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; left: 13px; right: 13px; top: calc(100% + 10px); display: none; flex-direction: column; align-items: stretch; gap: 8px; background: rgba(3,23,38,.98); border: 1px solid rgba(255,255,255,.10); border-radius: 26px; box-shadow: var(--shadow); padding: 18px; }
  .site-shell.is-open .nav-links { display: flex; }
  .nav-links a:not(.btn) { padding: 12px 8px; }
  .nav-links a:not(.btn)::after { display: none; }
  .hero-premium__grid { padding: 70px 0 118px; }
  .hero-premium__lead { font-size: 17px; }
  .hero-premium__actions { align-items: stretch; }
  .hero-premium__chips span { width: 100%; justify-content: flex-start; }
  .hero-premium__actions .btn { width: 100%; }
  .hero-search { border-radius: 25px; }
  .hero-search div { grid-template-columns: 1fr; }
  .hero-search button { width: 100%; }
  .hero-premium__metrics, .quick-lines, .product-grid, .product-grid--catalog, .category-grid, .trust__grid, .footer__grid { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .section--lift { padding-bottom: 54px; }
  .section__head--split, .catalog-toolbar, .cta-band__inner { flex-direction: column; align-items: flex-start; }
  .catalog-chips { top: 122px; }
  .catalog-toolbar input { max-width: none; }
  .product-card__media { height: 270px; }
  .advisor-card, .contact-card, .contact-form { padding: 28px; border-radius: 30px; }
  .contact-actions .btn, .product-detail__actions .btn { width: 100%; }
  .page-hero { padding: 92px 0 76px; }
  .page-hero__card { width: 100%; min-height: 130px; }
  .about-visual__card { left: 14px; bottom: 14px; }
  .footer__bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 13px 15px; }
}

/* === Tritón Fisher Premium V4: pulido visual de boxes y tarjetas === */
.hero-premium__copy h1 { max-width: 760px; text-shadow: 0 20px 70px rgba(0,0,0,.28); }
.hero-showcase { position: relative; min-height: 610px; display: flex; align-items: center; justify-content: flex-end; }
.hero-showcase__panel {
  position: relative;
  width: min(500px, 100%);
  padding: 28px;
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.20), rgba(255,255,255,.07) 54%, rgba(0,213,232,.10)),
    linear-gradient(180deg, rgba(4,24,38,.72), rgba(4,24,38,.44));
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 48px 130px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.30);
  backdrop-filter: blur(22px);
  overflow: hidden;
  isolation: isolate;
}
.hero-showcase__top { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 22px; }
.hero-showcase__top span { display: inline-flex; padding: 8px 13px; border-radius: 999px; background: rgba(0,213,232,.14); color: var(--aqua-soft); border: 1px solid rgba(189,247,255,.30); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .13em; }
.hero-showcase__top strong { color: #fff; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; opacity: .86; }
.hero-showcase__brand { display: grid; grid-template-columns: 148px 1fr; gap: 22px; align-items: center; margin-bottom: 20px; }
.hero-showcase__logo-ring { width: 148px; height: 148px; border-radius: 36px; display: grid; place-items: center; background: radial-gradient(circle, rgba(255,255,255,.18), rgba(0,213,232,.08)); border: 1px solid rgba(255,255,255,.20); box-shadow: inset 0 0 36px rgba(255,255,255,.05), 0 22px 54px rgba(0,0,0,.25); }
.hero-showcase__logo-ring img { width: 118px; margin: 0; filter: drop-shadow(0 18px 30px rgba(0,0,0,.30)); }
.hero-showcase__brand span { display: block; color: var(--gold); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .11em; margin-bottom: 8px; }
.hero-showcase h2 { font-size: clamp(28px, 3vw, 40px); max-width: 330px; }
.hero-showcase__lines { display: grid; gap: 10px; }
.hero-showcase__lines article { position: relative; display: grid; gap: 4px; padding: 15px 16px 15px 18px; border-radius: 20px; background: rgba(3,23,38,.42); border: 1px solid rgba(189,247,255,.20); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); overflow: hidden; }
.hero-showcase__lines article::before { content: ""; position: absolute; left: 0; top: 14px; bottom: 14px; width: 4px; border-radius: 999px; background: linear-gradient(180deg, var(--aqua), var(--gold)); }
.hero-showcase__lines strong { color: #fff; font-size: 15px; }
.hero-showcase__lines span { color: #bfe3ed; font-size: 13px; font-weight: 760; line-height: 1.45; }
.hero-showcase__cta { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-showcase__cta a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 18px; border-radius: 999px; color: #061929; background: linear-gradient(135deg, var(--gold), var(--orange)); font-size: 13px; font-weight: 950; box-shadow: 0 16px 38px rgba(255,138,43,.22); }
.hero-showcase__cta span { color: #c8e5ef; font-size: 12px; font-weight: 800; line-height: 1.45; }
.hero-premium__metrics div { position: relative; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 18px 44px rgba(0,0,0,.18); }
.hero-premium__metrics div::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(180deg, var(--aqua), var(--gold)); opacity: .95; }
.quick-line { background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,251,255,.94)); border: 1px solid rgba(255,255,255,.82); box-shadow: 0 28px 70px rgba(3,23,38,.14); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.quick-line:hover { transform: translateY(-6px); box-shadow: 0 34px 90px rgba(3,23,38,.20); border-color: rgba(0,213,232,.30); }
.category-card { box-shadow: 0 28px 76px rgba(3,23,38,.20); }
.category-card__count { box-shadow: 0 12px 28px rgba(255,138,43,.24); }
.product-card { box-shadow: 0 20px 58px rgba(3,23,38,.13); }
.product-card:hover { box-shadow: 0 36px 88px rgba(3,23,38,.23); }
.filters-panel, .contact-card, .contact-form, .advisor-card, .trust__item { box-shadow: 0 30px 90px rgba(3,23,38,.14); }
@media (max-width: 1080px) { .hero-showcase { display: none; } }
@media (max-width: 780px) { .hero-premium__metrics div::before { width: 100%; height: 4px; inset: 0 0 auto; } }
