:root {
  --accent: #E8003D;
  --ink: #111111;
  --header-h: 72px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; }

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, -apple-system, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img, video, svg { max-width: 100%; height: auto; }

a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--accent); }
::selection { background: var(--accent); color: #fff; }
button { font-family: inherit; }

.no-bar { scrollbar-width: none; }
.no-bar::-webkit-scrollbar { height: 0; width: 0; }

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 90;
  background: rgba(255,255,255,0.9);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid rgba(17,17,17,0);
  transition: border-color .3s;
}
.site-header.scrolled { border-bottom-color: rgba(17,17,17,0.1); }

.header-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 12px 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 28px;
}

.brand { display: flex; flex-direction: column; align-items: center; gap: 1px; cursor: pointer; }
.brand:hover { color: var(--ink); }
.brand-name { font-size: 20px; font-weight: 700; letter-spacing: -0.035em; line-height: 1.05; }
.brand-tag { font-size: 11.5px; font-weight: 300; letter-spacing: 0.06em; color: rgba(17,17,17,0.42); }
.footer-brand .brand-tag { color: rgba(255,255,255,0.4); }

.main-nav {
  display: flex; align-items: center; justify-content: center; gap: 4px;
  padding: 5px; border: 1px solid rgba(17,17,17,0.11);
  border-radius: 999px; background: rgba(255,255,255,0.7);
  box-shadow: 0 1px 2px rgba(17,17,17,0.03);
  overflow-x: auto; max-width: 100%; flex: 0 1 auto;
}
.nav-link {
  padding: 9px 20px; border-radius: 999px; font-size: 14px; font-weight: 500;
  letter-spacing: -0.01em; white-space: nowrap; transition: background .25s, color .25s;
}
.nav-link:hover { background: rgba(17,17,17,0.05); color: var(--accent); }


.header-cta { display: flex; justify-content: flex-end; align-items: center; }

