:root {
  --cl-ink: #071d37;
  --cl-ink-soft: #15385f;
  --cl-blue: #1374e9;
  --cl-cyan: #66d9ff;
  --cl-mist: #edf5ff;
  --cl-paper: #ffffff;
  --cl-line: #cfe0f3;
  --cl-gold: #ffb252;
  --cl-shadow: 0 24px 70px rgba(9, 42, 82, .14);
}
.cl-home {
  margin: 0;
  background: #f4f8fd;
  color: var(--cl-ink);
  font-family: "Avenir Next", "Segoe UI Variable", "Trebuchet MS", sans-serif;
}
.cl-home * { box-sizing: border-box; }
.cl-site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(22px, 5vw, 92px);
  background: rgba(5, 23, 45, .96);
  border-bottom: 1px solid rgba(126, 199, 255, .22);
}
.cl-brand img { display: block; height: 34px; width: auto; }
.cl-site-nav { display: flex; align-items: center; gap: 22px; }
.cl-site-nav a { color: rgba(255,255,255,.86); font-size: .95rem; font-weight: 700; text-decoration: none; }
.cl-site-nav a:hover { color: var(--cl-cyan); }
.cl-site-nav .cl-nav-cta { color: #071d37; background: var(--cl-cyan); padding: 11px 17px; border-radius: 999px; }
.cl-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: stretch;
  min-height: 660px;
  padding: clamp(45px, 7vw, 105px) clamp(22px, 7vw, 122px);
  background: radial-gradient(circle at 78% 42%, rgba(27,128,255,.28), transparent 28%), linear-gradient(125deg, #041426 0%, #082752 57%, #0a3771 100%);
}
.cl-hero:after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(2,14,29,.94) 0%, rgba(2,14,29,.72) 39%, rgba(2,14,29,.08) 74%); }
.cl-hero-copy, .cl-hero-art { position: relative; z-index: 1; }
.cl-hero-copy { max-width: 650px; align-self: center; }
.cl-eyebrow, .cl-section-kicker { color: #63cffd; font-size: .79rem; font-weight: 800; letter-spacing: .15em; margin: 0 0 18px; text-transform: uppercase; }
.cl-hero h1 { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5.5vw, 5.6rem); letter-spacing: -.06em; line-height: .98; margin: 0; }
.cl-hero-lead { color: rgba(240,248,255,.85); font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.65; margin: 28px 0 34px; max-width: 600px; }
.cl-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.cl-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 12px; font-weight: 800; padding: 12px 19px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.cl-button:hover { transform: translateY(-2px); }
.cl-button-primary { background: linear-gradient(135deg, #2386ff, #0c5ac3); box-shadow: 0 12px 30px rgba(0,122,255,.35); color: #fff !important; }
.cl-button-quiet { border: 1px solid rgba(157,215,255,.52); color: #fff !important; }
.cl-button-light { background: #fff; color: #0a356c !important; }
.cl-proof { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 42px 0 0; padding: 0; }
.cl-proof li { border: 1px solid rgba(130,207,255,.34); border-radius: 999px; color: #d9f1ff; font-size: .83rem; padding: 8px 11px; }
.cl-hero-art { align-self: center; justify-self: end; width: min(760px, 100%); }
.cl-hero-art img { width: 100%; display: block; border: 1px solid rgba(159,220,255,.34); border-radius: 24px; box-shadow: 0 40px 80px rgba(0,0,0,.32); }
.cl-art-note { backdrop-filter: blur(13px); background: rgba(3,27,57,.76); border: 1px solid rgba(133,211,255,.32); border-radius: 999px; bottom: -22px; color: #ecf8ff; font-size: .88rem; font-weight: 800; left: 38px; padding: 12px 17px; position: absolute; }
.cl-intro { max-width: 930px; margin: 0 auto; padding: 132px 28px 80px; text-align: center; }
.cl-intro h2, .cl-process h2, .cl-discovery h2 { color: var(--cl-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.05rem, 4vw, 3.75rem); letter-spacing: -.045em; line-height: 1.05; margin: 0; }
.cl-intro p:last-child { color: #4b6179; font-size: 1.1rem; line-height: 1.72; margin: 24px auto 0; max-width: 710px; }
.cl-service-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; max-width: 1300px; padding: 0 28px 105px; }
.cl-service-grid article { background: var(--cl-paper); border: 1px solid var(--cl-line); border-radius: 18px; box-shadow: 0 12px 34px rgba(16,67,120,.08); min-height: 285px; padding: 28px; }
.cl-service-grid span { color: var(--cl-blue); font-weight: 900; }
.cl-service-grid h3 { color: var(--cl-ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; line-height: 1.1; margin: 38px 0 14px; }
.cl-service-grid p { color: #536b83; line-height: 1.62; margin: 0 0 22px; }
.cl-service-grid a { color: #075ec7; font-weight: 800; text-decoration: none; }
.cl-process { background: #e8f2fd; display: grid; gap: 50px; grid-template-columns: .9fr 1.1fr; padding: 96px max(28px, calc((100% - 1150px) / 2)); }
.cl-process .cl-section-kicker { color: #1672df; }
.cl-process ol { counter-reset: process; display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.cl-process li { border-top: 1px solid #bcd4ed; display: grid; gap: 15px; grid-template-columns: 42px 1fr 1.8fr; padding: 23px 0; }
.cl-process li:before { color: #1c74db; content: counter(process, decimal-leading-zero); counter-increment: process; font-weight: 900; }
.cl-process strong { color: var(--cl-ink); font-size: 1.12rem; }
.cl-process span { color: #55708b; line-height: 1.55; }
.cl-cta-band { align-items: center; background: linear-gradient(115deg, #0b4fa6, #1681ec 56%, #5fd6f6); display: flex; gap: 30px; justify-content: space-between; padding: 48px max(28px, calc((100% - 1150px) / 2)); }
.cl-cta-band p { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 2.5vw, 2.2rem); line-height: 1.13; margin: 0; max-width: 760px; }
.cl-site-footer { align-items: center; background: #06172b; color: #aac1d8; display: grid; gap: 22px; grid-template-columns: 190px 1fr auto; padding: 40px max(28px, calc((100% - 1150px) / 2)); }
.cl-site-footer img { max-width: 175px; }
.cl-site-footer p { margin: 0; }
.cl-site-footer a { color: #7fdcff; font-weight: 800; text-decoration: none; }
.cl-discovery { align-items: center; background: linear-gradient(125deg, #edf7ff, #ffffff); border-top: 1px solid var(--cl-line); display: flex; gap: 30px; justify-content: space-between; margin-top: 65px; padding: 54px max(28px, calc((100% - 1080px) / 2)); }
.cl-discovery p { color: #55708b; line-height: 1.6; max-width: 620px; }
.cl-studio-dock { background: #0f6ee3; border-radius: 999px; bottom: 22px; box-shadow: 0 12px 30px rgba(8,66,141,.28); color: #fff !important; font-size: .82rem; font-weight: 800; padding: 12px 16px; position: fixed; right: 22px; text-decoration: none; z-index: 9999; }
.cl-studio { background: #eef5fc; color: #102b47; font-family: "Avenir Next", "Segoe UI Variable", "Trebuchet MS", sans-serif; margin: 0; min-height: 100vh; }
.cl-studio-shell { margin: 0 auto; max-width: 980px; padding: 56px 22px 100px; }
.cl-studio-header { align-items: center; display: flex; justify-content: space-between; margin-bottom: 34px; }
.cl-studio-header img { width: 190px; }
.cl-studio-header a { color: #1269d2; font-weight: 800; text-decoration: none; }
.cl-studio-card { background: #fff; border: 1px solid #cfe0f3; border-radius: 20px; box-shadow: var(--cl-shadow); padding: clamp(24px, 5vw, 52px); }
.cl-studio-card h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.045em; margin: 0 0 12px; }
.cl-studio-card > p { color: #58718b; line-height: 1.6; margin-bottom: 34px; }
.cl-studio-grid { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
.cl-studio-field { display: grid; gap: 8px; }
.cl-studio-field-wide { grid-column: 1 / -1; }
.cl-studio label { color: #244b73; font-size: .84rem; font-weight: 800; }
.cl-studio input, .cl-studio textarea { border: 1px solid #c7d9ed; border-radius: 10px; color: #102b47; font: inherit; padding: 12px; width: 100%; }
.cl-studio textarea { min-height: 115px; resize: vertical; }
.cl-studio-help { color: #617991; font-size: .84rem; line-height: 1.45; }
.cl-studio-preview { border: 1px solid #cfe0f3; border-radius: 13px; display: block; margin-top: 9px; max-height: 190px; max-width: 100%; object-fit: cover; }
.cl-studio-message { border-radius: 10px; margin: 0 0 20px; padding: 13px 15px; }
.cl-studio-success { background: #e8faf2; color: #106343; }
.cl-studio-error { background: #fff0f0; color: #a12a2a; }
@media (max-width: 900px) {
  .cl-site-nav { gap: 13px; } .cl-site-nav a:not(.cl-nav-cta) { display: none; }
  .cl-hero { grid-template-columns: 1fr; min-height: auto; }
  .cl-hero-art { margin-top: 48px; }
  .cl-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cl-process { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .cl-site-header { padding: 15px 19px; } .cl-brand img { height: 29px; }
  .cl-hero { padding: 54px 22px 72px; } .cl-art-note { bottom: -15px; left: 16px; font-size: .75rem; }
  .cl-service-grid { grid-template-columns: 1fr; padding: 0 20px 66px; } .cl-intro { padding: 94px 20px 54px; }
  .cl-process { padding: 65px 20px; } .cl-process li { grid-template-columns: 38px 1fr; } .cl-process span { grid-column: 2; }
  .cl-cta-band, .cl-discovery { align-items: flex-start; flex-direction: column; padding: 42px 20px; }
  .cl-site-footer { grid-template-columns: 1fr; padding: 36px 20px; }
  .cl-studio-grid { grid-template-columns: 1fr; } .cl-studio-field-wide { grid-column: auto; }
}
