:root {
    color-scheme: light;
    --ink: #0A2038;
    --navy: #0E3358;
    --navy-2: #0B2947;
    --teal: #0E8FA0;
    --teal-ink: #0A6E7C;
    --aqua: #21C3AC;
    --blue: #2E6FB8;
    --paper: #F4F8FB;
    --paper-2: #E9F1F6;
    --card: #FFFFFF;
    --line: #DBE6EE;
    --line-2: #EAF1F6;
    --muted: #54697E;
    --muted-2: #8398AB;
    --grad: linear-gradient(135deg, #21C3AC 0%, #1E93B5 46%, #2E6FB8 100%);
    --grad-soft: linear-gradient(135deg, rgba(33, 195, 172, .14), rgba(46, 111, 184, .14));
    --shadow: 0 30px 60px -30px rgba(11, 41, 71, .30);
    --shadow-sm: 0 12px 28px -16px rgba(11, 41, 71, .24);
    --r: 22px;
    --r-sm: 14px;
    --maxw: 1200px;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }
}

body {
    font-family: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

body::-webkit-scrollbar-track {
    background-color: #F2F2F2;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--navy);
    border-radius: 20px;
}

h1,
h2,
h3,
h4,
.display {
    font-family: 'Sora', system-ui, sans-serif;
    letter-spacing: -.02em;
    line-height: 1.05;
    color: var(--navy)
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--teal-ink);
}

.eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--grad);
    border-radius: 2px
}

.section {
    padding: 96px 0
}

.muted {
    color: var(--muted)
}

.center {
    text-align: center
}

/*buttons*/
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: .98rem;
    padding: 14px 22px;
    border-radius: 999px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform .18s ease, box-shadow .22s ease, background .2s ease, color .2s ease;
    white-space: nowrap;
}

.btn:active {
    transform: translateY(1px) scale(.99)
}

.btn-primary {
    background: var(--navy);
    color: #fff;
    box-shadow: var(--shadow-sm)
}

.btn-primary:hover {
    background: var(--navy-2);
    box-shadow: 0 16px 32px -16px rgba(14, 51, 88, .5)
}

.btn-grad {
    background: var(--grad);
    color: #fff;
    box-shadow: 0 14px 30px -14px rgba(30, 147, 181, .6)
}

.btn-grad:hover {
    filter: brightness(1.04);
    transform: translateY(-1px)
}

.btn-ghost {
    background: #fff;
    color: var(--navy);
    border-color: var(--line)
}

.btn-ghost:hover {
    border-color: var(--teal);
    color: var(--teal-ink)
}

.btn svg,
.btn i {
    width: 18px;
    height: 18px
}

.btn-lg {
    padding: 16px 28px;
    font-size: 1.02rem
}

/*nav*/
header.nav {
    position: sticky;
    top: 0;
    z-index: 60;
    transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
    border-bottom: 1px solid transparent;
}

header.nav.scrolled {
    background: rgba(244, 248, 251, .82);
    backdrop-filter: saturate(150%) blur(14px);
    -webkit-backdrop-filter: saturate(150%) blur(14px);
    border-bottom: 1px solid var(--line);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 1.28rem
}

.brand .mark {
    width: auto;
    height: 34px;
    flex: 0 0 auto
}

.brand .wordmark {
    height: 21px;
    width: auto;
    flex: 0 0 auto
}

.brand b {
    color: var(--teal-ink);
    font-weight: 800
}

.brand span {
    color: var(--navy)
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 34px
}

.nav-links a {
    font-size: .96rem;
    font-weight: 600;
    color: var(--ink);
    opacity: .82;
    transition: opacity .2s, color .2s;
    position: relative;
}

.nav-links a:hover {
    opacity: 1;
    color: var(--teal-ink)
}

.nav-links a.active {
    color: var(--accent, var(--navy));
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    background: var(--accent, var(--navy));
    border-radius: 2px;
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 12px
}

.menu-btn {
    display: none;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 8px;
    color: var(--navy)
}

.menu-btn svg,
.menu-btn i {
    /* width: 26px;
    height: 26px */
    font-size: 22px;
}

/*hero*/
.hero {
    position: relative;
    padding: 70px 0 90px;
    overflow: hidden
}

