/* Payset Currency Exchange — extracted from payset.io/currency-exchange */
.payset-fx {
    --cream: #F4F0E8;
    --cream-2: #EBE6DC;
    --cream-3: #D9D4C8;
    --ink: #1A1A1A;
    --ink-soft: #2A2A2A;
    --ink-mute: #6B6B68;
    --ink-dim: #9E9D98;
    --green: #1F5F3F;
    --green-deep: #154A30;
    --accent: #22D87A;
    --accent-soft: #B8F0D0;
    --on-green: #FFFFFF;
    --line: rgba(26,26,26,0.10);
  }

.payset-fx, .payset-fx * { box-sizing: border-box; margin: 0; padding: 0; }
.payset-fx { background: var(--cream);
    color: var(--ink);
    font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden; }
.payset-fx .display { font-family: 'ES Rebond Grotesque', sans-serif; font-weight: 700; letter-spacing: -0.025em; line-height: 1; }
.payset-fx .serif { font-family: 'ES Rebond Grotesque', sans-serif; font-weight: 700; letter-spacing: -0.02em; }
.payset-fx .mono { font-family: 'ES Rebond Grotesque', sans-serif; font-weight: 700; font-variant-numeric: tabular-nums; }
.payset-fx .eyebrow { display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px; }
.payset-fx .wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.payset-fx .nav-inner { display: flex; align-items: center; justify-content: space-between;
    padding: 18px 32px;
    max-width: 1280px; margin: 0 auto;
    gap: 24px; }
.payset-fx .logo { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--ink); }
.payset-fx .nav-links { display: flex; gap: 32px;
    font-size: 15px; color: var(--ink-soft);
    flex: 1;
    margin-left: 24px; }
.payset-fx .nav-links a { color: inherit; text-decoration: none; transition: color .2s; font-weight: 500; }
.payset-fx .nav-links a:hover { color: var(--green); }
.payset-fx .nav-cta { padding: 11px 22px;
    background: var(--ink);
    color: var(--accent);
    border-radius: 999px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: transform .15s ease; }
.payset-fx .nav-cta:hover { transform: translateY(-1px); }
@media (max-width: 980px) {
  .payset-fx .nav-links { display: none; }
}
.payset-fx .hero { position: relative;
    padding: 100px 0 80px;
    border-bottom: 1px solid var(--line);
    overflow: hidden; }
.payset-fx .hero-grid { display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative; }
@media (max-width: 960px) {
  .payset-fx .hero-grid { grid-template-columns: 1fr; gap: 48px; }
}
.payset-fx h1.display { font-size: clamp(40px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -0.035em;
    margin: 22px 0 28px; }
.payset-fx h1.display em { font-style: italic;
    font-weight: 700;
    color: var(--ink-mute); }
.payset-fx h1.display .accent { color: var(--green);
    font-style: italic;
    font-weight: 700; }
.payset-fx .hero-sub { font-size: 19px;
    color: var(--ink-soft);
    max-width: 540px;
    margin-bottom: 36px;
    line-height: 1.55; }
.payset-fx .hero-sub .hi { color: var(--ink); font-weight: 700; }
.payset-fx .hero-cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.payset-fx .btn-primary { padding: 16px 32px;
    background: var(--accent);
    color: var(--ink);
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
    display: inline-flex; align-items: center; gap: 10px; }
.payset-fx .btn-primary:hover { transform: translateY(-1px);
    box-shadow: 0 12px 28px -10px rgba(34,216,122,0.6); }
.payset-fx .btn-secondary { padding: 16px 30px;
    background: transparent;
    color: var(--ink);
    border: 1.5px solid var(--ink);
    border-radius: 999px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s; }
.payset-fx .btn-secondary:hover { background: var(--ink); color: var(--cream); }
.payset-fx .trust-row { margin-top: 56px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center; }
.payset-fx .trust-stat .num { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.025em;
    line-height: 1;
    display: block;
    color: var(--ink); }
.payset-fx .trust-stat .num em { font-style: normal; color: var(--green); }
.payset-fx .trust-stat .lbl { font-size: 13px;
    color: var(--ink-mute);
    margin-top: 6px;
    font-weight: 500; }
.payset-fx .ticker-card { background: var(--ink);
    color: var(--cream);
    border-radius: 24px;
    padding: 28px;
    position: relative; }
.payset-fx .ticker-head { display: flex; justify-content: space-between; align-items: center;
    padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 11px; color: rgba(244,240,232,0.6);
    text-transform: uppercase; letter-spacing: 0.12em;
    font-weight: 500; }
.payset-fx .live-dot { display: inline-block; width: 7px; height: 7px;
    border-radius: 50%; background: var(--accent);
    margin-right: 8px;
    animation: pulse 2s infinite; }
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
  }
