/* =========================================================
   FileTranz Product Page — Aintiram Web Tech
   Replaces the previous generic "Our Products" visual.
   Namespaced with .ft- to avoid collisions with site styles.
   ========================================================= */

.ft-page {
    --ft-indigo: #36347D;
    --ft-indigo-deep: #242259;
    --ft-indigo-ink: #171638;
    --ft-blue: #405CFF;
    --ft-blue-soft: #EEF2FF;
    --ft-cyan: #39A7FF;
    --ft-aws: #FFB020;
    --ft-paper: #FBFCFF;
    --ft-mist: #F5F7FC;
    --ft-line: #E1E5F0;
    --ft-ink: #1D2035;
    --ft-muted: #697086;
    --ft-green: #198754;
    --ft-radius: 20px;
    --ft-shadow: 0 18px 55px -28px rgba(31, 34, 77, .28);
    font-family: var(--ft-body);
    color: var(--ft-ink);
    line-height: 1.6;
}

.ft-page * {
    box-sizing: border-box
}

/* .ft-page img {
    max-width: 70%;
    display: block
} */

.ft-page a {
    color: inherit
}

.ft-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--ft-display);
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .11em;
    color: var(--ft-blue);
    margin-bottom: 1rem
}

.ft-kicker span {
    width: 22px;
    height: 2px;
    background: var(--ft-blue);
    display: inline-block
}

.ft-centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.ft-centered p {
    margin-left: auto;
    margin-right: auto
}

/* Buttons */
.ft-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: .8rem 1.25rem;
    border-radius: 10px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: .92rem;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ft-btn:hover {
    transform: translateY(-2px)
}

.ft-btn-primary {
    background: var(--ft-blue);
    color: #fff !important;
    box-shadow: 0 12px 24px -12px rgba(64, 92, 255, .7)
}

.ft-btn-primary:hover {
    background: #3049dd
}

.ft-btn-secondary {
    background: #fff;
    color: var(--ft-indigo) !important;
    border-color: #CDD3E2
}

.ft-btn-secondary:hover {
    border-color: var(--ft-indigo);
    box-shadow: 0 10px 25px -18px rgba(36, 34, 89, .35)
}

.ft-btn-white {
    background: #fff;
    color: var(--ft-indigo) !important
}

.ft-btn-dark {
    background: rgba(255, 255, 255, .09);
    color: #fff !important;
    border-color: rgba(255, 255, 255, .32)
}

.ft-btn-dark:hover {
    background: rgba(255, 255, 255, .15)
}

.ft-text-link {
    font-size: .84rem;
    font-weight: 700;
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    opacity: .9
}

/* Hero */
.ft-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(700px 420px at 92% 4%, rgba(64, 92, 255, .14), transparent 65%),
        linear-gradient(180deg, #fff 0%, #F8FAFF 100%);
    padding: 1rem 0 5.4rem;
    border-bottom: 1px solid var(--ft-line)
}

.ft-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: .78rem;
    color: #8990A4;
    padding: 0 0 2.5rem
}

.ft-breadcrumb a {
    text-decoration: none;
    color: #72798E
}

.ft-breadcrumb a:hover {
    color: var(--ft-blue)
}

.ft-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr);
    gap: 4rem;
    align-items: center
}

.ft-hero-copy {
    padding: 1rem 0
}

.ft-hero-copy h1 {
    font-size: clamp(2.8rem, 5vw, 4.7rem);
    max-width: 720px
}

.ft-hero-copy h1 strong {
    color: var(--ft-blue);
    font-weight: 700
}

.ft-hero-lead {
    font-size: 1.08rem;
    line-height: 1.75;
    max-width: 640px;
    margin: 1.35rem 0 1.6rem
}

.ft-hero-actions {
    display: flex;
    gap: 11px;
    flex-wrap: wrap
}

.ft-trust {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--ft-line)
}

.ft-trust span {
    font-size: .73rem;
    font-weight: 700;
    color: #5E657A
}

.ft-trust i {
    font-style: normal;
    color: var(--ft-green);
    margin-right: 4px
}

.ft-hero-visual {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ft-sf-window {
    width: min(590px, 100%);
    background: #fff;
    border: 1px solid #DDE2EE;
    border-radius: 16px;
    box-shadow: 0 28px 70px -32px rgba(28, 34, 85, .48);
    overflow: hidden;
    position: relative;
    z-index: 2
}

.ft-sf-topbar {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #E8EBF2
}

.ft-sf-brand {
    font-weight: 700;
    color: #0B5CAB;
    font-size: .82rem
}

.ft-sf-cloud {
    font-size: 1rem;
    margin-right: 5px
}

.ft-sf-actions {
    display: flex;
    gap: 12px;
    color: #7A8297
}

.ft-sf-body {
    padding: 18px;
    background: #F6F8FC
}

.ft-record-head {
    display: grid;
    grid-template-columns: 38px 1fr 30px;
    gap: 10px;
    align-items: center;
    margin-bottom: 13px
}

.ft-record-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: #1B96FF;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800
}

.ft-record-head small {
    display: block;
    color: #8A91A4;
    font-size: .63rem
}

.ft-record-head b {
    display: block;
    color: #252A40;
    font-size: .86rem
}

.ft-record-head button {
    border: 0;
    background: #fff;
    border-radius: 6px;
    height: 28px;
    color: #687087
}

.ft-record-tabs {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 0 14px;
    border-bottom: 1px solid #E4E8F0;
    font-size: .7rem;
    color: #727A8E
}

.ft-record-tabs span {
    padding: 10px 0
}

.ft-record-tabs .active {
    color: #1B5DCC;
    font-weight: 700;
    border-bottom: 2px solid #1B96FF
}

.ft-file-card {
    background: #fff;
    margin-top: 12px;
    border: 1px solid #E1E5EE;
    border-radius: 10px;
    padding: 13px
}

.ft-file-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px
}

.ft-file-heading>div:first-child {
    display: flex;
    align-items: center;
    gap: 8px
}

