/* ONE63 Nexus — WordPress additions on top of compiled Vite CSS */

/* ── Body / layout ── */
body { overflow-x: hidden; }
#root { display: none !important; } /* hide Vite's React root */
.one63-page { min-height: 100vh; }

/* ── WP admin bar offset ── */
.admin-bar #one63-navbar { top: 32px !important; }
@media screen and (max-width: 782px) {
  .admin-bar #one63-navbar { top: 46px !important; }
}

/* ── Navbar WP overrides ── */
#one63-navbar {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 999;
  transition: padding 0.4s cubic-bezier(.22,1,.36,1), background 0.4s;
  padding: 1rem 0;
}
#one63-navbar.scrolled {
  padding: 0.5rem 0;
}
#one63-navbar .one63-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0.6rem 0.6rem 1.5rem;
  border-radius: 9999px;
}
/* Desktop nav links — hidden below lg */
#one63-navbar .one63-nav-links {
  display: none;
  align-items: center;
  gap: 2rem;
  flex: 1;
  justify-content: center;
}
@media (min-width: 1024px) {
  #one63-navbar .one63-nav-links { display: flex; }
  #one63-navbar .one63-hamburger { display: none !important; }
}
#one63-navbar .one63-nav-links a {
  font-size: 0.875rem;
  color: hsl(220 10% 65%);
  transition: color 0.25s;
  white-space: nowrap;
  text-decoration: none;
}
#one63-navbar .one63-nav-links a:hover,
#one63-navbar .one63-nav-links a.current-menu-item { color: hsl(220 20% 98%); }

/* Hamburger */
#one63-navbar .one63-hamburger { display: inline-flex; }
@media (min-width: 1024px) { #one63-navbar .one63-hamburger { display: none; } }

/* Mobile dropdown */
#one63-mobile-menu {
  display: none;
  margin-top: 0.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
#one63-mobile-menu.open { display: block; animation: fadeUp 0.3s cubic-bezier(.22,1,.36,1) both; }
#one63-mobile-menu a {
  display: block;
  padding: 0.875rem 1.25rem;
  font-size: 0.9rem;
  color: hsl(220 10% 65%);
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
#one63-mobile-menu a:hover { color: hsl(220 20% 98%); background: hsl(240 18% 12%); }

/* Cart badge */
.one63-cart-badge {
  position: absolute;
  top: -2px; right: -2px;
  width: 1rem; height: 1rem;
  font-size: 0.6rem;
  border-radius: 50%;
  background: linear-gradient(135deg, hsl(220 100% 60%), hsl(275 95% 65%));
  color: hsl(240 20% 5%);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; line-height: 1;
  pointer-events: none;
}

/* ── Hero section ── */
#one63-hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 5rem;
}
#one63-hero .one63-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  width: 100%;
  padding-block: clamp(3rem, 8vh, 5rem);
}
@media (min-width: 768px) {
  #one63-hero .one63-hero-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1280px) {
  #one63-hero .one63-hero-grid { grid-template-columns: 6fr 5fr; gap: 4rem; }
}

/* Hero image card */
.one63-hero-img-card {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 1.5rem;
  overflow: hidden;
  animation: float 7s ease-in-out infinite;
}
.one63-hero-img-card img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.one63-hero-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, hsl(240 22% 5% / 0.75) 0%, transparent 55%);
  pointer-events: none;
}
.one63-hero-badge {
  position: absolute;
  border-radius: 1rem;
  padding: 0.65rem 1rem;
  z-index: 5;
}
.one63-hero-badge-tl { top: 1.25rem; left: 1.25rem; animation: float 9s ease-in-out infinite; }
.one63-hero-badge-br { bottom: 1.25rem; right: 1.25rem; animation: float 6s ease-in-out infinite; }
.one63-hero-badge-sub { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.15em; color: hsl(220 10% 65%); }
.one63-hero-badge-val { font-size: 0.875rem; font-weight: 600; margin-top: 0.1rem; }

/* Hero content */
.one63-hero-content { display: flex; flex-direction: column; gap: 1.5rem; }
.one63-hero-title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: clamp(3.5rem, 10vw, 7.5rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.04em;
}
.one63-hero-title span { display: block; }
.one63-hero-title .one63-title-grad {
  background: linear-gradient(135deg, hsl(220 100% 60%), hsl(275 95% 65%));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradientShift 8s ease infinite;
}
.one63-hero-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.one63-hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; padding-top: 0.5rem; }
.one63-stat-n {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  background: linear-gradient(135deg, hsl(220 100% 75%), hsl(275 100% 75%));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.one63-stat-l { font-size: 0.75rem; color: hsl(220 10% 65%); margin-top: 0.15rem; }

/* Hero marquee */
.one63-marquee-wrap { margin-top: clamp(2.5rem, 6vh, 4rem); overflow: hidden; }
.one63-marquee-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.3em; color: hsl(220 10% 65%); text-align: center; margin-bottom: 1rem; }
.one63-marquee-track {
  display: flex; gap: 3rem; white-space: nowrap;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.75rem); font-weight: 600;
  color: hsl(220 20% 98% / 0.28);
  animation: marquee 30s linear infinite;
}
.one63-marquee-track span:hover { color: hsl(220 20% 98%); transition: color 0.3s; }

/* ── Sections shared ── */
.one63-section { padding-block: clamp(4rem, 8vw, 6rem); }
.one63-eyebrow {
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: hsl(230 100% 65%);
  margin-bottom: 0.75rem;
}
.one63-section-title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700; line-height: 1.05;
}
.one63-text-grad {
  background: linear-gradient(135deg, hsl(220 100% 75%), hsl(275 100% 75%));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.one63-section-hd { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.one63-view-all { font-size: 0.875rem; color: hsl(220 10% 65%); display: inline-flex; align-items: center; gap: 0.4rem; white-space: nowrap; text-decoration: none; transition: color 0.25s; }
.one63-view-all:hover { color: hsl(220 20% 98%); }

/* ── Categories grid ── */
.one63-cats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 1.25rem; }
.one63-cat-card {
  display: block; position: relative; aspect-ratio: 4/5;
  border-radius: 1.5rem; overflow: hidden;
  transition: transform 0.5s cubic-bezier(.22,1,.36,1), box-shadow 0.5s;
  text-decoration: none; color: inherit;
  background: linear-gradient(135deg, hsl(240 22% 10%), hsl(260 25% 8%));
}
.one63-cat-card:hover { transform: translateY(-4px); box-shadow: 0 0 60px hsl(275 95% 65% / 0.35); }
.one63-cat-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.65; transition: opacity 0.6s, transform 0.7s; }
.one63-cat-card:hover img { opacity: 1; transform: scale(1.08); }
.one63-cat-overlay { position: absolute; inset: 0; background: linear-gradient(to top, hsl(240 22% 5%) 0%, hsl(240 22% 5% / 0.55) 40%, transparent 70%); }
.one63-cat-body { position: absolute; inset: 0; padding: 1.5rem; display: flex; flex-direction: column; justify-content: flex-end; }
.one63-cat-count { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.2em; color: hsl(230 100% 65%); margin-bottom: 0.5rem; }
.one63-cat-name { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: clamp(1.25rem, 2.5vw, 1.75rem); font-weight: 700; margin-bottom: 0.25rem; }
.one63-cat-desc { font-size: 0.8rem; color: hsl(220 10% 65%); margin-bottom: 0.875rem; }
.one63-cat-cta { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.8rem; font-weight: 600; color: hsl(220 20% 98%); transition: color 0.3s; }
.one63-cat-card:hover .one63-cat-cta { color: hsl(230 100% 65%); }

