:root {
    --et-primary: #ff7a00;
    --et-primary-dark: #d96300;
    --et-primary-soft: #fff0e3;
    --et-primary-faint: #fff8f1;
    --et-ink: #1b1f24;
    --et-muted: #667085;
    --et-line: #edf0f4;
    --et-surface: #ffffff;
    --et-surface-alt: #f7f8fb;
    --et-success: #18a058;
    --et-shadow: 0 18px 48px rgba(27, 31, 36, 0.09);
}

html {
    scroll-behavior: smooth;
}

body.site-modern {
    color: var(--et-ink);
    background: linear-gradient(180deg, #fffaf5 0%, #ffffff 28%, #f7f8fb 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

.site-modern .container {
    max-width: 1140px;
}

.site-modern .text-custom-primary,
.site-modern .text-primary,
.site-modern .features.feature-primary .icon,
.site-modern .pricing-primary .icon,
.site-modern .accordion-button:not(.collapsed),
.site-modern a {
    color: var(--et-primary) !important;
}

.site-modern .bg-custom-light,
.site-modern .bg-soft-primary {
    background: var(--et-primary-faint) !important;
}

.site-modern .btn-custom-primary,
.site-modern .btn-primary {
    color: #fff !important;
    background: var(--et-primary) !important;
    border-color: var(--et-primary) !important;
    box-shadow: 0 12px 24px rgba(255, 122, 0, 0.22);
}

.site-modern .btn-custom-primary:hover,
.site-modern .btn-primary:hover {
    background: var(--et-primary-dark) !important;
    border-color: var(--et-primary-dark) !important;
    transform: translateY(-1px);
}

.site-modern .btn,
.site-modern .btn-pills,
.site-modern .rounded,
.site-modern .rounded-md,
.site-modern .rounded-lg {
    border-radius: 8px !important;
}

.site-modern .shadow,
.site-modern .shadow-lg {
    box-shadow: var(--et-shadow) !important;
}

.site-modern p,
.site-modern .text-muted,
.site-modern .para-desc,
.site-modern .accordion-body {
    color: var(--et-muted) !important;
    line-height: 1.72;
}

.site-modern #topnav {
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(237, 240, 244, 0.9);
    backdrop-filter: blur(16px);
    box-shadow: 0 12px 32px rgba(27, 31, 36, 0.05);
}

.site-modern #topnav .logo img {
    height: 36px;
    width: auto;
}

.site-modern #topnav .navigation-menu > li > a {
    color: var(--et-ink);
    font-weight: 650;
    letter-spacing: 0;
}

.site-modern #topnav .navigation-menu > li > a:hover,
.site-modern #topnav .navigation-menu > li.active > a {
    color: var(--et-primary) !important;
}

.site-modern #topnav .navbar-toggle span {
    background-color: var(--et-ink);
}

.site-modern section.section,
.site-modern section.bg-half-100 {
    padding-top: 92px;
    padding-bottom: 92px;
}

.site-modern #home {
    min-height: 720px;
    display: flex !important;
    align-items: center;
    padding-top: 128px;
}

.site-modern .home-hero-section {
    background:
        linear-gradient(135deg, rgba(255, 122, 0, 0.10), rgba(255, 255, 255, 0) 46%),
        linear-gradient(180deg, #fffaf5 0%, #ffffff 100%) !important;
}

.site-modern #home .title-heading {
    position: relative;
    z-index: 1;
}

.site-modern #home .heading {
    max-width: 760px;
    color: var(--et-ink);
    font-size: 4.4rem;
    line-height: 1.04;
    letter-spacing: 0;
    font-weight: 800;
}

.site-modern #home .para-desc {
    max-width: 620px;
    font-size: 1.08rem;
}

.site-modern #home img {
    max-width: min(100%, 500px);
    filter: drop-shadow(0 28px 42px rgba(27, 31, 36, 0.16));
}

.site-modern .home-hero-mockup,
.site-modern .problem-illustration,
.site-modern .solution-product-image {
    display: block;
    margin: auto;
}

.site-modern .home-hero-mockup {
    width: 480px;
}

.site-modern .problem-illustration {
    width: 340px;
}

.site-modern .solution-product-image {
    width: 560px;
}

.site-modern .hero-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.site-modern #home .btn-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    vertical-align: middle;
}

.site-modern .section-title .title,
.site-modern .title {
    color: var(--et-ink);
    letter-spacing: 0;
    font-weight: 780;
}

.site-modern .section-title h5 {
    font-size: 1.05rem;
    line-height: 1.65;
}

.site-modern #detail {
    padding-top: 56px;
    padding-bottom: 56px;
    border-top: 1px solid var(--et-line);
    border-bottom: 1px solid var(--et-line);
}

