:root {
  --ctm-blue: #0073e6;
  --ctm-green: #43b02a;
  --ctm-text: #102033;
  --ctm-muted: #5b6b7f;
  --ctm-bg: #f5f9fc;
  --ctm-white: #ffffff;
  --ctm-border: rgba(16, 32, 51, 0.1);
  --ctm-shadow: 0 14px 40px rgba(16, 32, 51, 0.08);
  --ctm-radius: 22px;
}

.ctm-section,
.ctm-section * {
  box-sizing: border-box;
}

.ctm-section {
  width: 100%;
  overflow-x: clip;
  color: var(--ctm-text);
  font-family: inherit;
}

.ctm-container {
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
}

.ctm-section:not(.ctm-video-hero):not(.ctm-site-header):not(.ctm-site-footer) {
  padding: 82px 0;
}

.ctm-site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  background: transparent;
  box-shadow: none;
}

.ctm-site-header--sticky {
  position: absolute;
  top: 0;
}

.ctm-header-top {
  background: var(--ctm-text);
  color: rgba(255, 255, 255, 0.84);
}

.ctm-header-top-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ctm-header-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.ctm-header-contact-links a,
.ctm-header-whatsapp {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
}

.ctm-header-contact-links a:hover,
.ctm-header-contact-links a:focus,
.ctm-header-whatsapp:hover,
.ctm-header-whatsapp:focus {
  color: var(--ctm-white);
  text-decoration: none;
}

.ctm-header-whatsapp {
  color: #b9f2ad;
  white-space: nowrap;
}

.ctm-header-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(16, 32, 51, 0.28);
  backdrop-filter: blur(18px);
}

.ctm-header-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.ctm-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  color: var(--ctm-white);
  text-decoration: none;
}

.ctm-brand:hover,
.ctm-brand:focus {
  color: var(--ctm-white);
  text-decoration: none;
}

.ctm-brand-logo {
  width: var(--ctm-header-logo-width, 108px);
  max-width: 240px;
  height: auto;
  max-height: 72px;
  display: block;
  object-fit: contain;
}

.ctm-brand-mark {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ctm-blue), var(--ctm-green));
  color: var(--ctm-white);
  font-size: 24px;
  font-weight: 900;
}

.ctm-brand-text {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.ctm-brand-text strong {
  color: var(--ctm-text);
  font-size: 20px;
  line-height: 1.1;
}

.ctm-brand-text small {
  max-width: 320px;
  color: var(--ctm-muted);
  font-size: 11px;
  line-height: 1.25;
}

.ctm-header-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.ctm-header-nav a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.ctm-header-nav a:hover,
.ctm-header-nav a:focus {
  color: var(--ctm-white);
  text-decoration: none;
}

.ctm-footer-col a,
.ctm-footer-socials a {
  color: var(--ctm-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.ctm-footer-col a:hover,
.ctm-footer-col a:focus,
.ctm-footer-socials a:hover,
.ctm-footer-socials a:focus {
  color: var(--ctm-blue);
  text-decoration: none;
}

.ctm-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ctm-nav-toggle {
  appearance: none;
  -webkit-appearance: none;
  width: 44px;
  height: 44px;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  display: none !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--ctm-border);
  border-radius: 14px;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.14) !important;
  color: var(--ctm-white);
  box-shadow: none;
  cursor: pointer;
  line-height: 1;
  text-indent: 0;
}

.ctm-nav-toggle span {
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 99px;
  background: var(--ctm-white);
}

.ctm-section-head {
  max-width: 720px;
  margin-bottom: 34px;
}

.ctm-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.ctm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--ctm-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ctm-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--ctm-green);
}

.ctm-section h1,
.ctm-section h2,
.ctm-section h3,
.ctm-section p {
  margin-top: 0;
}

.ctm-section h1 {
  margin-bottom: 22px;
  color: var(--ctm-white);
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

.ctm-section h2 {
  margin-bottom: 14px;
  color: var(--ctm-text);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.ctm-section h3 {
  margin-bottom: 10px;
  color: var(--ctm-text);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
}

.ctm-section p {
  color: var(--ctm-muted);
  font-size: 16px;
  line-height: 1.7;
}

.ctm-video-hero {
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
  padding-top: 122px;
  isolation: isolate;
  background: linear-gradient(135deg, #102033 0%, #0073e6 62%, #43b02a 100%);
}

.ctm-hero-video,
.ctm-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ctm-hero-video {
  object-fit: cover;
  z-index: -3;
}

.ctm-hero-video--mobile {
  display: none;
}

.ctm-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(16, 32, 51, 0.88) 0%, rgba(16, 32, 51, 0.62) 52%, rgba(16, 32, 51, 0.36) 100%),
    radial-gradient(circle at 82% 22%, rgba(67, 176, 42, 0.35), transparent 34%);
}

.ctm-video-hero--fallback .ctm-hero-overlay,
.ctm-video-hero.ctm-video-failed .ctm-hero-overlay {
  background:
    linear-gradient(135deg, rgba(16, 32, 51, 0.96) 0%, rgba(0, 115, 230, 0.88) 62%, rgba(67, 176, 42, 0.82) 100%);
}

.ctm-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 48px;
  align-items: center;
  padding: 86px 0;
}

