:root{
  --cw-bg:#040b14;
  --cw-bg-2:#081321;
  --cw-panel:rgba(10,18,32,.74);
  --cw-panel-2:rgba(13,23,40,.9);
  --cw-line:rgba(116,214,255,.18);
  --cw-line-strong:rgba(116,214,255,.34);
  --cw-text:#f4f8ff;
  --cw-muted:#b8c8d9;
  --cw-accent:#4fd7ff;
  --cw-accent-2:#7ce8ff;
  --cw-success:#31d17c;
  --cw-danger:#ff6b6b;
  --cw-shadow:0 18px 60px rgba(0,0,0,.28);
  --cw-shadow-2:0 28px 80px rgba(0,0,0,.36);
  --cw-radius:24px;

}

html,
body{
  min-height:100%;
  margin:0;
  padding:0;
  background:#040b14;
}

html{scroll-behavior:smooth}

body .cwtel-landing-wrap,
.editor-styles-wrapper .cwtel-landing-wrap{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

.cwtel-landing-wrap{
  position:relative;
  background:var(--cw-bg);
  color:var(--cw-text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue","Sukhumvit Set","PingFang SC","Microsoft YaHei","Noto Sans Thai","Segoe UI",Arial,sans-serif;
  overflow:hidden;
}

.cwtel-landing-wrap *{box-sizing:border-box}
.cwtel-landing-wrap a{text-decoration:none}
.cwtel-landing-wrap img{max-width:100%;height:auto}

/* FIX COMPANY LOGO */
.cwtel-landing-wrap .cw-main-logo,
.cwtel-landing-wrap .cw-logo img,
.cwtel-landing-wrap img.grey-bg-logo{
  height:92px !important;
  width:auto !important;
  max-width:280px !important;
  object-fit:contain !important;
  filter:none !important;
  background:transparent !important;
  padding:0 !important;
  border-radius:0 !important;
}

.cwtel-landing-wrap .cw-nav.is-scrolled .cw-main-logo,
.cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
  height:70px !important;
}

.cwtel-landing-wrap .cw-marquee-track img{
  max-height:64px !important;
  width:auto !important;
  object-fit:contain !important;
  opacity:1 !important;
  filter:none !important;
  background:#fff !important;
  padding:10px !important;
  border-radius:12px !important;
}

.cwtel-landing-wrap button,
.cwtel-landing-wrap input,
.cwtel-landing-wrap textarea,
.cwtel-landing-wrap select{
  font:inherit;
}

.cwtel-landing-wrap .cw-inner{
  width:min(1260px,calc(100% - 32px));
  margin:0 auto;
  position:relative;
}

/* NAV */
.cwtel-landing-wrap .cw-nav{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  padding:18px 0;
  transition:all .28s ease;
}

.cwtel-landing-wrap .cw-nav.is-scrolled{
  padding:12px 0;
  background:rgba(5,12,22,.78);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.06);
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.cwtel-landing-wrap .cw-nav-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.cwtel-landing-wrap .cw-logo{
  display:flex;
  align-items:center;
  line-height:1;
  flex-shrink:0;
}

.cwtel-landing-wrap .cw-logo-link{
  display:inline-flex;
  align-items:center;
}

.cwtel-landing-wrap .cw-logo img{
  height:92px;
  width:auto;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 0 16px rgba(79,215,255,.28));
  transition:all .28s ease;
}

.cwtel-landing-wrap .cw-logo img.grey-bg-logo{
  background:rgba(255,255,255,.08);
  padding:6px 10px;
  border-radius:12px;
}

.cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
  height:70px;
}

.cwtel-landing-wrap .cw-menu{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}

.cwtel-landing-wrap .cw-menu a{
  color:#eaf4ff;
  font-size:15px;
  font-weight:600;
  opacity:.92;
  transition:opacity .2s ease,color .2s ease;
}

.cwtel-landing-wrap .cw-menu a:hover{
  color:var(--cw-accent-2);
  opacity:1;
}

.cwtel-landing-wrap .cw-nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.cwtel-landing-wrap .cw-lang-switch{
  display:flex;
  align-items:center;
  gap:8px;
  padding:6px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}

.cwtel-landing-wrap .cw-lang-btn{
  min-width:46px;
  height:34px;
  border:none;
  border-radius:999px;
  background:transparent;
  color:#dceaff;
  cursor:pointer;
  font-size:13px;
  font-weight:700;
  padding:0 12px;
}

.cwtel-landing-wrap .cw-lang-btn.active{
  background:linear-gradient(135deg,var(--cw-accent),#39bfff);
  color:#02111b;
}

.cwtel-landing-wrap .cw-mini-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(10px);
  font-size:14px;
  font-weight:700;
  transition:all .2s ease;
}

.cwtel-landing-wrap .cw-mini-btn:hover{
  border-color:var(--cw-line-strong);
  color:#fff;
  transform:translateY(-1px);
}

.cwtel-landing-wrap .cw-mini-btn-primary{
  background:linear-gradient(135deg,var(--cw-accent),#3abfff);
  color:#04111b;
  border-color:transparent;
  box-shadow:0 10px 28px rgba(79,215,255,.22);
}

.cwtel-landing-wrap .cw-mobile-toggle{
  display:none;
  width:48px;
  height:48px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0;
}

.cwtel-landing-wrap .cw-mobile-toggle span{
  display:block;
  width:20px;
  height:2px;
  background:#fff;
  position:relative;
  transition:all .22s ease;
}

.cwtel-landing-wrap .cw-mobile-toggle span:before,
.cwtel-landing-wrap .cw-mobile-toggle span:after{
  content:"";
  position:absolute;
  left:0;
  width:20px;
  height:2px;
  background:#fff;
  transition:all .22s ease;
}
.cwtel-landing-wrap .cw-mobile-toggle span:before{top:-6px}
.cwtel-landing-wrap .cw-mobile-toggle span:after{top:6px}
.cwtel-landing-wrap .cw-mobile-toggle.is-open span{background:transparent}
.cwtel-landing-wrap .cw-mobile-toggle.is-open span:before{top:0;transform:rotate(45deg)}
.cwtel-landing-wrap .cw-mobile-toggle.is-open span:after{top:0;transform:rotate(-45deg)}

.cwtel-landing-wrap .cw-mobile-panel{display:none}

/* HERO */
.cwtel-landing-wrap .cw-hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  isolation:isolate;
}

.cwtel-landing-wrap .cw-slides,
.cwtel-landing-wrap .cw-slide{
  position:absolute;
  inset:0;
}

.cwtel-landing-wrap .cw-slide{
  opacity:0;
  transition:opacity .9s ease;
  background-size:cover;
  background-position:center center;
}

.cwtel-landing-wrap .cw-slide.active{
  opacity:1;
}

.cwtel-landing-wrap .cw-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,10,18,.90) 0%,rgba(4,12,22,.80) 34%,rgba(5,14,24,.54) 62%,rgba(5,14,24,.30) 100%);
}

.cwtel-landing-wrap .cw-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(121,180,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121,180,255,.06) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.65), rgba(0,0,0,.10));
  opacity:.85;
}

.cwtel-landing-wrap .cw-hero-glow{
  position:absolute;
  inset:auto auto 12% -4%;
  width:620px;
  height:620px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(79,215,255,.16) 0%, rgba(79,215,255,.08) 35%, rgba(79,215,255,0) 72%);
  filter:blur(18px);
  pointer-events:none;
  z-index:1;
}

.cwtel-landing-wrap .cw-content{
  position:relative;
  z-index:3;
  padding:190px 0 120px;
}

.cwtel-landing-wrap .cw-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border:1px solid var(--cw-line);
  border-radius:999px;
  background:rgba(17,29,47,.48);
  backdrop-filter:blur(10px);
  color:var(--cw-accent);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cwtel-landing-wrap .cw-badge:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--cw-accent);
  box-shadow:0 0 0 8px rgba(79,215,255,.12);
}

.cwtel-landing-wrap h1{
  font-size:clamp(42px,6vw,92px);
  line-height:.96;
  letter-spacing:-.04em;
  max-width:1040px;
  margin:24px 0 18px;
}

.cwtel-landing-wrap .cw-sub{
  font-size:clamp(18px,2.2vw,30px);
  line-height:1.34;
  color:#d7e5f4;
  max-width:860px;
  margin:0 0 14px;
}

.cwtel-landing-wrap .cw-desc{
  font-size:17px;
  line-height:1.85;
  max-width:780px;
  color:var(--cw-muted);
  margin:0 0 28px;
}

.cwtel-landing-wrap .cw-cta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:34px;
}

.cwtel-landing-wrap .cw-btn{
  min-height:54px;
  padding:15px 24px;
  border-radius:999px;
  font-weight:700;
  font-size:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:all .22s ease;
  border:none;
  cursor:pointer;
}

.cwtel-landing-wrap .cw-btn:hover{
  transform:translateY(-1px);
}

.cwtel-landing-wrap .cw-btn-primary{
  background:linear-gradient(135deg,var(--cw-accent),#39bfff);
  color:#03111d;
  box-shadow:0 10px 30px rgba(69,203,255,.24);
}

.cwtel-landing-wrap .cw-btn-secondary{
  background:rgba(255,255,255,.05);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(10px);
}

.cwtel-landing-wrap .cw-cards{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  max-width:980px;
}

.cwtel-landing-wrap .cw-card{
  padding:22px;
  border:1px solid var(--cw-line);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(9,17,31,.76),rgba(9,17,31,.46));
  backdrop-filter:blur(12px);
  box-shadow:var(--cw-shadow);
}

.cwtel-landing-wrap .cw-card h3{
  font-size:15px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin:0 0 8px;
  color:#8ee7ff;
}

.cwtel-landing-wrap .cw-card p{
  margin:0;
  color:#d5e2f0;
  line-height:1.7;
  font-size:14px;
}

.cwtel-landing-wrap .cw-slider-ui{
  position:absolute;
  left:0;
  right:0;
  bottom:26px;
  z-index:6;
}

.cwtel-landing-wrap .cw-slider-ui-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.cwtel-landing-wrap .cw-dots{
  display:flex;
  gap:10px;
  justify-content:center;
  align-items:center;
}

.cwtel-landing-wrap .cw-dot{
  width:11px;
  height:11px;
  border-radius:50%;
  background:rgba(255,255,255,.25);
  border:none;
  cursor:pointer;
  padding:0;
}

.cwtel-landing-wrap .cw-dot.active{
  background:var(--cw-accent);
  box-shadow:0 0 0 6px rgba(79,215,255,.15);
}

.cwtel-landing-wrap .cw-arrow-group{
  display:flex;
  gap:10px;
}

.cwtel-landing-wrap .cw-arrow{
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#fff;
  cursor:pointer;
  font-size:18px;
  line-height:1;
  backdrop-filter:blur(10px);
}

/* SECTIONS */
.cwtel-landing-wrap .cw-section{
  position:relative;
  padding:96px 0;
  background:linear-gradient(180deg,#07111d 0%,#0a1524 100%);
}

.cwtel-landing-wrap .cw-section-title{
  font-size:clamp(30px,3vw,48px);
  margin:0 0 12px;
  color:#fff;
  line-height:1.08;
  letter-spacing:-.03em;
}

.cwtel-landing-wrap .cw-section-desc{
  max-width:860px;
  color:var(--cw-muted);
  line-height:1.85;
  margin:0 0 36px;
}

/* SOLUTIONS */
.cwtel-landing-wrap .cw-solutions{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.cwtel-landing-wrap .cw-solution{
  border:1px solid var(--cw-line);
  border-radius:24px;
  padding:24px;
  background:rgba(11,19,34,.64);
  box-shadow:var(--cw-shadow);
}

.cwtel-landing-wrap .cw-solution .num{
  display:inline-flex;
  width:46px;
  height:46px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:rgba(79,215,255,.14);
  color:var(--cw-accent);
  font-weight:800;
  margin-bottom:14px;
}

.cwtel-landing-wrap .cw-solution h4{
  font-size:22px;
  margin:0 0 10px;
}

.cwtel-landing-wrap .cw-solution p{
  margin:0;
  color:var(--cw-muted);
  line-height:1.8;
}

/* HIGHLIGHTS */
.cwtel-landing-wrap .cw-highlights-section{
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(79,215,255,.08), transparent 28%),
    radial-gradient(circle at 85% 30%, rgba(124,232,255,.06), transparent 24%),
    linear-gradient(180deg,#07111d 0%,#091523 100%);
}

.cwtel-landing-wrap .cw-highlights-section:before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:min(1100px,90%);
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(79,215,255,.24), transparent);
}

.cwtel-landing-wrap .cw-section-head{
  text-align:center;
  max-width:920px;
  margin:0 auto 46px;
}

.cwtel-landing-wrap .cw-section-head .cw-kicker{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(79,215,255,.22);
  color:#7ce8ff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
  background:rgba(79,215,255,.06);
}

.cwtel-landing-wrap .cw-section-head h2{
  font-size:clamp(38px,4vw,60px);
  line-height:1.03;
  letter-spacing:-.035em;
  margin:0 0 14px;
}

.cwtel-landing-wrap .cw-section-head p{
  max-width:800px;
  margin:0 auto;
  color:#b3c4d6;
  line-height:1.85;
  font-size:16px;
}

.cwtel-landing-wrap .cw-highlight-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:24px;
  align-items:stretch;
}

.cwtel-landing-wrap .cw-panel{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:30px;
  background:linear-gradient(180deg, rgba(14,23,39,.88), rgba(8,16,29,.68));
  box-shadow:0 22px 60px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
  padding:30px;
  min-height:420px;
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  backdrop-filter:blur(16px);
}

.cwtel-landing-wrap .cw-panel:hover{
  transform:translateY(-10px);
  border-color:rgba(79,215,255,.24);
  box-shadow:0 30px 70px rgba(0,0,0,.34), 0 0 0 1px rgba(79,215,255,.08) inset;
}

.cwtel-landing-wrap .cw-panel-featured{
  background:
    radial-gradient(circle at top left, rgba(79,215,255,.14), transparent 34%),
    linear-gradient(180deg, rgba(15,25,42,.95), rgba(9,17,31,.70));
}

.cwtel-landing-wrap .cw-panel-benefits{
  background:
    radial-gradient(circle at top right, rgba(79,215,255,.10), transparent 26%),
    linear-gradient(180deg, rgba(12,21,36,.92), rgba(8,15,28,.72));
}

.cwtel-landing-wrap .cw-panel-topline{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg, transparent, rgba(79,215,255,.85), transparent);
  opacity:.8;
}

.cwtel-landing-wrap .cw-panel-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(79,215,255,.16);
  background:rgba(255,255,255,.03);
  color:#dff5ff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  margin-bottom:18px;
}

.cwtel-landing-wrap .cw-panel-badge-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#7ce8ff;
  box-shadow:0 0 0 8px rgba(79,215,255,.10);
}

.cwtel-landing-wrap .cw-impact-title{
  font-size:clamp(30px,3vw,48px);
  line-height:1.02;
  letter-spacing:-.03em;
  margin:0 0 12px;
  color:#fff;
}

.cwtel-landing-wrap .cw-impact-desc{
  color:#b6c6d7;
  line-height:1.8;
  margin:0 0 22px;
  max-width:720px;
}

.cwtel-landing-wrap .cw-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:10px;
}

.cwtel-landing-wrap .cw-stat{
  position:relative;
  padding:22px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.07);
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cwtel-landing-wrap .cw-stat:hover{
  transform:translateY(-5px);
  border-color:rgba(79,215,255,.25);
  box-shadow:0 14px 30px rgba(0,0,0,.2);
}

.cwtel-landing-wrap .cw-stat-icon{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  margin-bottom:14px;
  font-size:18px;
  background:rgba(79,215,255,.12);
  box-shadow:0 0 14px rgba(79,215,255,.18);
}

