/* Start custom CSS for html, class: .elementor-element-aa7450c *//* =====================================================
   HELDECO SINGLE NEWS — INDUSTRIAL STYLE
===================================================== */

:root{
  --heldeco-blue:#1565a6;
  --heldeco-navy:#061b2f;
  --heldeco-dark:#07111d;
  --heldeco-bg:#f3f6f8;
  --heldeco-line:#cbd8e3;
  --heldeco-text:#061b2f;
  --heldeco-muted:#4d5d6d;
}

/* BASE */

.heldeco-news-single{
  background:var(--heldeco-bg);
  color:var(--heldeco-text);
  overflow:hidden;
  font-family:Inter, Arial, Helvetica, sans-serif;
}

.heldeco-news-single a{
  text-decoration:none;
}

.heldeco-progress{
  position:fixed;
  top:0;
  left:0;
  height:5px;
  width:0;
  background:var(--heldeco-blue);
  z-index:999999;
}

/* HERO */

.heldeco-hero{
  position:relative;
  min-height:92vh;
  background:var(--heldeco-navy);
  overflow:hidden;
  display:flex;
  align-items:flex-end;
}

.heldeco-hero-img,
.heldeco-hero-fallback{
  position:absolute;
  inset:0;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center;
}

.heldeco-hero-img{
  opacity:.34;
  filter:grayscale(20%) contrast(1.08);
  transform:scale(1.08);
  will-change:transform;
}

.heldeco-hero-fallback{
  background:
    radial-gradient(circle at 80% 20%, rgba(21,101,166,.35), transparent 34%),
    linear-gradient(135deg,#061b2f,#07111d);
}

.heldeco-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:96px 96px;
  z-index:1;
  pointer-events:none;
}

.heldeco-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(6,27,47,.96) 0%, rgba(6,27,47,.82) 42%, rgba(6,27,47,.35) 100%),
    linear-gradient(0deg, rgba(6,27,47,.95) 0%, rgba(6,27,47,.1) 58%);
  z-index:2;
}

.heldeco-hero-inner{
  position:relative;
  z-index:3;
  width:min(1480px,calc(100% - 90px));
  margin:0 auto;
  padding:150px 0 120px;
  color:#fff;
}

.heldeco-breadcrumb{
  margin-bottom:22px;
  font-size:15px;
  color:rgba(255,255,255,.72);
}

.heldeco-breadcrumb a{
  color:rgba(255,255,255,.82) !important;
}

.heldeco-file-label{
  display:inline-flex;
  align-items:center;
  gap:18px;
  margin-bottom:26px;
  padding:12px 18px;
  border:1px solid rgba(159,196,223,.35);
  background:rgba(6,27,47,.45);
  backdrop-filter:blur(14px);
  border-radius:999px;
}