.ft-mini-logo {
    width: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.ft-file-title {
    font-weight: 800;
    color: #282D43;
    font-size: .84rem
}

.ft-upload-btn {
    border: 1px solid #BFD0F3;
    background: #EEF5FF;
    color: #0B5CAB;
    border-radius: 6px;
    padding: 6px 9px;
    font-size: .64rem;
    font-weight: 700
}

.ft-dropzone {
    border: 1.5px dashed #B8C8E4;
    background: #F8FBFF;
    border-radius: 8px;
    padding: 15px;
    text-align: center
}

.ft-drop-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #E4F0FF;
    color: #2176D2;
    display: grid;
    place-items: center;
    margin: 0 auto 5px;
    font-weight: 800
}

.ft-dropzone strong {
    display: block;
    color: #3B4255;
    font-size: .7rem
}

.ft-dropzone span {
    display: block;
    color: #9299AA;
    font-size: .58rem;
    margin-top: 2px
}

.ft-file-row {
    display: grid;
    grid-template-columns: 31px 1fr auto 25px;
    gap: 8px;
    align-items: center;
    border-top: 1px solid #EDF0F5;
    padding-top: 10px;
    margin-top: 10px
}

.ft-file-type {
    width: 31px;
    height: 31px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    font-size: .5rem;
    font-weight: 800
}

.ft-file-type.pdf {
    background: #FCECEC;
    color: #D33C3C
}

.ft-file-type.img {
    background: #E9F7EE;
    color: #1C8B50
}

.ft-file-name b {
    display: block;
    color: #394054;
    font-size: .65rem
}

.ft-file-name small {
    display: block;
    color: #9AA1B2;
    font-size: .54rem
}

.ft-file-status {
    font-size: .54rem;
    font-weight: 700;
    color: #18854C
}

.ft-file-row button {
    border: 0;
    background: transparent;
    color: #9098AA
}

.ft-s3-float {
    position: absolute;
    z-index: 3;
    right: -8px;
    bottom: 45px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 15px;
    border: 1px solid #DDE2EC;
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 16px 35px -20px rgba(30, 34, 70, .5)
}

.ft-s3-float>span {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #FFF2D5;
    color: #D78A00;
    display: grid;
    place-items: center;
    font-weight: 900
}

.ft-s3-float b {
    display: block;
    font-size: .72rem;
    color: #33384A
}

.ft-s3-float small {
    display: block;
    font-size: .59rem;
    color: #8B92A4
}

.ft-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    z-index: 0
}

.ft-orb-one {
    width: 230px;
    height: 230px;
    background: rgba(64, 92, 255, .08);
    top: 40px;
    right: 5px
}

.ft-orb-two {
    width: 100px;
    height: 100px;
    background: rgba(57, 167, 255, .1);
    bottom: 20px;
    left: 10px
}

/* Anchor nav */
.ft-anchor {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--ft-line)
}

.ft-anchor {
    display: flex;
    gap: 25px;
    overflow: auto;
    white-space: nowrap
}

.ft-anchor a {
    padding: 14px 0;
    font-size: .74rem;
    font-weight: 700;
    text-decoration: none;
    color: #737A8E;
    border-bottom: 2px solid transparent
}

.ft-anchor a:hover {
    color: var(--ft-blue);
    border-bottom-color: var(--ft-blue)
}

/* Generic sections */
.ft-section {
    padding: 5rem 0;
        background: #36347d;
}

.ft-section-process{
     padding: 5rem 0;
}

.ft-section-head {
    max-width: 760px;
    margin-bottom: 3rem
}

.ft-section-head p {
    max-width: 650px;
    font-size: 1rem;
    line-height: 1.75
}

/* Problem */
.ft-problem {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(180deg, #f5f5f5 -3.62%, #fff 99.94%);
    box-shadow: 0 1px 4px 0 #0000000D;
}

.ft-problem .ft-section-head {
    max-width: 820px
}

.ft-problem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.ft-problem-card {
    background: #fff;
    border: 1px solid var(--ft-line);
    border-radius: 16px;
    padding: 1.6rem;
    min-height: 205px;
    box-shadow: 0 8px 28px -24px rgba(26, 31, 70, .35)
}

.ft-card-num {
    background: #c5c402;
    width: 35px;
    height: 35px;
    text-align: center;
    align-self: center;
    border-radius: 40px;
    align-content: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ft-problem-card h3 {
    font-size: 1.15rem;
    margin-bottom: .45rem
}

.ft-problem-card p {
    font-size: 14px;
    margin: 0
}

/* Solution */
.ft-solution {
    background: #36347d;
}

.ft-solution-intro {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 5rem;
    align-items: end;
    margin-bottom: 3.5rem
}

.ft-solution-intro h2 {
    font-size: clamp(2.4rem, 4vw, 3.5rem)
}

.ft-solution-intro>p {
    font-size: 1rem;
    line-height: 1.8;
    margin: 0
}

.ft-flow {
    display: grid;
    grid-template-columns: 155px 1fr 155px;
    gap: 10px;
    align-items: stretch
}

.ft-flow-side {
    border-radius: 16px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.2rem
}

.ft-salesforce-side {
    /* background: #EEF7FF; */
    background: #fff;
    border: 1px solid #CFE5FA
}

.ft-s3-side {
    /* background: #FFF8E9; */
    background: #fff;
    border: 1px solid #F2DEAE
}

.ft-flow-brand,
.ft-s3-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    font-weight: 900;
    font-size: 1.25rem
}

.ft-flow-brand {
    background: #0B96FF;
    color: #fff
}

.ft-s3-icon {
    background: #FFB020;
    color: #fff;
    font-size: .75rem
}

.ft-flow-side b {
    font-size: .88rem
}

.ft-flow-side span {
    font-size: .65rem;
    color: #7B8293;
    margin-top: 3px
}

.ft-flow-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}

.ft-flow-steps article {
    position: relative;
    border: 1px solid var(--ft-line);
    border-radius: 14px;
    padding: 1.25rem;
    background: #fff
}

