/* stylelint-disable selector-class-pattern, alpha-value-notation, declaration-block-single-line-max-declarations, media-feature-range-notation */

:root {
  --wm-pt-green: #046a38;
  --wm-pt-green-deep: #043d24;
  --wm-pt-red: #c8102e;
  --wm-pt-red-deep: #7c0820;
  --wm-pt-gold: #ffe49a;
  --wm-pt-ink: #111a2e;
  --wm-pt-paper: #f4f1e8;
}

.wm-pt-campaign {
  margin-top: var(--wm-navbar-height, 64px);
  background: var(--wm-pt-paper);
  color: var(--wm-pt-ink);
}

.wm-pt-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.wm-pt-hero {
  position: relative;
  min-height: calc(100svh - var(--wm-world-bar-height, 36px) - var(--wm-navbar-height, 64px));
  height: calc(100svh - var(--wm-world-bar-height, 36px) - var(--wm-navbar-height, 64px));
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: 28px 0 52px;
  background:
    linear-gradient(108deg, rgb(2 59 32 / 0.98) 0 48%, rgb(132 5 29 / 0.98) 48% 100%),
    #063f25;
  color: #fff;
}

.wm-pt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgb(255 255 255 / 0.055) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.wm-pt-hero__pitch {
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: 0.19;
  background:
    linear-gradient(90deg, transparent 0 49.8%, #fff 49.8% 50.2%, transparent 50.2%),
    radial-gradient(circle at 50% 50%, transparent 0 105px, #fff 106px 108px, transparent 109px),
    linear-gradient(90deg, transparent 0 8%, #fff 8% 8.2%, transparent 8.2% 91.8%, #fff 91.8% 92%, transparent 92%);
  transform: perspective(900px) rotateX(59deg) scale(1.6) translateY(22%);
}

.wm-pt-hero__glow {
  position: absolute;
  z-index: -3;
  width: 550px;
  height: 550px;
  border-radius: 999px;
  filter: blur(20px);
  opacity: 0.38;
}

.wm-pt-hero__glow--green {
  top: -270px;
  left: 5%;
  background: radial-gradient(circle, #32c779, transparent 66%);
}

.wm-pt-hero__glow--red {
  right: -170px;
  bottom: -290px;
  background: radial-gradient(circle, #ff3657, transparent 66%);
}

.wm-pt-confetti {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.wm-pt-confetti span {
  position: absolute;
  display: block !important;
  top: -40px;
  width: 7px;
  height: 16px;
  border-radius: 2px;
  background: var(--wm-pt-gold);
  opacity: 0.58;
  animation: wmPtConfetti 10s linear infinite;
}

.wm-pt-confetti span:nth-child(3n) { background: #fff; }
.wm-pt-confetti span:nth-child(3n + 1) { background: #0da35b; }
.wm-pt-confetti span:nth-child(3n + 2) { background: #e1203f; }
.wm-pt-confetti span:nth-child(1) { left: 4%; animation-delay: -2.4s; }
.wm-pt-confetti span:nth-child(2) { left: 10%; animation-delay: -7.3s; }
.wm-pt-confetti span:nth-child(3) { left: 17%; animation-delay: -4.1s; }
.wm-pt-confetti span:nth-child(4) { left: 24%; animation-delay: -8.8s; }
.wm-pt-confetti span:nth-child(5) { left: 31%; animation-delay: -0.9s; }
.wm-pt-confetti span:nth-child(6) { left: 39%; animation-delay: -5.5s; }
.wm-pt-confetti span:nth-child(7) { left: 46%; animation-delay: -1.7s; }
.wm-pt-confetti span:nth-child(8) { left: 53%; animation-delay: -9.2s; }
.wm-pt-confetti span:nth-child(9) { left: 59%; animation-delay: -3.5s; }
.wm-pt-confetti span:nth-child(10) { left: 66%; animation-delay: -6.2s; }
.wm-pt-confetti span:nth-child(11) { left: 72%; animation-delay: -0.2s; }
.wm-pt-confetti span:nth-child(12) { left: 78%; animation-delay: -4.8s; }
.wm-pt-confetti span:nth-child(13) { left: 83%; animation-delay: -7.9s; }
.wm-pt-confetti span:nth-child(14) { left: 88%; animation-delay: -2.9s; }
.wm-pt-confetti span:nth-child(15) { left: 93%; animation-delay: -5.9s; }
.wm-pt-confetti span:nth-child(16) { left: 14%; animation-delay: -9.6s; }
.wm-pt-confetti span:nth-child(17) { left: 57%; animation-delay: -7s; }
.wm-pt-confetti span:nth-child(18) { left: 96%; animation-delay: -1.1s; }

.wm-pt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
  gap: 58px;
  align-items: center;
}

.wm-pt-hero__copy {
  position: relative;
  z-index: 2;
}

.wm-pt-hero__brand {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.wm-pt-hero__flag {
  width: 82px;
  height: 54px;
  filter: drop-shadow(0 16px 20px rgb(0 0 0 / 0.24));
  animation: portugalCrestFloat 4.8s ease-in-out infinite;
}

.wm-pt-kicker {
  margin: 0 0 14px;
  color: var(--wm-pt-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wm-pt-kicker--dark {
  color: var(--wm-pt-red);
}

.wm-pt-hero h1 {
  margin: 0;
  max-width: 680px;
  color: #fff;
  font-size: clamp(3.2rem, 5.35vw, 5.15rem);
  line-height: 0.88;
  font-weight: 950;
  letter-spacing: -0.072em;
  text-shadow: 0 18px 40px rgb(0 0 0 / 0.26);
}

.wm-pt-hero h1 span,
.wm-pt-hero h1 em {
  display: block;
  white-space: nowrap;
}

.wm-pt-hero h1 em {
  color: var(--wm-pt-gold);
  font-style: normal;
}

.wm-pt-hero__lead {
  max-width: 610px;
  margin: 26px 0 0;
  color: rgb(255 255 255 / 0.84);
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 600;
}

.wm-pt-tier-switcher {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 30px;
  padding: 7px;
  border: 1px solid rgb(255 255 255 / 0.17);
  border-radius: 16px;
  background: rgb(0 0 0 / 0.2);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.08);
  backdrop-filter: blur(14px);
}

.wm-pt-tier-button {
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: rgb(255 255 255 / 0.65);
  text-align: left;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.wm-pt-tier-button:hover {
  color: #fff;
  transform: translateY(-1px);
}

.wm-pt-tier-button.is-active {
  border-color: rgb(255 228 154 / 0.45);
  background: var(--wm-pt-gold);
  color: #142117;
  box-shadow: 0 12px 24px rgb(0 0 0 / 0.2);
}

.wm-pt-tier-button span,
.wm-pt-tier-button strong {
  display: block;
}

.wm-pt-tier-button span {
  overflow: hidden;
  font-size: 0.62rem;
  line-height: 1.25;
  font-weight: 750;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wm-pt-tier-button strong {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 950;
}

.wm-pt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.wm-pt-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.wm-pt-button:hover {
  transform: translateY(-2px);
}

.wm-pt-button--gold {
  background: var(--wm-pt-gold);
  color: #142117;
  box-shadow: 0 14px 30px rgb(0 0 0 / 0.18);
}

.wm-pt-button--gold:hover {
  background: #fff0bd;
  box-shadow: 0 18px 36px rgb(0 0 0 / 0.24);
}

.wm-pt-button--ghost {
  border-color: rgb(255 255 255 / 0.34);
  background: rgb(255 255 255 / 0.08);
  color: #fff;
}

.wm-pt-button--ghost:hover {
  background: rgb(255 255 255 / 0.15);
}

.wm-pt-button--light {
  background: #fff;
  color: var(--wm-pt-red-deep);
  box-shadow: 0 16px 38px rgb(64 0 14 / 0.24);
}

.wm-pt-hero__visual {
  position: relative;
  z-index: 1;
}

.wm-pt-hero__visual::before {
  content: "PORTUGAL";
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: -1;
  color: rgb(255 255 255 / 0.06);
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}

.wm-pt-photo-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.2;
  border: 1px solid rgb(255 255 255 / 0.24);
  border-radius: 28px;
  background: #18222c;
  box-shadow: 0 40px 90px rgb(0 0 0 / 0.38);
  transform: rotate(1.6deg);
}

.wm-pt-photo-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 3;
  border: 1px solid rgb(255 255 255 / 0.25);
  border-radius: 19px;
  pointer-events: none;
}

.wm-pt-photo-card__viewport,
.wm-pt-photo-card__track,
.wm-pt-photo-card__slide {
  width: 100%;
  height: 100%;
}

.wm-pt-photo-card__viewport {
  overflow: hidden;
}

.wm-pt-photo-card__track {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.wm-pt-photo-card__slide {
  position: relative;
  overflow: hidden;
  flex: 0 0 100%;
  margin: 0;
}

.wm-pt-photo-card__slide img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.02);
}

.wm-pt-photo-card__slide[data-location="AVEIRO"] img {
  object-fit: cover;
  object-position: center;
  transform: none;
}

.wm-pt-photo-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to top, rgb(5 11 9 / 0.87), transparent 50%),
    linear-gradient(120deg, rgb(4 106 56 / 0.2), rgb(200 16 46 / 0.18));
}

.wm-pt-photo-card__score {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 4;
  width: 142px;
  padding: 16px;
  border: 1px solid rgb(255 255 255 / 0.28);
  border-radius: 15px;
  background: rgb(5 20 13 / 0.74);
  color: #fff;
  box-shadow: 0 18px 35px rgb(0 0 0 / 0.25);
  backdrop-filter: blur(16px);
}

.wm-pt-photo-card__navigation {
  position: absolute;
  right: 28px;
  bottom: 70px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wm-pt-photo-card__navigation > button {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 0.3);
  border-radius: 999px;
  background: rgb(5 20 13 / 0.66);
  color: #fff;
  backdrop-filter: blur(12px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.wm-pt-photo-card__navigation > button:hover {
  background: rgb(255 255 255 / 0.2);
  transform: translateY(-1px);
}

.wm-pt-photo-card__navigation svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wm-pt-photo-card__dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wm-pt-photo-card__dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.45);
  transition: width 0.25s ease, background 0.25s ease;
}

.wm-pt-photo-card__dots button.is-active {
  width: 24px;
  background: var(--wm-pt-gold);
}

.wm-pt-photo-card__score span,
.wm-pt-photo-card__score small {
  display: block;
  color: rgb(255 255 255 / 0.72);
  font-size: 0.66rem;
  font-weight: 750;
}

.wm-pt-photo-card__score strong {
  display: block;
  margin: 4px 0;
  color: var(--wm-pt-gold);
  font-size: 2.75rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.wm-pt-photo-card__caption {
  position: absolute;
  right: 30px;
  bottom: 26px;
  left: 30px;
  z-index: 4;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.wm-pt-photo-card__caption span {
  color: var(--wm-pt-gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.wm-pt-photo-card__caption strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.wm-pt-scroll-cue {
  position: absolute;
  bottom: 18px;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(255 255 255 / 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.wm-pt-scroll-cue svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2;
  animation: wmPtCue 1.7s ease-in-out infinite;
}

.wm-pt-offers {
  position: relative;
  padding: 104px 0 112px;
  background:
    radial-gradient(circle at 8% 0%, rgb(4 106 56 / 0.08), transparent 24%),
    radial-gradient(circle at 92% 100%, rgb(200 16 46 / 0.08), transparent 28%),
    var(--wm-pt-paper);
}

.wm-pt-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.65fr);
  gap: 70px;
  align-items: end;
}

.wm-pt-section-heading h2,
.wm-pt-solutions h2,
.wm-pt-transfer h2,
.wm-pt-final-cta h2 {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.wm-pt-section-heading > p {
  margin: 0;
  color: #566075;
  font-size: 1rem;
  line-height: 1.65;
}

.wm-pt-score-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d7d2c4;
}

.wm-pt-score-legend button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #d7d2c4;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.58);
  color: #6c7280;
  font-size: 0.75rem;
  font-weight: 850;
  transition: all 0.2s ease;
}

.wm-pt-score-legend button span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #a5abaf;
}

.wm-pt-score-legend button.is-active {
  border-color: var(--wm-pt-red);
  background: #fff;
  color: var(--wm-pt-red);
  box-shadow: 0 8px 20px rgb(35 23 16 / 0.08);
}

.wm-pt-score-legend button.is-active span {
  background: var(--wm-pt-red);
  box-shadow: 0 0 0 4px rgb(200 16 46 / 0.1);
}

.wm-pt-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.wm-pt-service-card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  border: 1px solid #ddd8ca;
  border-radius: 21px;
  background: rgb(255 255 255 / 0.88);
  box-shadow: 0 15px 45px rgb(37 31 25 / 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.wm-pt-service-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgb(4 106 56 / 0.1);
  border-radius: 999px;
  box-shadow: 0 0 0 26px rgb(4 106 56 / 0.03), 0 0 0 52px rgb(200 16 46 / 0.02);
}

.wm-pt-service-card:hover {
  z-index: 1;
  border-color: rgb(4 106 56 / 0.3);
  box-shadow: 0 24px 60px rgb(37 31 25 / 0.11);
  transform: translateY(-5px);
}

.wm-pt-service-card--annual {
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.96), rgb(255 246 219 / 0.92)),
    #fff;
}

.wm-pt-service-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wm-pt-service-card__number {
  color: #9a9c9d;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.wm-pt-service-card__code {
  display: inline-flex;
  min-width: 46px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 12px;
  background: var(--wm-pt-green);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  box-shadow: 0 10px 22px rgb(4 106 56 / 0.22);
}

.wm-pt-service-card__category {
  color: #7b7f87;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wm-pt-service-card h3 {
  position: relative;
  z-index: 1;
  margin: 23px 0 0;
  color: var(--wm-pt-ink);
  font-size: 1.55rem;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.wm-pt-service-card > p {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 11px 0 0;
  color: #697080;
  font-size: 0.88rem;
  line-height: 1.6;
}

.wm-pt-annual-note {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-top: 14px;
  padding: 7px 9px;
  border: 1px solid rgb(200 16 46 / 0.16);
  border-radius: 8px;
  background: rgb(200 16 46 / 0.06);
  color: var(--wm-pt-red);
  font-size: 0.68rem;
  font-weight: 850;
}

.wm-pt-annual-note svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wm-pt-discount-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: auto;
  padding-top: 22px;
}

.wm-pt-discount {
  min-width: 0;
  padding: 10px 9px;
  border: 1px solid #e2ded2;
  border-radius: 11px;
  background: #f8f6f0;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wm-pt-discount span,
.wm-pt-discount strong {
  display: block;
}

.wm-pt-discount span {
  color: #858993;
  font-size: 0.63rem;
  font-weight: 850;
  text-transform: uppercase;
}

.wm-pt-discount strong {
  margin-top: 3px;
  color: #3b4354;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.wm-pt-discount.is-active {
  border-color: var(--wm-pt-red);
  background: var(--wm-pt-red);
  color: #fff;
  box-shadow: 0 10px 22px rgb(200 16 46 / 0.2);
  transform: translateY(-3px);
}

.wm-pt-discount.is-active span {
  color: rgb(255 255 255 / 0.72);
}

.wm-pt-discount.is-active strong {
  color: #fff;
}

.wm-pt-service-card__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 18px;
  color: var(--wm-pt-green);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.wm-pt-service-card__link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2.4;
  transition: transform 0.2s ease;
}

.wm-pt-service-card__link:hover svg {
  transform: translateX(3px);
}

.wm-pt-solutions {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background: var(--wm-pt-green-deep);
  color: #fff;
}

.wm-pt-solutions::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgb(57 198 126 / 0.18), transparent 25%),
    linear-gradient(115deg, transparent 0 65%, rgb(200 16 46 / 0.32) 65% 100%);
}

.wm-pt-solutions__header,
.wm-pt-solution-grid {
  position: relative;
  z-index: 1;
}

.wm-pt-solutions__header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: end;
}

.wm-pt-solutions h2 {
  max-width: 670px;
  color: #fff;
}

.wm-pt-solutions__scoreboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(84px, 1fr));
  gap: 7px;
  padding: 7px;
  border: 1px solid rgb(255 255 255 / 0.17);
  border-radius: 15px;
  background: rgb(0 0 0 / 0.17);
}

.wm-pt-solutions__scoreboard > div {
  padding: 10px 12px;
  border-radius: 10px;
  color: rgb(255 255 255 / 0.58);
  text-align: center;
  transition: all 0.2s ease;
}

.wm-pt-solutions__scoreboard span,
.wm-pt-solutions__scoreboard strong {
  display: block;
}

.wm-pt-solutions__scoreboard span {
  font-size: 0.61rem;
  font-weight: 850;
  text-transform: uppercase;
}

.wm-pt-solutions__scoreboard strong {
  margin-top: 3px;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 950;
}

.wm-pt-solutions__scoreboard > div.is-active {
  background: var(--wm-pt-gold);
  color: #132116;
  box-shadow: 0 10px 24px rgb(0 0 0 / 0.18);
  transform: translateY(-2px);
}

.wm-pt-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 48px;
}

