/*
Theme Name: 3dTest01
Theme URI: https://example.com/
Author: PrecisionPrint 3D
Author URI: https://example.com/
Description: Futuristic, dark/light themed single-page marketing site for a 3D printing service. Includes Hero, Services, Materials, Process, Why Us, Gallery, Shop, FAQ, and Contact sections. Features a WhatsApp-driven contact form, floating WhatsApp button, dark/light mode toggle with system-preference detection, and built-in SEO meta tags (Open Graph, Twitter Card, LocalBusiness JSON-LD). No build step, no plugin dependencies.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: precisionprint-3d
Tags: one-page, business, dark-mode, light-mode, responsive, custom-colors, footer-widgets, threaded-comments
*/

/* =========================================================================
   PrecisionPrint 3D — styles
   Dark, futuristic, neon-accented. Mobile-first. No build step.
   ========================================================================= */

/* ---------- Design tokens ---------- */
:root {
  --bg-0: #05060f;
  --bg-1: #0a0d1f;
  --bg-2: #0f1330;
  --surface: rgba(20, 24, 52, 0.55);
  --surface-strong: rgba(16, 20, 44, 0.85);
  --border: rgba(140, 160, 220, 0.14);
  --border-strong: rgba(170, 190, 240, 0.28);

  --text: #e6ecff;
  --text-dim: #a5acc8;
  --text-mute: #7a82a3;

  --cyan: #00e5ff;
  --magenta: #b14bff;
  --violet: #6a5cff;
  --mint: #58ffd4;

  --grad-neon: linear-gradient(135deg, #00e5ff 0%, #6a5cff 50%, #b14bff 100%);
  --grad-soft: linear-gradient(135deg, rgba(0,229,255,0.18), rgba(177,75,255,0.18));

  --glow-cyan: 0 0 30px rgba(0, 229, 255, 0.35);
  --glow-magenta: 0 0 30px rgba(177, 75, 255, 0.35);

  --radius: 18px;
  --radius-sm: 12px;
  --radius-pill: 999px;

  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-display: 'Space Grotesk', 'Inter', system-ui, sans-serif;

  --ease: cubic-bezier(.2, .8, .2, 1);
  --t-fast: 180ms;
  --t-med: 280ms;
  --t-slow: 600ms;
}

/* ---------- Light theme overrides ---------- */
[data-theme="light"] {
  --bg-0: #f4f6fc;
  --bg-1: #ffffff;
  --bg-2: #e9ecf5;
  --surface: rgba(255, 255, 255, 0.65);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --border: rgba(20, 30, 60, 0.10);
  --border-strong: rgba(20, 30, 60, 0.22);
  --text: #0a0e24;
  --text-dim: #4a5070;
  --text-mute: #7a82a3;
  --glow-cyan: 0 0 30px rgba(0, 229, 255, 0.25);
  --glow-magenta: 0 0 30px rgba(177, 75, 255, 0.25);
}

[data-theme="light"] .bg-stage {
  background:
    radial-gradient(1200px 800px at 80% -10%, rgba(106, 92, 255, 0.12), transparent 60%),
    radial-gradient(1000px 700px at -10% 110%, rgba(0, 229, 255, 0.10), transparent 60%),
    linear-gradient(180deg, #f4f6fc 0%, #ffffff 60%, #f4f6fc 100%);
}
[data-theme="light"] .bg-grid {
  background-image:
    linear-gradient(rgba(20, 30, 60, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 30, 60, 0.06) 1px, transparent 1px);
  opacity: 0.5;
}
[data-theme="light"] .orb { opacity: 0.22; }

[data-theme="light"] .nav { background: rgba(255, 255, 255, 0.55); }
[data-theme="light"] .nav.scrolled { background: rgba(255, 255, 255, 0.88); }
[data-theme="light"] .mobile-menu { background: rgba(255, 255, 255, 0.96); }
[data-theme="light"] .nav-toggle,
[data-theme="light"] .theme-toggle { background: rgba(20, 30, 60, 0.04); }
[data-theme="light"] .nav-toggle span { background: var(--text); }

[data-theme="light"] .section-title,
[data-theme="light"] .grad-text {
  background: linear-gradient(180deg, #0a0e24 0%, #4a5070 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

[data-theme="light"] .eyebrow { background: rgba(20, 30, 60, 0.04); }
[data-theme="light"] .btn-ghost { background: rgba(20, 30, 60, 0.04); }

[data-theme="light"] .form-row input,
[data-theme="light"] .form-row textarea {
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
}
[data-theme="light"] .form-row input:focus,
[data-theme="light"] .form-row textarea:focus {
  background: rgba(255, 255, 255, 0.95);
}

[data-theme="light"] .footer { background: rgba(255, 255, 255, 0.85); }

[data-theme="light"] .toast {
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  border-color: rgba(20, 30, 60, 0.20);
  box-shadow: 0 16px 40px rgba(20, 30, 60, 0.15), var(--glow-cyan);
}
[data-theme="light"] .fab-tooltip {
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  border-color: rgba(20, 30, 60, 0.18);
  box-shadow: 0 8px 20px rgba(20, 30, 60, 0.18);
}

[data-theme="light"] .product-visual {
  background:
    radial-gradient(circle at 50% 60%, rgba(0,229,255,0.10), transparent 55%),
    linear-gradient(180deg, rgba(20, 30, 60, 0.04), rgba(20, 30, 60, 0.06));
}
[data-theme="light"] .product-visual::after {
  background-image:
    linear-gradient(rgba(20, 30, 60, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 30, 60, 0.05) 1px, transparent 1px);
}

[data-theme="light"] .cube-face {
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.10), rgba(177, 75, 255, 0.10)),
    repeating-linear-gradient(45deg, rgba(20, 30, 60, 0.04) 0 6px, transparent 6px 12px);
}

[data-theme="light"] .tagline {
  background: rgba(255, 255, 255, 0.75);
}

[data-theme="light"] .card,
[data-theme="light"] .mat-card,
[data-theme="light"] .product-card,
[data-theme="light"] .why-item,
[data-theme="light"] .timeline-step,
[data-theme="light"] .faq-item {
  box-shadow: 0 4px 14px rgba(20, 30, 60, 0.06);
}
[data-theme="light"] .card:hover,
[data-theme="light"] .mat-card:hover,
[data-theme="light"] .product-card:hover {
  box-shadow: 0 20px 40px rgba(20, 30, 60, 0.14);
}

[data-theme="light"] .contact-form {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 40px rgba(20, 30, 60, 0.08);
}

body,
.nav,
.mobile-menu,
.card,
.mat-card,
.product-card,
.why-item,
.timeline-step,
.faq-item,
.contact-form,
.form-row input,
.form-row textarea,
.footer,
.toast,
.fab-tooltip,
.theme-toggle,
.nav-toggle {
  transition:
    background-color 220ms var(--ease, ease),
    color 220ms var(--ease, ease),
    border-color 220ms var(--ease, ease),
    box-shadow 220ms var(--ease, ease);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg-0);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; line-height: 1.15; letter-spacing: -0.01em; }
p { margin: 0; }
:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- Layout container ---------- */
.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 40px);
}

