@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 (min-width: 769px), (orientation: landscape) {
    
:root {
  --accent-pink: #204a8c;
  --accent-purple: #07E3AD;
  --accent-yellow: #FFD700;
  --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;
  --radius-sm: 15px;
  --radius-md: 15px;
  --radius-lg: 24px;
  --radius-full: 50px;
  --font-base: 1rem;
  --font-small: 0.85rem;
  --font-large: 1.2rem;
}

* {
    box-sizing: border-box;
  }

html { 
  scroll-behavior: smooth; 
}

body {
  margin: 0px;
  font-family: 'Aiva', Arial, sans-serif;
  color: var(--text-primary);
  background-size: cover;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  font-size: var(--font-base);
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
}

h8 {
  font-weight: 500;
  line-height: 1.3;
  font-size: 1rem;
  color: #000000;
}


h1 { font-size: 2.6rem; }
h2 { 
    font-size: 2rem; 
    color: #005dffdb;
}
h3 { font-size: 1.5rem; }

p {
  margin: 0 0 1em 0;
  line-height: 4.6;
  font-size: 14px;
  margin-top: -30px;
  font-weight: 400;
}

a {
  color: #0072e3;
  text-decoration: none;
  transition: color 0.2s ease;
}

f {
  color: #161616;
  font-size: 10px;
}


ul {
  padding-left: 20px;
  margin: 0 0 1em 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--bg-primary);
  margin-bottom: 0.2rem;
  font-weight: 300;
}


.topbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(120deg, #9d00ff, #1c75ff, #6197ff, #22b8ff);
  box-sizing: border-box;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
}
.nav-item { 
  display: none;
}
.brand { 
  display: flex !important;
  align-items: center;
}

.logo { 
  height: 42px;
}
.saldo {
    font-size: 1.5rem;
    font-weight: 600;
    word-wrap: break-word;
    flex-basis: 65%;
    text-align: right;
    color: #feff00;
}
.actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.btn-img-pricing {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  padding: 8px 20px;
  cursor: pointer;
  background: linear-gradient(90deg, #ff00cc, #ff9701);
  border-radius: 25px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease;
}

.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;
}


.btn-img-pricing img {
  display: none;
}

.nav-links {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  position: static;
  background: none !important;
  backdrop-filter: none !important;
  width: auto;
  border: none;
  gap: 1px;
}

/* === MENU DROPDOWN TOPBAR DESKTOP === */
.topbar-menu-wrap {
  display: block;  
  position: relative;
  margin-left: 10px;
}

.topbar-menu-btn {
  background: transparent;
  border: none;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 25px;
  font-family: 'Aiva', sans-serif;
}

.topbar-menu-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.topbar-dropdown {
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 40%);
  border-radius: 4px;
  z-index: 2000;
}

.topbar-dropdown.show {
  display: block;
}

.topbar-dropdown a {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  color: #333;
  font-family: 'Aiva', sans-serif;
  transition: background 0.2s;
  border-bottom: 1px solid #dbdada;
  box-sizing: border-box;
}

.topbar-dropdown a:hover {
  background: #e8f4ff;
}

.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;
}



.features-container {
    max-width: 100%;
    padding: 0 20px;
    display: block; 
    column-count: 2; 
    column-gap: 20px; 
}

.feature-item {
    break-inside: avoid; 
    margin-bottom: 20px; 
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    opacity: 0;
    animation: fadeIn 1s forwards;
    animation-delay: 0.2s;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #81818154;
    box-shadow: -2px 2px 4px 1px rgb(0 0 0 / 18%);
}
.public-gallery-section {
        max-width: 100%;
        padding: 0 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 20px;
}

.public-gallery-grid {
    display: block;
    column-count: 4;
    column-gap: 2px;
    padding: 10px;
    background: #ffffff;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .public-gallery-section {
        width: 100%;        
        flex-direction: column; 
    }
    .public-gallery-grid {
        column-count: 4;
    }
}


.feature-item {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    opacity: 0;
    animation: fadeIn 1s forwards;
    animation-delay: 0.2s;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #81818154;
    box-shadow: -2px 2px 4px 1px rgb(0 0 0 / 18%);
}


@keyframes fadeIn {
    to { opacity: 1; }
}


.feature-image {
    flex: 1;
    display: flex;
    background: #ffffff00;
    border-radius: 15px;
    justify-content: space-around;
}

.feature-image img {
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 150px;
    height: 150px;
    object-fit: contain;
}


.feature-content {
    flex: 1;
    text-align: left;
    padding: 10px 10px;
    border-radius: 5%;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #0fb2ff 0%, #e05eff 100% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-bottom: 5px;
}

.feature-desc {
    font-size: 0.8rem;
    line-height: 1.4;
    color: var(--bg-primary);
    font-weight: 300;
}

.btn-cara-penggunaan {
    display: inline-block;
    padding: 2px 24px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #0098ff;
    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;
}

.feature-list li::before {
    margin-right: 12px;
    color: var(--accent-yellow);
    font-size: 1.2rem;
}



.feedback-box p {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: -30px;
    text-align: center;
}


.greeting-banner {
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: -2px;     
    line-height: 1.2;
    color: #161616;
    padding: 8px 14px;
    display: inline-block; 
    border-bottom-left-radius: 0; 
    white-space: normal;  
    align-self: center;
    text-align: center; 
  
}


.card,
.auth-card,
.pricing-card,
.x-panel {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 10px;
  background: #1fafff;
  border: 1px solid #03f7fbde;
}


.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  padding: 0.7rem 1.2rem;
  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: 25px;
  font-weight: 600;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:active {
  transform: scale(0.98);
}


