@font-face {
  font-family: 'Aiva';
  src: url('/assets/font/aiva_light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aiva';
  src: url('/assets/font/aiva_regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aiva';
  src: url('/assets/font/aiva_medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aiva';
  src: url('/assets/font/aiva_bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Shooting';
    src: url('/assets/font/Shooting.ttf') format('truetype');
    font-display: swap;
}


@media (max-width: 768px) and (orientation: portrait) {

  /* === 1. FONT & VARIABEL MOBILE === */
  :root {
    /* Palet Warna */
    --accent-pink: #204a8c;
    --accent-purple: #07E3AD;
    --accent-yellow: #FFD700;

    /* Palet Sistem Mobile */
    --bg-primary: #03192f;
    --bg-gradient: linear-gradient(120deg, #010826, #0B174A, #023552);
    --bg-card: rgba(3, 51, 66, 0.83);

    --text-primary: #f3f4f6;
    --text-muted: #e1e2e6;

    --border-color: rgba(255, 255, 255, 0.15);
    --border-color-focus: var(--accent-pink);

    /* Status */
    --success-bg: rgba(16, 185, 129, 0.1);
    --success-border: rgba(16, 185, 129, 0.2);
    --success-text: #a7f3d0;
    --error-bg: rgba(239, 68, 68, 0.1);
    --error-border: rgba(239, 68, 68, 0.2);
    --error-text: #fca5a5;

    /* Ukuran Mobile */
    --radius-sm: 12px;
    --radius-md: 15px;
    --radius-lg: 20px;
    --radius-full: 50px;

    /* Font Size Mobile */
    --font-base: 0.85rem;
    --font-small: 0.75rem;
    --font-large: 1rem;
  }
* {
    box-sizing: border-box;
  }
  /* === 2. RESET & GLOBAL MOBILE === */
  html {
    scroll-behavior: smooth;
  }

  body {
    margin: 0;
    font-family: 'Aiva', Arial, sans-serif;
    color: var(--accent-pink);
    background-size: cover;
    background-color: var(--bg-primary);
    -webkit-text-size-adjust: 100%;
    font-size: var(--font-large);
  }

  /* === 3. TIPOGRAFI MOBILE === */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 0.5em 0;
    font-weight: 700;
    line-height: 1.3;
  }
  
h8 {
        font-weight: 500;
        line-height: 1.3;
        font-size: 1rem;
        color: #000000;
    }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .footer {
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    color: #1e1e1e;
    padding: 0.5rem;
    background: #ffffff;
  }

  .footer p {
    font-size: 0.55rem;
    margin: 1px;
  }

  p {
    margin: 0 0 1em 0;
    line-height: 4.5rem;
    font-size: 12px;
  }

  a {
    color: #0072e3;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  a:hover {
    color: var(--accent-yellow);
  }

    ul {
        padding-left: 30px;
        margin: 0 0 1em 0;
        font-size: var(--font-large);
        line-height: 1.4;
        color: var(--bg-primary);
        font-weight: 400;
    }

.topbar {
    position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 10;
        padding: 8px 8px;
        display: flex;
        background: transparent !important;
        box-sizing: border-box;
        -webkit-backdrop-filter: none !important;
 }

.brand {
    display: none !important;
  }

  .logo {
    height: 32px;
  }

.actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
  }

  .btn-img-pricing {
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-decoration: none;
        padding: 12px 20px;
        cursor: pointer;
        background: linear-gradient(90deg, #ff00cc, #ff9701);
        border-radius: 25px;
        color: #ffffff;
        font-weight: 400;
        font-size: 0.9rem;
        line-height: 1;
        transition: all 0.3s ease;
        margin-top: 0px;
        display: inline-flex;
  }

  .btn-img-pricing:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(236, 72, 153, 0.6);
    background: linear-gradient(135deg, #f472b6, #fbbf24);
  }

  .btn-img-pricing .crown-icon {
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }

  .btn-img-pricing span {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 1rem;
  }

  .btn-img-pricing img {
    display: none;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    background: rgba(25, 22, 58, 0.9);
    backdrop-filter: blur(12px);
    position: absolute;
    top: calc(100% + 10px);
    right: 16px;
    width: auto;
    min-width: 150px;
    padding: 5px 10px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
  }

  .nav-links.is-open {
    display: flex;
  }

  /* === SAPAAN === */
  .greeting-banner {
    font-size: 0.8rem;
        font-weight: 400;
        margin: 0 0 2rem 0;
        line-height: 1.2;
        color: #121212;
        padding: 5px 14px;
        box-shadow: 0px 0px 8px 4px rgb(51 51 51 / 28%);
  }

  .saldo {
    font-size: 1.5rem;
    font-weight: 600;
    word-wrap: break-word;
    flex-basis: 65%;
    text-align: right;
    color: #feff00;
  }

  .card,
  .auth-card,
  .pricing-card,
  .x-panel,
  .profile .box {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 10px;
    background: #47616233;
    border: 0px solid #03f7fb;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
    border-radius: var(--radius-full);
    border: 1px solid transparent;
    text-align: center;
    transition: all 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    min-height: 30px;
    font-weight: 600;
  }

  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }

  .btn:active {
    transform: scale(0.98);
  }

  .btn-primary {
    background: linear-gradient(to right, #ea32c4, #0C3E9F);
    color: #fff;
    border: 1px solid #0098ff;
  }

  .btn-primary:hover {
    filter: brightness(1.1);
  }

  .auth-btn,
  .x-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    padding: 0.6rem 0.8rem;
    border-radius: 25px;
    border: 0px solid #0bffff;
    background: #feff00;
    color: #020202;
    font-size: 1.1rem;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .auth-btn:active,
  .x-btn:active {
    transform: scale(0.98);
  }


  .btn-secondary,
  .x-btn.secondary {
    background: linear-gradient(to right, #35ea32, #023d7b);
    color: #fff;
    border: 1px solid #fff;
  }

  .btn-secondary:hover,
  .x-btn.secondary:hover {
    background: linear-gradient(to right, #35ea32, #023d7b);
    filter: brightness(1.1);
  }


  .btn-no-border {
    background: transparent;
    color: var(--text-primary);
    border: none;
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
  }

  .nav-links .btn-no-border {
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .btn-no-border:hover {
    background: rgba(255, 255, 255, 0.1);
    border: none;
  }

.original-price-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 2px;
    font-family: 'Aiva', Arial, sans-serif;
}

.original-amount {
    font-size: 1.4rem;
    color: #ff0000; 
    font-weight: 500;
    text-decoration: line-through; 
}

.discount-badge {
    background-color: #00c906; 
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    padding: 5px 8px;
    border-radius: 50px;
    text-transform: uppercase;
}

  .btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 0.55rem 0.9rem;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
    border-radius: var(--radius-sm);
    font-weight: 400;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0.6rem;
  }

  .btn-google:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
  }

  .auth-btn.disabled-style {
    opacity: 0.6;
    cursor: not-allowed;
    background: #212121;
    margin-bottom: -20px;
  }

.form-group label {
        display: block;
        font-size: 0.85rem;
        margin-bottom: 0.4rem;
        font-weight: 300;
        color: #000000;
    }  

  /* Password field: ruang untuk icon mata */
  .form-group input[type="password"] {
    padding-right: 44px;
  }

  .form-group,
  .x-field {
    margin-bottom: 0.7rem;
  }

  .form-label,
  .x-field label {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
    font-weight: 300;
    color: var(--text-muted);
  }

  .x-field label {
    color: #000000;
  }  

  .x-input {
    width: 80%;
  } 

  .form-input,
  .x-input,
  .x-textarea,
  .form-group input,
  .form-group select,
  .form-select {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.9rem;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    background-color: rgb(86 190 255 / 67%);
    color: var(--text-primary);
    font-size: 0.8rem;
    transition: all .2s ease;
    font-family: 'Aiva', Arial, sans-serif;
  }

  .marketing-wrapper {
    max-width: 600px;
    margin: 80px auto 40px;
    padding: 20px;
  }

  .result-container {
    display: none;
    margin-top: 20px;
    text-align: center;
  }

  .result-img {
    width: 100%;
    max-height: 50vh;
    object-fit: contain;
    border-radius: 15px;
    border: 2px solid #FFD700;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .ba-option {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .form-group select,
  .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23e1e2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 1.25em;
    padding-right: 2.5rem;
  }


  .form-group select:invalid,
  .form-select:invalid {
    color: var(--text-muted);
  }


  .form-group select option,
  .form-select option {
    background: var(--bg-primary);
    color: var(--text-primary);
  }


  .form-input:focus,
  .x-input:focus,
  .x-textarea:focus,
  .form-group input:focus {
    outline: none;
    border-color: var(--border-color-focus);
    box-shadow: 0 0 0 3px rgba(255, 65, 108, 0.5);
  }
  
input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  input:-webkit-autofill:active{
    -webkit-text-fill-color: #000000 !important;
  }  

 .x-textarea {
    min-height: 130px;
    resize: vertical;
  }

 .tos-agreement {
    margin-bottom: 0.7rem !important;
    font-weight: 400;
    font-size: 0.7rem;
  }

 .modal-overlay {
    position: fixed;
    inset: 0;
    background: #ffffff;
    -webkit-backdrop-filter: blur(8px);
    z-index: 10000;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .modal-overlay.visible {
    opacity: 1;
    visibility: visible;
  }

  .modal-close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    border: none;
    color: #ff0000;
    font-size: 1.8rem;
    cursor: pointer;
    line-height: 1;
    border-radius: 25px;
  }


  dialog,
  .swal2-popup,
  [role="dialog"],
  [role="alertdialog"] {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: #ffffff;
    border: 1px solid #1a6ad5;
    border-radius: var(--radius-lg);
    padding: 1.5rem !important;
    color: var(--text-primary) !important;
    font-family: 'Aiva', Arial, sans-serif;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    text-align: center !important;
  }


  dialog h1,
  dialog h2,
  .swal2-title {
    color: #0162ff;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }


  dialog p,
  .swal2-html-container {
    color: #000000;
    font-size: 1rem;
    line-height: 1.6;
  }


  dialog button,
  .swal2-confirm,
  .swal2-cancel {
    background: #23a6ff;
    color: white;
    border: 0px solid #03f7fb;
    border-radius: 20px;
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  dialog button:hover,
.swal2-confirm:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
  }

/* === Tombol Katalog HPL Taco (gambar full, tanpa teks) === */
.btn-katalog-taco {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.2s;
    margin-bottom: -50px;
    margin-top: 20px;
}
.btn-katalog-taco:active {
    transform: scale(0.97);
}
.btn-katalog-taco:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btn-katalog-taco img {
    width: 60%;
    height: auto;
    display: block;
}

.divider {
    display: flex;
    align-items: center;
    color: var(--text-muted);
    margin: 0.7rem 0;
  }

  .divider::before,
  .divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid var(--border-color);
  }

.divider span {
    padding: 0 0.8rem;
    font-size: 0.8rem;
  }

.btn-loader {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.message,
.x-msg {
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    margin-top: 0.8rem;
    text-align: center;
    font-size: 0.8rem;
  }

.message.success,
.x-msg.info {
color: #0a8d50;
font-size: 0.95rem;
background: var(--success-bg);
border: 1px solid rgb(16 185 129 / 73%);
  }

.message.error,
.x-msg.error {
        background: var(--error-bg);
        color: #ff0000;
        font-weight: 500;
  }


.selection-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    padding: 1rem;
    height: 100vh;
    width: 100%; 
    position: relative;
    overflow: hidden;
    background: #ffffff;
}


.selection-container > * {
    position: relative;
    z-index: 10;
}

.selection-container > .bottom-gradient-bar {
    z-index: 0;
}


.selection-container>.text-pintar {
    font-family: 'Shooting', Arial, sans-serif;
    padding: 5px 12px 0px 12px;
    z-index: 4;

  }

.text-mesin {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    position: relative;
    top: 25px;
    color: #ff500000;
    background: linear-gradient(to right, #e800e8, #ff8100);
    webkit-background-clip: text;
    background-clip: text;
  }

.text-pintar {
    font-size: 6.5rem !important;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    margin: 0;
    position: relative;
  }


.text-interior-furnitur {
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
    position: relative;
    top: 4px;
    color: #ffffff;
    background: #0098ff;
    padding: 6px 10px;
  }

.selection-container>#greeting-banner {
    margin-top: 15px;
    text-align: center;
    position: relative;
  }

.hero-button-container {
    display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
        width: 85%;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
  }
  
#btn-surat-penawaran, #btn-manajemen-proyek, #btn-aigen-desktop, #btn-kalkulator {
        background: #ffffff;

    }
.hero-button-container .button-icon {
        width: 24px;
        height: 24px;
    }

.hero-btn {
    flex: 1;
    font-weight: 400;
    min-width: 0;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    min-height: 0;
  }

.creation-mode-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    justify-items: center;
    margin-top: 20px;
  }

.creation-mode-link {
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 2;
    -webkit-tap-highlight-color: transparent;
  }

.creation-mode-card {
    padding: 14px;
    transition: transform 0.3s ease;
    border-radius: 18px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(var(--bg-card), var(--bg-card));
    -webkit-user-select: none;
    user-select: none;
    height: 100%;
  }

.creation-mode-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, #00BFFF 0deg, var(--accent-purple) 90deg, var(--accent-pink) 180deg, var(--accent-yellow) 270deg, #00BFFF 360deg);
    animation: rotateBorder 4s linear infinite;
    z-index: 0;
    will-change: transform;
  }

.creation-mode-card::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: linear-gradient(135deg, #090A61, #098bbb);
    border-radius: 16px;
    z-index: 1;
  }

.creation-mode-card:active {
    transform: scale(0.98);
  }

.creation-mode-card h3 {
    margin: 8px 0;
    font-size: 0.95rem;
    position: relative;
    z-index: 2;
    background: linear-gradient(90deg, var(--accent-pink), var(--accent-yellow));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.3;
  }

.creation-mode-card p {
    margin: 0;
    color: var(--text-muted);
    position: relative;
    z-index: 2;
    line-height: 1.4;
    font-size: 0.8rem;
  }

.mode-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  }

  @keyframes rotateBorder {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

.auth-card {
    padding: 1.5rem 0.6rem;
    width: 95%;
    position: relative;
    border: 0px solid #03f7fb00;
    background: linear-gradient(180deg, #21c0ff, #ffffff);
    border-radius: 20px;
    box-shadow: 0 6px 20px rgb(6 6 6 / 37%);
}

.auth-header {
    text-align: center;
    margin-bottom: 0.7rem;
}

.auth-header h2 {
    font-size: 1.3rem;
    margin-bottom: 24px;
    color: #ffffff;
}

.auth-header p {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 0;
}

.auth-link {
    text-align: center;
    margin-top: 0.5rem;
    color: #000000;
    font-size: 0.8rem;
    height: 42px;
}

.auth-link a {
    font-weight: 500;
    font-size: 1rem;
    color: #0072e3;
}


.pricing-main {
    padding: 0 1rem;
}

.form-group input {
    font-size: 1rem;
    color: #000000;
    background-color: rgb(255 255 255);
}

.form-group select, .form-select {
        background-color: rgb(255 130 16);
        color: #000000;
    }

#register-form {
    margin-top: -10px;
}

#login-form {
    margin-top: -10px;
  }

.auth-btn {
    margin-top: 20px;
  }

.pricing-hero {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem 0;
  }

.pricing-hero h1 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 50px;
    font-family: 'Aiva', Arial, sans-serif;
  }