.hero::before {
    content: "";
    position: absolute;
    top: -220px;
    right: -180px;
    width: 640px;
    height: 640px;
    background: radial-gradient(circle at center, rgba(33, 195, 172, .20), rgba(46, 111, 184, .10) 45%, transparent 70%);
    filter: blur(6px);
    pointer-events: none;
    z-index: 0;
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
    align-items: center
}

.hero h1 {
    font-size: clamp(2.3rem, 5.2vw, 3.7rem);
    font-weight: 800;
    margin: 20px 0 18px
}

.hero h1 .hl {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.hero p.lead {
    font-size: 1.14rem;
    color: var(--muted);
    max-width: 34ch;
    margin-bottom: 30px
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: .85rem;
    font-weight: 600;
    color: var(--navy);
    background: #fff;
    border: 1px solid var(--line);
    padding: 7px 13px;
    border-radius: 999px;
    box-shadow: var(--shadow-sm)
}

.chip svg {
    width: 15px;
    height: 15px;
    color: var(--teal)
}

.stores {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.store {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--navy);
    color: #fff;
    padding: 9px 16px;
    border-radius: 12px;
    transition: transform .18s, background .2s
}

.store:hover {
    transform: translateY(-2px);
    background: var(--navy-2)
}

.store svg {
    width: 20px;
    height: 20px
}

.store .s-small {
    font-size: .62rem;
    line-height: 1;
    opacity: .8;
    display: block;
    text-transform: uppercase;
    letter-spacing: .06em
}

.store .s-big {
    font-family: 'Sora', sans-serif;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.1
}

/*phone mockup*/
.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.phone {
    position: relative;
    width: 290px;
    height: 600px;
    background: #0b1622;
    border-radius: 44px;
    padding: 12px;
    box-shadow: var(--shadow), 0 0 0 2px rgba(255, 255, 255, .04) inset;
    z-index: 2
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: #F5F8FB;
    border-radius: 33px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column
}

.phone .notch {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 26px;
    background: #0b1622;
    border-radius: 0 0 16px 16px;
    z-index: 5
}

.scr-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px 6px;
    font-size: .72rem;
    font-weight: 700;
    color: var(--navy)
}

.scr-top .rgt {
    display: flex;
    gap: 5px;
    align-items: center
}

.scr-top .rgt svg {
    width: 15px;
    height: 12px
}

.scr-body {
    padding: 6px 18px 18px;
    overflow: hidden;
    flex: 1
}

.scr-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px
}

.sos {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1.5px solid #E23B3B;
    color: #E23B3B;
    font-size: .72rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px
}

.sos .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #E23B3B
}

.scr-ava {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--grad)
}

.scr-h {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 1.18rem;
    color: var(--navy);
    margin: 2px 0 3px
}

.scr-sub {
    font-size: .72rem;
    color: var(--muted);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px
}

.scr-sub svg {
    width: 13px;
    height: 13px;
    color: var(--teal)
}

.scr-card {
    background: #fff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 12px 26px -18px rgba(11, 41, 71, .35);
    margin-bottom: 12px
}

.scr-actions {
    display: flex;
    justify-content: space-between;
    font-size: .68rem;
    font-weight: 700;
    margin-bottom: 10px
}

.scr-actions .a1 {
    color: #E23B3B
}

.scr-actions .a2 {
    color: var(--blue)
}

.scr-actions span {
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.scr-actions svg {
    width: 12px;
    height: 12px
}

.scr-person {
    text-align: center
}

.scr-person .pic {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 2px auto 8px;
    background: linear-gradient(135deg, #c9d6e2, #9fb3c6)
}

.scr-person .nm {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: .86rem;
    color: var(--navy)
}

.scr-person .dt {
    font-size: .68rem;
    color: var(--muted);
    margin-top: 2px
}

.scr-pass {
    background: #fff;
    border-radius: 18px;
    padding: 13px 14px;
    box-shadow: 0 12px 26px -18px rgba(11, 41, 71, .35);
    border-top: 3px solid transparent;
    border-image: var(--grad) 1
}

.pass-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px
}

.pass-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: .78rem;
    color: var(--teal-ink)
}

.pass-brand svg {
    width: 16px;
    height: 16px
}

.pass-time {
    text-align: right;
    font-size: .64rem;
    color: var(--muted)
}