.site-modern #detail .container {
    background: var(--et-surface);
    border: 1px solid var(--et-line);
    border-radius: 8px;
    padding: 32px;
    box-shadow: var(--et-shadow);
}

.site-modern #detail form {
    margin-top: 0 !important;
}

.site-modern .form-control {
    min-height: 52px;
    border: 1px solid #e3e7ee;
    border-radius: 8px;
    color: var(--et-ink);
    box-shadow: none;
}

.site-modern .form-control:focus {
    border-color: var(--et-primary);
    box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.13);
}

.site-modern .list-unstyled li {
    line-height: 1.55;
}

.site-modern .list-unstyled .bi-check-square,
.site-modern .list-unstyled .bi-check2-square {
    color: var(--et-success);
}

.site-modern .list-unstyled .bi-x-circle {
    color: #b42318;
}

.site-modern .card,
.site-modern .accordion-item,
.site-modern .features.key-feature,
.site-modern .client-testi {
    background: var(--et-surface);
    border: 1px solid var(--et-line) !important;
    border-radius: 8px !important;
    box-shadow: var(--et-shadow) !important;
}

.site-modern .features.key-feature {
    min-height: 92px;
    transition: transform 0.18s ease, border-color 0.18s ease;
}

.site-modern .features.key-feature:hover,
.site-modern .card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 122, 0, 0.28) !important;
}

.site-modern .features .icon {
    color: var(--et-primary) !important;
    background: var(--et-primary-soft);
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-modern .pricing {
    height: 100%;
    transition: transform 0.18s ease, border-color 0.18s ease;
}

.site-modern .pricing .card-body > span {
    background: var(--et-primary-soft) !important;
    color: var(--et-primary) !important;
}

.site-modern .pricing h2 {
    color: var(--et-ink);
    font-size: 2rem;
}

.site-modern .pricing ul li {
    padding: 8px 0;
    font-size: 0.96rem;
}

.site-modern .ribbon-success span {
    background: var(--et-primary) !important;
}

.site-modern .client-testi {
    padding: 36px;
}

.site-modern .client-testi p.h5 {
    color: var(--et-ink) !important;
    font-size: 1.04rem;
    line-height: 1.75;
}

.site-modern .avatar {
    border: 4px solid #fff;
}

.site-modern .text-warning {
    color: #ffb000 !important;
}

.site-modern .accordion-button {
    color: var(--et-ink);
    background: #fff !important;
    font-weight: 700;
    box-shadow: none !important;
}

.site-modern .accordion-button:not(.collapsed) {
    background: var(--et-primary-faint) !important;
}

.site-modern .accordion-button:focus {
    border-color: transparent;
    box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12) !important;
}

.site-modern .accordion .accordion-item .accordion-button::before {
    content: "";
    width: 10px;
    height: 10px;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    font-family: inherit;
    right: 22px;
    top: 50%;
    transform: translateY(-25%) rotate(225deg);
}

.site-modern .accordion .accordion-item .accordion-button.collapsed::before {
    top: 50%;
    transform: translateY(-65%) rotate(45deg);
}

.site-modern #artikel-terbaru .card {
    overflow: hidden;
}

.site-modern .latest-article-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.site-modern .feature-hidden-section {
    display: none;
}

.contact-hero {
    background: linear-gradient(180deg, rgba(246, 250, 255, 0.96), rgba(255, 255, 255, 0.98)), url("images/home-bg.png") center center;
}

.contact-panel {
    background: #ffffff;
    border: 1px solid rgba(30, 41, 59, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.contact-info-item {
    display: flex;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(30, 41, 59, 0.08);
}

.contact-info-item:last-child {
    border-bottom: 0;
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(46, 202, 139, 0.12);
    color: #1f9d6a;
    font-size: 20px;
}

.contact-support-card {
    border: 1px solid rgba(30, 41, 59, 0.08);
    border-radius: 8px;
    background: #ffffff;
    height: 100%;
}

.contact-support-card p {
    line-height: 1.7;
}

.site-modern .testi-fallback-ready {
    position: relative;
}

.site-modern .testi-fallback-ready .tiny-slide {
    display: none;
}

.site-modern .testi-fallback-ready .tiny-slide.is-active {
    display: block;
    animation: testiFadeIn 0.45s ease;
}

@keyframes testiFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.site-modern #artikel-terbaru .card-title {
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 760;
}

.site-modern footer,
.site-modern .footer {
    background: #171a1f !important;
}

.site-modern .footer .footer-py-60 {
    padding: 56px 0 48px;
}

.site-modern .footer .footer-description {
    max-width: 610px;
    color: #aeb5c0 !important;
    line-height: 1.75;
}

.site-modern .footer .footer-head {
    position: relative;
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
}

.site-modern .footer .footer-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background: var(--et-primary);
}