.section {
  padding-block: clamp(80px, 10vw, 140px);
  position: relative;
}

.section-head {
  max-width: 720px;
  margin: 0 auto clamp(40px, 6vw, 72px);
  text-align: center;
}
.section-kicker {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: var(--grad-soft);
  border: 1px solid var(--border-strong);
  color: var(--text);
  margin-bottom: 18px;
}
.section-title {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  margin-bottom: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #b9c4ea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-lede {
  color: var(--text-dim);
  font-size: clamp(15px, 1.6vw, 17px);
}

/* ---------- Ambient background ---------- */
.bg-stage {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(1200px 800px at 80% -10%, rgba(106, 92, 255, 0.15), transparent 60%),
    radial-gradient(1000px 700px at -10% 110%, rgba(0, 229, 255, 0.12), transparent 60%),
    linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 60%, var(--bg-0) 100%);
}
.bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(170, 200, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(170, 200, 255, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  opacity: 0.6;
}
.orb {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.45;
  animation: drift 24s ease-in-out infinite alternate;
}
.orb-a { background: #00e5ff; top: -120px; left: -120px; }
.orb-b { background: #b14bff; bottom: -160px; right: -120px; animation-delay: -8s; }
.orb-c { background: #6a5cff; top: 40%; left: 40%; opacity: 0.25; animation-delay: -16s; }

@keyframes drift {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(40px, -30px, 0) scale(1.1); }
  100% { transform: translate3d(-30px, 40px, 0) scale(0.95); }
}

/* ---------- Buttons ---------- */
.btn {
  --btn-pad-y: 14px;
  --btn-pad-x: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition:
    transform var(--t-fast) var(--ease),
    box-shadow var(--t-med) var(--ease),
    background var(--t-med) var(--ease),
    border-color var(--t-med) var(--ease);
  position: relative;
  isolation: isolate;
  white-space: nowrap;
}
.btn-sm { --btn-pad-y: 10px; --btn-pad-x: 18px; font-size: 14px; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--grad-neon);
  color: #050614;
  box-shadow: 0 8px 30px rgba(106, 92, 255, 0.35), inset 0 0 0 1px rgba(255,255,255,0.2);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 40px rgba(0, 229, 255, 0.45), 0 0 30px rgba(177, 75, 255, 0.35);
}
.btn-primary:active { transform: translateY(0); }

.btn-ghost {
  color: var(--text);
  background: rgba(255,255,255,0.04);
  border-color: var(--border-strong);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  border-color: var(--cyan);
  box-shadow: var(--glow-cyan);
  transform: translateY(-2px);
}

/* ---------- Navbar ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 6, 15, 0.4);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  transition: background var(--t-med) var(--ease), border-color var(--t-med) var(--ease);
}
.nav.scrolled {
  background: rgba(5, 6, 15, 0.85);
  border-bottom-color: var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 72px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url('assets/img/logo.webp') center / cover no-repeat;
  box-shadow: 0 4px 16px rgba(106, 92, 255, 0.35);
  position: relative;
  transition: transform var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.brand:hover .brand-mark {
  transform: scale(1.12);
  box-shadow: 0 8px 26px rgba(106, 92, 255, 0.55);
}
.brand-mark-inner { display: none; }
.brand-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
  display: inline-flex;
  gap: 6px;
  align-items: baseline;
}
.brand-suffix {
  background: var(--grad-neon);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-links {
  display: none;
  gap: 28px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-dim);
}
.nav-links a {
  position: relative;
  padding: 6px 0;
  transition: color var(--t-fast) var(--ease);
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--grad-neon);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-med) var(--ease);
}
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { transform: scaleX(1); }

.nav-cta { display: none; }

/* Highlighted "Store" nav link. */
.nav-links .nav-store,
.mobile-menu .nav-store { color: var(--cyan); font-weight: 600; }
.nav-links .nav-store {
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  background: rgba(0, 229, 255, 0.12);
  border: 1px solid rgba(0, 229, 255, 0.45);
  transition: background var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.nav-links .nav-store:hover { background: rgba(0, 229, 255, 0.2); border-color: var(--cyan); color: var(--cyan); }
/* Eye-catching pulse on the Store pill. */
.nav-links .nav-store { animation: storePulse 2.4s ease-in-out infinite; }
.nav-links .nav-store:hover { animation: none; }
@keyframes storePulse {
  0%   { box-shadow: 0 0 0 0 rgba(0, 229, 255, 0.55); }
  70%  { box-shadow: 0 0 0 9px rgba(0, 229, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 229, 255, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .nav-links .nav-store { animation: none; }
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme-toggle {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text);
  cursor: pointer;
  transition:
    background var(--t-fast) var(--ease),
    border-color var(--t-fast) var(--ease),
    color var(--t-fast) var(--ease),
    transform var(--t-med) var(--ease);
}
.theme-toggle:hover {
  border-color: var(--border-strong);
  color: var(--cyan);
  transform: rotate(15deg);
}
.theme-toggle:active { transform: rotate(0); }
.theme-icon { width: 20px; height: 20px; }
.theme-icon-moon { display: none; }
[data-theme="light"] .theme-icon-sun { display: none; }
[data-theme="light"] .theme-icon-moon { display: block; }

.nav-toggle {
  width: 42px;
  height: 42px;
  display: grid;
  gap: 5px;
  place-content: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px;
}
.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform var(--t-fast) var(--ease), opacity var(--t-fast) var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: absolute;
  top: 72px; left: 0; right: 0;
  background: rgba(5, 6, 15, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 24px clamp(20px, 4vw, 40px) 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  animation: menuIn var(--t-med) var(--ease);
}
.mobile-menu[hidden] { display: none; }
.mobile-cta { margin-top: 8px; }
@keyframes menuIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Hero ---------- */
.hero { padding-block: clamp(80px, 12vw, 140px) clamp(60px, 8vw, 100px); }
.hero-grid {
  display: grid;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  grid-template-columns: 1fr;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-dim);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  margin-bottom: 24px;
}
.eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 10px var(--mint);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.6; transform: scale(1.15); }
}

.hero-title {
  font-size: clamp(40px, 8vw, 80px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.grad-text {
  background: linear-gradient(180deg, #ffffff 0%, #c2cdee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-3d {
  display: inline-block;
  background: var(--grad-neon);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-left: 0.1em;
}
.hero-subtitle {
  font-size: clamp(15px, 1.8vw, 18px);
  color: var(--text-dim);
  margin-bottom: 20px;
}
.tagline {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 500;
  color: var(--text);
  padding: 18px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--border-strong);
  background: var(--surface);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 32px;
  position: relative;
}
.tagline em {
  font-style: normal;
  background: var(--grad-neon);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
.tagline-quote {
  font-family: var(--font-display);
  color: var(--cyan);
  font-size: 1.3em;
  line-height: 0;
  opacity: 0.7;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.hero-stats li { display: flex; flex-direction: column; gap: 4px; }
.hero-stats strong {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 26px);
  background: var(--grad-neon);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-stats span { font-size: 13px; color: var(--text-mute); }

.hero-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-width: 440px;
  margin: 0 auto;
}
.hero-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 900px;
}
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.8s var(--ease);
  filter: drop-shadow(0 20px 40px rgba(106, 92, 255, 0.3));
}
.hero-slide.is-active {
  opacity: 1;
  animation: heroTurntable 7s ease-in-out infinite;
}
@keyframes heroTurntable {
  0%   { transform: rotateY(-16deg); }
  50%  { transform: rotateY(16deg); }
  100% { transform: rotateY(-16deg); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
  .hero-slide.is-active { animation: none; }
}

/* ---------- Cards (services) ---------- */
.grid { display: grid; gap: clamp(16px, 2.4vw, 24px); }
.grid-cards { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

.card {
  position: relative;
  padding: 28px 26px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
  transition: transform var(--t-med) var(--ease), border-color var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease);
}
.card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: var(--grad-neon);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--t-med) var(--ease);
  pointer-events: none;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.card:hover::before { opacity: 1; }
.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(0,229,255,0.15), rgba(177,75,255,0.15));
  border: 1px solid var(--border-strong);
  color: var(--cyan);
  margin-bottom: 18px;
  transition: color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.card:hover .card-icon { color: var(--text); box-shadow: var(--glow-cyan); }
.card h3 { font-size: 19px; margin-bottom: 8px; }
.card p { color: var(--text-dim); font-size: 14.5px; }

.card-feature {
  background: linear-gradient(135deg, rgba(0,229,255,0.10), rgba(177,75,255,0.10));
  border-color: var(--border-strong);
}
.card-link {
  display: inline-block;
  margin-top: 14px;
  font-weight: 600;
  color: var(--cyan);
  font-size: 14.5px;
  transition: transform var(--t-fast) var(--ease);
}
.card-link:hover { transform: translateX(4px); }

/* ---------- Materials grid ---------- */
.grid-materials { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.mat-card {
  position: relative;
  padding: 26px 22px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  text-align: center;
  transition: transform var(--t-med) var(--ease), border-color var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease);
}
.mat-card:hover {
  transform: translateY(-4px);
  border-color: var(--cyan);
  box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.25), 0 18px 40px rgba(0,0,0,0.45);
}
.mat-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(from 0deg, rgba(0,229,255,0.25), rgba(177,75,255,0.25), rgba(0,229,255,0.25));
  color: var(--text);
  position: relative;
}
.mat-icon::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--bg-1);
}
.mat-icon svg { position: relative; width: 32px; height: 32px; }
.mat-card h3 { font-size: 18px; margin-bottom: 8px; }
.mat-card p { color: var(--text-dim); font-size: 14px; margin-bottom: 14px; }
.chip {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: var(--grad-soft);
  color: var(--text);
  border: 1px solid var(--border-strong);
}