.payset-fx .ticker-row { display: grid;
    grid-template-columns: 1fr auto auto auto;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    align-items: center;
    font-size: 14px;
    font-weight: 500; }
.payset-fx .ticker-row:last-child { border-bottom: none; }
.payset-fx .ticker-pair { color: var(--cream); font-weight: 500; }
.payset-fx .ticker-rate { color: rgba(244,240,232,0.7); font-family: 'ES Rebond Grotesque', sans-serif; font-weight: 500; }
.payset-fx .ticker-save { color: var(--accent); font-weight: 700; }
.payset-fx .ticker-vs { color: rgba(244,240,232,0.5); font-size: 12px; }
.payset-fx .ticker-footer { margin-top: 18px; padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 12px; color: rgba(244,240,232,0.5);
    display: flex; justify-content: space-between;
    font-weight: 500; }
.payset-fx section { padding: 120px 0; border-bottom: 1px solid var(--line); position: relative; }
.payset-fx .section-head { max-width: 780px;
    margin-bottom: 72px; }
.payset-fx .section-head h2 { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: clamp(34px, 4.5vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin: 18px 0 20px;
    color: var(--ink); }
.payset-fx .section-head h2 em { font-style: italic; color: var(--ink-mute); font-weight: 700; }
.payset-fx .section-head h2 .accent { color: var(--green); font-style: italic; font-weight: 700; }
.payset-fx .section-head p { font-size: 18px;
    color: var(--ink-soft);
    max-width: 620px;
    line-height: 1.55; }
.payset-fx .problem { background: var(--cream-2); }
.payset-fx .problem-grid { display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px; }
@media (max-width: 880px) {
  .payset-fx .problem-grid { grid-template-columns: 1fr; }
}
.payset-fx .problem-cell { background: var(--cream);
    border-radius: 24px;
    padding: 44px 36px;
    transition: transform .25s ease; }
.payset-fx .problem-cell:hover { transform: translateY(-3px); }
.payset-fx .problem-cell .num { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--green);
    display: block;
    margin-bottom: 24px;
    letter-spacing: 0.02em; }
.payset-fx .problem-cell h3 { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
    line-height: 1.2;
    color: var(--ink); }