.cwtel-landing-wrap .cw-stat strong{
  display:block;
  font-size:46px;
  line-height:1;
  margin-bottom:10px;
  letter-spacing:-.04em;
  background:linear-gradient(135deg,#dff8ff 0%, #7ce8ff 45%, #4fd7ff 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.cwtel-landing-wrap .cw-stat span{
  display:block;
  color:#b7c8d9;
  font-size:14px;
  line-height:1.65;
}

.cwtel-landing-wrap .cw-benefit-list{
  display:grid;
  gap:14px;
  list-style:none;
  margin:6px 0 0;
  padding:0;
}

.cwtel-landing-wrap .cw-benefit-card{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:18px 20px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.06);
  color:#d8e6f5;
  line-height:1.75;
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cwtel-landing-wrap .cw-benefit-card:hover{
  transform:translateX(6px);
  border-color:rgba(79,215,255,.24);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.cwtel-landing-wrap .cw-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 42px;
  border-radius:16px;
  font-size:19px;
  background:rgba(79,215,255,.12);
  box-shadow:0 0 16px rgba(79,215,255,.22);
}

.cwtel-landing-wrap .cw-benefit-card strong{
  color:#fff;
}

/* PARTNER LOGOS */
.cwtel-landing-wrap .cw-partners{
  padding:76px 0 26px;
  background:linear-gradient(180deg,#06111d 0%,#081423 100%);
}

.cwtel-landing-wrap .cw-partner-label{
  text-align:center;
  color:#9fb2c8;
  margin:0 0 22px;
}

.cwtel-landing-wrap .cw-marquee{
  overflow:hidden;
  position:relative;
  mask-image:linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.cwtel-landing-wrap .cw-marquee-track{
  display:flex;
  align-items:center;
  gap:52px;
  width:max-content;
  animation:cwMarquee 28s linear infinite;
}

.cwtel-landing-wrap .cw-marquee-track img{
 max-height:64px;
  width:auto;
  object-fit:contain;
  opacity:.9;
  /*filter:grayscale(1);*/
  transition:.25s ease;
}

.cwtel-landing-wrap .cw-marquee-track img:hover{
  filter:none;
  opacity:1;
}

@keyframes cwMarquee{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

/* PROJECTS */
.cwtel-landing-wrap .cw-projects{
  padding:78px 0 96px;
  background:linear-gradient(180deg,#081423 0%,#091523 100%);
}

.cwtel-landing-wrap .cw-project-head{
  text-align:center;
  max-width:900px;
  margin:0 auto 38px;
}

.cwtel-landing-wrap .cw-project-kicker{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(79,215,255,.20);
  color:#7ce8ff;
  background:rgba(79,215,255,.05);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.cwtel-landing-wrap .cw-project-head h2{
  font-size:clamp(34px,4vw,56px);
  line-height:1.05;
  letter-spacing:-.03em;
  margin:0 0 12px;
}

.cwtel-landing-wrap .cw-project-head p{
  color:#b4c5d6;
  line-height:1.8;
  margin:0;
}

.cwtel-landing-wrap .cw-project-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}

.cwtel-landing-wrap .cw-project-card{
  position:relative;
  border-radius:26px;
  overflow:hidden;
  min-height:360px;
  cursor:pointer;
  border:1px solid rgba(255,255,255,.08);
  background:#0c1624;
  box-shadow:var(--cw-shadow-2);
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.cwtel-landing-wrap .cw-project-card:hover{
  transform:translateY(-10px);
  border-color:rgba(79,215,255,.22);
  box-shadow:0 28px 70px rgba(0,0,0,.34);
}

.cwtel-landing-wrap .cw-project-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}

.cwtel-landing-wrap .cw-project-card:hover img{
  transform:scale(1.08);
}

.cwtel-landing-wrap .cw-project-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:24px;
  background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.76));
}

.cwtel-landing-wrap .cw-project-tag{
  display:inline-flex;
  align-self:flex-start;
  margin-bottom:12px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(79,215,255,.14);
  border:1px solid rgba(79,215,255,.22);
  color:#dff7ff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.cwtel-landing-wrap .cw-project-overlay h3{
  margin:0 0 8px;
  font-size:24px;
  line-height:1.15;
  color:#fff;
}

.cwtel-landing-wrap .cw-project-overlay p{
  margin:0;
  color:#d2deea;
  line-height:1.7;
}


/* PROJECT 4 - AI / AIDC compact text */
.cwtel-landing-wrap .cw-project-card[data-modal="modal-project-4"] .cw-project-overlay h3{
  font-size:21px;
  line-height:1.15;
  max-width:95%;
}

.cwtel-landing-wrap .cw-project-card[data-modal="modal-project-4"] .cw-project-overlay p{
  font-size:14px;
  line-height:1.55;
  max-width:94%;
}

/* MODAL */
.cwtel-landing-wrap .cw-modal{
  position:fixed;
  inset:0;
  z-index:1200;
  display:none;
}

.cwtel-landing-wrap .cw-modal.is-open{
  display:block;
}

.cwtel-landing-wrap .cw-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,8,14,.72);
  backdrop-filter:blur(8px);
}

.cwtel-landing-wrap .cw-modal-box{
  position:relative;
  z-index:2;
  width:min(920px, calc(100% - 28px));
  margin:6vh auto 0;
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(12,20,34,.96), rgba(8,15,26,.94));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 30px 80px rgba(0,0,0,.38);
}

.cwtel-landing-wrap .cw-modal-box img{
  width:100%;
  height:340px;
  object-fit:cover;
  display:block;
}

.cwtel-landing-wrap .cw-modal-box h3{
  margin:22px 24px 10px;
  font-size:30px;
  line-height:1.1;
  color:#fff;
}

.cwtel-landing-wrap .cw-modal-box p{
  margin:0 24px 28px;
  color:#bfd0e0;
  line-height:1.85;
}

.cwtel-landing-wrap .cw-close{
  position:absolute;
  top:14px;
  right:14px;
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.28);
  color:#fff;
  font-size:24px;
  cursor:pointer;
}

/* MAP */
.cwtel-landing-wrap .cw-map-grid{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:20px;
}

.cwtel-landing-wrap .cw-map-card,
.cwtel-landing-wrap .cw-map-frame{
  border:1px solid var(--cw-line);
  border-radius:24px;
  background:rgba(9,17,31,.66);
  box-shadow:var(--cw-shadow);
  overflow:hidden;
}

.cwtel-landing-wrap .cw-map-card{
  padding:30px;
}

.cwtel-landing-wrap .cw-map-card p{
  color:var(--cw-muted);
  line-height:1.85;
}

.cwtel-landing-wrap .cw-map-meta{
  display:grid;
  gap:12px;
  margin-top:18px;
}

.cwtel-landing-wrap .cw-map-meta-item{
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  color:#dce8f6;
}

.cwtel-landing-wrap .cw-map-frame iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:420px;
  border:0;
  filter:grayscale(.08) contrast(1.05);
}

/* CONTACT */
.cwtel-landing-wrap .cw-contact{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.cwtel-landing-wrap .cw-contact-card{
  padding:30px;
  border-radius:24px;
  border:1px solid var(--cw-line);
  background:rgba(9,17,31,.66);
  box-shadow:var(--cw-shadow);
}

.cwtel-landing-wrap .cw-contact-card p{
  color:var(--cw-muted);
  line-height:1.85;
}

.cwtel-landing-wrap .cw-contact-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}

.cwtel-landing-wrap .cw-form{
  display:grid;
  gap:14px;
  margin-top:20px;
}

.cwtel-landing-wrap .cw-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.cwtel-landing-wrap .cw-field{
  display:grid;
  gap:8px;
}

.cwtel-landing-wrap .cw-label{
  font-size:14px;
  color:#dcebfb;
  font-weight:600;
}

.cwtel-landing-wrap .cw-input,
.cwtel-landing-wrap .cw-textarea{
  width:100%;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:#fff;
  padding:14px 16px;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.cwtel-landing-wrap .cw-input::placeholder,
.cwtel-landing-wrap .cw-textarea::placeholder{
  color:#94a8bd;
}

.cwtel-landing-wrap .cw-input:focus,
.cwtel-landing-wrap .cw-textarea:focus{
  border-color:var(--cw-line-strong);
  box-shadow:0 0 0 4px rgba(79,215,255,.10);
  background:rgba(255,255,255,.05);
}

.cwtel-landing-wrap .cw-textarea{
  min-height:150px;
  resize:vertical;
}

.cwtel-landing-wrap .cw-notice{
  margin:0 0 18px;
  padding:14px 16px;
  border-radius:16px;
  font-size:14px;
  font-weight:600;
}

.cwtel-landing-wrap .cw-notice-success{
  background:rgba(49,209,124,.12);
  border:1px solid rgba(49,209,124,.25);
  color:#baffd8;
}

.cwtel-landing-wrap .cw-notice-error{
  background:rgba(255,107,107,.12);
  border:1px solid rgba(255,107,107,.24);
  color:#ffd4d4;
}

.cwtel-landing-wrap .cw-contact-quick{
  display:grid;
  gap:12px;
  margin-top:18px;
}

.cwtel-landing-wrap .cw-quick-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* FLOATING BUTTONS */
.cwtel-landing-wrap .cw-floating{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:1100;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.cwtel-landing-wrap .cw-float-btn{
  min-width:112px;
  padding:14px 18px;
  border-radius:999px;
  font-weight:800;
  text-align:center;
  color:#fff;
  box-shadow:0 12px 30px rgba(0,0,0,.28);
  transition:transform .2s ease, box-shadow .2s ease;
}

.cwtel-landing-wrap .cw-float-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(0,0,0,.34);
  color:#fff;
}

.cwtel-landing-wrap .cw-float-btn.line{
  background:#06c755;
}

.cwtel-landing-wrap .cw-float-btn.call{
  background:#1e88ff;
}

/* FOOTER */
.cwtel-landing-wrap .cw-footer{
  padding:28px 0;
  border-top:1px solid rgba(255,255,255,.08);
  background:#050c15;
  color:#9fb2c8;
  font-size:14px;
}

.cwtel-landing-wrap .cw-footer-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.cwtel-landing-wrap .cw-footer-links{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.cwtel-landing-wrap .cw-footer-links a{
  color:#b9c9da;
}

/* reveal */
.cwtel-landing-wrap .cw-reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .8s ease, transform .8s ease;
}

.cwtel-landing-wrap .cw-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

@media (max-width: 1120px){
  .cwtel-landing-wrap .cw-solutions,
  .cwtel-landing-wrap .cw-highlight-grid,
  .cwtel-landing-wrap .cw-project-grid,
  .cwtel-landing-wrap .cw-map-grid,
  .cwtel-landing-wrap .cw-contact{
    grid-template-columns:1fr;
  }
}

@media (max-width: 920px){
  .cwtel-landing-wrap .cw-menu,
  .cwtel-landing-wrap .cw-nav-actions{
    display:none;
  }

  .cwtel-landing-wrap .cw-mobile-toggle{
    display:inline-flex;
  }

  .cwtel-landing-wrap .cw-mobile-panel{
    display:none;
    margin-top:14px;
    padding:14px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    background:rgba(8,15,27,.94);
    box-shadow:var(--cw-shadow);
  }

  .cwtel-landing-wrap .cw-mobile-panel.is-open{
    display:block;
  }

  .cwtel-landing-wrap .cw-mobile-menu{
    display:grid;
    gap:10px;
  }

  .cwtel-landing-wrap .cw-mobile-menu a{
    padding:14px 16px;
    border-radius:14px;
    background:rgba(255,255,255,.03);
    color:#fff;
    border:1px solid rgba(255,255,255,.05);
    font-weight:600;
    text-align:left;
  }

  .cwtel-landing-wrap .cw-mobile-lang{
    display:flex;
    gap:10px;
    margin-top:10px;
  }

  .cwtel-landing-wrap .cw-mobile-lang .cw-lang-btn{
    flex:1;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.05);
    border-radius:14px;
    height:46px;
  }
}

@media (max-width: 820px){
  .cwtel-landing-wrap .cw-content{
    padding:160px 0 96px;
  }

  .cwtel-landing-wrap .cw-cards,
  .cwtel-landing-wrap .cw-stats,
  .cwtel-landing-wrap .cw-form-grid{
    grid-template-columns:1fr;
  }

  .cwtel-landing-wrap .cw-logo img{
    height:64px;
  }

  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
    height:56px;
  }

  .cwtel-landing-wrap .cw-slider-ui-inner{
    justify-content:center;
  }

  .cwtel-landing-wrap .cw-arrow-group{
    display:none;
  }

  .cwtel-landing-wrap .cw-section-head{
    margin-bottom:30px;
  }

  .cwtel-landing-wrap .cw-section-head h2{
    font-size:clamp(28px,7vw,40px);
  }

  .cwtel-landing-wrap .cw-stat strong{
    font-size:38px;
  }

  .cwtel-landing-wrap .cw-map-frame iframe{
    min-height:320px;
  }

  .cwtel-landing-wrap .cw-panel{
    padding:24px;
    min-height:auto;
  }

  .cwtel-landing-wrap .cw-project-card{
    min-height:300px;
  }

  .cwtel-landing-wrap .cw-modal-box img{
    height:220px;
  }

  .cwtel-landing-wrap .cw-floating{
    right:14px;
    bottom:14px;
  }

  .cwtel-landing-wrap .cw-float-btn{
    min-width:96px;
    padding:12px 14px;
  }
}

