:root {
    --gm-dark: #0d0f14;
    --gm-panel: #141823;
    --gm-primary: #4dabf7;
    --gm-accent: #ff9f1c;
    --gm-light: #f6f7fb;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    color: #1e2430;
    background: #f4f7fb;
}

.site-light .main-content {
    background: #f4f7fb;
}

.bg-ambient {
    background: radial-gradient(circle at top left, #1c2333 0%, #0b0e15 50%, #0a0b10 100%);
    min-height: 100vh;
}

.nav-glow {
    background: rgba(9, 12, 18, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.brand-icon {
    display: inline-flex;
    background: var(--gm-primary);
    color: #0b0e15;
    padding: 4px 8px;
    border-radius: 8px;
    margin-right: 8px;
}
.nav-link {
  
    color: #ffffff;
}
.main-content {
    min-height: 70vh;
}

.hero-section {
    padding: 5rem 0 4rem;
    background: linear-gradient(120deg, rgba(23, 195, 178, 0.15), transparent 50%),
                linear-gradient(30deg, rgba(255, 159, 28, 0.18), transparent 60%);
}

.hero-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
}

.hero-subtitle {
    color: #b8c1d1;
    font-size: 1.1rem;
}

.hero-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(23, 195, 178, 0.15);
    color: var(--gm-primary);
    font-weight: 600;
    margin-bottom: 16px;
}

.hero-search .form-control {
    border: none;
}

.hero-tags span {
    display: inline-flex;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    margin-right: 8px;
    font-size: 0.85rem;
}

.hero-card-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.hero-card {
    background: rgba(20, 24, 35, 0.85);
    border-radius: 18px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.section-space {
    padding: 4rem 0;
}

.section-title h2,
.section-title h3 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #1b2333;
}

.bg-panel {
    background: var(--gm-panel);
}

.category-card {
    display: block;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.category-icon {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.card-listing,
.card-request {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    color: inherit;
}

.site-light .card-listing,
.site-light .card-request {
    background: #ffffff;
    border: 1px solid #e6ebf4;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.card-media-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.card-listing .card-title a,
.card-request .card-title a {
    color: #1b2333;
    text-decoration: none;
}

.card-listing .card-title a:hover,
.card-request .card-title a:hover {
    color: #2f7bf6;
}

.card-request .price-tag,
.card-listing .price-tag {
    font-size: 1.05rem;
}

.card-listing .card-img-top {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.placeholder-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b2232;
    color: #95a1b8;
}

.placeholder-img-lg {
    height: 420px;
    border-radius: 16px;
}

.badge-featured {
        position: absolute;
    top: 6px;
    left: 6px;
    padding: 4px 6px;
    border-radius: 999px;
    background: #f2f4ff;
    color: #5b38e5;
    font-weight: 700;
    font-size: 0.55rem;
    text-transform: uppercase;
    border: 1px solid #e1e3fb;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: 50px;
    height: auto;
}

.badge-featured::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5b38e5;
    display: inline-block;
}

.price-tag {
    font-weight: 700;
    color: var(--gm-primary);
}

.price-tag-lg {
    font-size: 2rem;
    font-weight: 700;
    color: var(--gm-primary);
    margin-bottom: 12px;
}

.filter-card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.detail-card,
.card-form,
.plan-card,
.stat-card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.site-light .card-form {
    background: #ffffff;
    border-color: #e6ebf4;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
}

.form-section-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e6ebf4;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    padding: 16px;
}

.form-section-title {
    font-weight: 700;
    color: #1f2a3b;
    margin-bottom: 12px;
}

.form-section-body .form-text {
    color: #6b7280;
}

.upload-dropzone {
    border: 2px dashed #d5ddea;
    border-radius: 12px;
    padding: 16px;
    background: #f9fbff;
}

.upload-title {
    font-weight: 600;
    color: #1f2a3b;
    margin-bottom: 8px;
}

.media-preview {
    border: 1px solid #e6ebf4;
    border-radius: 14px;
    background: #f8fafc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 0.85rem;
}

.media-preview-lg {
    height: 160px;
}

.media-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 8px;
}

.media-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    border: 1px solid #e6ebf4;
    overflow: hidden;
    background: #f8fafc;
}

