/* =====================================================
   RXPASSION.ID
   MOBILE RESPONSIVE FIX
===================================================== */

@media (max-width: 700px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    min-height: 100dvh;
  }

  .page {
    width: 100%;
    min-height: 100dvh;
    padding: 12px;
    overflow-x: hidden;
  }

  /* NAVIGATION */

  nav {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    gap: 10px;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav .brand {
    flex: 0 0 auto;
    margin-right: 8px;
  }

  nav button {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 13px;
  }

  .status{
      display:none;
  }
  /* PANEL */

  main {
    width: 100%;
    min-width: 0;
  }

  .panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 18px 0 70px;
    overflow-x: hidden;
  }

  .content-inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
  }

  /* HERO */

  .founder-hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    padding: 10px 0 60px;
  }

  .founder-copy {
    width: 100%;
    min-width: 0;
    align-items: center;
    text-align: center;
    gap: 14px;
  }

  .eyebrow {
    max-width: calc(100vw - 48px);
    padding: 8px 14px;
    font-size: 12px;
    white-space: normal;
    text-align: center;
  }

  .founder-copy h1 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .founder-copy h1 span {
    display: inline;
  }

  .founder-description {
    width: 100%;
    max-width: 560px;
    padding: 0 6px;
    font-size: 14px;
    line-height: 1.6;
  }

  .founder-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0 18px;
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .collaboration-line {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
  }

  /* FOUNDER PHOTO */

  .founder-visual {
    width: 100%;
    min-height: 390px;
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
  }

  .photo-frame {
    width: min(260px, 76vw);
    max-width: 100%;
  }

  .identity-card {
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
    width: min(320px, calc(100vw - 48px));
    padding: 15px;
    text-align: left;
  }

  .identity-name {
    font-size: 16px;
  }

  .identity-role {
    font-size: 12px;
  }

  .identity-values {
    font-size: 9px;
  }

  /* SECTION TITLES */

  .section-title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.1;
    text-align: center;
    overflow-wrap: break-word;
  }

  .section-subtitle {
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  /* ABOUT */

  .about-card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    font-size: 14px;
    line-height: 1.7;
  }

  /* PRODUCT */

  .product-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-card {
    width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 18px;
  }

  .product-card h3 {
    font-size: 22px;
    overflow-wrap: break-word;
  }

  .product-card p {
    font-size: 14px;
    line-height: 1.55;
  }

  /* DOWNLOAD */

  .download-grid {
    width: 100%;
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .download-card {
    width: 100%;
    min-width: 0;
    min-height: auto;
  }

  /* MODAL */

  .modal {
    padding: 14px;
  }

  .modal-card {
    width: 100%;
    max-width: 100%;
    max-height: calc(100dvh - 28px);
    padding: 22px 18px 28px;
    overflow-y: auto;
  }

  .modal-title {
    font-size: 28px;
    overflow-wrap: break-word;
  }

  .detail-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .public-status-row {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 5px !important;
  }

  .public-status-row strong {
    text-align: left !important;
  }

  /* FOOTER */

  footer {
    width: 100%;
    max-width: 100%;
    padding: 18px 10px;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
    white-space: normal;
  }
}

/* =====================================================
   RXPASSION.ID
   MOBILE VISUAL POLISH V1
===================================================== */

