.float, .footnote, .kermelak-container h2, header {
    text-align: center
}

.category-card, .social-icon, .store-badge {
    transition: transform.3s
}

.step, .step-icon, .steps-container {
    position: relative
}

.highlight, .logo, .pricing-price, .step-title {
    font-weight: 700
}

:root {
    --primary: #0000fe;
    --secondary: #ffab00;
    --light: #f5f5f5;
    --dark: #212121
}

body {
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--light);
    color: var(--dark)
}

header {
    background: linear-gradient(135deg,var(--primary),#0000fe);
    color: #fff;
    padding: 2rem 1rem
}

.logo {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 0
}

.tagline {
    font-size: 1.2rem
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem
}

h1 {
    font-size: 1.8rem
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    gap: 1.5rem;
    margin: 2rem 0
}

.category-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgb(0 0 0/.1)
}

    .category-card:hover {
        transform: translateY(-5px)
    }

.category-img {
    height: 200px;
    background-size: cover;
    background-position: center
}

.category-content {
    padding: 1.2rem
}

.category-title {
    margin: 0
}

.category-desc {
    color: #666;
    margin-bottom: 1rem
}

.pricing-section, footer {
    color: #fff;
    text-align: center
}

.pricing-section {
    background-color: var(--primary);
    padding: 3rem 1rem;
    margin: 3rem 0
}

.pricing-title {
    font-size: 2rem;
    margin-bottom: 1rem
}

.pricing-price {
    font-size: 3rem;
    color: var(--secondary);
    margin: 1rem 0
}

.pricing-details {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6
}

.store-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 1rem 0;
    flex-wrap: wrap
}

.store-badge {
    height: 60px;
    cursor: pointer
}

#return-to-top, .step-icon {
    width: 40px;
    height: 40px;
    display: flex
}

.kermelak-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgb(0 0 0/.1)
}

    .kermelak-container h2 {
        color: var(--dark);
        font-weight: 700;
        margin-bottom: 2rem
    }

.steps-container {
    padding: 0 20px 20px
}

    .steps-container::before {
        content: '';
        position: absolute;
        top: 40px;
        left: 40px;
        height: calc(100%-80px);
        width: 2px;
        background: linear-gradient(to bottom,#3498db,#9b59b6,#e74c3c)
    }

.step {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start
}

.step-icon {
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    z-index: 2;
    border: 2px solid;
    font-size: 18px
}

#return-to-top, .float {
    position: fixed;
    bottom: 15px
}

.step:first-child.step-icon {
    color: #3498db;
    border-color: #3498db
}

.step:nth-child(2).step-icon {
    color: #9b59b6;
    border-color: #9b59b6
}

.step:nth-child(3).step-icon {
    color: #e74c3c;
    border-color: #e74c3c
}

.step-content {
    flex: 1
}

.step-title {
    font-size: 1.3rem;
    color: var(--dark);
    margin-bottom: 8px
}

.step-desc {
    font-size: 1rem;
    color: #555;
    line-height: 1.5
}

footer {
    background-color: var(--dark);
    padding: 1.5rem 1rem;
    margin-top: 1rem
}

.highlight {
    color: var(--secondary)
}

.footnote {
    margin-top: 1.5rem;
    color: #666;
    font-size: 1rem
}

    .footnote strong {
        color: #0000fe
    }

.float {
    width: 50px;
    height: 50px;
    left: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    font-size: 2.2rem;
    box-shadow: 1px 1px 2px #999;
    z-index: 100
}

    .float:hover {
        background-color: #1da851
    }

#return-to-top {
    right: 15px;
    background: rgb(0 0 0/.34);
    align-items: center;
    justify-content: center;
    z-index: 9;
    opacity: 0;
    transition: opacity.3s;
    border: none;
    cursor: pointer;
    padding: 0;
    display: none
}

    #return-to-top.visible {
        opacity: 1;
        display: flex
    }

    #return-to-top svg {
        width: 32px;
        height: 32px;
        display: block;
        margin: 0 auto
    }

@media(max-width:576px) {
    .kermelak-container {
        padding: 20px 15px
    }

    .steps-container {
        padding: 0 10px 10px
    }

        .steps-container::before {
            left: 26px;
            top: 32px
        }

    .step-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
        margin-right: 15px
    }

    .step-title {
        font-size: 16px
    }

    .step-desc {
        font-size: 14px
    }
}

.social-icons {
    margin-top: 12px
}

    .social-icons a {
        text-decoration: none
    }

.social-icon {
    width: 34px;
    height: 34px;
    margin: 0 6px
}

    .social-icon:hover {
        transform: scale(1.15)
    }

.how-it-works-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255/.15);
    color: #fff;
    padding: 14px 28px;
    border-radius: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgb(255 255 255/.4);
    cursor: pointer;
    margin-top: 1.5rem;
    box-shadow: 0 4px 15px rgb(0 0 0/.1);
    letter-spacing: .5px;
    font-size: .95rem;
    text-transform: uppercase
}

    .how-it-works-btn:hover {
        background: rgb(255 255 255/.25);
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgb(0 0 0/.15);
        border-color: rgb(255 255 255/.6)
    }

    .how-it-works-btn:active {
        transform: translateY(-1px);
        box-shadow: 0 4px 15px rgb(0 0 0/.1)
    }

    .how-it-works-btn i {
        margin-left: 10px;
        transition: transform 0.3s ease
    }

    .how-it-works-btn:hover i {
        transform: translateY(3px)
    }

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-5px)
    }

    60% {
        transform: translateY(-3px)
    }
}

.how-it-works-btn i {
    animation: bounce 2s infinite
}

.how-it-works-btn:hover i {
    animation: none
}

.how-it-works-target {
    scroll-margin-top: 20px
}

@media(max-width:768px) {
    .how-it-works-btn {
        padding: 12px 20px;
        font-size: .9rem
    }
}
