* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #111;
    font-family: "Anek Latin", sans-serif;
    font-weight: 400;
}

.container {
    max-width: 650px;
    margin: auto;
    padding: 20px 15px;
    text-align: center;
    background: linear-gradient(to bottom, #FFF0F4, #FFFFFF);
}

/* LOGO */
.logo-box {
    width: 260px;
    display: block;
    margin: 0 auto
}

.logo-box img {
    width: 100%;
    max-width: 215px;
}

/* TITLE */
.title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 22px;
    margin-top: 24px
}

/* TRUST BADGE */
.badge {
    display: inline-flex;
    align-items: center;
    background: white;
    padding: 10px 18px;
    border-radius: 40px;
    font-size: 15px;
    margin-bottom: 25px;
}

.badge .dot {
    width: 10px;
    height: 10px;
    background: #22C55E;
    border-radius: 50%;
    margin-right: 6px;
}

/* INSTALL BUTTON */
.btn-install {
    display: block;
    background: #f2444a;
    color: white;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    height: 56px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.download-icon {
    font-size: 1.4rem;
    margin-left: 8px;
    font-weight: 600;
    width: 13px;
    display: inline-block
}

.download-icon img {
    width: 100%;
    height: auto
}

/* SUBTEXT */
.subtext {
    margin-bottom: 35px;
    color: #000;
    font-size: 15px;
}

/* IMAGE */
.photo-box img {
    width: 86%;
    border-radius: 32px;
    display: block;
    margin: 0 7%
}

.footer-links {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    font-size: 16px;
}

.footer-links a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    margin: 0 8px;
    font-size: 11px
}

.footer-links a:hover {
    text-decoration: underline;
}
