﻿/**
 * ODIN Tubos - Design System Overrides
 * Personalidade: Institucional pesado, Aramco/Chevron.
 * Azul profundo, bordas mÃ­nimas, sombras flat, gravidade visual.
 */

/* â”€â”€â”€ Card accent: left border â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body[data-theme="odim-tubos"] .card {
  border-left: 3px solid var(--color-brand);
  background: var(--color-neutral-0);
}

body[data-theme="odim-tubos"] .card:hover {
  border-left-color: var(--color-brand-light);
}

/* â”€â”€â”€ Hero: dramatic vertical gradient â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body[data-theme="odim-tubos"] .hero__overlay {
  background: linear-gradient(
    180deg,
    rgba(4, 18, 31, 0.48) 0%,
    rgba(5, 22, 38, 0.76) 46%,
    rgba(6, 24, 43, 0.9) 100%
  );
}

/* â”€â”€â”€ Stats: subtle blue surface background â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body[data-theme="odim-tubos"] .stats {
  background: var(--color-brand-surface);
  border-color: transparent;
}

body[data-theme="odim-tubos"] .stat {
  border-color: rgba(10, 47, 90, 0.08);
}

/* â”€â”€â”€ Section header: thin accent bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body[data-theme="odim-tubos"] .section-header__title::after {
  border-radius: 0;
}

/* â”€â”€â”€ CTA Banner: deep blue gradient â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body[data-theme="odim-tubos"] .cta-banner {
  background: linear-gradient(135deg, var(--color-brand) 0%, var(--color-brand-dark) 100%);
}

/* â”€â”€â”€ Process: classic circles with outer ring â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body[data-theme="odim-tubos"] .process__number {
  box-shadow: 0 0 0 3px var(--color-brand-surface);
}

/* â”€â”€â”€ Buttons: subtle inner shadow for depth â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body[data-theme="odim-tubos"] .btn--primary {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

body[data-theme="odim-tubos"] .btn--primary:hover {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}

/* â”€â”€â”€ Footer: match institutional blue â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body[data-theme="odim-tubos"] .footer {
  background: var(--color-primary-700);
}

body[data-theme="odim-tubos"] .group-page-header {
  background:
    radial-gradient(circle at top left, rgba(75, 167, 244, 0.14), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

body[data-theme="odim-tubos"] .group-page-header .page-header__title,
body[data-theme="odim-tubos"] .group-page-header .page-header__text {
  max-width: 820px;
}

body[data-theme="odim-tubos"] .group-overview__image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(10, 47, 90, 0.12);
}

body[data-theme="odim-tubos"] .group-showcase {
  background:
    linear-gradient(180deg, #f7fbff 0%, #eef4f8 100%);
}

body[data-theme="odim-tubos"] .group-showcase__header {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

body[data-theme="odim-tubos"] .group-showcase__intro {
  max-width: 780px;
  margin: 0 auto 40px;
  padding: 22px 28px;
  border: 1px solid rgba(10, 47, 90, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(10, 47, 90, 0.06);
  text-align: center;
}

body[data-theme="odim-tubos"] .group-showcase__intro-text {
  margin: 0;
  color: var(--color-neutral-700);
  font-size: 1rem;
  line-height: 1.75;
}

body[data-theme="odim-tubos"] .group-showcase__grid {
  display: grid;
  gap: 28px;
}

body[data-theme="odim-tubos"] .ecosystem-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(10, 47, 90, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 40px rgba(10, 47, 90, 0.08);
  text-decoration: none;
  transition: transform var(--duration-normal) var(--easing),
    box-shadow var(--duration-normal) var(--easing),
    border-color var(--duration-normal) var(--easing);
}

body[data-theme="odim-tubos"] .ecosystem-card:hover {
  transform: translateY(-6px);
  border-color: rgba(10, 47, 90, 0.22);
  box-shadow: 0 28px 54px rgba(10, 47, 90, 0.14);
}

body[data-theme="odim-tubos"] .ecosystem-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

body[data-theme="odim-tubos"] .ecosystem-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body[data-theme="odim-tubos"] .ecosystem-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
}

body[data-theme="odim-tubos"] .ecosystem-card__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(10, 47, 90, 0.08);
  color: var(--color-brand);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .ecosystem-card__title {
  margin: 0;
  color: var(--color-neutral-900);
  font-size: 1.55rem;
  line-height: 1.2;
}

body[data-theme="odim-tubos"] .ecosystem-card__text {
  margin: 0;
  color: var(--color-neutral-700);
  line-height: 1.75;
}

body[data-theme="odim-tubos"] .ecosystem-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-theme="odim-tubos"] .ecosystem-card__tags span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff7f1;
  color: #9a4b12;
  font-size: 0.8125rem;
  font-weight: 600;
}

body[data-theme="odim-tubos"] .ecosystem-card__link {
  margin-top: auto;
  color: var(--color-brand);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .group-stats {
  background: linear-gradient(135deg, #ffffff 0%, #f1f7fc 100%);
}

body[data-theme="odim-tubos"] .cta-banner--light {
  background:
    radial-gradient(circle at top right, rgba(62, 199, 183, 0.16), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #ebf3fa 100%);
}

body[data-theme="odim-tubos"] .cta-banner--light .cta-banner__title {
  color: var(--color-neutral-900);
}

body[data-theme="odim-tubos"] .cta-banner--light .cta-banner__text {
  color: var(--color-neutral-700);
}

@media (min-width: 960px) {
  body[data-theme="odim-tubos"] .group-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-theme="odim-tubos"] .group-showcase__grid--single {
    grid-template-columns: minmax(0, 540px);
    justify-content: center;
  }
}

@media (max-width: 959px) {
  body[data-theme="odim-tubos"] .group-showcase__intro,
  body[data-theme="odim-tubos"] .ecosystem-card__body {
    padding: 22px;
  }
}

/* ODIN identity refresh */
body[data-theme="odim-tubos"] {
  background:
    linear-gradient(180deg, #f4f8fb 0%, #eef4f9 100%);
}

body[data-theme="odim-tubos"] .company-topbar {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(9, 37, 60, 0.08);
  backdrop-filter: blur(14px);
}

body[data-theme="odim-tubos"] .company-topbar__label {
  color: rgba(9, 37, 60, 0.64);
}

body[data-theme="odim-tubos"] .company-topbar__label strong {
  color: #12314b;
}

body[data-theme="odim-tubos"] .company-topbar__empresas,
body[data-theme="odim-tubos"] .company-topbar__lang {
  border-color: rgba(9, 37, 60, 0.12);
  color: rgba(9, 37, 60, 0.72);
  background: rgba(244, 248, 251, 0.9);
}

body[data-theme="odim-tubos"] .company-topbar__empresas:hover,
body[data-theme="odim-tubos"] .company-topbar__lang:hover {
  color: #12314b;
  border-color: rgba(9, 37, 60, 0.18);
  background: rgba(233, 241, 248, 0.96);
}

body[data-theme="odim-tubos"] .header,
body[data-theme="odim-tubos"] .header.header--company-solid {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 252, 0.94) 100%);
  border-bottom: 1px solid rgba(9, 37, 60, 0.08);
  backdrop-filter: blur(14px);
}

body[data-theme="odim-tubos"] .header.header--scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 40px rgba(9, 37, 60, 0.12);
}

body[data-theme="odim-tubos"] .header__brand,
body[data-theme="odim-tubos"] .header__logo {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(9, 37, 60, 0.08);
  box-shadow: 0 12px 28px rgba(9, 37, 60, 0.08);
}

body[data-theme="odim-tubos"] .nav__link,
body[data-theme="odim-tubos"] .header__social-link {
  color: #12314b;
}

body[data-theme="odim-tubos"] .header .nav__link {
  color: #12314b;
}

body[data-theme="odim-tubos"] .header .nav__link:hover,
body[data-theme="odim-tubos"] .header .nav__link--active {
  color: #0c2842;
}

body[data-theme="odim-tubos"] .header .nav__link--active::after {
  background: linear-gradient(90deg, #3ec7b7 0%, #4ba7f4 100%);
}

body[data-theme="odim-tubos"] .menu-toggle__bar {
  background: #12314b;
}

body[data-theme="odim-tubos"] .header.header--transparent {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 252, 0.94) 100%);
  border-bottom: 1px solid rgba(9, 37, 60, 0.08);
}

body[data-theme="odim-tubos"] .header.header--transparent .nav__link,
body[data-theme="odim-tubos"] .header.header--transparent .header__social-link {
  color: #12314b;
}

body[data-theme="odim-tubos"] .header.header--transparent .nav__link:hover,
body[data-theme="odim-tubos"] .header.header--transparent .nav__link--active {
  color: #0c2842;
}

body[data-theme="odim-tubos"] .header.header--transparent .menu-toggle__bar {
  background: #000000;
}

body[data-theme="odim-tubos"] .header.header--scrolled,
body[data-theme="odim-tubos"] .header.header--company-solid.header--scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom-color: rgba(9, 37, 60, 0.08);
  box-shadow: 0 20px 40px rgba(9, 37, 60, 0.12);
}

body[data-theme="odim-tubos"] .header.header--scrolled .nav__link,
body[data-theme="odim-tubos"] .header.header--company-solid.header--scrolled .nav__link,
body[data-theme="odim-tubos"] .header.header--scrolled .header__social-link,
body[data-theme="odim-tubos"] .header.header--company-solid.header--scrolled .header__social-link {
  color: #12314b;
}

body[data-theme="odim-tubos"] .header.header--scrolled .nav__link:hover,
body[data-theme="odim-tubos"] .header.header--scrolled .nav__link--active,
body[data-theme="odim-tubos"] .header.header--company-solid.header--scrolled .nav__link:hover,
body[data-theme="odim-tubos"] .header.header--company-solid.header--scrolled .nav__link--active {
  color: #0c2842;
}

body[data-theme="odim-tubos"] .header.header--scrolled .menu-toggle__bar,
body[data-theme="odim-tubos"] .header.header--company-solid.header--scrolled .menu-toggle__bar {
  background: #000000;
}

body[data-theme="odim-tubos"] .hero--home-highlight {
  min-height: clamp(760px, 92vh, 980px);
}

body[data-theme="odim-tubos"] .hero__slide img {
  filter: saturate(0.72) brightness(0.5) contrast(1.05);
  transform: scale(1.04);
}

body[data-theme="odim-tubos"] .hero__inner--brand {
  align-items: center;
}

@media (min-width: 1024px) {
  body[data-theme="odim-tubos"] .hero__inner--brand {
    grid-template-columns: minmax(0, 6.2fr) minmax(320px, 4.4fr);
    gap: 36px;
  }
}

body[data-theme="odim-tubos"] .hero__brand-badge img,
body[data-theme="odim-tubos"] .hero__logo-col img {
  background: rgba(255, 255, 255, 0.96);
  padding: 16px 20px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(6, 20, 35, 0.22);
}

body[data-theme="odim-tubos"] .hero__content--brand {
  max-width: 760px;
}

body[data-theme="odim-tubos"] .hero__brand-badge--desktop {
  display: none;
}

body[data-theme="odim-tubos"] .hero__aside {
  display: grid;
  gap: 18px;
  align-self: stretch;
}

body[data-theme="odim-tubos"] .hero__tag {
  max-width: 620px;
  line-height: 1.5;
}

body[data-theme="odim-tubos"] .hero__title {
  max-width: 10ch;
  font-size: clamp(1.45rem, 2.7vw, 2.2rem);
  line-height: 1.08;
  margin-bottom: 18px;
}

body[data-theme="odim-tubos"] .hero__subtitle {
  max-width: 650px;
  font-size: clamp(1.04rem, 1.7vw, 1.26rem);
  color: rgba(255, 255, 255, 0.82);
}

body[data-theme="odim-tubos"] .hero-feature-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 0;
}

body[data-theme="odim-tubos"] .hero-feature-panel__item {
  padding: 18px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(7, 20, 35, 0.32);
  backdrop-filter: blur(12px);
}