.btn-primary {
    background: #2a71af5e;
    color: #edff00;
    border-radius: 25px;
    border: 1px solid #0377ff;
}

.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.7rem 1.1rem;
  border-radius: var(--radius-sm);
  border: 1px solid #0bffff;
  background: linear-gradient(to right, #13499d, #2597C4);
  color: #fff;
  font-size: 0.95rem;
  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: #2563eb;
  color: var(--text-primary);
  border-color: var(--border-color);
  border: 1px solid #fff;
  font-size: 0.95rem;
  font-weight: 500;
}

.btn-secondary:hover,
.x-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}


.btn-no-border {
  background: transparent;
  color: #252525;
  border: none;
  font-size: 0.9rem;
  padding: 4px 10px;
  font-weight: 400;
}

.nav-links .btn-no-border {
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 15px 10px;
}

.btn-no-border:hover {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: var(--radius-full);
}


.btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 0.65rem 1rem;
  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.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 0.7rem;
}

.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: gray;
}

.form-group,
.x-field {
  margin-bottom: 1rem;
}

.form-label,
.x-field label,
.form-group label {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
  font-weight: 400;
  color: #000000;
}

.form-input,
.x-input,
.x-textarea,
.form-group input,
.form-group select,
.form-select {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-color);
  background-color: rgb(4 138 255 / 38%);
  color: var(--bg-primary);
  font-size: 0.85rem;
  transition: all .2s ease;
  font-family: 'Aiva', Arial, sans-serif;
}

/* Password field: ruang untuk icon mata */
.form-group input[type="password"] {
  padding-right: 44px;
}

.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.9rem center;
  background-size: 1.25em;
  padding-right: 3rem;
}

.form-group select:invalid,
.form-select:invalid {
  color: #696969;
}

.form-group select option,
.form-select option {
  background: rgb(4 138 255 / 38%);
  color: #1e1e1e;
}


.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.2rem;
    color: #ff0000; 
    font-weight: 600;
    text-decoration: line-through; 
}

.discount-badge {
    background-color: #00d23c; 
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 50px;
    text-transform: uppercase;
}

.form-input:focus,
.x-input:focus,
.x-textarea:focus,
.form-group input:focus {
  outline: none;
  border-color: #39dbff;
}

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: 150px;
  resize: vertical;
}

.tos-agreement {
  margin-bottom: 1rem !important;
  font-weight: 400;
  font-size: 0.85rem;
}


.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgb(255 255 255 / 89%);
  backdrop-filter: blur(4px);
  z-index: 99;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-overlay.visible {
  opacity: 1;
  visibility: visible;
}

.form-group {
  margin-bottom: 0.5rem;
}
    
.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 14px;
  background: #ffffff;
  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) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  background: #ffffff;
  border: 0px solid #00efff;
  border-radius: var(--radius-lg) !important;
  padding: 1.5rem !important;
  color: var(--text-primary) !important;
  font-family: 'Aiva', Arial, sans-serif !important;
  max-width: 350px !important;  
  min-width: auto !important;    
  text-align: center !important;
}


dialog h1,
dialog h2,
.swal2-title {
  color: #0098ff !important;
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important;
}


dialog p,
.swal2-html-container {
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  margin: 0 auto 1.5rem !important; 
  white-space: normal !important;   
  display: block !important;
}

dialog button,
.swal2-confirm,
.swal2-cancel {
  background: #23a6ff;
  color: #fff ;
  border: 0px solid #12e3ca;
  border-radius: 25px;
  padding: 0.5rem 1.5rem ;
  font-size: 0.85rem ;
  font-weight: 400 ;
  cursor: pointer ;
  transition: all 0.2s ease ;
  width: 150px;
}

dialog button:hover,
.swal2-confirm:hover {
  filter: brightness(1.1) !important;
  transform: translateY(-2px) !important;
}


.divider {
  display: flex;
  align-items: center;
  color: var(--text-muted);
  margin: 1rem 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--border-color);
}

.divider span {
  padding: 0 1rem;
  font-size: 0.95rem;
}

.message,
.x-msg {
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.85rem;
}

.message.success,
.x-msg.info {
  background: var(--success-bg);
  border: 1px solid rgb(16 185 129 / 73%);
  color: #008146;
}

.message.error,
.x-msg.error {
    font-weight: 500;
    color: #df0707;
}


.selection-container {
  display: flex;
  flex-direction: column;
 align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: .5rem 1.5rem;
  background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgb(255 255 255), rgb(255 255 255 / 0%)), url(/assets/img/aplikasi/bg_desktop.webp) top center  / cover no-repeat;
}


.selection-container > .text-pintar { 
    font-family: 'Shooting', Arial, sans-serif;
    padding: 0px 12px 0px 12px;
    z-index: 4;
    
}

.text-mesin {
  font-size: 2.5rem !important;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  position: relative; 
  background: linear-gradient(to right, #e800e8, #ff8100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}


.text-pintar {
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  margin: 5px 0 0 0;
  position: relative;
}


.text-interior-furnitur {
    font-size: 1rem ;
    font-weight: 500;
    text-align: center;
    margin: 0;
    line-height: 1.2;
    position: relative;
    color: #ffffff;
    background: #0098ff;
    padding: 5px 10px;
    border-radius: 0px;
}
    
#btn-kalkulator,
#btn-aigen-desktop,
#btn-manajemen-proyek,
#btn-surat-penawaran {
        border: 1px solid #0e97ff00;
        font-size: 1.1rem;
        font-family: 'Liberation', Arial, sans-serif;
        color: #079ee3;
        background: #ffffff;
        padding: 0.2rem 1.2rem;
}


.hero-button-container {
  display: flex;
        flex-direction: column;
        gap: 10px;
        width: 300px;
        background: #8be0ff00;
        padding: 5px;
        border: 0px solid #ffffff;
        z-index: 9;
        margin-top: 20px;
}


.hero-btn {
  flex: 1;
  min-width: 210px;
  font-size: 1.2rem;
  padding: 0.8rem 1.5rem;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 10px; 
}

.hero-button-container .btn {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 13px; 
}

.hero-button-container .button-icon {
  width: 24px;
  height: 24px;
}
.creation-mode-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  justify-items: center;
  margin-top: 30px;
}

