<style type="text/css">


#content-start .aktivnilink {color:#38AA34 !important; font-weight:bold; text-decoration: none !important; transition:200ms;}
#content-start .aktivnilink:hover {color:#E2000F !important; text-decoration: none !important;}

.badger-accordion__panel {
    padding: 10px;
}


.badger-accordion__header {
scroll-margin-top: 35px;
}


 body {
    font-family: 'DM Sans', sans-serif;
    color: #1A1A1A;
    background: #FFFFFF;
    line-height: 1.6;
  }



    .hero-blok {
    background: linear-gradient(135deg, #1A1A1A 0%, #2D2D2D 50%, #E11A26 100%);
    padding: 80px 5% 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 60px;
    overflow: hidden;
    min-height: 500px;
    position: relative;
  }
  .hero-blok::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(225,26,38,0.3) 0%, transparent 70%);
    border-radius: 50%;
  }
  .hero-content { padding-bottom: 72px; position: relative; z-index: 1; }
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.9);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .hero-badge span { width: 6px; height: 6px; background: #4ADE80; border-radius: 50%; }
  .hero-blok h1 {
    font-family: 'Figtree', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1px;
  }
  .hero-blok h1 em { color: #E11A26; font-style: normal; }
  .hero-blok p {
    font-size: 2rem;
    color: rgba(255,255,255,0.75);
    max-width: 460px;
    margin-bottom: 36px;
    line-height: 1.7;
  }
  .hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
  .btn-primary {
    background: #FFFFFF;
    color: #FFFFFF;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.8rem;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    /*box-shadow: 0 4px 20px rgba(225,26,38,0.4);*/
    border: 1px solid #38AA34;
  }
  .btn-primary:hover { 
    /*transform: translateY(-2px); */
    box-shadow: 0 8px 28px rgba(255,255,255,0.25); 
    border: 1px solid rgba(227, 0, 15, 1);
	}
  .btn-outline {
    background: rgba(255,255,255,0.08);
    color: #FFFFFF;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.8rem;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.25);
    transition: background 0.2s;
  }
  .btn-outline:hover { 
    background: rgba(255,255,255,0.15); 
		box-shadow: 0 8px 28px rgba(255,255,255,0.25);
	}
 
  .hero-visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 1;
  }
  .paketomat-card {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px 20px 0 0;
    padding: 32px;
    width: 100%;
    max-width: 380px;
  }
  .paketomat-icon-big {
    width: 80px; height: 80px;
    background: #E11A26;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(225,26,38,0.4);
  }
  .paketomat-card h3 {
    font-family: 'Figtree', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
  }
  .paketomat-card p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 24px;
    line-height: 1.5;
  }
  .stat-row { display: flex; gap: 20px; }
  .stat {
    flex: 1;
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 14px;
    text-align: center;
  }
  .stat-num {
    font-family: 'Figtree', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 4px;
  }
  .stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.55); }
 
  /* ── STEPS ── */
  .section { padding: 80px 5%; }
  .section-label {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #E11A26;
    margin-bottom: 12px;
  }
  .section-title {
    font-family: 'Figtree', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
  }
  .section-sub {
    font-size: 2rem;
    color: #6B6B6B;
    /*max-width: 560px;*/
    line-height: 1.7;
  }
 
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
  }
  .step-card {
    background: #FFFFFF;
    border: 1.5px solid #E8E8E8;
    border-radius: 16px;
    /*padding: 32px 28px;*/
    padding-left: 28px;
    padding-right: 28px;
    position: relative;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  }
  .step-card:hover {
    border-color: #E11A26;
    box-shadow: 0 12px 48px rgba(0,0,0,0.14);
    transform: translateY(-4px);
  }
  .step-num {
    position: absolute;
    top: 24px; right: 24px;
    font-family: 'Figtree', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #E8E8E8;
    line-height: 1;
  }
  .step-icon {
    width: 56px; height: 56px;
    background: #FDECEA;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .step-card h3 {
    font-family: 'Figtree', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .step-card p { font-size: 1.8rem; color: #6B6B6B; line-height: 1.65; }
 
  /* ── BENEFITS ── */
  .benefits-section {
    background: #F5F5F5;
    padding: 80px 5%;
  }
  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
  }
  .benefit-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 28px 24px;
    transition: box-shadow 0.2s, transform 0.2s;
  }
  .benefit-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.08); transform: translateY(-3px); }
  .benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 16px;
    display: block;
  }
  .benefit-card h4 {
    font-family: 'Figtree', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .benefit-card p { font-size: 1.8rem; color: #6B6B6B; line-height: 1.65; }
 
  /* highlight card */
  .benefit-card.highlight {
    background: #E11A26;
    color: #FFFFFF;
  }
  .benefit-card.highlight h4 { color: #FFFFFF; }
  .benefit-card.highlight p { color: rgba(255,255,255,0.8); }
 
  /* ── MAP ── */
  .map-section { padding: 80px 5%; }
  #map {
    height: 480px;
    border-radius: 16px;
    border: 1.5px solid #E8E8E8;
    overflow: hidden;
    margin-top: 5px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  }
  .map-legend {
    display: flex;
    gap: 24px;
    margin-top: 16px;
    flex-wrap: wrap;
  }
  .legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #6B6B6B;
  }
  .legend-dot {
    width: 12px; height: 12px;
    border-radius: 50%;
  }
 
  /* ── PRICING ── */
  .pricing-section {
    background: #1A1A1A;
    padding: 80px 5%;
    color: #FFFFFF;
  }
  .pricing-section .section-title { color: #FFFFFF; }
  .pricing-section .section-sub { color: rgba(255,255,255,0.6); }
  .pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
  }
  .pricing-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 32px 28px;
    text-align: center;
  }
  .pricing-card.featured {
    background: #E11A26;
    border-color: #E11A26;
    position: relative;
  }
  .pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #4ADE80;
    color: #064E3B;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 100px;
    white-space: nowrap;
  }
  .pricing-range {
    font-size: 1.8rem;
    color: rgba(255,255,255,0.55);
    margin-bottom: 16px;
  }
  .pricing-featured .pricing-range { color: rgba(255,255,255,0.8); }
  .pricing-price {
    font-family: 'Figtree', sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 4px;
    color: #FFFFFF;
  }
  .pricing-unit { font-size: 1.8rem; color: rgba(255,255,255,0.5); }
  .pricing-card.featured .pricing-unit { color: rgba(255,255,255,0.75); }
  .pricing-note {
    margin-top: 16px;
    font-size: 1.8rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.5;
  }
  .pricing-info {
    margin-top: 32px;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 20px 24px;
    font-size: 1.8rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
    border: 1px solid rgba(255,255,255,0.08);
  }
  .pricing-info strong { color: rgba(255,255,255,0.9); }
 
  /* ── FAQ ── */
	.faq-section { padding: 30px 1%; }
  .faq-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    margin-top: 48px;
    align-items: start;
  }
  .faq-list { display: flex; flex-direction: column; gap: 12px; }

  /*
  .faq-item {
    border: 1.5px solid #E8E8E8;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s;
  }
  .faq-item.open { border-color: #E11A26; }
  .faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: #1A1A1A;
    transition: background 0.15s;
  }
  .faq-item.open .faq-question { background: #FDECEA; }
  .faq-arrow {
    width: 24px; height: 24px;
    border-radius: 50%;
    background: #F5F5F5;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
    transition: transform 0.25s, background 0.2s;
  }
	*/

   /*
  .faq-item.open .faq-arrow { transform: rotate(180deg); background: #E11A26; color: white; }
  .faq-answer {
    display: none;
    padding: 0 24px 20px;
    font-size: 0.875rem;
    color: #6B6B6B;
    line-height: 1.75;
  }
  .faq-item.open .faq-answer { display: block; }
   */
 
  .faq-sidebar {
    background: #E11A26;
    border-radius: 16px;
    padding: 36px 32px;
    color: #FFFFFF;
    position: sticky;
    top: 84px;
  }
  .faq-sidebar h4 {
    font-family: 'Figtree', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.25;
  }
  .faq-sidebar p { font-size: 1.8rem; color: rgba(255,255,255,0.8); margin-bottom: 28px; line-height: 1.65; }
  .faq-contact-items { display: flex; flex-direction: column; gap: 12px; }
  .faq-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    transition: background 0.2s;
  }
  .faq-contact-item:hover #FFFFFF;; }
  .faq-contact-icon { font-size: 1.1rem; }
 
  /* ── FOOTER CTA ── */
  .footer-cta {
    background: #F5F5F5;
    padding: 80px 5%;
    text-align: center;
  }
  .footer-cta h2 {
    font-family: 'Figtree', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
  }
  .footer-cta p {
    font-size: 2rem;
    color: #6B6B6B;
    max-width: 480px;
    margin: 0 auto 36px;
    line-height: 1.7;
  }
  .footer-cta .btn-primary { color: #FFFFFF; display: inline-block; }
 
  /* ── FOOTER ── */
  content-start footer {
    background: #1A1A1A;
    padding: 48px 5% 32px;
    color: rgba(255,255,255,0.5);
    font-size: 0.85rem;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
  }
  .footer-brand .nav-logo { font-size: 1.3rem; margin-bottom: 12px; display: block; }
  .footer-brand p { font-size: 0.85rem; line-height: 1.65; color: rgba(255,255,255,0.45); }
  .footer-col h5 {
    font-family: 'Figtree', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.3);
    margin-bottom: 16px;
  }
  .footer-col a {
    display: block;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 0.875rem;
    transition: color 0.2s;
  }
  .footer-col a:hover { color: #FFFFFF; }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
  }
  .footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; }


  /* ── FAQ SEKCIJA ── */
  .badger-accordion__panel-inner {
    font-size: 1.8rem !important;
	}

	.badger-accordion__trigger.-ba-is-active {
    background: #FDECEA;
	}


 
  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .hero-blok { grid-template-columns: 1fr; padding-bottom: 60px; }
    .hero-visual { display: none; }
    .steps-grid, .benefits-grid, .pricing-cards { grid-template-columns: 1fr; }
    .faq-grid { grid-template-columns: 1fr; }
    .faq-sidebar { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    nav { gap: 16px; }
    .nav-links { display: none; }
  }
  @media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
    .steps-grid { grid-template-columns: 1fr; }
  }
 
  /* Animations */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .hero-content > * { animation: fadeUp 0.6s ease both; }
  .hero-content > *:nth-child(1) { animation-delay: 0.1s; }
  .hero-content > *:nth-child(2) { animation-delay: 0.2s; }
  .hero-content > *:nth-child(3) { animation-delay: 0.3s; }
  .hero-content > *:nth-child(4) { animation-delay: 0.4s; }
  .hero-visual { animation: fadeUp 0.7s 0.35s ease both; }




























