.youtube-section {
  padding: 52px 18px;
  background: var(--cm-surface);
}

.yt-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.video-box {
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: var(--cm-shadow);
  min-height: 360px;
}

.video-box iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.yt-text {
  background: var(--cm-surface-soft);
  border: 1px solid var(--cm-border);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.yt-badge {
  display: inline-block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--cm-accent);
  margin-bottom: 10px;
}

.yt-text h3 {
  margin-bottom: 12px;
}

#video-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.yt-desc {
  font-size: .95rem;
  color: var(--cm-text-muted);
  margin-top: 10px;
}

.yt-subscribe-btn {
  display: inline-block;
  margin-top: 16px;
  background: #ff0000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: 700;
}

.yt-subscribe-btn:hover,
.yt-subscribe-btn:focus {
  color: #fff;
  opacity: .92;
}

@media (max-width: 991.98px) {
  .yt-container {
    grid-template-columns: 1fr;
  }

  .video-box,
  .video-box iframe {
    min-height: 280px;
  }
}

.cm-brands-carousel {
  margin-top: 18px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 8px;
}
.cm-brands-track {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: stretch;
  min-height: 160px;
  will-change: transform;
  transition: none;
}
.cm-brand-slide {
  flex: 0 0 18vw;
  max-width: 18vw;
  min-width: 180px;
  max-width: 240px;
  background: var(--cm-surface-soft);
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0,0,0,.10);
  border: 1px solid var(--cm-border);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 10px 10px 10px;
  transition: box-shadow .2s;
}
.cm-brand-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--cm-text);
}
.cm-brand-thumb {
  width: 180px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  background: #e6ecf2;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.cm-brand-label {
  font-size: 1.02rem;
  font-weight: 600;
  margin-top: 2px;
  color: var(--cm-text);
  word-break: break-all;
}
.cm-brand-slide a:hover .cm-brand-label {
  color: var(--cm-accent);
}
@media (max-width: 1100px) {
  .cm-brand-slide {
    flex-basis: 30vw;
    max-width: 32vw;
    min-width: 120px;
    padding: 10px 4px 8px 4px;
  }
  .cm-brand-thumb {
    width: 120px;
    height: 70px;
  }
}
@media (max-width: 700px) {
  .cm-brands-track {
    gap: 10px;
  }
  .cm-brand-slide {
    flex-basis: 98vw;
    max-width: 98vw;
    min-width: 0;
    padding: 10px 2vw 8px 2vw;
  }
  .cm-brand-thumb {
    width: 90vw;
    height: 48vw;
    max-width: 320px;
    max-height: 160px;
  }
}
.cm-promo-fullwidth {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cm-promo-fullwidth .cm-promo-carousel {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: clamp(12px, 5vw, 60px);
  padding-right: clamp(12px, 5vw, 60px);
}

.cm-promo-fullwidth .cm-promo-track {
  min-height: 340px;
}
.cm-promo-track {
  display: flex;
  gap: 18px;
  position: relative;
  min-height: 320px;
}

.cm-promo-slide {
  flex: 1 1 0;
  min-width: 0;
  max-width: 50%;
  box-sizing: border-box;
  transition: opacity .45s ease;
  display: none;
}

.cm-promo-slide[style*="display: block"] {
  display: block;
}

@media (max-width: 991.98px) {
  .cm-promo-track {
    flex-direction: column;
    gap: 14px;
  }
  .cm-promo-slide {
    max-width: 100%;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Roboto+Condensed:wght@700&display=swap');

:root {
  --cm-bg: #111315;
  --cm-bg-soft: #1b1f24;
  --cm-bg-deep: #0b0d10;
  --cm-surface: #ffffff;
  --cm-surface-soft: #f2f4f7;
  --cm-surface-muted: #e6ecf2;
  --cm-text: #0f1215;
  --cm-text-muted: #4b5662;
  --cm-text-light: #f2f4f6;
  --cm-accent: #ff7a00;
  --cm-accent-2: #ffb100;
  --cm-accent-cool: #00a4ff;
  --cm-border: #d7dee6;
  --cm-shadow: 0 22px 56px rgba(6, 10, 14, .14);
  --cm-glow: 0 0 0 1px rgba(255, 122, 0, .28), 0 10px 26px rgba(255, 122, 0, .2);
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: var(--cm-text);
  background: var(--cm-surface-soft);
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*='heading-'] {
  font-family: 'Roboto Condensed', 'Inter', 'Segoe UI', Arial, sans-serif;
  letter-spacing: -.02em;
  color: #0a0c0f;
}

p,
li,
label,
input,
textarea,
select {
  color: var(--cm-text);
}

a {
  color: var(--cm-accent);
  transition: color .2s ease;
}

a:hover {
  color: var(--cm-accent-2);
}

.page {
  opacity: 1 !important;
}

.wow {
  visibility: visible !important;
  animation: none !important;
}

.ie-panel,
.preloader {
  display: none !important;
}

.cm-map-embed {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.page-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: rgba(17, 19, 21, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
}

.page-header,
.page-header .rd-navbar-wrap,
.page-header .rd-navbar,
.page-header .rd-navbar-main-outer,
.page-header .rd-navbar-main,
.page-header .rd-navbar-panel,
.page-header .rd-navbar-collapse {
  background-color: #111315 !important;
}

.page-header .rd-navbar-aside-outer {
  background-color: #111315 !important;
}

.rd-navbar-wrap,
.rd-navbar,
.rd-navbar-main-outer,
.rd-navbar-main {
  min-height: 72px;
}

.rd-navbar-modern .rd-nav-link {
  letter-spacing: .2px;
  color: #f3f5f7;
}

.rd-navbar-wrap,
.rd-navbar,
.rd-navbar-main-outer,
.rd-navbar-main,
.rd-navbar-nav-wrap,
.rd-navbar-panel {
  background: transparent;
}

.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-nav,
.rd-navbar-fixed .rd-menu,
.rd-navbar-fixed .rd-navbar-collapse,
.page-header .rd-navbar-nav-wrap {
  background: linear-gradient(180deg, #111315 0%, #1c2127 100%) !important;
}

.page-header .rd-navbar-collapse-content,
.page-header .rd-navbar-aside {
  background: #111315 !important;
  color: #f2f4f6 !important;
}

.page-header .link-icon-1,
.page-header .link-icon-1 span {
  color: #f2f4f6 !important;
}

.page-header .link-icon-1:hover,
.page-header .link-icon-1:hover span {
  color: var(--cm-accent-2) !important;
}

.page-header .rd-navbar-collapse-content {
  border-left: 1px solid rgba(255, 255, 255, .08);
  padding: 10px 0;
}

.rd-navbar-fixed .rd-nav-link,
.rd-navbar-fixed .rd-navbar-nav .rd-nav-link,
.page-header .rd-nav-link {
  color: #f3f5f7 !important;
}

.rd-navbar-fixed .rd-nav-link:hover,
.rd-navbar-fixed .rd-nav-link:focus,
.rd-navbar-fixed .rd-nav-link.active,
.page-header .rd-nav-link:hover,
.page-header .rd-nav-link:focus {
  color: #ffffff !important;
  background: linear-gradient(90deg, rgba(255, 122, 0, .2), rgba(255, 177, 0, .14));
}

.rd-navbar-toggle span,
.rd-navbar-toggle span::before,
.rd-navbar-toggle span::after,
.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span::before,
.rd-navbar-collapse-toggle span::after {
  background-color: #f3f5f7 !important;
}

.cm-nav-logo-item {
  margin-right: 8px;
}

.cm-nav-logo {
  padding: 6px 6px 6px 0 !important;
}

.cm-nav-logo img {
  display: block;
  width: auto;
  height: 44px;
}

.cm-lang-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding-left: 8px;
}

.cm-lang-switcher a {
  display: inline-flex;
  opacity: .6;
  border-radius: 4px;
  overflow: hidden;
  transition: opacity .2s ease, transform .2s ease;
}

.cm-lang-switcher a:hover,
.cm-lang-switcher a[aria-current="true"] {
  opacity: 1;
  transform: translateY(-1px);
}

.cm-lang-switcher img {
  display: block;
}

.cm-hero {
  position: relative;
  min-height: clamp(540px, 82vh, 860px);
  display: flex;
  align-items: center;
  color: var(--cm-text-light);
  isolation: isolate;
  background: var(--cm-bg-deep);
}

.cm-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.cm-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: cmHeroSlide 18s linear infinite;
}

.cm-hero-slide.s1 { animation-delay: 0s; }
.cm-hero-slide.s2 { animation-delay: 6s; }
.cm-hero-slide.s3 { animation-delay: 12s; }

@keyframes cmHeroSlide {
  0% { opacity: 0; transform: scale(1.02); }
  6% { opacity: 1; }
  30% { opacity: 1; }
  36% { opacity: 0; transform: scale(1.06); }
  100% { opacity: 0; transform: scale(1.06); }
}

.cm-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, rgba(6, 8, 10, .9) 20%, rgba(6, 8, 10, .5) 70%, rgba(6, 8, 10, .35) 100%);
}

.cm-hero-content {
  width: 100%;
  max-width: 980px;
  padding: 32px 0 40px;
}

/* ── hero text panels (cross-fade with bg slides) ── */
.cm-hero-panels {
  position: relative;
  min-height: clamp(430px, 54vh, 580px);
}

.cm-hero-text-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .7s ease;
}

