/* Fusion 360 shop — technical CAD / engineering UI theme */

:root {
  --font-mono: "Cascadia Mono", "Consolas", "Liberation Mono", "Courier New", monospace;
  --font-ui: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  --hero-accent-gradient: linear-gradient(135deg, #ff9548 0%, #ff6b00 45%, #ffb347 100%);
  --tech-grid-major: rgba(255, 107, 0, 0.07);
  --tech-grid-minor: rgba(255, 255, 255, 0.035);
  --tech-axis-x: #ff6b00;
  --tech-axis-y: #34d399;
  --tech-axis-z: #60a5fa;
  --radius-tech: 2px;
  --radius-tech-panel: 4px;
  --panel-border: rgba(255, 255, 255, 0.14);
  --panel-border-accent: rgba(255, 107, 0, 0.45);
}

html {
  font-size: 17px;
}

body {
  font-family: var(--font-ui);
  font-size: 1.0625rem;
  line-height: 1.55;
  background-color: #0b0d0f;
  background-image:
    linear-gradient(var(--tech-grid-major) 1px, transparent 1px),
    linear-gradient(90deg, var(--tech-grid-major) 1px, transparent 1px),
    linear-gradient(var(--tech-grid-minor) 1px, transparent 1px),
    linear-gradient(90deg, var(--tech-grid-minor) 1px, transparent 1px);
  background-size: 64px 64px, 64px 64px, 16px 16px, 16px 16px;
  background-position: -1px -1px;
}

main {
  counter-reset: tech-section;
}

/* ── Technical corner brackets (panels) ── */
.header,
.highlight-card,
.review-card,
.buy-modal,
.payment-result-modal,
details.faq-item,
.card,
.product-card {
  position: relative;
  border-radius: var(--radius-tech-panel) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.header::before,
.header::after,
.highlight-card::before,
.highlight-card::after,
.review-card::before,
.review-card::after,
.buy-modal::before,
.buy-modal::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: var(--tech-axis-x);
  border-style: solid;
  pointer-events: none;
  z-index: 2;
  opacity: 0.75;
}

.header::before,
.highlight-card::before,
.review-card::before,
.buy-modal::before {
  top: 6px;
  left: 6px;
  border-width: 1px 0 0 1px;
}

.header::after,
.highlight-card::after,
.review-card::after,
.buy-modal::after {
  bottom: 6px;
  right: 6px;
  border-width: 0 1px 1px 0;
}

/* ── Header ── */
.header {
  position: sticky !important;
  top: 16px;
  z-index: 10;
  margin-top: 16px;
  padding: 4px 12px;
  background: linear-gradient(180deg, #14181c 0%, #0f1215 100%) !important;
  border: 1px solid var(--panel-border) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 4px 0 rgba(0, 0, 0, 0.35) !important;
}

.header .brand {
  display: flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
}

.header .brand-logo--wordmark {
  --brand-logo-size: 72px;
  width: auto;
  height: 72px;
  max-width: min(52vw, 380px);
  object-fit: contain;
  object-position: left center;
}

.header-action .platform-icon {
  opacity: 0.92;
}

.header-actions .hero-buy-btn {
  min-width: 128px;
  padding: 14px 28px;
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  border-radius: 0 !important;
  overflow: hidden;
  background: linear-gradient(130deg, var(--accent), var(--accent-2), var(--accent-3)) !important;
  border: 1px solid rgba(255, 196, 123, 0.68) !important;
  box-shadow:
    0 10px 28px rgba(255, 107, 0, 0.28),
    inset 0 1px 0 rgba(255, 241, 219, 0.5) !important;
  filter: none;
  transition: filter 0.2s ease;
}

.header-actions .hero-buy-btn::before {
  content: none !important;
  display: none !important;
  animation: none !important;
  background: none !important;
  filter: none !important;
  opacity: 0 !important;
  inset: auto !important;
  transform: none !important;
}

.header-actions .hero-buy-btn::after,
.header-actions .btn.hero-buy-btn::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: -140% -35%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 34%,
    rgba(255, 236, 200, 0.42) 50%,
    rgba(255, 255, 255, 0) 66%
  );
  transform: translateX(-125%) rotate(8deg);
  pointer-events: none;
  opacity: 1 !important;
  filter: none !important;
  z-index: 1;
  animation: f360-buy-cta-sweep 5.4s ease-in-out infinite !important;
}

.header-actions .hero-buy-btn__note {
  display: none !important;
}

.header-actions .hero-buy-btn:hover {
  filter: brightness(1.08) !important;
  transform: none !important;
}

.header-actions .hero-buy-btn:active {
  filter: brightness(0.98) !important;
  transform: none !important;
  box-shadow:
    0 6px 18px rgba(255, 107, 0, 0.24),
    inset 0 2px 4px rgba(0, 0, 0, 0.18) !important;
}