.creation-mode-link {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
}

.creation-mode-card {
  padding: 26px;
  transition: transform 0.3s ease;
  border-radius: 22px;
  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: 20px;
  z-index: 1;
}

.creation-mode-card:hover {
  transform: scale(1.03);
}

.creation-mode-card h3 {
  margin: 10px 0;
  font-size: 1.2rem;
  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: 1rem;
}

.mode-icon {
  width: 85px;
  height: 85px;
  margin-bottom: 14px;
  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); }
}

.form-group input {
        font-size: 0.8rem;
        color: #000000;
        background-color: rgb(255 255 255);
    }

.auth-card {
  padding: 2rem 2rem;
  width: min(350px, 90vw);
  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: 1rem;
}

.auth-header h2 {
  font-size: 1.7rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.auth-header p {
  font-size: 1rem;
  color: var(--accent-purple);
  margin-top: -30px;
}

.auth-link {
  text-align: center;
  margin-top: -1.4rem;
  color: #080808;
  font-size: 0.95rem;
  margin-bottom: -24px;
}

.auth-btn {
   margin-top: 0.4rem;
   margin-bottom: 14px;
   border: 1px solid #0bffff00;
   background: #12aaff;
   border-radius: 25px;
}

.auth-link a {
  font-weight: 500;
}


.pricing-main {
  padding: 0 2rem;
}

.pricing-hero {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 0;
}

.pricing-hero h1 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 30px;
  font-family: 'Aiva', Arial, sans-serif;
}

.pricing-hero .sub {
  color: var(--text-muted);
  margin: -1rem auto 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 650px;
}

.pricing-toggle-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  background: #12aaff;
  border: 1px solid var(--border-color);
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.btn-katalog-taco {
    display: flex;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.2s;
    justify-content: flex-end;
}
.btn-katalog-taco:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btn-katalog-taco img {
    width: 18%;
    height: auto;
    display: block;
    background: #fff;
    border-radius: 5px;
}

.disabled-overlay {
  background: transparent;
  color: #0080ff;
  font-weight: 600;
  font-size: 1rem;
}

.pricing-toggle-btn {
  padding: 10px 24px;
  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: #0098ff;

}

.duration-select {
    margin-bottom: 12px;
    text-align: center;
}
.duration-select label {
    display: block;
    font-size: 0.8rem;
    color: #8b8fa3;
    margin-bottom: 6px;
}
.duration-select select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid rgb(255 255 255 / 0%);
    border-radius: 8px;
    background: #ff8100;
    color: #ffffff;
    font-size: 0.95rem;
    text-align: center;
    cursor: pointer;
    appearance: auto;
}

.pricing-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: none;
  width: 800px;
  gap: 30px;
  margin: 0 auto 3rem;
  background-color: #79b7ff66;
  padding: 20px;
}

.pricing-card {
  position: relative;
  padding: 28px 24px;
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  width: 300px;
  flex-direction: column;
  background: #ffffff;
  border: 0px solid #03f7fb;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 36px rgba(0,0,0,.4);
}

.badge-popular {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 0.75rem;
    color: #ffffff;
    background: #ff7f00;
    border-radius: var(--radius-full);
    padding: 6px 10px;
}

.badge-current-plan {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 0.75rem;
    color: #ffffff;
    background: #22c55e;
    border-radius: var(--radius-full);
    padding: 6px 10px;
}

.plan-name {
  font-size: 2rem;
  color: #ff6700;
  margin-bottom: 2px;
  text-align: center;
}

.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 8px;
}

.price .amount {
  font-size: 25px;
  font-weight: 600;
  background: linear-gradient(90deg, #fff, var(--text-muted));
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--accent-pink);
}

.price .per {
  color: var(--accent-pink);
  font-size: 1.05rem;
  font-weight: 600;
}

.small-note {
  color: #4c4c4d;
  font-size: 0.85rem;
  margin-top: 0;
  text-align: center;
}
#btn-manajemen-proyek,
#btn-surat-penawaran,
#btn-kanvas-2d-desktop,
#btn-aigen-desktop {
    position: relative;
    padding: 0.2rem 1.2rem;
    justify-content: flex-start;
    display: flex;
    box-shadow: 0px 5px 5px 0px rgb(109 109 109 / 67%);
}

#btn-kanvas-2d-desktop .aiva-crown,
#btn-manajemen-proyek .aiva-crown,
#btn-aigen-desktop .aiva-crown {
    position: absolute ;
    top: -8px ;
    margin: 0;
    background: #ffffff;
    border-radius: 50%;
    padding: 3px;
    left: 90% !important;
}



.feature-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 24px;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 4px 0;
  color: var(--accent-pink);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 400;
}

.feature-list li:last-child {
  border-bottom: 0;
}

.feature-list .tick {
  color: var(--accent-pink);
  font-weight: 800;
  line-height: 1;
}