.pass-time b {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: .9rem;
    color: var(--navy)
}

.pass-line {
    margin-bottom: 7px
}

.pass-line .lb {
    font-size: .58rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted-2)
}

.pass-line .vl {
    font-size: .8rem;
    font-weight: 600;
    color: var(--navy)
}

.pass-btn {
    margin-top: 10px;
    background: var(--navy);
    color: #fff;
    text-align: center;
    font-size: .76rem;
    font-weight: 600;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.pass-btn svg {
    width: 13px;
    height: 13px
}

/*floating cards*/
.float {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 12px 14px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 11px;
    max-width: 225px
}

.float .fi {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto
}

.float .fi svg,
.float .fi i {
    /* width: 20px;
    height: 20px; */
    color: #fff
}

.float .ft {
    font-size: .7rem;
    color: var(--muted);
    line-height: 1.3
}

.float .ft b {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: .82rem;
    color: var(--navy);
    font-weight: 700
}

.float-a {
    top: 54px;
    left: -26px;
    animation: floaty 5.5s ease-in-out infinite
}

.float-a .fi {
    background: var(--grad)
}

.float-b {
    bottom: 70px;
    right: -20px;
    animation: floaty 6.5s ease-in-out infinite .8s
}

.float-b .fi {
    background: #E23B3B
}

@keyframes floaty {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-12px)
    }
}

@media (prefers-reduced-motion: reduce) {

    .float-a,
    .float-b {
        animation: none
    }
}

/*trust strip*/
.strip {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff
}

.strip .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 22px 24px;
    flex-wrap: wrap;
    text-align: center
}

.strip svg {
    width: 20px;
    height: 20px;
    color: var(--teal);
    flex: 0 0 auto
}

.strip p {
    font-weight: 600;
    color: var(--navy);
    font-size: 1rem
}

/*section heading*/
.sec-head {
    max-width: 640px;
    margin-bottom: 52px
}

.sec-head.mx-auto {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.sec-head h2 {
    font-size: clamp(1.9rem, 3.6vw, 2.7rem);
    font-weight: 700;
    margin: 14px 0 14px
}

.sec-head p {
    font-size: 1.08rem;
    color: var(--muted)
}

/*three apps*/
.apps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.app-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 32px 28px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    position: relative;
    overflow: hidden
}

.app-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: transparent
}

.app-ico {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: var(--grad-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.app-ico svg {
    width: 27px;
    height: 27px;
    color: var(--teal-ink)
}

.app-tag {
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--teal-ink);
    margin-bottom: 6px
}

.app-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 14px
}

.app-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px
}

.app-list li {
    display: flex;
    gap: 10px;
    font-size: .95rem;
    color: var(--muted);
    align-items: flex-start
}

.app-list li svg {
    width: 18px;
    height: 18px;
    color: var(--teal);
    flex: 0 0 auto;
    margin-top: 2px
}

/*features bento*/
.bento {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px
}

.feat {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 28px;
    transition: transform .25s, box-shadow .25s, border-color .25s
}

.feat:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-sm);
    border-color: transparent
}

.feat.wide {
    grid-column: span 3
}

.feat.norm {
    grid-column: span 2
}

.feat-ico {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--grad-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.feat-ico svg {
    width: 24px;
    height: 24px;
    color: var(--teal-ink)
}

.feat h3 {
    font-size: 1.14rem;
    font-weight: 700;
    margin-bottom: 8px
}

.feat p {
    font-size: .94rem;
    color: var(--muted)
}

/*why band*/
.why {
    background: var(--navy);
    color: #fff;
    border-radius: 32px;
    padding: 60px 48px;
    position: relative;
    overflow: hidden
}

.why::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(33, 195, 172, .28), transparent 65%);
    pointer-events: none
}

.why h2 {
    color: #fff;
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    max-width: 22ch;
    margin-bottom: 14px;
    position: relative
}

.why>.wsub {
    color: rgba(255, 255, 255, .72);
    max-width: 52ch;
    margin-bottom: 40px;
    position: relative
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative
}

.why-item .wi-ico {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.why-item .wi-ico svg {
    width: 24px;
    height: 24px;
    color: var(--aqua)
}

.why-item h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 8px
}

.why-item p {
    color: rgba(255, 255, 255, .72);
    font-size: .95rem
}

