/* MICE landing — scoped; matches main site theme (--tp-brand) */

.tp-mice,
.tp-mice h1,
.tp-mice h2,
.tp-mice h3,
.tp-mice h4,
.tp-mice h5,
.tp-mice p,
.tp-mice a,
.tp-mice button,
.tp-mice input,
.tp-mice select,
.tp-mice textarea {
  font-family: var(--body-font-family, "Plus Jakarta Sans", system-ui, sans-serif);
}

.tp-mice {
  --mice-brand: var(--tp-brand, #e53935);
  --mice-brand-hover: var(--tp-brand-dark, #c62828);
  --mice-ink: var(--tp-brand-dark, #1f1f1f);
  --mice-muted: var(--paragraphColor, #6b6b6b);
  --mice-border: #e8e8e8;
  --mice-surface: #f5f5f5;
  --mice-surface-alt: #ededed;
  --mice-watermark: rgba(229, 57, 53, 0.08);
  --mice-radius: 12px;
  --mice-container: 1140px;
  color: var(--mice-ink);
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.tp-mice a { color: inherit; }

/* —— Shared section rhythm (home sections) —— */
.tp-mice__kicker {
  margin: 0 0 0.5rem;
  font-size: var(--tp-section-kicker-fs, 0.75rem);
  font-weight: var(--tp-section-kicker-weight, 800);
  letter-spacing: var(--tp-section-kicker-tracking, 0.16em);
  text-transform: uppercase;
  color: var(--mice-brand);
}

.tp-mice__section {
  padding: clamp(3rem, 5.5vw, 4.5rem) 0;
}

.tp-mice__section--surface {
  background: var(--mice-surface-alt);
}

.tp-mice__section--about {
  background: linear-gradient(
    180deg,
    #fff 0%,
    color-mix(in srgb, var(--mice-brand) 4%, #fff) 100%
  );
}

.tp-mice__section--why {
  background: #fff;
}

.tp-mice__section--contact {
  background: linear-gradient(
    180deg,
    var(--mice-surface) 0%,
    #fff 100%
  );
}

.tp-mice__container {
  max-width: var(--mice-container);
  margin: 0 auto;
  padding: 0 20px;
}

.tp-mice__h1,
.tp-mice__h2 {
  font-family: var(--heading-font-family, inherit);
}

.tp-mice__h2 {
  font-size: var(--tp-section-title-fs, clamp(1.35rem, 2.9vw, 1.95rem));
  font-weight: var(--tp-section-title-weight, 800);
  line-height: var(--tp-section-title-lh, 1.15);
  margin: 0 0 14px;
  color: var(--mice-ink);
}

.tp-mice__sub {
  color: var(--mice-muted);
  margin: 0;
  line-height: 1.7;
  font-size: 0.98rem;
}

.tp-mice__sec-head {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.tp-mice__sec-head--center {
  text-align: center;
}

.tp-mice__sec-head--center .tp-mice__sub {
  max-width: 620px;
  margin: 0.5rem auto 0;
}

.tp-mice__sec-head--contact {
  margin-bottom: 2.25rem;
}

/* —— Header —— */
.tp-mice__header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--mice-border);
  box-shadow: 0 2px 16px rgba(31, 31, 31, 0.06);
}

.tp-mice__header-inner {
  max-width: var(--mice-container);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.tp-mice__brand-block {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
}

.tp-mice__logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.tp-mice__logo-img {
  height: 38px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

.tp-mice__logo-text {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--mice-brand);
  letter-spacing: -0.02em;
}

.tp-mice__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 4px 8px;
  border-radius: 10px;
  background: var(--mice-brand);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(229, 57, 53, 0.25);
}

.tp-mice__tagline {
  width: 100%;
  margin: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mice-muted);
}

.tp-mice__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tp-mice__nav a {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mice-ink);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
}

.tp-mice__nav a:hover {
  color: var(--mice-brand);
  background: var(--tp-hover-surface, rgba(229, 57, 53, 0.1));
}

/* —— Hero —— */
.tp-mice__hero {
  background: linear-gradient(
    135deg,
    #fff 0%,
    color-mix(in srgb, var(--mice-brand) 6%, #fff) 55%,
    #fff 100%
  );
  border-bottom: 1px solid var(--mice-border);
}

.tp-mice__hero--split .tp-mice__hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
}

.tp-mice__hero-inner {
  max-width: var(--mice-container);
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4rem) 20px clamp(2.25rem, 5vw, 3.5rem);
  width: 100%;
}

.tp-mice__eyebrow {
  margin: 0 0 10px;
  font-size: var(--tp-section-kicker-fs, 0.75rem);
  font-weight: var(--tp-section-kicker-weight, 800);
  letter-spacing: var(--tp-section-kicker-tracking, 0.16em);
  text-transform: uppercase;
  color: var(--mice-brand);
}

.tp-mice__h1 {
  font-size: clamp(1.85rem, 3.6vw, 2.55rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--mice-ink);
  max-width: 600px;
}

.tp-mice__lede {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--mice-muted);
  max-width: 540px;
  margin: 0 0 24px;
}

.tp-mice__hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border-radius: 8px;
  background: var(--mice-brand);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 24px rgba(229, 57, 53, 0.28);
}

