/* TerraRide final brand system - black / orange / white */
:root {
  --tr-black: #050505;
  --tr-black-2: #090909;
  --tr-card: #101010;
  --tr-border: rgba(255, 255, 255, 0.12);
  --tr-border-hot: rgba(255, 77, 22, 0.58);
  --tr-white: #ffffff;
  --tr-muted: rgba(255, 255, 255, 0.68);
  --tr-orange: #ff4d16;
  --tr-orange-2: #ff7a2c;
  --radius-card: 28px;
  --radius-pill: 999px;
  --tr-glow: 0 0 0 1px rgba(255, 77, 22, 0.28), 0 18px 54px rgba(255, 77, 22, 0.16);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
  background: var(--tr-black);
  color: var(--tr-white);
}

html.js [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

html.js [data-reveal].visible {
  animation: trFadeUp 520ms ease both;
}

@keyframes trFadeUp {
  from {
    opacity: 0.72;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body,
.legal-page,
.section-dark,
.value-section,
.about-section,
.service-section,
.faq-section,
.contact-section,
.social-section,
.products-section,
.finder-section,
.reassurance-section,
.legal-main {
  background:
    radial-gradient(circle at 84% 0%, rgba(255, 77, 22, 0.11), transparent 32rem),
    var(--tr-black);
  color: var(--tr-white);
}

section {
  padding-top: clamp(54px, 7vw, 98px);
  padding-bottom: clamp(54px, 7vw, 98px);
}

.site-header {
  background: rgba(5, 5, 5, 0.94);
  border-bottom: 1px solid var(--tr-border);
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.42);
}

.main-nav a,
.legal-nav a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.main-nav a:hover,
.legal-nav a:hover,
.site-footer a:hover {
  color: var(--tr-orange);
}

.header-cta,
.btn,
.chat-toggle,
.filter-btn,
.choice-chip,
.compare-selectors select,
.option-chip,
.dialog-close,
.popup-close,
.gallery-controls button,
.quote-actions button,
.sav-compact-panel summary,
.contact-form input,
.contact-form select,
.contact-form textarea,
.sav-ai-form input,
.sav-ai-form select,
.sav-ai-form textarea {
  border-radius: var(--radius-pill);
}

.btn,
.header-cta,
.chat-toggle,
.filter-btn,
.choice-chip,
.option-chip,
.gallery-controls button,
.quote-actions button,
.sav-compact-panel summary {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.btn-primary,
.header-cta,
.chat-toggle {
  background: linear-gradient(180deg, var(--tr-orange-2), var(--tr-orange));
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--tr-white);
  box-shadow: 0 14px 40px rgba(255, 77, 22, 0.22);
}

.btn-secondary,
.filter-btn,
.choice-chip,
.option-chip,
.gallery-controls button,
.quote-actions button,
.sav-compact-panel summary {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--tr-border);
  color: var(--tr-white);
}

.btn:hover,
.header-cta:hover,
.chat-toggle:hover,
.filter-btn:hover,
.choice-chip:hover,
.option-chip:hover,
.gallery-controls button:hover,
.quote-actions button:hover,
.sav-compact-panel summary:hover {
  transform: translateY(-2px);
  border-color: var(--tr-border-hot);
  box-shadow: var(--tr-glow);
}

.btn:active,
.header-cta:active,
.chat-toggle:active,
.filter-btn:active,
.choice-chip:active,
.option-chip:active {
  transform: translateY(0) scale(0.985);
}

.filter-btn.active,
.choice-chip.active,
.option-chip.active {
  background: var(--tr-orange);
  border-color: var(--tr-orange);
  color: var(--tr-white);
  box-shadow: var(--tr-glow);
}

.hero {
  order: 1;
  border-bottom: 1px solid var(--tr-border);
}

.reassurance-section {
  order: 2;
}

.finder-section {
  order: 3;
}

.products-section {
  order: 4;
}

.value-section {
  order: 5;
}

.social-section {
  order: 6;
}

.about-section {
  order: 7;
}

.service-section {
  order: 8;
}

.faq-section {
  order: 9;
}

.contact-section {
  order: 10;
}

.hero-copy h1,
.section-heading h2,
.reassurance-head h2,
.legal-hero h1,
.contact-card h2,
.service-copy h2,
.about-copy h2,
.product-buy-panel h2 {
  color: var(--tr-white);
}

.hero-copy p,
.section-heading p,
.reassurance-head p,
.legal-hero p,
.contact-card p,
.service-copy p,
.about-copy p,
.product-card-copy,
.faq-answer,
.legal-content p,
.legal-content li {
  color: var(--tr-muted);
}

.text-orange,
.section-label,
.result-label,
.brand-email a,
.product-badge,
.product-card-tags span,
.product-fit-badges span,
.detail-trust-chips span {
  color: var(--tr-orange);
}

.proof-row div {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--tr-border);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(14px);
}

