:root {
    --bg: #f8f8fc;
    --surface: #fff;
    --surface-soft: #f1f0fb;
    --text: #1d1d2a;
    --muted: #696879;
    --line: #e6e5ed;
    --purple: #7464d8;
    --purple-dark: #5041aa;
    --purple-soft: #e9e5ff;
    --orange: #ef9565;
    --green: #5ebf9e;
    --shadow: 0 18px 50px rgba(44, 35, 89, .09);
    --radius: 24px;
    --font-display: "Plus Jakarta Sans", sans-serif;
    --font-body: "DM Sans", sans-serif
}

[data-theme="dark"] {
    --bg: #151520;
    --surface: #20202e;
    --surface-soft: #29283a;
    --text: #f5f4fb;
    --muted: #b8b6c5;
    --line: #393849;
    --purple: #aa9aff;
    --purple-dark: #c4baff;
    --purple-soft: #312d50;
    --orange: #f4a173;
    --shadow: 0 18px 50px rgba(0, 0, 0, .25)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font: 400 16px/1.55 var(--font-body);
    -webkit-font-smoothing: antialiased
}

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

button {
    font: inherit
}

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

.skip-link {
    position: fixed;
    left: 12px;
    top: -50px;
    z-index: 1000;
    padding: 10px 14px;
    background: var(--text);
    color: var(--bg);
    border-radius: 8px
}

.skip-link:focus {
    top: 12px
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 4px
}

.site-header {
    position: absolute;
    z-index: 50;
    width: 100%;
    padding: 22px 0;
    transition: background .25s, box-shadow .25s
}

.site-header.is-scrolled {
    position: fixed;
    background: color-mix(in srgb, var(--bg) 87%, transparent);
    backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 var(--line);
    padding: 13px 0
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font: 700 19px var(--font-display);
    letter-spacing: -.7px
}

.brand-mark {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 8px;
    background: var(--purple)
}

.brand-mark i {
    display: block;
    width: 4px;
    border-radius: 3px;
    background: #fff
}

.brand-mark i:nth-child(1) {
    height: 7px
}

.brand-mark i:nth-child(2) {
    height: 13px
}

.brand-mark i:nth-child(3) {
    height: 10px
}

.desktop-nav {
    display: flex;
    gap: 29px;
    margin-left: auto
}

.desktop-nav a,
.footer-links a {
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
    transition: color .2s
}

.desktop-nav a:hover,
.footer-links a:hover {
    color: var(--purple)
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px
}

.theme-toggle {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    color: var(--text);
    cursor: pointer
}

.theme-toggle svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8
}

.moon {
    display: none
}

[data-theme="dark"] .sun {
    display: none
}

[data-theme="dark"] .moon {
    display: inline
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 12px;
    padding: 14px 20px;
    background: var(--purple);
    color: white;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 8px 18px rgba(98, 80, 192, .2);
    transition: transform .2s, background .2s
}

.button:hover {
    background: var(--purple-dark);
    transform: translateY(-2px)
}

.button-small {
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 13px
}

.menu-button,
.mobile-nav {
    display: none
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 152px 0 36px;
    background: linear-gradient(135deg, #faf9ff 0%, #f5f5fc 48%, #fdfbfa 100%)
}

[data-theme="dark"] .hero {
    background: linear-gradient(135deg, #181724, #1c1b2a)
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none
}

.glow-one {
    width: 540px;
    height: 540px;
    right: -130px;
    top: -130px;
    background: radial-gradient(circle, rgba(203, 188, 255, .44), rgba(203, 188, 255, 0) 65%)
}

.glow-two {
    width: 420px;
    height: 420px;
    left: -210px;
    bottom: -170px;
    background: radial-gradient(circle, rgba(255, 207, 174, .3), transparent 65%)
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    align-items: center;
    min-height: 590px
}

.eyebrow {
    margin: 0 0 19px;
    color: var(--purple-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.25px;
    text-transform: uppercase
}

.eyebrow-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--orange)
}

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

h1,
h2,
h3 {
    font-family: var(--font-display);
    letter-spacing: -1.6px;
    line-height: 1.1
}

h1 {
    max-width: 650px;
    margin-bottom: 23px;
    font-size: clamp(42px, 5vw, 67px);
    font-weight: 800
}

em {
    color: var(--purple);
    font-style: normal
}

.hero-description {
    max-width: 530px;
    margin-bottom: 31px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.6
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 27px
}

.button-primary {
    padding: 16px 22px
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
    transition: gap .2s, color .2s
}

.text-link:hover {
    gap: 13px;
    color: var(--purple)
}

.hero-proof {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 38px
}

.hero-proof p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45
}

