@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,500;0,700;0,900;1,700&display=swap");

.platinum-page {
  --ink: #0a0d0e;
  --muted: #3d4b4e;
  --teal: #0e7c86;
  --aqua: #22b8c4;
  --dark: #0c2126;
  --pale: #f1f7f7;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a:visited {
  color: var(--ink) !important;
}
a.platinum-btn--teal {
  color: #fff !important;
}
a.platinum-btn--teal:hover {
  color: var(--ink) !important;
}
a.platinum-btn--outline:visited {
  color: #fff !important;
}
a.platinum-btn--white:hover {
  color: var(--pale) !important;
}
.platinum-page * {
  box-sizing: border-box;
}
.platinum-container {
  max-width: 1420px;
}
.platinum-section {
  padding: 112px 0;
}
.platinum-section--club {
  padding-bottom: 100px;
  background: linear-gradient(
    165deg,
    #fff 0,
    #fff 54%,
    #e8f8f9 54%,
    #f1f7f7 100%
  );
}
.platinum-section--passport,
.platinum-section--comparison {
  background: #f1f7f7;
}
.platinum-section--assistance {
  background: #fff;
}
.platinum-section--referral {
  background: var(--pale);
}
.platinum-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.platinum-page h1,
.platinum-page h2,
.platinum-page h3,
.platinum-page p {
  margin-top: 0;
}
.platinum-page h1 {
  max-width: 630px;
  margin: 18px 0 28px;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.28px;
}
.platinum-page h1 span,
.platinum-page h2 em {
  color: var(--aqua);
  font-style: normal;
}
.platinum-page h2 {
  max-width: 630px;
  margin-bottom: 28px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.96px;
}
.platinum-page h2 em {
  color: var(--teal);
  font-style: italic;
}
.platinum-page p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}
.platinum-page :is(h1, h2, h3, p) {
  max-width: 640px;
}
.platinum-hero {
  position: relative;
  isolation: isolate;
  min-height: 790px;
  background: url("/wp-content/themes/mcraft/assets/platinum-figma/bg.jpg")
    center calc(50% + var(--platinum-parallax-y, 0px)) / cover no-repeat;
}

.platinum-page .platinum-hero .platinum-lead {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
}
.platinum-label {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.56px;
}
.platinum-label--light {
  color: var(--ink);
  background: #fff;
}
.platinum-included {
  margin: 26px 0 28px !important;
  color: var(--aqua) !important;
  font-size: 14px !important;
  font-weight: 500;
}
.platinum-btn {
  position: relative;
  overflow: hidden;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}
