/* MetaSchool Landing — soft UI (referensi desain publik) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700;800&display=swap');

body.landing-page {
    --lp-navy: #1a3a6b;
    --lp-blue: #2563eb;
    --lp-blue-light: #3b82f6;
    --lp-sky: #e8f4fd;
    --lp-sky-deep: #c7e3f9;
    --lp-purple: #7c5cbf;
    --lp-purple-soft: #ede9fe;
    --lp-text: #1e293b;
    --lp-muted: #64748b;
    --lp-white: #ffffff;
    --lp-shadow: 0 10px 40px rgba(26, 58, 107, 0.08);
    --lp-shadow-sm: 0 4px 20px rgba(26, 58, 107, 0.06);
    --lp-radius: 24px;
    --lp-radius-pill: 999px;

    font-family: 'Noto Sans', 'Segoe UI', sans-serif;
    color: var(--lp-text);
    background: var(--lp-white);
    line-height: 1.6;
    overflow-x: hidden;
}

body.landing-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Background blobs */
.lp-bg-shapes {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.lp-bg-shapes span {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
}

.lp-bg-shapes .blob-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #dbeafe, #e0e7ff);
    top: -120px;
    right: -100px;
}

.lp-bg-shapes .blob-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #ede9fe, #dbeafe);
    top: 400px;
    left: -150px;
}

.lp-bg-shapes .blob-3 {
    width: 350px;
    height: 350px;
    background: #e0f2fe;
    bottom: 200px;
    right: 10%;
}

body.landing-page > *:not(.lp-bg-shapes):not(.lp-helpdesk-fab):not(.lp-mobile-menu) {
    position: relative;
    z-index: 1;
}

/* Top utility bar */
.lp-topbar {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.8rem;
}

.lp-topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
}

.lp-topbar-links {
    display: flex;
    gap: 1.25rem;
    list-style: none;
}

.lp-topbar-links a {
    color: var(--lp-muted);
    text-decoration: none;
}

.lp-topbar-links a:hover {
    color: var(--lp-blue);
}

.lp-topbar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lp-lang {
    color: var(--lp-muted);
    font-size: 0.8rem;
    cursor: pointer;
}

.lp-btn-portal {
    background: var(--lp-blue);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: var(--lp-radius-pill);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
    transition: background 0.2s;
}

.lp-btn-portal:hover {
    background: var(--lp-navy);
}

/* Main navbar */
.lp-navbar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.lp-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.lp-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--lp-navy);
    font-weight: 800;
    font-size: 1.25rem;
}

.lp-brand-icon {
    width: 44px;
    height: 44px;
    background: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: var(--lp-shadow-sm);
}

.lp-nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.lp-nav-menu a {
    text-decoration: none;
    color: var(--lp-text);
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.lp-nav-menu a:hover {
    color: var(--lp-blue);
}

.lp-nav-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lp-nav-search,
.lp-nav-toggle {
    width: 42px;
    height: 42px;
    border: none;
    background: var(--lp-sky);
    border-radius: 50%;
    color: var(--lp-navy);
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.2s;
}

.lp-nav-search:hover,
.lp-nav-toggle:hover {
    background: var(--lp-sky-deep);
}

.lp-nav-toggle {
    display: none;
}

/* Hero search */
.lp-hero {
    padding: 3rem 0 2rem;
    text-align: center;
}

.lp-hero-bg {
    position: relative;
    padding: 2.5rem 1rem 3rem;
    border-radius: 0 0 48px 48px;
    background: linear-gradient(180deg, #f0f9ff 0%, rgba(255, 255, 255, 0) 100%);
}

.lp-search-wrap {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}

.lp-mascot {
    position: absolute;
    left: -20px;
    bottom: 8px;
    width: 72px;
    height: 72px;
    font-size: 3.5rem;
    line-height: 1;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    z-index: 2;
    pointer-events: none;
}

.lp-search-bar {
    display: flex;
    align-items: center;
    background: white;
    border-radius: var(--lp-radius-pill);
    box-shadow: var(--lp-shadow);
    padding: 8px 8px 8px 56px;
    border: 1px solid #e2e8f0;
}

.lp-search-bar input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 14px 16px;
    font-family: inherit;
    background: transparent;
}

.lp-search-bar input::placeholder {
    color: #94a3b8;
}

.lp-search-btn {
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: var(--lp-navy);
    color: white;
    cursor: pointer;
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: transform 0.2s, background 0.2s;
}

.lp-search-btn:hover {
    background: var(--lp-blue);
    transform: scale(1.05);
}

.lp-trending {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.lp-trending span {
    font-size: 0.8rem;
    color: var(--lp-muted);
    margin-right: 0.25rem;
}

.lp-trending a {
    font-size: 0.8rem;
    color: var(--lp-blue);
    text-decoration: none;
    background: white;
    padding: 0.25rem 0.75rem;
    border-radius: var(--lp-radius-pill);
    border: 1px solid #e2e8f0;
}

.lp-trending a:hover {
    background: var(--lp-sky);
    border-color: var(--lp-sky-deep);
}

/* Quick access */
.lp-quick-access {
    padding: 1rem 0 3rem;
}

.lp-main-modules-head {
    margin-bottom: 1rem;
    text-align: left;
}

.lp-main-modules-head h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--lp-navy);
    margin-bottom: 0.25rem;
}