.page-template-default .entry-content > .cwtel-landing-wrap,
.single .entry-content > .cwtel-landing-wrap,
.page .entry-content > .cwtel-landing-wrap,
.wp-site-blocks .cwtel-landing-wrap{
  margin-top:0;
  margin-bottom:0;
}

    .cwtel-landing-wrap .cwtel-aidc{
      --bg:#050914;
      --bg-soft:#0a1020;
      --panel:rgba(12,22,42,.72);
      --panel-2:rgba(10,17,31,.92);
      --line:rgba(103,177,255,.20);
      --text:#f6f9ff;
      --muted:#a9b6cc;
      --blue:#3ea6ff;
      --blue-2:#7fd2ff;
      --green:#43db8c;
      --green-2:#8ef2b9;
      --violet:#8a7dff;
      --shadow:0 28px 70px rgba(0,0,0,.36);
      --radius:22px;
      --max:1220px;
    }

    .cwtel-landing-wrap .cwtel-aidc *{box-sizing:border-box}
    .cwtel-landing-wrap .cwtel-aidc{scroll-behavior:smooth}
    .cwtel-landing-wrap .cwtel-aidc{
      margin:0;
      color:var(--text);
      background:
        radial-gradient(circle at 14% 7%, rgba(62,166,255,.12), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(67,219,140,.10), transparent 30%),
        linear-gradient(180deg,#030712 0%,#07101c 48%,#040814 100%);
      font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
                  "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
      overflow-x:hidden;
    }

    .cwtel-landing-wrap .cwtel-aidc a{color:inherit;text-decoration:none}
    .cwtel-landing-wrap .cwtel-aidc button, .cwtel-landing-wrap .cwtel-aidc input, .cwtel-landing-wrap .cwtel-aidc select{font:inherit}
    .cwtel-landing-wrap .cwtel-aidc .container{width:min(var(--max), calc(100% - 40px)); margin:auto}
    .cwtel-landing-wrap .cwtel-aidc .eyebrow{
      color:var(--green-2);
      text-transform:uppercase;
      letter-spacing:.16em;
      font-size:.78rem;
      font-weight:800;
    }
    .cwtel-landing-wrap .cwtel-aidc h1, .cwtel-landing-wrap .cwtel-aidc h2, .cwtel-landing-wrap .cwtel-aidc h3, .cwtel-landing-wrap .cwtel-aidc p{margin-top:0}
    .cwtel-landing-wrap .cwtel-aidc h1{font-size:clamp(3.4rem,7vw,7.6rem); line-height:.92; letter-spacing:-.06em}
    .cwtel-landing-wrap .cwtel-aidc h2{font-size:clamp(2.25rem,4vw,4.7rem); line-height:1; letter-spacing:-.045em}
    .cwtel-landing-wrap .cwtel-aidc h3{font-size:1.14rem; margin-bottom:.55rem}
    .cwtel-landing-wrap .cwtel-aidc p{color:var(--muted); line-height:1.72}
    .cwtel-landing-wrap .cwtel-aidc .section{padding:118px 0; position:relative}
    .cwtel-landing-wrap .cwtel-aidc .section-title{max-width:850px; margin-bottom:48px}
    .cwtel-landing-wrap .cwtel-aidc .section-title p{font-size:1.08rem; max-width:720px}
    .cwtel-landing-wrap .cwtel-aidc .gradient-text{
      background:linear-gradient(90deg,var(--blue-2),#fff 48%,var(--green-2));
      -webkit-background-clip:text;
      color:transparent;
    }

    /* NAV */
    .cwtel-landing-wrap .cwtel-aidc .nav{
      position:fixed;
      inset:0 0 auto 0;
      z-index:50;
      backdrop-filter:blur(20px);
      background:rgba(4,8,18,.68);
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .cwtel-landing-wrap .cwtel-aidc .nav-inner{
      height:74px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .cwtel-landing-wrap .cwtel-aidc .brand{display:flex;align-items:center;gap:12px;font-weight:900}
    .cwtel-landing-wrap .cwtel-aidc .brand-mark{
      width:40px;height:40px;border-radius:12px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--blue),var(--green));
      color:#04111b;font-weight:950;
      box-shadow:0 0 28px rgba(62,166,255,.32);
    }
    .cwtel-landing-wrap .cwtel-aidc .brand span small{display:block;color:var(--muted);font-size:.65rem;letter-spacing:.14em}
    .cwtel-landing-wrap .cwtel-aidc .menu{display:flex;gap:22px;align-items:center}
    .cwtel-landing-wrap .cwtel-aidc .menu a{color:#c8d4e8;font-size:.92rem}
    .cwtel-landing-wrap .cwtel-aidc .menu a:hover{color:#fff}
    .cwtel-landing-wrap .cwtel-aidc .nav-cta{
      padding:11px 16px;border-radius:999px;
      border:1px solid rgba(67,219,140,.45);
      background:rgba(67,219,140,.08);
      color:#caffdf!important;
    }
    .cwtel-landing-wrap .cwtel-aidc .mobile-btn{display:none;background:none;border:0;color:white;font-size:1.4rem}

    /* HERO */
    .cwtel-landing-wrap .cwtel-aidc .hero{
      min-height:100vh;
      display:flex;
      align-items:center;
      padding:128px 0 72px;
      position:relative;
      isolation:isolate;
    }
    .cwtel-landing-wrap .cwtel-aidc .hero:before{
      content:"";
      position:absolute; inset:74px 0 0;
      background:
        linear-gradient(rgba(62,166,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(62,166,255,.06) 1px, transparent 1px);
      background-size:58px 58px;
      mask-image:linear-gradient(to bottom, black 0%, transparent 90%);
      z-index:-2;
    }
    .cwtel-landing-wrap .cwtel-aidc .hero-orbit{
      position:absolute; right:-180px; top:110px;
      width:740px;height:740px;border-radius:50%;
      border:1px solid rgba(62,166,255,.13);
      box-shadow:0 0 120px rgba(62,166,255,.10) inset;
      z-index:-1;
      animation:spin 34s linear infinite;
    }
    .cwtel-landing-wrap .cwtel-aidc .hero-orbit:before, .cwtel-landing-wrap .cwtel-aidc .hero-orbit:after{
      content:"";position:absolute;border-radius:50%;border:1px solid rgba(67,219,140,.13)
    }
    .cwtel-landing-wrap .cwtel-aidc .hero-orbit:before{inset:90px}
    .cwtel-landing-wrap .cwtel-aidc .hero-orbit:after{inset:190px}
    @keyframes spin{to{transform:rotate(360deg)}}
    .cwtel-landing-wrap .cwtel-aidc .hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}
    .cwtel-landing-wrap .cwtel-aidc .hero p{font-size:clamp(1rem,1.4vw,1.24rem);max-width:720px}
    .cwtel-landing-wrap .cwtel-aidc .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:34px 0 46px}
    .cwtel-landing-wrap .cwtel-aidc .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      padding:15px 20px;border-radius:12px;font-weight:800;
      border:1px solid transparent;
      transition:.25s ease;
    }
    .cwtel-landing-wrap .cwtel-aidc .btn-primary{
      background:linear-gradient(90deg,var(--blue),#67c5ff);
      color:#03101a; box-shadow:0 0 34px rgba(62,166,255,.24)
    }
    .cwtel-landing-wrap .cwtel-aidc .btn-secondary{
      border-color:rgba(255,255,255,.16);
      background:rgba(255,255,255,.035)
    }
    .cwtel-landing-wrap .cwtel-aidc .btn:hover{transform:translateY(-2px)}
    .cwtel-landing-wrap .cwtel-aidc .hero-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
    .cwtel-landing-wrap .cwtel-aidc .metric{
      padding:16px;border:1px solid var(--line);border-radius:16px;
      background:rgba(7,15,29,.66)
    }
    .cwtel-landing-wrap .cwtel-aidc .metric strong{display:block;font-size:1.22rem}
    .cwtel-landing-wrap .cwtel-aidc .metric span{color:var(--muted);font-size:.75rem;letter-spacing:.08em}
    .cwtel-landing-wrap .cwtel-aidc .energy-console{
      position:relative;
      border:1px solid rgba(111,188,255,.24);
      border-radius:28px;
      background:linear-gradient(180deg,rgba(15,28,50,.90),rgba(5,12,24,.88));
      box-shadow:var(--shadow);
      padding:24px;
      overflow:hidden;
    }
    .cwtel-landing-wrap .cwtel-aidc .energy-console:before{
      content:"";position:absolute;inset:auto -30% -45% -30%;height:65%;
      background:radial-gradient(circle,rgba(67,219,140,.18),transparent 58%);
    }
    .cwtel-landing-wrap .cwtel-aidc .console-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
    .cwtel-landing-wrap .cwtel-aidc .live{font-size:.75rem;color:var(--green-2);display:flex;align-items:center;gap:8px}
    .cwtel-landing-wrap .cwtel-aidc .live:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 12px var(--green)}
    .cwtel-landing-wrap .cwtel-aidc .power-map{display:grid;gap:10px}
    .cwtel-landing-wrap .cwtel-aidc .power-row{
      display:grid;grid-template-columns:125px 1fr 88px;gap:12px;align-items:center;
      padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)
    }
    .cwtel-landing-wrap .cwtel-aidc .bar{height:7px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}
    .cwtel-landing-wrap .cwtel-aidc .bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--green))}
    .cwtel-landing-wrap .cwtel-aidc .power-row b{text-align:right}
    .cwtel-landing-wrap .cwtel-aidc .console-total{
      margin-top:24px;padding:18px;border-radius:16px;background:rgba(62,166,255,.08);
      display:grid;grid-template-columns:repeat(3,1fr);gap:14px
    }
    .cwtel-landing-wrap .cwtel-aidc .console-total strong{font-size:1.38rem;display:block}
    .cwtel-landing-wrap .cwtel-aidc .console-total span{font-size:.72rem;color:var(--muted)}

    /* CARDS */
    .cwtel-landing-wrap .cwtel-aidc .card{
      border:1px solid rgba(255,255,255,.08);
      background:linear-gradient(180deg,rgba(14,24,43,.78),rgba(7,13,26,.72));
      border-radius:var(--radius);
      padding:26px;
      box-shadow:0 18px 60px rgba(0,0,0,.16);
    }
    .cwtel-landing-wrap .cwtel-aidc .challenge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .cwtel-landing-wrap .cwtel-aidc .big-number{font-size:2.6rem;font-weight:900;letter-spacing:-.05em;margin:18px 0 4px}
    .cwtel-landing-wrap .cwtel-aidc .chip{
      display:inline-flex;padding:7px 10px;border-radius:999px;
      border:1px solid var(--line);font-size:.75rem;color:#cfe7ff
    }

    /* STACK */
    .cwtel-landing-wrap .cwtel-aidc .architecture{
      display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:stretch
    }
    .cwtel-landing-wrap .cwtel-aidc .stack{display:grid;gap:12px}
    .cwtel-landing-wrap .cwtel-aidc .layer{
      position:relative;overflow:hidden;padding:24px;border-radius:18px;
      border:1px solid rgba(255,255,255,.09);
      background:rgba(11,20,37,.80)
    }
    .cwtel-landing-wrap .cwtel-aidc .layer:after{
      content:"";position:absolute;inset:0 auto 0 0;width:4px;
      background:linear-gradient(var(--blue),var(--green))
    }
    .cwtel-landing-wrap .cwtel-aidc .layer small{color:var(--blue-2);font-weight:800}
    .cwtel-landing-wrap .cwtel-aidc .layer p{margin:8px 0 0;font-size:.93rem}
    .cwtel-landing-wrap .cwtel-aidc .dashboard{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
    .cwtel-landing-wrap .cwtel-aidc .dash-cell{padding:20px;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06)}
    .cwtel-landing-wrap .cwtel-aidc .dash-cell strong{display:block;font-size:1.75rem}
    .cwtel-landing-wrap .cwtel-aidc .dash-cell span{font-size:.75rem;color:var(--muted)}
    .cwtel-landing-wrap .cwtel-aidc .dash-cell.wide{grid-column:1/-1}

    /* FLOW */
    .cwtel-landing-wrap .cwtel-aidc .flow-wrap{
      border:1px solid var(--line);border-radius:26px;padding:28px;
      background:rgba(5,12,24,.75);overflow:hidden
    }
    .cwtel-landing-wrap .cwtel-aidc .flow{
      display:grid;grid-template-columns:1fr 52px 1.2fr 52px 1fr;gap:12px;align-items:center
    }
    .cwtel-landing-wrap .cwtel-aidc .node{
      min-height:168px;display:flex;flex-direction:column;justify-content:center;
      padding:24px;border-radius:18px;background:rgba(255,255,255,.035);
      border:1px solid rgba(255,255,255,.09)
    }
    .cwtel-landing-wrap .cwtel-aidc .node strong{font-size:1.25rem}
    .cwtel-landing-wrap .cwtel-aidc .node .node-kicker{font-size:.72rem;color:var(--green-2);font-weight:800;letter-spacing:.08em}
    .cwtel-landing-wrap .cwtel-aidc .arrow{font-size:2rem;text-align:center;color:var(--blue)}
    .cwtel-landing-wrap .cwtel-aidc .triple{display:grid;gap:10px}
    .cwtel-landing-wrap .cwtel-aidc .mini-node{
      padding:16px;border-radius:14px;border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.025)
    }

    /* COOLING */
    .cwtel-landing-wrap .cwtel-aidc .compare{display:grid;grid-template-columns:1fr 90px 1fr;gap:18px;align-items:center}
    .cwtel-landing-wrap .cwtel-aidc .compare-box{padding:30px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:var(--panel)}
    .cwtel-landing-wrap .cwtel-aidc .compare-box.featured{border-color:rgba(67,219,140,.36);box-shadow:0 0 50px rgba(67,219,140,.07)}
    .cwtel-landing-wrap .cwtel-aidc .vertical-flow{display:grid;gap:10px;margin-top:22px}
    .cwtel-landing-wrap .cwtel-aidc .vf-item{padding:13px 14px;border-radius:12px;background:rgba(255,255,255,.035);text-align:center}
    .cwtel-landing-wrap .cwtel-aidc .vf-arrow{text-align:center;color:var(--blue)}
    .cwtel-landing-wrap .cwtel-aidc .versus{text-align:center;font-weight:900;color:var(--muted)}
    .cwtel-landing-wrap .cwtel-aidc .cooling-statement{text-align:center;margin-top:36px}
    .cwtel-landing-wrap .cwtel-aidc .cooling-statement strong{font-size:clamp(2rem,5vw,5rem);letter-spacing:-.05em}

    /* PATHWAY */
    .cwtel-landing-wrap .cwtel-aidc .pathway{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .cwtel-landing-wrap .cwtel-aidc .step{position:relative}
    .cwtel-landing-wrap .cwtel-aidc .step-no{font-size:3rem;font-weight:950;color:rgba(127,210,255,.24)}
    .cwtel-landing-wrap .cwtel-aidc .step ul{padding-left:18px;color:var(--muted);line-height:1.75}
    .cwtel-landing-wrap .cwtel-aidc .statement{
      margin-top:28px;padding:24px 28px;border-radius:18px;
      background:linear-gradient(90deg,rgba(62,166,255,.08),rgba(67,219,140,.08));
      border:1px solid rgba(255,255,255,.08);font-size:1.2rem;font-weight:800
    }

    /* DMRV */
    .cwtel-landing-wrap .cwtel-aidc .data-chain{display:flex;gap:10px;align-items:stretch;overflow:auto;padding-bottom:10px}
    .cwtel-landing-wrap .cwtel-aidc .data-node{min-width:170px;flex:1}
    .cwtel-landing-wrap .cwtel-aidc .data-node .card{height:100%;padding:20px}
    .cwtel-landing-wrap .cwtel-aidc .data-node strong{display:block;margin-bottom:10px}
    .cwtel-landing-wrap .cwtel-aidc .data-node p{font-size:.87rem;margin:0}
    .cwtel-landing-wrap .cwtel-aidc .data-arrow{display:grid;place-items:center;color:var(--green);font-size:1.6rem}

    /* DEPLOYMENT */
    .cwtel-landing-wrap .cwtel-aidc .deploy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .cwtel-landing-wrap .cwtel-aidc .mw{font-size:3.4rem;font-weight:950;letter-spacing:-.06em;margin:14px 0}
    .cwtel-landing-wrap .cwtel-aidc .feature-list{list-style:none;padding:0;margin:20px 0 0}
    .cwtel-landing-wrap .cwtel-aidc .feature-list li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06);color:var(--muted)}

    /* FORM */
    .cwtel-landing-wrap .cwtel-aidc .assessment{
      display:grid;grid-template-columns:1fr 1fr;gap:26px;
      border:1px solid var(--line);padding:32px;border-radius:28px;background:rgba(8,16,30,.84)
    }
    .cwtel-landing-wrap .cwtel-aidc .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .cwtel-landing-wrap .cwtel-aidc label{display:block;font-size:.77rem;color:#dce7f7;margin-bottom:7px}
    .cwtel-landing-wrap .cwtel-aidc input, .cwtel-landing-wrap .cwtel-aidc select{
      width:100%;padding:14px 15px;border-radius:12px;border:1px solid rgba(255,255,255,.12);
      background:#091321;color:white;outline:none
    }
    .cwtel-landing-wrap .cwtel-aidc input:focus, .cwtel-landing-wrap .cwtel-aidc select:focus{border-color:var(--blue)}
    .cwtel-landing-wrap .cwtel-aidc .score{
      display:grid;place-items:center;min-height:420px;border-radius:22px;
      background:
        radial-gradient(circle at 50% 35%,rgba(62,166,255,.16),transparent 42%),
        rgba(255,255,255,.025);
      border:1px solid rgba(255,255,255,.07)
    }
    .cwtel-landing-wrap .cwtel-aidc .score-ring{
      width:220px;height:220px;border-radius:50%;
      display:grid;place-items:center;
      background:conic-gradient(var(--green) calc(var(--score)*1%), rgba(255,255,255,.08) 0);
      position:relative
    }
    .cwtel-landing-wrap .cwtel-aidc .score-ring:before{content:"";position:absolute;inset:16px;border-radius:50%;background:#07111f}
    .cwtel-landing-wrap .cwtel-aidc .score-ring div{position:relative;text-align:center}
    .cwtel-landing-wrap .cwtel-aidc .score-ring strong{display:block;font-size:4rem}
    .cwtel-landing-wrap .cwtel-aidc .score-ring span{color:var(--muted);font-size:.78rem}
    .cwtel-landing-wrap .cwtel-aidc .score-note{max-width:380px;text-align:center;margin:22px auto 0}

    /* FOOTER CTA */
    .cwtel-landing-wrap .cwtel-aidc .final{
      min-height:72vh;display:grid;place-items:center;text-align:center;padding:100px 0;
      background:
        radial-gradient(circle at 50% 50%,rgba(62,166,255,.16),transparent 40%),
        linear-gradient(180deg,transparent,rgba(2,5,12,.8))
    }
    .cwtel-landing-wrap .cwtel-aidc .final h2{max-width:980px;margin:0 auto 24px}
    .cwtel-landing-wrap .cwtel-aidc footer{padding:34px 0;border-top:1px solid rgba(255,255,255,.07);color:var(--muted);font-size:.85rem}
    .cwtel-landing-wrap .cwtel-aidc .footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

    .cwtel-landing-wrap .cwtel-aidc .reveal{opacity:0;transform:translateY(24px);transition:.75s ease}
    .cwtel-landing-wrap .cwtel-aidc .reveal.show{opacity:1;transform:none}

    @media (max-width: 980px){
      .cwtel-landing-wrap .cwtel-aidc .menu{display:none}
      .cwtel-landing-wrap .cwtel-aidc .mobile-btn{display:block}
      .cwtel-landing-wrap .cwtel-aidc .menu.open{
        display:flex;position:absolute;top:74px;left:0;right:0;padding:24px 20px;
        background:#07101d;flex-direction:column;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.07)
      }
      .cwtel-landing-wrap .cwtel-aidc .hero-grid, .cwtel-landing-wrap .cwtel-aidc .architecture, .cwtel-landing-wrap .cwtel-aidc .assessment{grid-template-columns:1fr}
      .cwtel-landing-wrap .cwtel-aidc .hero-metrics{grid-template-columns:repeat(2,1fr)}
      .cwtel-landing-wrap .cwtel-aidc .challenge-grid, .cwtel-landing-wrap .cwtel-aidc .deploy-grid, .cwtel-landing-wrap .cwtel-aidc .pathway{grid-template-columns:1fr 1fr}
      .cwtel-landing-wrap .cwtel-aidc .flow{grid-template-columns:1fr}
      .cwtel-landing-wrap .cwtel-aidc .arrow{transform:rotate(90deg)}
      .cwtel-landing-wrap .cwtel-aidc .compare{grid-template-columns:1fr}
      .cwtel-landing-wrap .cwtel-aidc .versus{padding:8px}
    }
    @media (max-width: 640px){
      .cwtel-landing-wrap .cwtel-aidc .container{width:min(100% - 28px, var(--max))}
      .cwtel-landing-wrap .cwtel-aidc .section{padding:86px 0}
      .cwtel-landing-wrap .cwtel-aidc h1{font-size:3.6rem}
      .cwtel-landing-wrap .cwtel-aidc .hero{padding-top:110px}
      .cwtel-landing-wrap .cwtel-aidc .hero-metrics, .cwtel-landing-wrap .cwtel-aidc .challenge-grid, .cwtel-landing-wrap .cwtel-aidc .deploy-grid, .cwtel-landing-wrap .cwtel-aidc .pathway, .cwtel-landing-wrap .cwtel-aidc .form-grid{grid-template-columns:1fr}
      .cwtel-landing-wrap .cwtel-aidc .console-total{grid-template-columns:1fr}
      .cwtel-landing-wrap .cwtel-aidc .dashboard{grid-template-columns:1fr}
      .cwtel-landing-wrap .cwtel-aidc .dash-cell.wide{grid-column:auto}
      .cwtel-landing-wrap .cwtel-aidc .assessment{padding:18px}
      .cwtel-landing-wrap .cwtel-aidc .energy-console{padding:18px}
      .cwtel-landing-wrap .cwtel-aidc .power-row{grid-template-columns:90px 1fr 72px}
    }
  
    /* VISUAL EVIDENCE / PROVIDED DIAGRAMS */
    .cwtel-landing-wrap .cwtel-aidc .visual-stage{
      position:relative;
      padding:20px;
      border-radius:28px;
      border:1px solid rgba(111,188,255,.24);
      background:
        radial-gradient(circle at 15% 20%, rgba(62,166,255,.10), transparent 28%),
        radial-gradient(circle at 85% 80%, rgba(67,219,140,.09), transparent 30%),
        rgba(5,12,24,.82);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .cwtel-landing-wrap .cwtel-aidc .visual-stage:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(rgba(62,166,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(62,166,255,.035) 1px, transparent 1px);
      background-size:32px 32px;
      pointer-events:none;
    }
    .cwtel-landing-wrap .cwtel-aidc .visual-stage img{
      position:relative;
      z-index:1;
      width:100%;
      display:block;
      border-radius:18px;
      box-shadow:0 24px 70px rgba(0,0,0,.45);
    }
    .cwtel-landing-wrap .cwtel-aidc .visual-caption{
      position:relative;
      z-index:1;
      display:flex;
      justify-content:space-between;
      gap:18px;
      align-items:center;
      margin-top:16px;
      color:var(--muted);
      font-size:.85rem;
    }
    .cwtel-landing-wrap .cwtel-aidc .visual-caption strong{color:#fff}
    .cwtel-landing-wrap .cwtel-aidc .visual-callouts{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-top:18px;
    }
    .cwtel-landing-wrap .cwtel-aidc .visual-callout{
      padding:16px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.07);
      background:rgba(255,255,255,.035);
    }
    .cwtel-landing-wrap .cwtel-aidc .visual-callout b{
      display:block;
      color:var(--green-2);
      font-size:.75rem;
      letter-spacing:.08em;
      margin-bottom:6px;
    }
    .cwtel-landing-wrap .cwtel-aidc .visual-callout span{font-size:.9rem;color:#dce8f9}
    .cwtel-landing-wrap .cwtel-aidc .evidence-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:22px;
      align-items:start;
    }
    .cwtel-landing-wrap .cwtel-aidc .evidence-copy{
      position:sticky;
      top:104px;
    }
    .cwtel-landing-wrap .cwtel-aidc .evidence-copy .statement{margin-top:20px}
    .cwtel-landing-wrap .cwtel-aidc .visual-link{
      display:inline-flex;
      gap:8px;
      align-items:center;
      color:var(--blue-2);
      font-weight:800;
      margin-top:14px;
    }
    @media (max-width:980px){
      .cwtel-landing-wrap .cwtel-aidc .evidence-grid{grid-template-columns:1fr}
      .cwtel-landing-wrap .cwtel-aidc .evidence-copy{position:static}
      .cwtel-landing-wrap .cwtel-aidc .visual-callouts{grid-template-columns:1fr 1fr}
    }
    @media (max-width:640px){
      .cwtel-landing-wrap .cwtel-aidc .visual-stage{padding:10px;border-radius:20px}
      .cwtel-landing-wrap .cwtel-aidc .visual-stage img{border-radius:12px}
      .cwtel-landing-wrap .cwtel-aidc .visual-caption{display:block}
      .cwtel-landing-wrap .cwtel-aidc .visual-callouts{grid-template-columns:1fr}
    }

  

/* ===== MERGED AIDC SECTION ===== */
.cwtel-landing-wrap .cwtel-aidc{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#050914;
}
.cwtel-landing-wrap .cwtel-aidc .hero{
  min-height:92vh;
}
.cwtel-landing-wrap .cwtel-aidc-anchor{
  scroll-margin-top:96px;
}


/* =========================================================
 * CWTEL TYPOGRAPHY + LAYOUT REBALANCE
 * ========================================================= */

/* Main content width and spacing */
.cwtel-landing-wrap .cw-inner{
  width:min(1180px,calc(100% - 40px)) !important;
}

.cwtel-landing-wrap .cw-section{
  padding:78px 0 !important;
}

.cwtel-landing-wrap .cw-content{
  padding:150px 0 96px !important;
}

/* Hero typography */
.cwtel-landing-wrap h1{
  font-size:clamp(40px,5vw,72px) !important;
  line-height:1.03 !important;
  letter-spacing:-.045em !important;
  max-width:920px !important;
}

.cwtel-landing-wrap .cw-sub{
  font-size:clamp(18px,1.8vw,24px) !important;
  line-height:1.45 !important;
  max-width:760px !important;
}

.cwtel-landing-wrap .cw-desc{
  font-size:16px !important;
  line-height:1.75 !important;
  max-width:720px !important;
}

/* General section headings */
.cwtel-landing-wrap .cw-section-title,
.cwtel-landing-wrap .cw-section-head h2,
.cwtel-landing-wrap .cw-project-head h2{
  font-size:clamp(30px,3.2vw,46px) !important;
  line-height:1.1 !important;
  letter-spacing:-.03em !important;
}

.cwtel-landing-wrap .cw-section-desc,
.cwtel-landing-wrap .cw-section-head p,
.cwtel-landing-wrap .cw-project-head p{
  font-size:15px !important;
  line-height:1.75 !important;
}

/* Cards */
.cwtel-landing-wrap .cw-solutions{
  gap:20px !important;
}

.cwtel-landing-wrap .cw-solution{
  padding:22px !important;
  min-height:260px;
}

.cwtel-landing-wrap .cw-solution h4{
  font-size:20px !important;
  line-height:1.3 !important;
}

.cwtel-landing-wrap .cw-solution p{
  font-size:14px !important;
  line-height:1.7 !important;
}

.cwtel-landing-wrap .cw-panel{
  padding:26px !important;
  min-height:unset !important;
}

.cwtel-landing-wrap .cw-impact-title{
  font-size:clamp(28px,3vw,42px) !important;
}

.cwtel-landing-wrap .cw-stat strong{
  font-size:clamp(32px,3.5vw,44px) !important;
}

/* Projects */
.cwtel-landing-wrap .cw-project-card{
  min-height:320px !important;
}

.cwtel-landing-wrap .cw-project-overlay h3{
  font-size:22px !important;
}

/* AIDC section */
.cwtel-landing-wrap .cwtel-aidc .container{
  width:min(1180px,calc(100% - 40px)) !important;
}

.cwtel-landing-wrap .cwtel-aidc .section{
  padding:82px 0 !important;
}

.cwtel-landing-wrap .cwtel-aidc h1{
  font-size:clamp(42px,5.2vw,74px) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
  max-width:900px !important;
}

.cwtel-landing-wrap .cwtel-aidc h2{
  font-size:clamp(30px,3.4vw,48px) !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
}

.cwtel-landing-wrap .cwtel-aidc h3{
  font-size:20px !important;
  line-height:1.3 !important;
}

.cwtel-landing-wrap .cwtel-aidc p{
  font-size:15px !important;
  line-height:1.72 !important;
}

.cwtel-landing-wrap .cwtel-aidc .section-title{
  max-width:760px !important;
  margin-bottom:34px !important;
}

.cwtel-landing-wrap .cwtel-aidc .hero{
  min-height:auto !important;
  padding:110px 0 72px !important;
}

.cwtel-landing-wrap .cwtel-aidc .hero-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr) !important;
  gap:42px !important;
}

.cwtel-landing-wrap .cwtel-aidc .hero-metrics{
  grid-template-columns:repeat(2,1fr) !important;
}

.cwtel-landing-wrap .cwtel-aidc .metric{
  padding:14px !important;
}

.cwtel-landing-wrap .cwtel-aidc .challenge-grid{
  gap:16px !important;
}

.cwtel-landing-wrap .cwtel-aidc .card{
  padding:22px !important;
}

.cwtel-landing-wrap .cwtel-aidc .big-number{
  font-size:clamp(30px,3vw,42px) !important;
}

.cwtel-landing-wrap .cwtel-aidc .architecture{
  grid-template-columns:1fr 1fr !important;
  gap:20px !important;
}

.cwtel-landing-wrap .cwtel-aidc .layer{
  padding:20px !important;
}

.cwtel-landing-wrap .cwtel-aidc .dash-cell strong{
  font-size:1.5rem !important;
}

.cwtel-landing-wrap .cwtel-aidc .flow{
  grid-template-columns:1fr 40px 1.15fr 40px 1fr !important;
}

.cwtel-landing-wrap .cwtel-aidc .node{
  min-height:145px !important;
  padding:20px !important;
}

.cwtel-landing-wrap .cwtel-aidc .compare{
  grid-template-columns:1fr 64px 1fr !important;
}

.cwtel-landing-wrap .cwtel-aidc .compare-box{
  padding:24px !important;
}

.cwtel-landing-wrap .cwtel-aidc .cooling-statement strong{
  font-size:clamp(28px,4vw,52px) !important;
}

.cwtel-landing-wrap .cwtel-aidc .step-no{
  font-size:2.3rem !important;
}

.cwtel-landing-wrap .cwtel-aidc .mw{
  font-size:clamp(34px,4vw,50px) !important;
}

.cwtel-landing-wrap .cwtel-aidc .assessment{
  grid-template-columns:1fr .9fr !important;
  gap:22px !important;
  padding:26px !important;
}

/* Better tablet behavior */
@media (max-width:1100px){
  .cwtel-landing-wrap .cwtel-aidc .hero-grid,
  .cwtel-landing-wrap .cwtel-aidc .architecture,
  .cwtel-landing-wrap .cwtel-aidc .assessment{
    grid-template-columns:1fr !important;
  }

  .cwtel-landing-wrap .cwtel-aidc .challenge-grid,
  .cwtel-landing-wrap .cwtel-aidc .deploy-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .cwtel-landing-wrap .cwtel-aidc .pathway{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

/* Mobile */
@media (max-width:760px){
  .cwtel-landing-wrap .cw-inner,
  .cwtel-landing-wrap .cwtel-aidc .container{
    width:min(100% - 24px,1180px) !important;
  }

  .cwtel-landing-wrap .cw-section,
  .cwtel-landing-wrap .cwtel-aidc .section{
    padding:58px 0 !important;
  }

  .cwtel-landing-wrap h1,
  .cwtel-landing-wrap .cwtel-aidc h1{
    font-size:clamp(34px,10vw,50px) !important;
    line-height:1.05 !important;
  }

  .cwtel-landing-wrap .cw-section-title,
  .cwtel-landing-wrap .cw-section-head h2,
  .cwtel-landing-wrap .cw-project-head h2,
  .cwtel-landing-wrap .cwtel-aidc h2{
    font-size:clamp(26px,8vw,38px) !important;
  }

  .cwtel-landing-wrap .cwtel-aidc .challenge-grid,
  .cwtel-landing-wrap .cwtel-aidc .deploy-grid,
  .cwtel-landing-wrap .cwtel-aidc .pathway,
  .cwtel-landing-wrap .cwtel-aidc .dashboard{
    grid-template-columns:1fr !important;
  }

  .cwtel-landing-wrap .cwtel-aidc .flow,
  .cwtel-landing-wrap .cwtel-aidc .compare{
    grid-template-columns:1fr !important;
  }

  .cwtel-landing-wrap .cwtel-aidc .arrow,
  .cwtel-landing-wrap .cwtel-aidc .versus{
    transform:none !important;
    padding:8px 0 !important;
  }

  .cwtel-landing-wrap .cwtel-aidc .hero{
    padding:96px 0 56px !important;
  }
}


/* =========================================================
 * AIDC BCR SOLUTION + SBTi VALUE CHAIN
 * ========================================================= */
.cwtel-landing-wrap .cw-aidc-feature{
  padding:82px 0;
  background:
    radial-gradient(circle at 8% 12%,rgba(49,209,124,.08),transparent 28%),
    radial-gradient(circle at 92% 20%,rgba(79,215,255,.08),transparent 26%),
    linear-gradient(180deg,#07111d 0%,#081523 100%);
}
.cwtel-landing-wrap .cw-aidc-feature .cw-inner{
  width:min(1180px,calc(100% - 40px));
}
.cwtel-landing-wrap .cw-aidc-intro{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:center;
  margin-bottom:28px;
}
.cwtel-landing-wrap .cw-aidc-intro h2{
  font-size:clamp(30px,3.5vw,48px);
  line-height:1.08;
  letter-spacing:-.035em;
  margin:10px 0 14px;
}
.cwtel-landing-wrap .cw-aidc-intro p{
  color:var(--cw-muted);
  font-size:15px;
  line-height:1.78;
  margin:0;
}
.cwtel-landing-wrap .cw-aidc-visual{
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  background:#fff;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.cwtel-landing-wrap .cw-aidc-visual img{
  display:block;
  width:100%;
  height:auto;
}
.cwtel-landing-wrap .cw-aidc-benefits{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  margin:24px 0;
}
.cwtel-landing-wrap .cw-aidc-benefit{
  padding:18px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(13,31,45,.88),rgba(8,18,30,.76));
  border:1px solid rgba(255,255,255,.07);
  transition:transform .28s ease,border-color .28s ease;
}
.cwtel-landing-wrap .cw-aidc-benefit:hover{
  transform:translateY(-5px);
  border-color:rgba(79,215,255,.24);
}
.cwtel-landing-wrap .cw-aidc-benefit .ico{
  width:42px;height:42px;
  display:grid;place-items:center;
  border-radius:14px;
  background:rgba(49,209,124,.11);
  font-size:21px;
  margin-bottom:12px;
}
.cwtel-landing-wrap .cw-aidc-benefit h3{
  font-size:16px;
  margin:0 0 7px;
}
.cwtel-landing-wrap .cw-aidc-benefit p{
  margin:0;
  color:var(--cw-muted);
  font-size:13px;
  line-height:1.55;
}
.cwtel-landing-wrap .cw-aidc-kpis{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:24px 0 30px;
}
.cwtel-landing-wrap .cw-aidc-kpi{
  padding:20px;
  text-align:center;
  border-radius:20px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
}
.cwtel-landing-wrap .cw-aidc-kpi strong{
  display:block;
  font-size:clamp(28px,3vw,42px);
  line-height:1;
  letter-spacing:-.04em;
  margin-bottom:7px;
  color:#e8fbff;
}
.cwtel-landing-wrap .cw-aidc-kpi span{
  color:var(--cw-muted);
  font-size:12px;
}
.cwtel-landing-wrap .cw-aidc-flow-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:24px;
}
.cwtel-landing-wrap .cw-aidc-flow-step{
  position:relative;
  padding:20px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(12,28,42,.84),rgba(8,18,30,.72));
  border:1px solid rgba(255,255,255,.07);
}
.cwtel-landing-wrap .cw-aidc-flow-step small{
  display:block;
  color:#8ef2b9;
  font-weight:800;
  letter-spacing:.08em;
  margin-bottom:8px;
}
.cwtel-landing-wrap .cw-aidc-flow-step strong{
  display:block;
  font-size:18px;
  margin-bottom:7px;
}
.cwtel-landing-wrap .cw-aidc-flow-step p{
  margin:0;
  color:var(--cw-muted);
  font-size:13px;
  line-height:1.6;
}
.cwtel-landing-wrap .cw-aidc-section-title{
  text-align:center;
  max-width:840px;
  margin:0 auto 30px;
}
.cwtel-landing-wrap .cw-aidc-section-title h2{
  font-size:clamp(28px,3.2vw,44px);
  line-height:1.1;
  margin:10px 0 12px;
}
.cwtel-landing-wrap .cw-aidc-section-title p{
  color:var(--cw-muted);
  line-height:1.75;
}
.cwtel-landing-wrap .cw-aidc-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  align-items:stretch;
}
.cwtel-landing-wrap .cw-aidc-info-card{
  padding:24px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(12,28,42,.84),rgba(8,18,30,.72));
  border:1px solid rgba(255,255,255,.07);
}
.cwtel-landing-wrap .cw-aidc-info-card h3{
  font-size:20px;
  margin:0 0 10px;
}
.cwtel-landing-wrap .cw-aidc-info-card ul{
  margin:0;
  padding-left:18px;
  color:var(--cw-muted);
  line-height:1.8;
  font-size:14px;
}
.cwtel-landing-wrap .cw-aidc-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:28px;
}
.cwtel-landing-wrap .cw-aidc-gallery figure{
  margin:0;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:#fff;
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}
.cwtel-landing-wrap .cw-aidc-gallery img{
  display:block;
  width:100%;
  height:auto;
}
.cwtel-landing-wrap .cw-aidc-gallery figcaption{
  padding:12px 14px;
  background:#0b1726;
  color:#c4d3e1;
  font-size:12px;
}
@media(max-width:1050px){
  .cwtel-landing-wrap .cw-aidc-intro,
  .cwtel-landing-wrap .cw-aidc-two-col{
    grid-template-columns:1fr;
  }
  .cwtel-landing-wrap .cw-aidc-benefits{
    grid-template-columns:repeat(2,1fr);
  }
  .cwtel-landing-wrap .cw-aidc-flow-grid,
  .cwtel-landing-wrap .cw-aidc-kpis{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:680px){
  .cwtel-landing-wrap .cw-aidc-feature{padding:58px 0}
  .cwtel-landing-wrap .cw-aidc-benefits,
  .cwtel-landing-wrap .cw-aidc-flow-grid,
  .cwtel-landing-wrap .cw-aidc-kpis,
  .cwtel-landing-wrap .cw-aidc-gallery{
    grid-template-columns:1fr;
  }
}


/* ===== AIDC GALLERY CLEANUP v11.3.1 ===== */
.cwtel-landing-wrap .cw-aidc-gallery{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:24px !important;
  margin:34px auto 0 !important;
  max-width:1180px !important;
}
.cwtel-landing-wrap .cw-aidc-gallery figure{
  width:100% !important;
  margin:0 !important;
  overflow:hidden !important;
  border-radius:28px !important;
  background:#000 !important;
  border:1px solid rgba(116,214,255,.20) !important;
  box-shadow:0 26px 70px rgba(0,0,0,.38) !important;
}
.cwtel-landing-wrap .cw-aidc-gallery figure img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  background:#000 !important;
}
.cwtel-landing-wrap .cw-aidc-gallery figcaption{
  padding:16px 20px !important;
  background:linear-gradient(180deg,#0b1726,#08111e) !important;
  border-top:1px solid rgba(116,214,255,.12) !important;
  color:#c9d9ea !important;
  font-size:14px !important;
  line-height:1.6 !important;
}
.cwtel-landing-wrap .cw-aidc-flow-grid{
  gap:16px !important;
  margin-top:28px !important;
}
.cwtel-landing-wrap .cw-aidc-flow-step{
  min-height:190px !important;
  padding:24px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,rgba(12,28,42,.94),rgba(7,17,29,.88)) !important;
  border:1px solid rgba(116,214,255,.12) !important;
  box-shadow:0 16px 40px rgba(0,0,0,.18) !important;
}
.cwtel-landing-wrap .cw-aidc-flow-step small{
  font-size:16px !important;
  color:#72f0a8 !important;
  margin-bottom:12px !important;
}
.cwtel-landing-wrap .cw-aidc-flow-step strong{
  font-size:21px !important;
  line-height:1.3 !important;
  margin-bottom:10px !important;
}
.cwtel-landing-wrap .cw-aidc-flow-step p{
  font-size:14px !important;
  line-height:1.7 !important;
}
.cwtel-landing-wrap .cw-aidc-info-card{
  min-height:260px !important;
  padding:26px !important;
  border-radius:24px !important;
  background:linear-gradient(180deg,rgba(12,28,42,.92),rgba(7,17,29,.82)) !important;
  border:1px solid rgba(116,214,255,.10) !important;
  box-shadow:0 16px 44px rgba(0,0,0,.16) !important;
}
@media(max-width:760px){
  .cwtel-landing-wrap .cw-aidc-gallery{gap:18px !important;margin-top:24px !important}
  .cwtel-landing-wrap .cw-aidc-gallery figure{border-radius:20px !important}
  .cwtel-landing-wrap .cw-aidc-flow-step{min-height:auto !important}
}


