.elementor-551 .elementor-element.elementor-element-4f74ae1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-551 .elementor-element.elementor-element-b07c4ba{width:100%;max-width:100%;}.elementor-551 .elementor-element.elementor-element-b07c4ba > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b07c4ba *//* ================================
   BASE / SHARED
   ================================ */

.po-page {
  background-color: #020617; /* near-black */
  color: #e5e7eb;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.po-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Sections */

.po-section {
  padding: 72px 0;
}

.po-section + .po-section {
  border-top: 1px solid #02081f; /* subtle divider */
}

/* Typography helpers */

.po-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: #60a5fa;
  margin-bottom: 8px;
}

.po-title-xl {
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 16px;
  color: #f9fafb;
}

.po-title-lg {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #f9fafb;
}

.po-subtitle {
  font-size: 15px;
  color: #9ca3af;
  max-width: 640px;
}

.po-body {
  font-size: 15px;
  color: #e5e7eb;
}

/* Buttons */

.po-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.po-btn-primary,
.po-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.po-btn-primary {
  background-color: #1d4ed8;
  color: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.45);
  transition: background 0.15s ease, transform 0.1s ease,
    box-shadow 0.15s ease;
}

.po-btn-primary:hover {
  background-color: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.6);
}

.po-btn-ghost {
  background-color: transparent;
  color: #e5e7eb;
  border: 1px solid #374151;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.po-btn-ghost:hover {
  border-color: #60a5fa;
  background: rgba(15, 23, 42, 0.75);
}

/* Pills */

.po-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.po-pill {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #1f2937;
  background-color: #02081f;
  font-size: 12px;
  color: #e5e7eb;
}

/* Cards */

.po-card {
  background-color: #02081f;
  border-radius: 16px;
  border: 1px solid #1f2937;
  padding: 18px 18px 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.po-card-title {
  font-size: 16px;
  margin: 0 0 6px;
  color: #f9fafb;
}

.po-card-sub {
  font-size: 13px;
  margin: 0 0 8px;
  color: #9ca3af;
}

.po-card-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.po-card-list li {
  font-size: 13px;
  color: #d1d5db;
  margin-bottom: 4px;
}

/* Simple grid helpers */

.po-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 36px;
}

.po-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

/* ================================
   HOME PAGE
   ================================ */

/* Hero */

.po-home-hero {
  padding: 88px 0 56px;
  background: linear-gradient(to bottom, #020820, #020617);
}

.po-home-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 40px;
  align-items: flex-start;
}

.po-home-hero-note {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 8px;
}

/* Home > Transfer teaser */

.po-home-transfer {
  /* uses .po-section spacing */
}

.po-home-transfer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: flex-start;
}

.po-home-transfer-meta {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 10px;
}

/* ================================
   TRANSFER PAGE
   ================================ */

/* Transfer hero */

.po-transfer-hero {
  padding: 88px 0 56px;
  background: linear-gradient(to bottom, #020820, #020617);
}

.po-transfer-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 40px;
  align-items: flex-start;
}

.po-transfer-hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.po-transfer-tag {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #1f2937;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #9ca3af;
}

/* Transfer sections */

.po-transfer-section-title-row {
  margin-bottom: 24px;
}

.po-transfer-note {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 6px;
}

/* “Who it’s for” */

.po-transfer-audience {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.po-transfer-audience-card {
  background-color: #02081f;
  border-radius: 16px;
  border: 1px solid #1f2937;
  padding: 14px 14px 16px;
}

.po-transfer-audience-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #f9fafb;
}

.po-transfer-audience-text {
  font-size: 13px;
  margin: 0;
  color: #d1d5db;
}

/* How it works */

.po-transfer-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.po-transfer-step {
  position: relative;
  padding-top: 22px; /* room for the number badge */
}

.po-transfer-step-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid #4b5563;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  background-color: #020617;
}

/* Stripe/system section */

.po-transfer-system-list {
  margin: 14px 0 0;
  padding-left: 18px;
  font-size: 14px;
  color: #d1d5db;
}

.po-transfer-system-list li {
  margin-bottom: 6px;
}

/* CTA */

