<!DOCTYPE html>
<html lang="id">
<head>
  <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  <title>Registrasi Servis | RH Elektronik</title>
  <style>
    html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
      background: #f8f9fa;
    }

    iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      border: none;
      overflow: hidden;
      display: block;
      background: white;
      transform-origin: 0 0;
    }

    /* Pastikan iframe tidak terpotong di iPhone/Android fullscreen */
    @supports (-webkit-touch-callout: none) {
      iframe {
        height: -webkit-fill-available;
      }
    }
  </style>
</head>
<body>
  <iframe src="https://csms.rhelektronik.com/registrasi-servis.php" allowfullscreen></iframe>
</body>
</html>
