/* =========================================================
   Web App Development — Hero (Craitrix blue/white, layered site mockups, card-deck)
   ========================================================= */

/* Clip any stray horizontal overflow from off-screen decoration blobs */
html, body {
  overflow-x: clip;
  max-width: 100%;
}

:root {
  --cgh-blue-1:  #0072FF;
  --cgh-blue-2:  #0D47A1;
  --cgh-blue-3:  #0a3a85;
  --cgh-blue-deep: #061b4a;
  --cgh-cyan-1:  #06b6d4;
  --cgh-cyan-2:  #22d3ee;
  --cgh-bg-1:    #ffffff;
  --cgh-bg-2:    #f3f7ff;
  --cgh-bg-3:    #eaf1ff;
  --cgh-ink:     #0a1733;
  --cgh-ink-2:   #2a3a5b;
  --cgh-muted:   #5a6a85;
  --cgh-line:    rgba(13, 71, 161, 0.10);
  --cgh-shadow-card: 0 30px 70px -20px rgba(8, 32, 86, 0.42), 0 12px 26px -10px rgba(8, 32, 86, 0.22), 0 0 0 1px rgba(8, 32, 86, 0.06);
  --cgh-radius:  16px;
  --cgh-font:    'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

/* ---------- Hero shell ---------- */
.cgh-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--cgh-ink);
  font-family: var(--cgh-font);
  background:
    radial-gradient(ellipse 70% 60% at 100% 0%, rgba(0, 114, 255, 0.10) 0%, rgba(0, 114, 255, 0) 65%),
    radial-gradient(ellipse 60% 55% at 0% 100%, rgba(34, 211, 238, 0.08) 0%, rgba(34, 211, 238, 0) 70%),
    linear-gradient(180deg, #ffffff 0%, #f3f7ff 60%, #eaf1ff 100%);
  padding: 130px 6vw 56px;
  -webkit-font-smoothing: antialiased;
}

.cgh-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cgh-glow { position: absolute; border-radius: 50%; filter: blur(80px); }
.cgh-glow--tr {
  top: -180px; right: -160px; width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.22) 0%, rgba(0, 114, 255, 0) 65%);
}
.cgh-glow--bl {
  bottom: -200px; left: -180px; width: 540px; height: 540px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.20) 0%, rgba(34, 211, 238, 0) 70%);
}
.cgh-dots {
  position: absolute; width: 110px; height: 110px;
  background-image: radial-gradient(rgba(0, 114, 255, 0.25) 1.4px, transparent 1.6px);
  background-size: 14px 14px; opacity: 0.7;
}
.cgh-dots--tl { top: 90px; left: 3vw; }
.cgh-dots--tr { top: 90px; right: 4vw; opacity: 0.55; }
.cgh-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0, 114, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 114, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, rgba(0,0,0,0.35) 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, rgba(0,0,0,0.35) 60%, transparent 100%);
}

.cgh-inner {
  position: relative; z-index: 1;
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 64px; align-items: center;
}

/* ---------- Left copy ---------- */
.cgh-left { max-width: 620px; }

.cgh-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px 8px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  background:
    linear-gradient(rgba(255, 255, 255, 0.85), rgba(240, 247, 255, 0.85)) padding-box,
    linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%) border-box;
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  font-family: 'SF Mono', 'JetBrains Mono', 'Roboto Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  box-shadow: 0 6px 18px -10px rgba(0, 114, 255, 0.30);
}
.cgh-eyebrow::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 114, 255, 0.45), rgba(0, 114, 255, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cgh-eyebrow:hover::after { opacity: 1; }

.cgh-eyebrow__dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cgh-cyan-2), var(--cgh-blue-1));
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.55);
  flex-shrink: 0;
}
.cgh-eyebrow__dot::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(34, 211, 238, 0.45);
  opacity: 0.8;
  animation: cgh-eyebrow-pulse 2.2s ease-out infinite;
}
@keyframes cgh-eyebrow-pulse {
  0%   { transform: scale(0.6); opacity: 0.8; }
  100% { transform: scale(1.8); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .cgh-eyebrow__dot::before { animation: none; }
}

.cgh-title {
  margin: 22px 0 18px;
  font-weight: 800;
  font-size: clamp(2.2rem, 4.6vw, 4.05rem);
  line-height: 1.06; letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cgh-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.cgh-lede {
  margin: 0 0 32px;
  font-size: clamp(0.98rem, 1.15vw, 1.10rem);
  line-height: 1.66; color: var(--cgh-ink-2);
  font-weight: 400; max-width: 580px;
}

.cgh-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.cgh-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 600; font-size: 0.96rem;
  font-family: inherit; letter-spacing: 0.005em;
  text-decoration: none; cursor: pointer; border: 0;
  transition: transform 0.25s cubic-bezier(.2,.7,.2,1), box-shadow 0.25s, filter 0.25s;
  white-space: nowrap;
}
.cgh-btn--primary {
  background: linear-gradient(96deg, var(--cgh-blue-1) 0%, var(--cgh-blue-2) 100%);
  color: #fff;
  box-shadow: 0 16px 30px -10px rgba(0, 114, 255, 0.45), inset 0 1px 0 rgba(255,255,255,0.20);
}
.cgh-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 22px 40px -10px rgba(0, 114, 255, 0.55), inset 0 1px 0 rgba(255,255,255,0.28); filter: brightness(1.04); }
.cgh-btn--primary:active { transform: translateY(0); }
.cgh-btn--ghost {
  background: rgba(255,255,255,0.7); color: var(--cgh-blue-2);
  border: 1px solid rgba(0, 114, 255, 0.40);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.cgh-btn--ghost:hover { background: rgba(0, 114, 255, 0.08); border-color: var(--cgh-blue-1); transform: translateY(-2px); }

.cgh-talk {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 22px 10px 12px;
  border-radius: 999px; background: #fff;
  border: 1px solid var(--cgh-line);
  box-shadow: 0 12px 28px -16px rgba(8, 32, 86, 0.22);
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(.2,.7,.2,1), box-shadow 0.25s, border-color 0.25s;
}
.cgh-talk:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 211, 102, 0.45);
  box-shadow: 0 18px 36px -18px rgba(37, 211, 102, 0.40);
}
.cgh-talk__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #fff;
  box-shadow: 0 6px 14px -4px rgba(37, 211, 102, 0.55);
}
.cgh-talk__num { color: var(--cgh-ink); font-weight: 700; letter-spacing: 0.01em; }
.cgh-talk:hover .cgh-talk__num { color: #128C7E; }

/* ============================================================
   RIGHT — fanned card-deck of 5 mock website pages (.cgw-*)
   ============================================================ */
.cgh-right {
  position: relative;
  width: 100%;
  height: clamp(440px, 38vw, 540px);
  overflow: visible;
  --px: 0; --py: 0;
}
.cgh-stack {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1800px;
  perspective-origin: 50% 50%;
}

/* Each mockup: anchored to vertical CENTER of the stack, fanned around center-left */
.cgw {
  position: absolute;
  top: 50%;
  width: 380px;
  max-width: 78%;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--cgh-shadow-card);
  overflow: hidden;
  font-family: var(--cgh-font);
  font-size: 9px;
  color: #1a1f2c;
  opacity: 0;
  animation: cgw-in 0.9s cubic-bezier(.2,.7,.2,1) forwards;
  will-change: transform, opacity;
}
@keyframes cgw-in {
  from { opacity: 0; transform: translate(var(--tx, 0), calc(-50% + 18px)) rotate(var(--rot, 0)); }
  to   { opacity: 1; transform: translate(var(--tx, 0), -50%) rotate(var(--rot, 0)); }
}

/* Card-deck fan positioning — even spread so each card's left edge peeks out */
.cgw--p1 { left: 0;    --tx: 0;     --rot: -18deg; z-index: 1; animation-delay: 0.05s; }
.cgw--p2 { left: 11%;  --tx: 0;     --rot: -9deg;  z-index: 2; animation-delay: 0.15s; }
.cgw--p3 { left: 22%;  --tx: 0;     --rot: 0deg;   z-index: 5; animation-delay: 0.25s; transform-origin: center; }
.cgw--p4 { left: 34%;  --tx: 0;     --rot: 9deg;   z-index: 3; animation-delay: 0.35s; }
.cgw--p5 { left: 45%;  --tx: 0;     --rot: 18deg;  z-index: 2; animation-delay: 0.45s; }

/* slight scale on the centerpiece so it pops */
.cgw--p3 { width: 410px; max-width: 84%; }

