.ff-utility-intro {
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  background: #f8f9fa;
  border-left: 4px solid #6c5ce7;
  border-radius: 0 6px 6px 0;
  font-size: 1rem;
  line-height: 1.65;
}

.ff-form-embed {
  margin: 1.5rem 0 2rem;
  width: 100%;
  clear: both;
}

.ff-form-embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 6px;
}

.utility-page-wrap .page-content .container.body-container,
.utility-page-wrap .page-content .body-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.utility-page-wrap .page-content #middle-content {
  flex: 0 0 100%;
  max-width: 100%;
}

.ff-utility-prepend {
  margin-bottom: 1rem;
}

.payment-methods-container {
  width: 100%;
  max-width: 720px;
  margin: 10px auto 22px;
  padding: 0;
  text-align: center;
}

.payment-icons-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 4px 0;
}

.payment-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  max-width: 132px;
  aspect-ratio: 200 / 88;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  cursor: default;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.payment-icon img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px rgba(15, 23, 42, 0.06));
}

.payment-icon:hover {
  transform: translateY(-4px) scale(1.03);
  opacity: 1;
  border-color: transparent;
}

.ff-online-pay-logos .payment-icons-wrap {
  gap: 10px;
}

@media (max-width: 640px) {
  .payment-icons-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .payment-icon {
    flex: 0 0 calc(33.333% - 8px);
    max-width: 118px;
  }
}


#contact-form-container iframe {
  width: 100%;
  min-height: 1000px;
  border: 0;
  overflow: auto;
}

/* Utility split layout (content left, form right) - Contact, File Uploader, etc. */
body.ff-utility-split-landing .ff-utility-split-main {
  padding-top: 12px;
}

body.ff-utility-split-landing .ff-utility-split {
  max-width: none;
  margin: 0;
  grid-template-columns: 4px minmax(0, 1fr) 1px minmax(340px, 480px);
}

body.ff-utility-split--file-uploader .ff-utility-split {
  grid-template-columns: 4px minmax(0, 1fr) 1px minmax(380px, 520px);
}

body.ff-utility-split--qr-code-form .ff-utility-split {
  grid-template-columns: 4px minmax(280px, 1fr) 1px minmax(420px, 560px);
}

body.ff-utility-split--qr-code-form .ff-utility-split-header {
  margin: 0 0 28px;
}

body.ff-utility-split--qr-code-form .ff-utility-split-banner {
  margin: 0 0 18px;
  line-height: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--border, #e2e8f0);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  background: #fff;
}

body.ff-utility-split--qr-code-form .ff-utility-split-banner .ff-utility-form-top {
  margin: 0;
}

body.ff-utility-split--qr-code-form .ff-qr-form-hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  border-radius: 0;
}

body.ff-utility-split--qr-code-form .ff-utility-split-hero {
  margin: 0;
  max-width: 720px;
}

body.ff-utility-split--qr-code-form .ff-utility-split-hero .page-title {
  margin: 0 0 10px;
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  letter-spacing: 0.01em;
}

body.ff-utility-split--qr-code-form .ff-utility-split-hero .ff-utility-intro {
  margin: 0;
  max-width: 640px;
  font-size: 1.05rem;
  line-height: 1.6;
}

body.ff-utility-split--qr-code-form .ff-utility-split-form-card .ff-my-account-card-head {
  border-top-left-radius: var(--r-lg, 16px);
  border-top-right-radius: var(--r-lg, 16px);
}

body.ff-utility-split-landing .ff-utility-split-page-wrap > .page-title {
  display: none;
}

body.ff-utility-split-landing .ff-my-account-hero .page-title {
  margin-bottom: 10px;
}

body.ff-utility-split-landing .ff-utility-intro {
  margin: 0 0 12px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text, #475569);
}

body.ff-utility-split-landing .ff-utility-split-page-content {
  margin-top: 4px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--text, #334155);
}

body.ff-utility-split-landing .ff-contact-info,
body.ff-utility-split-landing .ff-uploader-info,
body.ff-utility-split-landing .ff-qr-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.ff-utility-split-landing .ff-contact-reviews img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
}

body.ff-utility-split--file-uploader .ff-utility-form-top {
  margin: 0;
  line-height: 0;
}

body.ff-utility-split--file-uploader .ff-uploader-form-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: var(--r-lg, 16px);
  border-top-right-radius: var(--r-lg, 16px);
}

