:root {
  --navy: #0A1F5C;
  --royal: #2563EB;
  --turquoise: #14B8C4;
  --orange: #FF9316;
  --yellow: #FFBF24;
  --cream: #F9FAFB;
  --white: #FFFFFF;
  --ink: #0A1F5C;
  --muted: #536179;
  --line: #DCE4F2;
  --shadow: 0 24px 70px rgba(10, 31, 92, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap;
}
.skip-link {
  position: fixed; top: -60px; left: 16px; z-index: 999;
  padding: 10px 14px; background: var(--navy); color: white; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgb(252, 252, 252);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(10,31,92,.08);
  overflow: visible;
  padding-bottom: 0;
}
.nav-wrap {
  min-height: 126px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  padding-top: 18px;
  padding-bottom: 8px;
}
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  overflow: visible;
  transform: translateY(6px);
}
.brand img {
  width: clamp(220px, 22vw, 420px);
  height: auto;
  aspect-ratio: 1500 / 1024;
  object-fit: contain;
  object-position: left center;
  display: block;
}
.footer-grid > img {
  width: 210px;
  height: auto;
  aspect-ratio: 1500 / 1024;
  object-fit: contain;
  display: block;
}
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; margin-top: 28px; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--royal); }
.nav-cta {
  padding: 12px 18px; border-radius: 999px; color: white !important; background: var(--navy);
}
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; }

.hero {
  min-height: 700px;
  position: relative; overflow: hidden;
  display: grid; align-items: center;
  background:
    radial-gradient(circle at 84% 16%, rgba(37,99,235,.16), transparent 27%),
    radial-gradient(circle at 68% 70%, rgba(20,184,196,.12), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f7fbff 56%, #fff8ec 100%);
}
.hero::before {
  content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%;
  right: -80px; top: 120px; background: rgba(255,147,22,.1);
}
.printer-lines {
  position: absolute; inset: 0; color: rgba(37,99,235,.08); pointer-events: none;
}
.printer-lines svg { width: 100%; height: 100%; }

.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 44px;
  padding: 18px 0 60px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; color: var(--royal);
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--orange); }
.hero h1, .section h2 {
  margin: 14px 0 18px; line-height: .98; letter-spacing: -.045em; font-size: clamp(48px, 6vw, 82px);
}
.hero h1 span, .section h2 span { color: var(--orange); }
.hero-copy > p {
  max-width: 660px; color: var(--muted); font-size: 18px; line-height: 1.75; margin: 0 0 28px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none;
  font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: white; box-shadow: 0 12px 28px rgba(10,31,92,.2); }
.btn-secondary { background: white; color: var(--navy); border: 1px solid var(--line); }
.btn-accent { background: var(--orange); color: var(--navy); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: var(--navy); font-size: 13px; font-weight: 600; }

.hero-art { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-art > img {
  width: min(260px, 72%);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 28px 28px rgba(10,31,92,.18));
  border-radius: 50%;
  background: white;
}
.orbit { position: absolute; border-radius: 50%; border: 2px dashed rgba(37,99,235,.18); }
.orbit-a { width: 470px; height: 470px; }
.orbit-b { width: 365px; height: 365px; border-color: rgba(255,147,22,.23); transform: rotate(22deg); }
.toy-chip {
  position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 999px;
  padding: 10px 14px; box-shadow: var(--shadow); font-size: 12px;
}
.chip-1 { left: 0; top: 23%; }
.chip-2 { right: -5px; top: 38%; }
.chip-3 { left: 9%; bottom: 18%; }

.ticker { background: var(--navy); color: white; overflow: hidden; }
.ticker-track {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 18px;
  padding: 12px 20px; font-size: 13px; font-weight: 600;
}
.ticker-track i { color: var(--orange); font-style: normal; }

