﻿:root{--blue:rgba(64,104,215,1);--nav-blue:rgba(59,103,217,1);--ink:#11182d;--muted:#707991;
    --surface: #f4f7ff;
    --shadow: 0 18px 50px rgba(69, 95, 156, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    background: var(--surface)
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

button {
    font: inherit
}

.container {
    width: min(100% - 48px, 1120px);
    margin: auto
}

.section {
    position: relative;
    padding: 108px 0;
    overflow: hidden
}

.section-light {
    background: var(--surface)
}

.section-soft {
    background: #f8faff
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(64, 104, 215, .08);
    backdrop-filter: blur(18px)
}

.nav-wrap {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(64, 104, 215, 1);
    font-size: 17px;
    font-weight: 850;
    font-style: italic;
    letter-spacing: -.04em
}

.brand img {
    width: 31px;
    height: 31px;
    object-fit: contain
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 34px;
    font-size: 12px;
    font-weight: 700;
    color: #6d758c
}

.nav-link {
    position: relative;
    padding: 27px 0 24px;
    transition: .25s
}

.nav-link:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 0;
    height: 3px;
    border-radius: 10px;
    background: var(--nav-blue);
    transform: translateX(-50%);
    transition: .25s
}

.nav-link:hover, .nav-link.active {
    color: var(--nav-blue)
}

.nav-link.active:after {
    width: 18px
}

.menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    padding: 8px
}

.menu-toggle span:not(.sr-only) {
    display: block;
    width: 24px;
    height: 2px;
    margin: 4px 0;
    background: var(--ink);
    border-radius: 2px
}

.hero {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    background-image: url('static/img/bg1.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
    overflow: hidden
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(244, 247, 255, .94), rgba(244, 247, 255, .68) 38%, rgba(244, 247, 255, 0) 70%);
    z-index: -1
}

.hero-grid {
    display: grid;
    grid-template-columns:minmax(0, .9fr) minmax(420px, 1.1fr);
    align-items: center;
    min-height: 590px
}

.hero-copy {
    max-width: 500px;
    padding: 40px 0
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--blue);
    background: #e7edff;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .08em
}

.eyebrow img {
    width: 12px;
    height: 12px;
    object-fit: contain
}

.eyebrow.centered {
    margin: 0 auto 16px
}

.eyebrow-light {
    color: #d9e4ff;
    background: rgba(255, 255, 255, .17)
}

h1, h2, h3, p {
    margin-top: 0
}

h1 {
    margin-bottom: 22px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: .99;
    letter-spacing: -.055em;
    font-weight: 850
}

h1 span, h2 span {
    color: var(--blue)
}

h2 {
    margin-bottom: 14px;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.12;
    letter-spacing: -.045em;
    font-weight: 850
}

h3 {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: -.02em
}

p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7
}

.hero-lead {
    max-width: 450px;
    margin-bottom: 26px
}

.hero-pills, .mini-checks, .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.hero-pills span {
    color: #7b86a0;
    font-size: 10px;
    font-weight: 700
}

.hero-pills i {
    color: var(--blue);
    font-style: normal;
    margin-right: 4px
}

.hero-visual {
    position: relative;
    min-height: 500px
}

.visual-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    right: 11%;
    top: 14%;
    background: radial-gradient(circle, rgba(255, 255, 255, .75), rgba(108, 150, 244, .05) 64%, transparent 70%);
    animation: pulse 4s ease-in-out infinite
}

.visual-ring {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    transform: rotate(-28deg)
}

.ring-one {
    width: 420px;
    height: 140px;
    right: 3%;
    top: 36%;
    border-width: 2px
}

.ring-two {
    width: 340px;
    height: 115px;
    right: 12%;
    top: 43%;
    opacity: .5
}

.visual-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #fff, #2f7af0 48%, #1655c7);
    box-shadow: 0 0 20px #dce9ff;
    animation: float 3s ease-in-out infinite
}

.dot-one {
    right: 68%;
    top: 22%
}

.dot-two {
    right: 7%;
    top: 50%;
    animation-delay: -1s
}

.dot-three {
    right: 34%;
    bottom: 12%;
    width: 8px;
    height: 8px;
    animation-delay: -2s
}

.visual-star {
    position: absolute;
    right: 23%;
    top: 17%;
    color: #fff;
    font-size: 26px;
    animation: twinkle 2s infinite
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    z-index: -1
}

.hero-orb-one {
    width: 220px;
    height: 220px;
    right: 2%;
    top: -120px
}