.hero-proof strong {
    color: var(--text)
}

.avatar-group {
    display: flex
}

.avatar-group span {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    margin-left: -7px;
    border: 2px solid var(--bg);
    border-radius: 50%;
    background: #e7c7bd;
    color: #644b45;
    font-size: 9px;
    font-weight: 700
}

.avatar-group span:first-child {
    margin-left: 0;
    background: #c8d3bb;
    color: #455236
}

.avatar-group span:nth-child(2) {
    background: #d2c6e4;
    color: #4c3d66
}

.avatar-group span:last-child {
    background: var(--surface);
    color: var(--muted)
}

.hero-visual {
    position: relative;
    justify-self: center;
    width: 355px;
    height: 540px
}

.phone {
    position: absolute;
    z-index: 2;
    border: 8px solid #292839;
    border-radius: 43px;
    background: #292839;
    box-shadow: 0 32px 45px rgba(53, 45, 91, .28)
}

.phone-main {
    inset: 4px 24px 0;
    width: 280px;
    height: 532px;
    transform: rotate(3deg)
}

.phone-speaker {
    position: absolute;
    z-index: 3;
    top: 9px;
    left: 50%;
    width: 76px;
    height: 20px;
    border-radius: 15px;
    background: #292839;
    transform: translateX(-50%)
}

.phone-screen {
    height: 100%;
    overflow: hidden;
    border-radius: 35px;
    padding: 13px 15px;
    background: #f8f7ff;
    color: #28263a
}

.app-top {
    display: flex;
    justify-content: space-between;
    font-size: 8px;
    font-weight: 700
}

.app-icons {
    font-size: 7px
}

.app-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 19px;
    font-size: 9px;
    color: #777385
}

.app-head button {
    border: 0;
    background: none;
    color: #777385;
    letter-spacing: 1px
}

.app-greeting {
    margin: 19px 0 14px;
    font: 500 20px/1.18 var(--font-display);
    letter-spacing: -.6px
}

.app-greeting b {
    font-weight: 700
}

.mood-picker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 3px 18px;
    color: #918da0;
    font-size: 18px
}

.mood-picker .selected {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #8370db;
    color: #fff;
    font-size: 13px
}

.app-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 12px;
    border-radius: 13px;
    background: #eeeafa
}

.app-card small,
.card-label {
    display: block;
    margin-bottom: 5px;
    color: #8b839b;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .8px
}

.app-card strong {
    font: 700 11px var(--font-display);
    letter-spacing: -.2px
}

.mood-face {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border-radius: 9px;
    background: #d7cff8;
    color: #7362ca;
    font-size: 10px
}

.week-card {
    margin-top: 12px;
    padding: 13px 12px 9px;
    border: 1px solid #ece9f4;
    border-radius: 13px;
    background: white
}

.week-title {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    color: #777385
}

.week-title strong {
    color: #67af92
}

.chart-bars {
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 74px;
    margin: 8px 1px 2px
}

.chart-bars i {
    width: 15px;
    border-radius: 6px 6px 3px 3px;
    background: #d5cdf7
}

.chart-bars i:nth-child(4),
.chart-bars i:nth-child(6) {
    background: #8170d7
}

.chart-days {
    display: flex;
    justify-content: space-between;
    font-size: 7px;
    color: #aaa5b4
}

.app-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 14px;
    color: #aaa5b4;
    font-size: 15px
}

.app-nav .nav-plus {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border-radius: 10px;
    background: #7968d3;
    color: #fff;
    font-size: 20px
}

.orbit {
    position: absolute;
    border: 1px solid rgba(125, 104, 211, .2);
    border-radius: 50%
}