/* =========================================================
 * CWTEL AI MASCOT
 * ========================================================= */


/* =========================
 * CWT-AI SMART CHAT ASSISTANT
 * ========================= */
.cwtel-landing-wrap .cw-ai-assistant{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:1150;
  display:flex;
  align-items:flex-end;
  gap:14px;
  pointer-events:none;
}

.cwtel-landing-wrap .cw-ai-chat{
  width:390px;
  height:min(610px,calc(100vh - 44px));
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(83,231,126,.48);
  background:
    radial-gradient(circle at 12% 0%,rgba(79,215,255,.10),transparent 32%),
    linear-gradient(180deg,rgba(5,20,35,.98),rgba(3,13,25,.97));
  box-shadow:
    0 0 0 1px rgba(79,215,255,.06) inset,
    0 0 38px rgba(73,230,125,.14),
    0 26px 70px rgba(0,0,0,.48);
  backdrop-filter:blur(18px);
  pointer-events:auto;
  transform-origin:bottom right;
  animation:cwAiChatIn .38s ease both;
}

.cwtel-landing-wrap .cw-ai-chat-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px 16px 14px;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.025);
}

.cwtel-landing-wrap .cw-ai-status{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,rgba(79,215,255,.20),rgba(67,219,140,.20));
  border:1px solid rgba(124,232,255,.22);
  font-size:22px;
  box-shadow:0 0 18px rgba(79,215,255,.10);
}

