
.method-icon i {
  font-size: 3rem; /* prilagodi po potrebi */
  color: #666666 !IMPORTANT;
}
  



/*
#content-start a {color:#38AA34 !important; font-weight:bold; transition:200ms;}
#content-start a:hover {color:#E2000F !important;}
*/









*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
  html { scroll-behavior: smooth; }
 
  body {
    /*
    font-family: 'DM Sans', sans-serif;
    background: #FAF9F6;
    color: #666666 !IMPORTANT;
    
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    */
  }

  .c-subHeaderSlider__text {
    font-family: "Open Sans",sans-serif !IMPORTANT;
    color: #666666 !IMPORTANT;
    
  }

	.c-subHeaderSlider--dropdown {
    background: #FFFFFF;
	}

	.c-subHeaderSlider__item, .c-subHeaderSlider__link {
    max-width: 280px !IMPORTANT;
  }

	.pt-2, .py-2 {
    padding-top: 0rem !important;
	}

 
  /* ---- HERO ---- */
  .hero {
    background: #e3000f;
    padding: 5rem 2rem 4rem;
    position: relative;
    overflow: hidden;
    max-width: 1440px;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 380px; height: 380px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
  }
  .hero::after {
    content: '';
    position: absolute;
    bottom: -120px; left: 20%;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
  }
  .hero-inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

	/*
  .hero-eyebrow {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 1rem;
  }
	*/

  .hero h1 {
    /*font-family: 'DM Serif Display', serif;*/
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    max-width: 600px;
  }
  .hero-sub {
    font-size: 1.8rem;
    color: rgba(255,255,255,0.75);
    max-width: 500px;
    line-height: 1.7;
  }
 
  /* ---- QUICK NAV ---- */
  /*
	.quick-nav {
    background: #fff;
    border-bottom: 1px solid #F0EFEC;
    padding: 0 2rem;
    position: sticky;
    top: 0;
    z-index: 90;
  }
  .quick-nav-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .quick-nav-inner::-webkit-scrollbar { display: none; }
  .nav-pill {
    padding: 14px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
  }
  .nav-pill:hover { color: #e3000f; border-bottom-color: #e3000f; }
	*/





  /* ---- MAIN ---- */
  .main {
    max-width: 1440px;
    margin: 0 auto;
    padding: 3rem 1rem 1rem;
  }
 
  /* ---- SECTION LABEL ---- */
  .section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.5rem;
    margin-top: 3.5rem;
  }

	.section-intro {
    font-size: 2rem;
    color: #666;
    line-height: 1.6;
    font-weight: 600;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 2rem;
	}

  .section-description {
    font-size: 1.8rem;
    color: #666;
    line-height: 1.6;
	}



  .section-label:first-child { margin-top: 0; }
  .section-label h2 {
    /*font-family: 'DM Serif Display', serif;*/
    font-size: 2.6rem;
    color: #666666 !IMPORTANT;
    font-weight: bold;
    white-space: nowrap;
  }
  .section-line {
    flex: 1;
    height: 1px;
    background: #F0EFEC;
  }
 
  /* ---- PREGLED METODA ---- */
  .methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    margin-bottom: 1rem;
  }
  .method-card {
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    padding: 1.25rem 1.25rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .method-card:hover {
    border-color: #e3000f;
    box-shadow: 0 4px 20px rgba(227,30,36,0.08);
  }
  .method-icon {
    width: 50px; height: 50px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 30px;
  }
  .method-icon.red { background: #EEEEEE; }
  .method-icon.amber { background: #EEEEEE; }
  .method-icon.blue { background: #EEEEEE; }
  .method-card h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #666666 !IMPORTANT;
    line-height: 1.3;
  }
  .method-card p {
    font-size: 1.6rem;
    color: #666;
    line-height: 1.5;
  }


  /*
  .method-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 20px;
    background: #EAF5EF;
    color: #38AA34;
    margin-top: auto;
  }
	*/

 
  /* ---- JEDNOKRATNE KARTICE — popis ---- */
  .cards-list {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    overflow: hidden;
    /* ---- Da nije u full širini ---- */
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    
    
  }
  .card-list-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 18px;
    border-bottom: 1px solid #F0EFEC;
    transition: background 0.15s;
  }
  .card-list-item:last-child { border-bottom: none; }
  .card-list-item:hover { background: #FAF9F6; }
  .card-logo {
    width: 52px; height: 32px;
    border-radius: 5px;
    background: #F0EFEC;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
  }
  .card-logo svg { width: 100%; height: 100%; }
  .card-list-name {
    font-size: 2rem;
    font-weight: 500;
    color: #666666 !IMPORTANT;
    flex: 1;
  }
  .card-list-item.special .card-list-name { color: #B8181D; }
  .card-list-item.special .card-logo { background: #FDEAEA; }

  /*
  .card-list-note {
    font-size: 11px;
    color: #BDBDBD;
  }
  */

 


  /* ---- RATE ---- */
  /*
  .legend-bar {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    font-size: 12px;
    color: #666;
  }
  .leg { display: flex; align-items: center; gap: 6px; }
  .leg-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
  */



  .tier-head-row {
    display: grid;
    grid-template-columns: 0.5fr 150px 120px 0.7fr;
    background: #EEEEEE;
    padding: 6px 1.25rem 6px calc(200px + 1.25rem);
    gap: 12px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #666;
    border-radius: 8px;
    margin-bottom: 8px;
    
    
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    
  }
 
  .bank-block {
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: box-shadow 0.2s;
    
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    
  }
  .bank-block:hover { box-shadow: 0 2px 16px rgba(0,0,0,0.06); }
 
  .bank-header {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: stretch;
  }
  .bank-name-col {
    background: #E3000F;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    /*text-align: center;*/
  }
  .bank-name {
    font-size: 2rem;
    /*text-align: center;*/
    color: #fff;
    font-weight: 400;
  }
  .bank-tiers { padding: 0; }
 
  .tier-row {
    display: grid;
    grid-template-columns: 0.5fr 150px 120px 0.7fr;
    align-items: center;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #CCCCCC;
    gap: 12px;
  }
  .tier-row:last-child { border-bottom: none; }
  .tier-card-names { font-size: 2rem; color: #666; }
  .tier-amount { font-size: 2rem; font-weight: 600; color: #666666; white-space: nowrap; }
  .tier-rate { font-size: 2rem; font-weight: 600; color: #e3000f; white-space: nowrap; }
  .tier-avail { display: flex; flex-direction: column; gap: 4px; align-items: flex-start; }
 	

  .napomena {
    font-size: 1.6rem;
    color: #666;
    margin-top: 8px;
    margin-left: 200px; /* Na mobitelu nema margina */
  }




	/* data-label pseudo-elementi za mobilni prikaz */
  [data-label]::before {
    display: none;
    content: attr(data-label);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #BDBDBD;
    margin-bottom: 2px;
  }


  .avail-pill {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    border-radius: 20px;
    font-size: 1.6rem;
    font-weight: 500;
    /*white-space: nowrap;*/
    white-space: normal;
  }
  .avail-all { background: #EEEEEE; color: #666666; }
  .avail-super { background: #EEEEEE; color: #666666; }
  .avail-web { background: #EEEEEE; color: #666666; }
  .avail-note { font-size: 1.6rem; color: #666; font-style: italic; }






 
  /* ---- KRIPTO ---- */

.crypto-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Kartice za lokacije */
.crypto-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.crypto-card-modern {
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    padding: 1.5rem;
}

.crypto-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.crypto-card-header h3 { font-size: 1.8rem; font-weight: 600; color: #666666; margin-bottom: 0.5rem; }


.crypto-card-modern p {
    font-size: 1.6rem;
    color: #666;
    line-height: 1.5;
}


/* Step-by-step sekcija */
.crypto-steps-section {
    background: #EEEEEE;
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: 24px;
    border: 1px solid #CCCCCC;
}



.crypto-steps-section p {
    font-size: 1.6rem;
    color: #666;
    line-height: 1.5;
  	margin-bottom: 2rem;
}



.crypto-steps-section h3 {
    /*text-align: center;*/
    margin-bottom: 1rem;
    font-size: 1.8rem; 
  	font-weight: 600; 
  	color: #666666; 
}

.crypto-steps-section h4 {
    text-align: center;
    font-size: 1.8rem; 
  	font-weight: 600; 
  	color: #666666; 
}

.crypto-steps-wrapper {
    display: flex;
    gap: 20px;
}

.step-item {
    flex: 1;
    text-align: center;
}


.step-item p {
    font-size: 1.6rem;
    color: #666;
    line-height: 1.5;
}


.step-item::before {
    content: attr(data-step);
    width: 40px;
    height: 40px;
    background: #e3000f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    font-weight: bold;
    font-size: 1.8rem;
}

/* Sigurnosni boks */
.crypto-safety-notice {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #EEEEEE; /* Blaga plava za sigurnost */
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid #CCCCCC;
}

.safety-text h4 {
    color: #666666;
    margin-bottom: 5px;
    font-size: 1.8rem;
  	font-weight: 600;
}

.safety-text p {
    font-size: 1.6rem;
    color: #666666;
    line-height: 1.5;
}

.safety-icon {
    font-size: 3rem;
}





  /* ---- KEKS PAY ---- */
  .keks-card {
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    padding: 1.5rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    align-items: start;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .keks-icon-wrap {
    width: 56px; height: 56px;
    background: #EEEEEE;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
  }
  .keks-card h3 { font-size: 1.8rem; font-weight: 600; color: #666666; margin-bottom: 0.5rem; }
  .keks-card p { font-size: 1.6rem; color: #666; line-height: 1.6; margin-bottom: 0.75rem; }
  .keks-bullets { display: flex; flex-direction: column; gap: 6px; font-size: 1.6rem; color: #666666; }
  .keks-bullets li { list-style: none; display: flex; gap: 8px; }
  .keks-bullets li::before { content: '✓'; color: #38AA34; font-weight: 700; flex-shrink: 0; }
 

  /* ---- FOOTNOTE ---- */
  /*
  .footnote {
    background: #F0EFEC;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    font-size: 1.6rem;
    color: #666;
    margin-top: 2rem;
    line-height: 1.7;
  }
  .footnote a { color: #e3000f; text-decoration: none; }
  */

/* ---- FAQ SEKCIJA ---- */
	.faq-grid {
      margin-top: 3rem;
  }

 .faq-sidebar {
    background: #e3000f;
    border-radius: 16px;
    padding: 36px 32px;
    color: #FFFFFF;
    position: sticky;
    top: 84px;
  }

  .faq-sidebar h4 {
    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: row; 
    gap: 12px; 
    width: 100%;
  }

  /* Pojedinačni gumb */
  .faq-contact-item {
    flex: 1; /* KLJUČNO: Svi gumbi će biti jednake širine */
    display: flex;
    align-items: center;
    justify-content: center; /* Centriranje sadržaja unutar gumba */
    gap: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 14px 10px; /* Smanjen vodoravni padding da tekst ne puca */
    font-size: 1.6rem; /* Malo manji font da sve stane u red na manjim ekranima */
    font-weight: bold;
    color: #38AA34; /* Zelena boja teksta kao na slici */
    text-decoration: none;
    transition: transform 0.2s, background 0.2s;
    text-align: center;
  }

  .faq-contact-item:hover {
    background: #f8f8f8;
    transform: translateY(-2px); /* Lagani efekt na hover */
  }

  /* Ikone */
  .faq-contact-icon {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
  }






  /* ---- ANIMACIJE ---- */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .hero-eyebrow { animation: fadeUp 0.55s ease both 0s; }
  .hero h1 { animation: fadeUp 0.55s ease both 0.08s; }
  .hero-sub { animation: fadeUp 0.55s ease both 0.16s; }


 
  /* ---- RESPONSIVE ---- */
  @media (max-width: 700px) {
    .bank-header { grid-template-columns: 1fr; }
    .bank-name-col { padding: 0.75rem 1rem; }
    .tier-head-row { display: none; }
    .tier-row { grid-template-columns: 1fr 1fr; row-gap: 8px; }
    .tier-card-names { grid-column: 1 / -1; font-size: 1.6rem; color: #666666; font-weight: bold; padding-bottom: 4px; border-bottom: 1px solid #F0EFEC; }
    
    .tier-amount, .tier-rate, .tier-avail { display: flex; flex-direction: column; }
    
    .tier-avail {
        grid-column: 1 / -1; 
        width: 100%;
        display: block;
    }

    .avail-pill {
        display: block;
        width: 100%; 
        white-space: normal;  
        padding: 6px 12px;    
    }

    [data-label]::before { display: block; }
    .methods-grid { grid-template-columns: 1fr; }
    .napomena {margin-left: 0 !IMPORTANT;}
    .method-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    }
    .method-icon { flex-shrink: 0; }
    .method-badge { margin-top: 4px; }
    .crypto-grid, .crypto-steps-wrapper { grid-template-columns: 1fr; flex-direction: column; }
    .crypto-safety-notice { flex-direction: column; text-align: center; }
    .keks-card { grid-template-columns: 1fr; }
    
    .faq-grid { grid-template-columns: 1fr; }
    .faq-sidebar { position: static; }
    .faq-contact-items {
      flex-direction: column;
    }
    .faq-contact-item {
      width: 100%;
      justify-content: flex-start;
      padding: 14px 20px;
    }
  }






  /* ---- RESPONSIVE ---- */
  /*
  @media (max-width: 700px) {
		.faq-grid { grid-template-columns: 1fr; }
    .faq-sidebar { position: static; }
    .faq-contact-items { 
    display: flex; 
    flex-direction: column; 
    gap: 12px; 
	}
	}
  */