.orbit-one {
    width: 420px;
    height: 420px;
    left: -38px;
    top: 55px
}

.orbit-two {
    width: 500px;
    height: 500px;
    left: -77px;
    top: 15px;
    border-style: dashed
}

.floating-note {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 13px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 25px rgba(44, 38, 80, .12);
    backdrop-filter: blur(8px)
}

[data-theme="dark"] .floating-note {
    background: rgba(47, 45, 65, .9);
    border-color: #56536a
}

.note-top {
    top: 83px;
    right: -28px
}

.note-bottom {
    bottom: 48px;
    left: -59px
}

.note-icon {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    border-radius: 9px;
    font-size: 13px
}

.lavender {
    background: #e7e1ff;
    color: #7561cb
}

.peach {
    background: #fae0d3;
    color: #d67b4e
}

.floating-note small {
    display: block;
    color: #8a8594;
    font-size: 8px
}

.floating-note b {
    display: block;
    font-size: 10px;
    white-space: nowrap
}

.trusted-strip {
    position: relative;
    display: flex;
    align-items: center;
    gap: 42px;
    padding-top: 33px;
    border-top: 1px solid var(--line)
}

.trusted-strip p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    white-space: nowrap
}

.trusted-strip div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #9c98a6;
    font: 600 12px var(--font-display);
    letter-spacing: .3px
}

.section {
    padding: 130px 0
}

.centered-heading {
    text-align: center
}

.centered-heading h2,
.split-heading h2 {
    margin-bottom: 17px;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 800
}

.centered-heading>p:last-child {
    max-width: 520px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 17px
}

.intro-section {
    padding-bottom: 110px
}

.insight-layout {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 20px;
    margin-top: 60px
}

.insight-card {
    min-height: 312px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow)
}

.insight-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 37px
}

.insight-copy h3 {
    margin-bottom: 14px;
    font-size: 28px
}

.insight-copy p:not(.card-label) {
    margin-bottom: 24px;
    color: var(--muted);
    font-size: 15px
}

.chart-panel {
    padding: 30px 34px 24px
}

.chart-panel-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.chart-panel-top strong {
    font: 700 20px var(--font-display);
    letter-spacing: -.6px
}

.trend-badge {
    padding: 5px 8px;
    border-radius: 7px;
    background: #e0f3ea;
    color: #409574;
    font-size: 11px;
    font-weight: 700
}

.line-chart {
    height: 180px;
    margin-top: 22px
}

.line-chart svg {
    width: 100%;
    height: 100%;
    overflow: visible
}

.grid-line {
    stroke: var(--line);
    stroke-width: 1
}

.area {
    fill: url(#fill)
}

.line {
    fill: none;
    stroke: #8270dc;
    stroke-width: 3
}

.line-chart circle {
    fill: #8270dc;
    stroke: var(--surface);
    stroke-width: 4
}

.chart-axis {
    display: flex;
    justify-content: space-between;
    color: #aaa6b2;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .8px
}

.features-section {
    background: var(--surface-soft)
}

.split-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 52px
}

.split-heading h2 {
    max-width: 520px;
    margin-bottom: 0
}

.split-heading>p {
    max-width: 365px;
    margin: 0 12px 5px 0;
    color: var(--muted);
    font-size: 16px
}

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

.feature-card {
    position: relative;
    min-height: 248px;
    overflow: hidden;
    padding: 29px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface)
}

.feature-card.feature-large {
    grid-column: span 1;
    min-height: 395px
}

.feature-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 31px;
    border-radius: 12px;
    font-size: 20px
}

.icon-purple {
    background: #e9e4ff;
    color: #7664d4
}

.icon-orange {
    background: #fce4d7;
    color: #dc8455
}

.icon-blue {
    background: #dcecf9;
    color: #5989b3
}

.icon-green {
    background: #dff3ea;
    color: #55a988
}

.icon-pink {
    background: #fae2e8;
    color: #d26c89
}

.feature-card h3 {
    margin-bottom: 10px;
    font-size: 21px
}

.feature-card p:not(.card-label) {
    position: relative;
    z-index: 2;
    max-width: 280px;
    margin: 0;
    color: var(--muted);
    font-size: 14px
}