.media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plan-label {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7280;
}

.plan-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1f2a3b;
    margin-top: 6px;
}

.plan-remaining {
    margin-top: 10px;
    color: #4b5563;
    font-size: 0.95rem;
}

.user-card {
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
}

.avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gm-primary);
    color: #071016;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    overflow: hidden;
}

.avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.membership-section {
    background: linear-gradient(135deg, rgba(23, 195, 178, 0.15), rgba(255, 159, 28, 0.08));
}

.membership-card ul,
.plan-list {
    list-style: none;
    padding-left: 0;
}

.membership-card li,
.plan-list li {
    padding: 6px 0;
}

.plan-card--pro {
    border: 1px solid rgba(255, 159, 28, 0.4);
    box-shadow: 0 20px 40px rgba(255, 159, 28, 0.12);
}

.stat-card {
    text-align: center;
}

.stat-label {
    color: #98a3b8;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
}

.stat-value {
    font-size: 2rem;
    font-weight: 700;
}

.chat-window {
    max-height: 360px;
    overflow-y: auto;
    padding: 12px;
    background: rgba(10, 12, 18, 0.6);
    border-radius: 12px;
}

.chat-bubble {
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.chat-bubble--me {
    background: rgba(23, 195, 178, 0.2);
    margin-left: auto;
}

.footer-glow {
    background: #0b0f18;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #e7ecf5;
}

.footer-brand {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-text {
    color: #c9d2e3;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-title {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: #e7ecf5;
    margin-bottom: 12px;
}

.footer-links {
    display: grid;
    gap: 8px;
}

.footer-links a {
    color: #c9d2e3;
    text-decoration: none;
    font-size: 0.92rem;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-contact {
    color: #c9d2e3;
    font-size: 0.9rem;
    display: grid;
    gap: 6px;
}

.footer-contact span {
    color: #90a4c5;
    margin-right: 6px;
}

.footer-bottom {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    color: #9aa7bd;
    font-size: 0.85rem;
}

.image-preview img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 8px;
}

.btn-primary {
    background: var(--gm-primary);
    border-color: var(--gm-primary);
    color: #0a0e14;
    font-weight: 600;
}

.btn-outline-primary {
    border-color: var(--gm-primary);
    color: var(--gm-primary);
}

.btn-outline-primary:hover {
    background: var(--gm-primary);
    color: #0a0e14;
}

.btn-outline-dark {
    border-color: #2f3545;
    color: #d8dce6;
}

.btn-outline-dark:hover {
    background: #2f3545;
    color: #fff;
}

.admin-shell {
    color: #d8deea;
}

.admin-shell .section-title h2,
.admin-shell .section-title p,
.admin-shell .panel-title,
.admin-shell .admin-header h2,
.admin-shell .admin-panel,
.admin-shell .text-muted {
    color: #e9edf5 !important;
}

.admin-shell .admin-table {
    background: rgba(16, 19, 28, 0.92);
    border-color: rgba(255, 255, 255, 0.08);
}

.admin-shell .admin-table .table thead th {
    background: #fbfcfe;
    color: #5d667a;
    border-bottom: 1px solid #eef1f6;
}

.admin-shell .admin-table .table tbody td {
    color: #1f2737;
    border-top: 1px solid #eef1f6;
}

.admin-shell .admin-table .cell-sub {
    color: #8b93a6;
}

.admin-shell .admin-table .cell-main {
    color: #1f2737;
}

.admin-shell .admin-table .table tbody tr:hover {
    background: #f8fafc;
}

.admin-shell .admin-table .table,
.admin-shell .admin-table a,
.admin-shell .admin-table .form-check-label {
    color: #1f2737;
}

.admin-shell .admin-table input,
.admin-shell .admin-table select,
.admin-shell .admin-table .form-select,
.admin-shell .admin-table .form-control {
    background: #f7f9fc;
    border-color: #e6ebf4;
    color: #1f2737;
}

.admin-wrapper {
    display: grid;
    grid-template-columns: 260px 1fr;
    min-height: 100vh;
}

.admin-sidebar {
    background: rgba(14, 18, 30, 0.95);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    padding: 24px 20px;
}

.admin-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.admin-section-title {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    color: #6d768c;
    margin: 20px 0 10px;
}

.admin-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.admin-link {
    color: #c6ccda;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 12px;
    background: transparent;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.admin-link:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
}

.admin-link-button {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 10px 12px;
}

.admin-main {
    padding: 24px 30px;
}

.admin-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.admin-topbar-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.admin-topbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.admin-search input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e9edf5;
}

.admin-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d3d8e6;
    font-weight: 700;
}