.wm-pt-solution-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 100px;
  padding: 19px 21px;
  border: 1px solid rgb(255 255 255 / 0.15);
  border-radius: 16px;
  background: rgb(255 255 255 / 0.075);
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.wm-pt-solution-card:hover {
  border-color: rgb(255 228 154 / 0.45);
  background: rgb(255 255 255 / 0.12);
  transform: translateY(-3px);
}

.wm-pt-solution-card__index {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgb(255 228 154 / 0.13);
  color: var(--wm-pt-gold);
  font-size: 0.7rem;
  font-weight: 950;
}

.wm-pt-solution-card strong,
.wm-pt-solution-card small {
  display: block;
}

.wm-pt-solution-card strong {
  font-size: 1rem;
  font-weight: 950;
}

.wm-pt-solution-card small {
  margin-top: 4px;
  color: rgb(255 255 255 / 0.62);
  font-size: 0.75rem;
}

.wm-pt-solution-card svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2;
  color: var(--wm-pt-gold);
}

.wm-pt-transfer {
  padding: 92px 0;
  background: #e9e4d7;
}

.wm-pt-transfer__card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: 60px;
  border-radius: 28px;
  background:
    linear-gradient(108deg, rgb(120 4 27 / 0.98), rgb(200 16 46 / 0.94)),
    var(--wm-pt-red);
  color: #fff;
  box-shadow: 0 30px 70px rgb(88 8 24 / 0.2);
}