.ft-flow-steps article:not(:last-child):after {
    content: "→";
    position: absolute;
    right: -21px;
    top: 47%;
    color: #fff;
    font-weight: 700;
    z-index: 2;
    background: #c5c402;
    width: 30px;
    height: 30px;
    text-align: center;
    align-content: center;
    border-radius: 50px;
}

.ft-flow-steps article>span {
    display: block;
    color: #8E95A8;
    font-size: .66rem;
    font-weight: 700;
    margin-bottom: 2.1rem
}

.ft-flow-steps i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--ft-blue-soft);
    color: var(--ft-blue);
    font-style: normal;
    font-weight: 800;
    margin-bottom: 1rem
}

.ft-flow-steps b {
    font-size: .82rem;
    display: block
}

.ft-flow-steps p {
    font-size: .68rem;
    line-height: 1.55;
    margin: .35rem 0 0
}

.ft-flow-note {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 1.4rem;
    font-size: .72rem;
    font-weight: 700;
    color: #697187
}

.ft-flow-note span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ft-green)
}

/* Features */
.ft-features {
    background: #F7F8FC;
    border-top: 1px solid var(--ft-line);
    border-bottom: 1px solid var(--ft-line)
}

.ft-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px
}

.ft-feature-card {
    background: #fff;
    border: 1px solid var(--ft-line);
    border-radius: 16px;
    padding: 1.5rem;
    min-height: 235px
}

.ft-feature-card.featured {
    background: linear-gradient(145deg, #F1F4FF, #fff);
    border-color: #CCD5FF
}

.ft-feature-card.wide {
    grid-column: span 2;
    min-height: 185px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 15px
}

.ft-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--ft-blue-soft);
    color: var(--ft-blue);
    display: grid;
    place-items: center;
    font-weight: 800;
    margin-bottom: 1.25rem
}

.ft-feature-card.wide .ft-feature-icon {
    margin-bottom: 0
}

.ft-feature-card h3 {
    font-size: 1rem;
    margin-bottom: .45rem;
    font-weight: 800;
}

.ft-feature-card p {
    font-size: .82rem;
    margin: 0;
    line-height: 1.65
}

/* Security */
.ft-security {
    background: var(--ft-indigo-ink);
    color: #fff
}

.ft-security-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 6rem;
    align-items: start
}

.ft-security .ft-kicker {
    color: #7FA4FF
}

.ft-security .ft-kicker span {
    background: #7FA4FF
}

.ft-security-badge {
    margin-top: 2rem;
    border: 1px solid rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .05);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 2px 10px
}

.ft-security-badge span {
    grid-row: span 2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #DDF7E8;
    color: #16814A;
    display: grid;
    place-items: center
}

.ft-security-badge b {
    font-size: .77rem
}

.ft-security-badge small {
    font-size: .65rem;
    color: rgba(255, 255, 255, .5)
}

.ft-security-list {
    border-top: 1px solid rgba(255, 255, 255, .13)
}

.ft-security-list>div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 3px 16px;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13)
}

.ft-security-list span {
    font-family: var(--ft-display);
    font-size: .7rem;
    color: #7FA4FF
}

.ft-security-list b {
    font-size: .88rem;
    color: #fff
}

.ft-security-list p {
    grid-column: 2;
    font-size: .74rem;
    color: rgba(255, 255, 255, .55);
    margin: 0
}

/* Admin */
.ft-admin {
    background: #fff
}

.ft-admin-shell {
    display: grid;
    grid-template-columns: 185px 1fr;
    border: 1px solid #DCE1ED;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--ft-shadow);
    background: #fff
}

.ft-admin-nav {
    background: #F7F8FC;
    border-right: 1px solid #E3E7EF;
    padding: 1.25rem .9rem;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.ft-admin-logo {
    height: 42px;
    overflow: hidden;
    margin: 0 5px 1rem;
    display: flex;
    align-items: center
}

.ft-admin-logo img {
    width: 132px;
    max-width: none
}

.ft-admin-nav>span {
    font-size: .68rem;
    font-weight: 700;
    color: #72798C;
    padding: 10px;
    border-radius: 7px
}

.ft-admin-nav>span.active {
    background: #E9EDFF;
    color: #3851D7
}

.ft-admin-main {
    padding: 1.6rem
}

.ft-admin-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.3rem
}

.ft-admin-top small {
    font-size: .58rem;
    color: #8C93A5;
    font-weight: 700;
    letter-spacing: .08em
}

.ft-admin-top h3 {
    font-size: 1.3rem;
    margin: .15rem 0 0
}

.ft-admin-top button {
    border: 1px solid #BFD0F3;
    background: #EFF5FF;
    color: #2255C8;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: .67rem;
    font-weight: 700
}

.ft-admin-table {
    border: 1px solid #E3E7EF;
    border-radius: 10px;
    overflow: hidden
}

.ft-admin-row {
    display: grid;
    grid-template-columns: 1fr 1.55fr .8fr;
    gap: 15px;
    padding: 12px 13px;
    border-top: 1px solid #EDF0F4;
    align-items: center;
    font-size: .68rem
}

.ft-admin-row:first-child {
    border-top: 0
}

.ft-admin-row.head {
    background: #F8F9FC;
    color: #858C9F;
    font-weight: 700;
    border-top: 0
}

.ft-admin-row b {
    font-size: .69rem
}

.ft-admin-row span {
    color: #747C8F
}

.ft-admin-row em {
    font-style: normal;
    color: #6E7588
}

.ft-admin-row em.ok {
    color: #198754;
    font-weight: 700
}

/* Audience */
.ft-audience {
    background: #F7F8FC;
    border-top: 1px solid var(--ft-line)
}

.ft-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.ft-audience-grid article {
    padding: 1.7rem;
    border-top: 2px solid var(--ft-indigo);
    background: #fff;
    border-radius: 0 0 14px 14px
}

.ft-audience-grid span {
    font-size: .68rem;
    font-weight: 700;
    color: var(--ft-blue)
}

.ft-audience-grid h3 {
    font-size: 1rem;
    margin: 1.8rem 0 .45rem
}