.payset-fx .problem-cell p { color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.payset-fx .pillars { background: var(--cream); }
.payset-fx .pillars-grid { display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
@media (max-width: 880px) {
  .payset-fx .pillars-grid { grid-template-columns: 1fr; }
}
.payset-fx .pillar-card { background: var(--green);
    color: var(--on-green);
    border-radius: 32px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden; }
.payset-fx .pillar-card.light { background: var(--cream-2);
    color: var(--ink); }
.payset-fx .pillar-tag { display: inline-block;
    padding: 6px 14px;
    background: rgba(255,255,255,0.15);
    color: var(--accent);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
.payset-fx .pillar-card.light .pillar-tag { background: var(--ink);
    color: var(--accent); }
.payset-fx .pillar-card h3 { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3.2vw, 36px);
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin-bottom: 16px; }
.payset-fx .pillar-card h3 em { font-style: italic; opacity: 0.75; font-weight: 700; }
.payset-fx .pillar-card > p { font-size: 16px;
    margin-bottom: 32px;
    max-width: 460px;
    line-height: 1.55;
    opacity: 0.92; }
.payset-fx .window-viz { background: rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 24px; }
.payset-fx .window-viz .label-row { display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 500;
    opacity: 0.7; }
.payset-fx .window-viz .bars { display: flex;
    gap: 8px;
    align-items: flex-end;
    height: 100px;
    margin-bottom: 24px; }
.payset-fx .window-viz .bar { flex: 1;
    background: rgba(255,255,255,0.18);
    border-radius: 4px 4px 0 0;
    position: relative; }
.payset-fx .window-viz .bar.covered { background: var(--accent); }
.payset-fx .window-viz .bar.low { opacity: 0.45; }
.payset-fx .window-viz .bar-label { position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    font-weight: 500;
    opacity: 0.7;
    letter-spacing: 0.04em; }
.payset-fx .window-viz .caption { margin-top: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9; }
.payset-fx .window-viz .caption strong { color: var(--accent); font-weight: 700; }
.payset-fx .lock-viz { background: var(--cream);
    border-radius: 16px;
    padding: 24px; }
.payset-fx .lock-row { display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px; }
.payset-fx .lock-row:last-of-type { margin-bottom: 0; }
.payset-fx .lock-label { font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ink-mute); }
.payset-fx .lock-bar { position: relative;
    height: 26px;
    border-radius: 6px;
    background: var(--cream-3);
    overflow: visible; }
.payset-fx .lock-bar .fill { position: absolute;
    top: 0; bottom: 0;
    background: var(--accent);
    border-radius: 4px; }
.payset-fx .lock-bar .fill.partial { background: var(--ink-dim); }
.payset-fx .lock-bar .qmark { position: absolute;
    top: -4px; bottom: -4px;
    width: 2px;
    background: var(--ink);
    border-radius: 2px; }
.payset-fx .lock-bar .qmark-label { position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: 0.06em;
    white-space: nowrap; }
.payset-fx .lock-scale { display: flex;
    justify-content: space-between;
    margin-top: 6px;
    padding-left: 86px;
    font-size: 10px;
    font-weight: 500;
    color: var(--ink-mute);
    letter-spacing: 0.06em; }
.payset-fx .lock-caption { margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--cream-3);
    font-size: 14px;
    line-height: 1.5;
    color: var(--ink-soft); }
.payset-fx .lock-caption strong { color: var(--green); font-weight: 700; }
.payset-fx .calc-wrap { background: var(--cream-2);
    border-radius: 32px;
    overflow: hidden;
    padding: 8px; }
.payset-fx .calc-inner { background: var(--cream);
    border-radius: 24px;
    overflow: hidden; }
.payset-fx .calc-head { padding: 28px 36px;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px; }
.payset-fx .calc-head .ticker-head-label { font-size: 13px;
    font-weight: 500;
    color: var(--ink-soft); }
.payset-fx .calc-head .ticker-head-label.muted { color: var(--ink-mute); }
.payset-fx .calc-body { display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 460px; }
@media (max-width: 880px) {
  .payset-fx .calc-body { grid-template-columns: 1fr; }
}
.payset-fx .calc-inputs { padding: 48px 40px;
    border-right: 1px solid var(--line); }
@media (max-width: 880px) {
  .payset-fx .calc-inputs { border-right: none; border-bottom: 1px solid var(--line); }
}
.payset-fx .input-group { margin-bottom: 36px; }
.payset-fx .input-group:last-child { margin-bottom: 0; }
.payset-fx .input-group label { display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--ink-mute);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
.payset-fx .volume-display { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 6vw, 64px);
    letter-spacing: -0.035em;
    line-height: 1;
    color: var(--ink);
    margin-bottom: 22px; }
.payset-fx .volume-display .currency { font-weight: 700;
    font-size: 0.45em;
    color: var(--ink-mute);
    margin-right: 6px;
    vertical-align: top;
    position: relative;
    top: 0.15em; }