.po-transfer-cta-inner {
  border-radius: 18px;
  border: 1px solid #1f2937;
  padding: 22px 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background-color: #02081f;
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 1024px) {
  .po-home-hero-inner,
  .po-transfer-hero-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }

  .po-home-transfer-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .po-transfer-audience {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .po-home-hero-inner,
  .po-transfer-hero-inner,
  .po-home-transfer-inner,
  .po-grid-2 {
    grid-template-columns: 1fr;
  }

  .po-transfer-steps {
    grid-template-columns: 1fr;
  }

  .po-transfer-audience {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .po-transfer-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .po-section {
    padding: 56px 0;
  }

  .po-home-hero,
  .po-transfer-hero {
    padding-top: 72px;
  }

  .po-title-xl {
    font-size: 26px;
  }

  .po-transfer-audience {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4f74ae1 *//* ================================
   BASE / SHARED
   ================================ */

.po-page {
  background-color: #020617; /* near-black */
  color: #e5e7eb;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.po-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Sections */

.po-section {
  padding: 72px 0;
}

.po-section + .po-section {
  border-top: 1px solid #02081f; /* subtle divider */
}

/* Typography helpers */

.po-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: #60a5fa;
  margin-bottom: 8px;
}

.po-title-xl {
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 16px;
  color: #f9fafb;
}

.po-title-lg {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #f9fafb;
}

.po-subtitle {
  font-size: 15px;
  color: #9ca3af;
  max-width: 640px;
}

.po-body {
  font-size: 15px;
  color: #e5e7eb;
}

/* Buttons */

.po-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.po-btn-primary,
.po-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.po-btn-primary {
  background-color: #1d4ed8;
  color: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.45);
  transition: background 0.15s ease, transform 0.1s ease,
    box-shadow 0.15s ease;
}

.po-btn-primary:hover {
  background-color: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.6);
}

.po-btn-ghost {
  background-color: transparent;
  color: #e5e7eb;
  border: 1px solid #374151;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.po-btn-ghost:hover {
  border-color: #60a5fa;
  background: rgba(15, 23, 42, 0.75);
}

/* Pills */

.po-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.po-pill {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #1f2937;
  background-color: #02081f;
  font-size: 12px;
  color: #e5e7eb;
}

/* Cards */

.po-card {
  background-color: #02081f;
  border-radius: 16px;
  border: 1px solid #1f2937;
  padding: 18px 18px 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.po-card-title {
  font-size: 16px;
  margin: 0 0 6px;
  color: #f9fafb;
}

.po-card-sub {
  font-size: 13px;
  margin: 0 0 8px;
  color: #9ca3af;
}

.po-card-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.po-card-list li {
  font-size: 13px;
  color: #d1d5db;
  margin-bottom: 4px;
}

/* Simple grid helpers */

.po-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 36px;
}

.po-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

/* ================================
   HOME PAGE
   ================================ */

/* Hero */

.po-home-hero {
  padding: 88px 0 56px;
  background: linear-gradient(to bottom, #020820, #020617);
}

.po-home-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 40px;
  align-items: flex-start;
}

.po-home-hero-note {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 8px;
}

/* Home > Transfer teaser */

.po-home-transfer {
  /* uses .po-section spacing */
}

.po-home-transfer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: flex-start;
}

.po-home-transfer-meta {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 10px;
}

/* ================================
   TRANSFER PAGE
   ================================ */

/* Transfer hero */

.po-transfer-hero {
  padding: 88px 0 56px;
  background: linear-gradient(to bottom, #020820, #020617);
}

.po-transfer-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 40px;
  align-items: flex-start;
}

.po-transfer-hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.po-transfer-tag {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #1f2937;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #9ca3af;
}

/* Transfer sections */

.po-transfer-section-title-row {
  margin-bottom: 24px;
}

.po-transfer-note {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 6px;
}

/* “Who it’s for” */

.po-transfer-audience {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.po-transfer-audience-card {
  background-color: #02081f;
  border-radius: 16px;
  border: 1px solid #1f2937;
  padding: 14px 14px 16px;
}

.po-transfer-audience-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #f9fafb;
}

.po-transfer-audience-text {
  font-size: 13px;
  margin: 0;
  color: #d1d5db;
}

/* How it works */

.po-transfer-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.po-transfer-step {
  position: relative;
  padding-top: 22px; /* room for the number badge */
}

.po-transfer-step-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid #4b5563;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  background-color: #020617;
}

/* Stripe/system section */

.po-transfer-system-list {
  margin: 14px 0 0;
  padding-left: 18px;
  font-size: 14px;
  color: #d1d5db;
}

.po-transfer-system-list li {
  margin-bottom: 6px;
}

/* CTA */

.po-transfer-cta-inner {
  border-radius: 18px;
  border: 1px solid #1f2937;
  padding: 22px 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background-color: #02081f;
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 1024px) {
  .po-home-hero-inner,
  .po-transfer-hero-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }

  .po-home-transfer-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .po-transfer-audience {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .po-home-hero-inner,
  .po-transfer-hero-inner,
  .po-home-transfer-inner,
  .po-grid-2 {
    grid-template-columns: 1fr;
  }

  .po-transfer-steps {
    grid-template-columns: 1fr;
  }

  .po-transfer-audience {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .po-transfer-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .po-section {
    padding: 56px 0;
  }

  .po-home-hero,
  .po-transfer-hero {
    padding-top: 72px;
  }

  .po-title-xl {
    font-size: 26px;
  }

  .po-transfer-audience {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */