html {
    scroll-behavior: smooth;
}

.maerev-wordmark {
    font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
}

.maerev-wordmark span {
    color: #7E2FFF;
}

.maerev-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .06);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.maerev-hero-subtitle {
    max-width: 920px;
    margin: 58px auto 52px;
}

.maerev-hero-actions {
    gap: 16px;
    flex-wrap: wrap;
}

.maerev-hero-secondary {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.45);
    padding-bottom: 4px;
}

.maerev-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 860px;
    margin: 65px auto 0;
}

.maerev-proof-card {
    text-align: left;
    padding: 22px 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}

.maerev-proof-card strong {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 8px;
}

.maerev-proof-card span {
    display: block;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    line-height: 1.45;
}

.maerev-marketplace-card {
    max-width: 520px;
    margin: 40px auto 0;
    padding: 24px 28px;
    border-radius: 28px;
    background: rgba(126, 47, 255, .16);
    border: 1px solid rgba(126, 47, 255, .34);
    backdrop-filter: blur(12px);
    position: relative;
    z-index: 2;
}

.maerev-marketplace-card strong {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}

.maerev-marketplace-card p {
    color: rgba(255,255,255,.72);
    margin: 8px 0 16px;
}

@media (max-width: 991px) {
    .maerev-proof-strip {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .maerev-wordmark {
        font-size: 26px;
    }

    .maerev-marketplace-card {
        position: static;
        margin: 40px auto 0;
    }

    .maerev-hero-subtitle {
        margin: 35px auto 35px;
    }
}

.maerev-logo-placeholder {
    height: 58px;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.58);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    font-size: 13px;
}

.maerev-trusted-section {
    background: rgba(255,255,255,.01);
}

.maerev-work-card {
    border-radius: 30px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    padding: 34px;
    height: 100%;
    transition: all .3s ease-in-out;
}

.maerev-work-card:hover {
    transform: translateY(-6px);
    border-color: rgba(126, 47, 255, .5);
    background: rgba(126, 47, 255, .12);
}

.maerev-work-card .tag {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.75);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 22px;
}

.maerev-work-card h4 {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 14px;
}

.maerev-work-card p {
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 0;
}

.maerev-price-card {
    border-radius: 30px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    padding: 34px;
    height: 100%;
    transition: all .3s ease-in-out;
}

.maerev-price-card:hover {
    transform: translateY(-6px);
    border-color: rgba(126, 47, 255, .5);
    background: rgba(126, 47, 255, .12);
}

.maerev-price-card.featured {
    background: rgba(126, 47, 255, .16);
    border-color: rgba(126, 47, 255, .45);
}

.maerev-price-card .tag {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.75);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 22px;
}

.maerev-price-card .price {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 18px;
}

.maerev-price-card h4 {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 14px;
}

.maerev-price-card p {
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 0;
}

.maerev-price-card ul {
    margin-top: 26px;
    margin-bottom: 30px;
}

.maerev-price-card li {
    color: rgba(255,255,255,.72);
    font-size: 17px;
    margin-bottom: 11px;
    position: relative;
    padding-left: 24px;
}

.maerev-price-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #7E2FFF;
    font-weight: 700;
}

.maerev-card-link {
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,.45);
    padding-bottom: 4px;
}

.maerev-card-link:hover {
    color: #fff;
    border-color: #7E2FFF;
}

.maerev-contact-card {
    border-radius: 30px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    padding: 30px;
    height: 100%;
    transition: all .3s ease-in-out;
}

.maerev-contact-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255,255,255,.45);
    background: rgba(255,255,255,.16);
}

.maerev-contact-card h4 {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
}

.maerev-contact-card p {
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 0;
    color: rgba(255,255,255,.78);
}

.maerev-contact-card a {
    color: #fff;
}

.maerev-footer-brand {
    font-family: "Josefin Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1;
}

.maerev-footer-brand span {
    color: #7E2FFF;
}

.maerev-logo-img {
    height: 80px;
    width: auto;
}

.maerev-footer-logo {
    height: 80px;
    width: auto;
    margin-left: -20px;
    margin-bottom: 24px;
}

/* Mobile */
@media (max-width: 767px) {
    .maerev-footer-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-intro {
        text-align: center;
    }
}

.feedback-slide-one {
    margin-left: -14px;
    margin-right: -14px;
}

.feedback-slide-one .item {
    padding-left: 14px;
    padding-right: 14px;
}

.feedback-card-one {
    height: 100%;
}

.maerev-preloader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.maerev-preloader-logo {
    margin-bottom: 28px;
}

.maerev-preloader-logo img {
    height: 52px;
    width: auto;
}