.mini-checkin {
    position: absolute;
    right: 18px;
    bottom: -20px;
    left: 18px;
    padding: 15px;
    border-radius: 15px 15px 0 0;
    background: #f0edfb
}

.mini-date {
    color: #8c8799;
    font-size: 9px
}

.mini-emotions {
    display: flex;
    justify-content: space-between;
    margin: 13px 5px 8px;
    color: #aaa6b3;
    font-size: 15px
}

.mini-emotions .active {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    margin-top: -5px;
    border-radius: 50%;
    background: #806ed8;
    color: #fff;
    font-size: 10px
}

.mini-label {
    font-size: 10px;
    font-weight: 700
}

.warm-card {
    background: #fff9f4
}

.connection-visual {
    position: absolute;
    right: -7px;
    bottom: -8px;
    width: 254px;
    height: 156px
}

.connection-visual>i {
    position: absolute;
    display: block;
    width: 108px;
    height: 1px;
    background: #dfc8af;
    transform-origin: left
}

.connection-visual>i:first-of-type {
    top: 57px;
    left: 63px;
    transform: rotate(21deg)
}

.connection-visual>i:last-of-type {
    top: 89px;
    left: 63px;
    transform: rotate(-21deg)
}

.connection-node {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 49px;
    height: 49px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 17px rgba(115, 76, 43, .1);
    font-size: 17px
}

.connection-node small {
    position: absolute;
    top: 54px;
    color: #8d8178;
    font: 600 9px var(--font-body)
}

.node-a {
    top: 31px;
    left: 11px;
    color: #7c70c5
}

.node-b {
    top: 57px;
    left: 112px;
    background: #f1a36e;
    color: #fff
}

.node-c {
    top: 100px;
    left: 11px;
    color: #e0935c
}

.steps-section {
    padding-bottom: 130px
}

.steps-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    margin: 62px 0 0;
    padding: 0;
    list-style: none
}

.steps-list li {
    position: relative
}

.steps-list li:not(:last-child):after {
    position: absolute;
    top: 47px;
    right: -55px;
    width: 40px;
    border-top: 1px dashed #c9c5d3;
    content: ""
}

.step-number {
    display: block;
    margin-bottom: 17px;
    color: var(--purple);
    font: 700 11px var(--font-display);
    letter-spacing: 1px
}

.step-art {
    position: relative;
    height: 115px;
    margin-bottom: 27px;
    overflow: hidden;
    border-radius: 17px;
    background: #efedf9
}

.art-check span {
    position: absolute;
    z-index: 2;
    top: 34px;
    left: calc(50% - 20px);
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 5px solid #faf9fe;
    border-radius: 50%;
    background: #816ed8;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 5px 9px #cac3e8
}

.art-check i {
    position: absolute;
    bottom: 0;
    width: 20px;
    border-radius: 8px 8px 0 0;
    background: #c5bceb
}

.art-check i:nth-of-type(1) {
    left: 25%;
    height: 45px
}

.art-check i:nth-of-type(2) {
    left: calc(50% - 10px);
    height: 73px;
    background: #9d8be5
}

.art-check i:nth-of-type(3) {
    right: 25%;
    height: 57px
}

.art-chart {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 9px;
    padding-bottom: 0;
    background: #e8f4f0
}

.art-chart i {
    width: 23px;
    border-radius: 9px 9px 0 0;
    background: #a4d8c4
}

.art-chart i:nth-child(1) {
    height: 41px
}

.art-chart i:nth-child(2) {
    height: 70px
}

.art-chart i:nth-child(3) {
    height: 54px;
    background: #6abf9b
}

.art-chart i:nth-child(4) {
    height: 86px
}

.art-chart i:nth-child(5) {
    height: 66px
}

.art-growth {
    background: #fff0e8
}

.art-growth span {
    position: absolute;
    z-index: 2;
    top: 29px;
    left: calc(50% - 23px);
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: #ef9565;
    color: white;
    font-size: 23px
}

.art-growth i {
    position: absolute;
    bottom: 0;
    width: 42px;
    border-radius: 30px 30px 0 0;
    background: #f8c6aa
}