/* ── Products grid ── */
.one63-prod-tabs-wrap { margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }
.one63-prod-tabs {
  display: flex; flex-wrap: wrap; gap: 0.25rem;
  padding: 0.35rem; border-radius: 9999px;
  margin-top: 1.5rem;
  background: linear-gradient(145deg, hsl(240 20% 12% / 0.6), hsl(240 20% 6% / 0.4));
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid hsl(240 30% 30% / 0.3);
  width: fit-content;
}
.one63-prod-tab {
  padding: 0.45rem 1.1rem; border-radius: 9999px;
  font-size: 0.8rem; font-weight: 500; color: hsl(220 10% 65%);
  background: none; border: none; cursor: pointer; font-family: inherit;
  transition: all 0.3s;
}
.one63-prod-tab:hover { color: hsl(220 20% 98%); }
.one63-prod-tab.active {
  background: linear-gradient(135deg, hsl(220 100% 60%), hsl(275 95% 65%));
  color: hsl(240 20% 5%);
  box-shadow: 0 0 24px hsl(220 100% 60% / 0.45);
}
.one63-prods-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  /* equal-height rows so all cards stretch to the same height */
  align-items: stretch;
}
@media (min-width: 768px)  { .one63-prods-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
@media (min-width: 1024px) { .one63-prods-grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; } }

/* Card — flex column so footer is always pinned to bottom */
.one63-prod-card {
  border-radius: 1.5rem;
  padding: 0.875rem;
  background: linear-gradient(145deg, hsl(240 25% 14% / 0.85), hsl(240 25% 8% / 0.7));
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border: 1px solid hsl(240 30% 30% / 0.4);
  transition: transform 0.45s cubic-bezier(.22,1,.36,1), box-shadow 0.45s;
  position: relative;
  /* KEY FIX: flex column pushes price/button to bottom */
  display: flex;
  flex-direction: column;
}
.one63-prod-card::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(135deg, hsl(220 100% 60% / 0.4), hsl(275 95% 65% / 0.4), transparent 60%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.one63-prod-card:hover { transform: translateY(-4px); box-shadow: 0 0 60px hsl(275 95% 65% / 0.35); }

/* Image — fixed square, never stretches */
.one63-prod-img {
  position: relative;
  width: 100%;
  /* fixed height instead of aspect-ratio so all images are identical */
  height: 180px;
  border-radius: 1rem;
  overflow: hidden;
  background: hsl(240 18% 14%);
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}
@media (min-width: 480px) { .one63-prod-img { height: 200px; } }
@media (min-width: 768px) { .one63-prod-img { height: 200px; } }
@media (min-width: 1024px){ .one63-prod-img { height: 210px; } }

.one63-prod-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;       /* contain keeps full product visible */
  object-position: center;
  display: block;
  padding: 0.5rem;           /* small breathing room around product photo */
  transition: transform 0.6s cubic-bezier(.22,1,.36,1);
}
.one63-prod-card:hover .one63-prod-img img { transform: scale(1.06); }

