* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
body {
    overflow-x: hidden;
}
.container {
    max-width: 1400px;
    margin: auto;
    width: 100%;
    position: relative;
}
.main-container {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 32px;
}
header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 9999;
    align-items: center;
}
header * {
    letter-spacing: 0.175px;
}
header a {
    color: inherit;
    text-decoration: none;
}
header .top-bar {
    width: 100%;
    font-size: 14px;
    background: #3d41b5;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
header .top-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 36px;
}
header .top-bar > img {
    position: absolute;
}
header .top-bar > img:nth-child(1) {
    left: 42px;
    top: 0;
}
header .top-bar > img:nth-child(2) {
    right: 0;
    bottom: 0;
}
header .top-bar .container > span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
header .top-bar .social-pill {
    background: #ffffff21;
    padding: 6px 10px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
}
header .content {
    border-bottom: 1px solid #ebecf9;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 600;
    min-height: 80px;
    background: #ffffff;
    z-index: 2;
    width: 100%;
}
header .content .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
header .content ul {
    list-style: none;
    display: flex;
    gap: 28px;
    color: #42424f;
}
header .content ul li::after {
    transform: scale(0.85);
    display: inline-block;
    content: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7399 0.260052C11.0867 0.606789 11.0867 1.16896 10.7399 1.5157L6.12782 6.12782C5.78108 6.47456 5.21891 6.47456 4.87218 6.12782L0.260053 1.51569C-0.0866843 1.16896 -0.0866843 0.606788 0.260053 0.260052C0.606789 -0.0866845 1.16896 -0.0866845 1.5157 0.260052L5.5 4.24436L9.4843 0.260052C9.83104 -0.0866841 10.3932 -0.0866841 10.7399 0.260052Z" fill="%2342424F"/></svg>');
    margin-left: 4px;
    transition: all 0.3s ease-in-out;
}
header .content ul li a.active {
    color: #3d41b5;
}
header .content ul li.active::after {
    filter: invert(37%) sepia(67%) saturate(5455%) hue-rotate(225deg) brightness(92%) contrast(95%);
    transform: rotate(180deg) scale(0.85);
}
header .dropdown {
    transition: transform 0.3s ease;
}
header .content .contact-cta {
    background: linear-gradient(180deg, #6672ff 0%, #3d41b5 100%);
    padding: 18px 25px;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
header .content .contact-cta:hover {
    filter: brightness(1.125);
    transform: scale(1.025);
}
header .dropdown {
    width: 100%;
    border-bottom: 1px solid #ebecf9;
    border-left: 1px solid #ebecf9;
    border-right: 1px solid #ebecf9;
    display: flex;
    position: fixed;
    transform: translateY(-100%);
    transition: all ease-in-out 0.3s;
    z-index: 1;
    background: #ffffff;
    min-height: 237px;
    max-width: 1440px;
    margin: auto;
}
.dropdown.pesan .menu li svg {
    transition: transform 0.3s ease;
    cursor: pointer;
    margin-left: 4px;
}
.dropdown.pesan .menu li svg.active {
    transform: rotate(90deg);
}
header .dropdown .quote {
    background: #f0f0ff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px;
    position: relative;
    max-width: 320px;
}
header .dropdown .quote img {
    position: absolute;
    bottom: 0;
    left: 0;
}
header .dropdown .quote span {
    font-size: 23px;
    color: #3d41b5;
    max-width: 205px;
    font-weight: 600;
    z-index: 1;
    line-height: 35px;
}
header .dropdown .quote span mark {
    color: #f74067;
    font-style: italic;
    background: none;
}
header .dropdown .menu {
    display: flex;
    gap: 40px;
    padding: 48px;
}
header .dropdown ul {
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    color: #42424f;
}
header .dropdown ul a {
    padding: 4px;
    display: inline-block;
    transition: all 0.125s ease-in-out;
}
header .dropdown ul a:hover {
    color: #f74067;
}
header .dropdown ul .standing-pouch:hover path {
    fill: #f74067;
}
header .dropdown ul .sachet:hover path {
    fill: #f74067;
}
header .dropdown ul li ul {
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 8px;
    padding-bottom: 16px;
}
.carousel-container {
    margin-top: 30px;
    position: relative;
    height: 400px;
    border-radius: 16px;
}
.carousel-inner {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.carousel-track {
    display: flex;
    transition: transform 1s ease;
    width: 100%;
    height: 100%;
}
.carousel-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}
.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 21px;
}
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 32px;
    height: 32px;
    max-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.carousel-arrow:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.carousel-arrow:active {
    transform: translateY(-50%) scale(0.95);
}
.carousel-arrow-prev {
    left: 20px;
}
.carousel-arrow-next {
    right: 20px;
}
.carousel-arrow svg {
    max-width: 8px;
}
.carousel-arrow svg path {
    stroke: #3d41b5;
}
@media (max-width: 768px) {
    header .top-bar {
        padding: 8px 16px;
    }
    header .top-bar .container {
        flex-wrap: wrap;
        height: auto;
        gap: 10px;
    }
    header .top-bar > img {
        display: none;
    }
    header .top-bar > span {
        font-size: 11px;
    }
    header .top-bar .social-pill {
        font-size: 11px;
        padding: 4px 8px;
    }
    header .top-bar .social-pill img {
        width: 14px;
        height: 14px;
    }
    header .content {
        padding: 12px 16px;
        min-height: auto;
    }
    header .content ul,
    header .content .contact-cta {
        display: none;
    }
    header .content .container {
        gap: 0;
    }
    header .content img {
        height: 35px;
    }
    .hamburger {
        width: 28px;
        height: 28px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        cursor: pointer;
        background: none;
        border: none;
        padding: 0;
    }
    .hamburger span {
        width: 100%;
        height: 3px;
        background: #42424f;
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 9998;
    }
    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 400px;
        height: 100%;
        background: white;
        transition: right 0.3s ease;
        z-index: 9999;
        overflow-y: auto;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    }
    .mobile-menu.active {
        right: 0;
    }
    .menu-header {
        padding: 20px;
        background: linear-gradient(180deg, #6672ff 0%, #3d41b5 100%);
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-header h3 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.175px;
    }
    .close-btn {
        width: 32px;
        height: 32px;
        background: rgba(255, 255, 255, 0.2);
        border: none;
        border-radius: 50%;
        color: white;
        font-size: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }
    .menu-content {
        padding: 20px 0;
    }
    .menu-section {
        border-bottom: 1px solid #ebecf9;
    }
    .menu-item {
        padding: 16px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        color: #42424f;
        text-decoration: none;
        transition: background 0.2s;
        letter-spacing: 0.175px;
    }
    .menu-item:hover {
        background: #f8f8f8;
    }
    .menu-item span {
        font-size: 15px;
        font-weight: 600;
    }
    .menu-item svg {
        transition: transform 0.3s;
    }
    .menu-item.active svg {
        transform: rotate(90deg);
    }
    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        background: #f0f0ff;
    }
    .submenu.active {
        max-height: 1000px;
    }
    .submenu a {
        display: block;
        padding: 12px 20px 12px 40px;
        color: #42424f;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.2s;
        letter-spacing: 0.175px;
    }
    .submenu a:hover {
        color: #3d41b5;
        background: rgba(61, 65, 181, 0.05);
    }
    .contact-btn-mobile {
        margin: 20px;
        background: linear-gradient(180deg, #6672ff 0%, #3d41b5 100%);
        color: white;
        padding: 16px;
        text-align: center;
        border-radius: 999px;
        text-decoration: none;
        display: block;
        font-weight: 700;
        font-size: 14px;
        box-shadow: 0 4px 15px rgba(61, 65, 181, 0.3);
        letter-spacing: 0.175px;
    }
    header .dropdown {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .hamburger,
    .menu-overlay,
    .mobile-menu {
        display: none !important;
    }
}
header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 9999;
    align-items: center;
}
header * {
    letter-spacing: 0.175px;
}
header a {
    color: inherit;
    text-decoration: none;
}
header .top-bar {
    width: 100%;
    font-size: 14px;
    background: #3d41b5;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
header .top-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 36px;
}
header .top-bar > img {
    position: absolute;
}
header .top-bar > img:nth-child(1) {
    left: 42px;
    top: 0;
}
header .top-bar > img:nth-child(2) {
    right: 0;
    bottom: 0;
}
header .top-bar .container > span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
header .top-bar .social-pill {
    background: #ffffff21;
    padding: 6px 10px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
}
header .content {
    border-bottom: 1px solid #ebecf9;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 600;
    min-height: 80px;
    background: #ffffff;
    z-index: 2;
    width: 100%;
}
header .content .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
header .content ul {
    list-style: none;
    display: flex;
    gap: 28px;
    color: #42424f;
}
header .content ul li::after {
    transform: scale(0.85);
    display: inline-block;
    content: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7399 0.260052C11.0867 0.606789 11.0867 1.16896 10.7399 1.5157L6.12782 6.12782C5.78108 6.47456 5.21891 6.47456 4.87218 6.12782L0.260053 1.51569C-0.0866843 1.16896 -0.0866843 0.606788 0.260053 0.260052C0.606789 -0.0866845 1.16896 -0.0866845 1.5157 0.260052L5.5 4.24436L9.4843 0.260052C9.83104 -0.0866841 10.3932 -0.0866841 10.7399 0.260052Z" fill="%2342424F"/></svg>');
    margin-left: 4px;
    transition: all 0.3s ease-in-out;
}
header .content ul li a.active {
    color: #3d41b5;
}
header .content ul li.active::after {
    filter: invert(37%) sepia(67%) saturate(5455%) hue-rotate(225deg) brightness(92%) contrast(95%);
    transform: rotate(180deg) scale(0.85);
}
header .dropdown {
    transition: transform 0.3s ease;
}
header .content .contact-cta {
    background: linear-gradient(180deg, #6672ff 0%, #3d41b5 100%);
    padding: 18px 25px;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
header .content .contact-cta:hover {
    filter: brightness(1.125);
    transform: scale(1.025);
}
header .dropdown {
    width: 100%;
    border-bottom: 1px solid #ebecf9;
    border-left: 1px solid #ebecf9;
    border-right: 1px solid #ebecf9;
    display: flex;
    position: fixed;
    transform: translateY(-100%);
    transition: all ease-in-out 0.3s;
    z-index: 1;
    background: #ffffff;
    min-height: 237px;
    max-width: 1440px;
    margin: auto;
}
.dropdown.pesan .menu li svg {
    transition: transform 0.3s ease;
    cursor: pointer;
    margin-left: 4px;
}
.dropdown.pesan .menu li svg.active {
    transform: rotate(90deg);
}
header .dropdown .quote {
    background: #f0f0ff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px;
    position: relative;
    max-width: 320px;
}
header .dropdown .quote img {
    position: absolute;
    bottom: 0;
    left: 0;
}
header .dropdown .quote span {
    font-size: 23px;
    color: #3d41b5;
    max-width: 205px;
    font-weight: 600;
    z-index: 1;
    line-height: 35px;
}
header .dropdown .quote span mark {
    color: #f74067;
    font-style: italic;
    background: none;
}
header .dropdown .menu {
    display: flex;
    gap: 40px;
    padding: 48px;
}
header .dropdown ul {
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    color: #42424f;
}
header .dropdown ul a {
    padding: 4px;
    display: inline-block;
    transition: all 0.125s ease-in-out;
}
header .dropdown ul a:hover {
    color: #f74067;
}
header .dropdown ul .standing-pouch:hover path {
    fill: #f74067;
}
header .dropdown ul .sachet:hover path {
    fill: #f74067;
}
header .dropdown ul li ul {
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 8px;
    padding-bottom: 16px;
}
.demo-content {
    padding: 40px 20px;
    text-align: center;
    color: #666;
}
.demo-content h1 {
    color: #42424f;
    margin-bottom: 10px;
}
.cta-button-1 {
    position: absolute;
    bottom: 80px;
    left: 140px;
    border-radius: 20px;
    height: 35px;
    z-index: 2;
}
.cta-button-2 {
    position: absolute;
    bottom: 60px;
    left: 140px;
    display: flex;
    height: 35px;
    gap: 10px;
    z-index: 2;
    background: transparent;
}
.cta-button-3 {
    position: absolute;
    bottom: 60px;
    left: 140px;
    border-radius: 20px;
    height: 35px;
    z-index: 2;
}
.cta-button-4 {
    position: absolute;
    bottom: 70px;
    left: 140px;
    border-radius: 20px;
    height: 35px;
    z-index: 2;
}
.carousel-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
    padding: 15px 30px;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9d9d9;
    cursor: pointer;
    transition: all 0.3s ease;
}
.dot.active {
    background: #3d41b5;
    width: 24px;
    border-radius: 6px;
}
.flexypack-section,
.category-section,
.why-section,
.cta-content-section,
.testimonial-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 0px 0px 0px;
}
.why-section {
    padding-inline: 32px;
}
.section-header,
.category-header,
.why-header,
.testimonial-header {
    text-align: center;
    margin-bottom: 60px;
}
.section-title,
.category-title,
.why-title,
.product-title,
.feature-title,
.testimonial-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #3d41b5;
    margin-bottom: 20px;
}
.testimonial-title {
    font-size: 24px;
    line-height: 35px;
}
.section-subtitle,
.category-subtitle,
.why-subtitle,
.product-description,
.feature-description,
.testimonial-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
.section-subtitle,
.category-subtitle,
.why-subtitle,
.testimonial-subtitle {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-subtitle em {
    font-style: italic;
    color: #3d41b5;
    font-weight: 600;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}
.product-card {
    display: flex;
    align-items: center;
    background: #fdfdfe;
    border-radius: 50px;
    padding: 40px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border: #ebecf9 solid 1px;
}
.product-card:hover,
.category-card:hover,
.blog-card:hover,
.testimonial-card:hover {
    transform: translateY(-5px);
}
.product-image {
    flex: 0 0 200px;
    margin-right: 30px;
}
.product-image img {
    aspect-ratio: 400 / 259;
    width: 100%;
    height: 259px;
    object-fit: contain;
}
.product-content {
    flex: 1;
}
.product-description {
    margin-bottom: 25px;
}
.btn-selengkapnya {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f74067;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    transition: background 0.3s ease;
}
.btn-selengkapnya:hover {
    background: #2d3195;
}
.btn-selengkapnya::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"><path d="M13.5251 6.75483C13.9106 6.36152 13.9106 5.72277 13.5251 5.32945L8.59119 0.294988C8.20573 -0.0983294 7.57974 -0.0983294 7.19427 0.294988C6.80881 0.688305 6.80881 1.32705 7.19427 1.72037L10.4476 5.03682H0.986784C0.440969 5.03682 0 5.48678 0 6.04372C0 6.60065 0.440969 7.05061 0.986784 7.05061H10.4445L7.19736 10.3671C6.81189 10.7604 6.81189 11.3991 7.19736 11.7924C7.58282 12.1858 8.20881 12.1858 8.59427 11.7924L13.5282 6.75798L13.5251 6.75483Z" fill="white"/></svg>');
    font-size: 1.2rem;
}
.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
}
.category-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 192px;
    cursor: pointer;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.category-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.category-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.category-content {
    position: relative;
    z-index: 2;
    padding: 30px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.category-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.shape-dot {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
}
.category-icon {
    position: absolute;
    top: 30px;
    right: 25px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 2;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}
.stat-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: left;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.stat-card.pink {
    background: linear-gradient(180deg, rgba(247, 64, 103, 0) 0%, rgba(247, 64, 103, 0.07) 100%);
}
.stat-card.blue {
    background: linear-gradient(180deg, rgba(44, 193, 248, 0) 0%, rgba(44, 193, 248, 0.09) 100%);
}
.stat-card.orange {
    background: linear-gradient(180deg, rgba(250, 187, 0, 0) 0%, rgba(250, 187, 0, 0.09) 100%);
}
.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.stat-number {
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 15px;
}
.stat-card.pink .stat-number {
    color: #ff4d7d;
}
.stat-card.blue .stat-number {
    color: #2dccff;
}
.stat-card.orange .stat-number {
    color: #ffa500;
}
.stat-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}
.stat-description em {
    font-style: italic;
    color: #666;
}
.brands-section {
    text-align: center;
}
.brands-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-bottom: 40px;
}
.brands-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.brand-logo img {
    max-width: 100%;
    max-height: 37px;
    object-fit: contain;
}
.features-section {
    max-width: 1440px;
    margin: 100px auto 50px auto;
    position: relative;
    padding-inline: 32px;
}
.content-wrapper {
    position: relative;
    min-height: 612px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.text-item {
    position: absolute;
    max-width: 374px;
}
.text-item.top-left {
    top: 0px;
    left: 0;
    text-align: right;
}
.text-item.top-right {
    top: 20px;
    right: 100px;
    text-align: left;
}
.text-item.bottom-left {
    bottom: 80px;
    left: 20px;
    text-align: right;
}
.text-item.bottom-right {
    bottom: 50px;
    right: 30px;
    text-align: left;
}
.feature-title {
    font-size: 17px;
    line-height: 120%;
    position: relative;
    padding-left: 0;
}
.text-item.top-left,
.text-item.bottom-left {
    padding-right: 20px;
}
.text-item.top-right,
.text-item.bottom-right {
    padding-left: 20px;
}
.text-item::before {
    content: "";
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 10px;
}
.text-item:nth-child(1)::before {
    background: #9747ff;
}
.text-item.bottom-left::before {
    background: #2cc1f8 !important;
}
.text-item.top-right::before {
    background: #f74067;
}
.text-item.bottom-right::before {
    background: #fabb00;
}
.text-item.top-left::before,
.text-item.bottom-left::before {
    right: 0;
}
.text-item.top-right::before,
.text-item.bottom-right::before {
    left: 0;
}
.feature-description {
    font-weight: 400;
    font-size: 13px;
    line-height: 170%;
    color: #666;
}
.image-center {
    position: relative;
    z-index: 10;
}
.package-image {
    max-width: 552px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.25));
}
.cta-banner {
    background: linear-gradient(0deg, #3d41b5 13%, #6571ff 100%);
    opacity: 1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 80px;
    position: relative;
    height: 230px;
    margin-inline: 32px;
}
.cta-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("img/ee2db5d6091cc624cd596ce642891fb8745dec8a.webp");
    background-repeat: repeat;
    opacity: 0.3;
    z-index: 0;
    border-radius: 30px;
}
.cta-content {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    z-index: 1;
    position: relative;
}
.cta-products {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}
.cta-products img {
    height: auto;
    width: 523px;
    object-fit: contain;
    transform: translateY(-34px);
}
.cta-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.cta-text {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: white;
}
.cta-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}
.btn-marketplace {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.btn-marketplace:hover {
    transform: translateY(-3px);
}
.btn-marketplace img {
    height: 46px;
    width: auto;
}
.content-section {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: start;
    padding: 50px;
    background: #fdfdfd;
    border: 1px solid #ebecf9;
    border-radius: 30px;
    position: relative;
    min-height: 500px;
}
.content-sidebar {
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 50px;
}
.content-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #3d41b5;
    margin-bottom: 20px;
}
.content-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 30px;
}
.content-description em {
    font-style: italic;
    color: #3d41b5;
    font-weight: 600;
}
.content-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.tab-btn {
    padding: 12px 30px;
    border-radius: 25px;
    border: 2px solid #e5e7eb;
    background: white;
    font-weight: 600;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}
