/* ---------------------------------- Features Section ---------------------------------------------- */
.features {
  padding: 60px 20px;
  color: #dfe7dc;
  text-align: center;
  background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.9) 100%),
        url('../img/car_workshop_office laptop.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.heading-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 3rem;
}
.heading-front {
  position: relative;
  color: #656d71; 
  z-index: 2;
  font-size: 2rem;
}
.heading-back {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -85%);
  font-size: 7.5rem;
  color: transparent;
  -webkit-text-stroke: 2px rgba(204, 128, 84, 0.2); 
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.feature-item {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 5px;
    padding: 25px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 153, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.feature-item .icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 15px;
  color: #66ff00;
}
/* ---------------------------------- Features Section ---------------------------------------------- */
/* ---------------------------------- App-Intro Section ---------------------------------------------- */
.app-intro {
  padding: 60px 20px;
  text-align: center;
  margin: 0 auto;
}
.app-intro h2 {
  color: #656d71;
  font-size: 2rem;
  margin-bottom: 20px;
}
.app-intro h3 {
  color: #c1c6c9;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.app-intro p {
  color: #c1c6c9;
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: 1.1rem;
  line-height: 1.6;
}
/* ---------------------------------- App-Intro Section ---------------------------------------------- */
/* ---------------------------------- Trial Section ---------------------------------------------- */
.trial-section {
  padding-top: 20px;
}
.trial-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 20px 0;
    gap: 10px;
    z-index: 1;
}
.trial-container::before,
.trial-container::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px; 
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.06) 50%, rgba(255,255,255,0) 100%);
}
.trial-container::before {
  top: 0;
}
.trial-container::after {
  bottom: 0;
}
.trial-item h2 {
    color: #656d71;
    font-size: 2rem;
    margin: 0;
}
.trial-item h3 {
    color: #c1c6c9;
    font-size: 1.3rem;
    margin: 0;
    padding: 10px 0;
}
.trial-description {
    font-size: 0.9rem;
    color: #ffffff;
    margin-bottom: 50px;
}
.trial-item-wrapper {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #161616;
  border: 1px solid #202020;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
/* animirani border */
.trial-item-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 5px;
  background: conic-gradient(#36e600 0deg 10deg, #161616 10deg 180deg, #0072ff 180deg 190deg, #161616 190deg 360deg);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: rotateBorder 6s linear infinite;
  z-index: -1;
  filter: blur(10px);
}
@keyframes rotateBorder {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.trial-promo {
  font-size: 3rem;
  margin: 0;
  color: #ffffff;
}
.trial-promo-p1 {
  margin: 0;
  font-size: 2rem;
  color: #36e600;
}
/* ---------------------------------- Trial Section ---------------------------------------------- */
/* ---------------------------------- Statistic Section ---------------------------------------------- */
.statistic-section {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    z-index: 1;
}
.statistic-section::before,
.statistic-section::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px; 
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.06) 50%, rgba(255,255,255,0) 100%);
}
.statistic-section::before {
  top: 0;
}
.statistic-section::after {
  bottom: 0;
}
.statistic-naslov {
    text-align: center;
    margin-top: 50px;
    padding: 0;
}
.statistic-naslov h2 {
    color: #656d71;
    font-size: 3rem;
    margin: 0;
}
.statistic-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding:10px;
    margin: 30px 0;
    gap: 10px;
}
.statistic-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    color: #ffffff;
    border: 1px solid #1a1a1a;
    padding: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.1s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.statistic-card:hover {
    transform: translateY(-8px) scale(1.02);
    border: 1px solid rgba(102, 255, 0, 0.1);
    background: linear-gradient(120deg, rgba(116, 209, 39, 0.06) 0%, rgba(0, 255, 0, 0) 100%);
    border-radius: 20px;
}
.statistic-label {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #555555;
    margin-bottom: 10px;
}
.statistic-value {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: 0;
    border-bottom: 3px solid #D16527;
}
.statistic-broj-span {
    display: inline-block;
    color: #ffffff;
    font-size: 5rem;
    transition: all 0.3s ease;
}
.statistic-plus-span {
    display: inline-block;
    color: #555555;
    font-size: 5rem;
    font-weight: 700;
    background: linear-gradient(90deg, #1a1a1a, #333333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
}
/* ---------------------------------- Statistic Section ---------------------------------------------- */
/* ---------------------------------- Preis Section ---------------------------------------------- */
.preis-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.90) 40%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.9) 100%),
        url('../img/blue-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.preis-naslov {
    text-align: center;
    margin-top: 50px;
}
.preis-naslov h2 {
    color: #656d71;
    font-size: 2.5rem;
    margin: 0;
}
.preis-podnaslov {
    text-align: center;
    color: #c1c6c9;
    font-size: 1.2rem;
}
.paketi-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0 30px;
    margin: 100px 0;
}
.paket-wrapper {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    min-width: 300px;
    min-height: 400px;
    border: 1px solid rgba(0, 153, 255, 0.1);
    background: linear-gradient(170deg, rgba(0, 153, 255, 0.15) 0%, rgba(0, 110, 255, 0) 100%);
    border-radius: 12px;
    padding: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}