.cm-hero-text-panel.active {
  opacity: 1;
  pointer-events: auto;
}

.cm-hero-accent {
  display: block;
  color: var(--cm-accent-2);
  font-size: .85em;
  font-weight: 700;
  text-shadow: none;
  letter-spacing: .02em;
}

.cm-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 0, .18);
  color: #ffe2a1;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}

.cm-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 4.75rem);
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 18px 40px rgba(0, 0, 0, .45);
}

.cm-hero-sub {
  margin-top: 18px;
  max-width: 760px;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: #e3e7ea;
}

.cm-hero-usp {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.cm-hero-usp li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--cm-text-light) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

.cm-hero-usp li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cm-accent);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, .22);
}

.cm-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  position: relative;
  z-index: 2;
}

.cm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.cm-btn:hover {
  transform: translateY(-1px);
}

.cm-btn-primary {
  color: #151719;
  background: linear-gradient(90deg, var(--cm-accent), var(--cm-accent-2));
  box-shadow: var(--cm-glow);
}

.cm-btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .24);
}

.cm-intro,
.cm-blog-teaser,
.cm-faq,
.cm-card {
  border-radius: 18px;
  background: var(--cm-surface);
  padding: 24px;
  box-shadow: var(--cm-shadow);
  border: 1px solid rgba(15, 18, 21, .08);
}

