/* CSS for section section:header */
.site-header {
    background-color: rgba(255, 253, 250, 0);
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-images {
    position: relative;
    width: 93px;
    height: 36px;
}
.logo-icon,
.logo-text {
    position: absolute;
}
.logo-icon {
    top: 0;
    left: 0;
    width: 27.82px;
    height: 36px;
}
.logo-text {
    top: 7.84px;
    left: 31.92px;
    width: 61.08px;
    height: 20.8px;
}
.main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-icon {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.nav-icon img {
    width: 32px;
    height: 32px;
}

/* CSS for section section:hero */
.hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-product-carousel {
    width: 474px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}
.hero-product-carousel .carousel-inner,
.hero-product-carousel .carousel-item {
    height: 100%;
}
.hero-product-carousel .carousel-item img {
    height: 100%;
    object-fit: cover;
}
.hero-bg-images {
    position: relative;
    width: 100%;
    height: 100%;
}
.hero-bg-shape-1 {
    position: absolute;
    top: 358px;
    left: 175px;
    width: 1140px;
    height: 289px;
}
.hero-bg-shape-2 {
    position: absolute;
    top: 358px;
    left: 175px;
    width: 1140px;
    height: 289px;
}
.hero-product-image-wrapper {
    position: absolute;
    top: 0;
    left: 503px;
    width: 474px;
    height: 593px;
    overflow: hidden;
}
.hero-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-section {
    position: relative;
    height: 100vh;
    /* atau tinggi sesuai kebutuhan */
    display: flex;
    flex-direction: column;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 80px 0;
    z-index: 2;
}

.hero-title-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 72px;
    font-weight: 700;
    line-height: 84px;
}

.hero__decorator {
    margin-top: 400px;
}
.hero__decorator img {
    width: 1140px;
    height: auto;
}
.hero-title-produk {
    position: absolute;
    top: 112px;
    left: 323px;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
.hero-title-amp {
    position: absolute;
    top: 196px;
    left: 694px;
}
.hero-title-layanan {
    position: absolute;
    top: 280px;
    left: 881px;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

@media (max-width: 1200px) {
    .hero-title-group {
        transform: scale(0.8);
        transform-origin: left;
    }
}
@media (max-width: 768px) {
    .hero-section {
        height: 510px;
        padding-top: 100px;
        padding-bottom: 50px;
        text-align: center;
    }
    .hero-product-carousel {
        width: 271px;
        height: 484px;
    }
    .hero-content {
        flex-direction: column;
        width: 100%;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .hero-title-group {
        width: 100%;
        height: 168px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 48px;
        line-height: 1.2;
        margin: 0 auto;
    }
    .hero__decorator {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .hero__decorator img {
        width: 327px;
        height: 82px;
        max-width: 327px;
    }
    .hero-title-produk {
        position: absolute;
        top: 0;
        left: 0;
    }
    .hero-title-amp {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
    }
    .hero-title-layanan {
        position: absolute;
        top: 70%;
        left: 70%;
    }
}

/* Vertical carousel (Home/About behavior) */
.carousel-vertical .carousel-item {
    height: 100%;
    transition: transform 1s ease-in-out !important;
}
.carousel-vertical .carousel-inner {
    height: 100%;
}
/* Forward (next): exiting goes up; entering starts below */
.carousel-vertical .carousel-item.active.carousel-item-start {
    transform: translateY(-100%) !important;
}
.carousel-vertical .carousel-item.carousel-item-next {
    transform: translateY(100%) !important;
}
.carousel-vertical .carousel-item.carousel-item-next.carousel-item-start {
    transform: translateY(0%) !important;
}
/* Backward (prev): exiting goes down; entering starts above */
.carousel-vertical .carousel-item.active.carousel-item-end {
    transform: translateY(100%) !important;
}
.carousel-vertical .carousel-item.carousel-item-prev {
    transform: translateY(-100%) !important;
}

/* CSS for section section:products */
.products-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.products-container {
    display: flex;
    gap: 122px;
}
.products-sidebar {
    flex-shrink: 0;
    width: 183px;
}
.products-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sidebar-link {
    display: block;
    padding: 10px 20px;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s ease;
}
.sidebar-link.active {
    background: linear-gradient(150deg, #f6ae45 73.03%, #93a1f1 115.33%);
    color: var(--color-text-light);
}
.sidebar-link:not(.active) {
    background-color: var(--color-background);
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}
.products-main {
    flex-grow: 1;
}
.products-header {
    background-color: #ebeffc;
    padding: 24px;
    margin-bottom: 24px;
}
.products-header h2 {
    margin: 0 0 16px 0;
    color: var(--color-text-dark);
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
}
.products-header p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.product-card {
    background-color: #f0f0f0;
    padding: 16px;
    display: flex;
    flex-direction: column;
}
.product-card-img-wrapper {
    background-color: #ffffff;
    margin-bottom: 13px;
    height: 183px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}
.product-card-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.product-card-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-text-muted);
    flex-grow: 1;
}
.product-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-top: auto;
    padding-top: 6px;
    padding-bottom: 6px;
}
.product-link img {
    width: 20px;
    height: 20px;
}

@media (max-width: 1024px) {
    .products-container {
        flex-direction: column;
        gap: 40px;
    }
    .products-sidebar {
        width: 100%;
    }
    .products-sidebar ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

/* CSS for section section:services */
.services-section {
    padding: 52px 0 80px;
}
.section-title {
    text-align: center;
    margin-bottom: 52px;
}
.sub-heading {
    color: #595959;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
}
.sub-heading::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 10px;
    background-color: #fad28e;
    z-index: -1;
}
.section-title h2 {
    color: var(--color-text-dark);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 795px;
}
.services-list {
    border: 1px solid #cccccc;
    padding: 40px 0;
}
.service-item {
    display: flex;
    gap: 44px;
    padding: 0 40px;
}
.service-divider {
    border: none;
    border-top: 1px solid #cccccc;
    margin: 48px 0;
}
.service-icon-wrapper {
    width: 144px;
    height: 144px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-icon-wrapper img {
    max-width: 120px;
    max-height: 120px;
}
.service-description {
    flex-basis: 40%;
}
.service-description h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    margin: 0 0 13px 0;
}
.service-description p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.service-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.service-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--color-secondary);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.service-benefits img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: -2px;
}

@media (max-width: 1024px) {
    .service-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
    }
    .service-benefits {
        align-items: flex-start;
        text-align: left;
        width: 100%;
        max-width: 484px;
    }
}
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 32px;
    }
    .service-description h3 {
        font-size: 28px;
    }
    .service-benefits li {
        font-size: 18px;
    }
}

