/* Travel by Kate 2.3A-FIX6 — final public polish */
:root{
  --tbk-fix6-radius-xl:32px;
  --tbk-fix6-radius-lg:24px;
  --tbk-fix6-gold:#c99122;
  --tbk-fix6-gold-dark:#a96f08;
  --tbk-fix6-ink:#0f3159;
  --tbk-fix6-line:rgba(201,145,34,.28);
}

/* CTA hierarchy: one visual language, no stray blue primary buttons. */
.tbk-btn.tbk-btn-secondary-gold{
  background:#fffdf9;
  color:var(--tbk-fix6-ink);
  border:1px solid rgba(201,145,34,.72);
  box-shadow:0 8px 24px rgba(33,54,81,.07);
}
.tbk-btn.tbk-btn-secondary-gold:hover,
.tbk-btn.tbk-btn-secondary-gold:focus-visible{
  background:#fff8e9;
  border-color:var(--tbk-fix6-gold);
  color:#8b5a00;
}
.contacts-19c .tbk-contact-form .tbk-btn-gold,
.contacts-19d .tbk-contact-form .tbk-btn-gold{
  min-height:46px;
  box-shadow:0 10px 26px rgba(184,124,15,.20);
}

/* Homepage: soften the geometry and make sections flow as one composition. */
.home19-hero .home19-hero-grid{
  border-radius:var(--tbk-fix6-radius-xl);
  overflow:hidden;
  box-shadow:0 18px 48px rgba(22,44,70,.08);
}
.home-guide23{
  padding-top:22px !important;
  padding-bottom:0 !important;
  position:relative;
  z-index:3;
}
.home-guide23[hidden]{display:none !important;}
.home-guide23 .home-guide23-shell{
  border-radius:var(--tbk-fix6-radius-xl) !important;
  overflow:hidden;
  box-shadow:0 18px 44px rgba(34,51,72,.09);
}
.home-guide23 .home-guide23-grid > *{
  border-radius:var(--tbk-fix6-radius-lg) !important;
  overflow:hidden;
}
.home-guide23:not([hidden]) + .home19-special{
  margin-top:-12px !important;
  padding-top:62px !important;
}
.home-guide23[hidden] + .home19-special{
  margin-top:0 !important;
  padding-top:44px !important;
}
.home19-special{
  position:relative;
  z-index:1;
  border-radius:34px 34px 0 0;
  overflow:hidden;
  padding-bottom:58px !important;
}
.home19-special .home19-special-grid > *{
  border-radius:22px !important;
  overflow:hidden;
}
.home19-about{
  position:relative;
  z-index:2;
  padding-top:0 !important;
}
.home19-about .home19-about-card{
  border-radius:var(--tbk-fix6-radius-xl) !important;
  overflow:hidden;
  transform:translateY(-22px);
  margin-bottom:-22px;
  box-shadow:0 18px 46px rgba(26,45,67,.09);
}
.home19-tour-search-card,
.home19-why-card,
.home19-contact-intro,
.home19-contact-path{
  border-radius:var(--tbk-fix6-radius-lg) !important;
}
.home19-why-title #why-title{
  margin-top:0;
}
body.tbk-home-guide-hidden .home19-special{
  margin-top:0 !important;
  padding-top:44px !important;
}
body.tbk-home-guide-visible .home19-special{
  margin-top:-12px !important;
  padding-top:62px !important;
}

/* Quote marks must be one typographic pair. */
.tbk-quote-final .tbk-quote-open,
.tbk-quote-final .tbk-quote-close{
  display:inline-block;
  font-family:Georgia, 'Times New Roman', serif !important;
  font-size:40px !important;
  line-height:.8 !important;
  font-weight:700 !important;
  color:var(--tbk-fix6-gold) !important;
  opacity:1 !important;
}
.tbk-quote-final .tbk-quote-open{vertical-align:-.12em; margin-right:14px;}
.tbk-quote-final .tbk-quote-close{vertical-align:-.20em; margin-left:8px;}

/* Reviews: a designed empty state rather than a blank page. */
.tbk-review-empty23{
  max-width:760px;
  margin:28px auto 8px;
  padding:42px 28px;
  text-align:center;
  border:1px solid var(--tbk-fix6-line);
  border-radius:var(--tbk-fix6-radius-xl);
  background:linear-gradient(145deg,#fffdf9,#fff8ea);
  box-shadow:0 16px 38px rgba(27,48,73,.07);
}
.tbk-review-empty23[hidden]{display:none !important;}
.tbk-review-empty23-mark{font-size:28px;color:var(--tbk-fix6-gold);margin-bottom:10px;}
.tbk-review-empty23 h2{margin:0 0 10px;color:var(--tbk-fix6-ink);font-size:clamp(22px,3vw,30px);}
.tbk-review-empty23 p{margin:0 auto 22px;max-width:560px;color:#61748c;line-height:1.6;}

/* Mobile contacts: keep useful channels + online statement + form, remove repeated marketing cards. */
@media (max-width:720px){
  .contacts-19c .tbk-online-points,
  .contacts-19d .tbk-online-points,
  .contacts-19c .tbk-mini-benefits,
  .contacts-19d .tbk-mini-benefits{display:none !important;}
  .contacts-19c .tbk-online-card,
  .contacts-19d .tbk-online-card{gap:20px !important;}
  .contacts-19c .tbk-online-copy,
  .contacts-19d .tbk-online-copy{padding-bottom:0 !important;}
  .home19-hero .home19-hero-grid,
  .home-guide23 .home-guide23-shell,
  .home19-about .home19-about-card{border-radius:22px !important;}
  .home-guide23{padding-top:14px !important;}
  .home-guide23:not([hidden]) + .home19-special,
  body.tbk-home-guide-visible .home19-special{margin-top:-6px !important;padding-top:44px !important;}
  .home19-special{border-radius:24px 24px 0 0;padding-bottom:42px !important;}
  .home19-about .home19-about-card{transform:translateY(-14px);margin-bottom:-14px;}
  .tbk-quote-final .tbk-quote-open,
  .tbk-quote-final .tbk-quote-close{font-size:32px !important;}
}