.cta-wrap {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.cta-primary {
  width: 100%;
}


.x-bg {
  padding-top: 10px;
}

.x-wrap {
  max-width: 1200px;
  margin: 0 auto 3rem;
  padding: 0 2rem;
}

.x-hero {
  margin: 30px 0 30px;
  text-align: center;
}

.x-hero h1 {
  font-size: 2.6rem;
}

.x-grid {
  display: grid;
  gap: 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.x-panel {
  padding: 1rem 1.2rem;
  background: #484f5936;
  width: 400px ;
  margin: 0 auto ;
  max-width: 100%;
  margin-top: 10% ;
  border: 1px solid #03f7fb00;
}

.x-panel .x-head {
  padding: 0 0 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--border-color);
}

.x-panel h2 {
  font-size: 1.6rem;
}

.x-field .x-hint {
  font-size: 0.85rem;
  color: var(--text-muted);
}


#proof-image {
        width: 70%;
        padding: 10px 1rem;
        border-radius: var(--radius-sm);
        border: 1px solid var(--border-color);
        background-color: rgba(41, 138, 223, 0.2);
        color: var(--text-primary);
        font-size: 0.85rem;
        transition: all .2s ease;
        font-family: 'Aiva', Arial, sans-serif;
    }

.x-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 1.8rem;
}


/* === 14. HALAMAN PROFIL (DESKTOP) === */
.profile-main {
  padding: 2rem;
}

.profile .box {
  max-width: 380px;
  margin-top: 80px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.8rem 1.2rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #21c0ff, #ffffff);
  box-shadow: 0 0 10px 4px rgb(0 0 0 / 20%);
}

#gallery-section .box {
    max-width: 1100px; 
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.8rem 1.2rem;
}

.gallery-tab-container {
    display: flex;
    gap: 0;
    margin-bottom: 1.2rem;
    background: #204a8c24;
    border-radius: 10px;
    padding: 4px;
    max-width: 500px;
}

.gallery-tab-btn {
    flex: 1;
    padding: 10px 20px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.gallery-tab-btn.active {
    background: #204a8c70;
    color: #ffffff;
}

.gallery-tab-btn:not(.active):hover {
    background: #bde0ff;
}

 /* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
        }
        
.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #77777791;
    transition: transform 0.2s;
    background: #ffffff;
}
        
.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 {
    padding: 0.5rem;
    font-size: 0.75rem;
    color: #000000;
    background: #cfcfcf;
}
        
.gallery-item-actions {
    position: relative;
    background: #235fff;
    display: flex;
    opacity: 1; 
    transition: opacity 0.2s;
}
        
        
.gallery-btn {
    flex: 1;
    padding: 0.1rem 0.1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.2s;
}
        
        .gallery-btn-view {
            background: #065ec7;
            color: #333;
        }
        
        .gallery-btn-delete {
            background: #00ffcd38;
            color: white;
        }
        
        .gallery-btn:hover {
            opacity: 0.9;
            transform: scale(1.05);
        }
        
        /* Save Options Modal */
        .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 {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.9);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 10000;
            padding: 2rem;
        }
        
.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;
}



.profile-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #06060642;
  padding-bottom: 0.5rem; 
  margin-top: 0.5rem;    
}

.profile-info:last-of-type {
  margin-bottom: 1.8rem;
}

.profile-info .label {
  color: #1e1e1e;
  font-size: 0.85rem;
  margin-bottom: -10px;
  text-align: left;
  font-weight: 500;
}

.profile-info .value {
        font-size: 14px;
        font-weight: 500;
        word-wrap: break-word;
        flex-basis: 65%;
        text-align: right;
        margin-bottom: -10px;
        color: #0072e3 !important;
}