.lp-main-modules-head p {
    font-size: 0.88rem;
    color: var(--lp-muted);
}

.lp-system-tabs {
    display: inline-flex;
    gap: 0.5rem;
    background: #eef2ff;
    border: 1px solid #dbeafe;
    border-radius: var(--lp-radius-pill);
    padding: 0.35rem;
    margin-bottom: 1rem;
}

.lp-system-tabs button {
    border: none;
    background: transparent;
    color: var(--lp-muted);
    border-radius: var(--lp-radius-pill);
    padding: 0.55rem 1rem;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.lp-system-tabs button.active {
    background: var(--lp-navy);
    color: #fff;
}

.lp-system-panel {
    display: none;
}

.lp-system-panel.active {
    display: block;
}

.lp-quick-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1rem;
}

.lp-quick-card {
    background: white;
    border-radius: 20px;
    padding: 1.25rem 0.75rem;
    text-align: center;
    text-decoration: none;
    color: var(--lp-text);
    box-shadow: var(--lp-shadow-sm);
    border: 1px solid #f1f5f9;
    transition: transform 0.2s, box-shadow 0.2s;
}

.lp-quick-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow);
}

.lp-quick-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 0.75rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.lp-quick-icon.c1 { background: #dbeafe; color: #2563eb; }
.lp-quick-icon.c2 { background: #dcfce7; color: #16a34a; }
.lp-quick-icon.c3 { background: #fef3c7; color: #d97706; }
.lp-quick-icon.c4 { background: #fce7f3; color: #db2777; }
.lp-quick-icon.c5 { background: #e0e7ff; color: #4f46e5; }
.lp-quick-icon.c6 { background: #ccfbf1; color: #0d9488; }
.lp-quick-icon.c7 { background: #fee2e2; color: #dc2626; }
.lp-quick-icon.c8 { background: #ffedd5; color: #ea580c; }

/* Custom update service banner */
.lp-custom-update {
    padding: 0 0 4rem;
}

.lp-custom-update-banner {
    background: linear-gradient(135deg, #fff7ed, #fef3c7);
    border-radius: var(--lp-radius);
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    border: 1px solid #fde68a;
}

.lp-custom-update-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #b45309;
    background: rgba(251, 191, 36, 0.25);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.lp-custom-update-banner h3 {
    font-size: 1.35rem;
    color: var(--lp-navy);
    margin-bottom: 0.5rem;
}

.lp-custom-update-banner p {
    color: var(--lp-muted);
    font-size: 0.95rem;
    max-width: 52ch;
}

.lp-quick-card span {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.3;
    display: block;
}

.lp-available-groups {
    margin-top: 1.75rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.lp-group-card {
    --lp-row-accent: #3b82f6;
    --lp-row-icon-bg: #eff6ff;
    --lp-row-icon-color: #2563eb;
}

.lp-group-card.h2h {
    --lp-row-accent: #3b82f6;
    --lp-row-icon-bg: #eff6ff;
    --lp-row-icon-color: #2563eb;
}

.lp-group-card.akademik {
    --lp-row-accent: #14b8a6;
    --lp-row-icon-bg: #ecfdf5;
    --lp-row-icon-color: #0d9488;
}

.lp-group-card.office {
    --lp-row-accent: #f97316;
    --lp-row-icon-bg: #fff7ed;
    --lp-row-icon-color: #ea580c;
}

.lp-group-card.pesantren {
    --lp-row-accent: #8b5cf6;
    --lp-row-icon-bg: #f5f3ff;
    --lp-row-icon-color: #7c3aed;
}

.lp-group-card.premium {
    --lp-row-accent: #d97706;
    --lp-row-icon-bg: #fffbeb;
    --lp-row-icon-color: #b45309;
}

.lp-group-card--full {
    grid-column: 1 / -1;
}

.lp-group-list--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--lp-module-row-gap);
}

.lp-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.85rem;
    padding: 0 0.15rem;
}

.lp-group-head h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--lp-navy);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.35;
}

.lp-group-head h3 i {
    font-size: 0.85rem;
    color: var(--lp-row-icon-color);
}

.lp-group-head span {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--lp-muted);
}

.lp-group-list {
    --lp-module-row-size: 4.85rem;
    --lp-module-row-gap: 0.65rem;
    display: flex;
    flex-direction: column;
    gap: var(--lp-module-row-gap);
}

.lp-group-list.is-scrollable {
    max-height: calc(3 * var(--lp-module-row-size) + 2 * var(--lp-module-row-gap));
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.35rem;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.lp-group-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.lp-group-list.is-scrollable::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.lp-group-list.is-scrollable::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.lp-module-row {
    flex-shrink: 0;
    min-height: var(--lp-module-row-size);
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem 0.85rem 0;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #eef2f7;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.lp-module-row::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--lp-row-accent);
    border-radius: 14px 0 0 14px;
}

.lp-module-row:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    border-color: #e2e8f0;
}

.lp-module-row-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin-left: 1rem;
    border-radius: 12px;
    background: var(--lp-row-icon-bg);
    color: var(--lp-row-icon-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}

.lp-module-row-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.lp-module-row-text strong {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
}

.lp-module-row-text small {
    font-size: 0.78rem;
    font-weight: 400;
    color: #64748b;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lp-module-row-chevron {
    flex-shrink: 0;
    font-size: 0.75rem;
    color: #cbd5e1;
    margin-right: 0.25rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.lp-module-row:hover .lp-module-row-chevron {
    color: var(--lp-row-accent);
    transform: translateX(2px);
}

/* News section */
.lp-news {
    padding: 2rem 0 4rem;
}

.lp-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.lp-section-head h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--lp-navy);
}

.lp-tabs {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lp-tabs button {
    border: none;
    background: transparent;
    padding: 0.5rem 1rem;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--lp-muted);
    cursor: pointer;
    border-radius: var(--lp-radius-pill);
    transition: all 0.2s;
}

.lp-tabs button.active {
    background: var(--lp-navy);
    color: white;
}

.lp-btn-more {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
    background: white;
    color: var(--lp-navy);
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
}

.lp-news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.1fr;
    gap: 1.25rem;
}

.lp-news-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lp-news-card {
    background: white;
    border-radius: var(--lp-radius);
    padding: 1.5rem;
    box-shadow: var(--lp-shadow-sm);
    border: 1px solid #f1f5f9;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s;
}

.lp-news-card:hover {
    box-shadow: var(--lp-shadow);
}

.lp-news-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    color: var(--lp-muted);
}

.lp-news-tag {
    background: #dbeafe;
    color: var(--lp-blue);
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.75rem;
}

.lp-news-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.lp-news-card p {
    font-size: 0.875rem;
    color: var(--lp-muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lp-featured {
    background: linear-gradient(145deg, #7c5cbf 0%, #5b4a9e 100%);
    border-radius: var(--lp-radius);
    padding: 2rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    box-shadow: var(--lp-shadow);
    position: relative;
    overflow: hidden;
}

.lp-featured-illus {
    font-size: 5rem;
    text-align: center;
    margin: 1rem 0;
    opacity: 0.95;
}

.lp-featured h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.lp-featured p {
    font-size: 0.9rem;
    opacity: 0.9;
}

.lp-featured-nav {
    display: flex;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.lp-featured-nav button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    color: white;
    cursor: pointer;
}

/* Calculator pill */
.lp-calculator {
    padding: 0 0 4rem;
}

.lp-calculator-top {
    padding-top: 0.5rem;
}

.lp-calc-pill {
    display: grid;
    grid-template-columns: 200px 1fr;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e3a6b 100%);
    border-radius: 60px;
    overflow: hidden;
    box-shadow: var(--lp-shadow);
    min-height: 200px;
}

.lp-calc-sidebar {
    padding: 2rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.lp-calc-sidebar button {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
    padding: 0.6rem 0.75rem;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.2s;
}

.lp-calc-sidebar button.active {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: 700;
}

.lp-calc-main {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 2rem 1.5rem 0;
    flex-wrap: wrap;
}

.lp-calc-icon-wrap {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.lp-calc-text {
    flex: 1;
    min-width: 180px;
    color: white;
}

.lp-calc-text h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.lp-calc-text p {
    font-size: 0.85rem;
    opacity: 0.9;
}

.lp-calc-form {
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
    background: white;
    border-radius: 28px;
    padding: 1rem 1.25rem;
    flex-wrap: wrap;
}

.lp-calc-field label {
    display: block;
    font-size: 0.7rem;
    color: var(--lp-muted);
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.lp-calc-field input,
.lp-calc-field select {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.5rem 0.75rem;
    font-family: inherit;
    font-size: 0.9rem;
    min-width: 120px;
}

.lp-calc-submit {
    background: var(--lp-navy);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--lp-radius-pill);
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
}

.lp-calc-submit:hover {
    background: #0f2744;
}

.lp-calc-result {
    width: 100%;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e2e8f0;
    font-size: 0.9rem;
    color: var(--lp-navy);
    font-weight: 600;
    display: none;
}

.lp-calc-result.show {
    display: block;
}

/* Bank Muamalat TPB / GBH calculator */
.lp-calc-head {
    display: contents;
}

.lp-calc-pill--bank {
    border-radius: 24px;
    grid-template-columns: 200px minmax(0, 1fr);
    overflow: visible;
}

.lp-calc-pill--bank .lp-calc-sidebar {
    padding: 1.25rem 1rem;
}

.lp-calc-main--bank {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1.25rem 1.5rem 1.5rem 0;
    min-width: 0;
}

.lp-calc-main--bank .lp-calc-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.lp-calc-main--bank .lp-calc-icon-wrap {
    width: 56px;
    height: 56px;
    font-size: 1.65rem;
}

.lp-calc-main--bank .lp-calc-text {
    flex: 1;
    min-width: 0;
}

.lp-calc-form--stacked {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    gap: 1rem;
    box-sizing: border-box;
}

.lp-calc-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem;
}

.lp-calc-panel.hidden {
    display: none !important;
}

.lp-calc-panel--bank {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    width: 100%;
}

.lp-calc-field-grid {
    display: grid;
    gap: 0.85rem;
    width: 100%;
}

.lp-calc-field-grid--2 {
    grid-template-columns: 1fr 1fr;
}

.lp-calc-panel--bank .lp-calc-field {
    width: 100%;
    min-width: 0;
}

.lp-calc-memo {
    width: 100%;
    margin: 0;
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.45;
    padding: 0.65rem 0.85rem;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    box-sizing: border-box;
}

.lp-calc-keterangan {
    width: 100%;
    margin: -0.35rem 0 0;
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.4;
}

.lp-calc-panel--bank .lp-calc-field input,
.lp-calc-panel--bank .lp-calc-field select {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 0.6rem 0.75rem;
}

.lp-calc-mode-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    width: 100%;
}

.lp-calc-mode-opt {
    cursor: pointer;
    min-width: 0;
}

.lp-calc-mode-opt input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.lp-calc-mode-opt span {
    display: block;
    text-align: center;
    padding: 0.6rem 0.5rem;
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
    transition: all 0.2s;
    line-height: 1.3;
}

.lp-calc-mode-opt input:checked + span {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
}

.lp-calc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
    padding-top: 0.25rem;
    border-top: 1px solid #f1f5f9;
}

.lp-calc-reset {
    background: #fff;
    color: var(--lp-navy);
    border: 2px solid #e2e8f0;
    padding: 0.7rem 1.25rem;
    border-radius: var(--lp-radius-pill);
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}

.lp-calc-reset:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
}

.lp-calc-result-card {
    width: 100%;
    margin-top: 0;
}

.lp-calc-result-card-inner {
    background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    padding: 1.15rem 1.35rem;
}

.lp-calc-result-card-inner h4 {
    margin: 0 0 0.85rem 0;
    font-size: 0.9rem;
    color: #1e40af;
    font-weight: 700;
}

.lp-calc-result-hero {
    text-align: center;
    padding: 1rem 0.75rem;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #bfdbfe;
    margin-bottom: 0.75rem;
}

.lp-calc-result-hero-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

.lp-calc-result-hero-value {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: #1d4ed8;
    line-height: 1.2;
}

.lp-calc-result-lines {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.lp-calc-result-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    font-size: 0.82rem;
    color: #475569;
    padding: 0.35rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.lp-calc-result-line:last-child {
    border-bottom: none;
}

.lp-calc-result-line strong {
    color: #0f172a;
    font-weight: 700;
    text-align: right;
}

.lp-calc-result-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.65rem 1rem;
    margin: 0;
}

.lp-calc-result-row {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.lp-calc-result-row--full {
    grid-column: 1 / -1;
    padding-top: 0.5rem;
    border-top: 1px dashed #93c5fd;
    margin-top: 0.15rem;
}

.lp-calc-result-row dt {
    font-size: 0.68rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.lp-calc-result-row dd {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
}

.lp-calc-result-val--highlight {
    color: #1d4ed8 !important;
    font-size: 1rem !important;
}

.lp-calc-auto-tag {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #2563eb;
    background: #dbeafe;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 0.2rem;
}

.lp-calc-result-note {
    margin: 0.85rem 0 0 0;
    font-size: 0.72rem;
    color: #64748b;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .lp-calc-field-grid--2,
    .lp-calc-mode-toggle {
        grid-template-columns: 1fr;
    }

    .lp-calc-main--bank {
        padding: 1rem;
    }

    .lp-calc-pill--bank {
        border-radius: 20px;
    }
}

/* Info & contact */
.lp-info {
    padding: 2rem 0 4rem;
}

.lp-info-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: start;
}

.lp-info-left h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--lp-navy);
    margin-bottom: 1rem;
}

