/*-- custom css start here --*/
[data-bs-theme-base="neutral"] {
    --tblr-gray-50: #fafafa;
    --tblr-gray-100: #f5f5f5;
    --tblr-gray-200: #e5e5e5;
    --tblr-gray-300: #d4d4d4;
    --tblr-gray-400: #a3a3a3;
    --tblr-gray-500: #737373;
    --tblr-gray-600: #525252;
    --tblr-gray-700: #404040;
    --tblr-gray-800: #262626;
    --tblr-gray-900: #171717;
    --tblr-gray-950: #0a0a0a;
}

.page-body {
    margin-top: 20px;
}

h1 {
    font-size: 2rem;
}

.jm-homepage .navbar {
    background: transparent;
    box-shadow: none;
}

.jm-meeting-join {
    margin-top: -56px;
}

.jm-home-bg.bg-cover {
    background-color: var(--tblr-primary);
}

.section {
    padding: 5.5rem 0;
}

.jm-features,
.jm-faq {
    background-color: var(--tblr-homebg);
}

.jm-about-icons svg {
    width: 50px;
    height: 50px;
    color: var(--tblr-primary);
}

.jm-about-bigicon svg.icon {
    height: 250px;
    width: 250px;
    color: var(--tblr-primary);
}

.jm-icon-box svg {
    height: 35px;
    width: 35px;
}

.jm-icon-box span {
    background-color: var(--tblr-primary);
    color: var(--tblr-white);
    border-radius: var(--tblr-border-radius);
    height: 50px;
    width: 50px;
}

[data-bs-theme=dark] .navbar-brand-image {
    filter: invert(100%);
}

.jm-how-to-use {
    color: var(--tblr-white);
}

[data-bs-theme=dark] .section-light {
    background-color: #333333;
}

[data-bs-theme=light] .section-light {
    background-color: #f2f2f2;
}

.ribbon.bg-green {
    border-color: var(--tblr-primary);
}

.ribbon-bookmark {
    background-color: var(--tblr-primary) !important;
}

.ribbon-top {
    width: 2.5rem;
}

.ribbon-bookmark.ribbon-top:after {
    border-width: 1.3rem;
    border-top-width: 0;
    border-bottom-color: transparent;
    border-bottom-width: 0.5rem;
}

.jm-faq .accordion-button {
    font-size: 1.2rem;
}

.jm-review-icon svg {
    width: 50px;
    height: 50px;
    color: var(--tblr-primary);
}

.jm-review-icon {
    gap: 15px;
}

.jm-footer-menu {
    gap: 20px;
}

button.link.jm-join-link {
    position: absolute;
    top: 7px;
    right: 10px;
    font-weight: 600;
    background: transparent;
}

[dir="rtl"] button.link.jm-join-link {
    right: unset;
    left: 10px;
}

.jm-join-link {
    color: var(--tblr-primary);
}

.jm-meeting-join {
    background-color: var(--white-bg-page);
}

.link {
    color: var(--tblr-primary);
    font-weight: 600;
}

.jm-home-bg h2 {
    color: var(--tblr-white);
}

.input-group {
    box-shadow: none;
}

#cover-spin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: block;
}

