/*
Theme Name: CLA Technology Modern
Theme URI: https://www.clatechnologyinc.com/
Author: CLA Technology Inc.
Description: A sleek, modern, visual, SEO-friendly WordPress theme for CLA Technology Inc., built for web design, social media marketing, home automation, VoIP phone systems, and graphic design.
Version: 2.3.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: cla-technology
*/

:root {
  --cla-navy: #031734;
  --cla-dark: #071c3f;
  --cla-blue: #0f65d9;
  --cla-blue-2: #1b8eff;
  --cla-cyan: #5fceff;
  --cla-sky: #edf6ff;
  --cla-bg: #f7f9fc;
  --cla-text: #11233f;
  --cla-muted: #58708b;
  --cla-line: #dbe7f1;
  --cla-white: #ffffff;
  --cla-shadow: 0 24px 60px rgba(6, 34, 78, .12);
  --cla-shadow-lg: 0 30px 80px rgba(0, 0, 0, .28);
  --cla-radius: 24px;
  --cla-radius-sm: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cla-text);
  background: var(--cla-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }

.cla-container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.cla-kicker {
  margin: 0 0 14px;
  color: var(--cla-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.cla-section { padding: 78px 0; }
.cla-section-title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.cla-section-intro {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--cla-muted);
  font-size: 1.02rem;
}
.cla-section-heading.center { text-align: center; }
.cla-section-heading.center .cla-section-intro { margin-inline: auto; }

.cla-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cla-blue), var(--cla-blue-2));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(15, 101, 217, .26);
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}
.cla-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 40px rgba(15, 101, 217, .28); }
.cla-btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: none;
}
.cla-btn-outline-light {
  background: transparent;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  box-shadow: none;
}
.cla-btn-light { background: #fff; color: var(--cla-blue); box-shadow: none; }
.cla-btn-full { width: 100%; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; }
.admin-bar .site-header { top: 32px; }
.cla-topbar {
  background: linear-gradient(90deg, #03142f, #072451 55%, #03142f);
  color: rgba(255,255,255,.86);
  font-size: .88rem;
}
.cla-topbar-inner, .cla-topbar-left, .cla-topbar-right { display: flex; align-items: center; }
.cla-topbar-inner { justify-content: space-between; min-height: 42px; gap: 18px; }
.cla-topbar-left, .cla-topbar-right { gap: 18px; }
.cla-topbar a { color: rgba(255,255,255,.85); }
.cla-topbar a:hover { color: #fff; }
.cla-mainnav-wrap {
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(8, 42, 95, .08);
  box-shadow: 0 10px 30px rgba(4, 30, 71, .05);
}
.cla-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}
.cla-brand {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 200px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cla-brand .custom-logo-link {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 200px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}
.cla-brand .custom-logo,
.cla-brand .custom-logo-link img,
.cla-brand > a img,
.cla-brand img {
  display: block !important;
  width: 200px !important;
  max-width: 200px !important;
  height: auto !important;
  max-height: 70px !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  filter: none !important;
  background: transparent !important;
}
.cla-menu-wrap { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.cla-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}
.cla-menu li { position: relative; }
.cla-menu a {
  color: var(--cla-text);
  font-weight: 700;
  font-size: .96rem;
}
.cla-menu a:hover { color: var(--cla-blue); }
.cla-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cla-blue), var(--cla-blue-2));
  color: #fff;
  font-weight: 800;
}
.cla-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 46px;
  height: 46px;
  padding: 0;
}
.cla-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--cla-text);
}