.site-modern .footer .footer-list {
    margin-top: 0 !important;
}

.site-modern .footer .footer-list li {
    margin-bottom: 12px;
}

.site-modern .footer .footer-list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b8bec8 !important;
    text-decoration: none;
}

.site-modern .footer .footer-list a i {
    color: var(--et-primary);
}

.site-modern .footer .footer-list a:hover {
    color: #fff !important;
    transform: translateX(3px);
}

.site-modern .footer .foot-social-icon li a {
    color: #d7dbe1 !important;
    border-color: rgba(255, 255, 255, 0.18);
}

.site-modern .footer .foot-social-icon li a:hover {
    background: var(--et-primary);
    border-color: var(--et-primary) !important;
}

.site-modern .footer .footer-bar {
    border-top-color: rgba(255, 255, 255, 0.1);
    color: #929aa6;
}

.site-modern .back-to-top {
    padding: 0;
    border: 0;
    background: var(--et-primary);
    box-shadow: 0 10px 24px rgba(255, 122, 0, 0.3);
}

.site-modern .back-to-top:hover {
    background: var(--et-primary-dark);
    transform: translateY(-3px);
}

.site-modern .back-to-top-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    stroke: #fff !important;
    transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
    .site-modern #topnav #navigation {
        background: #fff;
        border-top: 1px solid var(--et-line);
    }

    .site-modern #home {
        min-height: auto;
        padding-top: 112px;
        text-align: center;
    }

    .site-modern #home .para-desc,
    .site-modern #home .heading {
        margin-left: auto;
        margin-right: auto;
    }

    .site-modern #home .heading {
        font-size: 3.1rem;
    }

    .site-modern #detail .container {
        padding: 24px;
    }
}