.logo-image {
    height: 2rem;
    width: auto;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: var(--bs-primary);
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

.navbar-logo {
    width: auto;
    height: 2rem;
}

[data-bs-theme=dark] .toast-header {
    background: unset;
    color: var(--tblr-white);
}

.pricing-label {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    vertical-align: bottom;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured {
    z-index: 1;
    border: 2px solid var(--tblr-primary);
    order: -1;
    transform: scale(1.05);
}

/*-- Responsive css start here --*/
/*--mobile css start here--*/
@media (min-width: 768px) {
    .featured {
        order: unset;
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: 0 0 4px rgba(var(--tblr-body-color-rgb), .04);
        border-radius: 8px;
    }
}

@media (min-width: 992px) {

    :host,
    :root {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    .featured {
        transform: unset;
    }

    .navbar-toggler {
        color: var(--tblr-white);
    }

    .nav-link-icon {
        color: var(--tblr-white);
    }

    .navbar .navbar-nav .nav-link {
        color: var(--tblr-white);
    }

    .jm-homepage .navbar {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        background-color: var(--tblr-primary);
    }

    .jm-home-bg.bg-cover {
        min-height: 50vh !important;
    }

    .jm-meeting-join {
        margin: 0;
    }

    .section {
        padding: 3rem 0.5rem;
    }

    h1 {
        font-size: 1.5rem;
    }

    .jm-about-bigicon svg.icon {
        height: 200px;
        width: 200px;
    }
}

/*--ipad css start here--*/
@media only screen and (min-width:768px) and (max-width:959px) {
    .jm-home-bg.bg-cover {
        min-height: 50vh !important;
    }

    .section {
        padding: 3rem 0.5rem;
    }

    h1 {
        font-size: 1.5rem;
    }

    .jm-about-bigicon svg.icon {
        height: 200px;
        width: 200px;
    }

    .jm-footer-menu {
        justify-content: space-between;
    }
}

/*--ipad  pro css start here--*/
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .jm-home-bg.bg-cover {
        min-height: 50vh !important;
    }
}

/* ============= MEETAJA HOME – CYBER VISION THEME (GREEN) ============= */

:root {
    --ma-primary: #059da8;      /* hijau meetaja */
    --ma-primary-soft: #0fb6c3;
    --ma-accent: #22d3ee;
    --ma-bg-deep: #020617;
    --ma-bg-soft: #050b18;
}

.ma-home {
    background: radial-gradient(circle at top left, #072530 0%, #020814 45%, #01030a 100%);
    min-height: 100vh;
    color: #e5f7ff;
    position: relative;
    overflow: hidden;
}

.ma-home::before {
    content: "";
    position: absolute;
    inset: -30%;
    background:
        radial-gradient(circle at 0% 0%, rgba(5, 157, 168, 0.55), transparent 60%),
        radial-gradient(circle at 90% 15%, rgba(34, 211, 238, 0.45), transparent 60%),
        radial-gradient(circle at 50% 100%, rgba(15, 118, 110, 0.5), transparent 60%);
    opacity: .9;
    filter: blur(14px);
    z-index: 0;
}

.ma-home > * {
    position: relative;
    z-index: 1;
}

.ma-home-main {
    max-width: 1120px;
    margin: 0 auto;
    padding: 72px 20px 96px;
}

/* HERO */
.ma-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: center;
    margin-bottom: 56px;
}

.ma-hero-left { max-width: 560px; }

.ma-badge-top {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: rgba(2, 10, 20, 0.85);
    color: #d1f5ff;
    margin-bottom: 16px;
}

.ma-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.9);
}

.ma-hero-title {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.02em;
    margin-bottom: 14px;
    color: #e5f7ff;
}

.ma-gradient-text {
    background: linear-gradient(120deg, var(--ma-primary-soft), var(--ma-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ma-hero-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: #c4e7f5;
    opacity: .9;
    margin-bottom: 24px;
}

.ma-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.ma-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 600;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    transition: all .16s ease-out;
    white-space: nowrap;
}

.ma-btn-primary {
    background: linear-gradient(135deg, var(--ma-primary-soft), var(--ma-accent));
    color: #f9fafb;
    box-shadow:
        0 0 16px rgba(5, 157, 168, 0.9),
        0 0 28px rgba(34, 211, 238, 0.8);
}

.ma-btn-primary:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.ma-btn-ghost {
    border-color: rgba(148, 163, 184, 0.6);
    background: rgba(2, 6, 23, 0.85);
    color: #e5f7ff;
}

.ma-btn-ghost:hover {
    background: rgba(15, 23, 42, 0.96);
}

.ma-btn-icon {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: rgba(2, 6, 23, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
}

.ma-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: .8rem;
    color: #9ad7e4;
    margin-top: 4px;
}

.ma-meta-separator { opacity: .6; }

/* HERO RIGHT */
.ma-hero-right { position: relative; min-height: 260px; }

.ma-hero-orb {
    position: absolute;
    inset: 0;
    border-radius: 32px;
    background:
        radial-gradient(circle at 10% 0%, rgba(5, 157, 168, 0.9), transparent 60%),
        radial-gradient(circle at 90% 80%, rgba(34, 211, 238, 0.9), transparent 60%);
    filter: blur(22px);
    opacity: 0.9;
}

.ma-hero-card {
    position: relative;
    border-radius: 24px;
    padding: 14px 14px 16px;
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.96), rgba(5, 10, 23, 0.96));
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow:
        0 22px 50px rgba(2, 6, 23, 0.9),
        0 0 42px rgba(2, 6, 23, 0.9);
}

