:root,
#content {
    --pfo-blue: #1597e5;
    --pfo-blue-dark: #0879bf;
    --pfo-blue-soft: #eaf7ff;
    --ink: #16324a;
    --muted: #607487;
    --line: #dce9f2;
    --white: #fff;
    --success: #20a66a;
    --shadow: 0 18px 50px rgba(17, 91, 140, .15);
    --radius: 24px;
}

#content,
#content * {
    box-sizing: border-box;
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none
}

#content {
    scroll-behavior: smooth;
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.55;
    hyphens: none;
    -webkit-hyphens: none
}

#content a {
    color: inherit
}

#content .wrap {
    width: min(1160px, calc(100% - 40px));
    margin: auto
}

#content .topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(220, 233, 242, .85)
}

#content main .nav {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

#content .brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: -.02em
}

#content .brandmark {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: var(--pfo-blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .02em
}

#content .brand small {
    display: block;
    font-weight: 600;
    color: var(--muted);
    font-size: 12px;
    letter-spacing: 0
}

#content .navlinks {
    display: flex;
    gap: 26px;
    align-items: center;
    font-size: 14px
}

#content .navlinks a {
    text-decoration: none;
    color: var(--muted);
    font-weight: 700
}

#content .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid transparent;
    transition: .2s ease
}

#content .btn-primary {
    background: var(--pfo-blue);
    color: #fff;
    box-shadow: 0 10px 26px rgba(21, 151, 229, .25)
}

#content .btn-primary:hover {
    background: var(--pfo-blue-dark);
    transform: translateY(-1px)
}

#content .btn-secondary {
    border-color: var(--line);
    background: #fff;
    color: var(--ink)
}

#content .hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 80% 20%, rgba(21, 151, 229, .16), transparent 30%),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
    padding: 88px 0 78px;
}

#content .hero:before {
    content: "";
    position: absolute;
    inset: auto -140px -190px auto;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: var(--pfo-blue-soft)
}

#content .hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 72px
}

#content .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--pfo-blue-soft);
    color: var(--pfo-blue-dark);
    border: 1px solid #ccecff;
    padding: 7px 12px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px
}

#content .eyebrow i {
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%;
    display: block
}

#content h1 {
    font-size: clamp(28px, 3.92vw, 40px);
    line-height: 1.02;
    letter-spacing: -.055em;
    margin: 22px 0 22px;
    max-width: 760px
}

#content h1 span {
    color: var(--pfo-blue)
}

#content .lead {
    font-size: 20px;
    color: var(--muted);
    max-width: 690px;
    margin: 0 0 30px
}

#content .hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

#content .micro {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 24px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 650
}

#content .micro span {
    display: flex;
    align-items: center;
    gap: 8px
}

#content .check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e8f8f1;
    display: grid;
    place-items: center;
    color: var(--success);
    font-weight: 900
}

#content .app-preview {
    position: relative;
    z-index: 1;
    margin: 0;
    text-align: center
}

#content .app-preview img {
    display: inline-block;
    width: auto;
    max-width: 53%;
    max-height: 430px;
    height: auto;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    transform: rotate(5deg)
}

#content .app-preview figcaption {
    margin-top: 10px;
    color: var(--muted)
}

#content section {
    padding: 86px 0
}

#content .section-head {
    text-align: center;
    max-width: 760px;
    margin: 48px auto 48px
}

#content .section-head .kicker {
    color: var(--pfo-blue);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px
}

#content h2 {
    font-size: clamp(22px, 2.8vw, 30px);
    letter-spacing: -.04em;
    line-height: 1.08;
    margin: 10px 0 14px
}

#content .section-head p {
    font-size: 18px;
    color: var(--muted);
    margin: 0
}

#content .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

#content .feature {
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(26, 96, 140, .06)
}

#content .icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--pfo-blue-soft);
    color: var(--pfo-blue);
    display: grid;
    place-items: center;
    margin-bottom: 20px
}

#content .icon svg {
    width: 25px;
    height: 25px
}

#content .feature h3 {
    margin: 0 0 8px;
    font-size: 20px
}

#content .feature p {
    margin: 0;
    color: var(--muted)
}

#content .how {
    background: #f7fbfe
}

#content .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative
}

#content .step {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 28px;
    position: relative
}

#content .step-no {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--pfo-blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 18px
}

#content .step h3 {
    margin: 0 0 7px
}

#content .step p {
    margin: 0;
    color: var(--muted)
}

#content .banner {
    border-radius: 30px;
    padding: 54px;
    background: linear-gradient(135deg, #0d7fc4, #18a4ee);
    color: #fff;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
    gap: 30px;
    overflow: hidden;
    position: relative
}

#content .banner:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    right: -120px;
    top: -150px
}

#content .banner h2 {
    margin-top: 0
}

#content .banner p {
    color: #e7f6ff;
    font-size: 18px
}

#content .banner .btn {
    background: #fff;
    color: var(--pfo-blue-dark);
    justify-self: end;
    z-index: 2
}

#content .faq {
    max-width: 860px;
    margin: auto;
    display: grid;
    gap: 12px
}

#content details {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    padding: 18px 20px
}

#content summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    font-weight: 850;
    list-style: none
}

#content summary::-webkit-details-marker {
    display: none
}

#content summary::after {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-right: 2.5px solid var(--pfo-blue);
    border-bottom: 2.5px solid var(--pfo-blue);
    transform: rotate(45deg);
    transition: transform .2s ease;
    margin-top: -6px
}

#content details[open] summary::after {
    transform: rotate(-135deg);
    margin-top: 4px
}

#content details p {
    color: var(--muted);
    margin: 12px 0 2px
}

#content footer {
    padding: 34px 0 54px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 14px
}

#content .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

#content .footlinks {
    display: flex;
    gap: 18px
}

@media (max-width: 900px) {
    #content .navlinks a:not(.btn) {
        display: none
    }

    #content .hero {
        padding-top: 60px
    }

    #content .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    #content .app-preview img {
        max-width: 60%;
        max-height: 380px
    }

    #content .features, #content .steps {
        grid-template-columns: 1fr 1fr
    }

    #content .banner {
        grid-template-columns: 1fr
    }

    #content .banner .btn {
        justify-self: start
    }
}

@media (max-width: 620px) {
    #content .wrap {
        width: min(100% -28px, 1160px)
    }

    #content .nav {
        height: 66px
    }

    #content .brand span:last-child {
        display: none
    }

    #content h1 {
        font-size: 30px
    }

    #content .lead {
        font-size: 18px
    }

    #content .hero-actions .btn {
        width: 100%
    }

    #content .app-preview img {
        max-width: 70%;
        max-height: 320px
    }

    #content section {
        padding: 64px 0
    }

    #content .features, #content .steps {
        grid-template-columns: 1fr
    }

    #content .banner {
        padding: 34px 26px;
        border-radius: 22px
    }
}

#content main #features {
    background: #fff;
}

#content .banner h2, #content .banner p {
    color: #fff;
}

#content .btn-secondary,
#content .banner .btn {
    color: var(--pfo-blue) !important;
}

#content h1,
#content h2,
#content h3,
#content .hero h1,
#content .hero h1 span,
#content .section-head h2,
#content .banner h2,
#content .feature h3,
#content .step h3,
#content .faq summary {
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    overflow-wrap: normal;
    word-break: normal
}