.bg-default {
  background: var(--cm-surface) !important;
}

.bg-gray-100 {
  background: var(--cm-surface-muted) !important;
}

.bg-default,
.bg-gray-100 {
  color: var(--cm-text) !important;
}

.bg-default h1,
.bg-default h2,
.bg-default h3,
.bg-default h4,
.bg-default h5,
.bg-default h6,
.bg-gray-100 h1,
.bg-gray-100 h2,
.bg-gray-100 h3,
.bg-gray-100 h4,
.bg-gray-100 h5,
.bg-gray-100 h6,
.bg-default [class*='heading-'],
.bg-gray-100 [class*='heading-'] {
  color: #111315 !important;
}

.bg-default p,
.bg-default li,
.bg-default span,
.bg-default label,
.bg-default .rights,
.bg-gray-100 p,
.bg-gray-100 li,
.bg-gray-100 span,
.bg-gray-100 label,
.bg-gray-100 .rights {
  color: var(--cm-text) !important;
}

.bg-default .text-white,
.bg-default .text-white-dark,
.bg-gray-100 .text-white,
.bg-gray-100 .text-white-dark {
  color: var(--cm-text) !important;
}

.bg-default a:not(.button):not(.cm-btn),
.bg-gray-100 a:not(.button):not(.cm-btn) {
  color: var(--cm-accent);
}

.bg-default a:not(.button):not(.cm-btn):hover,
.bg-gray-100 a:not(.button):not(.cm-btn):hover {
  color: var(--cm-accent-2);
}