.subscription-status {
  padding: 1.2rem;
  text-align: center;
  background: linear-gradient(135deg, #560073, #E800E8, #E89700);
  color: white;
  border: 2px solid var(--accent-pink);
  border-radius: 10px;
}

.subscription-status.active {
  background: linear-gradient(135deg, #50aa13, #057DFD, #db6700);
  border: 2px solid #FFFFFF;
  color: var(--success-text);
}

.subscription-status.inactive {
  background: linear-gradient(135deg, #560073, #E800E8, #E89700);
  border: none;
  color: #FFFFFF;
}



.package-option {
  background: #e3f2ff;
  width: 300px;
  flex-shrink: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 1.8rem;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.package-option:hover {
    transform: translateY(-6px);
    border-color: #204a8c00;
    box-shadow: 0 6px 24px rgb(43 43 43 / 50%);
}

.package-option .package-name {
    font-size: 25px;
    font-weight: 700;
    color: #ff8b00;
    margin-bottom: 0.3rem;
    justify-content: space-around;
    display: flex;
}

.package-option .package-price {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 1.2rem;
        color: var(--accent-pink);
}

.package-option .package-features {
  margin: 0;
  font-size: 1rem;
  color: var(--text-muted);
}

.package-option .package-features li {
    padding: 0.3rem 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--accent-pink);
}

.package-option .package-features li:last-child {
  border-bottom: none;
}

.package-option .select-indicator {
    background: #03d0d7;
    color: white;
    text-align: center;
    padding: 0.7rem 1.1rem;
    border-radius: 25px;
    margin-top: 1.2rem;
    font-weight: 400;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.package-option:hover .select-indicator {
  opacity: 1;
}

.package-option.selected {
  border-color: #FFD700;
  box-shadow: 0 0 35px rgba(1, 55, 148, 0.7);
  transform: scale(1.03);
}

.package-option.selected .select-indicator {
  opacity: 1;
  background: var(--accent-yellow);
  color: #111;
}

#packages-grid {
display: flex;
        gap: 2rem;
        flex-direction: row;
        justify-content: center;
}



main h1 {
  text-align: center;
  color: #0063ff;
  font-size: 1.8rem;
}


.mobile-menu-overlay {
  display: none !important;
}


.whatsapp-floating-btn {
  display: none;
  position: fixed;
  bottom: 28px !important;
  right: 28px;
  width: 32px !important;
  height: 32px !important;
  z-index: 101;
  transition: transform 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}

.whatsapp-floating-btn:hover {
  transform: scale(1.1);
}

.whatsapp-floating-btn img {
  width: 130%;
  height: 130%;
}


.footer {
  width: 100%;
  margin-top: auto;
  text-align: center;
  font-size: 0.85rem;
  color: #1e1e1e;
  padding: 0.1rem 0;
  background: #ffffff;
}


.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: 65px;
  height: 65px;
  border-radius: 50%;
  border: 6px 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;
  background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgb(255 255 255), rgb(255 255 255 / 0%)), url(/assets/img/aplikasi/bg_desktop.webp) top center / cover no-repeat;
}

.standard-page-body main {
  flex-grow: 1;
  padding-top: 20px;
  background: #ffffff;
}

.standard-page-body:has(#beranda-content) main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background: #ffffff;
}

.typing-caret::after {
  content: "│";
  margin-left: 4px;
  animation: blink 1s step-end infinite;
  opacity: .8;
}
@keyframes blink { 50% { opacity: 0; } 
    
}



.bank-account p,
.bank-info h4,
.bank-info .note {
  line-height: 0.6;
  margin: 0.2rem 0;
}


.x-panel .x-head p {
  line-height: 1.6;     
  margin: 0.5rem 0 1.5rem 0; 
}


.selected-package-info p {
  line-height: 1.6;   
  margin: 0.25rem 0;    
}


.profile-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}

.profile-image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #0063ff00;
  position: relative;
  background-color: #f0f0f000;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.profile-image-wrapper:hover {
  transform: scale(1.05);
}

.profile-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  color: white;
  font-size: 14px;
}

.profile-image-wrapper:hover .profile-image-overlay {
  opacity: 1;
}


.profile-image-wrapper.restricted {
  cursor: default;
  border-color: #666;
}
.profile-image-wrapper.restricted:hover {
  transform: none;
}
.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: 30px; height: 30px;
  border: 3px 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 {
        max-width: 450px;
        width: 90%;
        background: #ffffff;
        border: 0px solid #1a6ad5;
        padding: 20px;
        border-radius: 15px;
        position: relative;
        box-shadow: 0 0 20px 0px rgb(0 0 0 / 30%);
        backdrop-filter: blur(12px);
}

.feedback-title {
        margin-top: 0;
        color: #0063ff;
        font-size: 20px;
        margin-bottom: 15px;
        text-align: center;
}

.feedback-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: #367fff40;
  color: #080808;
  border: 0px solid #1ab3f3;
  font-family: 'Aiva', Arial, sans-serif;
  box-sizing: border-box;
  font-size: 16px;
}

.feedback-input:focus {
  border-color: var(--accent-pink);
  outline: none;
}

.feedback-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.btn-fb-cancel {
  flex: 1;
  padding: 10px;
  border-radius: 25px;
  background: #05a3ff;
  border: 0px solid #ededed;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-fb-cancel:hover {
  background: rgb(17 159 255 / 71%);
  color: white;
}

.btn-fb-submit {
  flex: 1;
  padding: 10px;
  border-radius: 25px;
  background: #05a3ff;
  color: white;
  border: 0px solid #12e3ca;
  cursor: pointer;
  font-weight: 300;
  transition: all 0.2s;
}

.btn-fb-submit:hover {
  background: #0051d4;
}



.btn-feedback {
  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
  padding: 0.3rem 0.5rem;
  gap: 10px; 
  background: #023552;
  border: 1px solid rgba(255, 255, 255, 0.3); 
  color: #e1e2e6; 
  border-radius: 50px; 
  font-size: 0.75rem;
  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);
}


.nav-profile-img {
  width: 38px;          
  height: 38px;
  border-radius: 50%;  
  object-fit: cover;   
  border: 0px solid #ffffff;
  transition: transform 0.2s ease;
}

.nav-profile-img:hover {
  transform: scale(1.1);
  border-color: var(--accent-yellow);
}


#btn-profil {
  padding: 0 !important;   
  margin-left: 10px;
  background: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.x-social-section, .x-address-section {
    margin: -20px 0;
      padding: 20px 0;
      text-align: center;
}

    
    .x-social-section h3, .x-address-section h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #2d2d2d;
      font-weight: 400;
    }
    
    .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;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    
    .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;
    }
    
    .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;
    }
    
    .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;
    }
    
    .x-social-btn.instagram:hover {
      background: linear-gradient(135deg, #bc1888 0%, #cc2366 25%, #dc2743 50%, #e6683c 75%, #f09433 100%);
    }
    

    .x-address-content {
      background: #f8f9fa;
      padding: 20px;
      border-radius: 8px;
      max-width: 400px;
      margin-top: 10px;
    }
    
    .x-address-content p {
      margin: 0px 0;
      color: #555;
      line-height: 1.6;
      font-size: 0.9em;
    }
    
    .x-address-content p:first-child {
      color: #333;
      font-size: 0.9em;
    }
    
      .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: rgba(0, 0, 0, 0.85);
    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 {
    opacity: 1;
    visibility: visible;
}

.mfp-content {
    max-width: 420px;
    width: 90%;
    text-align: center;
}

.mfp-image {
    width: 100%;
    border-radius: 16px 16px 0 0;
    display: block;
}

.mfp-buttons {
    display: flex;
    gap: 0;
    background: linear-gradient(135deg, #0a3d62, #1a5276);
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}

.mfp-btn {
    flex: 1;
    padding: 16px 20px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: background 0.2s, transform 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mfp-btn-close {
    background: #1474ff;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.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: rgba(255,255,255,0.1);
    transform: scale(1.02);
}


#aigen-free-popup {
    position: fixed;
    inset: 0;
    background: #ffffffb0;
    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); } }

