*,
body.login-page {
    padding: 0;
    color: var(--white);
}
.btn-primary,
body,
body.login-page {
    font-family: var(--font-body);
}
.btn-primary,
.container,
.login-card,
.main-article,
.oem-visual,
body,
html {
    width: 100%;
}
body,
header {
    background: var(--black-accent);
}
.btn-contact:hover,
.btn-primary:hover {
    transform: translateY(-2px);
}
.btn-contact,
.btn-pill-arrow,
.logo {
    white-space: nowrap;
}
.bottle,
.burger,
.expertise-card,
.hero,
.hero-visual,
.hero-wrap {
    position: relative;
}
.expertise-list,
ul {
    list-style: none;
}
.news-grid,
.value-grid {
    grid-template-columns: repeat(3, 1fr);
}
.cat-overlay,
.categories,
.certification,
.cta-content,
.faq h2,
.footer-bottom,
.hero-content,
.login-header,
.product-hero-content,
.stats .container,
.value-grid,
.value-section,
.whoweare-content-solo {
    text-align: center;
}
.news-title,
.news-title a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cat-grid,
.cat-item,
.cta,
.expertise-card,
.footer-map,
.gallery-grid,
.gallery-item,
.news-card,
.news-title,
.news-title a,
.product-detail-media,
.product-grid-item {
    overflow: hidden;
}
*,
.capacity-card,
.login-wrapper,
.modal-input {
    box-sizing: border-box;
}
.arrow-btn,
.btn-primary,
.burger,
.cat-item,
.close-modal,
.gallery-arrow,
.gallery-item,
.modal-select,
.modal-submit-btn,
.subcat-item {
    cursor: pointer;
}
.bottle .slide,
.wa-chat-box {
    opacity: 0;
    visibility: hidden;
}
.btn-consult,
.btn-discover,
.wa-agent,
.widget-item,
a {
    text-decoration: none;
}
:root {
    --dark-plum: #1c0f16;
    --dark-plum-2: #2b1420;
    --maroon: #4a1c2e;
    --maroon-2: #6b2440;
    --pink-hot: #e0508c;
    --pink-mid: #e98aad;
    --pink-light: #f6d3de;
    --pink-pale: #fbe8ee;
    --gold: #d8b46a;
    --cream: #f8ede9;
    --ink: #2a1a20;
    --white: #ffffff;
    --font-display: "Playfair Display", serif;
    --font-body: "Poppins", sans-serif;
    --font-accent: "Pochaevsk", serif;
    --pink-accent: #e28f9b;
    --black-accent: #101010;
    --black: #000000;
}
* {
    margin: 0;
}
body {
    color: var(--black-accent);
    line-height: 1.6;
}
.login-header img {
    width: 75px;
    height: auto;
    margin-bottom: 15px;
    display: inline-block;
    transition:
        transform 0.3s,
        filter 0.3s;
}
.login-header img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 6px rgba(226, 143, 155, 0.3));
}
body.login-page {
    margin: 0;
    background-color: var(--black);
}
.login-header h2,
h1,
h2,
h3 {
    font-family: var(--font-display);
    font-weight: 600;
}
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}
.login-card {
    background-color: var(--black-accent);
    padding: 50px 40px;
    border-radius: 12px;
    max-width: 450px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(226, 143, 155, 0.15);
}
.login-header {
    margin-bottom: 35px;
}
.login-header h2 {
    color: var(--pink-accent);
    font-size: 2.5rem;
    margin: 0 0 5px;
    letter-spacing: 1px;
}
.login-header p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0;
}
.article-content p,
.form-group,
.modal-form-group {
    margin-bottom: 20px;
}
.mt-4 {
    margin-top: 25px;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: var(--white);
    letter-spacing: 0.5px;
}
.form-group input[type="email"],
.form-group input[type="password"] {
    width: 100%;
    padding: 14px 15px;
    background-color: var(--black);
    border: 1px solid #333;
    color: var(--white);
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    transition: 0.3s;
    box-sizing: border-box;
}
.form-group input::placeholder {
    color: #555;
}
.form-group input:focus {
    outline: 0;
    border-color: var(--pink-accent);
    box-shadow: 0 0 0 2px rgba(226, 143, 155, 0.2);
}
.error-msg {
    color: #ff6b6b;
    font-size: 0.8rem;
    margin-top: 6px;
    display: block;
}
.btn-primary {
    background-color: var(--pink-accent);
    color: var(--black-accent);
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition:
        background-color 0.3s,
        transform 0.2s;
}
.footer-col li a:hover,
.footer-contact li a:hover,
.hero-copy h1,
.logo,
.news-hero p span,
.product-hero-content h1 span,
nav a:active,
ul li a.active,
ul li a:hover {
    color: var(--pink-accent);
}
.btn-primary:hover {
    background-color: #d17885;
}
a {
    color: inherit;
}
img,
svg {
    display: block;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: auto;
}
.eyebrow {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
}
.hero-wrap {
    background: linear-gradient(
        180deg,
        var(--black-accent) 0,
        var(--pink-accent) 100%
    );
}
header {
    position: sticky;
    top: 0;
    z-index: 200;
    padding: 26px 0;
    transition:
        background 0.3s,
        padding 0.3s,
        box-shadow 0.3s;
}
header.scrolled {
    background: rgba(16, 16, 16, 0.94);
    padding: 16px 0;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
    z-index: 300;
}
header .container {
    display: flex;
    align-items: center;
}
.logo,
.nav-right {
    align-items: center;
    display: flex;
}
.logo {
    font-family: var(--font-accent);
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
}
.btn-contact,
.btn-discover,
.btn-pill-arrow {
    color: var(--black-accent);
    font-weight: 500;
}
.btn-contact,
.btn-discover,
.btn-pill-arrow,
.expertise-heading h2,
.hero-copy .tagline,
nav a {
    font-family: var(--font-display);
}
.logo img {
    width: 25px;
}
.logo a {
    padding: 0 12px;
}
.nav-right {
    gap: 40px;
    margin-left: auto;
}
#nav-toggle,
.burger {
    display: none;
}
nav ul {
    display: flex;
    gap: 38px;
}
nav a {
    color: var(--white);
    font-size: 14.5px;
    font-weight: 400;
    transition: color 0.2s;
}
.btn-contact {
    background: var(--pink-accent);
    padding: 11px 26px;
    font-size: 14px;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}