body[data-theme="odim-tubos"] .hero-feature-panel__label {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .hero-feature-panel__value {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.45;
}

body[data-theme="odim-tubos"] .stats-bar {
  background:
    linear-gradient(135deg, #081d31 0%, #0c2842 100%);
}

body[data-theme="odim-tubos"] .stats-bar__item {
  padding: 16px 10px;
}

body[data-theme="odim-tubos"] .stats-bar__number {
  color: #fff;
}

body[data-theme="odim-tubos"] .stats-bar__suffix {
  color: #74f2df;
}

body[data-theme="odim-tubos"] .stats-bar__label {
  color: rgba(255, 255, 255, 0.76);
}

body[data-theme="odim-tubos"] .split__image {
  border-radius: 30px;
  box-shadow: 0 28px 60px rgba(6, 20, 35, 0.12);
}

body[data-theme="odim-tubos"] .service-card {
  padding: 34px 30px;
  border-radius: 28px;
}

body[data-theme="odim-tubos"] .service-card__icon,
body[data-theme="odim-tubos"] .pillar__icon {
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(62, 199, 183, 0.14) 0%, rgba(75, 167, 244, 0.16) 100%);
  color: var(--color-primary-500);
}

body[data-theme="odim-tubos"] .pillar {
  padding: 36px 22px;
  border: 1px solid rgba(12, 40, 66, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(6, 20, 35, 0.05);
}

body[data-theme="odim-tubos"] .pillar:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 50px rgba(6, 20, 35, 0.08);
}

body[data-theme="odim-tubos"] .process {
  gap: 24px;
}

body[data-theme="odim-tubos"] .process__step {
  padding: 24px 20px;
  border: 1px solid rgba(12, 40, 66, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 32px rgba(6, 20, 35, 0.05);
}

body[data-theme="odim-tubos"] .process__number {
  border: none;
  box-shadow: 0 16px 32px rgba(75, 167, 244, 0.18);
}

body[data-theme="odim-tubos"] .footer {
  background:
    linear-gradient(180deg, #081d31 0%, #061423 100%);
}

body[data-theme="odim-tubos"] .group-page-header {
  background:
    radial-gradient(circle at top left, rgba(75, 167, 244, 0.14), transparent 34%),
    linear-gradient(180deg, #f4f8fb 0%, #ebf2f8 100%);
}

body[data-theme="odim-tubos"] .ecosystem-card__tags span {
  background: rgba(62, 199, 183, 0.14);
  color: #0c2842;
}

body[data-theme="odim-tubos"] .cta-banner--light {
  background:
    radial-gradient(circle at top right, rgba(75, 167, 244, 0.16), transparent 32%),
    linear-gradient(180deg, #f4f8fb 0%, #e7f1f8 100%);
}

/* Odin Tubos e Conexoes - theme layer
 * Comercial = mais respiro, narrativa e destaque visual.
 * Catalogo = mais densidade, filtros, tabelas e leitura tecnica.
 */
body[data-theme="odim-tubos"] {
  --color-brand: #2f6bff;
  --color-brand-dark: #1b3f8b;
  --color-brand-light: #7ea2ff;
  --color-brand-rgb: 47, 107, 255;
  --color-brand-surface: #f5f7fb;
  --color-brand-surface-hover: #eaf0fb;
  --ds-btn-bg: #2f6bff;
  --ds-btn-bg-hover: #1b3f8b;
  --ds-btn-secondary-bg: #ffffff;
  --ds-btn-secondary-color: #1b3f8b;
  --ds-btn-secondary-border: rgba(27, 63, 139, 0.16);
  --ds-btn-secondary-hover-bg: #eef3ff;
  --ds-radius-btn: 12px;
  --ds-radius-card: 12px;
  --ds-shadow-card: 0 16px 38px rgba(27, 63, 139, 0.08);
  --ds-shadow-card-hover: 0 22px 48px rgba(27, 63, 139, 0.12);
  --font-family-heading: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-family-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --od-page-section-space: var(--od-space-section);
  --od-page-section-space-spacious: var(--od-space-5xl);
  --od-page-section-space-dense: var(--od-space-section-dense);
  --od-page-grid-gap: var(--od-grid-gap);
  --od-page-card-padding: var(--od-space-card);
  --od-page-card-padding-dense: var(--od-space-card-dense);
  --od-page-table-font-size: var(--od-font-size-sm);
  background: #f5f7fb;
  color: #1f2937;
}

body[data-theme="odim-tubos"][data-page-mode="commercial"] {
  --od-page-section-space: var(--od-space-4xl);
  --od-page-section-space-spacious: var(--od-space-5xl);
  --od-page-section-space-dense: var(--od-space-2xl);
  --od-page-grid-gap: var(--od-grid-gap);
  --od-page-card-padding: var(--od-space-xl);
  --od-page-card-padding-dense: var(--od-space-lg);
  --od-page-table-font-size: var(--od-font-size-sm);
}

body[data-theme="odim-tubos"][data-page-mode="catalog"] {
  --od-page-section-space: var(--od-space-3xl);
  --od-page-section-space-spacious: var(--od-space-4xl);
  --od-page-section-space-dense: var(--od-space-xl);
  --od-page-grid-gap: var(--od-grid-gap-dense);
  --od-page-card-padding: var(--od-space-lg);
  --od-page-card-padding-dense: var(--od-space-md);
  --od-page-table-font-size: var(--od-font-size-body-technical);
}

body[data-theme="odim-tubos"] .section,
body[data-theme="odim-tubos"] .layout-section {
  padding-block: var(--od-page-section-space);
}

body[data-theme="odim-tubos"] .section--spacious,
body[data-theme="odim-tubos"] .layout-section--spacious {
  padding-block: var(--od-page-section-space-spacious);
}

body[data-theme="odim-tubos"] .section--dense,
body[data-theme="odim-tubos"] .layout-section--dense {
  padding-block: var(--od-page-section-space-dense);
}

body[data-theme="odim-tubos"] .grid,
body[data-theme="odim-tubos"] .layout-grid {
  gap: var(--od-page-grid-gap);
}

body[data-theme="odim-tubos"][data-page-mode="commercial"] .card,
body[data-theme="odim-tubos"][data-page-mode="commercial"] .card--commercial,
body[data-theme="odim-tubos"][data-page-mode="commercial"] .odt-solution-card,
body[data-theme="odim-tubos"][data-page-mode="commercial"] .odt-catalog-card,
body[data-theme="odim-tubos"][data-page-mode="commercial"] .odt-proof-card {
  box-shadow: var(--ds-shadow-card);
}

body[data-theme="odim-tubos"][data-page-mode="catalog"] .card,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .card--technical,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-filter-panel,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-product-item,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-code-box,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-table-wrap,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-document-card {
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

body[data-theme="odim-tubos"][data-page-mode="catalog"] .card--technical,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-filter-panel,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-product-item,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-document-card {
  padding: var(--od-page-card-padding);
}

body[data-theme="odim-tubos"][data-page-mode="catalog"] .page-header__text,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-product-item p,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-table-notes li,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .technical-table td,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-technical-table td {
  font-family: var(--od-font-family-technical);
  font-size: var(--od-page-table-font-size);
  line-height: 1.62;
}

body[data-theme="odim-tubos"][data-page-mode="catalog"] .technical-table,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-technical-table {
  font-size: var(--od-page-table-font-size);
}

body[data-theme="odim-tubos"][data-page-mode="catalog"] .filter-panel,
body[data-theme="odim-tubos"][data-page-mode="catalog"] .odt-filter-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body[data-theme="odim-tubos"] .header,
body[data-theme="odim-tubos"] .header.header--company-solid,
body[data-theme="odim-tubos"] .header.header--transparent,
body[data-theme="odim-tubos"] .header.header--scrolled,
body[data-theme="odim-tubos"] .header.header--company-solid.header--scrolled {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
}

body[data-theme="odim-tubos"] .company-topbar {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

body[data-theme="odim-tubos"] .header__brand,
body[data-theme="odim-tubos"] .header__logo {
  border: 1px solid rgba(47, 107, 255, 0.08);
  border-radius: 12px;
  box-shadow: none;
}

body[data-theme="odim-tubos"] .header__cta {
  min-height: 48px;
  padding-inline: 22px;
  border-radius: 12px;
}

body[data-theme="odim-tubos"] .nav__link,
body[data-theme="odim-tubos"] .header__social-link,
body[data-theme="odim-tubos"] .company-topbar__label,
body[data-theme="odim-tubos"] .company-topbar__empresas,
body[data-theme="odim-tubos"] .company-topbar__lang {
  color: #1f2937;
}

body[data-theme="odim-tubos"] .nav__link:hover,
body[data-theme="odim-tubos"] .nav__link--active,
body[data-theme="odim-tubos"] .company-topbar__empresas:hover,
body[data-theme="odim-tubos"] .company-topbar__lang:hover {
  color: #2f6bff;
}

body[data-theme="odim-tubos"] .nav__link--active::after {
  background: #2f6bff;
}

body[data-theme="odim-tubos"] .menu-toggle__bar {
  background: #1f2937;
}

body[data-theme="odim-tubos"] .mobile-nav {
  background: #ffffff;
}

body[data-theme="odim-tubos"] .mobile-nav__cta {
  margin-top: 24px;
  width: 100%;
}

body[data-theme="odim-tubos"] .page-header,
body[data-theme="odim-tubos"] .product-page-header,
body[data-theme="odim-tubos"] .group-page-header {
  background:
    radial-gradient(circle at top right, rgba(47, 107, 255, 0.14), transparent 34%),
    radial-gradient(circle at top left, rgba(27, 63, 139, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

body[data-theme="odim-tubos"] .section-label,
body[data-theme="odim-tubos"] .product-kicker,
body[data-theme="odim-tubos"] .odin-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(47, 107, 255, 0.08);
  color: #1b3f8b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .page-header__title,
body[data-theme="odim-tubos"] .section-header__title,
body[data-theme="odim-tubos"] .split__title,
body[data-theme="odim-tubos"] .odin-section-heading h2,
body[data-theme="odim-tubos"] .odin-split__content h2,
body[data-theme="odim-tubos"] .odin-contact-strip__panel h2 {
  color: #1f2937;
  font-family: var(--font-family-heading);
}

body[data-theme="odim-tubos"] .page-header__text,
body[data-theme="odim-tubos"] .section-header__text,
body[data-theme="odim-tubos"] .split__text,
body[data-theme="odim-tubos"] .odin-section-heading p,
body[data-theme="odim-tubos"] .odin-split__content p,
body[data-theme="odim-tubos"] .odin-contact-strip__panel p {
  color: #6b7280;
}

body[data-theme="odim-tubos"] .btn {
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(47, 107, 255, 0.16);
}

body[data-theme="odim-tubos"] .btn--primary {
  background: #2f6bff;
  border-color: #2f6bff;
  box-shadow: 0 14px 28px rgba(47, 107, 255, 0.18);
}

body[data-theme="odim-tubos"] .btn--primary:hover {
  background: #1b3f8b;
  border-color: #1b3f8b;
}

body[data-theme="odim-tubos"] .btn--secondary,
body[data-theme="odim-tubos"] .btn--outline {
  box-shadow: none;
}

body[data-theme="odim-tubos"] .btn--secondary:hover,
body[data-theme="odim-tubos"] .btn--outline:hover {
  color: #1f56c2;
  border-color: #d7e4ff;
}

body[data-theme="odim-tubos"] .btn--white {
  color: #1b3f8b;
}

body[data-theme="odim-tubos"] .odin-hero {
  position: relative;
  overflow: hidden;
  padding: 144px 0 88px;
  background:
    radial-gradient(circle at 82% 18%, rgba(47, 107, 255, 0.18), transparent 24%),
    radial-gradient(circle at 18% 0%, rgba(27, 63, 139, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #edf3ff 100%);
}

body[data-theme="odim-tubos"] .odin-hero::before,
body[data-theme="odim-tubos"] .odin-hero::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(47, 107, 255, 0.14), rgba(47, 107, 255, 0));
  pointer-events: none;
}

body[data-theme="odim-tubos"] .odin-hero::before {
  top: -80px;
  right: -40px;
  width: 220px;
  height: 220px;
}

body[data-theme="odim-tubos"] .odin-hero::after {
  bottom: -100px;
  left: -60px;
  width: 280px;
  height: 280px;
}

body[data-theme="odim-tubos"] .odin-hero__grid,
body[data-theme="odim-tubos"] .odin-split {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
}

body[data-theme="odim-tubos"] .odin-hero__content,
body[data-theme="odim-tubos"] .odin-split__content {
  grid-column: span 6;
}

body[data-theme="odim-tubos"] .odin-hero__media,
body[data-theme="odim-tubos"] .odin-split__media {
  grid-column: span 6;
  position: relative;
}

body[data-theme="odim-tubos"] .odin-hero__brand {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

body[data-theme="odim-tubos"] .odin-hero__brand img {
  max-width: 230px;
}

body[data-theme="odim-tubos"] .odin-hero__title {
  margin: 20px 0 18px;
  max-width: 11ch;
  font-family: var(--font-family-heading);
  font-size: clamp(2.8rem, 4.6vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #1f2937;
}

body[data-theme="odim-tubos"] .odin-hero__text {
  max-width: 640px;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #6b7280;
}

body[data-theme="odim-tubos"] .odin-hero__actions,
body[data-theme="odim-tubos"] .odin-contact-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

body[data-theme="odim-tubos"] .odin-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

body[data-theme="odim-tubos"] .odin-hero__meta-item {
  padding: 18px;
  border: 1px solid rgba(47, 107, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

body[data-theme="odim-tubos"] .odin-hero__meta-item strong {
  display: block;
  margin-bottom: 10px;
  color: #1b3f8b;
  font-size: 1.65rem;
  font-weight: 800;
}

body[data-theme="odim-tubos"] .odin-hero__meta-item span {
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.6;
}

body[data-theme="odim-tubos"] .odin-hero__media-frame,
body[data-theme="odim-tubos"] .odin-split__frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(180deg, #f9fbff 0%, #eef3ff 100%);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

body[data-theme="odim-tubos"] .odin-hero__media-frame::before,
body[data-theme="odim-tubos"] .odin-split__frame::before,
body[data-theme="odim-tubos"] .split__image::before,
body[data-theme="odim-tubos"] .product-hub__hero-media::before,
body[data-theme="odim-tubos"] .product-showcase__visual::before,
body[data-theme="odim-tubos"] .product-detail-hero__main::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(27, 63, 139, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 63, 139, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  opacity: 0.7;
}

body[data-theme="odim-tubos"] .odin-hero__media-frame::after,
body[data-theme="odim-tubos"] .odin-split__frame::after,
body[data-theme="odim-tubos"] .split__image::after,
body[data-theme="odim-tubos"] .product-hub__hero-media::after,
body[data-theme="odim-tubos"] .product-showcase__visual::after,
body[data-theme="odim-tubos"] .product-detail-hero__main::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 22%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.08) 100%);
  pointer-events: none;
}

body[data-theme="odim-tubos"] .odin-hero__media-frame img,
body[data-theme="odim-tubos"] .odin-split__frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 28px;
  position: relative;
  z-index: 1;
}

body[data-theme="odim-tubos"] .odin-hero__floating {
  position: absolute;
  display: grid;
  gap: 6px;
  max-width: 240px;
  padding: 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.14);
}

body[data-theme="odim-tubos"] .odin-hero__floating span {
  color: #2f6bff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .odin-hero__floating strong {
  color: #1f2937;
  line-height: 1.5;
}

body[data-theme="odim-tubos"] .odin-hero__floating--top {
  top: 32px;
  right: -20px;
}

body[data-theme="odim-tubos"] .odin-hero__floating--bottom {
  bottom: 28px;
  left: -20px;
}

body[data-theme="odim-tubos"] .odin-section-heading {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

body[data-theme="odim-tubos"] .odin-section-heading h2 {
  margin: 18px 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

body[data-theme="odim-tubos"] .odin-section-heading p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
}

body[data-theme="odim-tubos"] .odin-card-grid {
  display: grid;
  gap: 24px;
}

body[data-theme="odim-tubos"] .odin-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-theme="odim-tubos"] .odin-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-theme="odim-tubos"] .odin-card-grid--compact {
  margin-bottom: 24px;
}

body[data-theme="odim-tubos"] .odin-info-card,
body[data-theme="odim-tubos"] .odin-product-card,
body[data-theme="odim-tubos"] .odin-service-card,
body[data-theme="odim-tubos"] .mvv-card,
body[data-theme="odim-tubos"] .diff-item,
body[data-theme="odim-tubos"] .product-line-card,
body[data-theme="odim-tubos"] .catalog-item,
body[data-theme="odim-tubos"] .product-proof-card,
body[data-theme="odim-tubos"] .pillar,
body[data-theme="odim-tubos"] .shared-info-block,
body[data-theme="odim-tubos"] .process__step,
body[data-theme="odim-tubos"] .product-detail-specs__item {
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
}

body[data-theme="odim-tubos"] .odin-info-card,
body[data-theme="odim-tubos"] .odin-product-card,
body[data-theme="odim-tubos"] .odin-service-card {
  padding: 28px;
}

body[data-theme="odim-tubos"] .odin-info-card__icon,
body[data-theme="odim-tubos"] .odin-product-card__icon,
body[data-theme="odim-tubos"] .odin-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: rgba(47, 107, 255, 0.1);
  color: #2f6bff;
}

body[data-theme="odim-tubos"] .odin-info-card h3,
body[data-theme="odim-tubos"] .odin-product-card h3,
body[data-theme="odim-tubos"] .odin-service-card h3 {
  margin: 0 0 12px;
  color: #1f2937;
  font-family: var(--font-family-heading);
  font-size: 1.28rem;
  line-height: 1.25;
}

body[data-theme="odim-tubos"] .odin-info-card p,
body[data-theme="odim-tubos"] .odin-product-card p,
body[data-theme="odim-tubos"] .odin-service-card p {
  margin: 0;
  color: #6b7280;
  line-height: 1.75;
}

body[data-theme="odim-tubos"] .odin-product-card,
body[data-theme="odim-tubos"] .product-line-card,
body[data-theme="odim-tubos"] .catalog-item {
  text-decoration: none;
  transition: transform var(--duration-normal) var(--easing), box-shadow var(--duration-normal) var(--easing), border-color var(--duration-normal) var(--easing);
}

body[data-theme="odim-tubos"] .odin-product-card:hover,
body[data-theme="odim-tubos"] .product-line-card:hover,
body[data-theme="odim-tubos"] .catalog-item:hover,
body[data-theme="odim-tubos"] .ecosystem-card:hover,
body[data-theme="odim-tubos"] .mvv-card:hover,
body[data-theme="odim-tubos"] .diff-item:hover,
body[data-theme="odim-tubos"] .product-proof-card:hover,
body[data-theme="odim-tubos"] .pillar:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
  border-color: rgba(47, 107, 255, 0.12);
}

body[data-theme="odim-tubos"] .odin-product-card__tag,
body[data-theme="odim-tubos"] .product-line-card__tag,
body[data-theme="odim-tubos"] .catalog-item__badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(47, 107, 255, 0.08);
  color: #1b3f8b;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .odin-product-card__chips,
body[data-theme="odim-tubos"] .product-line-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body[data-theme="odim-tubos"] .odin-product-card__chips span,
body[data-theme="odim-tubos"] .product-line-card__chips span,
body[data-theme="odim-tubos"] .product-chip {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f5f7fb;
  color: #1b3f8b;
  font-size: 0.84rem;
  font-weight: 600;
}

body[data-theme="odim-tubos"] .odin-product-card__cta {
  display: inline-flex;
  margin-top: 22px;
  color: #2f6bff;
  font-weight: 700;
}

body[data-theme="odim-tubos"] .odin-service-card--highlight {
  background: linear-gradient(180deg, #2f6bff 0%, #1b3f8b 100%);
  color: #ffffff;
}

body[data-theme="odim-tubos"] .odin-service-card--highlight h3,
body[data-theme="odim-tubos"] .odin-service-card--highlight p {
  color: #ffffff;
}

body[data-theme="odim-tubos"] .odin-service-card--highlight .odin-service-card__icon {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

body[data-theme="odim-tubos"] .odin-benefit-list {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

body[data-theme="odim-tubos"] .odin-benefit-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

body[data-theme="odim-tubos"] .odin-benefit-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(47, 107, 255, 0.08);
  color: #2f6bff;
}

body[data-theme="odim-tubos"] .odin-proof__panel,
body[data-theme="odim-tubos"] .odin-contact-strip__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.7fr);
  gap: 24px;
  align-items: center;
  padding: 36px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(47, 107, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eef3ff 100%);
  border: 1px solid rgba(47, 107, 255, 0.1);
  box-shadow: 0 26px 52px rgba(15, 23, 42, 0.08);
}

body[data-theme="odim-tubos"] .odin-proof__content h2 {
  margin: 18px 0 14px;
  color: #1f2937;
  font-family: var(--font-family-heading);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

body[data-theme="odim-tubos"] .odin-proof__content p,
body[data-theme="odim-tubos"] .odin-proof__list,
body[data-theme="odim-tubos"] .odin-contact-strip__panel p {
  color: #6b7280;
}

body[data-theme="odim-tubos"] .odin-proof__list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding-left: 18px;
  line-height: 1.75;
}

body[data-theme="odim-tubos"] .odin-proof__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 88px;
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2f6bff 0%, #1b3f8b 100%);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 24px 50px rgba(47, 107, 255, 0.22);
}

body[data-theme="odim-tubos"] .odin-proof__play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.1rem;
}

body[data-theme="odim-tubos"] .odin-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

body[data-theme="odim-tubos"] .odin-process__card {
  padding: 28px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
}

body[data-theme="odim-tubos"] .odin-process__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2f6bff 0%, #1b3f8b 100%);
  color: #ffffff;
  font-weight: 800;
}

body[data-theme="odim-tubos"] .odin-process__card h3 {
  margin: 0 0 12px;
  color: #1f2937;
  font-family: var(--font-family-heading);
}

body[data-theme="odim-tubos"] .odin-process__card p {
  margin: 0;
  color: #6b7280;
  line-height: 1.75;
}

body[data-theme="odim-tubos"] .stats-bar,
body[data-theme="odim-tubos"] .group-stats {
  background: linear-gradient(135deg, #1b3f8b 0%, #2f6bff 100%);
}

body[data-theme="odim-tubos"] .stats-bar__item {
  padding: 20px 16px;
}

body[data-theme="odim-tubos"] .stats-bar__number,
body[data-theme="odim-tubos"] .stats-bar__suffix {
  color: #ffffff;
}

body[data-theme="odim-tubos"] .stats-bar__label {
  color: rgba(255, 255, 255, 0.86);
}

body[data-theme="odim-tubos"] .product-hub__hero,
body[data-theme="odim-tubos"] .product-showcase__visual,
body[data-theme="odim-tubos"] .product-detail-hero__main,
body[data-theme="odim-tubos"] .product-detail-hero__thumb,
body[data-theme="odim-tubos"] .split__image {
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
}

body[data-theme="odim-tubos"] .product-hub__hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  padding: 32px;
  background:
    radial-gradient(circle at top right, rgba(47, 107, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #eef3ff 100%);
}

body[data-theme="odim-tubos"] .product-hub .product-showcase__title,
body[data-theme="odim-tubos"] .product-showcase__title,
body[data-theme="odim-tubos"] .product-detail-hero__title,
body[data-theme="odim-tubos"] .catalog-item__title,
body[data-theme="odim-tubos"] .mvv-card__title,
body[data-theme="odim-tubos"] .diff-item__title,
body[data-theme="odim-tubos"] .pillar__title {
  color: #1f2937;
}

body[data-theme="odim-tubos"] .product-hub .product-showcase__text,
body[data-theme="odim-tubos"] .product-showcase__text,
body[data-theme="odim-tubos"] .catalog-item__text,
body[data-theme="odim-tubos"] .product-proof-card__text,
body[data-theme="odim-tubos"] .mvv-card__text,
body[data-theme="odim-tubos"] .diff-item__text,
body[data-theme="odim-tubos"] .pillar__text {
  color: #6b7280;
}

body[data-theme="odim-tubos"] .product-hub__hero-media {
  min-height: 300px;
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef3ff 100%);
}

body[data-theme="odim-tubos"] .product-quick-nav__link {
  background: #ffffff;
  border-radius: 999px;
  color: #1b3f8b;
}

body[data-theme="odim-tubos"] .product-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

body[data-theme="odim-tubos"] .product-detail-specs {
  gap: 16px;
}

body[data-theme="odim-tubos"] .product-detail-specs__item {
  padding: 20px 18px;
}

body[data-theme="odim-tubos"] .shared-page-intro,
body[data-theme="odim-tubos"] .shared-page-intro + .section,
body[data-theme="odim-tubos"] .shared-page-intro + .section + .cta-banner {
  background-color: transparent;
}

body[data-theme="odim-tubos"] .shared-page-intro {
  background:
    radial-gradient(circle at top right, rgba(47, 107, 255, 0.14), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}

body[data-theme="odim-tubos"] #contact-form {
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
}

body[data-theme="odim-tubos"] .form-input {
  border-radius: 12px;
  border-color: rgba(15, 23, 42, 0.1);
  background: #f9fbff;
}

body[data-theme="odim-tubos"] .shared-info-block,
body[data-theme="odim-tubos"] .shared-contact-success {
  padding: 22px;
}

body[data-theme="odim-tubos"] .cta-banner {
  background: linear-gradient(135deg, #1b3f8b 0%, #2f6bff 100%);
}

body[data-theme="odim-tubos"] .cta-banner--light {
  background:
    radial-gradient(circle at top right, rgba(47, 107, 255, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #eef3ff 100%);
}

body[data-theme="odim-tubos"] .cta-banner--light .cta-banner__title,
body[data-theme="odim-tubos"] .cta-banner--light .cta-banner__text {
  color: #1f2937;
}

body[data-theme="odim-tubos"] .footer {
  background: linear-gradient(180deg, #162f66 0%, #10224a 100%);
}

@media (max-width: 1199px) {
  body[data-theme="odim-tubos"] .odin-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  body[data-theme="odim-tubos"] .odin-hero {
    padding-top: 128px;
  }

  body[data-theme="odim-tubos"] .odin-hero__content,
  body[data-theme="odim-tubos"] .odin-hero__media,
  body[data-theme="odim-tubos"] .odin-split__content,
  body[data-theme="odim-tubos"] .odin-split__media {
    grid-column: 1 / -1;
  }

  body[data-theme="odim-tubos"] .odin-hero__title {
    max-width: 12ch;
    font-size: clamp(2.4rem, 8vw, 4rem);
  }

  body[data-theme="odim-tubos"] .odin-hero__meta,
  body[data-theme="odim-tubos"] .odin-card-grid--three,
  body[data-theme="odim-tubos"] .odin-process__grid,
  body[data-theme="odim-tubos"] .product-line-grid,
  body[data-theme="odim-tubos"] .catalog-grid,
  body[data-theme="odim-tubos"] .grid.grid-3,
  body[data-theme="odim-tubos"] .grid.grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-theme="odim-tubos"] .product-hub__hero,
  body[data-theme="odim-tubos"] .odin-proof__panel,
  body[data-theme="odim-tubos"] .odin-contact-strip__panel,
  body[data-theme="odim-tubos"] .product-detail-hero__grid,
  body[data-theme="odim-tubos"] .product-showcase__grid {
    grid-template-columns: 1fr;
  }

  body[data-theme="odim-tubos"] .odin-hero__floating {
    position: static;
    max-width: none;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  body[data-theme="odim-tubos"] .odin-hero {
    padding: 120px 0 64px;
  }

  body[data-theme="odim-tubos"] .odin-card-grid--three,
  body[data-theme="odim-tubos"] .odin-card-grid--four,
  body[data-theme="odim-tubos"] .odin-process__grid,
  body[data-theme="odim-tubos"] .odin-hero__meta,
  body[data-theme="odim-tubos"] .product-line-grid,
  body[data-theme="odim-tubos"] .catalog-grid,
  body[data-theme="odim-tubos"] .grid.grid-2,
  body[data-theme="odim-tubos"] .grid.grid-3,
  body[data-theme="odim-tubos"] .grid.grid-4 {
    grid-template-columns: 1fr;
  }

  body[data-theme="odim-tubos"] .odin-info-card,
  body[data-theme="odim-tubos"] .odin-product-card,
  body[data-theme="odim-tubos"] .odin-service-card,
  body[data-theme="odim-tubos"] .odin-proof__panel,
  body[data-theme="odim-tubos"] .odin-contact-strip__panel,
  body[data-theme="odim-tubos"] #contact-form {
    padding: 22px;
  }

  body[data-theme="odim-tubos"] .odin-hero__actions,
  body[data-theme="odim-tubos"] .odin-contact-strip__actions,
  body[data-theme="odim-tubos"] .product-showcase__actions {
    flex-direction: column;
  }

  body[data-theme="odim-tubos"] .odin-hero__actions .btn,
  body[data-theme="odim-tubos"] .odin-contact-strip__actions .btn,
  body[data-theme="odim-tubos"] .product-showcase__actions .btn {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  body[data-theme="odim-tubos"] .hero__brand-badge img {
    width: min(100%, 220px);
  }

  body[data-theme="odim-tubos"] .hero__aside {
    margin-top: 28px;
  }

  body[data-theme="odim-tubos"] .hero-feature-panel {
    grid-template-columns: 1fr;
  }

  body[data-theme="odim-tubos"] .process__step {
    padding: 18px 16px;
  }
}

@media (min-width: 1024px) {
  body[data-theme="odim-tubos"] .hero__brand-badge--mobile {
    display: none;
  }

  body[data-theme="odim-tubos"] .hero__brand-badge--desktop {
    display: inline-flex;
    margin-bottom: 0;
  }
}

body[data-theme="odim-tubos"] .mobile-nav__link--active {
  color: var(--color-brand);
}

body[data-theme="odim-tubos"] .product-page-header {
  background:
    radial-gradient(circle at top left, rgba(75, 167, 244, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(62, 199, 183, 0.12), transparent 28%),
    linear-gradient(180deg, #f4f8fb 0%, #ebf2f8 100%);
}

body[data-theme="odim-tubos"] .product-breadcrumb {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--color-brand);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

body[data-theme="odim-tubos"] .product-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body[data-theme="odim-tubos"] .product-quick-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(12, 40, 66, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--color-brand);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform var(--duration-fast) var(--easing), box-shadow var(--duration-fast) var(--easing);
}

body[data-theme="odim-tubos"] .product-quick-nav__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(6, 20, 35, 0.08);
}

body[data-theme="odim-tubos"] .product-hub__hero,
body[data-theme="odim-tubos"] .product-showcase__visual,
body[data-theme="odim-tubos"] .product-line-card,
body[data-theme="odim-tubos"] .catalog-item,
body[data-theme="odim-tubos"] .product-proof-card {
  --pointer-x: 50%;
  --pointer-y: 50%;
}

body[data-theme="odim-tubos"] .product-hub__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  padding: 38px;
  margin-bottom: 32px;
  border: 1px solid rgba(12, 40, 66, 0.1);
  border-radius: 36px;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(75, 167, 244, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(6, 20, 35, 0.98) 0%, rgba(12, 40, 66, 0.96) 100%);
  box-shadow: 0 28px 70px rgba(6, 20, 35, 0.18);
  overflow: hidden;
}

body[data-theme="odim-tubos"] .product-hub__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-theme="odim-tubos"] .product-hub__hero-media {
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

body[data-theme="odim-tubos"] .product-hub__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body[data-theme="odim-tubos"] .product-kicker {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(62, 199, 183, 0.12);
  color: #74f2df;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .product-hub .product-showcase__title {
  margin: 0 0 16px;
  color: var(--color-on-dark-strong);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.06;
}

body[data-theme="odim-tubos"] .product-hub .product-showcase__text {
  margin: 0;
  color: var(--color-on-dark);
  font-size: 1.02rem;
  line-height: 1.8;
}

body[data-theme="odim-tubos"] .product-line-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body[data-theme="odim-tubos"] .product-line-grid--home {
  margin-top: 28px;
}

body[data-theme="odim-tubos"] .home-products__header {
  max-width: 780px;
}

body[data-theme="odim-tubos"] .home-products__title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
}

body[data-theme="odim-tubos"] .product-line-card {
  position: relative;
  display: block;
  min-height: 100%;
  border: 1px solid rgba(12, 40, 66, 0.1);
  border-radius: 30px;
  background: transparent;
  box-shadow: 0 20px 42px rgba(6, 20, 35, 0.08);
  text-decoration: none;
  overflow: hidden;
  transform: translateY(0) scale(1);
  transition:
    transform var(--duration-normal) var(--easing),
    box-shadow var(--duration-normal) var(--easing),
    border-color var(--duration-normal) var(--easing),
    background var(--duration-normal) var(--easing);
}

body[data-theme="odim-tubos"] .product-line-card:hover {
  transform: translateY(-10px);
  border-color: rgba(47, 107, 255, 0.2);
  box-shadow: 0 34px 70px rgba(6, 20, 35, 0.16);
}

body[data-theme="odim-tubos"] .product-line-card__media {
  position: relative;
  aspect-ratio: 1.22 / 1;
  overflow: hidden;
  background: transparent;
}

body[data-theme="odim-tubos"] .product-line-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 18, 32, 0.22) 0%, rgba(9, 18, 32, 0.48) 100%);
  pointer-events: none;
  transition: opacity var(--duration-normal) var(--easing);
}

body[data-theme="odim-tubos"] .product-line-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

body[data-theme="odim-tubos"] .product-line-card:hover .product-line-card__media img {
  transform: scale(1.08);
}

body[data-theme="odim-tubos"] .product-line-card:hover .product-line-card__media::after {
  opacity: 0.92;
}

body[data-theme="odim-tubos"] .product-line-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

body[data-theme="odim-tubos"] .product-line-card__title,
body[data-theme="odim-tubos"] .catalog-item__title,
body[data-theme="odim-tubos"] .product-proof-card__title {
  margin: 0;
  max-width: 12ch;
  color: #ffffff;
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

body[data-theme="odim-tubos"] .odt-catalog-hub--hero-follow {
  padding-top: 28px;
}

body[data-theme="odim-tubos"] .odt-catalog-hub--hero-follow .section-header {
  max-width: 780px;
  margin-bottom: 24px;
}

body[data-theme="odim-tubos"] .odt-catalog-hub--hero-follow .section-header__title {
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
}

body[data-theme="odim-tubos"] .odt-catalog-hub--hero-follow .section-header__text {
  max-width: 64ch;
}

body[data-theme="odim-tubos"] .product-home-actions,
body[data-theme="odim-tubos"] .product-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

body[data-theme="odim-tubos"] .product-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 30px;
  align-items: center;
}

body[data-theme="odim-tubos"] .product-showcase__content {
  display: flex;
  flex-direction: column;
}

body[data-theme="odim-tubos"] .product-showcase__title {
  color: var(--color-neutral-900);
}

body[data-theme="odim-tubos"] .product-showcase__text {
  color: var(--color-neutral-700);
}

body[data-theme="odim-tubos"] .product-hub .product-showcase__text {
  color: var(--color-on-dark);
}

body[data-theme="odim-tubos"] .product-showcase__visual {
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(47, 107, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #eef3ff 100%);
  box-shadow: 0 28px 58px rgba(15, 23, 42, 0.12);
}

body[data-theme="odim-tubos"] .product-showcase__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 28px;
  opacity: 1;
  position: relative;
  z-index: 1;
}

body[data-theme="odim-tubos"] .product-showcase__badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(6, 20, 35, 0.6);
  backdrop-filter: blur(14px);
  color: #fff;
}

body[data-theme="odim-tubos"] .product-showcase__badge span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .product-showcase__badge strong {
  font-size: 1rem;
}

body[data-theme="odim-tubos"] .product-metric-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

body[data-theme="odim-tubos"] .product-metric {
  padding: 18px;
  border: 1px solid rgba(12, 40, 66, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(6, 20, 35, 0.06);
}

body[data-theme="odim-tubos"] .product-metric strong {
  color: var(--color-neutral-900);
  font-size: 0.95rem;
  line-height: 1.5;
}

body[data-theme="odim-tubos"] .catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body[data-theme="odim-tubos"] .catalog-item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(12, 40, 66, 0.1);
  border-radius: 32px;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(62, 199, 183, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 252, 0.96) 100%);
  box-shadow: 0 22px 52px rgba(6, 20, 35, 0.08);
  overflow: hidden;
  transition:
    transform var(--duration-normal) var(--easing),
    box-shadow var(--duration-normal) var(--easing),
    border-color var(--duration-normal) var(--easing);
}

body[data-theme="odim-tubos"] .catalog-item:hover {
  transform: translateY(-10px);
  border-color: rgba(62, 199, 183, 0.22);
  box-shadow: 0 34px 70px rgba(6, 20, 35, 0.14);
}

body[data-theme="odim-tubos"] .catalog-item__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(75, 167, 244, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(6, 20, 35, 0.04), rgba(6, 20, 35, 0));
}

body[data-theme="odim-tubos"] .catalog-item__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 26px;
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

body[data-theme="odim-tubos"] .catalog-item:hover .catalog-item__media img {
  transform: scale(1.08);
}

body[data-theme="odim-tubos"] .catalog-item__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 26px 24px 28px;
}