.heldeco-file-label span{
  color:#9fc4df;
  font-size:11px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.heldeco-file-label strong{
  color:#fff;
  font-size:14px;
  font-weight:900;
}

.heldeco-meta{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  margin-bottom:36px;
}

.heldeco-meta span{
  color:#9fc4df;
  font-size:12px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.heldeco-hero h1{
  max-width:1100px;
  color:#fff;
  font-size:clamp(58px,8vw,128px);
  line-height:.86;
  letter-spacing:-.075em;
  margin:0;
  font-weight:900;
}

.heldeco-hero p{
  max-width:760px;
  margin:38px 0 0;
  color:rgba(255,255,255,.76);
  font-size:22px;
  line-height:1.55;
  font-weight:500;
}

.heldeco-scroll{
  margin-top:52px;
  display:inline-flex;
  align-items:center;
  gap:16px;
  color:#9fc4df !important;
  font-size:12px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.heldeco-scroll::after{
  content:"";
  width:90px;
  height:2px;
  background:var(--heldeco-blue);
}

/* TAG MARQUEE */

.heldeco-tag-marquee{
  position:relative;
  overflow:hidden;
  background:#fff;
  border-top:1px solid var(--heldeco-line);
  border-bottom:1px solid var(--heldeco-line);
  padding:24px 0;
}

.heldeco-tag-marquee::before,
.heldeco-tag-marquee::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:140px;
  z-index:2;
  pointer-events:none;
}

.heldeco-tag-marquee::before{
  left:0;
  background:linear-gradient(90deg,#fff,rgba(255,255,255,0));
}

.heldeco-tag-marquee::after{
  right:0;
  background:linear-gradient(270deg,#fff,rgba(255,255,255,0));
}

.heldeco-tag-track{
  display:flex;
  width:max-content;
  gap:16px;
  animation:heldecoTagMove 26s linear infinite;
}

.heldeco-tag-marquee:hover .heldeco-tag-track{
  animation-play-state:paused;
}

.heldeco-tag-track span{
  flex:0 0 auto;
  padding:12px 22px;
  border-radius:999px;
  background:#eef5fa;
  color:var(--heldeco-blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  white-space:nowrap;
  box-shadow:inset 0 0 0 1px rgba(21,101,166,.16);
  transition:.25s ease;
}

.heldeco-tag-track span::before{
  content:"#";
  opacity:.45;
  margin-right:4px;
}

.heldeco-tag-track span:hover{
  background:var(--heldeco-blue);
  color:#fff;
  transform:translateY(-2px);
}

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

/* ARTICLE CONTENT */

.heldeco-article-content{
  width:min(980px,calc(100% - 70px));
  margin:100px auto;
  font-size:21px;
  line-height:1.85;
  color:var(--heldeco-text);
  position:relative;
}

.heldeco-article-content::before{
  content:"";
  position:absolute;
  left:-64px;
  top:0;
  width:2px;
  height:100%;
  background:linear-gradient(var(--heldeco-blue), transparent);
  opacity:.35;
}

.heldeco-article-content *{
  max-width:100%;
}

.heldeco-article-content p,
.heldeco-article-content div{
  margin:0 0 32px;
}

.heldeco-article-content h1{
  display:none !important;
}

.heldeco-article-content h2{
  position:relative;
  margin:80px 0 26px;
  color:var(--heldeco-navy);
  font-size:clamp(38px,4vw,58px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:900;
}

.heldeco-article-content h2::before{
  content:"";
  position:absolute;
  left:-76px;
  top:16px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--heldeco-blue);
  box-shadow:0 0 0 8px rgba(21,101,166,.13);
}

.heldeco-article-content h3{
  margin:56px 0 20px;
  color:var(--heldeco-navy);
  font-size:34px;
  line-height:1.15;
  letter-spacing:-.035em;
  font-weight:900;
}

.heldeco-article-content a{
  color:var(--heldeco-blue);
  font-weight:800;
}

.heldeco-article-content img,
.heldeco-inline-image img{
  width:100%;
  height:auto;
  display:block;
  border-radius:0;
  margin:64px 0;
  box-shadow:0 28px 80px rgba(6,27,47,.16);
}

.heldeco-article-content blockquote{
  margin:90px 0;
  padding:56px 64px;
  background:var(--heldeco-navy);
  color:#fff;
  border-left:0;
  font-size:clamp(34px,4vw,62px);
  line-height:1.03;
  letter-spacing:-.055em;
  font-weight:900;
}

.heldeco-reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .7s ease, transform .7s ease;
}

.heldeco-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

/* RELATED */

.heldeco-related{
  width:min(1480px,calc(100% - 90px));
  margin:140px auto;
}

.heldeco-related-head small{
  color:var(--heldeco-blue);
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.heldeco-related-head h2{
  max-width:900px;
  margin:12px 0 54px;
  color:var(--heldeco-navy);
  font-size:clamp(48px,6vw,86px);
  line-height:.94;
  letter-spacing:-.07em;
  font-weight:900;
}

.heldeco-related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px;
}

.heldeco-related-card{
  background:#fff;
  color:var(--heldeco-navy);
  overflow:hidden;
  box-shadow:0 18px 55px rgba(6,27,47,.08);
  transition:.35s ease;
}

.heldeco-related-card:hover{
  transform:translateY(-12px);
  box-shadow:0 35px 90px rgba(6,27,47,.18);
}

.heldeco-related-img{
  overflow:hidden;
}

.heldeco-related-img img{
  width:100%;
  height:300px;
  object-fit:cover;
  transition:.7s ease;
}

.heldeco-related-card:hover img{
  transform:scale(1.06);
}

.heldeco-related-content{
  padding:34px;
}

.heldeco-related-content span{
  color:var(--heldeco-blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.heldeco-related-content h3{
  margin:18px 0 16px;
  color:var(--heldeco-navy);
  font-size:32px;
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:900;
}

.heldeco-related-content p{
  color:var(--heldeco-muted);
  font-size:17px;
  line-height:1.55;
}

/* CTA */

.heldeco-cta{
  position:relative;
  overflow:hidden;
  background:var(--heldeco-navy);
  color:#fff;
  text-align:center;
  padding:150px 40px;
}

.heldeco-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 25%, rgba(21,101,166,.42), transparent 30%),
    linear-gradient(135deg,#061b2f,#07111d);
  z-index:0;
}

.heldeco-cta > *{
  position:relative;
  z-index:1;
}

.heldeco-cta small{
  color:#9fc4df;
  font-size:13px;
  font-weight:900;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.heldeco-cta h2{
  margin:22px 0 32px;
  color:#fff;
  font-size:clamp(56px,7vw,110px);
  line-height:.86;
  letter-spacing:-.075em;
  font-weight:900;
}

.heldeco-cta p{
  max-width:760px;
  margin:0 auto;
  color:rgba(255,255,255,.72);
  font-size:22px;
  line-height:1.6;
}

.heldeco-cta a{
  display:inline-block;
  margin-top:46px;
  padding:18px 38px;
  background:var(--heldeco-blue);
  color:#fff !important;
  border-radius:999px;
  font-weight:900;
  letter-spacing:.03em;
}

/* MOBILE */

@media(max-width:1024px){
  .heldeco-related-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .heldeco-hero-inner{
    width:calc(100% - 44px);
    padding:110px 0 76px;
  }

  .heldeco-hero h1{
    font-size:48px;
  }

  .heldeco-hero p{
    font-size:18px;
  }

  .heldeco-article-content,
  .heldeco-related{
    width:calc(100% - 40px);
  }

  .heldeco-article-content{
    margin:70px auto;
    font-size:18px;
  }

  .heldeco-article-content::before,
  .heldeco-article-content h2::before{
    display:none;
  }

  .heldeco-cta h2{
    font-size:48px;
  }
  .heldeco-breadcrumb,
.heldeco-file-label,
.heldeco-meta,
.heldeco-hero h1,
.heldeco-hero p,
.heldeco-scroll{
  opacity:0;
  transform:translateY(34px);
  animation:heldecoHeroReveal .9s cubic-bezier(.2,.8,.2,1) forwards;
}

.heldeco-breadcrumb{ animation-delay:.1s; }
.heldeco-file-label{ animation-delay:.18s; }
.heldeco-meta{ animation-delay:.26s; }
.heldeco-hero h1{ animation-delay:.38s; }
.heldeco-hero p{ animation-delay:.55s; }
.heldeco-scroll{ animation-delay:.72s; }
.heldeco-hero h1 .heldeco-last-word{
  color:#1565a6 !important;
}
    .heldeco-hero h1 .heldeco-last-word{
  color:#1565a6 !important;
}/* End custom CSS */