/* "Rólunk" oldal specifikus stílusai */

.rhero-outer {
  background: #fff;
}
.rhero-box {
  max-width: 1485px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 680px;
}
.rhero-desktop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 21px;
  right: 21px;
  overflow: hidden;
  border-radius: 16px;
}
.rhero-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rhero-text {
  position: relative;
  z-index: 2;
  padding: 80px 80px 72px;
  max-width: 1000px;
}
.rhero-h1 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 24px;
}
.rhero-text p {
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.82;
  margin-bottom: 12px;
  max-width: 920px;
}
.form-wrap {
  max-width: 600px;
}
.form-wrap h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f1c2d;
  margin-bottom: 4px;
}
.form-sub {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 22px;
  font-weight: 500;
}
.captcha-box {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #c8c8c8;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 12px;
  background: #f5f5f5;
}
.captcha-box input {
  width: 18px;
  height: 18px;
  accent-color: #1f1c2d;
}
.captcha-box label {
  font-size: 0.88rem;
  color: #111;
  font-weight: 600;
}
.captcha-logo {
  margin-left: auto;
  font-size: 0.6rem;
  color: #666;
  text-align: center;
  line-height: 1.3;
}
.privacy-note {
  font-size: 0.74rem;
  color: #555;
  margin-bottom: 14px;
  line-height: 1.55;
  font-weight: 500;
}
.privacy-note a {
  color: #000;
  text-decoration: underline;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .rhero-desktop {
    left: 10px;
    right: 10px;
  }
  .rhero-text {
    padding: 64px 40px 56px;
  }
}
@media (max-width: 960px) {
  .rhero-desktop {
    left: 0;
    right: 0;
    border-radius: 0px;
  }
  .rhero-text {
    padding: 40px 20px 48px;
  }
  .rhero-h1 {
    font-size: 1.8rem;
  }
}
