body {
    margin: 0;
}

footer {
    width: 100%;
}

footer section {
    margin: 0;
    overflow: hidden;
}

footer .container {
    max-width: 1000px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-navbar {
    display: flex !important;
    width: 100%;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 100;
    padding: 0 12px;
    box-sizing: border-box;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.header-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 8px 16px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #eee;
    border-radius: 20px;
}

.header-navbar .header-navbar-brand img {
    height: 36px;
}

.navbar-collapse {
    display: flex;
    justify-content: flex-end;
}

.navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.nav-link {
    color: #333;
    text-decoration: none;
    padding: 8px 12px;
}

.navbar-toggler {
    display: none;
    background: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 6px 8px;
    cursor: pointer;
    color: #333;
}

@media (max-width: 992px) {
    .navbar-toggler {
        display: block;
    }

    .navbar-collapse {
        display: none;
        flex-basis: 100%;
        margin-top: 15px;
    }

    .navbar-collapse.show {
        display: block;
    }

    .navbar-nav {
        flex-direction: column;
        gap: 0;
    }

    .navbar-nav li a {
        text-decoration: none;
        font-weight: bold;
        color: #444;
        display: block;
        padding: 10px 15px;
        border: 1px solid rgba(0, 0, 0, 0.146);
        border-bottom: none;
    }

    .navbar-nav li:first-child a {
        border-radius: 5px 5px 0 0;
    }

    .navbar-nav li:last-child a {
        border-radius: 0 0 5px 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.146);
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row>* {
    width: 100%;
    max-width: 600px;
    padding: 0 15px;
    box-sizing: border-box;
}

.text-muted {
    color: #6c757d;
}

.text-center {
    text-align: center;
}

.preview-img {
    max-width: 400px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.preview-img.vertical {
    transform: rotate(90deg);
    max-width: 380px;
    margin-top: 50px !important;
    margin-bottom: 80px !important;
}

.cta-btn {
    background-color: #0286fb;
    color: white;
    padding: 12px 32px;
    border-radius: 24px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.2s ease;
    border: none;
    box-shadow:
        6px 6px 14px rgba(2, 134, 251, 0.35),
        -3px -3px 10px rgba(255, 255, 255, 0.7),
        inset 1px 1px 2px rgba(255, 255, 255, 0.25),
        inset -1px -1px 2px rgba(0, 0, 0, 0.1);
}

.cta-btn:hover {
    background-color: #0270d4;
    color: white;
    box-shadow:
        4px 4px 10px rgba(2, 134, 251, 0.3),
        -2px -2px 8px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.25),
        inset -1px -1px 2px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.hero-section {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 80px 15px;
}

.hero-text {
    flex: 1;
    min-width: 0;
}

.hero-text h1 {
    margin: 0 0 16px;
    font-size: 2.8rem;
    line-height: 1.15;
}

.hero-text p {
    margin: 0 0 16px;
    font-size: 1.15rem;
    line-height: 1.6;
}

.hero-social-proof {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}

.hero-avatars {
    display: flex;
}

.hero-avatars img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.hero-avatars img:first-child {
    margin-left: 0;
}

.hero-social-text {
    font-size: 13px;
    font-weight: 600;
    color: #555;
}

.hero-sub-price {
    display: block;
    margin: 14px 0 0;
    font-size: 12px;
    color: #999;
}

.hero-image {
    flex: 1;
    text-align: center;
    min-width: 0;
    transform: rotate(4deg);
}

.hero-card-stack {
    position: relative;
    width: 100%;
    max-width: 400px;
    flex-shrink: 0;
}

.hero-card-bg {
    position: absolute;
    max-width: 400px;
    width: 100%;
    aspect-ratio: 1.595 / 1;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid #ddd;
    background: #eee;
    overflow: hidden;
}

.hero-card-bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-card-bg-1 {
    top: 7px;
    left: -1px;
    transform: rotate(-4deg);
    z-index: -2;
}

.hero-card-bg-2 {
    top: 4px;
    left: 0px;
    transform: rotate(-2deg);
    z-index: -1;
}

.hero-card-bg-1.vertical {
    top: 48px;
    left: 0px;
    transform: rotate(-4deg) rotate(90deg);
    max-width: 380px;
}

.hero-card-bg-2.vertical {
    top: 50px;
    left: 1px;
    transform: rotate(-2deg) rotate(90deg);
    max-width: 380px;
}

.hero-image img {
    border: 1px solid #ddd;
}

.hero-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anim-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    z-index: 0;
}

.anim-bg-fader-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-image: linear-gradient(to right,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0.9),
            rgba(255, 255, 255, 0.6),
            rgba(255, 255, 255, 0.2),
            rgba(255, 255, 255, 0));
}