.cwtel-landing-wrap .cw-ai-head-copy{min-width:0;flex:1}
.cwtel-landing-wrap .cw-ai-head-copy strong{
  display:block;
  color:#fff;
  font-size:16px;
  line-height:1.2;
}
.cwtel-landing-wrap .cw-ai-head-copy span{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:5px;
  color:#9fbed0;
  font-size:11px;
}
.cwtel-landing-wrap .cw-ai-head-copy span:before{
  content:"";
  width:7px;height:7px;border-radius:50%;
  background:#43db8c;
  box-shadow:0 0 10px #43db8c;
}

.cwtel-landing-wrap .cw-ai-close{
  width:34px;height:34px;padding:0;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  font-size:18px;
}

.cwtel-landing-wrap .cw-ai-messages{
  flex:1;
  overflow-y:auto;
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:12px;
  scrollbar-width:thin;
  scrollbar-color:rgba(79,215,255,.28) transparent;
}

.cwtel-landing-wrap .cw-ai-msg{
  max-width:86%;
  padding:11px 14px;
  border-radius:18px;
  font-size:13px;
  line-height:1.6;
  word-break:break-word;
  animation:cwAiBubbleIn .25s ease both;
}

.cwtel-landing-wrap .cw-ai-msg.bot{
  align-self:flex-start;
  border-bottom-left-radius:6px;
  color:#e7f4ff;
  background:linear-gradient(180deg,rgba(18,42,62,.90),rgba(10,29,47,.90));
  border:1px solid rgba(79,215,255,.14);
}