.art-growth i:first-of-type {
    height: 57px;
    left: 28px
}

.art-growth i:last-of-type {
    height: 82px;
    right: 29px
}

.steps-list h3 {
    margin-bottom: 8px;
    font-size: 21px
}

.steps-list p {
    max-width: 270px;
    margin: 0;
    color: var(--muted);
    font-size: 14px
}

.privacy-section {
    padding-top: 0
}

.privacy-panel {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 490px;
    overflow: hidden;
    border-radius: 32px;
    background: #2e2854;
    color: #fff
}

.privacy-panel:before {
    position: absolute;
    width: 520px;
    height: 520px;
    right: -120px;
    top: -220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(159, 140, 255, .38), transparent 66%);
    content: ""
}

.privacy-copy {
    position: relative;
    z-index: 1;
    padding: 82px 0 77px 76px
}

.privacy-copy .eyebrow {
    color: #c5baff
}

.privacy-copy h2 {
    max-width: 450px;
    margin-bottom: 21px;
    font-size: clamp(36px, 4vw, 49px)
}

.privacy-copy h2 em {
    color: #c8bdff
}

.privacy-copy>p:not(.eyebrow) {
    max-width: 440px;
    margin-bottom: 25px;
    color: #d2cee4;
    font-size: 16px
}

.check-list {
    display: grid;
    gap: 10px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    color: #eeeafb;
    font-size: 14px
}

.check-list span {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    margin-right: 9px;
    border-radius: 50%;
    background: #625891;
    color: #cfc5ff;
    font-size: 11px
}

.button-light {
    background: #fff;
    color: #39325f;
    box-shadow: none
}

.button-light:hover {
    background: #eeeafe
}

.privacy-visual {
    position: relative;
    min-height: 440px
}

.shield {
    position: absolute;
    z-index: 2;
    top: 112px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 190px;
    height: 218px;
    background: linear-gradient(145deg, #a99bf7, #7667d4);
    clip-path: path("M95 0 L190 36 L190 111 Q190 181 95 218 Q0 181 0 111 L0 36 Z");
    transform: translateX(-50%);
    filter: drop-shadow(0 19px 18px rgba(11, 7, 42, .23))
}

.shield-inner {
    display: grid;
    place-items: center;
    width: 105px;
    height: 105px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    font-size: 41px
}

.privacy-orbit {
    position: absolute;
    left: 50%;
    border: 1px solid rgba(211, 200, 255, .22);
    border-radius: 50%;
    transform: translateX(-50%)
}

.privacy-orbit.one {
    top: 61px;
    width: 365px;
    height: 365px
}

.privacy-orbit.two {
    top: 20px;
    width: 448px;
    height: 448px;
    border-style: dashed
}

.security-pill {
    position: absolute;
    z-index: 3;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    background: rgba(58, 48, 105, .72);
    box-shadow: 0 10px 20px rgba(13, 8, 46, .12);
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(8px)
}

.pill-one {
    top: 114px;
    right: 36px
}

.pill-two {
    bottom: 92px;
    left: 10px
}

.stories-section {
    padding-top: 122px
}

.testimonial-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 18px
}

.testimonial {
    display: flex;
    flex-direction: column;
    min-height: 283px;
    margin: 0;
    padding: 29px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface)
}

.testimonial blockquote {
    margin: 0;
    color: var(--text);
    font: 600 18px/1.45 var(--font-display);
    letter-spacing: -.5px
}

.featured-testimonial {
    justify-content: space-between;
    padding: 37px;
    background: #eeeafd;
    border: 0
}

[data-theme="dark"] .featured-testimonial {
    background: var(--purple-soft)
}

.featured-testimonial blockquote {
    max-width: 480px;
    font-size: 25px
}

.testimonial figcaption {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 24px
}

.quote-avatar {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700
}

.avatar-one {
    background: #d0b7a7;
    color: #64443a
}

.avatar-two {
    background: #bed9ca;
    color: #3f6653
}

.avatar-three {
    background: #cac2e7;
    color: #50456d
}

.testimonial figcaption strong,
.testimonial figcaption small {
    display: block
}

.testimonial figcaption strong {
    font-size: 12px
}