.bg-gray-900,
.bg-gray-950 {
  background: linear-gradient(180deg, #101215 0%, #1a1f26 100%) !important;
}

.bg-gray-900,
.bg-gray-950,
.footer-modern,
.footer-modern-main,
.footer-modern-aside {
  color: var(--cm-text-light) !important;
}

.bg-gray-900 h1,
.bg-gray-900 h2,
.bg-gray-900 h3,
.bg-gray-900 h4,
.bg-gray-900 h5,
.bg-gray-900 h6,
.bg-gray-950 h1,
.bg-gray-950 h2,
.bg-gray-950 h3,
.bg-gray-950 h4,
.bg-gray-950 h5,
.bg-gray-950 h6,
.footer-modern h1,
.footer-modern h2,
.footer-modern h3,
.footer-modern h4,
.footer-modern h5,
.footer-modern h6,
.bg-gray-900 p,
.bg-gray-950 p,
.bg-gray-900 li,
.bg-gray-950 li,
.footer-modern p,
.footer-modern li,
.footer-modern span,
.footer-modern label,
.footer-modern .rights,
.footer-modern .footer-modern-title {
  color: var(--cm-text-light) !important;
}

.bg-gray-900 a:not(.button):not(.cm-btn),
.bg-gray-950 a:not(.button):not(.cm-btn),
.footer-modern a:not(.button):not(.cm-btn) {
  color: #ffd269;
}

.bg-gray-900 a:not(.button):not(.cm-btn):hover,
.bg-gray-950 a:not(.button):not(.cm-btn):hover,
.footer-modern a:not(.button):not(.cm-btn):hover {
  color: #ffffff;
}

.bg-gray-900 .form-label,
.bg-gray-950 .form-label,
.footer-modern .form-label {
  color: rgba(242, 244, 246, .9) !important;
}

.bg-gray-900 .form-input,
.bg-gray-950 .form-input,
.footer-modern .form-input {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .06) !important;
  border-color: rgba(255, 255, 255, .16) !important;
}

.bg-gray-900 .form-input::placeholder,
.bg-gray-950 .form-input::placeholder,
.footer-modern .form-input::placeholder {
  color: rgba(242, 244, 246, .56) !important;
}

.bg-gray-900 .form-wrap .form-label,
.bg-gray-950 .form-wrap .form-label,
.footer-modern .form-wrap .form-label {
  color: rgba(242, 244, 246, .82) !important;
}

.bg-gray-900 .link-social-2,
.bg-gray-950 .link-social-2,
.footer-modern .link-social-2 {
  color: #ffffff !important;
}

.bg-gray-900 .link-social-2:hover,
.bg-gray-950 .link-social-2:hover,
.footer-modern .link-social-2:hover {
  color: var(--cm-accent) !important;
}

.section.section-lg {
  padding-top: clamp(52px, 7vw, 88px);
  padding-bottom: clamp(52px, 7vw, 88px);
}

.cm-grid-4 {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.cm-card h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.cm-card p {
  margin: 0;
  color: var(--cm-text-muted);
}

.cm-brands-box {
  margin-top: 16px;
}

.cm-brands-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cm-brands-list li {
  margin: 0;
}

.cm-brands-list a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--cm-border);
  background: var(--cm-surface-soft);
  color: var(--cm-text) !important;
  font-weight: 600;
  text-decoration: none;
}

.cm-brands-list a:hover {
  border-color: var(--cm-accent);
  color: var(--cm-accent) !important;
}

.cm-stats-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cm-stat-card {
  background: linear-gradient(180deg, #1a1f26 0%, #0f1216 100%);
  color: #fff;
  border-radius: 18px;
  padding: 18px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .2);
}

.cm-stat-value {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--cm-accent);
}

.cm-stat-label {
  font-size: .95rem;
  opacity: .9;
}

.cm-blog-cards {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.cm-blog-card {
  background: var(--cm-surface);
  border: 1px solid rgba(15, 18, 21, .08);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--cm-shadow);
}

.cm-blog-card h4 {
  margin-bottom: 10px;
}

.cm-powder-section {
  position: relative;
  background-position: center;
  background-size: cover;
}

.cm-powder-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(8, 11, 14, .88) 15%, rgba(8, 11, 14, .55) 65%, rgba(8, 11, 14, .38) 100%);
}

.cm-powder-section .container {
  position: relative;
  z-index: 1;
}