.pricing-hero .sub {
    color: var(--text-muted);
    margin: -1.3rem auto 0.8rem;
    font-size: 0.75rem;
    line-height: 1.5;
    max-width: 500px;
  }

.pricing-toggle-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2px;
    margin-top: 14px;
    background-color: #47a3ff;
    padding: 8px;
  }

.pricing-toggle-btn {
    padding: 10px 18px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-weight: 400;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.pricing-toggle-btn.active {
    background: #ffffff;
    color: #0072e3;

}

.duration-select {
    margin-bottom: 12px;
    text-align: center;
}
.duration-select label {
    display: block;
    font-size: 0.75rem;
    color: #333;
    margin-bottom: 6px;
}
.duration-select select {
    width: 60%;
    padding: 8px 12px;
    border: 1px solid rgb(255 255 255 / 0%);
    border-radius: 8px;
    background: #4aa5ff;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    appearance: auto;
}

.bayar-title h1 {
    font-size: 2rem;
    margin: 0;
}

.bayar-wrap {
    background: #ffffff;
    padding: 12px;
}

.bayar-submit {
    font-size: 1.2rem;
    border-radius: 25px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 360px;
    margin: 0 auto 2rem;
    align-items: stretch;
}

.upload-area {
    background: #ffefd7;
}

.bank-card {
    background: #04abe3;
    border: 1px solid var(--border-color);
    padding: 16px;
    margin-bottom: 14px;
}

.pricing-card {
    position: relative;
    padding: 20px 18px;
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
    background: #79b7ff66;
    border-radius: 20px;
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .3);
}