.ft-audience-grid p {
    font-size: .78rem;
    margin: 0
}

/* Getting started */
.ft-start {
    background: #fff
}

.ft-start-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 6rem
}

.ft-start>p {
    max-width: 450px
}

.ft-start-note {
    margin-top: 2rem;
    border-left: 3px solid var(--ft-blue);
    padding-left: 13px
}

.ft-start-note b {
    display: block;
    font-size: .78rem
}

.ft-start-note span {
    display: block;
    color: var(--ft-muted);
    font-size: .7rem;
    margin-top: 3px
}

.ft-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--ft-line);
    counter-reset: steps
}

.ft-steps li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--ft-line)
}

.ft-steps li>span {
    font-family: var(--ft-display);
    font-size: .7rem;
    color: var(--ft-blue);
    font-weight: 700
}

/* FAQ */
.ft-faq {
    background: #F7F8FC;
    border-top: 1px solid var(--ft-line)
}

.ft-faq-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 6rem
}

.ft-faq .ft-section-head {
    margin: 0
}

.ft-faq h2 {
    font-size: clamp(2.4rem, 4vw, 3.5rem)
}

.ft-faq .ft-section-head>p {
    font-size: .84rem;
    margin-bottom: 1.5rem
}

.ft-faq-list {
    border-top: 1px solid var(--ft-line)
}

.ft-faq-list details {
    border-bottom: 1px solid var(--ft-line);
    padding: 0
}

.ft-faq-list summary {
    cursor: pointer;
    list-style: none;
    padding: 1.2rem 2.1rem 1.2rem 0;
    font-size: .88rem;
    font-weight: 700;
    position: relative;
    color: #292E42
}

.ft-faq-list summary::-webkit-details-marker {
    display: none
}

.ft-faq-list summary:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 1rem;
    color: var(--ft-blue);
    font-size: 1.2rem;
    font-weight: 400
}

.ft-faq-list details[open] summary:after {
    content: "−"
}

.ft-faq-list details p {
    font-size: .77rem;
    line-height: 1.7;
    margin: 0 0 1.15rem;
    max-width: 720px
}

/* Closing */
.ft-closing {
    padding: 4rem 0;
    background: #F7F8FC
}

.ft-closing-box {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(120deg, #36347D 0%, #242259 100%);
    padding: 3rem 3.2rem;
    grid-template-columns: 80px 1fr auto;
    gap: 2rem;
    align-items: center;
    box-shadow: 0 30px 70px -35px rgba(36, 34, 89, .7)
}

.ft-closing-box:after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    right: -110px;
    top: -190px;
    border: 50px solid rgba(255, 255, 255, .04)
}

.ft-closing-mark {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: #fff;
    display: grid;
    place-items: center;
    overflow: hidden
}

.ft-closing-mark img {
    width: 170px;
    max-width: none
}

.ft-closing-copy {
    position: relative;
    z-index: 1
}

.ft-closing-copy .ft-kicker {
    color: #AFC2FF
}

.ft-closing-copy .ft-kicker span {
    background: #AFC2FF
}

.ft-closing-copy h2 {
    color: #fff;
    margin-bottom: .4rem
}

.ft-closing-copy p {
    color: rgba(255, 255, 255, .67);
    font-size: .84rem;
    margin: 0
}

.ft-closing-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    position: relative;
    z-index: 1;
    min-width: 210px
}

/* Reveal utility */
.ft-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s ease, transform .6s ease;
    margin: 0;
}

.ft-reveal.is-visible {
    opacity: 1;
    transform: none
}

/* Responsive */
@media(max-width:1100px) {
    .ft-hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .ft-hero-copy {
        max-width: 800px
    }

    .ft-hero-visual {
        min-height: 430px
    }

    .ft-s3-float {
        right: 8%
    }

    .ft-problem-grid,
    .ft-feature-grid,
    .ft-audience-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .ft-flow {
        grid-template-columns: 110px 1fr 110px
    }

    .ft-flow-steps {
        grid-template-columns: repeat(2, 1fr)
    }

    .ft-flow-steps article:not(:last-child):after {
        display: none
    }

    .ft-security-grid,
    .ft-start-grid,
    .ft-faq-grid {
        grid-template-columns: 1fr;
        gap: 3rem
    }
}

@media(max-width:760px) {

    .ft-section {
        padding: 4.5rem 0
    }

    .ft-section-process {
        padding: 4.5rem 0
    }

    .ft-hero {
        padding-bottom: 4rem
    }

    .ft-hero-copy h1 {
        font-size: clamp(2.35rem, 12vw, 3.4rem)
    }

    .ft-trust {
        gap: 10px 15px
    }

    .ft-hero-visual {
        min-height: 350px
    }

    .ft-sf-window {
        transform: scale(.88);
        transform-origin: center
    }

    .ft-s3-float {
        right: 0;
        bottom: 10px
    }

    .ft-anchor {
        gap: 18px
    }

    .ft-anchor a {
        font-size: .68rem
    }

    .ft-problem-grid,
    .ft-feature-grid,
    .ft-audience-grid {
        grid-template-columns: 1fr
    }

    .ft-feature-card.wide {
        grid-column: auto
    }

    .ft-solution-intro {
        grid-template-columns: 1fr;
        gap: 1rem
    }

    .ft-flow {
        grid-template-columns: 1fr
    }

    .ft-flow-side {
        min-height: 130px
    }

    .ft-flow-steps {
        grid-template-columns: 1fr 1fr
    }

    .ft-admin-shell {
        grid-template-columns: 1fr
    }

    .ft-admin-nav {
        display: none
    }

    .ft-admin-main {
        padding: 1rem
    }

    .ft-admin-table {
        overflow-x: auto
    }

    .ft-admin-row {
        min-width: 620px
    }

    .ft-closing-box {
        grid-template-columns: 1fr;
        padding: 2rem;
        text-align: center
    }

    .ft-closing-mark {
        margin: 0 auto
    }

    .ft-closing-actions {
        min-width: 0;
        max-width: 280px;
        margin: auto;
        width: 100%
    }
}