/* ---------- Process timeline ---------- */
.timeline {
  display: grid;
  gap: 24px;
  position: relative;
}
.timeline-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: start;
  gap: 22px;
  padding: 24px 22px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.step-num {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--grad-neon);
  color: #050614;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  position: relative;
  box-shadow: 0 8px 24px rgba(106, 92, 255, 0.4);
}
.step-num::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,0.2);
}
.step-body h3 { font-size: 19px; margin-bottom: 6px; }
.step-body p  { color: var(--text-dim); font-size: 14.5px; }

/* ---------- Why us ---------- */
.why-grid { display: grid; gap: clamp(32px, 5vw, 60px); grid-template-columns: 1fr; }
.why-head { text-align: left; margin: 0; max-width: 520px; }
.why-list { display: grid; gap: 18px; }
.why-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px 22px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  transition: transform var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}
.why-item:hover {
  transform: translateX(4px);
  border-color: var(--border-strong);
}
.check {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  background: var(--grad-neon);
  color: #050614;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 229, 255, 0.35);
}
.check svg { width: 18px; height: 18px; }
.why-item h4 { font-size: 17px; margin-bottom: 4px; }
.why-item p  { color: var(--text-dim); font-size: 14.5px; }


/* ---------- Shop / Catalog ---------- */
.shop-grid {
  display: grid;
  gap: clamp(18px, 2.5vw, 26px);
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.product-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--t-med) var(--ease), border-color var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease);
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-strong);
  box-shadow: 0 24px 60px rgba(0,0,0,0.55), 0 0 0 1px rgba(0, 229, 255, 0.2);
}
.product-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  perspective: 700px;
  background:
    radial-gradient(circle at 50% 60%, rgba(0,229,255,0.15), transparent 55%),
    linear-gradient(180deg, rgba(20,24,52,0.4), rgba(5,6,15,0.65));
  overflow: hidden;
}
.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(170,200,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(170,200,255,0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
}
.product-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.product-body h3 { font-size: 17px; margin-bottom: 2px; }
.product-body p {
  color: var(--text-dim);
  font-size: 14px;
  flex: 1;
}
.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}
.price {
  display: inline-flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  color: var(--text);
  line-height: 1.1;
}
.price-from {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 2px;
}
.shop-note {
  text-align: center;
  margin-top: clamp(28px, 4vw, 40px);
  color: var(--text-dim);
  font-size: 15px;
}
.shop-note a {
  color: var(--cyan);
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color var(--t-fast) var(--ease);
}
.shop-note a:hover { border-bottom-color: var(--cyan); }