body.ff-utility-split--file-uploader .ff-utility-split-form-card:has(.ff-utility-form-top) .ff-my-account-card-head {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body.ff-utility-split-landing .ff-utility-steps {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--text, #334155);
}

body.ff-utility-split-landing .ff-utility-steps li {
  margin-bottom: 12px;
  line-height: 1.55;
  padding-left: 4px;
}

body.ff-utility-split-landing .ff-utility-steps li:last-child {
  margin-bottom: 0;
}

body.ff-utility-split-landing .ff-utility-steps strong {
  color: var(--dark, #0f172a);
}

.ff-qr-after {
  max-width: 920px;
  margin: 0 auto;
  padding: 8px 4px 0;
}

.ff-qr-after h2 {
  font-family: var(--font-display, inherit);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 800;
  color: var(--dark, #0f172a);
  margin: 0 0 12px;
}

.ff-qr-after h3 {
  font-family: var(--font-display, inherit);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark, #0f172a);
  margin: 22px 0 8px;
}

.ff-qr-after p {
  margin: 0 0 12px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text, #334155);
}

.ff-qr-after p:last-child {
  margin-bottom: 0;
}

body.ff-utility-split-landing .ff-contact-support,
body.ff-utility-split-landing .ff-contact-address,
body.ff-utility-split-landing .ff-utility-info-card {
  padding: 16px 18px;
  background: #f8fafc;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 12px;
}

body.ff-utility-split-landing .ff-contact-support-label,
body.ff-utility-split-landing .ff-contact-address-label,
body.ff-utility-split-landing .ff-utility-info-card-label {
  font-family: var(--font-display, inherit);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 8px;
}

body.ff-utility-split-landing .ff-utility-info-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text, #334155);
}

body.ff-utility-split-landing .ff-utility-info-text a {
  color: var(--brand, #558BCA);
  font-weight: 600;
  text-decoration: none;
}

body.ff-utility-split-landing .ff-utility-info-text a:hover {
  text-decoration: underline;
}

body.ff-utility-split-landing .ff-utility-checklist {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--text, #334155);
}

body.ff-utility-split-landing .ff-utility-checklist li {
  margin-bottom: 8px;
  line-height: 1.5;
}

body.ff-utility-split-landing .ff-utility-checklist li:last-child {
  margin-bottom: 0;
}

body.ff-utility-split-landing .ff-contact-phone,
body.ff-utility-split-landing .ff-utility-phone-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--brand, #558BCA);
  text-decoration: none;
  white-space: nowrap;
}

body.ff-utility-split-landing .ff-contact-phone:hover,
body.ff-utility-split-landing .ff-utility-phone-link:hover {
  color: var(--brand-dark, #3a6da8);
  text-decoration: underline;
}

body.ff-utility-split-landing .ff-contact-email {
  display: inline-block;
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand, #558BCA);
  text-decoration: none;
  word-break: break-word;
}

body.ff-utility-split-landing .ff-contact-email:hover {
  text-decoration: underline;
}

body.ff-utility-split-landing .ff-contact-address-lines {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--dark, #0f172a);
}

body.ff-utility-split-landing .ff-contact-address-note {
  margin: 8px 0 0;
  font-size: 0.82rem;
  color: #64748b;
}

body.ff-utility-split-landing .ff-contact-sms-note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #94a3b8;
}

body.ff-utility-split-landing .ff-contact-shipping {
  margin: 0;
  padding: 16px 14px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 10px;
  background: #f8fafc;
  text-align: left;
}

body.ff-utility-split-landing .ff-contact-shipping-label {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

body.ff-utility-split-landing .ff-contact-shipping-ri,
body.ff-utility-split-landing .ff-contact-shipping-other {
  margin: 0 0 10px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text, #334155);
}

body.ff-utility-split-landing .ff-contact-warehouse-note {
  margin: 0;
  padding-top: 2px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text, #475569);
}

body.ff-utility-split-landing .ff-utility-split-page-content hr {
  margin: 1.25rem 0;
  border: 0;
  border-top: 1px solid var(--border, #e2e8f0);
}

body.ff-utility-split-landing .ff-utility-split-page-content img {
  max-width: 100%;
  height: auto;
}

body.ff-utility-split-landing .ff-utility-split-form-card .ff-form-embed {
  margin: 0;
}

body.ff-utility-split-landing .ff-utility-split-form-card #contact-form-container iframe {
  min-height: 920px;
  border-radius: 8px;
}

body.ff-utility-split-landing .ff-utility-split-form-card #fileUploaderFrame {
  min-height: 1500px;
  border-radius: 8px;
}

body.ff-utility-split--qr-code-form .ff-utility-split-form-card .ff-form-embed {
  margin: 0;
  background: transparent;
}

body.ff-utility-split--qr-code-form .ff-utility-split-form-card #qrcode-iframe {
  min-height: 1680px;
  border-radius: 0;
  background: transparent;
}

body.ff-utility-split--qr-code-form .ff-my-account-card-body {
  padding: 4px 10px 12px;
}

.ff-utility-after-split {
  margin-top: 40px;
}

.ff-contact-map {
  text-align: center;
}

.ff-contact-map-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  body.ff-utility-split-landing .ff-utility-split {
    max-width: 520px;
    margin: 0 auto;
  }

  body.ff-utility-split-landing .ff-utility-split .ff-utility-split-form-card {
    order: -1;
  }

  body.ff-utility-split--qr-code-form .ff-utility-split-banner {
    border-radius: 12px;
  }

  body.ff-utility-split--qr-code-form .ff-qr-form-hero img {
    max-height: 150px;
  }

  body.ff-utility-split--qr-code-form .ff-utility-split-header {
    margin-bottom: 20px;
  }

  body.ff-utility-split-landing .ff-contact-phone,
  body.ff-utility-split-landing .ff-utility-phone-link {
    white-space: normal;
    font-size: 1.45rem;
  }
}