.cwtel-landing-wrap .cw-ai-msg.user{
  align-self:flex-end;
  border-bottom-right-radius:6px;
  color:#031018;
  background:linear-gradient(135deg,#7ce8ff,#63e39c);
  font-weight:650;
}

.cwtel-landing-wrap .cw-ai-msg .cw-ai-action-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:8px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:#bff5ff;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

.cwtel-landing-wrap .cw-ai-typing{
  display:flex;
  gap:4px;
  align-self:flex-start;
  padding:11px 14px;
  border-radius:18px 18px 18px 6px;
  background:rgba(18,42,62,.76);
  border:1px solid rgba(79,215,255,.12);
}
.cwtel-landing-wrap .cw-ai-typing i{
  width:6px;height:6px;border-radius:50%;
  background:#8ddfff;
  animation:cwAiDot 1s infinite ease-in-out;
}
.cwtel-landing-wrap .cw-ai-typing i:nth-child(2){animation-delay:.14s}
.cwtel-landing-wrap .cw-ai-typing i:nth-child(3){animation-delay:.28s}

.cwtel-landing-wrap .cw-ai-quick{
  display:flex;
  gap:7px;
  overflow-x:auto;
  padding:10px 14px 4px;
  scrollbar-width:none;
}
.cwtel-landing-wrap .cw-ai-quick::-webkit-scrollbar{display:none}
.cwtel-landing-wrap .cw-ai-chip{
  flex:0 0 auto;
  border:1px solid rgba(124,232,255,.16);
  background:rgba(79,215,255,.055);
  color:#d8f6ff;
  border-radius:999px;
  padding:8px 11px;
  font-size:11px;
  font-weight:750;
  cursor:pointer;
  transition:.2s ease;
}
.cwtel-landing-wrap .cw-ai-chip:hover{
  transform:translateY(-1px);
  border-color:rgba(67,219,140,.35);
  background:rgba(67,219,140,.08);
}

.cwtel-landing-wrap .cw-ai-form{
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px 14px 14px;
  border-top:1px solid rgba(255,255,255,.06);
  background:rgba(1,9,18,.55);
}

.cwtel-landing-wrap .cw-ai-input{
  flex:1;
  min-width:0;
  height:46px;
  padding:0 14px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.10);
  outline:none;
  background:rgba(255,255,255,.045);
  color:#fff;
  font-size:13px;
}
.cwtel-landing-wrap .cw-ai-input::placeholder{color:#839bad}
.cwtel-landing-wrap .cw-ai-input:focus{
  border-color:rgba(79,215,255,.36);
  box-shadow:0 0 0 4px rgba(79,215,255,.07);
}

.cwtel-landing-wrap .cw-ai-send{
  width:46px;height:46px;flex:0 0 46px;
  border:0;border-radius:15px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#4fd7ff,#43db8c);
  color:#031019;
  font-size:20px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(79,215,255,.16);
}

.cwtel-landing-wrap .cw-ai-robot{
  position:relative;
  width:150px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  pointer-events:auto;
  animation:cwAiFloat 3.2s ease-in-out infinite;
  filter:drop-shadow(0 18px 20px rgba(0,0,0,.34))
         drop-shadow(0 0 18px rgba(70,235,133,.18));
}

.cwtel-landing-wrap .cw-ai-robot img{
  display:block;
  width:100%;
  height:auto;
  max-height:230px;
  object-fit:contain;
}

.cwtel-landing-wrap .cw-ai-platform{
  position:absolute;
  left:50%;
  bottom:-2px;
  width:132px;
  height:38px;
  transform:translateX(-50%) perspective(280px) rotateX(72deg);
  border:2px solid rgba(74,244,153,.70);
  border-radius:50%;
  box-shadow:
    0 0 18px rgba(62,255,165,.62),
    0 0 38px rgba(62,255,165,.28),
    inset 0 0 18px rgba(62,255,165,.20);
  z-index:-1;
}

.cwtel-landing-wrap .cw-ai-assistant.is-closed .cw-ai-chat{display:none}

@keyframes cwAiFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-9px)}
}
@keyframes cwAiChatIn{
  from{opacity:0;transform:translateY(12px) scale(.96)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes cwAiBubbleIn{
  from{opacity:0;transform:translateY(7px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes cwAiDot{
  0%,60%,100%{transform:translateY(0);opacity:.45}
  30%{transform:translateY(-4px);opacity:1}
}

@media(max-width:820px){
  .cwtel-landing-wrap .cw-ai-assistant{
    right:10px;
    bottom:10px;
    gap:7px;
  }
  .cwtel-landing-wrap .cw-ai-chat{
    width:min(360px,calc(100vw - 92px));
    height:min(570px,calc(100vh - 22px));
    border-radius:22px;
  }
  .cwtel-landing-wrap .cw-ai-robot{width:78px}
  .cwtel-landing-wrap .cw-ai-platform{width:72px;height:28px}
}

@media(max-width:520px){
  .cwtel-landing-wrap .cw-ai-assistant{
    left:8px;
    right:8px;
    bottom:8px;
    align-items:flex-end;
    justify-content:flex-end;
  }
  .cwtel-landing-wrap .cw-ai-chat{
    width:calc(100vw - 16px);
    height:min(74vh,610px);
  }
  .cwtel-landing-wrap .cw-ai-assistant:not(.is-closed) .cw-ai-robot{display:none}
  .cwtel-landing-wrap .cw-ai-robot{width:88px}
}


/* =========================================================
 * INTEGRATED INFRASTRUCTURE CAPABILITY - IMAGE MATCH REDESIGN
 * ========================================================= */
.cwtel-landing-wrap .cw-infra-capability{
  overflow:hidden;
  padding:72px 0 88px;
  background:
    radial-gradient(circle at 18% 18%,rgba(35,133,255,.08),transparent 25%),
    radial-gradient(circle at 78% 34%,rgba(72,223,165,.045),transparent 23%),
    linear-gradient(180deg,#030914 0%,#040b16 100%);
}

.cwtel-landing-wrap .cw-infra-capability:before{
  content:"";
  position:absolute;
  inset:auto -8% -55px -8%;
  height:175px;
  background:
    repeating-radial-gradient(ellipse at 50% 100%,rgba(26,126,255,.28) 0 1px,transparent 2px 12px);
  transform:perspective(420px) rotateX(62deg);
  opacity:.72;
  filter:drop-shadow(0 0 12px rgba(25,135,255,.42));
  pointer-events:none;
}

.cwtel-landing-wrap .cw-infra-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);
  gap:78px;
  align-items:start;
}

.cwtel-landing-wrap .cw-infra-badge{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:42px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid rgba(57,163,255,.48);
  color:#64c9ff;
  background:rgba(5,18,35,.74);
  box-shadow:inset 0 0 20px rgba(35,139,255,.04);
  font-size:14px;
  font-weight:700;
  letter-spacing:.02em;
}

.cwtel-landing-wrap .cw-infra-badge-icon{
  font-size:19px;
  color:#4cc7ff;
  text-shadow:0 0 12px rgba(76,199,255,.75);
}

.cwtel-landing-wrap .cw-infra-title{
  margin:22px 0 12px;
  font-size:clamp(38px,3.55vw,60px);
  line-height:1.05;
  letter-spacing:-.035em;
  color:#fff;
}

.cwtel-landing-wrap .cw-infra-accent{
  color:#38a9ff;
  text-shadow:0 0 28px rgba(38,139,255,.16);
}

.cwtel-landing-wrap .cw-infra-desc{
  max-width:790px;
  margin:0 0 20px;
  color:#d1d8e2;
  font-size:16px;
  line-height:1.6;
}

.cwtel-landing-wrap .cw-infra-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.cwtel-landing-wrap .cw-infra-card{
  --card-accent:#36a9ff;
  position:relative;
  min-height:260px;
  overflow:hidden;
  padding:23px 22px 92px 120px;
  border-radius:18px;
  border:1px solid color-mix(in srgb,var(--card-accent) 46%,transparent);
  background:
    radial-gradient(circle at 100% 100%,color-mix(in srgb,var(--card-accent) 10%,transparent),transparent 42%),
    linear-gradient(180deg,rgba(7,18,32,.96),rgba(4,12,23,.98));
  box-shadow:
    inset 0 0 28px rgba(255,255,255,.018),
    0 14px 30px rgba(0,0,0,.18);
}

.cwtel-landing-wrap .cw-infra-card.cw-blue{--card-accent:#2da8ff}
.cwtel-landing-wrap .cw-infra-card.cw-green{--card-accent:#8adf3c}
.cwtel-landing-wrap .cw-infra-card.cw-purple{--card-accent:#9a55ff}
.cwtel-landing-wrap .cw-infra-card.cw-orange{--card-accent:#ff9d25}

.cwtel-landing-wrap .cw-infra-card-icon{
  position:absolute;
  left:22px;
  top:22px;
  width:72px;
  height:72px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid color-mix(in srgb,var(--card-accent) 74%,transparent);
  color:var(--card-accent);
  font-size:32px;
  background:radial-gradient(circle,color-mix(in srgb,var(--card-accent) 14%,transparent),rgba(3,12,23,.94) 68%);
  box-shadow:
    0 0 24px color-mix(in srgb,var(--card-accent) 18%,transparent),
    inset 0 0 18px color-mix(in srgb,var(--card-accent) 8%,transparent);
}

.cwtel-landing-wrap .cw-infra-card-copy h3{
  margin:0 0 2px;
  color:#fff;
  font-size:27px;
  line-height:1.08;
  letter-spacing:-.025em;
}

.cwtel-landing-wrap .cw-infra-card-copy strong{
  display:block;
  color:var(--card-accent);
  font-size:17px;
  line-height:1.35;
  margin-bottom:12px;
}

.cwtel-landing-wrap .cw-infra-card-copy p{
  margin:0;
  color:#d1d9e5;
  font-size:14px;
  line-height:1.55;
}

.cwtel-landing-wrap .cw-infra-visual{
  position:absolute;
  left:18px;
  right:18px;
  bottom:0;
  height:82px;
  opacity:.9;
  pointer-events:none;
}

.cwtel-landing-wrap .cw-net-grid,
.cwtel-landing-wrap .cw-server-grid,
.cwtel-landing-wrap .cw-aidc-grid,
.cwtel-landing-wrap .cw-radar-grid{
  background:
    radial-gradient(circle at 50% 100%,color-mix(in srgb,var(--card-accent) 50%,transparent),transparent 38%),
    repeating-linear-gradient(90deg,color-mix(in srgb,var(--card-accent) 24%,transparent) 0 1px,transparent 1px 26px),
    repeating-linear-gradient(0deg,color-mix(in srgb,var(--card-accent) 18%,transparent) 0 1px,transparent 1px 18px);
  mask-image:linear-gradient(to top,black,transparent 88%);
  transform:perspective(250px) rotateX(62deg);
  transform-origin:bottom;
}

.cwtel-landing-wrap .cw-why-column{
  padding-left:4px;
}

.cwtel-landing-wrap .cw-why-badge{
  margin-left:0;
}

.cwtel-landing-wrap .cw-why-list{
  display:grid;
  gap:18px;
  margin-top:14px;
}

.cwtel-landing-wrap .cw-why-card{
  --card-accent:#36a9ff;
  position:relative;
  min-height:152px;
  display:grid;
  grid-template-columns:104px 1fr;
  align-items:center;
  gap:22px;
  padding:22px 28px 22px 20px;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(8,20,34,.96),rgba(6,15,27,.98));
  box-shadow:0 14px 32px rgba(0,0,0,.18);
}

.cwtel-landing-wrap .cw-why-card:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:var(--card-accent);
  box-shadow:0 0 16px var(--card-accent);
}

.cwtel-landing-wrap .cw-why-card.cw-blue{--card-accent:#34aaff}
.cwtel-landing-wrap .cw-why-card.cw-green{--card-accent:#76e650}
.cwtel-landing-wrap .cw-why-card.cw-purple{--card-accent:#9b54ff}
.cwtel-landing-wrap .cw-why-card.cw-orange{--card-accent:#ff9b22}

.cwtel-landing-wrap .cw-why-icon{
  width:84px;
  height:84px;
  border-radius:50%;
  display:grid;
  place-items:center;
  justify-self:center;
  color:var(--card-accent);
  border:1px solid color-mix(in srgb,var(--card-accent) 72%,transparent);
  background:radial-gradient(circle,color-mix(in srgb,var(--card-accent) 12%,transparent),rgba(3,12,23,.94) 70%);
  box-shadow:
    0 0 24px color-mix(in srgb,var(--card-accent) 14%,transparent),
    inset 0 0 18px color-mix(in srgb,var(--card-accent) 8%,transparent);
  font-size:34px;
}

.cwtel-landing-wrap .cw-why-card h3{
  margin:0 0 8px;
  color:#fff;
  font-size:23px;
  line-height:1.2;
  letter-spacing:-.02em;
}

.cwtel-landing-wrap .cw-why-card p{
  margin:0;
  color:#d3dbe6;
  font-size:14px;
  line-height:1.55;
}

.cwtel-landing-wrap .cw-infra-card,
.cwtel-landing-wrap .cw-why-card{
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}

.cwtel-landing-wrap .cw-infra-card:hover,
.cwtel-landing-wrap .cw-why-card:hover{
  transform:translateY(-5px);
  border-color:color-mix(in srgb,var(--card-accent) 62%,transparent);
  box-shadow:
    0 20px 44px rgba(0,0,0,.28),
    0 0 26px color-mix(in srgb,var(--card-accent) 8%,transparent);
}

@media(max-width:1120px){
  .cwtel-landing-wrap .cw-infra-layout{
    grid-template-columns:1fr;
    gap:42px;
  }
  .cwtel-landing-wrap .cw-why-column{padding-left:0}
}

@media(max-width:760px){
  .cwtel-landing-wrap .cw-infra-capability{padding:64px 0 72px}
  .cwtel-landing-wrap .cw-infra-card-grid{grid-template-columns:1fr}
  .cwtel-landing-wrap .cw-infra-card{
    min-height:240px;
    padding-left:108px;
  }
  .cwtel-landing-wrap .cw-infra-card-icon{
    width:64px;
    height:64px;
    font-size:27px;
  }
  .cwtel-landing-wrap .cw-why-card{
    grid-template-columns:78px 1fr;
    gap:14px;
    padding:19px 18px 19px 16px;
  }
  .cwtel-landing-wrap .cw-why-icon{
    width:64px;
    height:64px;
    font-size:27px;
  }
  .cwtel-landing-wrap .cw-why-card h3{font-size:19px}
}

@media(max-width:520px){
  .cwtel-landing-wrap .cw-infra-title{font-size:36px}
  .cwtel-landing-wrap .cw-infra-card{
    padding:96px 18px 84px;
  }
  .cwtel-landing-wrap .cw-infra-card-icon{
    left:18px;
    top:18px;
  }
  .cwtel-landing-wrap .cw-why-card{
    grid-template-columns:1fr;
    text-align:center;
  }
}


/* =========================================================
 * INFRASTRUCTURE SECTION — FINAL TYPOGRAPHY / SPACING / ICON REFINEMENT
 * ========================================================= */
.cwtel-landing-wrap .cw-infra-capability{
  padding:82px 0 96px;
}

.cwtel-landing-wrap .cw-infra-layout{
  grid-template-columns:minmax(0,1.16fr) minmax(390px,.84fr);
  gap:58px;
}

.cwtel-landing-wrap .cw-infra-left{
  min-width:0;
}

.cwtel-landing-wrap .cw-infra-badge{
  min-height:40px;
  padding:0 20px;
  gap:10px;
  font-size:13px;
  line-height:1;
  letter-spacing:.015em;
}

.cwtel-landing-wrap .cw-infra-badge-icon{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
}

.cwtel-landing-wrap .cw-infra-badge-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.cwtel-landing-wrap .cw-why-badge .cw-infra-badge-icon svg{
  fill:currentColor;
  stroke:none;
}

.cwtel-landing-wrap .cw-infra-title{
  max-width:880px;
  margin:24px 0 14px;
  font-size:clamp(36px,3.15vw,54px);
  line-height:1.08;
  letter-spacing:-.032em;
  font-weight:780;
}

.cwtel-landing-wrap .cw-infra-title .cw-infra-accent{
  display:inline;
}

.cwtel-landing-wrap .cw-infra-desc{
  max-width:835px;
  margin-bottom:24px;
  font-size:15px;
  line-height:1.68;
  color:#c7d1dc;
}

.cwtel-landing-wrap .cw-infra-card-grid{
  gap:16px;
}

.cwtel-landing-wrap .cw-infra-card{
  min-height:248px;
  padding:24px 22px 82px 112px;
  border-radius:20px;
}

.cwtel-landing-wrap .cw-infra-card-icon{
  left:22px;
  top:24px;
  width:66px;
  height:66px;
  font-size:0;
}

.cwtel-landing-wrap .cw-infra-card-icon svg,
.cwtel-landing-wrap .cw-why-icon svg{
  width:36px;
  height:36px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.cwtel-landing-wrap .cw-infra-card-copy{
  max-width:100%;
}

.cwtel-landing-wrap .cw-infra-card-copy h3{
  margin:0 0 4px;
  font-size:25px;
  line-height:1.08;
  font-weight:800;
}

.cwtel-landing-wrap .cw-infra-card-copy strong{
  margin-bottom:10px;
  font-size:16px;
  line-height:1.35;
  font-weight:700;
}

.cwtel-landing-wrap .cw-infra-card-copy p{
  max-width:95%;
  font-size:13.5px;
  line-height:1.62;
}

.cwtel-landing-wrap .cw-infra-visual{
  left:16px;
  right:16px;
  height:72px;
}

.cwtel-landing-wrap .cw-why-column{
  min-width:0;
}

.cwtel-landing-wrap .cw-why-list{
  gap:16px;
  margin-top:16px;
}

.cwtel-landing-wrap .cw-why-card{
  min-height:142px;
  grid-template-columns:94px 1fr;
  gap:18px;
  padding:22px 26px 22px 18px;
  border-radius:20px;
}

.cwtel-landing-wrap .cw-why-icon{
  width:74px;
  height:74px;
  font-size:0;
}

.cwtel-landing-wrap .cw-why-icon svg{
  width:38px;
  height:38px;
}

.cwtel-landing-wrap .cw-why-card h3{
  margin:0 0 7px;
  font-size:21px;
  line-height:1.22;
  font-weight:780;
  letter-spacing:-.018em;
}

.cwtel-landing-wrap .cw-why-card p{
  font-size:13.5px;
  line-height:1.62;
  color:#cbd4df;
}

/* Keep headings visually calm on large monitors */
@media(min-width:1500px){
  .cwtel-landing-wrap .cw-infra-title{
    font-size:52px;
  }
}

/* Tablet */
@media(max-width:1120px){
  .cwtel-landing-wrap .cw-infra-layout{
    grid-template-columns:1fr;
    gap:52px;
  }

  .cwtel-landing-wrap .cw-infra-title{
    max-width:760px;
  }

  .cwtel-landing-wrap .cw-why-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .cwtel-landing-wrap .cw-why-card{
    min-height:160px;
  }
}

/* Small tablet / large mobile */
@media(max-width:760px){
  .cwtel-landing-wrap .cw-infra-capability{
    padding:64px 0 76px;
  }

  .cwtel-landing-wrap .cw-infra-badge{
    max-width:100%;
    min-height:38px;
    padding:0 16px;
    font-size:12px;
  }

  .cwtel-landing-wrap .cw-infra-title{
    margin-top:20px;
    font-size:clamp(32px,7.5vw,42px);
    line-height:1.1;
  }

  .cwtel-landing-wrap .cw-infra-desc{
    font-size:14px;
    line-height:1.7;
  }

  .cwtel-landing-wrap .cw-infra-card-grid,
  .cwtel-landing-wrap .cw-why-list{
    grid-template-columns:1fr;
  }

  .cwtel-landing-wrap .cw-infra-card{
    min-height:230px;
    padding:22px 18px 76px 102px;
  }

  .cwtel-landing-wrap .cw-infra-card-icon{
    left:18px;
    top:22px;
    width:62px;
    height:62px;
  }

  .cwtel-landing-wrap .cw-infra-card-copy h3{
    font-size:22px;
  }

  .cwtel-landing-wrap .cw-infra-card-copy strong{
    font-size:15px;
  }

  .cwtel-landing-wrap .cw-why-card{
    min-height:0;
    grid-template-columns:76px 1fr;
    gap:14px;
    padding:18px;
    text-align:left;
  }

  .cwtel-landing-wrap .cw-why-icon{
    width:62px;
    height:62px;
  }

  .cwtel-landing-wrap .cw-why-icon svg{
    width:31px;
    height:31px;
  }

  .cwtel-landing-wrap .cw-why-card h3{
    font-size:18px;
  }
}

/* Mobile */
@media(max-width:520px){
  .cwtel-landing-wrap .cw-infra-title{
    font-size:33px;
  }

  .cwtel-landing-wrap .cw-infra-card{
    padding:96px 18px 72px;
  }

  .cwtel-landing-wrap .cw-infra-card-icon{
    left:18px;
    top:18px;
  }

  .cwtel-landing-wrap .cw-infra-card-copy p{
    max-width:100%;
  }

  .cwtel-landing-wrap .cw-why-card{
    grid-template-columns:1fr;
    text-align:center;
    padding:22px 18px;
  }
}


/* =========================================================
 * ENTERPRISE NAVIGATION 12.0
 * Compact, responsive and overflow-safe desktop/mobile header
 * ========================================================= */
.cwtel-landing-wrap{
  --cw-nav-height:82px;
  --cw-nav-surface:rgba(4,11,20,.74);
  --cw-nav-surface-strong:rgba(4,11,20,.94);
}

.cwtel-landing-wrap .cw-nav{
  padding:10px 0;
  background:linear-gradient(180deg,rgba(4,11,20,.86),rgba(4,11,20,.58));
  border-bottom:1px solid rgba(255,255,255,.065);
  backdrop-filter:blur(22px) saturate(145%);
  -webkit-backdrop-filter:blur(22px) saturate(145%);
  box-shadow:0 1px 0 rgba(255,255,255,.025) inset;
}

.cwtel-landing-wrap .cw-nav::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 16% -60%,rgba(79,215,255,.15),transparent 34%),
    radial-gradient(circle at 84% -90%,rgba(49,209,124,.09),transparent 30%);
  opacity:.9;
}

.cwtel-landing-wrap .cw-nav.is-scrolled{
  padding:8px 0;
  background:var(--cw-nav-surface-strong);
  box-shadow:0 16px 48px rgba(0,0,0,.30),0 1px 0 rgba(255,255,255,.035) inset;
}

.cwtel-landing-wrap .cw-nav-progress{
  position:absolute;
  left:0;
  bottom:-1px;
  width:var(--cw-scroll-progress,0%);
  height:2px;
  background:linear-gradient(90deg,#4fd7ff,#7ce8ff 52%,#31d17c);
  box-shadow:0 0 18px rgba(79,215,255,.52);
  transition:width .08s linear;
}

.cwtel-landing-wrap .cw-nav-shell{
  width:min(1480px,calc(100% - 32px));
}

.cwtel-landing-wrap .cw-nav-row{
  position:relative;
  display:grid;
  grid-template-columns:minmax(176px,220px) minmax(0,1fr) auto auto;
  align-items:center;
  justify-content:stretch;
  gap:14px;
  min-height:60px;
}

.cwtel-landing-wrap .cw-logo,
.cwtel-landing-wrap .cw-logo-link{
  min-width:0;
}

.cwtel-landing-wrap .cw-logo-link{
  position:relative;
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  padding:5px 8px;
  border-radius:16px;
  transition:transform .25s ease,background .25s ease,box-shadow .25s ease;
}

.cwtel-landing-wrap .cw-logo-link:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.035);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}

.cwtel-landing-wrap .cw-main-logo,
.cwtel-landing-wrap .cw-logo img,
.cwtel-landing-wrap img.grey-bg-logo{
  display:block!important;
  width:auto!important;
  height:52px!important;
  max-width:205px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 7px 18px rgba(0,0,0,.26)) drop-shadow(0 0 12px rgba(79,215,255,.12))!important;
  transition:height .25s ease,transform .25s ease!important;
}

.cwtel-landing-wrap .cw-nav.is-scrolled .cw-main-logo,
.cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
  height:46px!important;
}

.cwtel-landing-wrap .cw-desktop-nav{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
}

.cwtel-landing-wrap .cw-menu{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center;
  gap:3px;
  min-width:0;
  max-width:100%;
  padding:5px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  box-shadow:0 12px 34px rgba(0,0,0,.13),inset 0 1px 0 rgba(255,255,255,.035);
}

.cwtel-landing-wrap .cw-menu > a,
.cwtel-landing-wrap .cw-more-toggle{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 12px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#dce8f5;
  white-space:nowrap;
  font-size:13px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.01em;
  cursor:pointer;
  opacity:.92;
  transition:color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease;
}

.cwtel-landing-wrap .cw-menu > a::after,
.cwtel-landing-wrap .cw-more-toggle::after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:4px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--cw-accent),var(--cw-success));
  transition:left .22s ease,right .22s ease;
}

.cwtel-landing-wrap .cw-menu > a:hover,
.cwtel-landing-wrap .cw-menu > a.is-active,
.cwtel-landing-wrap .cw-more-toggle:hover,
.cwtel-landing-wrap .cw-more-menu.is-open .cw-more-toggle{
  color:#fff;
  background:rgba(79,215,255,.09);
  box-shadow:0 8px 22px rgba(0,0,0,.12);
  opacity:1;
}

.cwtel-landing-wrap .cw-menu > a:hover::after,
.cwtel-landing-wrap .cw-menu > a.is-active::after,
.cwtel-landing-wrap .cw-more-toggle:hover::after,
.cwtel-landing-wrap .cw-more-menu.is-open .cw-more-toggle::after{
  left:28%;
  right:28%;
}

.cwtel-landing-wrap .cw-more-menu{
  position:relative;
  flex:0 0 auto;
}

.cwtel-landing-wrap .cw-more-toggle{
  gap:7px;
}

.cwtel-landing-wrap .cw-more-toggle .cw-chevron{
  width:7px;
  height:7px;
  border-right:1.8px solid currentColor;
  border-bottom:1.8px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .22s ease;
}

.cwtel-landing-wrap .cw-more-menu.is-open .cw-chevron{
  transform:rotate(225deg) translate(-1px,-1px);
}

.cwtel-landing-wrap .cw-more-dropdown{
  position:absolute;
  top:calc(100% + 13px);
  right:0;
  z-index:30;
  width:230px;
  padding:9px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:rgba(6,14,25,.97);
  box-shadow:0 24px 60px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter:blur(24px);
  -webkit-backdrop-filter:blur(24px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-8px) scale(.98);
  transform-origin:top right;
  transition:opacity .2s ease,visibility .2s ease,transform .2s ease;
}

.cwtel-landing-wrap .cw-more-menu.is-open .cw-more-dropdown{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}

.cwtel-landing-wrap .cw-more-dropdown a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:44px;
  padding:0 13px;
  border-radius:13px;
  color:#dce8f5;
  font-size:13px;
  font-weight:700;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}

.cwtel-landing-wrap .cw-more-dropdown a::after{
  content:"↗";
  color:var(--cw-accent);
  font-size:12px;
  opacity:.7;
}

.cwtel-landing-wrap .cw-more-dropdown a[href^="#"]::after{content:"↓"}

.cwtel-landing-wrap .cw-more-dropdown a:hover{
  color:#fff;
  background:rgba(79,215,255,.09);
  transform:translateX(2px);
}

.cwtel-landing-wrap .cw-nav-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex:0 0 auto;
}

.cwtel-landing-wrap .cw-lang-switch{
  gap:3px;
  padding:4px;
  flex:0 0 auto;
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.075);
}