body[data-theme="odim-tubos"] .catalog-item__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-theme="odim-tubos"] .catalog-item__list li {
  position: relative;
  padding-left: 18px;
  color: var(--color-neutral-700);
  line-height: 1.65;
}

body[data-theme="odim-tubos"] .catalog-item__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3ec7b7 0%, #4ba7f4 100%);
}

body[data-theme="odim-tubos"] .product-proof-card {
  padding: 30px 28px;
  border: 1px solid rgba(12, 40, 66, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(75, 167, 244, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 40px rgba(6, 20, 35, 0.06);
}

body[data-theme="odim-tubos"] .product-proof-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(6, 20, 35, 0.1);
}

body[data-theme="odim-tubos"] .product-detail-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 30px;
  align-items: start;
}

body[data-theme="odim-tubos"] .product-detail-hero__gallery,
body[data-theme="odim-tubos"] .product-detail-block {
  padding: 28px;
  border: 1px solid rgba(12, 40, 66, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 52px rgba(6, 20, 35, 0.06);
}

body[data-theme="odim-tubos"] .product-detail-hero__main {
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(47, 107, 255, 0.12), transparent 60%),
    linear-gradient(180deg, #f8fbff 0%, #eef3ff 100%);
}

body[data-theme="odim-tubos"] .product-detail-hero__main img,
body[data-theme="odim-tubos"] .product-detail-hero__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 24px;
  position: relative;
  z-index: 1;
}