.badge-popular {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 0.8rem;
    font-weight: 400;
    color: #ffffff;
    background: #ff8100;
    border-radius: var(--radius-full);
    padding: 8px 15px;
}

.badge-current-plan {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 0.8rem;
    font-weight: 400;
    color: #ffffff;
    background: #22c55e;
    border-radius: var(--radius-full);
    padding: 8px 15px;
}

.plan-name {
    font-size: 2.2rem;
    color: #0072e3;
    margin-top: 0;
    margin-bottom: 4px;
    text-align: center;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin: 0 0 6px;
}

.price .amount {
    font-size: 2rem;
    font-weight: 600;
    background: linear-gradient(90deg, #fff, var(--text-muted));
    -webkit-background-clip: text;
    background-clip: text;
    color: #0072e3;
  }

.price .per {
    color: #0072e3;
    font-size: 1.2rem;
    font-weight: 600;
  }

.auth-btn {
    background: #0778ff;
    color: #ffffff;
    padding: 0.8rem 0.8rem;
}

.small-note {
        color: #0072e3;
        font-size: 1rem;
        margin-top: 0;
        text-align: center;
        font-weight: 500;
  }

.feature-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 18px;
  }

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 1px 0;
    color: #282829;
    line-height: 1.5;
    font-size: 1rem;
  }