.admin-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gm-primary);
    color: #0a0e14;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.admin-content {
    padding-bottom: 40px;
}

.admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.admin-date-pill {
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.admin-date-caret {
    color: var(--gm-accent);
}

.admin-stat-card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-trend {
    margin-top: 8px;
    font-size: 0.85rem;
}

.stat-trend.up {
    color: #20c997;
}

.stat-trend.down {
    color: #ff6b6b;
}

.admin-panel {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-dashboard .row {
    align-items: stretch;
}

.admin-dashboard .admin-panel {
    height: 100%;
}

.admin-dashboard .panel-title {
    font-size: 1rem;
    font-weight: 600;
}

.overview-card {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.overview-icon {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
}

.overview-value {
    margin: 6px 0;
}

.donut-wrap {
    min-height: 180px;
}

.donut-legend {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 12px;
}

.admin-chart {
    height: 260px;
}

.overview-card {
    background: rgba(8, 12, 22, 0.7);
    border-radius: 16px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.overview-card--primary {
    background: linear-gradient(135deg, rgba(124, 92, 255, 0.9), rgba(124, 92, 255, 0.5));
}

.overview-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.overview-label {
    font-size: 0.8rem;
    color: #c8d1e5;
}

.overview-value {
    font-size: 1.6rem;
    font-weight: 700;
}

.overview-sub {
    font-size: 0.75rem;
    color: #9aa7bd;
}

.donut-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 16px;
}

.donut-legend {
    display: grid;
    gap: 8px;
}

.legend-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #cbd5e1;
    font-size: 0.85rem;
}

.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7c5cff;
    display: inline-block;
    margin-right: 8px;
}

.legend-name {
    flex: 1;
}

.legend-value {
    color: #f8fafc;
    font-weight: 600;
}

.revenue-head {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}

.revenue-value {
    font-size: 1.8rem;
    font-weight: 700;
}

.revenue-trend {
    font-size: 0.85rem;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}

.revenue-trend.down {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
}

.revenue-trend.muted {
    background: rgba(255, 255, 255, 0.08);
    color: #aab4c7;
}

.admin-table {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e6ebf4;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
    padding: 10px;
}

.admin-table .table {
    margin-bottom: 0;
    width: 100%;
}

.admin-table .table thead th {
    font-size: 0.85rem;
    font-weight: 600;
    color: #7a8496;
    border-bottom: 1px solid #eef1f6;
    padding: 14px 12px;
    background: #fbfcfe;
}

.admin-table .table tbody td {
    padding: 16px 12px;
    border-top: 1px solid #eef1f6;
    vertical-align: middle;
    color: #2b3342;
}

.admin-table .table tbody tr:hover {
    background: #f8fafc;
}

.admin-table .badge {
    border-radius: 999px;
    padding: 6px 10px;
}

.admin-table .btn {
    border-radius: 10px;
}

.admin-table .cell-main {
    font-weight: 600;
    color: #1f2737;
}

.admin-table .cell-sub {
    font-size: 0.8rem;
    color: #8b93a6;
}

.admin-table .avatar-mini {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e9effa;
    color: #2f7bf6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 10px;
}

.admin-table .status-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
}