body[data-theme="odim-tubos"] .product-detail-hero__thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

body[data-theme="odim-tubos"] .product-detail-hero__thumb {
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(12, 40, 66, 0.08);
  background:
    radial-gradient(circle at center, rgba(62, 199, 183, 0.12), transparent 60%),
    rgba(244, 248, 252, 0.96);
}

body[data-theme="odim-tubos"] .product-detail-hero__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body[data-theme="odim-tubos"] .product-detail-hero__title {
  margin: 0;
  color: var(--color-neutral-900);
  font-size: clamp(1.8rem, 2.8vw, 2.9rem);
  line-height: 1.08;
}

body[data-theme="odim-tubos"] .product-detail-hero__copy {
  display: grid;
  gap: 14px;
  color: var(--color-neutral-700);
  line-height: 1.8;
}

body[data-theme="odim-tubos"] .product-detail-hero__copy p {
  margin: 0;
}

body[data-theme="odim-tubos"] .product-detail-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body[data-theme="odim-tubos"] .product-detail-specs__item {
  padding: 22px 20px;
  border: 1px solid rgba(12, 40, 66, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 40px rgba(6, 20, 35, 0.05);
}

body[data-theme="odim-tubos"] .product-detail-specs__item span {
  display: block;
  margin-bottom: 10px;
  color: var(--color-neutral-600);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .product-detail-specs__item strong {
  color: var(--color-neutral-900);
  font-size: 1rem;
  line-height: 1.5;
}

body[data-theme="odim-tubos"] .product-detail-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body[data-theme="odim-tubos"] .product-detail-block__title {
  margin-bottom: 18px;
}

body[data-theme="odim-tubos"] .product-detail-list {
  gap: 12px;
}

@media (max-width: 1279px) {
  body[data-theme="odim-tubos"] .product-line-grid,
  body[data-theme="odim-tubos"] .catalog-grid,
  body[data-theme="odim-tubos"] .odt-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  body[data-theme="odim-tubos"] .product-hub__hero,
  body[data-theme="odim-tubos"] .product-showcase__grid,
  body[data-theme="odim-tubos"] .product-detail-hero__grid,
  body[data-theme="odim-tubos"] .product-detail-content {
    grid-template-columns: 1fr;
  }

  body[data-theme="odim-tubos"] .product-showcase__visual {
    min-height: 380px;
  }

  body[data-theme="odim-tubos"] .product-metric-list,
  body[data-theme="odim-tubos"] .product-detail-specs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body[data-theme="odim-tubos"] .product-line-grid,
  body[data-theme="odim-tubos"] .catalog-grid,
  body[data-theme="odim-tubos"] .odt-home-product-grid {
    grid-template-columns: 1fr;
  }

  body[data-theme="odim-tubos"] .product-hub__hero,
  body[data-theme="odim-tubos"] .product-proof-card,
  body[data-theme="odim-tubos"] .catalog-item__body,
  body[data-theme="odim-tubos"] .product-line-card__body,
  body[data-theme="odim-tubos"] .product-detail-hero__gallery,
  body[data-theme="odim-tubos"] .product-detail-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  body[data-theme="odim-tubos"] .product-showcase__badge {
    flex-direction: column;
  }

  body[data-theme="odim-tubos"] .product-home-actions,
  body[data-theme="odim-tubos"] .product-showcase__actions {
    flex-direction: column;
  }

  body[data-theme="odim-tubos"] .product-home-actions .btn,
  body[data-theme="odim-tubos"] .product-showcase__actions .btn {
    width: 100%;
  }
}

body[data-theme="odim-tubos"] .section--tight {
  padding-top: 56px;
  padding-bottom: 56px;
}

body[data-theme="odim-tubos"] .product-quick-nav__link.is-active {
  background: linear-gradient(135deg, #1b3f8b 0%, #2f6bff 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 16px 30px rgba(27, 63, 139, 0.2);
}

body[data-theme="odim-tubos"] .odt-solution-grid,
body[data-theme="odim-tubos"] .odt-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body[data-theme="odim-tubos"] .odt-solution-card,
body[data-theme="odim-tubos"] .odt-document-card,
body[data-theme="odim-tubos"] .odt-filter-panel,
body[data-theme="odim-tubos"] .odt-product-item,
body[data-theme="odim-tubos"] .odt-empty-state,
body[data-theme="odim-tubos"] .odt-quote-assist__panel {
  border: 1px solid rgba(12, 40, 66, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 48px rgba(6, 20, 35, 0.06);
}

body[data-theme="odim-tubos"] .odt-solution-card,
body[data-theme="odim-tubos"] .odt-document-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 28px;
  text-decoration: none;
}

body[data-theme="odim-tubos"] .odt-solution-card__tag,
body[data-theme="odim-tubos"] .odt-inline-chip,
body[data-theme="odim-tubos"] .odt-active-filter,
body[data-theme="odim-tubos"] .odt-catalog-path span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(47, 107, 255, 0.1);
  color: #1b3f8b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .odt-solution-card h3,
body[data-theme="odim-tubos"] .odt-empty-state h3,
body[data-theme="odim-tubos"] .odt-quote-assist__content h2 {
  margin: 0;
  color: #1f2937;
  font-size: 1.4rem;
  line-height: 1.25;
}

body[data-theme="odim-tubos"] .odt-solution-card p,
body[data-theme="odim-tubos"] .odt-empty-state p,
body[data-theme="odim-tubos"] .odt-document-card span,
body[data-theme="odim-tubos"] .odt-quote-assist__content p {
  margin: 0;
  color: #6b7280;
  line-height: 1.75;
}

body[data-theme="odim-tubos"] .odt-solution-card__actions,
body[data-theme="odim-tubos"] .odt-quote-assist__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: auto;
}

body[data-theme="odim-tubos"] .odt-home-search-panel {
  display: grid;
  gap: 24px;
  padding: 28px 30px;
  border: 1px solid rgba(12, 40, 66, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 48px rgba(6, 20, 35, 0.06);
}

body[data-theme="odim-tubos"] .odt-home-search-panel__copy {
  display: grid;
  gap: 10px;
}

body[data-theme="odim-tubos"] .odt-home-search-panel__copy h2 {
  margin: 0;
  color: #1f2937;
  font-size: 1.45rem;
  line-height: 1.2;
}

body[data-theme="odim-tubos"] .odt-home-search-panel__copy p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

body[data-theme="odim-tubos"] .odt-home-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

body[data-theme="odim-tubos"] .odt-home-search-form input,
body[data-theme="odim-tubos"] .odt-filter-group--search input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(12, 40, 66, 0.14);
  border-radius: 16px;
  background: #ffffff;
  color: #0f172a;
  font: inherit;
}

body[data-theme="odim-tubos"] .odt-home-search-form input:focus,
body[data-theme="odim-tubos"] .odt-filter-group--search input:focus {
  outline: none;
  border-color: rgba(47, 107, 255, 0.56);
  box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.12);
}

body[data-theme="odim-tubos"] .odt-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

body[data-theme="odim-tubos"] .odt-home-product-card {
  display: grid;
  gap: 0;
  min-height: 100%;
  border: 1px solid rgba(12, 40, 66, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(6, 20, 35, 0.06);
  text-decoration: none;
  overflow: hidden;
  transition:
    transform var(--duration-normal) var(--easing),
    box-shadow var(--duration-normal) var(--easing),
    border-color var(--duration-normal) var(--easing);
}

body[data-theme="odim-tubos"] .odt-home-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47, 107, 255, 0.2);
  box-shadow: 0 28px 52px rgba(6, 20, 35, 0.12);
}

