    :root {
      --red: #c0272d;
      --red-dark: #a01f24;
      --red-light: #e03035;
      --charcoal: #222426;
      --dark: #1a1b1d;
      --mid: #2d2f32;
      --gray: #3d3f42;
      --light-gray: #8a8d91;
      --off-white: #f2f2f0;
      --white: #ffffff;
    }
    html { scroll-behavior: smooth; }

.sp-page-title {
    background: #1a1b1d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 0 120px;
}
.sp-page-title .sp-page-title-heading {
    font-size: 3rem;
    text-align: center;
	position: relative;
}
#sp-title {
    position: relative;
}
.sp-page-title:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 12, 29, 0.7);
    display: block;
}
.article-list .article .featured-article-badge {
    display: none;
}
.contact-card-form {
    background: #1a1b1d;
}
.contact-card-content {
    background: #27282a;
    padding: 2.2rem;
    height: 100%;
}
    /* ── TOPBAR ── */
    .topbar {
      background: var(--charcoal);
      padding: 8px 0;
      font-size: 13px;
      color: var(--light-gray);
      border-bottom: 1px solid var(--gray);
    }
    .topbar a { color: var(--light-gray); text-decoration: none; transition: color .2s; }
    .topbar a:hover { color: var(--red-light); }
    .topbar .sep { margin: 0 14px; opacity: .3; }
.mod-languages .btn-group .btn {
    background: transparent;
    border: none;
	font-size: 14px;
}
.lang-block.dropdown-menu {
	min-width: 6rem;
}
    /* ── NAVBAR ── */
	.burger-icon>span {
    background-color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active>a, .offcanvas-menu .offcanvas-inner ul.menu li.active>.nav-header, .offcanvas-menu .offcanvas-inner ul.menu li.active>.mod-menu__heading {
    color: #252525;
}
.offcanvas-inner .sp-contact-info li {
    display: block;
    margin: 18px 0;
    font-size: 95%;
}
.offcanvas-menu .offcanvas-inner .social-icons {
    font-size: 24px;
    display: flex;
    justify-content: space-evenly;
}
@media (max-width: 1199px) {
    #sp-header.header-with-social #sp-menu .social-wrap {
        display: none !important;
    }
}
ul.social-icons>li:not(:last-child) {
    margin-right: 40px;
}
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 15px;
    line-height: 60px;
    font-size: 16px;
    margin: 0;
	font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}
    .navbar-main {
      background: var(--dark);
      padding: 0;
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: 0 2px 20px rgba(0,0,0,.5);
    }
    .navbar-main .navbar-brand {
      padding: 14px 0;
    }
    .navbar-main .navbar-brand img { height: 42px; }
    .navbar-main .nav-link {
      color: rgba(255,255,255,.82) !important;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 28px 18px !important;
      transition: color .2s, border-bottom .2s;
      border-bottom: 3px solid transparent;
      position: relative;
    }
    .navbar-main .nav-link:hover,
    .navbar-main .nav-link.active {
      color: var(--white) !important;
      border-bottom-color: var(--red);
    }
    .navbar-main .btn-nav-cta {
      background: var(--red);
      color: var(--white) !important;
      border: none;
      border-radius: 0;
      padding: 28px 24px !important;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      transition: background .2s;
      border-bottom: 3px solid transparent !important;
    }
    .navbar-main .btn-nav-cta:hover { background: var(--red-dark) !important; }

    /* ── HERO ── */
    #sp-hero {
      position: relative;
      min-height: 88vh;
      /*background: var(--dark);*/
	  background: url('/images/headers/hero-bg.webp') center/cover no-repeat;
      overflow: hidden;
      display: flex;
      align-items: center;
	  padding: 160px 0 60px;
    }
	/* VIDEO BACKGROUND */