@media (max-width: 700px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  body {
    min-height: 100dvh;
  }

  .page {
    width: 100%;
    min-height: 100dvh;
    height: auto;
    padding: 10px;
    overflow: visible;
  }

  /* HEADER */

  .topbar {
    position: relative;
    width: 100%;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .navbar {
    width: 100%;
    min-width: 0;
  }

  .navbar-brand {
    font-size: 16px;
    letter-spacing: 0.07em;
  }

  .mobile-menu-button {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  .status,
  .online-status {
    display: none;
  }

  /* MAIN PANEL */

  main {
    width: 100%;
    min-width: 0;
  }

  .panel {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    height: auto;
    padding: 30px 0 20px;
    overflow: visible;
  }

  /* HERO */

  .founder-hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 10px 4px 20px;
  }

  .founder-copy {
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap: 13px;
    text-align: center;
  }

  .eyebrow {
    max-width: calc(100vw - 48px);
    padding: 7px 12px;
    font-size: 11px;
    line-height: 1.35;
    white-space: normal;
    text-align: center;
  }

  .founder-copy h1 {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    font-size: clamp(27px, 8vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    overflow: visible;
    overflow-wrap: normal;
    word-break: normal;
    text-align: center;
  }

  .founder-copy h1 span {
    display: inline;
  }

  .founder-description {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    padding: 0 4px;
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
  }

  /* BUTTON */

  .founder-actions {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin: 2px auto 0;
    padding: 0;
  }

  .founder-actions .button {
    width: 100%;
    min-height: 46px;
    padding: 11px 14px;
    font-size: 13px;
  }

  .collaboration-line {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 2px;
    font-size: 12px;
    text-align: center;
  }

  /* PHOTO */

  .founder-visual {
    position: relative;
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 0;
  }

  .founder-glow {
    width: 240px;
    height: 240px;
  }

  .photo-frame {
    position: relative;
    width: 190px;
    height: 245px;
    max-width: 72vw;
    min-height: 0;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
  }

  .founder-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .identity-card {
    position: static;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    width: min(280px, calc(100vw - 44px));
    margin: -26px auto 0;
    padding: 13px 15px;
    border-radius: 16px;
    text-align: left;
  }

  .identity-name {
    font-size: 15px;
  }

  .identity-role {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.45;
  }

  .identity-values {
    margin-top: 7px;
    font-size: 9px;
    line-height: 1.4;
  }

  /* ABOUT */

  .section-title {
    width: 100%;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.12;
    text-align: center;
    overflow-wrap: break-word;
  }

  .section-subtitle {
    width: 100%;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 4px;
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
  }

  .about-card {
    width: 100%;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    padding: 18px;
    font-size: 13px;
    line-height: 1.65;
    border-radius: 18px;
  }

  /* PRODUCT */

  .product-grid {
    width: 100%;
    max-width: 330px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    margin-right: auto;
    margin-left: auto;
  }

  .product-card {
    width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 17px;
    border-radius: 18px;
  }

  .product-card h3 {
    font-size: 21px;
    line-height: 1.2;
  }

  .product-card p {
    font-size: 13px;
    line-height: 1.55;
  }

  /* FOOTER */

  footer {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    padding: 20px 10px 26px;
    font-size: 10px;
    line-height: 1.5;
    white-space: normal;
    text-align: center;
  }
    .about-wrapper {
    width: 100%;
  }

  .about-header {
    margin-bottom: 20px;
    text-align: center;
  }

  .about-header h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .about-header p {
    font-size: 13px;
    line-height: 1.65;
  }

  .about-story {
    gap: 12px;
  }

  .about-card {
    padding: 18px 18px 18px 21px;
    border-radius: 15px;
  }

  .about-card h3 {
    font-size: 17px;
  }

  .about-card p {
    font-size: 12px;
    line-height: 1.65;
  }
    /* ABOUT MOBILE FINAL */

  #tentang {
    padding-top: 28px;
  }

  .about-wrapper {
    width: 100%;
  }

  .about-header {
    margin-bottom: 18px;
    text-align: center;
  }

  .about-label {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .about-header h2 {
    font-size: clamp(30px, 10vw, 40px);
    line-height: 1.08;
  }

  .about-header p {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.6;
  }

  .about-single-card {
    padding: 18px;
    border-radius: 16px;
  }

  .about-item h3 {
    font-size: 16px;
  }

  .about-item p {
    font-size: 12px;
    line-height: 1.6;
  }

  .about-divider {
    margin: 14px 0;
  }

}
