.lp-root,
html {
    scroll-behavior: smooth;
}
.lp-h1,
.lp-h2 {
    font-weight: 700;
}
.b2b-cta,
.logo-link,
.lp-a,
.lp-btn,
.lp-contact-link,
.lp-footer-logo,
.lp-nav-link,
.rb-cta-button {
    text-decoration: none;
}
@font-face {
    font-family: Satoshi;
    src: url("../../../assets/fonts/Satoshi-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Satoshi;
    src: url("../../../assets/fonts/Satoshi-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
}
.lp-root {
    --lp-color-primary: #c9a227;
    --lp-color-primary-dark: #a88720;
    --lp-color-secondary: #023047;
    --lp-color-text: #1f2937;
    --lp-color-text-light: #f4f4f4;
    --lp-color-bg: #ffffff;
    --lp-color-bg-alt: #f9fafb;
    --lp-color-border: #e5e7eb;
    --lp-font-satoshi: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
        "Open Sans", sans-serif;
    --lp-max-width: 900px;
    --lp-section-padding: 5rem 1.5rem;
    --lp-mobile-section-padding: 3rem 1rem;
    --lp-text-base: 1rem;
    --lp-text-lg: 1.125rem;
    --lp-text-xl: 1.25rem;
    --lp-text-2xl: 1.5rem;
    --lp-text-3xl: 1.875rem;
    --lp-text-4xl: 2.25rem;
    --lp-text-5xl: 3rem;
    --lp-text-6xl: 3.75rem;
    line-height: 1.5;
    font-family: var(--lp-font-satoshi);
    color: var(--lp-color-text);
    background-color: var(--lp-color-bg);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}
.lp-root *,
.lp-root ::after,
.lp-root ::before {
    box-sizing: inherit;
}
.rb-catalog,
.rb-container {
    box-sizing: border-box;
}
.lp-h1 {
    font-size: var(--lp-text-5xl);
    line-height: 1.2;
    margin: 0 0 1.5rem;
}
.lp-h2 {
    font-size: var(--lp-text-4xl);
    line-height: 1.25;
    margin: 0 0 1.25rem;
}
.lp-h3,
.lp-h4 {
    font-weight: 600;
}
.lp-h3 {
    font-size: var(--lp-text-3xl);
    line-height: 1.3;
    margin: 0 0 1rem;
}
.lp-h4 {
    font-size: var(--lp-text-2xl);
    line-height: 0.5;
    margin: 0 0 0.75rem;
}
.lp-p {
    font-size: var(--lp-text-base);
    margin: 0 0 1rem;
    color: var(--lp-color-text-light);
}
.lp-a {
    color: var(--lp-color-primary);
    transition: color 0.2s;
}
.lp-a:hover {
    color: var(--lp-color-primary-dark);
    text-decoration: underline;
}
.lp-img {
    max-width: 100%;
    height: auto;
    display: block;
}
.lp-container {
    width: 100%;
    max-width: var(--lp-max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}
.lp-section-alt {
    background-color: var(--lp-color-bg-alt);
}
.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    border: none;
}
.lp-btn-primary {
    background-color: var(--lp-color-primary);
    color: #fff;
    font-weight: 600;
}
.lp-btn-primary:hover {
    background-color: var(--lp-color-primary-dark);
    transform: translateY(-1px);
}
.lp-btn-secondary {
    background-color: var(--lp-color-secondary);
    color: #fff;
}
.lp-btn-outline,
.lp-header-transparent,
.lp-mobile-menu-btn[aria-expanded="true"] .lp-mobile-menu-icon {
    background-color: transparent;
}
.lp-btn-outline,
.lp-footer-brand:hover,
.lp-nav-link:hover {
    color: var(--lp-color-primary);
}
.lp-btn-secondary:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}
.lp-btn-outline {
    border: 1px solid var(--lp-color-primary);
}
.logo-main-text,
.logo-tagline {
    color: #eba933;
    white-space: nowrap;
}
.lp-btn-outline:hover {
    background-color: rgba(201, 162, 39, 0.05);
}
.lp-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: 0.3s;
}
.lp-header-transparent {
    backdrop-filter: blur(0);
    box-shadow: none;
}
.lp-header-solid {
    background-color: #472500;
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.lp-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    position: relative;
}
.site-logo {
    z-index: 1001;
    min-width: 180px;
}
.logo-link {
    display: inline-block;
}
.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}
.logo-image {
    height: 48px;
    width: auto;
    object-fit: contain;
}
.logo-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100px;
    line-height: 1.1;
}
.logo-main-text {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 1.1;
    transition: color 0.3s;
}
.logo-main-text sup {
    font-size: 0.55em;
    vertical-align: super;
    margin-left: 2px;
}
.logo-tagline {
    font-family: var(--lp-font-satoshi);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 0.8;
}
.lp-nav-link,
.lp-testimonial-author-name {
    font-weight: 600;
}
.lp-nav,
.lp-testimonial-author {
    display: flex;
    align-items: center;
}
.lp-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
}
.lp-nav-item {
    margin: 0;
}
.lp-nav-link {
    color: #fff;
    font-size: 0.95rem;
    transition: color 0.2s;
}
.lp-nav-cta {
    margin-left: 1.5rem;
}
.lp-mobile-menu-btn {
    display: none;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 12px;
    z-index: 1001;
    position: fixed;
    top: 20px;
    right: 20px;
}
.lp-mobile-menu-icon {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: 0.3s;
}
.lp-mobile-menu-icon::after,
.lp-mobile-menu-icon::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
}
.lp-mobile-menu-icon::before {
    top: -8px;
}
.lp-mobile-menu-icon::after {
    top: 8px;
}
.lp-mobile-menu-btn[aria-expanded="true"] .lp-mobile-menu-icon::before {
    transform: translateY(8px) rotate(45deg);
    background-color: var(--lp-color-text);
}
.lp-mobile-menu-btn[aria-expanded="true"] .lp-mobile-menu-icon::after {
    transform: translateY(-8px) rotate(-45deg);
    background-color: var(--lp-color-text);
}
.lp-mobile-menu-btn:not([aria-expanded="true"]) .lp-mobile-menu-icon,
.lp-mobile-menu-btn:not([aria-expanded="true"]) .lp-mobile-menu-icon::after,
.lp-mobile-menu-btn:not([aria-expanded="true"]) .lp-mobile-menu-icon::before {
    background-color: var(--lp-color-primary);
}
.lp-hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.lp-hero-bg,
.lp-hero-overlay {
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
}
.lp-hero-bg {
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}
.lp-hero-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
.lp-article-card,
.lp-contact-form,
.lp-product-card,
.lp-testimonial-card {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.lp-hero-content {
    max-width: 48rem;
    color: #fff;
}
.lp-hero-title {
    font-size: var(--lp-text-6xl);
    line-height: 1;
    margin-bottom: 1.5rem;
    color: #fff;
}
.lp-hero-subtitle {
    font-size: var(--lp-text-2xl);
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}
.lp-footer-social,
.lp-hero-cta {
    display: flex;
    gap: 1rem;
}
.lp-about {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}
.lp-about-content {
    width: 100%;
}
.lp-about-features {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.lp-about-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.lp-about-feature-icon,
.lp-contact-icon {
    flex-shrink: 0;
    margin-right: 1rem;
    color: var(--lp-color-primary);
}
.lp-articles-header,
.lp-products-header,
.lp-testimonials-header {
    text-align: center;
    margin-bottom: 3rem;
}
.lp-articles-grid,
.lp-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}
.lp-article-card,
.lp-product-card {
    overflow: hidden;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.lp-article-card:hover,
.lp-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.lp-article-image,
.lp-product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.lp-article-content,
.lp-product-content {
    padding: 1.5rem;
}
.lp-product-title,
.rb-specs {
    margin-bottom: 0.5rem;
}
.lp-product-price {
    font-weight: 600;
    color: var(--lp-color-primary);
    margin-bottom: 1rem;
}
.lp-article-date,
.lp-testimonial-author-role {
    font-size: 0.875rem;
    color: var(--lp-color-text-light);
}
.lp-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}
.lp-contact-form,
.lp-testimonial-card {
    padding: 2rem;
}
.lp-testimonial-content {
    font-style: italic;
    margin-bottom: 1.5rem;
    position: relative;
}
.lp-testimonial-content::before {
    content: '"';
    font-size: 3rem;
    color: var(--lp-color-primary);
    opacity: 0.2;
    position: absolute;
    top: -1rem;
    left: -1rem;
}
.lp-testimonial-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: 1rem;
    object-fit: cover;
}
.lp-contact-info,
.lp-testimonial-author-info {
    display: flex;
    flex-direction: column;
}
.lp-article-date {
    margin-bottom: 0.5rem;
}
.lp-article-title,
.lp-footer-item {
    margin-bottom: 0.75rem;
}
.lp-article-excerpt {
    margin-bottom: 1rem;
    font-size: 0.9375rem;
}
.lp-contact-method,
.lp-form-group {
    margin-bottom: 0;
}
.lp-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}
.lp-contact-method {
    display: flex;
    /*align-items: center;*/
}
.lp-form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.lp-form-input,
.lp-form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--lp-color-border);
    border-radius: 0.375rem;
    font-family: inherit;
    font-size: inherit;
    transition: border-color 0.2s;
}
.lp-form-input:focus,
.lp-form-textarea:focus {
    outline: 0;
    border-color: var(--lp-color-primary);
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.1);
}
.lp-form-textarea {
    min-height: 150px;
    resize: vertical;
}
.lp-footer {
    background-color: #472500;
    color: #fff;
    padding: 4rem 0 2rem;
    margin-top: 50px;
}
.lp-footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}
.lp-footer-logo {
    display: flex;
    align-items: left;
    font-weight: 700;
    font-size: var(--lp-text-xl);
    color: #9ca3af;
    margin-bottom: 1.5rem;
}
.lp-footer-logo-img {
    height: 2rem;
    margin-right: 0.5rem;
}
.lp-footer-about {
    margin-bottom: 1.5rem;
    color: #9ca3af;
    font-size: 0.9rem;
}
.lp-footer-social-link {
    color: #9ca3af;
    transition: color 0.2s;
}
.lp-footer-address-link:hover,
.lp-footer-social-link:hover {
    color: #fff;
}
.lp-footer-heading {
    font-size: var(--lp-text-lg);
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: lightgrey;
}
.lp-footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.8rem;
}
.lp-footer-address-link,
.lp-footer-link {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s;
}
.lp-footer-link:hover {
    color: #fff;
    text-decoration: underline;
}
.lp-footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #9ca3af;
    gap: 0.5rem; /* jarak antara ikon dan teks */ 
    margin-bottom: 0.6rem; /* spasi antar item */
}
.lp-footer-contact-item i { 
    flex-shrink: 0; /* ikon tidak mengecil */ 
    color: inherit; /* ikut warna teks/link */ 
}
.lp-footer-contact-item a { 
    color: inherit; /* biar link ikut abu-abu, bukan putih */ 
    text-decoration: none; 
}
.lp-footer-contact-icon {
    flex-shrink: 0;
    margin-right: 0.75rem;
    color: #9ca3af;
}
.lp-certificate-container {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin: 1.5rem 0;
}
.lp-certificate-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.lp-certificate-logo {
    height: 80px;
    width: auto;
    object-fit: contain;
}
.lp-certificate-item {
    line-height: 1.4;
}
.lp-certificate-item strong {
    font-weight: 600;
    font-size: 0.9rem;
    color: #aaa;
    display: block;
}
.lp-certificate-item p {
    font-size: 0.8rem;
    color: #aaa;
    margin: 0;
}
@media (max-width: 768px) {
    .lp-mobile-menu-btn,
    .lp-nav-link {
        display: block;
    }
    .lp-hero {
        max-height: 80vh;
    }
    .lp-header-container {
        height: 70px;
        justify-content: space-between;
        padding: 0 15px;
    }
    .site-logo {
        position: relative;
        z-index: 1002;
    }
    .logo-image {
        height: 44px;
    }
    .logo-main-text {
        font-size: 1.5rem;
    }
    .logo-tagline {
        font-size: 0.65rem;
    }
    .lp-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 90px 30px 30px;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: right 0.3s;
        z-index: 1000;
    }
    .lp-nav-active {
        right: 0;
    }
    .lp-nav-list {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }
    .lp-nav-item {
        width: 100%;
    }
    .lp-nav-link {
        padding: 12px 0;
        font-size: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        color: var(--lp-color-text);
    }
    .lp-nav-cta {
        margin: 20px 0 0;
        width: 100%;
    }
    .lp-certificate-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .lp-footer-container {
        grid-template-columns: 1fr 1fr;
    }
    .lp-container {
        padding: 0 1rem;
        text-align: left;
    }
}
@media (max-width: 480px) {
    .logo-main-text {
        font-size: 1.5rem;
    }
    .logo-tagline {
        font-size: 0.75rem;
    }
    .lp-footer-container {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1024px) {
    .lp-about,
    .lp-contact {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .lp-footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .logo-item {
        flex: 0 0 calc(25% - 2rem);
        max-width: calc(25% - 2rem);
    }
}
@media print {
    .lp-footer,
    .lp-header {
        display: none;
    }
    .lp-root {
        font-size: 12pt;
        line-height: 1.6;
    }
    .lp-section {
        padding: 1cm 0;
        page-break-inside: avoid;
    }
    .lp-h1,
    .lp-h2,
    .lp-h3 {
        page-break-after: avoid;
    }
    .lp-img {
        max-width: 50% !important;
        height: auto !important;
    }
}
.no-js .lp-mobile-menu-btn {
    display: none;
}
.no-js .lp-nav {
    display: flex;
}
.lp-contact-methods {
    display: grid;
    gap: 1.5rem;
    margin-top: 2rem;
}
.lp-contact-method {
    background: var(--lp-color-bg-alt);
    border-radius: 0.5rem;
    padding: 1.25rem;
    transition: transform 0.2s;
}
.lp-contact-method:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.lp-contact-link {
    display: flex;
    gap: 1rem;
    color: inherit;
    align-items: flex-start;
}
.lp-contact-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.03);
    stroke-width: 1.5;
}
.lp-contact-method:first-child .lp-contact-icon {
    background: rgba(37, 211, 102, 0.1);
}
.lp-contact-info {
    flex: 1;
}
.lp-contact-detail {
    margin: 0.25rem 0 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--lp-color-text);
}
.lp-contact-note {
    margin: 0.25rem 0 0;
    color: var(--lp-color-primary);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: var(--lp-color-text-light);
}
.lp-icon-whatsapp {
    color: #25d366;
    background-color: rgba(37, 211, 102, 0.1);
}
.lp-note-badge,
.lp-note-text,
.rb-title {
    color: var(--lp-color-text);
}
.lp-note-badge {
    background: rgba(0, 0, 0, 0.08);
    padding: 0.15rem 0.5rem;
    border-radius: 0.25rem;
    font-weight: 500;
}
.client-showcase .container,
.container,
.rb-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    width: var(--lp-max-width);
}
.lp-note-text {
    font-size: 0.7rem;
    opacity: 0.8;
}
.rb-catalog {
    background-color: var(--rb-bg-alt);
}
.rb-header {
    text-align: left;
    margin-bottom: 2.5rem;
}
.rb-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.rb-subtitle {
    color: var(--rb-text);
    font-size: 1.1rem;
    opacity: 0.9;
}
.rb-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}
.rb-product {
    background: var(--rb-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--rb-border);
    transition: transform 0.3s;
}
.rb-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.rb-product-header {
    padding: 1.25rem;
    color: var(--rb-text-light);
    position: relative;
}
.rb-product-header h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
}
.rb-origin {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: rgba(0, 0, 0, 0.15);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}
.rb-product-body {
    padding: 1.25rem;
}
.rb-spec {
    display: flex;
    margin-bottom: 0.7rem;
    font-size: 0.95rem;
    line-height: 1.5;
}
.rb-spec-label {
    font-weight: 600;
    color: var(--rb-text);
    min-width: 110px;
    flex-shrink: 0;
}
.rb-spec-value {
    color: var(--rb-text);
    opacity: 0.9;
}
.rb-cta-title,
.rb-notes-list li::before,
.rb-notes-title {
    color: var(--lp-color-primary);
}
.rb-notes {
    margin-top: 3rem;
    padding: 2rem 0;
}
.rb-notes-container {
    margin: 0 auto;
    padding: 0 1rem;
}
.rb-notes-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.rb-notes-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 2rem;
}
.rb-notes-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.2;
}
.rb-notes-list li::before {
    font-weight: 700;
    position: absolute;
    left: 0;
}
.rb-notes-list strong {
    color: var(--lp-color-primary-dark);
}
.rb-certification,
.rb-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.lp-color-primary {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.rb-cta {
    text-align: center;
    margin-top: 2.5rem;
    padding: 2rem;
    background-color: rgba(201, 162, 39, 0.1);
    border-radius: 12px;
    border: 1px dashed var(--lp-color-primary);
}
.rb-cta-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.rb-cta-subtitle {
    color: var(--rb-text);
    margin-bottom: 1.5rem;
    font-size: 1rem;
}
.rb-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}
.rb-cta-primary,
.rb-cta-secondary {
    border: 2px solid var(--lp-color-primary);
}
.rb-cta-primary {
    background-color: var(--lp-color-primary);
}
.rb-cta-primary:hover {
    background-color: var(--lp-color-primary-dark);
    border-color: var(--lp-color-primary-dark);
    transform: translateY(-2px);
}
.rb-cta-secondary {
    background-color: transparent;
    color: var(--lp-color-primary);
}
.rb-cta-secondary:hover {
    background-color: rgba(201, 162, 39, 0.1);
    transform: translateY(-2px);
}
.logo-item {
    display: inline-block;
    text-align: center;
    margin: 10px;
}
.client-logo {
    display: block;
    margin-bottom: 5px;
}
@media (min-width: 768px) {
    .lp-about-features {
        grid-template-columns: repeat(2, 1fr);
    }
    .benefits-section .benefit-item {
        padding: 0.25rem 0;
        font-size: 1.05rem;
    }
    .section-title {
        font-size: 1.75rem;
        padding-left: 1rem;
    }
}
.benefits-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}
.section-title {
    font-size: 1.5rem;
    color: #333;
    text-align: left;
    margin-bottom: 1.5rem;
    font-weight: 600;
    padding-left: 0.5rem;
}
.benefit-item {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    color: #444;
    text-align: left;
}
.benefit-item:last-child {
    border-bottom: none;
}
.b2b-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background-color: #daa520;
    color: #fff;
    font-family: var(--lp-font-satoshi);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    border: 1px solid #b8860b;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition:
        background-color 0.25s,
        box-shadow 0.25s;
    white-space: nowrap;
}
.b2b-cta:hover {
    background-color: #b8860b;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.b2b-cta:focus-visible {
    outline: #b8860b solid 2px;
    outline-offset: 2px;
}
.client-showcase {
    padding: 3rem 0;
    background-color: #f9f9f9;
}
.client-showcase .section-title {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
    color: #333;
    font-weight: 600;
}
.client-logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    padding: 0 1rem;
}
.logo-item {
    flex: 0 0 calc(20% - 1.5rem);
    max-width: calc(20% - 1.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}
.client-logo {
    width: 100%;
    height: auto;
    max-width: 160px;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s;
    aspect-ratio: 1/1;
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.lp-footer-brand,
.lp-footer-legal-link {
    transition: color 0.2s;
    text-decoration: none;
}
.client-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.logo-label {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #555;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}
@media (max-width: 1024px) {
    .logo-item {
        flex: 0 0 calc(25% - 1.5rem);
        max-width: calc(25% - 1.5rem);
    }
}
@media (max-width: 768px) {
    .lp-contact-methods {
        gap: 1rem;
    }
    .lp-contact-method,
    .rb-product-header {
        padding: 1rem;
    }
    .rb-grid {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }
    .rb-product-header h3 {
        font-size: 1.2rem;
    }
    .rb-spec {
        flex-direction: column;
        gap: 0.2rem;
    }
    .rb-spec-label {
        min-width: auto;
    }
    .rb-notes {
        padding: 1.5rem 0;
    }
    .rb-notes-title {
        font-size: 1.3rem;
    }
    .rb-certification {
        flex-direction: column;
        align-items: center;
    }
    .rb-cta {
        padding: 1.5rem;
    }
    .rb-cta-buttons {
        flex-direction: column;
    }
    .rb-cta-button {
        width: 100%;
        justify-content: center;
    }
    .client-showcase {
        padding: 2rem 0;
    }
    .client-showcase .section-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .logo-item {
        flex: 0 0 calc(33.333% - 1.5rem);
        max-width: calc(33.333% - 1.5rem);
    }
    .client-logo {
        max-width: 140px;
        padding: 12px;
    }
}
@media (max-width: 640px) {
    .lp-articles-grid,
    .lp-footer-container,
    .lp-products-grid,
    .lp-testimonials-grid {
        grid-template-columns: 1fr;
    }
    .lp-footer-container {
        gap: 2rem;
    }
    .logo-item {
        flex: 0 0 calc(50% - 1.5rem);
        max-width: calc(50% - 1.5rem);
    }
}
.lp-footer-contact-item a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.lp-footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    font-size: 0.875rem;
    color: #9ca3af;
}
.lp-footer-legal {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: left;
    gap: 0.5rem;
    line-height: 1.6;
}
.lp-footer-brand {
    color: #d1d5db;
    /*font-weight: 600;*/
}
.lp-footer-legal-link {
    color: inherit;
}
.lp-footer-legal-link:hover {
    color: var(--lp-color-primary);
    text-decoration: underline;
}
.lp-footer-separator {
    color: #6b7280;
}
@media (max-width: 480px) {
    .lp-contact-note {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    .logo-item {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .client-logo {
        max-width: 180px;
        padding: 10px;
    }
    .logo-label {
        font-size: 0.9rem;
    }
    .lp-footer-legal {
        flex-direction: column;
        gap: 0.25rem;
    }
    .lp-footer-separator {
        display: none;
    }
}
.breadcrumb {
    padding: 10px;
    font-family: Arial, sans-serif;
}
.breadcrumb a {
    color: var(--lp-color-text);
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: none;
}
.breadcrumb span {
    color: #666;
}
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.benefits-list li {
    text-align: left;
    padding-left: 1.2em;
    position: relative;
}
.benefits-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2e7d32;
}
.non-list {
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
    padding-left: 0px;
}

.b2b-icon {
  display: inline-flex;          /* biar rapi di tengah */
  align-items: center;
  justify-content: center;
  width: 32px;                   /* ukuran kotak */
  height: auto;
  background-color: var(--lp-color-primary);     /* warna background */
  border-radius: 8px;            /* sudut kotak agak rounded */
  font-size: 18px;               /* ukuran emoji */
  color: #333;                   /* warna ikon */
  box-shadow: 0 2px 6px rgba(0,0,0,0.15); /* efek menonjol */
}