/* shared browser bar */
.cgw__bar {
  display: flex; align-items: center; gap: 5px;
  height: 22px; padding: 0 12px;
  background: linear-gradient(180deg, #f6f7fb 0%, #eef0f6 100%);
  border-bottom: 1px solid #e5e8f0;
}
.cgw__d { width: 7px; height: 7px; border-radius: 50%; }
.cgw__d--r { background: #ff5f57; }
.cgw__d--y { background: #febc2e; }
.cgw__d--g { background: #28c840; }
.cgw__url { margin-left: 8px; font-size: 8.5px; color: #6b7280; letter-spacing: 0.02em; }

/* page wrapper themes */
.cgw__page { padding: 12px 14px 14px; min-height: 0; }
.cgw__page--violet { background: linear-gradient(180deg, #f6f0ff 0%, #ede7f8 100%); color: #2e1065; }
.cgw__page--cream  { background: linear-gradient(180deg, #fdf9f1 0%, #fbf2e3 100%); color: #5b3315; }
.cgw__page--blue   { background: linear-gradient(160deg, #061b4a 0%, #0a3a85 50%, #0072ff 100%); color: #fff; }
.cgw__page--ink    { background: linear-gradient(180deg, #1f3a66 0%, #142036 100%); color: #fff; }
.cgw__page--dark   { background: linear-gradient(180deg, #1a2440 0%, #0a0f1a 100%); color: #fff; }

/* nav bar */
.cgw__nav {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 10px;
}
.cgw__nav--onBlue { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,0.18); }
.cgw__nav--onDark { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,0.10); }
.cgw__logo {
  font-size: 9.5px; font-weight: 800;
  letter-spacing: 0.04em; line-height: 1;
  display: inline-flex; flex-direction: column;
}
.cgw__logo small { font-size: 5.5px; font-weight: 600; letter-spacing: 0.16em; opacity: 0.6; margin-top: 2px; }
.cgw__logo b { font-weight: 800; color: #7c3aed; }
.cgw__logo--violet { color: #4c1d95; }
.cgw__logo--copper { color: #92400e; }
.cgw__logo--white  { color: #fff; }
.cgw__logo--gold   { color: #fbbf24; font-size: 14px; }
.cgw__logo--gold i { color: #fff; font-style: normal; font-size: 10px; margin: 0 2px; opacity: 0.7; }

.cgw__navlinks {
  display: flex; gap: 10px; align-items: center;
  font-size: 7.5px; font-weight: 600;
  color: rgba(0,0,0,0.55);
}
.cgw__navlinks--copper { color: rgba(146, 64, 14, 0.75); }
.cgw__navlinks--white { color: rgba(255,255,255,0.78); }
.cgw__pill {
  padding: 3px 8px; border-radius: 999px;
  background: #fff; color: #0072ff !important;
  font-weight: 800;
}
.cgw__pill--orange { background: #f97316; color: #fff !important; }

/* generic title scales */
.cgw__title {
  font-size: 11px; font-weight: 800;
  line-height: 1.18; letter-spacing: -0.01em;
  margin: 4px 0 5px;
  color: inherit;
}
.cgw__title--violet { color: #2e1065; }
.cgw__title--violet i { font-style: normal; color: #7c3aed; }
.cgw__title--copper { color: #5b3315; font-size: 12px; line-height: 1.15; }
.cgw__title--white  { color: #fff; }
.cgw__title--white i { font-style: normal; color: #fbbf24; }
.cgw__title--big    { font-size: 13px; }
.cgw__title--center { text-align: center; }

.cgw__p {
  font-size: 7.5px; line-height: 1.45;
  color: rgba(0,0,0,0.6); margin: 4px 0 6px;
}
.cgw__p--ghost { color: rgba(255,255,255,0.78); }
.cgw__p--center { text-align: center; }

.cgw__eyebrow {
  font-size: 7px; font-weight: 700;
  letter-spacing: 0.18em;
  color: #92400e; margin-bottom: 4px;
}

/* Buttons inside mock pages */
.cgw__btnRow { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.cgw__btn {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 8px; font-weight: 700;
  letter-spacing: 0.02em;
}
.cgw__btn--violet { background: #7c3aed; color: #fff; }
.cgw__btn--copper { background: #92400e; color: #fff; }
.cgw__btn--white  { background: #fff; color: #0072ff; }
.cgw__btn--orange { background: #f97316; color: #fff; }
.cgw__btn--center { display: block; margin: 8px auto 0; width: max-content; }
.cgw__btnLink {
  font-size: 7.5px; font-weight: 700;
  color: #4c1d95; text-decoration: underline; text-underline-offset: 2px;
}
.cgw__btnLink--ghost { color: rgba(255,255,255,0.85); }

/* CARD 1 — violet */
.cgw__heroFlex {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 8px;
  margin-bottom: 8px;
}
.cgw__heroArt {
  width: 100%; height: 80px;
  border-radius: 6px; box-shadow: 0 6px 14px rgba(76, 29, 149, 0.18);
}
.cgw__feat3 {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.cgw__fc {
  background: #fff; border-radius: 6px;
  padding: 6px; font-size: 7.5px; font-weight: 700;
  color: #4c1d95; line-height: 1.15;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  box-shadow: 0 3px 8px rgba(76, 29, 149, 0.10);
  text-align: center;
}
.cgw__fc span {
  width: 14px; height: 14px; border-radius: 4px;
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
}

/* CARD 2 — cream/copper */
.cgw__split2 {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 9px; margin-bottom: 8px;
}
.cgw__split-art {
  width: 100%; height: 90px;
  border-radius: 6px; box-shadow: 0 6px 14px rgba(146, 64, 14, 0.20);
}
.cgw__logos {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px;
  padding-top: 6px; border-top: 1px dashed rgba(146, 64, 14, 0.30);
  font-size: 6px; font-weight: 800; letter-spacing: 0.05em;
  color: rgba(146, 64, 14, 0.55);
  text-align: center;
}
.cgw__logos span { padding: 3px 0; }

/* CARD 3 — Craitrix blue (centerpiece) */
.cgw__heroBlue { padding: 4px 0 6px; }
.cgw__chiplet {
  display: inline-block;
  padding: 2px 8px; border-radius: 999px;
  background: rgba(255, 215, 100, 0.18);
  border: 1px solid rgba(251, 191, 36, 0.45);
  color: #fde68a;
  font-size: 7px; font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.cgw__bluestats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 6px; margin: 6px 0 8px;
  padding: 6px 4px;
  background: rgba(255,255,255,0.06);
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.10);
  text-align: center;
}
.cgw__bluestats div { display: flex; flex-direction: column; }
.cgw__bluestats b {
  font-size: 11px; font-weight: 800; color: #fff;
  letter-spacing: -0.01em;
}
.cgw__bluestats span {
  font-size: 6.5px; color: rgba(255,255,255,0.68);
  letter-spacing: 0.04em; text-transform: uppercase;
  margin-top: 1px;
}
.cgw__feats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.cgw__feat {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 6px;
  padding: 7px 6px;
  text-align: left;
}
.cgw__featIcon {
  width: 16px; height: 16px;
  border-radius: 5px;
  background: linear-gradient(135deg, #22d3ee, #0072ff);
  color: #fff;
  font-size: 9px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 3px;
}
.cgw__featTitle { font-size: 7.5px; font-weight: 800; color: #fff; }
.cgw__featSub   { font-size: 6.5px; color: rgba(255,255,255,0.65); margin-top: 1px; }

/* CARD 4 — ink/plumbing */
.cgw__inkHero {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 9px; margin-bottom: 8px;
}
.cgw__inkLeft .cgw__btn { margin-top: 4px; }
.cgw__inkArt {
  width: 100%; height: 96px; border-radius: 6px;
  box-shadow: 0 6px 14px rgba(10, 15, 26, 0.40);
}
.cgw__rating {
  font-size: 7.5px; color: #fbbf24; font-weight: 800;
  margin-top: 6px; letter-spacing: 0.04em;
}
.cgw__rating small { color: rgba(255,255,255,0.7); font-weight: 500; margin-left: 4px; letter-spacing: 0; }
.cgw__svc {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px;
  font-size: 7px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.78);
}
.cgw__svc span {
  background: rgba(249, 115, 22, 0.18);
  border: 1px solid rgba(249, 115, 22, 0.30);
  border-radius: 4px;
  padding: 5px 4px;
  text-align: center;
}

/* CARD 5 — dark/celebrity */
.cgw__darkArt {
  width: calc(100% + 28px);
  margin: 0 -14px 8px;
  height: 96px;
  display: block;
}
.cgw__darkBody { padding: 0; }
.cgw__avatars {
  margin-top: 8px;
  display: flex; align-items: center; justify-content: center;
}
.cgw__av {
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 2px solid #1a2440;
  margin-left: -5px;
  display: inline-block;
}
.cgw__av--1 { background: linear-gradient(135deg, #fbbf24, #f59e0b); margin-left: 0; }
.cgw__av--2 { background: linear-gradient(135deg, #22d3ee, #0072ff); }
.cgw__av--3 { background: linear-gradient(135deg, #ec4899, #be185d); }
.cgw__av--4 { background: linear-gradient(135deg, #10b981, #047857); }
.cgw__avatars small {
  margin-left: 8px;
  font-size: 7px; color: rgba(255,255,255,0.72); font-weight: 600;
  letter-spacing: 0.04em;
}

/* ---------- floating ★ chip ---------- */
.cgh-chip {
  position: absolute;
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 18px 40px -12px rgba(8, 32, 86, 0.30), 0 0 0 1px rgba(8, 32, 86, 0.04);
  z-index: 8;
  opacity: 0;
  animation: cgw-in 0.9s cubic-bezier(.2,.7,.2,1) 0.7s forwards;
  font-family: var(--cgh-font);
}
.cgh-chip--rating {
  top: 12%; right: 4%;
  --rot: 6deg; --tx: 0;
}
.cgh-chip__star {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #fff; font-size: 16px; font-weight: 800;
}
.cgh-chip__val { font-size: 12.5px; font-weight: 800; color: var(--cgh-ink); letter-spacing: -0.01em; }
.cgh-chip__lbl { font-size: 10px; color: var(--cgh-muted); margin-top: 1px; }

/* ---------- Trust strip ---------- */
.cgh-trust {
  position: relative; z-index: 1;
  max-width: 1280px; margin: 64px auto 0;
  padding: 22px 32px;
  display: flex; align-items: center; justify-content: space-around;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--cgh-line);
  border-radius: 18px;
  box-shadow: 0 18px 40px -22px rgba(8, 32, 86, 0.25);
}
.cgh-trust__item { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.cgh-trust__num {
  font-size: clamp(1.5rem, 2.4vw, 2.05rem);
  font-weight: 800; letter-spacing: -0.02em;
  background: linear-gradient(95deg, var(--cgh-blue-1), var(--cgh-blue-2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cgh-trust__num i { font-style: normal; margin-left: 2px; }
.cgh-trust__lbl {
  font-size: 0.78rem; color: var(--cgh-muted);
  letter-spacing: 0.04em; text-transform: uppercase; font-weight: 500;
}
.cgh-trust__sep {
  width: 1px; height: 32px;
  background: linear-gradient(180deg, transparent, rgba(0, 114, 255, 0.30), transparent);
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .cgh-hero { padding: 120px 5vw 70px; }
  .cgh-inner { gap: 48px; }
  .cgh-right { height: clamp(420px, 38vw, 500px); }
  .cgw { width: 340px; }
  .cgw--p3 { width: 360px; }
}
@media (max-width: 980px) {
  .cgh-hero { padding: 110px 5vw 60px; }
  .cgh-inner { grid-template-columns: 1fr; gap: 60px; }
  .cgh-left { max-width: 720px; margin: 0 auto; text-align: center; }
  .cgh-eyebrow,
  .cgh-ctas { justify-content: center; }
  .cgh-ctas { display: inline-flex; }
  .cgh-talk { margin: 0 auto; }
  .cgh-lede { margin-left: auto; margin-right: auto; }
  .cgh-right { max-width: 720px; margin: 0 auto; height: 480px; }
  .cgw { width: 360px; }
  .cgw--p3 { width: 380px; }
  .cgh-trust { margin-top: 50px; padding: 20px 24px; }
}
@media (max-width: 720px) {
  .cgh-hero { padding: 100px 5vw 50px; }
  .cgh-title { font-size: clamp(1.95rem, 7.5vw, 2.6rem); }
  .cgh-lede  { font-size: 0.96rem; }
  .cgh-ctas  { flex-direction: column; align-items: stretch; gap: 10px; width: 100%; }
  .cgh-btn   { width: 100%; }
  .cgh-talk  { flex-wrap: wrap; justify-content: center; gap: 8px 10px; }
  .cgh-right { height: 420px; }
  .cgw { width: 78%; }
  .cgw--p3 { width: 84%; }
  .cgw--p1 { left: -2%; --rot: -14deg; }
  .cgw--p2 { left: 4%;  --rot: -7deg;  }
  .cgw--p3 { left: 10%; --rot: 0deg;   }
  .cgw--p4 { left: 20%; --rot: 7deg;   }
  .cgw--p5 { left: 26%; --rot: 14deg;  }
  .cgh-trust { flex-wrap: wrap; gap: 16px 22px; padding: 20px 18px; }
  .cgh-trust__sep { display: none; }
  .cgh-trust__item { flex: 1 1 calc(50% - 22px); }
}
@media (max-width: 540px) {
  .cgh-hero { padding: 90px 4vw 44px; }
  .cgh-eyebrow { font-size: 0.66rem; padding: 6px 12px 6px 10px; }
  .cgh-title { line-height: 1.10; }
  .cgh-right { height: 360px; }
  .cgw { width: 70%; font-size: 8.5px; }
  .cgw--p3 { width: 76%; }
  .cgw--p1 { left: -4%; --rot: -14deg; }
  .cgw--p2 { left: 6%;  --rot: -7deg;  }
  .cgw--p3 { left: 14%; --rot: 0deg;   }
  .cgw--p4 { left: 26%; --rot: 7deg;   }
  .cgw--p5 { left: 36%; --rot: 14deg;  }
  .cgh-chip--rating { right: 0; top: 4%; padding: 8px 12px; }
  .cgh-chip__val { font-size: 11.5px; }
  .cgh-talk { font-size: 0.86rem; padding: 8px 16px 8px 10px; }
  .cgh-trust__num { font-size: 1.25rem; }
  .cgh-trust__lbl { font-size: 0.66rem; }
}
@media (max-width: 400px) {
  .cgh-right { height: 320px; }
  .cgw { width: 68%; }
  .cgw--p3 { width: 74%; }
  .cgw--p5 { left: 32%; }
  .cgh-trust { padding: 16px 14px; gap: 12px 16px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .cgw, .cgh-chip, .cgh-stack {
    animation: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
  .cgw--p1 { transform: translateY(-50%) rotate(-16deg); }
  .cgw--p2 { transform: translateY(-50%) rotate(-8deg); }
  .cgw--p3 { transform: translateY(-50%) rotate(0deg); }
  .cgw--p4 { transform: translateY(-50%) rotate(8deg); }
  .cgw--p5 { transform: translateY(-50%) rotate(16deg); }
  .cgh-chip--rating { transform: rotate(6deg); }
}

/* ============================================================
   SECTION 2 — Web Application Development (.cwa-* content-only)
   ============================================================ */
.cwa-biz {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  padding: clamp(56px, 6vw, 80px) 6vw clamp(56px, 6vw, 80px);
  font-family: var(--cgh-font);
  color: var(--cgh-ink);
}
.cwa-biz__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cwa-biz__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.cwa-biz__blob--a {
  top: -160px; right: -120px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.10) 0%, rgba(0, 114, 255, 0) 70%);
}
.cwa-biz__blob--b {
  bottom: -160px; left: -120px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.10) 0%, rgba(34, 211, 238, 0) 70%);
}
.cwa-biz__rule {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 1px; height: 60px;
  background: linear-gradient(180deg, transparent, rgba(0, 114, 255, 0.45));
}

.cwa-biz__inner {
  position: relative; z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

/* ---------- Header ---------- */
.cwa-biz__head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.cwa-biz__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px 7px 12px;
  border: 1px solid rgba(0, 114, 255, 0.30);
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.06);
  font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 22px;
}
.cwa-biz__eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 10px rgba(0, 114, 255, 0.55);
}
.cwa-biz__title {
  margin: 0 0 22px;
  font-weight: 800;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cwa-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cwa-biz__lede {
  margin: 0 auto 14px;
  max-width: 760px;
  font-size: clamp(0.98rem, 1.1vw, 1.05rem);
  line-height: 1.72;
  color: var(--cgh-ink-2);
  text-align: left;
}
.cwa-biz__lede--em {
  color: var(--cgh-muted);
  font-size: clamp(0.94rem, 1vw, 1rem);
  margin-bottom: 0;
}

/* ---------- Pillar grid ---------- */
.cwa-pillars {
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.cwa-pillar {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--cgh-line);
  border-radius: 18px;
  padding: 28px 24px 26px;
  box-shadow: 0 18px 40px -22px rgba(8, 32, 86, 0.18);
  transition: transform 0.35s cubic-bezier(.2,.7,.2,1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.cwa-pillar::before {
  content: "";
  position: absolute;
  top: 0; left: 24px; right: 24px;
  height: 3px;
  background: linear-gradient(90deg, var(--cgh-blue-1), var(--cgh-cyan-1));
  border-radius: 0 0 3px 3px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.cwa-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 114, 255, 0.35);
  box-shadow: 0 30px 60px -22px rgba(0, 114, 255, 0.30);
}
.cwa-pillar:hover::before { opacity: 1; }
.cwa-pillar__num {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 114, 255, 0.16);
  font-family: 'SF Mono', 'JetBrains Mono', 'Roboto Mono', ui-monospace, monospace;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--cgh-blue-2);
  -webkit-text-fill-color: var(--cgh-blue-2);
  background: none;
}
.cwa-pillar__num::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cgh-cyan-2), var(--cgh-blue-1));
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.5);
  flex-shrink: 0;
}
.cwa-pillar__num::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 114, 255, 0.30) 0%, rgba(0, 114, 255, 0) 100%);
}
.cwa-pillar__title {
  margin: 0 0 10px;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--cgh-ink);
  line-height: 1.25;
}
.cwa-pillar__body {
  margin: 0 0 16px;
  font-size: 0.93rem;
  line-height: 1.62;
  color: var(--cgh-ink-2);
}
.cwa-pillar__bul {
  margin: 0; padding: 14px 0 0;
  list-style: none;
  border-top: 1px dashed rgba(0, 114, 255, 0.22);
  display: grid; gap: 7px;
}
.cwa-pillar__bul li {
  position: relative;
  padding-left: 18px;
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--cgh-muted);
  letter-spacing: 0.005em;
}
.cwa-pillar__bul li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 0 3px rgba(0, 114, 255, 0.15);
}

/* ---------- Highlight strip ---------- */
.cwa-strip {
  margin: 48px auto 0;
  max-width: 1100px;
  padding: 18px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 32px;
  background: linear-gradient(180deg, rgba(0, 114, 255, 0.06), rgba(0, 114, 255, 0.02));
  border: 1px solid rgba(0, 114, 255, 0.16);
  border-radius: 999px;
}
.cwa-strip__item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--cgh-ink);
  letter-spacing: 0.005em;
}
.cwa-strip__item svg {
  color: var(--cgh-blue-1);
  flex-shrink: 0;
}

/* ---------- CTA row ---------- */
.cwa-biz__cta {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.cwa-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: 0.005em;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  transition: transform 0.25s cubic-bezier(.2,.7,.2,1), box-shadow 0.25s, filter 0.25s;
  white-space: nowrap;
}
.cwa-btn--primary {
  background: linear-gradient(96deg, var(--cgh-blue-1) 0%, var(--cgh-blue-2) 100%);
  color: #fff;
  box-shadow: 0 16px 30px -10px rgba(0, 114, 255, 0.45), inset 0 1px 0 rgba(255,255,255,0.20);
}
.cwa-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px -10px rgba(0, 114, 255, 0.55), inset 0 1px 0 rgba(255,255,255,0.28);
  filter: brightness(1.04);
}
.cwa-btn--ghost {
  background: #ffffff;
  color: var(--cgh-blue-2);
  border: 1px solid rgba(0, 114, 255, 0.40);
}
.cwa-btn--ghost:hover {
  background: rgba(0, 114, 255, 0.08);
  border-color: var(--cgh-blue-1);
  transform: translateY(-2px);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .cwa-pillars { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 720px) {
  .cwa-biz { padding: 70px 5vw 70px; }
  .cwa-pillars { grid-template-columns: 1fr; }
  .cwa-strip { border-radius: 22px; padding: 18px 20px; gap: 12px 22px; }
  .cwa-biz__cta { flex-direction: column; align-items: stretch; }
  .cwa-btn { width: 100%; }
}
@media (max-width: 540px) {
  .cwa-biz__title { font-size: clamp(1.7rem, 7vw, 2.1rem); }
  .cwa-pillar { padding: 24px 20px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .cwa-pillar { transition: none; }
  .cwa-pillar:hover { transform: none; }
}

/* ============================================================
   SECTION 3 — End-to-End Custom Web App Development Services (.cwa-svc-*)
   Bento-flow grid · numbered cards · content only · no images
   ============================================================ */
.cwa-svc {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f3f7ff 0%, #eaf2ff 55%, #ffffff 100%);
  padding: clamp(56px, 6vw, 80px) 6vw clamp(56px, 6vw, 80px);
  font-family: var(--cgh-font);
  color: var(--cgh-ink);
}
.cwa-svc__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cwa-svc__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.cwa-svc__blob--a {
  top: -200px; left: -120px;
  width: 540px; height: 540px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.18) 0%, rgba(34, 211, 238, 0) 70%);
}
.cwa-svc__blob--b {
  bottom: -240px; right: -180px;
  width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.18) 0%, rgba(0, 114, 255, 0) 70%);
}
.cwa-svc__weave {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0, 114, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 114, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 75% 60% at 50% 30%, #000 0%, rgba(0,0,0,0.35) 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 75% 60% at 50% 30%, #000 0%, rgba(0,0,0,0.35) 60%, transparent 100%);
}

.cwa-svc__inner {
  position: relative; z-index: 1;
  max-width: 1280px; margin: 0 auto;
}

/* ---------- Header ---------- */
.cwa-svc__head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
.cwa-svc__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px 7px 12px;
  border: 1px solid rgba(0, 114, 255, 0.30);
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.06);
  font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 22px;
}
.cwa-svc__eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 12px rgba(0, 114, 255, 0.55);
}
.cwa-svc__title {
  margin: 0 0 22px;
  font-weight: 800;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.10;
  letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cwa-svc__title .cwa-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cwa-svc__lede {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(0.98rem, 1.1vw, 1.05rem);
  line-height: 1.72;
  color: var(--cgh-ink-2);
}

/* ---------- Bento grid ---------- */
.cwa-svc__grid {
  margin: 56px 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: auto;
  gap: 22px;
}
/* ── Image-bg cards: default = image with title at bottom; hover = expand + reveal description ── */
.cwa-svccard {
  position: relative;
  grid-column: span 2;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 26px;
  overflow: hidden;
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  transform-origin: center;
  transition: transform 0.55s cubic-bezier(.2,.7,.2,1),
              border-color 0.45s ease,
              box-shadow 0.45s ease;
  z-index: 1;
  background: var(--cwa-img, linear-gradient(135deg, #0a3a85, #0072FF)) center / cover no-repeat;
}
.cwa-svccard--feature {
  grid-column: span 3;
  min-height: 380px;
}

/* image zoom layer (sits behind ::after overlay, scales on hover for depth) */
.cwa-svccard::before {
  content: "";
  position: absolute; inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
  z-index: -2;
}

/* dark gradient overlay — keeps copy legible, deepens on hover */
.cwa-svccard::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(6, 27, 74, 0.10) 0%,
    rgba(6, 27, 74, 0.55) 45%,
    rgba(6, 27, 74, 0.92) 80%,
    rgba(6, 27, 74, 0.98) 100%);
  transition: background 0.5s ease, opacity 0.5s ease;
  z-index: -1;
}

.cwa-svccard:hover {
  transform: translateY(-6px);
  z-index: 6;
  border-color: rgba(0, 114, 255, 0.55);
  box-shadow:
    0 40px 80px -22px rgba(0, 50, 130, 0.40),
    0 0 0 1px rgba(0, 114, 255, 0.25);
}
.cwa-svccard:hover::before { transform: scale(1.10); }
.cwa-svccard:hover::after {
  background: linear-gradient(180deg,
    rgba(6, 27, 74, 0.30) 0%,
    rgba(6, 27, 74, 0.78) 35%,
    rgba(13, 71, 161, 0.95) 70%,
    rgba(13, 71, 161, 0.99) 100%);
}

/* hairline cyan top edge on hover */
.cwa-svccard__edge {
  position: absolute;
  top: 0; left: 24px; right: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--cgh-cyan-2), rgba(34, 211, 238, 0));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}
.cwa-svccard:hover .cwa-svccard__edge { opacity: 1; }

/* big watermark number — top-right, faint by default, vivid cyan on hover */
.cwa-svccard__num {
  position: absolute;
  top: 18px; right: 22px;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.18);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  user-select: none;
  z-index: 2;
  transition: color 0.45s ease, transform 0.45s cubic-bezier(.2,.7,.2,1);
}
.cwa-svccard--feature .cwa-svccard__num { font-size: 3.6rem; }
.cwa-svccard:hover .cwa-svccard__num {
  color: var(--cgh-cyan-2);
  transform: scale(1.10) translate(-2px, 2px);
}

/* small icon chip — top-left badge */
.cwa-svccard__icon {
  position: absolute;
  top: 22px; left: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--cgh-cyan-2), var(--cgh-blue-1));
  color: #ffffff;
  font-size: 1rem;
  box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.55);
  z-index: 2;
  transition: transform 0.45s cubic-bezier(.2,.7,.2,1), box-shadow 0.45s ease;
}
.cwa-svccard--feature .cwa-svccard__icon {
  width: 46px; height: 46px;
  font-size: 1.15rem;
}
.cwa-svccard:hover .cwa-svccard__icon {
  transform: rotate(-6deg) scale(1.08);
  box-shadow: 0 16px 32px -8px rgba(34, 211, 238, 0.65);
}

/* title — visible by default at bottom-left */
.cwa-svccard__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.28;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
}
.cwa-svccard--feature .cwa-svccard__title {
  font-size: 1.42rem;
  line-height: 1.22;
}
.cwa-svccard:hover .cwa-svccard__title {
  transform: translateY(-4px);
}

/* body description — hidden by default, fades in below title on hover */
.cwa-svccard__body {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.92);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition:
    max-height 0.6s cubic-bezier(.2,.7,.2,1),
    opacity 0.45s ease 0.05s,
    transform 0.5s cubic-bezier(.2,.7,.2,1) 0.05s,
    margin-top 0.5s ease;
}
.cwa-svccard--feature .cwa-svccard__body { font-size: 0.96rem; }
.cwa-svccard:hover .cwa-svccard__body {
  max-height: 280px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 12px;
}

/* CTA card — visually distinct, fills the 12th slot (no image, no hover-reveal) */
.cwa-svccard--cta {
  grid-column: span 2;
  background: linear-gradient(135deg, var(--cgh-cyan-2) 0%, var(--cgh-blue-1) 100%);
  border-color: rgba(255, 255, 255, 0.30);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
}
.cwa-svccard--cta::before,
.cwa-svccard--cta::after { display: none; }
.cwa-svccard--cta:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, var(--cgh-cyan-2) 0%, var(--cgh-blue-2) 100%);
  border-color: rgba(255, 255, 255, 0.50);
  box-shadow: 0 30px 60px -22px rgba(34, 211, 238, 0.55);
}
.cwa-svccard__title--cta {
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.25;
  transform: none !important;
  text-shadow: none;
}
.cwa-svccard__body--cta {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  margin: 0 0 18px;
  line-height: 1.55;
  /* override default hidden body */
  max-height: none;
  opacity: 1;
  overflow: visible;
  transform: none;
}
.cwa-svccard__btn {
  align-self: flex-start;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--cgh-blue-2);
  font-family: inherit;
  font-weight: 700;
  font-size: 0.92rem;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.cwa-svccard__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.30);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .cwa-svc__grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .cwa-svccard { grid-column: span 2; }
  .cwa-svccard--feature { grid-column: span 2; }
  .cwa-svccard--cta { grid-column: span 4; }
}
@media (max-width: 720px) {
  .cwa-svc { padding: 70px 5vw 70px; }
  .cwa-svc__grid { grid-template-columns: 1fr; gap: 14px; }
  .cwa-svccard,
  .cwa-svccard--feature,
  .cwa-svccard--cta { grid-column: 1 / -1; }
  .cwa-svccard__num { font-size: 3rem; }
  .cwa-svccard--feature .cwa-svccard__num { font-size: 3.4rem; }

  /* CTA card: drop the fixed height & vertical centering on mobile —
     fit content snug, full-width button for clean tap target */
  .cwa-svccard--cta {
    min-height: auto;
    justify-content: flex-start;
    padding: 28px 24px 26px;
    text-align: left;
  }
  .cwa-svccard__btn {
    align-self: stretch;
    width: 100%;
    padding: 14px 22px;
    font-size: 0.94rem;
  }
}
@media (max-width: 540px) {
  .cwa-svc__title { font-size: clamp(1.7rem, 7vw, 2.2rem); }
  .cwa-svccard { min-height: 280px; padding: 22px 20px; }
  .cwa-svccard__title { font-size: 1.08rem; }
  .cwa-svccard--cta { min-height: auto; padding: 24px 22px 22px; }
  .cwa-svccard__title--cta { font-size: 1.08rem; }
  .cwa-svccard__body--cta { font-size: 0.88rem; margin-bottom: 14px; }
}

/* No-hover devices (touch) — show description by default since hover doesn't fire */
@media (hover: none) {
  .cwa-svccard:hover { transform: none; }
  .cwa-svccard::after {
    background: linear-gradient(180deg,
      rgba(6, 27, 74, 0.30) 0%,
      rgba(6, 27, 74, 0.78) 35%,
      rgba(13, 71, 161, 0.95) 70%,
      rgba(13, 71, 161, 0.99) 100%);
  }
  .cwa-svccard__body {
    max-height: 280px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cwa-svccard,
  .cwa-svccard::before,
  .cwa-svccard::after,
  .cwa-svccard--cta,
  .cwa-svccard__btn,
  .cwa-svccard__num,
  .cwa-svccard__icon,
  .cwa-svccard__title,
  .cwa-svccard__body { transition: none; }
  .cwa-svccard:hover,
  .cwa-svccard--cta:hover,
  .cwa-svccard__btn:hover { transform: none; }
  .cwa-svccard:hover::before { transform: none; }
  .cwa-svccard:hover .cwa-svccard__num,
  .cwa-svccard:hover .cwa-svccard__icon,
  .cwa-svccard:hover .cwa-svccard__title { transform: none; }
}

/* ============================================================
   SECTION 4 — CTA Banner (.cwa-cta-*)
   Deep indigo→cobalt shade with rotating glow rings & dot grid.
   ============================================================ */
.cwa-cta {
  padding: clamp(40px, 5vw, 56px) 6vw;
  font-family: var(--cgh-font);
  background: #ffffff;
}
.cwa-cta__shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 60% 80% at 100% 50%, rgba(34, 211, 238, 0.20) 0%, rgba(34, 211, 238, 0) 60%),
    radial-gradient(ellipse 50% 60% at 0% 0%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 65%),
    linear-gradient(135deg, #eef6ff 0%, #d9ebff 40%, #bcdcff 70%, #9cc9f3 100%);
  border: 1px solid rgba(0, 114, 255, 0.15);
  box-shadow: 0 30px 70px -25px rgba(0, 114, 255, 0.25);
}

.cwa-cta__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

.cwa-cta__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.cwa-cta__blob--a {
  top: -160px; right: -80px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.30) 0%, rgba(34, 211, 238, 0) 70%);
}
.cwa-cta__blob--b {
  bottom: -180px; left: -100px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.25) 0%, rgba(0, 114, 255, 0) 70%);
}

.cwa-cta__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0, 114, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 114, 255, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 75% 60% at 50% 50%, #000 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 75% 60% at 50% 50%, #000 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
}

/* concentric rings behind the logo */
.cwa-cta__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 114, 255, 0.18);
  pointer-events: none;
}
.cwa-cta__ring--1 {
  width: 360px; height: 360px;
  top: 50%; right: 8%;
  transform: translateY(-50%);
}
.cwa-cta__ring--2 {
  width: 540px; height: 540px;
  top: 50%; right: 0;
  transform: translateY(-50%);
  border-color: rgba(0, 114, 255, 0.10);
}

.cwa-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: clamp(48px, 6vw, 72px) clamp(28px, 5vw, 64px);
}

/* ---------- Copy ---------- */
.cwa-cta__copy { color: var(--cgh-ink); }

.cwa-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 14px 6px 10px;
  border: 1px solid rgba(0, 114, 255, 0.30);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.cwa-cta__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 12px rgba(0, 114, 255, 0.55);
  animation: cwa-cta-pulse 1.6s ease-in-out infinite;
}
@keyframes cwa-cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 114, 255, 0.45); }
  50%      { box-shadow: 0 0 0 6px rgba(0, 114, 255, 0); }
}

