*{
    box-sizing: border-box;
}
.content-wrap {
    margin-bottom: 0px;
}
header{
    background-color: #F9F8FC;
}
.section-title-h,
#award-winning-section h2{
    line-height: 1;
    font-weight: 500;
    /* font-size: 50px; */
    font-size: 3.47vw;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
#award-winning-section h2{
    background: linear-gradient(90deg, #7428F5 0%, #351767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-text-p{
    /* font-size: 20px; */
    font-size: 1.38vw;
    text-align: center;
    color: #455468;
}

.col-hero-guide h1{
    /* font-size: 64px; */
    font-size: 4.44vw;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
}
.col-hero-guide p{
    color: #000;
    margin-bottom: 30px;
}
.col-hero-guide a{
    width: fit-content;
    margin: 0 auto;
}

#hero-section-guide{
    background-color: #F9F8FC;
    margin-top: 0px;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}
#hero-section-guide::before{
    content: "";
    position: absolute;
    background: url("/static/img/icons/guide-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    /* width: 400px;
    height: 400px; */
    /* top: 50px; */
    inset: 0;                
}
#hero-section-guide::after{
    content: "";
    position: absolute;
    background: url("/static/img/icons/guide-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    inset: 0;                
    right: 0;
}
.row-hero-guide{
    position: relative;
    z-index: 2;
    /* margin-top: 100px; */
}

#onboarding-section{
    margin-top: 200px;
}
.col-onboarding ul{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0px 0px 0px;
}
.col-onboarding ul li{
    background-color: #281853;
    color: #F8F1EF;
    /* font-size: 20px; */
    font-size: 1.38vw;
    padding: 8px 20px 8px 8px;
    border-radius: 32px;
}
.col-onboarding ul li span{
    background-color: #4618C1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
}

#let-vacation-section .section-title h2{
    color: #000;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

#section-content{
    margin-top: 200px;
}

#timeline-section{
    background-color: #F6F5F1;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0px;
}
.col-timeline-tabs ul{
    background-color: #D2BAFB;
    width: fit-content;
    padding: 10px 10px;
    border-radius: 48px;
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    /* gap: 5px; */
}
.col-timeline-tabs ul li{
    border-radius: 48px;
    padding: 15px 20px;
    cursor: pointer;
    color: #000;
    /* font-size: 16px; */
    font-size: 1.11vw;
    font-weight: 400;
}
.col-timeline-tabs ul li.active{
    background-color: #fff;
}
.timeline-item{
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid #E9EFF6;
    padding: 20px;
    width: fit-content;
    margin: 0 auto;
    padding: 40px 60px;
    margin-top: 50px;
    display: none;
}
.timeline-item.active{
    display: block;
}
.timeline-top-title p{
    /* font-size: 16px; */
    font-size: 1.11vw;
    text-align: center;
    font-weight:400;
    color: #000;
}
.timeline-top-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.timeline-top-title img{
    width: 20px;
}
.timeline-content{
    padding: 24px 0px;
}
.row-timeline-item{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 100px 1fr;
    /* height: 70px; */
    padding: 20px 0px;
}
.dot-v2{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #b58cff, #7F00FF);
    box-shadow: 0 6px 16px rgba(124,58,237,.35);
    outline: 6px solid #efe9fe;   
    /* margin: 0 20px; */
    margin: 3px 0px 0 40px;
    position: relative;
}
/* .dot-v2 */
.row-timeline-item:not(:last-child) .dot-v2::after{
    content:"";
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 44px; 
    background-image: radial-gradient(#d7d7db 1.1px, transparent 1.1px);
    background-size: 2px 8px; 
    background-repeat: repeat-y;
}
.col-title-timeline{
    display: flex;
    justify-content: end;
}
.col-title-timeline span{
    background-color: #281853;
    color: #fff;
    padding: 5px 30px;
    border-radius: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #F8F1EF;
}

.col-text-timeline p{
    /* font-size: 18px; */
    font-size: 1.25vw;
    font-weight: 400;
    color: #000;
}
@media(min-width: 1000px){
    .col-text-timeline{
        width: 250px;
    }
}
.timeline-note{
    text-align: center;
}
.timeline-note p{
    font-size: 14px;
    font-weight: 300;
    color: #455468;
}

#expect-section{
    background-color: #EDF1F0;
    margin-top: 0px;
    padding-top: 120px;
    padding-bottom: 120px;
}
.col-expect h2{
    margin-bottom: 40px;
}
.col-expect-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
}
.col-expect-item{
    background-color: #fff;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
}
.col-expect-item img{
    width: 40px;
    margin-bottom: 10px;
}
.col-expect-item p{
    /* font-size: 18px; */
    font-size: 1.25vw;
    font-weight: 400;
    color: #000;
}
.col-expect-item p a{
    color: #000;
    text-decoration: underline;
}
.col-expect-item p a:hover{
    color: var(--Core-Violet) !important;
}
.col-expect-table-text{
    margin-top: 65px;
}