table.timecard {
	margin: auto;
	width: 600px;
	border-collapse: collapse;
	border: 1px solid #fff; /*for older IE*/
	border-style: hidden;
}

.intro, .dostava {
    border-bottom: 4px solid #eee;
}

.banner img {
  border-radius: 10px !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
  width: 95% !important;
  height: auto !important;
  margin-top: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}  

.badger-accordion__panel-inner {
    max-width: 95% !important;
}

.badger-accordion__trigger-title {
    font-size: 20px !important;
    color: black !important;
}

.badger-accordion__trigger.-ba-is-active .badger-accordion__trigger-icon {
    color: black !important;
}

.badger-accordion__trigger-icon {
    color: black !important;
}

.fs-juliett-alpha {
    font-size: 24px !important;
}

.dostava .icon::after {
    position: absolute !important;
    z-index: -1 !important;
    content: '' !important;
    display: block !important;
    top: -14px !important;
    left: 50% !important;
    width: 75px !important;
    height: 75px !important;
    border-radius: 10px !important;
    pointer-events: none !important;
    background-color: #38aa34 !important;
    transform: translateX(-50%) rotate(-45deg) !important;
}

.wolt .icon::after {
    position: absolute !important;
    z-index: -1 !important;
    content: '' !important;
    display: block !important;
    top: -14px !important;
    left: 50% !important;
    width: 75px !important;
    height: 75px !important;
    border-radius: 10px !important;
    pointer-events: none !important;
    background-color: #00bfe5 !important;
    transform: translateX(-50%) rotate(-45deg) !important;
}