.burger {
    width: 30px;
    height: 22px;
    background: 0 0;
    border: none;
    z-index: 60;
    margin-left: auto;
}
.burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f6e4ea;
    transition:
        transform 0.25s,
        opacity 0.25s;
}
.burger span:first-child {
    top: 0;
}
.burger span:nth-child(2) {
    top: 10px;
}
.burger span:nth-child(3) {
    top: 20px;
}
#nav-toggle:checked ~ .burger span:first-child {
    transform: translateY(10px) rotate(45deg);
}
#nav-toggle:checked ~ .burger span:nth-child(2) {
    opacity: 0;
}
#nav-toggle:checked ~ .burger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}
.hero {
    padding: 60px 0 90px;
}
.hero .container {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 20px;
}
.hero-copy h1 {
    font-size: 64px;
    line-height: 1.16;
    font-weight: 700;
    margin-bottom: 26px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}
.hero-copy .tagline {
    color: #f5eaee;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 34px;
    line-height: 1.9;
}
.tagline .divider {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: rgba(245, 234, 238, 0.55);
    margin: 0 12px;
    vertical-align: middle;
}
.btn-discover {
    background: var(--pink-accent);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.badge-cta:hover,
.btn-discover:hover {
    transform: translateY(-3px);
}
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}
.hero-visual::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 620px;
    transform: translate(-50%, -50%);
    background: radial-gradient(
        circle,
        rgba(255, 214, 225, 0.55) 0,
        rgba(233, 138, 173, 0.35) 35%,
        rgba(233, 138, 173, 0) 70%
    );
    z-index: 0;
    pointer-events: none;
}
.bottle {
    width: 100%;
    max-width: 430px;
    z-index: 1;
    display: grid;
}
.bottle .slide {
    grid-area: 1/1;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 40px 50px rgba(20, 4, 12, 0.5));
    transform: scale(0.95);
    transition:
        opacity 1s ease-in-out,
        transform 1s ease-in-out,
        visibility 1s;
}
.bottle .slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.expertise {
    background: linear-gradient(
        180deg,
        var(--pink-accent) 0,
        var(--black-accent) 65%,
        var(--black-accent) 100%
    );
    padding: 90px 0;
}
.expertise-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.expertise-heading h2 {
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.2;
    color: var(--white);
}
.btn-pill-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--pink-accent);
    padding: 15px 28px;
    border-radius: 999px;
    font-size: 15px;
    transition: transform 0.25s;
}
.stat-label,
.stat-num,
.value-card .v-icon svg {
    color: var(--pink-accent);
}
.btn-pill-arrow:hover {
    transform: translateX(4px);
}
.btn-dark:hover,
.cat-item:hover img,
.wa-toggle-btn:hover {
    transform: scale(1.08);
}
.expertise-card {
    position: relative;
    height: 640px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    padding: clamp(16px, 3vw, 32px); /* Padding luar diperkecil sedikit */
    background: var(--pink-accent);
    overflow: hidden;
}

.expertise-card-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.expertise-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}