.platinum-page .platinum-btn::before {
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -55%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 38%), transparent);
  transform: skewX(-22deg);
  transition: left 460ms ease;
  content: "";
}
.platinum-page .platinum-btn::after {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.1em;
  line-height: 0;
  vertical-align: -0.03em;
  transition: transform 220ms ease;
  content: "\2192";
}
.platinum-page .platinum-btn:hover,
.platinum-page .platinum-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgb(8 36 42 / 20%);
}
.platinum-page .platinum-btn:hover::before,
.platinum-page .platinum-btn:focus-visible::before {
  left: 125%;
}
.platinum-page .platinum-btn:hover::after,
.platinum-page .platinum-btn:focus-visible::after {
  transform: translateX(4px);
}
.platinum-page .platinum-btn:focus-visible {
  outline: 3px solid rgb(34 184 196 / 45%);
  outline-offset: 3px;
}
.platinum-btn--white {
  background: #fff;
  color: var(--ink);
}
.platinum-btn--outline {
  border-color: #fff;
  color: #fff;
}
.platinum-btn--teal {
  background: var(--teal);
  color: #fff;
}
.platinum-page .platinum-btn--teal:hover,
.platinum-page .platinum-btn--teal:focus-visible {
  background: #086d76;
  color: #fff;
}
.platinum-page .platinum-btn--teal,
.platinum-page .platinum-btn--teal:hover,
.platinum-page .platinum-btn--teal:focus,
.platinum-page .platinum-btn--teal:active {
  color: #fff !important;
}
.platinum-page .platinum-btn--outline:hover,
.platinum-page .platinum-btn--outline:focus-visible {
  background: rgb(255 255 255 / 12%);
  color: #fff;
}
.platinum-btn--outline-dark {
  border-color: #d7dbdb;
  color: var(--ink);
}
.platinum-page .platinum-btn--outline-dark:hover,
.platinum-page .platinum-btn--outline-dark:focus-visible {
  border-color: var(--teal);
  background: var(--teal);
  color: #fff;
}
.platinum-page .platinum-btn--outline-dark:hover,
.platinum-page .platinum-btn--outline-dark:focus,
.platinum-page .platinum-btn--outline-dark:active {
  color: #fff !important;
}
@media (prefers-reduced-motion: no-preference) {
  .platinum-page.is-enhanced [data-platinum-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition:
      opacity 560ms ease,
      transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .platinum-page.is-enhanced [data-platinum-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}
.platinum-page .platinum-section .col-lg-6 > img,
.platinum-page .platinum-reviews img,
.platinum-page .platinum-gallery-item {
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms ease;
}
@media (hover: hover) {
  .platinum-page .platinum-section .col-lg-6 > img:hover,
  .platinum-page .platinum-reviews img:hover,
  .platinum-page .platinum-gallery-item:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 15px 32px rgb(8 36 42 / 18%);
    transform: scale(1.02);
  }
  .platinum-page .platinum-section--assistance .col-lg-6 > img:hover {
    box-shadow: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .platinum-page .platinum-btn,
  .platinum-page .platinum-btn::before,
  .platinum-page .platinum-btn::after {
    transition: none;
  }
}
.platinum-stats {
  display: flex;
  gap: 52px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.platinum-stats div {
  display: grid;
}
.platinum-stats strong {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
}
.platinum-stats span {
  opacity: 0.6;
  font-size: 12.5px;
}
.passport-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.passport-card--hero {
  transform: rotate(-1.5deg);
}
.passport-card__bar {
  display: flex;
  justify-content: space-between;
  padding: 16px 28px;
  background: var(--dark);
  color: #fff;
  font-size: 18px;
}
.passport-card img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: top;
}
.passport-card small {
  display: block;
  padding: 10px;
  color: var(--muted);
  text-align: center;
}
.platinum-photo,
.platinum-screen {
  display: block;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.14);
}
.platinum-photo {
  aspect-ratio: 709/446;
  object-fit: cover;
}
.platinum-photo--short {
  aspect-ratio: 707/285;
}
.platinum-screen {
  max-height: 500px;
  object-fit: cover;
  object-position: top;
}
.platinum-benefit {
  height: 100%;
  padding: 28px 26px;
  border: 1px solid #e2eaea;
  border-radius: 14px;
  background: #fff;
}
.platinum-benefit > span {
  display: block;
  color: var(--teal);
  font-size: 26px;
}
.platinum-benefit h3 {
  margin: 10px 0 9px;
  font-size: 19px;
  font-weight: 700;
}
.platinum-benefit p {
  margin: 0;
  font-size: 14.5px;
}
.platinum-list-title {
  margin: 32px 0 15px;
  font-size: 18px;
}
.platinum-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.platinum-checklist li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(10, 13, 14, 0.25);
  font-size: 16px;
}
.platinum-checklist li:last-child {
  border-bottom: 0;
}
.platinum-checklist li::first-letter {
  color: var(--teal);
}
.platinum-details {
  margin-top: 18px;
  font-size: 18px;
}
.platinum-details summary {
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 8px;
}
.platinum-callout {
  height: 100%;
  padding: 25px 10px;
  border-radius: 15px;
}
.platinum-callout b {
  font-size: 13px;
}
.platinum-callout p {
  margin: 8px 0 0;
  font-size: 14px;
}
.platinum-callout--dark {
  border: 0;
  background: var(--dark);
  color: #fff;
  padding: 25px 25px;
}
.platinum-callout--dark p {
  color: #fff;
}
.platinum-map {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: 40px;
  border-radius: 50% 45% 50% 40%;
  background:
    radial-gradient(circle at 52% 43%, #e0fbfc 0 4%, transparent 4.5%),
    radial-gradient(circle at 35% 62%, #e0fbfc 0 3%, transparent 3.5%),
    linear-gradient(135deg, #0d8791, #16b6c1);
  color: #fff;
  font-size: 96px;
  font-weight: 900;
  line-height: 0.8;
  text-align: center;
  transform: rotate(-8deg);
}
.platinum-map span {
  margin-top: 20px;
  font-size: 28px;
  line-height: 1.05;
}
.platinum-section--assistance h2 em {
  font-size: 72px;
}
.platinum-steps {
  max-width: 410px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.platinum-steps li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 0;
  position: relative;
  margin: 0;
  padding: 0 0 16px;
}
.platinum-steps b {
  position: relative;
  grid-row: span 2;
  color: var(--teal);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
.platinum-steps li:not(:last-child) b::after {
  position: absolute;
  top: 22px;
  bottom: -16px;
  left: 3px;
  width: 1px;
  background: #8d999b;
  content: "";
}
.platinum-steps li:not(:last-child) b::before {
  position: absolute;
  z-index: 1;
  bottom: -16px;
  left: 1px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1;
  content: "↓";
}
.platinum-steps span {
  padding-left: 0;
  color: #07535d;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: uppercase;
}
.platinum-steps small {
  grid-column: 2;
  display: block;
  padding-top: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.platinum-steps li:last-child {
  padding-bottom: 0;
}
.platinum-steps li:last-child span,
.platinum-steps li:last-child small {
  grid-column: 2;
  background: #0c252a;
}
.platinum-steps li:last-child span {
  color: var(--aqua);
}
.platinum-steps li:last-child small {
  border-radius: 0 0 15px 15px;
  color: #fff;
  font-weight: 700;
}
/* Referral steps: compact horizontal sequence. */
.platinum-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
}
.platinum-steps li {
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 5px;
  padding: 0;
}
.platinum-steps li:not(:last-child) b::after {
  display: none;
}
.platinum-steps li:not(:last-child) b::before {
  top: 8px;
  bottom: auto;
  left: calc(100% + 2px);
  color: var(--teal);
  font-size: 16px;
  content: "→";
}
.platinum-steps span {
  font-size: 13px;
  line-height: 1.3;
}
.platinum-steps small {
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.35;
}
.platinum-steps li:last-child span,
.platinum-steps li:last-child small {
  background: transparent;
}
.platinum-steps li:last-child span {
  padding: 0;
  border-radius: 0;
  color: #07535d;
}
.platinum-steps li:last-child small {
  padding: 5px 0 0;
  border-radius: 0;
  color: var(--muted);
  font-weight: 400;
}
.platinum-steps {
  gap: 18px;
}
.platinum-steps li {
  column-gap: 8px;
}
.platinum-steps b {
  font-size: 16px;
}
.platinum-steps span {
  font-size: 16px;
  line-height: 1.35;
}
.platinum-steps small {
  font-size: 14px;
  line-height: 1.4;
}
.platinum-steps li:last-child span,
.platinum-steps li:last-child small {
  background: #0c252a;
}
.platinum-steps li:last-child span {
  border-radius: 15px 15px 0 0;
  color: var(--aqua);
}
.platinum-steps li:last-child small {
  border-radius: 0 0 15px 15px;
  color: #fff;
  font-weight: 700;
}
.platinum-steps {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr) minmax(0, 1.65fr);
  gap: 14px;
  align-items: start;
}
.platinum-steps li {
  grid-template-rows: max-content max-content;
  align-content: start;
  align-items: start;
}
.platinum-steps li:not(:last-child) b::before {
  display: none;
}
.platinum-steps span {
  font-size: 15px;
  line-height: 1.3;
}
.platinum-steps small {
  align-self: start;
  font-size: 13px;
  line-height: 1.4;
}

.platinum-steps li:last-child small {
  font-size: 13px;
  line-height: 1.4;
}
.platinum-referral-details {
  align-items: center !important;
}
.platinum-referral-details > .col-lg-6 {
  display: flex;
  align-items: center;
}
.platinum-referral-details .platinum-reward-table {
  width: 100%;
}
.platinum-reviews img {
  display: block;
  width: 100%;
  height: 355px;
  border-radius: 15px;
  object-fit: cover;
}
.platinum-reward-table {
  overflow: hidden;
  border: 1px solid #d7dbdb;
  border-radius: 15px;
  background: #fff;
}
.platinum-reward-table__head,
.platinum-reward-table > div:not(.platinum-reward-table__head) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 22px;
}
.platinum-reward-table__head {
  background: #0c252a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.platinum-reward-table > div:not(.platinum-reward-table__head) {
  border-top: 1px solid #d7dbdb;
  font-size: 16px;
}
.platinum-reward-table__row span {
  color: var(--muted);
}
.platinum-reward-table strong {
  color: var(--teal);
  font-size: 24px;
}
.platinum-bonus-title {
  font-size: 42px !important;
}
.platinum-bonus-list {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.platinum-bonus-list li {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid #d7dbdb;
}
.platinum-bonus-list b {
  color: var(--teal);
}
.platinum-comparison-table {
  min-width: 850px;
  border-collapse: separate;
  border-spacing: 0;
}
.platinum-comparison-table th,
.platinum-comparison-table td {
  padding: 18px 0;
  border-color: #d7dbdb;
  font-size: 18px;
}
.platinum-comparison-table thead th {
  font-weight: 400;
}
.platinum-comparison-table thead th:last-child {
  color: #018692;
  font-weight: 900;
}
.platinum-comparison-table tbody th {
  font-weight: 400;
}
.platinum-comparison-table td:nth-child(2) {
  color: #6b7b7f;
}
.platinum-comparison-table td:last-child {
  color: #018692;
  font-weight: 700;
}
.platinum-faq details {
  padding: 18px 0;
  border-bottom: 1px solid #d7dbdb;
}
.platinum-faq summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}
.platinum-faq p {
  margin: 10px 0 0;
  font-size: 16px;
}
.platinum-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.platinum-gallery img {
  width: 100%;
  height: 220px;
  border-radius: 15px;
  object-fit: cover;
}
.platinum-gallery img:first-child {
  grid-row: span 2;
  height: 456px;
}
.platinum-final {
  padding: 95px 0;
  background: #0c4049;
}
.platinum-final h2 {
  color: #fff;
  font-size: 48px;
}
.platinum-final p {
  color: rgba(255, 255, 255, 0.7);
}
.platinum-final p span {
  opacity: 1;
  color: #fff;
}
@media (max-width: 991.98px) {
  .platinum-section {
    padding: 76px 0;
  }
  .platinum-hero {
    min-height: auto;
  }
  .platinum-hero .min-vh-100 {
    min-height: auto !important;
  }
  .platinum-page h1 {
    font-size: 52px;
  }
  .platinum-page h2 {
    font-size: 42px;
  }
  .passport-card {
    max-width: 620px;
    margin: auto;
  }
  .platinum-reviews img {
    height: 290px;
  }
}
@media (max-width: 575.98px) {
  .platinum-section .row.g-5 {
    --bs-gutter-y: 1.25rem;
  }
  .platinum-steps {
    grid-template-columns: 1fr;
  }
  .platinum-steps li:not(:last-child) b::before {
    top: auto;
    bottom: -16px;
    left: 1px;
    content: "↓";
  }
  .platinum-steps li {
    padding-bottom: 16px;
  }
  .platinum-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .platinum-section {
    padding: 58px 0;
  }
  .platinum-page .row > * {
    min-width: 0;
  }
  .platinum-page h1 {
    font-size: 39px;
    letter-spacing: -0.78px;
  }
  .platinum-page h2 {
    font-size: 34px;
    letter-spacing: -0.68px;
  }
  .platinum-page p {
    font-size: 16px;
    overflow-wrap: anywhere;
  }
  .platinum-hero {
    background-position: 62% center;
  }
  .platinum-hero .container,
  .platinum-hero .row,
  .platinum-hero [class*="col-"] {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .platinum-hero .row {
    padding-top: 72px !important;
    padding-bottom: 58px !important;
  }
  .platinum-hero .d-flex {
    align-items: stretch;
    flex-direction: column;
  }
  .platinum-hero .platinum-btn {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    white-space: normal;
  }
  .platinum-stats {
    gap: 14px;
    justify-content: space-between;
  }
  .platinum-stats strong {
    font-size: 20px;
  }
  .platinum-stats span {
    font-size: 10px;
  }
  .passport-card__bar {
    padding: 12px 18px;
    font-size: 13px;
  }
  .passport-card img {
    height: 245px;
  }
  .platinum-photo {
    border-radius: 20px;
  }
  .platinum-benefit {
    padding: 22px;
  }
  .platinum-map {
    min-height: 285px;
    font-size: 70px;
  }
  .platinum-map span {
    font-size: 19px;
  }
  .platinum-section--assistance h2 em {
    font-size: 58px;
  }
  .platinum-reviews img {
    height: 205px;
  }
  .platinum-reward-table__head,
  .platinum-reward-table > div:not(.platinum-reward-table__head) {
    padding: 17px 20px;
    font-size: 15px;
  }
  .platinum-reward-table__head {
    font-size: 13px;
  }
  .platinum-reward-table strong {
    font-size: 19px;
  }
  .platinum-gallery img {
    height: 135px;
  }
  .platinum-gallery img:first-child {
    height: 286px;
  }
  .platinum-final {
    padding: 62px 0;
  }
  .platinum-final h2 {
    font-size: 34px;
  }
  .platinum-final .col-lg-6 + .col-lg-6 {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
}

.platinum-section--club {
  position: relative;
  isolation: isolate;
  background: #fff;
}
.platinum-section--club::before {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 510px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 570' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='club-wave' x1='1920' y1='0' x2='1608.97' y2='1047.66' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2322B8C4' stop-opacity='.3'/%3E%3Cstop offset='1' stop-color='%23123A44' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 352.857C416.386 40.714 717.108 515.714 1133.49 162.857C1434.22 -95 1653.98 271.429 1920 0V570H0V352.857Z' fill='url(%23club-wave)'/%3E%3C/svg%3E")
    center bottom / 100% 100% no-repeat;
  content: "";
}
.platinum-section--club > .container {
  position: relative;
  z-index: 1;
}

/* Referral steps: horizontal card sequence. */
.platinum-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
.platinum-steps li {
  display: block;
  position: relative;
  min-height: 174px;
  margin: 0;
  padding: 22px 20px;
  border: 1px solid #cbdcde;
  border-radius: 16px;
  background: #fff;
}
.platinum-steps li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -23px;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--pale);
  color: var(--teal);
  font-size: 21px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  transform: translateY(-50%);
  content: "→";
}
.platinum-steps li:not(:last-child) b::before,
.platinum-steps li:not(:last-child) b::after {
  display: none;
}
.platinum-steps b,
.platinum-steps span,
.platinum-steps small {
  display: block;
  padding: 0;
  background: transparent;
}
.platinum-steps b {
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.platinum-steps span,
.platinum-steps li:last-child span {
  margin-bottom: 8px;
  color: #07535d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.platinum-steps small,
.platinum-steps li:last-child small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
.platinum-steps li:last-child {
  border-color: #0c252a;
  background: #0c252a;
}
.platinum-steps li:last-child b {
  color: var(--aqua);
}
.platinum-steps li:last-child span {
  color: var(--aqua);
}
.platinum-steps li:last-child small {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .platinum-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .platinum-steps li {
    min-height: 0;
  }
  .platinum-steps li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

/* Customer photo collage and mobile swipe slider. */
.platinum-gallery {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 68px;
  gap: 8px;
}
.platinum-gallery-item {
  min-width: 0;
  overflow: hidden;
  border-radius: 9px;
}
.platinum-gallery-item:nth-child(1),
.platinum-gallery-item:nth-child(2) {
  grid-row: span 4;
}
.platinum-gallery-item:nth-child(3) {
  grid-row: span 2;
}
.platinum-gallery-item:nth-child(4) {
  grid-row: span 5;
}
.platinum-gallery-item:nth-child(5),
.platinum-gallery-item:nth-child(6) {
  grid-row: span 3;
}
.platinum-gallery-item:nth-child(n + 7) {
  grid-row: span 4;
}
.platinum-gallery .platinum-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .platinum-gallery {
    display: flex;
    gap: 12px;
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .platinum-gallery::-webkit-scrollbar {
    display: none;
  }
  .platinum-gallery-item,
  .platinum-gallery-item:nth-child(n) {
    flex: 0 0 min(82vw, 360px);
    height: 440px;
    border-radius: 15px;
    scroll-snap-align: start;
  }
}

/* Final call to action. */
.platinum-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 68px 0;
  background: #0a2a30;
}
.platinum-final::before {
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -48%;
  left: -8%;
  height: 88%;
  border-radius: 50% 50% 0 0 / 65% 65% 0 0;
  background: linear-gradient(
    105deg,
    rgb(10 42 48 / 0%) 24%,
    rgb(20 99 110 / 72%)
  );
  transform: translateY(var(--platinum-parallax-y, 0px));
  content: "";
}
.platinum-final .row {
  min-height: 360px;
  align-items: center;
}
.platinum-final .col-lg-6:first-child {
  padding-right: clamp(40px, 6vw, 92px);
  border-right: 1px solid rgb(255 255 255 / 20%);
}
.platinum-final .col-lg-6 + .col-lg-6 {
  padding-left: clamp(40px, 6vw, 92px);
}
.platinum-final h2 {
  max-width: 590px;
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(38px, 3.25vw, 52px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -1.04px;
}
.platinum-final p {
  max-width: 600px;
  margin: 0 0 26px;
  color: rgb(255 255 255 / 62%);
  line-height: 1.7;
}
.platinum-final .platinum-btn {
  min-width: 166px;
  padding: 14px 29px;
}
.platinum-final .platinum-btn--white {
  color: #0a2a30;
}
.platinum-final .platinum-btn--outline {
  border-color: rgb(255 255 255 / 85%);
  background: transparent;
  color: #fff;
}
@media (max-width: 991.98px) {
  .platinum-final .row {
    min-height: 0;
  }
  .platinum-final .col-lg-6:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    border-right: 0;
  }
  .platinum-final .col-lg-6 + .col-lg-6 {
    margin-top: 48px;
    padding-top: 48px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    border-top: 1px solid rgb(255 255 255 / 20%);
  }
}

@media (max-width: 767.98px) {
  .platinum-section--comparison .table-responsive {
    overflow: visible;
  }
  .platinum-comparison-table,
  .platinum-comparison-table tbody {
    display: block;
    min-width: 0;
  }
  .platinum-comparison-table thead {
    display: block;
  }
  .platinum-comparison-table thead tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 10px;
  }
  .platinum-comparison-table thead th {
    display: block;
    padding: 0 2px;
    border: 0;
    color: #6b7b7f;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
  }
  .platinum-comparison-table thead th:first-child {
    display: none;
  }
  .platinum-comparison-table thead th:last-child {
    color: #018692;
  }
  .platinum-comparison-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid #d7dbdb;
    border-radius: 14px;
    background: #fff;
  }
  .platinum-comparison-table tbody th,
  .platinum-comparison-table tbody td {
    display: block;
    padding: 0;
    border: 0;
  }
  .platinum-comparison-table tbody th {
    grid-column: 1 / -1;
    margin-bottom: 3px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
  }
  .platinum-comparison-table tbody td {
    margin-top: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.4;
  }
  .platinum-comparison-table tbody td::before {
    display: none;
  }
  .platinum-comparison-table tbody td:last-child {
    color: #018692;
  }
  .platinum-comparison-table tbody td:last-child::before {
    color: #018692;
  }
}

/* Bootstrap grid for the four referral cards. */
.platinum-steps.row {
  display: flex;
  grid-template-columns: none;
  gap: 0;
  align-items: stretch;
}
.platinum-steps.row > .col {
  display: block;
}
.platinum-steps.row li:last-child {
  border-color: #f28c28;
  background: #f28c28;
}
.platinum-steps.row li:last-child b,
.platinum-steps.row li:last-child span,
.platinum-steps.row li:last-child small {
  color: #0a2a30;
}
.platinum-steps.row li:last-child small {
  font-weight: 600;
}

/* Keep Bootstrap gutters clear; colours belong to the inner card only. */
.platinum-steps.row > li.col,
.platinum-steps.row > li.col:nth-child(3),
.platinum-steps.row > li.col:last-child {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.platinum-steps.row > li.col:nth-child(3) .platinum-step-card {
  border-color: #0c252a;
  background: #0c252a;
}
.platinum-steps.row > li.col:last-child .platinum-step-card {
  border-color: #f28c28;
  background: #f28c28;
}
@media (max-width: 991.98px) {
  .platinum-steps.row li:not(:last-child)::after {
    display: none;
  }
}

/* Four-step referral sequence: three light cards and one final dark card. */
.platinum-steps.row > li.col:nth-child(3) .platinum-step-card {
  border-color: #cbdcde;
  background: #fff;
}
.platinum-steps.row > li.col:nth-child(3) b,
.platinum-steps.row > li.col:nth-child(3) span {
  color: #07535d;
}
.platinum-steps.row > li.col:nth-child(3) small {
  color: var(--muted);
  font-weight: 400;
}
.platinum-steps.row > li.col:last-child .platinum-step-card {
  border-color: #0c252a;
  background: #0c252a;
}
.platinum-steps.row > li.col:last-child b,
.platinum-steps.row > li.col:last-child span {
  color: var(--aqua);
}
.platinum-steps.row > li.col:last-child small {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .platinum-steps.row {
    row-gap: 34px;
  }
  .platinum-section--referral .platinum-steps.row li:not(:last-child)::after {
    display: block;
    top: auto;
    right: 50%;
    bottom: -27px;
    color: var(--teal);
    font-size: 24px;
    line-height: 1;
    transform: translateX(50%);
    content: "\2193";
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .platinum-section--referral .platinum-steps.row {
    row-gap: 70px;
  }
  .platinum-section--referral .platinum-steps.row li:not(:last-child)::after {
    display: block;
    top: 50%;
    right: -7px;
    bottom: auto;
    left: auto;
    font-size: 22px;
    transform: translateY(-50%);
    content: "\2192";
  }
  .platinum-section--referral .platinum-steps.row li:nth-child(2)::after {
    top: auto;
    right: auto;
    bottom: -70px;
    left: -20px;
    width: 36px;
    height: 70px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 70'%3E%3Cpath d='M32 3L7 62' fill='none' stroke='%230e7c86' stroke-width='1.5'/%3E%3Cpath d='M7 62L7 52M7 62L16 59' fill='none' stroke='%230e7c86' stroke-width='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
    transform: none;
    content: "";
  }
}
@media (max-width: 991.98px) {
  .platinum-steps.row li:not(:last-child)::after {
    display: none;
  }
}

/* The Bootstrap column supplies the gap; the visual card lives inside it. */
.platinum-steps.row > li.col {
  position: relative;
  min-height: 0;
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
  border: 0;
  border-radius: 0;
  background: transparent;
}
.platinum-step-card {
  min-height: 174px;
  height: 100%;
  padding: 22px 20px;
  border: 1px solid #cbdcde;
  border-radius: 16px;
  background: #fff;
}
.platinum-steps.row li:not(:last-child)::after {
  top: 50%;
  right: -7px;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--teal);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
  content: "\2192";
}
.platinum-steps.row li:nth-child(3),
.platinum-steps.row li:last-child {
  min-height: 0;
  border: 0;
  background: transparent;
}
.platinum-steps.row li:nth-child(3) .platinum-step-card {
  border-color: #0c252a;
  background: #0c252a;
}
.platinum-steps.row li:last-child .platinum-step-card {
  border-color: #f28c28;
  background: #f28c28;
}
.platinum-steps.row li:nth-child(3) b,
.platinum-steps.row li:nth-child(3) span {
  color: var(--aqua);
}
.platinum-steps.row li:nth-child(3) small {
  color: #fff;
  font-weight: 600;
}
.platinum-steps.row li:last-child b,
.platinum-steps.row li:last-child span,
.platinum-steps.row li:last-child small {
  color: #0a2a30;
}
.platinum-steps.row li:last-child small {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .platinum-steps.row li:not(:last-child)::after {
    display: none;
  }
}

/* Four-step referral sequence: white, white, dark, orange. */
.platinum-steps.row > .col {
  min-height: 0;
}
.platinum-steps.row li:nth-child(3),
.platinum-steps.row li:last-child {
  min-height: 174px;
}
.platinum-steps.row li:nth-child(3) {
  border-color: #0c252a;
  background: #0c252a;
}
.platinum-steps.row li:nth-child(3) b,
.platinum-steps.row li:nth-child(3) span {
  color: var(--aqua);
}
.platinum-steps.row li:nth-child(3) small {
  color: #fff;
  font-weight: 600;
}
.platinum-steps.row li:nth-child(3) span,
.platinum-steps.row li:nth-child(3) small,
.platinum-steps.row li:last-child span,
.platinum-steps.row li:last-child small {
  grid-column: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.platinum-steps.row li:last-child {
  border-color: #f28c28;
  background: #f28c28;
}
.platinum-steps.row li:last-child b,
.platinum-steps.row li:last-child span,
.platinum-steps.row li:last-child small {
  color: #0a2a30;
}
.platinum-steps.row li:last-child small {
  font-weight: 600;
}
.platinum-steps.row > li.col,
.platinum-steps.row > li.col:nth-child(3),
.platinum-steps.row > li.col:last-child {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.platinum-steps.row > li.col:nth-child(3) .platinum-step-card {
  border-color: #0c252a;
  background: #0c252a;
}
.platinum-steps.row > li.col:last-child .platinum-step-card {
  border-color: #f28c28;
  background: #f28c28;
}
@media (max-width: 991.98px) {
  .platinum-steps.row li:not(:last-child)::after {
    display: none;
  }
}
.platinum-steps.row > li.col:nth-child(3) .platinum-step-card {
  border-color: #cbdcde;
  background: #fff;
}
.platinum-steps.row > li.col:nth-child(3) b,
.platinum-steps.row > li.col:nth-child(3) span {
  color: #07535d;
}
.platinum-steps.row > li.col:nth-child(3) small {
  color: var(--muted);
  font-weight: 400;
}
.platinum-steps.row > li.col:last-child .platinum-step-card {
  border-color: #0c252a;
  background: #0c252a;
}
.platinum-steps.row > li.col:last-child b,
.platinum-steps.row > li.col:last-child span {
  color: var(--aqua);
}
.platinum-steps.row > li.col:last-child small {
  color: #fff;
  font-weight: 600;
}