#sp-hero .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* TEMEN SLOJ */
#sp-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 2;
}
#sp-hero .hero-content-block {
  position: relative;
  z-index: 3;
}
    .hero-bg {
      position: absolute; inset: 0;
      background:
        linear-gradient(105deg, rgba(26,27,29,.97) 45%, rgba(192,39,45,.08) 100%),
        repeating-linear-gradient(
          -45deg,
          transparent,
          transparent 40px,
          rgba(255,255,255,.012) 40px,
          rgba(255,255,255,.012) 41px
        );
    }
    .hero-accent {
      position: absolute;
      right: -60px; top: 0; bottom: 0;
      width: 52%;
      clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
      background: linear-gradient(135deg, var(--charcoal) 0%, var(--mid) 100%);
      overflow: hidden;
    }
    .hero-accent::after {
      content: '';
      position: absolute; inset: 0;
      background: url('images/hero-bg.webp') center/cover no-repeat;
      opacity: .22;
      mix-blend-mode: luminosity;
    }
    .hero-accent-stripe {
      position: absolute;
      left: -4px; top: 0; bottom: 0;
      width: 6px;
      background: var(--red);
    }
    .hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--red);
      color: var(--white);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      padding: 7px 16px;
      margin-bottom: 24px;
    }
    .hero-tag::before {
      content: '';
      display: block;
      width: 20px; height: 2px;
      background: rgba(255,255,255,.5);
    }
    #sp-hero h1 {
      font-size: clamp(3rem, 7vw, 6rem);
      font-weight: 800;
      line-height: .95;
      color: var(--white);
      text-transform: uppercase;
      letter-spacing: -.01em;
      margin-bottom: 28px;
    }
    #sp-hero h1 span { color: var(--red); display: block; }
    .hero-desc {
      color: rgba(255,255,255,.8);
      font-size: 17px;
      font-weight: 300;
      line-height: 1.7;
      max-width: 480px;
      margin-bottom: 40px;
    }
    .btn-hero-primary {
      background: var(--red);
      color: var(--white);
      font-size: 15px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 16px 36px;
      border: none;
      border-radius: 0;
      text-decoration: none;
      display: inline-block;
      transition: background .2s, transform .15s;
    }
    .btn-hero-primary:hover { background: var(--red-dark); color: var(--white); transform: translateY(-2px); }
    .btn-hero-ghost {
      background: transparent;
      color: rgba(255,255,255,.75);
      font-size: 15px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 15px 32px;
      border: 1.5px solid rgba(255,255,255,.2);
      border-radius: 0;
      text-decoration: none;
      display: inline-block;
      transition: border-color .2s, color .2s;
    }
    .btn-hero-ghost:hover { border-color: var(--red); color: var(--white); }