.payset-fx input[type="range"] { -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: var(--cream-3);
    outline: none;
    border-radius: 4px; }
.payset-fx input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none;
    appearance: none;
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--accent);
    cursor: grab;
    box-shadow: 0 0 0 4px rgba(34,216,122,0.2), 0 2px 6px rgba(0,0,0,0.15);
    transition: box-shadow .2s; }
.payset-fx input[type="range"]::-webkit-slider-thumb:hover { box-shadow: 0 0 0 8px rgba(34,216,122,0.25), 0 2px 6px rgba(0,0,0,0.15); }
.payset-fx input[type="range"]::-moz-range-thumb { width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--accent);
    cursor: grab;
    border: none;
    box-shadow: 0 0 0 4px rgba(34,216,122,0.2); }
.payset-fx .range-scale { display: flex; justify-content: space-between;
    font-size: 11px; color: var(--ink-mute);
    margin-top: 12px;
    font-weight: 500;
    letter-spacing: 0.04em; }
.payset-fx .tier-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.payset-fx .tier-chip { padding: 10px 18px;
    background: var(--cream);
    border: 1.5px solid var(--cream-3);
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 500;
    border-radius: 999px;
    cursor: pointer;
    transition: all .15s;
    font-family: inherit; }
.payset-fx .tier-chip:hover { border-color: var(--ink); color: var(--ink); }
.payset-fx .tier-chip.active { background: var(--accent-soft);
    color: var(--ink);
    border-color: var(--accent); }
.payset-fx .calc-output { padding: 48px 40px;
    background: var(--green);
    color: var(--on-green);
    position: relative; }
.payset-fx .output-group { margin-bottom: 32px; }
.payset-fx .output-group:last-child { margin-bottom: 0; }
.payset-fx .output-label { font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.75; }
.payset-fx .output-value { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -0.02em;
    line-height: 1.05; }
.payset-fx .output-value.mega { font-weight: 700;
    font-size: clamp(56px, 7vw, 72px);
    color: var(--accent);
    line-height: 1;
    letter-spacing: -0.035em; }
.payset-fx .output-value.mega .unit { font-weight: 700;
    font-size: 0.3em;
    color: rgba(255,255,255,0.6);
    margin-left: 8px; }
.payset-fx .output-sub { font-size: 14px;
    margin-top: 8px;
    opacity: 0.75;
    font-weight: 500; }
.payset-fx .output-compare { display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 28px; }
.payset-fx .compare-cell .label { font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    opacity: 0.7; }
.payset-fx .compare-cell .val { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.01em; }
.payset-fx .compare-cell.their .val { text-decoration: line-through;
    text-decoration-color: rgba(255,255,255,0.5);
    opacity: 0.7; }
.payset-fx .compare-cell.our .val { color: var(--accent); }
.payset-fx .tier-table-wrap { background: var(--cream-2);
    border-radius: 32px;
    overflow: hidden;
    padding: 8px;
    margin-top: 8px; }
.payset-fx .tier-table { width: 100%;
    border-collapse: collapse;
    background: var(--cream);
    border-radius: 24px;
    overflow: hidden; }
.payset-fx .tier-table thead th { text-align: left;
    padding: 20px 28px;
    background: var(--ink);
    color: var(--cream);
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em; }
.payset-fx .tier-table thead th:first-child { border-top-left-radius: 20px; }
.payset-fx .tier-table thead th:last-child { border-top-right-radius: 20px; }
.payset-fx .tier-table tbody td { padding: 26px 28px;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    vertical-align: middle; }
.payset-fx .tier-table tbody tr:last-child td { border-bottom: none; }
.payset-fx .tier-table tbody tr:hover td { background: var(--cream-2); }
.payset-fx .tier-table .tier-name { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.01em;
    color: var(--ink); }