.cwa-cta__title {
  margin: 0 0 14px;
  font-weight: 800;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cwa-cta__title-accent {
  display: block;
  margin-top: 6px;
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.cwa-cta__lede {
  margin: 0 0 26px;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.65;
  color: var(--cgh-ink-2);
  max-width: 540px;
}

/* ---------- Buttons ---------- */
.cwa-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cwa-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.005em;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(.2,.7,.2,1), box-shadow 0.25s, filter 0.25s;
}
.cwa-cta__btn i { font-size: 1.05rem; }

.cwa-cta__btn--wa {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px -10px rgba(37, 211, 102, 0.55);
}
.cwa-cta__btn--wa:hover {
  background: linear-gradient(135deg, #1cb558 0%, #0c6f64 100%);
  box-shadow: 0 18px 36px -10px rgba(37, 211, 102, 0.65);
}
.cwa-cta__btn--tg {
  background: linear-gradient(135deg, #29B6F6 0%, #0277BD 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px -10px rgba(2, 119, 189, 0.55);
}
.cwa-cta__btn--tg:hover {
  background: linear-gradient(135deg, #0f9bdc 0%, #015e94 100%);
  box-shadow: 0 18px 36px -10px rgba(2, 119, 189, 0.65);
}
.cwa-cta__btn--em {
  background: linear-gradient(135deg, var(--cgh-blue-1) 0%, var(--cgh-blue-2) 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px -10px rgba(0, 114, 255, 0.55);
}
.cwa-cta__btn--em:hover {
  background: linear-gradient(135deg, #005ad6 0%, #062f6f 100%);
  box-shadow: 0 18px 36px -10px rgba(0, 114, 255, 0.65);
}
.cwa-cta__btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

/* ---------- Logo media ---------- */
.cwa-cta__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 18px 36px rgba(0, 60, 150, 0.20));
}
.cwa-cta__logo-halo {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 65%);
  filter: blur(40px);
  z-index: 0;
}
.cwa-cta__logo {
  position: relative;
  z-index: 1;
  width: clamp(180px, 22vw, 280px);
  height: auto;
  animation: cwa-cta-float 5s ease-in-out infinite;
}
@keyframes cwa-cta-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .cwa-cta__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .cwa-cta__copy { display: flex; flex-direction: column; align-items: center; }
  .cwa-cta__btns { justify-content: center; }
  .cwa-cta__lede { margin-left: auto; margin-right: auto; }
  .cwa-cta__media { order: -1; }
  .cwa-cta__logo { width: clamp(140px, 30vw, 200px); }
  .cwa-cta__ring--1 { right: 50%; transform: translate(50%, -50%); }
  .cwa-cta__ring--2 { right: 50%; transform: translate(50%, -50%); }
}
@media (max-width: 720px) {
  .cwa-cta { padding: 50px 4vw; }
  .cwa-cta__shell { border-radius: 20px; }
  .cwa-cta__inner { padding: 44px 26px; gap: 28px; }
  .cwa-cta__btns { gap: 10px; }
  .cwa-cta__btn { padding: 12px 20px; font-size: 0.9rem; }
  .cwa-cta__ring--1 { width: 240px; height: 240px; }
  .cwa-cta__ring--2 { width: 380px; height: 380px; }
}
@media (max-width: 540px) {
  .cwa-cta__inner { padding: 36px 20px; }
  .cwa-cta__btns { flex-direction: column; align-items: stretch; gap: 8px; width: 100%; }
  .cwa-cta__btn { width: 100%; padding: 13px 18px; font-size: 0.92rem; }
  .cwa-cta__title { font-size: clamp(1.35rem, 6.5vw, 1.85rem); }
}
@media (prefers-reduced-motion: reduce) {
  .cwa-cta__dot,
  .cwa-cta__logo { animation: none; }
  .cwa-cta__btn:hover { transform: none; }
}

/* ============================================================
   SECTION 5 — Building Resilience / Security (.cwa-sec-*)
   Defense-console design: dark navy with neon accents per layer.
   ============================================================ */
.cwa-sec {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 6vw, 80px) 6vw;
  font-family: var(--cgh-font);
  color: #ffffff;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(34, 211, 238, 0.12) 0%, rgba(34, 211, 238, 0) 60%),
    linear-gradient(180deg, #050b1f 0%, #0a1733 50%, #061b4a 100%);
}

.cwa-sec__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

.cwa-sec__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.cwa-sec__blob--a {
  top: -180px; left: -120px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.30) 0%, rgba(34, 211, 238, 0) 70%);
}
.cwa-sec__blob--b {
  bottom: -200px; right: -120px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.35) 0%, rgba(0, 114, 255, 0) 70%);
}

/* moving scanline across the section — subtle ambient motion */
.cwa-sec__scan {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.45), transparent);
  animation: cwa-sec-scan 6s linear infinite;
}
@keyframes cwa-sec-scan {
  0%   { transform: translateY(0); opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { transform: translateY(100vh); opacity: 0; }
}

.cwa-sec__weave {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 100%);
}

.cwa-sec__inner {
  position: relative; z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

/* ---------- Header ---------- */
.cwa-sec__head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

.cwa-sec__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 16px 6px 8px;
  border: 1px solid rgba(34, 211, 238, 0.45);
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.10);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cgh-cyan-2);
  margin-bottom: 18px;
}
.cwa-sec__lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.18);
  color: var(--cgh-cyan-2);
}

.cwa-sec__title {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1.10;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.cwa-sec__title .cwa-grad {
  background: linear-gradient(95deg, var(--cgh-cyan-2) 0%, #ffffff 50%, var(--cgh-cyan-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.cwa-sec__lede {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.74);
}

.cwa-sec__metrics {
  margin: 36px auto 0;
  padding: 18px 28px;
  max-width: 940px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cwa-sec__metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.cwa-sec__metric-num {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(95deg, var(--cgh-cyan-2), #ffffff);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cwa-sec__metric-num i { font-style: normal; margin-left: 1px; }
.cwa-sec__metric-lbl {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 500;
}
.cwa-sec__metric-sep {
  width: 1px;
  height: 30px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}

/* ---------- Three console panels ---------- */
.cwa-sec__panels {
  margin: 56px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cwa-sec-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 26px 24px 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1), border-color 0.4s, box-shadow 0.4s;
  /* per-panel accent set via modifier */
  --ax: 34, 211, 238;
}
/* All three panels share the Craitrix blue/cyan family — same theme, three shades */
.cwa-sec-panel--cyan   { --ax: 34, 211, 238; }   /* cyan-2 */
.cwa-sec-panel--violet { --ax: 0, 114, 255; }    /* primary blue */
.cwa-sec-panel--lime   { --ax: 13, 71, 161; }    /* deep navy */

.cwa-sec-panel:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--ax), 0.50);
  box-shadow: 0 30px 60px -22px rgba(var(--ax), 0.40);
}

/* corner halo glow */
.cwa-sec-panel__halo {
  position: absolute;
  top: -40%; right: -40%;
  width: 80%; height: 80%;
  background: radial-gradient(circle, rgba(var(--ax), 0.30) 0%, rgba(var(--ax), 0) 65%);
  filter: blur(40px);
  z-index: -1;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.cwa-sec-panel:hover .cwa-sec-panel__halo { opacity: 1; }

/* head row */
.cwa-sec-panel__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.cwa-sec-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(var(--ax), 0.30), rgba(var(--ax), 0.10));
  border: 1px solid rgba(var(--ax), 0.40);
  color: rgb(var(--ax));
  flex-shrink: 0;
}
.cwa-sec-panel__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.cwa-sec-panel__tag {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(var(--ax), 0.80);
  font-family: 'SF Mono', 'Monaco', 'Consolas', monospace;
}
.cwa-sec-panel__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.04em;
}
.cwa-sec-panel__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgb(var(--ax));
  box-shadow: 0 0 0 0 rgba(var(--ax), 0.50);
  animation: cwa-sec-dot 1.6s ease-in-out infinite;
}
@keyframes cwa-sec-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(var(--ax), 0.45); }
  50%      { box-shadow: 0 0 0 6px rgba(var(--ax), 0); }
}

.cwa-sec-panel__title {
  margin: 0 0 8px;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.cwa-sec-panel__desc {
  margin: 0 0 18px;
  font-size: 0.88rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.70);
}

.cwa-sec-panel__list {
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px dashed rgba(var(--ax), 0.30);
  display: grid;
  gap: 10px;
}
.cwa-sec-panel__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.005em;
}
.cwa-sec-panel__check {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  border-radius: 6px;
  background: rgba(var(--ax), 0.18);
  border: 1px solid rgba(var(--ax), 0.45);
  flex-shrink: 0;
}
.cwa-sec-panel__check::after {
  content: "";
  width: 8px; height: 4px;
  border-left: 2px solid rgb(var(--ax));
  border-bottom: 2px solid rgb(var(--ax));
  transform: rotate(-45deg) translate(1px, -1px);
}

/* animated scanline at the bottom of each card */
.cwa-sec-panel__scanline {
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgb(var(--ax)), transparent);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: -50% 0;
  animation: cwa-sec-line 4s linear infinite;
  opacity: 0.55;
  transition: opacity 0.4s, animation-duration 0.4s;
}
.cwa-sec-panel:hover .cwa-sec-panel__scanline {
  opacity: 1;
  animation-duration: 1.6s;
}
@keyframes cwa-sec-line {
  0%   { background-position: -50% 0; }
  100% { background-position: 150% 0; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .cwa-sec__panels { grid-template-columns: 1fr; gap: 16px; }
  .cwa-sec__metrics { padding: 16px 22px; gap: 10px; }
}
@media (max-width: 720px) {
  .cwa-sec__metrics {
    flex-wrap: wrap;
    padding: 14px 16px;
    border-radius: 14px;
  }
  .cwa-sec__metric-sep { display: none; }
  .cwa-sec__metric { flex: 1 1 calc(50% - 14px); }
  .cwa-sec-panel { padding: 22px 20px 24px; }
}
@media (max-width: 540px) {
  .cwa-sec__title { font-size: clamp(1.55rem, 7.5vw, 2rem); }
  .cwa-sec-panel__list li { font-size: 0.82rem; }
}

@media (prefers-reduced-motion: reduce) {
  .cwa-sec__scan,
  .cwa-sec-panel__dot,
  .cwa-sec-panel__scanline { animation: none; }
  .cwa-sec-panel:hover { transform: none; }
}

/* ============================================================
   SECTION 6 — Types of Custom Web Applications (.cwa-types-*)
   Glassmorphism: frosted cards over multi-color orb gradients.
   ============================================================ */
.cwa-types {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 6vw, 80px) 6vw;
  font-family: var(--cgh-font);
  color: var(--cgh-ink);
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.cwa-types__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

/* big diffuse orbs that the glass cards "frost over" */
.cwa-types__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  animation: cwa-types-drift 16s ease-in-out infinite alternate;
}
/* All four orbs are blue/cyan variations of the brand palette */
.cwa-types__orb--violet {
  top: -120px; left: -80px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.55) 0%, rgba(0, 114, 255, 0) 70%);
}
.cwa-types__orb--cyan {
  top: 30%; right: -100px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.55) 0%, rgba(34, 211, 238, 0) 70%);
  animation-delay: -4s;
}
.cwa-types__orb--pink {
  bottom: -160px; left: 25%;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(13, 71, 161, 0.45) 0%, rgba(13, 71, 161, 0) 70%);
  animation-delay: -8s;
}
.cwa-types__orb--gold {
  top: 20%; left: 35%;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.45) 0%, rgba(6, 182, 212, 0) 70%);
  animation-delay: -12s;
}
@keyframes cwa-types-drift {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(40px, -30px) scale(1.08); }
  100% { transform: translate(-30px, 25px) scale(0.96); }
}

/* faint speckled noise overlay (helps glass look real) */
.cwa-types__noise {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(8, 32, 86, 0.06) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.5;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 100%);
}

.cwa-types__inner {
  position: relative; z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

/* ---------- Header ---------- */
.cwa-types__head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 44px;
}
.cwa-types__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 14px 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 18px;
  box-shadow: 0 6px 20px -8px rgba(8, 32, 86, 0.20);
}
.cwa-types__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 12px rgba(0, 114, 255, 0.55);
}

.cwa-types__title {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1.10;
  letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cwa-types__title .cwa-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cwa-types__lede {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.72;
  color: var(--cgh-ink-2);
}

/* ---------- 3-col glass grid ---------- */
.cwa-types__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cwa-types__card {
  position: relative;
  isolation: isolate;
  padding: 26px 24px 24px;
  border-radius: 22px;
  /* THE glass surface */
  background: linear-gradient(160deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.35) 100%);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 18px 40px -12px rgba(8, 32, 86, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1),
              box-shadow 0.4s ease,
              border-color 0.4s ease;
}

/* the glossy specular highlight at top */
.cwa-types__card::before {
  content: "";
  position: absolute;
  top: 0; left: 12%; right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85), transparent);
  pointer-events: none;
}
/* faint colored gloss on the bottom-right */
.cwa-types__card::after {
  content: "";
  position: absolute;
  bottom: -40%; right: -40%;
  width: 70%; height: 70%;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.20) 0%, rgba(0, 114, 255, 0) 65%);
  filter: blur(30px);
  z-index: -1;
  opacity: 0.7;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cwa-types__card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow:
    0 30px 60px -16px rgba(8, 32, 86, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.cwa-types__card:hover::after {
  opacity: 1;
  transform: scale(1.15);
}

/* per-card gloss — all variations of Craitrix blue/cyan, one theme */
.cwa-types__card:nth-child(1)::after { background: radial-gradient(circle, rgba(0, 114, 255, 0.30) 0%, transparent 65%); }
.cwa-types__card:nth-child(2)::after { background: radial-gradient(circle, rgba(34, 211, 238, 0.30) 0%, transparent 65%); }
.cwa-types__card:nth-child(3)::after { background: radial-gradient(circle, rgba(6, 182, 212, 0.30) 0%, transparent 65%); }
.cwa-types__card:nth-child(4)::after { background: radial-gradient(circle, rgba(0, 114, 255, 0.30) 0%, transparent 65%); }
.cwa-types__card:nth-child(5)::after { background: radial-gradient(circle, rgba(13, 71, 161, 0.30) 0%, transparent 65%); }
.cwa-types__card:nth-child(6)::after { background: radial-gradient(circle, rgba(34, 211, 238, 0.30) 0%, transparent 65%); }

/* image thumb — glass-tinted square with the original webp */
.cwa-types__thumb {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 22px -10px rgba(8, 32, 86, 0.20);
  margin-bottom: 18px;
  overflow: hidden;
}
.cwa-types__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cwa-types__name {
  margin: 0 0 10px;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--cgh-ink);
}
.cwa-types__copy {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
  color: var(--cgh-ink-2);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .cwa-types__grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 720px) {
  .cwa-types__grid { grid-template-columns: 1fr; gap: 16px; }
  .cwa-types__card { padding: 22px 20px 22px; }
  .cwa-types__thumb { width: 64px; height: 64px; border-radius: 16px; margin-bottom: 14px; }
  .cwa-types__head { margin-bottom: 32px; }
}
@media (max-width: 540px) {
  .cwa-types__title { font-size: clamp(1.55rem, 7.5vw, 2rem); }
  .cwa-types__name { font-size: 1.05rem; }
}

@media (prefers-reduced-motion: reduce) {
  .cwa-types__orb { animation: none; }
  .cwa-types__card,
  .cwa-types__card::after { transition: none; }
  .cwa-types__card:hover { transform: none; }
}

/* ============================================================
   SECTION 7 — Industries We Support (.cwa-ind-*)
   12 brand-aligned tiles · clean white surface, blue/cyan accents
   ============================================================ */
.cwa-ind {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 6vw, 80px) 6vw;
  font-family: var(--cgh-font);
  color: var(--cgh-ink);
  /* Theme A — clean canvas (whitest of the three) */
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(34, 211, 238, 0.05) 0%, rgba(34, 211, 238, 0) 60%),
    #ffffff;
}

.cwa-ind__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

.cwa-ind__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.cwa-ind__blob--a {
  top: -160px; right: -120px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.10) 0%, rgba(0, 114, 255, 0) 70%);
}
.cwa-ind__blob--b {
  bottom: -180px; left: -100px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.10) 0%, rgba(34, 211, 238, 0) 70%);
}
.cwa-ind__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0, 114, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 114, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 100%);
}