.maerev-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.maerev-btn-icon i {
    color: #111;
    font-size: 15px;
    line-height: 1;
}

.maerev-blog-action {
    position: relative;
    z-index: 2;
}

.maerev-blog-action .btn-two {
    margin: 0 auto;
}
/* ── Solusi Mega Dropdown ── */
.dropdown-menu {
    min-width: 330px !important;
    padding: 14px 8px;
    background: #0c0e1f;
    border: 1px solid rgba(69, 196, 232, .2);
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .55), 0 0 0 1px rgba(68, 51, 224, .15);
    display: flex;
    gap: 4px;
    left: -40px !important;
}

@media (max-width: 991px) {
    .navbar-collapse .dropdown-menu {
        width: fit-content !important;
        min-width: unset !important;
    }
}

.dropdown-menu .menu-column {
    flex: 1;
    padding: 6px 10px;
}

.dropdown-menu .menu-column + .menu-column {
    border-left: 1px solid rgba(69, 196, 232, .1);
}

.dropdown-menu .mega-menu-title {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #45C4E8, #4433E0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
    padding: 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(69, 196, 232, .15);
}

.dropdown-menu .style-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .68) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 8px;
    line-height: 1.3;
    transition: all .18s ease-in-out;
}

.dropdown-menu .dropdown-item:hover {
    color: #fff !important;
    background: linear-gradient(90deg, rgba(69, 196, 232, .12), rgba(68, 51, 224, .18)) !important;
}

.dropdown-menu .dropdown-item span:first-child {
    flex: 1;
}

.dropdown-menu .dropdown-item span::before {
    display: none !important;
}

.maerev-badge-soon {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(69, 196, 232, .2), rgba(68, 51, 224, .3));
    border: 1px solid rgba(69, 196, 232, .3);
    color: #7dd8f0 !important;
    font-size: 9px !important;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    flex-shrink: 0;
}

/* Mobile: stack columns */
@media (max-width: 991px) {
    .dropdown-menu {
        min-width: unset;
        width: auto;
        flex-direction: column;
        gap: 0;
        left: 0 !important;
        border-radius: 10px;
        background: #0c0e1f;
        box-shadow: none;
        padding: 4px 0;
    }

    .dropdown-menu .menu-column {
        padding: 4px 8px;
    }

    .dropdown-menu .menu-column + .menu-column {
        border-left: none;
        border-top: 1px solid rgba(69, 196, 232, .1);
        padding-top: 4px;
        margin-top: 2px;
    }

    .dropdown-menu .mega-menu-title {
        font-size: 9px;
        padding: 2px 8px 4px;
        margin-bottom: 2px;
    }

    .dropdown-menu .dropdown-item {
        font-size: 13px;
        padding: 5px 8px;
    }

    .maerev-badge-soon {
        font-size: 8px !important;
        padding: 2px 5px;
    }
}

/* ── Nav active & hover color override ── */
.theme-main-menu .nav-item .nav-link.active,
.theme-main-menu .nav-item .nav-link:hover,
.theme-main-menu.menu-style-one.fixed .nav-item:hover .nav-link {
    color: #236fdf !important;
}

/* Light theme navbar text */
html[data-bs-theme="light"] .theme-main-menu .nav-item .nav-link,
html[data-bs-theme="light"] .theme-main-menu .nav-item .nav-link.active,
html[data-bs-theme="light"] .theme-main-menu .nav-item .nav-link:hover,
html[data-bs-theme="light"] .theme-main-menu.menu-style-one.fixed .nav-item:hover .nav-link {
    color: #111 !important;
}

html[data-bs-theme="light"] .dropdown-menu .dropdown-item,
html[data-bs-theme="light"] .dropdown-menu .dropdown-item:hover {
    color: #111 !important;
}

/* ── Hero heading size ── */
.hero-banner-one .hero-heading {
    font-size: 124px; /* 190px × 65% */
    line-height: 1;
}

@media (max-width: 1399px) {
    .hero-banner-one .hero-heading {
        font-size: 88px; /* 135px × 65% */
        line-height: 1;
    }
}

@media (max-width: 991px) {
    .hero-banner-one .hero-heading {
        font-size: 72px; /* 110px × 65% */
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .hero-banner-one .hero-heading {
        font-size: 42px; /* 60px × 70% */
        line-height: 1;
    }
}

/* Mengganti warna background lingkaran ikon pada layanan */
.card-style-one .icon {
    /* Ganti kode hex warna di bawah sesuai seleramu */
    background: linear-gradient(135deg, #45C4E8 0%, #4433E0 100%) !important;
}