.status-open { background: #e8f7ee; color: #1f7a38; }
.status-pending { background: #fff2d6; color: #a36a00; }
.status-closed { background: #f2f4f7; color: #596170; }
.status-active { background: #e8f7ee; color: #1f7a38; }
.status-declined { background: #ffe6e9; color: #b42318; }

.admin-table thead th:first-child,
.admin-table tbody td:first-child {
    width: 36px;
}

.panel-title {
    font-weight: 600;
}

.panel-pill {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.8rem;
}

.panel-link {
    color: var(--gm-primary);
    text-decoration: none;
    font-size: 0.85rem;
}

.admin-chart {
    height: 220px;
    border-radius: 16px;
    background: rgba(10, 12, 18, 0.6);
    padding: 10px;
}

.admin-chart svg {
    width: 100%;
    height: 100%;
}

.chart-line {
    fill: none;
    stroke: #ff4d6d;
    stroke-width: 3;
}

.chart-line--muted {
    stroke: #6c7a96;
    stroke-dasharray: 6;
}

.plan-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.plan-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.plan-count {
    font-weight: 600;
    color: var(--gm-accent);
}

.admin-donut {
    margin-top: 20px;
    height: 160px;
    border-radius: 50%;
    background: conic-gradient(var(--gm-primary) 0 40%, #ff4d6d 40% 70%, #5a6a85 70% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.donut-center {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #111523;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.donut-value {
    font-size: 1.4rem;
    font-weight: 700;
}

.admin-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-list-item:last-child {
    border-bottom: none;
}

@media (max-width: 991px) {
    .admin-wrapper {
        grid-template-columns: 1fr;
    }
    .admin-sidebar {
        position: relative;
    }
    .home-hero h1{
            font-size: clamp(1.8rem, 4vw, 3.4rem) !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 0;
    }
    .hero-search .input-group {
        flex-direction: column;
    }
    .hero-search .form-control,
    .hero-search .btn {
        width: 100%;
        border-radius: 12px !important;
        margin-bottom: 8px;
    }
    .home-hero h1{
            font-size: clamp(1.8rem, 4vw, 3.4rem) !important;
    }
}

.listing-page {
    background: #f4f7fb;
    color: #1e2430;
    padding: 3rem 0 4rem;
}

.listing-page .text-muted {
    color: #6b7280 !important;
}

.listing-breadcrumb {
    background: #e9f2fb;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 0.85rem;
    color: #667085;
    margin-bottom: 20px;
}

.listing-filter-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px;
    border: 1px solid #e5e9f2;
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.06);
}

.listing-filter-card .form-control,
.listing-filter-card .form-select {
    background: #f7f9fc;
    border-color: #e6eaf3;
}

.listing-toolbar {
    background: #ffffff;
    border-radius: 14px;
    padding: 12px 16px;
    border: 1px solid #e5e9f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.listing-toolbar-actions .btn {
    border-radius: 10px;
}

.listing-card-light {
    background: #ffffff;
    border-radius: 16px;
    padding: 8px;
    border: 1px solid #e5e9f2;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.listing-card-light .card-listing {
    background: transparent;
    border: none;
}

.listing-map-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #e5e9f2;
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.06);
}

.map-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.map-placeholder {
    height: 420px;
    border-radius: 16px;
    background: linear-gradient(135deg, #dff1ff, #f6fbff);
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e9f7;
}

.map-placeholder::before,
.map-placeholder::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(47, 128, 237, 0.08);
}

.map-placeholder::before {
    width: 180px;
    height: 180px;
    top: 40px;
    left: -40px;
}

.map-placeholder::after {
    width: 220px;
    height: 220px;
    bottom: -80px;
    right: -60px;
}

.map-pin {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--gm-primary);
    color: #0a0e14;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 10px 18px rgba(23, 195, 178, 0.35);
}

.map-zoom {
    position: absolute;
    bottom: 14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.map-footer {
    margin-top: 10px;
}

.listing-page .card-listing .card-title,
.listing-page .card-listing .text-muted,
.listing-page .card-request .card-title {
    color: #1e2430;
}

.listing-page .price-tag {
    color: #2563eb;
}

.home-hero {
    background: linear-gradient(180deg, #d6e8ff 0%, #eef5ff 100%);
    padding: 4rem 0 5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.home-hero h1 {
    font-size: clamp(2.3rem, 4vw, 3.4rem);
    font-weight: 700;
    color: #1b2333;
    margin-bottom: 10px;
}

.home-hero p {
    color: #586176;
    margin-bottom: 24px;
}

.hero-badge-pill {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: #fff;
    color: #2a4a9b;
    font-weight: 600;
    margin-bottom: 14px;
}

.hero-search-bar {
    display: flex;
    gap: 10px;
    justify-content: center;
    background: #fff;
    padding: 12px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(34, 72, 138, 0.16);
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    overflow: visible;
}

.hero-search-bar input {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    margin-top: 10px;
    min-width: 160px;
}

.hero-search-bar button {
    border: none;
    background: var(--gm-primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 600;
}

.hero-floaters {
    margin-top: 30px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1 !important;
}

.float-card {
    padding: 8px 14px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(34, 72, 138, 0.12);
    font-weight: 600;
    color: #2a4a9b;
    text-decoration: none;
}

.float-card:hover {
    background: #2f7bf6;
    color: #ffffff;
}

.category-thumb {
    width: 48px;
    height: 48px;
    
}

.setting-preview {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid #e6ebf4;
}

.setting-preview--sm {
    width: 48px;
    height: 48px;
    border-radius: 12px;
}

.site-logo {
    width: 100%;
    height: 60px;
}

.hero-orbits {
    position: absolute;
    inset: 0;
    height: 100%;
    margin-top: 0;
    pointer-events: none;
    z-index: 1;
}

.orbit-card {
    position: absolute;
    width: 96px;
    height: 96px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 18px 30px rgba(34, 72, 138, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    pointer-events: auto;
}

.orbit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 38px rgba(34, 72, 138, 0.2);
}

.orbit-thumb {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f6fb;
}

.orbit-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orbit-1 { top: 8%; left: 6%; background: #ff6b6b; }
.orbit-2 { top: 18%; right: 6%; background: #ffd166; }
.orbit-3 { bottom: 18%; left: 10%; background: #4dabf7; }
.orbit-4 { bottom: 10%; right: 12%; background: #20c997; }
.orbit-5 { top: 48%; right: 28%; background: #b197fc; }

.home-hero .hero-badge-pill,
.home-hero h1,
.home-hero p,
.home-hero .hero-search-bar,
.home-hero .hero-floaters {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .hero-orbits {
        position: relative;
        inset: auto;
        height: 200px;
        margin-top: 24px;
    }
    .orbit-card {
        width: 72px;
        height: 72px;
        border-radius: 20px;
    }
    .orbit-thumb {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }
}

.home-banner {
    padding: 2rem 0;
    background: #f4f7fb;
}

.banner-box {
    background: #10131b;
    color: #fff;
    height: 120px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.home-categories {
    padding: 2rem 0;
    background: #f4f7fb;
}

.category-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
}

.category-chip {
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    text-decoration: none;
    color: #1b2333;
    border: 1px solid #e6ebf4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.chip-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #e9f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #2f7bf6;
}

.chip-label {
    font-size: 0.85rem;
    text-align: center;
}

.home-listings,
.home-category-block,
.home-recent {
    padding: 3rem 0;
    background: #f4f7fb;
}

.home-map {
    padding: 3rem 0;
    background: #f4f7fb;
}

.home-map-canvas {
    height: 420px;
    border-radius: 18px;
    border: 1px solid #e5e9f2;
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.06);
}

.home-cta {
    padding: 2rem 0 3rem;
    background: #f4f7fb;
}

.cta-card {
    background: linear-gradient(120deg, #e9f2ff, #fef6ee);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cta-card h3 {
    font-weight: 700;
    color: #1b2333;
}

.cta-actions {
    margin-top: 14px;
    display: flex;
    gap: 12px;
}

.cta-publish-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(120deg, #ffb347, #ff7a00);
    color: #0a0e14;
    box-shadow: 0 12px 26px rgba(255, 122, 0, 0.35);
    position: relative;
    overflow: hidden;
}

.cta-publish-btn > * {
    position: relative;
    z-index: 1;
}

.cta-publish-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.55), transparent 55%);
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.cta-publish-btn:hover::after {
    opacity: 1;
}

.cta-publish-btn__icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta-publish-btn__icon svg {
    width: 18px;
    height: 18px;
}

.nav-publish-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
}

.nav-publish-btn .cta-publish-btn__icon {
    width: 28px;
    height: 28px;
}

.nav-publish-btn .cta-publish-btn__icon svg {
    width: 14px;
    height: 14px;
}

.cta-art {
    width: 120px;
    height: 120px;
    border-radius: 22px;
    background: #2f7bf6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.home-membership {
    padding: 3rem 0;
    background: #f4f7fb;
}

.publish-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(11, 15, 24, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1050;
}

.publish-modal.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.publish-modal__backdrop {
    position: absolute;
    inset: 0;
}

.publish-modal__dialog {
    position: relative;
    z-index: 1;
    max-width: 560px;
    width: 100%;
    background: linear-gradient(140deg, #ffffff, #f5f7ff);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 30px 50px rgba(15, 23, 42, 0.25);
    transform: translateY(10px);
    transition: transform 0.2s ease;
}

.publish-modal.is-visible .publish-modal__dialog {
    transform: translateY(0);
}

.publish-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #eef2ff;
    color: #3b4a6b;
    font-size: 1.2rem;
}

.publish-modal__badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ffe9d2;
    color: #b45309;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.publish-modal__options {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.publish-option {
    border-radius: 18px;
    padding: 16px;
    display: grid;
    gap: 6px;
    text-decoration: none;
    color: #1f2a3b;
    border: 1px solid #e6ebf4;
    background: #ffffff;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.publish-option:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 26px rgba(15, 23, 42, 0.1);
}

.publish-option__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eaf2ff;
    color: #2f7bf6;
}

.publish-option--sell .publish-option__icon {
    background: #fff1e6;
    color: #f97316;
}

.publish-option--buy .publish-option__icon {
    background: #ecfdf5;
    color: #16a34a;
}

.publish-option__icon svg {
    width: 22px;
    height: 22px;
}

.publish-option__title {
    font-weight: 700;
    font-size: 1.05rem;
}

.publish-option__desc {
    color: #6b7280;
    font-size: 0.9rem;
}

.modal-open {
    overflow: hidden;
}

.account-dashboard {
    background: #f4f7fb;
}

.account-notice {
    background: #ffffff;
    border: 1px solid #e5e9f2;
    border-radius: 14px;
    padding: 16px 20px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.account-notice-title {
    font-weight: 600;
    color: #1f2a3b;
    margin-bottom: 6px;
}

.account-notice-text {
    color: #667085;
    font-size: 0.92rem;
}

.account-stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    border: 1px solid #e6ebf4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.account-stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1f2a3b;
}

.account-stat-label {
    color: #6b7280;
    font-size: 0.9rem;
}

.account-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ffffff;
}

.icon-primary { background: #2f7bf6; }
.icon-success { background: #22c55e; }
.icon-warning { background: #f59e0b; }
.icon-accent { background: #f97316; }
.icon-muted { background: #6b7280; }
.icon-danger { background: #ef4444; }

.account-actions {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}

.account-plan-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #e6ebf4;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.account-plan-title {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: #6b7280;
}

.account-plan-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1f2a3b;
    margin-bottom: 12px;
}

.account-plan-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.account-plan-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4b5563;
    font-size: 0.9rem;
}

.account-expiry-card {
    margin-top: 16px;
    background: #22c55e;
    border-radius: 16px;
    padding: 18px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 12px 24px rgba(34, 197, 94, 0.25);
}

.account-expiry-date {
    font-weight: 700;
    font-size: 1.1rem;
}

.account-expiry-text {
    font-size: 0.85rem;
    opacity: 0.9;
}

.pricing-wrap {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid #e6ebf4;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.pricing-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.pricing-head h3 {
    font-weight: 700;
    color: #1b2333;
}

.pricing-toggle {
    background: #f2f4fa;
    border-radius: 999px;
    padding: 6px;
    display: inline-flex;
    gap: 6px;
}

.pricing-toggle span {
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    color: #6b7280;
}

.pricing-toggle .active {
    background: #5b38e5;
    color: #fff;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.pricing-card {
    border: 1px solid #e7eaf3;
    border-radius: 18px;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pricing-card--featured {
    background: #5b38e5;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 18px 32px rgba(91, 56, 229, 0.25);
}

.pricing-title {
    font-weight: 600;
}

.pricing-price {
    font-size: 1.8rem;
    font-weight: 700;
}

.pricing-price span {
    font-size: 0.85rem;
    font-weight: 400;
    color: #6b7280;
}

.pricing-card--featured .pricing-price span,
.pricing-card--featured .pricing-desc {
    color: rgba(255, 255, 255, 0.75);
}

.pricing-desc {
    font-size: 0.9rem;
    color: #6b7280;
}

.pricing-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    font-size: 0.9rem;
    color: inherit;
}

.pricing-card .btn {
    margin-top: auto;
}

.link-primary {
    color: var(--gm-primary);
    text-decoration: none;
    font-weight: 600;
}

.pagination {
    gap: 8px;
}

.page-item .page-link {
    border-radius: 10px;
    border: 1px solid #e6ebf4;
    color: #1f2a3b;
    padding: 8px 12px;
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
}

.page-item.active .page-link {
    background: #2f7bf6;
    border-color: #2f7bf6;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(47, 123, 246, 0.25);
}

.page-item.disabled .page-link {
    color: #9aa3b2;
    background: #f2f4f7;
}

@media (max-width: 768px) {
    .hero-search-bar {
        flex-direction: column;
        border-radius: 18px;
    }
    .cta-card {
        flex-direction: column;
        text-align: center;
    }
    .home-hero h1{
            font-size: clamp(1.8rem, 4vw, 3.4rem) !important;
    }
}

.listing-detail-page {
    background: #f4f7fb;
    color: #1e2430;
    padding: 3rem 0 4rem;
}

.detail-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.detail-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1b2333;
}

.detail-meta {
    display: flex;
    gap: 14px;
    font-size: 0.85rem;
    color: #6b7280;
}

.detail-price {
    text-align: right;
}

.detail-price .price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ff7a00;
}

.detail-gallery {
    background: #ffffff;
    border-radius: 16px;
    padding: 12px;
    border: 1px solid #e5e9f2;
}

.detail-gallery .carousel-item,
.detail-gallery .placeholder-img-lg {
    height: 420px;
}

.detail-gallery .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-gallery img {
    border-radius: 14px;
}

.detail-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.detail-thumbs img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e6ebf4;
}

.detail-info-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px;
    border: 1px solid #e5e9f2;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
}

.detail-info-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 18px;
}

.detail-info-row span {
    display: block;
    color: #7a8194;
    font-size: 0.85rem;
}

.detail-info-row strong {
    color: #1e2430;
}

.detail-description h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.detail-tags span {
    background: #eef2f8;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.8rem;
    color: #465067;
}

.detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sidebar-contact {
    background: #5b5bf5;
    color: #ffffff;
    border-radius: 16px;
    padding: 16px;
    text-align: center;
}

.sidebar-phone {
    font-size: 0.8rem;
    opacity: 0.8;
}

.sidebar-phone-number {
    font-size: 1.1rem;
    font-weight: 600;
}

.sidebar-user {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #e5e9f2;
}

.sidebar-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #e5e9f2;
}

.sidebar-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.safety-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: #5c6475;
    font-size: 0.9rem;
}