.cwtel-landing-wrap .cw-lang-btn{
  min-width:39px;
  height:34px;
  padding:0 9px;
  font-size:12px;
  transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;
}

.cwtel-landing-wrap .cw-lang-btn:hover{
  color:#fff;
  background:rgba(255,255,255,.055);
}

.cwtel-landing-wrap .cw-lang-btn.active{
  background:linear-gradient(135deg,#7ce8ff,#4fd7ff 55%,#31d17c);
  box-shadow:0 7px 22px rgba(79,215,255,.22);
}

.cwtel-landing-wrap .cw-nav-contact{
  position:relative;
  overflow:hidden;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:linear-gradient(120deg,#4fd7ff,#74e5ff 48%,#31d17c);
  color:#03111b!important;
  border:0;
  box-shadow:0 10px 28px rgba(79,215,255,.20);
  white-space:nowrap;
}

.cwtel-landing-wrap .cw-nav-contact::before{
  content:"";
  position:absolute;
  top:-70%;
  left:-34%;
  width:28%;
  height:240%;
  transform:rotate(20deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);
  transition:left .55s ease;
}

.cwtel-landing-wrap .cw-nav-contact:hover{
  transform:translateY(-2px);
  box-shadow:0 15px 38px rgba(79,215,255,.30);
}

.cwtel-landing-wrap .cw-nav-contact:hover::before{left:120%}

.cwtel-landing-wrap .cw-mobile-toggle{
  position:relative;
  width:44px;
  height:44px;
  border-radius:15px;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  box-shadow:0 9px 24px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.04);
}

.cwtel-landing-wrap .cw-mobile-toggle:hover{
  border-color:rgba(79,215,255,.32);
  background:rgba(79,215,255,.08);
}

.cwtel-landing-wrap .cw-mobile-panel{
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 12% 0,rgba(79,215,255,.10),transparent 30%),
    linear-gradient(180deg,rgba(8,17,31,.98),rgba(5,12,22,.98));
  box-shadow:0 30px 80px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(24px);
  -webkit-backdrop-filter:blur(24px);
}

.cwtel-landing-wrap .cw-mobile-menu{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.cwtel-landing-wrap .cw-mobile-menu a{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  min-height:50px;
  padding:0 15px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}

.cwtel-landing-wrap .cw-mobile-menu a:hover{
  transform:translateY(-2px);
  border-color:rgba(79,215,255,.25);
  background:rgba(79,215,255,.075);
}

.cwtel-landing-wrap .cw-mobile-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}

.cwtel-landing-wrap .cw-mobile-actions .cw-mini-btn{
  min-height:48px;
  padding:0 14px;
}

/* Enterprise micro-interactions */
.cwtel-landing-wrap .cw-enterprise-surface{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}

.cwtel-landing-wrap .cw-enterprise-surface::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:0;
  background:radial-gradient(420px circle at var(--cw-pointer-x,50%) var(--cw-pointer-y,50%),rgba(79,215,255,.10),transparent 42%);
  transition:opacity .35s ease;
}

.cwtel-landing-wrap .cw-enterprise-surface:hover::before{opacity:1}

.cwtel-landing-wrap .cw-card,
.cwtel-landing-wrap .cw-solution,
.cwtel-landing-wrap .cw-panel,
.cwtel-landing-wrap .cw-project-card,
.cwtel-landing-wrap .cw-contact-card,
.cwtel-landing-wrap .cw-map-card,
.cwtel-landing-wrap .cw-map-frame{
  transition:transform .3s cubic-bezier(.2,.8,.2,1),border-color .3s ease,box-shadow .3s ease;
}

.cwtel-landing-wrap .cw-card:hover,
.cwtel-landing-wrap .cw-solution:hover,
.cwtel-landing-wrap .cw-contact-card:hover,
.cwtel-landing-wrap .cw-map-card:hover{
  transform:translateY(-6px);
  border-color:rgba(79,215,255,.24);
  box-shadow:0 24px 64px rgba(0,0,0,.30),0 0 0 1px rgba(79,215,255,.045) inset;
}

@media (max-width:1320px){
  .cwtel-landing-wrap .cw-nav-row{
    grid-template-columns:minmax(160px,195px) minmax(0,1fr) auto auto;
    gap:10px;
  }
  .cwtel-landing-wrap .cw-main-logo,
  .cwtel-landing-wrap .cw-logo img,
  .cwtel-landing-wrap img.grey-bg-logo{
    height:48px!important;
    max-width:185px!important;
  }
  .cwtel-landing-wrap .cw-menu > a,
  .cwtel-landing-wrap .cw-more-toggle{
    padding:0 9px;
    font-size:12px;
  }
  .cwtel-landing-wrap .cw-nav-contact{
    padding:0 13px;
  }
}

/* Switch to the polished mobile navigation before desktop elements can overflow. */
@media (max-width:1160px){
  .cwtel-landing-wrap .cw-nav-row{
    grid-template-columns:minmax(0,1fr) auto;
  }
  .cwtel-landing-wrap .cw-desktop-nav,
  .cwtel-landing-wrap .cw-nav-actions{
    display:none!important;
  }
  .cwtel-landing-wrap .cw-mobile-toggle{
    display:inline-flex!important;
  }
  .cwtel-landing-wrap .cw-mobile-panel{
    position:absolute;
    top:calc(100% + 8px);
    left:16px;
    right:16px;
    z-index:40;
    display:block!important;
    max-height:0;
    margin:0;
    padding:0 14px;
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    pointer-events:none;
    transform:translateY(-10px) scale(.985);
    transform-origin:top center;
    transition:max-height .34s ease,opacity .24s ease,visibility .24s ease,transform .28s ease,padding .28s ease;
  }
  .cwtel-landing-wrap .cw-mobile-panel.is-open{
    max-height:min(720px,calc(100vh - 105px));
    padding:14px;
    opacity:1;
    visibility:visible;
    overflow:auto;
    pointer-events:auto;
    transform:translateY(0) scale(1);
  }
}

@media (max-width:620px){
  .cwtel-landing-wrap{--cw-nav-height:72px}
  .cwtel-landing-wrap .cw-nav-shell{width:min(100% - 20px,1480px)}
  .cwtel-landing-wrap .cw-nav-row{min-height:54px}
  .cwtel-landing-wrap .cw-main-logo,
  .cwtel-landing-wrap .cw-logo img,
  .cwtel-landing-wrap img.grey-bg-logo{
    height:43px!important;
    max-width:160px!important;
  }
  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-main-logo,
  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
    height:40px!important;
  }
  .cwtel-landing-wrap .cw-mobile-panel{left:10px;right:10px}
  .cwtel-landing-wrap .cw-mobile-menu{grid-template-columns:1fr}
  .cwtel-landing-wrap .cw-mobile-actions{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  .cwtel-landing-wrap *,
  .cwtel-landing-wrap *::before,
  .cwtel-landing-wrap *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}


/* =========================================================
 * ENTERPRISE NAVIGATION 12.0 — FULL MENU / NO "MORE"
 * Clear floating logo, balanced direct navigation and
 * overflow-safe responsive behavior.
 * ========================================================= */
.cwtel-landing-wrap{
  --cw-nav-height:88px;
}

.cwtel-landing-wrap .cw-nav-shell{
  width:min(1640px,calc(100% - 36px));
}

.cwtel-landing-wrap .cw-nav-row{
  grid-template-columns:minmax(220px,252px) minmax(0,1fr) auto auto;
  gap:16px;
  min-height:66px;
}

/* Clear enterprise logo capsule */
.cwtel-landing-wrap .cw-logo{
  width:100%;
  overflow:visible;
}

.cwtel-landing-wrap .cw-logo-link{
  position:relative;
  width:224px;
  height:62px;
  max-width:100%;
  padding:7px 14px;
  overflow:visible;
  isolation:isolate;
  border:1px solid rgba(137,222,255,.34);
  border-radius:18px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(225,247,255,.94));
  box-shadow:
    0 14px 34px rgba(0,0,0,.24),
    0 0 30px rgba(79,215,255,.12),
    inset 0 1px 0 rgba(255,255,255,.95);
  animation:cwLogoFloat 5.2s ease-in-out infinite;
  will-change:transform;
}

.cwtel-landing-wrap .cw-logo-link::before{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:-1;
  border-radius:inherit;
  background:linear-gradient(115deg,rgba(79,215,255,.55),transparent 34%,transparent 67%,rgba(49,209,124,.38));
  opacity:.32;
  filter:blur(10px);
  transition:opacity .3s ease,filter .3s ease;
}

.cwtel-landing-wrap .cw-logo-link::after{
  content:"";
  position:absolute;
  top:-50%;
  left:-40%;
  width:30%;
  height:200%;
  transform:rotate(20deg);
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent);
  animation:cwLogoShine 6.8s ease-in-out infinite;
}

.cwtel-landing-wrap .cw-logo-link:hover{
  transform:translateY(-3px) scale(1.018);
  background:linear-gradient(135deg,#fff,#e8f9ff);
  border-color:rgba(79,215,255,.62);
  box-shadow:
    0 20px 46px rgba(0,0,0,.28),
    0 0 38px rgba(79,215,255,.22),
    inset 0 1px 0 #fff;
}

.cwtel-landing-wrap .cw-logo-link:hover::before{
  opacity:.55;
  filter:blur(13px);
}

.cwtel-landing-wrap .cw-main-logo,
.cwtel-landing-wrap .cw-logo img,
.cwtel-landing-wrap img.grey-bg-logo{
  width:196px!important;
  height:48px!important;
  max-width:none!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:scale(1.14);
  transform-origin:center;
  filter:
    contrast(1.15)
    saturate(1.16)
    drop-shadow(0 2px 2px rgba(0,0,0,.16))
    drop-shadow(0 0 7px rgba(61,194,255,.26))!important;
  transition:transform .3s ease,filter .3s ease!important;
}

.cwtel-landing-wrap .cw-logo-link:hover .cw-main-logo{
  transform:scale(1.19);
  filter:
    contrast(1.2)
    saturate(1.22)
    drop-shadow(0 3px 3px rgba(0,0,0,.18))
    drop-shadow(0 0 10px rgba(61,194,255,.35))!important;
}

.cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo-link{
  height:58px;
}

.cwtel-landing-wrap .cw-nav.is-scrolled .cw-main-logo,
.cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
  width:190px!important;
  height:45px!important;
}