.hero-orb-two {
    width: 120px;
    height: 120px;
    left: 34%;
    bottom: -70px
}

.section-heading {
    text-align: center;
    max-width: 650px;
    margin-bottom: 46px
}

.section-heading.align-left {
    text-align: left;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.section-heading p {
    max-width: 540px;
    margin: 0 auto
}

.section-heading.align-left p {
    margin-left: 0
}

.feature-grid {
    display: grid;
    gap: 16px
}

.feature-grid.three, .numbered-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px
}

.feature-card, .number-card {
    padding: 32px 26px;
    text-align: center;
    background: rgba(255, 255, 255, .84);
    border: 1px solid rgba(74, 107, 188, .08);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(70, 91, 145, .04);
    transition: .35s
}

.feature-card:hover, .number-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow)
}

.icon-tile {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 17px;
    border-radius: 12px;
    background: #edf2ff
}

.icon-tile img {
    width: 24px;
    height: 24px;
    object-fit: contain
}

.feature-card p, .number-card p {
    margin-bottom: 0;
    font-size: 11px
}

.app-section {
    background: #eff4ff
}

.app-grid, .split-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 100px;
    align-items: center
}

.app-visual {
    min-height: 350px;
    display: grid;
    place-items: center;
    position: relative
}

.app-visual img {
    position: relative;
    z-index: 1;
    width: min(100%, 470px);
    filter: drop-shadow(0 20px 20px rgba(70, 97, 173, .16));
    animation: bob 5s ease-in-out infinite
}

.app-blob {
    width: 320px;
    height: 200px;
    position: absolute;
    background: #dbe7ff;
    border-radius: 53% 47% 48% 52%/54% 43% 57% 46%;
    transform: rotate(-11deg)
}

.app-copy {
    max-width: 470px
}

.app-copy p {
    max-width: 410px
}

.mini-checks {
    margin-top: 24px
}

.mini-checks span {
    padding: 9px 14px;
    background: #fff;
    border-radius: 999px;
    color: var(--blue);
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(71, 101, 166, .08)
}

.everyday-section {
    background-color: #f8faff;
    background-image: radial-gradient(circle at 25% 50%, rgba(78, 113, 212, .05), transparent 35%)
}

.everyday-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px
}

.everyday-card-main {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    padding: 34px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    color: #fff;
    background-image: linear-gradient(135deg, rgba(44, 78, 183, .94), rgba(79, 126, 235, .92)), url('static/img/left-bg.png');
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 35px rgba(56, 93, 199, .22)
}

.everyday-card-content {
    max-width: 230px;
    position: relative;
    z-index: 1
}

.everyday-card-main p {
    color: rgba(255, 255, 255, .78);
    font-size: 11px
}

.icon-bubble {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .15)
}

.tag-row span {
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, .27);
    border-radius: 999px;
    font-size: 8px
}

.card-watermark {
    position: absolute;
    right: -28px;
    bottom: -75px;
    color: rgba(255, 255, 255, .12);
    font-size: 250px;
    line-height: 1;
    font-weight: 900;
    transform: rotate(-12deg)
}

.everyday-list {
    display: grid;
    gap: 16px
}

.need-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 122px;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(74, 107, 188, .08);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(70, 91, 145, .04);
    transition: .3s
}

.need-card:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow)
}

.need-icon {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #edf2ff
}

.need-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.need-card h3 {
    margin-bottom: 6px;
    font-size: 13px
}

.need-card p {
    margin: 0;
    font-size: 10px;
    line-height: 1.5
}

.number-card {
    text-align: left;
    padding: 28px
}

.number {
    display: block;
    margin-bottom: 28px;
    color: #dce6fb;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -.08em
}

.number-card h3 {
    font-size: 14px
}

.transparency-copy p {
    max-width: 470px
}

.check-list {
    display: grid;
    gap: 15px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none
}

.check-list li {
    position: relative;
    padding-left: 18px;
    display: grid;
    gap: 2px;
    font-size: 11px
}

.check-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--blue);
    font-weight: 900
}

.check-list span {
    color: #8a92a8;
    font-size: 10px
}

.info-card {
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(74, 107, 188, .08);
    border-radius: 18px;
    box-shadow: var(--shadow)
}

.info-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #edf0f8
}

.info-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #eaf0ff
}

.info-icon img {
    width: 19px;
    height: 19px
}

.info-card h3 {
    margin: 0 0 4px;
    font-size: 11px
}

.info-card-head p {
    margin: 0;
    font-size: 9px
}