@media(max-width:480px) {
    .ft-hero-actions {
        flex-direction: column;
        align-items: stretch
    }

    .ft-btn {
        width: 100%
    }

    .ft-flow-steps {
        grid-template-columns: 1fr
    }

    .ft-file-row {
        grid-template-columns: 31px 1fr 25px
    }

    .ft-file-status {
        display: none
    }

    .ft-sf-window {
        transform: scale(.78)
    }

    .ft-hero-visual {
        margin-left: -15px;
        margin-right: -15px
    }
}

/* faq */
.accordion-button:not(.collapsed),
.accordion-button {
    background: unset;
}

.accordion-item {
    background: unset;
}

/* =========================================================
   FAQ ACCORDION — layout safety + responsive
   (New rules only. Nothing above this block was changed,
   so the current desktop design is untouched.)
   ========================================================= */

/* Belt-and-braces: even if a stray accordion-item nesting
   ever creeps back in, stop it from visually cascading. */
.ft-faq .accordion-item {
    margin-left: 0 !important;
}

.ft-faq .accordion-button {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
}

.ft-faq .accordion-button span {
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    .faw-home .col-md-7 {
        margin-top: 2.5rem;
    }

    .ft-faq .sec-title-big {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .faw-home {
        padding: 3.5rem 0;
    }

    .faw-home .col-md-5,
    .faw-home .col-md-7 {
        width: 100%;
    }

    .ft-faq .accordion-button {
        padding: 1rem 1.8rem 1rem 0;
        font-size: .85rem;
    }

    .ft-faq .accordion-body {
        padding: 0 1.8rem 1rem 0;
        font-size: .82rem;
    }

    .faw-home .theme-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .ft-faq .accordion-button {
        font-size: .8rem;
        gap: 8px;
    }

    .ft-faq .accordion-button span {
        font-size: .75rem;
    }
}

/* =========================================================
   OUR PRODUCTS — Overview page (products.php)
   New rules only. Nothing above this block was changed,
   so every existing product page is untouched.
   Reuses the same --ft-* variables set on .ft-page.
   ========================================================= */

.ft-products-lead {
    max-width: 640px;
}

.ft-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ft-product-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ft-line);
    border-radius: var(--ft-radius);
    padding: 2.3rem 1.7rem 2rem;
    display: flex;
    flex-direction: column;
    box-shadow: var(--ft-shadow);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ft-product-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.ft-product-card.filetranz:before {
    background: #6ca4ff;
}

.ft-product-card.datatranz:before {
    background: #255baa;
}

.ft-product-card.timenow:before {
    background: #e6de16;
}

.ft-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 60px -30px rgba(31, 34, 77, .4);
}

.ft-product-badge {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.3rem;
}

.ft-product-badge img {
    max-width: 170px;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform .25s ease;
}

.ft-product-card:hover .ft-product-badge img {
    transform: scale(1.04);
}

.ft-product-card h4 {
    font-size: 1.15rem;
    margin-bottom: .4rem;
}

.ft-product-card .ft-product-tag {
    font-size: 14px;
    color: var(--ft-muted);
    margin: 0 0 1.2rem;
}

.ft-product-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.ft-product-card ul li {
    color: var(--ft-ink);
    padding-left: 1.2rem;
    position: relative;
}

.ft-product-card ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .5em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c5c402;
}

.ft-product-card .ft-product-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: #36347d;
    text-decoration: none;
}

.ft-product-card .ft-product-link:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .ft-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .ft-products-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   PRODUCTS OVERVIEW — hero banner visual
   ========================================================= */

.ft-products-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 340px;
    padding: 0 10px;
}

.ft-products-hero-img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 415px;
}

.ft-products-hero-chip {
    position: absolute;
    z-index: 3;
    right: 4%;
    bottom: 8%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 15px;
    border: 1px solid #DDE2EC;
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 16px 35px -20px rgba(30, 34, 70, .5);
}

.ft-products-hero-chip span {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--ft-blue-soft);
    color: var(--ft-blue);
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: .95rem;
}

.ft-products-hero-chip b {
    display: block;
    font-size: .72rem;
    color: #33384A;
}

.ft-products-hero-chip small {
    display: block;
    font-size: .59rem;
    color: #8B92A4;
}

@media (max-width: 1100px) {
    .ft-products-hero-visual {
        min-height: 300px;
        margin-top: 2rem;
    }
}

@media (max-width: 760px) {
    .ft-products-hero-visual {
        min-height: 240px;
    }

    .ft-products-hero-chip {
        right: 0;
        bottom: 0;
        padding: 9px 12px;
    }
}

/* =========================================================
   FILETRANZ PRODUCT PAGE — CONTENT REFRESH (Aug 2026)
   New rules only, appended to the end of our-products.css.
   Nothing above this block was touched — every other page
   built on .ft-page is untouched. Reuses the same --ft-*
   variables already declared on .ft-page, so it inherits
   the existing color system, spacing and radius instead of
   introducing a second design language.
   ========================================================= */

/* ---- Hero: small stat row under the CTA buttons ---- */
.ft-hero-stats {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 1.7rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--ft-line);
}

.ft-hero-stats div b {
    display: block;
    font-family: var(--ft-display);
    font-size: 1.15rem;
    color: var(--ft-ink);
}

.ft-hero-stats div span {
    display: block;
    font-size: .68rem;
    color: var(--ft-muted);
    margin-top: 2px;
}

/* ---- Solution section: multi-provider row under the existing ft-flow diagram ---- */
.ft-route-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 1.2rem;
}

.ft-route-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    padding: 1.5rem 0;
    text-align: center;
    align-content: center;
    height: 150px !important;
}

.ft-route-card .ft-route-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    margin: 0 auto .65rem;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: .68rem;
    color: #fff;
}

.ft-route-card h5 {
    font-size: .76rem;
    color: #fff;
    margin: 0 0 3px;
}

.ft-route-card p {
    font-size: .64rem;
    color: rgba(255, 255, 255, .55);
    margin: 0;
}