.x-panel.rapi-jarak {
        background: #5a96eb00;
}

.x-panel.rapi-jarak h1{
        font-size: 1.8rem;
        font-weight: 600;
}


.rapi-jarak p, 
.rapi-jarak .x-head p,
.rapi-jarak .bank-info p,
.rapi-jarak .selected-package-info p {
    line-height: 1.6;      
    margin-bottom: 2px; 
    font-size: 0.85rem
}




.baris-info {
    display: flex;             
    justify-content: space-between; 
    align-items: center;       
    padding: 8px 0;            
    border-bottom: 1px dashed rgb(0 0 0 / 78%);
}


.baris-info:last-child {
    border-bottom: none;
}

.label-info {
    font-weight: 600;
    color: #000000;   
    font-size: 0.9rem;
}

.teks-kuning {
    color: #FFD700 !important;   
    font-weight: 700;          
    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.8rem;
    font-weight: 300;
    color: #000000;
    background: #78bcff;
    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: 0px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
    background: #78bcff;
    border-radius: 0 0 8px 8px;
    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.8rem;
    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(99 153 239 / 60%);
        color: #fff;
        font-weight: 300;
}

    .profile-edit-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 8px;
        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;
    }

}

.comp-wrapper {
            position: relative;
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
            background: #f0f0f0;
        }

        .comp-img-base {
            display: block;
            width: 100%;
            height: auto;
            z-index: 1;
        }

        .comp-img-overlay {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            object-fit: cover;
            z-index: 2;
            clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
        }
        .comp-slider {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            z-index: 4;
            opacity: 0;
            cursor: ew-resize;
            margin: 0;
            -webkit-appearance: none;
        }
        .comp-handle {
            position: absolute;
            top: 0; bottom: 0; left: 50%;
            width: 2px;
            background: #fff;
            z-index: 3;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
        }
        .comp-handle-knob {
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            width: 32px; height: 32px;
            background: #fff;
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            box-shadow: 0 0 10px rgba(0,0,0,0.4);
        }
    