.one63-prod-tag {
  position: absolute; top: 0.5rem; left: 0.5rem;
  font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  padding: 0.2rem 0.55rem; border-radius: 9999px;
  background: linear-gradient(135deg, hsl(220 100% 60%), hsl(275 95% 65%));
  color: hsl(240 20% 5%);
  white-space: nowrap;
}
.one63-prod-wish {
  position: absolute; top: 0.5rem; right: 0.5rem;
  width: 1.75rem; height: 1.75rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: hsl(240 20% 8% / 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid hsl(240 30% 30% / 0.4);
  cursor: pointer; color: hsl(220 20% 98%); transition: color 0.3s;
}
.one63-prod-wish:hover { color: #f43f5e; }
.one63-prod-wish svg { width: 13px; height: 13px; }

/* Meta row */
.one63-prod-meta {
  display: flex; align-items: center; gap: 0.25rem;
  font-size: 0.7rem; color: hsl(220 10% 60%);
  margin-bottom: 0.3rem;
  flex-shrink: 0;
}
.one63-prod-meta svg { color: hsl(230 100% 65%); fill: hsl(230 100% 65%); width: 11px; height: 11px; }

/* Product name — 2 lines max, no overflow bleed */
.one63-prod-name {
  font-weight: 600;
  font-size: clamp(0.78rem, 1.4vw, 0.875rem);
  line-height: 1.35;
  margin-bottom: 0.5rem;
  /* allow 2 lines, clip after */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* grow to fill space so footer stays at bottom */
  flex: 1;
  min-height: 2.4em;
}
.one63-prod-name a { color: inherit; text-decoration: none; }

/* Footer row — always at the bottom of the card */
.one63-prod-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 0.5rem;
  border-top: 1px solid hsl(240 18% 16% / 0.6);
}

/* Price — single line, never wraps */
.one63-prod-price {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(0.78rem, 1.8vw, 0.9375rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 2.75rem); /* leave room for cart button */
}
/* WooCommerce puts price in nested spans — flatten them */
.one63-prod-price .woocommerce-Price-amount { font-size: inherit; }
.one63-prod-price del { display: none; } /* hide crossed-out price from price span */
.one63-prod-old {
  font-size: 0.68rem;
  color: hsl(220 10% 55%);
  text-decoration: line-through;
  white-space: nowrap;
}

/* Cart icon button — fixed size */
.one63-btn.one63-btn-icon {
  flex-shrink: 0;
  width: 2.25rem; height: 2.25rem;
  padding: 0;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
}

/* ── Why Us ── */
.one63-why-grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .one63-why-grid { grid-template-columns: 5fr 7fr; align-items: start; } }
@media (min-width: 1024px) { .one63-why-left { position: sticky; top: calc(72px + 1.5rem); } }
.one63-why-desc { font-size: clamp(1rem, 2vw, 1.1rem); color: hsl(220 10% 65%); line-height: 1.75; margin-top: 1.25rem; }
.one63-feats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.875rem; }
.one63-feat-card { border-radius: 1rem; padding: 1.25rem; background: linear-gradient(145deg, hsl(240 25% 14% / 0.85), hsl(240 25% 8% / 0.7)); border: 1px solid hsl(240 30% 30% / 0.4); transition: box-shadow 0.4s; }
.one63-feat-card:hover { box-shadow: 0 0 60px hsl(275 95% 65% / 0.35); }
.one63-feat-icon { width: 2.5rem; height: 2.5rem; border-radius: 0.6rem; background: hsl(230 100% 65% / 0.15); border: 1px solid hsl(230 100% 65% / 0.25); display: flex; align-items: center; justify-content: center; color: hsl(230 100% 65%); margin-bottom: 0.875rem; }
.one63-feat-title { font-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 600; font-size: 0.9375rem; margin-bottom: 0.3rem; }
.one63-feat-desc { font-size: 0.8rem; color: hsl(220 10% 65%); line-height: 1.6; }

