﻿@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap");

:root {
  --bg: #f4f4f4;
  --bg-alt: #ebebeb;
  --panel: #ffffff;
  --panel-soft: #fafafa;
  --ink: #1a1a1a;
  --muted: #5f6368;
  --line: #d8d8d8;
  --primary: #1a1a1a;
  --primary-strong: #0f0f0f;
  --accent: #e20015;
  --success: #127d5c;
  --shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

body.site2026 {
  margin: 0;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 52%, var(--bg-alt) 100%);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.wrap {
  width: min(1160px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand img {
  width: clamp(176px, 18vw, 260px);
  height: auto;
}

.top-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-nav-links {
  display: flex;
  align-items: center;
  gap: 0.18rem;
}

.top-nav-link {
  padding: 0.5rem 0.68rem;
  border-radius: 0.5rem;
  font-size: 0.92rem;
  color: #1e1e1e;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.top-nav-link:hover {
  background: #f2f2f2;
  color: #121212;
}

.top-nav-link.is-active {
  background: #fdeced;
  color: var(--accent);
  font-weight: 600;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.1rem;
  border-radius: 0.55rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(226, 0, 21, 0.28);
}

.button.primary:hover {
  background: #b30010;
}

.button.secondary {
  background: #1a1a1a;
  color: #ffffff;
}

.button.secondary:hover {
  background: #000000;
}

.button.ghost {
  border-color: #b9b9b9;
  color: #1a1a1a;
  background: #ffffff;
}

.button.ghost:hover {
  border-color: #1a1a1a;
  background: #f7f7f7;
}

.cta-nav {
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid #1a1a1a;
  background: #ffffff;
  color: #1a1a1a;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.45rem 0.8rem;
}

.lang-note {
  color: var(--muted);
  font-size: 0.8rem;
  margin-left: 0.6rem;
}

.lang-switch-host {
  margin-left: 0.6rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.lang-switch-label {
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lang-switch-btn {
  border: 1px solid #b9b9b9;
  background: #ffffff;
  color: #1a1a1a;
  border-radius: 0.45rem;
  min-width: 2.3rem;
  padding: 0.32rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.lang-switch-btn:hover {
  border-color: #1a1a1a;
}

.lang-switch-btn.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: #ffffff;
}

main {
  padding: 2.2rem 0 5rem;
}

.hero {
  background: #ffffff;
  color: #1a1a1a;
  border-radius: 1.15rem;
  padding: clamp(1.5rem, 3vw, 2.7rem);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  border-left: 6px solid var(--accent);
}

.hero h1 {
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  margin: 0;
  line-height: 1.2;
}

.hero p {
  color: var(--muted);
  max-width: 760px;
  margin: 0.9rem 0 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.section {
  margin-top: 2.1rem;
}

.section h2 {
  margin: 0 0 0.55rem;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  color: #141414;
}

.section-intro {
  margin: 0 0 1.1rem;
  color: var(--muted);
  max-width: 860px;
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid.three {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid.two {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid.four {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  padding: 1.2rem;
  box-shadow: 0 5px 18px rgba(16, 33, 53, 0.06);
}

.card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.08rem;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.card .actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pill {
  font-size: 0.75rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #d6d6d6;
  color: #414141;
  background: #f8f8f8;
}

.proof-bar {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.75rem;
}

.proof-item {
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  border-radius: 0.72rem;
  padding: 0.8rem;
  text-align: center;
}

.proof-item strong {
  display: block;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 1.1rem;
}

.kpi {
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--accent);
}

.list {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
}

.list li + li {
  margin-top: 0.4rem;
}

.two-col {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  overflow: hidden;
}

.spec-table th,
.spec-table td {
  text-align: left;
  padding: 0.68rem 0.75rem;
  border-bottom: 1px solid #e4eaf0;
  font-size: 0.92rem;
}

.spec-table th {
  color: var(--primary);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-weight: 600;
}

.spec-table tr:last-child td {
  border-bottom: none;
}

.download-list {
  display: grid;
  gap: 0.65rem;
}

.download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  background: var(--panel-soft);
  border: 1px solid #dcdcdc;
  border-radius: 0.65rem;
  padding: 0.72rem;
}

.download-item span {
  color: #333333;
  font-size: 0.92rem;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.filter-chip {
  border: 1px solid #cdcdcd;
  border-radius: 999px;
  padding: 0.35rem 0.68rem;
  background: #f8f8f8;
  color: #474747;
  font-size: 0.82rem;
}

.cta-band {
  margin-top: 2rem;
  background: linear-gradient(120deg, #1a1a1a, #2d2d2d);
  color: #f7f7f7;
  border-radius: 0.95rem;
  border: 1px solid #2a2a2a;
  border-left: 6px solid var(--accent);
  padding: 1.35rem;
}

.cta-band p {
  color: #dddddd;
  margin: 0.35rem 0 1rem;
}

.quote-form {
  display: grid;
  gap: 0.75rem;
}

.quote-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.86rem;
  color: #2c2c2c;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
  border-radius: 0.55rem;
  border: 1px solid #cdcdcd;
  background: #ffffff;
  color: #1a1a1a;
  padding: 0.62rem 0.68rem;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #8a8a8a;
}

.form-status {
  margin: 0;
  color: #137f5e;
  font-size: 0.86rem;
}

footer.site-footer {
  margin-top: 2.2rem;
  border-top: 1px solid #d8d8d8;
  padding: 1.75rem 0 2.2rem;
  background: #f7f7f7;
}

.footer-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.footer-grid h4 {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  color: #1c1c1c;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
}

.footer-grid p,
.footer-grid a,
.footer-grid span {
  font-size: 0.84rem;
  color: #5b5b5b;
}

.footer-grid a:hover {
  color: var(--accent);
}

.small-note {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #6f6f6f;
}

.legal-inline {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.95rem;
  font-size: 0.75rem;
  color: #6a6a6a;
}

.legal-inline a {
  color: #6a6a6a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.image-showcase {
  width: min(1160px, calc(100% - 2.5rem));
  margin: 2.2rem auto 0;
}

.image-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.image-card {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 0.85rem;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.image-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.image-card figcaption {
  padding: 0.7rem 0.85rem;
  color: #5f6368;
  font-size: 0.82rem;
}

.showcase-home {
  margin-top: 1.3rem;
}

.showcase-stage {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
}

.showcase-stage img {
  width: 100%;
  min-height: 320px;
  max-height: 620px;
  object-fit: cover;
}

.showcase-overlay {
  position: absolute;
  right: clamp(1rem, 3vw, 2rem);
  top: clamp(1rem, 4vw, 3.5rem);
  width: min(450px, calc(100% - 2rem));
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d8d8d8;
  border-left: 6px solid var(--accent);
  border-radius: 0.85rem;
  padding: 1rem 1.1rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.showcase-overlay h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
}

.showcase-overlay p {
  margin: 0.5rem 0 0.9rem;
  color: #4f5459;
}

.product-showcase {
  margin-top: 1.5rem;
  padding: 1.15rem;
  background: #efefef;
  border: 1px solid #d8d8d8;
  border-radius: 1rem;
}

.product-showcase-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 0.75rem;
}

.product-main-image {
  margin: 0;
  border-radius: 0.8rem;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  background: #ffffff;
}

.product-main-image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.product-thumbs {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0.45rem;
  border: 1px solid #d2d2d2;
  background: #f7f7f7;
}

.product-copy {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0.8rem;
  padding: 1rem 1.1rem;
}

.product-copy h2 {
  margin: 0.2rem 0 0.6rem;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
}

.product-copy p {
  margin: 0;
  color: #4f5459;
}

.product-copy .hero-actions {
  margin-top: 0.9rem;
}

.product-copy .list {
  margin-top: 0.85rem;
}

@media (max-width: 1020px) {
  .nav-wrap {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.62rem;
    min-height: auto;
    padding: 0.7rem 0;
  }

  .brand {
    flex: 1 1 100%;
  }

  .brand img {
    width: clamp(164px, 42vw, 232px);
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: 0;
  }

  .top-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-left: 0;
    flex: 1 1 auto;
    min-width: 0;
  }

  .top-nav .cta-nav {
    width: auto;
    max-width: 100%;
  }

  .lang-switch-host {
    margin-left: 0;
    flex: 1 1 100%;
    display: flex;
    justify-content: flex-end;
  }

  .lang-switch {
    justify-content: flex-end;
  }

  .top-nav-links {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 0.45rem);
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 0.75rem;
    padding: 0.55rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    min-width: min(260px, calc(100vw - 1.6rem));
    max-width: calc(100vw - 1.6rem);
    flex-direction: column;
    align-items: stretch;
    z-index: 32;
  }

  .top-nav-links.is-open {
    display: flex;
  }

  .top-nav-link {
    width: 100%;
  }

  .showcase-overlay {
    position: static;
    width: 100%;
    border-radius: 0;
    border-left-width: 6px;
    border-top: 1px solid #d8d8d8;
    border-right: none;
    border-bottom: none;
    box-shadow: none;
  }

  .product-showcase-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: calc(100% - 1.4rem);
  }

  .image-showcase {
    width: calc(100% - 1.4rem);
  }

  .hero-actions .button,
  .cta-band .button {
    width: 100%;
  }

  .top-nav .cta-nav {
    width: auto;
    min-width: 0;
    padding: 0.58rem 0.82rem;
    font-size: 0.95rem;
  }

  .lang-switch {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .lang-switch-label {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  .lang-switch-btn {
    min-width: 2rem;
    padding: 0.28rem 0.4rem;
  }

  .top-nav-links {
    right: 0;
    left: auto;
  }
}
