.zelle-page {
  color: #173a6b;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.zelle-page *,
.zelle-page *::before,
.zelle-page *::after {
  box-sizing: border-box;
}

.zelle-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.zelle-page a {
  text-decoration: none;
}

.zelle-page .z-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.zelle-page .z-section {
  padding: 56px 0;
}

.zelle-page .z-section--light {
  background: #EDF2F4;
}

.zelle-page .z-section--gray {
  background: #F4F4F4;
}

.zelle-page .z-section--white {
  background: #ffffff;
}

.zelle-page .z-section--cream {
  background: #F8F8F8;
}

.zelle-page .z-center {
  text-align: center;
}

.zelle-page .z-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  background: #eb6b43;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  transition: background 0.25s ease;
}

.zelle-page .z-btn .arw {
  font-size: 24px;
  line-height: 0;
}

.zelle-page .z-btn:hover,
.zelle-page .z-btn:focus {
  background: #d95d36;
  color: #ffffff;
}

.zelle-page .z-title {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #173a6b;
}

.zelle-page .z-subtitle {
  font-size: 32px;
  line-height: 1.8;
  margin: 0 0 18px;
  color: #184194;
  font-weight: bold;
}

.zelle-page .z-text {
  font-size: 16px;
  line-height: 1.6;
  color: #314d73;
}

.zelle-page .z-small {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  padding: 30px 0 0;
}

.zelle-page .z-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.zelle-page .z-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  min-height: 220px;
}

.zelle-page .z-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
}

.zelle-page .z-card h3 {
  margin: 0 0 16px;
  color: #1E2939;
  font-size: 24px;
  font-weight: bold;
}

.zelle-page .z-card p {
  margin: 0;
  color: #455f82;
  font-size: 15px;
  line-height: 1.5;
}

.zelle-page .z-highlight-box {
      max-width: 640px;
    margin: 28px auto 16px;
    padding: 40px 60px;
    background: #FBF0D9;
    border-radius: 4px;
    text-align: left;
}

.zelle-page .z-highlight-box ul {
    margin: 0;
    padding-left: 10px;
    list-style: none;
    counter-reset: step-counter;
}

.zelle-page .z-highlight-box li {
    margin-bottom: 12px;
    color: #000000;
    font-size: 16px;
    counter-increment: step-counter;
    position: relative;
    padding-left: 45px;
    line-height: 1.8;
}

.z-highlight-box li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background-color: #9E6E00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    border-radius: 6px;
    font-size: 13px;
}

.zelle-page .z-store-links {
  display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.zelle-page .store-btn {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 8px;
  min-width: 180px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zelle-page .z-btn .arw {
  font-size: 24px;
  line-height: 0;
}

.zelle-page .z-store-links img {
  height: 64px;
  width: auto;
}

.zelle-page .z-subtitle.store {
    color: #000000;
    line-height: 2;
    margin-bottom: 40px;
}

.zelle-page .z-info-heading {
  margin-bottom: 24px;
}

.zelle-page .z-info-heading h2 {
    position: relative;
    margin: 0;
    padding-left: 45px;
    font-size: 36px;
    font-weight: bold;
    color: #184194;
}

.zelle-page .z-info-heading h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url(/themes/porto/img/zelle/user.png);
    background-size: 34px;
}

.zelle-page .z-info-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 32px;
  align-items: center;
}

.zelle-page .z-info-text {
  font-size: 16px;
  line-height: 1.7;
  color: #314d73;
}

.zelle-page .z-faq-title {
  font-size: 36px;
  color: #184194;
  margin: 0 0 18px;
  font-weight: bold;
}

.zelle-page .z-accordion {
  border-top: 1px solid #d8e0ea;
}

.zelle-page .z-accordion__item {
  border-bottom: 1px solid #d8e0ea;
}

.zelle-page .z-accordion__trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 42px 18px 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #173a6b;
  font-size: 18px;
  font-weight: 600;
}

.zelle-page .z-accordion__trigger::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  font-weight: 400;
  color: #173a6b;
  width: 24px;
  height: 24px;
  background-image: url(/themes/porto/img/zelle/down-icn.png);
  background-size: 24px;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.4s ease;
}