.ma-hero-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .78rem;
    margin-bottom: 10px;
    color: #e2f3ff;
}

.ma-hero-header-left {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ma-hero-status-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, .85);
}

.ma-hero-tag {
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

/* MOCK VIDEO */
.ma-hero-video-mock {
    border-radius: 18px;
    padding: 12px;
    background: radial-gradient(circle at top, #020617, #020014);
    border: 1px solid rgba(148,163,184,0.45);
    position: relative;
    overflow: hidden;
}

.ma-hero-avatar-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.ma-avatar-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(2, 6, 23, 0.96);
    border: 1px solid rgba(148,163,184,0.6);
    font-size: .75rem;
}

.ma-avatar-pill-main { align-self: flex-start; }

.ma-avatar-circle {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: radial-gradient(circle, var(--ma-primary-soft), var(--ma-accent));
}

.ma-avatar-circle-blue   { background: radial-gradient(circle, #0ea5e9, #0284c7); }
.ma-avatar-circle-purple { background: radial-gradient(circle, #22c55e, #16a34a); }
.ma-avatar-circle-cyan   { background: radial-gradient(circle, #2dd4bf, #0f766e); }

.ma-avatar-name { font-weight: 500; color: #e5f7ff; }
.ma-avatar-role { font-size: .7rem; color: #9ca3af; }
.ma-avatar-row  { display: flex; gap: 8px; }

/* DOCK */
.ma-hero-dock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(2, 6, 23, 0.96);
    border: 1px solid rgba(148,163,184,0.6);
}

.ma-dock-buttons { display: flex; gap: 8px; }

.ma-dock-btn {
    border: none;
    border-radius: 999px;
    padding: 4px 8px;
    font-size: .75rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(15, 23, 42, 0.96);
    color: #e5f7ff;
}

.ma-dock-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(2, 6, 23, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
}

.ma-dock-btn-accent {
    background: linear-gradient(135deg, var(--ma-primary-soft), var(--ma-accent));
}

.ma-dock-leave {
    border: none;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: .75rem;
    background: linear-gradient(135deg, #f97373, #b91c1c);
    color: #fef2f2;
}

/* HIGHLIGHT BAR */
.ma-highlight {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-bottom: 56px;
}

.ma-highlight-item {
    border-radius: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(148,163,184,0.35);
    background: rgba(5, 15, 30, 0.9);
    backdrop-filter: blur(14px);
    font-size: .84rem;
    text-align: left;
}

.ma-highlight-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin-bottom: 6px;
}

.ma-highlight-dot-blue   { background: var(--ma-primary); box-shadow: 0 0 12px rgba(5,157,168,.9); }
.ma-highlight-dot-purple { background: #22c55e;       box-shadow: 0 0 12px rgba(34,197,94,.9);   }
.ma-highlight-dot-cyan   { background: var(--ma-accent); box-shadow: 0 0 12px rgba(34,211,238,.9); }

.ma-highlight-label { font-weight: 600; margin-bottom: 2px; }
.ma-highlight-text  { color: #c4e7f5; opacity: .9; }

/* CTA */
.ma-cta {
    margin-top: 40px;
    padding: 32px 20px 40px;
    border-radius: 24px;
    background: radial-gradient(circle at top, rgba(5, 15, 30, 0.98), rgba(2, 6, 23, 0.96));
    border: 1px solid rgba(148,163,184,0.6);
    text-align: center;
}

.ma-cta-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #e5f7ff;
}

.ma-cta-subtitle {
    font-size: .95rem;
    color: #c4e7f5;
    opacity: .9;
    margin-bottom: 18px;
}

.ma-cta-actions .ma-btn-cta { padding-inline: 28px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .ma-hero {
        grid-template-columns: minmax(0,1fr);
    }

    .ma-hero-right {
        order: -1;
        margin-bottom: 18px;
    }

    .ma-home-main {
        padding-top: 56px;
    }
}

@media (max-width: 640px) {
    .ma-hero-title { font-size: 2.2rem; }
    .ma-hero { margin-bottom: 40px; }

    .ma-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .ma-highlight {
        grid-template-columns: minmax(0,1fr);
    }

    .ma-cta { border-radius: 18px; }
}

