body {
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(163deg, #FFF7F1 52%, white 100%);
}

.mobile {
    display: none !important;
}

.flex-container {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 1080px;
    padding: clamp(48px, 9vh, 88px) 24px 24px;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo {
    max-height: 180px;
    margin-top: 40px;
}

.flex-item {
    width: 100%;
}

.site-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    padding: 32px 20px 28px;
    color: #6f5650;
    font-size: 14px;
}

.site-header {
    display: flex;
    width: min(100%, 1080px);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 28px;
    color: #251b20;
}

.site-brand {
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.05em;
    text-decoration: none;
}

.site-brand span {
    color: #F86E32;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 18px;
}

.site-nav a {
    color: #6f5650;
    font-size: 14px;
    text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: #F86E32;
    text-decoration: underline;
}

.pricing-card {
    width: min(100%, 500px);
    margin: 34px auto 0;
    padding: 18px 22px;
    border: 1px solid #f0d2c5;
    border-radius: 18px;
    background: #fffdfb;
    text-align: center;
    box-shadow: 0 10px 28px rgba(125, 60, 43, .08);
}

.pricing-label {
    display: block;
    color: #9d5c4d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pricing-card strong {
    display: block;
    margin-top: 4px;
    color: #251b20;
    font-size: 28px;
}

.pricing-card strong small {
    color: #6f5650;
    font-size: 14px;
    font-weight: 500;
}

.pricing-card p {
    margin: 6px 0 0;
    padding: 0;
    color: #6f5650;
    font-size: 14px;
    line-height: 1.5;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: #F86E32;
    text-decoration: underline;
}

.subtitle {
    margin-top: -30px;
    color: #130600;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px; /* 140% */
    align-self: flex-end;
    margin-right: 110px;
}

h1 {
    color: #130600;
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    word-wrap: break-word;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

h2 {
    color: #130600;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 108.696% */
}

p {
    color: #130600;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    margin-top: 40px;
}

.download {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
}

.download a {
    display: block;
    flex: 0 0 auto;
    line-height: 0;
}

.download a img {
    display: block;
    width: auto;
    height: 48px;
}

/* Google Play badge has transparent padding — taller so black badge matches Apple height */
.download a#android img {
    height: 70px;
}

.cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}

.cards img {
    height: 200px;
    margin: 20px;
}

.divider {
    background-color: #F86E32;
    height: 6px;
    width: 80%;
    margin-bottom: 60px;
}

.flex-row {
    margin-top: 60px;
    align-items: center;
    flex-direction: row;
    display: flex;
    width: 100%;
}

.phone {
    flex: 1;
}

.headline-wrapper {
    flex: 2;
}

.headline {
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: .5;
}

@media screen and (max-width: 1080px) {
    .cards {
        display: none;
    }

    .logo {
        padding-top: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .subtitle {
        align-self: center;
        text-align: center;
        margin-top: 8px;
        font-size: 22px;
        margin-right: 0;
    }

    h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    h1 {
        margin-bottom: 20px;
    }

    p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding-right: 16px;
        padding-left: 16px;
        margin-bottom: 0;
    }

    .divider {
        margin-bottom: 40px !important;
    }

    .download {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 28px;
    }

    .site-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 18px 24px;
    }

    .site-nav {
        justify-content: flex-start;
    }

    .flex-row {
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .headline {
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: .7;
        padding-bottom: 40px;
        margin: 0;
    }

    .divider {
        height: 3px;
    }

    .mobile {
        display: flex !important;
    }
}
