.elementor-247 .elementor-element.elementor-element-29a71e8{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-5c5eee3 *//* =========================================
   EchoNous – KOSMOS Full Page
   Theme: #144296
   Scope: .kn-kosmos
   No JS | Elementor friendly | Mobile ready
   ========================================= */

.kn-kosmos{
  --brand:#144296;
  --brand2:#0f3575;
  --ink:#0b1220;
  --muted:#5b677a;
  --line:rgba(20,66,150,.18);
  --soft:rgba(20,66,150,.08);
  --shadow:0 18px 60px rgba(16,24,40,.08);

  background:#fff;
  color:var(--ink);
  padding:60px 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.kn-kosmos *{ box-sizing:border-box; }

.kn-wrap{
  width:min(1140px, calc(100% - 32px));
  margin:0 auto;
}

/* Buttons (NORMAL) */
.kn-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 16px;
  border-radius:10px;
  border:1px solid transparent;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  line-height:1;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  user-select:none;
  white-space:nowrap;
}

.kn-btn:active{ transform: translateY(1px); }

.kn-btn.primary{
  background:var(--brand);
  color:#fff;
  box-shadow: 0 10px 24px rgba(20,66,150,.18);
}
.kn-btn.primary:hover{ background:var(--brand2); }

.kn-btn.ghost{
  background:#fff;
  color:var(--brand);
  border-color: rgba(20,66,150,.35);
}
.kn-btn.ghost:hover{ background: rgba(20,66,150,.06); }

.kn-btn.small{
  padding:10px 14px;
  font-size:13px;
  border-radius:10px;
}

/* HERO */
.kn-hero{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:18px;
  background:
    radial-gradient(900px 260px at 16% 0%, rgba(20,66,150,.14), transparent 55%),
    radial-gradient(700px 240px at 85% 20%, rgba(20,66,150,.10), transparent 55%),
    #fff;
  box-shadow: var(--shadow);
}

@media(min-width:980px){
  .kn-hero{
    grid-template-columns: 1.2fr .8fr;
    gap:22px;
  }
}

.kn-badge{
  display:inline-block;
  padding:7px 12px;
  border-radius:999px;
  background:var(--soft);
  border:1px solid var(--line);
  color:var(--brand);
  font-weight:900;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.kn-title{
  margin:12px 0 10px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height:1.12;
  letter-spacing:-.02em;
}

.kn-sub{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.7;
  max-width:66ch;
}

.kn-heroBtns{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin: 10px 0 12px;
}

.kn-pills{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:10px;
}

.kn-pill{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.8);
  font-weight:800;
  font-size:12px;
}

/* Hero Card */
.kn-heroCard{
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px;
  background: rgba(255,255,255,.9);
}

.kn-heroCard h3{
  margin:0 0 8px;
  font-size:16px;
  letter-spacing:-.01em;
}

.kn-heroCard p{
  margin:0 0 10px;
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}

.kn-heroCard ul{
  margin:0 0 12px;
  padding-left:18px;
  color:var(--muted);
  line-height:1.7;
  font-size:14px;
}

.kn-miniBtns{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:12px;
}

.kn-info{
  border-top:1px solid rgba(20,66,150,.12);
  padding-top:12px;
  display:grid;
  gap:8px;
}

.kn-infoRow{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--muted);
  font-size:14px;
}

.kn-dot{
  width:10px;
  height:10px;
  border-radius:99px;
  background: var(--brand);
  flex: 0 0 auto;
}

/* Sections */
.kn-section{ margin-top:28px; }

.kn-head{
  margin-bottom:14px;
}

.kn-head h2{
  margin:0 0 8px;
  font-size:22px;
  letter-spacing:-.02em;
}

.kn-head p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
  max-width:86ch;
}

/* Split */
.kn-split{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

@media(min-width:980px){
  .kn-split{
    grid-template-columns: 1fr 1fr;
    gap:18px;
    align-items:center;
  }
}

.kn-imgBox{
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background: rgba(20,66,150,.06);
  box-shadow: 0 14px 44px rgba(16,24,40,.06);
}

.kn-imgBox img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}

.kn-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  background:#fff;
  box-shadow: 0 14px 44px rgba(16,24,40,.06);
}

.kn-card h3{
  margin:0 0 10px;
  font-size:18px;
  letter-spacing:-.02em;
}

.kn-list{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.75;
  font-size:14px;
}

.kn-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

/* Features grid */
.kn-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media(min-width:900px){
  .kn-grid{ grid-template-columns: repeat(4, 1fr); }
}

.kn-feature{
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  background:#fff;
  box-shadow: 0 12px 36px rgba(16,24,40,.06);
}

.kn-feature h3{
  margin:0 0 6px;
  font-size:15px;
  letter-spacing:-.01em;
}

.kn-feature p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}

/* Use cases */
.kn-cases{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media(min-width:900px){
  .kn-cases{ grid-template-columns: repeat(3, 1fr); }
}

.kn-case{
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  background:#fff;
  box-shadow: 0 12px 36px rgba(16,24,40,.06);
}

.kn-case h3{
  margin:0 0 6px;
  font-size:15px;
}

.kn-case p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}

/* Downloads */
.kn-dlGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media(min-width:900px){
  .kn-dlGrid{ grid-template-columns: repeat(3, 1fr); }
}

.kn-dl{
  display:flex;
  gap:12px;
  align-items:center;
  padding:14px;
  border:1px solid var(--line);
  border-radius:16px;
  text-decoration:none;
  background:#fff;
  box-shadow: 0 12px 36px rgba(16,24,40,.06);
  transition: transform .12s ease, border-color .12s ease;
}

.kn-dl:hover{
  transform: translateY(-2px);
  border-color: rgba(20,66,150,.35);
}

.kn-dlIcon{
  width:42px;
  height:42px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(20,66,150,.10);
  border:1px solid rgba(20,66,150,.18);
  color: var(--brand);
  font-weight:900;
  font-size:12px;
  flex: 0 0 auto;
}

.kn-dlText{
  display:flex;
  flex-direction:column;
  gap:2px;
  color: var(--ink);
}

.kn-dlText span{
  color: var(--muted);
  font-size:13px;
}

/* CTA */
.kn-cta{ margin-top:28px; }

.kn-ctaCard{
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  background:
    radial-gradient(900px 260px at 10% 10%, rgba(20,66,150,.14), transparent 60%),
    #fff;
  box-shadow: var(--shadow);
  display:flex;
  flex-direction:column;
  gap:12px;
}

@media(min-width:980px){
  .kn-ctaCard{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
}

.kn-ctaL h2{
  margin:0 0 6px;
  font-size:22px;
  letter-spacing:-.02em;
}

.kn-ctaL p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
  max-width:80ch;
}

.kn-ctaR{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}/* End custom CSS */