/* ── Installments ── */
.one63-inst-center { text-align: center; max-width: 40rem; margin-inline: auto; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.one63-inst-desc { color: hsl(220 10% 65%); margin-top: 0.875rem; font-size: 0.9375rem; }
.one63-inst-grid { display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .one63-inst-grid { grid-template-columns: repeat(3, 1fr); } }
.one63-inst-card { border-radius: 1.5rem; padding: 2rem 1.75rem; background: linear-gradient(145deg, hsl(240 25% 14% / 0.85), hsl(240 25% 8% / 0.7)); border: 1px solid hsl(240 30% 30% / 0.4); position: relative; transition: transform 0.45s, box-shadow 0.45s; }
.one63-inst-card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, hsl(220 100% 60% / 0.5), hsl(275 95% 65% / 0.5), transparent 60%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.one63-inst-card:hover { transform: translateY(-4px); box-shadow: 0 0 60px hsl(275 95% 65% / 0.35); }
.one63-inst-hd { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1.25rem; }
.one63-inst-icon { width: 3.25rem; height: 3.25rem; border-radius: 0.875rem; background: linear-gradient(135deg, hsl(220 100% 60%), hsl(275 95% 65%)); display: flex; align-items: center; justify-content: center; color: hsl(240 20% 5%); box-shadow: 0 0 30px hsl(220 100% 60% / 0.4); }
.one63-inst-badge { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.25rem 0.75rem; border-radius: 9999px; color: hsl(230 100% 65%); background: linear-gradient(145deg, hsl(240 20% 12% / 0.6), hsl(240 20% 6% / 0.4)); border: 1px solid hsl(240 30% 30% / 0.3); }
.one63-inst-title { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: 1.35rem; font-weight: 700; margin-bottom: 0.45rem; }
.one63-inst-desc-txt { font-size: 0.85rem; color: hsl(220 10% 65%); line-height: 1.65; margin-bottom: 1.5rem; }
.one63-inst-ft { display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid hsl(240 18% 16%); padding-top: 1.1rem; margin-bottom: 1.25rem; }
.one63-inst-from-lbl { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.1em; color: hsl(220 10% 65%); }
.one63-inst-amt { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: 1.15rem; font-weight: 700; background: linear-gradient(135deg, hsl(220 100% 75%), hsl(275 100% 75%)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.one63-inst-mo { font-size: 0.75rem; color: hsl(220 10% 65%); }

/* ── Care ── */
.one63-care-box { position: relative; border-radius: 2rem; padding: clamp(2rem, 5vw, 3.5rem); overflow: hidden; background: linear-gradient(145deg, hsl(240 25% 14% / 0.85), hsl(240 25% 8% / 0.7)); border: 1px solid hsl(240 30% 30% / 0.4); }
.one63-care-glow-tr { position: absolute; top: -5rem; right: -3rem; width: 320px; height: 320px; border-radius: 50%; background: hsl(190 100% 60% / 0.25); filter: blur(120px); pointer-events: none; }
.one63-care-glow-bl { position: absolute; bottom: -5rem; left: -3rem; width: 320px; height: 320px; border-radius: 50%; background: hsl(230 100% 65% / 0.2); filter: blur(120px); pointer-events: none; }
.one63-care-grid { position: relative; display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .one63-care-grid { grid-template-columns: 1fr 1fr; } }
.one63-care-live { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.35rem 1rem; border-radius: 9999px; font-size: 0.75rem; margin-bottom: 1.25rem; background: linear-gradient(145deg, hsl(240 20% 12% / 0.6), hsl(240 20% 6% / 0.4)); border: 1px solid hsl(240 30% 30% / 0.3); width: fit-content; }
.one63-care-dot { width: 0.4rem; height: 0.4rem; border-radius: 50%; background: hsl(190 100% 60%); animation: pulseDot 2s ease-in-out infinite; }
.one63-care-title { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 700; margin-bottom: 1rem; }
.one63-care-p { font-size: clamp(0.9rem, 2vw, 1.05rem); color: hsl(220 10% 65%); line-height: 1.75; margin-bottom: 1.5rem; max-width: 36ch; }
.one63-care-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.one63-svcs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
.one63-svc-card { border-radius: 1rem; padding: 1.1rem; background: linear-gradient(145deg, hsl(240 20% 12% / 0.6), hsl(240 20% 6% / 0.4)); border: 1px solid hsl(240 30% 30% / 0.3); color: hsl(230 100% 65%); transition: background 0.3s; }
.one63-svc-card:hover { background: hsl(240 18% 12%); }
.one63-svc-label { font-size: 0.85rem; font-weight: 500; margin-top: 0.65rem; color: hsl(220 20% 98%); }

/* ── Reviews ── */
.one63-rev-grid { display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .one63-rev-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .one63-rev-grid > *:nth-child(even) { margin-top: 1.5rem; } }
.one63-rev-card { border-radius: 1.5rem; padding: 1.75rem; background: linear-gradient(145deg, hsl(240 25% 14% / 0.85), hsl(240 25% 8% / 0.7)); border: 1px solid hsl(240 30% 30% / 0.4); transition: box-shadow 0.4s; }
.one63-rev-card:hover { box-shadow: 0 0 60px hsl(275 95% 65% / 0.35); }
.one63-rev-hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.one63-rev-stars { display: flex; gap: 0.1rem; }
.one63-rev-stars svg { width: 14px; height: 14px; color: hsl(230 100% 65%); fill: hsl(230 100% 65%); }
.one63-rev-q { width: 28px; height: 28px; color: hsl(230 100% 65% / 0.3); }
.one63-rev-text { font-size: clamp(0.875rem, 2vw, 1rem); line-height: 1.75; margin-bottom: 1.5rem; }
.one63-rev-ft { display: flex; align-items: center; gap: 0.75rem; padding-top: 1.1rem; border-top: 1px solid hsl(240 18% 16%); }
.one63-rev-av { width: 2.25rem; height: 2.25rem; border-radius: 50%; background: linear-gradient(135deg, hsl(220 100% 60%), hsl(275 95% 65%)); display: flex; align-items: center; justify-content: center; font-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 700; font-size: 0.8rem; color: hsl(240 20% 5%); flex-shrink: 0; }
.one63-rev-name { font-weight: 600; font-size: 0.875rem; }
.one63-rev-role { font-size: 0.75rem; color: hsl(220 10% 65%); }

/* ── Footer ── */
.one63-footer { padding-block: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 3vw, 2.5rem); }
.one63-footer-box { border-radius: 2rem; padding: clamp(1.75rem, 4vw, 3.5rem); background: linear-gradient(145deg, hsl(240 25% 14% / 0.85), hsl(240 25% 8% / 0.7)); border: 1px solid hsl(240 30% 30% / 0.4); }
.one63-footer-grid { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .one63-footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr; } }
.one63-footer-logo { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem; text-decoration: none; color: hsl(220 20% 98%); }
.one63-footer-logo-badge { display: inline-flex; width: 2.25rem; height: 2.25rem; border-radius: 0.6rem; background: linear-gradient(135deg, hsl(220 100% 60%), hsl(275 95% 65%)); box-shadow: 0 0 30px hsl(220 100% 60% / 0.4); align-items: center; justify-content: center; font-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 700; color: hsl(240 20% 5%); font-size: 0.8rem; }
.one63-footer-logo-text { font-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 700; font-size: 1.1rem; }
.one63-footer-tag { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: clamp(1.2rem, 3vw, 1.65rem); font-weight: 700; line-height: 1.3; margin-bottom: 1rem; }
.one63-footer-desc { font-size: 0.875rem; color: hsl(220 10% 65%); line-height: 1.7; margin-bottom: 1.25rem; }
.one63-footer-socials { display: flex; gap: 0.5rem; }
.one63-footer-soc { width: 2.25rem; height: 2.25rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: hsl(220 20% 98%); text-decoration: none; background: linear-gradient(145deg, hsl(240 20% 12% / 0.6), hsl(240 20% 6% / 0.4)); border: 1px solid hsl(240 30% 30% / 0.3); transition: box-shadow 0.3s; }
.one63-footer-soc:hover { box-shadow: 0 0 24px hsl(220 100% 60% / 0.45); }
.one63-footer-col-title { font-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 600; font-size: 0.875rem; margin-bottom: 0.875rem; }
.one63-footer-col-list { display: flex; flex-direction: column; gap: 0.5rem; list-style: none; padding: 0; margin: 0; }
.one63-footer-col-list a { font-size: 0.85rem; color: hsl(220 10% 65%); text-decoration: none; transition: color 0.25s; }
.one63-footer-col-list a:hover { color: hsl(220 20% 98%); }
.one63-footer-contact-item { display: flex; gap: 0.5rem; font-size: 0.85rem; color: hsl(220 10% 65%); align-items: flex-start; margin-bottom: 0.625rem; }
.one63-footer-contact-item svg { color: hsl(230 100% 65%); flex-shrink: 0; margin-top: 0.15rem; }
.one63-footer-bar { border-top: 1px solid hsl(240 18% 16%); margin-top: 2.5rem; padding-top: 1.25rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: 0.75rem; color: hsl(220 10% 65%); }
.one63-footer-legal { display: flex; gap: 1.25rem; }
.one63-footer-legal a { color: hsl(220 10% 65%); text-decoration: none; transition: color 0.25s; }
.one63-footer-legal a:hover { color: hsl(220 20% 98%); }

/* ── WhatsApp FAB ── */
.one63-wa-fab { position: fixed; bottom: 1.75rem; right: 1.75rem; z-index: 900; width: 3.25rem; height: 3.25rem; border-radius: 50%; background: linear-gradient(135deg, #25d366, #128c7e); display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 0 28px rgba(37,211,102,.4); transition: transform 0.3s, box-shadow 0.3s; text-decoration: none; }
.one63-wa-fab:hover { transform: scale(1.12); box-shadow: 0 0 48px rgba(37,211,102,.6); }

/* ── Buttons ── */
.one63-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.7rem 1.5rem; border-radius: 9999px; font-size: 0.875rem; font-weight: 600; white-space: nowrap; cursor: pointer; transition: transform 0.25s, box-shadow 0.25s; border: none; font-family: inherit; line-height: 1; text-decoration: none; }
.one63-btn:hover { transform: translateY(-2px); }
.one63-btn-lg { padding: 0.875rem 2rem; font-size: 1rem; }
.one63-btn-sm { padding: 0.45rem 1rem; font-size: 0.8rem; }
.one63-btn-icon { padding: 0.625rem; width: 2.5rem; height: 2.5rem; justify-content: center; border-radius: 50%; }
.one63-btn-primary { background: linear-gradient(135deg, hsl(220 100% 60%), hsl(275 95% 65%)); color: hsl(240 20% 5%); box-shadow: 0 0 24px hsl(220 100% 60% / 0.4); }
.one63-btn-primary:hover { box-shadow: 0 0 40px hsl(220 100% 60% / 0.65); }
.one63-btn-glass { background: linear-gradient(145deg, hsl(240 20% 12% / 0.6), hsl(240 20% 6% / 0.4)); backdrop-filter: blur(16px); border: 1px solid hsl(240 30% 30% / 0.4); color: hsl(220 20% 98%); }
.one63-btn-glass:hover { background: hsl(240 18% 12%); }
.one63-btn-wa { background: linear-gradient(135deg, #25d366, #128c7e); color: #fff; box-shadow: 0 0 20px rgba(37,211,102,.3); }
.one63-btn-neon { background: hsl(230 100% 65% / 0.08); border: 1px solid hsl(230 100% 65% / 0.45); color: hsl(230 100% 75%); }
.one63-btn-neon:hover { background: hsl(230 100% 65% / 0.15); box-shadow: 0 0 20px hsl(230 100% 65% / 0.25); }

/* ── Animations ── */
@keyframes pulseDot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.85)} }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-16px)} }
@keyframes fadeUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }
@keyframes gradientShift { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── Scroll reveal ── */
.one63-reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s cubic-bezier(.22,1,.36,1), transform 0.6s cubic-bezier(.22,1,.36,1); }
.one63-reveal.visible { opacity: 1; transform: translateY(0); }

