/* shared enhancements */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 100;
  width: 56px; height: 56px; display: grid; place-items: center;
  background: #25D366; border-radius: 50%;
  box-shadow: 0 6px 24px rgba(37,211,102,0.4); transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 8px 32px rgba(37,211,102,0.55); }
.whatsapp-float svg { width: 30px; height: 30px; fill: var(--white); }

.back-to-top {
  position: fixed; bottom: 96px; right: 28px; z-index: 100;
  width: 48px; height: 48px; display: grid; place-items: center;
  background: #1a365d; color: var(--white); border: 0;
  border-radius: 50%; cursor: pointer; opacity: 0; pointer-events: none;
  transition: opacity 0.3s, background 0.2s; box-shadow: 0 4px 18px rgba(10,22,40,0.35);
}
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: #e0742a; }
.back-to-top .btt-arrow { width: 20px; height: 20px; color: var(--white); }
@media (max-width: 1024px) {
  .back-to-top { bottom: 84px; right: 20px; }
}

.header-cta {
  display: inline-flex; align-items: center; gap: 7px;
  min-height: 40px; padding: 0 16px;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.02em;
  border-radius: var(--radius); text-decoration: none; white-space: nowrap;
  transition: all 0.2s ease;
  flex: 0 0 auto;
  margin: 0;
}
.header-cta { background: var(--orange); color: #fff; border: 1.5px solid var(--orange); }
.header-cta:hover { background: var(--orange-dark); border-color: var(--orange-dark); }
.header-cta svg { flex-shrink: 0; }
.header-cta span { line-height: 1; }

.header-cta-sample { 
  background: transparent !important; 
  border: 1.5px solid var(--orange) !important; 
  color: var(--orange) !important; 
  margin: 0 !important; 
  flex: 0 0 auto !important;
}
.header-cta-sample:hover { background: var(--orange); color: #fff; }


.footer-enhanced {
  padding: 56px max(24px, calc((100vw - 1180px) / 2)) 32px;
  color: rgba(255,255,255,0.7); background: #0a1628;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr; gap: 36px; margin-bottom: 42px; }
.footer-col h4 { margin: 0 0 14px; color: var(--white); font-size: 0.94rem; }
.footer-col a, .footer-col p { display: block; margin: 0 0 8px; color: rgba(255,255,255,0.55); font-size: 0.82rem; }
.footer-col a:hover { color: var(--white); }
.footer-brand { color: var(--white) !important; font-weight: 800; font-size: 1.15rem !important; margin-bottom: 12px !important; }
.footer-bottom {
  padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 0.82rem;
}


.iso-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);border-radius:20px;color:rgba(255,255,255,0.7);font-size:0.82rem}.iso-badge strong{color:#e0742a}.trust-bar{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:16px}@media (max-width: 640px){.iso-badge{font-size:0.75rem}}
.scroll-reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.scroll-reveal.revealed { opacity: 1; transform: translateY(0); }


.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#0a1628;color:rgba(255,255,255,0.85);padding:16px 24px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;font-size:0.86rem;border-top:1px solid rgba(255,255,255,0.1);display:none}.cookie-banner.is-visible{display:flex}.cookie-banner button{border:0;cursor:pointer;font:inherit;font-weight:700;padding:8px 20px;border-radius:var(--radius);white-space:nowrap}.cookie-accept{background:var(--orange);color:var(--white)}.cookie-accept:hover{background:var(--orange-dark)}.cookie-deny{background:transparent;color:rgba(255,255,255,0.6);border:1px solid rgba(255,255,255,0.2)}.cookie-deny:hover{color:var(--white)}
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .whatsapp-float { bottom: 20px; right: 20px; }
  .back-to-top { bottom: 84px; right: 20px; }
  .header-cta { order: 4; min-height: 36px; padding: 0 12px; font-size: 0.82rem; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}


/* Floating catalog button - left side */
.catalog-float {
  position: fixed; left: 20px; bottom: 24px; z-index: 90;
  display: flex; align-items: center; gap: 8px;
  padding: 12px 20px;
  background: var(--orange); color: var(--white);
  border-radius: 50px;
  font-weight: 800; font-size: 0.94rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(224,116,42,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.catalog-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(224,116,42,0.5);
}
.catalog-float svg { width: 18px; height: 18px; flex-shrink: 0; }
.catalog-float span { white-space: nowrap; }

@media (max-width: 640px) {
  .catalog-float { left: 12px; bottom: 16px; padding: 10px 16px; font-size: 0.82rem; }
  .catalog-float span { display: inline; }
  .catalog-float svg { width: 22px; height: 22px; }
}