.feature-list li:last-child {
    border-bottom: 0;
  }

.feature-list .tick {
    color: #282829;
    font-weight: 800;
    line-height: 1.5;
  }

.cta-wrap {
    display: flex;
    gap: 8px;
    margin-top: auto;
    justify-content: center;
  }

.cta-primary {
    width: 70%;
  }

.x-bg {
    padding-top: 10px;
  }

  .x-wrap {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 0 1rem;
  }

.x-hero {
    margin: 50px 0 20px;
    text-align: center;
  }

.x-hero h1 {
    font-size: 1.8rem;
  }

.x-grid {
    display: grid;
    gap: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

.x-panel .x-head {
    padding: 0 0 16px;
  }

.x-panel h2 {
    font-size: 1.3rem;
  }

.x-field .x-hint {
    font-size: 0.75rem;
    color: var(--text-muted);
  }

.x-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 1.3rem;
  }

.profile-main {
    padding: 0.8rem;
  }

.profile .box {
    max-width: 350px;
    margin-top: 70px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    background: linear-gradient(180deg, #21c0ff, #ffffff);
    box-shadow: 0px 4px 8px 0px rgb(0 99 147 / 40%);
  }

.gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }

.gallery-item img {
    height: auto;
  }


.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    margin-top: 1rem;
  }

.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ffffff;
    transition: transform 0.2s;
    background: #f5f5f5;
  }

.gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
  }

