.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section {
  width: 100%;
  padding: var(--space-xl) 0;
}

@media (min-width: 1024px) {
  .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section {
    padding: var(--space-2xl) 0 var(--space-3xl);
  }
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 80px);
}

/* ---------- Header ---------- */

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__header {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  max-width: 720px;
  margin-bottom: var(--space-lg);
}

@media (min-width: 1024px) {
  .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__header {
    margin-bottom: var(--space-xl);
  }
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__eyebrow {
  font-family: var(--font-label);
  font-size: var(--text-label);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-accent-dark);
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--text-h1);
  font-weight: 300;
  line-height: 1.1;
  color: var(--color-text-primary);
  text-wrap: balance;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__subtitle {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.65;
  color: var(--color-text-secondary);
  text-wrap: pretty;
}

/* ---------- Grid ---------- */

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
}

@media (min-width: 1024px) {
  .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__grid {
    grid-template-columns: 4fr 6fr;
    gap: var(--space-2xl);
    align-items: start;
  }
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__grid--single {
  grid-template-columns: 1fr;
  max-width: 640px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__grid--single {
    grid-template-columns: 1fr;
  }
}

/* ---------- Info column ---------- */

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__info {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  padding: var(--space-md);
  background: var(--color-surface-alt);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm, 10px);
}

@media (min-width: 1024px) {
  .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__info {
    padding: var(--space-lg);
    position: sticky;
    top: calc(var(--header-height, 0px) + var(--space-md));
  }
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__info-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__info-label {
  font-family: var(--font-label);
  font-size: var(--text-label);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-text-secondary);
  text-transform: none;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__info-value {
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.5;
  color: var(--color-text-primary);
  text-wrap: pretty;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__info-link {
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.5;
  color: var(--color-text-primary);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
  transition: color 200ms ease;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__info-link:hover {
  color: var(--color-accent);
}

@media (prefers-reduced-motion: reduce) {
  .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__info-link {
    transition: none;
  }
}

/* ---------- Form ---------- */

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__form-wrap {
  min-width: 0;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__form {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-sm);
}

@media (min-width: 768px) {
  .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__row {
    grid-template-columns: 1fr 1fr;
  }
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__field {
  display: flex;
  flex-direction: column;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__label {
  font-family: var(--font-label);
  font-size: var(--text-label);
  font-weight: 500;
  color: var(--color-text-secondary);
  margin-bottom: 6px;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__input {
  width: 100%;
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: var(--text-body);
  color: var(--color-text-primary);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm, 10px);
  outline: none;
  transition:
    border-color 200ms cubic-bezier(0.2, 0, 0, 1),
    box-shadow 200ms cubic-bezier(0.2, 0, 0, 1);
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__input::placeholder {
  color: var(--color-text-muted);
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__input:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-accent) 18%, transparent);
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__input[aria-invalid="true"] {
  border-color: var(--color-error);
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__input {
    transition: none;
  }
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__textarea {
  resize: vertical;
  min-height: 140px;
  font-family: var(--font-body);
  line-height: 1.5;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__field-error {
  margin-top: 6px;
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.4;
  color: var(--color-error);
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__note {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-small);
  color: var(--color-text-muted);
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__error {
  margin: 0;
  padding: var(--space-xs) var(--space-sm);
  border-left: 3px solid var(--color-error);
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.5;
  color: var(--color-error);
}

/* ---------- Submit ---------- */

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 48px;
  margin-top: var(--space-xs);
  padding: 10px 24px;
  background: var(--color-accent);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm, 10px);
  font-family: var(--font-label);
  font-size: var(--text-small);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  will-change: transform;
  transition:
    background-color 200ms cubic-bezier(0.2, 0, 0, 1),
    transform 120ms cubic-bezier(0.2, 0, 0, 1),
    opacity 200ms ease;
}

@media (min-width: 768px) {
  .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__submit {
    width: auto;
    align-self: flex-start;
    padding: 12px 32px;
  }
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__submit:hover:not(:disabled) {
  background: var(--color-accent-dark);
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__submit:active:not(:disabled) {
  transform: scale(0.96);
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__submit:focus-visible {
  outline: 2px solid var(--color-accent-dark);
  outline-offset: 2px;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__submit {
    transition: none;
  }
}

/* ---------- Focus rings (universal) ---------- */

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__input:focus-visible, .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__textarea:focus-visible {
  outline: none;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__info-link:focus-visible, .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__reset:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

/* ---------- Success state ---------- */

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__success {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  padding: var(--space-lg);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--color-success);
  border-radius: var(--radius-sm, 10px);
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__success-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--text-h3);
  font-weight: 400;
  color: var(--color-text-primary);
  text-wrap: balance;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__success-message {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.65;
  color: var(--color-text-secondary);
  text-wrap: pretty;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__reset {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: var(--space-xs);
  padding: 10px 24px;
  background: transparent;
  color: var(--color-text-primary);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm, 10px);
  font-family: var(--font-label);
  font-size: var(--text-small);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 200ms ease,
    color 200ms ease,
    transform 120ms ease;
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__reset:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__reset:active {
  transform: scale(0.96);
}

@media (prefers-reduced-motion: reduce) {
  .cc_iaGi07ZoIl_6LzxTLFuZA .contact-section__reset {
    transition: none;
  }
}
