/* =============================================
   LIFE DEPORTES — Premium Static Site
   ============================================= */

/* ---------- RESET & BASE ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body { font-family: 'DM Sans', sans-serif; color: #1a1a2e; line-height: 1.6; overflow-x: hidden; }
/* menu-open scroll-lock is handled entirely in JS (position:fixed approach) */
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color .2s; }
ul { list-style: none; }
input, select, textarea, button { font-family: inherit; font-size: inherit; }
input, select, textarea { font-size: 16px !important; }

/* ---------- UTILITIES ---------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; text-transform: uppercase; letter-spacing: .02em; text-align: center; margin-bottom: 8px; color: #051B36; }
.section-title.light { color: #fff; }
.section-sub { text-align: center; color: #5a6677; font-size: 1rem; margin-bottom: 48px; max-width: 520px; margin-left: auto; margin-right: auto; }
.section-label { display: inline-block; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: #5B9BD5; margin-bottom: 12px; }
.text-accent { color: #5B9BD5; }

/* ---------- BUTTONS ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 36px; border-radius: 10px; font-weight: 700; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; transition: all .3s ease; cursor: pointer; border: none; }
.btn-primary { background: #0F385F; color: #fff; }
.btn-primary:hover { background: #051B36; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(5,27,54,.3); }
.btn-outline { background: transparent; color: #0F385F; border: 2px solid #0F385F; }
.btn-outline:hover { background: #0F385F; color: #fff; }
.btn-white { background: #fff; color: #0F385F; }
.btn-white:hover { background: #0F385F; color: #fff; }
.btn-full { width: 100%; }

/* ---------- TOP BAR ---------- */
.topbar { background: #051B36; color: #fff; font-size: .82rem; padding: 10px 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; }
.topbar-text { opacity: .55; font-weight: 500; font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; }
.topbar-phones { display: flex; gap: 12px; }
.topbar-phones a { color: #fff; font-weight: 600; display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); padding: 5px 14px 5px 8px; border-radius: 50px; border: 1px solid rgba(255,255,255,.1); transition: all .3s; }
.topbar-phones a:hover { background: rgba(37,211,102,.15); border-color: rgba(37,211,102,.3); }
.topbar-phones .wa-icon { width: 22px; height: 22px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.topbar-phones .wa-icon svg { width: 12px; height: 12px; }
.topbar-phones span { font-size: .8rem; letter-spacing: .02em; }
.topbar-phones .wa-label { display: none; }

/* ---------- HEADER ---------- */
.header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0,0,0,.06); transition: background .45s ease, border-color .45s ease, box-shadow .45s ease; }

/* Scroll state: dark navy — premium depth */
.header.scrolled { background: rgba(5,27,54,.97); border-bottom: 1px solid rgba(255,255,255,.08); box-shadow: 0 4px 40px rgba(0,0,0,.35); }
.header.scrolled .nav-link { color: rgba(255,255,255,.62); }
.header.scrolled .nav-link:hover { color: #fff; }
.header.scrolled .nav-link.active { color: #fff; }
.header.scrolled .nav-link::after { background: #5B9BD5; }
.header.scrolled .nav-cta { background: #5B9BD5; color: #051B36; }
.header.scrolled .nav-cta:hover { background: #fff; color: #051B36; box-shadow: 0 4px 16px rgba(91,155,213,.35); }

.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo img { height: 42px; width: auto; }
.nav { display: flex; align-items: center; gap: 36px; }
.nav-link { font-size: .84rem; font-weight: 600; color: #555; position: relative; padding: 6px 0; text-transform: uppercase; letter-spacing: .1em; transition: color .3s; }

/* Hover: full-width sliding underline */
.nav-link::after { content: ''; position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: rgba(5,27,54,.25); border-radius: 2px; transition: width .3s cubic-bezier(.25,.8,.25,1); }
.nav-link:hover::after { width: 100%; }

/* Active: distinct accent-blue pill indicator */
.nav-link.active { color: #051B36; font-weight: 700; }
.nav-link.active::after { width: 22px; height: 3px; background: #5B9BD5; border-radius: 3px; }

.nav-cta { background: #051B36; color: #fff; padding: 11px 28px; border-radius: 50px; font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; transition: all .3s; }
.nav-cta:hover { background: #0F385F; box-shadow: 0 4px 16px rgba(5,27,54,.2); }
.nav-contact-box { display: none; }
.nav-link-contact { display: none; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; width: 28px; height: 20px; position: relative; z-index: 1001; }
.menu-toggle span { display: block; width: 100%; height: 2.5px; background: #051B36; border-radius: 2px; position: absolute; left: 0; transition: background .45s ease, all .3s; }
.header.scrolled .menu-toggle span { background: #fff; }
.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.menu-toggle span:nth-child(3) { bottom: 0; }
.menu-toggle.active span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { bottom: 50%; transform: translateY(50%) rotate(-45deg); }

/* ---------- HERO ---------- */
.hero { background: linear-gradient(135deg, #051B36 0%, #0a3060 50%, #051B36 100%); padding: 80px 0 40px; overflow: hidden; min-height: 600px; }
.hero-inner { display: flex; align-items: center; gap: 40px; }
.hero-content { flex: 1; color: #fff; }
.hero-badge { display: inline-block; background: rgba(255,255,255,.08); color: rgba(255,255,255,.9); padding: 6px 16px; border-radius: 50px; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 20px; border: 1px solid rgba(255,255,255,.15); }
.hero h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.8rem, 6vw, 4.5rem); font-weight: 700; line-height: 1.05; text-transform: uppercase; margin-bottom: 16px; }
.hero-sub { font-size: 1.05rem; opacity: .85; max-width: 440px; margin-bottom: 32px; line-height: 1.7; }
.hero-actions { display: flex; gap: 16px; margin-bottom: 48px; flex-wrap: wrap; }
.hero-actions-mobile { display: none; }
.hero-actions .btn-outline { color: #fff; border-color: rgba(255,255,255,.4); }
.hero-actions .btn-outline:hover { background: #fff; color: #0F385F; border-color: #fff; }
.hero-badges { display: flex; gap: 32px; }
.hero-badge-item { text-align: center; padding: 12px 20px; background: rgba(255,255,255,.06); border-radius: 12px; border: 1px solid rgba(255,255,255,.1); }
.hero-badge-item strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 1.8rem; font-weight: 700; color: #fff; line-height: 1; }
.hero-badge-item span { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
.hero-title { transition: opacity .5s, transform .5s; }
.hero-title.fade-out { opacity: 0; transform: translateY(10px); }
.hero-sub { transition: opacity .5s .05s, transform .5s .05s; }
.hero-sub.fade-out { opacity: 0; transform: translateY(10px); }
.hero-image { flex: 0 0 380px; text-align: center; position: relative; min-height: 520px; }
.hero-slide { max-height: 520px; width: auto; filter: drop-shadow(0 20px 40px rgba(0,0,0,.4)); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: opacity .6s ease, transform .6s ease; pointer-events: none; }
.hero-slide.active { opacity: 1; transform: translate(-50%, -50%); pointer-events: auto; animation: heroFloat 4s ease-in-out infinite; }
@keyframes heroFloat { 0%, 100% { transform: translate(-50%, -50%); } 50% { transform: translate(-50%, calc(-50% - 12px)); } }
.hero-dots { display: flex; justify-content: center; gap: 8px; padding-bottom: 32px; align-items: center; }
.hero-dot { width: 32px; height: 3px; border-radius: 2px; border: none; background: rgba(255,255,255,.25); cursor: pointer; transition: all .5s cubic-bezier(.4,0,.2,1); padding: 0; position: relative; overflow: hidden; }
.hero-dot::after { content: ''; position: absolute; inset: 0; background: #fff; border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.hero-dot.active { width: 56px; background: rgba(255,255,255,.15); }
.hero-dot.active::after { transform: scaleX(1); }

/* ---------- CATEGORIES ---------- */
.categories { padding: 80px 0; background: #f7f8fa; }
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cat-card {
  position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 3/4;
  display: flex; align-items: flex-end; cursor: pointer; text-decoration: none;
  box-shadow: 0 8px 32px rgba(0,0,0,.45);
  transition: transform .35s ease, box-shadow .35s ease;
}
.cat-card:hover { transform: translateY(-6px); box-shadow: 0 22px 52px rgba(91,155,213,.20), 0 6px 20px rgba(0,0,0,.55); }
.cat-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 8s cubic-bezier(.25,.8,.25,1); }
.cat-card:hover .cat-bg { transform: scale(1.12); }
.cat-overlay {
  position: relative; z-index: 1; width: 100%; padding: 32px 28px;
  background: linear-gradient(transparent 0%, rgba(5,27,54,.45) 40%, rgba(5,27,54,.93) 100%);
  color: #fff; transition: background .5s;
}
.cat-card:hover .cat-overlay { background: linear-gradient(transparent 0%, rgba(5,27,54,.35) 40%, rgba(5,27,54,.82) 100%); }
.cat-icon { margin-bottom: 12px; filter: brightness(0) invert(1); opacity: 1; width: 44px; height: 44px; }
.cat-overlay h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.9rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; line-height: 1; }
.cat-overlay p { font-size: .82rem; opacity: .72; margin-top: 7px; line-height: 1.5; }
.cat-card-cta {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #5B9BD5; margin-top: 14px;
  opacity: 0; transform: translateX(-8px);
  transition: opacity .3s .05s, transform .3s .05s;
}
.cat-card:hover .cat-card-cta { opacity: 1; transform: translateX(0); }

/* ---------- PRODUCT DETAILS ---------- */
.product-details { padding: 80px 0 0; }

/* Product headline */
.product-headline { text-align: center; margin-bottom: 40px; }
.product-headline-label { display: inline-block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; color: #5B9BD5; margin-bottom: 16px; }
.product-headline h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.8rem, 5vw, 4rem); font-weight: 800; text-transform: uppercase; color: #051B36; line-height: 1.05; letter-spacing: -.01em; }
.product-headline h2 span { color: #5B9BD5; }
.product-headline-line { width: 60px; height: 3px; background: #0F385F; margin: 24px auto 0; border-radius: 2px; }

/* Product rows */
.product-row { display: flex; align-items: center; gap: 80px; padding: 80px 0; margin: 0; }
.product-row + .product-row { border-top: 1px solid rgba(0,0,0,.06); }
.product-row.reverse { flex-direction: row-reverse; }

/* Product image — cinematic hover */
.product-img { flex: 0 0 400px; text-align: center; }
.product-img img { max-height: 520px; width: auto; filter: drop-shadow(0 20px 50px rgba(0,0,0,.12)); }
.product-img > img { transition: transform .6s cubic-bezier(.25,.8,.25,1), filter .6s ease; }
.product-img > img:hover { transform: translateY(-12px); filter: drop-shadow(0 32px 64px rgba(0,0,0,.18)); }

/* Flip effect */
.flip-container { perspective: 1000px; cursor: pointer; }
.flip-inner { position: relative; width: 100%; height: 520px; transition: transform .8s cubic-bezier(.4,.2,.2,1); transform-style: preserve-3d; }
.flip-container:hover .flip-inner { transform: rotateY(180deg); }
.flip-front, .flip-back { position: absolute; top: 0; left: 50%; transform: translateX(-50%); backface-visibility: hidden; max-height: 520px; width: auto; transition: filter .6s ease; }
.flip-back { transform: translateX(-50%) rotateY(180deg); }
.flip-hint { display: block; margin-top: 8px; font-size: .75rem; color: #999; text-transform: uppercase; letter-spacing: .1em; opacity: 0; transition: opacity .3s; }
.flip-container:hover .flip-hint { opacity: 0; }
.flip-container .flip-hint { animation: hintPulse 3s ease-in-out 1s 2; }
@keyframes hintPulse { 0%,100% { opacity: 0; } 30%,70% { opacity: 1; } }

/* Product info */
.product-info { flex: 1; position: relative; padding-left: 32px; border-left: 3px solid #0F385F; }
.product-label { display: inline-block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: #5B9BD5; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #eef0f3; width: 100%; }
.product-num { font-family: 'Barlow Condensed', sans-serif; font-size: 10rem; font-weight: 800; color: rgba(5,27,54,.04); line-height: .8; position: absolute; top: -32px; right: 0; pointer-events: none; letter-spacing: -.04em; }
.product-info h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 2.6rem; font-weight: 700; text-transform: uppercase; color: #051B36; margin-bottom: 24px; letter-spacing: .01em; }
.product-info ul { margin-bottom: 32px; }
.product-info li { padding: 12px 0 12px 28px; position: relative; color: #555; font-size: .95rem; line-height: 1.5; }
.product-info li::before { content: ''; position: absolute; left: 0; top: 18px; width: 8px; height: 8px; background: #5B9BD5; border-radius: 50%; }
.product-info li + li { border-top: 1px solid #eef0f3; }

/* Arrow button */
.btn-arrow { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; background: #0F385F; color: #fff; border-radius: 10px; font-weight: 700; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; transition: all .4s cubic-bezier(.25,.8,.25,1); cursor: pointer; border: none; overflow: hidden; }
.btn-arrow svg { width: 18px; height: 18px; transition: transform .4s cubic-bezier(.25,.8,.25,1); flex-shrink: 0; }
.btn-arrow:hover { background: #051B36; padding-right: 28px; gap: 16px; box-shadow: 0 8px 24px rgba(5,27,54,.3); }
.btn-arrow:hover svg { transform: translateX(4px); }

/* ---------- BANNER CTA ---------- */
.banner-cta { background: url('img/banner-bg.png') center/cover no-repeat fixed; position: relative; }
.banner-overlay { background: rgba(5,27,54,.45); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); padding: 120px 0; }
.banner-inner { text-align: center; color: #fff; display: flex; flex-direction: column; align-items: center; }
.banner-label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; color: rgba(255,255,255,.5); margin-bottom: 16px; }
.banner-inner h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 800; text-transform: uppercase; line-height: 1.1; margin-bottom: 32px; text-shadow: 0 4px 24px rgba(0,0,0,.3); letter-spacing: .02em; }
.banner-inner .btn-white { padding: 15px 36px; border-radius: 50px; font-size: .82rem; letter-spacing: .1em; transition: all .4s; }
.banner-inner .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,.2); }

/* ---------- ABOUT ---------- */
.about { padding: 80px 0; background: #f7f8fa; }
.about-inner { display: flex; align-items: center; gap: 60px; }
.about-content { flex: 1; }
.about-content h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 2.4rem; font-weight: 700; text-transform: uppercase; color: #051B36; margin-bottom: 20px; }
.about-content p { color: #555; margin-bottom: 16px; font-size: .95rem; }
.about-content .btn { margin-top: 12px; }
.about-image { flex: 0 0 440px; }

/* ---------- PROCESS ---------- */
.process { padding: 100px 0; position: relative; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative; max-width: 1060px; margin: 0 auto; }
.process-grid::before { content: ''; position: absolute; top: 100px; left: 14%; right: 14%; height: 1px; background: #dde1e8; z-index: 0; }
.process-step { text-align: center; position: relative; z-index: 1; }
.process-img-wrap { position: relative; width: 200px; height: 200px; margin: 0 auto 24px; border-radius: 18px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.08); }
.process-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 6s cubic-bezier(.25,.8,.25,1); }
.process-step:hover .process-img-wrap img { transform: scale(1.08); }
.process-num { position: absolute; bottom: 0; left: 0; font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; color: #fff; background: #051B36; padding: 6px 14px; border-radius: 0 10px 0 18px; letter-spacing: .06em; }
.process-step h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.25rem; font-weight: 700; text-transform: uppercase; color: #051B36; margin-bottom: 8px; letter-spacing: .04em; }
.process-step p { font-size: .85rem; color: #888; max-width: 220px; margin: 0 auto; line-height: 1.6; }

/* ---------- TESTIMONIALS ---------- */
.testimonials { padding: 80px 0; position: relative; overflow: hidden; background: #051B36; }
/* Video background — covers the full section */
.testimonials-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  /* Fallback: show poster on load, fades in as video buffers */
  opacity: .6;
}
/* Dark gradient overlay on top of the video */
.testimonials::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(5,27,54,.80), rgba(10,48,96,.72)); z-index: 1; }
.testimonials > .container { position: relative; z-index: 2; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 960px; margin: 0 auto; }
.testimonial-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 32px; backdrop-filter: blur(8px); color: #fff; transition: transform .3s, background .3s; }
.testimonial-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); }
.testimonial-quote { font-family: 'Barlow Condensed', sans-serif; font-size: 4rem; line-height: 1; color: rgba(255,255,255,.3); margin-bottom: -8px; }
.testimonial-card p { font-size: .9rem; opacity: .85; line-height: 1.7; margin-bottom: 20px; }
.testimonial-author strong { display: block; font-size: .95rem; }
.testimonial-author span { font-size: .88rem; opacity: .55; }

/* ---------- WHY US ---------- */
.why-us { padding: 100px 0; background: #fff; }
.why-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; max-width: 960px; margin: 0 auto; text-align: center; }
.why-stat { padding: 40px 24px; position: relative; }
.why-stat + .why-stat { border-left: 1px solid #eee; }
.why-stat strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(3.5rem, 6vw, 5rem); font-weight: 800; color: #051B36; line-height: 1; margin-bottom: 12px; letter-spacing: -.02em; }
.why-stat span { font-size: .88rem; color: #888; text-transform: uppercase; letter-spacing: .1em; line-height: 1.5; font-weight: 500; }

/* ---------- VIDEOS ---------- */
.videos {
  padding: 80px 0;
  background:
    linear-gradient(135deg, rgba(5,27,54,0.83) 0%, rgba(10,48,96,0.79) 100%),
    url('img/fans-celebracion.png') center center / cover no-repeat;
  position: relative;
}
.videos .section-sub { color: rgba(255,255,255,.6); }

/* Duo layout — two portrait cards, uniform on all screens */
.video-duo { display: flex; justify-content: center; gap: 28px; }

.vd-card { flex: 0 0 auto; width: 280px; display: flex; flex-direction: column; gap: 16px; transition: transform .4s cubic-bezier(.25,.8,.25,1); }
.vd-card:hover { transform: translateY(-6px); }

.vd-player-wrap { position: relative; width: 100%; aspect-ratio: 9/16; border-radius: 20px; overflow: hidden; background: #000; box-shadow: 0 12px 48px rgba(0,0,0,.55); }

.vd-video { width: 100%; height: 100%; object-fit: cover; display: block; }

.vd-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(5,27,54,.25); transition: background .3s ease; cursor: pointer; }
.vd-overlay.hidden { background: transparent; pointer-events: none; }
.vd-overlay.hidden .vd-play-btn { opacity: 0; transform: scale(0.8); }

.vd-play-btn { background: none; border: none; cursor: pointer; padding: 0; transition: transform .3s ease, opacity .3s ease; }
.vd-play-btn:hover { transform: scale(1.12); }
.vd-play-btn svg { display: block; filter: drop-shadow(0 4px 12px rgba(0,0,0,.4)); }

.vd-caption { color: #fff; padding: 0 4px; }
.vd-tag { display: inline-block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: #5B9BD5; margin-bottom: 6px; }
.vd-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; line-height: 1.2; color: rgba(255,255,255,.9); }

/* ---------- CONTACT ---------- */
.contact { padding: 80px 0; background: #f0f2f5; }
.contact-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: start; }
.contact-info h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 2.2rem; font-weight: 700; text-transform: uppercase; color: #051B36; margin-bottom: 24px; }
.contact-cards { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.contact-card { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
.contact-card-icon { width: 44px; height: 44px; background: #e8f4fd; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-card-icon svg { width: 20px; height: 20px; color: #0F385F; }
.contact-card a, .contact-card span { font-size: .9rem; color: #333; font-weight: 500; }
.contact-card a:hover { color: #0F385F; }
.contact-map { border-radius: 12px; overflow: hidden; height: 200px; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.contact-map iframe { width: 100%; height: 100%; border: none; }

.contact-form-card { background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 8px 32px rgba(0,0,0,.1); }
.contact-form-card h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 2.4rem; font-weight: 700; text-transform: uppercase; color: #051B36; margin-bottom: 4px; }
.form-subtitle { color: #1e3a5f; font-size: 15px; font-weight: 500; margin-bottom: 24px; line-height: 1.5; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.form-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.form-label { font-size: .78rem; font-weight: 600; color: #374151; letter-spacing: .02em; text-transform: uppercase; }
.form-req { color: #5B9BD5; font-weight: 700; }
.quote-form input,
.quote-form select,
.quote-form textarea { width: 100%; padding: 13px 16px; border: 1.5px solid #dde1e8; border-radius: 10px; background: #f8f9fb; font-size: 1rem; color: #1a1a2e; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; box-sizing: border-box; }
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus { border-color: #0F385F; box-shadow: 0 0 0 3px rgba(15,56,95,.1); background: #fff; }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #aab2bf; font-size: .9rem; }
.quote-form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23333' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 12px 8px; padding-right: 44px; cursor: pointer; }
.quote-form textarea { resize: vertical; min-height: 100px; }
.quote-form .btn { padding: 17px; font-size: 1rem; border-radius: 12px; margin-top: 4px; }

/* ---------- FOOTER ---------- */
.footer { background: #051B36; color: #fff; padding: 40px 0 0; }
.footer-inner { display: flex; align-items: center; justify-content: center; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.1); flex-wrap: wrap; gap: 20px; }
.footer-left, .footer-right { flex: 1; }
.footer-right { text-align: right; justify-content: flex-end; }
.footer-logo { height: 44px; width: auto; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 40px; height: 40px; background: rgba(255,255,255,.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; transition: background .3s; }
.footer-social a:hover { background: #0F385F; }
.footer-social svg { width: 18px; height: 18px; }
.footer-right { display: flex; gap: 12px; align-items: center; font-size: .82rem; opacity: .6; }
.footer-right a:hover { opacity: 1; }
.footer-right span { opacity: .4; }
.footer-bottom { padding: 16px 0; text-align: center; font-size: .78rem; opacity: .4; }
.footer-credit { padding: 12px 24px 16px; text-align: center; border-top: 1px solid rgba(255,255,255,.06); max-width: 1200px; margin: 0 auto; }
.footer-credit a { color: rgba(255,255,255,.3); font-size: 13px; text-decoration: none; transition: color .3s; }
.footer-credit a:hover { color: rgba(255,255,255,.6); text-decoration: underline; }

/* ---------- WHATSAPP FLOAT ---------- */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,.4); z-index: 999; transition: transform .3s, box-shadow .3s; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(37,211,102,.5); }


/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .product-headline h2 { font-size: 2.8rem; }
  .product-row, .product-row.reverse { flex-direction: column; gap: 40px; padding: 64px 0; }
  .product-img { flex: none; width: 100%; max-width: 340px; margin: 0 auto; }
  .product-img img { max-height: 440px; margin: 0 auto; }
  .product-info { border-left: none; padding-left: 0; text-align: center; }
  .product-label { border-bottom: none; width: auto; }
  .product-num { font-size: 7rem; position: static; display: block; margin-bottom: -20px; }
  .btn-arrow { justify-content: center; }
  .flip-container { width: 100%; }
  .flip-inner { height: 440px; }
  .flip-front, .flip-back { max-height: 440px; max-width: 100%; }
  .about-inner { flex-direction: column; gap: 32px; }
  .about-image { flex: none; width: 100%; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .process-grid::before { display: none; }
  .process-img-wrap { width: 160px; height: 160px; }
  .why-stats { grid-template-columns: repeat(2, 1fr); }
  .why-stat:nth-child(3) { border-left: none; }
  .why-stat { padding: 32px 16px; }
  .vd-card { width: 240px; }
  .contact-inner { grid-template-columns: 1fr; }
  .banner-overlay { padding: 80px 0; }
  .hero-image { flex: 0 0 280px; min-height: 420px; }
  .hero-slide { max-height: 400px; }
}

@media (max-width: 768px) {
  .topbar { display: none; }
  .nav-link-contact { display: none; }

  .menu-toggle { display: block; }
  .nav { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: #fff; flex-direction: column; justify-content: flex-start; align-items: center; gap: 4px; opacity: 0; visibility: hidden; transition: all .3s; z-index: 1000; overflow-y: auto; padding: 90px 24px 40px; }
  .nav.open { opacity: 1; visibility: visible; }
  .nav-link { font-size: 1.1rem; min-height: 48px; display: flex; align-items: center; text-transform: none; letter-spacing: 0; color: #333; }
  .nav-link::after { display: none; }
  .nav-link-contact { display: flex; }
  .nav-cta { display: none; }
  .nav-contact-box { display: block; margin-top: 8px; padding-top: 16px; border-top: 1px solid #eee; text-align: center; }
  .nav-contact-title { display: none; }
  .nav-contact-numbers { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 16px; }
  .nav-phone { display: flex; align-items: center; gap: 6px; color: #999; font-weight: 500; font-size: .85rem; padding: 12px 8px; min-height: 44px; }
  .nav-phone svg { width: 15px; height: 15px; fill: #25D366; flex-shrink: 0; }
  .nav-contact-divider { color: #ddd; font-size: .7rem; }
  .nav-contact-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 36px; min-height: 50px; background: #25D366; color: #fff; border-radius: 50px; font-size: .9rem; font-weight: 700; letter-spacing: .03em; transition: all .3s; box-shadow: 0 4px 16px rgba(37,211,102,.25); }
  .nav-contact-cta:hover { background: #20bd5a; box-shadow: 0 6px 24px rgba(37,211,102,.35); }

  .hero { padding: 32px 0 0; min-height: auto; touch-action: pan-y; overflow: clip; }
  .hero-inner { flex-direction: column; text-align: center; gap: 0; padding: 0 16px; }
  .hero-content { order: 2; padding: 0; }
  .hero h1 { font-size: 2.2rem; margin-bottom: 10px; }
  .hero-badge { font-size: .75rem; padding: 5px 14px; margin-bottom: 12px; }
  .hero-sub { margin: 0 auto 20px; font-size: .92rem; }
  .hero-actions-desktop { display: none; }
  .hero-actions-mobile { display: none; }
  .btn-wa-hero { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; max-width: 340px; padding: 16px 24px; background: #25D366; color: #fff; border-radius: 50px; font-weight: 700; font-size: 1rem; letter-spacing: .02em; box-shadow: 0 6px 24px rgba(37,211,102,.35); transition: all .3s; }
  .btn-wa-hero svg { width: 22px; height: 22px; flex-shrink: 0; }
  .btn-wa-hero .btn-wa-arrow { font-size: 1.2rem; margin-left: 4px; transition: transform .3s; }
  .btn-wa-hero:hover { background: #20bd5a; box-shadow: 0 8px 32px rgba(37,211,102,.45); }
  .btn-wa-hero:hover .btn-wa-arrow { transform: translateX(4px); }
  .hero-trust { font-size: .75rem; color: rgba(255,255,255,.5); letter-spacing: .04em; }
  .hero-badges { justify-content: center; gap: 8px; flex-wrap: nowrap; margin-bottom: 0; width: 100%; }
  .hero-badge-item { padding: 8px 0; flex: 1; min-width: 0; }
  .hero-badge-item strong { font-size: 1.2rem; }
  .hero-badge-item span { font-size: .7rem; letter-spacing: .04em; }
  .hero-image { flex: none; order: 1; min-height: 0; height: 280px; width: 100%; position: relative; margin-bottom: 8px; touch-action: pan-y; }
  .hero-slide { max-height: 260px; pointer-events: none !important; touch-action: pan-y; }
  .hero-slide.active { pointer-events: none !important; animation: none; touch-action: pan-y; }
  .hero-dots { padding: 12px 0 20px; gap: 6px; }
  .hero-dot { width: 24px; height: 3px; }
  .hero-dot.active { width: 44px; }

  .section-title { font-size: 2rem; }
  .categories, .about, .process, .testimonials, .why-us, .videos, .contact { padding: 56px 0; }
  .product-details { padding: 40px 0 0; }
  .product-headline { margin-bottom: 20px; }
  .product-headline h2 { font-size: 2.4rem; }

  .cat-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .cat-card { aspect-ratio: 3/4; }

  .product-row, .product-row.reverse { flex-direction: column; gap: 32px; }
  .product-row { padding: 40px 0; }
  .product-img { flex: none; width: 100%; max-width: 240px; margin: 0 auto; }
  .product-img img { max-height: 340px; margin: 0 auto; }
  .flip-container { width: 100%; }
  .flip-inner { height: 340px; }
  .flip-front, .flip-back { max-height: 340px; max-width: 100%; }
  .flip-container .flip-hint { display: none; }
  .flip-container.flipped .flip-inner { transform: rotateY(180deg); }
  .product-num { font-size: 5rem; position: static; display: block; margin-bottom: -16px; }
  .product-label { border-bottom: none; width: auto; }
  .product-info { text-align: center; border-left: none; padding-left: 0; }
  .product-info h2 { font-size: 1.8rem; }
  .product-info ul { display: inline-block; text-align: left; }
  .product-info .btn-arrow { margin: 16px auto 0; justify-content: center; display: flex; }

  .banner-cta { background-attachment: scroll; }
  .banner-inner .btn-white { padding: 14px 32px; min-height: 50px; }

  .about-content { text-align: center; }
  .about-content .btn { display: inline-flex; }

  .testimonial-grid { grid-template-columns: 1fr; }

  .why-us { padding: 60px 0; }
  .why-stats { grid-template-columns: repeat(2, 1fr); }
  .why-stat { padding: 28px 12px; }
  .why-stat:nth-child(odd) { border-left: none; }

  .video-duo { gap: 16px; }
  .vd-card { width: calc(50% - 8px); max-width: 220px; }
  .vd-player-wrap { border-radius: 16px; }

  .contact-inner { display: flex; flex-direction: column; gap: 32px; }
  .contact-info { width: 100%; text-align: center; }
  .contact-info h2 { text-align: center; }
  .contact-form-card { width: 100%; padding: 28px 20px; order: -1; }
  .form-row { grid-template-columns: 1fr; }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    padding-bottom: 28px;
  }
  .footer-left { width: 100%; display: flex; justify-content: center; }
  .footer-social { justify-content: center; }
  .footer-right { width: 100%; justify-content: center; text-align: center; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 2.2rem; }
  .hero-badge-item { padding: 10px 14px; }
  .hero-badge-item strong { font-size: 1.4rem; }
  .cat-grid { grid-template-columns: 1fr 1fr; max-width: none; margin: 0; gap: 12px; }
  .cat-card { aspect-ratio: 3/4; }
  .cat-overlay { padding: 20px 16px; }
  .cat-overlay h3 { font-size: 1.5rem; }
  .cat-overlay p { font-size: .78rem; }
  .cat-card-cta { display: none; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .process-img-wrap { width: 130px; height: 130px; }
  .why-stats { grid-template-columns: repeat(2, 1fr); }
}


/* Testimonial Dots */
.testimonial-dots { display: flex; justify-content: center; align-items: center; gap: 14px; margin-top: 40px; }
.testimonial-dots button { width: 16px; height: 16px; border-radius: 50%; background: rgba(255,255,255,.3); border: 2px solid rgba(255,255,255,.4); cursor: pointer; transition: all .3s; padding: 0; }
.testimonial-dots button.active { background: #fff; border-color: #fff; transform: scale(1.4); }
.testimonial-dots button:hover { background: rgba(255,255,255,.6); border-color: rgba(255,255,255,.7); }
.testimonial-grid { animation: fadeIn .4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ============================================
   PERFORMANCE: content-visibility for below-fold sections
   Skips layout/paint/rendering until sections near scroll position.
   contain-intrinsic-size avoids scroll-bar jump before paint.
   ============================================ */
.categories,
.about,
.process,
.testimonials,
.why-us,
.videos,
.contact {
  content-visibility: auto;
  contain-intrinsic-size: 0 auto;
}

/* === Anti-spam honeypot === */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