.gallery-item-info {
        font-size: 0.8rem;
        color: #040404;
        background: #0098ff30;
        display: flex;
        justify-content: space-evenly;
  }

  .gallery-item-actions {
    position: relative;
    background: #0075ff;
    display: flex;
    gap: 0.5rem;
    opacity: 1;
    transition: opacity 0.2s;
  }


  .gallery-btn {
    flex: 1;
    padding: 0.7rem 0.1rem;
    border: none;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.2s;
  }

  .gallery-btn-view {
    background: #0058af;
    color: #ffffff;
  }

  .gallery-btn-delete {
    background: #1d8f9b00;
    color: white;
  }

  .gallery-btn:hover {
    opacity: 0.9;
    transform: scale(1.05);
  }

  .save-options-grid button {
    width: 100%;
  }

  .save-option-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
    text-align: left;
  }

  .save-option-btn:hover {
    border-color: #4CAF50;
    background: #f8fff8;
  }

  .save-option-primary {
    border-color: #4CAF50;
    background: #f0f9f0;
  }

  .save-option-icon {
    font-size: 2rem;
  }

  .save-option-text strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #333;
  }

  .save-option-text small {
    color: #666;
    font-size: 0.85rem;
  }

  /* Image Preview Modal */
  .image-preview-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #011837eb;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 0rem;
    backdrop-filter: blur(8px);
  }

  .image-preview-modal img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
  }

  .image-preview-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
  }


  #gallery-section .box {
    max-width: 380px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.6rem 0rem;
    margin-bottom: 4rem;
    border-radius: 10px;
  }

  #gallery-storage-info {
    line-height: 1;
    margin-bottom: 20px !important;
    font-weight: 400;
  }

  .gallery-tab-container {
    display: flex;
    gap: 0;
    margin-bottom: 1rem;
    background: #204a8c52;
    padding: 4px;
  }

  .gallery-tab-btn {
    flex: 1;
    padding: 10px 6px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .gallery-tab-btn.active {
    background: #204a8c70;
    color: #ffffff;
    border-radius: 25px;
  }

  .gallery-tab-btn:not(.active):hover {
    background: #bde0ff;
  }

.profile-info {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid rgb(186 186 186);
    margin-top: 0.4rem;
}

.profile-info:last-of-type {
    margin-bottom: 1.3rem;
}

.profile-info .label {
    color: #000000;
    font-size: 0.95rem;
    margin-bottom: -20px;
    text-align: left;
    font-weight: 400;
}

.profile-info .value {
    font-size: 1rem;
    font-weight: 500 !important;
    word-wrap: break-word;
    flex-basis: 65%;
    text-align: right;
    color: #0072e3 !important;
}

  .subscription-status {
    padding: 0.9rem;
    text-align: center;
    background: linear-gradient(135deg, #560073, #E800E8, #E89700);
    color: white;
    border: 2px solid var(--accent-pink);
    border-radius: 8px;
  }

  .subscription-status.active {
    background: linear-gradient(135deg, #ffe40c, #E800E8, #E3EA18);
    color: var(--success-text);
  }

  .subscription-status.inactive {
    background: linear-gradient(135deg, #560073, #E800E8, #E89700);
    border: none;
    color: #FFFFFF;
}



.package-option {
    background: #1fafff33;
    border: 2px solid transparent;
    border-radius: var(--radius-lg);
    padding: 1.3rem;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.package-option:hover {
    transform: translateY(-4px);
    border-color: var(--accent-pink);
    box-shadow: 0 4px 18px rgba(1, 55, 148, 0.4);
}

.package-option .package-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fb6d0d;
    margin-bottom: 0.2rem;
    display: flex;
        justify-content: center;
}

.package-option .package-price {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 0.9rem;
        color: #0072e3;
        display: flex;
        justify-content: space-around;
}

.package-option .package-features {
    margin: 0;
    font-size: 0.85rem;
    color: #000000;
}

.package-option .package-features li {
    padding: 0.4rem;
    border-bottom: 1px solid var(--border-color);
    color: var(--border-color-focus);
    font-size: 1rem;
}

.package-option .package-features li:last-child {
    border-bottom: none;
}

.package-option .select-indicator {
        background: #03d0d7;
        color: white;
        text-align: center;
        padding: 0.65rem;
        border-radius: 20px;
        font-weight: 400;
        transition: all 0.2s ease;
        font-size: 1rem;
  }

.public-gallery-grid {
    display: block; /* Mematikan sistem grid lama */
    column-count: 2; /* 2 kolom dempet untuk tampilan HP */
    column-gap: 4px; /* Jarak kiri-kanan gambar sangat rapat (bisa diganti 0px kalau mau benar-benar nempel) */
    padding: 0 10px;
}
.pub-gallery-card {
    break-inside: avoid; /* Supaya gambar tidak terpotong/patah ke kolom sebelahnya */
    margin-bottom: 4px; /* Jarak atas-bawah antar gambar */
    display: inline-block;
    width: 100%;
}

.package-option:hover .select-indicator {
    opacity: 1;
  }

.package-option.selected {
    border-color: #ff8d00;
    box-shadow: 0 0 25px rgba(1, 55, 148, 0.6);
    transform: scale(1.02);
  }

.package-option.selected .select-indicator {
    opacity: 1;
    background: var(--accent-yellow);
    color: #111;
  }

#delete-confirm-cancel {
    background: #0162ff;
    color: #fff;
    border: 1px solid #1010100d;
    border-radius: 25px;
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;

  }

#delete-confirm-ok {
    background: #0162ff;
    color: #fff;
    border: 1px solid #1010100d;
    border-radius: 25px;
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;

  }

#packages-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }


  main h1 {
text-align: center;
        color: #0063fd;
        font-size: 1.5rem;
        margin-bottom: 18px;
        margin-top: 60px;
        font-weight: 500;
  }



  .mobile-nav-links {
    display: flex;
    flex-direction: column;
    background: #dfdfdf;
  }

  .nav-icon-placeholder,
  .nav-icon {
    display: none !important;
  }

  .menu-icon {
    width: 35px;
    height: 35px;
    padding: 4px 4px;
    object-fit: contain;
    border-radius: 50px;
  }

  .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0;
    border-radius: 0px;
    height: 100%;
    transition: all 0.3s ease;
    flex-shrink: 1;
    color: var(--text-primary);
    background: #ffffff00;
    border: 0px solid #ffffff;
  }

  .nav-item:active {
    transform: scale(0.95);
  }

  .nav-text {
    font-size: 0.85rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    margin-top: 0;
    border-radius: 25px;
    border: 1px solid #ffffff;
    color: #fdfdf9;
    width: auto;
    min-width: 90px;
    max-width: 110px;
    padding: 0 8px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #0ba582, #0d37f7);
  }


  .nav-text-marketing,
  .nav-text-furnitur,
  .nav-text-3d,
  .nav-text-kanvas-2d {
    height: 25px;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    margin-left: 15px;
    border-radius: 0px;
    color: #0098ff;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(5 173 179 / 0%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    z-index: 102;
    border: 1px solid #53676f00;
  }

.nav-menu:active {
    transform: translateX(-50%) scale(0.95);
  }

.mobile-menu-overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background: #b5e2f600;
    position: fixed;
    inset: 0;
    z-index: 9999;
    backdrop-filter: blur(4px);
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.topbar {
    z-index: 10000 !important;
}

.mobile-menu-content {
    position: absolute;
    left: 0;
    top: 60px;
    width: 250px;
    background: transparent;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 8px 4px rgb(0 0 0 / 25%);
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateX(0);
}

.icon-close {
    display: none;
}

#mobile-menu-btn.active .icon-menu {
    display: none;
}

