.elementor-235 .elementor-element.elementor-element-27f2a22{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-719e696 *//* =========================================
   HELENA FULL PAGE (Actalyke MINI II)
   Theme: #144296
   Scope: .hlp
   ========================================= */

.hlp{
  --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;
}

.hlp *{ box-sizing:border-box; }

.hlp-wrap{
  width:min(1140px, calc(100% - 32px));
  margin:0 auto;
}

/* Buttons (NORMAL, not full-width) */
.hlp-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;
}

.hlp-btn:active{ transform: translateY(1px); }

.hlp-btn.primary{
  background:var(--brand);
  color:#fff;
  box-shadow: 0 10px 24px rgba(20,66,150,.18);
}
.hlp-btn.primary:hover{ background:var(--brand2); }

.hlp-btn.ghost{
  background:#fff;
  color:var(--brand);
  border-color: rgba(20,66,150,.35);
}
.hlp-btn.ghost:hover{ background: rgba(20,66,150,.06); }

.hlp-btn.small{
  padding:10px 14px;
  font-size:13px;
  border-radius:10px;
}

/* HERO */
.hlp-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){
  .hlp-hero{
    grid-template-columns: 1.2fr .8fr;
    gap:22px;
  }
}

.hlp-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;
}

.hlp-title{
  margin:12px 0 10px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height:1.12;
  letter-spacing:-.02em;
}

.hlp-sub{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.7;
  max-width:64ch;
}

.hlp-heroBtns{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin: 10px 0 12px;
}

.hlp-pills{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:10px;
}

.hlp-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 */
.hlp-heroCard{
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px;
  background: rgba(255,255,255,.9);
}

.hlp-heroCard h3{
  margin:0 0 10px;
  font-size:16px;
  letter-spacing:-.01em;
}

.hlp-heroCard ul{
  margin:0 0 12px;
  padding-left:18px;
  color:var(--muted);
  line-height:1.7;
  font-size:14px;
}

.hlp-miniBtns{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Sections */
.hlp-section{ margin-top:28px; }

.hlp-sectionHead{
  margin-bottom:14px;
}

.hlp-sectionHead h2{
  margin:0 0 8px;
  font-size:22px;
  letter-spacing:-.02em;
  color:var(--ink);
}

.hlp-sectionHead p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
  max-width:82ch;
}

/* Overview stats */
.hlp-stats{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media(min-width:900px){
  .hlp-stats{
    grid-template-columns: repeat(3, 1fr);
    gap:14px;
  }
}

.hlp-stat{
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  background:#fff;
  box-shadow: 0 12px 36px rgba(16,24,40,.06);
}

.hlp-statTop{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:6px;
}

.hlp-dot{
  width:10px;
  height:10px;
  border-radius:99px;
  background: var(--brand);
}

.hlp-stat h3{
  margin:0;
  font-size:14px;
  letter-spacing:-.01em;
}

.hlp-stat p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}

/* Product grid */
.hlp-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

@media(min-width:980px){
  .hlp-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

.hlp-card{
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow: 0 14px 44px rgba(16,24,40,.06);
}

.hlp-img{
  position:relative;
  aspect-ratio: 16 / 9;
  background: rgba(20,66,150,.06);
}

.hlp-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.hlp-tag{
  position:absolute;
  top:12px;
  left:12px;
  padding:7px 10px;
  border-radius:999px;
  background: rgba(20,66,150,.92);
  color:#fff;
  font-weight:900;
  font-size:12px;
}

.hlp-body{
  padding:16px;
}

.hlp-body h3{
  margin:0 0 8px;
  font-size:18px;
  letter-spacing:-.02em;
}

.hlp-desc{
  margin:0 0 12px;
  color:var(--muted);
  line-height:1.7;
  font-size:14px;
}

.hlp-list{
  margin:0 0 14px;
  padding-left:18px;
  color:var(--muted);
  line-height:1.7;
  font-size:14px;
}

.hlp-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Downloads */
.hlp-dlGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media(min-width:900px){
  .hlp-dlGrid{
    grid-template-columns: repeat(3, 1fr);
  }
}

.hlp-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;
}

.hlp-dl:hover{
  transform: translateY(-2px);
  border-color: rgba(20,66,150,.35);
}

.hlp-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;
}

.hlp-dlText{
  display:flex;
  flex-direction:column;
  gap:2px;
  color: var(--ink);
}

.hlp-dlText span{
  color: var(--muted);
  font-size:13px;
}

/* CTA */
.hlp-cta{ margin-top:28px; }

.hlp-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){
  .hlp-ctaCard{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
}

.hlp-ctaL h2{
  margin:0 0 6px;
  font-size:22px;
  letter-spacing:-.02em;
}

.hlp-ctaL p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
  max-width:80ch;
}

.hlp-ctaR{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}/* End custom CSS */