.zelle-page .z-accordion__item.is-open .z-accordion__trigger::after {
  content: "";
  background-image: url(/themes/porto/img/zelle/up-icn.png);
  transform: translateY(-50%) rotate(360deg);
}

.zelle-page .z-accordion__panel {
  display: none;
  padding: 0 0 20px;
}

.zelle-page .z-accordion__item.is-open .z-accordion__panel {
  display: block;
}

.zelle-page .z-accordion__panel p, .zelle-page .z-accordion__panel ul li {
  margin: 0;
  color: #2c3e50;
  font-size: 16px;
  line-height: 1.6;
}

.zelle-page .z-legal-box {
  border: 1px solid #d8e0ea;
  border-radius: 4px;
  background: #ffffff;
  padding: 20px 24px;
  margin-bottom: 18px;
}

.zelle-page .z-legal-box ul {
  margin: 0;
  padding-left: 10px;
  list-style: none;
  counter-reset: step-counter;
}

.zelle-page .z-hero__content h1 sup {
    font-size: 30px !important;
}

.zelle-page .z-hero__content h2 sup {
    font-size: 24px;
}

.zelle-page .z-legal-box li {
  margin-bottom: 10px;
  color: #000000;
  font-size: 16px;
  counter-increment: step-counter;
  position: relative;
  padding-left: 45px;
  line-height: 1.8;
}

.zelle-page .z-legal-box li:before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background-color: #9E6E00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  border-radius: 6px;
  font-size: 13px;
}

.zelle-page .z-copyright, .zelle-page .z-datarates {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  margin-top: 20px;
}

/* Hero */
.zelle-page .z-hero {
  background: url('/themes/porto/img/zelle/bgzelle.jpg') center center / cover no-repeat;
}

.zelle-page .z-hero__overlay {
  background: rgb(255 255 255 / 85%)
}

.zelle-page .z-hero__inner {
  min-height: 500px;
  padding: 80px 20px 60px;
}

.zelle-page .z-hero__logo {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 78px;
}

.zelle-page .z-hero__logo img {
  max-height: 52px;
  width: auto;
}

.zelle-page .z-hero__content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.zelle-page .z-hero__content h1 {
  margin: 0 0 18px;
  color: #184194;
  font-size: 44px;
  line-height: 1.2;
  font-weight: bold;
}

.zelle-page .z-hero__content p {
  color: #184194;
  margin: 40px 0 40px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

.zelle-page .z-hero__content .z-hero__fineprint {
  margin: 0 auto 28px;
  font-size: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  .zelle-page .z-card-grid,
  .zelle-page .z-info-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .zelle-page .z-section {
    padding: 40px 0;
  }

  .zelle-page .z-title {
    font-size: 30px;
  }

  .zelle-page .z-subtitle,
  .zelle-page .z-faq-title,
  .zelle-page .z-info-heading h2 {
    font-size: 32px;
    font-weight: bold;
  }

  .zelle-page .z-hero__inner {
    min-height: auto;
    padding: 24px 20px 50px;
  }

  .zelle-page .z-hero__logo {
    justify-content: center;
    margin-bottom: 40px;
  }

  .zelle-page .z-hero__content h1 {
    font-size: 32px;
  }

  .zelle-page .z-hero__content p {
    font-size: 16px;
  }
}

/* Hero Layout */
.zelle-page .z-hero__inner {
  min-height: 500px;
  padding: 80px 20px 60px;

  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Logo Section */
.zelle-page .z-hero__logo {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  max-width: 324px;
  margin-left: -100px;
}

/* Logo Images */
.zelle-page .z-hero__logo img {
  max-height: 135px;
  width: auto;
}

/* Divider */
.zelle-page .z-hero__logo .divider {
  width: 1px;
  height: 32px;
  background: #999;
}

/* Content Section */
.zelle-page .z-hero__content {
  max-width: 760px;
  text-align: center;
  flex: 1;
  transform: translateX(-122px);
}