/* Uploaded gallery photo fills the card's image area. */
.product-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform var(--t-slow) var(--ease);
}
.product-card:hover .product-photo { transform: scale(1.06); }

/* Gallery archive: 70 / 30 card split (image 70% of height, text 30%). */
.post-type-archive-pp3d_model .product-card { aspect-ratio: 5 / 7; }
.post-type-archive-pp3d_model .product-visual {
  flex: 0 0 70%;
  aspect-ratio: auto;          /* override default 4 / 3 */
}
.post-type-archive-pp3d_model .product-body {
  flex: 0 0 30%;
  min-height: 0;
  overflow: hidden;
  gap: 6px;
  padding: 14px 20px;
}
.post-type-archive-pp3d_model .product-body p {
  flex: 0 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-type-archive-pp3d_model .product-foot { margin-top: auto; }

/* Gallery search bar. */
/* Sticky search bar — stays below the navbar while scrolling. */
.gallery-searchbar {
  padding: 4px 0;
  margin-bottom: clamp(20px, 3vw, 32px);
}
/* While scrolled, the search docks into the navbar: logo | search | actions.
   The menu links hide and the search takes their place. */
.nav-has-search .nav-links { display: none; }
.nav-has-search .gallery-search {
  flex: 0 1 480px;
  max-width: 480px;
  margin: 0 auto;
}
.nav-has-search .gallery-search:focus-within { max-width: 480px; }
.nav-has-search .gallery-search input { padding-top: 11px; padding-bottom: 11px; }
.gallery-search {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  transition: max-width var(--t-med) var(--ease);
}
/* Widen the field while it's focused. */
.gallery-search:focus-within { max-width: 680px; }
.gallery-count {
  text-align: center;
  color: var(--text-mute);
  font-size: 13px;
  letter-spacing: 0.02em;
  margin: 8px auto 0;
}
.gallery-search input {
  width: 100%;
  padding: 14px 18px 14px 46px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-size: 15px;
  transition: border-color var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease);
}
.gallery-search input::placeholder { color: var(--text-mute); }
.gallery-search input:focus {
  outline: none;
  border-color: var(--border-strong);
  box-shadow: 0 0 0 3px rgba(0, 229, 255, 0.15);
}
.gallery-search .gallery-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--text-mute);
  pointer-events: none;
}
.gallery-empty {
  text-align: center;
  color: var(--text-dim);
  font-size: 15px;
  margin-top: 8px;
}