/* Osnovni izgled tabele */
.rating-table{
    /* width: 50%; */
    width: 850px;
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 50px;
}
.rating-table thead th:first-child{
    text-align: left;
}
.rating-table thead th{
    text-align: center;
    font-weight: 400;
    padding: 14px 12px;
    /* font-size: 18px; */
    font-size: 1.25vw;
    color: #111827;
}
.rating-table thead th img{
    width: 150px
}
.rating-table tbody th{
    text-align: left;
    /* font-size: 18px; */
    font-size: 1.25vw;
    font-weight: 400;
    padding: 14px 12px;
    color: #111827;
    width: 38%;
}
.rating-table tbody td{
    padding: 10px 12px;
    width: 31%;
}
  
/* “Pill” barovi */
.bar{
    height: 28px;
    /* background: #e6e9ee; */
    border: 1px solid #D7DFE9;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}
.bar .bar-fill{
    display: block;
    height: 100%;
    width: calc(var(--val) * 10%); /* 9.2 => 92% */
    border-radius: inherit;
    position: relative;
}
.bar--other .bar-fill{
    background: #8897AE;
}
.bar.bar--vt{
    border: 1px solid #D2BAFB;
}
.bar--vt .bar-fill{
    background: #8D51F5;
}
  
/* Broj unutar bara */
.bar .bar-num{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .2px;
}
  
/* Mobile fino podešavanje */
@media (max-width: 640px){
    .rating-table thead th,
    .rating-table tbody th{ 
        font-size: 12px; 
    }
    .rating-table thead th img {
        width: 100px;
    }
    .bar{ height: 24px; }
    .bar .bar-num{ font-size: 13px; }
}

.col-expect-quote{
    width: 850px;
    background-color: #fff;
    border: 1px solid #DDE5E3;
    padding: 40px;
    border-radius: 16px;
    margin: 0 auto;
    margin-top: 70px;    
    position: relative;
}
.col-expect-quote::before{
    content: "";
    position: absolute;
    background: url("/static/img/icons/quote.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 50px;
    height: 50px;
    top: -25px;
    z-index: 1;
}

.col-expect-quote h4{
    /* font-size: 35px; */
    font-size: 2.43vw;
    font-weight: 500;
    line-height: 1.3;
    color: #1C222B;
    margin-bottom: 20px;
}
.col-expect-quote p{
    /* font-size: 18px; */
    font-size: 1.25vw;
    font-weight: 400;
    color: #1C222B;
}
.col-expect-quote p strong{
    font-weight: 500;
}
  
#left-right-section{
    margin-top: 100px;
}
.col-lr-hero{
    margin-bottom: 80px;
}
#investment-section{
    background-color: #F0F3F9;
    padding-top: 150px;
    padding-bottom: 150px;
}


  
.vt-accordion{
    /* max-width: 760px; */
    width: 75%;
    margin: 100px auto 0px auto;
    display: grid;
    gap: 12px;
}
  
.acc-item{
    background: #fff;
    border: 1px solid #D7DFE9;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(16,17,21,.08);
    overflow: hidden;
}
  
/* Header (button) */
.acc-header{ margin: 0; }
.acc-btn{
    width: 100%;
    padding: 30px;
    display: flex; 
    align-items: center; 
    justify-content: space-between;
    background: transparent; 
    border: 0; 
    cursor: pointer;
    font-weight: 500; 
    /* font-size: 20px; */
    font-size: 1.38vw;
    color: #000; 
    text-align: left;
}
.acc-btn:focus-visible{ 
    outline: 2px solid #c7b7ff; 
    outline-offset: 2px; 
}
  
.chev{ 
    transition: transform .25s ease; 
    color:#5b6470; 
}
.acc-item.is-open .chev{ 
    transform: rotate(180deg); 
}
  
/* Panel (sa animacijom visine) */
.acc-panel{
    height: 0;
    overflow: hidden;
    transition: height .28s ease;
    border-top:1px solid #D7DFE9;
}
.panel-inner .section{
    padding: 32px;
}
  