/* ===== TOGGLE GALERI / FITUR ===== */
.features-toggle {
    display: flex;
    gap: 0;
    background: rgba(255,255,255,0.06);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-color);
    width: 100%;
}
.features-toggle-btn {
    flex: 1;
    padding: 15px 2px;
    border: 1px solid #fff;
    border-radius: none;
    background: #30beff;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}
.features-toggle-btn.active {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: transparent;
    color: #181818;
    font-weight: 500;
    box-shadow: 0 2px 12px rgba(255,215,0,0.3);
}
.features-toggle-btn.active::before {
    content: '';
    position: absolute;
    inset: -150%;
    z-index: -2;
    background: conic-gradient(from 0deg, #FFD700, #FFA500, #ffffff, #FFA500, #FFD700);
    animation: run-border 2.5s linear infinite;
}
.features-toggle-btn.active::after {
    content: '';
    position: absolute;
    inset: 2px;
    z-index: -1;
    background: #ffffff;
}
@keyframes run-border {
    to { transform: rotate(360deg); }
}
.features-toggle-btn:not(.active):hover {
    background: rgba(255,255,255,0.08);
}


/* ===== CARD GALERI ===== */
.pub-gallery-card {
    overflow: hidden;
    background: #ffffffd4;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pub-gallery-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.pub-gallery-card:active { transform: scale(0.97); }
.pub-gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    background: rgba(255,255,255,0.03);

}
.pub-gallery-card .pub-info {
    padding: 5px 5px;
    font-size: 0.8rem;
    color: #252525;
    display: flex;
    align-items: center;
    gap: 4px;
}
.pub-gallery-card .pub-author {
    font-weight: 600;
    color: #121212;
    opacity: 1;
}

/* ===== LOAD MORE ===== */
#load-more-btn {
    background: rgba(255,255,255,0.06);
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    padding: 10px 32px;
    border-radius: var(--radius-full);
    font-size: 0.82rem;
    cursor: pointer;
}
#load-more-btn:hover { background: rgba(255,255,255,0.1); }


/* ===== login: digabung dari login_desktop.css ===== */
.auth-divider {
      display: flex;
      align-items: center;
      margin: 18px 0 14px;
      gap: 12px;
    }
    .auth-divider::before,
    .auth-divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #e0e0e0;
    }
    .auth-divider span {
      font-size: 0.95rem;
      color: rgb(255 255 255);
      text-transform: lowercase;
      letter-spacing: 0.5px;
      white-space: nowrap;
    }

    .bayar-page {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgb(255 255 255), rgb(255 255 255 / 0%)), url(/assets/img/aplikasi/bg_desktop.webp) top center / cover no-repeat;
    }
    .bayar-page main {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
    }
    .bayar-wrap {
        width: 100%;
        max-width: 420px;
        background: #a9dfff;
        padding: 15px;
        border-radius: 8px;
    }

    .bayar-packages {
        display: flex;
        gap: 10px;
        margin-bottom: 16px;
    }

    .bank-card {
        background: #0098ff;
        border: 1px solid var(--border-color);
        padding: 16px;
        margin-bottom: 14px;
    }
    .bank-rows {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 6px 14px;
        align-items: center;
    }
    .bank-label {
        font-size: 1rem;
        color: var(--text-muted);
    }
    .bank-value {
        font-size: 1rem;
        font-weight: 500;
        color: var(--accent-yellow);
        text-align: right;
    }
    .bank-note {
        font-size: 1rem;
        color: #ffffff;
        text-align: center;
        margin-top: 20px;
        line-height: .5rem;
    }


    .paket-info-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #0080d7;
        padding: 10px 16px;
    }
    .paket-info-bar .pi-label {
        font-size: 0.75rem;
        color: #ffffff;
    }
    .paket-info-bar .pi-value {
        font-size: 1rem;
        font-weight: 700;
        color: var(--accent-yellow);
    }


    .upload-area {
        position: relative;
        border: 2px dashed #f09433;
        border-radius: var(--radius-md);
        padding: 5px;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s;
        margin-bottom: 14px;
        background: #fded97;
    }
    .upload-area:hover,
    .upload-area.dragover {
        background: #ffbc1e;
    }
    .upload-area.has-file {
        border-style: solid;
        padding: 10px;
    }
    .upload-area input[type="file"] {
        position: absolute;
        inset: 0;
        opacity: 0;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }
    .upload-icon {
        width: 50px;
        height: 50px;
    }
    .upload-text {
        font-size: 1rem;
        color: #0098ff;
        margin: 0;
        line-height: 1.5rem;
    }
    .upload-hint {
        font-size: 1rem;
        color: #ff0000;
        margin-top: 4px;
        line-height: 1rem;
        font-weight: 600;
    }
    .upload-preview {
        max-height: 120px;
        max-width: 100%;
        border-radius: 8px;
        object-fit: contain;
        display: none;
    }
    .upload-area.has-file .upload-icon,
    .upload-area.has-file .upload-text,
    .upload-area.has-file .upload-hint { display: none; }
    .upload-area.has-file .upload-preview { display: block; margin: 0 auto; }
    .upload-filename {
        font-size: 0.72rem;
        color: #272626;
        margin-top: 6px;
        display: none;
    }
    .upload-area.has-file .upload-filename { display: block; }


    .bayar-submit {
        width: 100%;
        padding: 13px;
        border: none;
        border-radius: 25px;
        background: linear-gradient(135deg, #FFD700, #FFA500);
        color: #000;
        font-weight: 600;
        font-size: 1.2rem;
        cursor: pointer;
        transition: all 0.2s;
        letter-spacing: 0.3px;
    }
    .bayar-submit:active {
        transform: scale(0.98);
        opacity: 0.9;
    }
    .bayar-submit:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }


    .bayar-msg {
        margin-top: 12px;
        padding: 10px 14px;
        border-radius: var(--radius-sm);
        font-size: 0.8rem;
        text-align: center;
    }
    .bayar-msg.success {
        background: var(--success-bg);
        border: 1px solid var(--success-border);
        color: var(--success-text);
    }
    .bayar-msg.error {
        background: var(--error-bg);
        border: 1px solid var(--error-border);
        color: var(--error-text);
    }

    .bayar-back {
        text-align: center;
        margin-top: 14px;
    }
    .bayar-back a {
        font-size: 0.8rem;
        color: #0c0c0c;
        text-decoration: none;
    }

    .bayar-title {
        text-align: center;
        margin-bottom: 16px;
    }
    .bayar-title h1 {
        font-size: 1.5rem;
        margin: 0;
    }


@media (min-width: 769px) {
        .bayar-wrap { max-width: 460px; }
        .upload-area { padding: 28px; }
    }

.gallery-item { position: relative; }
.gallery-dot-menu-btn {
    background: none; border: none; color: #262626;
    font-size: 1.4rem; cursor: pointer; padding: 2px 6px;
    font-weight: bold; line-height: 1; margin-left: auto;
}
.gallery-item-info { padding: 8px 2px; display: flex; align-items: center; }