.proof-row div:hover {
  border-color: var(--tr-border-hot);
  box-shadow: var(--tr-glow);
}

.reassurance-section {
  padding-inline: clamp(18px, 5vw, 70px);
  border-bottom: 1px solid var(--tr-border);
}

.reassurance-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.reassurance-head h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: 0.96;
}

.reassurance-head p {
  max-width: 330px;
  margin: 0;
  font-weight: 800;
}

.reassurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.reassurance-grid article,
.value-grid article,
.social-grid article,
.about-proof article,
.guarantee-grid article,
.faq-item,
.legal-grid a,
.legal-content article,
.compare-panel,
.model-finder,
.product-card,
.contact-card,
.service-ai-shell,
.quote-result,
.contact-form,
.sav-ai-form,
.sav-ai-result,
.product-buy-panel,
.tech-group,
.product-highlights article,
.product-use-card div,
.included-box,
.detail-warranty-panel,
.detail-rider-panel,
.detail-cta,
.detail-faq details,
.warranty-mini-grid article,
.popup-panel,
.conversion-popup {
  background:
    linear-gradient(145deg, rgba(255, 77, 22, 0.1), transparent 42%),
    var(--tr-card);
  border: 1px solid var(--tr-border);
  border-radius: var(--radius-card);
  color: var(--tr-white);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.28);
}

.reassurance-grid article,
.value-grid article,
.social-grid article,
.about-proof article,
.guarantee-grid article,
.product-card,
.legal-grid a,
.legal-content article,
.product-highlights article,
.tech-group,
.finder-results article {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.reassurance-grid article:hover,
.value-grid article:hover,
.social-grid article:hover,
.about-proof article:hover,
.guarantee-grid article:hover,
.product-card:hover,
.legal-grid a:hover,
.legal-content article:hover,
.product-highlights article:hover,
.tech-group:hover,
.finder-results article:hover {
  transform: translateY(-5px);
  border-color: var(--tr-border-hot);
  box-shadow: var(--tr-glow);
}

.reassurance-grid article,
.value-grid article {
  padding: 22px;
}

.trust-icon,
.value-grid span,
.about-proof span,
.process-grid span,
.legal-grid span,
.legal-steps span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--tr-border-hot);
  border-radius: 50%;
  color: var(--tr-orange);
  font-size: 0.84rem;
  font-weight: 1000;
  margin-bottom: 14px;
}

.reassurance-grid h3,
.value-grid h3,
.social-grid h3,
.about-proof h3,
.guarantee-grid strong,
.legal-grid h2,
.legal-content h2,
.product-card h3,
.finder-results h3 {
  color: var(--tr-white);
}

.reassurance-grid p,
.value-grid p,
.social-grid p,
.about-proof p,
.guarantee-grid p,
.legal-grid p,
.product-card p,
.finder-results p {
  color: var(--tr-muted);
}

.finder-section,
.products-section,
.value-section,
.social-section,
.about-section,
.service-section,
.faq-section,
.contact-section {
  padding-inline: clamp(18px, 5vw, 70px);
}

.finder-section {
  display: block;
}

.model-finder {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(18px, 4vw, 44px);
  padding: clamp(18px, 4vw, 34px);
}

.finder-questions {
  display: grid;
  gap: 18px;
}

.finder-questions fieldset {
  border: 1px solid var(--tr-border);
  border-radius: 24px;
  padding: 18px;
  margin: 0;
}

.finder-questions legend {
  padding: 0 8px;
  color: var(--tr-white);
  font-weight: 1000;
}

.choice-chip {
  min-height: 44px;
  margin: 8px 8px 0 0;
  padding: 0 16px;
  cursor: pointer;
  font-weight: 900;
}

.finder-results > span {
  display: inline-flex;
  color: var(--tr-orange);
  font-size: 0.82rem;
  font-weight: 1000;
  text-transform: uppercase;
  margin-bottom: 14px;
}

#finderResults {
  display: grid;
  gap: 12px;
}

.finder-results article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--tr-border);
  border-radius: 24px;
}

.finder-results article > span {
  grid-column: 1 / -1;
  width: fit-content;
  border: 1px solid rgba(255, 77, 22, 0.4);
  border-radius: var(--radius-pill);
  color: var(--tr-orange);
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 1000;
}