.ig-title {
    font-size: 2.8rem; font-weight: 800;
    text-transform: uppercase; line-height: 1.05;
    color: #fff; margin: 0;
  }
  .ig-desc { font-size: 14px; color: rgba(255,255,255,.45); line-height: 1.75; margin: 0; }
  .ig-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    padding: 36px 28px;
    height: 100%;
    position: relative; overflow: hidden;
    transition: background .25s, border-color .25s;
  }
  .ig-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: #c0272d;
    transform: scaleX(0); transform-origin: left;
    transition: transform .3s ease;
  }
  .ig-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,.14); }
  .ig-card:hover::before { transform: scaleX(1); }
  .ig-card:hover .ig-icon { background: rgba(192,39,45,0.3); }
  .ig-card-num {
    font-size: 56px; font-weight: 800;
    color: rgba(255,255,255,.05); line-height: 1;
    position: absolute; top: 16px; right: 20px;
  }
  .ig-icon {
    width: 54px; height: 54px;
    background: rgba(192,39,45,0.15);
    border: 1px solid rgba(192,39,45,0.3);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 22px;
    transition: background .25s;
  }
  .ig-icon svg { width: 24px; height: 24px; stroke: #c0272d; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .ig-card h4 {
    font-size: 19px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .04em;
    color: #fff; margin-bottom: 12px;
  }
  .ig-card p { font-size: 13.5px; color: rgba(255,255,255,.8); line-height: 1.7; margin: 0; }
  .ig-divider {
    width: 100%; height: 1px;
    background: linear-gradient(90deg, #c0272d 0%, rgba(192,39,45,0) 60%);
    margin-top: 60px; opacity: .4;
  }
    /* Hero stats bar */
    .hero-stats {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      background: rgba(192,39,45,.92);
      backdrop-filter: blur(10px);
    }
    .hero-stat-item {
      padding: 22px 30px;
      border-right: 1px solid rgba(255,255,255,.15);
      display: flex; align-items: center; gap: 16px;
    }
    .hero-stat-item:last-child { border-right: none; }
    .hero-stat-icon { font-size: 26px; color: rgba(255,255,255,.7); }
    .hero-stat-num {
      font-size: 28px; font-weight: 800;
      color: var(--white); line-height: 1;
    }
    .hero-stat-label {
      font-size: 12px; font-weight: 500;
      color: rgba(255,255,255,.7);
      text-transform: uppercase; letter-spacing: .07em;
    }

    /* ── SERVICES STRIP ── */
    .services-strip {
      background: var(--off-white);
      padding: 90px 0 80px;
    }
    .section-eyebrow {
      font-size: 12px; font-weight: 700;
      letter-spacing: .2em; text-transform: uppercase;
      color: var(--red);
      margin-bottom: 12px;
      display: flex; align-items: center; gap: 10px;
    }
    .section-eyebrow::after {
      content: '';
      display: block;
      width: 36px; height: 2px;
      background: var(--red);
    }
    .section-title {
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1.05;
      color: var(--charcoal);
    }
    .service-card {
      background: var(--white);
      border-top: 4px solid transparent;
      padding: 40px 32px;
      transition: border-color .25s, transform .25s, box-shadow .25s;
      height: 100%;
      position: relative;
      overflow: hidden;
    }
    .service-card::after {
      content: '';
      position: absolute;
      bottom: -40px; right: -40px;
      width: 120px; height: 120px;
      background: var(--red);
      opacity: .04;
      border-radius: 50%;
      transition: transform .3s, opacity .3s;
    }
    .service-card:hover {
      border-top-color: var(--red);
      transform: translateY(-6px);
      box-shadow: 0 20px 50px rgba(0,0,0,.10);
    }
    .service-card:hover::after {
      transform: scale(3);
      opacity: .06;
    }
    .service-icon {
      width: 64px; height: 64px;
      background: var(--charcoal);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 24px;
      transition: background .25s;
    }
    .service-card:hover .service-icon { background: var(--red); }
    .service-icon i { font-size: 26px; color: var(--white); }
    .service-card h4 {
      font-size: 22px; font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .03em;
      margin-bottom: 14px;
      color: var(--charcoal);
    }
    .service-card p {
      font-size: 15px; color: #666;
      line-height: 1.7; margin: 0;
    }

    /* ── ABOUT ── */
    .about-section {
      background: var(--white);
      padding: 100px 0;
    }
    .about-image-wrap {
      position: relative;
    }
    .about-image-wrap img {
      width: 100%;
      aspect-ratio: 4/3;
      object-fit: cover;
      display: block;
    }
    .about-badge {
      position: absolute;
      bottom: -24px; right: -24px;
      background: var(--red);
      color: var(--white);
      padding: 28px 32px;
      text-align: center;
    }
    .about-badge .num {
      font-size: 52px; font-weight: 800; line-height: 1;
    }
    .about-badge .lbl {
      font-size: 12px; font-weight: 600;
      letter-spacing: .1em; text-transform: uppercase;
      opacity: .85; margin-top: 4px;
    }
    .about-check {
      display: flex; align-items: flex-start; gap: 14px;
      margin-bottom: 20px;
    }
    .about-check .chk {
      width: 22px; height: 22px; min-width: 22px;
      background: var(--red);
      display: flex; align-items: center; justify-content: center;
      margin-top: 2px;
    }
    .about-check .chk i { font-size: 10px; color: var(--white); }
    .about-check p { font-size: 15px; color: #555; line-height: 1.6; margin: 0; }

    /* ── PROCESS ── */
    #sp-process {
      background: var(--charcoal);
      padding: 90px 0;
      position: relative;
      overflow: hidden;
    }
    #sp-process::before {
      content: '';
      position: absolute; inset: 0;
      background: repeating-linear-gradient(
        90deg,
        transparent, transparent 60px,
        rgba(255,255,255,.018) 60px, rgba(255,255,255,.018) 61px
      );
    }
    #sp-process .section-title { color: var(--white); }
    .process-step {
      position: relative;
      text-align: center;
      padding: 0 20px;
    }
    .step-number {
      font-size: 80px; font-weight: 800;
      color: rgba(255,255,255,.06);
      line-height: 1;
      margin-bottom: -24px;
    }
    .step-icon {
      width: 70px; height: 70px;
      background: var(--red);
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 20px;
      position: relative; z-index: 1;
    }
    .step-icon i { font-size: 28px; color: var(--white); }
    .process-step h5 {
      font-size: 18px; font-weight: 700;
      text-transform: uppercase; letter-spacing: .05em;
      color: var(--white); margin-bottom: 12px;
    }
    .process-step p { font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.7; }
    .process-connector {
      position: absolute;
      top: 110px; right: -50%;
      width: 100%; height: 2px;
      background: linear-gradient(90deg, var(--red) 0%, transparent 100%);
      opacity: .25;
    }

    /* ── WHY US ── */
    .why-section {
      background: var(--off-white);
      padding: 90px 0;
    }
    .why-card {
      display: flex; gap: 20px;
      margin-bottom: 36px;
    }
    .why-icon {
      width: 52px; min-width: 52px; height: 52px;
      background: var(--charcoal);
      display: flex; align-items: center; justify-content: center;
      transition: background .2s;
    }
    .why-card:hover .why-icon { background: var(--red); }
    .why-icon i { font-size: 20px; color: var(--white); }
    .why-card h5 {
      font-size: 18px; font-weight: 700;
      text-transform: uppercase; letter-spacing: .03em;
      margin-bottom: 8px;
    }
    .why-card p { font-size: 14px; color: #666; line-height: 1.65; margin: 0; }
    .why-image {
      position: relative;
    }
    .why-image img {
      width: 100%; height: 500px; object-fit: cover;
    }
    .why-image-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(192,39,45,.7) 0%, rgba(26,27,29,.85) 100%);
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      text-align: center; padding: 40px;
    }
    .why-image-overlay .big-num {
      font-size: 90px; font-weight: 800; line-height: 1;
      color: var(--white);
    }
    .why-image-overlay p {
      color: rgba(255,255,255,.8); font-size: 16px;
      text-transform: uppercase; letter-spacing: .1em;
      font-weight: 600;
    }

    /* ── CTA BANNER ── */
    .cta-banner {
      background: var(--red);
      padding: 70px 0;
      position: relative;
      overflow: hidden;
    }
    .cta-banner::before {
      content: '';
      position: absolute;
      right: -100px; top: -100px;
      width: 500px; height: 500px;
      background: rgba(0,0,0,.1);
      border-radius: 50%;
    }
    .cta-banner h2 {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 800;
      text-transform: uppercase;
      color: var(--white); margin-bottom: 10px;
    }
    .cta-banner p { color: rgba(255,255,255,.8); font-size: 16px; margin: 0; }
    .btn-cta-white {
      background: var(--white);
      color: var(--red);
      font-size: 15px; font-weight: 800;
      letter-spacing: .1em; text-transform: uppercase;
      padding: 16px 40px; border: none; border-radius: 0;
      text-decoration: none; display: inline-block;
      transition: transform .2s, box-shadow .2s;
    }
    .btn-cta-white:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,.2); color: var(--red-dark); }

    /* ── CONTACT ── */
	
    #sp-contact-sec { background: var(--dark); padding: 90px 0; }
    .contact-section .section-title { color: var(--white); }
    .contact-form .form-control,
    .contact-form .form-select {
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.1);
      color: var(--white);
      border-radius: 0;
      padding: 14px 18px;
      font-size: 15px;
      transition: border-color .2s;
    }
    .contact-form .form-control:focus,
    .contact-form .form-select:focus {
      background: rgba(255,255,255,.09);
      border-color: var(--red)!important;
      box-shadow: none;
      color: var(--white);
    }
    .contact-form .form-control::placeholder { color: rgba(255,255,255,.3); }
    .contact-form .form-select option { background: var(--charcoal); }
    .btn-submit {
      background: var(--red);
      color: var(--white);
      font-size: 16px; font-weight: 700;
      letter-spacing: .1em; text-transform: uppercase !important;
      padding: 16px 48px; border: none; border-radius: 0;
      width: 100% !important; transition: background .2s;
    }
    .btn-submit:hover { background: var(--red-dark); }
    .contact-info-item {
      display: flex; align-items: flex-start; gap: 18px;
      margin-bottom: 32px;
    }
    .contact-info-icon {
      width: 48px; min-width: 48px; height: 48px;
      background: var(--red);
      display: flex; align-items: center; justify-content: center;
    }
    .contact-info-icon i { font-size: 18px; color: var(--white); }
    .contact-info-label {
      font-size: 11px; font-weight: 700; letter-spacing: .12em;
      text-transform: uppercase; color: var(--red); margin-bottom: 4px;
    }
    .contact-info-val {
      font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.5;
    }
    .contact-info-val a { color: rgba(255,255,255,.75); text-decoration: none; }
    .contact-info-val a:hover { color: var(--red-light); }

    /* ── FOOTER ── */
    footer {
      background: #111214;
      padding: 60px 0 0;
    }
    footer .footer-logo img { height: 36px; filter: brightness(1.1); }
    footer .footer-desc {
      font-size: 14px; color: rgba(255,255,255,.4);
      line-height: 1.75; margin-top: 16px;
    }
    footer h6 {
      font-size: 14px; font-weight: 700;
      letter-spacing: .15em; text-transform: uppercase;
      color: var(--white); margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 2px solid var(--red);
      display: inline-block;
    }
    footer ul { list-style: none; padding: 0; margin: 0; }
    footer ul li { margin-bottom: 10px; }
    footer ul li a {
      font-size: 14px; color: rgba(255,255,255,.4);
      text-decoration: none; transition: color .2s;
      display: flex; align-items: center; gap: 8px;
    }
    footer ul li a::before {
      content: '›'; color: var(--red); font-size: 16px;
    }
    footer ul li a:hover { color: var(--white); }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.07);
      margin-top: 50px; padding: 20px 0;
    }
    .footer-bottom p { font-size: 13px; color: rgba(255,255,255,.25); margin: 0; }
    .social-links { display: flex; gap: 10px; }
    .social-links a {
      width: 36px; height: 36px;
      background: rgba(255,255,255,.07);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.5);
      text-decoration: none; transition: background .2s, color .2s;
    }
    .social-links a:hover { background: var(--red); color: var(--white); }

    /* ── Navbar toggler ── */
    .navbar-toggler { border: 1.5px solid rgba(255,255,255,.2); }
    .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,.75%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

    /* ── Animations ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(30px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .hero-content > * {
      animation: fadeUp .7s ease both;
    }
    .hero-content > *:nth-child(1) { animation-delay: .1s; }
    .hero-content > *:nth-child(2) { animation-delay: .25s; }
    .hero-content > *:nth-child(3) { animation-delay: .4s; }
    .hero-content > *:nth-child(4) { animation-delay: .55s; }

    /* Responsive */
    @media(max-width: 991px) {
      .hero-accent { display: none; }
      #sp-hero { min-height: auto; padding: 80px 0 180px; }
      .about-badge { right: 0; bottom: -24px; }
      .process-connector { display: none; }
    }
    @media(max-width: 767px) {
      #sp-hero { padding: 60px 0 160px; }
      .hero-stat-item { padding: 16px 18px; border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
    }
	@media(min-width: 991px) {
	#sp-header {
    background: #1a1b1d;
    background-color: rgb(26 27 29 / 80%);
}
#sp-header.header-sticky {
    background-color: #1a1b1d;
}
.sp-page-title {
    padding: 140px 0 180px;
}
	#sp-main {
    margin-top: -80px;
}
	}