.ctm-hero-content {
  max-width: 760px;
}

.ctm-hero-content .ctm-eyebrow,
.ctm-final-cta .ctm-eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.ctm-hero-content p {
  max-width: 640px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
}

.ctm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ctm-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.ctm-btn:hover,
.ctm-btn:focus {
  transform: translateY(-2px);
  text-decoration: none;
}

.ctm-btn--primary {
  background: var(--ctm-blue);
  color: var(--ctm-white);
  box-shadow: 0 12px 24px rgba(0, 115, 230, 0.26);
}

.ctm-btn--light {
  background: var(--ctm-white);
  color: var(--ctm-text);
}

.ctm-btn--green {
  background: var(--ctm-green);
  color: var(--ctm-white);
  box-shadow: 0 12px 24px rgba(67, 176, 42, 0.22);
}

.ctm-btn--outline {
  border-color: rgba(0, 115, 230, 0.24);
  background: rgba(0, 115, 230, 0.06);
  color: var(--ctm-blue);
}

.ctm-btn--small {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 13px;
}

.ctm-hero-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ctm-hero-mini-card {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--ctm-radius);
  padding: 22px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.ctm-hero-mini-card strong {
  color: var(--ctm-white);
  font-size: 18px;
  line-height: 1.28;
}

.ctm-mini-icon,
.ctm-dot {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ctm-green), var(--ctm-blue));
}

.ctm-grid {
  display: grid;
  gap: 22px;
}

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

.ctm-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ctm-card {
  border: 1px solid var(--ctm-border);
  border-radius: var(--ctm-radius);
  background: var(--ctm-white);
  box-shadow: var(--ctm-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ctm-reveal {
  opacity: 0;
  transform: translateY(14px);
}

.ctm-reveal.ctm-is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 420ms ease, transform 420ms ease;
}

.ctm-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 115, 230, 0.22);
  box-shadow: 0 20px 46px rgba(16, 32, 51, 0.12);
}

.ctm-category-grid,
.ctm-sector-solutions {
  background: var(--ctm-white);
}

.ctm-why-us,
.ctm-featured-products,
.ctm-catalog-cta {
  background: var(--ctm-bg);
}

.ctm-category-card,
.ctm-feature-card,
.ctm-sector-card {
  padding: 28px;
}

.ctm-card-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(0, 115, 230, 0.1);
  color: var(--ctm-blue);
  font-weight: 900;
}

.ctm-text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--ctm-blue);
  font-weight: 800;
  text-decoration: none;
}

.ctm-text-link:hover,
.ctm-text-link:focus {
  color: var(--ctm-green);
  text-decoration: none;
}

.ctm-feature-card .ctm-dot {
  margin-bottom: 20px;
}

.ctm-product-card {
  overflow: hidden;
}

.ctm-product-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ctm-bg);
}

.ctm-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.ctm-product-card:hover .ctm-product-image img {
  transform: scale(1.04);
}

.ctm-product-body {
  padding: 18px;
}