@media (max-width: 575.98px) {
    .site-modern {
        font-size: 14px;
    }

    .site-modern h1,
    .site-modern .h1 {
        font-size: 1.95rem;
        line-height: 1.15;
    }

    .site-modern h2,
    .site-modern .h2 {
        font-size: 1.45rem;
        line-height: 1.25;
    }

    .site-modern h3,
    .site-modern .h3 {
        font-size: 1.08rem;
        line-height: 1.3;
    }

    .site-modern h4,
    .site-modern .h4 {
        font-size: 1rem;
        line-height: 1.35;
    }

    .site-modern h5,
    .site-modern .h5 {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .site-modern h6,
    .site-modern .h6 {
        font-size: 0.85rem;
        line-height: 1.45;
    }

    .site-modern p,
    .site-modern li,
    .site-modern small,
    .site-modern .text-muted {
        font-size: 0.875rem;
    }

    .site-modern section.section,
    .site-modern section.bg-half-100 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .site-modern #home {
        padding-top: 84px;
    }

    .site-modern #home .heading {
        font-size: 1.95rem;
        line-height: 1.12;
    }

    .site-modern #home .para-desc,
    .site-modern .para-desc,
    .site-modern p {
        font-size: 0.875rem;
        line-height: 1.6;
    }

    .site-modern .section-title {
        margin-bottom: 1rem !important;
        padding-bottom: 0 !important;
    }

    .site-modern .section-title .title,
    .site-modern .title {
        font-size: 1.45rem;
        line-height: 1.25;
    }

    .site-modern .hero-actions {
        justify-content: center;
        gap: 8px;
        flex-wrap: nowrap;
        padding-top: 0 !important;
    }

    .site-modern .hero-actions .btn {
        flex: 0 1 auto;
        min-width: 112px;
        margin: 0;
        padding: 8px 12px;
        font-size: 0.76rem;
        line-height: 1.25;
        white-space: nowrap;
    }

    .site-modern .home-hero-mockup {
        width: 260px;
    }

    .site-modern .problem-illustration {
        width: 210px;
    }

    .site-modern .solution-product-image {
        width: 280px;
    }

    .site-modern #home .col-lg-5 {
        margin-top: 2rem !important;
    }

    .site-modern #detail {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .site-modern #detail .container {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        padding: 20px 16px;
    }

    .site-modern #detail .row.g-3 {
        row-gap: 10px;
    }

    .site-modern #detail .col-8,
    .site-modern #detail .col-4 {
        width: 100%;
    }

    .site-modern #detail .btn {
        width: 100%;
        min-height: 52px;
    }

    .site-modern #fitur .mobile-two-column-grid {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }

    .site-modern #fitur .features.key-feature {
        min-height: 100%;
        padding: 14px !important;
    }

    .site-modern #fitur .features .icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 1rem;
        margin-bottom: 10px !important;
    }

    .site-modern #fitur .features h3 {
        margin-bottom: 8px !important;
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .site-modern #fitur .features p {
        font-size: 0.76rem;
        line-height: 1.45;
    }

    .site-modern .business-grid {
        --bs-gutter-x: 12px;
    }

    .site-modern .business-grid > div {
        margin-bottom: 12px !important;
        padding-bottom: 0 !important;
    }

    .site-modern .business-grid .features {
        min-height: 68px;
        padding: 10px !important;
    }

    .site-modern .business-grid .features .icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 8px !important;
    }

    .site-modern .business-grid .features svg {
        width: 18px;
        height: 18px;
    }

    .site-modern .business-grid .features .title {
        font-size: 0.82rem;
        line-height: 1.2;
    }

    .site-modern .pricing-scroll,
    .site-modern .article-scroll {
        flex-wrap: nowrap;
        gap: 12px;
        margin-right: -12px;
        margin-left: -12px;
        padding: 0 12px 14px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .site-modern .pricing-scroll::-webkit-scrollbar,
    .site-modern .article-scroll::-webkit-scrollbar {
        display: none;
    }

    .site-modern .pricing-scroll .pricing-slide,
    .site-modern .article-scroll .article-slide {
        flex: 0 0 74%;
        width: 74%;
        max-width: 74%;
        padding-right: 0;
        padding-left: 0;
        scroll-snap-align: start;
    }

    .site-modern .pricing-scroll .pricing-slide {
        margin-top: 16px !important;
    }

    .site-modern .pricing {
        padding: 12px !important;
    }

    .site-modern .pricing .card-body > span {
        padding: 5px 10px !important;
        font-size: 0.7rem;
    }

    .site-modern .pricing h4 {
        margin-top: 10px !important;
        font-size: 0.95rem;
    }

    .site-modern .pricing h2 {
        margin-top: 6px !important;
        font-size: 1.25rem;
    }

    .site-modern .pricing p {
        margin-bottom: 10px;
        font-size: 0.78rem;
    }

    .site-modern .pricing ul li {
        padding: 3px 0;
        font-size: 0.76rem;
    }

    .site-modern .pricing .icon {
        width: auto;
        height: auto;
        min-width: 0;
        background: transparent;
    }

    .site-modern .pricing .btn {
        padding: 8px 12px;
        font-size: 0.78rem;
    }

    .site-modern .client-testi {
        padding: 18px;
    }

    .site-modern .client-testi p.h5 {
        font-size: 0.875rem;
        line-height: 1.6;
    }

    .site-modern .client-testi h5 {
        font-size: 0.95rem;
    }

    .site-modern .accordion-button {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .site-modern .accordion-body {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .site-modern .footer .footer-head {
        font-size: 1rem;
    }

    .site-modern .footer,
    .site-modern .footer p,
    .site-modern .footer li,
    .site-modern .footer a {
        font-size: 0.85rem;
    }

    .site-modern .client-testi .avatar {
        width: 72px;
        height: 72px;
    }

    .site-modern #faq img {
        display: block;
        width: 210px;
        margin: 0 auto;
    }

    .site-modern .article-scroll .article-slide {
        margin-top: 16px !important;
        padding-top: 0 !important;
    }

    .site-modern #artikel-terbaru .latest-article-img {
        height: 125px;
    }

    .site-modern #artikel-terbaru .card-body {
        padding: 12px;
    }

    .site-modern #artikel-terbaru .card-title {
        display: -webkit-box;
        overflow: hidden;
        font-size: 0.9rem;
        line-height: 1.35;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .site-modern #artikel-terbaru .card-body p {
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 12px !important;
        font-size: 0.76rem;
        line-height: 1.45;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .site-modern #artikel-terbaru .card-body small,
    .site-modern #artikel-terbaru .card-body a {
        font-size: 0.76rem;
    }

    .site-modern .footer .footer-py-60 {
        padding: 40px 0 34px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .site-modern .pricing-scroll,
    .site-modern .article-scroll {
        flex-wrap: nowrap;
        gap: 12px;
        margin-right: -12px;
        margin-left: -12px;
        padding: 0 12px 14px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .site-modern .pricing-scroll::-webkit-scrollbar,
    .site-modern .article-scroll::-webkit-scrollbar {
        display: none;
    }

    .site-modern .pricing-scroll .pricing-slide,
    .site-modern .article-scroll .article-slide {
        flex: 0 0 72%;
        width: 72%;
        max-width: 72%;
        padding-right: 0;
        padding-left: 0;
        scroll-snap-align: start;
    }

    .contact-panel {
        padding: 24px !important;
    }
}

@media (max-width: 575.98px) {
    .contact-panel {
        padding: 24px !important;
    }
}