.cm-powder-box {
  border-radius: 18px;
  padding: clamp(22px, 3.6vw, 34px);
  background: rgba(14, 18, 23, .78);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .32);
  backdrop-filter: blur(2px);
}

.cm-powder-box h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(1.9rem, 3.8vw, 2.6rem);
}

.cm-powder-box .cm-powder-lead {
  margin: 14px 0 0;
  color: #e7ecf1 !important;
  font-size: 1.06rem;
}

.cm-powder-box .cm-powder-question {
  margin: 14px 0 0;
  color: #ffd269 !important;
  font-weight: 700;
}

.cm-powder-box .cm-btn {
  margin-top: 18px;
}

.cm-promo-section {
  position: relative;
  background-position: center;
  background-size: cover;
}

.cm-promo-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(8, 11, 14, .88) 15%, rgba(8, 11, 14, .55) 65%, rgba(8, 11, 14, .38) 100%);
}

.cm-promo-section .container {
  position: relative;
  z-index: 1;
}

.cm-promo-box {
  border-radius: 18px;
  padding: clamp(22px, 3.6vw, 34px);
  background: rgba(14, 18, 23, .78);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .32);
  backdrop-filter: blur(2px);
}

.cm-promo-box h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(1.9rem, 3.8vw, 2.6rem);
}

.cm-promo-box .cm-promo-lead {
  margin: 14px 0 0;
  color: #e7ecf1 !important;
  font-size: 1.06rem;
}

.cm-promo-box .cm-promo-question {
  margin: 14px 0 0;
  color: #ffd269 !important;
  font-weight: 700;
}

.cm-promo-box .cm-btn {
  margin-top: 18px;
}

.cm-promo-carousel {
  position: relative;
  min-height: 320px;
}

.cm-promo-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}

.cm-promo-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.cm-promo-controls {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cm-promo-nav {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}

.cm-promo-nav:hover {
  border-color: var(--cm-accent-2);
  color: var(--cm-accent-2);
}

.cm-promo-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cm-promo-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, .35);
}

.cm-promo-dot.is-active {
  width: 26px;
  border-radius: 999px;
  background: var(--cm-accent-2);
}

.cm-promo-carousel-single .cm-promo-track {
  display: block;
  min-height: 300px;
}

/* ── Info Cards Slider ───────────────────────────────────────── */
.cm-info-cards-section {
  position: relative;
  padding: 56px 0 48px;
  background-size: cover;
  background-position: center;
}
.cm-info-cards-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8,11,14,.90) 0%, rgba(20,26,32,.78) 100%);
}
.cm-info-cards-section > * { position: relative; }

.cm-ic-section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.cm-ic-outer {
  display: flex;
  align-items: stretch;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

.cm-ic-viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}

.cm-ic-track {
  display: flex;
  gap: 20px;
  transition: transform 0.48s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.cm-ic-card {
  flex: 0 0 calc(50% - 10px);
  background: rgba(14,18,23,.80);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  padding: clamp(22px,3vw,34px);
  color: #d8dde5;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
}

.cm-ic-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255,122,0,.18), rgba(255,177,0,.10));
  border: 1px solid rgba(255,122,0,.28);
  margin-bottom: 16px;
  font-size: 1.6rem;
  color: var(--cm-accent);
}

.cm-ic-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  color: #fff;
  line-height: 1.3;
}

.cm-ic-card p {
  margin: 0 0 8px;
  font-size: .97rem;
  color: #b8c0cc;
  line-height: 1.6;
}

.cm-ic-card .cm-ic-sub {
  color: #ffd269;
  font-size: .92rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.cm-ic-card .cm-btn {
  margin-top: 14px;
  align-self: flex-start;
}

.cm-ic-nav {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  align-self: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, border-color .2s;
  flex-shrink: 0;
}
.cm-ic-nav:hover { background: rgba(255,167,0,.25); border-color: var(--cm-accent-2); }
.cm-ic-nav:disabled { opacity: .3; cursor: default; }
.cm-ic-prev { margin-right: 12px; }
.cm-ic-next { margin-left: 12px; }

.cm-ic-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.cm-ic-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.32);
  cursor: pointer;
  transition: background .2s, width .2s, border-radius .2s;
}
.cm-ic-dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--cm-accent-2);
}