.cwa-ind__inner {
  position: relative; z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

/* ---------- Header ---------- */
.cwa-ind__head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 44px;
}
.cwa-ind__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 14px 6px 10px;
  border: 1px solid rgba(0, 114, 255, 0.30);
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.06);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 18px;
}
.cwa-ind__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 12px rgba(0, 114, 255, 0.55);
}
.cwa-ind__title {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1.10;
  letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cwa-ind__title .cwa-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cwa-ind__lede {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.72;
  color: var(--cgh-ink-2);
}

/* ---------- 4-col tile grid ---------- */
.cwa-ind__grid-tiles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cwa-ind__tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 20px 28px;
  background: #ffffff;
  border: 1px solid var(--cgh-line);
  border-radius: 18px;
  text-align: center;
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1),
              border-color 0.4s ease,
              box-shadow 0.4s ease;
}
.cwa-ind__tile::before {
  content: "";
  position: absolute;
  top: -50%; right: -50%;
  width: 100%; height: 100%;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.10) 0%, rgba(0, 114, 255, 0) 65%);
  filter: blur(28px);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.cwa-ind__tile:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 114, 255, 0.45);
  box-shadow: 0 22px 48px -18px rgba(0, 114, 255, 0.30);
}
.cwa-ind__tile:hover::before { opacity: 1; }

/* "NEW" ribbon for the 4 new industries — small unobtrusive cyan badge */
.cwa-ind__tile--new::after {
  content: "NEW";
  position: absolute;
  top: 12px; right: 12px;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 3px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cgh-cyan-2), var(--cgh-blue-1));
  color: #ffffff;
}

.cwa-ind__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.18) 0%, rgba(0, 114, 255, 0.18) 100%);
  border: 1px solid rgba(0, 114, 255, 0.18);
  color: var(--cgh-blue-1);
  font-size: 1.4rem;
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1),
              background 0.4s ease,
              color 0.4s ease;
}
.cwa-ind__tile:hover .cwa-ind__icon {
  transform: scale(1.08) rotate(-4deg);
  background: linear-gradient(135deg, var(--cgh-cyan-2) 0%, var(--cgh-blue-1) 100%);
  color: #ffffff;
}

.cwa-ind__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.30;
  color: var(--cgh-ink);
}

/* hairline blue accent at the bottom on hover */
.cwa-ind__edge {
  position: absolute;
  left: 24px; right: 24px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cgh-blue-1), var(--cgh-cyan-1), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.cwa-ind__tile:hover .cwa-ind__edge { opacity: 1; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .cwa-ind__grid-tiles { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .cwa-ind__grid-tiles { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .cwa-ind__tile { padding: 26px 14px 24px; gap: 12px; }
  .cwa-ind__icon { width: 56px; height: 56px; font-size: 1.25rem; border-radius: 14px; }
  .cwa-ind__name { font-size: 0.92rem; }
  .cwa-ind__head { margin-bottom: 32px; }
}
@media (max-width: 400px) {
  .cwa-ind__icon { width: 48px; height: 48px; font-size: 1.1rem; }
  .cwa-ind__name { font-size: 0.84rem; }
  .cwa-ind__tile--new::after { font-size: 0.5rem; padding: 2px 6px; }
}

@media (prefers-reduced-motion: reduce) {
  .cwa-ind__tile,
  .cwa-ind__icon { transition: none; }
  .cwa-ind__tile:hover { transform: none; }
  .cwa-ind__tile:hover .cwa-ind__icon { transform: none; }
}

/* ============================================================
   SECTION 8 — Cost / Consulting (.cwa-cost-*)
   Two-column: image left, copy + CTA right
   ============================================================ */
.cwa-cost {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 6vw, 80px) 6vw;
  font-family: var(--cgh-font);
  color: var(--cgh-ink);
  /* Theme B — saturated brand-blue (deepest tint of the three) */
  background:
    radial-gradient(ellipse 50% 60% at 100% 50%, rgba(34, 211, 238, 0.18) 0%, rgba(34, 211, 238, 0) 60%),
    linear-gradient(135deg, #c8dcf2 0%, #e6eef9 50%, #b9d2ec 100%);
}

.cwa-cost__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cwa-cost__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.cwa-cost__blob--a {
  top: -160px; left: -100px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.18) 0%, rgba(34, 211, 238, 0) 70%);
}
.cwa-cost__blob--b {
  bottom: -180px; right: -80px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.14) 0%, rgba(0, 114, 255, 0) 70%);
}
.cwa-cost__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0, 114, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 114, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 100%);
}

.cwa-cost__inner {
  position: relative; z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

/* ---------- Media (image left) ---------- */
.cwa-cost__media {
  position: relative;
}
.cwa-cost__media-frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px -22px rgba(8, 32, 86, 0.30);
  background: linear-gradient(160deg, #eaf2ff, #d9ebff);
  aspect-ratio: 4 / 3;
}
.cwa-cost__media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cwa-cost__svg {
  width: 100%;
  height: 100%;
  display: block;
}

.cwa-cost__chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px 9px 11px;
  background: #ffffff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--cgh-blue-2);
  box-shadow: 0 16px 30px -10px rgba(8, 32, 86, 0.20);
  z-index: 2;
}
.cwa-cost__chip i {
  color: #ffffff;
  background: linear-gradient(135deg, var(--cgh-cyan-2), var(--cgh-blue-1));
  width: 22px; height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
}
.cwa-cost__chip--a {
  top: 18px;
  left: -18px;
  animation: cwa-cost-floatA 4.5s ease-in-out infinite;
}
.cwa-cost__chip--b {
  bottom: 22px;
  right: -16px;
  animation: cwa-cost-floatB 5s ease-in-out infinite;
}
@keyframes cwa-cost-floatA {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
@keyframes cwa-cost-floatB {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(8px); }
}

/* ---------- Copy (right) ---------- */
.cwa-cost__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 14px 6px 10px;
  border: 1px solid rgba(0, 114, 255, 0.30);
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.06);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 18px;
}
.cwa-cost__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 12px rgba(0, 114, 255, 0.55);
}

.cwa-cost__title {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cwa-cost__title .cwa-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.cwa-cost__lede {
  margin: 0 0 22px;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.72;
  color: var(--cgh-ink-2);
  max-width: 620px;
}

.cwa-cost__points {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.cwa-cost__points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--cgh-ink);
  letter-spacing: 0.005em;
}
.cwa-cost__check {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.20), rgba(0, 114, 255, 0.20));
  border: 1px solid rgba(0, 114, 255, 0.40);
  flex-shrink: 0;
}
.cwa-cost__check::after {
  content: "";
  width: 9px; height: 4.5px;
  border-left: 2px solid var(--cgh-blue-1);
  border-bottom: 2px solid var(--cgh-blue-1);
  transform: rotate(-45deg) translate(1px, -1px);
}

.cwa-cost__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(96deg, var(--cgh-blue-1) 0%, var(--cgh-blue-2) 100%);
  color: #ffffff;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: 0.005em;
  border: 0;
  cursor: pointer;
  box-shadow: 0 16px 30px -10px rgba(0, 114, 255, 0.45);
  transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
}
.cwa-cost__btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(96deg, #005ad6 0%, #062f6f 100%);
  box-shadow: 0 22px 40px -10px rgba(0, 114, 255, 0.55);
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .cwa-cost__inner { grid-template-columns: 1fr; gap: 36px; }
  .cwa-cost__copy { text-align: center; }
  .cwa-cost__eyebrow { justify-content: center; }
  .cwa-cost__lede { margin-left: auto; margin-right: auto; }
  .cwa-cost__points { max-width: 480px; margin-left: auto; margin-right: auto; text-align: left; }
  .cwa-cost__media-frame { max-width: 540px; margin: 0 auto; aspect-ratio: 5 / 4; }
  .cwa-cost__chip--a { left: -10px; }
  .cwa-cost__chip--b { right: -10px; }
}
@media (max-width: 540px) {
  .cwa-cost__title { font-size: clamp(1.55rem, 7vw, 2rem); }
  .cwa-cost__chip { font-size: 0.7rem; padding: 7px 12px 7px 10px; }
  .cwa-cost__chip i { width: 18px; height: 18px; font-size: 0.62rem; }
  .cwa-cost__chip--a { top: 10px; left: -6px; }
  .cwa-cost__chip--b { bottom: 12px; right: -6px; }
  .cwa-cost__btn { width: 100%; padding: 13px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .cwa-cost__chip { animation: none; }
  .cwa-cost__btn { transition: none; }
  .cwa-cost__btn:hover { transform: none; }
}

/* ============================================================
   SECTION 9 — Key Factors (.cwa-fact-*)
   Horizontal feature rows · custom SVG visualisation per factor
   ============================================================ */
.cwa-fact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 6vw, 80px) 6vw;
  font-family: var(--cgh-font);
  color: var(--cgh-ink);
  /* Theme C — cool slate / steel mist (most neutral of the three) */
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(13, 22, 38, 0.05) 0%, rgba(13, 22, 38, 0) 60%),
    radial-gradient(rgba(13, 22, 38, 0.05) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(160deg, #e6ebf2 0%, #f4f6fa 50%, #d8dfe9 100%);
}

.cwa-fact__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cwa-fact__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.cwa-fact__blob--a {
  top: 10%; right: -100px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.10) 0%, rgba(0, 114, 255, 0) 70%);
}
.cwa-fact__blob--b {
  bottom: -120px; left: -100px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.10) 0%, rgba(34, 211, 238, 0) 70%);
}

.cwa-fact__inner {
  position: relative; z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

/* ---------- Header ---------- */
.cwa-fact__head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 48px;
}
.cwa-fact__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 16px 7px 12px;
  border: 1px solid rgba(0, 114, 255, 0.30);
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.06);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 22px;
}
.cwa-fact__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 12px rgba(0, 114, 255, 0.55);
}
.cwa-fact__title {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1.10;
  letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cwa-fact__title .cwa-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cwa-fact__lede {
  margin: 0 auto;
  max-width: 660px;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.72;
  color: var(--cgh-ink-2);
}

/* ---------- Tabbed cost-driver switcher ---------- */
.cwa-fact__switcher {
  position: relative;
}
.cwa-fact__switcher > input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

.cwa-fact__shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.4fr);
  gap: 0;
  border: 1px solid rgba(0, 114, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(11, 47, 96, 0.18);
}

/* Left: tab list */
.cwa-fact__tabs {
  list-style: none;
  margin: 0;
  padding: 14px;
  border-right: 1px solid rgba(0, 114, 255, 0.14);
  background: linear-gradient(180deg, rgba(0, 114, 255, 0.03), rgba(34, 211, 238, 0.02));
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cwa-fact__tab {
  display: grid;
  grid-template-columns: 36px 1fr 18px;
  align-items: center;
  gap: 14px;
  padding: 14px 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
  border: 1px solid transparent;
}
.cwa-fact__tab:hover {
  background: rgba(0, 114, 255, 0.05);
  border-color: rgba(0, 114, 255, 0.10);
}
.cwa-fact__tab-num {
  font-family: 'SF Mono', 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--cgh-blue-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(0, 114, 255, 0.08);
  border: 1px solid rgba(0, 114, 255, 0.18);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.cwa-fact__tab-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.cwa-fact__tab-name {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--cgh-ink);
  letter-spacing: -0.005em;
  line-height: 1.25;
}
.cwa-fact__tab-impact {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(13, 22, 38, 0.50);
}
.cwa-fact__tab-impact[data-impact="high"]::before {
  content: "";
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316, #ef4444);
  margin-right: 6px;
  vertical-align: middle;
}
.cwa-fact__tab-impact[data-impact="med"]::before {
  content: "";
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cgh-cyan-2), var(--cgh-blue-1));
  margin-right: 6px;
  vertical-align: middle;
}
.cwa-fact__tab-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 114, 255, 0.45);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.cwa-fact__tab-arrow svg { width: 16px; height: 16px; }

/* Right: detail panels */
.cwa-fact__panels {
  position: relative;
  padding: clamp(28px, 3.4vw, 44px);
  min-height: 380px;
}
.cwa-fact__panel {
  display: none;
  flex-direction: column;
  gap: 18px;
}
.cwa-fact__panel-viz {
  width: 100%;
  max-width: 320px;
  margin-bottom: 4px;
}
.cwa-fact__panel-viz svg {
  width: 100%;
  height: auto;
  display: block;
}
.cwa-fact__panel-title {
  margin: 0;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--cgh-ink);
  line-height: 1.18;
}
.cwa-fact__panel-body {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.7;
  color: var(--cgh-ink-2);
  max-width: 560px;
}

/* Cost-weight bar */
.cwa-fact__panel-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 114, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  max-width: 460px;
}
.cwa-fact__panel-bar-lbl {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(13, 22, 38, 0.55);
}
.cwa-fact__panel-bar-track {
  position: relative;
  display: block;
  height: 6px;
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.10);
  overflow: hidden;
}
.cwa-fact__panel-bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w, 50%);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cgh-cyan-2) 0%, var(--cgh-blue-1) 100%);
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.45);
  transform-origin: left;
  animation: cwa-fact-fill 0.7s cubic-bezier(.2,.7,.2,1) forwards;
}
@keyframes cwa-fact-fill {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
.cwa-fact__panel-bar-val {
  font-family: 'SF Mono', 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--cgh-blue-2);
  min-width: 42px;
  text-align: right;
}

/* Tag chips */
.cwa-fact__panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.cwa-fact__panel-tags span {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(0, 114, 255, 0.20);
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.04);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--cgh-blue-2);
  letter-spacing: 0.005em;
}

/* :checked — show matching panel + activate matching tab */
.cwa-fact__switcher #cwa-fact-r1:checked ~ .cwa-fact__shell .cwa-fact__panels .cwa-fact__panel:nth-child(1),
.cwa-fact__switcher #cwa-fact-r2:checked ~ .cwa-fact__shell .cwa-fact__panels .cwa-fact__panel:nth-child(2),
.cwa-fact__switcher #cwa-fact-r3:checked ~ .cwa-fact__shell .cwa-fact__panels .cwa-fact__panel:nth-child(3),
.cwa-fact__switcher #cwa-fact-r4:checked ~ .cwa-fact__shell .cwa-fact__panels .cwa-fact__panel:nth-child(4),
.cwa-fact__switcher #cwa-fact-r5:checked ~ .cwa-fact__shell .cwa-fact__panels .cwa-fact__panel:nth-child(5),
.cwa-fact__switcher #cwa-fact-r6:checked ~ .cwa-fact__shell .cwa-fact__panels .cwa-fact__panel:nth-child(6) {
  display: flex;
  animation: cwa-fact-fade 0.4s cubic-bezier(.2,.7,.2,1) forwards;
}
@keyframes cwa-fact-fade {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.cwa-fact__switcher #cwa-fact-r1:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(1) .cwa-fact__tab,
.cwa-fact__switcher #cwa-fact-r2:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(2) .cwa-fact__tab,
.cwa-fact__switcher #cwa-fact-r3:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(3) .cwa-fact__tab,
.cwa-fact__switcher #cwa-fact-r4:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(4) .cwa-fact__tab,
.cwa-fact__switcher #cwa-fact-r5:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(5) .cwa-fact__tab,
.cwa-fact__switcher #cwa-fact-r6:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(6) .cwa-fact__tab {
  background: linear-gradient(135deg, rgba(0, 114, 255, 0.10) 0%, rgba(34, 211, 238, 0.08) 100%);
  border-color: rgba(0, 114, 255, 0.22);
  box-shadow: inset 4px 0 0 var(--cgh-blue-1), 0 6px 14px -8px rgba(0, 114, 255, 0.20);
}
.cwa-fact__switcher #cwa-fact-r1:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(1) .cwa-fact__tab-num,
.cwa-fact__switcher #cwa-fact-r2:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(2) .cwa-fact__tab-num,
.cwa-fact__switcher #cwa-fact-r3:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(3) .cwa-fact__tab-num,
.cwa-fact__switcher #cwa-fact-r4:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(4) .cwa-fact__tab-num,
.cwa-fact__switcher #cwa-fact-r5:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(5) .cwa-fact__tab-num,
.cwa-fact__switcher #cwa-fact-r6:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(6) .cwa-fact__tab-num {
  background: linear-gradient(135deg, var(--cgh-blue-1), var(--cgh-blue-2));
  color: #ffffff;
  border-color: transparent;
}
.cwa-fact__switcher #cwa-fact-r1:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(1) .cwa-fact__tab-arrow,
.cwa-fact__switcher #cwa-fact-r2:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(2) .cwa-fact__tab-arrow,
.cwa-fact__switcher #cwa-fact-r3:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(3) .cwa-fact__tab-arrow,
.cwa-fact__switcher #cwa-fact-r4:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(4) .cwa-fact__tab-arrow,
.cwa-fact__switcher #cwa-fact-r5:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(5) .cwa-fact__tab-arrow,
.cwa-fact__switcher #cwa-fact-r6:checked ~ .cwa-fact__shell .cwa-fact__tabs li:nth-child(6) .cwa-fact__tab-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--cgh-blue-1);
}

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .cwa-fact__shell {
    grid-template-columns: 1fr;
  }
  .cwa-fact__tabs {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 114, 255, 0.14);
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 14px;
  }
  .cwa-fact__tabs li {
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .cwa-fact__tab {
    grid-template-columns: 36px auto;
    min-width: 220px;
  }
  .cwa-fact__tab-arrow { display: none; }
  .cwa-fact__panels { min-height: auto; }
}
@media (max-width: 540px) {
  .cwa-fact__title { font-size: clamp(1.55rem, 7vw, 2rem); }
  .cwa-fact__head { margin-bottom: 32px; }
  .cwa-fact__panels { padding: 24px 18px; }
  .cwa-fact__panel-bar { grid-template-columns: 1fr auto; gap: 10px; padding: 12px 14px; }
  .cwa-fact__panel-bar-lbl { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  .cwa-fact__row,
  .cwa-fact__mark,
  .cwa-fact__viz,
  .cwa-fact__name { transition: none; }
  .cwa-fact__row:hover { padding-left: clamp(8px, 2vw, 22px); }
  .cwa-fact__row:hover .cwa-fact__mark { transform: none; }
  .cwa-fact__row:hover .cwa-fact__viz { transform: none; }
}

/* ============================================================
   SECTION 10 — Benefits (.cwa-bene-*)
   Editorial · numbered watermark cards · refined typography
   Premium minimalist take. Restrained ornament.
   ============================================================ */
.cwa-bene {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 7vw, 96px) 6vw;
  font-family: var(--cgh-font);
  color: var(--cgh-ink);
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(0, 114, 255, 0.06) 0%, rgba(0, 114, 255, 0) 60%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(34, 211, 238, 0.06) 0%, rgba(34, 211, 238, 0) 65%),
    linear-gradient(180deg, #fdfeff 0%, #f0f5fc 100%);
}

.cwa-bene__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cwa-bene__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.cwa-bene__blob--a {
  top: 15%; right: -120px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.08) 0%, rgba(0, 114, 255, 0) 70%);
}
.cwa-bene__blob--b {
  bottom: -160px; left: -100px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.08) 0%, rgba(34, 211, 238, 0) 70%);
}
.cwa-bene__weave {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(0, 114, 255, 0.04) 1.4px, transparent 1.6px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 100%);
}