.lp-info-left > p {
    color: var(--lp-muted);
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.lp-hours {
    list-style: none;
    margin-bottom: 2rem;
}

.lp-hours li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.4rem 0;
    font-size: 0.9rem;
}

.lp-hours i {
    color: var(--lp-blue);
    width: 20px;
}

.lp-hours a.lp-contact-wa {
    color: var(--lp-blue);
    font-weight: 600;
    text-decoration: none;
}

.lp-hours a.lp-contact-wa:hover {
    text-decoration: underline;
}

.lp-info-company {
    margin: -0.5rem 0 0.75rem;
    font-size: 0.9rem;
    color: var(--lp-navy);
}

.lp-contact-card .phone.lp-contact-wa {
    display: inline-block;
    text-decoration: none;
}

.lp-contact-card .phone.lp-contact-wa:hover {
    text-decoration: underline;
}

.lp-footer-company {
    margin: 0.35rem 0 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
}

.lp-footer-info a.lp-contact-wa {
    color: inherit;
    text-decoration: underline;
}

.lp-info-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.lp-info-link-item {
    text-align: center;
    text-decoration: none;
    color: var(--lp-text);
}

.lp-info-link-item .circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--lp-sky);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    color: var(--lp-blue);
    font-size: 1.25rem;
    transition: background 0.2s;
}

