* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #1c1c1c;
    color: white;
    overflow-x: hidden;
}
body, html {
    overflow: hidden;
}
a {
    color: #ffffff;
}
.hero {
    position: relative;
    height: 70dvh;
    min-height: 300px;
    width: -webkit-fill-available;
    background: url(/bgp.jpg) center / cover no-repeat;
    margin-bottom: -50px;
}
.hero::after {
    display: none;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), #090909);
}
.curve {
    position: relative;
    background: #090909;
    height: 50px;
    min-height: 50px;
    width: -webkit-fill-available;
    border-top-left-radius: 100% 100%;
    border-top-right-radius: 100% 100%;
}
.content {
    background: linear-gradient(to bottom, #090909, #1c1c1c);
    padding: 0px 20px 20px 20px;
    text-align: center;
}
.content h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
.content p {
    font-size: 16px;
    opacity: 0.9;
    max-width: 500px;
    margin: 0 auto 30px auto;
}
.card {
    background: #ffffff10;
    backdrop-filter: blur(15px);
    padding: 30px;
    border-radius: 20px;
    max-width: 400px;
    margin: auto;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.price {
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0;
}
.btn-download {
    display: inline-block;
    background: #00c853;
    padding: 15px 30px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.btn-download:hover {
    transform: scale(1.05);
    background: #00e676;
}

.footer {
    margin-top: 25px;
    font-size: 12px;
    opacity: 0.7;
}
section {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    height: 100dvh;
}
section.ca {
    justify-content: center;
    align-items: center;
    text-align: center;
}
section.g10 {
    gap: 10px;
}
section.g20 {
    gap: 20px;
}
section.h {
    flex-direction: row;
}
section.flex {
    flex: 1;
}
.logo {
    border: 5px solid #676767;
    background: #000000;
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 15px;
}
.logo img {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}
.auto, .btn, .btn section {
    height: auto;
    width: auto;
}
.btn {
    min-width: 300px;
}
.btn {
    background: #ffffff;
    color: #000000;
    padding: 20px;
    border-radius: 20px;
}
.btn img {
    width: 45px;
    height: 45px;
}
.left {
    text-align: left !important;
}
.btn .title {
    font-weight: bold;
    font-size: 20px;
}
.btn .desc {
    font-size: 12px;
}
.footer {
    position: relative;
    width: -webkit-fill-available;
}
.min {
    min-height: 100dvh;
    overflow: auto;
}
.box {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 20px;
    max-width: 500px;
    margin: 0px 30px;
    padding: 15px 20px;
    height: auto;
}
.box .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.box .desc {
    font-size: 12px;
}
.ex {
    width: -webkit-fill-available;
}
.banner {
    margin: 0px 30px 30px 30px;
}
.banner > div {
    width: 100%;
    max-width: 500px;
}
.banner > div {
    width: 100%;
    max-width: 500px;
    margin: auto;
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
}
.banner > div img {
    width: -webkit-fill-available;
    height: max-content;
}
.banner .title {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    max-width: 180px;
    line-height: 1.0;
}
.banner .desc {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    max-width: 180px;
    line-height: 1.0;
    text-align: end;
}
video {
    max-width: 300px;
    height: 640px;
    border-radius: 20px;
}
@media (max-width: 1080px) {
    .banner .desc, .banner .title {
        zoom: 0.7;
    }
}