@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --blue: #0a4dff;
    --cyan: #4fd8ff;
    --ink: #081021;
    --muted: #697387;
    --line: #e7ebf2;
    --soft: #f6f8fc;
    --dark: #061126
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: var(--ink);
    line-height: 1.65;
    background: #fff
}

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

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

.site-header {
    height: 78px;
    border-bottom: 1px solid #eef1f6;
    background: #ffffffed;
    backdrop-filter: blur(15px);
    position: sticky;
    top: 0;
    z-index: 10
}

.nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 800
}

.logo {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    color: white;
    background: linear-gradient(135deg, #0a4dff, #4fd8ff);
    font-size: 14px
}

.nav-links {
    display: flex;
    gap: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #5f687b
}

.nav-links a:hover {
    color: var(--blue)
}

.menu-btn {
    display: none;
    border: 0;
    background: none;
    font-size: 24px
}

.hero {
    padding: 105px 0 120px;
    background: radial-gradient(circle at 85% 20%, #dff8ff 0, transparent 28%), linear-gradient(#fff, #f9fbff)
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center
}

.kicker {
    font-size: 11px;
    letter-spacing: .17em;
    font-weight: 800;
    color: var(--blue)
}

h1 {
    font-size: clamp(48px, 7vw, 78px);
    line-height: 1.02;
    letter-spacing: -.055em;
    margin: 18px 0 24px;
    font-weight: 800
}

h1 em {
    font-style: normal;
    background: linear-gradient(90deg, #0a4dff, #19bde9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.hero-text {
    font-size: 18px;
    color: var(--muted);
    max-width: 610px
}

.buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700
}

.btn-primary {
    color: #fff;
    background: var(--blue);
    box-shadow: 0 12px 30px #0a4dff26
}

.btn-ghost {
    border: 1px solid var(--line);
    background: white
}

.hero-visual {
    height: 430px;
    position: relative;
    display: grid;
    place-items: center
}

.m2-card {
    width: 300px;
    height: 300px;
    border-radius: 38px;
    background: linear-gradient(145deg, #061b66, #0a4dff 58%, #2bc9ff);
    box-shadow: 0 35px 80px #0a4dff2c;
    display: grid;
    place-items: center;
    position: relative;
    transform: rotate(5deg)
}

.m2-card span {
    font-size: 110px;
    line-height: 1;
    font-weight: 800;
    color: white;
    letter-spacing: -.1em
}

.m2-card small {
    position: absolute;
    bottom: 50px;
    color: #dceeff;
    font-size: 11px;
    letter-spacing: .45em;
    font-weight: 700;
    margin-left: .45em
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(3px)
}

.orb-one {
    width: 160px;
    height: 160px;
    background: #4fd8ff55;
    right: 0;
    top: 0
}

.orb-two {
    width: 120px;
    height: 120px;
    background: #0a4dff33;
    left: 20px;
    bottom: 30px
}

.section {
    padding: 105px 0
}

.section-intro {
    max-width: 680px
}

.section-intro h2,
.dark h2 {
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -.045em;
    margin: 18px 0
}

.section-intro p {
    color: var(--muted);
    font-size: 17px
}

.product-card {
    margin-top: 50px;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 32px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 26px;
    align-items: start;
    box-shadow: 0 20px 55px #15204008
}

.app-logo {
    width: 76px;
    height: 76px;
    border-radius: 21px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #0a4dff, #4fd8ff);
    color: #fff;
    font-size: 32px;
    font-weight: 800
}

.tag {
    font-size: 10px;
    letter-spacing: .14em;
    font-weight: 800;
    color: var(--blue)
}

h3 {
    font-size: 28px;
    margin: 4px 0 8px
}

.product-copy p {
    color: var(--muted);
    max-width: 720px;
    margin: 0 0 16px
}

.pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.pills span {
    font-size: 11px;
    padding: 6px 10px;
    background: #f0f4ff;
    border-radius: 99px;
    color: #56637b
}

.text-link {
    color: var(--blue);
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px
}

.store {
    font-size: 28px;
    color: var(--blue)
}

.future {
    margin-top: 50px;
    padding: 25px 0;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.future span {
    font-size: 10px;
    letter-spacing: .15em;
    color: var(--blue);
    font-weight: 800
}

.future strong {
    font-size: 14px
}

.dark {
    background: var(--dark);
    color: #fff
}

.dark .kicker {
    color: #54d5ff
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    margin-top: 45px
}

.about-grid p {
    color: #aab6cc;
    font-size: 17px;
    max-width: 550px
}

.principles {
    border-top: 1px solid #ffffff1a
}

.principles div {
    padding: 20px 0;
    border-bottom: 1px solid #ffffff1a;
    display: flex;
    gap: 35px
}

.principles b {
    color: #54d5ff
}

.support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.support-card {
    background: var(--soft);
    padding: 42px;
    border-radius: 26px
}

.support-card h2 {
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -.04em;
    margin: 15px 0
}

.support-card p {
    color: var(--muted)
}

.quick-links {
    border-top: 1px solid var(--line)
}

.quick-links a {
    display: flex;
    justify-content: space-between;
    padding: 21px 0;
    border-bottom: 1px solid var(--line);
    font-weight: 700
}

.quick-links b {
    color: var(--blue)
}

footer {
    border-top: 1px solid var(--line)
}

.footer {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #788193;
    font-size: 12px
}

.footer-links {
    display: flex;
    gap: 20px
}

.footer .brand {
    color: var(--ink);
    font-size: 15px
}

.footer .logo {
    width: 32px;
    height: 32px
}

.page {
    min-height: 70vh
}

.page h1,
.legal h1 {
    font-size: clamp(48px, 7vw, 70px)
}

.narrow {
    max-width: 800px
}

.lead {
    font-size: 19px;
    color: var(--muted)
}

.legal h2 {
    font-size: 23px;
    margin-top: 38px
}

.legal p {
    color: #586276
}

.muted {
    color: var(--muted) !important
}

.product-hero {
    padding: 100px 0;
    background: linear-gradient(145deg, #f8fbff, #eef7ff)
}

.product-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px
}

.product-hero h1 {
    margin-top: 15px
}

.product-hero p {
    font-size: 18px;
    color: var(--muted);
    max-width: 590px;
    margin-bottom: 28px
}

.phone {
    width: 280px;
    height: 530px;
    border: 9px solid #10182b;
    border-radius: 40px;
    background: #10182b;
    box-shadow: 0 30px 70px #08152d30;
    margin: auto;
    padding: 9px
}

.phone-screen {
    height: 100%;
    border-radius: 29px;
    background: #f8faff;
    padding: 30px 20px
}

.mini-top {
    font-weight: 800;
    font-size: 18px
}

.balance {
    margin-top: 55px;
    color: #7b8495;
    font-size: 12px
}

.bars {
    height: 170px;
    display: flex;
    align-items: end;
    gap: 13px;
    padding: 20px 0
}

.bars i {
    display: block;
    width: 28px;
    border-radius: 8px 8px 3px 3px;
    background: linear-gradient(#0a4dff, #4fd8ff)
}

.bars i:nth-child(1) {
    height: 55px
}

.bars i:nth-child(2) {
    height: 100px
}

.bars i:nth-child(3) {
    height: 70px
}

.bars i:nth-child(4) {
    height: 135px
}

.bars i:nth-child(5) {
    height: 92px
}

.mini-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e3e7ef;
    padding: 12px 0;
    font-size: 11px
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--line);
    margin-top: 50px;
    border: 1px solid var(--line)
}

.feature-grid>div {
    background: #fff;
    padding: 32px
}

.feature-grid strong {
    color: var(--blue)
}

.feature-grid h3 {
    font-size: 20px
}

.feature-grid p {
    color: var(--muted)
}

.light-link {
    color: #54d5ff;
    font-weight: 700
}

@media(max-width:800px) {
    .container {
        width: min(100% - 32px, 1120px)
    }

    .site-header {
        height: 70px
    }

    .menu-btn {
        display: block
    }

    .nav-links {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 70px;
        padding: 15px 24px;
        background: #fff;
        border-bottom: 1px solid var(--line);
        flex-direction: column;
        gap: 16px
    }

    .nav-links.open {
        display: flex
    }

    .hero {
        padding: 70px 0
    }

    .hero-grid,
    .product-hero-grid,
    .about-grid,
    .support-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .hero-visual {
        height: 350px
    }

    .m2-card {
        width: 250px;
        height: 250px
    }

    .m2-card span {
        font-size: 90px
    }

    .product-card {
        grid-template-columns: auto 1fr
    }

    .store {
        grid-column: 2
    }

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

    .section {
        padding: 75px 0
    }

    .future {
        flex-direction: column
    }

    .footer {
        padding: 25px 0;
        flex-direction: column;
        align-items: flex-start
    }

    .phone {
        width: 250px;
        height: 470px
    }

    .product-hero {
        padding: 70px 0
    }
}

.stores,
.store-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 22px
}

.store-buttons {
    margin-top: 28px
}

.store-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #0b1020;
    color: #fff;
    border-radius: 10px;
    padding: 9px 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.store-btn span {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    letter-spacing: -.02em
}

.store-btn small {
    font-size: 8px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 1.3
}

.store-btn.large {
    padding: 11px 17px;
    font-size: 21px
}

.store-btn:hover {
    transform: translateY(-1px);
    background: #151d33
}

.product-card {
    align-items: center
}

.product-card .stores {
    grid-column: 3;
    grid-row: 1
}

.product-card .store-btn {
    white-space: nowrap
}

@media(max-width:800px) {
    .product-card .stores {
        grid-column: 2;
        grid-row: auto
    }

    .store-btn {
        padding: 8px 11px
    }
}
.phone {
  width: 280px;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: auto;
  padding: 1px;
  border-radius: 40px;
  overflow: visible;
  background: #111827;
  box-shadow: 0 30px 70px rgba(8, 21, 45, 0.25);
}

.spendwise-screenshot {
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  border-radius: 34px;
}