/*pricing*/
.plans-intro {
    margin-bottom: 44px
}

.includes {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 36px;
    margin-bottom: 40px
}

.includes h3 {
    font-size: 1.15rem;
    margin-bottom: 6px
}

.includes .ih-sub {
    color: var(--muted);
    font-size: .95rem;
    margin-bottom: 26px
}

.inc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 34px
}

.inc-item {
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.inc-item .ck {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: var(--grad-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 1px
}

.inc-item .ck svg {
    width: 14px;
    height: 14px;
    color: var(--teal-ink)
}

.inc-item b {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: .95rem;
    color: var(--navy);
    display: block
}

.inc-item span {
    font-size: .86rem;
    color: var(--muted)
}

.tiers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.tier {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    transition: transform .25s, box-shadow .25s, border-color .25s;
    position: relative
}

.tier:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: transparent
}

.tier.feat-plan {
    border-color: var(--teal);
    box-shadow: 0 24px 50px -28px rgba(14, 143, 160, .5)
}

.tier .badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--grad);
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    white-space: nowrap
}

.tier .t-name {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 1.32rem;
    color: var(--navy)
}

.tier .t-range {
    font-size: .86rem;
    color: var(--muted);
    margin: 4px 0 18px
}

.tier .t-price {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 2.15rem;
    color: var(--teal-ink);
    line-height: 1
}

.tier .t-price small {
    font-size: .86rem;
    font-weight: 600;
    color: var(--muted);
    letter-spacing: 0
}

.tier .t-impl {
    font-size: .82rem;
    color: var(--muted);
    margin: 12px 0 20px;
    padding-top: 14px;
    border-top: 1px solid var(--line-2)
}

.tier .t-impl b {
    color: var(--navy);
    font-weight: 700
}

.tier .btn {
    margin-top: auto;
    width: 100%
}

.tier.pro {
    background: var(--navy);
    border-color: var(--navy)
}

.tier.pro .t-name,
.tier.pro .t-price {
    color: #fff
}

.tier.pro .t-range {
    color: rgba(255, 255, 255, .7)
}

.tier.pro .t-price {
    font-size: 1.5rem
}

.tier.pro .t-impl {
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .16)
}

.tier.pro .t-impl b {
    color: #fff
}

.plans-note {
    margin-top: 26px;
    text-align: center;
    font-size: .88rem;
    color: var(--muted)
}

/*contact*/
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.contact-side h2 {
    font-size: clamp(1.8rem, 3.4vw, 2.5rem);
    margin: 14px 0 16px
}

.contact-side p {
    color: var(--muted);
    font-size: 1.05rem;
    margin-bottom: 30px;
    max-width: 42ch
}

.direct {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.direct a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-sm);
    transition: transform .18s, border-color .2s;
    box-shadow: var(--shadow-sm)
}

.direct a:hover {
    transform: translateX(4px);
    border-color: var(--teal)
}

.direct .di {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--grad-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto
}

.direct .di svg {
    width: 21px;
    height: 21px;
    color: var(--teal-ink)
}

.direct .dt small {
    display: block;
    font-size: .74rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .05em
}

.direct .dt b {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    color: var(--navy)
}

/*form*/
.form {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 32px;
    box-shadow: var(--shadow-sm)
}

.form .fg {
    margin-bottom: 18px
}

.form label {
    display: block;
    font-size: .86rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 7px
}

.form input,
.form select,
.form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    font: inherit;
    font-size: .95rem;
    color: var(--ink);
    background: #fff;
    transition: border-color .2s, box-shadow .2s
}

.form input:focus,
.form select:focus,
.form textarea:focus {
    outline: none;
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(14, 143, 160, .14)
}

.form textarea {
    resize: none;
    min-height: 96px;
}

.form .row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.form .fg-error {
    display: none;
    color: #e5484d;
    font-size: .8rem;
    margin-top: 4px;
}

.form .fg-error.show {
    display: block;
}

.form .fg input.invalid,
.form .fg select.invalid {
    border-color: #e5484d !important;
    box-shadow: 0 0 0 1px #e5484d;
}

.form .btn {
    width: 100%;
    margin-top: 6px
}

/*footer*/
footer {
    background: var(--navy);
    color: #fff;
    padding: 64px 0 30px;
    margin-top: 0
}

.foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 48px
}

.foot-brand .brand span,
.foot-brand .brand b {
    color: #fff
}

.foot-brand p {
    color: rgba(255, 255, 255, .62);
    font-size: .92rem;
    margin: 16px 0 20px;
    max-width: 34ch
}

.socials {
    display: flex;
    gap: 12px
}

.socials a {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: rgba(255, 255, 255, .09);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, transform .18s
}

.socials a:hover {
    background: var(--teal);
    transform: translateY(-2px)
}

.socials svg {
    width: 19px;
    height: 19px;
    color: #fff
}

.foot-col h4 {
    color: #fff;
    font-size: .82rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 16px;
    opacity: .9
}

.foot-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px
}

.foot-col a {
    color: rgba(255, 255, 255, .66);
    font-size: .93rem;
    transition: color .2s
}

.foot-col a:hover {
    color: #fff
}

.foot-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, .5);
    font-size: .85rem
}

.foot-bottom a {
    color: rgba(255, 255, 255, .66)
}

.foot-bottom a:hover {
    color: #fff
}

/*proceso / asi funciona*/
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px
}

.step {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 28px 24px;
    position: relative;
    transition: transform .25s, box-shadow .25s, border-color .25s
}

.step:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-sm);
    border-color: transparent
}

.step-n {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: .82rem;
    color: var(--teal);
    letter-spacing: .08em
}

.step-ic {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--grad-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px 0 16px
}

.step-ic svg {
    width: 24px;
    height: 24px;
    color: var(--teal-ink)
}

.step h3 {
    font-size: 1.08rem;
    margin-bottom: 8px
}

.step p {
    font-size: .92rem;
    color: var(--muted)
}

.phone-shot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

/*showcase*/
.showcase {
    margin-bottom: 44px;
    border: 1px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
    background: linear-gradient(180deg, #fff, var(--paper));
    box-shadow: var(--shadow);
    padding: 22px
}

.showcase img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block
}

/*trust band*/
.trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 34px
}

.trust-item .ti-ic {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--grad-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px
}

.trust-item .ti-ic svg {
    width: 24px;
    height: 24px;
    color: var(--teal-ink)
}

.trust-item b {
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    color: var(--navy);
    display: block;
    margin-bottom: 5px
}

.trust-item span {
    font-size: .9rem;
    color: var(--muted)
}

/*plan picker*/
.plan-picker {
    max-width: 760px;
    margin: 0 auto
}

.pp-label {
    display: block;
    text-align: center;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    color: var(--navy);
    font-size: 1.08rem;
    margin-bottom: 16px
}

.pp-opts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-bottom: 26px
}

.pp-opt {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: .92rem;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--navy);
    cursor: pointer;
    transition: background .18s, color .18s, border-color .18s
}

.pp-opt:hover {
    border-color: var(--teal)
}

.pp-opt:active {
    transform: translateY(1px)
}

.pp-opt.is-active {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy)
}

.pr-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: var(--shadow);
    padding: 36px 28px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.pr-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: var(--grad)
}

.pr-name {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 1.7rem;
    color: var(--navy)
}

.pr-range {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: .9rem;
    color: var(--muted);
    margin-top: 5px
}

.pr-price {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 2.8rem;
    color: var(--teal-ink);
    line-height: 1;
    margin: 20px 0 6px
}

.pr-price small {
    font-size: 1rem;
    font-weight: 600;
    color: var(--muted)
}

.pr-price.quote {
    font-size: 1.7rem
}

.pr-impl {
    font-size: .95rem;
    color: var(--muted);
    margin-bottom: 24px
}

.pr-impl b {
    color: var(--navy)
}

.pr-card .btn {
    min-width: 230px
}

.pp-toggle {
    display: block;
    margin: 24px auto 0;
    background: none;
    border: 0;
    color: var(--teal-ink);
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: .95rem;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px
}

.ptable-wrap {
    margin-top: 22px;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: var(--r-sm)
}

.ptable {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px
}

.ptable th,
.ptable td {
    padding: 13px 16px;
    text-align: left;
    font-size: .92rem;
    border-bottom: 1px solid var(--line-2)
}