@media (max-width: 767px) {
  .cm-ic-outer { padding: 0 40px; }
  .cm-ic-card { flex: 0 0 100%; }
}
@media (max-width: 479px) {
  .cm-ic-outer { padding: 0 30px; }
  .cm-ic-nav { width: 36px; height: 36px; font-size: 1.4rem; }
  .cm-ic-prev { margin-right: 8px; }
  .cm-ic-next { margin-left: 8px; }
}
/* ─────────────────────────────────────────────────────────────── */

.cm-cnc-laser-info {
  margin-bottom: 18px;
}

.cm-cnc-feature-grid {
  margin-top: 10px;
}

.cm-cnc-feature-card {
  position: relative;
  height: 100%;
  padding: 24px 22px 22px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 18, 21, .08);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 22px 50px rgba(15, 18, 21, .08);
}

.cm-cnc-feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ff7a00 0%, #ffb100 100%);
}

.cm-cnc-feature-card::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 177, 0, .18) 0%, rgba(255, 177, 0, 0) 72%);
  pointer-events: none;
}

.cm-cnc-feature-card--benefits::after {
  background: radial-gradient(circle, rgba(255, 122, 0, .18) 0%, rgba(255, 122, 0, 0) 72%);
}

.cm-cnc-feature-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 0, .1);
  border: 1px solid rgba(255, 122, 0, .18);
  color: #a84d00;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cm-cnc-feature-card h4 {
  margin: 16px 0 0;
  font-size: 1.36rem;
  line-height: 1.2;
  color: #0f1215;
}

.cm-cnc-list {
  margin: 18px 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.cm-cnc-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 14px 16px 14px 68px;
  border-radius: 16px;
  border: 1px solid rgba(15, 18, 21, .08);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 26px rgba(15, 18, 21, .05);
  font-weight: 500;
  line-height: 1.45;
  color: var(--cm-text) !important;
}

.cm-cnc-list--steps {
  counter-reset: cnc-steps;
}

.cm-cnc-list--steps li::before,
.cm-cnc-list--benefits li::before {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 1rem;
}

.cm-cnc-list--steps li::before {
  counter-increment: cnc-steps;
  content: counter(cnc-steps);
  color: #fff;
  background: linear-gradient(180deg, #ff7a00 0%, #ffb100 100%);
  box-shadow: 0 10px 20px rgba(255, 122, 0, .28);
}

.cm-cnc-list--benefits li::before {
  content: "✓";
  color: #ff7a00;
  background: rgba(255, 122, 0, .12);
  border: 1px solid rgba(255, 122, 0, .22);
  box-shadow: 0 10px 20px rgba(255, 122, 0, .12);
}

@media (max-width: 767px) {
  .cm-cnc-feature-card {
    padding: 20px 18px 18px;
  }

  .cm-cnc-feature-card h4 {
    font-size: 1.2rem;
  }

  .cm-cnc-list li {
    min-height: 60px;
    padding: 14px 14px 14px 60px;
  }

  .cm-cnc-list--steps li::before,
  .cm-cnc-list--benefits li::before {
    left: 14px;
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
}

.cm-cnc-process {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin-top: 14px;
}

.cm-cnc-step {
  position: relative;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 18, 21, .08);
  box-shadow: var(--cm-shadow);
  padding: 18px 16px 16px;
}

.cm-cnc-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: var(--cm-accent) !important;
  background: linear-gradient(180deg, rgba(255, 122, 0, .14), rgba(255, 177, 0, .1));
  border: 1px solid rgba(255, 122, 0, .26);
}

.cm-cnc-step h4 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.cm-cnc-step p {
  margin: 0;
  color: var(--cm-text-muted) !important;
}

@media (min-width: 768px) {
  .cm-cnc-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .cm-cnc-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cm-cnc-table-wrap {
  margin-top: 22px;
  background: #fff;
  border: 1px solid rgba(15, 18, 21, .08);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--cm-shadow);
}

.cm-cnc-table-wrap h3 {
  margin-bottom: 14px;
}

.cm-cnc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.cm-cnc-table th,
.cm-cnc-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e6ecf2;
  text-align: left;
  vertical-align: top;
  color: #111315;
}

