/* EASE body and approved below-hero transition. No map, title or search overrides. */
/* Also suppress the legacy below-hero strip before JS and with JS disabled. */
body:has(.tenant-ease) .wpt-ui-HeroIconScroller_UnderScroller_u1sbbp6m { display: none !important; }
.tenant-ease {
  --te-ink: #143a45;
  --te-body: #435b65;
  --te-muted: #52656c;
  --te-line: #dce6eb;
  color: var(--te-ink);
  background: #fff;
  font-family: var(--casapay-font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 18px;
  line-height: 1.5;
}
.tenant-ease *, .tenant-ease *::before, .tenant-ease *::after { box-sizing: border-box; }
.tenant-ease .te-container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.tenant-ease h2 { color: var(--te-ink); font: 700 clamp(32px, 3.4vw, 48px)/1.12 var(--casapay-font-sans, system-ui, sans-serif); letter-spacing: -.04em; text-transform: none; margin: 0; text-wrap: balance; }
.tenant-ease h3 { color: var(--te-ink); font: 700 clamp(23px, 2vw, 28px)/1.2 var(--casapay-font-sans, system-ui, sans-serif); letter-spacing: -.025em; margin: 0; text-transform: none; }
.tenant-ease p { margin: 0; color: var(--te-body); }
.tenant-ease .te-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px;
  background: #007fae; color: #fff; -webkit-text-fill-color: #fff;
  font: 750 15px/1 var(--casapay-font-sans, system-ui, sans-serif);
  text-decoration: none; white-space: normal; text-align: center;
  transition: background-color .18s ease-out;
}
.tenant-ease .te-cta:hover { background: #006d99; color: #fff; text-decoration: none; }
.tenant-ease .te-cta:active { background: #005d83; }
.tenant-ease .te-cta > span { color: #fff; font-size: 20px; font-weight: 500; }
.tenant-ease .te-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: #006d92; font-size: 16px; line-height: 1.3; font-weight: 750; text-decoration: none; }
.tenant-ease .te-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.tenant-ease .te-link > span { font-size: 22px; font-weight: 400; }
.tenant-ease :is(a, button, [tabindex]):focus-visible { outline: 3px solid #006d99; outline-offset: 5px; }
.tenant-ease .te-account { padding-top: clamp(64px, 6.7vw, 96px); display: grid; grid-template-columns: 1.2fr 1fr; column-gap: 64px; align-items: center; }
.tenant-ease .te-account-copy h2 { max-width: 610px; }
.tenant-ease .te-account-copy > p { max-width: 43ch; font-size: 20px; line-height: 1.55; margin: 26px 0 28px; text-wrap: pretty; }
.tenant-ease .te-account-art { min-width: 0; position: relative; aspect-ratio: 1.12; border-radius: 28px; overflow: hidden; display: grid; place-items: center; isolation: isolate; }
.tenant-ease .te-fold { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 76% center; }
.tenant-ease .te-account-art > .te-fold { object-position: 72% center; }
.tenant-ease .te-account-card { width: 78%; min-height: 236px; padding: 28px; position: relative; background: #fff; border-radius: 20px; box-shadow: 0 18px 40px #143a4517; transform: rotate(-6deg); display: flex; flex-direction: column; }
.tenant-ease .te-account-card > img { width: 132px; height: auto; max-width: 100%; object-fit: contain; }
.tenant-ease .te-account-card-copy { padding: 30px 0 25px; display: grid; gap: 5px; }
.tenant-ease .te-account-card-copy > span { font-size: 13px; color: var(--te-muted); }
.tenant-ease .te-account-card-copy > strong { font-size: clamp(22px, 2.2vw, 30px); letter-spacing: -.04em; line-height: 1.15; font-weight: 650; }
.tenant-ease .te-account-card-bottom { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin-top: auto; border-top: 1px solid var(--te-line); padding-top: 14px; font-size: 11px; color: var(--te-body); }
.tenant-ease .te-card-arrow { font-size: 23px; line-height: 1; color: #007fae; }
.tenant-ease .te-trust { grid-column: 1/-1; border-top: 1px solid var(--te-line); padding: 24px 0; margin-top: 48px; display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 650; color: var(--te-ink); }
.tenant-ease .te-trust > img { width: 24px; height: 24px; flex: 0 0 24px; }
.tenant-ease .te-steps { padding-top: 64px; padding-bottom: 80px; }
.tenant-ease .te-step-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 40px; list-style: none; padding: 0; margin: 40px 0 28px; }
.tenant-ease .te-step-list > li { border-top: 1px solid var(--te-line); padding-top: 22px; }
.tenant-ease .te-step-number { display: grid; place-items: center; width: 44px; height: 44px; background: #e5f3f7; color: #006d92; border-radius: 50%; font-size: 20px; font-weight: 750; margin-bottom: 20px; }
.tenant-ease .te-step-list h3 { font-size: 25px; margin-bottom: 12px; }
.tenant-ease .te-step-list p { max-width: 28ch; font-size: 18px; line-height: 1.5; }
.tenant-ease .te-browse-note { color: var(--te-muted); font-size: 15px; }
.tenant-ease .te-products { padding-bottom: 88px; }
.tenant-ease .te-products-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 36px; }
.tenant-ease .te-product-rail { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.tenant-ease .te-product { min-width: 0; }
.tenant-ease .te-product-art { aspect-ratio: 1.36; position: relative; display: grid; place-items: center; border-radius: 24px; overflow: hidden; margin-bottom: 25px; }
.tenant-ease .te-product h3 { margin-bottom: 13px; }
.tenant-ease .te-product p { font-size: 20px; line-height: 1.4; margin-bottom: 13px; }
.tenant-ease .te-product small { display: block; font-size: 14px; line-height: 1.45; color: var(--te-muted); margin-top: 11px; max-width: 36ch; }
.tenant-ease .te-offers-art > .te-fold { object-position: 20% 65%; }
.tenant-ease .te-protection-art > .te-fold { object-position: 35% 50%; }
.tenant-ease .te-plus-art > .te-fold { object-position: 88% 65%; }
.tenant-ease .te-product-mark, .tenant-ease .te-plus-mark { z-index: 1; width: 110px; height: 110px; display: grid; place-items: center; line-height: 0; color: #007fae; border-radius: 50%; background: #fff; box-shadow: 0 12px 30px #143a4510; }
.tenant-ease .te-rail-controls { display: none; gap: 10px; }
.tenant-ease .te-rail-controls[hidden] { display: none; }
.tenant-ease .te-rail-controls button { width: 46px; height: 46px; border: 1px solid #b9cbd3; color: #006d92; border-radius: 50%; background: white; display: grid; place-items: center; padding: 0; line-height: 0; flex-shrink: 0; cursor: pointer; }
.tenant-ease .te-rail-controls svg, .tenant-ease .te-product-mark svg, .tenant-ease .te-plus-mark svg { display: block; flex-shrink: 0; }
.tenant-ease .te-rail-controls button:hover { background: #eaf3f8; }
.tenant-ease .te-rail-controls button[aria-disabled="true"] { color: #84979f; background: #f5f8fa; cursor: default; }
.tenant-ease .te-rail-status { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.tenant-ease .te-close { background: #f0f7fa; padding: 64px 0; text-align: center; }
.tenant-ease .te-close h2 { font-size: clamp(32px, 3.2vw, 44px); }
.tenant-ease .te-close-actions { margin-top: 28px; display: flex; justify-content: center; align-items: center; gap: 28px; flex-wrap: wrap; }
.tenant-ease .te-close-actions p { font-size: 16px; }
.tenant-ease .te-close-actions p > a { margin-left: 6px; }
@media (max-width: 1000px) {
  .tenant-ease .te-account { grid-template-columns: 1.15fr 1fr; gap: 32px; }
  .tenant-ease .te-account-copy h2 { font-size: 36px; }
  .tenant-ease .te-account-copy > p { font-size: 18px; }
  .tenant-ease .te-account-card { padding: 22px; min-height: 215px; width: 82%; }
  .tenant-ease .te-account-card > img { width: 114px; }
  .tenant-ease .te-account-card-copy { padding: 24px 0; }
  .tenant-ease .te-account-card-bottom > span:first-child { max-width: 15ch; }
  .tenant-ease .te-step-list { gap: 24px; }
  .tenant-ease .te-step-list h3 { font-size: 22px; }
  .tenant-ease .te-product-rail { gap: 20px; }
  .tenant-ease .te-product-art { aspect-ratio: 1.1; }
  .tenant-ease .te-product h3 { font-size: 23px; }
  .tenant-ease .te-product p { font-size: 18px; }
}
@media (max-width: 767px) {
  .tenant-ease .te-container { width: calc(100% - 32px); }
  .tenant-ease .te-account { display: flex; flex-direction: column; align-items: stretch; padding-top: 48px; gap: 0; }
  .tenant-ease .te-account-copy h2 { font-size: clamp(30px, 7.7vw, 42px); max-width: 580px; }
  .tenant-ease .te-account-copy > p { margin: 22px 0 24px; }
  .tenant-ease .te-account-art { margin-top: 36px; aspect-ratio: 1.23; max-height: 420px; }
  .tenant-ease .te-account-card { width: 76%; max-width: 340px; min-height: 218px; padding: 26px; }
  .tenant-ease .te-account-card-copy { padding: 28px 0 24px; }
  .tenant-ease .te-account-card-copy > strong { font-size: 28px; }
  .tenant-ease .te-account-card-bottom > span:first-child { max-width: none; }
  .tenant-ease .te-trust { padding: 23px 0; margin-top: 28px; font-size: 15px; align-items: flex-start; }
  .tenant-ease .te-steps { padding-top: 42px; padding-bottom: 56px; }
  .tenant-ease .te-step-list { display: flex; flex-direction: column; gap: 0; margin: 28px 0 20px; }
  .tenant-ease .te-step-list > li { display: flex; gap: 18px; padding: 22px 0; }
  .tenant-ease .te-step-number { flex: 0 0 44px; margin: 0; }
  .tenant-ease .te-step-list h3 { font-size: 23px; margin: 0 0 7px; }
  .tenant-ease .te-step-list p { font-size: 16px; max-width: 32ch; }
  .tenant-ease .te-browse-note { font-size: 14px; max-width: 44ch; }
  .tenant-ease .te-products { padding-bottom: 56px; }
  .tenant-ease .te-products-heading { flex-wrap: wrap; gap: 22px; margin-bottom: 24px; }
  .tenant-ease .te-products-heading h2 { max-width: 15ch; }
  .tenant-ease .te-rail-controls { display: flex; margin-left: auto; }
  .tenant-ease .te-product-rail { width: calc(100% + 32px); margin-inline: -16px; padding: 5px 16px 12px; display: flex; gap: 18px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 16px; scrollbar-width: none; }
  .tenant-ease .te-product-rail::-webkit-scrollbar { display: none; }
  .tenant-ease .te-product { flex: 0 0 86%; scroll-snap-align: start; }
  .tenant-ease .te-product-art { aspect-ratio: 1.35; margin-bottom: 22px; }
  .tenant-ease .te-product h3 { font-size: 26px; }
  .tenant-ease .te-product p { font-size: 20px; }
  .tenant-ease .te-product small { font-size: 14px; }
  .tenant-ease .te-close { padding: 48px 0; }
  .tenant-ease .te-close-actions { flex-direction: column; gap: 12px; margin-top: 26px; }
}
@media (max-width: 359px) {
  .tenant-ease .te-account-card { padding: 22px; min-height: 195px; }
  .tenant-ease .te-account-card-copy { padding: 20px 0; }
  .tenant-ease .te-account-card-copy > strong { font-size: 24px; }
  .tenant-ease .te-account-card-bottom { font-size: 10px; }
  .tenant-ease .te-account-card > img { width: 105px; }
}
@media (prefers-reduced-motion: reduce) {
  .tenant-ease *, .tenant-ease *::before, .tenant-ease *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