/* Hero */
.cla-hero {
  position: relative;
  padding: 34px 0 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(58, 176, 255, .24), transparent 22%),
    radial-gradient(circle at 80% 16%, rgba(36, 134, 255, .18), transparent 24%),
    linear-gradient(135deg, #04152f 0%, #072451 45%, #0b3f7f 100%);
  overflow: hidden;
}
.cla-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .26;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.4));
}
.cla-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 34px;
  align-items: center;
  padding-bottom: 28px;
}
.cla-hero-copy { color: #fff; position: relative; z-index: 1; }
.cla-hero-copy .cla-kicker { color: #8fd6ff; }
.cla-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.75rem, 5.1vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
  max-width: 680px;
}
.cla-hero-copy h1 span { color: #31a8ff; }
.cla-hero-text {
  max-width: 620px;
  margin: 20px 0 0;
  font-size: 1.12rem;
  color: rgba(255,255,255,.84);
}
.cla-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

.cla-hero-visual {
  position: relative;
  min-height: 540px;
  z-index: 1;
}
.cla-device {
  position: absolute;
  border-radius: 28px;
  box-shadow: var(--cla-shadow-lg);
}
.cla-laptop {
  left: 110px;
  top: 18px;
  width: 560px;
  max-width: calc(100% - 140px);
  padding: 18px 18px 14px;
  background: linear-gradient(180deg, #1a2330, #0b1118);
}
.cla-laptop::after {
  content: "";
  position: absolute;
  left: -32px;
  right: -32px;
  bottom: -16px;
  height: 18px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, #cad4df, #78889c);
}
.cla-device-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  color: rgba(255,255,255,.9);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.cla-search-pill {
  width: 110px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
}
.cla-laptop-screen {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbff, #edf4fb);
  min-height: 305px;
}
.cla-dashboard-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--cla-text);
}
.cla-chart-row { display: grid; grid-template-columns: 1.6fr .7fr; gap: 14px; margin-top: 16px; }
.cla-chart-card, .cla-gauge-card {
  border-radius: 18px;
  background: #fff;
  padding: 18px;
  border: 1px solid #dbe7f1;
}
.cla-chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 124px;
  padding-top: 14px;
}
.cla-chart-bars span {
  flex: 1;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #71d6ff, #0f65d9);
}
.cla-chart-bars span:nth-child(1){height:26%}
.cla-chart-bars span:nth-child(2){height:34%}
.cla-chart-bars span:nth-child(3){height:46%}
.cla-chart-bars span:nth-child(4){height:40%}
.cla-chart-bars span:nth-child(5){height:58%}
.cla-chart-bars span:nth-child(6){height:72%}
.cla-chart-bars span:nth-child(7){height:66%}
.cla-chart-bars span:nth-child(8){height:86%}
.cla-gauge-card { display: grid; place-items: center; }
.cla-gauge {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: conic-gradient(var(--cla-blue) 0 270deg, #dfe9f5 270deg 360deg);
}
.cla-gauge::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: #fff;
}
.cla-gauge span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--cla-blue);
}
.cla-stats-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.cla-stats-grid div {
  padding: 14px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #dbe7f1;
}
.cla-stats-grid strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--cla-text);
}
.cla-stats-grid span { font-size: .78rem; color: var(--cla-muted); }

.cla-phone-app {
  left: 34px;
  top: 170px;
  width: 112px;
  height: 230px;
  border-radius: 24px;
  padding: 10px 9px 12px;
  background: linear-gradient(180deg, #111b28, #060b12);
}
.cla-phone-notch {
  width: 54px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  margin: 0 auto 10px;
}
.cla-phone-content {
  background: linear-gradient(180deg, #f7fbff, #e7f0fb);
  border-radius: 18px;
  height: calc(100% - 19px);
  padding: 12px;
}
.cla-phone-header { font-size: .72rem; font-weight: 800; color: var(--cla-text); margin-bottom: 10px; }
.cla-phone-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.cla-phone-grid span {
  display: block;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(180deg, #b8dcff, #63b2ff);
}

.cla-smart-home {
  right: 0;
  top: 40px;
  width: 220px;
  height: 210px;
  background: transparent;
  box-shadow: none;
}
.cla-home-glow {
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 0, 100% 42%, 100% 100%, 0 100%, 0 42%);
  border: 2px solid rgba(111, 208, 255, .9);
  box-shadow: 0 0 40px rgba(52, 185, 255, .65), inset 0 0 30px rgba(52, 185, 255, .12);
}
.cla-home-card {
  position: absolute;
  inset: 58px 18px 18px;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(7, 28, 63, .96), rgba(4, 18, 42, .96));
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
}
.cla-home-title { font-size: 1.05rem; font-weight: 800; }
.cla-home-temp { font-size: 2rem; font-weight: 900; line-height: 1; margin-top: 8px; }
.cla-home-room { color: rgba(255,255,255,.74); font-size: .82rem; margin-top: 4px; }
.cla-home-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 16px;
}
.cla-home-icons span {
  display: grid;
  place-items: center;
  min-height: 34px;
  border-radius: 12px;
  font-size: .72rem;
  background: rgba(255,255,255,.08);
}