body[data-theme="odim-tubos"] .odt-home-product-card__media {
  position: relative;
  aspect-ratio: 1.1 / 1;
  overflow: hidden;
  background: #dbe4ee;
}

body[data-theme="odim-tubos"] .odt-home-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

body[data-theme="odim-tubos"] .odt-home-product-card:hover .odt-home-product-card__media img {
  transform: scale(1.06);
}

body[data-theme="odim-tubos"] .odt-home-product-card__body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

body[data-theme="odim-tubos"] .odt-home-product-card__body h3 {
  margin: 0;
  color: #1f2937;
  font-size: 1rem;
  line-height: 1.35;
}

body[data-theme="odim-tubos"] .odt-solution-card .btn--ghost,
body[data-theme="odim-tubos"] .odt-filter-panel .btn--ghost {
  color: #1b3f8b;
  border-color: rgba(27, 63, 139, 0.22);
  background: transparent;
}

body[data-theme="odim-tubos"] .odt-solution-card .btn--ghost:hover,
body[data-theme="odim-tubos"] .odt-filter-panel .btn--ghost:hover {
  background: rgba(47, 107, 255, 0.08);
  border-color: rgba(27, 63, 139, 0.34);
}

body[data-theme="odim-tubos"] .odt-catalog-path {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

body[data-theme="odim-tubos"] .odt-inline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.6;
}

body[data-theme="odim-tubos"] .odt-shortcut-grid,
body[data-theme="odim-tubos"] .odt-differential-grid,
body[data-theme="odim-tubos"] .odt-contact-options__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