/* ── WooCommerce basic compat ── */
.woocommerce-Price-amount { font-family: 'Space Grotesk', system-ui, sans-serif; }
ins .woocommerce-Price-amount { color: hsl(220 20% 98%); }
del .woocommerce-Price-amount { opacity: 0.5; font-size: 0.85em; }
ins { text-decoration: none; }

/* ── Responsive fixes ── */
@media (max-width: 639px) {
  .one63-feats-grid { grid-template-columns: 1fr; }
  .one63-cats-grid { grid-template-columns: 1fr; }
}
@media (min-width: 640px) {
  .one63-cats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .one63-cats-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ── Entry content (blog/pages) ── */
.one63-entry-content h2,.one63-entry-content h3,.one63-entry-content h4 { font-family:'Space Grotesk',system-ui,sans-serif; color:hsl(220 20% 98%); margin:2rem 0 .75rem; font-weight:700; }
.one63-entry-content h2 { font-size:1.5rem; }
.one63-entry-content h3 { font-size:1.25rem; }
.one63-entry-content p  { margin-bottom:1.1rem; }
.one63-entry-content a  { color:hsl(230 100% 65%); }
.one63-entry-content a:hover { text-decoration:underline; }
.one63-entry-content img { border-radius:1rem; margin-block:1.5rem; max-width:100%; }
.one63-entry-content ul,.one63-entry-content ol { padding-left:1.5rem; margin-bottom:1rem; }
.one63-entry-content li { margin-bottom:.4rem; }
.one63-entry-content ul li { list-style:disc; }
.one63-entry-content ol li { list-style:decimal; }
.one63-entry-content blockquote { border-left:3px solid hsl(230 100% 65%); padding-left:1.25rem; margin:1.5rem 0; color:hsl(220 10% 65%); font-style:italic; }
.one63-entry-content pre { background:hsl(240 22% 10%); border:1px solid hsl(240 18% 16%); border-radius:.75rem; padding:1.25rem; overflow-x:auto; font-size:.85rem; margin-bottom:1rem; }
.one63-entry-content code { background:hsl(240 22% 10%); padding:.15rem .4rem; border-radius:.35rem; font-size:.85em; }

/* ── Pagination ── */
.nav-links { display:flex; justify-content:center; gap:.5rem; flex-wrap:wrap; margin-top:2rem; }
.page-numbers { display:inline-flex; align-items:center; justify-content:center; width:2.5rem; height:2.5rem; border-radius:.5rem; background:hsl(240 22% 12%); border:1px solid hsl(240 18% 16%); color:hsl(220 10% 65%); font-size:.875rem; text-decoration:none; transition:background .2s,color .2s; }
.page-numbers.current,.page-numbers:hover { background:linear-gradient(135deg,hsl(220 100% 60%),hsl(275 95% 65%)); color:hsl(240 20% 5%); border-color:transparent; }

/* ── WooCommerce shop page ── */
.one63-wc-wrap .woocommerce { color:hsl(220 20% 98%); }
.one63-wc-wrap ul.products { display:grid; grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr)); gap:1.25rem; list-style:none; padding:0; margin:0; }
.one63-wc-wrap ul.products li.product { background:linear-gradient(145deg,hsl(240 25% 14%/.85),hsl(240 25% 8%/.7)); border:1px solid hsl(240 30% 30%/.4); border-radius:1.25rem; padding:1rem; transition:transform .4s,box-shadow .4s; }
.one63-wc-wrap ul.products li.product:hover { transform:translateY(-4px); box-shadow:0 0 40px hsl(275 95% 65%/.3); }
.one63-wc-wrap ul.products li.product img { border-radius:.875rem; margin-bottom:.75rem; width:100%; }
.one63-wc-wrap .woocommerce-loop-product__title { font-family:'Space Grotesk',system-ui,sans-serif; font-weight:600; font-size:.9375rem; margin-bottom:.5rem; }
.one63-wc-wrap .price { font-family:'Space Grotesk',system-ui,sans-serif; font-weight:700; display:block; margin-bottom:.75rem; color:hsl(220 20% 98%); }
.one63-wc-wrap .button { display:inline-flex!important; align-items:center!important; gap:.4rem!important; background:linear-gradient(135deg,hsl(220 100% 60%),hsl(275 95% 65%))!important; color:hsl(240 20% 5%)!important; border:none!important; border-radius:9999px!important; padding:.5rem 1.25rem!important; font-weight:600!important; font-size:.8rem!important; cursor:pointer!important; transition:box-shadow .25s,transform .25s!important; }
.one63-wc-wrap .button:hover { transform:translateY(-2px)!important; box-shadow:0 0 24px hsl(220 100% 60%/.5)!important; }
