* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #071a31;
  color: #ffffff;
}

.page {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 18px;
}

.hero {
  padding: 22px 0 12px;
  text-align: center;
}

.badge {
  display: inline-block;
  background: #ffcc00;
  color: #111111;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  margin: 0 0 12px;
}

h1 {
  font-size: 34px;
  line-height: 1.05;
  margin: 0 0 12px;
}

h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.subtitle {
  font-size: 18px;
  line-height: 1.45;
  color: #dce8f8;
  margin: 0;
}

.video-card {
  margin: 12px 0 18px;
}

.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 177.77%;
  background: #000;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0,0,0,0.25);
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.card {
  background: #ffffff;
  color: #111111;
  border-radius: 18px;
  padding: 20px;
  margin: 16px 0;
  box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}

.instructions ul {
  padding-left: 20px;
  margin: 0;
}

.instructions li {
  margin: 10px 0;
  line-height: 1.35;
}

.small-text {
  color: #555;
  font-size: 14px;
  line-height: 1.4;
}

label {
  display: block;
  margin-top: 16px;
  margin-bottom: 6px;
  font-weight: 800;
}

input,
select {
  width: 100%;
  padding: 14px;
  border: 1px solid #cfd6df;
  border-radius: 12px;
  font-size: 16px;
  background: #f8fafc;
}

input:focus,
select:focus {
  outline: 3px solid rgba(255, 204, 0, 0.4);
  border-color: #ffcc00;
}

.checkbox-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1.35;
}

.checkbox-row input {
  width: auto;
  margin-top: 3px;
}

button,
.call-button {
  display: block;
  width: 100%;
  border: none;
  border-radius: 14px;
  margin-top: 20px;
  padding: 16px;
  background: #ffcc00;
  color: #111111;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

button:disabled {
  opacity: 0.7;
}

.upload-message {
  margin-top: 14px;
  padding: 12px;
  border-radius: 12px;
  background: #fff4c2;
  color: #111;
  font-weight: 700;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.desktop-warning {
  display: none;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.desktop-card {
  max-width: 520px;
  background: #ffffff;
  color: #111111;
  text-align: center;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.28);
}

.camera-icon {
  font-size: 48px;
  margin-bottom: 12px;
}

.qr-box {
  display: inline-block;
  padding: 18px;
  margin-top: 16px;
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 18px;
}

.qr-box img {
  display: block;
  width: 260px;
  height: 260px;
}

.thank-you-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.thank-you-card {
  width: 100%;
  text-align: center;
}
