@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    background: #FAF8F4;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

.header {
    margin: 32px auto;
    padding: 0 45px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.main-heading {
    display: grid;
    justify-items: center;
    justify-content: center;
}

.main-heading__title {
    color: #1C1C1C;
    text-align: center;
    font-family: Clearface-Serial;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.44px;
}

.main-heading__subtitle {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: -0.42px;
}

.hero-img-sec {
    padding: 120px 0 180px 0;
}

.hero-img {
    width: 100%;
}

.features-sec {
    padding: 80px 0;
}

.features-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 44px;
}

.features-cards .feature-item {
    padding: 32px;
    border-radius: 32px;
    background: #FFF;
    display: grid;
    gap: 50px;
}

.features-cards .feature-item .feature-item__img {
    border-radius: 20px;
    background: #F3EFEB;
    height: 220px;
    display: grid;
    align-items: start;

}

.features-cards .feature-item .feature-item__img img {
    width: 100%;
    margin: auto;
}

.features-cards .feature-item .feature-item__title {
    color: #1C1C1C;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.5px;
}

.features-cards .feature-item .feature-item__sub-heading {
    color: #1C1C1C;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.34px;
}

.purchase-app-sec {
    background: #E6DDD1;
}

.purchase-app-container {
    padding: 180px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    justify-items: stretch;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.purchase-content {
    display: grid;
    gap: 44px;
    justify-items: start;
    width: 75%;
}

.purchase-content__heading .main-heading__title {
    text-align: justify;
}

.purchase-app-content__texts {
    display: grid;
    gap: 32px;
}

.purchase-content .main-heading__subtitle {
    text-align: justify;
    margin: 0;
}

.purchase-app__price-cards {
    display: grid;
    gap: 44px;
    grid-template-columns: 1fr 1fr;
}

.purchase-app__price-card-item {
    background: white;
    padding: 20px;
    border-radius: 28px;
    text-align: left;
}

.price-card__title {
    color: #1C1C1C;
    font-family: Inter;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.62px;
}

.price-card__sub-title {
    color: #E06E51;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.34px;
    margin: 0;
}

.price-card__sub-title-2 {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.3px;
    margin: 0;
    opacity: 0.4;
}

.price-card__content .price-card__price {
    display: grid;
    gap: 0;
}

.price-card__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.price-card__content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.price-card__content {
    display: grid;
    gap: 44px;
}

.price-card__content ul li::before {
    content: "✔";
    color: black;
    margin-right: 8px;
}

.footer-brand-sec {
    background: white;
    display: grid;
    align-items: center;
    gap: 32px;
    justify-items: center;
    justify-content: center;
    padding: 240px 44px;
}

.footer-brand-sec img {
    width: 100%;
}

.icp-no {
    color: var(--Light-System-Primary-50, rgba(0, 0, 0, 0.50));
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin: 0;
}

.footer {
    background: white;
}

.footer__content {
    display: flex;
    justify-content: space-between;
}

.footer__copyright {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.3px;
    opacity: 0.8;
    mix-blend-mode: luminosity;
}

.privacy-policy {
    color: #000;
    text-align: right;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.3px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

    opacity: 0.8;
}