/* =============================================
   Contact Us page – styles only (shared layout in style.css)
   ============================================= */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== PAGE HERO ===== */
.au-hero {
  position: relative;
  margin: 13px 16px 0;
  border-radius: 30px;
  overflow: hidden;
  height: 440px;
  background: url('https://cdn.codia.ai/figma/CjSKfsvHxed5WQZqe4sla3/img-fdda43c98d45c028.png') center/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.au-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 30px;
}

.au-hero-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 80px 20px 40px;
  text-align: center;
}

.au-breadcrumb {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.6px;
}

.au-breadcrumb a {
  color: #ffffff;
  transition: color 0.2s;
}

.au-breadcrumb a:hover {
  color: var(--orange);
}

.au-page-title {
  letter-spacing: 1.38px;
}

/* ===== CONTACT SECTION ===== */
.cu-section {
  padding: clamp(52px, 6vw, 96px) 16px clamp(64px, 7vw, 110px);
}

.cu-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0;
}

.cu-panel {
  display: grid;
  grid-template-columns: 415px minmax(420px, 1fr);
  gap: 42px;
  align-items: start;
}

/* ----- Contact info card ----- */
.cu-info {
  position: relative;
  min-height: 544px;
}

.cu-info-frame {
  position: absolute;
  top: -22px;
  left: -22px;
  width: 425px;
  height: 544px;
  background: var(--cream);
  border-radius: 0;
  z-index: 0;
}

.cu-info-visual {
  position: relative;
  z-index: 1;
  width: 415px;
  height: 544px;
  border-radius: 0;
  overflow: hidden;
  background: #121212;
}

.cu-info-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cu-info-dark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  z-index: 1;
  pointer-events: none;
}

.cu-info-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 200px 20px  0;
  background: linear-gradient(90deg, rgba(18, 18, 18, 0.28), rgba(18, 18, 18, 0.04));
}

.cu-info-title {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  color: var(--white);
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 28px;
  max-width: 280px;
}

.cu-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cu-info-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Clash Grotesk', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: var(--white);
}

.cu-info-list li:nth-child(1),
.cu-info-list li:nth-child(2) {
  font-size: 24px;
  text-align: center;
}

.cu-info-list li:nth-child(3) {
  font-size: 21px;
}

.cu-info-list a,
.cu-info-list li span {
  color: var(--white);
}

.cu-info-list a {
  transition: color 0.2s;
  text-align: center;
}

.cu-info-list a:hover {
  color: var(--orange-light);
}

.cu-info-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  border-radius: 2px;
}