.safety-list li {
    padding: 6px 0;
}

.sidebar-actions {
    display: grid;
    gap: 10px;
}

.listing-detail-page .map-placeholder {
    height: 220px;
}

.listing-map-canvas {
    height: 220px;
    border-radius: 16px;
    border: 1px solid #e5e9f2;
    overflow: hidden;
}

.listing-zoom-img {
    cursor: zoom-in;
}

.btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #ffffff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-whatsapp:hover {
    background: #1ebe5d;
    border-color: #1ebe5d;
    color: #ffffff;
}

.btn-whatsapp-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
}

.btn-call {
    background: #ffffff;
    border: 1px solid #e6ebf4;
    color: #1f2a3b;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-call:hover {
    background: #f3f4f6;
    color: #1f2a3b;
}

.btn-favorite {
    background: #ffedd5;
    border: 1px solid #fdba74;
    color: #9a3412;
    font-weight: 600;
}

.btn-favorite:hover {
    background: #fdba74;
    color: #7c2d12;
}

.badge-verified {
    background: #e7f7ef;
    color: #1f7a38;
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.badge-pro {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f2f4ff;
    color: #5b38e5;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    border: 1px solid #e1e3fb;
}

.badge-pro::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5b38e5;
    display: inline-block;
}

.listing-user {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1f2937;
}