/* ── Hero ── */
.hero--presentation {
  position: relative;
  min-height: auto;
  margin-top: 8px;
  padding: clamp(2.5rem, 8vh, 5rem) 0 clamp(3rem, 10vh, 6rem);
  isolation: isolate;
}

.hero--presentation::before {
  content: "";
  position: absolute;
  inset: -10% -20% 40%;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(255, 107, 0, 0.14), transparent 68%),
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(96, 165, 250, 0.08), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.hero--presentation .hero-inner {
  max-width: min(1120px, 100%);
}

.hero--presentation .hero-copy {
  gap: 0;
}

.hero--presentation .hero-kicker {
  font-family: var(--font-ui);
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #e8eaed;
  padding: 0;
  border: none;
  background: none;
  margin: 0 auto clamp(0.75rem, 2vh, 1.25rem);
  opacity: 0.92;
}

.hero-display {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto clamp(1rem, 3vh, 1.75rem);
  padding: 0;
  font-family: var(--font-ui);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: center;
  white-space: nowrap;
}

.hero-display__accent {
  display: inline-block;
  font-size: clamp(2.25rem, 8.5vw, 5rem);
  background: var(--hero-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.75rem, 2vh, 1rem);
  margin: 0 auto clamp(1.75rem, 4vh, 2.5rem);
  max-width: 44rem;
  font-family: var(--font-ui);
  font-size: clamp(1.1875rem, 2.6vw, 1.5rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: center;
  color: #d0d6dc;
}

.hero-lead__intro {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
  padding: 0.6rem 0.85rem 0.55rem;
  border: 1px solid var(--panel-border);
  border-left: 3px solid var(--tech-axis-z);
  border-radius: var(--radius-tech);
  background:
    linear-gradient(90deg, rgba(96, 165, 250, 0.1), rgba(96, 165, 250, 0.02)),
    rgba(12, 16, 18, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 2px 0 rgba(0, 0, 0, 0.22);
  cursor: default;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.hero-lead__intro::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(96, 165, 250, 0.55);
  border-left: 1px solid rgba(96, 165, 250, 0.55);
  pointer-events: none;
  opacity: 0.75;
  transition: opacity 0.24s ease, border-color 0.24s ease;
}

.hero-lead__intro:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--tech-axis-z) 38%, rgba(255, 255, 255, 0.18));
  background:
    linear-gradient(90deg, rgba(96, 165, 250, 0.16), rgba(96, 165, 250, 0.04)),
    rgba(14, 18, 22, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 6px 20px rgba(96, 165, 250, 0.12),
    0 2px 0 rgba(0, 0, 0, 0.22);
}

.hero-lead__intro:hover::before {
  opacity: 1;
  border-color: rgba(96, 165, 250, 0.85);
}

.hero-lead__headline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem 0.2rem;
}