#mobile-menu-btn.active .icon-close {
    display: block;
}

.mobile-nav-link {
        padding: 15px 10px;
        background: #ffffff;
        text-decoration: none;
        color: #313131;
        font-weight: 400;
        text-align: center;
        font-size: 1rem;
        display: flex;
        flex-direction: row;
        gap: 4px;
        border-bottom: 1px solid #c5c5c5;
  }

.mobile-nav-link:active {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(0.98);
  }


.whatsapp-floating-btn {
    display: none;
    position: fixed;
    bottom: 96px !important;
    left: 20px;
    right: auto;
    width: 28px !important;
    height: 28px !important;
    z-index: 101;
    transition: transform 0.3s ease;
    -webkit-tap-highlight-color: transparent;
  }

.whatsapp-floating-btn:active {
    transform: scale(0.9);
  }

.whatsapp-floating-btn img {
    width: 180%;
    height: 180%;
  }


.loader {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(4px);
    z-index: 1000;
  }

.loader.hidden {
    display: none;
  }

.spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-top-color: var(--accent-pink);
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

  .animated-gradient-text {
    background: linear-gradient(45deg, #21FFAE, #068AFF, #03f7fb, #0072e3);
    background-size: 300% 300%;
    animation: gradientText 3s ease infinite;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'Shooting', Aiva, Arial, sans-serif;
    padding: 2px 15px 2px 15px;
  }

  @keyframes gradientText {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }


.standard-page-body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

.standard-page-body main {
    flex-grow: 1;
    background: #ffffff;
    
  }

.standard-page-body:has(#beranda-content) main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding-bottom: 55px;
    background: #f6faff;

  }

.typing-caret::after {
    content: "│";
    margin-left: 4px;
    animation: blink 1s step-end infinite;
    opacity: .8;
  }

  @keyframes blink {
    50% {
      opacity: 0;
    }

  }


  .profile-header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.2rem;
  }

  .profile-image-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #204a8c00;
    position: relative;
    background-color: #f0f0f000;
    cursor: pointer;
  }

  .profile-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .profile-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    color: white;
    font-size: 12px;
  }

  .profile-image-wrapper.restricted {
    cursor: default;
    border-color: #666;
  }

  .profile-image-wrapper.restricted .profile-image-overlay {
    display: none;
  }

  .profile-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
  }

  .profile-loading::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }


  #feedback-modal {
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
  }


  #feedback-modal.visible {
    display: flex;
    opacity: 1;
    visibility: visible;
  }

  .feedback-box {
    width: 100%;
    background: #ffffff;
    border: 0px solid #03f7fb;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 20px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    margin: 0 auto;
  }


  .feedback-title {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 0;
    color: #1b79ff;
    margin-bottom: 15px;
  }


  .feedback-box p {
    line-height: 1.5 !important;
    text-align: center;
    margin-bottom: 10px !important;
    margin-top: -10px !important;
    font-size: 0.85rem;
  }


  .feedback-input {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 8px;
        background: #ffffff;
        color: #080808;
        border: 1px solid #2f2f2f;
        font-family: 'Aiva', Arial, sans-serif;
        box-sizing: border-box;
        font-size: 0.9rem;
  }

.feedback-input:focus {
    border-color: var(--accent-pink);
    outline: none;
  }

  .feedback-actions {
    display: flex;
    gap: 10px;
    margin-top: -30px;
  }

