body{
    background: white;
    background: radial-gradient(76.43% 136.99% at 50% 47.12%, #fff 38%, #e5e4ff 72%);
}
.main {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 450px;
    margin-top: 65px;
}
.app-store{
    max-width: 1280px;
    min-height: 268px;
    padding: 48px 45px;
    padding-bottom: 100px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 24px rgba(98, 106, 239, 0.07), 0 1px 4px rgba(0, 0, 0, 0.04);
}
.app-store .app-title{
    margin-bottom: 10px;
    margin-top: 20px;
    display: flex;
    width: 100%;
}
.app-store .app-title h3{
    margin: 0px;
}
.app-store .app-cases{
    color: white;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 40px;
    justify-content: space-between;
}
.app-store .app-cases .app-case{
    width: 280px;
    min-height: 200px;
    border-radius: 14px;
    border: 1px solid rgba(228, 226, 248, 0.7);
    padding: 12px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    color: #333;
    box-shadow: 0 2px 8px rgba(98, 106, 239, 0.06), 0 1px 2px rgba(0,0,0,0.03);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.app-store .app-cases .app-case:hover{
    box-shadow: 0 8px 28px rgba(98, 106, 239, 0.14), 0 2px 6px rgba(0,0,0,0.04);
    transform: translateY(-3px);
}
.app-store .app-case .case-image{
    width: 100%;
    border-radius: 8px;
    text-align: center;
    aspect-ratio: 1.44;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-store .app-case .case-image img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    overflow: hidden;
    border-radius: 10px;
}
.app-store .app-case .case-title{
    padding: 10px 4px 8px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #1a1a2e;
}
.app-store .app-case .case-tag{
    float: right;
    color: #e6932a;
    font-size: 11px;
    font-weight: 500;
    border-radius: 20px;
    background: rgba(253, 246, 236, 0.9);
    border: 1px solid rgba(230, 147, 42, 0.3);
    padding: 1px 8px;
    text-align: center;
    letter-spacing: 0.02em;
}
.app-store .app-case .case-description{
    color: #7a818c;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 4px 4px;
}
.app-features {
    min-height: 320px;
    color: white;
    padding: 72px 20px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -48px;
    background: linear-gradient(135deg, #d43421 0%, #ff6a0b 50%, #ff5d07 100%);
    background-size: 150% 150%;
    animation: gradient_animation 8s ease infinite;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    position: relative;
    overflow: hidden;
}
.app-features::before {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    top: -80px;
    right: 10%;
    pointer-events: none;
}
.app-features::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    bottom: -60px;
    left: 8%;
    pointer-events: none;
}
.app-features h1, .app-features h2, .app-features h3{
    margin: 0px;
}
.app-features-body {
    width: 100%;
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    overflow-y: auto;
}
.app-features-body .feature-item {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 24px;
    margin: 12px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}
.app-features-body .feature-item:hover {
    background: rgba(255, 255, 255, 0.17);
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.app-features-body .feature-item p{
    font-style: italic;
    opacity: 0.92;
    line-height: 1.7;
    margin: 8px 0 0;
}
.app-features-body .feature-item h3{
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.how-it-works {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    max-width: 1420px;
    margin: 0 auto;
    margin-top: -48px;
    padding: 88px 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: linear-gradient(155deg, #f2f0ff 0%, #faf9ff 30%, #fffaf7 65%, #f6fdff 100%);
    box-shadow: 0 8px 32px rgba(98, 106, 239, 0.09), 0 2px 6px rgba(0,0,0,0.03);
}
.how-it-works::before {
    content: '';
    position: absolute;
    width: 580px;
    height: 580px;
    background: radial-gradient(circle, rgba(138, 124, 255, 0.13) 0%, transparent 62%);
    top: -130px;
    right: -80px;
    pointer-events: none;
    z-index: 0;
}
.how-it-works::after {
    content: '';
    position: absolute;
    width: 440px;
    height: 440px;
    background: radial-gradient(circle, rgba(255, 120, 40, 0.09) 0%, transparent 62%);
    bottom: -80px;
    left: -60px;
    pointer-events: none;
    z-index: 0;
}
.how-it-works h1, .how-it-works h2, .how-it-works h3{
    margin: 0px;
}
.how-it-works img{
    border: 1px solid rgba(228, 227, 245, 0.7);
    box-shadow: 0 4px 20px rgba(98, 106, 239, 0.08);
}
.how-it-works div {
    text-align: center;
}
.how-it-works .works-card{
    width: 320px;
    min-width: 320px;
    align-items: center;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(228, 226, 248, 0.75);
    border-radius: 18px;
    padding: 24px 20px;
    margin: 16px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(98, 106, 239, 0.06), 0 1px 3px rgba(0,0,0,0.03);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.how-it-works .works-card:hover {
    box-shadow: 0 8px 28px rgba(98, 106, 239, 0.13), 0 2px 6px rgba(0,0,0,0.04);
    transform: translateY(-3px);
}
.how-it-works .feature-capture {
    width: 200px;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-it-works .feature-capture img{
    max-width: 100%;
    max-height: 100%;
    border: 0px;
}
.how-it-works .work-item{
    overflow: hidden;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
}
.how-it-works .work-item > div:first-child{
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
    background-color: red;
    border-radius: 50%;
}
.how-it-works .work-item > div:nth-child(2){
    color: #0e172b;
    font-weight: 600;
    font-size: 1.25rem;
    margin: 10px;
}
.how-it-works .work-item > div:nth-child(3){
    color: #47566c;
}
.we-method {
    display: flex;
    justify-content: center;
    padding: 45px 0;
    display: none;
}
.we-method div {
    text-align: center;
}
.start-work {
    background: linear-gradient(145deg, #1e2c3a 0%, #253342 60%, #2e3d50 100%);
    color: #fff;
    display: flex;
    padding: 10px 20px;
    text-align: center;
    min-height: 120px;
    margin-top: -20px;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    position: relative;
    overflow: hidden;
}
.start-work::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,97,1,0.12) 0%, transparent 70%);
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.start-work p{
    font-weight: 300;
    opacity: 0.88;
    letter-spacing: 0.01em;
    line-height: 1.6;
}
.footer {
    background: #1e2c3a;
    color: rgba(255, 255, 255, .32);
    font-weight: 400;
    align-items: center;
    display: flex;
    border-top: 1px solid rgba(255,255,255,0.07);
    justify-content: center;
    padding: 20px;
}

@media screen and (min-width: 1420px){
    .how-it-works{
        min-width: 1420px;
        max-width: 90%;
    }
}