/* CSS for section section:contact */
.contact-section {
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 120px;
}
.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.contact-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-bg-vector {
    position: absolute;
    right: -183px;
    top: 170px;
    opacity: 0.2;
    transform: rotate(180deg);
}
.contact-box {
    position: relative;
    z-index: 2;
    background-color: rgba(250, 250, 250, 0.4);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    padding: 24px;
    max-width: 489px;
}
.contact-box-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: left;
}
.contact-box-content h2 {
    color: #111111;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 -28px 0;
}
.contact-box-content p {
    color: var(--color-text-muted);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}
.contact-buttons {
    display: flex;
    gap: 16px;
}
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    flex-grow: 1;
}
.btn img {
    width: 20px;
    height: 20px;
}
.btn-primary {
    background: linear-gradient(150deg, #f4992c 73.03%, #93a1f1 115.33%);
    color: var(--color-text-light);
}
.btn-secondary {
    background-color: var(--color-background);
    color: var(--color-primary);
}

.btn-light {
    background: var(--color-background);
    color: var(--color-primary);
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 24px;
        justify-content: center;
    }
    .contact-box {
        width: 100%;
    }
    .contact-box-content h2 {
        font-size: 36px;
    }
    .contact-box-content p {
        font-size: 18px;
    }
    .contact-buttons {
        flex-direction: column;
    }
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    padding-right: 120px;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

section {
    position: relative;
}

@media (max-width: 1200px) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}
