:root {
  --acp-navy: #212121;
  --acp-navy-soft: #212121;
  --acp-gold: #957A56;
  --acp-gold-dark: #957A56;
  --acp-text: #212121;
  --acp-line: rgba(16, 40, 63, 0.11);
  --acp-bg: #FCFCFC;
}

.acp-main {
  background: #FCFCFC;
  color: var(--acp-text);
}

.acp-main .container {
  width: calc(100% - 40px);
  max-width: 1380px;
  margin-inline: auto;
}

.acp-hero {
  position: relative;
  overflow: hidden;
  padding: 46px 0 48px;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(199, 155, 82, 0.18),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      var(--acp-navy),
      var(--acp-navy-soft)
    );
  color: #FCFCFC;
}

.acp-hero::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  left: -100px;
  bottom: -170px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.acp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 11px;
}

.acp-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.acp-breadcrumb strong {
  color: #FCFCFC;
}

.acp-hero-content {
  max-width: 700px;
}

.acp-eyebrow,
.acp-form-heading > span,
.acp-details-head > span,
.acp-map-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--acp-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.acp-hero h1 {
  margin: 0 0 11px;
  color: #FCFCFC;
  font-size: clamp(31px, 5vw, 52px);
  font-weight: 900;
  line-height: 1.25;
}

.acp-hero p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.95;
}

.acp-contact-section {
  padding: 34px 0 28px;
  background: var(--acp-bg);
}

.acp-layout {
  display: grid;
  grid-template-columns:
    minmax(280px, 0.72fr)
    minmax(0, 1.28fr);
  gap: 18px;
  align-items: start;
}

.acp-details,
.acp-form-card {
  border: 1px solid var(--acp-line);
  border-radius: 19px;
  background: #FCFCFC;
  box-shadow: 0 12px 32px rgba(14, 37, 55, 0.055);
}

.acp-details {
  padding: 22px;
}

.acp-form-card {
  padding: 25px;
}

.acp-details-head h2,
.acp-form-heading h2,
.acp-map-heading h2 {
  margin: 0 0 8px;
  color: var(--acp-navy);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.4;
}

.acp-details-head p,
.acp-form-heading p {
  margin: 0;
  color: #6e7b86;
  font-size: 12px;
  line-height: 1.85;
}

.acp-contact-list {
  display: grid;
  gap: 9px;
  margin-top: 19px;
}

.acp-contact-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(16, 40, 63, 0.08);
  border-radius: 11px;
  background: #FCFCFC;
  color: inherit;
  text-decoration: none;
}

a.acp-contact-item {
  transition:
    border-color 0.18s ease,
    transform 0.18s ease;
}

a.acp-contact-item:hover {
  transform: translateY(-1px);
  border-color: rgba(199, 155, 82, 0.45);
}

.acp-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(199, 155, 82, 0.13);
  color: var(--acp-gold-dark);
  font-size: 16px;
  font-weight: 900;
}

.acp-contact-item small {
  display: block;
  margin-bottom: 3px;
  color: #212121;
  font-size: 9px;
  font-weight: 750;
}

.acp-contact-item strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--acp-navy);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.65;
}

.acp-office-note {
  margin-top: 14px;
  padding: 13px 14px;
  border-inline-start: 3px solid var(--acp-gold);
  border-radius: 9px;
  background: rgba(199, 155, 82, 0.085);
}

.acp-office-note strong {
  display: block;
  margin-bottom: 4px;
  color: #604a2b;
  font-size: 11px;
}

.acp-office-note p {
  margin: 0;
  color: #746143;
  font-size: 10px;
  line-height: 1.7;
}

.acp-form-heading {
  margin-bottom: 20px;
}

.acp-form-grid {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.acp-field {
  display: block;
  min-width: 0;
}

.acp-field-wide {
  grid-column: 1 / -1;
}

.acp-field > span {
  display: block;
  margin-bottom: 6px;
  color: #34495a;
  font-size: 10px;
  font-weight: 850;
}

.acp-field b {
  color: #b24a3b;
}

.acp-field input,
.acp-field select,
.acp-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(16, 40, 63, 0.14);
  border-radius: 10px;
  outline: none;
  background: #FCFCFC;
  color: #253a4c;
  font-family: inherit;
  font-size: 12px;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.acp-field input,
.acp-field select {
  height: 44px;
  padding: 8px 11px;
}

.acp-field textarea {
  min-height: 116px;
  padding: 11px;
  resize: vertical;
  line-height: 1.75;
}

.acp-field input:focus,
.acp-field select:focus,
.acp-field textarea:focus {
  border-color: var(--acp-gold);
  box-shadow: 0 0 0 3px rgba(199, 155, 82, 0.12);
}

.acp-form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.acp-submit {
  flex: 0 0 auto;
  min-width: 150px;
  min-height: 43px;
  padding: 9px 20px;
  border: 1px solid var(--acp-gold);
  border-radius: 10px;
  background: var(--acp-gold);
  color: #FCFCFC;
  font-family: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.acp-submit:hover {
  background: var(--acp-gold-dark);
  border-color: var(--acp-gold-dark);
}

.acp-submit:disabled {
  cursor: wait;
  opacity: 0.67;
}

.acp-form-actions p {
  margin: 0;
  color: #85909a;
  font-size: 9px;
  line-height: 1.65;
}

.acp-form-status {
  margin-top: 13px;
  padding: 11px 13px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.7;
}

.acp-form-status.info {
  border: 1px solid rgba(199, 155, 82, 0.25);
  background: #fff5df;
  color: #7f5d20;
}

.acp-form-status.success {
  border: 1px solid rgba(20, 119, 69, 0.2);
  background: #598068;
  color: #147745;
}

.acp-form-status.error {
  border: 1px solid rgba(158, 49, 49, 0.2);
  background: #B86060;
  color: #9e3131;
}

.acp-map-section {
  padding: 28px 0 38px;
  background: #FCFCFC;
}

.acp-map-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}

.acp-map-heading h2 {
  margin-bottom: 0;
}

.acp-map-heading a {
  padding: 9px 13px;
  border: 1px solid var(--acp-line);
  border-radius: 9px;
  color: var(--acp-navy);
  font-size: 10px;
  font-weight: 850;
  text-decoration: none;
}

.acp-map {
  overflow: hidden;
  height: 360px;
  border: 1px solid var(--acp-line);
  border-radius: 17px;
  background: #e9edef;
}

.acp-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .acp-layout {
    grid-template-columns: 1fr;
  }

  .acp-details {
    order: 2;
  }

  .acp-form-card {
    order: 1;
  }
}

@media (max-width: 650px) {
  .acp-main .container {
    width: calc(100% - 18px);
  }

  .acp-hero {
    padding: 29px 0 32px;
  }

  .acp-breadcrumb {
    margin-bottom: 17px;
  }

  .acp-hero h1 {
    font-size: 31px;
  }

  .acp-contact-section {
    padding: 14px 0;
  }

  .acp-layout {
    gap: 10px;
  }

  .acp-details,
  .acp-form-card {
    padding: 15px;
    border-radius: 14px;
  }

  .acp-form-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .acp-field-wide {
    grid-column: auto;
  }

  .acp-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .acp-submit {
    width: 100%;
  }

  .acp-map-section {
    padding: 18px 0 24px;
  }

  .acp-map-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .acp-map {
    height: 290px;
    border-radius: 13px;
  }
}