body[data-theme="odim-tubos"] .odt-differential-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1279px) {
  body[data-theme="odim-tubos"] .odt-differential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body[data-theme="odim-tubos"] .odt-shortcut-card,
body[data-theme="odim-tubos"] .odt-differential-card,
body[data-theme="odim-tubos"] .odt-contact-option-card,
body[data-theme="odim-tubos"] .odt-context-panel,
body[data-theme="odim-tubos"] .odt-contact-options__help,
body[data-theme="odim-tubos"] .odt-map-card,
body[data-theme="odim-tubos"] .odt-family-highlight__panel {
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

body[data-theme="odim-tubos"] .odt-shortcut-card,
body[data-theme="odim-tubos"] .odt-differential-card,
body[data-theme="odim-tubos"] .odt-contact-option-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 24px;
  text-decoration: none;
}

body[data-theme="odim-tubos"] .odt-shortcut-card strong,
body[data-theme="odim-tubos"] .odt-differential-card h3,
body[data-theme="odim-tubos"] .odt-map-card h3,
body[data-theme="odim-tubos"] .odt-contact-option-card__value {
  color: #1f2937;
  font-size: 1.1rem;
  line-height: 1.35;
}

body[data-theme="odim-tubos"] .odt-shortcut-card span,
body[data-theme="odim-tubos"] .odt-differential-card p,
body[data-theme="odim-tubos"] .odt-map-card p,
body[data-theme="odim-tubos"] .odt-contact-option-card p {
  color: #64748b;
  line-height: 1.7;
}

body[data-theme="odim-tubos"] .odt-shortcut-card__eyebrow,
body[data-theme="odim-tubos"] .odt-differential-card__eyebrow,
body[data-theme="odim-tubos"] .odt-contact-option-card__label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(47, 107, 255, 0.08);
  color: #1b3f8b;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .odt-shortcut-card:hover,
body[data-theme="odim-tubos"] .odt-differential-card:hover,
body[data-theme="odim-tubos"] .odt-map-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.09);
}

body[data-theme="odim-tubos"] .odt-context-grid,
body[data-theme="odim-tubos"] .odt-contact-options__grid,
body[data-theme="odim-tubos"] .odt-family-highlight__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

body[data-theme="odim-tubos"] .odt-context-panel,
body[data-theme="odim-tubos"] .odt-contact-options__help,
body[data-theme="odim-tubos"] .odt-family-highlight__content {
  padding: 28px;
}

body[data-theme="odim-tubos"] .odt-context-list,
body[data-theme="odim-tubos"] .odt-map-card__list {
  display: grid;
  gap: 14px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

body[data-theme="odim-tubos"] .odt-context-list li,
body[data-theme="odim-tubos"] .odt-map-card__list li {
  display: grid;
  gap: 6px;
  padding-left: 18px;
  position: relative;
  color: #475569;
}

body[data-theme="odim-tubos"] .odt-context-list li::before,
body[data-theme="odim-tubos"] .odt-map-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #2f6bff;
}

body[data-theme="odim-tubos"] .odt-context-list strong,
body[data-theme="odim-tubos"] .odt-map-card__group strong {
  color: #1f2937;
}

body[data-theme="odim-tubos"] .odt-context-actions,
body[data-theme="odim-tubos"] .odt-map-card__links,
body[data-theme="odim-tubos"] .odt-empty-state__actions,
body[data-theme="odim-tubos"] .odt-pagination__pages {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body[data-theme="odim-tubos"] .odt-context-actions {
  padding-top: 18px;
}

body[data-theme="odim-tubos"] .odt-context-media__frame,
body[data-theme="odim-tubos"] .odt-family-highlight__media .product-showcase__visual {
  height: 100%;
}

body[data-theme="odim-tubos"] .odt-context-media__frame img,
body[data-theme="odim-tubos"] .odt-family-highlight__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-theme="odim-tubos"] .odt-map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body[data-theme="odim-tubos"] .odt-map-card {
  display: grid;
  gap: 16px;
  padding: 24px;
}

body[data-theme="odim-tubos"] .odt-map-card__tag {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(47, 107, 255, 0.1);
  color: #1b3f8b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .odt-map-card__group {
  display: grid;
  gap: 10px;
}

body[data-theme="odim-tubos"] .odt-contact-option-card__value {
  text-decoration: none;
}

body[data-theme="odim-tubos"] .odt-contact-options__panel {
  display: grid;
  gap: 24px;
}

body[data-theme="odim-tubos"] .odt-family-highlight__content,
body[data-theme="odim-tubos"] .odt-family-highlight__media {
  min-width: 0;
}

body[data-theme="odim-tubos"] .odt-empty-state__actions {
  margin-top: 6px;
}

body[data-theme="odim-tubos"] .odt-active-filter--reset {
  background: transparent;
  border: 1px dashed rgba(27, 63, 139, 0.24);
  text-decoration: none;
}

body[data-theme="odim-tubos"] .odt-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}

body[data-theme="odim-tubos"] .odt-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background: #ffffff;
  color: #1b3f8b;
  font-weight: 700;
  text-decoration: none;
}

body[data-theme="odim-tubos"] .odt-pagination__link.is-active {
  background: linear-gradient(135deg, #1b3f8b 0%, #2f6bff 100%);
  border-color: transparent;
  color: #ffffff;
}

body[data-theme="odim-tubos"] .contact-grid--single {
  grid-template-columns: 1fr;
  gap: 0;
}

body[data-theme="odim-tubos"] .odt-home-contact-form-section .contact-grid--single {
  max-width: 920px;
  margin: 0 auto;
}

body[data-theme="odim-tubos"] .odt-contact-grid {
  align-items: start;
}

body[data-theme="odim-tubos"] .odt-contact-sidebar {
  display: grid;
  align-content: start;
}

body[data-theme="odim-tubos"] .odt-contact-sidebar__panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

body[data-theme="odim-tubos"] .odt-contact-sidebar__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

body[data-theme="odim-tubos"] .odt-catalog-layout {
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  gap: var(--od-page-grid-gap);
  align-items: start;
}

body[data-theme="odim-tubos"] .odt-catalog-results .section-header {
  margin-bottom: 22px;
}

body[data-theme="odim-tubos"] .odt-filter-panel {
  position: sticky;
  top: 120px;
  padding: var(--od-page-card-padding);
}

body[data-theme="odim-tubos"] .odt-filter-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}

body[data-theme="odim-tubos"] .odt-filter-panel__head .btn--ghost {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  clip-path: none;
}

body[data-theme="odim-tubos"] .odt-filter-panel__title {
  margin: 6px 0 0;
  color: #1f2937;
  font-size: 1.15rem;
  line-height: 1.35;
}

body[data-theme="odim-tubos"] .odt-active-filter-list,
body[data-theme="odim-tubos"] .odt-filter-form {
  display: grid;
  gap: 14px;
}

body[data-theme="odim-tubos"] .odt-filter-group {
  display: grid;
  gap: 8px;
}

body[data-theme="odim-tubos"] .odt-filter-group label {
  color: #334155;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .odt-filter-group select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(12, 40, 66, 0.12);
  border-radius: 16px;
  background: #f8fbff;
  color: #1f2937;
  font: inherit;
}

body[data-theme="odim-tubos"] .odt-filter-panel__submit {
  width: 100%;
}

body[data-theme="odim-tubos"] .odt-product-list {
  display: grid;
  gap: var(--od-page-card-padding-dense);
}

body[data-theme="odim-tubos"] .odt-product-list--cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-theme="odim-tubos"] .odt-product-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--od-page-card-padding-dense);
  align-items: center;
  padding: var(--od-page-card-padding);
}

body[data-theme="odim-tubos"] .odt-product-item--media {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 0;
  padding: 0;
}

body[data-theme="odim-tubos"] .odt-product-item__image {
  display: block;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
}

body[data-theme="odim-tubos"] .odt-product-item__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 22px;
}

body[data-theme="odim-tubos"] .odt-product-item__content {
  display: grid;
  gap: 18px;
  padding: 24px;
}

body[data-theme="odim-tubos"] .odt-product-item__main,
body[data-theme="odim-tubos"] .odt-product-item__aside {
  display: grid;
  gap: 12px;
}

body[data-theme="odim-tubos"] .odt-product-item--media .odt-product-item__aside {
  justify-items: start;
  align-items: start;
}

body[data-theme="odim-tubos"] .odt-product-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-theme="odim-tubos"] .odt-product-item h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1.2rem;
  line-height: 1.25;
}

body[data-theme="odim-tubos"] .odt-product-item p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

body[data-theme="odim-tubos"] .odt-product-item__code {
  color: #334155;
}

body[data-theme="odim-tubos"] .odt-product-item__code strong:last-child {
  color: #1b3f8b;
}

body[data-theme="odim-tubos"] .odt-code-box {
  display: grid;
  gap: 6px;
  min-width: 180px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(12, 40, 66, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

body[data-theme="odim-tubos"] .odt-code-box span {
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .odt-code-box strong {
  color: #1b3f8b;
  font-size: 1rem;
  line-height: 1.35;
}

body[data-theme="odim-tubos"] .odt-empty-state {
  display: grid;
  gap: 14px;
  justify-items: start;
  padding: 28px;
}

body[data-theme="odim-tubos"] .odt-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(12, 40, 66, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(6, 20, 35, 0.06);
}

body[data-theme="odim-tubos"] .odt-table-section-stack {
  display: grid;
  gap: 22px;
}

body[data-theme="odim-tubos"] .odt-table-section-title {
  margin: 0 0 12px;
  color: #1f2937;
  font-size: 1.1rem;
  line-height: 1.35;
}

body[data-theme="odim-tubos"] .odt-technical-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: var(--od-page-table-font-size);
}

body[data-theme="odim-tubos"] .odt-technical-table th,
body[data-theme="odim-tubos"] .odt-technical-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(12, 40, 66, 0.08);
}

body[data-theme="odim-tubos"] .odt-technical-table th {
  background: #eef3ff;
  color: #1b3f8b;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .odt-technical-table tbody tr:nth-child(even) {
  background: rgba(245, 247, 251, 0.9);
}

body[data-theme="odim-tubos"] .odt-technical-table td {
  color: #334155;
  line-height: 1.65;
}

body[data-theme="odim-tubos"] .odt-table-notes {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body[data-theme="odim-tubos"] .odt-table-notes li {
  position: relative;
  padding-left: 18px;
  color: #475569;
  line-height: 1.7;
}

body[data-theme="odim-tubos"] .odt-table-notes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1b3f8b 0%, #2f6bff 100%);
}

body[data-theme="odim-tubos"] .odt-document-card strong {
  color: #1f2937;
  font-size: 1rem;
  line-height: 1.45;
}

body[data-theme="odim-tubos"] .odt-document-card:hover,
body[data-theme="odim-tubos"] .odt-solution-card:hover,
body[data-theme="odim-tubos"] .odt-product-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 58px rgba(6, 20, 35, 0.1);
}

body[data-theme="odim-tubos"] .odt-quote-assist__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
}

body[data-theme="odim-tubos"] .odt-quote-assist__content {
  display: grid;
  gap: 14px;
}

body[data-theme="odim-tubos"] .odt-detail-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body[data-theme="odim-tubos"] .odt-guide-grid {
  margin-top: 28px;
}