/* Pagination (numbered pages: 1 2 3 … last). */
.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(28px, 4vw, 42px);
}
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: border-color var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
a.page-numbers:hover { border-color: var(--border-strong); color: var(--cyan); }
.page-numbers.current { background: var(--grad-neon); color: #050614; border-color: transparent; }
.page-numbers.dots { border: 0; background: transparent; min-width: 24px; }

/* Tags (replace badges) — click a tag to filter to similar items. */
.tag-list {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 20px);
}
.tag {
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(5, 6, 15, 0.55);
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}
.tag:hover,
.tag:focus-visible { background: var(--grad-neon); color: #050614; border-color: transparent; outline: none; }
.active-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-mute);
}
.active-tag[hidden] { display: none; }
.tag-remove {
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  background: var(--grad-neon);
  color: #050614;
  cursor: pointer;
}

/* Clickable photos + lightbox popup. */
.product-photo { cursor: zoom-in; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(5, 6, 15, 0.86);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  animation: lbFade 0.18s var(--ease) both;
}
.lightbox[hidden] { display: none; }
.lightbox-img {
  max-width: min(94vw, 900px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: border-color var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.lightbox-close:hover { border-color: var(--border-strong); transform: scale(1.05); }
@keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }


/* ---------- FAQ ---------- */
.faq-wrap { max-width: 820px; }
.faq-list { display: grid; gap: 14px; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.faq-item[open] {
  border-color: var(--border-strong);
  background: var(--surface-strong);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  color: var(--text);
  transition: color var(--t-fast) var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--cyan); }

.faq-icon {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: var(--cyan);
  border-radius: 2px;
  transition: transform var(--t-med) var(--ease), opacity var(--t-med) var(--ease);
}
.faq-icon::before { width: 14px; height: 2px; }
.faq-icon::after  { width: 2px; height: 14px; }
.faq-item[open] .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-body {
  padding: 0 22px 20px;
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.65;
  animation: faqIn var(--t-med) var(--ease);
}
.faq-body strong { color: var(--text); }
@keyframes faqIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Floating WhatsApp button ---------- */
.fab-whatsapp {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 90;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #128C7E;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(18, 140, 126, 0.5), 0 0 0 4px rgba(37, 211, 102, 0.18);
  transition: transform var(--t-fast) var(--ease), box-shadow var(--t-med) var(--ease);
}
.fab-whatsapp:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 38px rgba(18, 140, 126, 0.65), 0 0 0 6px rgba(37, 211, 102, 0.28);
}
.fab-whatsapp:focus-visible {
  outline: 3px solid #25D366;
  outline-offset: 4px;
}
.fab-whatsapp svg {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}
.fab-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  opacity: 0.5;
  animation: fabPulse 2.4s ease-out infinite;
}
@keyframes fabPulse {
  0%   { transform: scale(1);   opacity: 0.55; }
  70%  { transform: scale(1.6); opacity: 0; }
  100% { transform: scale(1.6); opacity: 0; }
}
.fab-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  background: rgba(10, 14, 32, 0.95);
  color: var(--text);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-strong);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}