.ptable th {
    font-family: 'Sora', sans-serif;
    font-size: .76rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--muted);
    background: var(--paper)
}

.ptable tbody tr:last-child td {
    border-bottom: 0
}

.ptable td b {
    font-family: 'Sora', sans-serif;
    color: var(--navy)
}

.ptable .pt-price {
    color: var(--teal-ink);
    font-weight: 700
}

.ptable a {
    color: var(--teal-ink);
    font-weight: 600;
    white-space: nowrap
}

.ptable a:hover {
    text-decoration: underline
}

/*reveal*/
.js .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s cubic-bezier(.2, .6, .2, 1), transform .7s cubic-bezier(.2, .6, .2, 1)
}

.js .reveal.in {
    opacity: 1;
    transform: none
}

@media (prefers-reduced-motion: reduce) {

    .js .reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none
    }

}

@media only screen and (min-width: 1400px) {}

/*Adaptacion pc 1248px*/
@media only screen and (min-width: 1248px) {}

/*Adaptacion tablets*/
@media only screen and (max-width: 1248px) {

    .nav-links a.active::after {
        left: 20px;
        right: 20px;
        bottom: 0px;
        height: 1px;
    }

}

@media only screen and (max-width: 1080px) {

    /*floating cards*/
    .float-a {
        left: -6px
    }

    .float-b {
        right: -4px
    }

    /*pricing*/
    .tiers {
        grid-template-columns: repeat(2, 1fr)
    }

}

@media only screen and (max-width: 998px) {}

@media only screen and (max-width: 920px) {

    /*hero*/
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    /*nav*/
    .nav-links {
        position: fixed;
        inset: 74px 0 auto 0;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        background: rgba(244, 248, 251, .98);
        backdrop-filter: blur(14px);
        border-bottom: 1px solid var(--line);
        max-height: 0;
        overflow: hidden;
        transition: max-height .32s ease;
    }

    .nav-links.open {
        max-height: 400px
    }

    .nav-links a {
        padding: 16px 24px;
        border-top: 1px solid var(--line-2);
        opacity: 1
    }

    .nav-cta .btn-desktop {
        display: none
    }

    .menu-btn {
        display: inline-flex
    }

}

@media only screen and (max-width: 900px) {

    /*three apps*/
    .apps {
        grid-template-columns: 1fr
    }

    /*features bento*/
    .bento {
        grid-template-columns: 1fr 1fr
    }

    .feat.wide,
    .feat.norm {
        grid-column: span 1
    }

    /*proceso / asi funciona*/
    .steps {
        grid-template-columns: 1fr 1fr
    }

}

@media only screen and (max-width: 860px) {

    /*contact*/
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 36px
    }

}

@media only screen and (max-width: 833px) {

    /*why band*/
    .why {
        padding: 44px 28px
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 26px
    }

    /*footer*/
    .foot-grid {
        grid-template-columns: 1fr 1fr;
        gap: 34px
    }

    /*trust band*/
    .trust {
        grid-template-columns: 1fr 1fr;
        padding: 26px
    }

}

@media only screen and (max-width: 768px) {

    .section {
        padding: 64px 0
    }

    .nav-links a.active::after {
        left: 20px;
        right: 20px;
        bottom: 0px;
        height: 1px;
    }

    /*pricing*/
    .inc-grid {
        grid-template-columns: 1fr
    }

    .includes {
        padding: 26px
    }

    /*showcase*/
    .showcase {
        padding: 13px;
        margin-bottom: 32px
    }

}

/*Adaptacion movil*/
@media only screen and (max-width: 668px) {

    /*features bento*/
    .bento {
        grid-template-columns: 1fr
    }

    /*pricing*/
    .tiers {
        grid-template-columns: 1fr
    }

}

@media only screen and (max-width: 520px) {

    /*floating cards*/
    .float {
        display: none
    }

    /*form*/
    .form {
        padding: 24px
    }

    .form .row2 {
        grid-template-columns: 1fr
    }

    /*proceso / asi funciona*/
    .steps {
        grid-template-columns: 1fr
    }

}

@media only screen and (max-width: 480px) {

    /*footer*/
    .foot-grid {
        grid-template-columns: 1fr
    }

    /*trust band*/
    .trust {
        grid-template-columns: 1fr
    }

}

@media only screen and (max-width: 460px) {}