/* Sekcije i liste */
.buyers-guide-page-v2 .section + .buyers-guide-page-v2 .section{ 
    margin-top: 18px; 
    /* padding-top: 18px;  */
    border-top: 1px solid #D7DFE9; 
}
.section-title{ 
    /* font-size: 20px; */
    font-size: 1.38vw;
    font-weight: 400;
    margin-bottom: 30px; 
}
.buyers-guide-page-v2 .section p.lede{ 
    /* font-size: 18px; */
    font-size: 1.25vw;
    color: #000; 
    margin: 8px 0 12px; 
    font-weight: 600;
    margin-bottom: 20px;
}
  
.ticklist{ 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    display: grid; 
    gap: 10px; 
}
.ticklist li{
    position: relative; 
    padding-left: 0px; 
    line-height: 1.45; 
    display: flex;
    align-items: center;
    gap: 10px;
    /* font-size: 18px; */
    font-size: 1.25vw;
    color: #000;
    font-weight: 400;
}
/* krug + ček */
.ticklist li img{
    width: 40px;
}
  
/* CTA link */
.cta-wrap{
    border-top: 1px solid #D7DFE9;
    padding: 32px;
    text-align: center;
}
.cta-link{
    display: inline-block;  
    color:#000; 
    text-decoration: underline; 
    /* font-size: 18px; */
    font-size: 1.25vw;
    font-weight: 400;
    transition: all 0.3s ease;
    text-align: center;
}
.cta-link:hover{ 
    color: var(--Core-Violet);
    transition: all 0.3s ease;
}

.cta-page-wrap a{
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
}