.cwa-bene__inner {
  position: relative; z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

/* ---------- Header ---------- */
.cwa-bene__head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 64px;
}
.cwa-bene__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 16px 7px 12px;
  border: 1px solid rgba(0, 114, 255, 0.30);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.60);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.cwa-bene__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 12px rgba(0, 114, 255, 0.55);
}
.cwa-bene__title {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1.10;
  letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cwa-bene__title .cwa-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cwa-bene__lede {
  margin: 0 auto 22px;
  max-width: 720px;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.72;
  color: var(--cgh-ink-2);
}
.cwa-bene__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 999px;
  background: linear-gradient(96deg, var(--cgh-blue-1), var(--cgh-blue-2));
  color: #ffffff;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.94rem;
  border: 0;
  cursor: pointer;
  box-shadow: 0 14px 28px -10px rgba(0, 114, 255, 0.45);
  transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
}
.cwa-bene__cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(96deg, #005ad6, #062f6f);
  box-shadow: 0 22px 40px -10px rgba(0, 114, 255, 0.55);
}

/* ---------- Editorial card grid ---------- */
.cwa-bene__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  /* hairline grid lines between cards instead of card borders — magazine feel */
  border-top: 1px solid rgba(0, 114, 255, 0.16);
  border-left: 1px solid rgba(0, 114, 255, 0.16);
}

/* Each card */
.cwa-bene__card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 36px 32px 36px;
  min-height: 280px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  /* shared hairlines on right + bottom — editorial grid */
  border-right: 1px solid rgba(0, 114, 255, 0.16);
  border-bottom: 1px solid rgba(0, 114, 255, 0.16);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.4s ease, transform 0.4s cubic-bezier(.2,.7,.2,1);
}
.cwa-bene__card::before {
  /* corner halo that strengthens on hover */
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 220px; height: 220px;
  background: radial-gradient(circle at top right, rgba(34, 211, 238, 0.16) 0%, rgba(34, 211, 238, 0) 65%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.cwa-bene__card:hover {
  background: rgba(255, 255, 255, 0.9);
}
.cwa-bene__card:hover::before { opacity: 1; }

/* Bespoke geometric mark — unique SVG glyph per benefit, no shared icons elsewhere */
.cwa-bene__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--cgh-blue-1);
  transition: color 0.4s ease, transform 0.5s cubic-bezier(.2,.7,.2,1);
}
.cwa-bene__mark svg {
  width: 100%;
  height: 100%;
  display: block;
}
.cwa-bene__card:hover .cwa-bene__mark {
  color: var(--cgh-cyan-1);
  transform: rotate(-6deg) scale(1.06);
}

/* Hairline rule beneath the watermark — short by default, extends on hover */
.cwa-bene__rule {
  display: block;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--cgh-blue-1), var(--cgh-cyan-1));
  margin: 8px 0 8px;
  transition: width 0.5s cubic-bezier(.2,.7,.2,1);
}
.cwa-bene__card:hover .cwa-bene__rule {
  width: 80px;
}

/* Title — refined uppercase */
.cwa-bene__name {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.30;
  color: var(--cgh-ink);
}

/* Copy — body weight, generous line-height */
.cwa-bene__copy {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.68;
  color: var(--cgh-ink-2);
  font-weight: 400;
}

/* Bottom-right tiny corner mark — geometric Craitrix accent */
.cwa-bene__corner {
  position: absolute;
  bottom: 18px; right: 18px;
  width: 18px; height: 18px;
  border-right: 2px solid var(--cgh-blue-1);
  border-bottom: 2px solid var(--cgh-blue-1);
  border-radius: 0 0 4px 0;
  opacity: 0.45;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(.2,.7,.2,1);
}
.cwa-bene__card:hover .cwa-bene__corner {
  opacity: 1;
  transform: translate(-3px, -3px);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .cwa-bene__grid { grid-template-columns: repeat(3, 1fr); }
  .cwa-bene__card { padding: 30px 26px; min-height: 260px; }
}
@media (max-width: 820px) {
  .cwa-bene__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .cwa-bene__grid { grid-template-columns: 1fr; border-left: 0; border-top: 0; }
  .cwa-bene__card {
    padding: 26px 22px;
    min-height: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 114, 255, 0.16);
  }
  .cwa-bene__card:last-child { border-bottom: 0; }
  .cwa-bene__cta { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .cwa-bene__card,
  .cwa-bene__mark,
  .cwa-bene__rule,
  .cwa-bene__corner,
  .cwa-bene__cta { transition: none; }
  .cwa-bene__cta:hover { transform: none; }
  .cwa-bene__card:hover .cwa-bene__mark { transform: none; }
  .cwa-bene__card:hover .cwa-bene__rule { width: 32px; }
  .cwa-bene__card:hover .cwa-bene__corner { transform: none; }
}

/* ============================================================
   SECTION 11 — Craitrix Practices to Requirement Analysis (.cwa-flow-*)
   Alternating zig-zag rows · image + 3 phase items · animated.
   ============================================================ */
.cwa-flow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 7vw, 96px) 6vw;
  font-family: var(--cgh-font);
  color: var(--cgh-ink);
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(34, 211, 238, 0.10) 0%, rgba(34, 211, 238, 0) 60%),
    radial-gradient(ellipse 70% 50% at 100% 100%, rgba(0, 114, 255, 0.06) 0%, rgba(0, 114, 255, 0) 65%),
    linear-gradient(180deg, #f4f9ff 0%, #eaf3fc 100%);
}

.cwa-flow__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cwa-flow__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.cwa-flow__blob--a {
  top: 20%; left: -120px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.14) 0%, rgba(34, 211, 238, 0) 70%);
}
.cwa-flow__blob--b {
  bottom: 10%; right: -120px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.14) 0%, rgba(0, 114, 255, 0) 70%);
}
.cwa-flow__weave {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(0, 114, 255, 0.04) 1.4px, transparent 1.6px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 100%);
}

.cwa-flow__inner {
  position: relative; z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

/* ---------- Header ---------- */
.cwa-flow__head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 64px;
}
.cwa-flow__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 16px 7px 12px;
  border: 1px solid rgba(0, 114, 255, 0.30);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.60);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.cwa-flow__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 12px rgba(0, 114, 255, 0.55);
  animation: cwa-flow-pulse 1.6s ease-in-out infinite;
}
@keyframes cwa-flow-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 114, 255, 0.45); }
  50%      { box-shadow: 0 0 0 6px rgba(0, 114, 255, 0); }
}
.cwa-flow__title {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1.10;
  letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cwa-flow__title .cwa-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cwa-flow__lede {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.72;
  color: var(--cgh-ink-2);
}

/* ---------- Rows ---------- */
.cwa-flow__rows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 80px);
}
.cwa-flow__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  position: relative;
}
.cwa-flow__row--reverse {
  /* image on right, phases on left — visual zig-zag */
}

/* Connector between rows — animated dashed vertical line down the middle */
.cwa-flow__row::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(-1 * clamp(48px, 6vw, 80px));
  transform: translateX(-50%);
  width: 2px;
  height: clamp(48px, 6vw, 80px);
  background: linear-gradient(180deg, var(--cgh-blue-1), transparent 90%);
  background-size: 100% 24px;
  opacity: 0.45;
  animation: cwa-flow-drip 3s linear infinite;
}
.cwa-flow__row:last-child::after { display: none; }
@keyframes cwa-flow-drip {
  0%   { background-position: 0 -24px; }
  100% { background-position: 0 24px; }
}

/* ---------- Media (image side) ---------- */
.cwa-flow__media {
  position: relative;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px -22px rgba(8, 32, 86, 0.25);
  animation: cwa-flow-float 6s ease-in-out infinite;
}
@keyframes cwa-flow-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
.cwa-flow__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.cwa-flow__media-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.10) 0%, rgba(0, 114, 255, 0.10) 100%);
  pointer-events: none;
  mix-blend-mode: overlay;
}
.cwa-flow__media-tag {
  position: absolute;
  bottom: 14px; left: 14px;
  padding: 6px 12px 6px 10px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: var(--cgh-blue-2);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.20);
}
.cwa-flow__media-tag::before {
  content: "●";
  margin-right: 6px;
  color: var(--cgh-cyan-2);
  font-size: 0.6rem;
}

/* ---------- Phase items ---------- */
.cwa-flow__phases {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.cwa-flow__phase {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: start;
  column-gap: 18px;
  padding: 16px 0 16px 0;
  border-bottom: 1px solid rgba(0, 114, 255, 0.12);
  /* slide-in animation — staggered via inline --d delay */
  opacity: 0;
  transform: translateY(16px);
  animation: cwa-flow-rise 0.7s cubic-bezier(.2,.7,.2,1) var(--d, 0s) forwards;
}
.cwa-flow__phase:last-child { border-bottom: 0; }
@keyframes cwa-flow-rise {
  to { opacity: 1; transform: translateY(0); }
}

/* Big number on the left — outlined display style */
.cwa-flow__num {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(0, 114, 255, 0.55);
          text-stroke: 1.4px rgba(0, 114, 255, 0.55);
  transition: color 0.4s ease,
              -webkit-text-stroke-color 0.4s ease,
              transform 0.4s cubic-bezier(.2,.7,.2,1);
}
.cwa-flow__phase:hover .cwa-flow__num {
  color: transparent;
  background: linear-gradient(135deg, var(--cgh-cyan-2), var(--cgh-blue-1));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: transparent;
  transform: translateY(-2px);
}

/* short hairline rule below the number that grows on hover */
.cwa-flow__line {
  display: block;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--cgh-blue-1), var(--cgh-cyan-1));
  margin-top: 10px;
  transition: width 0.5s cubic-bezier(.2,.7,.2,1);
}
.cwa-flow__phase:hover .cwa-flow__line { width: 56px; }

.cwa-flow__name {
  margin: 0 0 6px;
  grid-column: 2;
  font-family: 'Inter', sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.30;
  color: var(--cgh-ink);
  transition: color 0.3s ease;
}
.cwa-flow__phase:hover .cwa-flow__name { color: var(--cgh-blue-2); }

.cwa-flow__copy {
  margin: 0;
  grid-column: 2;
  font-size: 0.92rem;
  line-height: 1.68;
  color: var(--cgh-ink-2);
  font-weight: 400;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .cwa-flow__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cwa-flow__row--reverse > .cwa-flow__media { order: -1; }
  .cwa-flow__row--reverse > .cwa-flow__phases { order: 1; }
  .cwa-flow__row > .cwa-flow__media { order: -1; }
  .cwa-flow__row > .cwa-flow__phases { order: 1; }
  .cwa-flow__media img { aspect-ratio: 16 / 10; }
  .cwa-flow__row::after {
    bottom: calc(-1 * clamp(32px, 5vw, 56px));
    height: clamp(32px, 5vw, 56px);
  }
}
@media (max-width: 540px) {
  .cwa-flow__phase { grid-template-columns: 50px 1fr; column-gap: 14px; }
  .cwa-flow__num { font-size: 2rem; }
  .cwa-flow__name { font-size: 1rem; }
  .cwa-flow__phases { gap: 18px; }
  .cwa-flow__head { margin-bottom: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  .cwa-flow__media,
  .cwa-flow__row::after,
  .cwa-flow__dot { animation: none; }
  .cwa-flow__phase {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .cwa-flow__num,
  .cwa-flow__line,
  .cwa-flow__name { transition: none; }
  .cwa-flow__phase:hover .cwa-flow__num { transform: none; }
  .cwa-flow__phase:hover .cwa-flow__line { width: 24px; }
}

/* ============================================================
   SECTION 12 — Why Custom Apps (.cwa-why-*)
   Content-only · editorial magazine spread · two-column body
   ============================================================ */
.cwa-why {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 8vw, 110px) 6vw;
  font-family: var(--cgh-font);
  color: var(--cgh-ink);
  background:
    radial-gradient(ellipse 50% 40% at 50% 0%, rgba(0, 114, 255, 0.06) 0%, rgba(0, 114, 255, 0) 60%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.cwa-why__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

.cwa-why__rule {
  position: absolute;
  left: 6vw; right: 6vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 114, 255, 0.35) 20%, rgba(0, 114, 255, 0.35) 80%, transparent);
}
.cwa-why__rule--top { top: clamp(50px, 5vw, 80px); }
.cwa-why__rule--bot { bottom: clamp(50px, 5vw, 80px); }

.cwa-why__blob {
  position: absolute;
  top: 30%; left: 50%;
  transform: translateX(-50%);
  width: 720px;
  height: 360px;
  border-radius: 50%;
  filter: blur(110px);
  background: radial-gradient(circle, rgba(34, 211, 238, 0.10) 0%, rgba(0, 114, 255, 0.04) 50%, rgba(0, 114, 255, 0) 70%);
}

.cwa-why__inner {
  position: relative; z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.cwa-why__head {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.cwa-why__kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 22px;
}
.cwa-why__kicker-line {
  display: inline-block;
  width: clamp(40px, 6vw, 80px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 114, 255, 0.55), transparent);
}
.cwa-why__title {
  margin: 0 auto;
  max-width: 920px;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.10;
  letter-spacing: -0.025em;
  color: var(--cgh-ink);
}
.cwa-why__title .cwa-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* Two-column editorial body */
.cwa-why__body {
  margin: 0 auto clamp(48px, 5vw, 72px);
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  column-gap: clamp(28px, 4vw, 56px);
  position: relative;
}
.cwa-why__body::before {
  content: "";
  position: absolute;
  top: 8px; bottom: 8px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 114, 255, 0.30) 15%, rgba(0, 114, 255, 0.30) 85%, transparent);
  transform: translateX(-50%);
}

.cwa-why__para {
  margin: 0;
  font-size: clamp(0.98rem, 1.15vw, 1.10rem);
  line-height: 1.78;
  color: var(--cgh-ink-2);
  font-weight: 400;
  letter-spacing: -0.005em;
  opacity: 0;
  animation: cwa-why-fade 0.9s cubic-bezier(.2,.7,.2,1) forwards;
}
.cwa-why__para:nth-child(1) {
  grid-column: 1;
  animation-delay: 0.05s;
  transform: translateX(-12px);
}
.cwa-why__para:nth-child(2) {
  grid-column: 3;
  animation-delay: 0.20s;
  transform: translateX(12px);
}
@keyframes cwa-why-fade {
  to { opacity: 1; transform: translateX(0); }
}

.cwa-why__para--lead::first-letter {
  float: left;
  font-family: 'Inter', sans-serif;
  font-size: 4.6rem;
  line-height: 0.85;
  font-weight: 800;
  margin: 4px 12px 0 0;
  background: linear-gradient(135deg, var(--cgh-blue-1), var(--cgh-blue-2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  letter-spacing: -0.04em;
}

/* Three takeaways */
.cwa-why__takeaways {
  margin: 0 auto clamp(40px, 5vw, 60px);
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: stretch;
  column-gap: clamp(24px, 3vw, 48px);
  padding-top: clamp(32px, 4vw, 48px);
  border-top: 1px solid rgba(0, 114, 255, 0.18);
}
.cwa-why__take {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 0;
  opacity: 0;
  transform: translateY(14px);
  animation: cwa-why-rise 0.7s cubic-bezier(.2,.7,.2,1) forwards;
  animation-delay: calc(0.3s + var(--d, 0s));
}
@keyframes cwa-why-rise {
  to { opacity: 1; transform: translateY(0); }
}
.cwa-why__take:nth-of-type(1) { grid-column: 1; }
.cwa-why__take:nth-of-type(2) { grid-column: 3; }
.cwa-why__take:nth-of-type(3) { grid-column: 5; }

.cwa-why__sep {
  background: linear-gradient(180deg, transparent, rgba(0, 114, 255, 0.30) 15%, rgba(0, 114, 255, 0.30) 85%, transparent);
}
.cwa-why__sep:nth-of-type(1) { grid-column: 2; }
.cwa-why__sep:nth-of-type(2) { grid-column: 4; }

.cwa-why__take-tag {
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--cgh-cyan-1);
  align-self: flex-start;
  padding: 0 0 6px;
  border-bottom: 2px solid var(--cgh-blue-1);
}
.cwa-why__take-name {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--cgh-ink);
}
.cwa-why__take-copy {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--cgh-ink-2);
}

.cwa-why__sign {
  margin: 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.cwa-why__sign-mark {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--cgh-cyan-1);
  transform: skewX(-12deg);
  line-height: 1;
}

@media (max-width: 900px) {
  .cwa-why__body {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
  .cwa-why__body::before { display: none; }
  .cwa-why__para:nth-child(1),
  .cwa-why__para:nth-child(2) {
    grid-column: 1;
    transform: translateX(0);
  }

  .cwa-why__takeaways {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 22px;
    padding-top: clamp(24px, 4vw, 36px);
  }
  .cwa-why__take:nth-of-type(1),
  .cwa-why__take:nth-of-type(2),
  .cwa-why__take:nth-of-type(3) { grid-column: 1; }
  .cwa-why__sep:nth-of-type(1),
  .cwa-why__sep:nth-of-type(2) {
    grid-column: 1;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 114, 255, 0.30) 15%, rgba(0, 114, 255, 0.30) 85%, transparent);
  }
}
@media (max-width: 540px) {
  .cwa-why__title { font-size: clamp(1.55rem, 7vw, 2.1rem); }
  .cwa-why__para--lead::first-letter { font-size: 3.4rem; margin-right: 8px; }
  .cwa-why__sign { font-size: 0.74rem; gap: 10px; }
  .cwa-why__rule--top { top: 32px; }
  .cwa-why__rule--bot { bottom: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .cwa-why__para,
  .cwa-why__take { animation: none; opacity: 1; transform: none; }
}

/* ============================================================
   SECTION 13 — Why Choose Craitrix (.cwa-choose-*)
   Two-column · unique paragraph treatment with spine + chips + quote
   ============================================================ */
.cwa-choose {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 6vw, 80px) 6vw;
  font-family: var(--cgh-font);
  color: var(--cgh-ink);
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(0, 114, 255, 0.06) 0%, rgba(0, 114, 255, 0) 65%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.cwa-choose__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cwa-choose__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.cwa-choose__blob--a {
  top: 10%; left: -120px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.10) 0%, rgba(34, 211, 238, 0) 70%);
}
.cwa-choose__blob--b {
  bottom: -160px; right: -100px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.10) 0%, rgba(0, 114, 255, 0) 70%);
}

.cwa-choose__inner {
  position: relative; z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

/* ---------- Copy column (LEFT) ---------- */
.cwa-choose__copy { max-width: 700px; }

.cwa-choose__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 14px 6px 10px;
  border: 1px solid rgba(0, 114, 255, 0.30);
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.06);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 18px;
}
.cwa-choose__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 12px rgba(0, 114, 255, 0.55);
}