.ft-route-card.dashed {
    border-style: dashed;
}

.ft-route-card.dashed .ft-route-icon {
    background: transparent !important;
    border: 2px dashed rgba(255, 255, 255, .4);
    color: rgba(255, 255, 255, .6);
}

.ft-route-icon.sf {
    background: #0D9DDA;
}

.ft-route-icon.s3 {
    background: #FFB020;
}

.ft-route-icon.od {
    background: #0A64C7;
}

.ft-route-icon.sp {
    background: #0F7A46;
}

.ft-route-icon.gd {
    background: linear-gradient(135deg, #4285F4, #34A853 50%, #FBBC05);
}

@media (max-width: 1000px) {
    .ft-route-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 560px) {
    .ft-route-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ---- New section: "How files move" (one-way sync explainer) ---- */
/* .ft-sync {
    background: var(--ft-mist);
    border-top: 1px solid var(--ft-line);
    border-bottom: 1px solid var(--ft-line);
} */

.ft-sync-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 2.4rem 0 2rem;
}

.ft-sync-node {
    background: #fff;
    border: 1px solid var(--ft-line);
    border-radius: 14px;
    padding: 1.1rem 1.5rem;
    text-align: center;
    min-width: 170px;
    box-shadow: var(--ft-shadow);
}

.ft-sync-node b {
    display: block;
    font-size: .86rem;
    color: var(--ft-ink);
}

.ft-sync-node span {
    display: block;
    font-size: .66rem;
    color: var(--ft-muted);
    margin-top: 4px;
}

.ft-sync-node.muted {
    opacity: .55;
}

.ft-sync-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #c5c402;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0;
}

.ft-sync-arrow.blocked {
    background: #E4553F;
}

.ft-sync-note {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #FFF8E8;
    border: 1px solid #F0DFA6;
    border-radius: 14px;
    padding: 1.1rem 1.3rem;
    /* margin-bottom: 2.2rem; */
}

.ft-sync-note .ft-sync-flag {
    font-family: var(--ft-display);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8A6300;
    background: #F5E4AE;
    padding: 12px 10px;
    border-radius: 6px;
    flex-shrink: 0;
    margin-top: 2px;
}

.ft-sync-note p {
    font-size: .82rem;
    color: #5A4A17;
    margin: 0;
    line-height: 1.7;
}

.ft-sync-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.ft-sync-cards .ft-sync-card {
    background: #fff;
    border: 1px solid var(--ft-line);
    border-radius: 16px;
    padding: 1.5rem;
}

.ft-sync-cards .ft-sync-card>span {
    font-family: var(--ft-display);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ft-blue);
}

.ft-sync-cards .ft-sync-card h3 {
    font-size: 1rem;
    margin: .6rem 0 .45rem;
}

.ft-sync-cards .ft-sync-card p {
    font-size: .82rem;
    margin: 0;
    line-height: 1.65;
}

@media (max-width: 760px) {
    .ft-sync-cards {
        grid-template-columns: 1fr;
    }

    .ft-sync-flow {
        flex-direction: column;
    }

    .ft-sync-arrow {
        transform: rotate(90deg);
    }
}

/* =========================================================
   FILETRANZ — SECTION REORDER + NEW BLOCKS (Aug 2026, pass 2)
   New rules only, appended after the block above. Nothing
   above this line was changed, so every page already built
   on our-products.css (including the previous FileTranz
   layout) keeps rendering exactly as before. These rules only
   activate on markup that carries the new classes below —
   .ft-diagram-*, .ft-admin-card, .ft-badge, .ft-usecase-card
   and .ft-setup-step — none of which existed previously, so
   there is no collision with .ft-route-card, .ft-admin-shell,
   .ft-audience-grid or .ft-steps above. Bootstrap's grid/gap
   utilities in the markup handle the responsive breakpoints,
   so no extra @media rules were needed for this block.
   ========================================================= */

/* ---- Shared diagram pieces used by "Connectors" and
   "How files move" (Salesforce -> FileTranz -> cloud) ---- */

.ft-diagram-node,
.ft-diagram-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    /* background: #fff;
    border: 1px solid var(--ft-line); */
    border-radius: 14px;
    padding: 0.2rem 1rem;
    min-width: 200px;
    /* box-shadow: var(--ft-shadow); */
}

.ft-diagram-node span,
.ft-diagram-box span {
    font-size: .78rem;
    font-weight: 700;
    color: var(--ft-ink);
}

.ft-diagram-box b {
    font-size: .9rem;
    color: var(--ft-ink);
}

.ft-diagram-box span {
    font-weight: 400;
    color: var(--ft-muted);
    font-size: .74rem;
}

.ft-diagram-node-main,
.ft-diagram-box-main {
    /* background: var(--ft-blue);
    border-color: var(--ft-blue); */
    background: #42408505;
    border: 1px solid #ffffff30;
    padding: 20px 26px;
}

.ft-diagram-node-main span {
    color: #fff;
}

.ft-diagram-box-main b,
.ft-diagram-box-main span {
    color: #fff;
}

.ft-diagram-arrow {
    color: #c5c402;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    padding: 14px 0 5px;
}

/* On the "Connectors" (dark indigo) section the arrow needs
   to read against the dark background. */
.ft-solution .ft-diagram-arrow {
    /* color: #AFC2FF; */
    color: #6362a5;
}

/* .ft-diagram-arrow-split {
    margin-bottom: 4px;
} */

/* The "How files move" section sits on a light background,
   so its .ft-route-card provider tiles get a light variant
   instead of the dark-on-indigo styling defined above. */
.ft-sync .ft-route-card {
    background: #42408505;
    border-color: var(--ft-line);
}

/* The connector diagram (Salesforce / FileTranz icons) also
   sits on the light "How files move" background, so give the
   plain (non "-main") node a visible card treatment instead
   of the transparent one used on the dark Connectors section. */
.ft-sync .ft-diagram-box {
    /* background: #fff;
    border: 1px solid var(--ft-line);
    padding: 1rem 1.3rem; */
}