.fab-whatsapp:hover .fab-tooltip,
.fab-whatsapp:focus-visible .fab-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
@media (max-width: 640px) {
  .fab-whatsapp { width: 54px; height: 54px; bottom: 18px; right: 18px; }
  .fab-tooltip { display: none; }
}

/* ---------- Contact ---------- */
.section-contact { padding-bottom: clamp(100px, 12vw, 160px); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 60px);
  align-items: start;
}
.contact-copy .section-kicker { margin-bottom: 14px; }
.contact-copy .section-title { font-size: clamp(28px, 4vw, 40px); }
.contact-copy .section-lede { margin-bottom: 28px; }
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}
.contact-meta {
  display: grid;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  color: var(--text-dim);
  font-size: 14.5px;
}
.contact-meta span {
  display: inline-block;
  min-width: 86px;
  color: var(--text-mute);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
}

.contact-form {
  background: var(--surface-strong);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 36px);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: grid;
  gap: 18px;
  position: relative;
  overflow: hidden;
}
.contact-form::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0,229,255,0.6), rgba(177,75,255,0.6), transparent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0.6;
}
.form-row { display: grid; gap: 8px; }
.form-row label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dim);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.form-row input,
.form-row textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: rgba(5, 6, 15, 0.5);
  border: 1px solid var(--border);
  color: var(--text);
  font: inherit;
  font-size: 15px;
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: var(--text-mute);
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(0, 229, 255, 0.18);
  background: rgba(5, 6, 15, 0.7);
}
.form-row textarea { resize: vertical; min-height: 120px; }
.form-row input[aria-invalid="true"],
.form-row textarea[aria-invalid="true"] {
  border-color: #ff5470;
  box-shadow: 0 0 0 3px rgba(255, 84, 112, 0.15);
}
.form-note {
  font-size: 12.5px;
  color: var(--text-mute);
  text-align: center;
  margin-top: 2px;
}

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid var(--border);
  background: rgba(5, 6, 15, 0.7);
  padding-block: 40px 32px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.footer-inner {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  align-items: center;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-brand strong {
  font-family: var(--font-display);
  font-size: 16px;
}
.footer-brand p {
  color: var(--text-mute);
  font-size: 13px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  color: var(--text-dim);
}
.footer-links a:hover { color: var(--cyan); }
.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: var(--text-mute);
}