.info-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #edf0f8;
    font-size: 10px;
    color: #858da0
}

.info-row b {
    color: var(--blue);
    font-size: 9px
}

.info-row b.green {
    color: #37b675
}

.verified {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    padding-top: 16px;
    color: #9ca4b5;
    font-size: 9px
}

.verified img {
    width: 13px;
    height: 13px
}

.security-section {
    background: #eef3ff
}

.security-panel {
    display: grid;
    grid-template-columns:1.3fr .7fr;
    gap: 40px;
    align-items: center;
    padding: 46px 54px;
    border-radius: 28px;
    background: linear-gradient(135deg, #3e60ca, #5b86ea);
    box-shadow: 0 25px 50px rgba(56, 88, 196, .23);
    color: #fff
}

.security-copy {
    max-width: 560px
}

.security-copy h2 {
    margin: 16px 0 12px;
    color: #fff;
    font-size: 30px
}

.security-copy p {
    color: rgba(255, 255, 255, .77);
    font-size: 11px;
    max-width: 450px
}

.security-points {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 22px;
    margin-top: 28px
}

.security-points div {
    display: grid;
    gap: 7px
}

.security-points strong {
    font-size: 10px
}

.security-points span {
    color: rgba(255, 255, 255, .7);
    font-size: 9px;
    line-height: 1.5
}

.security-slogan {
    margin-top: 28px;
    color: #ffe070;
    font-size: 10px;
    font-weight: 800
}

.shield-card {
    padding: 26px 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 17px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 15px 25px rgba(24, 58, 151, .14)
}

.shield-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    background: rgba(255, 255, 255, .9);
    border-radius: 15px
}

.shield-icon img {
    width: 33px;
    height: 33px
}

.shield-card h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px
}

.shield-card p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .65);
    font-size: 9px
}

.encrypted {
    display: inline-flex;
    padding: 6px 9px;
    border-radius: 99px;
    background: rgba(55, 226, 148, .18);
    color: #6bebb0;
    font-size: 8px
}

.support-heading {
    max-width: 760px;
    margin-bottom: 36px
}

.support-heading p {
    margin-bottom: 0;
    max-width: 540px
}

.support-grid {
    display: grid;
    grid-template-columns:1.4fr .6fr;
    gap: 20px;
    align-items: stretch
}

.faq-list {
    display: grid;
    gap: 10px
}

.faq-list details {
    padding: 0 18px;
    background: #fff;
    border: 1px solid rgba(74, 107, 188, .08);
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(70, 91, 145, .035)
}

.faq-list summary {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 0;
    cursor: pointer;
    list-style: none;
    font-size: 11px;
    font-weight: 800
}

.faq-list summary::-webkit-details-marker {
    display: none
}

.faq-list summary span {
    color: var(--blue);
    font-size: 16px;
    font-weight: 400;
    transition: transform .2s
}

.faq-list details[open] summary span {
    transform: rotate(45deg)
}

.faq-list details p {
    padding: 0 0 16px;
    margin: 0;
    font-size: 10px;
    line-height: 1.6
}

.support-card {
    display: grid;
    place-items: center;
    align-content: center;
    padding: 28px 20px;
    text-align: center;
    border-radius: 12px;
    background: #edf2ff
}

.support-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
    border-radius: 13px;
    background: #d7e2ff
}

.support-icon img {
    width: 28px;
    height: 28px
}

.support-card h3 {
    margin-bottom: 8px;
    font-size: 12px
}

.support-card p {
    margin: 0;
    font-size: 10px;
    line-height: 1.55
}

.site-footer {
    color: rgba(255, 255, 255, .84);
    background: #041c46
}

.footer-grid {
    display: grid;
    grid-template-columns:1.5fr .7fr 1.1fr;
    gap: 70px;
    padding: 54px 0 42px
}

.footer-brand img {
    width: 130px;
    margin-bottom: 17px
}

.footer-brand p {
    max-width: 250px;
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 10px;
    line-height: 1.55
}

.footer-col {
    display: grid;
    align-content: start;
    gap: 12px
}

.footer-col h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 12px
}

.footer-col a, .footer-col span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .68);
    font-size: 10px
}

.footer-col a:hover {
    color: #fff
}

.footer-col img {
    width: 13px;
    height: 13px;
    object-fit: contain
}

.footer-bottom {
    padding: 13px 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    text-align: center;
    color: rgba(255, 255, 255, .5);
    font-size: 9px
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1)
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.delay-1 {
    transition-delay: .12s
}

.delay-2 {
    transition-delay: .24s
}