.testimonial figcaption small {
    color: var(--muted);
    font-size: 10px
}

.quote-mark {
    margin-bottom: 14px;
    color: var(--purple);
    font: 46px/1 Georgia, serif
}

.testimonial-note {
    margin: 17px 0 0;
    color: var(--muted);
    font-size: 11px;
    text-align: right
}

.download-section {
    position: relative;
    overflow: hidden;
    padding: 122px 0;
    background: #f1eefb;
    text-align: center
}

[data-theme="dark"] .download-section {
    background: #25223c
}

.download-glow {
    position: absolute;
    top: -300px;
    left: 50%;
    width: 680px;
    height: 540px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(180, 161, 255, .5), transparent 67%);
    transform: translateX(-50%)
}

.download-content {
    position: relative
}

.download-content h2 {
    margin-bottom: 17px;
    font-size: clamp(40px, 5vw, 61px);
    font-weight: 800
}

.download-content>p:not(.eyebrow):not(.download-fineprint) {
    max-width: 520px;
    margin: 0 auto 29px;
    color: var(--muted);
    font-size: 17px
}

.store-buttons {
    display: flex;
    justify-content: center;
    gap: 11px
}

.store-button {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 151px;
    padding: 9px 13px;
    border-radius: 10px;
    background: #211f2b;
    color: #fff;
    text-align: left;
    transition: transform .2s
}

.store-button:hover {
    transform: translateY(-2px)
}

.store-button svg {
    width: 23px;
    height: 25px;
    fill: currentColor
}

.store-button span {
    display: grid;
    line-height: 1
}

.store-button small {
    font-size: 8px
}

.store-button b {
    margin-top: 3px;
    font: 600 15px var(--font-body)
}

.download-fineprint {
    margin: 17px 0 0 !important;
    color: var(--muted);
    font-size: 11px !important
}

.site-footer {
    padding: 37px 0 24px;
    background: var(--surface)
}

.footer-top,
.footer-bottom {
    display: flex;
    align-items: center
}

.footer-top {
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line)
}

.footer-top>p {
    margin: 0;
    color: var(--muted);
    font-size: 13px
}

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