.lp-info-link-item:hover .circle {
    background: var(--lp-sky-deep);
}

.lp-info-link-item span {
    font-size: 0.75rem;
    font-weight: 600;
}

.lp-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.lp-contact-card {
    background: white;
    border-radius: var(--lp-radius);
    padding: 1.5rem;
    box-shadow: var(--lp-shadow-sm);
    border: 1px solid #f1f5f9;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
}

.lp-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow);
}

.lp-contact-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: white;
}

.lp-contact-card .icon.red { background: #ef4444; }
.lp-contact-card .icon.blue { background: #3b82f6; }
.lp-contact-card .icon.green { background: #22c55e; }
.lp-contact-card .icon.purple { background: #8b5cf6; }
.lp-contact-card .icon.amber { background: #f59e0b; }
.lp-contact-card .icon.teal { background: #14b8a6; }

.lp-contact-card--link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.lp-contact-action {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    color: white;
    background: var(--lp-blue);
    padding: 0.45rem 1rem;
    border-radius: 999px;
    margin-top: 0.25rem;
    transition: background 0.2s, transform 0.2s;
}

.lp-contact-card--link:hover .lp-contact-action {
    background: #1d4ed8;
}

.lp-contact-action--link {
    font-size: 0.8rem;
}

.lp-helpdesk-fab {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1500;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1.15rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(20, 184, 166, 0.45);
    transition: transform 0.2s, box-shadow 0.2s;
    pointer-events: auto;
}

.lp-helpdesk-fab:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(20, 184, 166, 0.5);
    color: #fff;
}

.lp-helpdesk-fab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 1.1rem;
}

.lp-contact-card h4 {
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.lp-contact-card .phone {
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-blue);
}

.lp-info-illus {
    margin-top: 2rem;
    text-align: center;
    font-size: 4rem;
    line-height: 1.2;
    opacity: 0.9;
}

.lp-info-illus small {
    display: block;
    font-size: 0.85rem;
    color: var(--lp-muted);
    margin-top: 0.5rem;
}

/* Modules strip */
.lp-modules {
    padding: 0 0 4rem;
}

.lp-user-dashboard-modules {
    padding-top: 0;
}

.lp-user-dash-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.lp-user-dash-card {
    background: white;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    box-shadow: var(--lp-shadow-sm);
    text-decoration: none;
    color: var(--lp-text);
    padding: 0.75rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.lp-user-dash-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow);
}

.lp-user-dash-preview {
    width: 100%;
    height: 170px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.lp-user-dash-preview iframe {
    width: 1280px;
    height: 720px;
    border: 0;
    transform: scale(0.22);
    transform-origin: 0 0;
    pointer-events: none;
}

.lp-user-dash-card span {
    margin-top: 0.7rem;
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
}

.lp-modules-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}

.lp-module-chip {
    flex: 0 0 auto;
    background: white;
    border-radius: 16px;
    padding: 1rem 1.25rem;
    box-shadow: var(--lp-shadow-sm);
    border: 1px solid #f1f5f9;
    text-align: center;
    min-width: 140px;
    text-decoration: none;
    color: var(--lp-text);
    transition: transform 0.2s;
}

.lp-module-chip:hover {
    transform: translateY(-3px);
    box-shadow: var(--lp-shadow);
}

.lp-module-chip i {
    font-size: 1.75rem;
    color: var(--lp-blue);
    display: block;
    margin-bottom: 0.5rem;
}

.lp-module-chip span {
    font-size: 0.8rem;
    font-weight: 600;
}

/* Features compact */
.lp-features {
    padding: 2rem 0 4rem;
    background: linear-gradient(180deg, #f8fafc 0%, white 100%);
    border-radius: 48px 48px 0 0;
}

.lp-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.lp-feature-item {
    background: white;
    border-radius: var(--lp-radius);
    padding: 1.5rem;
    box-shadow: var(--lp-shadow-sm);
    text-align: center;
    border: 1px solid #f1f5f9;
}

.lp-feature-item i {
    font-size: 2rem;
    color: var(--lp-blue);
    margin-bottom: 0.75rem;
}

.lp-feature-item h4 {
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.lp-feature-item p {
    font-size: 0.8rem;
    color: var(--lp-muted);
}

/* Referral banner */
.lp-referral {
    padding: 0 0 4rem;
}

.lp-referral-banner {
    background: linear-gradient(135deg, #f0f9ff, #ede9fe);
    border-radius: var(--lp-radius);
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    border: 1px solid #e2e8f0;
}

.lp-referral-banner h3 {
    font-size: 1.35rem;
    color: var(--lp-navy);
    margin-bottom: 0.5rem;
}

.lp-referral-banner p {
    color: var(--lp-muted);
    font-size: 0.95rem;
}

.lp-btn-primary {
    background: var(--lp-navy);
    color: white;
    padding: 0.85rem 1.75rem;
    border-radius: var(--lp-radius-pill);
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.2s, transform 0.2s;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
}

.lp-btn-primary:hover {
    background: var(--lp-blue);
    transform: translateY(-2px);
}

/* Footer */
.lp-footer-partners {
    background: #f8fafc;
    padding: 1.5rem 0;
    border-top: 1px solid #e2e8f0;
}

.lp-partners-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    opacity: 0.5;
    filter: grayscale(100%);
}

.lp-partners-row span {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--lp-muted);
    letter-spacing: 0.05em;
}

.lp-footer {
    background: white;
    padding: 2.5rem 0;
    border-top: 1px solid #e2e8f0;
}

.lp-footer-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.lp-footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: var(--lp-navy);
    font-size: 1.1rem;
}

.lp-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    list-style: none;
    margin-bottom: 1rem;
}

.lp-footer-links a {
    color: var(--lp-muted);
    text-decoration: none;
    font-size: 0.85rem;
}

.lp-footer-links a:hover {
    color: var(--lp-blue);
}

.lp-footer-info {
    font-size: 0.8rem;
    color: var(--lp-muted);
    line-height: 1.8;
}

.lp-footer-top {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: white;
    color: var(--lp-navy);
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.lp-footer-bottom {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
    font-size: 0.8rem;
    color: var(--lp-muted);
}

/* Mobile menu */
.lp-mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    z-index: 2000;
    align-items: flex-start;
    justify-content: flex-end;
}

.lp-mobile-menu.open {
    display: flex;
}

.lp-mobile-panel {
    background: white;
    width: min(320px, 85vw);
    height: 100%;
    padding: 2rem;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
}

.lp-mobile-panel ul {
    list-style: none;
    margin: 2rem 0;
}

.lp-mobile-panel a {
    display: block;
    padding: 0.75rem 0;
    text-decoration: none;
    color: var(--lp-text);
    font-weight: 500;
    border-bottom: 1px solid #f1f5f9;
}

.lp-mobile-close {
    border: none;
    background: var(--lp-sky);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.25rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .lp-quick-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .lp-news-grid {
        grid-template-columns: 1fr 1fr;
    }

    .lp-user-dash-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lp-news-col.featured-col {
        grid-column: 1 / -1;
    }

    .lp-calc-pill {
        grid-template-columns: 1fr;
        border-radius: 32px;
    }

    .lp-calc-pill--bank {
        border-radius: 20px;
    }

    .lp-calc-main--bank {
        padding: 0 1rem 1.25rem;
    }

    .lp-calc-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 1rem;
    }

    .lp-calc-main {
        padding: 0 1.5rem 1.5rem;
    }

    .lp-info-grid {
        grid-template-columns: 1fr;
    }

    .lp-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .lp-nav-menu {
        display: none;
    }

    .lp-nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lp-quick-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .lp-main-modules-head {
        text-align: center;
    }

    .lp-news-grid {
        grid-template-columns: 1fr;
    }

    .lp-user-dash-grid {
        grid-template-columns: 1fr;
    }

    .lp-available-groups {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .lp-group-card--full {
        grid-column: 1;
    }

    .lp-group-list--grid {
        grid-template-columns: 1fr;
    }

    .lp-group-list {
        --lp-module-row-size: 4.6rem;
    }

    .lp-module-row {
        padding: 0.75rem 0.85rem 0.75rem 0;
    }

    .lp-module-row-icon {
        width: 40px;
        height: 40px;
        margin-left: 0.85rem;
        font-size: 0.95rem;
    }

    .lp-mascot {
        display: none;
    }

    .lp-search-bar {
        padding-left: 16px;
    }

    .lp-contact-grid {
        grid-template-columns: 1fr;
    }

    .lp-helpdesk-fab {
        right: 1rem;
        bottom: 1rem;
        padding: 0.75rem 1rem;
    }

    .lp-helpdesk-fab-label {
        font-size: 0.82rem;
    }

    .lp-features-grid {
        grid-template-columns: 1fr;
    }

    .lp-topbar-links {
        display: none;
    }
}

@media (max-width: 480px) {
    .lp-quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