@media (max-width: 768px) {
  .ff-online-pay-logos .payment-icons-wrap {
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .ff-online-pay-logos .payment-icon {
    flex: 0 0 calc(50% - 8px);
    max-width: 140px;
  }
}

/* ===== Online Payment guide (modern info block) ===== */
.ff-pay-info {
  margin: 28px 0 8px;
  display: grid;
  gap: 18px;
}

.ff-pay-guide {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 20px;
  border-radius: 18px;
  border: 1px solid #dbe7f5;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(85, 139, 202, 0.14), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.ff-pay-guide-head {
  margin-bottom: 16px;
}

.ff-pay-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(85, 139, 202, 0.12);
  color: #2f6fad;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ff-pay-guide h2 {
  margin: 0 0 8px;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 750;
  line-height: 1.2;
  color: #0f172a;
}

.ff-pay-guide-lead {
  margin: 0;
  max-width: 54ch;
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
}

.ff-pay-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ff-pay-step {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e8eef6;
}

.ff-pay-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #558BCA, #3f74b3);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  box-shadow: 0 8px 16px rgba(85, 139, 202, 0.28);
}

.ff-pay-step-body {
  display: grid;
  gap: 2px;
  padding-top: 2px;
}

.ff-pay-step-body strong {
  color: #0f172a;
  font-size: 0.98rem;
}

.ff-pay-step-body span {
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}

.ff-pay-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ff-pay-feature {
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ff-pay-feature:hover {
  transform: translateY(-2px);
  border-color: #cfe0f3;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.ff-pay-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(85, 139, 202, 0.16), rgba(85, 139, 202, 0.06));
  color: #3f74b3;
  font-size: 1.05rem;
}

.ff-pay-feature h3 {
  margin: 0 0 8px;
  font-family: var(--font-display, inherit);
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.ff-pay-feature p {
  margin: 0;
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.6;
}

.ff-pay-feature a {
  color: #2f6fad;
  font-weight: 650;
  text-decoration: none;
}

.ff-pay-feature a:hover {
  text-decoration: underline;
}

.ff-pay-support-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #558BCA 140%);
  color: #e2e8f0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}

.ff-pay-support-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ff-pay-support-copy strong {
  color: #fff;
  font-size: 1rem;
}

.ff-pay-support-copy span {
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.45;
}

.ff-pay-support-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease, background 0.2s ease;
}

.ff-pay-support-phone:hover {
  transform: translateY(-1px);
  background: #f8fafc;
  color: #0f172a;
  text-decoration: none;
}

.ff-pay-support-phone i {
  color: #3f74b3;
}

@media (max-width: 720px) {
  .ff-pay-feature-grid {
    grid-template-columns: 1fr;
  }

  .ff-pay-guide {
    padding: 18px 16px 16px;
  }

  .ff-pay-support-bar {
    align-items: stretch;
  }

  .ff-pay-support-phone {
    justify-content: center;
    width: 100%;
  }
}

/* Online Payment wallet overlay (Google Pay / Apple Pay outside iframe) */
html.ff-op-wallet-lock,
body.ff-op-wallet-lock {
  scroll-behavior: auto !important;
}

.ff-op-wallet-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.72);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  overscroll-behavior: contain;
  padding: 16px;
  box-sizing: border-box;
}

.ff-op-wallet-overlay__panel {
  background: #fff;
  padding: 28px 22px 22px;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.28);
  position: relative;
  width: 100%;
  max-width: 440px;
  max-height: 90vh;
  overflow-y: auto;
  text-align: center;
}

.ff-op-wallet-overlay__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f5f9;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #334155;
}

.ff-op-wallet-overlay__close:hover {
  background: #e2e8f0;
}

.ff-op-wallet-overlay__title {
  margin: 0 0 6px;
  font-size: 1.35rem;
  font-weight: 750;
  color: #0f172a;
}

.ff-op-wallet-overlay__price {
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 650;
  color: #334155;
}

.ff-op-wallet-overlay__mount {
  min-height: 56px;
}

.ff-op-wallet-overlay__loader {
  width: 36px;
  height: 36px;
  margin: 18px auto;
  border: 3px solid #e2e8f0;
  border-top-color: #3f74b3;
  border-radius: 50%;
  animation: ff-op-wallet-spin 0.8s linear infinite;
}

@keyframes ff-op-wallet-spin {
  to { transform: rotate(360deg); }
}