/* Direct navigation: every item is visible, no dropdown. */
.cwtel-landing-wrap .cw-desktop-nav{
  width:100%;
  min-width:0;
  justify-content:center;
}

.cwtel-landing-wrap .cw-menu{
  width:max-content;
  max-width:100%;
  gap:2px;
  padding:5px;
  flex-wrap:nowrap;
  justify-content:center;
}

.cwtel-landing-wrap .cw-menu > a{
  min-height:39px;
  padding:0 10px;
  font-size:12.5px;
  font-weight:750;
  letter-spacing:-.018em;
}

.cwtel-landing-wrap .cw-menu > a::after{
  bottom:3px;
}

.cwtel-landing-wrap .cw-menu > a:hover{
  transform:translateY(-1px);
}

/* More styles are disabled in case old cached markup remains. */
.cwtel-landing-wrap .cw-more-menu,
.cwtel-landing-wrap .cw-more-toggle,
.cwtel-landing-wrap .cw-more-dropdown{
  display:none!important;
}

/* Keep actions compact and visually balanced. */
.cwtel-landing-wrap .cw-nav-actions{
  gap:8px;
}

.cwtel-landing-wrap .cw-lang-switch{
  padding:4px;
}

.cwtel-landing-wrap .cw-lang-btn{
  min-width:38px;
  padding:0 8px;
}

.cwtel-landing-wrap .cw-nav-contact{
  min-height:42px;
  padding:0 15px;
  font-size:13px;
}

/* Floating motion stays subtle and professional. */
@keyframes cwLogoFloat{
  0%,100%{transform:translate3d(0,0,0)}
  45%{transform:translate3d(0,-5px,0)}
  55%{transform:translate3d(0,-5px,0)}
}

@keyframes cwLogoShine{
  0%,62%{left:-45%;opacity:0}
  68%{opacity:.85}
  82%{left:125%;opacity:.3}
  100%{left:125%;opacity:0}
}

/* Compress the full menu before switching to mobile. */
@media (max-width:1510px){
  .cwtel-landing-wrap .cw-nav-row{
    grid-template-columns:minmax(196px,218px) minmax(0,1fr) auto auto;
    gap:10px;
  }

  .cwtel-landing-wrap .cw-logo-link{
    width:204px;
    height:58px;
    padding-left:10px;
    padding-right:10px;
  }

  .cwtel-landing-wrap .cw-main-logo,
  .cwtel-landing-wrap .cw-logo img,
  .cwtel-landing-wrap img.grey-bg-logo{
    width:181px!important;
    height:44px!important;
  }

  .cwtel-landing-wrap .cw-menu > a{
    padding:0 8px;
    font-size:11.7px;
  }

  .cwtel-landing-wrap .cw-nav-contact{
    padding:0 12px;
    font-size:12px;
  }
}

@media (max-width:1360px){
  .cwtel-landing-wrap .cw-nav-row{
    grid-template-columns:minmax(0,1fr) auto;
  }

  .cwtel-landing-wrap .cw-desktop-nav,
  .cwtel-landing-wrap .cw-nav-actions{
    display:none!important;
  }

  .cwtel-landing-wrap .cw-mobile-toggle{
    display:inline-flex!important;
  }

  .cwtel-landing-wrap .cw-mobile-panel{
    position:absolute;
    top:calc(100% + 8px);
    left:16px;
    right:16px;
    z-index:40;
    display:block!important;
    max-height:0;
    margin:0;
    padding:0 14px;
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    pointer-events:none;
    transform:translateY(-10px) scale(.985);
    transform-origin:top center;
    transition:max-height .34s ease,opacity .24s ease,visibility .24s ease,transform .28s ease,padding .28s ease;
  }

  .cwtel-landing-wrap .cw-mobile-panel.is-open{
    max-height:min(720px,calc(100vh - 112px));
    padding:14px;
    opacity:1;
    visibility:visible;
    overflow:auto;
    pointer-events:auto;
    transform:translateY(0) scale(1);
  }
}

@media (max-width:620px){
  .cwtel-landing-wrap .cw-logo-link{
    width:180px;
    height:54px;
    padding:6px 9px;
    border-radius:15px;
  }

  .cwtel-landing-wrap .cw-main-logo,
  .cwtel-landing-wrap .cw-logo img,
  .cwtel-landing-wrap img.grey-bg-logo{
    width:160px!important;
    height:40px!important;
  }

  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo-link{
    height:52px;
  }

  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-main-logo,
  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
    width:156px!important;
    height:39px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .cwtel-landing-wrap .cw-logo-link,
  .cwtel-landing-wrap .cw-logo-link::after{
    animation:none!important;
  }
}


/* =========================================================
 * ENTERPRISE LOGO 13.0 — TRANSPARENT / LARGER / SHARPER
 * Removes the white logo capsule while keeping the logo
 * readable on the dark navigation background.
 * ========================================================= */
.cwtel-landing-wrap .cw-nav-row{
  grid-template-columns:minmax(270px,300px) minmax(0,1fr) auto auto;
}

/* Transparent logo area: no white background, no border capsule. */
.cwtel-landing-wrap .cw-logo-link,
.cwtel-landing-wrap .cw-logo-link:hover{
  width:286px;
  height:74px;
  max-width:100%;
  padding:0;
  overflow:visible;
  border:0!important;
  border-radius:0;
  background:transparent!important;
  box-shadow:none!important;
}

/* Soft ambient glow behind the transparent logo only. */
.cwtel-landing-wrap .cw-logo-link::before{
  content:"";
  position:absolute;
  inset:4px -8px;
  z-index:-1;
  display:block;
  border-radius:999px;
  background:radial-gradient(
    ellipse at center,
    rgba(79,215,255,.16) 0%,
    rgba(79,215,255,.07) 42%,
    rgba(79,215,255,0) 74%
  );
  opacity:.8;
  filter:blur(13px);
  pointer-events:none;
  transition:opacity .3s ease,filter .3s ease;
}

/* Remove the bright white sweep used by the old capsule. */
.cwtel-landing-wrap .cw-logo-link::after{
  display:none!important;
}

/* Larger image rendered from the original transparent PNG. */
.cwtel-landing-wrap .cw-main-logo,
.cwtel-landing-wrap .cw-logo img,
.cwtel-landing-wrap img.grey-bg-logo{
  display:block!important;
  width:272px!important;
  height:68px!important;
  max-width:none!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  object-fit:contain!important;
  object-position:left center!important;
  image-rendering:auto;
  transform:none!important;
  opacity:1!important;
  filter:
    brightness(1.09)
    contrast(1.20)
    saturate(1.20)
    drop-shadow(0 0 1px rgba(255,255,255,.95))
    drop-shadow(0 0 7px rgba(90,214,255,.56))
    drop-shadow(0 8px 14px rgba(0,0,0,.34))!important;
  transition:filter .3s ease,opacity .3s ease!important;
  backface-visibility:hidden;
}

/* Keep the floating animation, but apply it to the whole transparent logo. */
.cwtel-landing-wrap .cw-logo-link{
  animation:cwLogoFloatClear 5.4s cubic-bezier(.45,.05,.35,.95) infinite!important;
  will-change:transform;
}

.cwtel-landing-wrap .cw-logo-link:hover{
  animation-play-state:paused!important;
  transform:translateY(-3px) scale(1.025);
}

.cwtel-landing-wrap .cw-logo-link:hover::before{
  opacity:1;
  filter:blur(16px);
}

.cwtel-landing-wrap .cw-logo-link:hover .cw-main-logo{
  transform:none!important;
  filter:
    brightness(1.14)
    contrast(1.24)
    saturate(1.28)
    drop-shadow(0 0 1px rgba(255,255,255,1))
    drop-shadow(0 0 10px rgba(90,214,255,.72))
    drop-shadow(0 10px 18px rgba(0,0,0,.38))!important;
}

.cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo-link{
  width:268px;
  height:66px;
  background:transparent!important;
}

.cwtel-landing-wrap .cw-nav.is-scrolled .cw-main-logo,
.cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
  width:254px!important;
  height:61px!important;
}

@keyframes cwLogoFloatClear{
  0%,100%{transform:translate3d(0,0,0)}
  44%,56%{transform:translate3d(0,-6px,0)}
}

/* Medium desktop: preserve a large, readable logo without crowding menu. */
@media (max-width:1510px){
  .cwtel-landing-wrap .cw-nav-row{
    grid-template-columns:minmax(235px,258px) minmax(0,1fr) auto auto;
  }

  .cwtel-landing-wrap .cw-logo-link{
    width:250px;
    height:68px;
  }

  .cwtel-landing-wrap .cw-main-logo,
  .cwtel-landing-wrap .cw-logo img,
  .cwtel-landing-wrap img.grey-bg-logo{
    width:238px!important;
    height:60px!important;
  }

  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo-link{
    width:238px;
    height:62px;
  }

  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-main-logo,
  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
    width:228px!important;
    height:56px!important;
  }
}

/* Tablet/mobile header remains clear but compact. */
@media (max-width:1360px){
  .cwtel-landing-wrap .cw-nav-row{
    grid-template-columns:minmax(0,1fr) auto;
  }

  .cwtel-landing-wrap .cw-logo-link{
    width:245px;
    height:66px;
  }

  .cwtel-landing-wrap .cw-main-logo,
  .cwtel-landing-wrap .cw-logo img,
  .cwtel-landing-wrap img.grey-bg-logo{
    width:234px!important;
    height:59px!important;
  }
}

@media (max-width:620px){
  .cwtel-landing-wrap .cw-logo-link{
    width:205px;
    height:58px;
  }

  .cwtel-landing-wrap .cw-main-logo,
  .cwtel-landing-wrap .cw-logo img,
  .cwtel-landing-wrap img.grey-bg-logo{
    width:196px!important;
    height:50px!important;
  }

  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo-link{
    width:198px;
    height:55px;
  }

  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-main-logo,
  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
    width:190px!important;
    height:48px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .cwtel-landing-wrap .cw-logo-link{
    animation:none!important;
  }
}


/* =========================================================
 * LANGUAGE SELECT DROPDOWN — EN / TH / TRADITIONAL CHINESE
 * ========================================================= */
.cwtel-landing-wrap .cw-lang-select-wrap{
  position:relative;
  display:flex;
  align-items:center;
  min-width:148px;
  height:42px;
  padding-left:13px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  box-shadow:0 9px 24px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.04);
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;
}

.cwtel-landing-wrap .cw-lang-select-wrap:hover,
.cwtel-landing-wrap .cw-lang-select-wrap:focus-within{
  transform:translateY(-1px);
  border-color:rgba(79,215,255,.40);
  background:rgba(79,215,255,.075);
  box-shadow:0 12px 30px rgba(0,0,0,.22),0 0 0 4px rgba(79,215,255,.065);
}

.cwtel-landing-wrap .cw-lang-icon{
  position:absolute;
  left:13px;
  z-index:2;
  font-size:15px;
  line-height:1;
  pointer-events:none;
}

.cwtel-landing-wrap .cw-lang-select{
  width:100%;
  height:100%;
  margin:0;
  padding:0 35px 0 27px;
  border:0;
  outline:0;
  border-radius:999px;
  background-color:transparent;
  color:#eaf4ff;
  cursor:pointer;
  font-size:12px;
  font-weight:750;
  appearance:none;
  -webkit-appearance:none;
  background-image:
    linear-gradient(45deg,transparent 50%,#7ce8ff 50%),
    linear-gradient(135deg,#7ce8ff 50%,transparent 50%);
  background-position:
    calc(100% - 17px) 17px,
    calc(100% - 12px) 17px;
  background-size:5px 5px,5px 5px;
  background-repeat:no-repeat;
}

.cwtel-landing-wrap .cw-lang-select option{
  background:#07111d;
  color:#f4f8ff;
}

.cwtel-landing-wrap .cw-mobile-lang{
  display:block;
  margin-top:12px;
}

.cwtel-landing-wrap .cw-lang-select-mobile{
  width:100%;
  max-width:none;
}

@media(max-width:620px){
  .cwtel-landing-wrap .cw-lang-select-wrap{
    width:100%;
    height:48px;
    border-radius:15px;
  }

  .cwtel-landing-wrap .cw-lang-select{
    border-radius:15px;
    font-size:13px;
    background-position:
      calc(100% - 17px) 20px,
      calc(100% - 12px) 20px;
  }
}


/* =========================================================
 * ENTERPRISE LOGO 15.0 — MAXIMUM IMPACT / RESPONSIVE
 * Final overrides keep the brand clearly visible without
 * crowding navigation controls on smaller screens.
 * ========================================================= */
.cwtel-landing-wrap .cw-nav-row{
  grid-template-columns:minmax(430px,470px) minmax(0,1fr) auto auto;
}

.cwtel-landing-wrap .cw-logo-link,
.cwtel-landing-wrap .cw-logo-link:hover{
  width:452px;
  height:118px;
}

.cwtel-landing-wrap .cw-main-logo,
.cwtel-landing-wrap .cw-logo img,
.cwtel-landing-wrap img.grey-bg-logo{
  width:430px!important;
  height:108px!important;
  transform:scale(1.12)!important;
  transform-origin:left center!important;
}

.cwtel-landing-wrap .cw-logo-link:hover .cw-main-logo,
.cwtel-landing-wrap .cw-logo-link:hover img.grey-bg-logo{
  transform:scale(1.16)!important;
}

.cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo-link{
  width:410px;
  height:104px;
}

.cwtel-landing-wrap .cw-nav.is-scrolled .cw-main-logo,
.cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
  width:392px!important;
  height:98px!important;
}

@media(max-width:1510px){
  .cwtel-landing-wrap .cw-nav-row{
    grid-template-columns:minmax(345px,375px) minmax(0,1fr) auto auto;
  }

  .cwtel-landing-wrap .cw-logo-link{
    width:360px;
    height:94px;
  }

  .cwtel-landing-wrap .cw-main-logo,
  .cwtel-landing-wrap .cw-logo img,
  .cwtel-landing-wrap img.grey-bg-logo{
    width:344px!important;
    height:86px!important;
    transform:scale(1.10)!important;
  }

  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo-link{
    width:338px;
    height:88px;
  }

  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-main-logo,
  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
    width:324px!important;
    height:80px!important;
  }
}

@media(max-width:1360px){
  .cwtel-landing-wrap .cw-nav-row{
    grid-template-columns:minmax(0,1fr) auto;
  }

  .cwtel-landing-wrap .cw-logo-link{
    width:340px;
    height:88px;
  }

  .cwtel-landing-wrap .cw-main-logo,
  .cwtel-landing-wrap .cw-logo img,
  .cwtel-landing-wrap img.grey-bg-logo{
    width:324px!important;
    height:81px!important;
  }
}

@media(max-width:620px){
  .cwtel-landing-wrap .cw-logo-link{
    width:min(250px,calc(100vw - 76px));
    height:68px;
  }

  .cwtel-landing-wrap .cw-main-logo,
  .cwtel-landing-wrap .cw-logo img,
  .cwtel-landing-wrap img.grey-bg-logo{
    width:calc(100% - 8px)!important;
    height:62px!important;
    transform:scale(1.05)!important;
  }

  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo-link{
    width:min(240px,calc(100vw - 76px));
    height:64px;
  }

  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-main-logo,
  .cwtel-landing-wrap .cw-nav.is-scrolled .cw-logo img{
    width:calc(100% - 8px)!important;
    height:58px!important;
  }

  .cwtel-landing-wrap .cw-logo-link:hover .cw-main-logo,
  .cwtel-landing-wrap .cw-logo-link:hover img.grey-bg-logo{
    transform:scale(1.08)!important;
  }
}