.expertise-card-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 460px;
    background: rgba(16, 12, 13, 0.82);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    /* Perkecil padding dalam panel agar ruang untuk teks lebih luas */
    padding: clamp(20px, 2.5vw, 32px);
}
.stats,
.value-section {
    background: var(--black-accent);
}
.expertise-card-panel p {
    color: var(--white);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 28px;
}
.expertise-list {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.expertise-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--white);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
}
.cat-overlay h3,
.categories h2,
.stat-label,
.stat-num {
    font-family: var(--font-accent);
}
.expertise-list li svg {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}
@media (max-width: 900px) {
    .expertise-heading {
        flex-direction: column;
        align-items: flex-start;
    }
    .expertise-card {
        align-items: flex-end;
        min-height: 620px;
    }
    .expertise-card-panel {
        max-width: 100%;
    }
}
.stats {
    padding: 46px 0;
}
.stats .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 24px;
}
.stat-num {
    font-size: 36px;
    font-weight: 500;
}
.stat-label {
    font-size: 24px;
    margin-top: 6px;
    font-weight: 300;
}
.value-section {
    padding: 80px 0 60px;
    color: var(--white);
}
.value-section h2 {
    font-size: 48px;
    margin-bottom: 48px;
}
.value-grid {
    display: grid;
    gap: 40px 30px;
}
.value-card .v-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}
.value-card .v-icon svg {
    width: 40px;
    height: 40px;
}
.value-card h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}
.value-card p {
    font-size: 13px;
    color: #e6cdd6;
    max-width: 260px;
    margin: 0 auto;
}
.categories {
    padding: 70px 0;
    background: linear-gradient(
        180deg,
        var(--black-accent) 0,
        var(--pink-accent) 100%
    );
}
.categories h2 {
    font-size: 48px;
    margin-bottom: 40px;
    color: var(--white);
    font-weight: 300;
}
.cat-track {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cat-grid {
    width: 100%;
}
.cat-wrapper {
    display: flex;
    gap: 22px;
    transition: transform 0.5s;
}
.cat-item {
    flex: 0 0 calc((100% - 44px) / 3);
    border-radius: 12px;
    position: relative;
}
.cat-overlay,
.cat-title {
    position: absolute;
    transition: 0.45s;
}
.cat-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.45s;
}
.cat-title {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 28px;
    font-family: var(--font-display);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    z-index: 3;
}
.arrow-btn,
.news-title a:hover {
    color: var(--pink-hot);
}
.footer-bottom,
.news-date,
.news-title {
    font-family: var(--font-body);
}
.cat-overlay {
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
}
.cat-item:hover .cat-overlay p {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.15s;
}
.cat-overlay h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 12px;
}
.cat-overlay p {
    color: #eee;
    font-size: 15px;
    line-height: 1.5;
    max-width: 220px;
    margin-bottom: 25px;
    font-family: var(--font-display);
}
.cat-item:hover .cat-overlay {
    opacity: 1;
}
.arrow-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e0c3cd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.certification h2,
.news h2,
.news-date,
.news-title {
    color: var(--white);
}
.certification {
    background: var(--black-accent);
    padding: 60px 0;
}
.certification h2 {
    font-size: 26px;
    margin-bottom: 36px;
}
.cert-row {
    display: flex;
    justify-content: center;
    gap: 120px;
    align-items: center;
    flex-wrap: wrap;
}
.cert-row img {
    height: 180px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}
.news {
    padding: 70px 0;
    background: linear-gradient(
        180deg,
        var(--pink-accent) 0,
        var(--black-accent) 100%
    );
}
.news h2 {
    font-size: 28px;
    margin-bottom: 36px;
}
.news-grid {
    display: grid;
    gap: 24px;
}
.news-body {
    padding: 16px;
}
.news-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
}
.cta {
    position: relative;
    background: url("../image/cta.png") center center/cover no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-dark,
.faq {
    background: var(--black-accent);
}
.cta .container {
    position: relative;
    z-index: 2;
}
.cta h2 {
    color: var(--black-accent);
    font-size: 44px;
    font-family: var(--font-accent);
    font-weight: 400;
    margin-bottom: 28px;
}
.card-title,
.footer-logo span,
.vm-card h3 {
    font-family: var(--font-display);
}
.btn-dark {
    display: inline-block;
    color: var(--pink-accent);
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 500;
}
.faq,
.faq-item h3,
footer {
    color: var(--white);
}
.btn-dark:hover {
    transition: transform 0.3s;
}
.faq {
    padding: 70px 0;
}
.faq h2 {
    font-size: 30px;
    margin-bottom: 44px;
}
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 60px;
}
.faq-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.faq-item:nth-child(odd):last-child {
    grid-column: 1/-1;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.faq-item h3 {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 600;
}
.faq-item p {
    font-size: 13px;
    color: #c9a8b3;
}
footer {
    background: linear-gradient(
        180deg,
        var(--black-accent),
        var(--pink-accent)
    );
    padding: 60px 0 24px;
}
.footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 36px;
}
.footer-logo {
    margin-bottom: 16px;
    display: flex;
    justify-items: center;
    align-items: center;
}
.footer-logo span {
    font-weight: 600;
    display: flex;
}
.footer-logo img {
    width: 40px;
    height: auto;
    display: block;
    margin-right: 1rem;
}
.footer-badge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--pink-hot);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}
.footer-col h4 {
    font-size: 16px;
    margin-bottom: 14px;
    color: var(--white);
}
.footer-col li,
.vm-heading .eyebrow {
    margin-bottom: 10px;
}
.footer-col li {
    font-size: 16px;
    color: var(--white);
}
.footer-contact li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 12px;
}
.footer-social-link {
    display: inline-flex;
    align-items: center;
}
.footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.footer-bottom {
    border-top: 1px solid var(--white);
    padding-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}