.tp-mice__hero-cta:hover {
  background: var(--mice-brand-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(229, 57, 53, 0.32);
}

.tp-mice__hero-visual {
  position: relative;
}

.tp-mice__hero-visual::before {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  border-radius: 20px;
  border: 2px solid color-mix(in srgb, var(--mice-brand) 35%, transparent);
  z-index: 0;
  pointer-events: none;
}

.tp-mice__hero-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: 0 20px 50px rgba(31, 31, 31, 0.14);
}

.tp-mice__hero-img--placeholder {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--mice-brand) 12%, #fff) 0%,
    #fff 100%
  );
  color: var(--mice-brand);
  font-size: 2.8rem;
}

/* —— About / Intro —— */
.tp-mice__intro {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

.tp-mice__intro-text .tp-mice__h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 12px;
  border-radius: 2px;
  background: var(--mice-brand);
}

.tp-mice__intro-media {
  position: relative;
  min-height: 300px;
  display: flex;
  justify-content: flex-start;
}

.tp-mice__intro-media img,
.tp-mice__intro-img--placeholder {
  width: 100%;
  max-width: 400px;
  min-height: 300px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  position: relative;
  z-index: 2;
  box-shadow: 0 16px 40px rgba(31, 31, 31, 0.12);
}

.tp-mice__intro-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mice-surface);
  color: var(--mice-brand);
  font-size: 2.5rem;
}

.tp-mice__intro-deco {
  position: absolute;
  border-radius: 999px;
  z-index: 1;
  opacity: 0.55;
}

.tp-mice__intro-deco--1 {
  width: 64px;
  height: 180px;
  background: color-mix(in srgb, var(--mice-brand) 25%, #fff);
  top: 0;
  left: 10%;
}

.tp-mice__intro-deco--2 {
  width: 64px;
  height: 180px;
  background: color-mix(in srgb, var(--mice-brand) 15%, #f5f5f5);
  bottom: 0;
  left: 2%;
}

.tp-mice__intro-text p {
  color: var(--mice-muted);
  line-height: 1.8;
  margin: 1rem 0 0;
  font-size: 0.98rem;
}

/* —— M I C E offerings —— */
.tp-mice__mice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.tp-mice__mice-col {
  text-align: center;
  position: relative;
  padding: 20px 14px 16px;
  background: #fff;
  border-radius: var(--mice-radius);
  border: 1px solid var(--mice-border);
  box-shadow: 0 4px 18px rgba(31, 31, 31, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tp-mice__mice-col:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--mice-brand) 30%, var(--mice-border));
  box-shadow: 0 12px 28px rgba(229, 57, 53, 0.1);
}

.tp-mice__mice-letter {
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1;
  color: var(--mice-watermark);
  user-select: none;
  margin-bottom: -8px;
  font-family: var(--heading-font-family, inherit);
}

.tp-mice__mice-label {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--mice-ink);
  margin: 0 0 14px;
  position: relative;
  z-index: 1;
}

.tp-mice__offering-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tp-mice__offering-item {
  padding: 10px 8px;
  border-radius: 8px;
  background: var(--mice-surface);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--mice-ink);
  text-align: center;
  transition: background 0.15s;
}

.tp-mice__mice-col:hover .tp-mice__offering-item {
  background: color-mix(in srgb, var(--mice-brand) 6%, #f5f5f5);
}

/* —— Why us —— */
.tp-mice__why-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.tp-mice__why-visual {
  display: flex;
  justify-content: flex-end;
}

.tp-mice__why-img {
  width: 100%;
  max-width: 400px;
  min-height: 320px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(31, 31, 31, 0.12);
  display: block;
}

.tp-mice__why-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  min-height: 320px;
  border-radius: 16px;
  background: var(--mice-surface);
  color: var(--mice-brand);
  font-size: 2.5rem;
}