.anim-bg-fader-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-image: linear-gradient(to left,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0.9),
            rgba(255, 255, 255, 0.6),
            rgba(255, 255, 255, 0.2),
            rgba(255, 255, 255, 0));
}

.anim-bg-fader-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: 1;
    background-image: linear-gradient(to top,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0.95),
            rgba(255, 255, 255, 0.9),
            rgba(255, 255, 255, 0.85),
            rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 0));
}

.anim-bg-rows {
    position: absolute;
    top: -60%;
    left: -50%;
    width: 200%;
    height: 200%;
    transform: rotate(45deg) translate(-8px, -12px) skew(-17deg, -9deg);
}

.anim-bg-row {
    display: flex;
    flex-wrap: nowrap;
    padding: 16px 16px 0 16px;
}

.anim-bg-row:nth-child(odd) {
    margin-left: -160px;
}

.anim-bg-item {
    width: 260px;
    flex-shrink: 0;
    margin-right: 16px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0.6px 0.8px 1.1px rgba(0, 0, 0, 0.115), 2px 3px 4px rgba(0, 0, 0, 0.23);
    background: #ddd;
}

.anim-bg-item img {
    width: 100%;
    display: block;
}

@keyframes anim-row-right {
    0% {
        transform: translate(200px, 0);
    }

    50% {
        transform: translate(0);
    }

    100% {
        transform: translate(200px, 0);
    }
}

@keyframes anim-row-left {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(200px, 0);
    }

    100% {
        transform: translate(0);
    }
}

@media (max-width: 768px) {
    .anim-bg-rows {
        transform: rotate(45deg) translate(-8px, -12px) skew(-17deg, -9deg) scale(0.6);
    }

    .hero-wrapper {
        min-height: 500px;
    }

    .hero-section {
        flex-direction: column-reverse;
        text-align: center;
        padding: 120px 15px 40px;
    }

    .hero-social-proof {
        justify-content: center;
    }
}

.lang-switcher {
    padding: 32px 0 48px;
    text-align: center;
}

.lang-switcher p {
    display: inline;
    margin-right: 8px;
    color: #6c757d;
    font-size: 14px;
}

.lang-btn {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    font-size: 13px;
    color: #495057;
    text-decoration: none;
    margin: 3px 2px;
    background: #fff;
    transition: border-color 0.15s, background 0.15s;
}

.lang-btn:hover {
    border-color: #0286fb;
    color: #0286fb;
    background: #f0f8ff;
}

.pricing-section {
    padding: 48px 0 40px;
    text-align: center;
}

.pricing-card {
    display: inline-block;
    position: relative;
    background: #fff;
    border: 2px solid #0286fb;
    border-radius: 16px;
    padding: 32px 40px 28px;
    box-shadow: 0 4px 24px rgba(2, 134, 251, 0.12);
    min-width: 260px;
}

.pricing-ribbon {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #0286fb;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 18px;
    border-radius: 20px;
    white-space: nowrap;
}

.pricing-title {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-top: 8px;
    margin-bottom: 4px;
}

.pricing-price {
    font-size: 42px;
    font-weight: 800;
    color: #0286fb;
    line-height: 1.1;
    margin-bottom: 20px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.pricing-check {
    color: #0286fb;
    font-size: 16px;
    flex-shrink: 0;
}

.theme-marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
    background: #fff;
}

.marquee-gradient-left,
.marquee-gradient-right {
    position: absolute;
    top: 0;
    height: 100%;
    width: 15%;
    z-index: 10;
    pointer-events: none;
}

.marquee-gradient-left {
    left: 0;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

.marquee-gradient-right {
    right: 0;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

.theme-marquee-track {
    display: flex;
    width: max-content;
    padding: 1.5rem 0;
    animation: theme-scroll 18s linear infinite;
}

.theme-marquee-wrapper:hover .theme-marquee-track {
    animation-play-state: paused;
}

@keyframes theme-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-33.333%);
    }
}

.theme-slide {
    display: block;
    margin-right: 1rem;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #eee;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s;
    background: #f8f9fa;
}

.theme-slide:hover {
    border-color: #0286fb;
}

.theme-slide-img {
    display: block;
    height: 140px;
    width: auto;
    aspect-ratio: 1.595 / 1;
    object-fit: cover;
}

.theme-slide-label {
    font-size: 12px;
    color: #495057;
    padding: 4px 8px 6px;
    text-align: center;
    white-space: nowrap;
}