.btn-fb-cancel {
        flex: 1;
        padding: 12px;
        border-radius: 25px;
        background: #36c0ff;
        border: 0px solid #ffffff;
        color: #ffffff;
        cursor: pointer;
        transition: all 0.2s;
        margin-top: 25px;
        font-size: 1rem;
        font-weight: 400;
  }

  .btn-fb-cancel:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
  }

  .btn-fb-submit {
        flex: 1;
        padding: 12px;
        border-radius: 25px;
        background: #36c0ff;
        color: white;
        border: 0px solid #03f7fb;
        cursor: pointer;
        font-weight: 400;
        transition: all 0.2s;
        margin-top: 25px;
        font-size: 1rem;
  }

  .btn-fb-submit:hover {
    background: #0051d4;
  }

  /* ========================================
   TOMBOL BERI MASUKAN 
======================================== */
  .btn-feedback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    margin-top: 12px;
    padding: 0.5rem 0.5rem;
    gap: 10px;
    background: #0b96c500;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #d0e50d;
    border-radius: 50px;
    font-size: 0.80rem;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
  }


  .btn-feedback:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-2px);
  }


  .btn-feedback:active {
    transform: scale(0.98);
  }



  /* ========================================
   NAVBAR PROFILE IMAGE (MOBILE)
======================================== */
  .nav-profile-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 0px solid #00c0ff29;
  }


  #mobile-btn-profil {
    padding: 5px !important;
    background: transparent !important;
    border: none !important;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
  }


  #btn-profil {
    padding: 0 !important;
    margin-left: 8px;
    background: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  #btn-profil .nav-profile-img {
    width: 38px;
    height: 38px;
  }

  .header-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #30beff;
    border: 1px solid #0bffff00;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 1rem;
    text-decoration: none;
    margin-left: 8px;
    white-space: nowrap;
    transition: all 0.2s ease;
  }

  .header-login-btn:active {
    transform: scale(0.95);
    background: rgba(11, 255, 255, 0.3);
  }


  #btn-profil {
    margin-left: 8px;
    padding: 0 !important;
  }


  .x-social-section,
  .x-address-section {
    margin: -30px 0;
    padding: 20px 0;
    text-align: center;
  }

  .x-panel {
    margin: 0 auto;
    max-width: 100%;
    margin-top: 20% !important;
    border-radius: 20px;
    padding: 1.8rem 1.3rem;
    background: #1fafff33;
  }

  .x-social-section h3,
  .x-address-section h3 {
    font-size: 1em;
    margin-bottom: 10px;
    color: #0080ff;
    font-weight: 300;
    margin-top: 20px;
  }

  .x-social-section h3 {
    font-weight: 500;

  }

  .x-social-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
  }

  .x-social-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.05em;
    transition: all 0.3s ease;
  }

  .x-social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  .x-social-btn svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }


  .x-social-btn.facebook {
    background: linear-gradient(135deg, #1877f2 0%, #0d5ecd 100%);
    color: white;
    font-weight: 300;
  }

  .x-social-btn.facebook:hover {
    background: linear-gradient(135deg, #0d5ecd 0%, #1877f2 100%);
  }


  .x-social-btn.youtube {
    background: linear-gradient(135deg, #FF0000 0%, #cc0000 100%);
    color: white;
    font-weight: 300;
  }

  .x-social-btn.youtube:hover {
    background: linear-gradient(135deg, #cc0000 0%, #FF0000 100%);
  }


  .x-social-btn.instagram {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    font-weight: 300;
  }

  .x-social-btn.instagram:hover {
    background: linear-gradient(135deg, #bc1888 0%, #cc2366 25%, #dc2743 50%, #e6683c 75%, #f09433 100%);
  }


  .x-address-content {
    background: #ffffff;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #00000000;
    max-width: 400px;
    margin-top: 10px;
  }

  .x-address-content p {
    margin: 0px;
    color: #000000;
    line-height: 1.6;
    font-size: 0.85em;
    font-weight: 300;
  }

  .x-address-content p:first-child {
    color: #202020;
    font-size: 0.9em;
    font-weight: 500;
  }

  .x-social-links,
  .x-address-content {
    max-width: 100%;
  }

  .x-social-btn {
    padding: 12px 15px;
    font-size: 1em;
  }

  .x-social-btn svg {
    width: 24px;
    height: 24px;
  }


  #marketing-free-popup {
    position: fixed;
    inset: 0;
    background: rgb(139 219 255 / 66%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }

  #marketing-free-popup.visible,
  #aigen-free-popup.visible {
    opacity: 1;
    visibility: visible;
  }

  .mfp-content {
    max-width: 360px;
    width: 90%;
    text-align: center;
    background: transparent;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
  }

  .mfp-image {
    width: 100%;
    border-radius: 16px 16px 0 0;
    display: block;
    border-bottom: none;
  }

  .mfp-buttons {
    display: flex;
    gap: 0;
    background: #0a3d6200;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: none;
    margin-top: 0;
  }

  .mfp-btn {
    flex: 1;
    padding: 16px 0;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
  }

  .mfp-btn-close {
    background: #1474ff;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mfp-btn-close:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .mfp-btn-upgrade {
    background: linear-gradient(135deg, #ff00ea, #f9dc09);
    color: #fff;
  }

  .mfp-btn-upgrade:hover {
    background: linear-gradient(135deg, #e67e22, #d35400);
  }

  .mfp-icon,
  .mfp-content h3,
  .mfp-content p {
    display: none;
  }


  #aigen-free-popup {
    position: fixed;
    inset: 0;
    background: rgb(178 231 255);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }

  #aigen-free-popup.visible {
    opacity: 1;
    visibility: visible;
    background: rgb(255 255 255 / 71%);
  }

  .loader-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    backdrop-filter: blur(8px);
    flex-direction: column;
  }

.animasi-generate-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 90vw;
    max-width: 600px;
  }

.loader-ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: none;
    background: conic-gradient(from 0deg,
    var(--accent-purple) 0deg,
    var(--accent-pink) 90deg,
    #FFD700 180deg,
    var(--accent-purple) 360deg);
    -webkit-mask: radial-gradient(farthest-side, transparent 56%, #000 57%);
    mask: radial-gradient(farthest-side, transparent 56%, #000 57%);
    animation: spin 1s linear infinite;
    position: relative !important;
    inset: auto !important;
  }

.animasi-teks-container {
    width: 100%;
    height: 78px;
    overflow: hidden;
    position: relative;
    font-family: 'Aiva', Arial, sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    text-align: left;
  }

.animasi-teks-line {
    color: #D0D0D0;
    font-size: 11px;
    line-height: 26px;
    height: 26px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: 100%;
    left: 0;
    transition: top 0.3s ease-out;
  }

  .animasi-typing-cursor {
    display: inline-block;
    width: 8px;
    height: 12px;
    background: #00FF00;
    margin-left: 2px;
    animation: blink 1s steps(2) infinite;
    vertical-align: text-bottom;
  }

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

.nav-icon-mobile {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
    z-index: 2;
  }




.x-panel.rapi-jarak {
    margin: 90px auto 30px auto;
    padding: 1rem;
    max-width: 90%;
    border: 1px solid #00ff9a00;
    background: #44abff00;
  }


.rapi-jarak p,
.rapi-jarak .x-head p,
.rapi-jarak .bank-info p,
.rapi-jarak .selected-package-info p {
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #09fff1;
  }


.rapi-jarak h1,
.rapi-jarak h2,
.rapi-jarak h3 {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1.3;
    font-size: 1.8rem;
  }



.baris-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px dashed rgb(255 255 255 / 41%);
  }

.baris-info:last-child {
    border-bottom: none;
  }

.label-info {
    font-weight: 500;
    color: #000000;
    font-size: 1rem;
  }

.teks-kuning {
    color: #FFD700 !important;
    font-weight: 400;
    font-size: 1rem;
    text-align: right;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
  }


.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    margin-bottom: 12px;
    font-family: 'Aiva', Arial, sans-serif;
  }

.custom-select-trigger {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px;
        height: 40px;
        font-size: 0.9rem;
        font-weight: 300;
        color: #040404;
        background: #4ed8ff;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s;
  }


.custom-select-trigger .arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    transition: transform 0.3s;
  }

