﻿* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #f8f6f2;
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 707px;
  overflow: hidden;
}

.form {
  display: block;
  width: 236.35%;
  height: auto;
  margin-left: -68.17%;
}

.btn-zone {
  position: absolute;
  left: 1%;
  right: 24.5%;
  top: 39.8%;
  height: 14.8%;
  padding: 0;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f97316;
  color: #fff;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  font-size: clamp(1.15rem, 4.5vw, 1.7rem);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
  padding: 0 4px;
}

@media (max-width: 768px) {
  .btn-zone {
    top: 26.5%;
    height: 10.2%;
    left: 1.5%;
    right: 25%;
    padding: 0;
  }

  .btn {
    font-size: clamp(0.95rem, 4.2vw, 1.25rem);
    border-radius: 9px;
  }
}