.ctm-product-category {
  display: block;
  margin-bottom: 8px;
  color: var(--ctm-green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ctm-product-body h3 {
  min-height: 50px;
  margin-bottom: 18px;
  font-size: 18px;
}

.ctm-product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.ctm-sector-card {
  min-height: 190px;
  background:
    linear-gradient(180deg, rgba(0, 115, 230, 0.06), rgba(255, 255, 255, 0) 70%),
    var(--ctm-white);
}

.ctm-cta-box,
.ctm-final-cta {
  border-radius: calc(var(--ctm-radius) + 8px);
  padding: 42px;
}

.ctm-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(0, 115, 230, 0.12);
  background: var(--ctm-white);
  box-shadow: var(--ctm-shadow);
}

.ctm-cta-box p {
  margin-bottom: 0;
}

.ctm-final-cta {
  text-align: center;
  background:
    linear-gradient(135deg, rgba(16, 32, 51, 0.96), rgba(0, 115, 230, 0.92) 66%, rgba(67, 176, 42, 0.86));
  box-shadow: 0 22px 56px rgba(16, 32, 51, 0.16);
}

.ctm-final-cta h2 {
  max-width: 760px;
  margin: 0 auto 24px;
  color: var(--ctm-white);
}

.ctm-final-cta .ctm-actions {
  justify-content: center;
}

@media (max-width: 1024px) {
  .ctm-section:not(.ctm-video-hero):not(.ctm-site-header):not(.ctm-site-footer) {
    padding: 68px 0;
  }

  .ctm-video-hero {
    min-height: 700px;
    padding-top: 118px;
  }

  .ctm-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ctm-hero-content {
    max-width: 820px;
  }

  .ctm-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ctm-cta-box {
    grid-template-columns: 1fr;
  }

  .ctm-header-inner {
    grid-template-columns: 1fr auto;
    min-height: 76px;
  }

  .ctm-nav-toggle {
    display: inline-flex !important;
  }

  .ctm-header-nav,
  .ctm-header-actions {
    grid-column: 1 / -1;
    display: none;
  }

  .ctm-site-header.ctm-nav-open .ctm-header-nav,
  .ctm-site-header.ctm-nav-open .ctm-header-actions {
    display: flex;
  }

  .ctm-header-nav {
    justify-content: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 16px 0 4px;
  }

  .ctm-header-actions {
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 18px;
  }

  .ctm-header-actions .ctm-btn {
    width: max-content;
  }
}

@media (max-width: 768px) {
  .ctm-container {
    width: min(100% - 24px, 1200px);
  }

  .ctm-section:not(.ctm-video-hero):not(.ctm-site-header):not(.ctm-site-footer) {
    padding: 54px 0;
  }

  .ctm-video-hero {
    min-height: 640px;
    padding-top: 130px;
  }

  .ctm-video-hero--has-mobile .ctm-hero-video--desktop {
    display: none;
  }

  .ctm-hero-video--mobile {
    display: block;
  }

  .ctm-hero-inner {
    padding: 62px 0;
  }

  .ctm-section h1 {
    font-size: 38px;
  }

  .ctm-section h2 {
    font-size: 29px;
  }

  .ctm-hero-content p {
    font-size: 17px;
  }

  .ctm-grid--3,
  .ctm-grid--4,
  .ctm-hero-panel {
    grid-template-columns: 1fr;
  }

  .ctm-hero-mini-card {
    min-height: 112px;
  }

  .ctm-card,
  .ctm-hero-mini-card,
  .ctm-cta-box,
  .ctm-final-cta {
    border-radius: 18px;
  }

  .ctm-category-card,
  .ctm-feature-card,
  .ctm-sector-card,
  .ctm-cta-box,
  .ctm-final-cta {
    padding: 24px;
  }

  .ctm-actions,
  .ctm-cta-box .ctm-actions {
    width: 100%;
  }

  .ctm-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .ctm-header-top-inner {
    min-height: 42px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 8px 0;
  }

  .ctm-header-contact-links {
    gap: 10px;
  }

  .ctm-header-contact-links a,
  .ctm-header-whatsapp {
    font-size: 12px;
  }

  .ctm-header-inner {
    min-height: 72px;
    gap: 14px;
  }

  .ctm-brand-logo {
    width: min(var(--ctm-header-logo-width, 108px), 120px);
    max-height: 62px;
  }

  .ctm-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .ctm-brand-text small {
    display: none;
  }

  .ctm-header-actions .ctm-btn {
    width: 100%;
  }
}

.ctm-site-footer {
  padding: 64px 0 24px;
  background: #0f1f31;
  color: var(--ctm-white);
}

.ctm-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.ctm-brand--footer,
.ctm-brand--footer:hover,
.ctm-brand--footer:focus {
  color: var(--ctm-white);
}

.ctm-brand--footer .ctm-brand-text strong,
.ctm-brand--footer .ctm-brand-text small {
  color: var(--ctm-white);
}

.ctm-footer-logo {
  max-width: 150px;
  height: 100px;
}

.ctm-footer-brand p,
.ctm-footer-contact p {
  color: rgba(255, 255, 255, 0.72);
}

.ctm-footer-brand p {
  max-width: 420px;
  margin: 22px 0;
}

.ctm-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ctm-footer-socials a {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.84);
}

.ctm-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.ctm-footer-col h3 {
  margin: 0 0 8px;
  color: var(--ctm-white);
  font-size: 16px;
}

.ctm-footer-col a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.ctm-footer-contact .ctm-btn {
  margin-top: 8px;
}

.ctm-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

@media (max-width: 1024px) {
  .ctm-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ctm-site-footer {
    padding: 48px 0 22px;
  }

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

  .ctm-footer-bottom {
    flex-direction: column;
  }
}