.tab-btn.active {
    background: #3d41b5;
    color: white;
    border-color: #3d41b5;
}
.tab-btn:hover:not(.active) {
    border-color: #3d41b5;
    color: #3d41b5;
}
.decorative-dots {
    width: 60px;
    height: auto;
    position: absolute;
    bottom: -24px;
    left: 50px;
}
.content-main {
    position: relative;
}
.decorative-dots-right {
    position: absolute;
    top: -19px;
    right: 50px;
    width: 60px;
    height: auto;
}
.blog-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-bottom: 20px;
}
.blog-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    padding: 10px;
}
.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.blog-card-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #ff4d7d;
    margin: 15px 0;
}
.blog-card-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
.blog-excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
}
.btn-read-more {
    display: block;
    padding: 10px 25px;
    background: #f3f4ff;
    color: #3d41b5;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}
.btn-read-more:hover {
    background: #3d41b5;
    color: white;
}
.success-stories {
    display: none;
}
.success-stories.active {
    display: block;
}
.youtube-lazy {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
}
.youtube-lazy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}
.youtube-lazy:hover img {
    transform: scale(1.05);
}
.youtube-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    border: none;
}
.youtube-play::before {
    content: "▶";
    font-size: 60px;
    color: white;
    transition: transform 0.2s ease;
}
.youtube-lazy:hover .youtube-play::before {
    transform: scale(1.1);
}
@media (max-width: 768px) {
    .youtube-lazy {
        max-width: 100%;
        border-radius: 12px;
    }
}
.section-bottom-info {
    text-align: center;
}
.section-info-text {
    font-weight: 400;
    font-size: 15px;
    color: #666;
}
.section-info-link {
    font-weight: 600;
    font-size: 16px;
    color: #ff4d7d;
    text-decoration: none;
    transition: color 0.3s ease;
}
.section-info-link:hover {
    color: #ff3d6d;
}
.hidden {
    display: none;
}
.testimonial-section {
    padding: 80px 50px;
    position: relative;
}
.testimonial-header {
    position: relative;
}
.quote-left {
    position: absolute;
    left: 100px;
    top: 50px;
    width: 60px;
    height: 60px;
}
.quote-right {
    position: absolute;
    right: 100px;
    top: 100px;
    width: 60px;
    height: 60px;
}
.testimonial-slider {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}
.testimonial-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}
.testimonial-card {
    min-width: calc(25% - 22.5px);
    background: #fdfdfe;
    border: 1px solid #ebecf9;
    border-radius: 20px;
    padding: 30px 25px 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.testimonial-card:hover {
    transform: translateY(-8px);
}
.testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: -70px 0 20px;
    border: 4px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.testimonial-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #3d41b5;
    margin-bottom: 5px;
}
.testimonial-role {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #666;
    margin-bottom: 20px;
}
.testimonial-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
    flex: 1;
}
.testimonial-rating {
    display: flex;
    justify-content: start;
    gap: 5px;
}
.star {
    color: #ffd600;
    font-size: 20px;
}
.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}
.slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #3d41b5;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #3d41b5;
    font-size: 20px;
}
.slider-arrow:hover {
    background: #3d41b5;
}
.slider-arrow:hover svg path {
    fill: white;
}
.slider-dots {
    display: flex;
    gap: 10px;
}
.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slider-dot.active {
    background: #3d41b5;
    width: 30px;
    border-radius: 6px;
}
.final-cta-section {
    max-width: 1440px;
    margin: 0px auto 40px auto;
    padding: 0 40px;
}
.final-cta-container {
    background-image: url("img/main-CTA-banner.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px;
    width: 1440px;
    height: 350px;
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.final-cta-products-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 388px;
    height: 400px;
    object-fit: contain;
    object-position: left bottom;
    border-bottom-left-radius: 50px;
}
.final-cta-products-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 388px;
    height: 400px;
    object-fit: contain;
    object-position: right bottom;
    border-bottom-right-radius: 50px;
}
.final-cta-content {
    text-align: center;
    z-index: 10;
    position: relative;
    max-width: 700px;
}
.final-cta-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    color: white;
    margin-bottom: 20px;
}
.final-cta-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: white;
}
.final-cta-subtitle strong {
    font-weight: 700;
}
.final-cta-highlight {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: white;
    margin-bottom: 30px;
}
.final-cta-highlight strong {
    font-weight: 700;
    color: #ffd600;
}
.btn-final-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ffd600;
    color: #333;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.btn-final-cta:hover {
    background: #ffc700;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.btn-final-cta svg {
    width: 24px;
    height: 24px;
}
footer-section {
    background: #f8f9fa;
    padding: 60px 0 30px;
}
.footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}
.footer-main {
    display: grid;
    grid-template-columns: 25% 75%;
    margin: 50px 0;
}
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer-logo {
    width: 138px;
    height: 48px;
}
.footer-contact-title,
.footer-social-title,
.footer-column-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #3d41b5;
    margin-bottom: 20px;
}
.footer-social-title {
    margin: 45px 0 15px 0;
}
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}
.footer-contact-item:hover {
    color: #3d41b5;
}
.footer-contact-icon {
    width: 32px;
    height: 32px;
    background: #3d41b5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}
.footer-contact-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}
.footer-social-icons {
    display: flex;
    gap: 12px;
}
.footer-social-icon {
    transition: all 0.3s ease;
}
.footer-social-icon:hover {
    transform: translateY(-3px);
}
.footer-right-wrapper {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-item {
    margin-bottom: 12px;
}
.footer-menu-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.footer-menu-link:hover {
    color: #3d41b5;
}
.badge-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f74067;
    color: white;
    font-weight: 800;
    font-size: 8.52px;
    line-height: 100%;
    padding: 7px 5.68px;
    border-radius: 56.79px;
    min-width: 37.36px;
    height: 20px;
}
.footer-address-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #333;
    margin-bottom: 10px;
}
.footer-address-subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #333;
    margin-bottom: 8px;
}
.footer-address-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 170%;
    color: #666;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 3px solid #3d41b5;
}
.footer-bottom {
    border-top: 1px solid #e5e7eb;
    padding-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-ministry {
    display: flex;
    align-items: center;
    gap: 18px;
    border: 0.82px solid var(--card-stroke, #edeef8);
    padding: 20px;
    border-radius: 10px;
}
.footer-ministry-logo {
    width: 110.53px;
    height: 32.99px;
}
.footer-ministry-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 4px;
    color: #666;
}
.footer-ministry-number {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #333;
}
.footer-copyright {
    text-align: left;
    margin-left: 20px;
}
.footer-copyright-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.25;
    color: #666;
    margin-bottom: 5px;
}
.footer-copyright-text strong {
    color: #333;
}
.footer-left-wrapper {
    border: 1px solid #ebecf9;
    background: #fdfdfe;
    padding: 20px;
    margin-right: 70px;
    border-radius: 20px;
}
@media (max-width: 1024px) {
    .products-grid,
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .content-wrapper {
        flex-direction: column;
        min-height: auto;
        gap: 50px;
    }
    .text-item {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        text-align: center !important;
        max-width: 100%;
    }
    .text-item .feature-title {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .text-item .feature-title::before {
        display: none;
    }
    .image-center {
        order: 3;
    }
    .content-section {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .content-sidebar {
        position: relative;
        top: 0;
    }
    .blog-card-wrapper {
        grid-template-columns: 1fr;
    }
    .cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }
    .cta-content {
        flex-direction: column;
    }
    .testimonial-card {
        min-width: calc(50% - 15px);
    }
    .quote-left,
    .quote-right {
        width: 40px;
        height: 40px;
        left: 10%;
    }
    .quote-right {
        right: 10%;
    }
    .final-cta-products-left,
    .final-cta-products-right {
        max-width: 300px;
    }
    .final-cta-container {
        padding: 60px 40px;
    }
    .final-cta-title {
        font-size: 30px;
    }
    .final-cta-subtitle {
        font-size: 16px;
        line-height: 146%;
    }
    .final-cta-highlight {
        font-size: 18px;
    }
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}
@media (max-width: 968px) {
    .product-card {
        flex-direction: column;
        text-align: center;
    }
    .product-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (min-width: 1024px) {
    .carousel-slide a {
        transition: all ease-in-out 0.25s;
    }
    .carousel-slide a:hover {
        scale: 1.075;
    }
}
@media (max-width: 768px) {
    .cta-button {
        left: 30px;
        bottom: 30px;
        padding: 12px 25px;
        font-size: 14px;
    }
    .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .final-cta-section {
        padding: 0 20px;
    }
    .final-cta-container {
        padding: 50px 30px;
        min-height: 400px;
    }
    .final-cta-products-left,
    .final-cta-products-right {
        max-width: 180px;
        opacity: 0.7;
    }
    .final-cta-title {
        font-size: 28px;
    }
    .final-cta-subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    .final-cta-highlight {
        font-size: 16px;
        line-height: 28px;
    }
    .btn-final-cta {
        padding: 14px 32px;
        font-size: 16px;
    }
    .footer-container {
        padding: 0 20px;
    }
    .footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .footer-copyright {
        text-align: center;
    }
}
@media (max-width: 640px) {
    .flexypack-section,
    .category-section,
    .why-section,
    .cta-content-section,
    .testimonial-section,
    .features-section {
        padding: 60px 20px;
    }
    .section-title,
    .product-title {
        font-size: 2rem;
    }
    .product-card {
        padding: 30px 20px;
    }
    .product-title {
        font-size: 1.5rem;
    }
    .categories-grid {
        grid-template-columns: 1fr;
    }
    .category-card {
        height: 200px;
    }
    .stat-card {
        padding: 30px 20px;
    }
    .stat-number {
        font-size: 36px;
    }
    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .brand-logo {
        height: 60px;
    }
    .package-image {
        max-width: 280px;
    }
    .cta-banner {
        padding: 30px 20px;
    }
    .cta-text {
        font-size: 20px;
        line-height: 28px;
    }
    .content-title {
        font-size: 24px;
    }
    .content-tabs {
        flex-direction: column;
    }
    .decorative-dots-right {
        display: none;
    }
    .testimonial-card {
        min-width: 100%;
    }
    .testimonial-title {
        font-size: 20px;
        line-height: 28px;
    }
    .quote-left,
    .quote-right {
        width: 30px;
        height: 30px;
        left: 5%;
    }
    .quote-right {
        right: 5%;
    }
    .final-cta-products-left,
    .final-cta-products-right {
        max-width: 120px;
    }
    .final-cta-title {
        font-size: 24px;
    }
}
@media (max-width: 480px) {
    .final-cta-products-left,
    .final-cta-products-right {
        max-width: 120px;
    }
    .final-cta-title {
        font-size: 24px;
    }
}
.widget-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
    z-index: 1000;
}
.whatsapp-button {
    transition: all 0.3s ease;
}
.whatsapp-button:hover {
    transform: translateY(-3px);
}
.whatsapp-button:active {
    transform: translateY(-1px);
}
.scroll-top {
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: scale(0) rotate(180deg);
}
.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(0deg);
}
.scroll-top:hover {
    transform: scale(1.1) rotate(0deg);
}
.scroll-top:active {
    transform: scale(0.95);
}
.whatsapp-mobile {
    display: none;
}
@media (max-width: 768px) {
    .widget-container {
        bottom: 20px;
        right: 20px;
        gap: 12px;
    }
    .scroll-top {
        width: 50px;
        height: 50px;
    }
}
.demo-section {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}
code {
    background: #e9ecef;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: "Courier New", monospace;
}
@media (max-width: 1024px) {
    header .content {
        padding: 16px 24px;
    }
    header .content .container {
        gap: 20px;
    }
    header .content ul {
        gap: 20px;
        font-size: 13px;
    }
    header .dropdown .menu {
        gap: 30px;
        padding: 40px;
    }
    .carousel-container {
        height: 350px;
        margin-top: 20px;
    }
    .carousel-arrow {
        width: 32px;
        height: 32px;
        max-width: 32px;
    }
    .carousel-arrow svg {
        width: 12px;
        height: 20px;
    }
    .cta-button-1,
    .cta-button-2,
    .cta-button-3,
    .cta-button-4 {
        left: 80px;
        bottom: 50px;
    }
    .carousel-dots {
        bottom: -20px;
    }
}
@media (max-width: 768px) {
    header .top-bar .container {
        gap: 10px;
        height: 32px;
        padding: 0 16px;
    }
    header .top-bar .container > span {
        font-size: 10px;
    }
    header .top-bar .social-pill {
        padding: 4px 8px;
        font-size: 10px;
    }
    header .content {
        padding: 12px 16px;
        min-height: 60px;
    }
    header .content .container {
        gap: 15px;
    }
    header .content ul {
        display: none;
    }
    header .content .contact-cta {
        padding: 12px 20px;
        font-size: 13px;
    }
    header .dropdown {
        display: none;
    }
    .carousel-container {
        height: 250px;
        margin-top: 16px;
        border-radius: 12px;
    }
    .carousel-arrow {
        width: 32px;
        height: 32px;
        max-width: 32px;
        opacity: 1;
    }
    .carousel-arrow-prev {
        left: 10px;
    }
    .carousel-arrow-next {
        right: 10px;
    }
    .carousel-arrow svg {
        width: 12px;
        height: 20px;
    }
    .carousel-slide img {
        object-position: center;
        border-radius: 12px;
        aspect-ratio: 442 / 605;
    }
    .cta-button-1,
    .cta-button-2,
    .cta-button-3,
    .cta-button-4 {
        left: 20px;
        bottom: 30px;
        height: 28px;
    }
    .cta-button-1 img,
    .cta-button-3 img,
    .cta-button-4 img {
        aspect-ratio: auto;
        height: 28px;
    }
    .cta-button-2 {
        gap: 8px;
        height: 28px;
    }
    .cta-button-2 img {
        height: 28px;
        aspect-ratio: auto;
    }
    .carousel-dots {
        bottom: -18px;
        padding: 10px 20px;
    }
    .dot {
        width: 8px;
        height: 8px;
    }
    .dot.active {
        width: 20px;
    }
}
@media (max-width: 480px) {
    header .top-bar .container > span {
        display: none;
    }
    header .content .contact-cta {
        padding: 10px 16px;
        font-size: 12px;
    }
    .carousel-container {
        height: 100%;
    }
    .cta-button-1,
    .cta-button-2,
    .cta-button-3,
    .cta-button-4 {
        left: 50%;
        transform: translatex(-50%);
        bottom: 46%;
    }
}
@media (max-width: 1024px) {
    .flexypack-section {
        padding: 80px 24px 0 24px;
    }
    .section-header {
        margin-bottom: 40px;
    }
    .section-title {
        font-size: 20px;
    }
    .section-subtitle {
        font-size: 15px;
        line-height: 26px;
    }
    .products-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .product-card {
        padding: 30px;
        border-radius: 40px;
    }
    .product-image {
        flex: 0 0 180px;
        margin-right: 25px;
    }
    .product-image img {
        height: 220px;
    }
    .product-title {
        font-size: 20px;
    }
    .product-description {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .btn-selengkapnya {
        padding: 12px 28px;
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .flexypack-section {
        padding: 60px 16px 0 16px;
    }
    .section-header {
        margin-bottom: 32px;
    }
    .section-title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .section-subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .product-card {
        flex-direction: column;
        padding: 16px;
        border-radius: 24px;
        text-align: center;
    }
    .product-image {
        flex: 0 0 auto;
        margin-right: 0;
        margin-bottom: 12px;
        width: 100%;
    }
    .product-image img {
        height: 120px;
    }
    .product-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .product-description {
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    .btn-selengkapnya {
        padding: 8px 16px;
        font-size: 11px;
        width: 100%;
        justify-content: center;
        gap: 6px;
    }
    .btn-selengkapnya::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 14 13" fill="none"><path d="M13.5251 6.75483C13.9106 6.36152 13.9106 5.72277 13.5251 5.32945L8.59119 0.294988C8.20573 -0.0983294 7.57974 -0.0983294 7.19427 0.294988C6.80881 0.688305 6.80881 1.32705 7.19427 1.72037L10.4476 5.03682H0.986784C0.440969 5.03682 0 5.48678 0 6.04372C0 6.60065 0.440969 7.05061 0.986784 7.05061H10.4445L7.19736 10.3671C6.81189 10.7604 6.81189 11.3991 7.19736 11.7924C7.58282 12.1858 8.20881 12.1858 8.59427 11.7924L13.5282 6.75798L13.5251 6.75483Z" fill="white"/></svg>');
    }
}
@media (max-width: 480px) {
    .flexypack-section {
        padding: 50px 12px 0 12px;
    }
    .section-title {
        font-size: 16px;
    }
    .section-subtitle {
        font-size: 13px;
        line-height: 22px;
    }
    .products-grid {
        gap: 12px;
    }
    .product-card {
        padding: 12px;
        border-radius: 20px;
    }
    .product-image img {
        height: 100px;
    }
    .product-title {
        font-size: 13px;
    }
    .product-description {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .btn-selengkapnya {
        padding: 7px 14px;
        font-size: 10px;
    }
}
@media (max-width: 1024px) {
    .category-section {
        padding: 80px 24px 0 24px;
    }
    .category-header {
        margin-bottom: 40px;
    }
    .category-title {
        font-size: 20px;
    }
    .category-subtitle {
        font-size: 15px;
        line-height: 26px;
    }
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .category-card {
        height: 180px;
    }
    .category-content {
        padding: 25px 20px;
    }
    .category-name {
        font-size: 18px;
    }
    .category-icon {
        top: 25px;
        right: 20px;
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .category-section {
        padding: 60px 16px 0 16px;
    }
    .category-header {
        margin-bottom: 32px;
    }
    .category-title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .category-subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .category-card {
        height: 140px;
        border-radius: 12px;
    }
    .category-content {
        padding: 20px 16px;
    }
    .category-name {
        font-size: 15px;
    }
    .category-icon {
        top: 20px;
        right: 16px;
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    .shape-dot {
        width: 6px;
        height: 6px;
    }
}
@media (max-width: 480px) {
    .category-section {
        padding: 50px 12px 0 12px;
    }
    .category-title {
        font-size: 16px;
    }
    .category-subtitle {
        font-size: 13px;
        line-height: 22px;
    }
    .categories-grid {
        gap: 12px;
    }
    .category-card {
        height: 120px;
        border-radius: 10px;
    }
    .category-content {
        padding: 16px 12px;
    }
    .category-name {
        font-size: 13px;
    }
    .category-icon {
        top: 16px;
        right: 12px;
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    .why-section {
        padding: 80px 24px 0 24px;
    }
    .why-header {
        margin-bottom: 40px;
    }
    .why-title {
        font-size: 20px;
    }
    .why-subtitle {
        font-size: 15px;
        line-height: 26px;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-bottom: 60px;
    }
    .stat-card {
        padding: 32px 24px;
    }
    .stat-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }
    .stat-number {
        font-size: 38px;
        margin-bottom: 12px;
    }
    .stat-description {
        font-size: 15px;
        line-height: 26px;
    }
    .brands-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 32px;
    }
    .brands-grid {
        gap: 32px;
        flex-wrap: wrap;
    }
    .brand-logo img {
        max-height: 32px;
    }
}
@media (max-width: 768px) {
    .why-section {
        padding: 60px 16px 0 16px;
    }
    .why-header {
        margin-bottom: 32px;
    }
    .why-title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .why-subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }
    .stat-card {
        padding: 28px 20px;
    }
    .stat-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 18px;
    }
    .stat-icon img {
        width: 28px;
        height: 28px;
    }
    .stat-number {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .stat-description {
        font-size: 14px;
        line-height: 24px;
    }
    .brands-title {
        font-size: 15px;
        margin-bottom: 28px;
    }
    .brands-grid {
        gap: 24px;
    }
    .brand-logo img {
        max-height: 28px;
    }
}
@media (max-width: 480px) {
    .why-section {
        padding: 50px 12px 0 12px;
    }
    .why-title {
        font-size: 16px;
    }
    .why-subtitle {
        font-size: 13px;
        line-height: 22px;
    }
    .stats-grid {
        gap: 16px;
        margin-bottom: 40px;
    }
    .stat-card {
        padding: 24px 16px;
        border-radius: 16px;
    }
    .stat-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }
    .stat-icon img {
        width: 24px;
        height: 24px;
    }
    .stat-number {
        font-size: 32px;
    }
    .stat-description {
        font-size: 13px;
        line-height: 22px;
    }
    .brands-title {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .brands-grid {
        gap: 20px;
    }
    .brand-logo img {
        max-height: 24px;
    }
}
@media (max-width: 1024px) {
    .features-section {
        margin: 80px auto 40px auto;
        padding-inline: 24px;
    }
    .content-wrapper {
        min-height: 500px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .text-item {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        text-align: center !important;
        max-width: 500px;
        padding: 0 !important;
    }
    .text-item::before {
        display: none;
    }
    .feature-title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 8px;
    }
    .feature-description {
        font-size: 13px;
        line-height: 160%;
        text-align: center;
    }
    .image-center {
        order: 0;
    }
    .package-image {
        max-width: 400px;
    }
}
@media (max-width: 768px) {
    .features-section {
        margin: 60px auto 30px auto;
        padding-inline: 16px;
    }
    .content-wrapper {
        min-height: auto;
        gap: 32px;
    }
    .text-item {
        max-width: 100%;
    }
    .feature-title {
        font-size: 15px;
    }
    .feature-description {
        font-size: 12px;
        line-height: 150%;
    }
    .package-image {
        max-width: 280px;
    }
}
@media (max-width: 480px) {
    .features-section {
        margin: 50px auto 24px auto;
        padding-inline: 12px;
    }
    .content-wrapper {
        gap: 24px;
    }
    .feature-title {
        font-size: 14px;
    }
    .feature-description {
        font-size: 11px;
    }
    .package-image {
        max-width: 240px;
    }
}
@media (max-width: 1024px) {
    .cta-content-section {
        padding: 80px 24px 0 24px;
    }
    .cta-banner {
        margin-inline: 0;
        height: 200px;
        border-radius: 24px;
        margin-bottom: 60px;
    }
    .cta-banner::before {
        border-radius: 24px;
    }
    .cta-content {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .cta-products {
        display: none;
    }
    .cta-right {
        gap: 20px;
        padding: 0 32px;
        text-align: center;
    }
    .cta-text {
        font-size: 22px;
        line-height: 32px;
    }
    .cta-buttons {
        justify-content: center;
        gap: 12px;
    }
    .btn-marketplace img {
        height: 42px;
    }
    .content-section {
        grid-template-columns: 1fr;
        padding: 40px;
        gap: 40px;
        min-height: auto;
    }
    .content-sidebar {
        padding-right: 0;
        padding-bottom: 0;
    }
    .content-title {
        font-size: 28px;
    }
    .content-description {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 24px;
    }
    .content-tabs {
        gap: 12px;
        margin-bottom: 24px;
    }
    .tab-btn {
        padding: 10px 24px;
        font-size: 15px;
    }
    .blog-card-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .blog-card-image {
        height: 200px;
    }
    .success-main-image {
        height: 280px;
    }
    .decorative-dots {
        bottom: -20px;
        left: 40px;
    }
    .decorative-dots-right {
        top: -16px;
        right: 40px;
    }
}
@media (max-width: 768px) {
    .cta-content-section {
        padding: 60px 16px 0 16px;
    }
    .cta-banner {
        height: auto;
        border-radius: 20px;
        margin-bottom: 48px;
        padding: 32px 20px;
    }
    .cta-banner::before {
        border-radius: 20px;
    }
    .cta-right {
        padding: 0 16px;
    }
    .cta-text {
        font-size: 18px;
        line-height: 28px;
    }
    .cta-buttons {
        gap: 10px;
        width: 100%;
    }
    .btn-marketplace {
        display: flex;
        justify-content: center;
    }
    .btn-marketplace img {
        height: 38px;
    }
    .content-section {
        padding: 32px 20px;
        border-radius: 24px;
    }
    .content-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .content-description {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .content-tabs {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }
    .tab-btn {
        padding: 10px 20px;
        font-size: 14px;
        width: 100%;
    }
    .blog-card-wrapper {
        gap: 20px;
    }
    .blog-card {
        padding: 8px;
    }
    .blog-card-image {
        height: 160px;
    }
    .blog-date {
        font-size: 13px;
        margin: 12px 0;
    }
    .blog-card-title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .blog-excerpt {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .btn-read-more {
        padding: 9px 20px;
        font-size: 13px;
    }
    .success-main-image {
        height: 220px;
        margin-bottom: 16px;
    }
    .decorative-dots {
        display: none;
    }
    .decorative-dots-right {
        display: none;
    }
    .section-bottom-info {
        margin-top: 24px;
    }
    .section-info-text {
        font-size: 14px;
    }
    .section-info-link {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .cta-content-section {
        padding: 50px 12px 0 12px;
    }
    .cta-banner {
        min-height: 160px;
        padding: 24px 16px;
    }
    .cta-text {
        font-size: 16px;
        line-height: 24px;
    }
    .btn-marketplace img {
        height: 34px;
    }
    .content-section {
        padding: 24px 16px;
        border-radius: 20px;
    }
    .content-title {
        font-size: 20px;
    }
    .content-description {
        font-size: 13px;
        line-height: 22px;
    }
    .tab-btn {
        padding: 9px 18px;
        font-size: 13px;
    }
    .blog-card-image {
        height: 140px;
    }
    .blog-date {
        font-size: 12px;
    }
    .blog-card-title {
        font-size: 14px;
        line-height: 19px;
    }
    .blog-excerpt {
        font-size: 12px;
        line-height: 20px;
    }
    .btn-read-more {
        padding: 8px 18px;
        font-size: 12px;
    }
    .success-main-image {
        height: 180px;
    }
    .section-info-text {
        font-size: 13px;
    }
    .section-info-link {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    .testimonial-section {
        padding: 80px 24px;
    }
    .testimonial-header {
        margin-bottom: 50px;
    }
    .testimonial-title {
        font-size: 22px;
        line-height: 32px;
    }
    .testimonial-subtitle {
        font-size: 15px;
        line-height: 26px;
    }
    .quote-left {
        left: 60px;
        top: 40px;
        width: 50px;
        height: 50px;
    }
    .quote-right {
        right: 60px;
        top: 80px;
        width: 50px;
        height: 50px;
    }
    .testimonial-card {
        min-width: calc(50% - 15px);
    }
    .testimonial-avatar {
        width: 70px;
        height: 70px;
        margin: -60px 0 16px;
    }
    .testimonial-name {
        font-size: 17px;
    }
    .testimonial-role {
        font-size: 13px;
        margin-bottom: 16px;
    }
    .testimonial-text {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .star {
        font-size: 18px;
    }
    .slider-controls {
        margin-top: 32px;
    }
}
@media (max-width: 768px) {
    .testimonial-section {
        padding: 60px 16px;
    }
    .testimonial-header {
        margin-bottom: 40px;
    }
    .testimonial-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .testimonial-subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    .quote-left {
        left: 20px;
        top: 30px;
        width: 40px;
        height: 40px;
    }
    .quote-right {
        right: 20px;
        top: 60px;
        width: 40px;
        height: 40px;
    }
    .testimonial-slider {
        padding-top: 32px;
    }
    .testimonial-track {
        gap: 20px;
    }
    .testimonial-card {
        min-width: 100%;
        padding: 24px 20px 20px;
        border-radius: 16px;
    }
    .testimonial-avatar {
        width: 64px;
        height: 64px;
        margin: -52px 0 14px;
        border: 3px solid white;
    }
    .testimonial-name {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .testimonial-role {
        font-size: 12px;
        margin-bottom: 14px;
    }
    .testimonial-text {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 14px;
    }
    .star {
        font-size: 16px;
    }
    .slider-controls {
        margin-top: 28px;
    }
    .slider-arrow {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
    .slider-dot {
        width: 10px;
        height: 10px;
    }
    .slider-dot.active {
        width: 26px;
    }
}
@media (max-width: 480px) {
    .testimonial-section {
        padding: 50px 12px;
    }
    .testimonial-title {
        font-size: 18px;
        line-height: 28px;
    }
    .testimonial-subtitle {
        font-size: 13px;
        line-height: 22px;
    }
    .quote-left {
        left: 12px;
        top: 24px;
        width: 32px;
        height: 32px;
    }
    .quote-right {
        right: 12px;
        top: 48px;
        width: 32px;
        height: 32px;
    }
    .testimonial-card {
        padding: 20px 16px 16px;
    }
    .testimonial-avatar {
        width: 56px;
        height: 56px;
        margin: -44px 0 12px;
    }
    .testimonial-name {
        font-size: 15px;
    }
    .testimonial-role {
        font-size: 11px;
    }
    .testimonial-text {
        font-size: 11px;
        line-height: 18px;
    }
    .star {
        font-size: 14px;
    }
    .slider-arrow {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    .slider-dot {
        width: 8px;
        height: 8px;
    }
    .slider-dot.active {
        width: 22px;
    }
}
@media (max-width: 1024px) {
    .final-cta-section {
        margin: 80px auto 32px auto;
        padding: 0 24px;
    }
    .final-cta-container {
        height: 300px;
        border-radius: 40px;
        padding: 48px 32px;
    }
    .final-cta-products-left,
    .final-cta-products-right {
        width: 320px;
        height: 340px;
    }
    .final-cta-products-left {
        border-bottom-left-radius: 40px;
    }
    .final-cta-products-right {
        border-bottom-right-radius: 40px;
    }
    .final-cta-content {
        max-width: 600px;
    }
    .final-cta-title {
        font-size: 36px;
        margin-bottom: 16px;
    }
    .final-cta-subtitle {
        font-size: 16px;
        line-height: 28px;
    }
    .final-cta-highlight {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .btn-final-cta {
        padding: 14px 36px;
        font-size: 17px;
        gap: 10px;
    }
    .btn-final-cta svg {
        width: 22px;
        height: 22px;
    }
}
@media (max-width: 768px) {
    .final-cta-section {
        margin: 60px auto 24px auto;
        padding: 0 16px;
    }
    .final-cta-container {
        height: auto;
        min-height: 280px;
        border-radius: 32px;
        padding: 40px 24px;
    }
    .final-cta-products-left,
    .final-cta-products-right {
        width: 200px;
        height: 240px;
        opacity: 0.6;
    }
    .final-cta-products-left {
        border-bottom-left-radius: 32px;
    }
    .final-cta-products-right {
        border-bottom-right-radius: 32px;
    }
    .final-cta-content {
        max-width: 100%;
        padding: 0 12px;
    }
    .final-cta-title {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 14px;
    }
    .final-cta-subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    .final-cta-highlight {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .btn-final-cta {
        padding: 13px 32px;
        font-size: 16px;
        gap: 8px;
    }
    .btn-final-cta svg {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 480px) {
    .final-cta-section {
        margin: 50px auto 20px auto;
        padding: 0 12px;
    }
    .final-cta-container {
        min-height: 260px;
        border-radius: 28px;
        padding: 36px 20px;
    }
    .final-cta-products-left,
    .final-cta-products-right {
        width: 140px;
        height: 180px;
        opacity: 0.5;
    }
    .final-cta-products-left {
        border-bottom-left-radius: 28px;
    }
    .final-cta-products-right {
        border-bottom-right-radius: 28px;
    }
    .final-cta-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .final-cta-subtitle {
        font-size: 13px;
        line-height: 22px;
    }
    .final-cta-highlight {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .btn-final-cta {
        padding: 12px 28px;
        font-size: 15px;
        gap: 8px;
    }
    .btn-final-cta svg {
        width: 18px;
        height: 18px;
    }
}
@media (max-width: 1024px) {
    footer-section {
        padding: 50px 0 24px;
    }
    .footer-container {
        padding: 0 24px;
    }
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin: 40px 0;
    }
    .footer-left-wrapper {
        margin-right: 0;
    }
    .footer-right-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .footer-logo {
        width: 124px;
        height: 43px;
    }
    .footer-contact-title,
    .footer-social-title,
    .footer-column-title {
        font-size: 15px;
        margin-bottom: 16px;
    }
    .footer-social-title {
        margin: 36px 0 12px 0;
    }
    .footer-contact-item {
        margin-bottom: 12px;
    }
    .footer-contact-icon {
        width: 30px;
        height: 30px;
    }
    .footer-contact-text {
        font-size: 13px;
    }
    .footer-social-icons {
        gap: 10px;
    }
    .footer-social-icon img {
        width: 32px;
        height: 32px;
    }
    .footer-menu-item {
        margin-bottom: 10px;
    }
    .footer-menu-link {
        font-size: 13px;
    }
    .footer-address-title {
        font-size: 13px;
    }
    .footer-address-subtitle {
        font-size: 13px;
    }
    .footer-address-text {
        font-size: 12px;
    }
    .footer-bottom {
        padding-top: 24px;
        gap: 16px;
    }
    .footer-ministry {
        padding: 16px;
    }
    .footer-ministry-logo {
        width: 96px;
        height: 28px;
    }
    .footer-ministry-text {
        font-size: 12px;
    }
    .footer-ministry-number {
        font-size: 15px;
    }
    .footer-copyright {
        margin-left: 16px;
    }
    .footer-copyright-text {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    footer-section {
        padding: 40px 0 20px;
    }
    .footer-container {
        padding: 0 16px;
    }
    .footer-main {
        grid-template-columns: 1fr;
        gap: 32px;
        margin: 32px 0;
    }
    .footer-left-wrapper {
        margin-right: 0;
        padding: 16px;
    }
    .footer-brand {
        gap: 24px;
    }
    .footer-logo {
        width: 110px;
        height: 38px;
    }
    .footer-contact-title,
    .footer-social-title,
    .footer-column-title {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .footer-social-title {
        margin: 28px 0 10px 0;
    }
    .footer-contact-item {
        margin-bottom: 10px;
        gap: 10px;
    }
    .footer-contact-icon {
        width: 28px;
        height: 28px;
    }
    .footer-contact-text {
        font-size: 12px;
    }
    .footer-social-icons {
        gap: 8px;
    }
    .footer-social-icon img {
        width: 28px;
        height: 28px;
    }
    .footer-right-wrapper {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .footer-menu-item {
        margin-bottom: 9px;
    }
    .footer-menu-link {
        font-size: 12px;
    }
    .badge-new {
        font-size: 7.5px;
        padding: 6px 5px;
        min-width: 34px;
        height: 18px;
    }
    .footer-address-title {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .footer-address-subtitle {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .footer-address-text {
        font-size: 11px;
        margin-bottom: 16px;
        padding-left: 12px;
        border-left-width: 2px;
    }
    .footer-bottom {
        flex-direction: column;
        padding-top: 20px;
        gap: 16px;
        text-align: center;
    }
    .footer-ministry {
        padding: 14px;
        width: 100%;
        justify-content: center;
    }
    .footer-ministry-logo {
        width: 88px;
        height: 26px;
    }
    .footer-ministry-text {
        font-size: 11px;
    }
    .footer-ministry-number {
        font-size: 14px;
    }
    .footer-copyright {
        margin-left: 0;
        text-align: center;
    }
    .footer-copyright-text {
        font-size: 11px;
    }
}
@media (max-width: 480px) {
    footer-section {
        padding: 36px 0 16px;
    }
    .footer-container {
        padding: 0 12px;
    }
    .footer-main {
        gap: 28px;
        margin: 28px 0;
    }
    .footer-left-wrapper {
        padding: 14px;
    }
    .footer-brand {
        gap: 20px;
    }
    .footer-logo {
        width: 100px;
        height: 35px;
    }
    .footer-contact-title,
    .footer-social-title,
    .footer-column-title {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .footer-social-title {
        margin: 24px 0 8px 0;
    }
    .footer-contact-item {
        margin-bottom: 9px;
        gap: 9px;
    }
    .footer-contact-icon {
        width: 26px;
        height: 26px;
    }
    .footer-contact-text {
        font-size: 11px;
    }
    .footer-social-icons {
        gap: 7px;
    }
    .footer-social-icon img {
        width: 26px;
        height: 26px;
    }
    .footer-right-wrapper {
        gap: 24px;
    }
    .footer-menu-item {
        margin-bottom: 8px;
    }
    .footer-menu-link {
        font-size: 11px;
    }
    .badge-new {
        font-size: 7px;
        padding: 5px 4px;
        min-width: 32px;
        height: 16px;
    }
    .footer-address-title {
        font-size: 11px;
    }
    .footer-address-subtitle {
        font-size: 11px;
    }
    .footer-address-text {
        font-size: 10px;
        padding-left: 10px;
    }
    .footer-ministry {
        padding: 12px;
        gap: 12px;
    }
    .footer-ministry-logo {
        width: 80px;
        height: 24px;
    }
    .footer-ministry-text {
        font-size: 10px;
    }
    .footer-ministry-number {
        font-size: 13px;
    }
    .footer-copyright-text {
        font-size: 10px;
    }
}
@media (max-width: 1024px) {
    .widget-container {
        bottom: 24px;
        right: 24px;
        gap: 12px;
    }
    .whatsapp-button img {
        width: 56px;
        height: 56px;
    }
    .scroll-top {
        width: 52px;
        height: 52px;
    }
    .whatsapp-desktop {
        display: none;
    }
    .whatsapp-mobile {
        display: block;
    }
}
@media (max-width: 768px) {
    .widget-container {
        bottom: 20px;
        right: 20px;
        gap: 10px;
        align-items: center;
    }
    .whatsapp-button img {
        width: 52px;
        height: 52px;
    }
    .scroll-top {
        width: 48px;
        height: 48px;
    }
    .whatsapp-desktop {
        display: none;
    }
    .whatsapp-mobile {
        display: block;
    }
}
@media (max-width: 480px) {
    .widget-container {
        bottom: 16px;
        right: 16px;
        gap: 8px;
    }
    .whatsapp-button img {
        width: 48px;
        height: 48px;
    }
    .scroll-top {
        width: 44px;
        height: 44px;
    }
}
@media (max-width: 1024px) {
    .main-container {
        padding: 0 24px;
    }
    .container {
        padding: 0 24px;
    }
}
@media (max-width: 768px) {
    .main-container {
        padding: 0 16px;
    }
    .container {
        padding: 0 16px;
    }
    body {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .main-container {
        padding: 0 12px;
    }
    .container {
        padding: 0 12px;
    }
    body {
        font-size: 13px;
    }
}
.fp-chat {
    right: 32px;
    bottom: 24px;
    z-index: 999;
    display: none;
    position: fixed;
    font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
    .fp-chat {
        right: 12px;
        bottom: 8px;
    }
}
.fp-chat.fp-chat-show {
    display: block;
}
.fp-chat-prompt {
    padding: 16px;
    display: none;
    max-width: 300px;
    background: #f5f5f5;
    border-radius: 12px;
    margin-bottom: 16px;
    flex-direction: column;
    box-shadow: 0 4px 12px 4px #00000033;
}
.fp-chat-prompt.fp-chat-prompt-show {
    display: flex;
}
.fp-chat-prompt-header {
    gap: 8px;
    display: flex;
    padding-bottom: 16px;
}
.fp-chat-prompt-header img {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    pointer-events: none;
}
.fp-chat-prompt-header .fp-chat-prompt-close {
    align-self: flex-start;
}
.fp-chat-prompt-header .fp-chat-prompt-close::before {
    content: "×";
    font-size: 24px;
    transform: translateY(-50%);
}
.fp-chat-prompt-header .fp-chat-prompt-close:hover {
    cursor: pointer;
}
.fp-chat-prompt-title {
    width: 100%;
}
.fp-chat-prompt-title h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 2px 0;
    line-height: normal;
}
.fp-chat-prompt-title p {
    margin: 0;
    font-size: 12px;
    line-height: normal;
}
.fp-chat-prompt-room {
    gap: 8px;
    display: flex;
    overflow: auto;
    max-height: 180px;
    padding: 32px 12px;
    border-radius: 8px;
    flex-direction: column;
    background: center / cover no-repeat url(img/image-whatsapp-conversation-background.webp);
}
.fp-chat-prompt-room img {
    width: 100%;
    max-width: 240px;
    pointer-events: none;
}
.fp-chat-prompt-room .fp-chat-conversation {
    color: #2f2f2f;
    max-width: 240px;
    line-height: 1.35;
    font-size: 12.45px;
    position: relative;
    border-radius: 16px;
    background: #ffffff;
    padding: 12px 18px 28px;
}
.fp-chat-prompt-room .fp-chat-prompt-time {
    right: 16px;
    bottom: 8px;
    color: #5f5f5f;
    font-size: 10px;
    position: absolute;
}
.fp-chat-form {
    display: flex;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #dddddd;
}
.fp-chat-form textarea {
    width: 100%;
    border: none;
    resize: none;
    outline: none;
    font: inherit;
    font-size: 14px;
    min-height: auto;
    border-radius: 0;
    background: #ffffff;
    line-height: normal;
    padding: 8px 0 16px 8px;
}
.fp-chat-form .fp-chat-emoji-picker {
    padding: 8px;
    opacity: 0.75;
    align-self: flex-start;
    border-bottom-left-radius: 8px;
    transition: background 0.25s ease-in-out;
}
.fp-chat-form .fp-chat-emoji-picker:hover {
    cursor: pointer;
    background: #eeeeee;
}
.fp-chat-send {
    color: #ffffff;
    font-size: 16px;
    margin-top: 8px;
    padding: 8px 12px;
    text-align: center;
    background: #33aa33;
    border-radius: 999px;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: background 0.25s ease-in-out;
}
.fp-chat-send:hover {
    cursor: pointer;
    background: #009900;
}
.fp-chat-sticky {
    display: none;
    user-select: none;
    justify-self: flex-end;
    transition: transform 0.25s ease-in-out;
}
.fp-chat-sticky:hover {
    cursor: pointer;
    transform: translateY(-4px);
}
.fp-chat-sticky.fp-chat-sticky-show {
    display: block;
    text-align: right;
}
.fp-chat-sticky img {
    width: 64px;
    height: 64px;
    padding: 6px;
    background: #33aa33;
    border-radius: 999px;
    pointer-events: none;
    box-shadow: 0 4px 12px 4px #00000022;
}
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fp-chat-animate {
    animation: slideUp 0.7s ease-out forwards;
}
.fp-chat-animate-prompt {
    animation: slideUp 0.7s ease-out forwards;
}
.wrapper:has(.emoji-picker) {
    z-index: 9999 !important;
}
@media (max-width: 440px) {
    .wrapper:has(.emoji-picker) {
        right: 0 !important;
        top: auto !important;
        left: auto !important;
        bottom: 212px !important;
        transform: none !important;
        position: fixed !important;
    }
}