.pb-1, .py-1 {
    padding-bottom: 4rem !important;
}

.featured-box i {
    display: inline-block !important;
    font-size: 45px !important;
    color: #ffffff !important;
    transition: transform .3s ease !important;
    backface-visibility: hidden !important;
}

table.timecard caption {
	background-color: #f79646;
	color: #fff;
	font-size: x-large;
	font-weight: bold;
	letter-spacing: .3em;
}

table.timecard thead th {
	padding: 8px;
	background-color: #fde9d9;
	font-size: large;
}

table.timecard thead th#thDay {
	width: 40%;	
}

table.timecard thead th#thRegular, table.timecard thead th#thOvertime, table.timecard thead th#thTotal {
	width: 20%;
}

table.timecard th, table.timecard td {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #f79646 #ccc;
}

table.timecard td {
	text-align: right;
}

table.timecard tbody th {
	text-align: left;
	font-weight: normal;
}

table.timecard tfoot {
	font-weight: bold;
	font-size: large;
	background-color: #687886;
	color: #fff;
}

table.timecard tr.even {
	background-color: #fde9d9;
}

#content-start a {color:#38AA34 !important; font-weight:bold; transition:200ms;}
#content-start a:hover {color:#E2000F !important;}



a.anchor {
    display: block;
    position: relative;
    top: -10px;
    visibility: hidden;
}
@media only screen and (min-width: 800px) {
a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}
}



</style>