:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-71aa416 */@font-face {
  font-family: 'OverpassSCOM';
  src: url('https://scombank.sr/wp-content/uploads/2026/06/Overpass-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #f4f6fa;
}

.scom-travel-hub {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
  font-family: 'OverpassSCOM', Arial, sans-serif;
  color: #111;
  background:
    radial-gradient(circle at 8% 18%, rgba(224,34,40,.06), transparent 28%),
    radial-gradient(circle at 92% 48%, rgba(0,0,0,.06), transparent 25%),
    #f4f6fa;
}

.scom-travel-hub * {
  box-sizing: border-box;
  font-family: inherit;
}

.travel-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 34px;
}

/* HERO */
.travel-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(0,0,0,.78), rgba(0,0,0,.42)),
    url('https://scombank.sr/wp-content/uploads/2026/05/nederland3.png');
  background-size: cover;
  background-position: center;
}

.travel-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      110deg,
      rgba(0,0,0,.38),
      rgba(0,0,0,.12)
    );
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
  align-items: center;
}

.hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 7vw, 88px);
  line-height: .92;
  letter-spacing: -3px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-copy h1 span {
  color: #ff343d;
}

.hero-copy p {
  max-width: 620px;
  margin: 26px 0 30px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,.88);
}

.hero-visual {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.hero-card {
  position: relative;
  width: 210px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 24px 60px rgba(0,0,0,.32);
  transition: .3s ease;
}

.hero-card:hover {
  transform: translateY(-6px);
}

.card-a {
  transform: rotate(-4deg);
}

.card-b {
  transform: rotate(4deg);
  opacity: 1;
}

/* MAIN */
.travel-main {
  padding: 46px 0 95px;
}

/* TABS */
.product-tabs {
  position: sticky;
  top: 14px;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: -86px 0 34px;
  padding: 12px;
  border-radius: 30px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 24px 70px rgba(15,23,42,.12);
}

.tab-btn {
  border: 0;
  cursor: pointer;
  text-align: left;
  border-radius: 22px;
  padding: 22px 24px;
  background: transparent;
  transition: .25s ease;
}

.tab-btn:hover,
.tab-btn:focus,
.tab-btn:active {
  background: rgba(224,34,40,.06) !important;
  color: inherit !important;
  transform: none !important;
}

.tab-btn span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111;
  font-size: 20px;
  font-weight: 600;
}

.tab-btn span img {
  width: 44px;
  height: 30px;
  object-fit: contain;
  padding: 6px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.tab-btn.active {
  background: #111 !important;
  box-shadow: 0 16px 35px rgba(0,0,0,.18);
}

.tab-btn.active span,
.tab-btn.active:hover span {
  color: #fff !important;
}

/* TOP TIPS */
.travel-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0 0 46px;
}

.step-feature {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 22px 55px rgba(15,23,42,.08);
  transition: .28s ease;
}

.step-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 34px 78px rgba(15,23,42,.13);
}

.step-image {
  position: relative;
  height: 112px;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
}

.step-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.18));
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.step-copy {
  position: relative;
  padding: 46px 20px 24px;
  min-height: 205px;
}

.step-copy span {
  position: absolute;
  top: -32px;
  left: 20px;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #fff;
  color: #e02228;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15,23,42,.12);
}

.step-copy h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 600;
}

.step-copy p {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 600;
}

.step-copy a {
  display: inline-flex;
  margin-top: 18px;
  color: #e02228;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.warning-step {
  background: #fff4f4;
  border-color: rgba(224,34,40,.20);
}

.warning-step .step-copy span {
  background: #e02228;
  color: #fff;
}

/* USAGE CARDS */
.travel-usage-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 0 52px;
}

.usage-row {
  min-height: 180px;
  padding: 22px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 12px 30px rgba(15,23,42,.045);
  transition: .22s ease;
}

.usage-logo {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  border: 1.5px solid rgba(224,34,40,.16);
  background: #fff;
  padding: 6px;
  margin-bottom: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

.usage-logo img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  display: block;
}

.usage-content h3 {
  margin: 0 0 10px;
  color: #111;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 600;
}

.usage-content p {
  margin: 0;
  color: #5d6673;
  font-size: 13px;
  line-height: 1.55;
  max-width: 95%;
  font-weight: 600;
}

/* SECTION HEAD */
.section-head {
  text-align: center;
  margin-bottom: 30px;
}

.section-head h2 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.05;
  letter-spacing: -.5px;
  text-align: center;
}

.section-head h2 br {
  display: block;
}

.section-head p {
  margin: 18px auto 0;
  font-size: 14px;
  color: #666;
  font-weight: 600;
}