.tp-mice__why-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.tp-mice__why-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid var(--mice-border);
  border-radius: var(--mice-radius);
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.tp-mice__why-card:hover {
  border-color: color-mix(in srgb, var(--mice-brand) 35%, var(--mice-border));
  box-shadow: 0 6px 20px rgba(229, 57, 53, 0.08);
}

.tp-mice__why-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--mice-brand);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  margin-top: 2px;
}

.tp-mice__why-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--mice-ink);
}

.tp-mice__why-card p {
  font-size: 0.88rem;
  color: var(--mice-muted);
  margin: 0;
  line-height: 1.6;
}

/* —— Clients —— */
.tp-mice__clients-viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.tp-mice__clients-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: tp-mice-clients-scroll 40s linear infinite;
}

.tp-mice__clients-track:hover { animation-play-state: paused; }

@keyframes tp-mice-clients-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.tp-mice__client-card {
  flex: 0 0 168px;
  background: #fff;
  border-radius: var(--mice-radius);
  border: 1px solid var(--mice-border);
  padding: 16px 14px 12px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(31, 31, 31, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.tp-mice__client-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(31, 31, 31, 0.08);
}

.tp-mice__client-img {
  width: 100%;
  height: 68px;
  object-fit: contain;
  margin-bottom: 8px;
}

.tp-mice__client-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mice-surface);
  color: #ccc;
  font-size: 1.4rem;
  border-radius: 8px;
}

.tp-mice__client-title {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--mice-ink);
}

/* —— Contact / Enquiry —— */
.tp-mice__enquiry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3.5vw, 36px);
  align-items: stretch;
}

.tp-mice__enquiry-panel,
.tp-mice__form-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--mice-border);
  border-radius: var(--mice-radius);
  box-shadow: 0 10px 36px rgba(31, 31, 31, 0.08);
  overflow: hidden;
}

.tp-mice__enquiry-panel::before,
.tp-mice__form-card::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--mice-brand), var(--mice-brand-hover));
  flex-shrink: 0;
}

.tp-mice__enquiry-visual {
  flex: 1;
  display: flex;
  min-height: 320px;
  padding: 18px 18px 0;
}

.tp-mice__enquiry-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.tp-mice__enquiry-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--mice-brand) 8%, #fff) 0%,
    var(--mice-surface) 100%
  );
  color: color-mix(in srgb, var(--mice-brand) 45%, #ccc);
  font-size: 2.4rem;
  border-radius: 10px;
}