.finder-results img {
  width: 92px;
  aspect-ratio: 1.24;
  object-fit: contain;
  border-radius: 18px;
  background: #050505;
}

.finder-results h3,
.finder-results p,
.finder-results strong {
  margin: 0;
}

.finder-results button {
  min-height: 40px;
  border: 1px solid var(--tr-border-hot);
  border-radius: var(--radius-pill);
  background: rgba(255, 77, 22, 0.12);
  color: var(--tr-white);
  font-weight: 900;
  cursor: pointer;
}

.product-card {
  overflow: hidden;
  padding: 16px;
}

.product-card.racing-product {
  border-color: rgba(255, 77, 22, 0.72);
  box-shadow: 0 24px 92px rgba(255, 77, 22, 0.16);
}

.product-card.racing-product .product-badge {
  background: linear-gradient(180deg, var(--tr-orange-2), var(--tr-orange));
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--tr-white);
  box-shadow: 0 12px 34px rgba(255, 77, 22, 0.24);
}

.product-image-button,
.gallery-stage,
.gallery-thumb,
.product-card img {
  background: #050505;
  border-color: var(--tr-border);
}

.product-card-tags span,
.product-fit-badges span,
.detail-trust-chips span {
  background: rgba(255, 77, 22, 0.1);
  border-color: rgba(255, 77, 22, 0.34);
}

.price-line strong,
.detail-price strong {
  color: var(--tr-white);
}

.compare-panel {
  margin-top: clamp(28px, 5vw, 56px);
  padding: clamp(18px, 4vw, 34px);
}

.compare-panel > div:first-child {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.compare-panel h3 {
  margin: 0;
  color: var(--tr-white);
  font-size: clamp(1.5rem, 3vw, 2.7rem);
}

.compare-selectors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.compare-selectors label {
  display: grid;
  gap: 8px;
  color: var(--tr-muted);
  font-weight: 900;
}

.compare-selectors select {
  min-height: 48px;
  border: 1px solid var(--tr-border);
  background: #050505;
  color: var(--tr-white);
  padding: 0 14px;
}

.model-comparator {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--tr-border);
  border-radius: 24px;
}

.compare-row {
  display: grid;
  grid-template-columns: 0.85fr repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--tr-border);
}

.compare-row span,
.compare-row strong {
  min-height: 58px;
  display: flex;
  align-items: center;
  background: #080808;
  padding: 12px 14px;
  color: var(--tr-white);
}

.compare-row span {
  color: var(--tr-orange);
  font-weight: 1000;
}

.compare-head strong,
.compare-head span {
  background: #101010;
}

.value-grid-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.social-grid article {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 24px;
}

.social-grid article::after {
  content: "";
  position: absolute;
  inset: auto 24px 18px auto;
  width: 42px;
  height: 2px;
  background: var(--tr-orange);
}

.social-grid strong {
  color: var(--tr-orange);
}

.about-panel,
.service-ai-shell,
.contact-card,
.split-layout {
  border: 1px solid var(--tr-border);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 77, 22, 0.12), transparent 26rem),
    var(--tr-black-2);
}

.service-ai-shell {
  background:
    linear-gradient(100deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.78)),
    url("assets/terraride-cb300f-03.webp") center right / 52% auto no-repeat,
    #050505;
}

.sav-ai-form,
.sav-ai-result,
.contact-form,
.quote-result {
  background: var(--tr-card);
}