/* DESTINATION DISPLAY */
.destination-panel {
  display: block;
  margin: 36px 0 70px;
  padding: 26px;
  border-radius: 36px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 24px 70px rgba(15,23,42,.08);
  backdrop-filter: blur(18px);
}

/* SEARCH */
.travel-search-card {
  width: 100%;
  margin: 0 0 30px;
  padding: 18px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 45px rgba(15,23,42,.07);
}

.travel-search-card label {
  display: block;
  margin: 0 0 10px;
  color: #555;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.search-row {
  display: flex;
  gap: 12px;
}

.search-row input {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(0,0,0,.08);
  outline: 0;
  border-radius: 17px;
  padding: 0 18px;
  background: #f6f7fa;
  color: #111;
  font-size: 14px;
  font-weight: 600;
}

.search-row input:focus {
  border-color: rgba(224,34,40,.45);
  box-shadow: 0 0 0 4px rgba(224,34,40,.08);
  background: #fff;
}

.search-row button {
  border: 0;
  border-radius: 17px;
  padding: 0 28px;
  background: #e02228;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: .2s ease;
}

.search-row button:hover {
  background: #111;
}

.city-sidebar {
  position: relative;
  top: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  margin-bottom: 34px;
}

.merchant-area {
  min-width: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.top-row-head,
.city-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 0 0 18px;
}

.top-row-head h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

/* CITIES */
.city-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 10px 4px 14px;
}

.city-row::-webkit-scrollbar {
  display: none;
}

.city-card {
  position: relative;
  flex: 0 0 220px;
  min-width: 220px;
  height: 135px;
}

.city-scroll-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.city-scroll-actions {
  display: flex;
  gap: 10px;
}

.city-scroll-btn {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: .25s ease;
}

.city-scroll-btn:hover {
  background: #e02228;
}

@media (max-width: 760px) {
  .city-card {
    flex: 0 0 75%;
    min-width: 75%;
  }

  .city-scroll-btn {
    width: 38px;
    height: 38px;
  }
}

.city-card {
  position: relative;
  width: 100%;
  height: 135px;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  background: #111;
  color: #fff;
  transition: .25s ease;
  padding: 0;
  box-shadow: 0 16px 35px rgba(15,23,42,.12);
}

.city-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
  transition: .45s ease;
}

.city-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.72)),
    radial-gradient(circle at 20% 90%, rgba(224,34,40,.28), transparent 45%);
  pointer-events: none;
}

.city-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 55px rgba(15,23,42,.18);
}

.city-card:hover img {
  transform: scale(1.08);
}

.city-card.active {
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(224,34,40,.22);
}

.city-card.active::after {
  box-shadow: inset 0 0 0 3px #e02228;
}

.city-card.active::before {
  content: "✓";
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 4;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e02228;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.city-card span {
  position: absolute;
  top: 13px;
  left: 13px;
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #111;
  font-size: 10px;
  font-weight: 900;
  z-index: 3;
}

.city-card strong {
  position: absolute;
  left: 14px;
  bottom: 34px;
  z-index: 3;
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
}

.city-card em {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 3;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

/* MERCHANT HEADER */
.city-section-head {
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,.06);
}

.city-section-head span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(224,34,40,.1);
  color: #e02228;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.city-section-head h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
}

/* MERCHANTS */
.merchant-swiper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}

.place-card {
  width: 100%;
  min-width: 0;
  max-width: none;

  display: flex;
  flex-direction: column;

  min-height: 280px; /* FORCE zelfde hoogte */

  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(15,23,42,.09);
  border: 1px solid rgba(255,255,255,.9);
  transition: .28s ease;
}

.merchant-swiper:has(.place-card:only-child) .place-card {
  width: 255px;
}

.place-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 34px 82px rgba(15,23,42,.15);
}

.place-image {
  position: relative;
  width: 100%;
  height: 185px;
  overflow: hidden;
  background: transparent !important;
}

.place-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.45)),
    radial-gradient(circle at 20% 90%, rgba(224,34,40,.28), transparent 46%);
}

.place-bg,
.place-image > img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  transition: .5s ease;
}

.place-card:hover .place-bg {
  transform: scale(1.07);
}

.place-image span {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e02228;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
  box-shadow: 0 12px 25px rgba(224,34,40,.28);
}

.place-info {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;

  flex: 1;
}

.place-logo {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 9px;
  box-shadow: 0 10px 26px rgba(15,23,42,.12);
  border: 1px solid rgba(0,0,0,.05);
  margin-top: -38px;
  position: relative;
  z-index: 5;
}

