.cl-site {
  --cl-ink: #102033;
  --cl-muted: #5a6675;
  --cl-line: #dbe4ee;
  --cl-blue: #0a4e9b;
  --cl-cyan: #12a7bd;
  --cl-green: #3a8f6c;
  --cl-bg: #f6f8fb;
  --cl-navy: #081a2f;
  color: var(--cl-ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
}

.site-header,
#site-header,
.header_mobile,
.header-desktop,
.main-header,
.octf-main-header,
.topbar,
.top-header,
.header-topbar,
.header_mobile,
.side-panel,
.side-panel-open,
.mmenu_wrapper,
.search-popup {
  display: none !important;
}

.cl-main-header {
  align-items: center;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--cl-line);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(190px, auto) 1fr auto;
  padding: 12px max(20px, calc((100vw - 1180px) / 2 + 20px));
  position: sticky;
  top: 0;
  z-index: 50;
}

.cl-brand {
  align-items: center;
  color: var(--cl-ink);
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}

.cl-brand-logo {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

.cl-brand-logo img {
  display: block;
  height: 42px;
  max-width: 190px;
  object-fit: contain;
  width: 190px;
}

.cl-brand-logo span {
  color: var(--cl-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  margin-left: 2px;
}

.cl-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--cl-navy), var(--cl-blue));
  color: #fff;
  display: inline-flex;
  font-size: 17px;
  font-weight: 950;
  height: 44px;
  justify-content: center;
  letter-spacing: 0;
  width: 44px;
}

.cl-brand-text strong,
.cl-brand-text em {
  display: block;
}

.cl-brand-text strong {
  font-size: 20px;
  line-height: 1;
}

.cl-brand-text em {
  color: var(--cl-muted);
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  margin-top: 4px;
}