/* ---------- Toast ---------- */
.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(20px);
  background: rgba(10, 14, 32, 0.92);
  border: 1px solid var(--border-strong);
  color: var(--text);
  padding: 12px 18px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.6), var(--glow-cyan);
  opacity: 0;
  z-index: 100;
  transition: opacity var(--t-med) var(--ease), transform var(--t-med) var(--ease);
}
.toast svg { color: var(--mint); }
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.toast[hidden] { display: none; }

/* ---------- Reveal-on-scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease);
  will-change: opacity, transform;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- WordPress core classes (in case of editor blocks) ---------- */
.alignleft   { float: left;  margin: 0 20px 16px 0; }
.alignright  { float: right; margin: 0 0 16px 20px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); -webkit-clip-path: inset(50%); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: var(--text-mute); margin-top: 6px; }
.sticky, .bypostauthor, .gallery-caption { /* hooks for required wp classes */ }

.page-wrap {
  min-height: 60vh;
  padding-block: clamp(80px, 10vw, 140px);
}
.page-wrap .entry-title { font-size: clamp(32px, 5vw, 52px); margin-bottom: 24px; }
.page-wrap .entry-content p,
.page-wrap .entry-content li { color: var(--text-dim); font-size: 16px; margin-bottom: 16px; }
.page-wrap .entry-content a { color: var(--cyan); }

/* ---------- Responsive breakpoints ---------- */
@media (min-width: 640px) {
  .hero-stats { gap: 24px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-meta { align-items: flex-end; text-align: right; }
}

@media (min-width: 860px) {
  .hero-grid { grid-template-columns: 1.05fr 1fr; }

  .timeline {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    position: relative;
  }
  .timeline::before {
    content: "";
    position: absolute;
    top: 52px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--cyan), var(--magenta), transparent);
    opacity: 0.4;
  }
  .timeline-step {
    grid-template-columns: 1fr;
    text-align: left;
    align-content: start;
  }
  .step-num { margin-bottom: 12px; }

  .why-grid {
    grid-template-columns: minmax(260px, 0.9fr) 1.4fr;
    align-items: start;
  }
  .why-list { gap: 16px; }

  .contact-grid { grid-template-columns: 1fr 1fr; gap: 60px; }

  .footer-inner { grid-template-columns: auto 1fr auto; gap: 40px; }
}

@media (min-width: 980px) {
  .nav-links { display: inline-flex; gap: 22px; font-size: 14px; }
  .nav-cta { display: inline-flex; }
  .nav-toggle { display: none; }
  .mobile-menu { display: none !important; }
}

@media (min-width: 1100px) {
  .hero-grid { gap: 80px; }
  .nav-links { gap: 28px; font-size: 14.5px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .cube, .visual-rings span, .orb, .fab-pulse {
    animation: none !important;
  }
}