.footer-address {
    font-size: 13px;
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 18px;
}
.footer-map {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    border: 1px solid var(--white);
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.footer-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.footer-map:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
}
@media (max-width: 900px) {
    .expertise-inner,
    .faq-grid,
    .footer-top,
    .hero .container {
        grid-template-columns: 1fr;
    }
    .burger {
        display: block;
    }
    .nav-right {
        position: fixed;
        top: 0;
        right: 0;
        width: min(78vw, 320px);
        height: 100vh;
        background: var(--black-accent);
        flex-direction: column;
        align-items: flex-start;
        padding: 100px 32px 40px;
        gap: 34px;
        transform: translateX(100%);
        transition: transform 0.3s;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.35);
    }
    #nav-toggle:checked ~ .nav-right {
        transform: translateX(0);
    }
    nav ul {
        flex-direction: column;
        gap: 22px;
    }
    .btn-contact {
        width: 100%;
        text-align: center;
    }
    .hero .container {
        text-align: center;
    }
    .hero-copy {
        order: 1;
    }
    .hero-visual {
        order: 2;
        margin-top: 20px;
    }
    .hero-copy .tagline {
        justify-content: center;
    }
    .bottle {
        max-width: 280px;
        margin: 0 auto;
    }
    .expertise-visual {
        min-height: 340px;
        order: -1;
    }
    .expertise-visual .fade-overlay {
        background: linear-gradient(
            180deg,
            var(--pink-accent) 0,
            var(--pink-accent) 5%,
            rgba(233, 138, 173, 0) 55%
        );
    }
    .stats .container {
        display: grid;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 24px;
        text-align: center;
        gap: 36px;
    }
    .cat-grid,
    .news-grid,
    .value-grid {
        grid-template-columns: 1fr 1fr;
    }
    .cat-item {
        flex: 0 0 calc((100% - 22px) / 2);
    }
}
.about-hero {
    position: relative;
    height: 40vh;
    background: url("../image/about/prod2.jpeg") center/cover fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vm-heading .eyebrow,
.whoweare-eyebrow {
    color: var(--pink-accent);
    display: block;
}
.about-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}
.hero-content,
.product-hero-content {
    position: relative;
    z-index: 2;
}
.hero-content h1 {
    color: #fff;
    font-size: 72px;
    margin-bottom: 8px;
}
.hero-content p {
    color: #fff;
    font-size: 22px;
}
.whoweare-section {
    background: var(--black-accent);
    padding: 100px 0;
}
.whoweare-content-solo {
    max-width: 780px;
    margin: 0 auto;
}
.whoweare-eyebrow {
    margin-bottom: 12px;
}
.whoweare-content-solo h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 22px;
}
.whoweare-content-solo p {
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 16px;
    opacity: 0.92;
    text-align: justify;
}
.vm-card ul,
.whoweare-checklist {
    text-align: left;
    padding: 0;
    list-style: none;
}
.whoweare-checklist {
    margin-top: 24px;
    display: inline-flex;
    flex-direction: column;
    gap: 14px;
}
.capacity-card,
.contact-header,
.modal-title,
.partner,
.product-grid-hover,
.product-grid-title,
.vm-card,
.vm-heading {
    text-align: center;
}
.whoweare-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.check-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--pink-accent);
    color: var(--black-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision-mission-section {
    position: relative;
    background:
        linear-gradient(
                180deg,
                rgba(16, 16, 16, 0.85) 0,
                rgba(16, 16, 16, 0.92) 100%
            )
            fixed,
        url("../image/about/prod.jpeg") center center/cover no-repeat fixed;
    padding: 100px 0;
}
.vm-heading {
    margin-bottom: 56px;
}
.vm-heading h2 {
    color: #fff;
    font-size: 48px;
}
.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.vm-card {
    background: var(--black-accent);
    border-radius: 20px;
    padding: 48px 40px;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.vm-card ul li::before,
.vm-icon {
    border-radius: 50%;
    background: var(--pink-accent);
}
.vm-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.vm-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 22px;
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
}
.vm-card h3 {
    color: var(--white);
    font-size: 26px;
    margin-bottom: 16px;
}
.vm-card p,
.vm-card ul li {
    color: var(--pink-accent);
    font-size: 15px;
}
.vm-card p {
    line-height: 1.8;
}
.vm-card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vm-card ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.7;
}
.vm-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
}
.about-gallery {
    background: var(--pink-accent);
    padding: 70px 0;
}
.gallery-track {
    display: flex;
    align-items: center;
    gap: 25px;
}
.gallery-grid {
    width: 100%;
    flex: 1;
}
.gallery-wrapper {
    display: flex;
    gap: 24px;
    transition: transform 0.5s;
}
.gallery-item {
    flex: 0 0 calc((100% - 3 * 24px) / 4);
    aspect-ratio: 1/1;
    border-radius: 12px;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s;
}
.gallery-item:hover img,
.product-grid-item:hover img {
    transform: scale(1.06);
}
.gallery-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: 0 0;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition:
        background 0.2s,
        color 0.2s;
}
.gallery-arrow:hover {
    background: var(--white);
    color: var(--black-accent);
}
@media screen and (max-width: 900px) {
    .gallery-item {
        flex: 0 0 calc((100% - 2 * 24px) / 3);
    }
}
@media screen and (max-width: 560px) {
    .gallery-track {
        gap: 10px;
    }
    .gallery-item {
        flex: 0 0 calc((100% - 1 * 24px) / 2);
    }
    .gallery-arrow {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }
}
.partner {
    position: relative;
    background:
        linear-gradient(
                180deg,
                rgba(16, 16, 16, 0.9) 0,
                rgba(16, 16, 16, 0.95) 100%
            )
            fixed,
        url("../image/about/about-2.png") center center/cover no-repeat fixed;
    padding: 80px 0;
}
.partner h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 70px;
}
.partner-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.partner-logo {
    width: 140px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-grid img {
    width: 140px;
    height: 80px;
    object-fit: contain;
    filter: brightness(0.95);
    transition:
        transform 0.3s,
        filter 0.3s;
}
.partner-grid img:hover {
    filter: brightness(1);
    transform: scale(1.05);
}
@media (max-width: 900px) {
    .vm-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }
    .hero-content h1 {
        font-size: 50px;
    }
    .vm-heading h2,
    .whoweare-content-solo h2 {
        font-size: 38px;
    }
    .partner-grid {
        justify-content: center;
    }
}
@media (max-width: 768px), (hover: none) and (pointer: coarse) {
    .about-hero,
    .partner,
    .vision-mission-section {
        background-attachment: scroll;
    }
}
@media (max-width: 560px) {
    .expertise,
    .vision-mission-section,
    .whoweare-section {
        padding: 60px 0;
    }
    .expertise-card {
        border-radius: 20px;
        min-height: 560px;
    }
    .expertise-card-panel {
        border-radius: 16px;
        padding: 24px;
    }
    .expertise-list li {
        font-size: 15px;
    }
    .expertise-list li svg {
        width: 26px;
        height: 26px;
    }
    .container {
        padding: 0 18px;
    }
    .cat-grid,
    .news-grid,
    .value-grid {
        grid-template-columns: 1fr;
    }
    .cta h2,
    .hero-copy h1 {
        font-size: 32px;
    }
    .hero-copy .tagline {
        font-size: 14px;
        line-height: 1.8;
    }
    .cat-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
    }
    .cat-item:hover .cat-title {
        bottom: 0;
        transform: translateX(-50%);
    }
    .cat-title {
        position: absolute;
        left: 50%;
        bottom: 20px;
        color: #fff;
        font-size: 24px;
        font-family: var(--font-display);
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
        z-index: 3;
    }
    .cat-item {
        flex: 0 0 100%;
    }
    .cert-row {
        display: grid;
        justify-content: center;
    }
    .cert-row img {
        flex: 0 0 100%;
        width: 60%;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }
    .logo {
        font-size: 14px;
    }
    .about-hero {
        height: 280px;
    }
    .hero-content h1 {
        font-size: 38px;
    }
    .hero-content p {
        font-size: 18px;
    }
    .vm-heading h2,
    .whoweare-content-solo h2 {
        font-size: 30px;
    }
    .vm-card {
        padding: 36px 24px;
    }
    .partner h2 {
        font-size: 40px;
    }
    .gallery-wrapper img {
        width: 220px;
        height: 150px;
    }
    .partner-grid {
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
    }
}
.capacity-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100vh;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.capacity-card {
    flex: 1 1 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-left {
    background-image: url("../image/oem.webp");
}
.card-right {
    background-image: url("../image/odm.webp");
}
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.card-content {
    position: relative;
    z-index: 2;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-title {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.25;
    color: var(--white);
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}
.btn-discover,
.card-text {
    font-size: 0.95rem;
    font-family: var(--font-display);
}
.card-text {
    font-weight: 300;
    line-height: 1.6;
    color: var(--white);
    margin-bottom: 36px;
}
.btn-discover {
    display: inline-block;
    padding: 12px 28px;
    background-color: var(--black-accent);
    color: var(--pink-accent);
    letter-spacing: 0.5px;
    transition: 0.3s;
}
.article-meta,
.contact-header h1 {
    letter-spacing: 2px;
    text-transform: uppercase;
}
.btn-discover:hover {
    background-color: #261c1e;
    color: var(--white);
}
@media (max-width: 800px) {
    .capacity-card {
        flex: 1 1 100%;
        min-height: 500px;
        padding: 40px 20px;
    }
    .card-title {
        font-size: 2.1rem;
    }
}
.news-page {
    background: var(--black-accent);
}
.contact-hero {
    position: relative;
    height: 40vh;
    background: url("../image/contact/contact-us-banner.jpeg") center
        center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news-hero {
    position: relative;
    height: 40vh;
    background: url("../image/news/news-banner-2.png") center center/cover
        no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.contact-overlay,
.news-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
.contact-hero .contact-hero-content,
.news-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
}
.contact-hero h1,
.news-hero h1 {
    font-family: var(--font-display);
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 12px;
}
.news-hero p {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--white);
}
.news-date,
.news-title a {
    font-family: var(--font-body);
    color: var(--white);
}
.news-listing {
    padding: 80px 0;
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
}
.news-body,
.news-card,
.news-date {
    display: block;
}
.news-card img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 20px;
}
.news-date {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}
.news-title a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    transition: color 0.2s;
}
@media (max-width: 900px) {
    .news-hero {
        height: 360px;
    }
    .news-hero h1 {
        font-size: 44px;
    }
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 24px;
    }
}
.news-detail-section {
    background-color: var(--black-accent);
    color: #fff;
    padding: clamp(40px, 8vw, 80px) 0;
    font-family: Poppins, sans-serif;
}
.article-title,
.sidebar-widget h3 {
    font-family: "Playfair Display", serif;
}
.detail-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: clamp(30px, 4vw, 60px);
    align-items: start;
}
.featured-img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    margin-bottom: 30px;
    display: block;
}
.article-meta {
    color: var(--pink-accent);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
}
.article-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}
.article-content {
    color: #c4c4c4;
    font-size: 15px;
    line-height: 1.8;
}
.article-content strong {
    color: var(--white);
    font-weight: 600;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
}
.article-content ul {
    list-style: none;
    padding: 0;
}
.article-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.article-content ul li::before {
    content: "*";
    position: absolute;
    left: 0;
    color: #c4c4c4;
}
.sidebar {
    position: sticky;
    top: 100px;
}
.sidebar-widget {
    background-color: transparent;
    padding: 10px 0;
}
.sidebar-widget h3 {
    font-size: 22px;
    font-weight: 400;
    color: var(--pink-accent);
    margin-bottom: 30px;
}
.widget-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.product-hero,
.widget-item {
    display: flex;
    align-items: center;
}
.widget-item {
    gap: 20px;
    transition: opacity 0.2s;
}
.widget-item:hover {
    opacity: 0.8;
}
.widget-item img {
    width: 65%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}