.cla-voip-phone {
  right: 26px;
  bottom: 10px;
  width: 250px;
  height: 170px;
  padding: 18px 16px 14px 84px;
  border-radius: 26px;
  background: linear-gradient(180deg, #353d47, #161b22);
}
.cla-phone-screen {
  width: 90px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #0579d7, #103e91);
  color: #fff;
  font-weight: 900;
}
.cla-keypad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.cla-keypad span {
  display: block;
  width: 100%;
  height: 18px;
  border-radius: 8px;
  background: #59626f;
}
.cla-handset {
  position: absolute;
  left: 12px;
  top: 18px;
  width: 58px;
  height: 118px;
  border-radius: 60px;
  background: linear-gradient(180deg, #171b22, #4a5460);
  transform: rotate(-8deg);
}

.cla-feature-strip {
  position: relative;
  z-index: 1;
  margin: 0 auto -34px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(6, 30, 66, .92), rgba(3, 21, 48, .94));
  box-shadow: 0 26px 60px rgba(4, 15, 32, .22);
}
.cla-strip-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px 18px;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.1);
}
.cla-strip-item:last-child { border-right: 0; }
.cla-strip-item strong { display: block; font-size: .95rem; }
.cla-strip-item span { display: block; color: rgba(255,255,255,.72); font-size: .82rem; line-height: 1.4; }
.cla-strip-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(95, 206, 255, .11);
  color: #8fd6ff;
}
.cla-strip-icon svg, .cla-service-icon svg, .cla-circle-icon svg, .cla-step-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Services */
.cla-section-light { background: linear-gradient(180deg, #f7f9fc, #fff); padding-top: 92px; }
.cla-service-row {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.cla-service-card {
  padding: 26px 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--cla-line);
  box-shadow: 0 14px 34px rgba(6, 34, 78, .06);
  transition: transform .22s ease, box-shadow .22s ease;
}
.cla-service-card:hover { transform: translateY(-6px); box-shadow: var(--cla-shadow); }
.cla-service-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--cla-blue);
  background: linear-gradient(145deg, #eef7ff, #dcedff);
}
.cla-service-card h3 { margin: 18px 0 10px; font-size: 1.32rem; letter-spacing: -.03em; }
.cla-service-card p { margin: 0; color: var(--cla-muted); font-size: .96rem; }
.cla-service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--cla-blue);
  font-weight: 800;
}

