/* SPLIT HERO with invoice preview */
    .re-hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 72px; background: linear-gradient(135deg, #0f172a 0%, #0c1a2e 100%); overflow: hidden; }
    @media (max-width: 900px) { .re-hero { grid-template-columns: 1fr; } .re-invoice-preview { display: none; } }
    .re-hero-left { display: flex; flex-direction: column; justify-content: center; padding: 5rem 3rem 4rem clamp(3rem, calc((100vw - 1280px) / 2 + 5rem), 10rem); }
    .re-hero-right { display: flex; align-items: center; justify-content: center; padding: 3rem; position: relative; }
    .re-hero-right::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 60% 40%, rgba(99,102,241,.08) 0%, transparent 65%); }
    .re-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.25); color: #fbbf24; padding: .4rem 1rem; border-radius: 999px; font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1.5rem; }
    .re-title { font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; color: #fff; margin-bottom: 1.25rem; }
    .re-title em { font-style: normal; background: linear-gradient(135deg, #fbbf24, #f97316, #ef4444); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .re-sub { font-size: 1.05rem; color: rgba(255,255,255,.55); line-height: 1.7; margin-bottom: 2rem; }
    .re-cta-row { display: flex; gap: .875rem; flex-wrap: wrap; margin-bottom: 3rem; }
    .re-btn-p { padding: .8rem 1.8rem; background: linear-gradient(135deg, #f59e0b, #ea580c); color: #fff; border-radius: 999px; font-weight: 700; font-size: .95rem; box-shadow: 0 4px 20px rgba(245,158,11,.3); transition: transform .2s; }
    .re-btn-p:hover { transform: translateY(-2px); }
    .re-btn-g { padding: .8rem 1.8rem; border: 1.5px solid rgba(255,255,255,.18); color: rgba(255,255,255,.65); border-radius: 999px; font-weight: 600; font-size: .95rem; transition: all .2s; }
    .re-btn-g:hover { border-color: rgba(255,255,255,.45); color: #fff; }
    .re-badges-row { display: flex; gap: .75rem; flex-wrap: wrap; }
    .re-trust-badge { display: flex; align-items: center; gap: .4rem; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: .4rem .8rem; font-size: .75rem; color: rgba(255,255,255,.6); font-weight: 500; }

    /* INVOICE PREVIEW CARD */
    .re-invoice-preview { position: relative; z-index: 1; }
    .invoice-card { background: #fff; border-radius: 20px; padding: 0; width: 400px; box-shadow: 0 0 0 1px rgba(255,255,255,.06), 0 8px 32px rgba(0,0,0,.4), 0 32px 72px rgba(0,0,0,.5), 0 64px 120px rgba(0,0,0,.35); position: relative; overflow: hidden; transform: rotate(1.5deg) translateY(-8px); transition: transform .3s ease; }
    .invoice-card:hover { transform: rotate(0deg) translateY(-12px); }
    .inv-head { background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); padding: 1.5rem 1.75rem; display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.06); }
    .inv-head-brand { font-size: 1.1rem; font-weight: 800; color: #fff; letter-spacing: -.02em; display: flex; align-items: center; gap: .5rem; }
    .inv-head-brand-mark { width: 26px; height: 26px; border-radius: 7px; background: linear-gradient(135deg, #f59e0b, #ea580c); display: flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 900; color: #fff; }
    .inv-head-sub { font-size: .6rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .08em; margin-top: .25rem; }
    .inv-head-num { text-align: right; }
    .inv-head-num-label { font-size: .58rem; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .06em; }
    .inv-head-num-val { font-size: .9rem; font-weight: 800; color: #fff; letter-spacing: -.01em; }
    .inv-head-date { font-size: .6rem; color: rgba(255,255,255,.4); margin-top: .2rem; }
    .inv-body { padding: 1.5rem 1.75rem 1.75rem; }
    .inv-from-to { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.1rem; }
    .inv-total-box { background: linear-gradient(135deg, #f8fafc, #f1f5f9); border: 1px solid #e2e8f0; border-radius: 12px; padding: 1rem 1.1rem; margin-top: .875rem; display: flex; justify-content: space-between; align-items: center; }
    .inv-total-box-label { font-size: .6rem; color: #64748b; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
    .inv-total-box-due { font-size: .6rem; color: #94a3b8; margin-top: .15rem; }
    .inv-total-box-amount { font-size: 1.55rem; font-weight: 800; color: #0f172a; letter-spacing: -.04em; }
    .inv-foot { display: flex; justify-content: space-between; align-items: center; margin-top: .875rem; }
    .inv-stripe-badge { display: flex; align-items: center; gap: .3rem; font-size: .6rem; color: #94a3b8; font-weight: 500; }
    .inv-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; }
    .inv-logo { font-size: .9rem; font-weight: 800; color: #1d4ed8; letter-spacing: -.02em; }
    .inv-num { font-size: .7rem; color: #94a3b8; font-weight: 500; text-align: right; }
    .inv-num strong { display: block; color: #0f172a; font-weight: 700; }
    .inv-divider { height: 1px; background: #f1f5f9; margin: 1rem 0; }
    .inv-to { margin-bottom: 1.25rem; }
    .inv-to-label { font-size: .6rem; text-transform: uppercase; letter-spacing: .09em; color: #94a3b8; font-weight: 700; margin-bottom: .3rem; }
    .inv-to-name { font-size: .875rem; font-weight: 700; color: #0f172a; }
    .inv-to-addr { font-size: .75rem; color: #64748b; line-height: 1.5; }
    .inv-table { width: 100%; font-size: .75rem; }
    .inv-table th { text-align: left; color: #94a3b8; font-weight: 700; font-size: .6rem; text-transform: uppercase; letter-spacing: .06em; padding: .35rem 0; border-bottom: 2px solid #f1f5f9; }
    .inv-table th:last-child { text-align: right; }
    .inv-table td { padding: .45rem 0; color: #475569; border-bottom: 1px solid #f8fafc; font-size: .78rem; }
    .inv-table td:last-child { text-align: right; font-weight: 700; color: #0f172a; }
    .inv-total { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; padding-top: .75rem; border-top: 2px solid #f1f5f9; }
    .inv-total-label { font-size: .8rem; font-weight: 700; color: #0f172a; }
    .inv-total-amount { font-size: 1.3rem; font-weight: 800; color: #0f172a; letter-spacing: -.03em; }
    .inv-status { display: inline-flex; align-items: center; gap: .35rem; background: #f0fdf4; color: #16a34a; border: 1px solid rgba(22,163,74,.15); border-radius: 999px; padding: .25rem .75rem; font-size: .65rem; font-weight: 700; }
    .inv-floating { position: absolute; top: -18px; right: -20px; z-index: 10; background: rgba(15,23,42,.92); border: 1px solid rgba(34,197,94,.4); border-radius: 12px; padding: .55rem 1rem; font-size: .65rem; color: #4ade80; font-weight: 700; backdrop-filter: blur(12px); box-shadow: 0 4px 24px rgba(0,0,0,.5); animation: float 3s ease-in-out infinite; display: flex; align-items: center; gap: .35rem; white-space: nowrap; }
    @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }

    /* PIPELINE SECTION */
    .re-pipeline { padding: 5rem 0; background: #0f172a; }
    .pipe-label { display: inline-flex; align-items: center; gap: .5rem; background: rgba(245,158,11,.1); border: 1px solid rgba(245,158,11,.2); color: #fbbf24; padding: .3rem .9rem; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 1rem; }
    .pipeline-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 2.5rem; background: rgba(255,255,255,.06); border-radius: 16px; overflow: hidden; }
    @media (max-width: 768px) { .pipeline-row { grid-template-columns: repeat(2, 1fr); } }
    .pipe-stage { background: #0f172a; padding: 2rem 1.5rem; text-align: center; position: relative; }
    .pipe-stage::after { content: '→'; position:absolute; right: -12px; top: 50%; transform: translateY(-50%); color: rgba(245,158,11,.3); font-size: 1.25rem; z-index:1; }
    .pipe-stage:last-child::after { display: none; }
    @media (max-width: 768px) { .pipe-stage::after { display: none; } }
    .pipe-icon { font-size: 2.5rem; margin-bottom: 1rem; }
    .pipe-stage-num { font-size: .65rem; font-weight: 700; color: rgba(245,158,11,.6); text-transform: uppercase; letter-spacing: .1em; margin-bottom: .35rem; }
    .pipe-stage-title { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: .5rem; }
    .pipe-stage-desc { font-size: .8rem; color: rgba(255,255,255,.4); line-height: 1.55; }
    .pipe-time { display: inline-flex; align-items: center; background: rgba(245,158,11,.1); border: 1px solid rgba(245,158,11,.2); color: #fbbf24; padding: .2rem .6rem; border-radius: 999px; font-size: .65rem; font-weight: 700; margin-top: .75rem; }

    /* MOCKUP SECTION */
    .re-mockup { padding: 5rem 0; background: #020817; }

    /* BENEFITS 2 COL */
    .re-benefits { padding: 5rem 0; background: #fff; }
    .re-ben-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
    @media (max-width: 640px) { .re-ben-grid { grid-template-columns: 1fr; } }
    .re-ben-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 16px; padding: 2rem; transition: all .22s; display: flex; gap: 1.25rem; }
    .re-ben-card:hover { background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.06); border-color: rgba(245,158,11,.25); transform: translateY(-2px); }
    .re-ben-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(245,158,11,.1); border: 1px solid rgba(245,158,11,.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .re-ben-body h3 { font-size: .95rem; font-weight: 700; color: #0f172a; margin-bottom: .4rem; }
    .re-ben-body p { font-size: .875rem; color: #64748b; line-height: 1.65; }

    /* STRIPE SECTION */
    .re-stripe { padding: 5rem 0; background: linear-gradient(135deg, #0a0f1e, #12063a); }
    .stripe-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
    @media (max-width: 768px) { .stripe-inner { grid-template-columns: 1fr; } }
    .stripe-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: #fff; letter-spacing: -.02em; margin-bottom: .75rem; }
    .stripe-sub { color: rgba(255,255,255,.5); font-size: .95rem; line-height: 1.7; margin-bottom: 1.5rem; }
    .stripe-features { display: flex; flex-direction: column; gap: .875rem; }
    .stripe-feat { display: flex; align-items: flex-start; gap: .875rem; }
    .stripe-feat-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(99,102,241,.15); border: 1px solid rgba(99,102,241,.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .stripe-feat-text h4 { font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: .2rem; }
    .stripe-feat-text p { font-size: .8rem; color: rgba(255,255,255,.45); line-height: 1.5; }
    .stripe-visual { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 1.5rem; }
    .pay-row { display: flex; align-items: center; justify-content: space-between; padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.05); }
    .pay-row:last-child { border-bottom: none; }
    .pay-info { display: flex; align-items: center; gap: .75rem; }
    .pay-indicator { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
    .pay-name { font-size: .82rem; font-weight: 600; color: #fff; }
    .pay-sub { font-size: .68rem; color: rgba(255,255,255,.35); }
    .pay-amount { font-size: .9rem; font-weight: 700; color: #fff; }
    .pay-status { font-size: .65rem; font-weight: 700; padding: .15rem .5rem; border-radius: 999px; }
    .pay-ok { background: rgba(34,197,94,.15); color: #4ade80; }
    .pay-pending { background: rgba(245,158,11,.15); color: #fbbf24; }
    .pay-overdue { background: rgba(239,68,68,.15); color: #f87171; }

    /* COMPLIANCE BADGES */
    .re-compliance { padding: 4rem 0; background: #0f172a; }
    .comp-badges { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-top: 2rem; }
    .comp-b { display: flex; align-items: center; gap: .75rem; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: .875rem 1.25rem; }
    .comp-b-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .comp-b-text { font-size: .82rem; font-weight: 700; color: rgba(255,255,255,.75); }
    .comp-b-sub { font-size: .68rem; color: rgba(255,255,255,.35); }

    /* STEPS */
    .re-steps { padding: 5rem 0; background: #f8fafc; }
    .re-steps-row { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 2.5rem; }
    .re-step { flex: 1; min-width: 200px; }
    .re-step-icon { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, #f59e0b, #ea580c); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
    .re-step h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: .5rem; }
    .re-step p { font-size: .875rem; color: #64748b; line-height: 1.65; }
    .re-step-connector { display: flex; align-items: center; padding-top: 1.4rem; flex-shrink: 0; color: #f59e0b; font-size: 1.5rem; }

    /* CTA */
    .re-cta { padding: 6rem 0; text-align: center; background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%); }
    .re-cta h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #fff; letter-spacing: -.03em; margin-bottom: 1rem; }
    .re-cta p { color: rgba(255,255,255,.5); font-size: 1.0625rem; margin-bottom: 2.5rem; }
    .re-cta-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
    .re-cta-btn { padding: .9rem 2rem; background: linear-gradient(135deg, #f59e0b, #ea580c); color: #fff; border-radius: 999px; font-weight: 700; font-size: 1rem; box-shadow: 0 4px 20px rgba(245,158,11,.35); transition: all .2s; }
    .re-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(245,158,11,.45); }
    @media (max-width: 768px) { footer .container > div:first-child { grid-template-columns: 1fr !important; } }