.ft-sync .ft-diagram-box img {
    display: block;
}

/* ---- Admin control — clean table card ---- */

.ft-admin-card {
    max-width: 980px;
    background: #fff;
    border: 1px solid var(--ft-line);
    border-radius: var(--ft-radius);
    overflow: hidden;
    box-shadow: var(--ft-shadow);
}

.ft-admin-card-head {
    background: var(--ft-indigo-ink);
    color: #fff;
    padding: 1.1rem 1.4rem;
}

.ft-admin-card-head span {
    font-weight: 700;
    font-size: .92rem;
}

.ft-admin-card-head small {
    font-size: .68rem;
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .55);
}

.ft-admin-table-clean {
    margin-bottom: 0;
}

.ft-admin-table-clean thead th {
    border: 0;
    background: #F8F9FC;
    color: #8C93A5;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .9rem 1.4rem;
}

.ft-admin-table-clean tbody td {
    padding: .95rem 1.4rem;
    font-size: .84rem;
    color: var(--ft-ink);
    border-top: 1px solid var(--ft-line);
    border-bottom: 0;
}

.ft-admin-table-clean tbody td:first-child {
    font-weight: 700;
}

.ft-admin-table-clean tbody td:nth-child(2) {
    color: var(--ft-muted);
}

.ft-badge {
    display: inline-block;
    padding: .3rem .7rem;
    border-radius: 20px;
    background: #EEF1F8;
    color: #5C6478;
    font-size: .72rem;
    font-weight: 700;
}

.ft-badge-green {
    background: #EAF6D9;
    color: #5C7A00;
}

/* ---- Use cases — four team cards with plain bullet lists ---- */

.ft-usecase-card {
    background: #fff;
    border-top: 2px solid var(--ft-indigo);
    border-radius: 0 0 14px 14px;
    padding: 1.7rem;
}

.ft-usecase-card h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.ft-usecase-card ul li {
    position: relative;
    padding-left: 1.2rem;
    font-size: 14px;
    /* color: var(--ft-muted); */
    margin-bottom: .5rem;
}

.ft-usecase-card ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c5c402;
}

.ft-usecase-card ul li:last-child {
    margin-bottom: 0;
}

/* ---- Setup — four-step "getting started" cards ---- */

.ft-setup-step {
    background: #fff;
    border: 1px solid var(--ft-line);
    border-radius: 16px;
    padding: 1.8rem 1.3rem;
}

.ft-setup-step h5 {
    font-size: .92rem;
    margin: .2rem 0 .3rem;
}

.ft-setup-step p {
    font-size: .78rem;
    color: var(--ft-muted);
    margin: 0;
}

/* =========================================================
   FILETRANZ — PROVIDER CONNECTION ANIMATION
   New rules only. Activates on .ft-route-row-live / .ft-route-wrap
   / .ft-route-live / .ft-route-label — none of which existed
   before, so nothing above this block is affected.
   ========================================================= */

.ft-route-wrap {
    position: relative;
}

/* thin vertical line between the arrow above and each card,
   with a small dot that "falls" down it on a loop —
   reads as files actively syncing to that provider */
.ft-route-connector {
    height: 22px;
    width: 2px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .18);
    position: relative;
    overflow: hidden;
}

.ft-sync .ft-route-connector {
    background: var(--ft-line);
}

.ft-route-dot {
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c5c402;
    box-shadow: 0 0 8px 2px rgba(197, 196, 2, .65);
    animation: ft-dot-fall 2s linear infinite;
}

.ft-route-row-live .col:nth-child(1) .ft-route-dot {
    animation-delay: 0s;
}

.ft-route-row-live .col:nth-child(2) .ft-route-dot {
    animation-delay: .35s;
}

.ft-route-row-live .col:nth-child(3) .ft-route-dot {
    animation-delay: .7s;
}

.ft-route-row-live .col:nth-child(4) .ft-route-dot {
    animation-delay: 1.05s;
}

@keyframes ft-dot-fall {
    0% {
        top: -8px;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

/* card: relative position for the badge, lift + brand-colored
   glow on hover so each provider feels distinct */
.ft-route-card {
    position: relative;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ft-route-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px -18px rgba(0, 0, 0, .45);
}

.ft-route-s3:hover {
    border-color: var(--ft-aws);
}

.ft-route-od:hover {
    border-color: #0A64C7;
}

.ft-route-sp:hover {
    border-color: #0F7A46;
}

.ft-route-gd:hover {
    border-color: #34A853;
}

/* small pulsing "connected" indicator, top-right of each card */
.ft-route-live {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ft-green);
    animation: ft-live-pulse 2s ease-out infinite;
}

@keyframes ft-live-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, .55);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(25, 135, 84, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
    }
}

/* provider name under the logo */
.ft-route-label {
    margin: .55rem 0 0;
    font-size: .72rem;
    font-weight: 700;
    color: #fff;
}

.ft-sync .ft-route-label {
    color: var(--ft-ink);
}

/* staggered entrance so the 4 cards fade/slide up one after
   another as the section scrolls into view — reuses the
   existing .ft-reveal + IntersectionObserver script, no JS change needed */
.ft-route-row-live .col:nth-child(1).ft-reveal {
    transition-delay: .05s;
}

.ft-route-row-live .col:nth-child(2).ft-reveal {
    transition-delay: .15s;
}

.ft-route-row-live .col:nth-child(3).ft-reveal {
    transition-delay: .25s;
}

.ft-route-row-live .col:nth-child(4).ft-reveal {
    transition-delay: .35s;
}

/* gentle pulse on the FileTranz hub node in both diagrams,
   reinforcing it as the active connection point */
.ft-diagram-node-main,
.ft-diagram-box-main {
    animation: ft-node-pulse 4.6s ease-in-out infinite;
}

@keyframes ft-node-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(197, 196, 2, .35);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(197, 196, 2, 0);
    }
}

@media (prefers-reduced-motion: reduce) {

    .ft-route-dot,
    .ft-route-live,
    .ft-diagram-node-main,
    .ft-diagram-box-main {
        animation: none;
    }
}

