.mtl-core-newsletter,
.mtl-core-partner,
.mtl-core-strip,
.mtl-core-timeline {
  border-radius: 24px;
  border: 1px solid rgba(23,49,44,.12);
  background: #fff;
  box-shadow: 0 18px 50px rgba(23,49,44,.08);
  margin: 28px 0;
}
.mtl-core-newsletter,
.mtl-core-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  background: linear-gradient(135deg, #123b34, #1d5a4d);
  color: #fff;
}
.mtl-core-newsletter span {
  color: #d6a642;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.mtl-core-newsletter h2,
.mtl-core-strip h2,
.mtl-core-timeline h2 {
  margin: 0 0 8px;
  line-height: 1.1;
}
.mtl-core-newsletter p,
.mtl-core-strip p { color: rgba(255,255,255,.76); margin: 0; }
.mtl-core-newsletter a,
.mtl-core-strip a,
.mtl-core-partner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #e06644;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}
.mtl-core-strip a { background: #fff; color: #123b34; }
.mtl-core-head { margin-bottom: 18px; }
.mtl-core-head h2 { margin: 0; }
.mtl-core-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 26px 0; }
.mtl-core-card { border-radius: 22px; overflow:hidden; background:#fff; border:1px solid rgba(23,49,44,.12); }
.mtl-core-card__media { display:block; background: #f4ead6; }
.mtl-core-card__media img, .mtl-core-card__media span { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; background: linear-gradient(135deg, rgba(214,166,66,.28), rgba(224,102,68,.16)); display:block; }
.mtl-core-card__body { padding: 18px; }
.mtl-core-card small { color:#65746f; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.mtl-core-card h3 { font-size: 21px; line-height: 1.18; margin: 8px 0; }
.mtl-core-card h3 a { text-decoration: none; }
.mtl-core-card p { color:#65746f; margin-bottom:0; }
.mtl-core-partner { display:flex; align-items:center; justify-content:space-between; gap: 24px; padding: 24px; border-left: 6px solid #d6a642; }
.mtl-core-partner span { color:#d6a642; font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.14em; }
.mtl-core-partner h3 { margin: 4px 0 8px; }
.mtl-core-partner p { margin:0 0 8px; color:#65746f; }
.mtl-core-partner small { color:#7b8582; }
.mtl-core-map { position: relative; width:100%; border-radius: 28px; overflow:hidden; background:#eef1e2; border:1px solid rgba(23,49,44,.12); box-shadow: 0 18px 50px rgba(23,49,44,.08); }
.mtl-core-map__canvas { position:absolute; inset:0; }
.mtl-core-map__bg { position:absolute; inset:0; background: radial-gradient(circle at 45% 20%, rgba(214,166,66,.35), transparent 24%), radial-gradient(circle at 52% 58%, rgba(224,102,68,.22), transparent 28%), linear-gradient(135deg, #e7f1e9, #f9f0db); }
.mtl-core-map__bg:after { content:"THAILAND"; position:absolute; inset:auto 0 36px; text-align:center; font-weight:900; letter-spacing:.22em; color:rgba(23,49,44,.12); font-size: clamp(34px, 8vw, 96px); }
.mtl-core-marker { position:absolute; transform: translate(-50%, -50%); width: 18px; height:18px; border-radius:50%; background:#e06644; box-shadow: 0 0 0 8px rgba(224,102,68,.18), 0 8px 24px rgba(23,49,44,.25); text-decoration:none; }
.mtl-core-marker strong,
.mtl-core-marker span { display:none; }
.mtl-core-marker:hover { z-index:4; width:auto; height:auto; border-radius:14px; padding:10px 12px; color:#fff; }
.mtl-core-marker:hover strong,
.mtl-core-marker:hover span { display:block; white-space:nowrap; }
.mtl-core-marker:hover span { opacity:.8; font-size:12px; }
.mtl-core-map__empty { position:absolute; inset:50% auto auto 50%; transform: translate(-50%, -50%); background:rgba(255,255,255,.84); padding:22px; border-radius:20px; text-align:center; max-width: 340px; }
.mtl-core-map__empty p { margin-bottom:0; color:#65746f; }
.mtl-core-timeline { padding: 26px; }
.mtl-core-timeline__item { position:relative; padding: 16px 0 16px 28px; border-left: 3px solid rgba(214,166,66,.35); }
.mtl-core-timeline__item:before { content:""; position:absolute; left:-8px; top:24px; width:13px; height:13px; border-radius:50%; background:#e06644; }
.mtl-core-timeline__item span { color:#d6a642; font-weight:900; }
.mtl-core-timeline__item strong { display:block; font-size:20px; }
.mtl-core-timeline__item p { margin:4px 0 0; color:#65746f; }
@media (max-width: 860px) {
  .mtl-core-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mtl-core-newsletter, .mtl-core-strip, .mtl-core-partner { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 560px) {
  .mtl-core-grid { grid-template-columns: 1fr; }
}