.cu-info-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* ----- Message form ----- */
.cu-form-wrap {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.cu-form-title {
  margin-bottom: 34px;
}

.cu-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cu-form-row {
  display: grid;
  gap: 31px;
}

.cu-form-row--2 {
  grid-template-columns: 1fr 1fr;
}

.cu-field {
  display: block;
}

.cu-field input,
.cu-field select,
.cu-field textarea {
  width: 100%;
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
  background: #fff9f2;
  border: 1px solid rgba(141, 75, 0, 0.18);
  border-radius: 5px;
  padding: 0 17px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.cu-field input,
.cu-field select {
  height: 56px;
}

.cu-field select {
  appearance: none;
  cursor: pointer;
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23121212' stroke-opacity='0.45' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 17px center;
}

.cu-field select:invalid,
.cu-field select option[value=''] {
  color: rgba(18, 18, 18, 0.45);
}

.cu-field select option {
  color: var(--black);
}

.cu-field textarea {
  resize: vertical;
  min-height: 136px;
  padding-top: 15px;
  line-height: 100%;
}

.cu-field input::placeholder,
.cu-field textarea::placeholder {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: start;
  text-transform: capitalize;
  color: rgba(18, 18, 18, 0.45);
}

.cu-field input:focus,
.cu-field select:focus,
.cu-field textarea:focus {
  border-color: rgba(216, 147, 66, 0.55);
  box-shadow: 0 0 0 3px rgba(216, 147, 66, 0.12);
}

.cu-submit {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 237px;
  height: 59.9px;
  min-height: 59.9px;
  padding: 12px 24px 15px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(359.26deg, #8D4B00 -24.88%, #F8B05E 124.51%);
  box-shadow: inset 0 13px 10px rgba(162, 86, 0, 0.4);
  color: var(--white);
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
}

.cu-submit:hover {
  opacity: 0.92;
}

.cu-submit:active {
  transform: scale(0.98);
}

.cu-submit-arrow {
  font-size: 20px;
  line-height: 1;
}

.cu-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cu-captcha-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.cu-captcha-wrap .g-recaptcha[aria-invalid='true'] {
  outline: 2px solid #c62828;
  outline-offset: 4px;
  border-radius: 4px;
}

.cu-captcha-error {
  margin: 0;
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #c62828;
}

/* ===== TOAST NOTIFICATIONS ===== */
.cu-toast-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  pointer-events: none;
}

.cu-toast {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 280px;
  max-width: min(420px, calc(100vw - 48px));
  padding: 16px 18px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.06);
  border-left: 4px solid var(--orange);
  font-family: 'Clash Grotesk', sans-serif;
  pointer-events: auto;
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cu-toast--visible {
  opacity: 1;
  transform: translateX(0);
}

.cu-toast--hiding {
  opacity: 0;
  transform: translateX(24px);
}

.cu-toast--success {
  border-left-color: #2e7d32;
}

.cu-toast--error {
  border-left-color: #c62828;
}

.cu-toast__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.cu-toast--success .cu-toast__icon {
  background: #2e7d32;
}

.cu-toast--error .cu-toast__icon {
  background: #c62828;
}

.cu-toast__message {
  flex: 1;
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: #1a1a1a;
}

.cu-toast__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: -4px -4px 0 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #666666;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.cu-toast__close:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #1a1a1a;
}

.cu-toast__close:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .cu-toast-container {
    top: 16px;
    right: 16px;
    left: 16px;
    align-items: stretch;
  }

  .cu-toast {
    min-width: 0;
    max-width: none;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .cu-inner {
    max-width: 900px;
  }

  .cu-panel {
    grid-template-columns: 360px minmax(360px, 1fr);
    gap: 34px;
  }

  .cu-info,
  .cu-info-visual {
    width: 360px;
    min-height: 472px;
    height: 472px;
  }

  .cu-info-frame {
    width: 368px;
    height: 472px;
  }
}

@media (max-width: 768px) {
  .au-hero {
    margin: 10px 10px 0;
    height: 300px;
    border-radius: 20px;
  }

  .au-breadcrumb {
    font-size: 16px;
  }

  .cu-section {
    padding: 48px 16px 64px;
  }

  .cu-inner {
    max-width: 560px;
  }

  .cu-panel {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .cu-form-row--2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cu-info-frame {
    top: -14px;
    left: -14px;
    width: calc(100% - 6px);
    height: 100%;
  }

  .cu-info,
  .cu-info-visual {
    width: 100%;
    height: min(540px, 118vw);
    min-height: 430px;
  }

  .cu-info-overlay {
    padding: 110px 28px 30px;
  }

  .cu-form-title {
    margin-bottom: 22px;
  }

  .cu-form {
    gap: 20px;
  }

  .cu-form-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .cu-submit {
    width: 100%;
    max-width: 237px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .cu-info,
  .cu-info-visual {
    min-height: 380px;
    height: 104vw;
  }

  .cu-info-title {
    font-size: 32px;
  }

  .cu-info-list li:nth-child(1),
  .cu-info-list li:nth-child(2) {
    font-size: 20px;
  }

  .cu-info-list li:nth-child(3) {
    font-size: 18px;
  }

  .cu-field input::placeholder,
  .cu-field textarea::placeholder {
    font-size: 16px;
  }

  .cu-info-icon {
    width: 38px;
    height: 38px;
  }
}
