.land-page-shell {
  padding-bottom: 72px;
}
.land-intro-row {
  max-width: 1540px;
  margin: 0 auto;
  padding: 18px clamp(16px, 3vw, 40px) 0;
}
.land-form {
  max-width: 100%;
}
.land-info-panel {
  height: 100%;
  background: #f6f4f1;
  padding: clamp(28px, 3vw, 30px);
  position: sticky;
  top: 105px;
}
.land-form-panel {
  height: 100%;
  padding: clamp(24px, 3vw, 34px);
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.land-panel-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(247, 123, 27, 0.12);
  color: #c26019;
  font-family: p_m;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.land-info-panel__top h2 {
  margin: 16px 0 24px;
  font-family: m_r;
  font-size: clamp(36px, 2.2vw, 48px);
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #35241a;
}
.land-info-panel__top p {
  margin-bottom: 15px;
  color: rgba(49, 33, 23, 0.8);
  line-height: 1.7;
}
.land-info-list {
  display: grid;
  gap: 12px;
}
.land-info-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid rgba(247, 123, 27, 0.22);
  background: #f4f2ef;
  box-shadow: 3px 3px 0px 0px rgba(247, 123, 27, 0.22);
}
.land-info-card__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #f77b1b;
  color: #fff;
  font-size: 16px;
}
.land-info-card h3 {
  margin: 2px 0 8px;
  font-family: p_r;
  font-size: clamp(20px, 1.45vw, 18px);
  line-height: 1.35;
  color: #312117;
}
.land-info-card p {
  margin: 0;
  color: rgba(49, 33, 23, 0.74);
  font-family: p_r;
  font-size: 14px;
  line-height: 1.65;
}
.land-form-panel__header {
  margin-bottom: 18px;
}
.land-form-panel__intro {
  margin: 0;
  font-family: p_r;
  font-size: clamp(22px, 1.5vw, 30px);
  line-height: 1.45;
  color: #1f1f1f;
}
.land-form-panel__header h2 {
  margin: 0;
  text-align: center;
  color: #131313;
  font-family: p_m;
  font-size: clamp(24px, 2vw, 38px);
  line-height: 1.35;
}
.land-form-row {
  margin-left: 0;
  margin-right: 0;
  --bs-gutter-x: 20px;
}
.land-form-row-first {
  margin-top: 20px;
}
.land-form-row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.land-form-group,
.land-file-group {
  margin-bottom: 22px;
  position: relative;
}
.land-select-group {
  position: relative;
}
.land-native-select {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.land-custom-select__trigger {
  width: 100%;
  min-height: 47px;
  border: none;
  border-bottom: 1px solid #707070;
  background: transparent;
  padding: 12px 0;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  padding-left: 15px;
}
.land-custom-select__value {
  display: block;
  text-align: left;
  min-height: 22px;
}
.land-custom-select__icon {
  color: #666;
  font-size: 12px;
  transition: transform 0.2s ease;
}
.land-custom-select.is-open .land-custom-select__icon {
  transform: rotate(180deg);
}
.land-custom-select__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid #d2d2d2;
  max-height: 220px;
  overflow-y: auto;
  z-index: 30;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  display: none;
}
.land-custom-select.is-open .land-custom-select__menu {
  display: block;
}
.land-custom-select__option {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 11px 14px;
  color: #333;
  font-size: 15px;
}
.land-custom-select__option:hover,
.land-custom-select__option:focus-visible,
.land-custom-select__option.is-selected {
  background: #fff3e8;
  color: #1f1f1f;
}
.land-form-group textarea {
  min-height: 128px;
}
.land-form-group.is-filled label,
.land-form-group input:focus + label,
.land-form-group textarea:focus + label,
.land-form-group select:focus + label,
.land-form-group select.has-value + label,
.land-form-group.land-select-group.is-focused label {
  top: -14px;
  color: #000;
  font-size: 13px;
  padding: 0;
  background: transparent;
}
.land-form-group input:focus,
.land-form-group textarea:focus,
.land-form-group select:focus {
  outline: none;
  border-bottom-color: #f77b1b;
}
.land-select-group.is-focused .land-custom-select__trigger,
.land-custom-select__trigger:focus-visible {
  border-color: #f77b1b;
  box-shadow: none;
  outline: none;
}
.land-file-group input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.land-file-upload-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.land-file-upload-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 123, 27, 0.14);
  color: #f77b1b;
  font-size: 12px;
  flex-shrink: 0;
}
.land-file-upload-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.land-file-upload-title {
  font-size: 16px;
  color: #555;
}
.land-file-meta {
  color: rgba(85, 85, 85, 0.9);
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.land-file-upload-button {
  margin-left: auto;
  white-space: nowrap;
  background: transparent;
  color: #f77b1b;
  font-family: p_m;
  font-size: 14px;
}
.land-file-group.has-file .land-file-upload-trigger {
  border-bottom-color: #239054;
}
.land-form-message {
  margin-top: 24px;
  padding: 0;
  border: 0;
  display: none;
}
.land-form-message.success,
.land-form-message.error {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 16px;
  border: 1px solid transparent;
}
.land-form-message.success {
  border-color: rgba(35, 144, 84, 0.4);
  background: linear-gradient(135deg, #ecfff4, #f6fff9);
  color: #1b6b42;
  box-shadow: 3px 3px 0 rgba(35, 144, 84, 0.16);
}
.land-form-message.error {
  border-color: rgba(217, 48, 37, 0.35);
  background: linear-gradient(135deg, #fff1f0, #fff8f8);
  color: #8d261f;
}
.land-form-message.success::before,
.land-form-message.error::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
}
.land-form-message.success::before {
  content: "\f058";
}
.land-form-message.error::before {
  content: "\f057";
}
.land-submit-row {
  margin-top: 18px;
}
.land-submit-btn {
  min-height: 56px;
  border-radius: 0;
  border: 0;
  align-items: center;
  gap: 10px;
}
.land-form-group input.input-error,
.land-form-group textarea.input-error,
.land-form-group select.input-error {
  border-bottom-color: #d93025 !important;
}
.land-native-select.input-error + .land-custom-select .land-custom-select__trigger {
  border-color: #d93025;
}
.land-file-group input.input-error + .land-file-upload-trigger {
  border-bottom-color: #d93025;
}

@media (max-width: 1199px) {
  .land-info-panel {
    position: relative;
    top: 0;
  }
}

@media (max-width: 991px) {
  .land-info-panel,
  .land-form-panel {
    padding: 26px 10px;
  }
  .land-form-panel {
    padding-left: 0px;
    padding-right: 0px;
  }
  .land-form-panel__intro {
    font-size: clamp(20px, 4.5vw, 24px);
  }
  .land-file-upload-trigger {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .land-file-upload-button {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .land-page-shell {
    padding-bottom: 56px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .land-intro-row {
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
    gap: 12px 0;
  }
  .land-info-card {
    display: grid;
  }
  .land-info-panel__top h2 {
    margin-bottom: 20px;
  }
  .land-info-card h3 {
    font-size: 20px;
  }
  .land-info-card p {
    font-size: 15px;
  }
  .land-form-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .land-file-upload-button {
    margin-left: 0;
  }
}