.payset-fx .tier-table .tier-range { color: var(--ink-soft); font-weight: 500; }
.payset-fx .tier-table .tier-discount { color: var(--ink-soft); font-size: 14px; font-weight: 500; }
.payset-fx .tier-table .tier-rate { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    color: var(--green);
    font-size: 20px;
    letter-spacing: -0.01em; }
.payset-fx .tier-table .tier-save { color: var(--ink-mute); font-size: 13px; font-weight: 500; }
.payset-fx .tier-table tbody tr.highlight td { background: var(--accent-soft); }
.payset-fx .tier-table tbody tr.highlight:hover td { background: var(--accent-soft); }
.payset-fx .tier-table tbody tr.highlight .tier-name::after { content: ' ★';
    color: var(--green);
    font-size: 16px; }
/* Head-to-head — live: full-bleed ink strip, card without vertical cell borders */
.payset-fx .compare-strip {
  background: var(--ink);
  color: var(--cream);
  border-bottom: none;
}
.payset-fx .compare-strip .section-head h2 { color: var(--cream); }
.payset-fx .compare-strip .section-head h2 em { color: rgba(244,240,232,0.6); }
.payset-fx .compare-strip .section-head p { color: rgba(244,240,232,0.7); }
.payset-fx .compare-strip .eyebrow { color: var(--accent); }
.payset-fx .vs-grid {
  background: rgba(255,255,255,0.04);
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.payset-fx .vs-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.payset-fx .vs-row:last-child { border-bottom: none; }
.payset-fx .vs-row.head { background: rgba(255,255,255,0.03); }
.payset-fx .vs-cell {
  padding: 24px 28px;
  border-right: none !important; /* live override */
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  min-height: 72px;
}
.payset-fx .vs-row.head .vs-cell {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(244,240,232,0.5);
  font-weight: 500;
  min-height: 82px;
}
.payset-fx .vs-row.head .vs-cell.payset-head {
  color: var(--accent);
  font-family: 'ES Rebond Grotesque', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.55;
}
.payset-fx .vs-cell.feature-label {
  color: var(--cream);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}
.payset-fx .vs-cell.payset {
  color: var(--accent);
  font-weight: 700;
  background: rgba(34,216,122,0.06);
  font-size: 14px;
}
.payset-fx .vs-cell.competitor {
  color: rgba(244,240,232,0.6);
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 780px) {
  .payset-fx .vs-row { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  .payset-fx .vs-cell { padding: 16px 14px; font-size: 12px; min-height: 0; }
  .payset-fx .vs-cell.feature-label { font-size: 13px; }
}
.payset-fx .who-grid { display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; }
@media (max-width: 780px) {
  .payset-fx .who-grid { grid-template-columns: 1fr; }
}
.payset-fx .who-cell { background: var(--cream-2);
    border-radius: 24px;
    padding: 44px 36px;
    transition: transform .25s ease, background .25s ease, color .25s ease; }
.payset-fx .who-cell:hover { transform: translateY(-3px);
    background: var(--green);
    color: var(--on-green); }
.payset-fx .who-cell .who-tag { display: inline-block;
    padding: 5px 12px;
    background: var(--cream);
    border: 1px solid var(--line);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ink-mute);
    margin-bottom: 24px;
    border-radius: 999px;
    transition: all .25s; }
.payset-fx .who-cell:hover .who-tag { background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.2);
    color: var(--accent); }
.payset-fx .who-cell h3 { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 14px; }
.payset-fx .who-cell p { font-size: 15px; line-height: 1.55; opacity: 0.85; }
.payset-fx .testimonial { background: var(--ink);
    color: var(--cream);
    padding: 140px 0;
    border-bottom: 1px solid var(--ink); }
.payset-fx .testimonial-content { max-width: 980px; margin: 0 auto; text-align: center; }
.payset-fx .testimonial-stars { display: inline-flex;
    gap: 4px;
    color: var(--accent);
    font-size: 22px;
    margin-bottom: 32px; }