.tp-mice__enquiry-foot {
  padding: 16px 20px 20px;
  border-top: 1px solid var(--mice-border);
  background: color-mix(in srgb, var(--mice-brand) 4%, #fff);
  flex-shrink: 0;
}

.tp-mice__enquiry-email {
  font-size: 0.9rem;
  color: var(--mice-muted);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tp-mice__enquiry-email i {
  color: var(--mice-brand);
}

.tp-mice__enquiry-email a {
  color: var(--mice-brand);
  font-weight: 700;
  text-decoration: none;
}

.tp-mice__enquiry-email a:hover { text-decoration: underline; }

.tp-mice__form-card {
  padding: 0 0 22px;
}

.tp-mice__form-head {
  padding: 20px 22px 14px;
  border-bottom: 1px solid var(--mice-border);
  background: color-mix(in srgb, var(--mice-brand) 3%, #fff);
}

.tp-mice__form-title {
  margin: 0 0 6px;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--mice-ink);
  font-family: var(--heading-font-family, inherit);
}

.tp-mice__form-lead {
  margin: 0;
  font-size: 0.88rem;
  color: var(--mice-muted);
  line-height: 1.55;
}

.tp-mice__form-grid {
  padding: 18px 22px 0;
  flex: 1;
}

.tp-mice__form-card label,
.tp-mice__form-card .form-label {
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--mice-ink);
}

.tp-mice__form-card .form-control,
.tp-mice__form-card .form-select {
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  font-size: 0.9rem;
  padding: 10px 12px;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.tp-mice__form-card .form-control::placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.tp-mice__form-card .form-select:invalid,
.tp-mice__form-card select option[value=""] {
  color: #a8a8a8;
}

.tp-mice__form-card .form-control:focus,
.tp-mice__form-card .form-select:focus {
  border-color: var(--mice-brand);
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.12);
  outline: none;
}

.tp-mice__phone-wrap { display: flex; gap: 0; }

.tp-mice__phone-prefix {
  flex: 0 0 56px;
  border: 1px solid #d8d8d8;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: var(--mice-surface);
  color: var(--mice-muted);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.tp-mice__phone-wrap .form-control {
  border-radius: 0 8px 8px 0;
}

.tp-mice__submit {
  width: 100%;
  padding: 13px 20px;
  border: 0;
  border-radius: 8px;
  background: var(--mice-brand);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tp-mice__submit:hover:not(:disabled) {
  background: var(--mice-brand-hover);
  transform: translateY(-1px);
}

.tp-mice__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* —— FAQ —— */
.tp-mice__faq {
  background: var(--mice-surface-alt);
}

.tp-mice__faq-title {
  margin-bottom: 1.75rem;
}

.tp-mice__faq-list {
  width: 100%;
  margin: 0;
}

.tp-mice__faq-item {
  border-radius: var(--mice-radius);
  margin-bottom: 10px;
  border: 1px solid var(--mice-border);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.tp-mice__faq-item.is-open {
  border-color: color-mix(in srgb, var(--mice-brand) 40%, var(--mice-border));
  box-shadow: 0 4px 16px rgba(229, 57, 53, 0.08);
}

.tp-mice__faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.tp-mice__faq-q {
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--mice-ink);
  line-height: 1.4;
}

.tp-mice__faq-item.is-open .tp-mice__faq-q {
  color: var(--mice-brand);
}

.tp-mice__faq-toggle {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tp-hover-surface, rgba(229, 57, 53, 0.1));
  color: var(--mice-brand);
  font-size: 0.72rem;
}

.tp-mice__faq-item.is-open .tp-mice__faq-toggle {
  background: var(--mice-brand);
  color: #fff;
}

.tp-mice__faq-panel {
  padding: 0 18px 16px;
}

.tp-mice__faq-panel p {
  margin: 0;
  color: var(--mice-muted);
  line-height: 1.65;
  font-size: 0.9rem;
}

/* —— Footer —— */
.tp-mice__footer {
  background: var(--mice-ink);
  color: rgba(255, 255, 255, 0.88);
  padding: 52px 20px 0;
  border-top: 3px solid var(--mice-brand);
}

.tp-mice__footer-inner {
  max-width: var(--mice-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1fr 0.75fr;
  gap: 36px;
  padding-bottom: 40px;
}

.tp-mice__footer-brand-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.tp-mice__logo-img--footer {
  filter: brightness(0) invert(1);
  height: 40px;
  max-width: 160px;
}

.tp-mice__badge--footer {
  min-width: 48px;
  height: 48px;
  font-size: 0.65rem;
}

.tp-mice__footer-tagline {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.tp-mice__footer-desc {
  margin: 0 0 16px;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
  max-width: 320px;
}

.tp-mice__footer-col h4 {
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tp-mice__footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tp-mice__footer-links--stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tp-mice__footer-links a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.15s;
}

.tp-mice__footer-links a:hover { color: #fff; }

.tp-mice__footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tp-mice__footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.tp-mice__footer-contact i {
  color: var(--mice-brand);
  margin-top: 3px;
  width: 14px;
  flex-shrink: 0;
}

.tp-mice__footer-contact a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.tp-mice__footer-contact a:hover { color: #fff; }

.tp-mice__footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tp-mice__footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

.tp-mice__footer-social a:hover {
  background: var(--mice-brand);
  border-color: var(--mice-brand);
}

.tp-mice__footer-social-handle {
  margin: 12px 0 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
}

.tp-mice__footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}

.tp-mice__footer-copy p {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.48);
}

.tp-mice__footer-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.85rem;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

.tp-mice__footer-home:hover {
  background: var(--mice-brand);
  border-color: var(--mice-brand);
}

/* —— Responsive —— */
@media (max-width: 991px) {
  .tp-mice__intro,
  .tp-mice__enquiry,
  .tp-mice__why-split,
  .tp-mice__hero--split .tp-mice__hero-inner {
    grid-template-columns: 1fr;
  }

  .tp-mice__intro-media,
  .tp-mice__why-visual {
    justify-content: center;
  }

  .tp-mice__intro-media img,
  .tp-mice__intro-img--placeholder,
  .tp-mice__why-img,
  .tp-mice__why-img--placeholder,
  .tp-mice__hero-img,
  .tp-mice__hero-img--placeholder {
    max-width: 100%;
  }

  .tp-mice__mice-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tp-mice__footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .tp-mice__nav { gap: 4px; }
}

@media (max-width: 575px) {
  .tp-mice__mice-grid {
    grid-template-columns: 1fr;
  }

  .tp-mice__footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tp-mice__header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .tp-mice__nav {
    width: 100%;
    justify-content: flex-start;
    gap: 4px;
  }

  .tp-mice__hero-inner {
    padding-top: 2rem;
  }

  .tp-mice__form-card {
    padding: 18px 16px;
  }
}