@keyframes float {
    0%, 100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-16px)
    }
}

@keyframes bob {
    0%, 100% {
        transform: translateY(0) rotate(-1deg)
    }
    50% {
        transform: translateY(-9px) rotate(1deg)
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: .66;
        transform: scale(1)
    }
    50% {
        opacity: .95;
        transform: scale(1.08)
    }
}

@keyframes twinkle {
    0%, 100% {
        transform: scale(.8) rotate(0);
        opacity: .65
    }
    50% {
        transform: scale(1.15) rotate(24deg);
        opacity: 1
    }
}

@media (max-width: 860px) {
    .container {
        width: min(100% - 36px, 680px)
    }

    .section {
        padding: 80px 0
    }

    .menu-toggle {
        display: block
    }

    .main-nav {
        position: absolute;
        inset: 70px 18px auto;
        display: grid;
        gap: 0;
        padding: 10px 18px;
        border: 1px solid rgba(64, 104, 215, .1);
        border-radius: 16px;
        background: rgba(255, 255, 255, .98);
        box-shadow: var(--shadow);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: .25s
    }

    .main-nav.open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }

    .nav-link {
        padding: 14px 0
    }

    .nav-link:after {
        bottom: 7px;
        left: 0;
        transform: none
    }

    .nav-link.active:after {
        width: 20px
    }

    .hero {
        min-height: 650px;
        background-position: 65% center
    }

    .hero-grid {
        grid-template-columns:1fr;
        min-height: 650px
    }

    .hero-copy {
        padding-top: 80px
    }

    .hero-visual {
        min-height: 230px;
        margin-top: -45px;
        opacity: .72
    }

    .visual-glow {
        width: 280px;
        height: 280px;
        right: 4%;
        top: -8%
    }

    .ring-one {
        right: -10%;
        top: 20%
    }

    .ring-two {
        right: 0;
        top: 28%
    }

    .app-grid, .split-grid, .support-grid {
        grid-template-columns:1fr;
        gap: 42px
    }

    .app-copy {
        max-width: 620px
    }

    .app-visual {
        min-height: 280px
    }

    .everyday-grid {
        grid-template-columns:1fr
    }

    .security-panel {
        grid-template-columns:1fr;
        padding: 38px 30px
    }

    .shield-card {
        max-width: 280px;
        justify-self: center;
        width: 100%
    }

    .footer-grid {
        grid-template-columns:1fr 1fr;
        gap: 32px
    }

    .footer-brand {
        grid-column: 1/-1
    }
}

@media (max-width: 540px) {
    .container {
        width: min(100% - 28px, 460px)
    }

    .section {
        padding: 66px 0
    }

    .brand img {
        width: 29px;
        height: 29px
    }

    .hero, .hero-grid {
        min-height: 620px
    }

    .hero-copy {
        padding-top: 66px
    }

    .hero-lead {
        font-size: 12px
    }

    .hero-pills {
        gap: 8px
    }

    .hero-pills span {
        font-size: 9px
    }

    .hero-visual {
        min-height: 185px;
        margin-top: -30px
    }

    .feature-grid.three, .numbered-grid {
        grid-template-columns:1fr
    }

    .feature-card, .number-card {
        padding: 25px 22px
    }

    .section-heading {
        margin-bottom: 32px
    }

    .app-visual {
        min-height: 220px
    }

    .app-blob {
        width: 240px;
        height: 145px
    }

    .everyday-card-main {
        min-height: 230px;
        padding: 28px
    }

    .need-card {
        min-height: auto;
        padding: 20px
    }

    .security-points {
        grid-template-columns:1fr;
        gap: 16px
    }

    .security-panel {
        padding: 30px 22px;
        border-radius: 22px
    }

    .security-copy h2 {
        font-size: 26px
    }

    .footer-grid {
        grid-template-columns:1fr;
        gap: 28px;
        padding-top: 42px
    }

    .footer-brand {
        grid-column: auto
    }

    .footer-col {
        gap: 10px
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *:before, *:after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }
}

@media (max-width: 860px) {
    .policy-nav {
        position: static;
        display: flex;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 0
    }

    .policy-nav .nav-link {
        padding: 27px 0 24px
    }

    .policy-nav .nav-link:after {
        left: 50%;
        bottom: 14px;
        transform: translateX(-50%)
    }
}

@media (max-width: 620px) {
    .policy-nav {
        gap: 12px;
        font-size: 9px
    }

    .policy-nav .nav-link {
        padding: 26px 0 22px
    }
}