.paket-wrapper:hover {
    box-shadow: 0 8px 30px rgba(0, 162, 255, 0.2); 
    transform: translateY(-8px) scale(1.01);
}
.paket-wrapper:hover .paket-popust {
    transform: rotateY(360deg);
    color: #ffffff;
    background-color: #ff5e00;
    background: linear-gradient(to bottom left, #ff5e00, #632400);
    box-shadow:
        inset 3px 3px 8px rgba(0, 0, 0, 0.1),   
        inset -3px -3px 8px rgba(99, 48, 0, 0.6), 
        5px 5px 10px rgba(0, 0, 0, 0.7);        
        
}
.paket-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    backdrop-filter: blur(0);
    background: transparent; 
    z-index: 0;
    transition: backdrop-filter 0.3s ease;
}
.paket-wrapper:hover::before {
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 162, 255, 0.7);
}
.paket-wrapper > * {
    position: relative;
    z-index: 1;
}
.paket-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.paket-naziv {
    font-family: "Montserrat", sans-serif;
    color: #c1c6c9;
    font-size: 2rem;
    margin: 0;
}
.paket-popust {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    color: #80ff00;
    font-size: 1rem;
    margin: 0;
    border-radius: 50%;
    transition: all 1.5s ease;
}
.paket-cena {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #80ff00;
    margin: 10px 0;
}
.valuta {
    font-family: "Montserrat", sans-serif;
    color: #656d71;
    font-size: 1.5rem;
    font-weight: 500;
}
.paket-trajanje {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #c1c6c9;
    border-bottom: 1px solid #424d5e;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 1.5rem;
}
.paket-wrapper ul {
    list-style: none; 
    padding: 0;
    margin: 20px 0;
}
.paket-wrapper li {
    font-family: "Montserrat", sans-serif;
    color: #dbdbdb;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.checkmark {
    color: #80ff00;
    font-size: 1.2rem;
    margin-right: 8px;
}
.btn-aktiviraj {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 10px 0;
    width: 100%;
    margin: 10px auto;
    border: 1px solid #424d5e;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.btn-aktiviraj:hover {
    transform: translateY(-5px);
  background: linear-gradient(to bottom, #80ff00, #356900);
  color: #0f1113;
}
/* ---------------------------------- Preis Section ---------------------------------------------- */
/* ---------------------------------- System Benefits Section ---------------------------------------------- */
.system-benefits-container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 30px;
    padding: 50px 10px;
    background: linear-gradient(140deg, rgba(60, 255, 0, 0.04) 0%, rgba(22, 22, 22, 0) 100%);
    z-index: 1;
}
.system-benefits-container::before,
.system-benefits-container::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px; 
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.06) 50%, rgba(255,255,255,0) 100%);
}
.system-benefits-container::before {
  top: 0;
}
.system-benefits-container::after {
  bottom: 0;
}
.system-benefits-list {
    width: 40%;
    padding: 10px 20px;
}
.system-benefits-list h2 {
    color: #656d71;
    font-size: 2.1rem;
}
.system-benefits-list p {
    color: #c1c6c9;
}
.benefits-list {
    list-style: none;
    color: #c1c6c9;
    line-height: 1.6;
    font-size: 0.9rem;
    font-weight: 300;
}
.benefits-list span {
    color: #ffffff;
    margin-right: 5px;
}
.system-benefits-intro {
    width: 40%;
    padding: 10px 50px;
}
.system-benefits-intro p {
    color: #c1c6c9;
    font-size: 1rem;
    font-weight: 300;
}
/* ---------------------------------- System Benefits Section ---------------------------------------------- */