.payset-fx .quote { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 36px; }
.payset-fx .quote em { font-style: italic; color: var(--accent); font-weight: 700; }
.payset-fx .quote-attr { display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 13px;
    color: rgba(244,240,232,0.6);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em; }
.payset-fx .quote-attr .dash { width: 40px; height: 1px; background: rgba(255,255,255,0.3); }
.payset-fx .faq-list { border-top: 1px solid var(--line); }
.payset-fx .faq-item { border-bottom: 1px solid var(--line);
    padding: 28px 0;
    cursor: pointer; }
.payset-fx .faq-q { display: flex; justify-content: space-between; align-items: center;
    font-family: 'ES Rebond Grotesque', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    gap: 24px;
    color: var(--ink); }
.payset-fx .faq-q .plus { flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--accent);
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    transition: transform .3s; }
.payset-fx .faq-item.open .plus { transform: rotate(45deg); }
.payset-fx .faq-a { max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, margin-top .3s;
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.65;
    max-width: 760px; }
.payset-fx .faq-item.open .faq-a { max-height: 500px;
    margin-top: 16px; }
.payset-fx .final-cta { padding: 100px 0 80px;
    border-bottom: none; }
.payset-fx .final-cta-inner { background: var(--green);
    border-radius: 40px;
    color: var(--on-green);
    padding: 100px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto; }
.payset-fx .final-cta-inner::before, .payset-fx .final-cta-inner::after { content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(34,216,122,0.12);
    pointer-events: none; }
.payset-fx .final-cta-inner::before { width: 380px; height: 380px;
    top: -120px; right: -120px; }
.payset-fx .final-cta-inner::after { width: 300px; height: 300px;
    bottom: -100px; left: -80px; }
.payset-fx .final-cta-inner .eyebrow { color: var(--accent);
    position: relative; }
.payset-fx .final-cta-inner h2 { font-family: 'ES Rebond Grotesque', sans-serif;
    font-weight: 700;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1;
    letter-spacing: -0.035em;
    margin: 20px 0 28px;
    position: relative;
    color: var(--cream); }