/* .border-top-conection{
    border-top: 1px solid #5a5994;
    margin-top: 10px;
} */

.custom-border-parent,
.custom-border-parent_black {
  position: relative; /* Required for absolute positioning of pseudo-elements */
}


.custom-border-parent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1.5px solid rgba(255, 255, 255, .18);
  pointer-events: none; /* Prevents the overlay from blocking clicks on the cards */
  z-index: 1; /* Adjust if it covers or goes behind your content */
  width: 75%;
  margin: 0 auto;
}

.custom-border-parent_black::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1.5px solid #0000001c;
  pointer-events: none; /* Prevents the overlay from blocking clicks on the cards */
  z-index: 1; /* Adjust if it covers or goes behind your content */
  width: 75%;
  margin: 0 auto;
}


.border-light{
    border: 2px solid #36347d0d !important;
}

/* =========================================================
   FILETRANZ — RESTRUCTURE ADD-ON (Aug 2026)
   Load this AFTER our-products.css and filetranz.css.
   New rules only — nothing in the two files above was edited,
   so every other page still using them is untouched.
   Reuses the --ft-* variables already declared on .ft-page.
   ========================================================= */

/* ---- 04B · Demo video section ---- */

.ft-demo {
    background: #fff;
}

.ft-video-wrap {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background: #05061a;
    border-radius: var(--ft-radius, 20px);
    overflow: hidden;
    box-shadow: var(--ft-shadow, 0 18px 55px -28px rgba(31, 34, 77, .28));
}

/* .ft-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: #05061a;
} */

/* Style the native play button area a little so an empty
   poster-less state doesn't look broken while the file loads */
.ft-video::-webkit-media-controls-panel {
    background: linear-gradient(0deg, rgba(0, 0, 0, .55), transparent);
}

.ft-video-caption {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.ft-video-caption p {
    /* font-size: .88rem; */
    line-height: 1.75;
    /* color: var(--ft-muted, #697086); */
}

@media (max-width: 760px) {
    .ft-video-wrap {
        border-radius: 14px;
    }
}

/* ---- 05 · How files move — 4-step lifecycle (replaces the
   repeated Salesforce -> FileTranz -> Cloud diagram) ---- */

.ft-lifecycle-row {
    position: relative;
}

.ft-lifecycle-step {
    background: #fff;
    border: 1px solid var(--ft-line, #E1E5F0);
    border-radius: 16px;
    padding: 1.6rem;
    position: relative;
    box-shadow: 0 8px 28px -24px rgba(26, 31, 70, .35);
}

.ft-lifecycle-step h5 {
    /* font-size: 1.05rem; */
    margin: 0 0 .4rem;
}

.ft-lifecycle-step p {
    font-size: 14px;
    margin: 0;
}

/* connector arrow between steps on desktop, same visual
   language as the existing .ft-flow-steps arrows */
@media (min-width: 992px) {
    /* .ft-lifecycle-row > .col-lg-3:not(:last-child) .ft-lifecycle-step:after {
        content: "→";
        position: absolute;
        right: -22px;
        top: 40%;
        color: #fff;
        font-weight: 700;
        z-index: 2;
        background: #c5c402;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border-radius: 50px;
    } */
}

@media (max-width: 991px) {
    .ft-lifecycle-row {
        row-gap: 14px;
    }
}

h5{
    font-size: 18px;
}

.how-files-move-span{
    font-size: 13px;
    color: #36347D;
}

/* .banner-video .ft-video {
    width: 100%;
    max-width: 480px;
    border-radius: 8px;
} */

.ft-video-wrap {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background: #05061a;
    background-image: url('/assets/videos/demo-video-thumb.jpg');
    background-size: cover;
    background-position: center;
    border-radius: var(--ft-radius, 20px);
    overflow: hidden;
    box-shadow: var(--ft-shadow, 0 18px 55px -28px rgba(31, 34, 77, .28));
}

.ft-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: transparent; /* let the wrapper's background-image show through until poster loads */
}

/* =========================================================
   OUR PRODUCTS OVERVIEW — status badges (Live / Coming Soon)
   New rules only, appended after everything else in
   our-products.css. Nothing existing was changed — these
   rules only activate on the new classes below:
   .ft-status-badge / .ft-status-live / .ft-status-soon /
   .ft-product-locked / .ft-product-note — none of which
   existed before, so there is no collision with any card,
   badge, or lock styling already in the file.
   ========================================================= */

.ft-status-badge {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: .3rem .7rem;
    border-radius: 20px;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .02em;
    white-space: nowrap;
}

.ft-status-live {
    background: #E7F8EC;
    color: #1C8B50;
}

.ft-status-live .ft-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1C8B50;
    display: inline-block;
}

.ft-status-soon {
    background: #FBF6D6;
    color: #8A7300;
}

.ft-status-soon .ft-status-clock {
    font-size: .78rem;
    line-height: 1;
    font-style: normal;
}

.ft-product-locked {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: .85rem 1.1rem;
    border-radius: 10px;
    background: var(--ft-mist);
    border: 1px solid var(--ft-line);
    font-size: .82rem;
    font-weight: 700;
    color: var(--ft-muted);
}

.ft-product-locked .ft-lock-icon {
    font-size: .85rem;
    color: #9099AA;
    font-style: normal;
}

.ft-product-note {
    margin: .6rem 0 0;
    font-size: .74rem;
    color: var(--ft-muted);
    text-align: center;
}

/* DataTranz / TimeNow cards don't end in the explore link,
   so their bottom two blocks (.ft-product-locked +
   .ft-product-note) need to sit at the same baseline as
   FileTranz's .ft-product-link across the row. */
.ft-product-card.datatranz,
.ft-product-card.timenow {
    padding-bottom: 1.7rem;
}

@media (max-width: 480px) {
    .ft-status-badge {
        top: .85rem;
        right: .85rem;
        font-size: .62rem;
        padding: .25rem .55rem;
    }
}