#learn-more-section{
    background-color: #F0F3F9;
    padding-top: 56px;
    padding-bottom: 56px;
}
.row-learn-more-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
}
.col-lm-item img{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.lm-item-text{
    background-color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.col-lm-text-wrap{
    padding: 25px;
    min-height: 200px;
}
.block-icons ul{
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-icons ul li:first-child{
    display: flex;
    align-items: center;
    gap: 5px;
}
.block-icons ul li img{
    width: 20px;
}
.block-icons ul li p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.block-icons ul li span{
    font-size: 14px;
    font-weight: 300;
    color: #8897AE;
}
.block-text{
    margin-top: 20px;
}
.block-text h4{
    /* font-size: 24px; */
    font-size: 1.66vw;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    margin-bottom: 10px;
}
.block-text p{
    /* font-size: 16px; */
    font-size: 1.11vw;
    color: #455468;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 30px;
}
.block-text a{
    /* font-size: 16px; */
    font-size: 1.11vw;
    font-weight: 500;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
.block-text a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/static/img/icons/down-arrow.svg);
    rotate: -90deg;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.block-text a:hover{
    color: var(--Core-Violet);
    transition: all 0.3s ease;
}

#footer-section-dont-compromise{
    margin-top: 0px;
}

.col-award{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.award-rating,
.award-list{
    margin-top: 20px;
}
.award-rating{
    order: -1;
    width: 100%;
}
.text-wrap p a{
    color: var(--Core-Violet);
    transition: all 0.3s ease;
}
.text-wrap p a:hover{
    color: var(--Core-Soft-Lavender) !important;
    transition: all 0.3s ease;
} 
@media(min-width: 1440px){
    .col-hero-guide h1{
        font-size: 64px;
    }
    .col-onboarding ul li{
        font-size: 20px;
    }
    .section-title-h,
    #award-winning-section h2{
        font-size: 50px;
    }
    .section-text-p{
        font-size: 20px;
    }
    .col-timeline-tabs ul li{
        font-size: 16px;
    }
    .timeline-top-title p{
        font-size: 16px;
    }
    .col-text-timeline p{
        font-size: 18px;
    }
    .col-expect-item p{
        font-size: 18px;
    }
    .rating-table thead th,
    .rating-table tbody th{
        font-size: 18px;
    }
    .col-expect-quote h4{
        font-size: 35px;
    }
    .col-expect-quote p{
        font-size: 18px;
    }
    .acc-btn{
        font-size: 20px;
    }
    .section-title{ 
        font-size: 20px;
    }
    .ticklist li{
        font-size: 18px;
    }
    .buyers-guide-page-v2 .section p.lede{ 
        font-size: 18px;
    }
    .cta-link{
        font-size: 18px;
    }
    .block-text h4{
        font-size: 24px;
    }
    .block-text p{
        font-size: 16px;
    }
    .block-text a{
        font-size: 16px;
    }
}

@media(max-width: 1000px){
    h1 br,
    h2 br,
    p br{
        display: none;
    }
    #hero-section-guide {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    #hero-section-guide::before {
        width: 200px;
    }
    #hero-section-guide::after{
        display: none;
    }
    .col-hero-guide h1{
        font-size: 45px;
    }
    .section-text-p{
        font-size: 16px;
        line-height: 1.5;
    }
    .section-title-h, 
    #award-winning-section h2{
        font-size: 35px;
    }
    .col-onboarding ul{
        flex-wrap: wrap;
    }
    .col-onboarding ul li{
        width: 250px;
        font-size: 16px;
    }

    .col-expect-items{
        grid-template-columns: 1fr;
    }

    .rating-table{
        width: 100%;
    }
    .row-learn-more-items {
        grid-template-columns: 1fr;
        width: 100%;
    }

    #section-content {
        margin-top: 100px;
    }
    .col-top-title-list ul li {
        text-align: left;
    }

    #timeline-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .col-timeline-tabs ul li{
        font-size: 14px;
    }
    .timeline-item{
        padding: 20px;
    }
    .col-title-timeline span {
        font-size: 11px;
        text-align: center;
        padding: 5px 10px;
        display: flex;
        align-items: center;
    }
    .col-text-timeline p{
        font-size: 14px;
    }
    .timeline-top-title p{
        font-size: 14px;
    }
    .timeline-note p {
        font-size: 12px;
    }

    #expect-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .col-expect-item{
        display: flex;
        align-items: start;
        gap: 10px;
        padding: 16px;
    }
    .col-expect-item img{
        width: 30px;
    }
    .col-expect-item p{
        font-size: 14px;
        text-align: left;
    }
    .col-expect-table-text {
        margin-top: 40px;
    }
    .col-expect-quote{
        width: 100%;
        padding: 24px;
    }
    .col-expect-quote h4{
        font-size: 28px;
    }
    .col-expect-quote p{
        font-size: 16px;
    }

    #investment-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .vt-accordion{
        width: 100%;
    }
    .acc-btn{ 
        padding: 14px 14px; 
    }
    .panel-inner{ 
        padding: 14px; 
    }
    .ticklist li{ 
        padding-left: 0px; 
        font-size: 14px;
    }
    .acc-btn{
        font-size: 16px;
        line-height: 1.5;
    }
    .panel-inner .section {
        padding: 0px;
    }    
    .panel-inner .section:not(:first-child){
        padding-top: 50px;
    }
    .section-title{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .ticklist li img {
        width: 30px;
    }
    .buyers-guide-page-v2 .section p.lede{
        font-size: 14px;
    }
    .cta-wrap{
        padding: 16px;
        margin-top: 20px;
    }
    .cta-link{
        font-size: 14px;
    }
    
    #award-winning-section{
        padding-top: 50px;
    }
    #learn-more-section h2{
        margin-bottom: 0px;
    }
    .block-text h4{
        font-size: 18px;
    }
    .block-text p{
        font-size: 14px;
        line-height: 1.6;
    }
    .block-text a{
        font-size: 16px;
    }
}

  /* sticky kontejner */
  .vt-sticky{
    position: sticky;
    top: var(--sticky-top, 72px);
    z-index: 50;
    display: flex; justify-content: center;
    /* padding: 10px 16px; */
  }
  
  .vt-tabs{
    /* position: relative; */
    position: absolute;
    /* width: min(1150px, 94vw); */
    background: #E5DDF2;
    border-radius: 999px;
    padding: 25px 20px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 22px;
    overflow: hidden;
    /* box-shadow: 0 14px 30px rgba(16,17,21,.12); */
  }
  
  /* “prazna” podloga linije ispod svih tabova */
  .vt-tabs::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* right: 18px; */
    bottom: 0px;
    height: 0px;
    /* border-radius: 1016px; */
    background: var(--Core-Soft-Lavender);
    opacity: .75;
    overflow: hidden;
    width: 94%;
  }
  
  /* puna traka – širinu kontroliše --p (0–1) */
  .vt-progress{
    position:absolute; 
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: calc((100%) * var(--p, 0));
    border-radius: 999px;
    background: linear-gradient(90deg, var(--Core-Violet));
    transition: width .12s linear; /* glatko punjenje */
  }
  
  /* tabovi */
  .vt-tab{
    position: relative;
    color: #281853;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 999px;
    padding: 0px;
    white-space: normal; /* dozvoli 2 reda */
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vt-tab:hover{
    color: var(--Core-Violet);
    transition: all 0.3s ease;
  }
  .vt-tab small{ font-weight: 500; opacity:.85; }
  
  /* aktivni tab – suptilan highlight */
  .vt-tab.is-active{ background: rgba(255,255,255,.08); }
  
  /* demo sekcije – samo radi testiranja */
  .vt-section{ min-height: 90vh; padding: 96px 8vw; border-bottom: 1px dashed #eee; }
  
  @media(max-width: 1000px){
    .vt-sticky{
        display: none;
    }
  }