.wm-pt-transfer__card::before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 19px;
  pointer-events: none;
}

.wm-pt-transfer__ball {
  position: absolute;
  top: -82px;
  right: 31%;
  width: 220px;
  height: 220px;
  border: 2px solid rgb(255 255 255 / 0.1);
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 48%, rgb(255 255 255 / 0.08) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgb(255 255 255 / 0.08) 49% 51%, transparent 52%),
    radial-gradient(circle, transparent 0 71px, rgb(255 255 255 / 0.08) 72px 74px, transparent 75px);
  transform: rotate(18deg);
}

.wm-pt-transfer__copy {
  position: relative;
  z-index: 1;
}

.wm-pt-transfer h2 {
  max-width: 730px;
  color: #fff;
}

.wm-pt-transfer h2 span {
  color: var(--wm-pt-gold);
}

.wm-pt-transfer__copy > p:not(.wm-pt-kicker) {
  max-width: 650px;
  margin: 19px 0 25px;
  color: rgb(255 255 255 / 0.76);
  font-size: 0.97rem;
  line-height: 1.65;
}

.wm-pt-transfer__discount {
  position: relative;
  z-index: 1;
  min-width: 235px;
  padding: 30px;
  border: 1px solid rgb(255 228 154 / 0.42);
  border-radius: 22px;
  background: rgb(60 0 13 / 0.31);
  text-align: center;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.12);
  backdrop-filter: blur(14px);
}