.contact-form label,
.sav-ai-form label,
.select-label {
  color: var(--tr-white);
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.sav-ai-form input,
.sav-ai-form select,
.sav-ai-form textarea,
.select-label select,
.chat-panel input {
  border: 1px solid var(--tr-border);
  background: #050505;
  color: var(--tr-white);
}

.contact-form textarea,
.sav-ai-form textarea {
  border-radius: 22px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.sav-ai-form input::placeholder,
.sav-ai-form textarea::placeholder,
.chat-panel input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.contact-reassurance span,
.legal-checks span,
.included-box span,
.sav-next-steps span,
.popup-steps span,
.quote-mini-card,
.result-placeholder {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 77, 22, 0.25);
  color: var(--tr-white);
}

.faq-item.open,
.faq-item:hover {
  border-color: var(--tr-border-hot);
}

.faq-question {
  color: var(--tr-white);
}

.faq-question span {
  background: var(--tr-orange);
  color: var(--tr-white);
}

.product-dialog {
  background: #050505;
  border: 1px solid var(--tr-border-hot);
  color: var(--tr-white);
}

.product-story,
.detail-tech,
.product-value-panel {
  background: #050505;
  color: var(--tr-white);
}

.product-value-panel {
  border-top: 1px solid var(--tr-border);
  border-bottom: 1px solid var(--tr-border);
}

.product-highlights article,
.product-use-card div,
.tech-group {
  background: var(--tr-card);
}

.product-highlights strong,
.product-use-card strong,
.tech-group summary,
.tech-group strong,
.detail-section-head h3,
.detail-rider-panel h3,
.detail-warranty-panel h3,
.detail-faq h3,
.detail-cta h3,
.included-box h4,
.warranty-mini-grid h4 {
  color: var(--tr-white);
}

.tech-group div {
  border-top-color: var(--tr-border);
}

.tech-group span,
.product-use-card span,
.detail-section-head p,
.detail-rider-panel p,
.detail-warranty-panel p,
.detail-faq p,
.detail-cta p,
.included-box span,
.warranty-mini-grid p,
.product-buy-panel p {
  color: var(--tr-muted);
}

.tech-group summary::after {
  background: var(--tr-orange);
  color: var(--tr-white);
}

.gallery-overlay,
.product-badge {
  background: rgba(5, 5, 5, 0.7);
  border: 1px solid rgba(255, 77, 22, 0.34);
}

.legal-page .site-header {
  position: sticky;
}

.legal-main {
  padding: clamp(26px, 5vw, 72px) clamp(18px, 5vw, 70px) clamp(70px, 8vw, 110px);
}

.legal-hero {
  border: 1px solid var(--tr-border);
  border-radius: 34px;
  background:
    linear-gradient(100deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.82)),
    url("assets/hero-motorcycle.webp") right center / min(56vw, 760px) auto no-repeat,
    #050505;
  padding: clamp(28px, 6vw, 72px);
  min-height: 340px;
  display: grid;
  align-content: center;
}

.legal-hero p:not(.section-label) {
  max-width: 720px;
}

.legal-grid,
.legal-content {
  margin-top: 24px;
}

.legal-grid a,
.legal-content article {
  padding: clamp(18px, 3vw, 28px);
}

.legal-content a {
  color: var(--tr-orange);
}

.legal-warning {
  border-color: var(--tr-border-hot) !important;
}

.warranty-download-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 24px;
}

.warranty-download-card img {
  border-radius: 24px;
  border: 1px solid var(--tr-border);
  max-height: 520px;
  object-fit: cover;
}

.site-footer,
.bottom-assurance {
  background: #050505;
  border-top: 1px solid var(--tr-border);
  color: var(--tr-white);
}

.chat-panel,
.conversion-popup {
  background: #070707;
  color: var(--tr-white);
  border-color: var(--tr-border-hot);
}

.chat-message {
  background: rgba(255, 255, 255, 0.055);
  color: var(--tr-white);
}

.chat-message.user {
  background: rgba(255, 77, 22, 0.18);
}

.process,
.blog-section,
.decision-section {
  display: none;
}

@media (max-width: 1180px) {
  .reassurance-grid,
  .value-grid-six,
  .social-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-finder,
  .contact-card,
  .quote-workspace,
  .service-ai-shell,
  .product-hero-detail,
  .product-value-panel,
  .warranty-download-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  section,
  .products-section,
  .finder-section,
  .reassurance-section,
  .value-section,
  .social-section,
  .about-section,
  .service-section,
  .faq-section,
  .contact-section,
  .legal-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reassurance-head {
    display: grid;
  }

  .reassurance-grid,
  .value-grid-six,
  .social-grid,
  .product-grid,
  .compare-selectors,
  .proof-row,
  .about-proof,
  .guarantee-grid {
    grid-template-columns: 1fr;
  }

  .model-finder,
  .compare-panel,
  .contact-card,
  .service-ai-shell,
  .about-panel,
  .split-layout,
  .legal-hero {
    border-radius: 26px;
  }

  .finder-results article {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .finder-results button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .compare-row {
    grid-template-columns: 1fr;
  }

  .compare-row span,
  .compare-row strong {
    min-height: 46px;
  }

  .hero-copy h1 {
    text-wrap: balance;
  }

  .legal-hero {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.78)),
      url("assets/hero-motorcycle.webp") center bottom / 130% auto no-repeat,
      #050505;
    padding-bottom: 180px;
  }
}