.footer-bottom {
    justify-content: space-between;
    padding-top: 22px;
    color: var(--muted);
    font-size: 11px
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .7s ease, transform .7s ease
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

.reveal-delay {
    transition-delay: .14s
}

.reveal-delay-2 {
    transition-delay: .26s
}

@media (prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        transition-duration: .01ms !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

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

    .desktop-nav,
    .nav-download {
        display: none
    }

    .menu-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 36px;
        height: 36px;
        padding: 0;
        border: 1px solid var(--line);
        border-radius: 50%;
        background: transparent;
        color: var(--text)
    }

    .menu-button span {
        display: block;
        width: 15px;
        height: 1.5px;
        margin: 0 auto;
        background: currentColor;
        transition: transform .2s
    }

    .menu-button.is-open span:first-child {
        transform: translateY(3.25px) rotate(45deg)
    }

    .menu-button.is-open span:last-child {
        transform: translateY(-3.25px) rotate(-45deg)
    }

    .mobile-nav {
        position: absolute;
        top: 69px;
        right: 18px;
        left: 18px;
        flex-direction: column;
        gap: 5px;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: 16px;
        background: var(--surface);
        box-shadow: var(--shadow)
    }

    .mobile-nav:not([hidden]) {
        display: flex
    }

    .mobile-nav a:not(.button) {
        padding: 10px;
        color: var(--muted);
        font-weight: 600
    }

    .mobile-nav .button {
        margin-top: 7px
    }

    .hero {
        padding-top: 123px
    }

    .hero-grid {
        grid-template-columns: 1fr;
        min-height: 0;
        text-align: center
    }

    .hero-copy {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .hero-description {
        font-size: 16px
    }

    .hero-proof {
        text-align: left
    }

    .hero-visual {
        margin-top: 42px;
        transform: scale(.91);
        transform-origin: top center;
        margin-bottom: 0
    }

    .trusted-strip {
        display: block;
        padding-top: 28px;
        text-align: center
    }

    .trusted-strip p {
        margin-bottom: 14px
    }

    .trusted-strip div {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 20px
    }

    .section {
        padding: 88px 0
    }

    .intro-section {
        padding-bottom: 78px
    }

    .insight-layout,
    .privacy-panel {
        grid-template-columns: 1fr
    }

    .insight-layout {
        margin-top: 38px
    }

    .insight-copy {
        min-height: 270px
    }

    .chart-panel {
        min-height: 270px;
        padding: 24px
    }

    .split-heading {
        display: block;
        margin-bottom: 37px
    }

    .split-heading h2 {
        margin-bottom: 16px
    }

    .split-heading>p {
        margin: 0
    }

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

    .feature-card.feature-large {
        grid-column: span 1
    }

    .steps-list {
        gap: 36px
    }

    .steps-list li:not(:last-child):after {
        right: -29px;
        width: 18px
    }

    .privacy-copy {
        padding: 59px 38px 36px
    }

    .privacy-visual {
        min-height: 380px
    }

    .shield {
        top: 76px
    }

    .privacy-orbit.one {
        top: 27px
    }

    .privacy-orbit.two {
        top: -14px
    }

    .pill-one {
        right: 6px;
        top: 78px
    }

    .pill-two {
        bottom: 54px;
        left: 16px
    }

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

    .featured-testimonial {
        grid-column: span 2;
        min-height: 230px
    }

    .footer-top>p {
        display: none
    }
}

@media (max-width:540px) {
    .theme-toggle {
        margin-left: auto
    }

    .hero-actions {
        flex-direction: column;
        gap: 19px
    }

    .hero-visual {
        margin-top: 29px;
        transform: scale(.78);
        margin-bottom: 0
    }

    .note-top {
        right: -38px
    }

    .note-bottom {
        left: -54px
    }

    .trusted-strip div {
        font-size: 11px
    }

    .centered-heading h2,
    .split-heading h2 {
        font-size: 33px
    }

    .insight-layout {
        gap: 14px
    }

    .insight-copy {
        padding: 27px
    }

    .chart-panel {
        padding: 21px 17px
    }

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

    .feature-card.feature-large {
        min-height: 370px
    }

    .steps-list {
        grid-template-columns: 1fr;
        margin-top: 43px;
        gap: 40px
    }

    .steps-list li {
        padding-left: 0
    }

    .steps-list li:not(:last-child):after {
        display: none
    }

    .step-art {
        max-width: 300px
    }

    .privacy-panel {
        border-radius: 24px
    }

    .privacy-copy {
        padding: 48px 27px 22px
    }

    .privacy-visual {
        min-height: 334px
    }

    .shield {
        top: 58px;
        transform: translateX(-50%) scale(.82)
    }

    .privacy-orbit.one {
        top: 23px;
        width: 290px;
        height: 290px
    }

    .privacy-orbit.two {
        top: -13px;
        width: 345px;
        height: 345px
    }

    .pill-one {
        top: 62px;
        right: -4px
    }

    .pill-two {
        bottom: 41px;
        left: 0
    }

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

    .featured-testimonial {
        grid-column: auto
    }

    .testimonial,
    .featured-testimonial {
        min-height: 225px;
        padding: 27px
    }

    .featured-testimonial blockquote {
        font-size: 21px
    }

    .testimonial-note {
        text-align: left
    }

    .store-buttons {
        flex-direction: column;
        align-items: center
    }

    .store-button {
        width: 170px
    }

    .footer-top,
    .footer-bottom {
        align-items: flex-start;
        gap: 18px
    }

    .footer-top {
        flex-wrap: wrap
    }

    .footer-links {
        width: 100%;
        justify-content: space-between
    }

    .footer-bottom {
        display: flex;
        flex-direction: column
    }

    .desktop-only {
        display: none
    }
}


/* MetaMood dashboard hero */
.app-shot {
    --dash-ink: #17242b;
    --dash-blue: #126f8f;
    --dash-card: #f0f5fa;
    --dash-pale: #cce8f8;
    --dash-orange: #ff9200;
    --dash-green: #49af54;
    display: grid;
    place-items: center;
    min-height: 650px;
}

.app-phone {
    position: relative;
    width: min(100%, 365px);
    padding: 10px;
    overflow: hidden;
    border: 8px solid #17242b;
    border-radius: 42px;
    background: #17242b;
    box-shadow: 0 28px 50px rgb(16 43 58 / 24%);
}

.app-phone__speaker {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 50%;
    width: 74px;
    height: 18px;
    border-radius: 20px;
    transform: translateX(-50%);
    background: #17242b;
}

.dashboard-screen {
    height: 620px;
    overflow: hidden;
    border-radius: 27px;
    background: #f8fbfe;
    color: var(--dash-ink);
    font-family: ui-rounded, "Avenir Next", Avenir, system-ui, sans-serif;
}

.dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 39px 17px 16px;
    font-size: 16px;
    letter-spacing: .01em;
}