.hero-lead__tagline {
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: 0.02em;
  background: var(--hero-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead__pitch {
  display: inline-block;
  max-width: 32ch;
  font-family: var(--font-mono);
  font-size: clamp(0.95rem, 2.1vw, 1.125rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #dde3ea;
  transition: color 0.24s ease;
}

.hero-lead__intro:hover .hero-lead__pitch {
  color: #d0d6dc;
}

.hero-lead__pitch::before {
  content: "// ";
  color: var(--tech-axis-z);
  font-weight: 700;
}

.hero-lead__workflow {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.7rem;
  max-width: 100%;
  margin-top: 0.1rem;
  padding: 0.55rem 0.8rem 0.55rem 0.7rem;
  border: 1px solid var(--panel-border);
  border-left: 3px solid var(--tech-axis-x);
  border-radius: var(--radius-tech);
  background:
    linear-gradient(90deg, rgba(255, 107, 0, 0.1), rgba(255, 107, 0, 0.02)),
    rgba(12, 16, 18, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 2px 0 rgba(0, 0, 0, 0.22);
  cursor: default;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.hero-lead__workflow::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(255, 107, 0, 0.55);
  border-left: 1px solid rgba(255, 107, 0, 0.55);
  pointer-events: none;
  opacity: 0.75;
  transition: opacity 0.24s ease, border-color 0.24s ease;
}

.hero-lead__workflow:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--tech-axis-x) 42%, rgba(255, 255, 255, 0.16));
  background:
    linear-gradient(90deg, rgba(255, 107, 0, 0.16), rgba(255, 107, 0, 0.04)),
    rgba(14, 18, 22, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 6px 22px rgba(255, 107, 0, 0.14),
    0 2px 0 rgba(0, 0, 0, 0.22);
}

.hero-lead__workflow:hover::before {
  opacity: 1;
  border-color: rgba(255, 107, 0, 0.9);
}

.hero-lead__pipeline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.3rem 0.42rem;
  font-family: var(--font-mono);
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-lead__step {
  color: #dde3ea;
  transition: color 0.24s ease;
}

.hero-lead__arrow {
  color: var(--tech-axis-x);
  font-weight: 600;
  opacity: 0.9;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.hero-lead__workflow:hover .hero-lead__step {
  color: #dce2e8;
}

.hero-lead__workflow:hover .hero-lead__arrow {
  opacity: 1;
  transform: translateX(1px);
}

.hero-lead__closure {
  flex-shrink: 0;
  padding: 0.18rem 0.48rem;
  font-family: var(--font-mono);
  font-size: clamp(0.8rem, 1.8vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d7f5e8;
  border: 1px solid rgba(52, 211, 153, 0.34);
  border-radius: var(--radius-tech);
  background: rgba(52, 211, 153, 0.1);
  transition:
    color 0.24s ease,
    background-color 0.24s ease,
    border-color 0.24s ease;
}

.hero-lead__workflow:hover .hero-lead__closure {
  color: #e8faf2;
  border-color: rgba(52, 211, 153, 0.5);
  background: rgba(52, 211, 153, 0.16);
}

@media (max-width: 480px) {
  .hero-lead__intro,
  .hero-lead__workflow {
    width: 100%;
    box-sizing: border-box;
  }

  .hero-lead__pitch {
    max-width: 26ch;
  }

  .hero-lead__workflow {
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.65rem 0.75rem;
  }

  .hero-lead__pipeline {
    letter-spacing: 0.03em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-lead__intro,
  .hero-lead__workflow,
  .hero-lead__intro::before,
  .hero-lead__workflow::before,
  .hero-lead__pitch,
  .hero-lead__step,
  .hero-lead__arrow,
  .hero-lead__closure {
    transition: none !important;
  }

  .hero-lead__intro:hover,
  .hero-lead__workflow:hover {
    transform: none;
  }

  .hero-lead__workflow:hover .hero-lead__arrow {
    transform: none;
  }
}

.hero--presentation .hero-actions {
  margin-top: 0;
  margin-bottom: clamp(1rem, 2.5vh, 1.5rem);
}

.hero--presentation .tech-pushable {
  --tp-radius: 999px;
  min-width: min(100%, 260px);
}

.hero--presentation .tech-pushable__face {
  padding: 17px 34px;
  font-family: var(--font-ui);
  font-size: clamp(1.0625rem, 2.3vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.1;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: var(--hero-accent-gradient) !important;
  border-color: rgba(255, 181, 71, 0.55) !important;
  color: #1a0a00 !important;
  overflow: hidden;
}

.hero--presentation .tech-pushable__face::after {
  content: "";
  position: absolute;
  inset: -140% -35%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 34%,
    rgba(255, 236, 200, 0.42) 50%,
    rgba(255, 255, 255, 0) 66%
  );
  transform: translateX(-125%) rotate(8deg);
  pointer-events: none;
  animation: f360-buy-cta-sweep 5.4s ease-in-out infinite;
}

.hero--presentation .tech-pushable:hover {
  filter: brightness(1.05) saturate(1.04);
}

@keyframes f360-buy-cta-sweep {
  0%, 18% {
    transform: translateX(-125%) rotate(8deg);
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  52% {
    transform: translateX(125%) rotate(8deg);
    opacity: 0;
  }
  100% {
    transform: translateX(125%) rotate(8deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero--presentation .tech-pushable__face::after,
  .header-actions .hero-buy-btn::after {
    animation: none !important;
  }
}

.hero--presentation .hero-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 10px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto clamp(2rem, 5vh, 3.5rem);
  padding: 0;
  font-family: var(--font-ui);
  font-size: clamp(0.9375rem, 2.5vw, 1.0625rem);
  letter-spacing: 0.01em;
  text-transform: none;
  color: #c0c8d0;
  border: none;
  background: none;
  box-shadow: none;
  box-sizing: border-box;
}

.hero--presentation .hero-trust-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0.42rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-tech);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-weight: 500;
  color: #c8d0d8;
  white-space: nowrap;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  cursor: default;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.hero--presentation .hero-trust-chip:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--tech-axis-y) 45%, rgba(255, 255, 255, 0.22));
  background: rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 8px 22px rgba(255, 107, 0, 0.14);
  color: #c0c8d0;
}

.hero--presentation .hero-trust-chip::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid rgba(255, 107, 0, 0.35);
  border-left: 1px solid rgba(255, 107, 0, 0.35);
  opacity: 0.65;
  pointer-events: none;
  transition: opacity 0.22s ease, border-color 0.22s ease;
}

.hero--presentation .hero-trust-chip:hover::before {
  opacity: 1;
  border-color: rgba(255, 107, 0, 0.75);
}

.hero--presentation .hero-trust-chip .checkmark-icon {
  width: 15px;
  height: 15px;
  color: var(--tech-axis-y);
  opacity: 0.88;
  flex-shrink: 0;
  transition: transform 0.22s ease, opacity 0.22s ease, color 0.22s ease;
}

.hero--presentation .hero-trust-chip:hover .checkmark-icon {
  opacity: 1;
  transform: scale(1.12);
  color: var(--tech-axis-y);
}

.hero--presentation .hero-trust-chip--emphasis {
  font-weight: 600;
  color: #c0c8d0;
}

@media (prefers-reduced-motion: reduce) {
  .hero--presentation .hero-trust-chip,
  .hero--presentation .hero-trust-chip::before,
  .hero--presentation .hero-trust-chip .checkmark-icon {
    transition: none;
  }

  .hero--presentation .hero-trust-chip:hover,
  .hero--presentation .hero-trust-chip:hover .checkmark-icon {
    transform: none;
  }
}

.hero--presentation .hero-visual {
  width: min(100%, 1040px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: none;
  border-radius: clamp(12px, 2vw, 20px);
  overflow: hidden;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.45),
    0 24px 80px rgba(0, 0, 0, 0.35);
}

.hero--presentation .hero-visual::before {
  content: none;
}

.hero--presentation .hero-fl-screenshot,
.hero--presentation .hero-fl-video {
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  border-radius: clamp(12px, 2vw, 20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

.hero-kicker {
  font-family: var(--font-mono);
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--tech-axis-x);
  padding: 6px 12px;
  border: 1px solid rgba(255, 107, 0, 0.35);
  background: rgba(255, 107, 0, 0.06);
  border-radius: var(--radius-tech);
}

.hero-copy h2,
h1 {
  font-family: var(--font-ui);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-shadow: none !important;
}

.hero-subtitle {
  font-family: var(--font-mono);
  font-size: clamp(15px, 2.2vw, 17px);
  letter-spacing: 0.04em;
  color: #dce1e6;
  max-width: 52ch;
}

.hero-subtitle strong {
  color: var(--tech-axis-y);
  font-weight: 600;
}

.hero-trust-bar {
  font-family: var(--font-mono);
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #dde3ea;
  gap: 6px 10px;
}

.hero-trust-bar > span:not(.hero-trust-chip) {
  padding: 5px 10px;
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-tech);
  background: rgba(255, 255, 255, 0.03);
}

.hero-visual {
  position: relative;
  padding: 8px;
  border: 1px solid var(--panel-border-accent);
  background:
    linear-gradient(180deg, rgba(255, 107, 0, 0.04), transparent 40%),
    #0e1114;
  border-radius: var(--radius-tech-panel);
  max-width: min(100%, 736px);
}

.hero-visual::before {
  content: "VIEWPORT · DEMO";
  position: absolute;
  top: -10px;
  left: 12px;
  padding: 0 6px;
  font-family: var(--font-mono);
  font-size: 15px;
  letter-spacing: 0.14em;
  color: var(--tech-axis-x);
  background: #0b0d0f;
  z-index: 1;
}

.hero-fl-screenshot,
.hero-fl-video {
  border-radius: var(--radius-tech) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  filter: none !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
}

/* ── Buttons — 3D pushable + orbiting border halo ── */
@property --tech-btn-glow-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes tech-btn-border-orbit {
  to {
    --tech-btn-glow-angle: 360deg;
  }
}

.btn {
  border-radius: var(--radius-tech) !important;
  font-family: var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 15px;
}

/* Josh Comeau pushable stack (shadow → edge → face) + tgbb0 orbit ring */
.tech-pushable {
  --tp-radius: var(--radius-tech);
  --tp-lift: 4px;
  --tp-lift-hover: 6px;
  --tp-lift-active: 2px;
  --tp-orbit-speed: 4.2s;
  --tp-orbit-speed-hover: 1.7s;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  border: none !important;
  border-radius: var(--tp-radius);
  background: transparent !important;
  padding: 0 !important;
  overflow: visible !important;
  cursor: pointer;
  isolation: isolate;
  outline-offset: 4px;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  box-shadow: none !important;
  text-shadow: none !important;
  animation: none !important;
  filter: none;
  transition: filter 250ms ease;
}

.tech-pushable:focus:not(:focus-visible) {
  outline: none;
}

.tech-pushable:focus-visible {
  outline: 2px solid var(--tech-axis-z);
  outline-offset: 4px;
}

button.tech-pushable {
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.hero-buy-btn.tech-pushable::before,
.hero-buy-btn.tech-pushable::after,
.buy-modal-submit.tech-pushable::before,
.buy-modal-submit.tech-pushable::after,
.tech-pushable::before,
.tech-pushable::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: var(--tp-radius);
  padding: 2px;
  pointer-events: none;
  background: conic-gradient(
    from var(--tech-btn-glow-angle) at 50% 50%,
    rgba(255, 107, 0, 0.1) 0deg 248deg,
    rgba(255, 149, 72, 0.42) 272deg,
    rgba(255, 236, 200, 1) 300deg,
    rgba(255, 149, 72, 0.42) 328deg,
    rgba(255, 107, 0, 0.1) 352deg 360deg
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
  opacity: 0.42;
  transform: none !important;
  animation: tech-btn-border-orbit var(--tp-orbit-speed) linear infinite !important;
}

.hero-buy-btn.tech-pushable::after,
.buy-modal-submit.tech-pushable::after,
.tech-pushable::after {
  inset: -6px;
  padding: 0;
  border: none;
  -webkit-mask: none;
  mask: none;
  filter: blur(14px);
  opacity: 0.22;
  z-index: -3;
}

.tech-pushable__shadow,
.tech-pushable__edge,
.tech-pushable__face {
  position: absolute;
  inset: 0;
  border-radius: var(--tp-radius);
  pointer-events: none;
}

.tech-pushable__shadow {
  background: rgba(0, 0, 0, 0.38);
  filter: blur(5px);
  transform: translateY(2px);
  z-index: -2;
  will-change: transform;
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.tech-pushable__edge {
  background: linear-gradient(
    to left,
    #5c2800 0%,
    #933c00 8%,
    #933c00 92%,
    #5c2800 100%
  );
  z-index: -1;
}

.tech-pushable__face {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: inherit;
  padding: 14px 26px;
  border: 1px solid #ff9548;
  background: linear-gradient(180deg, #ff7a1a 0%, #e85f00 100%);
  color: #0a0a0a;
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(calc(-1 * var(--tp-lift)));
  z-index: 1;
  will-change: transform;
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.hero-buy-btn.tech-pushable {
  min-width: 220px;
}

.buy-modal-submit.tech-pushable {
  width: 100%;
}

.buy-modal-submit.tech-pushable .tech-pushable__face {
  width: 100%;
  padding: 18px 29px 16px;
  font-size: 20px;
  letter-spacing: 0.18em;
}

.tech-pushable:hover {
  filter: brightness(1.06);
  transition: filter 250ms ease;
}

.tech-pushable:hover::before {
  opacity: 1;
  animation-duration: var(--tp-orbit-speed-hover);
}

.tech-pushable:hover::after {
  opacity: 0.5;
  animation-duration: var(--tp-orbit-speed-hover);
}

.tech-pushable:hover .tech-pushable__face {
  transform: translateY(calc(-1 * var(--tp-lift-hover)));
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.45);
}

.tech-pushable:hover .tech-pushable__shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.45);
}

.tech-pushable:active .tech-pushable__face {
  transform: translateY(calc(-1 * var(--tp-lift-active)));
  transition: transform 34ms ease;
}

.tech-pushable:active .tech-pushable__shadow {
  transform: translateY(1px);
  transition: transform 34ms ease;
}

.tech-pushable:active::before {
  animation-play-state: paused;
  opacity: 0.72;
}

.tech-pushable:disabled {
  cursor: not-allowed;
  filter: saturate(0.75);
  opacity: 0.55;
}

.tech-pushable:disabled .tech-pushable__face {
  transform: translateY(calc(-1 * var(--tp-lift-active)));
}

/* Legacy primary buttons without pushable markup */
.btn-primary:not(.tech-pushable),
.hero-buy-btn:not(.tech-pushable),
.buy-modal-submit:not(.tech-pushable) {
  position: relative;
  background: linear-gradient(180deg, #ff7a1a 0%, #e85f00 100%) !important;
  color: #0a0a0a !important;
  border: 1px solid #ff9548 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 3px 0 rgba(147, 60, 0, 0.55) !important;
}

.btn-primary:not(.tech-pushable)::before,
.hero-buy-btn:not(.tech-pushable)::before,
.buy-modal-submit:not(.tech-pushable)::before,
.btn-primary:not(.tech-pushable)::after,
.hero-buy-btn:not(.tech-pushable)::after,
.buy-modal-submit:not(.tech-pushable)::after {
  display: none !important;
}

/* Outline buttons — orbit ring on hover only */
.btn-secondary,
.reviews-all-btn,
.reviews-more-btn {
  position: relative;
  overflow: visible !important;
  background: #14181c !important;
  border: 1px solid var(--panel-border) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease,
    filter 0.2s ease;
}

.btn-secondary::before,
.reviews-all-btn::before,
.reviews-more-btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from var(--tech-btn-glow-angle) at 50% 50%,
    transparent 0deg 270deg,
    rgba(255, 107, 0, 0.55) 295deg,
    rgba(96, 165, 250, 0.65) 315deg,
    transparent 340deg 360deg
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.22s ease;
}

.btn-secondary::after,
.reviews-all-btn::after,
.reviews-more-btn::after {
  display: none !important;
}

.btn-secondary:hover,
.reviews-all-btn:hover,
.reviews-more-btn:hover {
  border-color: rgba(255, 107, 0, 0.42) !important;
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.btn-secondary:hover::before,
.reviews-all-btn:hover::before,
.reviews-more-btn:hover::before {
  opacity: 1;
  animation: tech-btn-border-orbit 2.6s linear infinite;
}

.cart-btn {
  position: relative;
  overflow: visible;
  transition:
    transform 200ms cubic-bezier(0.3, 0.7, 0.4, 1.2),
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.cart-btn::after {
  display: none !important;
}

.cart-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 107, 0, 0.5) !important;
}

.cart-btn:active {
  transform: translateY(0);
  transition-duration: 34ms;
}

.cart-btn:hover .cart-icon {
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .tech-pushable::before,
  .tech-pushable::after,
  .btn-secondary:hover::before,
  .reviews-all-btn:hover::before,
  .reviews-more-btn:hover::before {
    animation: none !important;
  }

  .tech-pushable:hover .tech-pushable__face,
  .tech-pushable:active .tech-pushable__face {
    transform: translateY(calc(-1 * var(--tp-lift)));
    transition: none;
  }

  .tech-pushable:hover .tech-pushable__shadow,
  .tech-pushable:active .tech-pushable__shadow {
    transform: translateY(2px);
    transition: none;
  }
}

/* ── Section titles ── */
.section-title {
  font-family: var(--font-mono);
  font-size: clamp(1.125rem, 2.6vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #e8eaed;
}

.section-title::before {
  content: "[";
  color: var(--tech-axis-x);
  margin-right: 0.35em;
}

.section-title::after {
  content: "]";
  color: var(--tech-axis-x);
  margin-left: 0.35em;
}

/* ── Highlight cards ── */
.highlight-card {
  background: linear-gradient(180deg, #13171b 0%, #0f1215 100%) !important;
  border: 1px solid var(--panel-border) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 3px 0 rgba(0, 0, 0, 0.35) !important;
}

.highlight-card:hover {
  transform: translateY(-2px);
  border-color: var(--panel-border-accent) !important;
}

.highlight-visual,
.highlight-visual--license,
.highlight-visual--star,
.highlight-visual--product {
  background:
    linear-gradient(var(--tech-grid-minor) 1px, transparent 1px),
    linear-gradient(90deg, var(--tech-grid-minor) 1px, transparent 1px),
    #0c0f12 !important;
  background-size: 12px 12px, 12px 12px, auto !important;
  min-height: calc(180px + 2rem);
  border-bottom: 1px solid var(--panel-border);
}

.highlight-visual--product {
  --highlight-visual-min: calc(180px + 2rem);
  --highlight-visual-pad-y: 15px;
  padding: var(--highlight-visual-pad-y) 1.5rem !important;
}

.highlight-body {
  text-align: left;
  padding: 1.25rem 1.5rem 1.5rem;
}

.highlight-title {
  font-family: var(--font-mono);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tech-axis-x);
  margin-bottom: 0.5rem;
}

.highlight-title::before {
  content: "▸ ";
  color: var(--tech-axis-y);
}

.highlight-desc {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #c8d0d8;
}

.highlight-platform {
  font-family: var(--font-mono);
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.highlight-card--star {
  background: linear-gradient(180deg, #12161a 0%, #0d1013 100%) !important;
  border-color: rgba(96, 165, 250, 0.25) !important;
  box-shadow:
    inset 3px 0 0 var(--tech-axis-z),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.highlight-card--star::before {
  content: none !important;
}

.highlight-card--star::after {
  display: none !important;
}

.highlight-card--star .highlight-star-eyebrow {
  font-family: var(--font-mono);
  font-size: 15px;
  letter-spacing: 0.2em;
  color: var(--tech-axis-z);
}

.highlight-card--star .highlight-title {
  font-family: var(--font-ui);
  font-size: 1.3rem;
  text-transform: none;
  letter-spacing: normal;
  color: var(--text);
  text-shadow: none !important;
}

.highlight-card--star .highlight-title::before {
  content: none;
}

.highlight-card--star .highlight-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  margin: 0 auto;
  text-align: center;
  max-width: 54ch;
}

.highlight-card--star .highlight-desc__pipeline {
  font-family: var(--font-mono);
  font-size: 1.0625rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #c0c8d0;
}

.highlight-card--star .highlight-desc__lead {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.5rem 0.8rem 0.5rem 0.65rem;
  font-family: var(--font-mono);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #d7f5e8;
  background:
    linear-gradient(90deg, rgba(52, 211, 153, 0.14), rgba(52, 211, 153, 0.04)),
    rgba(12, 16, 18, 0.92);
  border: 1px solid rgba(52, 211, 153, 0.34);
  border-left: 3px solid var(--tech-axis-y);
  border-radius: var(--radius-tech);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 2px 0 rgba(0, 0, 0, 0.22);
}

.highlight-card--star .highlight-desc__lead::before {
  content: "IN-APP";
  flex-shrink: 0;
  padding: 0.14rem 0.38rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #061410;
  background: var(--tech-axis-y);
  border-radius: var(--radius-tech);
}

.highlight-platforms--star .cad-workflow-icon {
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.12em;
  padding: 8px 10px;
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-tech);
  background: rgba(255, 255, 255, 0.02);
}

.highlight-platforms--star .cad-workflow-icon svg {
  width: 28px;
  height: 28px;
  filter: none;
}

/* ── Reviews ── */
.reviews-header__title {
  font-family: var(--font-ui);
  font-size: clamp(1.25rem, 3vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-transform: none;
  max-width: 40ch;
  margin-inline: auto;
}

.reviews-header__lead {
  font-family: var(--font-mono);
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c0c8d0;
}

.reviews-header__lead::before {
  content: "// ";
  color: var(--tech-axis-z);
  font-weight: 700;
}

.reviews-summary {
  font-family: var(--font-mono);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-tech-panel);
  background: #0f1215;
}

.review-card {
  background: #11151a !important;
  border: 1px solid var(--panel-border) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
  border-radius: var(--radius-tech-panel) !important;
}

.review-card::before {
  content: "//" !important;
  top: 0.75rem !important;
  right: 0.85rem !important;
  font-family: var(--font-mono) !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: rgba(255, 107, 0, 0.35) !important;
}

.review-card:hover {
  transform: translateY(-2px);
  border-color: var(--panel-border-accent) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.review-avatar {
  border-radius: var(--radius-tech) !important;
  font-family: var(--font-mono);
  font-size: 1.0625rem;
  box-shadow: none !important;
}

.review-name {
  font-family: var(--font-mono);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.review-text {
  font-size: 1.0625rem;
  line-height: 1.55;
  color: #d0d6dc;
  border-left: 2px solid rgba(255, 107, 0, 0.35);
  padding-left: 0.75rem;
  margin: 0;
}

.reviews-all-btn {
  font-family: var(--font-mono);
  letter-spacing: 0.1em;
}

/* ── FAQ ── */
details.faq-item,
details {
  border-radius: var(--radius-tech-panel) !important;
  border: 1px solid var(--panel-border) !important;
  background: #0f1215 !important;
  backdrop-filter: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
  padding: 0 !important;
}

.faq-question,
summary.faq-question {
  font-family: var(--font-mono);
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  padding: 12px 14px;
  list-style: none;
}

.faq-question::before {
  content: "? ";
  color: var(--tech-axis-x);
  font-weight: 700;
}

.faq-answer,
details p {
  font-size: 1.0625rem;
  line-height: 1.6;
  padding: 0 14px 12px;
  margin: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 10px;
}

.faq .faq-answer a {
  color: var(--tech-axis-x);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 107, 0, 0.55);
}

.faq .faq-answer a:hover {
  color: #ff9548;
  text-decoration-color: #ff9548;
}

/* ── Buy modal ── */
.buy-modal-overlay {
  backdrop-filter: none !important;
  background: rgba(5, 7, 9, 0.82) !important;
}

.buy-modal,
.payment-result-modal {
  background: linear-gradient(180deg, #14181c, #0f1215) !important;
  border: 1px solid var(--panel-border-accent) !important;
  border-radius: var(--radius-tech-panel) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55) !important;
}

.buy-modal-title {
  font-family: var(--font-mono);
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.buy-modal-product {
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-tech-panel);
  background: #0c0f12;
}

.buy-modal-label {
  font-family: var(--font-mono);
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tech-axis-x);
}

.buy-modal-input {
  border-radius: var(--radius-tech) !important;
  font-family: var(--font-mono);
  font-size: 16px;
  background: #0a0c0e !important;
  border: 1px solid var(--panel-border) !important;
}

.buy-modal-input:focus {
  border-color: var(--panel-border-accent) !important;
  box-shadow: 0 0 0 1px rgba(255, 107, 0, 0.25) !important;
}

.buy-modal-trust-item {
  font-family: var(--font-mono);
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.buy-modal-trust-item::before {
  border-radius: var(--radius-tech) !important;
  font-family: var(--font-mono);
  font-size: 16px !important;
}

.buy-modal-consent--single {
  border-radius: var(--radius-tech) !important;
  background: rgba(255, 107, 0, 0.05) !important;
}

.buy-modal-submit {
  border-radius: var(--radius-tech) !important;
}

.buy-modal-safe-payment {
  font-family: var(--font-mono);
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Footer ── */
.footer {
  border-top: 1px solid var(--panel-border);
  padding-top: 2.5rem;
  background: transparent;
}

.footer-links a {
  font-family: var(--font-mono);
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 0, 0.35);
  padding: 0.2rem 0.1rem 0.15rem;
}

.footer > p:not(.footer-refund-note) {
  font-family: var(--font-mono);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #b8c0c8;
}

.footer-refund-note {
  font-family: var(--font-mono);
  font-size: 16px;
  line-height: 1.5;
}

.footer-refund-note .checkmark-icon {
  width: 16px;
  height: 16px;
}

/* Footer payment badges — match FKA footer (dark CAD theme) */
.footer .payment-badges {
  margin: 0;
  gap: clamp(1rem, 3vw, 1.75rem);
  justify-content: center;
  background: transparent;
}

.footer .payment-badge-img {
  display: block;
  height: 26px;
  width: auto;
  max-width: 108px;
  object-fit: contain;
  object-position: center;
  background: transparent !important;
  border: none;
  padding: 0;
  box-shadow: none;
  filter: none !important;
  opacity: 1;
}

.footer .payment-badge-img--sbp {
  height: 28px;
  max-width: 140px;
}

.footer .payment-badge-img--yoomoney {
  height: 28px;
  max-width: 64px;
}

.footer .payment-badge-img--alfa {
  height: 28px;
  max-width: 96px;
}

.footer .payment-badge-img--card {
  height: 28px;
  width: auto;
  max-width: 44px;
  color: #fff;
}

/* ── Legal / secondary pages ── */
.legal-doc h1,
.legal-doc h2 {
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
}

.card,
.product-card {
  background: #11151a !important;
  border: 1px solid var(--panel-border) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

.price {
  font-family: var(--font-mono);
  text-shadow: none !important;
}

.product-badge {
  font-family: var(--font-mono);
  border-radius: var(--radius-tech) !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Star rating — flat technical ── */
.star-rating__group {
  color: var(--tech-axis-x);
}

.star-rating--lg .star-icon {
  filter: none !important;
}

/* ── Misc ── */
.brand-logo--wordmark,
.brand:hover .brand-logo--wordmark {
  filter: brightness(0) invert(1) !important;
  transform: none !important;
  transition: none !important;
}

.brand-logo:not(.brand-logo--wordmark) {
  filter: none !important;
}

.checkmark-icon {
  color: var(--tech-axis-y);
}

@media (max-width: 980px) {
  .hero--presentation .hero-fl-screenshot,
  .hero--presentation .hero-fl-video {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  .header {
    padding: 4px 10px !important;
    margin-top: max(8px, env(safe-area-inset-top, 0px));
    top: max(8px, env(safe-area-inset-top, 0px));
  }

  .header .brand-logo--wordmark {
    height: 58px;
    max-width: min(64vw, 300px);
  }

  .hero--presentation {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
  }

  .hero-display {
    white-space: normal;
  }

  .hero-display__accent {
    font-size: clamp(2rem, 9.5vw, 2.9rem);
  }

  .hero-lead {
    font-size: 1.0625rem;
    padding-inline: 0.25rem;
  }

  .hero--presentation .tech-pushable {
    min-width: 0;
    width: 100%;
    max-width: 320px;
  }

  .hero--presentation .tech-pushable__face {
    width: 100%;
    padding: 16px 24px;
    font-size: 1.0625rem;
    letter-spacing: 0.01em;
  }

  .hero--presentation .hero-trust-bar {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: min(100%, 18.5rem);
    margin-inline: auto;
    padding-inline: 0.5rem;
    gap: 6px;
    font-size: 0.9375rem;
  }

  .hero--presentation .hero-trust-chip {
    display: flex;
    width: 100%;
    padding: 0.48rem 0.7rem;
    gap: 6px;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
  }

  .hero--presentation .hero-trust-chip .checkmark-icon {
    width: 14px;
    height: 14px;
  }

  .highlight-body {
    padding: 1rem 1.15rem 1.25rem;
  }
}