@media (max-width: 1023px) {
  body[data-theme="odim-tubos"] .odt-shortcut-grid,
  body[data-theme="odim-tubos"] .odt-differential-grid,
  body[data-theme="odim-tubos"] .odt-contact-options__cards,
  body[data-theme="odim-tubos"] .odt-map-grid,
  body[data-theme="odim-tubos"] .odt-context-grid,
  body[data-theme="odim-tubos"] .odt-contact-options__grid,
  body[data-theme="odim-tubos"] .odt-family-highlight__panel {
    grid-template-columns: 1fr;
  }

  body[data-theme="odim-tubos"] .odt-catalog-layout,
  body[data-theme="odim-tubos"] .odt-quote-assist__panel,
  body[data-theme="odim-tubos"] .odt-detail-meta-grid {
    grid-template-columns: 1fr;
  }

  body[data-theme="odim-tubos"] .odt-filter-panel {
    position: static;
  }

  body[data-theme="odim-tubos"] .odt-solution-grid,
  body[data-theme="odim-tubos"] .odt-document-grid {
    grid-template-columns: 1fr 1fr;
  }

  body[data-theme="odim-tubos"] .odt-product-item {
    grid-template-columns: 1fr;
  }

  body[data-theme="odim-tubos"] .odt-product-list--cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body[data-theme="odim-tubos"] .odt-shortcut-grid,
  body[data-theme="odim-tubos"] .odt-differential-grid,
  body[data-theme="odim-tubos"] .odt-contact-options__cards,
  body[data-theme="odim-tubos"] .odt-map-grid {
    grid-template-columns: 1fr;
  }

  body[data-theme="odim-tubos"] .section--tight {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  body[data-theme="odim-tubos"] .odt-solution-grid,
  body[data-theme="odim-tubos"] .odt-document-grid {
    grid-template-columns: 1fr;
  }

  body[data-theme="odim-tubos"] .odt-filter-panel,
  body[data-theme="odim-tubos"] .odt-product-item,
  body[data-theme="odim-tubos"] .odt-quote-assist__panel,
  body[data-theme="odim-tubos"] .odt-home-search-panel,
  body[data-theme="odim-tubos"] .odt-context-panel,
  body[data-theme="odim-tubos"] .odt-contact-options__help,
  body[data-theme="odim-tubos"] .odt-solution-card,
  body[data-theme="odim-tubos"] .odt-document-card,
  body[data-theme="odim-tubos"] .odt-map-card,
  body[data-theme="odim-tubos"] .odt-shortcut-card,
  body[data-theme="odim-tubos"] .odt-differential-card,
  body[data-theme="odim-tubos"] .odt-contact-option-card,
  body[data-theme="odim-tubos"] .odt-empty-state {
    padding: 20px;
  }

  body[data-theme="odim-tubos"] .odt-solution-card__actions,
  body[data-theme="odim-tubos"] .odt-quote-assist__actions,
  body[data-theme="odim-tubos"] .odt-home-search-form,
  body[data-theme="odim-tubos"] .odt-context-actions,
  body[data-theme="odim-tubos"] .odt-empty-state__actions,
  body[data-theme="odim-tubos"] .odt-pagination {
    flex-direction: column;
  }

  body[data-theme="odim-tubos"] .odt-solution-card__actions .btn,
  body[data-theme="odim-tubos"] .odt-quote-assist__actions .btn,
  body[data-theme="odim-tubos"] .odt-home-search-form .btn,
  body[data-theme="odim-tubos"] .odt-context-actions .btn,
  body[data-theme="odim-tubos"] .odt-empty-state__actions .btn,
  body[data-theme="odim-tubos"] .odt-product-item__aside .btn {
    width: 100%;
  }

  body[data-theme="odim-tubos"] .odt-product-item--media .odt-product-item__aside {
    grid-template-columns: 1fr;
  }
}

/* Final tuning: traditional hero + quieter titles */
body[data-theme="odim-tubos"] .page-header__title,
body[data-theme="odim-tubos"] .section-header__title,
body[data-theme="odim-tubos"] .split__title,
body[data-theme="odim-tubos"] .odin-section-heading h2,
body[data-theme="odim-tubos"] .odin-split__content h2,
body[data-theme="odim-tubos"] .odin-contact-strip__panel h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.65rem);
  line-height: 1.12;
}

body[data-theme="odim-tubos"] .product-hub .product-showcase__title {
  font-size: clamp(1.75rem, 2.6vw, 2.6rem);
  line-height: 1.1;
}

body[data-theme="odim-tubos"] .product-detail-hero__title {
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1.12;
}

body[data-theme="odim-tubos"] .odin-section-heading h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.45rem);
}

body[data-theme="odim-tubos"] .odin-hero {
  padding: 152px 0 96px;
}

body[data-theme="odim-tubos"] .odin-hero__title {
  max-width: 12ch;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.04;
}

body[data-theme="odim-tubos"] .odin-hero__text {
  font-size: 1rem;
  line-height: 1.75;
}

body[data-theme="odim-tubos"] .odin-hero--traditional {
  min-height: clamp(680px, 84vh, 860px);
  display: flex;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(9, 18, 32, 0.78) 0%, rgba(9, 18, 32, 0.6) 38%, rgba(9, 18, 32, 0.34) 66%, rgba(9, 18, 32, 0.22) 100%),
    linear-gradient(180deg, rgba(9, 18, 32, 0.2) 0%, rgba(9, 18, 32, 0.5) 100%),
    var(--od-hero-background-image) center center / cover no-repeat;
}

body[data-theme="odim-tubos"] .odin-hero--traditional::before,
body[data-theme="odim-tubos"] .odin-hero--traditional::after {
  display: none;
}

body[data-theme="odim-tubos"] .odin-hero--traditional .odin-hero__panel {
  width: min(100%, 760px);
  padding: 34px 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.56) 0%, rgba(15, 23, 42, 0.72) 100%);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

body[data-theme="odim-tubos"] .odin-hero--traditional .odin-hero__brand {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

body[data-theme="odim-tubos"] .odin-hero--traditional .odin-eyebrow,
body[data-theme="odim-tubos"] .odin-hero--traditional .odin-hero__title,
body[data-theme="odim-tubos"] .odin-hero--traditional .odin-hero__text,
body[data-theme="odim-tubos"] .odin-hero--traditional .odin-hero__meta-item strong,
body[data-theme="odim-tubos"] .odin-hero--traditional .odin-hero__meta-item span {
  color: #ffffff;
}

body[data-theme="odim-tubos"] .odin-hero--traditional .odin-eyebrow {
  background: rgba(255, 255, 255, 0.12);
}

body[data-theme="odim-tubos"] .odin-hero--traditional .odin-hero__meta-item {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

body[data-theme="odim-tubos"] .odin-hero--traditional .btn--secondary {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.94);
}

body[data-theme="odim-tubos"] .odin-hero--image-only {
  min-height: clamp(420px, 40.625vw, 780px);
  padding: 0;
  background: var(--od-hero-background-image) center center / cover no-repeat;
}

body[data-theme="odim-tubos"] .odin-hero--image-only::before,
body[data-theme="odim-tubos"] .odin-hero--image-only::after {
  display: none;
}

@media (max-width: 1023px) {
  body[data-theme="odim-tubos"] .odin-hero__title {
    font-size: clamp(2rem, 7vw, 3.2rem);
  }

  body[data-theme="odim-tubos"] .odin-hero--image-only {
    min-height: clamp(360px, 52vw, 560px);
  }
}

@media (max-width: 767px) {
  body[data-theme="odim-tubos"] .odin-hero--traditional {
    min-height: 620px;
    align-items: end;
  }

  body[data-theme="odim-tubos"] .odin-hero--traditional .odin-hero__panel {
    width: 100%;
    padding: 24px;
  }

  body[data-theme="odim-tubos"] .odin-hero--image-only {
    min-height: 280px;
    background-position: center center;
  }
}

body[data-theme="odim-tubos"] .header__brand-text,
body[data-theme="odim-tubos"] .footer__brand-text,
body[data-theme="odim-tubos"] .odin-hero__brand-text {
  display: grid;
  gap: 4px;
}

body[data-theme="odim-tubos"] .header__brand-text strong,
body[data-theme="odim-tubos"] .footer__brand-text strong,
body[data-theme="odim-tubos"] .odin-hero__brand-text strong {
  font-family: var(--font-heading, "Poppins", sans-serif);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-theme="odim-tubos"] .header__brand-text strong {
  font-size: 1rem;
  line-height: 1;
  color: #0f172a;
}

body[data-theme="odim-tubos"] .header__brand-text span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #475569;
}

body[data-theme="odim-tubos"] .footer__brand-text {
  margin-bottom: 14px;
}

body[data-theme="odim-tubos"] .footer__brand-text strong {
  font-size: 1.15rem;
  line-height: 1.05;
  color: #ffffff;
}

body[data-theme="odim-tubos"] .footer__brand-text span {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

body[data-theme="odim-tubos"] .odin-hero__brand-text {
  width: fit-content;
  margin-bottom: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}

body[data-theme="odim-tubos"] .odin-hero__brand-text strong {
  font-size: clamp(1.02rem, 1.2vw, 1.18rem);
  line-height: 1;
  color: #ffffff;
}

body[data-theme="odim-tubos"] .odin-hero__brand-text span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 767px) {
  body[data-theme="odim-tubos"] .header__brand-text strong {
    font-size: 0.92rem;
  }

  body[data-theme="odim-tubos"] .header__brand-text span,
  body[data-theme="odim-tubos"] .odin-hero__brand-text span,
  body[data-theme="odim-tubos"] .footer__brand-text span {
    letter-spacing: 0.12em;
  }

  body[data-theme="odim-tubos"] .odin-hero__brand-text {
    width: 100%;
    padding: 12px 14px;
  }
}

/* Final tuning: industrial corners with one rounded accent */
body[data-theme="odim-tubos"] {
  --odt-radius-panel: 0;
  --odt-radius-card: 0;
  --odt-radius-control: 0;
  --odt-radius-media: 0;
  --odt-cut-sm: 10px;
  --odt-cut-md: 14px;
}

body[data-theme="odim-tubos"] .btn,
body[data-theme="odim-tubos"] .header__cta,
body[data-theme="odim-tubos"] .odt-inline-chip,
body[data-theme="odim-tubos"] .section-label,
body[data-theme="odim-tubos"] .odin-eyebrow,
body[data-theme="odim-tubos"] .badge,
body[data-theme="odim-tubos"] .od-badge,
body[data-theme="odim-tubos"] .od-badge--technical,
body[data-theme="odim-tubos"] .od-badge--status {
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - var(--odt-cut-sm)) 0, 100% var(--odt-cut-sm), 100% 100%, 0 100%);
}

body[data-theme="odim-tubos"] .card,
body[data-theme="odim-tubos"] .company-card,
body[data-theme="odim-tubos"] .odt-filter-panel,
body[data-theme="odim-tubos"] .odt-product-item,
body[data-theme="odim-tubos"] .odt-quote-assist__panel,
body[data-theme="odim-tubos"] .odt-home-search-panel,
body[data-theme="odim-tubos"] .odt-context-panel,
body[data-theme="odim-tubos"] .odt-contact-options__help,
body[data-theme="odim-tubos"] .odt-solution-card,
body[data-theme="odim-tubos"] .odt-document-card,
body[data-theme="odim-tubos"] .odt-map-card,
body[data-theme="odim-tubos"] .odt-shortcut-card,
body[data-theme="odim-tubos"] .odt-differential-card,
body[data-theme="odim-tubos"] .odt-contact-option-card,
body[data-theme="odim-tubos"] .odt-empty-state,
body[data-theme="odim-tubos"] .product-line-card,
body[data-theme="odim-tubos"] .odt-home-product-card,
body[data-theme="odim-tubos"] .odt-family-highlight,
body[data-theme="odim-tubos"] .odt-contact-form-panel,
body[data-theme="odim-tubos"] .odin-hero__brand-text,
body[data-theme="odim-tubos"] .odin-hero--traditional .odin-hero__panel {
  border-radius: var(--odt-radius-panel);
}

body[data-theme="odim-tubos"] .odt-filter-group select,
body[data-theme="odim-tubos"] .odt-filter-group input,
body[data-theme="odim-tubos"] .odt-home-search-form input,
body[data-theme="odim-tubos"] .contact-form input,
body[data-theme="odim-tubos"] .contact-form textarea,
body[data-theme="odim-tubos"] .contact-form select {
  border-radius: 0;
}

body[data-theme="odim-tubos"] .odt-technical-table__wrap,
body[data-theme="odim-tubos"] .technical-table__wrap,
body[data-theme="odim-tubos"] .product-detail-gallery__main,
body[data-theme="odim-tubos"] .product-detail-gallery__thumb,
body[data-theme="odim-tubos"] .product-line-card__image,
body[data-theme="odim-tubos"] .odt-home-product-card__media,
body[data-theme="odim-tubos"] .odt-context-panel__media,
body[data-theme="odim-tubos"] .odt-company-split__media,
body[data-theme="odim-tubos"] .odt-group-structure-card__media,
body[data-theme="odim-tubos"] .odt-application-map__media {
  border-radius: var(--odt-radius-media);
}

