@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.intro-text,
body,
html {
    line-height: 1.6;
    color: var(--earth);
}
:root {
    --gold: #c9a227;
    --ivory: #fcfcf4;
    --earth: #6b5b45;
    --highlight-green: #3a5f0b;
    --font-primary: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
        "Open Sans", sans-serif;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    height: auto;
    min-height: 100vh;
    overflow-y: auto;
    font-family: var(--font-primary);
    background: #fff;
}
.hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}
.hero-content {
    display: grid;
    grid-template-columns: minmax(auto, 550px) minmax(auto, 550px);
    max-width: 1100px;
    gap: 30px;
    width: 100%;
}
.hero-text {
    text-align: right;
    justify-self: end;
    margin-right: -5%;
}
.hero-text h1 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 2px;
}
.hero-text h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.intro-text {
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: right;
}
.hero-image {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.cta,
.cta-b2c {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 1rem;
    transition: 0.3s;
    text-decoration: none;
}
.hero-image img {
    max-height: 70vh;
    max-width: 800px;
    object-fit: contain;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
    aspect-ratio: 4/5;
    margin-top: -10%;
    margin-left: -5%;
}
.cta {
    gap: 10px;
    padding: 12px 30px;
    background: var(--gold);
    color: #000;
    letter-spacing: 1px;
    border-radius: 4px;
}
.cta:hover {
    background: #e0b83e;
    transform: translateY(-2px);
}
.cta-b2c {
    padding: 12px 0;
    color: #352620;
    border-bottom: 1px solid var(--earth);
}
.product-info-tags {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-size: 0.9rem;
}
.footer-bottom {
    width: 100%;
    text-align: center;
    color: #888;
    font-size: 1.1rem;
    padding: 20px 10px;
    margin-bottom: 50px;
}
.footer-bottom a {
    text-decoration: none;
    color: #888;
}
@media (max-width: 768px) {
    .hero-container {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 92%;
        max-width: 100%;
        padding: 0;
        gap: 0;
    }
    .hero-image,
    .hero-text {
        width: 100%;
        display: flex;
    }
    .hero-image {
        order: -1;
        justify-content: center;
        align-items: flex-end;
        height: auto;
    }
    .hero-image img {
        width: auto;
        height: auto;
        max-height: 60vh;
        object-fit: contain;
        margin: 0;
        padding: 0;
    }
    .hero-text {
        text-align: center;
        padding: 15px 10px 0;
        margin: 0;
        flex-direction: column;
        align-items: center;
    }
    .hero-text h1 {
        font-size: 1.1rem;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .hero-text h2 {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 5px;
    }
    .intro-text {
        font-size: 0.95rem;
        margin: 1vh 0;
        line-height: 1.4;
        width: 95%;
        text-align: center;
    }
    .cta-b2b-wrapper .cta {
      width: 300px !important;
    }
    .cta {
        /*width: 90%;
        padding: 10px 60px;*/
        margin: 1vh 0;
        font-size: 1rem;
        gap: 0;
    }
    .product-info-tags {
        margin: 1vh 0;
        justify-content: center;
        flex-wrap: wrap;
        gap: 6px 12px;
        font-size: 0.75rem;
    }
    .footer-bottom {
        font-size: 0.9rem;
        padding: 15px 10px;
    }
}

.lang {
    position: fixed; /* atau absolute kalau header */
    top: 20px;
    right: 20px;
    z-index: 999; /* aman, gak berlebihan */
}

.lang a {
    display: inline-block;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #111;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.lang a:hover {
    background: #f5f5f5;
}

.lang-halal {
    position: fixed; /* atau absolute kalau header */
    top: 20px;
    right: 60px;
    z-index: 999; /* aman, gak berlebihan */
}

.lang-halal a {
    display: inline-block;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #008000;
    /*border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;*/
}
.cta-subtext {
  font-size: 0.8rem;
  margin-top: 4px;
  text-align: center;
}
.cta-b2b-wrapper .cta {
  display: inline-block;
  font-size: .85rem;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase; 
  width: 370px;
}

.powered {
  font-size: .75rem;
}