.mega-menu {
  position: absolute; top: 100%; left: 0; right: 0;
  background: #fff; border-bottom: 1px solid rgba(17,17,17,0.08);
  box-shadow: 0 24px 48px -24px rgba(17,17,17,0.18);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
}
.mega-menu.open {
  opacity: 1; visibility: visible; transform: translateY(0);
  transition: opacity .25s ease, transform .25s ease, visibility 0s;
}
.mega-menu-inner {
  max-width: 1200px; margin: 0 auto; padding: 40px min(6vw, 48px) 46px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 28px 56px;
  max-height: calc(100vh - var(--header-h) - 20px); overflow-y: auto;
}
.mega-item {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  text-align: center; flex: 0 0 auto; width: 150px;
}
.mega-item img {
  width: 130px; height: 110px; object-fit: contain;
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.mega-item span {
  font-size: 13.5px; font-weight: 500; letter-spacing: -0.01em; color: var(--ink);
  transition: color .25s;
}
.mega-item:hover img { transform: translateY(-4px) scale(1.04); }
.mega-item:hover span { color: var(--accent); }

@media (max-width: 1024px) {
  .mega-menu-inner { gap: 20px 28px; padding: 28px 6vw 32px; }
  .mega-item { width: 108px; gap: 10px; }
  .mega-item img { width: 92px; height: 80px; }
  .mega-item span { font-size: 12.5px; }
}
.btn-contact {
  padding: 11px 30px; border-radius: 999px; font-size: 14px; font-weight: 600;
  letter-spacing: -0.01em; color: #fff; background: var(--accent);
  transition: transform .25s, filter .25s;
}
.btn-contact:hover { filter: brightness(1.08); transform: translateY(-1px); color: #fff; }

main { padding-top: var(--header-h); flex: 1 0 auto; width: 100%; }

.product-badge-price {
  margin: 16px 0 0;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}

.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2.4;
  min-height: 200px;
  overflow: hidden;
  background: #f4f4f5;
}

.brand-badge {
  padding: 56px 6vw 64px;
  text-align: center;
  background: #fff;
}
.brand-badge-eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 14.5px; font-weight: 600; letter-spacing: 0.01em;
}
.brand-badge-title {
  margin: 0 0 20px;
  font-size: clamp(32px, 4vw, 56px); font-weight: 700; letter-spacing: -0.03em;
  color: var(--ink);
}
.brand-badge-desc {
  max-width: 720px; margin: 0 auto;
  font-size: 14.5px; font-weight: 300; line-height: 1.65;
  color: rgba(17,17,17,0.55);
}
.brand-badge-source {
  display: block; margin-top: 8px;
  font-size: 12.5px; color: rgba(17,17,17,0.4);
}
.hero-slide {
  position: absolute; inset: 0; z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1400ms ease;
  display: flex; align-items: center; justify-content: center;
}
.hero-slide.active { opacity: 1; pointer-events: auto; z-index: 2; }
.hero-product {
  position: relative; width: min(1080px, 88vw); height: 100%;
  display: flex; align-items: center; justify-content: center;
  padding: 110px 6vw 80px;
}
.hero-full {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center; display: block;
}
.hero-copy {
  position: absolute; left: 6vw; top: 50%; z-index: 4;
  transform: translateY(-50%);
  max-width: min(480px, 38vw);
  pointer-events: none;
}
.hero-title {
  margin: 0;
  font-size: clamp(20px, 2.8vw + 0.45rem, 56px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1;
}
.hero-slide[data-slide="0"] .hero-title {
  background: linear-gradient(135deg, #ff2d4d 0%, #e8003d 45%, #ff9db3 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-slide[data-slide="1"] .hero-title,
.hero-slide[data-slide="2"] .hero-title,
.hero-slide[data-slide="3"] .hero-title { color: #111; }
.hero-slide[data-slide="4"] .hero-title {
  background: linear-gradient(135deg, #ff2d4d 0%, #e8003d 45%, #ff9db3 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-tagline {
  margin: clamp(6px, 1vw, 10px) 0 0;
  font-size: clamp(11px, 1.1vw + 0.35rem, 20px); font-weight: 600; letter-spacing: -0.01em; line-height: 1.3;
}
.hero-cta {
  display: inline-block; margin-top: clamp(10px, 1.6vw, 22px);
  padding: clamp(8px, 1vw, 12px) clamp(16px, 2vw, 28px); border-radius: 999px;
  font-size: clamp(11px, 0.9vw + 0.4rem, 14px); font-weight: 600; letter-spacing: -0.01em; text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
  pointer-events: none;
}
.hero-slide.active .hero-cta { pointer-events: auto; }

@media (max-width: 1024px) {
  .hero-copy { max-width: min(380px, 44vw); }
  .hero-title { font-size: clamp(18px, 3.4vw, 42px); }
  .hero-tagline { font-size: clamp(10px, 1.5vw, 16px); }
  .hero-cta { font-size: clamp(10px, 1.2vw, 13px); }
}

@media (max-width: 720px) {
  .hero-copy {
    left: 5vw; max-width: min(300px, 56vw);
  }
  .hero-title { font-size: clamp(17px, 4.8vw, 26px); }
  .hero-tagline { font-size: clamp(9px, 2.6vw, 12px); }
  .hero-cta {
    margin-top: clamp(8px, 2vw, 12px);
    padding: clamp(7px, 1.8vw, 9px) clamp(12px, 3.5vw, 18px);
    font-size: clamp(9px, 2.4vw, 11px);
  }
}
.hero-slide[data-slide="0"] .hero-tagline { color: #fff; }
.hero-slide[data-slide="0"] .hero-cta {
  background: #fff; color: #111; border: 1px solid #fff;
}
.hero-slide[data-slide="0"] .hero-cta:hover { background: rgba(255,255,255,0.9); transform: translateY(-1px); }
.hero-slide[data-slide="1"] .hero-tagline,
.hero-slide[data-slide="2"] .hero-tagline,
.hero-slide[data-slide="3"] .hero-tagline { color: rgba(17,17,17,0.78); }
.hero-slide[data-slide="4"] .hero-tagline { color: rgba(255,255,255,0.92); }
.hero-slide[data-slide="1"] .hero-cta,
.hero-slide[data-slide="2"] .hero-cta,
.hero-slide[data-slide="3"] .hero-cta {
  background: #111; color: #fff; border: 1px solid #111;
}
.hero-slide[data-slide="1"] .hero-cta:hover,
.hero-slide[data-slide="2"] .hero-cta:hover,
.hero-slide[data-slide="3"] .hero-cta:hover {
  background: #2a2a2a; border-color: #2a2a2a; transform: translateY(-1px);
}
.hero-slide[data-slide="4"] .hero-cta {
  background: #fff; color: #111; border: 1px solid #fff;
}
.hero-slide[data-slide="4"] .hero-cta:hover {
  background: rgba(255,255,255,0.9); transform: translateY(-1px);
}
.hero-product img, .hero-product video {
  max-width: 100%; max-height: 100%; object-fit: contain; display: block;
}

.hero-arrow {
  position: absolute; top: auto; bottom: 20px; z-index: 6;
  width: 38px; height: 38px; border-radius: 999px;
  border: 1px solid rgba(17,17,17,0.08); background: rgba(255,255,255,0.82);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(17,17,17,0.14);
  color: var(--ink); font-size: 17px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .25s, box-shadow .25s, transform .25s, opacity .25s;
}
.hero-arrow:hover { background: #fff; box-shadow: 0 4px 16px rgba(17,17,17,0.2); transform: scale(1.05); }
.hero-arrow-prev { left: max(16px, 4vw); }
.hero-arrow-next { right: max(16px, 4vw); }

.hero-dots {
  position: absolute; left: 0; right: 0; bottom: 34px; z-index: 5;
  display: flex; justify-content: center; gap: 10px;
}
.hero-dot {
  position: relative; overflow: hidden;
  height: 4px; width: 7px; border: 0; padding: 0; cursor: pointer; border-radius: 999px;
  background: rgba(255,255,255,0.35);
  transition: width .45s cubic-bezier(.2,.7,.2,1);
}
.hero-dot.active { width: 40px; }
.hero-dot-fill {
  position: absolute; top: 0; left: 0; height: 100%; width: 0%;
  background: #fff; border-radius: 999px;
}

.page[hidden] { display: none; }

.vac-hero {
  position: relative; width: 100%; aspect-ratio: 1950 / 854; max-height: 76vh; overflow: hidden; background: #e9e9ea;
}
.vac-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vac-hero-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to bottom, rgba(0,0,0,0.28), rgba(0,0,0,0.05) 45%, rgba(0,0,0,0.3));
}
.vac-hero-copy { position: absolute; left: 0; right: 0; bottom: 56px; padding: 0 6vw; pointer-events: none; }
.vac-hero-copy h1 {
  margin: 0; color: #fff; font-size: clamp(44px,6.2vw,104px); font-weight: 600;
  letter-spacing: -0.045em; line-height: 0.95; text-shadow: 0 2px 40px rgba(0,0,0,0.25);
}
.vac-hero-copy p { margin: 14px 0 0; color: rgba(255,255,255,0.86); font-size: 16px; font-weight: 300; letter-spacing: 0.01em; }

.support-hero {
  position: relative; width: 100%; aspect-ratio: 740 / 416; max-height: 300px; overflow: hidden; background: #111;
}
.support-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.support-hero-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.18) 45%, rgba(0,0,0,0.42));
}
.support-hero-copy { position: absolute; left: 0; right: 0; bottom: 48px; padding: 0 6vw; pointer-events: none; }
.support-hero-copy h1 {
  margin: 0; color: #fff; font-size: clamp(36px, 5vw, 64px); font-weight: 600;
  letter-spacing: -0.03em; text-shadow: 0 2px 30px rgba(0,0,0,0.3);
}
.support-hero-copy p { margin: 10px 0 0; color: rgba(255,255,255,0.86); font-size: 16px; font-weight: 300; letter-spacing: 0.01em; }

/* ---- Support: Get in touch card ---- */
.support-contact { max-width: 1520px; margin: 0 auto; padding: 72px 6vw 0; }
.support-contact-inner { max-width: 1140px; }
.support-contact-card {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px 56px;
  background: #faf9f7; border: 1px solid rgba(17,17,17,0.09); border-radius: 22px;
  padding: 44px 48px;
}
.support-contact-eyebrow {
  margin: 0 0 14px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--accent);
}
.support-contact-title {
  margin: 0 0 16px; font-size: clamp(24px, 2.6vw, 32px); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.2;
}
.support-contact-lead {
  margin: 0; font-size: 15px; line-height: 1.75; font-weight: 300; color: rgba(17,17,17,0.72);
}
.support-contact-methods { display: flex; flex-direction: column; gap: 12px; align-self: center; }
.support-contact-card:has(.support-contact-methods > :only-child) {
  grid-template-columns: 1fr; max-width: 680px; gap: 24px;
}
.support-contact-method {
  display: flex; flex-direction: column; gap: 3px;
  padding: 16px 20px; border-radius: 14px; background: #fff;
  border: 1px solid rgba(17,17,17,0.1); transition: border-color .2s, transform .2s;
}
a.support-contact-method:hover { border-color: var(--accent); transform: translateY(-1px); }
.support-contact-method-k {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(17,17,17,0.45);
}
.support-contact-method-v { font-size: 16px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.support-contact-method-note { margin-top: 4px; font-size: 12.5px; font-weight: 300; color: rgba(17,17,17,0.55); line-height: 1.5; }
.support-contact-method-static .support-contact-method-v { font-size: 14.5px; font-weight: 500; }
.support-contact-method-static .support-contact-method-v a { color: var(--accent); font-weight: 600; }
.support-contact-method-static .support-contact-method-v a:hover { text-decoration: underline; }

@media (max-width: 860px) {
  .support-contact { padding: 48px 6vw 0; }
  .support-contact-card { grid-template-columns: 1fr; gap: 28px; padding: 32px 24px; }
}

/* ---- Standalone Contact page ---- */
.support-contact.contact-standalone { width: 100%; padding: 72px 6vw 110px; }
.contact-standalone .support-contact-inner { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) {
  .support-contact.contact-standalone { padding: 44px 6vw 72px; }
}

.support-content { max-width: 1520px; margin: 0 auto; padding: 88px 6vw 140px; }
.support-content-inner { max-width: 820px; }
.support-content h2 {
  margin: 0 0 32px; font-size: clamp(28px, 3.2vw, 40px); font-weight: 700;
  letter-spacing: -0.02em; text-align: left;
}
.support-content p {
  margin: 0 0 22px; font-size: 15px; line-height: 1.75; color: rgba(17,17,17,0.72); font-weight: 300;
}
.support-content p strong { font-weight: 600; color: var(--ink); }

.support-faqs { background: #f5f5f5; border-top: 1px solid rgba(17,17,17,0.08); }
.support-faqs-inner { max-width: 1140px; margin: 0 auto; padding: 72px 6vw 120px; }
.support-faqs-title {
  margin: 0 0 28px; font-size: clamp(26px, 3vw, 36px); font-weight: 700;
  letter-spacing: -0.02em; text-align: left;
}
.support-faq-list { list-style: none; margin: 0; padding: 0; }
.support-faq-item { border-bottom: 1px solid rgba(17,17,17,0.1); }
.support-faq-item:first-child { border-top: 1px solid rgba(17,17,17,0.1); }
.support-faq-top {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 2px; background: none; border: 0; cursor: pointer; text-align: left; font-family: inherit;
}
.support-faq-q {
  margin: 0; font-size: 16.5px; font-weight: 500; color: var(--ink); letter-spacing: -0.005em;
  transition: color .15s ease;
}
.support-faq-top:hover .support-faq-q { color: var(--accent); }
.support-faq-arrow { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 20px; color: #A6A6A6; }
.support-faq-arrow svg { display: block; transition: transform .3s ease; }
.support-faq-item.open .support-faq-arrow svg { transform: rotate(90deg); }
.support-faq-a {
  display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s ease;
}
.support-faq-a-inner { overflow: hidden; min-height: 0; }
.support-faq-a-inner p {
  margin: 0; padding: 0 2px 22px; font-size: 14.5px; line-height: 1.7; font-weight: 300;
  color: rgba(17,17,17,0.65); max-width: 760px;
}
.support-faq-item.open .support-faq-a { grid-template-rows: 1fr; }

@media (max-width: 640px) {
  .support-faq-q { font-size: 15px; }
}

.series-bar {
  border-bottom: 1px solid rgba(17,17,17,0.08); background: #fff;
  position: sticky; top: var(--header-h); z-index: 60;
}
.series-bar-inner {
  max-width: 1520px; margin: 0 auto; padding: 0 6vw;
  display: flex; align-items: stretch; gap: 28px;
}
.series-tiles { display: flex; gap: 8px; overflow-x: auto; padding: 18px 0; flex: 1; }
.series-tile {
  flex: 0 0 auto; display: flex; align-items: center; gap: 14px;
  padding: 12px 20px 12px 12px; border-radius: 16px; text-align: left;
  background: transparent; border: 1px solid rgba(17,17,17,0.09);
}
.series-tile-icon {
  width: 52px; height: 52px; border-radius: 11px; overflow: hidden; flex: 0 0 auto;
  position: relative; background: #f4f4f5;
}
.series-tile-icon img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.series-tile-name { font-size: 14.5px; font-weight: 600; letter-spacing: -0.015em; }
.series-tile-tagline { font-size: 12.5px; font-weight: 300; color: rgba(17,17,17,0.5); white-space: nowrap; }

@media (max-width: 860px) {
  .series-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; overflow-x: visible; }
  .series-tile { padding: 10px 12px; gap: 10px; }
  .series-tile-icon { width: 40px; height: 40px; }
  .series-tile-name { font-size: 13px; }
  .series-tile-tagline { white-space: normal; font-size: 11.5px; }
}

.product-carousel-wrap {
  position: relative; max-width: 1520px; margin: 0 auto; padding: 74px 84px 150px;
}
.product-carousel { overflow: hidden; }
.product-carousel-track { display: flex; transition: transform .5s cubic-bezier(.2,.7,.2,1); }

.product-carousel-card { flex: 0 0 33.3333%; box-sizing: border-box; padding: 0 18px; display: flex; }
.product-carousel-inner {
  border-radius: 28px; padding: 28px 28px 36px; overflow: hidden;
  background: transparent; transition: background .35s ease;
  display: flex; flex-direction: column; width: 100%;
}
.product-carousel-card:hover .product-carousel-inner { background: #f4f4f5; }

.product-carousel-media {
  position: relative; aspect-ratio: 4/5;
  display: flex; align-items: center; justify-content: center;
}
.product-carousel-media img {
  max-width: 82%; max-height: 82%; object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.product-carousel-card:hover .product-carousel-media img { transform: scale(1.22); }

.product-carousel-body {
  text-align: center; padding: 22px 0 0;
  display: flex; flex-direction: column; align-items: center; flex: 1 1 auto;
}
.product-carousel-body h3 { margin: 0 0 14px; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.product-carousel-specs {
  margin: 0 0 26px; font-size: 13.5px; font-weight: 300; line-height: 1.9;
  color: rgba(17,17,17,0.55);
}
.product-carousel-cta {
  display: inline-block; background: #111; color: #fff;
  font-size: 13.5px; font-weight: 600; letter-spacing: -0.005em;
  padding: 13px 30px; border-radius: 999px; transition: background .25s;
  margin-top: auto;
}
.product-carousel-cta:hover { background: var(--accent); color: #fff; }

.carousel-arrow {
  position: absolute; top: 38%; transform: translateY(-50%); z-index: 5;
  width: 48px; height: 48px; border-radius: 999px; cursor: pointer;
  border: 1px solid rgba(17,17,17,0.1); background: #fff;
  box-shadow: 0 4px 18px rgba(17,17,17,0.1);
  color: var(--ink); font-size: 19px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background .25s, box-shadow .25s, opacity .25s;
}
.carousel-arrow:hover { background: #f4f4f5; }
.carousel-arrow.disabled { opacity: .3; pointer-events: none; }
.carousel-arrow-prev { left: 0; }
.carousel-arrow-next { right: 0; }

@media (max-width: 960px) {
  .product-carousel-card { flex: 0 0 50%; }
}
@media (max-width: 600px) {
  .product-carousel-card { flex: 0 0 100%; }
  .product-carousel-wrap { padding: 56px 56px 110px; }
}

.site-footer { background: #111; color: #fff; padding: 74px 6vw 34px; }
.footer-inner {
  max-width: 1520px; margin: 0 auto; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: start; gap: 32px;
}
.footer-reseller { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; justify-self: start; min-width: 0; }
.footer-center { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; justify-self: center; min-width: 0; }
.footer-brand { display: flex; flex-direction: column; gap: 4px; }
.footer-app { justify-self: end; min-width: 0; }
.footer-logo { display: flex; align-items: center; gap: 12px; background: #fff; padding: 9px 14px; border-radius: 11px; }
.footer-logo img { height: 20px; width: auto; display: block; }
.footer-authorised { font-size: 10.5px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.42); }
.footer-social { display: flex; gap: 10px; margin-top: 2px; }
.footer-app { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; }
.footer-center .brand-name {
  font-size: clamp(24px, 2.6vw, 32px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.1;
}
.footer-app-label {
  margin: 0; width: 100%; text-align: center;
  font-size: clamp(13px, 1.4vw, 16px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.2;
  color: rgba(255,255,255,0.88);
}
.footer-store-badges {
  display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center;
  gap: 8px; width: 100%; max-width: 100%;
}
.footer-store-badges a {
  display: flex; align-items: center; justify-content: center;
  flex: 0 0 auto; min-width: 0;
  width: min(135px, calc((100% - 8px) / 2));
  aspect-ratio: 135 / 40; height: auto; max-height: 40px;
  transition: opacity .2s ease, transform .2s ease;
}
.footer-store-badges a:hover { opacity: 0.88; transform: translateY(-1px); }
.footer-store-badges img {
  width: 100%; height: 100%; max-width: none; display: block; object-fit: contain;
}
.footer-social a {
  width: 32px; height: 32px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7);
  font-size: 11px; font-weight: 500; transition: border-color .2s;
}
.footer-social a:hover { border-color: #fff; }
.footer-social a img {
  width: 16px; height: 16px; display: block; filter: brightness(0) invert(1);
  opacity: 0.7; transition: opacity .2s;
}
.footer-social a:hover img { opacity: 1; }
.footer-bottom {
  max-width: 1520px; margin: 56px auto 0; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.1); font-size: 11.5px; font-weight: 300; color: rgba(255,255,255,0.4);
}

.compare-hero { max-width: 1520px; margin: 0 auto; padding: 64px 6vw 8px; text-align: center; }
.compare-hero h1 { margin: 0; font-size: clamp(32px, 4vw, 52px); font-weight: 700; letter-spacing: -0.03em; }

.compare-page-inner { max-width: 1520px; margin: 0 auto; padding: 48px 6vw 140px; }

.compare-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.compare-col { text-align: center; }

.compare-col-select { position: relative; margin-bottom: 32px; text-align: left; }
.compare-select-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-family: inherit; font-size: 15.5px; font-weight: 600; color: var(--ink);
  padding: 15px 20px; border-radius: 12px; border: 1px solid rgba(17,17,17,0.16);
  background: #fff; cursor: pointer; text-align: left;
}
.compare-col-select.open .compare-select-trigger { border-color: rgba(17,17,17,0.3); }
.compare-select-chevron {
  flex: 0 0 auto; width: 10px; height: 10px;
  border-right: 1.5px solid rgba(17,17,17,0.6); border-bottom: 1.5px solid rgba(17,17,17,0.6);
  transform: rotate(45deg); transition: transform .2s ease; margin-top: -4px;
}
.compare-col-select.open .compare-select-chevron { transform: rotate(-135deg); margin-top: 4px; }

.compare-select-panel {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 20;
  background: #fff; border-radius: 14px; border: 1px solid rgba(17,17,17,0.08);
  box-shadow: 0 24px 48px -20px rgba(17,17,17,0.25);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
  overflow: hidden;
}
.compare-col-select.open .compare-select-panel {
  opacity: 1; visibility: visible; transform: translateY(0);
  transition: opacity .2s ease, transform .2s ease, visibility 0s;
}
.compare-select-option {
  display: block; width: 100%; text-align: left; cursor: pointer;
  font-family: inherit; font-size: 15px; font-weight: 500; color: var(--ink);
  padding: 14px 20px; border: 0; border-bottom: 1px solid rgba(17,17,17,0.07);
  background: #fff; transition: background .15s, color .15s;
}
.compare-select-option:last-child { border-bottom: 0; }
.compare-select-option:hover, .compare-select-option.current { color: var(--accent); background: rgba(232,0,61,0.04); }

.compare-col-media {
  position: relative; height: clamp(150px, 22vw, 220px);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.compare-col-media img {
  width: clamp(110px, 16vw, 180px); height: clamp(110px, 16vw, 180px);
  object-fit: contain; object-position: center; mix-blend-mode: multiply;
}

.compare-col-learn {
  display: inline-block; font-size: 13.5px; font-weight: 500;
  border-bottom: 1px solid rgba(17,17,17,0.3); padding-bottom: 2px;
}

.compare-specs-row { padding-top: 26px; border-top: 1px solid rgba(17,17,17,0.09); margin-top: 26px; }
.compare-specs-row:first-child { margin-top: 40px; }
.compare-specs-heading { margin: 0 0 16px; font-size: 19px; font-weight: 700; letter-spacing: -0.015em; text-align: left; }
.compare-specs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.compare-specs-col { text-align: center; }
.compare-specs-item { padding: 10px 0; }
.compare-specs-main { font-size: 14.5px; font-weight: 500; color: var(--ink); }
.compare-specs-sub { font-size: 12.5px; font-weight: 300; color: rgba(17,17,17,0.5); margin-top: 2px; }

@media (max-width: 860px) {
  .compare-page-inner { padding: 36px 4vw 100px; }
  .compare-columns, .compare-specs-grid { gap: 16px; }
  .compare-col-select { margin-bottom: 18px; }
  .compare-select-trigger { padding: 10px 12px; font-size: 12px; gap: 6px; }
  .compare-select-chevron { width: 8px; height: 8px; }
  .compare-select-option { padding: 11px 14px; font-size: 12.5px; }
  .compare-col-learn { font-size: 11px; }
  .compare-col-media { height: clamp(100px, 26vw, 150px); margin-bottom: 14px; }
  .compare-col-media img { width: clamp(80px, 22vw, 130px); height: clamp(80px, 22vw, 130px); }
  .compare-specs-row { padding-top: 20px; margin-top: 20px; }
  .compare-specs-row:first-child { margin-top: 28px; }
  .compare-specs-heading { font-size: 15px; margin-bottom: 12px; }
  .compare-specs-item { padding: 7px 0; }
  .compare-specs-main { font-size: 11.5px; }
  .compare-specs-sub { font-size: 10px; }
}
@media (max-width: 560px) {
  .compare-columns, .compare-specs-grid { gap: 8px; }
  .compare-select-trigger { padding: 8px 8px; font-size: 10.5px; }
  .compare-select-option { padding: 9px 10px; font-size: 11px; }
  .compare-col-learn { font-size: 10px; }
  .compare-col-media { height: clamp(84px, 28vw, 120px); margin-bottom: 10px; }
  .compare-col-media img { width: clamp(68px, 24vw, 100px); height: clamp(68px, 24vw, 100px); }
  .compare-specs-heading { font-size: 13px; }
  .compare-specs-main { font-size: 10px; }
  .compare-specs-sub { font-size: 9px; }
}

.media-fallback {
  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;
  background: #f2f2f3; color: rgba(17,17,17,0.45); font-size: 12px; font-weight: 500;
  text-align: center; padding: 12px; border: 1px dashed rgba(17,17,17,0.15); border-radius: inherit;
}
.media-fallback-dark { background: #17171a; color: rgba(255,255,255,0.55); border-color: rgba(255,255,255,0.15); }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  width: 32px; height: 32px; background: none; border: none;
  cursor: pointer; flex: 0 0 auto; padding: 0;
}
.nav-toggle span {
  display: block; width: 16px; height: 2px; background: var(--ink); border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 860px) {
  :root { --header-h: 60px; }
  .header-inner {
    position: relative;
    height: var(--header-h);
    padding: 0 14px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
  }
  .nav-toggle { display: flex; justify-self: start; z-index: 2; }
  .brand {
    grid-column: 2;
    justify-self: center;
    z-index: 1;
    align-items: center; text-align: center;
    max-width: 100%;
  }
  .brand-name { font-size: 17px; line-height: 1; }
  .brand-tag { display: none; }
  .header-cta { grid-column: 3; justify-self: end; z-index: 2; }
  .main-nav {
    display: none; position: absolute; top: calc(100% + 10px); left: 16px; right: 16px;
    grid-column: unset; width: auto;
    flex-direction: column; align-items: stretch; gap: 0; padding: 8px;
    border-radius: 16px; max-width: none; overflow: visible;
  }
  nav.main-nav.open {
    display: flex; background: #fff; border: 1px solid rgba(17,17,17,0.1);
    box-shadow: 0 24px 48px -24px rgba(17,17,17,0.25); padding: 0;
  }
  nav.main-nav.open .nav-link {
    width: 100%; text-align: left; padding: 16px 20px; font-size: 15px; color: var(--ink);
    border-bottom: 1px solid rgba(17,17,17,0.08);
  }
  nav.main-nav.open .nav-link:last-child { border-bottom: none; }
  nav.main-nav.open .nav-link:hover { color: var(--accent); background: rgba(17,17,17,0.04); }
  .btn-contact {
    padding: 7px 11px; font-size: 11px; line-height: 1;
    display: inline-flex; align-items: center; justify-content: center;
    white-space: nowrap; letter-spacing: -0.02em;
  }
  .hero-copy {
    left: 5vw; max-width: min(250px, 58vw);
  }
  .hero-arrow { width: 34px; height: 34px; font-size: 15px; bottom: 16px; }
  .hero-arrow-prev { left: 12px; }
  .hero-arrow-next { right: 12px; }
  .hero-title { font-size: clamp(16px, 5.2vw, 24px); }
  .hero-tagline { margin-top: 5px; font-size: clamp(8px, 2.4vw, 11px); }
  .hero-cta {
    margin-top: clamp(7px, 2vw, 10px);
    padding: clamp(6px, 1.6vw, 8px) clamp(11px, 3.2vw, 16px);
    font-size: clamp(8px, 2.2vw, 10px);
  }
  .site-footer { padding: 48px 4vw 28px; }
  .footer-inner {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 8px; align-items: center;
  }
  .footer-reseller,
  .footer-center,
  .footer-app { min-width: 0; }
  .footer-reseller { align-items: flex-start; justify-self: start; gap: 8px; }
  .footer-center { justify-self: center; gap: 8px; }
  .footer-app { justify-self: end; gap: 6px; align-items: flex-end; }
  .footer-logo { padding: 6px 10px; border-radius: 8px; }
  .footer-logo img { height: 14px; }
  .footer-authorised { font-size: 7.5px; letter-spacing: 0.1em; line-height: 1.35; }
  .footer-center .brand-name {
    font-size: clamp(14px, 4vw, 18px);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
  }
  .footer-social { gap: 6px; margin-top: 0; flex-shrink: 0; }
  .footer-social a { width: 26px; height: 26px; flex-shrink: 0; }
  .footer-social a img { width: 12px; height: 12px; }
  .footer-app-label {
    font-size: clamp(7px, 1.9vw, 10px); line-height: 1.2;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
  }
  .footer-store-badges { gap: 6px; }
  .footer-store-badges a {
    flex: 0 0 auto;
    width: min(100px, calc((100% - 6px) / 2));
    max-height: 30px;
  }
  .footer-bottom { margin-top: 28px; padding-top: 16px; font-size: 10px; }
}