@media (max-width: 560px) {
  .hero-actions,
  .quote-actions,
  .warranty-actions {
    grid-template-columns: 1fr;
  }

  .btn,
  .header-cta,
  .chat-toggle {
    width: 100%;
  }

  .reassurance-grid article,
  .value-grid article,
  .contact-card,
  .model-finder,
  .compare-panel,
  .service-ai-shell,
  .about-panel {
    padding: 18px;
  }

  .product-dialog {
    border-radius: 0;
  }
}

/* Minimal TerraRide mode */
.conversion-bar,
.reassurance-section,
.value-section,
.social-section,
.about-section,
.compare-panel,
.bottom-assurance,
.hero-product-card,
.hero-safety-card,
.chat-toggle,
.chat-panel,
.conversion-popup {
  display: none !important;
}

.hero {
  min-height: min(780px, 92svh);
  padding-top: clamp(62px, 9vw, 110px);
  padding-bottom: clamp(72px, 9vw, 120px);
}

.hero-copy {
  max-width: min(680px, 100%);
}

.hero-copy h1 {
  max-width: 680px;
  font-size: clamp(3rem, 7.4vw, 7.2rem);
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 520px;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.proof-row {
  max-width: 620px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.proof-row div {
  min-height: 76px;
  padding: 14px 16px;
}

.hero-media {
  display: none;
}

.products-section {
  padding-top: clamp(54px, 7vw, 92px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.section-heading h2 {
  font-size: clamp(2.2rem, 5vw, 5rem);
}

.section-heading p:not(.section-label) {
  max-width: 520px;
}

.catalog-toolbar {
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.filter-group,
.select-label {
  width: auto;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  min-height: auto;
  padding: 12px;
  border-radius: 24px;
}

.product-card .product-card-copy,
.product-card .card-options {
  display: none;
}

.product-card h3 {
  font-size: 1.05rem;
  line-height: 1.1;
}

.product-card-tags {
  margin-top: 10px;
}

.product-card-tags span:nth-child(2) {
  display: none;
}

.product-image-button {
  min-height: 180px;
}

.product-card img {
  max-height: 170px;
}

.price-line {
  margin-top: 12px;
}

.price-line strong {
  font-size: 1.45rem;
}

.card-actions .btn {
  min-height: 44px;
  width: 100%;
}

.finder-section,
.service-section,
.faq-section,
.contact-section {
  padding-top: clamp(52px, 6vw, 84px);
  padding-bottom: clamp(52px, 6vw, 84px);
}

.model-finder,
.service-ai-shell,
.contact-card,
.split-layout {
  border-radius: 30px;
  padding: clamp(18px, 3vw, 34px);
}

.finder-questions {
  gap: 14px;
}

.finder-questions fieldset {
  padding: 16px;
}

.choice-chip {
  min-height: 42px;
  padding: 0 15px;
  font-size: 0.88rem;
}

.finder-results article {
  border-radius: 22px;
}

/* Premium TerraRide selector */
.finder-section {
  position: relative;
  overflow: hidden;
}

.finder-section::before {
  content: "";
  position: absolute;
  inset: 8% -16% auto auto;
  width: min(460px, 70vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 77, 22, 0.16), transparent 64%);
  pointer-events: none;
}

.model-finder {
  position: relative;
  background:
    linear-gradient(145deg, rgba(255, 77, 22, 0.11), transparent 36%),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.finder-questions fieldset {
  background: rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 255, 255, 0.1);
}

.finder-questions legend {
  color: rgba(255, 255, 255, 0.76);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.choice-chip {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.choice-chip.active,
.choice-chip:hover {
  background: var(--tr-orange);
  border-color: var(--tr-orange);
  box-shadow: 0 14px 34px rgba(255, 77, 22, 0.24);
  transform: translateY(-1px);
}

.finder-results {
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  padding: clamp(14px, 2.4vw, 22px);
}

.finder-results article {
  background: linear-gradient(135deg, rgba(255, 77, 22, 0.08), rgba(255, 255, 255, 0.035));
}

.finder-results button {
  border-radius: var(--radius-pill);
}

.service-ai-shell {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
}

.guarantee-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.guarantee-grid article {
  padding: 16px;
  border-radius: 22px;
}

.sav-ai-panel {
  align-self: start;
}

.faq-section .split-layout {
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
}

.faq-item {
  padding: 0;
  border-radius: 22px;
}

.faq-question {
  min-height: 58px;
}

.contact-card {
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
}

.contact-card h2 {
  font-size: clamp(2rem, 4vw, 4.5rem);
}

.contact-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.contact-reassurance span {
  border-radius: var(--radius-pill);
}

.site-footer {
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(130px, 0.55fr));
  padding-top: 42px;
  padding-bottom: 42px;
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 68px;
  }

  .main-nav {
    gap: 4px;
  }

  .hero {
    min-height: calc(100svh - 68px);
    align-items: start;
    padding: clamp(34px, 8vw, 56px) 20px 34px;
    background:
      radial-gradient(circle at 82% 58%, rgba(255, 77, 22, 0.18), transparent 18rem),
      linear-gradient(180deg, #050505 0%, #050505 42%, #080808 100%);
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.78) 44%, rgba(5, 5, 5, 0.28) 72%, rgba(5, 5, 5, 0.62) 100%),
      linear-gradient(180deg, rgba(5, 5, 5, 0.08) 0%, rgba(5, 5, 5, 0.2) 58%, #050505 100%);
  }

  .hero::after {
    background-position: 64% center;
    background-size: auto 100%;
    opacity: 0.84;
  }

  .hero-copy h1 {
    max-width: 350px;
    font-size: clamp(2.35rem, 11vw, 3.3rem);
    line-height: 0.96;
    margin-bottom: 12px;
    text-wrap: balance;
  }

  .hero-copy {
    align-self: start;
    padding-top: clamp(32px, 8vh, 72px);
  }

  .hero-copy p {
    max-width: 310px;
    font-size: 0.96rem;
    line-height: 1.35;
  }

  .hero-actions {
    max-width: 350px;
    gap: 10px;
    margin: 20px 0 16px;
  }

  .proof-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 350px;
    gap: 8px;
  }

  .proof-row div {
    width: auto;
    min-width: 0;
    min-height: 56px;
    padding: 10px 9px;
    border-radius: 22px;
  }

  .proof-row strong {
    font-size: 1.1rem;
  }

  .proof-row span {
    font-size: 0.66rem;
    line-height: 1.15;
  }

  .catalog-toolbar {
    display: grid;
  }

  .filter-group {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .filter-btn {
    white-space: nowrap;
  }

  .select-label {
    width: 100%;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-card {
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .product-card > .product-badge {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .product-image-button {
    min-height: 112px;
    border-radius: 18px;
  }

  .product-card img {
    max-height: 104px;
  }

  .product-card > div:not(.price-line):not(.card-actions) {
    min-width: 0;
  }

  .price-line,
  .card-actions {
    grid-column: 1 / -1;
  }

  .model-finder,
  .service-ai-shell,
  .contact-card,
  .faq-section .split-layout {
    grid-template-columns: 1fr;
  }

  .guarantee-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

/* Product FAQ contrast fix */
.detail-faq {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 77, 22, 0.12), transparent 22rem),
    #050505 !important;
  color: var(--tr-white) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-faq .section-label {
  color: var(--tr-orange) !important;
}

.detail-faq h3 {
  color: var(--tr-white) !important;
}

.detail-faq > div:last-child {
  display: grid;
  gap: 10px;
}

.detail-faq details {
  background:
    linear-gradient(145deg, rgba(255, 77, 22, 0.08), transparent 42%),
    #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 22px !important;
  padding: 0 !important;
  overflow: hidden;
  color: var(--tr-white) !important;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.detail-faq details:hover,
.detail-faq details[open] {
  border-color: rgba(255, 77, 22, 0.55) !important;
  box-shadow: 0 16px 42px rgba(255, 77, 22, 0.1);
  transform: translateY(-1px);
}

.detail-faq summary {
  color: var(--tr-white) !important;
  padding: 18px 20px;
  list-style: none;
}

.detail-faq summary::-webkit-details-marker {
  display: none;
}

.detail-faq summary::after {
  content: "+";
  float: right;
  color: var(--tr-orange);
}

.detail-faq details[open] summary::after {
  content: "-";
}

.detail-faq details p {
  margin: 0;
  padding: 0 20px 18px;
  color: rgba(255, 255, 255, 0.72) !important;
}

body.assistant-open .chat-toggle {
  display: inline-flex !important;
}

body.assistant-open .chat-panel:not([hidden]) {
  display: grid !important;
}

/* Product commerce sheet V2 */
.product-sheet-v2 {
  background:
    radial-gradient(circle at 74% 0%, rgba(255, 77, 22, 0.13), transparent 30rem),
    #050505;
}

.product-sheet-v2 section {
  padding: clamp(18px, 3.6vw, 42px);
}

.product-commerce-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(18px, 3.2vw, 38px);
  align-items: start;
}

.commerce-gallery {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.commerce-gallery-stage {
  position: relative;
  width: 100%;
  min-height: clamp(340px, 46vw, 610px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 77, 22, 0.16), transparent 24rem),
    linear-gradient(180deg, #171717, #070707);
  cursor: zoom-in;
}

.commerce-gallery-stage img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  padding: clamp(16px, 3vw, 34px);
  transition:
    transform 0.32s ease,
    opacity 0.22s ease;
}

.commerce-gallery.is-zoomed .commerce-gallery-stage {
  cursor: zoom-out;
}

.commerce-gallery.is-zoomed .commerce-gallery-stage img {
  transform: scale(1.22);
}

.gallery-zoom-hint,
.commerce-gallery-stage [data-gallery-count] {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-pill);
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, 0.82);
  padding: 8px 12px;
  font-size: 0.76rem;
  font-weight: 850;
}

.gallery-zoom-hint {
  left: 16px;
}

.commerce-gallery-stage [data-gallery-count] {
  right: 16px;
}

.commerce-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(78px, 110px);
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-color: rgba(255, 77, 22, 0.75) rgba(255, 255, 255, 0.08);
}

.commerce-thumbs .gallery-thumb {
  aspect-ratio: 1.15;
  min-height: 72px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #111;
  opacity: 0.72;
  transition:
    border-color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.commerce-thumbs .gallery-thumb:hover,
.commerce-thumbs .gallery-thumb.active {
  border-color: rgba(255, 77, 22, 0.88);
  opacity: 1;
  transform: translateY(-2px);
}

.commerce-thumbs .gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.commerce-gallery-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.commerce-gallery-controls button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  padding: 0 14px;
  font-weight: 850;
}

.commerce-gallery-controls button:hover {
  border-color: rgba(255, 77, 22, 0.7);
  background: rgba(255, 77, 22, 0.14);
}

.commerce-info-panel {
  position: sticky;
  top: 74px;
  display: grid;
  gap: 14px;
  border-radius: 30px;
  padding: clamp(18px, 2.8vw, 32px);
}

.commerce-info-panel .breadcrumb {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  font-weight: 850;
}

.commerce-badge {
  width: fit-content;
  border-radius: var(--radius-pill);
  background: rgba(255, 77, 22, 0.14);
  color: var(--tr-orange);
  padding: 8px 12px;
  font-size: 0.78rem;
  font-weight: 950;
}

.commerce-info-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.96;
}

.commerce-info-panel .product-slogan {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  font-weight: 850;
}

.commerce-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--tr-orange);
}

.commerce-rating strong,
.commerce-rating small {
  color: rgba(255, 255, 255, 0.78);
}

.commerce-rating small {
  font-size: 0.82rem;
}

.commerce-price {
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.commerce-price strong {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.commerce-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.commerce-status-grid span {
  display: grid;
  gap: 4px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  padding: 11px;
}

.commerce-status-grid strong {
  color: #fff;
  font-size: 0.84rem;
}

.commerce-status-grid small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  font-weight: 850;
}

.commerce-reassurance {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding-top: 0 !important;
}

.commerce-reassurance article {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  padding: 14px;
}

.commerce-reassurance span {
  color: var(--tr-orange);
  font-weight: 950;
}

.commerce-reassurance strong {
  color: #fff;
  font-size: 0.88rem;
}

.commerce-reassurance small {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 750;
}

.commerce-tabs {
  padding-top: 0 !important;
}

.commerce-mobile-actions {
  display: none;
}

.tab-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 12px;
}

.tab-button {
  flex: 0 0 auto;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.76);
  padding: 0 16px;
  font-weight: 900;
}