.place-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.place-logo img.fallback-logo {
  object-fit: cover;
  border-radius: 12px;
}
.place-logo {
  background: #fff;
  padding: 8px;
}

.place-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Extra voor brede logo's */
.place-logo img[src*=".svg"],
.place-logo img[src*="logo"],
.place-logo img[src*="Logo"] {
  width: 100%;
  height: auto;
  max-height: 42px;
}

.place-info h3 {
  margin: 0 0 5px;
  color: #111;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 600;
}

.place-info p {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.empty-state {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 180px;
  padding: 34px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 44px rgba(15,23,42,.07);
}

.empty-state h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 600;
}

.empty-state p {
  margin: 0;
  color: #666;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    display: none;
  }

  .travel-steps,
  .travel-usage-stack {
    grid-template-columns: repeat(2, 1fr);
  }

  .destination-panel {
    padding: 22px;
  }

  .city-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .place-card {
    width: calc(50% - 9px);
    max-width: none;
  }
}

@media (max-width: 760px) {
  .travel-container {
    padding: 0 20px;
  }

  .travel-hero {
    min-height: 560px;
  }

  .hero-copy h1 {
    font-size: 48px;
  }

  .product-tabs {
    grid-template-columns: 1fr;
    position: relative;
    top: 0;
  }

  .travel-steps,
  .travel-usage-stack {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .step-copy {
    min-height: auto;
  }

  .usage-row {
    min-height: auto;
    padding: 24px;
    border-radius: 22px;
  }

  .usage-logo {
    width: 72px;
    height: 72px;
    padding: 14px;
    margin-bottom: 20px;
  }

  .usage-content h3 {
    font-size: 20px;
  }

  .usage-content p {
    font-size: 14px;
    max-width: 100%;
  }

  .section-head h2 {
    font-size: 36px;
  }

  .destination-panel {
    padding: 18px;
    border-radius: 28px;
  }

  .search-row {
    flex-direction: column;
  }

  .search-row button {
    height: 50px;
  }

  .city-row {
    grid-template-columns: 1fr;
  }

  .place-card {
    width: 100%;
    max-width: none;
  }

  .city-section-head,
  .top-row-head {
    align-items: flex-start;
  }
}

.scroll-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.modern-scroll-btn {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.95);
  box-shadow: 0 10px 25px rgba(15,23,42,.14);
  cursor: pointer;
  transition: .25s ease;
}

.modern-scroll-btn svg {
  width: 18px;
  height: 18px;
  stroke: #111;
  stroke-width: 2.7;
  fill: none;
}

.modern-scroll-btn:hover {
  background: #e02228;
  transform: translateY(-2px);
}

.modern-scroll-btn:hover svg {
  stroke: #fff;
}

.merchant-disclaimer{
  margin-top:10px;
  font-size:14px;
  line-height:1.5;
  color:#777;
  font-style:italic;
}

.mc-trust-block{
  position:relative;
  overflow:hidden;
  max-width:980px;
  margin:28px auto 0;
  padding:26px 30px;
  border-radius:30px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 24px 70px rgba(15,23,42,.08);
  backdrop-filter:blur(18px);
}

.mc-trust-block::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:rgba(224,34,40,.06);
  pointer-events:none;
}

.mc-trust-points{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-bottom:26px;
}

.mc-trust-points span{
  min-height:72px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px 18px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(224,34,40,.10);
  box-shadow:0 12px 28px rgba(15,23,42,.055);
  color:#222;
  font-size:13px;
  line-height:1.35;
  font-weight:650;
  text-align:left;
}

.mc-trust-points svg{
  width:22px;
  height:22px;
  min-width:22px;
  stroke:#e02228;
  stroke-width:2;
  fill:none;
}

.mc-trust-stats{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  max-width:430px;
  margin:0 auto;
}

.mc-stat{
  padding:18px 20px;
  border-radius:22px;
  background:linear-gradient(180deg,#fff,rgba(255,255,255,.72));
  border:1px solid rgba(0,0,0,.05);
  box-shadow:0 12px 30px rgba(15,23,42,.055);
  text-align:center;
}

.mc-stat strong{
  display:block;
  color:#e02228;
  font-size:34px;
  line-height:1;
  font-weight:800;
  letter-spacing:-1px;
}

.mc-stat span{
  display:block;
  margin-top:8px;
  color:#555;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.4px;
}

@media (max-width:768px){
  .mc-trust-block{
    padding:20px;
  }

  .mc-trust-points{
    grid-template-columns:1fr;
  }

  .mc-trust-stats{
    grid-template-columns:1fr;
  }
}/* End custom CSS */