.wm-pt-transfer__discount span,
.wm-pt-transfer__discount strong,
.wm-pt-transfer__discount small {
  display: block;
}

.wm-pt-transfer__discount span,
.wm-pt-transfer__discount small {
  color: rgb(255 255 255 / 0.68);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wm-pt-transfer__discount strong {
  margin: 8px 0 6px;
  color: var(--wm-pt-gold);
  font-size: 6rem;
  line-height: 0.84;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.wm-pt-final-cta {
  padding: 92px 0;
  background:
    linear-gradient(110deg, rgb(2 65 36 / 0.97) 0 52%, rgb(122 5 27 / 0.97) 52% 100%),
    #063f25;
  color: #fff;
}

.wm-pt-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.wm-pt-final-cta h2 {
  max-width: 760px;
  color: #fff;
}

@keyframes wmPtConfetti {
  from {
    transform: translate3d(0, -35px, 0) rotate(0deg);
  }

  to {
    transform: translate3d(55px, 110vh, 0) rotate(620deg);
  }
}

@keyframes wmPtCue {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

@media (max-width: 1020px) {
  .wm-pt-hero {
    height: auto;
    min-height: auto;
  }

  .wm-pt-hero__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .wm-pt-hero__copy {
    max-width: 760px;
  }

  .wm-pt-hero__visual {
    max-width: 720px;
  }

  .wm-pt-photo-card {
    aspect-ratio: 1.2;
  }

  .wm-pt-photo-card__slide img {
    object-position: 50% 52%;
  }

  .wm-pt-solutions__header {
    grid-template-columns: 1fr;
  }

  .wm-pt-solutions__scoreboard {
    width: min(100%, 440px);
  }
}

@media (min-width: 1021px) and (max-height: 660px) {
  .wm-pt-hero {
    padding: 16px 0 38px;
  }

  .wm-pt-hero__brand {
    margin-bottom: 12px;
  }

  .wm-pt-kicker {
    margin-bottom: 8px;
  }

  .wm-pt-hero h1 {
    font-size: clamp(3rem, 4.5vw, 4.35rem);
  }

  .wm-pt-hero__lead {
    margin-top: 14px;
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .wm-pt-tier-switcher {
    margin-top: 16px;
    padding: 4px;
  }

  .wm-pt-tier-button {
    padding-block: 8px;
  }

  .wm-pt-hero__actions {
    margin-top: 14px;
  }

  .wm-pt-photo-card {
    aspect-ratio: 1.2;
  }
}

@media (max-width: 760px) {
  .wm-pt-shell {
    width: min(100% - 26px, 1180px);
  }

  .wm-pt-hero {
    padding: 52px 0 76px;
  }

  .wm-pt-hero h1 {
    font-size: clamp(2.6rem, 11.5vw, 4rem);
  }

  .wm-pt-hero__lead {
    font-size: 0.98rem;
  }

  .wm-pt-tier-switcher {
    grid-template-columns: 1fr;
  }

  .wm-pt-tier-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }

  .wm-pt-tier-button span {
    white-space: normal;
  }

  .wm-pt-tier-button strong {
    margin: 0;
  }

  .wm-pt-photo-card {
    aspect-ratio: 1;
    border-radius: 22px;
    transform: none;
  }

  .wm-pt-photo-card__navigation {
    right: 20px;
    bottom: 66px;
  }

  .wm-pt-photo-card img {
    object-position: 50% 50%;
  }

  .wm-pt-photo-card__score {
    top: 22px;
    right: 22px;
  }

  .wm-pt-photo-card__caption {
    right: 24px;
    bottom: 22px;
    left: 24px;
  }

  .wm-pt-scroll-cue {
    display: none;
  }

  .wm-pt-offers,
  .wm-pt-solutions {
    padding: 78px 0;
  }

  .wm-pt-section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wm-pt-service-grid,
  .wm-pt-solution-grid {
    grid-template-columns: 1fr;
  }

  .wm-pt-transfer {
    padding: 64px 0;
  }

  .wm-pt-transfer__card {
    grid-template-columns: 1fr;
    padding: 38px 26px 30px;
  }

  .wm-pt-transfer__discount {
    min-width: 0;
  }

  .wm-pt-final-cta {
    padding: 72px 0;
  }

  .wm-pt-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .wm-pt-hero__brand {
    margin-bottom: 20px;
  }

  .wm-pt-hero__flag {
    width: 72px;
    height: 48px;
  }

  .wm-pt-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wm-pt-photo-card__score {
    width: 125px;
    padding: 13px;
  }

  .wm-pt-photo-card__score strong {
    font-size: 2.3rem;
  }

  .wm-pt-photo-card__caption {
    display: grid;
    gap: 4px;
  }

  .wm-pt-service-card {
    min-height: 370px;
    padding: 22px;
  }

  .wm-pt-discount {
    padding-inline: 7px;
  }

  .wm-pt-discount strong {
    font-size: 1.15rem;
  }

  .wm-pt-solutions__scoreboard {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wm-pt-solutions__scoreboard > div {
    padding-inline: 7px;
  }

  .wm-pt-solution-card {
    grid-template-columns: auto 1fr;
  }

  .wm-pt-solution-card > svg {
    display: none;
  }

  .wm-pt-transfer__discount strong {
    font-size: 4.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wm-pt-campaign *,
  .wm-pt-campaign *::before,
  .wm-pt-campaign *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