.widget-item span {
    flex: 1;
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1.5;
    font-weight: 300;
}
.product-grid-title,
.product-hero-content h1 {
    color: var(--white);
    font-family: var(--font-display);
}
@media (max-width: 992px) {
    .detail-container {
        grid-template-columns: 1fr;
    }
    .sidebar {
        position: static;
        margin-top: 40px;
    }
    .widget-item img {
        width: 50%;
        max-width: 300px;
    }
}
@media (max-width: 576px) {
    .widget-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .widget-item img {
        width: 100%;
        max-width: none;
    }
}
.product-hero {
    position: relative;
    height: 40vh;
    background: url("../image/product/product-banner.png") center/cover;
    justify-content: center;
}
.product-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}
.product-hero-content h1 {
    font-size: clamp(36px, 5vw, 56px);
}
.product-grid-section {
    background: var(--black-accent);
    padding: clamp(50px, 8vw, 90px) 0;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 3vw, 32px);
}
.product-grid-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4/5;
    border-radius: 16px;
    cursor: pointer;
}
.product-grid-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.product-grid-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: background 0.35s;
}
.product-grid-item:hover .product-grid-overlay {
    background: rgba(0, 0, 0, 0.6);
}
.product-grid-title {
    position: relative;
    z-index: 2;
    font-size: clamp(24px, 2.6vw, 34px);
    padding: 0 24px;
    transition:
        transform 0.35s,
        opacity 0.35s;
}
.product-grid-item:hover .product-grid-title {
    transform: translateY(-30px);
}
.product-grid-hover {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 32px 32px;
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 0.35s,
        transform 0.35s;
}
.product-grid-item:hover .product-grid-hover {
    opacity: 1;
    transform: translateY(0);
}
.product-grid-hover p {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: #eee;
}
.product-detail-page {
    background: var(--black-accentz);
    padding: clamp(50px, 8vw, 90px) 0;
}
.product-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(16px, 5vw, 24px);
    align-items: center;
}
.product-detail .empty-variant-msg {
    grid-column: 1/-1;
}
.product-detail-media {
    border-radius: 16px;
    aspect-ratio: 1/1;
}
.product-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s;
}
.product-detail-content {
    min-width: 0;
    padding-top: 8px;
}
.product-detail-content h2 {
    font-family: var(--font-accent);
    font-style: italic;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    color: var(--white);
    margin-bottom: 16px;
}
.product-detail-content > p {
    font-family: var(--font-body);
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.8;
    color: var(--white);
    max-width: 620px;
    margin-bottom: clamp(24px, 4vw, 32px);
}
.badge-cta {
    display: inline-flex;
    align-items: center;
    padding: 13px 34px;
    border: none;
    border-radius: 4px;
    background: var(--pink-accent);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    font-family: var(--font-display);
    font-size: 14.5px;
    font-weight: 500;
    color: var(--black-accent);
    transition: transform 0.25s;
}
.subcat-track {
    position: relative;
    min-width: 0;
}
.subcat-scroll {
    display: flex;
    gap: clamp(14px, 2vw, 22px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    min-width: 0;
}
.subcat-scroll::-webkit-scrollbar {
    display: none;
}
.subcat-item {
    flex: 0 0 calc((100% - 3 * 22px) / 4);
    aspect-ratio: 1/1;
    border-radius: 12px;
    overflow: hidden;
    scroll-snap-align: start;
    position: relative;
    z-index: 1;
    transition:
        transform 0.35s,
        box-shadow 0.35s;
}
.subcat-item:hover {
    transform: scale(1.01);
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
}
.subcat-item.active {
    box-shadow: 0 0 0 3px var(--pink-accent);
}
.subcat-item.active::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(226, 143, 155, 0.15);
    pointer-events: none;
}
.subcat-scroll[data-count="1"] .subcat-item {
    flex: 0 0 min(420px, 100%);
    cursor: default;
}
.subcat-scroll[data-count="2"] .subcat-item {
    flex: 0 0 calc((100% - 22px) / 2);
}
.subcat-scroll[data-count="3"] .subcat-item {
    flex: 0 0 calc((100% - 2 * 22px) / 3);
}
.subcat-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.subcat-track.has-overflow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: clamp(24px, 4vw, 48px);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.55), transparent);
    pointer-events: none;
    border-radius: 0 12px 12px 0;
}
.empty-variant-msg {
    margin-top: 20px;
}
.empty-variant-msg i {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--pink-light);
}
.contact-header h1,
.contact-hero p,
.contact-info h2 {
    font-family: var(--font-display);
}
.modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.modal-overlay.show-modal {
    display: flex;
}
.modal-content {
    background-color: var(--black-accent);
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    max-width: 480px;
    position: relative;
    font-family: Poppins, sans-serif;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}