/* Why choose */
.cla-section-darkband {
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(33, 157, 255, .2), transparent 20%),
    linear-gradient(135deg, #03142f, #072451 60%, #031734);
}
.cla-why-grid {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: 46px;
  align-items: center;
}
.cla-why-copy .cla-kicker { color: #8fd6ff; }
.cla-why-copy .cla-section-title span { color: #31a8ff; }
.cla-why-copy .cla-section-intro { color: rgba(255,255,255,.76); }
.cla-why-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.cla-why-point {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
}
.cla-circle-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #9fddff;
  background: rgba(143,214,255,.08);
  border: 1px solid rgba(143,214,255,.18);
}
.cla-why-point h3 { margin: 16px 0 8px; font-size: 1.16rem; }
.cla-why-point p { margin: 0; color: rgba(255,255,255,.72); font-size: .95rem; }

/* Process */
.cla-section-process { background: #fff; }
.cla-process-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.cla-process-step {
  position: relative;
  padding: 24px 22px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid var(--cla-line);
  box-shadow: 0 14px 34px rgba(6, 34, 78, .05);
}
.cla-step-number {
  color: var(--cla-blue);
  font-size: 1.3rem;
  font-weight: 900;
}
.cla-step-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin: 12px 0 14px;
  color: var(--cla-blue);
  background: var(--cla-sky);
}
.cla-process-step h3 { margin: 0 0 10px; font-size: 1.3rem; }
.cla-process-step p { margin: 0; color: var(--cla-muted); }

/* CTA / contact */
.cla-section-cta {
  background: linear-gradient(135deg, #0a5dde, #0c77f0 55%, #1b9dff);
  color: #fff;
  padding-top: 60px;
}
.cla-cta-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
  align-items: start;
}
.cla-cta-copy h2 {
  margin: 0;
  font-size: clamp(2.1rem, 3.2vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -.05em;
}
.cla-cta-copy p { margin: 16px 0 0; color: rgba(255,255,255,.88); }
.cla-cta-bullets {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 10px;
}
.cla-cta-bullets li {
  position: relative;
  padding-left: 28px;
}
.cla-cta-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
}
.cla-contact-form-shell {
  padding: 26px;
  border-radius: 24px;
  background: #fff;
  color: var(--cla-text);
  box-shadow: 0 26px 50px rgba(6, 34, 78, .18);
}
.cla-contact-form-shell h3 { margin: 0 0 16px; font-size: 1.5rem; }
.cla-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.cla-demo-form input,
.cla-demo-form select,
.cla-demo-form textarea,
.cla-contact-form-shell input,
.cla-contact-form-shell select,
.cla-contact-form-shell textarea {
  width: 100%;
  border: 1px solid var(--cla-line);
  border-radius: 12px;
  padding: 14px 14px;
  background: #fff;
  color: var(--cla-text);
}
.cla-demo-form textarea, .cla-contact-form-shell textarea { min-height: 140px; margin-top: 14px; resize: vertical; }
.cla-form-note { color: var(--cla-muted); font-size: .9rem; margin-top: 14px; }

/* Footer */
.site-footer {
  padding: 58px 0 24px;
  background: linear-gradient(180deg, #03142f, #031026);
  color: #fff;
}
.cla-footer-grid {
  display: grid;
  grid-template-columns: minmax(240px,1.2fr) minmax(140px,.7fr) minmax(180px,.95fr) minmax(150px,.8fr) minmax(240px,1.1fr);
  gap: 40px;
  align-items: start;
}
.cla-footer-logo {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 0 20px;
  object-fit: contain;
  filter: none !important;
  opacity: 1 !important;
  background: transparent !important;
}
.cla-footer-copy { max-width: 330px; color: rgba(255,255,255,.72); margin: 16px 0 0; }
.cla-footer-title {
  margin: 0 0 14px;
  color: #87d5ff;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.cla-footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.cla-footer-links li, .cla-footer-links a { color: rgba(255,255,255,.76); }
.cla-footer-links a:hover { color: #fff; }
.cla-footer-socials { display: flex; gap: 10px; margin-top: 18px; }
.cla-footer-socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-weight: 800;
}
.cla-footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255,255,255,.52);
  font-size: .88rem;
}

/* WordPress content */
.cla-inner-hero { padding: 70px 0 54px; background: linear-gradient(135deg, #f0f8ff, #fff); border-bottom: 1px solid var(--cla-line); }
.cla-inner-hero h1 { margin: 0; font-size: clamp(2.5rem,5vw,4.4rem); letter-spacing: -.05em; line-height: 1; }
.cla-content { width: min(calc(100% - 40px), 900px); margin: 0 auto; padding: 70px 0 100px; }
.cla-content h2, .cla-content h3 { line-height: 1.2; letter-spacing: -.02em; }
.cla-content a { color: var(--cla-blue); text-decoration: underline; }

/* Responsive */
@media (max-width: 1100px) {
  .cla-hero-grid, .cla-why-grid, .cla-cta-grid { grid-template-columns: 1fr; }
  .cla-hero-visual { min-height: 500px; max-width: 740px; margin: 0 auto; }
  .cla-service-row { grid-template-columns: repeat(2, 1fr); }
  .cla-feature-strip { grid-template-columns: repeat(2, 1fr); }
  .cla-process-grid { grid-template-columns: repeat(2, 1fr); }
  .cla-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .admin-bar .site-header { top: 46px; }
  .cla-menu-toggle { display: block; }
  .cla-menu-wrap {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 24px 20px 28px;
    background: #fff;
    border-bottom: 1px solid var(--cla-line);
    box-shadow: 0 24px 50px rgba(8,45,96,.14);
  }
  .cla-menu-wrap.open { display: flex; }
  .cla-menu { flex-direction: column; align-items: flex-start; gap: 16px; }
  .cla-nav-cta { align-self: flex-start; }
  .cla-topbar-inner { justify-content: space-between; }
}
@media (max-width: 767px) {
  .cla-container { width: min(calc(100% - 28px), 1200px); }
  .cla-section { padding: 62px 0; }
  .cla-topbar-left, .cla-topbar-right { flex-wrap: wrap; justify-content: center; }
  .cla-nav { min-height: 78px; }
  .cla-hero { padding-top: 20px; }
  .cla-hero-visual { min-height: 430px; }
  .cla-laptop { left: 48px; right: 30px; width: auto; max-width: none; }
  .cla-phone-app { left: 6px; top: 164px; transform: scale(.88); transform-origin: left top; }
  .cla-smart-home { right: 4px; transform: scale(.9); transform-origin: right top; }
  .cla-voip-phone { right: 12px; bottom: 0; transform: scale(.84); transform-origin: right bottom; }
  .cla-feature-strip,
  .cla-service-row,
  .cla-why-points,
  .cla-process-grid,
  .cla-form-grid,
  .cla-footer-grid { grid-template-columns: 1fr; }
  .cla-strip-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .cla-strip-item:last-child { border-bottom: 0; }
  .cla-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .cla-chart-row { grid-template-columns: 1fr; }
  .cla-footer-bottom { flex-direction: column; }
}


/* =========================================================
   CURRENT CLA HEADER LOGO RESPONSIVE SIZING
========================================================= */
@media (max-width: 980px) {
  .cla-brand,
  .cla-brand .custom-logo-link { max-width: 185px !important; }
  .cla-brand .custom-logo,
  .cla-brand .custom-logo-link img,
  .cla-brand > a img,
  .cla-brand img {
    width: 185px !important;
    max-width: 185px !important;
    max-height: 64px !important;
  }
}

@media (max-width: 700px) {
  .cla-brand,
  .cla-brand .custom-logo-link { max-width: 165px !important; }
  .cla-brand .custom-logo,
  .cla-brand .custom-logo-link img,
  .cla-brand > a img,
  .cla-brand img {
    width: 165px !important;
    max-width: 165px !important;
    max-height: 58px !important;
  }
}

@media (max-width: 480px) {
  .cla-brand,
  .cla-brand .custom-logo-link { max-width: 150px !important; }
  .cla-brand .custom-logo,
  .cla-brand .custom-logo-link img,
  .cla-brand > a img,
  .cla-brand img {
    width: 150px !important;
    max-width: 150px !important;
  }
}