.cl-main-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.cl-main-header nav a {
  color: var(--cl-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.cl-main-header nav a:hover {
  color: var(--cl-blue);
}

.cl-header-cta {
  background: var(--cl-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  min-height: 42px;
  padding: 10px 14px;
  text-decoration: none;
}

.cl-site .cl-button,
.cl-site .cl-header-cta,
.cl-site .cl-solution-search button,
.cl-site .cl-whatsapp {
  border-radius: 0;
  text-decoration: none !important;
}

.cl-site .cl-button:not(.cl-button-secondary):not(.cl-button-light),
.cl-site .cl-header-cta,
.cl-site .cl-solution-search button {
  color: #fff !important;
}

.cl-site .cl-button-secondary {
  color: var(--cl-navy) !important;
}

.cl-site * {
  box-sizing: border-box;
}

.cl-site h1,
.cl-site h2,
.cl-site h3,
.cl-site p {
  letter-spacing: 0;
}

.cl-lang {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 20px 0;
}

.cl-lang a {
  border: 1px solid var(--cl-line);
  color: var(--cl-ink);
  font-size: 13px;
  padding: 6px 10px;
  text-decoration: none;
}

.cl-hero,
.cl-page-hero,
.cl-section,
.cl-cta {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 20px;
}

.cl-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 56px;
  align-items: center;
  min-height: 690px;
}

.cl-kicker {
  color: var(--cl-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.cl-hero h1,
.cl-page-hero h1 {
  color: var(--cl-navy);
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: .94;
  margin: 0 0 24px;
  max-width: 920px;
}

.cl-hero p,
.cl-page-hero p,
.cl-section p {
  color: var(--cl-muted);
  font-size: 18px;
  max-width: 760px;
}

.cl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cl-solution-search {
  margin-top: 28px;
  max-width: 720px;
}

.cl-solution-search label {
  color: var(--cl-ink);
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.cl-solution-search div {
  background: #fff;
  border: 1px solid var(--cl-line);
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 58px;
}

.cl-solution-search input {
  border: 0;
  color: var(--cl-ink);
  font-size: 16px;
  min-width: 0;
  padding: 0 16px;
}

.cl-solution-search button {
  background: var(--cl-blue);
  border: 0;
  color: #fff;
  font-weight: 800;
  padding: 0 22px;
}

.cl-button {
  align-items: center;
  background: var(--cl-navy);
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  min-height: 48px;
  padding: 12px 18px;
  text-decoration: none;
}

.cl-button:hover,
.cl-header-cta:hover {
  background: var(--cl-blue);
  color: #fff;
}

.cl-button-secondary {
  background: #fff;
  border: 1px solid var(--cl-line);
  color: var(--cl-navy);
}

.cl-button-light {
  background: #fff;
  color: var(--cl-navy) !important;
}

.cl-button-light:hover,
.cl-contact-info .cl-button-light:hover {
  background: var(--cl-blue);
  color: #fff !important;
}

.cl-contact-info .cl-button-light {
  background: var(--cl-blue);
  color: #fff !important;
}

.cl-hero-panel {
  background: linear-gradient(145deg, #0d2946, #123d61);
  color: #fff;
  display: grid;
  gap: 14px;
  padding: 34px;
}

.cl-hero-panel span {
  color: #9fd7e0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.cl-hero-panel strong {
  border-top: 1px solid rgba(255, 255, 255, .18);
  font-size: 28px;
  padding-top: 12px;
}

.cl-hero-media {
  background: #0d2946;
  box-shadow: 0 28px 70px rgba(8, 26, 47, .18);
  color: #fff;
  margin: 0;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.cl-hero-media img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.cl-hero-media::after {
  background: linear-gradient(180deg, rgba(13, 41, 70, .08), rgba(13, 41, 70, .86));
  content: "";
  inset: 0;
  position: absolute;
}

.cl-hero-media figcaption {
  bottom: 0;
  left: 0;
  padding: 32px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.cl-hero-media span {
  color: #9fd7e0;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cl-hero-media strong {
  display: block;
  font-size: 30px;
  line-height: 1.1;
}

.cl-strip {
  background: var(--cl-bg);
  border-bottom: 1px solid var(--cl-line);
  border-top: 1px solid var(--cl-line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.cl-strip span,
.cl-strip a {
  border-right: 1px solid var(--cl-line);
  color: var(--cl-ink);
  display: block;
  font-size: 14px;
  font-weight: 800;
  padding: 18px 20px;
  text-align: center;
  text-decoration: none;
}

.cl-strip a:hover {
  background: #fff;
  color: var(--cl-blue);
}

.cl-heading {
  margin-bottom: 28px;
}

.cl-heading h2,
.cl-two h2,
.cl-service-detail h2,
.cl-cta h2 {
  color: var(--cl-ink);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  margin: 0 0 16px;
}

.cl-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.cl-card {
  border: 1px solid var(--cl-line);
  min-height: 245px;
  padding: 26px;
}

.cl-icon {
  align-items: center;
  background: #eaf4f7;
  border: 1px solid #c8e3e8;
  color: var(--cl-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 18px;
  min-width: 42px;
  padding: 0 10px;
  text-transform: uppercase;
}

.cl-icon svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 24px;
}

.cl-card h3 {
  color: var(--cl-ink);
  font-size: 23px;
  margin: 0 0 12px;
}

.cl-card p {
  font-size: 16px;
}

.cl-card a {
  color: var(--cl-blue);
  font-weight: 800;
  text-decoration: none;
}

.cl-two {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.cl-checks {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cl-checks li {
  border-left: 4px solid var(--cl-green);
  background: var(--cl-bg);
  font-weight: 800;
  padding: 14px 16px;
}

.cl-steps,
.cl-logo-grid,
.cl-tags,
.cl-service-detail,
.cl-tech-grid,
.cl-mini-tags {
  display: grid;
  gap: 16px;
}

.cl-steps {
  grid-template-columns: repeat(6, 1fr);
}

.cl-steps div,
.cl-logo-grid span,
.cl-tags span,
.cl-service-detail article {
  border: 1px solid var(--cl-line);
  padding: 20px;
}

.cl-steps span {
  color: var(--cl-cyan);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 28px;
}

.cl-steps strong {
  color: var(--cl-ink);
  font-size: 18px;
}

.cl-tags {
  grid-template-columns: repeat(2, 1fr);
}

.cl-logo-grid {
  grid-template-columns: repeat(4, 1fr);
}

.cl-tech-grid {
  grid-template-columns: repeat(2, 1fr);
}

.cl-tech-section > img,
.cl-visual-section img {
  aspect-ratio: 16 / 7;
  display: block;
  margin: 0 0 24px;
  object-fit: cover;
  width: 100%;
}

.cl-visual-section img {
  aspect-ratio: 4 / 3;
  margin-top: 24px;
}

.cl-tech-grid article {
  border: 1px solid var(--cl-line);
  padding: 22px;
}

.cl-tech-grid h3 {
  color: var(--cl-ink);
  font-size: 22px;
  margin: 0 0 16px;
}

.cl-tech-grid .cl-icon {
  margin-bottom: 12px;
}

.cl-mini-tags {
  grid-template-columns: repeat(2, 1fr);
}

.cl-logo-grid span,
.cl-tags span,
.cl-mini-tags span {
  color: var(--cl-ink);
  font-weight: 800;
  text-align: center;
}

.cl-mini-tags span {
  align-items: center;
  background: var(--cl-bg);
  border: 1px solid var(--cl-line);
  display: inline-flex;
  gap: 12px;
  font-size: 15px;
  justify-content: flex-start;
  min-height: 54px;
  padding: 12px 14px;
  text-align: left;
}

.cl-mini-tags i {
  align-items: center;
  background: #fff;
  border: 1px solid var(--cl-line);
  color: var(--cl-blue);
  display: inline-flex;
  font-size: 30px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  min-width: 38px;
  width: 38px;
}

.cl-cta {
  align-items: center;
  background: #0d2946;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  margin-bottom: 72px;
}

.cl-cta h2,
.cl-cta p {
  color: #fff;
}

.cl-page-hero {
  background: var(--cl-bg);
  max-width: none;
  padding-left: max(20px, calc((100vw - 1180px) / 2 + 20px));
  padding-right: max(20px, calc((100vw - 1180px) / 2 + 20px));
}

.cl-service-detail {
  grid-template-columns: repeat(2, 1fr);
}

.cl-service-detail ul {
  margin: 0;
  padding-left: 20px;
}

.cl-use-hero {
  background:
    linear-gradient(90deg, rgba(246, 248, 251, .96), rgba(246, 248, 251, .84)),
    url("https://ctrl-logic.com/wp-content/uploads/ctrllogic-tech/code-workspace.jpg?v=20260702-3") center / cover;
}

.cl-use-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.cl-use-card {
  background: #fff;
  border: 1px solid var(--cl-line);
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 26px;
  position: relative;
}

.cl-use-card::before {
  background: var(--cl-blue);
  content: "";
  height: 4px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.cl-use-card:nth-child(2n)::before {
  background: var(--cl-cyan);
}

.cl-use-card:nth-child(3n)::before {
  background: var(--cl-green);
}

.cl-use-card h3 {
  color: var(--cl-ink);
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.cl-use-card p {
  color: var(--cl-muted);
  font-size: 16px;
  margin: 0 0 20px;
}

.cl-use-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: auto 0 0;
  padding: 0;
}

.cl-use-card li {
  align-items: center;
  color: var(--cl-ink);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
}

.cl-use-card li::before {
  background: var(--cl-cyan);
  content: "";
  height: 7px;
  min-width: 7px;
  width: 7px;
}

.cl-use-band {
  align-items: center;
  background: var(--cl-bg);
  display: grid;
  gap: 42px;
  grid-template-columns: .85fr 1.15fr;
  max-width: none;
  padding-left: max(20px, calc((100vw - 1180px) / 2 + 20px));
  padding-right: max(20px, calc((100vw - 1180px) / 2 + 20px));
}

.cl-use-band .cl-tags span {
  background: #fff;
}

.cl-use-steps {
  grid-template-columns: repeat(5, 1fr);
}

.cl-contact-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: .85fr 1.15fr;
}

.cl-contact-info {
  background: var(--cl-navy);
  color: #fff;
  padding: 32px;
}

.cl-contact-info h2,
.cl-contact-info dt,
.cl-contact-info dd,
.cl-contact-info a {
  color: #fff;
}

.cl-contact-info dl {
  display: grid;
  gap: 18px;
  margin: 24px 0;
}

.cl-contact-info dl > div {
  display: grid;
  gap: 0 12px;
  grid-template-columns: 42px 1fr;
}

.cl-contact-icon {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #9fd7e0;
  display: inline-flex;
  grid-row: span 2;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.cl-contact-icon svg {
  fill: none;
  height: 23px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 23px;
}

.cl-contact-info dt {
  color: #9fd7e0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cl-contact-info dd {
  font-size: 17px;
  margin: 4px 0 0;
}

.cl-contact-shell {
  border: 1px solid var(--cl-line);
  padding: 30px;
}

.cl-contact-shell .wpcf7 {
  display: block;
  width: 100%;
}

.cl-contact-shell p {
  margin: 0;
  max-width: none;
  width: 100%;
}

.cl-contact-shell .wpcf7-form,
.cl-contact-shell form {
  display: block;
  margin: 0;
  max-width: none;
  width: 100%;
}

.cl-contact-shell .main-form {
  background: transparent !important;
  color: var(--cl-ink);
  display: block;
  max-width: none !important;
  padding: 0 !important;
  width: 100%;
}

.cl-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  width: 100%;
}

.cl-form-wide {
  grid-column: 1 / -1;
}

.cl-contact-shell label {
  color: var(--cl-ink);
  display: grid;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  width: 100%;
}

.cl-contact-shell .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.cl-contact-shell input,
.cl-contact-shell textarea,
.cl-contact-shell select {
  background: #fff;
  border: 1px solid var(--cl-line);
  color: var(--cl-ink);
  display: block;
  font-size: 15px;
  max-width: none;
  min-height: 46px;
  padding: 10px 12px;
  width: 100% !important;
}

.cl-contact-shell textarea {
  min-height: 150px;
}

.cl-contact-shell input[type="submit"],
.cl-contact-shell button[type="submit"],
.cl-contact-shell .wpcf7-submit {
  background: var(--cl-navy) !important;
  border: 0 !important;
  color: #fff !important;
  cursor: pointer;
  font-weight: 900;
  margin-top: 18px;
  min-height: 50px;
  padding: 12px 20px;
  width: auto;
}

.cl-contact-shell .main-form,
.cl-contact-shell .octf-btn,
.cl-contact-shell .font14 {
  box-sizing: border-box;
}

.cl-contact-shell .font14 {
  display: block;
  margin: 0;
  width: 100%;
}

.cl-contact-shell .octf-btn {
  display: inline-flex;
}

.cl-footer {
  background: #0d2946;
  color: #dce9f5;
  display: grid;
  gap: 32px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  margin-top: 32px;
  padding: 48px max(20px, calc((100vw - 1180px) / 2 + 20px));
}

.cl-footer h2,
.cl-footer h3 {
  color: #fff;
  margin: 0 0 14px;
}

.cl-footer p {
  color: #dce9f5;
  font-size: 16px;
  margin: 0;
}

.cl-footer a,
.cl-footer span {
  color: #dce9f5;
  display: block;
  font-weight: 700;
  margin: 8px 0;
  text-decoration: none;
}

.cl-footer a:hover {
  color: #fff;
}

.cl-whatsapp {
  align-items: center;
  background: #25d366;
  bottom: 22px;
  box-shadow: 0 12px 30px rgba(16, 32, 51, .22);
  color: #062b16;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  min-height: 54px;
  padding: 12px 18px;
  position: fixed;
  right: 22px;
  text-decoration: none;
  z-index: 100;
}

.cl-whatsapp svg {
  background: #fff;
  border-radius: 50%;
  fill: #25d366;
  height: 32px;
  min-width: 32px;
  width: 32px;
}

.cl-whatsapp:hover {
  color: #062b16;
  transform: translateY(-1px);
}

.site-footer,
.footer-main,
.footer-bottom,
.octf-footer,
.site-footer-custom,
.widget-area,
.content-area .widget-area {
  display: none !important;
}

@media (max-width: 900px) {
  .cl-main-header {
    grid-template-columns: 1fr;
    position: static;
  }

  .cl-main-header nav {
    justify-content: flex-start;
  }

  .cl-hero,
  .cl-two,
  .cl-cta,
  .cl-service-detail,
  .cl-contact-layout,
  .cl-use-band,
  .cl-footer {
    grid-template-columns: 1fr;
  }

  .cl-grid,
  .cl-logo-grid,
  .cl-tech-grid,
  .cl-use-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cl-steps,
  .cl-use-steps,
  .cl-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .cl-hero,
  .cl-page-hero,
  .cl-section,
  .cl-cta {
    padding: 46px 16px;
  }

  .cl-hero {
    min-height: auto;
  }

  .cl-hero-media {
    min-height: 360px;
  }

  .cl-hero h1,
  .cl-page-hero h1 {
    font-size: 40px;
  }

  .cl-grid,
  .cl-logo-grid,
  .cl-tech-grid,
  .cl-use-grid,
  .cl-mini-tags,
  .cl-tags,
  .cl-steps,
  .cl-use-steps,
  .cl-strip {
    grid-template-columns: 1fr;
  }

  .cl-solution-search div {
    grid-template-columns: 1fr;
  }

  .cl-solution-search button {
    min-height: 48px;
  }

  .cl-whatsapp {
    bottom: 14px;
    right: 14px;
  }

  .cl-whatsapp span {
    display: none;
  }
}