.tab-button.active,
.tab-button:hover {
  border-color: rgba(255, 77, 22, 0.82);
  background: var(--tr-orange);
  color: #fff;
}

.tab-panels {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: #090909;
  overflow: hidden;
}

.tab-panel {
  padding: clamp(18px, 3vw, 34px);
}

.tab-copy {
  display: grid;
  gap: 18px;
}

.tab-copy h3,
.commerce-tab-grid h3,
.inline-faq h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 2.8vw, 2.6rem);
  line-height: 1.04;
}

.tab-copy p,
.commerce-tab-grid p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.product-highlights.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.commerce-tab-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.commerce-tech {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.inline-faq {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1fr);
  gap: 22px;
  padding: 0 !important;
  border: 0;
}

@media (max-width: 1100px) {
  .product-commerce-layout,
  .commerce-tab-grid,
  .inline-faq {
    grid-template-columns: 1fr;
  }

  .commerce-info-panel {
    position: static;
  }

  .commerce-reassurance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    padding-bottom: 0;
  }

  .site-header {
    min-height: 62px;
    padding: 10px 16px;
  }

  .brand img {
    max-width: 148px;
  }

  .hero {
    min-height: 460px;
    padding: 28px 18px 26px;
    align-items: end;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.28) 0%, rgba(5, 5, 5, 0.78) 58%, #050505 100%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.78), rgba(5, 5, 5, 0.18));
  }

  .hero::after {
    background-position: 62% 18%;
    background-size: auto 72%;
    opacity: 0.92;
  }

  .hero-copy {
    padding-top: 0;
    align-self: end;
  }

  .hero-copy h1 {
    max-width: 320px;
    font-size: clamp(2.05rem, 10vw, 2.75rem);
    line-height: 0.98;
    margin-bottom: 10px;
  }

  .hero-copy p {
    max-width: 310px;
    font-size: 0.9rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 310px;
    gap: 8px;
    margin: 16px 0 0;
  }

  .hero-actions .btn {
    min-height: 48px;
    width: 100%;
  }

  .proof-row {
    display: none !important;
  }

  .finder-section {
    display: none !important;
  }

  .products-section {
    padding-top: 34px;
  }

  .section-heading {
    margin-bottom: 16px;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .section-heading p:not(.section-label) {
    font-size: 0.94rem;
  }

  .catalog-toolbar {
    gap: 10px;
    margin-bottom: 16px;
  }

  .filter-group {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    padding: 5px;
  }

  .filter-btn {
    min-height: 38px;
    border-radius: 999px;
    padding: 0 14px;
  }

  .select-label {
    border-radius: 18px;
  }

  .product-grid {
    gap: 14px;
  }

  .product-card {
    display: block;
    padding: 13px;
    border-radius: 24px;
  }

  .product-card > .product-badge {
    margin-bottom: 8px;
  }

  .product-image-button {
    width: 100%;
    min-height: 205px;
    border-radius: 20px;
  }

  .product-card img {
    max-height: 190px;
  }

  .product-card h3 {
    margin-top: 12px;
    font-size: 1.22rem;
  }

  .product-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .product-card-tags span {
    border-radius: 999px;
  }

  .price-line {
    margin-top: 12px;
  }

  .price-line strong {
    font-size: 1.75rem;
  }

  .card-actions .btn {
    min-height: 48px;
    border-radius: 999px;
  }

  .product-dialog {
    width: 100dvw !important;
    max-width: 100dvw !important;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    border-radius: 0 !important;
  }

  .dialog-close {
    top: 10px;
    right: 10px;
    left: auto;
  }

  .product-sheet-v2 section {
    padding: 14px;
  }

  .commerce-gallery-stage {
    min-height: 300px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .commerce-gallery-stage img {
    padding: 12px;
  }

  .gallery-zoom-hint {
    display: none;
  }

  .commerce-info-panel {
    border-radius: 22px;
    padding: 16px;
  }

  .commerce-info-panel h2 {
    font-size: clamp(1.85rem, 10vw, 2.6rem);
  }

  .commerce-info-panel .hero-actions {
    display: none;
  }

  .commerce-price strong {
    font-size: 2.25rem;
  }

  .commerce-status-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .commerce-status-grid span {
    padding: 10px 8px;
  }

  .commerce-status-grid strong {
    font-size: 0.76rem;
  }

  .product-highlights.compact,
  .commerce-tech,
  .warranty-mini-grid {
    grid-template-columns: 1fr;
  }

  .commerce-reassurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 4px !important;
  }

  .commerce-reassurance article,
  .commerce-reassurance article {
    border-radius: 18px;
    padding: 12px;
  }

  .commerce-reassurance small {
    display: none;
  }

  .tab-list {
    position: sticky;
    top: 0;
    z-index: 5;
    margin-inline: -14px;
    padding: 10px 14px;
    background: rgba(5, 5, 5, 0.94);
    backdrop-filter: blur(12px);
  }

  .tab-panels {
    border-radius: 22px;
  }

  .tab-panel {
    padding: 16px;
  }

  .tech-group {
    border-radius: 18px !important;
  }

  .commerce-mobile-actions {
    position: sticky;
    bottom: 0;
    z-index: 10;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(5, 5, 5, 0.94);
    backdrop-filter: blur(16px);
  }

  .commerce-mobile-actions .btn {
    min-height: 48px;
    border-radius: 999px;
    padding-inline: 16px;
    white-space: nowrap;
  }

  .commerce-mobile-actions .btn-secondary {
    width: auto;
  }
}