.listing-user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e9effa;
    color: #2f7bf6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    overflow: hidden;
    flex-shrink: 0;
}

.listing-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing-user-name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.listing-user-city {
    font-size: 0.8rem;
    color: #6b7280;
}

.city-autocomplete-wrapper {
    position: relative;
    flex: 1;
}

.city-autocomplete-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e6ebf4;
    border-radius: 12px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
    z-index: 9999;
    padding: 6px;
    max-height: 200px;
    overflow-y: auto;
    display: grid;
    gap: 6px;
}

.city-autocomplete-item {
    width: 100%;
    text-align: left;
    padding: 6px 10px;
    border: 1px solid #eef1f6;
    background: #ffffff;
    border-radius: 8px;
    color: #1f2937;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.city-autocomplete-item:hover,
.city-autocomplete-item:focus {
    background: #f3f4f6;
    border-color: #e5e7eb;
}

.auth-page {
    background: #f4f7fb;
    padding: 3rem 0 4rem;
}

.auth-card {
    background: #ffffff;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid #e6ebf4;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.auth-visual {
    background: #fdeee6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.auth-visual-inner {
    text-align: center;
    max-width: 320px;
}

.auth-visual-inner h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1f2a3b;
}

.auth-visual-inner p {
    color: #6b7280;
    font-size: 0.95rem;
}

.auth-visual-orbit {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px dashed rgba(90, 99, 118, 0.3);
    margin: 30px auto 0;
    position: relative;
}

.orbit-core {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ff9f1c;
    color: #1f2a3b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: absolute;
    inset: 0;
    margin: auto;
}

.orbit-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #ff9f1c;
    position: absolute;
}

.dot-one { top: 8px; left: 30px; }
.dot-two { top: 20px; right: 20px; }
.dot-three { bottom: 18px; left: 22px; }
.dot-four { bottom: 8px; right: 40px; }

.auth-form {
    padding: 32px;
}

.auth-form .form-control {
    background: #f7f9fc;
    border-color: #e6ebf4;
}

@media (max-width: 991px) {
    .auth-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .detail-header {
        flex-direction: column;
    }
    .detail-info-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .listing-page {
        padding: 2rem 0 3rem;
    }
    .map-placeholder {
        height: 260px;
    }
}
