
.tour-page{
  background:#f3f6f9;
}

.tour-shell{
  width:min(1240px,calc(100% - 36px));
  margin:0 auto;
}

.tour-hero{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border-radius:0 0 26px 26px;
  background:
    linear-gradient(90deg,rgba(0,35,67,.92) 0%,rgba(0,35,67,.70) 45%,rgba(0,35,67,.18) 100%),
    url("slike/Istanbul2.png") center/cover no-repeat;
  box-shadow:0 18px 45px rgba(3,47,85,.16);
}

.tour-hero-content{
  width:min(760px,100%);
  padding:78px 58px 70px;
  color:#fff;
}

.tour-hero h1{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(2.7rem,6vw,4.5rem);
  line-height:1;
  letter-spacing:-.045em;
  text-shadow:0 3px 14px rgba(0,0,0,.45);
}

.tour-hero .eyebrow{
  display:inline-flex;
  margin-bottom:18px;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-weight:700;
}

.tour-hero .hero-subtitle{
  max-width:620px;
  margin:0 0 24px;
  color:rgba(255,255,255,.92);
  font-size:1.08rem;
  line-height:1.75;
}

.tour-hero .hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:26px;
}

.tour-hero .hero-meta span{
  padding:9px 13px;
  border-radius:11px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-weight:700;
  backdrop-filter:blur(8px);
}

.tour-hero .btn,
.tour-main .btn,
.modal .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 24px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#ff7a00,#ffad45);
  color:#fff;
  font:inherit;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  box-shadow:0 11px 25px rgba(255,122,0,.28);
}

.tour-features{
  margin-top:20px;
}

.tour-features-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}

.tour-features article{
  min-height:92px;
  padding:16px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
  border:1px solid #e0e8ee;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 25px rgba(3,47,85,.07);
}

.tour-features i{
  color:#ff7a00;
  font-size:1.25rem;
}

.tour-features span{
  color:#064576;
  font-size:.82rem;
  font-weight:800;
}

.tour-main{
  padding:64px 0 76px;
}

.tour-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(290px,.55fr);
  gap:26px;
  margin-bottom:56px;
}

.tour-panel{
  padding:34px;
  border:1px solid #e4ebf0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 13px 32px rgba(3,47,85,.09);
}

.tour-panel h2,
.tour-main .section-title{
  color:#064576;
}

.tour-panel p{
  line-height:1.8;
}

.price-box{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  background:linear-gradient(145deg,#064576,#032f55);
  color:#fff;
}

.price-box .promo-label{
  color:#ffad45;
  font-weight:800;
  text-transform:uppercase;
}

.price-box .price{
  margin:8px 0 0;
  font-size:3rem;
  line-height:1;
  font-weight:900;
}

.price-box .regular{
  margin:12px 0 22px;
  color:rgba(255,255,255,.82);
}

.tour-main .section-title{
  margin:0 0 12px;
  text-align:center;
  font-size:clamp(2rem,4vw,2.8rem);
}

.tour-main .section-lead{
  max-width:760px;
  margin:0 auto 30px;
  text-align:center;
  color:#697782;
}

.tour-program{
  margin-bottom:58px;
}

.day-card{
  margin-bottom:14px;
  overflow:hidden;
  border:1px solid #e4ebf0;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(3,47,85,.06);
}

.day-card summary{
  position:relative;
  padding:20px 58px 20px 22px;
  display:grid;
  gap:4px;
  color:#064576;
  cursor:pointer;
  list-style:none;
}

.day-card summary::-webkit-details-marker{display:none}
.day-label{color:#ff7a00;font-size:.9rem;font-weight:800}
.day-card summary strong{font-size:1.03rem}
.plus{
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  font-size:1.7rem;
  transition:transform .2s ease;
}
.day-card[open] .plus{transform:translateY(-50%) rotate(45deg)}
.day-body{padding:0 22px 22px;border-top:1px solid #eef1f4}
.day-body p{margin:18px 0 0;line-height:1.8}

.tour-two-cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
  margin-bottom:55px;
}

.feature-list{
  margin:0;
  padding:0;
  list-style:none;
}

.feature-list li{
  position:relative;
  padding:9px 0 9px 30px;
}

.feature-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#00a566;
  font-weight:900;
}

.not-included li::before{
  content:"×";
  color:#df3e3e;
  font-size:1.22rem;
}

.tour-note-box{
  margin-bottom:55px;
  padding:30px;
  border-left:5px solid #ff7a00;
  border-radius:14px;
  background:#fff9f2;
}

.tour-note-box h3{
  margin-top:0;
  color:#064576;
}

.tour-note-box li{
  margin:9px 0;
  line-height:1.65;
}

.tour-cta{
  padding:42px 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-radius:22px;
  background:#064576;
  color:#fff;
}

.tour-cta h2{margin:0 0 8px}
.tour-cta p{margin:0;color:rgba(255,255,255,.84)}

.modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(0,20,38,.72);
  backdrop-filter:blur(6px);
}

.modal.open{display:flex}
.modal-card{
  position:relative;
  width:min(700px,100%);
  max-height:calc(100vh - 40px);
  overflow-y:auto;
  padding:34px;
  border-radius:22px;
  background:#fff;
  box-shadow:0 25px 70px rgba(0,0,0,.3);
}
.close-modal{
  position:absolute;
  top:14px;
  right:16px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#eef1f4;
  color:#064576;
  font-size:1.5rem;
  cursor:pointer;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.form-group{display:grid;gap:7px}
.form-group.full{grid-column:1/-1}
.form-group label{color:#064576;font-size:.92rem;font-weight:700}
.form-group input,
.form-group select,
.form-group textarea{
  width:100%;
  padding:12px 13px;
  border:1px solid #d8dde3;
  border-radius:10px;
  background:#fff;
  font:inherit;
}
.form-group textarea{min-height:105px;resize:vertical}
.form-actions{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap}
.btn-secondary{background:#064576!important;box-shadow:none!important}
.modal-open{overflow:hidden}

@media(max-width:980px){
  .tour-features-grid{grid-template-columns:repeat(3,1fr)}
  .tour-intro-grid,
  .tour-two-cols{grid-template-columns:1fr}
}

@media(max-width:680px){
  .tour-shell{width:calc(100% - 24px)}
  .tour-hero{min-height:570px;background-position:60% center}
  .tour-hero-content{padding:58px 22px 48px}
  .tour-hero h1{font-size:3rem}
  .tour-features-grid{grid-template-columns:repeat(2,1fr)}
  .tour-main{padding:40px 0 56px}
  .tour-panel{padding:23px 20px}
  .tour-cta{padding:30px 22px;flex-direction:column;align-items:flex-start}
  .form-grid{grid-template-columns:1fr}
  .form-group.full{grid-column:auto}
  .modal-card{padding:30px 20px 24px}
}


/* Link na Opće uslove putovanja */
.terms-link{
  color:#ff7a00;
  font-weight:800;
  text-decoration:none;
  transition:color .2s ease,text-decoration-color .2s ease;
}

.terms-link:hover,
.terms-link:focus{
  color:#064576;
  text-decoration:underline;
  text-underline-offset:3px;
}