.gallery-sheet-overlay {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    align-items: flex-end;
    justify-content: center;
}
.gallery-sheet-overlay.show { display: flex; }
.gallery-sheet {
    background: #fff;
    border-radius: 16px 16px 0 0;
    width: 100%;
    max-width: 480px;
    padding: 8px 0 16px;
    animation: sheetUp 0.2s ease-out;
}
@keyframes sheetUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
.gallery-sheet-handle {
    width: 36px; height: 4px;
    background: #ccc; border-radius: 4px;
    margin: 4px auto 12px;
}
.gallery-sheet button {
    display: flex; align-items: center; gap: 12px;
    width: 100%; text-align: left;
    background: none; border: none;
    padding: 14px 20px;
    font-size: 0.95rem; cursor: pointer; color: #333;
    border-top: 1px solid #b9b9b9;
}
.gallery-sheet button:active { background: #f0f5ff; }
.gallery-sheet button.sheet-danger { color: #dc2626; }
.gallery-sheet-cancel {
    margin-top: 4px;
    color: #ffffff !important;
    justify-content: center;
    font-weight: 600;
    background: #19b4e5 !important;
}

@media (min-width: 768px) {
    .gallery-sheet-overlay {
        background: transparent;          
        align-items: flex-start;
    }
    .gallery-sheet {
        position: fixed;                 
        width: 230px;
        max-width: 230px;
        margin: 0;
        padding: 6px 0;
        border-radius: 10px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 10px 30px rgba(0,0,0,0.18);
        animation: none;                  
    }
    .gallery-sheet-handle { display: none; }  
    .gallery-sheet-cancel { display: none; }  
    .gallery-sheet button {
        border-top: none;
        margin: 2px 6px;
        width: calc(100% - 12px);
        padding: 9px 14px;
        border-radius: 6px;
        font-size: 0.9rem;
    }
    .gallery-sheet button:hover { background: #f3f4f6; }
}

.about-container {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 23%);
    margin: 20px auto 60px auto;
    max-width: 1200px;
    border: 1px solid rgba(255,255,255,0.8);
  }

  .about-hero {
    text-align: center;
    margin-bottom: 70px;
  }
  .about-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #8a2387, #e94057, #f27121);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: -1px;
  }
  .about-subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #4a5568;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.5;
  }
  .about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-bottom: 70px;
  }
  .about-card {
    background: #ffffff;
    padding: 25px;
    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-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 6px;
    background: linear-gradient(90deg, #8a2387, #e94057, #f27121);
  }
  .about-card:nth-child(2)::before {
    background: linear-gradient(90deg, #8a2387, #e94057, #f27121);
  }
  .about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 93, 255, 0.1);
  }
  .about-card h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #2b2b2b;
    font-weight: 600;
  }
  .about-card p {
    line-height: 1.5;
    color: #343434;
    margin: 0;
    font-size: 1rem;
  }
  .about-banner {
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 24px;
    margin-bottom: 30px;
    border: 1px solid #78d5ff;
    text-align: center;
  }

  .about-banner h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #10b5ff;
  }
  .about-banner p {
    line-height: 1.5;
    color: #343434;
    max-width: 850px;
    margin: 0 auto 20px auto;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
  }
  .about-cta {
    text-align: center;
    padding: 70px 40px;
    background: #d8f2ff;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #edf2f7;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  .about-cta::after {
    content: '';
    position: absolute;
    bottom: -50%; right: -10%;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(0, 210, 255, 0.1) 0%, rgba(255,255,255,0) 70%);
    z-index: 0;
  }
  .about-cta-content {
    position: relative;
    z-index: 1;
  }
  .about-cta h2 {
    font-size: 2.5rem;
    color: #1a202c;
    margin-bottom: 20px;
  }
  .about-cta p {
    font-size: 1rem;
    color: #343434;
    margin: 0 auto 40px auto;
    line-height: 1.5;
    max-width: 750px;
  }
  .cta-btn {
    display: inline-block;
    padding: 18px 50px;
    background: linear-gradient(90deg, #005dff, #00d2ff);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(0, 93, 255, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    cursor: pointer;
  }
.cta-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 93, 255, 0.4);
  }
  

.contact-section {
    display: flex;
    border-top: 1px solid #edf2f7;
    flex-direction: column;
  }
.contact-col h3 {
    color: #020202;
    font-size: 1.1rem;
    font-weight: 500;
    position: relative;
    display: inline-block;
  }

  .contact-col p {
    color: #2f2f2f;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  .social-icons a {
    color: #ffffff !important;
    background: #ff4707;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .social-icons a:hover {
    transform: translateY(-5px) scale(1.1);
    color: #ffffff !important;
  }
  .fb-icon:hover { background: #3b5998; box-shadow: 0 10px 20px rgba(59, 89, 152, 0.3); }
  .yt-icon:hover { background: #ff0000; box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3); }
  .ig-icon:hover { background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); box-shadow: 0 10px 20px rgba(220, 39, 67, 0.3); }

/* ===== TOGGLE GALERI / FITUR ===== */
.tt-features-toggle {
    display: flex;
    gap: 0;
    margin: 0 16px 20px;
    background: rgba(255,255,255,0.06);
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-color);
    width: 100%;
}
.tt-features-toggle-btn {
    flex: 1;
    padding: 11px 16px;
    border: none;
    border-radius: none;
    background: #0098ff;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}
.tt-features-toggle-btn.active {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #0098ff;
    font-weight: 500;
    box-shadow: 0 2px 12px rgba(255,215,0,0.3);
}
.tt-features-toggle-btn:not(.active):hover {
    background: rgba(255,255,255,0.08);
}


/* ===== CARD GALERI ===== */
.tt-pub-gallery-card {
    overflow: hidden;
    background: #19b2ffd4;
    border: 1px solid rgb(255 255 255 / 28%);
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s;
}
.tt-pub-gallery-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.tt-pub-gallery-card:active { transform: scale(0.97); }
.tt-pub-gallery-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    background: rgba(255,255,255,0.03);
}
.tt-pub-gallery-card .pub-info {
    padding: 5px 5px;
    font-size: 0.8rem;
    color: #232323;
    display: flex;
    align-items: center;
    gap: 4px;
}
.tt-pub-gallery-card .pub-author {
    font-weight: 600;
    color: #ffffff;
    opacity: 1;
}

/* ===== LOAD MORE ===== */
#load-more-btn {
    background: rgba(255,255,255,0.06);
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    padding: 10px 32px;
    border-radius: var(--radius-full);
    font-size: 0.82rem;
    cursor: pointer;
}
#load-more-btn:hover { background: rgba(255,255,255,0.1); }

@media (min-width: 769px) {
    .tt-features-toggle { max-width: 480px; margin: 0 auto 24px;}
}

/* ===== GRID CONTOH ===== */
@media (min-width: 769px) {
    .contoh-grid {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        width: 1200px;
        max-width: 100%;
        margin: 0 auto;
    }
}