.cwa-choose__title {
  margin: 0 0 26px;
  font-weight: 800;
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cwa-choose__title .cwa-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* Lead block — vertical cyan spine on the left + display-weight opener */
.cwa-choose__lead {
  position: relative;
  padding: 4px 0 4px 22px;
  margin-bottom: 22px;
}
.cwa-choose__lead::before {
  content: "";
  position: absolute;
  left: 0; top: 6px; bottom: 6px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--cgh-cyan-2), var(--cgh-blue-1), var(--cgh-blue-2));
}
.cwa-choose__lead-text {
  margin: 0;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.72;
  color: var(--cgh-ink-2);
}
.cwa-choose__opener {
  font-weight: 800;
  color: var(--cgh-ink);
  background: linear-gradient(95deg, var(--cgh-blue-1), var(--cgh-blue-2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* Body paragraphs */
.cwa-choose__body {
  margin: 0 0 18px;
  font-size: 0.96rem;
  line-height: 1.72;
  color: var(--cgh-ink-2);
}

/* Inline industry chips — replace plain commas with on-brand pills */
.cwa-choose__chip {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 3px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: var(--cgh-blue-2);
  background: rgba(0, 114, 255, 0.08);
  border: 1px solid rgba(0, 114, 255, 0.25);
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s cubic-bezier(.2,.7,.2,1);
}
.cwa-choose__chip:hover {
  background: linear-gradient(135deg, var(--cgh-cyan-2), var(--cgh-blue-1));
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-1px);
}

/* Pull-quote — magazine treatment for the strongest line */
.cwa-choose__quote {
  position: relative;
  margin: 26px 0;
  padding: 22px 26px 22px 32px;
  border-left: 0;
  background:
    linear-gradient(180deg, rgba(0, 114, 255, 0.04), rgba(34, 211, 238, 0.04));
  border-radius: 4px 16px 16px 4px;
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  line-height: 1.55;
  color: var(--cgh-ink);
  font-weight: 500;
  letter-spacing: -0.005em;
  border-left: 3px solid var(--cgh-blue-1);
}
.cwa-choose__quote-mark {
  position: absolute;
  top: -4px;
  left: 16px;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, var(--cgh-cyan-2), var(--cgh-blue-1));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  font-style: normal;
  pointer-events: none;
}

/* Trust strip — checkmark inline list */
.cwa-choose__strip {
  list-style: none;
  margin: 26px 0 0;
  padding: 18px 4px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  border-top: 1px dashed rgba(0, 114, 255, 0.22);
}
.cwa-choose__strip li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: var(--cgh-ink);
}
.cwa-choose__check {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.20), rgba(0, 114, 255, 0.20));
  border: 1px solid rgba(0, 114, 255, 0.40);
  flex-shrink: 0;
}
.cwa-choose__check::after {
  content: "";
  width: 8px; height: 4px;
  border-left: 2px solid var(--cgh-blue-1);
  border-bottom: 2px solid var(--cgh-blue-1);
  transform: rotate(-45deg) translate(1px, -1px);
}

/* ---------- Media column (RIGHT) ---------- */
.cwa-choose__media {
  position: relative;
}
.cwa-choose__media img {
  width: 100%;
  height: auto;
  display: block;
  /* gentle float — same family as other floating media on the page */
  animation: cwa-choose-float 6s ease-in-out infinite;
}
@keyframes cwa-choose-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .cwa-choose__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .cwa-choose__copy { max-width: none; order: 2; }
  .cwa-choose__media { order: 1; max-width: 540px; margin: 0 auto; }
}
@media (max-width: 540px) {
  .cwa-choose__title { font-size: clamp(1.5rem, 7vw, 2rem); }
  .cwa-choose__lead { padding-left: 18px; }
  .cwa-choose__quote { padding: 18px 20px 18px 26px; font-size: 1rem; }
  .cwa-choose__quote-mark { font-size: 2.6rem; left: 12px; }
  .cwa-choose__chip { font-size: 0.76rem; padding: 1px 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .cwa-choose__media img { animation: none; }
  .cwa-choose__chip { transition: none; }
  .cwa-choose__chip:hover { transform: none; }
}

/* ============================================================
   SECTION 14 — Tech Stack (verbatim from live craitrix)
   Hub-and-spokes laptop view + responsive mobile view + connectors
   ============================================================ */
.techstack-background {
  background: linear-gradient(135deg, #f7f9ff 0%, #e8eeff 100%);
  width: 100%;
  padding: 50px 0;
}
.reponsive-techstack { display: none; }

  .stage {
    min-height: 100vh;
    padding: 28px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .frame {
    width: 99%;
    max-width: 100%;
    
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
  }

.icon-card.add-icon {
  transform: translateY(-5px);
  box-shadow: 0 10px 18px #0073ff69;
      border:2px solid #0056cc;

}

.icon-card.add-icon span {
 opacity: 1;
}



  .layout {
    display: flex;
    gap: 50px;
    align-items: center;
    position: relative;
  }

  

  /* LEFT COLUMN */
  .left {
    display: flex;
    width: 45%;
    flex-direction: column;
    gap: 20px;
  }

  .node {
    width: 350px;
    position: relative;
    z-index: 10;
  }


  .inner {
    background: #fff;
    margin: 6px;
    border-radius: 10px;
    border: 3px solid #eaf4ff;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: center;
        transition: 0.3s linear;
        justify-content: center;

  }
  .inner:hover{
     
    background: #0072FF;
    color: #fff;
    border-color: #0056cc;
    transform: scale(1.01);
  }
  
  .icon img{
    display: none;
  }

  .icon {
    width: 0px; 
    display: none;
    border-radius: 10px;
    background: #f7fbff;
    border: 1px solid rgba(14,74,173,0.12);
    display: flex;
    justify-content: center; 
    align-items: center;
  }

  .icon img { width: 26px; height: 26px; }

  .label {
    font-weight: 700;
    color: #0b3b7a;
    text-align: center;
    transition: 0.3s linear;
  }
.inner:hover .label{
    color: white;
}
  /* CENTER */
 
.centerlogo{
    width: 200px;
 display: flex;
    justify-content: center;
    position: relative;
    z-index: 20;
    align-items: center;
}
.centerlogo img{
    width: 80%;
    height: 80%;
}
  .circle {
    width: 120px; 
    height: 120px;
    background-color: white;
    border-radius: 999px;
    display: flex;

    justify-content: center;
    align-items: center;
    border: 6px double transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(#0072ff, #00d4ff, #0072ff, #00d4ff) border-box;
  }


  /* RIGHT ICON GRID */
  .right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .icons {
    display: flex;
    flex-direction: column;
    gap: 35px 50px;
  }

  .icons-group {
    display: flex;
    gap: 16px;
  }

  .icon-card {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(10,60,120,0.06);
    box-shadow: 0 10px 18px rgba(10,60,120,0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.3s linear;

  }

  /* TOOLTIP — small floating chip ABOVE the icon, wraps long names to 2 lines */
.icon-card span {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translate(-50%, 4px);
    background: #ffffff;
    color: #0072FF;
    padding: 4px 10px;
    border-radius: 12px;
    border: 1px solid rgba(0, 114, 255, 0.22);
    box-shadow: 0 6px 14px -4px rgba(0, 114, 255, 0.20);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.25;
    text-align: center;
    /* allow wrapping to 2 lines instead of nowrap, so long names don't bleed sideways */
    white-space: normal;
    word-break: keep-all;
    max-width: 120px;
    width: max-content;
    opacity: 0;
    pointer-events: none;
    z-index: 50;
    transition: opacity 0.25s ease,
                transform 0.3s cubic-bezier(.2,.7,.2,1);
}

.icon-card:hover span {
    opacity: 1;
    transform: translate(-50%, 0);
}
.icon-card:hover{
    border: 1px solid #0072FF;
    transform: translateY(-10px);
        box-shadow: 0 10px 18px #0073ff1e;

}

  .icon-card img {
    width: 40px;
    height: 40px;
  }

  /* SVG lines */
  #connectors {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 0;
    left: 0;
  }
.Tech-heading {
    text-align: center;
}
.hover-line{
    color: #004499;
    background-color: #004499;
}

.Tech-heading h2 {
    font-size: 40px !important;
    color: #0072FF;
    text-align: center;
    margin-bottom: 10px;
}

.header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}
.reponsive-techstack{
    display: none;
}
@media(max-width:1150px){
    .icons-group{
        gap: 10px;
    }
    .icon-card{
        width: 50px;
    height: 50px;
    }
     .icon-card img {
    width: 30px;
    height: 30px;
  }

}

/* RESPONSIVE */
@media (max-width: 996px) {
    .techstack-background{
        display: none;
    }
    .reponsive-techstack{
     background: linear-gradient(135deg, #f7f9ff 0%, #e8eeff 100%);
     width: 100%;
     padding: 50px 0px;
     display: block;
}
     
    .map-wrapper1 {
        display: flex;
        flex-direction: column;
        gap: 40px;
        min-height: auto;
    }
    .center-logo{
        display: none;
    }
    .infoPanel{
        display: none;
    }

    .connection-lines {
        display: none;
    }
.left-section-reponsive{
     display: flex;
        gap: 30px;
        justify-content: flex-start; /* better for horizontal scroll */
        overflow-x: auto;
        overflow-y: hidden;
        z-index: 2;
}

   .right-section-reponsive{
     display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;

} 
    
.left-box-reponsive {
    width: auto;
    background: #fff;
    padding: 18px 28px;
    border-radius: 12px;
    border: 2px solid #cfe3ff;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0,114,255,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
 padding:0px 40px;
    text-align: center;
    
}

.left-box-reponsive.activetech1{
    background: #0072FF;
    color: #fff;
}   
.icon-group-reponsive{
    display: none;
}

.icon-group-reponsive.highlighted1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    transition: all 0.3s ease;
        filter: drop-shadow(0 0 10px rgba(0,114,255,0.3));

}

.icon-group-.highlighted1 {
    transform: scale(1.05);
    filter: drop-shadow(0 0 10px rgba(0,114,255,0.3));
}
.icon-group-reponsive.highlighted1 .tech-icon-reponsive{
        animation: icon-group 0.5s linear;

    }
    @keyframes icon-group{
        0%{
            transform: rotate(90deg);
        }
        50%{
                        transform: rotate(180deg);

        }
        100%{
                                    transform: rotate(360deg);


        }
    }
@media (max-width: 996px) {
    .left-section-reponsive {
        display: flex;
        gap: 20px;
        padding: 10px 15px;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        white-space: nowrap;
        z-index: 2;
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }

  .left-section-reponsive::-webkit-scrollbar {
    width: 50px;
    height: 5px;   /* bottom scrollbar thickness */
}

.left-section-reponsive::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.left-section-reponsive::-webkit-scrollbar-thumb {
    background: #0072ff;
    border-radius: 10px;
}

    .left-box-reponsive {
        flex: 0 0 auto;
        padding: 10px 18px;
        border-radius: 15px;
        background: #f2f4f7;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: 0.3s ease;
    }
}

/* ICON BOXES */
.tech-icon-reponsive {
    width: 70px;
    height: 70px;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #dce3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.tech-icon-reponsive:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    border-color: #0072FF;
}

.tech-icon-reponsive img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.tech-icon-reponsive.highlighted {
     transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    border-color: #0072FF;
}

/* TOOLTIP */
.tech-icon-reponsive .tooltip {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.tech-icon-reponsive:hover .tooltip {
    opacity: 1;
}


    /* .icon-group {
        justify-content: center;
        display: none;
    }
    .left-box.active[data-category="frontend"]{
 background: #0072FF;
    color: #fff;
    border-color: #0056cc;
    }
    .icon-group.highlighted[data-category="frontend"] {
        display: flex;
    } */
   
    
}
@media(max-width:786px){
    .Tech-heading h2{
        font-size: 30px !important;
        padding-inline: 20px;
    }
    .left-section-reponsive{
        width: 100%;
    }
    .reponsive-techstack{
        padding-block: 20px;
    }
        .tech-icon-reponsive{
            width:60px;
            height:60px;
        }
}
@media(max-width:768px){
        
.left-box-reponsive {
  font-size: 16px;
      padding:  15px;
      display: flex;
      align-items: center;
      justify-content: center;

}
.left-section-reponsive {
    gap:15px;
}

}
@media(max-width:480px){
  
    .tech-icon-reponsive{
            width:50px;
            height:50px;
        }

    .Tech-heading h2{
        font-size: 24px !important;
                padding: 10px;

    }
}
/* ANIMATION */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.pulse {
    animation: pulse 2s infinite;
}   

/* ============================================================
   SECTION 15 — FAQ (.cwa-faq-*)
   Numbered accordion · sliding spine · radio-driven (CSS-only)
   ============================================================ */
.cwa-faq {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 7vw, 96px) 6vw;
  font-family: var(--cgh-font);
  color: var(--cgh-ink);
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(34, 211, 238, 0.08) 0%, rgba(34, 211, 238, 0) 60%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}
.cwa-faq__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cwa-faq__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.cwa-faq__blob--a {
  top: 10%; left: -100px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.08) 0%, rgba(0, 114, 255, 0) 70%);
}
.cwa-faq__blob--b {
  bottom: -120px; right: -100px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.08) 0%, rgba(34, 211, 238, 0) 70%);
}

.cwa-faq__inner {
  position: relative; z-index: 1;
  max-width: 880px;
  margin: 0 auto;
}

/* ---------- Header ---------- */
.cwa-faq__head {
  text-align: center;
  margin-bottom: 48px;
}
.cwa-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 14px 6px 10px;
  border: 1px solid rgba(0, 114, 255, 0.30);
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.06);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 18px;
}
.cwa-faq__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 12px rgba(0, 114, 255, 0.55);
}
.cwa-faq__title {
  margin: 0 0 14px;
  font-weight: 800;
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1.10;
  letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cwa-faq__title .cwa-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cwa-faq__lede {
  margin: 0;
  font-size: 0.96rem;
  color: var(--cgh-muted);
  line-height: 1.6;
}

/* ---------- List wrapper ---------- */
.cwa-faq__list {
  position: relative;
  display: grid;
  gap: 0;
}

/* Each Q&A item — native <details> for proper open/close, no JS, no scroll-jump */
.cwa-faq__item {
  position: relative;
  border-bottom: 1px solid rgba(0, 114, 255, 0.14);
  transition: background 0.4s ease;
}
.cwa-faq__item:first-of-type { border-top: 1px solid rgba(0, 114, 255, 0.14); }

/* Vertical accent bar on the left — slides in when open */
.cwa-faq__item::before {
  content: "";
  position: absolute;
  top: 14px; bottom: 14px; left: 0;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--cgh-cyan-2), var(--cgh-blue-1), var(--cgh-blue-2));
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.45s cubic-bezier(.2,.7,.2,1);
  pointer-events: none;
}

/* Question row — <summary> styled */
.cwa-faq__q {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background 0.3s ease, padding-left 0.4s cubic-bezier(.2,.7,.2,1);
}
.cwa-faq__q::-webkit-details-marker { display: none; }
.cwa-faq__q::marker { content: ""; }
.cwa-faq__q:hover { background: rgba(0, 114, 255, 0.03); }

/* Question text */
.cwa-faq__text {
  flex: 1;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.40;
  color: var(--cgh-ink);
  transition: color 0.3s ease;
}

/* Custom +/− toggle caret on the right */
.cwa-faq__caret {
  position: relative;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(0, 114, 255, 0.08);
  border: 1px solid rgba(0, 114, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s ease,
              border-color 0.3s ease,
              transform 0.45s cubic-bezier(.2,.7,.2,1);
}
.cwa-faq__caret::before,
.cwa-faq__caret::after {
  content: "";
  position: absolute;
  background: var(--cgh-blue-1);
  border-radius: 1px;
  transition: transform 0.45s cubic-bezier(.2,.7,.2,1),
              opacity 0.3s ease,
              background 0.3s ease;
}
.cwa-faq__caret::before { width: 12px; height: 2px; }
.cwa-faq__caret::after  { width: 2px; height: 12px; }

/* Answer panel */
.cwa-faq__a {
  padding: 0 22px 22px 22px;
  animation: cwa-faq-reveal 0.35s cubic-bezier(.2,.7,.2,1);
}
.cwa-faq__a > p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--cgh-ink-2);
}
@keyframes cwa-faq-reveal {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ----- Open state (native [open] attribute on <details>) ----- */
.cwa-faq__item[open] {
  background: rgba(0, 114, 255, 0.04);
}
.cwa-faq__item[open]::before {
  transform: scaleY(1);
}
.cwa-faq__item[open] .cwa-faq__q {
  padding-left: 30px;
}
.cwa-faq__item[open] .cwa-faq__text {
  color: var(--cgh-blue-2);
}
.cwa-faq__item[open] .cwa-faq__caret {
  background: linear-gradient(135deg, var(--cgh-cyan-2), var(--cgh-blue-1));
  border-color: transparent;
  transform: rotate(180deg);
}
.cwa-faq__item[open] .cwa-faq__caret::before,
.cwa-faq__item[open] .cwa-faq__caret::after {
  background: #ffffff;
}
.cwa-faq__item[open] .cwa-faq__caret::after {
  transform: rotate(90deg);
  opacity: 0;
}
.cwa-faq__item[open] .cwa-faq__a {
  padding-left: 30px;
}

/* ---------- Bottom note ---------- */
.cwa-faq__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 36px 0 0;
  font-size: 0.92rem;
  color: var(--cgh-muted);
  font-weight: 500;
}
.cwa-faq__note a {
  color: var(--cgh-blue-1);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease;
}
.cwa-faq__note a:hover { color: var(--cgh-blue-2); }
.cwa-faq__note-line {
  display: inline-block;
  width: 60px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 114, 255, 0.45), transparent);
}

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .cwa-faq__q { gap: 12px; padding: 16px 18px; }
  .cwa-faq__text { font-size: 0.94rem; }
  .cwa-faq__a { padding: 0 18px 18px 18px; font-size: 0.9rem; }
  .cwa-faq__item[open] .cwa-faq__q { padding-left: 24px; }
  .cwa-faq__item[open] .cwa-faq__a { padding-left: 24px; }
}
@media (max-width: 540px) {
  .cwa-faq__title { font-size: clamp(1.55rem, 7vw, 2rem); }
  .cwa-faq__a { padding: 0 14px 16px 14px; }
  .cwa-faq__item[open] .cwa-faq__a { padding-left: 20px; }
  .cwa-faq__note { flex-wrap: wrap; gap: 8px; font-size: 0.85rem; }
  .cwa-faq__note-line { width: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .cwa-faq__item,
  .cwa-faq__item::before,
  .cwa-faq__q,
  .cwa-faq__text,
  .cwa-faq__caret,
  .cwa-faq__caret::before,
  .cwa-faq__caret::after,
  .cwa-faq__a { transition: none; animation: none; }
}

/* ============================================================
   SECTION 16 — Let's talk about your project (.cwa-talk-*)
   2-col split: copy + trust signals on left · floating-label form right
   ============================================================ */
.cwa-talk {
  position: relative;
  padding: clamp(56px, 6vw, 80px) 6vw clamp(64px, 7vw, 96px);
  font-family: var(--cgh-font);
  color: var(--cgh-ink);
  background: #ffffff;
}

.cwa-talk__shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 28px;
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(34, 211, 238, 0.12) 0%, rgba(34, 211, 238, 0) 60%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(0, 114, 255, 0.10) 0%, rgba(0, 114, 255, 0) 65%),
    linear-gradient(160deg, #f8fbff 0%, #eaf2ff 100%);
  border: 1px solid rgba(0, 114, 255, 0.16);
  box-shadow: 0 40px 80px -30px rgba(8, 32, 86, 0.30);
}

.cwa-talk__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cwa-talk__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.cwa-talk__blob--a {
  top: -160px; left: -120px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.30) 0%, rgba(34, 211, 238, 0) 70%);
}
.cwa-talk__blob--b {
  bottom: -180px; right: -100px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.30) 0%, rgba(0, 114, 255, 0) 70%);
}
.cwa-talk__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0, 114, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 114, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 75% 60% at 50% 50%, #000 0%, rgba(0,0,0,0.35) 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 75% 60% at 50% 50%, #000 0%, rgba(0,0,0,0.35) 60%, transparent 100%);
}

.cwa-talk__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: stretch;
  padding: clamp(40px, 5vw, 64px) clamp(28px, 5vw, 56px);
}

/* ---------- LEFT: copy + signals + channels ---------- */
.cwa-talk__copy {
  display: flex;
  flex-direction: column;
}
.cwa-talk__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 9px;
  padding: 6px 14px 6px 10px;
  border: 1px solid rgba(0, 114, 255, 0.30);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.cwa-talk__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 12px rgba(0, 114, 255, 0.55);
}
.cwa-talk__title {
  margin: 0 0 14px;
  font-weight: 800;
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1.10;
  letter-spacing: -0.02em;
  color: var(--cgh-ink);
}
.cwa-talk__title .cwa-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cwa-talk__lede {
  margin: 0 0 24px;
  font-size: clamp(0.96rem, 1.1vw, 1.05rem);
  line-height: 1.66;
  color: var(--cgh-ink-2);
  max-width: 480px;
}