.custom-select-wrapper.open .custom-select-trigger .arrow {
    transform: rotate(180deg);
  }

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
    background: #4ed8ff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    z-index: 10005;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }

.custom-select-wrapper.open .custom-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

.custom-option {
    padding: 10px 12px;
    font-size: 0.9rem;
    font-weight: 300;
    color: #000000;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

.custom-option:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #FFD700;
  }

.custom-option.selected {
        background: rgb(230 231 233 / 60%);
        color: #000000;
        font-weight: 300;
  }

.features-container {
   padding: 1rem;
   background: #ceebfb;
  }

.feature-item {
    flex-direction: column !important;
    gap: 0px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 4px 8px 4px rgb(0 0 0 / 25%);
  }

.feature-image {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }

.feature-image img {
    max-height: 200px;
    max-width: 100%;
    border-radius: 15px;
  }

.feature-content {
    text-align: left;
    background: #ffffff;
    padding: 12px;
    text-align: left;
    border-radius: 10px;
  }

.feature-title {
    font-size: 1.8rem;
    margin-bottom: 0rem;
    display: inline-block;
    width: auto;
    background: linear-gradient(135deg, #0fb2ff 0%, #e05eff 100% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px;
  }

.feature-desc {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    color: #0098ff;
    text-align: left;
  }
 .btn-cara-penggunaan {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 400;
    color: #0074ff;
    background: #d5d5d5;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
.btn-cara-penggunaan:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 120, 255, 0.4);
    color: #ffffff;
  } 


.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
  }


.feature-list li::before {
    margin-right: 10px;
    color: var(--accent-yellow);
    font-size: 1rem;
  }
    .profile-edit-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: -100%;
        margin-top: 20px;
        background: #1a1f2e;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.4);
        z-index: 10001;
        min-width: 190px;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-8px);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .profile-edit-dropdown.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }
    .profile-dd-item {
    padding: 12px 16px;
    color: #000000;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.15s ease;
    white-space: nowrap;
    border-bottom: 1px solid #2d3548;
    background: #ffffff;
    }
    .profile-dd-item:last-child {
        border-bottom: none;
    }
.profile-dd-item:hover {
background: #bdbdbd;
    }

#btn-surat-penawaran,
#btn-kalkulator,
#btn-manajemen-proyek,
#btn-kanvas-2d-desktop,
#btn-aigen-desktop {
    position: relative !important; 
    display: flex;
    justify-content: flex-start;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 54%);
    border: 1px solid #0098ff00;
}

#btn-manajemen-proyek .aiva-crown,
#btn-kanvas-2d-desktop .aiva-crown,
#btn-aigen-desktop .aiva-crown {
        position: absolute;
        top: -8%;
        left: 90%;
        width: 34px;
        height: 34px;
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        background: #ffffff;
        border-radius: 20px;
}


#btn-aigen-desktop .aiva-crown svg {
    width: 14px !important;
    height: 14px !important;
}
   
  

}


@media (max-width: 768px) and (orientation: portrait) {
        .bayar-page { overflow: hidden; height: 100dvh; }
        .bayar-page .footer { display: none; }
    }

@media (max-width: 768px) {
 .about-card {
    background: #ffffff;
    padding: 25px 10px;
    border-radius: 24px;
    border: 1px solid #edf2f7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}   
.about-container {padding: 20px 5px;border-radius: 20px;}
.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-bottom: 70px;
}
.about-banner h2,
.about-cta h2 {font-size: 1.5rem !important;} 
.about-container h1 {margin-top: 0px !important;}
.cta-btn {
    background: linear-gradient(90deg, #005dff, #00d2ff);
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding: 18px 15px !important;
}
.about-cta {
    padding: 30px 10px !important;
}
.about-banner h2 {
    font-size: 1.5rem;
}
.contact-section {
    padding-top: 60px !important;
    display: flex;
    border-top: 1px solid #edf2f7;
    flex-direction: column;
}

  }

/* ===== GRID CONTOH ===== */
@media (max-width: 768px) {
    .contoh-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 320px;
    }
}

/* === HIDE TOPBAR MENU DI MOBILE === */
.topbar-menu-wrap {
  display: none;
}