.close-modal {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    transition: color 0.3s;
    line-height: 1;
}
.close-modal:hover {
    color: var(--maroon);
}
.modal-title {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.modal-input,
.modal-submit-btn {
    font-family: Poppins, sans-serif;
    width: 100%;
}
.modal-input {
    padding: 16px 20px;
    border: 1px solid #000;
    border-radius: 12px;
    background-color: #050505;
    color: #fff;
    font-size: 14px;
    transition: border 0.3s;
}
.modal-input::placeholder {
    color: #888;
}
.modal-input:focus {
    outline: 0;
    border-color: var(--pink-accent);
}
.modal-helper-text {
    color: var(--pink-light);
    font-size: 12px;
    margin-top: -12px;
    margin-bottom: 20px;
    padding-left: 5px;
}
.modal-select,
.modal-select option {
    color: var(--white);
}
.modal-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    background-size: 12px auto;
}
.modal-submit-btn {
    padding: 16px;
    background-color: var(--pink-accent);
    color: #000;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
    margin-top: 5px;
}
.modal-submit-btn:hover {
    background-color: var(--pink-light);
}
@media (max-width: 900px) {
    .subcat-item {
        flex: 0 0 calc((100% - 2 * 18px) / 3);
    }
    .subcat-scroll[data-count="2"] .subcat-item {
        flex: 0 0 calc((100% - 18px) / 2);
    }
}
@media (max-width: 900px) {
    .cert-row {
        gap: 30px 40px;
    }
    .cert-row img {
        flex: 0 0 calc(50% - 40px);
        height: 120px;
    }
}
@media (max-width: 768px) {
    .cert-row {
        gap: 40px;
    }
    .cert-row img {
        height: 120px;
    }
    .product-detail,
    .product-grid {
        grid-template-columns: 1fr;
    }
    .product-detail-media {
        aspect-ratio: 4/3;
    }
}
@media (max-width: 560px) {
    .news-hero {
        height: 280px;
    }
    .news-hero h1 {
        font-size: 34px;
    }
    .news-hero p {
        font-size: 16px;
    }
    .news-listing {
        padding: 50px 0;
    }
    .news-grid {
        grid-template-columns: 1fr;
    }
    .product-hero {
        height: 320px;
    }
    .product-detail-content h2 {
        font-size: 28px;
    }
    .subcat-item {
        flex: 0 0 calc((100% - 14px) / 2);
    }
    .product-grid-item {
        aspect-ratio: 1/1;
    }
}
.contact-hero p {
    font-size: 20px;
    color: var(--pink-light);
}
.contact-section {
    background: linear-gradient(
        180deg,
        var(--pink-accent) 0,
        var(--black-accent) 95%,
        var(--black-accent) 100%
    );
    padding: clamp(60px, 8vw, 100px) 0;
}
.contact-header {
    margin-bottom: clamp(50px, 8vw, 80px);
}
.contact-header h1 {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--pink-accent);
}
.contact-header p {
    color: var(--text-muted);
    font-size: clamp(14px, 1.5vw, 16px);
    max-width: 600px;
    margin: 0 auto;
    color: var(--white);
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 8vw, 80px);
    align-items: start;
}
.contact-info {
    padding-top: 10px;
}
.brand-label {
    display: block;
    color: var(--black-accent);
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.contact-info h2 {
    color: var(--white);
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 400;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-info > p {
    color: var(--white);
    font-size: 15px;
    margin-bottom: 40px;
    max-width: 90%;
}
.info-list {
    display: flex;
    flex-direction: column;
}
.info-item {
    padding: 24px 0;
    border-bottom: 1px solid var(--black-accent);
}
.info-item:first-child {
    padding-top: 0;
}
.info-item:last-child {
    border-bottom: none;
}
.info-item h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--white);
}
.info-item p {
    color: var(--white);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}