/* trust signals — 2x2 grid of small chips */
.cwa-talk__signals {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.cwa-talk__signals li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--cgh-line);
  border-radius: 14px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.25s cubic-bezier(.2,.7,.2,1), border-color 0.25s ease, box-shadow 0.25s ease;
}
.cwa-talk__signals li:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 114, 255, 0.40);
  box-shadow: 0 14px 26px -10px rgba(0, 114, 255, 0.20);
}
.cwa-talk__sig-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--cgh-cyan-2), var(--cgh-blue-1));
  color: #ffffff;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.cwa-talk__signals li > div { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.cwa-talk__signals li strong {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--cgh-ink);
  letter-spacing: -0.005em;
}
.cwa-talk__signals li span {
  font-size: 0.74rem;
  color: var(--cgh-muted);
  font-weight: 500;
  margin-top: 2px;
}

/* channel mini-buttons */
.cwa-talk__channels {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px dashed rgba(0, 114, 255, 0.22);
}
.cwa-talk__ch-lbl {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--cgh-muted);
}
.cwa-talk__ch-row { display: flex; gap: 10px; }
.cwa-talk__ch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.05rem;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
}
.cwa-talk__ch--wa { background: linear-gradient(135deg, #25D366, #128C7E); box-shadow: 0 10px 22px -8px rgba(37, 211, 102, 0.55); }
.cwa-talk__ch--tg { background: linear-gradient(135deg, #29B6F6, #0277BD); box-shadow: 0 10px 22px -8px rgba(2, 119, 189, 0.55); }
.cwa-talk__ch--ms { background: linear-gradient(135deg, #6264A7, #4B4D93); box-shadow: 0 10px 22px -8px rgba(98, 100, 167, 0.55); }
.cwa-talk__ch:hover { transform: translateY(-3px) scale(1.05); }

/* ---------- RIGHT: form ---------- */
.cwa-talk__form {
  background: #ffffff;
  border: 1px solid var(--cgh-line);
  border-radius: 22px;
  padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 30px 60px -22px rgba(8, 32, 86, 0.22);
  display: grid;
  gap: 16px;
  align-content: start;
}
.cwa-talk__form-tag {
  align-self: flex-start;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cgh-blue-1);
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.08);
  margin-bottom: 4px;
  display: inline-block;
  width: max-content;
}

.cwa-talk__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cwa-talk__field { position: relative; }

/* phone field — intl-tel-input dropdown integration */
.cwa-talk__field--phone .iti { width: 100%; display: block; }
.cwa-talk__field--phone .iti__selected-flag {
  height: 100%;
  background: rgba(0, 114, 255, 0.06);
  border-right: 1px solid var(--cgh-line);
  border-radius: 12px 0 0 12px;
  padding: 0 12px;
}
.cwa-talk__field--phone .iti--separate-dial-code .iti__selected-dial-code {
  font-family: var(--cgh-font);
  font-weight: 600;
  color: var(--cgh-ink);
  margin-left: 8px;
}
/* Phone field — placeholder-driven (no floating label, since intl-tel-input wraps the input) */
.cwa-talk__field--phone .cwa-talk__input--phone {
  padding: 18px 18px 18px 116px;
  text-align: center;
  line-height: 1.4;
}
.cwa-talk__input.cwa-talk__input--phone::placeholder {
  color: var(--cgh-muted);
  opacity: 1;
  font-weight: 500;
  letter-spacing: 0.005em;
}

/* Screen-reader-only label — kept for accessibility */
.cwa-talk__sr {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.cwa-talk__field--phone .iti__country-list {
  font-family: var(--cgh-font);
  border-radius: 12px;
  box-shadow: 0 18px 40px -12px rgba(8, 32, 86, 0.30);
  border: 1px solid var(--cgh-line);
}

/* Messenger / chat ID — combined select + input field */
.cwa-talk__field--msg {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cwa-talk__msg-lbl {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  padding-left: 4px;
}
.cwa-talk__msg-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, 0.5fr) minmax(0, 1fr);
  align-items: stretch;
  background: #ffffff;
  border: 1px solid var(--cgh-line);
  border-radius: 12px;
  /* overflow visible so the dropdown menu can extend below the row without clipping */
  transition: border-color 0.2s, box-shadow 0.2s;
}
.cwa-talk__msg-row:focus-within {
  border-color: var(--cgh-blue-1);
  box-shadow: 0 0 0 4px rgba(0, 114, 255, 0.10);
}
/* Custom messenger dropdown — icons inside the menu (native <select> can't show those) */
.cwa-dd {
  position: relative;
  border-right: 1px solid var(--cgh-line);
  background: rgba(37, 211, 102, 0.08);
  transition: background 0.3s ease;
  /* match parent's left rounded corners since overflow is now visible */
  border-radius: 12px 0 0 12px;
}
.cwa-dd[data-platform="whatsapp"] { background: rgba(37, 211, 102, 0.08); }
.cwa-dd[data-platform="telegram"] { background: rgba(2, 119, 189, 0.08); }
.cwa-dd[data-platform="teams"]    { background: rgba(98, 100, 167, 0.08); }

/* Trigger button — looks like the closed select */
.cwa-dd__trigger {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 38px 12px 12px;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--cgh-ink);
  letter-spacing: 0.005em;
  position: relative;
  text-align: left;
}
.cwa-dd__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.92rem;
  flex-shrink: 0;
  background: linear-gradient(135deg, #25D366, #128C7E);
  box-shadow: 0 6px 14px -4px rgba(37, 211, 102, 0.55);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.cwa-dd[data-platform="whatsapp"] .cwa-dd__icon {
  background: linear-gradient(135deg, #25D366, #128C7E);
  box-shadow: 0 6px 14px -4px rgba(37, 211, 102, 0.55);
}
.cwa-dd[data-platform="telegram"] .cwa-dd__icon {
  background: linear-gradient(135deg, #29B6F6, #0277BD);
  box-shadow: 0 6px 14px -4px rgba(2, 119, 189, 0.55);
}
.cwa-dd[data-platform="teams"] .cwa-dd__icon {
  background: linear-gradient(135deg, #6264A7, #4B4D93);
  box-shadow: 0 6px 14px -4px rgba(98, 100, 167, 0.55);
}
.cwa-dd__lbl {
  flex: 1;
  font-weight: 700;
  color: var(--cgh-ink);
}
.cwa-dd__caret {
  position: absolute;
  top: 50%; right: 14px;
  width: 8px; height: 8px;
  border-right: 2px solid var(--cgh-blue-2);
  border-bottom: 2px solid var(--cgh-blue-2);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s cubic-bezier(.2,.7,.2,1);
}
.cwa-dd.is-open .cwa-dd__caret {
  transform: translateY(-30%) rotate(225deg);
}

/* Menu — appears when open */
.cwa-dd__menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 100%;
  list-style: none;
  margin: 0;
  padding: 6px;
  background: #ffffff;
  border: 1px solid var(--cgh-line);
  border-radius: 14px;
  box-shadow: 0 22px 44px -12px rgba(8, 32, 86, 0.30);
  z-index: 30;
  display: grid;
  gap: 2px;
  opacity: 0;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top left;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.25s cubic-bezier(.2,.7,.2,1);
}
.cwa-dd.is-open .cwa-dd__menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.cwa-dd__opt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--cgh-ink);
  transition: background 0.2s ease, color 0.2s ease;
  user-select: none;
}
.cwa-dd__opt:hover,
.cwa-dd__opt:focus {
  background: rgba(0, 114, 255, 0.08);
  outline: 0;
}
.cwa-dd__opt.is-active {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.12), rgba(0, 114, 255, 0.12));
  color: var(--cgh-blue-2);
  font-weight: 700;
}
.cwa-dd__opt.is-active::after {
  content: "✓";
  margin-left: auto;
  color: var(--cgh-blue-1);
  font-weight: 800;
}

.cwa-dd__opt-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 0.86rem;
  flex-shrink: 0;
}
.cwa-dd__opt-icon--wa { background: linear-gradient(135deg, #25D366, #128C7E); }
.cwa-dd__opt-icon--tg { background: linear-gradient(135deg, #29B6F6, #0277BD); }
.cwa-dd__opt-icon--ms { background: linear-gradient(135deg, #6264A7, #4B4D93); }
.cwa-talk__input--handle {
  border: 0;
  /* match parent's right rounded corners since overflow is now visible */
  border-radius: 0 12px 12px 0;
  padding: 14px 16px;
  font-size: 0.94rem;
  text-align: center;
}
.cwa-talk__input--handle:focus {
  box-shadow: none;
  border: 0;
}
/* the global rule hides placeholders for floating-label inputs — restore visibility here.
   double-class boosts specificity above the global .cwa-talk__input::placeholder rule. */
.cwa-talk__input.cwa-talk__input--handle::placeholder {
  color: var(--cgh-muted);
  opacity: 1;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.cwa-talk__input {
  width: 100%;
  padding: 22px 14px 10px 14px;
  font-family: inherit;
  font-size: 0.94rem;
  color: var(--cgh-ink);
  background: #ffffff;
  border: 1px solid var(--cgh-line);
  border-radius: 12px;
  outline: 0;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.cwa-talk__input::placeholder { color: transparent; }
.cwa-talk__input:focus {
  border-color: var(--cgh-blue-1);
  box-shadow: 0 0 0 4px rgba(0, 114, 255, 0.10);
}
.cwa-talk__input--area {
  padding-top: 26px;
  resize: vertical;
  min-height: 110px;
  line-height: 1.55;
}
.cwa-talk__label {
  position: absolute;
  top: 50%; left: 14px;
  transform: translateY(-50%);
  color: var(--cgh-muted);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  pointer-events: none;
  transition: top 0.2s, transform 0.2s, font-size 0.2s, color 0.2s;
}
.cwa-talk__input--area + .cwa-talk__label { top: 22px; transform: none; }
.cwa-talk__input:focus + .cwa-talk__label,
.cwa-talk__input:not(:placeholder-shown) + .cwa-talk__label {
  top: 8px;
  transform: none;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
}

.cwa-talk__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 4px;
}
.cwa-talk__note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--cgh-muted);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 1 1 auto;
  min-width: 200px;
}
.cwa-talk__note i { color: var(--cgh-blue-1); font-size: 0.85rem; }
.cwa-talk__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 999px;
  background: linear-gradient(96deg, var(--cgh-blue-1) 0%, var(--cgh-blue-2) 100%);
  color: #ffffff;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.94rem;
  letter-spacing: 0.005em;
  border: 0;
  cursor: pointer;
  box-shadow: 0 16px 30px -10px rgba(0, 114, 255, 0.45);
  transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
}
.cwa-talk__btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(96deg, #005ad6, #062f6f);
  box-shadow: 0 22px 40px -10px rgba(0, 114, 255, 0.55);
}

@media (max-width: 980px) {
  .cwa-talk__inner { grid-template-columns: 1fr; gap: 32px; }
  .cwa-talk__signals { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .cwa-talk__signals { grid-template-columns: 1fr; }
  .cwa-talk__row { grid-template-columns: 1fr; }
  .cwa-talk__form { padding: 22px; }
}
@media (max-width: 540px) {
  .cwa-talk__title { font-size: clamp(1.55rem, 7vw, 2rem); }
  .cwa-talk__foot { flex-direction: column; align-items: stretch; }
  .cwa-talk__btn { width: 100%; }
  .cwa-talk__channels { flex-direction: column; align-items: flex-start; gap: 10px; }
  .cwa-talk__shell { border-radius: 22px; }
  .cwa-talk__inner { padding: 28px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .cwa-talk__signals li,
  .cwa-talk__ch,
  .cwa-talk__btn { transition: none; }
  .cwa-talk__signals li:hover,
  .cwa-talk__ch:hover,
  .cwa-talk__btn:hover { transform: none; }
}

/* ============================================================
   3D SHOWCASE SECTION (.cc-*) — Lightweight-style dark framed block
   ============================================================ */
.cc-showcase {
  background: linear-gradient(180deg, #f6f9ff 0%, #eaeef7 100%);
  padding: clamp(56px, 6vw, 80px) 6vw clamp(56px, 6vw, 80px);
  font-family: 'Inter', 'Segoe UI', -apple-system, sans-serif;
}
.cc-frame {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  background: #050608;
  border: 1px solid #1d1d22;
  border-radius: 16px;
  padding: 32px 44px;
  overflow: hidden;
  min-height: 640px;
}
.cc-corner {
  position: absolute;
  color: #3a3a40;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  user-select: none;
}
.cc-corner--tl { top: 14px;    left: 16px;   }
.cc-corner--tr { top: 14px;    right: 16px;  }
.cc-corner--bl { bottom: 14px; left: 16px;   }
.cc-corner--br { bottom: 14px; right: 16px;  }

/* top nav */
.cc-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  border-bottom: 1px solid #1a1a1e;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.cc-logo img { height: 22px; filter: brightness(0) invert(1); opacity: 0.95; }
.cc-menu {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.cc-menu a {
  color: #cfd0d4;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  transition: color 0.2s;
}
.cc-menu a:hover { color: #22d3ee; }
.cc-search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border: 1px solid #2a2a2f;
  border-radius: 999px;
  color: #aeaeb4;
  font-size: 11px;
  letter-spacing: 0.08em;
}
.cc-search svg { color: #7a7a80; }

/* Head block (overline + title + CTA) */
.cc-head {
  text-align: center;
  margin: 18px 0 24px;
  position: relative;
  z-index: 2;
}
.cc-overline {
  display: inline-block;
  color: #6e6f74;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.32em;
  margin-bottom: 16px;
}
.cc-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 3.8vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.05;
  text-transform: uppercase;
}
.cc-cta {
  display: inline-block;
  margin-top: 22px;
  padding: 14px 36px;
  border: 1px solid #2a2a2f;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  background: rgba(255,255,255,0.02);
  transition: background 0.22s, border-color 0.22s, transform 0.22s;
}
.cc-cta:hover {
  background: rgba(34,211,238,0.08);
  border-color: #22d3ee;
  transform: translateY(-1px);
}

/* Side rails */
.cc-rail {
  position: absolute;
  color: #6e6f74;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  z-index: 3;
}
.cc-rail--left  { top: 40%; left: 32px; transform: translateY(-50%); display: flex; flex-direction: column; gap: 80px; }
.cc-rail--right { top: 50%; right: 32px; transform: translateY(-50%); }
.cc-rail__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  writing-mode: horizontal-tb;
}
.cc-rail__num { color: #414147; font-size: 9px; }
.cc-rail__lbl { color: #cfd0d4; }
.cc-rail__plus { font-size: 22px; color: #3a3a40; font-weight: 300; }

/* 3D stage area */
.cc-stage {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
.cc-3d {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ============================================================
   Big rotating 3D wheel inside the monitor (Lightweight-style)
   ============================================================ */
.cc-3d {
  width: 100%;
  max-width: 960px;
  height: auto;
  display: block;
  margin: 0 auto;
  overflow: visible;
}

/* Wheel: slow continuous rotation — positioning handled by outer <g transform="translate()"> */
.cc-wheel {
  transform-box: fill-box;
  transform-origin: center;
  animation: cc-spin 40s linear infinite;
  filter: drop-shadow(0 24px 36px rgba(0,50,140,0.55));
}
@keyframes cc-spin {
  from { transform: rotate(0deg);   }
  to   { transform: rotate(360deg); }
}

/* Sheen crescent pulses softly (simulates rotating light on matte surface) */
.cc-sheen { animation: cc-sheen 4s ease-in-out infinite; }
@keyframes cc-sheen { 0%,100% { opacity: 0.35; } 50% { opacity: 0.85; } }

/* Floor shadow breathes with wheel rotation */
.cc-floor { transform-box: view-box; transform-origin: 450px 605px; animation: cc-floor 6s ease-in-out infinite; }
@keyframes cc-floor {
  0%,100% { transform: scaleX(1); opacity: 1; }
  50%     { transform: scaleX(0.9); opacity: 0.7; }
}

@media (max-width: 900px) {
  .cc-frame { padding: 26px 22px; min-height: 540px; }
  .cc-menu { gap: 22px; }
  .cc-menu a { font-size: 10px; }
  .cc-rail--left, .cc-rail--right { display: none; }
}
@media (max-width: 720px) {
  .cc-showcase { padding: 60px 5vw 70px; }
  .cc-frame { padding: 22px 18px; min-height: 460px; border-radius: 22px; }
  .cc-corner { font-size: 16px; }
  .cc-overline { font-size: 10px; letter-spacing: 0.18em; }
  .cc-title { font-size: clamp(1.6rem, 6vw, 2.1rem); }
  .cc-cta { padding: 9px 18px; font-size: 11px; }
  .cc-menu { display: none; }
  .cc-logo img { height: 18px; }
}
@media (max-width: 540px) {
  .cc-showcase { padding: 50px 4vw 60px; }
  .cc-frame { padding: 18px 14px; min-height: 380px; border-radius: 18px; }
  .cc-title { font-size: clamp(1.4rem, 7vw, 1.8rem); }
  .cc-corner--bl, .cc-corner--br { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .cc-wheel, .cc-sheen, .cc-floor { animation: none !important; }
}

/* ============================================================
   POPUP MODAL — "Connect With Us" (mirrors live craitrix design)
   Side-by-side image+content at all sizes, scaled responsively.
   ============================================================ */
.cgh-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: var(--cgh-font);
}
.cgh-modal.is-open { display: flex; }

.cgh-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: cgh-modal-fade 0.3s ease;
}

.cgh-modal__card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 40px 90px -20px rgba(8, 32, 86, 0.40), 0 0 0 1px rgba(8, 32, 86, 0.04);
  animation: cgh-modal-pop 0.4s cubic-bezier(.2,.7,.2,1);
}

@keyframes cgh-modal-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes cgh-modal-pop  {
  from { opacity: 0; transform: translateY(20px) scale(0.96); }
  to   { opacity: 1; transform: none; }
}

/* close (×) */
.cgh-modal__close {
  position: absolute;
  top: 12px; right: 14px;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.85);
  color: #0a1733;
  font-size: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: background 0.2s, transform 0.2s;
}
.cgh-modal__close:hover {
  background: #ffffff;
  transform: rotate(90deg);
}

/* row layout — STAYS side-by-side at all sizes */
.cgh-modal__row {
  display: flex;
  align-items: stretch;
  min-height: 0;
}
.cgh-modal__col {
  flex: 1 1 50%;
  min-width: 0;
}

/* LEFT — woman illustration filling the column */
.cgh-modal__col--left {
  background: linear-gradient(160deg, #EAF6FF 0%, #C7E7FF 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.cgh-modal__col--left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

/* RIGHT — eyebrow + title + lede + 3 channel rows + footer */
.cgh-modal__col--right {
  background: #F0FBFF;
  padding: 36px 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cgh-modal__eyebrow {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 14px 6px 10px;
  border: 1px solid rgba(0, 114, 255, 0.30);
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.08);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cgh-blue-2);
  margin-bottom: 14px;
}
.cgh-modal__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--cgh-blue-1);
  box-shadow: 0 0 8px rgba(0, 114, 255, 0.55);
}

.cgh-modal__title {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 0 0 8px;
  color: var(--cgh-ink);
}
.cgh-modal__title .cgh-grad {
  background: linear-gradient(95deg, var(--cgh-blue-1) 0%, var(--cgh-cyan-1) 50%, var(--cgh-blue-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.cgh-modal__lede {
  margin: 0 0 20px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--cgh-muted);
}

.cgh-modal__channels {
  display: grid;
  gap: 9px;
  margin-bottom: 16px;
}

.cgh-channel {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--cgh-line);
  background: #ffffff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s cubic-bezier(.2,.7,.2,1),
              box-shadow 0.25s ease,
              border-color 0.25s ease;
}
.cgh-channel:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -12px rgba(8, 32, 86, 0.20);
}

.cgh-channel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 11px;
  color: #ffffff;
  flex-shrink: 0;
}
.cgh-channel--wa .cgh-channel__icon { background: linear-gradient(135deg, #25D366, #128C7E); }
.cgh-channel--tg .cgh-channel__icon { background: linear-gradient(135deg, #29B6F6, #0277BD); }
.cgh-channel--em .cgh-channel__icon { background: linear-gradient(135deg, var(--cgh-blue-1), var(--cgh-blue-2)); }

.cgh-channel--wa:hover { border-color: rgba(37, 211, 102, 0.45); }
.cgh-channel--tg:hover { border-color: rgba(2, 119, 189, 0.45); }
.cgh-channel--em:hover { border-color: rgba(0, 114, 255, 0.45); }

.cgh-channel__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.cgh-channel__name {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--cgh-ink);
  letter-spacing: -0.005em;
}
.cgh-channel__sub {
  font-size: 0.78rem;
  color: var(--cgh-muted);
  letter-spacing: 0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cgh-channel__arrow {
  color: var(--cgh-muted);
  font-size: 1.05rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.25s, color 0.25s;
}
.cgh-channel:hover .cgh-channel__arrow {
  transform: translateX(4px);
  color: var(--cgh-blue-1);
}

.cgh-modal__foot {
  text-align: center;
  font-size: 0.78rem;
  color: var(--cgh-muted);
  padding-top: 12px;
  border-top: 1px dashed var(--cgh-line);
}

/* ---------- Responsive (mirrors live craitrix breakpoints) ---------- */
@media (max-width: 1000px) {
  .cgh-modal__card { max-width: 660px; }
  .cgh-modal__col--right { padding: 30px 24px 24px; }
}

@media (max-width: 786px) {
  .cgh-modal__card { max-width: 580px; border-radius: 18px; }
  .cgh-modal__col--right { padding: 26px 20px 22px; }
  .cgh-modal__title { font-size: 1.18rem; }
  .cgh-modal__lede  { font-size: 0.84rem; margin-bottom: 16px; }
  .cgh-channel { padding: 10px 12px; gap: 10px; }
  .cgh-channel__icon { width: 36px; height: 36px; }
  .cgh-channel__icon svg { width: 18px; height: 18px; }
  .cgh-channel__name { font-size: 0.86rem; }
  .cgh-channel__sub  { font-size: 0.74rem; }
  .cgh-modal__foot   { font-size: 0.74rem; padding-top: 10px; }
}

@media (max-width: 568px) {
  .cgh-modal { padding: 14px; }
  .cgh-modal__card { max-width: 480px; border-radius: 16px; }
  .cgh-modal__col--right { padding: 20px 14px 18px; }
  .cgh-modal__eyebrow { font-size: 0.6rem; padding: 4px 10px 4px 8px; margin-bottom: 10px; gap: 6px; }
  .cgh-modal__title { font-size: 1rem; line-height: 1.22; }
  .cgh-modal__lede { font-size: 0.74rem; line-height: 1.45; margin-bottom: 12px; }
  .cgh-modal__channels { gap: 7px; margin-bottom: 12px; }
  .cgh-channel { padding: 8px 10px; gap: 9px; border-radius: 10px; }
  .cgh-channel__icon { width: 30px; height: 30px; border-radius: 9px; }
  .cgh-channel__icon svg { width: 14px; height: 14px; }
  .cgh-channel__name { font-size: 0.76rem; }
  .cgh-channel__sub  { font-size: 0.66rem; }
  .cgh-channel__arrow { font-size: 0.9rem; }
  .cgh-modal__foot { font-size: 0.68rem; padding-top: 8px; }
  .cgh-modal__close { top: 8px; right: 10px; width: 28px; height: 28px; font-size: 13px; }
}

@media (max-width: 400px) {
  .cgh-modal__col--right { padding: 16px 10px 14px; }
  .cgh-modal__title { font-size: 0.9rem; }
  .cgh-modal__lede  { font-size: 0.68rem; margin-bottom: 10px; }
  .cgh-channel { padding: 7px 8px; gap: 7px; }
  .cgh-channel__icon { width: 26px; height: 26px; border-radius: 8px; }
  .cgh-channel__icon svg { width: 12px; height: 12px; }
  .cgh-channel__name { font-size: 0.7rem; }
  .cgh-channel__sub  { font-size: 0.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .cgh-modal__backdrop,
  .cgh-modal__card { animation: none; }
  .cgh-modal__close:hover { transform: none; }
  .cgh-channel:hover { transform: none; }
  .cgh-channel:hover .cgh-channel__arrow { transform: none; }
}


/* ============================================================
   CTA OPTION 1 — "Hero Gradient Banner" (.cta-hero-*)
   Full-width brand-blue banner · centered · dual CTAs · trust strip
   ============================================================ */
.cta-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 8vw, 110px) 6vw;
  font-family: var(--cgh-font);
  color: #0d1626;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(34, 211, 238, 0.18) 0%, rgba(34, 211, 238, 0) 60%),
    linear-gradient(165deg, #f1f6fb 0%, #ffffff 50%, #e6eef9 100%);
}
.cta-hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cta-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
}
.cta-hero__blob--a {
  top: -150px; right: -100px; width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.32) 0%, rgba(34, 211, 238, 0) 70%);
}
.cta-hero__blob--b {
  bottom: -150px; left: -100px; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(0, 114, 255, 0.22) 0%, rgba(0, 114, 255, 0) 70%);
}
.cta-hero__inner {
  position: relative; z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.cta-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 16px;
  border: 1px solid rgba(0, 114, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 114, 255, 0.06);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0D47A1;
}
.cta-hero__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #0072FF;
  box-shadow: 0 0 12px rgba(0, 114, 255, 0.55);
}
.cta-hero__title {
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #0d1626;
}
.cta-hero__grad {
  background: linear-gradient(95deg, #0072FF 0%, #22d3ee 50%, #0D47A1 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cta-hero__lede {
  margin: 0;
  max-width: 620px;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.7;
  color: rgba(13, 22, 38, 0.68);
}
.cta-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}
.cta-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.3s ease, background 0.25s ease, border-color 0.25s ease;
}
.cta-hero__btn--primary {
  background: linear-gradient(135deg, #0D47A1 0%, #0072FF 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px -10px rgba(0, 114, 255, 0.55);
}
.cta-hero__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px -10px rgba(0, 114, 255, 0.70);
  color: #ffffff;
}
.cta-hero__btn--ghost {
  border-color: rgba(0, 114, 255, 0.30);
  color: #0D47A1;
  background: rgba(0, 114, 255, 0.05);
}
.cta-hero__btn--ghost:hover {
  background: rgba(0, 114, 255, 0.10);
  border-color: rgba(0, 114, 255, 0.50);
  color: #0D47A1;
  transform: translateY(-2px);
}
.cta-hero__btn svg {
  width: 18px; height: 18px;
  transition: transform 0.3s cubic-bezier(.2,.7,.2,1);
}
.cta-hero__btn:hover svg { transform: translateX(4px); }

.cta-hero__channels {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.cta-hero__channels-lbl {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(13, 22, 38, 0.52);
}
.cta-hero__channels-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-hero__ch {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.3s ease, background 0.25s ease;
}
.cta-hero__ch i {
  font-size: 1.05rem;
  line-height: 1;
}
.cta-hero__ch--wa {
  background: #25D366;
  box-shadow: 0 8px 18px -8px rgba(37, 211, 102, 0.55);
}
.cta-hero__ch--wa:hover {
  background: #1fb959;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 22px -8px rgba(37, 211, 102, 0.7);
}
.cta-hero__ch--tg {
  background: #229ED9;
  box-shadow: 0 8px 18px -8px rgba(34, 158, 217, 0.55);
}
.cta-hero__ch--tg:hover {
  background: #1d8dc4;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 22px -8px rgba(34, 158, 217, 0.7);
}
.cta-hero__ch--ms {
  background: #5b5fc7;
  box-shadow: 0 8px 18px -8px rgba(91, 95, 199, 0.55);
}
.cta-hero__ch--ms:hover {
  background: #4f53b5;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 22px -8px rgba(91, 95, 199, 0.7);
}

.cta-hero__trust {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  font-size: 0.86rem;
  color: rgba(13, 22, 38, 0.62);
}
.cta-hero__sep {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(13, 22, 38, 0.32);
}
@media (max-width: 540px) {
  .cta-hero__title { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .cta-hero__btn { width: 100%; justify-content: center; }
}


/* ============================================================
   CTA OPTION 2 — "Split Editorial Card with Stats" (.cta-card-*)
   Light section · centered card · 60/40 split · 3 stat tiles
   ============================================================ */
.cta-card {
  position: relative;
  padding: clamp(60px, 6vw, 100px) 6vw;
  font-family: var(--cgh-font);
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  overflow: hidden;
}
.cta-card__shell {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 0;
  background:
    radial-gradient(ellipse 50% 50% at 100% 0%, rgba(34, 211, 238, 0.20) 0%, rgba(34, 211, 238, 0) 60%),
    linear-gradient(135deg, #0a3a87 0%, #0D47A1 50%, #0072FF 100%);
  color: #ffffff;
  border: 1px solid rgba(34, 211, 238, 0.30);
  box-shadow: 0 30px 60px -30px rgba(11, 47, 96, 0.45);
}
.cta-card__visual-glow {
  position: absolute;
  top: -120px; right: -120px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.30) 0%, rgba(34, 211, 238, 0) 70%);
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}
.cta-card__left {
  position: relative;
  z-index: 1;
  padding: clamp(36px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cta-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  width: fit-content;
}
.cta-card__title {
  margin: 4px 0 4px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.cta-card__lede {
  margin: 0;
  font-size: 1rem;
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.85);
  max-width: 540px;
}
.cta-card__bullets {
  list-style: none;
  padding: 0;
  margin: 6px 0 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
}
.cta-card__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.97rem;
  line-height: 1.55;
}
.cta-card__check {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 211, 238, 0.20);
  color: #22d3ee;
  border: 1px solid rgba(34, 211, 238, 0.50);
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 2px;
}
.cta-card__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.cta-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  background: linear-gradient(135deg, #22d3ee 0%, #ffffff 100%);
  color: #0D47A1;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 22px -10px rgba(34, 211, 238, 0.55);
  transition: transform 0.25s ease, box-shadow 0.3s ease, color 0.2s ease;
}
.cta-card__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 28px -10px rgba(34, 211, 238, 0.7);
  color: #0D47A1;
}
.cta-card__btn svg {
  width: 18px; height: 18px;
  transition: transform 0.3s cubic-bezier(.2,.7,.2,1);
}
.cta-card__btn:hover svg { transform: translateX(4px); }
.cta-card__link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.96rem;
  transition: color 0.25s ease;
}
.cta-card__link:hover { color: #22d3ee; }

.cta-card__right {
  position: relative;
  z-index: 1;
  padding: clamp(36px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  border-left: 1px solid rgba(34, 211, 238, 0.20);
  background: rgba(255, 255, 255, 0.03);
}
.cta-card__stat {
  position: relative;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.cta-card__stat:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 211, 238, 0.45);
}
.cta-card__stat--mid { margin-left: clamp(12px, 3vw, 28px); }
.cta-card__stat-num {
  display: inline-block;
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1;
}
.cta-card__stat-plus {
  display: inline-block;
  margin-left: 2px;
  font-size: 0.7em;
  background: linear-gradient(95deg, #22d3ee, #ffffff);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.cta-card__stat-lbl {
  display: block;
  margin-top: 6px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.78);
}
@media (max-width: 880px) {
  .cta-card__shell { grid-template-columns: 1fr; }
  .cta-card__right {
    border-left: 0;
    border-top: 1px solid rgba(34, 211, 238, 0.20);
  }
  .cta-card__stat--mid { margin-left: 0; }
}
@media (max-width: 540px) {
  .cta-card__shell { border-radius: 20px; }
  .cta-card__btn { width: 100%; justify-content: center; }
  .cta-card__actions { gap: 14px; }
}


/* ============================================================
   CTA OPTION 3 — "Dark Premium Card with Testimonial" (.cta-dark-*)
   Black wrapper · rounded card · dotted texture · brand glow · split layout
   ============================================================ */
.cta-dark {
  position: relative;
  padding: clamp(40px, 4vw, 70px) 6vw;
  font-family: var(--cgh-font);
  background: #050810;
  overflow: hidden;
}
.cta-dark__card {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px) 0 0 / 26px 26px,
    linear-gradient(180deg, #131826 0%, #0d1322 100%);
  overflow: hidden;
  padding: clamp(28px, 3vw, 44px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 50px -28px rgba(0, 0, 0, 0.55);
}
.cta-dark__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.cta-dark__glow {
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 320px;
  background:
    radial-gradient(ellipse 50% 50% at 50% 50%, rgba(0, 114, 255, 0.55) 0%, rgba(34, 211, 238, 0.35) 40%, rgba(99, 102, 241, 0.20) 65%, transparent 80%);
  filter: blur(70px);
  border-radius: 50%;
}

.cta-dark__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: center;
}

/* ----- Left lead ----- */
.cta-dark__lead {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cta-dark__title {
  margin: 0;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.cta-dark__sub {
  margin: 0;
  max-width: 380px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
}
.cta-dark__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.cta-dark__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.005em;
  line-height: 1.2;
  transition: transform 0.25s ease, background 0.25s ease, color 0.2s ease, box-shadow 0.3s ease, border-color 0.25s ease;
  border: 1px solid transparent;
}
.cta-dark__btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(.2,.7,.2,1);
}
.cta-dark__btn:hover svg { transform: translateX(3px); }
.cta-dark__btn i {
  font-size: 0.95rem;
  line-height: 1;
}
.cta-dark__btn--demo {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
}
.cta-dark__btn--demo:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.30);
  color: #ffffff;
  transform: translateY(-1px);
}
.cta-dark__btn--demo i { color: #25D366; }
.cta-dark__btn--signup {
  background: #ffffff;
  color: #0d1626;
  box-shadow: 0 6px 14px -8px rgba(255, 255, 255, 0.35);
}
.cta-dark__btn--signup:hover {
  background: #f1f5fb;
  color: #0d1626;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px -8px rgba(255, 255, 255, 0.45);
}
.cta-dark__actions { gap: 8px; margin-top: 12px; }
.cta-dark__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}
.cta-dark__play svg {
  width: 11px;
  height: 11px;
  margin-left: 1px;
  color: #ffffff;
}

/* ----- Right testimonial slider (3 auto-cycling reviews) ----- */
.cta-dark__slider {
  position: relative;
  display: grid;
}
.cta-dark__slider:hover .cta-dark__quote,
.cta-dark__slider:hover .cta-dark__dot::after {
  animation-play-state: paused;
}
.cta-dark__quote {
  /* All 3 stack into the same grid cell — SEO-friendly, height
     follows the tallest. Animation cycles their visibility. */
  grid-area: 1 / 1;
  margin: 0;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 11px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  animation: cta-dark-quote-cycle 18s cubic-bezier(.4,0,.2,1) infinite;
}
.cta-dark__quote:nth-child(1) { animation-delay: 0s; }
.cta-dark__quote:nth-child(2) { animation-delay: 6s; }
.cta-dark__quote:nth-child(3) { animation-delay: 12s; }

@keyframes cta-dark-quote-cycle {
  0%   { opacity: 0; visibility: hidden; transform: translateY(8px); }
  3%   { opacity: 1; visibility: visible; transform: translateY(0); }
  30%  { opacity: 1; visibility: visible; transform: translateY(0); }
  35%  { opacity: 0; visibility: hidden; transform: translateY(-8px); }
  100% { opacity: 0; visibility: hidden; transform: translateY(8px); }
}

/* Progress dots */
.cta-dark__dots {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 8px;
}
.cta-dark__dot {
  position: relative;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}
.cta-dark__dot::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  background: linear-gradient(90deg, var(--cgh-cyan-2), var(--cgh-blue-1));
  transform: scaleX(0);
  transform-origin: left;
  animation: cta-dark-dot-fill 18s linear infinite;
}
.cta-dark__dot:nth-child(1)::after { animation-delay: 0s; }
.cta-dark__dot:nth-child(2)::after { animation-delay: 6s; }
.cta-dark__dot:nth-child(3)::after { animation-delay: 12s; }

@keyframes cta-dark-dot-fill {
  0%   { transform: scaleX(0); }
  33%  { transform: scaleX(1); }
  34%, 100% { transform: scaleX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .cta-dark__quote,
  .cta-dark__dot::after { animation: none; }
  .cta-dark__quote { opacity: 1; visibility: visible; transform: none; }
  .cta-dark__quote:nth-child(2),
  .cta-dark__quote:nth-child(3) { display: none; }
}
.cta-dark__stars {
  display: inline-flex;
  gap: 2px;
}
.cta-dark__stars svg {
  width: 15px;
  height: 15px;
  fill: #f5b400;
}
.cta-dark__quote-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
}
.cta-dark__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
}
.cta-dark__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.cta-dark__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cta-dark__author-info {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.cta-dark__author-name {
  font-size: 0.92rem;
  font-weight: 600;
  color: #ffffff;
}
.cta-dark__author-role {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
}

/* ----- Responsive ----- */
@media (max-width: 880px) {
  .cta-dark__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cta-dark__title {
    font-size: clamp(1.6rem, 6vw, 2.1rem);
  }
}
@media (max-width: 540px) {
  .cta-dark__card { padding: 30px 22px; border-radius: 22px; }
  .cta-dark__quote { padding: 20px; }
  .cta-dark__btn { width: 100%; justify-content: center; }
}


/* ----- CTA Option 3 — embedded contact form ----- */
.cta-dark__form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}
.cta-dark__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cta-dark__field {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 0.95rem;
  font-family: inherit;
  letter-spacing: 0.005em;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.25s ease;
}
.cta-dark__field::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.cta-dark__field:hover {
  border-color: rgba(255, 255, 255, 0.22);
}
.cta-dark__field:focus {
  border-color: rgba(34, 211, 238, 0.55);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.14);
}
.cta-dark__field--area {
  resize: vertical;
  min-height: 92px;
  line-height: 1.55;
  font-family: inherit;
}
.cta-dark__form .cta-dark__btn {
  margin-top: 6px;
  align-self: flex-start;
  padding: 12px 24px;
  font-size: 0.96rem;
}
.cta-dark__form .cta-dark__btn svg {
  width: 17px;
  height: 17px;
  transition: transform 0.3s cubic-bezier(.2,.7,.2,1);
}
.cta-dark__form .cta-dark__btn:hover svg {
  transform: translateX(4px);
}
.cta-dark__note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.01em;
}
.cta-dark__note svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: rgba(34, 211, 238, 0.75);
}

@media (max-width: 540px) {
  .cta-dark__form-row { grid-template-columns: 1fr; }
  .cta-dark__form .cta-dark__btn { width: 100%; justify-content: center; align-self: stretch; }
}