.payset-fx .final-cta-inner h2 em { font-style: italic; color: var(--accent); font-weight: 700; }
.payset-fx .final-cta-inner p { font-size: 18px;
    opacity: 0.85;
    margin-bottom: 40px;
    position: relative;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
.payset-fx .final-cta-inner .hero-cta-row { justify-content: center; position: relative; }
.payset-fx .final-cta-inner .btn-primary { background: var(--accent); color: var(--ink); }
.payset-fx .final-cta-inner .btn-secondary { background: transparent;
    color: var(--cream);
    border-color: rgba(255,255,255,0.4); }
.payset-fx .final-cta-inner .btn-secondary:hover { background: rgba(255,255,255,0.1);
    border-color: var(--cream);
    color: var(--cream); }
.payset-fx .final-cta-inner .meta-line { margin-top: 28px;
    font-size: 12px;
    opacity: 0.7;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 500; }
.payset-fx .footer-inner { display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 24px;
    font-size: 13px;
    color: var(--ink-mute);
    font-weight: 500; }
.payset-fx .footer-inner a { color: var(--ink-soft); text-decoration: none; margin-left: 28px; }
.payset-fx .footer-inner a:hover { color: var(--green); }
.payset-fx .reveal { opacity: 0;
    transform: translateY(20px);
    transition: opacity .7s ease, transform .7s ease; }
.payset-fx .reveal.in { opacity: 1; transform: translateY(0); }


.payset-fx .card-receipt-dark {
  background: var(--ink);
  color: var(--cream);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 20px 50px -25px rgba(0,0,0,0.4);
}
.payset-fx .card-receipt-dark .head {
  font-size: 11px;
  color: rgba(244,240,232,0.55);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-bottom: 24px;
}
.payset-fx .card-receipt-dark .hero-num {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.payset-fx .card-receipt-dark .hero-num .lbl {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(244,240,232,0.6);
  font-weight: 500;
  margin-bottom: 12px;
}
.payset-fx .card-receipt-dark .hero-num .big {
  font-weight: 700;
  font-size: clamp(44px, 5.6vw, 64px);
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
}
.payset-fx .card-receipt-dark .hero-num .big .yr {
  font-size: 0.32em;
  color: rgba(244,240,232,0.5);
  margin-left: 8px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.payset-fx .card-receipt-dark .hero-num .scenario {
  font-size: 13px;
  color: rgba(244,240,232,0.7);
  margin-top: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.payset-fx .card-receipt-dark .hero-num .scenario strong {
  color: var(--cream);
  font-weight: 700;
}
.payset-fx .card-receipt-dark .compare-block {
  display: grid;
  gap: 10px;
}
.payset-fx .card-receipt-dark .cmp-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: baseline;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
}
.payset-fx .card-receipt-dark .cmp-row.us {
  background: rgba(34,216,122,0.08);
  border: 1px solid rgba(34,216,122,0.2);
}
.payset-fx .card-receipt-dark .cmp-row .who {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(244,240,232,0.5);
  font-weight: 700;
  margin-bottom: 4px;
}
.payset-fx .card-receipt-dark .cmp-row.us .who { color: var(--accent); }
.payset-fx .card-receipt-dark .cmp-row .desc {
  font-size: 14px;
  color: rgba(244,240,232,0.85);
  font-weight: 500;
}
.payset-fx .card-receipt-dark .cmp-row.us .desc { color: var(--cream); }
.payset-fx .card-receipt-dark .cmp-row .amount {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  text-align: right;
  line-height: 1.1;
}
.payset-fx .card-receipt-dark .cmp-row.them .amount {
  color: rgba(244,240,232,0.55);
  text-decoration: line-through;
  text-decoration-color: rgba(244,240,232,0.3);
}
.payset-fx .card-receipt-dark .cmp-row.us .amount { color: var(--accent); }
.payset-fx .card-receipt-dark .cmp-row .amount-sub {
  display: block;
  font-size: 11px;
  color: rgba(244,240,232,0.5);
  font-weight: 500;
  text-decoration: none;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.payset-fx .card-receipt-dark .footer-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px dashed rgba(255,255,255,0.12);
  font-size: 11px;
  color: rgba(244,240,232,0.5);
  line-height: 1.55;
  font-weight: 500;
}



/* —— Simulator polish (thumb + filled track via JS paintRange) —— */
.payset-fx input[type="range"] {
  cursor: pointer;
  touch-action: none;
}
.payset-fx input[type="range"].is-dragging,
.payset-fx input[type="range"]:active {
  cursor: grabbing;
}
.payset-fx input[type="range"]:active::-webkit-slider-thumb,
.payset-fx input[type="range"].is-dragging::-webkit-slider-thumb {
  cursor: grabbing;
  box-shadow: 0 0 0 10px rgba(34,216,122,0.28), 0 2px 8px rgba(0,0,0,0.18);
}
.payset-fx input[type="range"]:active::-moz-range-thumb,
.payset-fx input[type="range"].is-dragging::-moz-range-thumb {
  cursor: grabbing;
}
.payset-fx input[type="range"]::-moz-range-track {
  height: 4px;
  background: var(--cream-3);
  border-radius: 4px;
}
.payset-fx input[type="range"]::-moz-range-progress {
  height: 4px;
  background: var(--accent);
  border-radius: 4px;
}

/* Page shell — FX page + homepage header/footer */
body.fx-page {
  background: #F4F0E8;
}
body.fx-page .m-header {
  background: #fff;
  height: 64px;
}
body.fx-page .m-header.is-scrolled {
  box-shadow: 0 1px 0 rgba(26, 26, 26, 0.08);
}
body.fx-page .m-header__cta {
  background: #1A1A1A;
  color: #fff;
}
body.fx-page .m-header__cta:hover {
  background: #2A2A2A;
  color: #fff;
}
body.fx-page .m-footer {
  background: #F4F0E8;
}

.payset-fx .faq-item {
  cursor: pointer;
}

/* Dark sections: no cream hairline */
.payset-fx .compare-strip,
.payset-fx .testimonial {
  border-bottom: none;
}

/* Ensure reveal content visible if IO misses (hash jump / catalog) */
.payset-fx .reveal.in {
  opacity: 1;
  transform: none;
}

/* Popup (from live) */
.psf-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(20,20,20,0.7);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: 'ES Rebond Grotesque', sans-serif;
}
.psf-popup-overlay.open { display: flex; }
.psf-popup-box {
  background: #1A1A1A;
  color: #F4F0E8;
  border-radius: 24px;
  padding: 40px;
  max-width: 480px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6);
}

/* close button — reset all theme/Elementor button styling */
.psf-popup-box .psf-popup-close {
  position: absolute;
  top: 18px; right: 20px;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  color: rgba(244,240,232,0.5) !important;
  font-size: 28px !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 4px 8px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: color .2s;
  text-transform: none !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}
.psf-popup-box .psf-popup-close:hover {
  color: #F4F0E8 !important;
  background: none !important;
  transform: none !important;
  box-shadow: none !important;
}

.psf-popup-head { margin-bottom: 28px; }
.psf-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #22D87A;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.psf-title {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 10px;
  color: #F4F0E8;
}
.psf-sub {
  font-size: 15px;
  color: rgba(244,240,232,0.7);
  line-height: 1.5;
  margin: 0;
}
.psf-form { display: flex; flex-direction: column; gap: 18px; }
.psf-row { display: flex; flex-direction: column; gap: 8px; }
.psf-row label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(244,240,232,0.6);
}
.psf-popup-box .psf-row input[type="text"],
.psf-popup-box .psf-row input[type="email"],
.psf-popup-box .psf-row select,
.psf-popup-box .psf-row input[type="file"] {
  width: 100% !important;
  padding: 14px 16px !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 10px !important;
  color: #F4F0E8 !important;
  font-size: 15px !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color .2s, background .2s;
  height: auto !important;
}
.psf-popup-box .psf-row input:focus,
.psf-popup-box .psf-row select:focus {
  border-color: #22D87A !important;
  background: rgba(255,255,255,0.08) !important;
}
.psf-popup-box .psf-row select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23F4F0E8' d='M6 8L0 0h12z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 40px !important;
}
.psf-popup-box .psf-row select option { background: #1A1A1A; color: #F4F0E8; }
.psf-popup-box .psf-row input[type="file"] { padding: 12px 16px !important; cursor: pointer; }
.psf-popup-box .psf-row input[type="file"]::-webkit-file-upload-button,
.psf-popup-box .psf-row input[type="file"]::file-selector-button {
  background: rgba(255,255,255,0.1);
  border: none;
  color: #F4F0E8;
  padding: 8px 14px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
  margin-right: 12px;
}
.psf-hint { font-size: 12px; color: rgba(244,240,232,0.45); }

/* submit button — reset theme styling, apply our own */
.psf-popup-box .psf-submit {
  margin-top: 6px !important;
  padding: 16px 28px !important;
  background: #22D87A !important;
  background-color: #22D87A !important;
  background-image: none !important;
  color: #1A1A1A !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  font-family: inherit !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  width: 100% !important;
  height: auto !important;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s, opacity .2s;
}
.psf-popup-box .psf-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -10px rgba(34,216,122,0.6);
  background: #22D87A !important;
  color: #1A1A1A !important;
}
.psf-popup-box .psf-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; box-shadow: none; }

.psf-error {
  color: #ff6b6b;
  font-size: 14px;
  font-weight: 500;
  display: none;
}
.psf-error.show { display: block; }
.psf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.psf-success { display: none; text-align: center; padding: 20px 0; }
.psf-success.show { display: block; }
.psf-success-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #22D87A;
  color: #1A1A1A;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .psf-popup-box { padding: 28px 22px; }
  .psf-title { font-size: 24px; }
}