.cm-cnc-table thead th {
  font-family: 'Roboto Condensed', 'Inter', sans-serif;
  font-size: .98rem;
  background: #f2f4f7;
  color: #0f1215;
}

.cm-cnc-table tbody tr:nth-child(even) {
  background: #fbfcfd;
}

.cm-cnc-table-note {
  margin: 12px 0 0;
  font-size: .92rem;
  color: var(--cm-text-muted) !important;
}

.cm-page-title {
  padding-top: 20px;
  padding-bottom: 8px;
}

.cm-page-title h1 {
  margin: 0;
  font-size: clamp(1.8rem, 4.2vw, 2.4rem);
  line-height: 1.2;
}

.box-classic,
.box-minimal {
  border-radius: 18px;
  padding: 28px 22px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(15, 18, 21, .08);
  box-shadow: var(--cm-shadow);
}

.bg-gray-900 .box-classic,
.bg-gray-950 .box-classic,
.bg-gray-900 .box-minimal,
.bg-gray-950 .box-minimal {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .08);
}

.icon.box-classic-icon,
.icon.box-minimal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  color: var(--cm-accent) !important;
  background: linear-gradient(180deg, rgba(255, 122, 0, .14), rgba(255, 177, 0, .1));
  border: 1px solid rgba(255, 122, 0, .26);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.box-classic-title,
.box-minimal-title {
  font-family: 'Roboto Condensed', 'Inter', sans-serif;
  font-size: 1.2rem;
  letter-spacing: -.01em;
}

.bg-gray-900 .box-classic-title,
.bg-gray-950 .box-classic-title,
.bg-gray-900 .box-minimal-title,
.bg-gray-950 .box-minimal-title {
  color: #fff !important;
}

.box-classic-main p,
.box-minimal-text p {
  color: var(--cm-text-muted);
}

.box-classic-main a,
.box-minimal-text a {
  color: var(--cm-accent);
}

.box-classic-main a:hover,
.box-minimal-text a:hover {
  color: var(--cm-accent-2);
}

.bg-gray-900 .box-classic-main p,
.bg-gray-950 .box-classic-main p,
.bg-gray-900 .box-minimal-text p,
.bg-gray-950 .box-minimal-text p {
  color: rgba(242, 244, 246, .82) !important;
}

.section:not(.cm-hero):not(.page-header) {
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

@media (min-width: 992px) {
  .rd-navbar-main {
    display: flex;
    align-items: center;
  }

  .rd-navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .rd-navbar-modern .rd-nav-link {
    padding: 10px 12px;
    border-radius: 8px;
    color: #f3f5f7;
  }

  .rd-navbar-modern .rd-nav-link:hover {
    background: linear-gradient(90deg, rgba(255, 122, 0, .2), rgba(255, 177, 0, .14));
  }

  .rd-navbar-panel .rd-navbar-brand {
    display: none !important;
  }

  .cm-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cm-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cm-blog-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .page-header {
    background: #111315;
    backdrop-filter: none;
  }

  .rd-navbar-fixed .rd-navbar-panel {
    background: #111315 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .rd-navbar-fixed .rd-navbar-nav {
    padding: 14px;
  }

  .rd-navbar-fixed .rd-nav-item + .rd-nav-item {
    border-top: 1px solid rgba(255, 255, 255, .06);
  }

  .cm-nav-logo-item {
    display: none;
  }

  .cm-lang-switcher {
    margin-left: 0;
    padding-top: 8px;
  }

  .cm-hero-panels {
    min-height: 560px;
  }

  .cm-hero-cta {
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cm-hero-slide,
  .cm-hero-text-panel,
  .cm-promo-slide,
  .cm-btn,
  .cm-lang-switcher a {
    animation: none !important;
    transition: none !important;
  }

  .cm-hero-slide {
    opacity: 1;
    transform: none !important;
  }

  /* keep only panel 1 visible when motion disabled */
  .cm-hero-text-panel {
    display: none;
  }
  .cm-hero-text-panel[data-slide="1"] {
    display: block;
    opacity: 1;
  }

  .cm-promo-slide {
    display: none;
  }

  .cm-promo-slide[data-slide="0"] {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .cm-promo-controls {
    display: none;
  }
}