.dashboard-header strong {
    font-weight: 500;
}

.dashboard-menu {
    font-size: 23px;
    line-height: 1;
}

.dashboard-actions {
    display: flex;
    gap: 10px;
    font-weight: 800;
    font-size: 19px;
}

.dashboard-actions i {
    font-style: normal;
    font-size: 17px;
}

.dash-filter,
.dash-chart,
.dash-weight {
    margin: 10px 0;
    padding: 16px;
    border: 1px solid #e2e9ef;
    border-radius: 21px;
    background: var(--dash-card);
    box-shadow: 0 2px 2px rgb(0 0 0 / 12%);
}

.dashboard-screen h3 {
    margin: 0 0 12px;
    color: var(--dash-blue);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.3;
    letter-spacing: .01em;
    word-spacing: 1px;
}

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

.dash-pills span {
    min-width: 42px;
    padding: 8px 9px;
    border: 1.5px solid #c1ccd4;
    border-radius: 10px;
    color: #4b555c;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: .01em;
    text-align: center;
}

.dash-pills .is-selected {
    border-color: var(--dash-pale);
    background: var(--dash-pale);
    color: var(--dash-ink);
}

.dash-pills .is-wide {
    min-width: 90px;
}

.dash-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 17px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: .01em;
}

.dash-legend span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dash-legend i {
    width: 9px;
    height: 9px;
}

.mood-key {
    background: var(--dash-orange);
}

.sleep-key {
    background: var(--dash-green);
}

.dash-chart svg {
    display: block;
    width: 100%;
    overflow: visible;
}

.axis {
    fill: none;
    stroke: var(--dash-ink);
    stroke-width: 1;
}

.mood-line,
.sleep-line {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.mood-line,
.mood-dots circle {
    stroke: var(--dash-orange);
    fill: var(--dash-orange);
}

.sleep-line,
.sleep-dots circle {
    stroke: var(--dash-green);
    fill: var(--dash-green);
}

.chart-labels text {
    fill: #4b555c;
    font-size: 8px;
}

.dash-weight {
    position: relative;
    min-height: 112px;
    margin: 10px 12px;
    padding-top: 20px;
}

.dash-weight h3 {
    margin-bottom: 0;
}

.dash-add {
    position: absolute;
    right: 16px;
    top: 51px;
    padding: 13px 15px;
    border-radius: 17px;
    background: #b5e2f8;
    box-shadow: 0 6px 9px rgb(0 0 0 / 16%);
    font-size: 13px;
}

.dash-add b {
    margin-left: 4px;
    font-weight: 500;
}

.dashboard-nav {
    display: flex;
    justify-content: space-around;
    gap: 2px;
    margin-top: 12px;
    padding: 12px 7px 15px;
    background: #eaf0f5;
}

.dashboard-nav span {
    display: grid;
    flex: 1;
    min-width: 46px;
    place-items: center;
    gap: 3px;
    padding: 5px 4px;
    border-radius: 15px;
    color: #485158;
    font-size: 18px;
}

.dashboard-nav .active {
    color: var(--dash-ink);
    background: var(--dash-pale);
}

.dashboard-nav small {
    white-space: nowrap;
    font-size: 8px;
    line-height: 1.25;
    letter-spacing: .01em;
    word-spacing: 1px;
}

@media (max-width: 560px) {
    .app-shot {
        min-height: 560px;
    }

    .app-phone {
        width: min(100%, 330px);
    }
}