body[data-theme="odim-tubos"] .odt-filter-panel,
body[data-theme="odim-tubos"] .odt-product-item,
body[data-theme="odim-tubos"] .odt-home-search-panel,
body[data-theme="odim-tubos"] .odt-home-product-card,
body[data-theme="odim-tubos"] .product-line-card,
body[data-theme="odim-tubos"] .odt-document-card,
body[data-theme="odim-tubos"] .odt-contact-option-card {
  overflow: hidden;
}

body[data-theme="odim-tubos"] .product-line-card__media,
body[data-theme="odim-tubos"] .odt-home-product-card__media,
body[data-theme="odim-tubos"] .product-hub__hero-media,
body[data-theme="odim-tubos"] .product-detail-hero__main,
body[data-theme="odim-tubos"] .product-detail-hero__thumb {
  clip-path: polygon(0 0, calc(100% - var(--odt-cut-md)) 0, 100% var(--odt-cut-md), 100% 100%, 0 100%);
}

body[data-theme="odim-tubos"] .btn,
body[data-theme="odim-tubos"] .card,
body[data-theme="odim-tubos"] .odt-product-item,
body[data-theme="odim-tubos"] .odt-home-product-card,
body[data-theme="odim-tubos"] .product-line-card {
  transition:
    border-color var(--duration-normal) var(--easing),
    box-shadow var(--duration-normal) var(--easing),
    transform var(--duration-normal) var(--easing),
    clip-path var(--duration-normal) var(--easing);
}

@media (max-width: 767px) {
  body[data-theme="odim-tubos"] {
    --odt-cut-sm: 8px;
    --odt-cut-md: 12px;
  }
}

body[data-theme="odim-tubos"] .odt-page-hero {
  position: relative;
  display: flex;
  align-items: end;
  min-height: clamp(360px, 42vw, 620px);
  padding: 132px 0 52px;
  background-color: #10264d;
  background:
    linear-gradient(90deg, rgba(8, 15, 27, 0.78) 0%, rgba(8, 15, 27, 0.54) 40%, rgba(8, 15, 27, 0.28) 100%),
    linear-gradient(180deg, rgba(8, 15, 27, 0.14) 0%, rgba(8, 15, 27, 0.58) 100%),
    var(--odt-page-hero-image) center center / cover no-repeat;
  overflow: hidden;
}

body[data-theme="odim-tubos"] .odt-page-hero[data-has-image="false"] {
  background:
    linear-gradient(135deg, rgba(16, 38, 77, 1) 0%, rgba(27, 63, 139, 1) 52%, rgba(36, 87, 212, 0.92) 100%);
}

body[data-theme="odim-tubos"] .odt-page-hero[data-overlay="light"] {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.58) 42%, rgba(255, 255, 255, 0.22) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.12) 100%),
    var(--odt-page-hero-image) center center / cover no-repeat;
}

body[data-theme="odim-tubos"] .odt-page-hero[data-overlay="light"][data-has-image="false"] {
  background:
    linear-gradient(180deg, #f5f7fb 0%, #e8eef8 100%);
}

body[data-theme="odim-tubos"] .odt-page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 15, 27, 0) 56%, rgba(8, 15, 27, 0.18) 100%);
  pointer-events: none;
}

body[data-theme="odim-tubos"] .odt-page-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  max-width: min(100%, 820px);
  color: #ffffff;
}

body[data-theme="odim-tubos"] .odt-page-hero__inner--center {
  margin-inline: auto;
  text-align: center;
}

body[data-theme="odim-tubos"] .odt-page-hero__inner--right {
  margin-left: auto;
  text-align: right;
}

body[data-theme="odim-tubos"] .odt-page-hero--about-company {
  align-items: center;
}

body[data-theme="odim-tubos"] .odt-page-hero--about-company .odt-page-hero__title,
body[data-theme="odim-tubos"] .odt-page-hero--about-company .odt-page-hero__text {
  margin-inline: auto;
}

body[data-theme="odim-tubos"] .odt-page-hero--about-company .odt-page-hero__actions,
body[data-theme="odim-tubos"] .odt-page-hero--about-company .odt-page-hero__meta,
body[data-theme="odim-tubos"] .odt-page-hero--about-company .odt-page-hero__breadcrumb {
  justify-content: center;
}

body[data-theme="odim-tubos"] .odt-company-story {
  display: grid;
  justify-items: center;
}

body[data-theme="odim-tubos"] .odt-company-story__content {
  width: min(100%, 920px);
}

body[data-theme="odim-tubos"] .odt-company-story__title {
  max-width: 22ch;
}

body[data-theme="odim-tubos"] .odt-company-story__text {
  max-width: 78ch;
  margin-bottom: 18px;
  font-size: 1.02rem;
  line-height: 1.9;
  color: #4a5a78;
  text-align: justify;
  text-justify: inter-word;
}

body[data-theme="odim-tubos"] .odt-company-video {
  background:
    linear-gradient(180deg, #f6f9ff 0%, #eef4ff 100%);
}

body[data-theme="odim-tubos"] .odt-company-video__frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(27, 63, 139, 0.12);
  border-radius: 20px;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(9, 21, 42, 0.88) 0%, rgba(16, 38, 77, 0.78) 52%, rgba(47, 107, 255, 0.48) 100%),
    var(--odt-company-video-image) center center / cover no-repeat;
  box-shadow: 0 24px 60px rgba(16, 38, 77, 0.14);
}

body[data-theme="odim-tubos"] .odt-company-video__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.16), transparent 22%),
    radial-gradient(circle at 78% 78%, rgba(126, 162, 255, 0.18), transparent 24%);
  pointer-events: none;
}

body[data-theme="odim-tubos"] .odt-company-video__placeholder {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-align: center;
  color: #ffffff;
}

body[data-theme="odim-tubos"] .odt-company-video__play {
  display: inline-grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 16px 32px rgba(8, 15, 27, 0.2);
}

body[data-theme="odim-tubos"] .odt-company-video__placeholder strong {
  display: block;
  max-width: 28ch;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.2;
}

body[data-theme="odim-tubos"] .odt-company-video__placeholder span:last-child {
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

body[data-theme="odim-tubos"] .odt-page-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

body[data-theme="odim-tubos"] .odt-page-hero__breadcrumb a,
body[data-theme="odim-tubos"] .odt-page-hero__breadcrumb span {
  color: inherit;
}

body[data-theme="odim-tubos"] .odt-page-hero__label {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

body[data-theme="odim-tubos"] .odt-page-hero__title {
  margin: 0;
  max-width: 15ch;
  color: #ffffff;
  font-size: clamp(2rem, 3.3vw, 3.35rem);
  line-height: 1.04;
}

body[data-theme="odim-tubos"] .odt-page-hero__text {
  margin: 0;
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.7;
}

body[data-theme="odim-tubos"] .odt-page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body[data-theme="odim-tubos"] .odt-page-hero__meta-item {
  display: grid;
  gap: 4px;
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

body[data-theme="odim-tubos"] .odt-page-hero__meta-item span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

body[data-theme="odim-tubos"] .odt-page-hero__meta-item strong {
  font-size: 1rem;
  line-height: 1.2;
  color: #ffffff;
}

body[data-theme="odim-tubos"] .odt-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body[data-theme="odim-tubos"] .odt-page-hero--image-only {
  min-height: clamp(420px, 40.625vw, 780px);
  padding: 0;
  background-color: #10264d;
  background:
    linear-gradient(180deg, rgba(8, 15, 27, 0.04) 0%, rgba(8, 15, 27, 0.16) 100%),
    var(--odt-page-hero-image) center center / cover no-repeat;
}

body[data-theme="odim-tubos"] .odt-page-hero--image-only[data-has-image="false"] {
  background:
    linear-gradient(135deg, #10264d 0%, #1b3f8b 55%, #2457d4 100%);
}

body[data-theme="odim-tubos"] .odt-page-hero--image-only::after,
body[data-theme="odim-tubos"] .odt-page-hero--image-only .odt-page-hero__inner {
  display: none;
}

body[data-theme="odim-tubos"] .odt-page-hero--detail {
  min-height: clamp(380px, 36vw, 560px);
}

body[data-theme="odim-tubos"] .odt-page-hero--line {
  min-height: clamp(380px, 38vw, 580px);
}

@media (max-width: 1023px) {
  body[data-theme="odim-tubos"] .odt-page-hero {
    min-height: clamp(340px, 56vw, 520px);
    padding: 118px 0 44px;
  }

  body[data-theme="odim-tubos"] .odt-page-hero__title {
    max-width: 16ch;
    font-size: clamp(1.8rem, 6vw, 2.7rem);
  }
}

@media (max-width: 767px) {
  body[data-theme="odim-tubos"] .odt-page-hero {
    min-height: 300px;
    padding: 108px 0 32px;
  }

  body[data-theme="odim-tubos"] .odt-page-hero__inner {
    gap: 14px;
  }

  body[data-theme="odim-tubos"] .odt-page-hero__text {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  body[data-theme="odim-tubos"] .odt-company-story__text {
    font-size: 0.98rem;
    line-height: 1.8;
  }

  body[data-theme="odim-tubos"] .odt-company-video__placeholder {
    padding: 24px;
  }

  body[data-theme="odim-tubos"] .odt-company-video__play {
    width: 72px;
    height: 72px;
  }

  body[data-theme="odim-tubos"] .odt-page-hero__meta,
  body[data-theme="odim-tubos"] .odt-page-hero__actions {
    flex-direction: column;
  }

  body[data-theme="odim-tubos"] .odt-page-hero__actions .btn {
    width: 100%;
  }

  body[data-theme="odim-tubos"] .odt-page-hero--image-only {
    min-height: 280px;
    padding: 0;
  }
}

/* Responsive hardening */
body[data-theme="odim-tubos"] .odt-catalog-layout > *,
body[data-theme="odim-tubos"] .odt-product-item > *,
body[data-theme="odim-tubos"] .odt-quote-assist__panel > *,
body[data-theme="odim-tubos"] .odt-detail-meta-grid > * {
  min-width: 0;
}

body[data-theme="odim-tubos"] .odt-product-item h3,
body[data-theme="odim-tubos"] .odt-page-hero__title,
body[data-theme="odim-tubos"] .odt-page-hero__text,
body[data-theme="odim-tubos"] .odt-page-hero__meta-item strong {
  overflow-wrap: anywhere;
}

@media (max-width: 1023px) {
  body[data-theme="odim-tubos"] .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  body[data-theme="odim-tubos"] .footer__grid > :first-child {
    grid-column: 1 / -1;
  }

  body[data-theme="odim-tubos"] .odt-home-search-form {
    grid-template-columns: 1fr;
  }

  body[data-theme="odim-tubos"] .odt-home-search-form .btn,
  body[data-theme="odim-tubos"] .odt-quote-assist__actions .btn {
    width: 100%;
  }

  body[data-theme="odim-tubos"] .odt-technical-table {
    min-width: 640px;
  }
}

@media (max-width: 767px) {
  body[data-theme="odim-tubos"] .footer__grid {
    grid-template-columns: 1fr;
  }

  body[data-theme="odim-tubos"] .footer__bottom,
  body[data-theme="odim-tubos"] .footer__social {
    align-items: flex-start;
  }

  body[data-theme="odim-tubos"] .odt-page-hero__meta-item {
    width: 100%;
    min-width: 0;
  }

  body[data-theme="odim-tubos"] .odt-product-item__aside,
  body[data-theme="odim-tubos"] .odt-page-hero__actions,
  body[data-theme="odim-tubos"] .odt-page-hero__meta,
  body[data-theme="odim-tubos"] .odt-quote-assist__actions {
    width: 100%;
  }

  body[data-theme="odim-tubos"] .odt-technical-table {
    min-width: 560px;
  }

  body[data-theme="odim-tubos"] .odt-technical-table th,
  body[data-theme="odim-tubos"] .odt-technical-table td {
    padding: 14px 12px;
  }
}