.contact-form-wrapper {
    background-color: var(--black-accent);
    padding: clamp(30px, 5vw, 50px);
}
.submit-btn,
.wa-toggle-btn {
    background-color: var(--pink-accent);
    cursor: pointer;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wa-chat-header,
.wa-toggle-btn {
    display: flex;
    align-items: center;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    background-color: var(--black);
    border: 1px solid transparent;
    color: var(--text-light);
    font-family: var(--font-body);
    font-size: 14px;
    padding: 16px 20px;
    outline: 0;
    transition: border-color 0.3s;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--pink-accent);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #666;
}
.contact-form textarea {
    resize: vertical;
    min-height: 140px;
}
.submit-btn {
    color: #000;
    border: none;
    padding: 16px 24px;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 500;
    transition:
        background-color 0.3s,
        transform 0.2s;
    margin-top: 10px;
}
.btn-consult,
.oem-text h2 {
    font-family: "Playfair Display", serif;
}
.submit-btn:hover {
    transform: scale(1.02);
}
.submit-btn:active {
    transform: scale(0.98);
}
@media (max-width: 860px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .contact-info > p {
        max-width: 100%;
    }
    .contact-form-wrapper {
        padding: 30px 20px;
    }
}
.wa-widget-container {
    position: fixed;
    bottom: 64px;
    right: 64px;
    z-index: 9999;
}
.wa-toggle-btn {
    width: 64px;
    height: 64px;
    border: 2px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    justify-content: center;
    transition:
        transform 0.3s,
        background-color 0.3s;
    float: right;
    position: relative;
    z-index: 2;
}
.wa-chat-box {
    position: absolute;
    bottom: 85px;
    right: 0;
    width: 340px;
    background-color: #f7f9fa;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: translateY(20px);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1;
}
.wa-widget-container.is-active .wa-chat-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.wa-chat-header {
    background-color: var(--pink-accent);
    padding: 24px 20px;
    gap: 15px;
    color: #fff;
}
.wa-agent,
.wa-header-icon {
    align-items: center;
    display: flex;
}
.wa-header-icon {
    justify-content: center;
}
.wa-header-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
    line-height: 1.2;
}
.wa-header-text p {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    line-height: 1.4;
    opacity: 0.9;
}
.wa-chat-body {
    padding: 20px;
    background-color: #f7f9fa;
}
.wa-reply-time {
    font-size: 12px;
    color: #888;
    margin-bottom: 15px;
}
.wa-agent-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wa-agent {
    background-color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-left: 3px solid transparent;
    transition: 0.2s;
}
.wa-agent:hover {
    border-left-color: var(--pink-accent);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateX(2px);
}
.wa-agent-icon-bg {
    width: 36px;
    height: 36px;
    background-color: var(--pink-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wa-agent-info {
    flex: 1;
    margin-left: 14px;
}
.wa-agent-info h4 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 2px;
}
.wa-agent-info p {
    color: #777;
    font-size: 12px;
    margin: 0;
}
.wa-agent-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}
@media (max-width: 480px) {
    .wa-widget-container {
        bottom: 30px;
        right: 30px;
    }
    .wa-chat-box {
        width: 300px;
        right: -10px;
    }
}
.oem-section {
    background-color: #111;
    padding: 100px 0;
    color: #fff;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}
.oem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}
.oem-text h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 24px;
    color: #fff;
}
.oem-text p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #eaeaea;
}
.btn-consult {
    display: inline-block;
    background-color: #df92a7;
    color: #111;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    transition:
        background-color 0.3s,
        transform 0.2s;
}
.btn-consult:hover {
    background-color: #c97f93;
    transform: translateY(-3px);
}
.oem-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
@media (max-width: 900px) {
    .oem-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .oem-text h2 {
        font-size: 34px;
    }
}