.section { padding: 42px 0; }
.section-heading {
  display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 20px;
}
.section-heading h2 { font-size: clamp(40px, 4.6vw, 64px); margin-bottom: 0; max-width: 720px; }
.section-heading > p { max-width: 420px; color: var(--muted); line-height: 1.75; margin: 0; }
.section-heading.centered { justify-content: center; text-align: center; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: 0 14px 40px rgba(10,31,92,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-art {
  height: 220px; display: grid; place-items: center; overflow: hidden; position: relative;
  background: linear-gradient(145deg, #eef6ff, #fff8eb);
}
.card-art::after {
  content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%;
  background: rgba(255,191,36,.18); right: -30px; top: -30px;
}
.card-art svg { width: 75%; height: 75%; fill: rgba(37,99,235,.08); stroke: var(--navy); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; position: relative; z-index: 2; }
.card-body { padding: 24px 24px 28px; }
.tag {
  display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: .12em;
  font-weight: 800; color: var(--royal); margin-bottom: 10px;
}
.card-body h3, .feature-card h3 { margin: 0 0 10px; font-size: 23px; }
.card-body p, .feature-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

.feature-card {
  position: relative; min-height: 356px; padding: 30px;
  background: linear-gradient(145deg, var(--navy), #123b9e);
  color: white; display: flex; flex-direction: column; justify-content: space-between;
}
.feature-card p { color: rgba(255,255,255,.76); }
.feature-card a { color: var(--yellow); text-decoration: none; font-weight: 700; display: inline-block; margin-top: 18px; }
.tag-light { color: var(--turquoise); }
.cube-stack { height: 90px; position: relative; margin-top: 18px; }
.cube-stack span { position: absolute; width: 54px; height: 54px; border: 3px solid var(--orange); transform: rotate(30deg) skew(-8deg); }
.cube-stack span:nth-child(1) { left: 12%; bottom: 4px; }
.cube-stack span:nth-child(2) { left: 34%; bottom: 20px; border-color: var(--turquoise); }
.cube-stack span:nth-child(3) { left: 56%; bottom: 5px; border-color: var(--yellow); }

.custom-section { background: white; }
.custom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.custom-visual { display: grid; place-items: center; min-height: 520px; border-radius: 40px; background: linear-gradient(145deg, #0A1F5C, #1644ae); position: relative; overflow: hidden; }
.custom-visual::before, .custom-visual::after { content: ""; position: absolute; border-radius: 50%; }
.custom-visual::before { width: 280px; height: 280px; background: rgba(20,184,196,.16); top: -90px; right: -70px; }
.custom-visual::after { width: 220px; height: 220px; background: rgba(255,147,22,.16); bottom: -100px; left: -40px; }
.printer-card { position: relative; width: min(390px, 80%); color: white; z-index: 2; }
.printer-card svg { width: 100%; }
.print-object { position: absolute; width: 115px; height: 100px; left: 50%; bottom: 104px; transform: translateX(-50%); }
.print-object span { position: absolute; left: 50%; transform: translateX(-50%); height: 12px; border-radius: 999px; background: var(--orange); }
.print-object span:nth-child(1) { width: 95px; bottom: 0; }
.print-object span:nth-child(2) { width: 78px; bottom: 16px; }
.print-object span:nth-child(3) { width: 58px; bottom: 32px; }
.print-object span:nth-child(4) { width: 36px; bottom: 48px; background: var(--yellow); }
.custom-copy h2 { font-size: clamp(40px, 4.6vw, 62px); }
.custom-copy > p { color: var(--muted); line-height: 1.75; }
.check-list { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 32px; font-weight: 600; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(20,184,196,.14); color: #078794; font-size: 12px;
}

.process { background: linear-gradient(180deg, #f8fbff, #fff); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.steps article { padding: 26px; border-top: 4px solid var(--royal); background: white; border-radius: 0 0 22px 22px; box-shadow: 0 14px 40px rgba(10,31,92,.06); }
.steps article:nth-child(2) { border-color: var(--turquoise); }
.steps article:nth-child(3) { border-color: var(--orange); }
.steps article:nth-child(4) { border-color: var(--yellow); }
.step-num { font-size: 13px; font-weight: 800; color: var(--royal); }
.steps h3 { margin: 12px 0 8px; font-size: 21px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

.contact-section { padding-top: 20px; }
.contact-card {
  background: var(--navy); color: white; padding: 52px; border-radius: 34px;
  display: flex; justify-content: space-between; align-items: center; gap: 44px; position: relative; overflow: hidden;
}
.contact-card::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(37,99,235,.3); right: -90px; top: -110px; }
.eyebrow-light { color: var(--turquoise); }
.contact-card h2 { font-size: clamp(38px, 4vw, 58px); margin: 12px 0; color: white; }
.contact-card p { max-width: 650px; color: rgba(255,255,255,.75); line-height: 1.7; }
.contact-actions { min-width: 300px; position: relative; z-index: 2; }
.contact-actions .btn { width: 100%; }
.social-row { display: grid; gap: 8px; margin-top: 16px; font-size: 13px; }
.social-row a { color: white; opacity: .88; text-decoration: none; }
.social-row a:hover { opacity: 1; color: var(--yellow); }

footer { padding: 42px 0; border-top: 1px solid var(--line); background: white; }
.footer-grid { display: grid; grid-template-columns: 160px 1fr auto; gap: 30px; align-items: center; }
.footer-grid > img { width: 150px; }
.footer-grid > div { display: grid; gap: 4px; font-size: 13px; color: var(--muted); }
.footer-grid strong { color: var(--navy); font-size: 15px; }
.footer-right { text-align: right; }
.footer-right a { text-decoration: none; font-weight: 700; color: var(--royal); }

@media (max-width: 980px) {
  .hero-grid, .custom-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-badges { justify-content: center; }
  .hero-art { min-height: 430px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .custom-visual { min-height: 430px; }
}

@media (max-width: 760px) {
  .nav-wrap { min-height: 72px; }
  .brand img { width: 145px; height: 54px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute; left: 20px; right: 20px; top: 72px; padding: 18px;
    background: white; border: 1px solid var(--line); border-radius: 18px;
    box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 8px;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 8px; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; }
  .hero-grid { padding-top: 60px; }
  .hero h1 { font-size: clamp(46px, 15vw, 66px); }
  .brand-board {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .brand-board::before {
    left: -90px;
    width: 82%;
    height: 100%;
  }
  .brand-panel {
    padding: 34px 20px 20px;
  }
  .brand-story {
    flex-direction: column;
    padding: 22px 20px 20px;
  }
  .brand-wordmark {
    font-size: clamp(54px, 20vw, 92px);
    letter-spacing: -0.07em;
  }
  .brand-slogan-line {
    white-space: normal;
    font-size: 0.85rem;
  }
  .hero-copy > p { font-size: 16px; }
  .hero-art { min-height: 370px; }
  .orbit-a { width: 340px; height: 340px; }
  .orbit-b { width: 280px; height: 280px; }
  .toy-chip { font-size: 10px; padding: 8px 10px; }
  .chip-1 { left: -4px; }
  .chip-2 { right: -4px; }
  .section { padding: 52px 0; }
  .cards, .steps { grid-template-columns: 1fr; }
  .contact-card { padding: 34px 26px; flex-direction: column; align-items: stretch; }
  .contact-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid > img { margin-inline: auto; }
  .footer-right { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}


/* Voilà3D service section */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.service-panel {
  position: relative;
  padding: 34px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(10,31,92,.07);
}

.service-panel-alt {
  background: linear-gradient(145deg, #f7fbff, #fff8ed);
}

.service-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--navy);
  color: white;
  font-size: 28px;
  font-weight: 800;
}

.service-panel-alt .service-icon {
  background: var(--orange);
  color: var(--navy);
}

.service-panel h3 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.2;
}

.service-panel > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.service-panel .btn {
  margin-top: 4px;
}

.file-note {
  margin-top: 22px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(37,99,235,.18);
  border-radius: 18px;
  background: rgba(37,99,235,.06);
  color: var(--muted);
  line-height: 1.65;
}

.file-note strong {
  color: var(--navy);
  white-space: nowrap;
}

@media (max-width: 860px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .file-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .file-note strong {
    white-space: normal;
  }
}


/* Official Voilà3D brand banner */
.brand-banner-section {
  padding: 18px 0 10px;
  background: var(--cream);
}

.brand-banner-wrap {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(10,31,92,.08);
  background: white;
}

.brand-banner-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 760px) {
  .brand-banner-section {
    padding: 12px 0 4px;
  }

  .brand-banner-wrap {
    border-radius: 18px;
  }
}
