.block-contact {
  position: relative;
  padding: var(--wp--preset--spacing--80) 0;
  background: var(--wp--preset--color--secondary, #0f172b);
  overflow: hidden; }
  @media (min-width: 992px) {
    .block-contact {
      padding: var(--wp--preset--spacing--100) 0; } }
  .block-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(245, 73, 0, 0.04) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0; }
  .block-contact__container {
    position: relative;
    z-index: 1;
    max-width: var(--wp--preset--layout--content-size, 90rem);
    margin: 0 auto; }
  .block-contact__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--wp--preset--spacing--60); }
    @media (min-width: 992px) {
      .block-contact__grid {
        grid-template-columns: 1fr 1.2fr;
        gap: var(--wp--preset--spacing--70);
        align-items: center; } }
  .block-contact__left {
    color: #fff; }
  .block-contact__eyebrow {
    font-family: var(--wp--preset--font-family--inter);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--wp--preset--color--primary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: var(--wp--preset--spacing--30); }
  .block-contact__heading {
    font-family: var(--wp--preset--font-family--poppins);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 var(--wp--preset--spacing--40);
    text-transform: uppercase; }
    .block-contact__heading-line {
      display: block; }
      .block-contact__heading-line strong {
        color: var(--wp--preset--color--primary);
        font-weight: 900; }
  .block-contact__description {
    font-family: var(--wp--preset--font-family--inter);
    font-size: var(--wp--preset--font-size--medium);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 var(--wp--preset--spacing--50); }
    .block-contact__description p {
      margin: 0 0 1rem; }
      .block-contact__description p:last-child {
        margin-bottom: 0; }
  .block-contact__info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--40); }
  .block-contact__info-item {
    display: flex;
    align-items: center;
    gap: 1.25rem; }
  .block-contact__info-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 73, 0, 0.15);
    border-radius: var(--wp--custom--border-radius--small, 0.75rem);
    transition: background 0.3s ease; }
    .block-contact__info-icon-img {
      width: 24px;
      height: 24px;
      object-fit: contain;
      filter: brightness(0) invert(1); }
    .block-contact__info-item:hover .block-contact__info-icon {
      background: rgba(245, 73, 0, 0.25); }
  .block-contact__info-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem; }
  .block-contact__info-label {
    font-family: var(--wp--preset--font-family--inter);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45); }
  .block-contact__info-value {
    font-family: var(--wp--preset--font-family--poppins);
    font-weight: 700;
    color: #fff;
    line-height: 1.3; }
    .block-contact__info-value p {
      font-size: 1.5625rem; }
    .block-contact__info-value a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s ease; }
      .block-contact__info-value a:hover {
        color: var(--wp--preset--color--primary); }
    .block-contact__info-value p {
      margin: 0; }
  .block-contact__form-wrapper {
    background: #fff;
    border-radius: var(--wp--custom--border-radius--large, 1.5rem);
    padding: 2rem 1.75rem; }
    @media (min-width: 992px) {
      .block-contact__form-wrapper {
        padding: 2.5rem; } }
  .block-contact__form-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 3rem;
    color: rgba(0, 0, 0, 0.3);
    text-align: center; }
    .block-contact__form-placeholder svg {
      width: 48px;
      height: 48px; }
    .block-contact__form-placeholder p {
      font-size: 1rem;
      margin: 0; }

.block-contact__form-wrapper .wpcf7 {
  margin: 0;
  padding: 0; }

.block-contact__form-wrapper p {
  margin: 0; }

.block-contact__form-wrapper .wpcf7-form {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem; }

.block-contact__form-wrapper .cf7-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }
  .block-contact__form-wrapper .cf7-row br {
    display: none; }
  @media (min-width: 768px) {
    .block-contact__form-wrapper .cf7-row--half {
      flex-direction: row;
      gap: 1rem; }
      .block-contact__form-wrapper .cf7-row--half .cf7-col {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 0.5rem; } }
  .block-contact__form-wrapper .cf7-row--consent {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.75rem; }
  .block-contact__form-wrapper .cf7-row--submit {
    margin-top: 0.5rem; }

.block-contact__form-wrapper .cf7-label,
.block-contact__form-wrapper label {
  font-family: var(--wp--preset--font-family--inter, sans-serif);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
  gap: var(--sp-05);
  margin-bottom: var(--sp-05); }

.block-contact__form-wrapper .cf7-input,
.block-contact__form-wrapper .cf7-textarea,
.block-contact__form-wrapper .cf7-select,
.block-contact__form-wrapper input[type="text"],
.block-contact__form-wrapper input[type="email"],
.block-contact__form-wrapper input[type="tel"],
.block-contact__form-wrapper input[type="url"],
.block-contact__form-wrapper input[type="number"],
.block-contact__form-wrapper textarea,
.block-contact__form-wrapper select {
  width: 100%;
  padding: 1rem 1.25rem;
  font-family: var(--wp--preset--font-family--inter, sans-serif);
  font-size: 1rem;
  font-weight: 500;
  color: var(--wp--preset--color--secondary, #0f172b);
  background: #f1f3f8;
  border: 2px solid transparent;
  border-radius: 0.75rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box; }
  .block-contact__form-wrapper .cf7-input::placeholder,
  .block-contact__form-wrapper .cf7-textarea::placeholder,
  .block-contact__form-wrapper .cf7-select::placeholder,
  .block-contact__form-wrapper input[type="text"]::placeholder,
  .block-contact__form-wrapper input[type="email"]::placeholder,
  .block-contact__form-wrapper input[type="tel"]::placeholder,
  .block-contact__form-wrapper input[type="url"]::placeholder,
  .block-contact__form-wrapper input[type="number"]::placeholder,
  .block-contact__form-wrapper textarea::placeholder,
  .block-contact__form-wrapper select::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400; }
  .block-contact__form-wrapper .cf7-input:focus,
  .block-contact__form-wrapper .cf7-textarea:focus,
  .block-contact__form-wrapper .cf7-select:focus,
  .block-contact__form-wrapper input[type="text"]:focus,
  .block-contact__form-wrapper input[type="email"]:focus,
  .block-contact__form-wrapper input[type="tel"]:focus,
  .block-contact__form-wrapper input[type="url"]:focus,
  .block-contact__form-wrapper input[type="number"]:focus,
  .block-contact__form-wrapper textarea:focus,
  .block-contact__form-wrapper select:focus {
    border-color: var(--wp--preset--color--primary, #f54900);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(245, 73, 0, 0.08); }
  .block-contact__form-wrapper .cf7-input.wpcf7-not-valid,
  .block-contact__form-wrapper .cf7-textarea.wpcf7-not-valid,
  .block-contact__form-wrapper .cf7-select.wpcf7-not-valid,
  .block-contact__form-wrapper input[type="text"].wpcf7-not-valid,
  .block-contact__form-wrapper input[type="email"].wpcf7-not-valid,
  .block-contact__form-wrapper input[type="tel"].wpcf7-not-valid,
  .block-contact__form-wrapper input[type="url"].wpcf7-not-valid,
  .block-contact__form-wrapper input[type="number"].wpcf7-not-valid,
  .block-contact__form-wrapper textarea.wpcf7-not-valid,
  .block-contact__form-wrapper select.wpcf7-not-valid {
    border-color: #e53e3e;
    background: #fff5f5; }

.block-contact__form-wrapper .cf7-select,
.block-contact__form-wrapper select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230f172b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 3rem;
  cursor: pointer; }
  .block-contact__form-wrapper .cf7-select:not([value=""]):not(:invalid),
  .block-contact__form-wrapper select:not([value=""]):not(:invalid) {
    color: var(--wp--preset--color--secondary, #0f172b);
    font-weight: 600; }

.block-contact__form-wrapper .cf7-textarea,
.block-contact__form-wrapper textarea {
  resize: vertical;
  min-height: 7rem; }

.block-contact__form-wrapper .cf7-consent,
.block-contact__form-wrapper .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-family: var(--wp--preset--font-family--inter, sans-serif);
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.5; }
  .block-contact__form-wrapper .cf7-consent input[type="checkbox"],
  .block-contact__form-wrapper .wpcf7-acceptance input[type="checkbox"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    accent-color: var(--wp--preset--color--primary, #f54900);
    border-radius: 4px;
    cursor: pointer; }
  .block-contact__form-wrapper .cf7-consent a,
  .block-contact__form-wrapper .wpcf7-acceptance a {
    color: var(--wp--preset--color--secondary, #0f172b);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px; }
    .block-contact__form-wrapper .cf7-consent a:hover,
    .block-contact__form-wrapper .wpcf7-acceptance a:hover {
      color: var(--wp--preset--color--primary, #f54900); }
  .block-contact__form-wrapper .cf7-consent .wpcf7-list-item,
  .block-contact__form-wrapper .wpcf7-acceptance .wpcf7-list-item {
    margin: 0; }
  .block-contact__form-wrapper .cf7-consent .wpcf7-list-item-label,
  .block-contact__form-wrapper .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.55);
    line-height: 1.5; }

.block-contact__form-wrapper .cf7-submit,
.block-contact__form-wrapper input[type="submit"],
.block-contact__form-wrapper .wpcf7-submit {
  width: 100%;
  padding: 1.125rem 2rem;
  font-family: var(--wp--preset--font-family--poppins, sans-serif);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  background: var(--wp--preset--color--primary, #f54900);
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  appearance: none; }
  .block-contact__form-wrapper .cf7-submit:hover,
  .block-contact__form-wrapper input[type="submit"]:hover,
  .block-contact__form-wrapper .wpcf7-submit:hover {
    background: #cc3d00;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 73, 0, 0.35); }
  .block-contact__form-wrapper .cf7-submit:active,
  .block-contact__form-wrapper input[type="submit"]:active,
  .block-contact__form-wrapper .wpcf7-submit:active {
    transform: translateY(0);
    box-shadow: none; }
  .block-contact__form-wrapper .cf7-submit[disabled], .block-contact__form-wrapper .cf7-submit.submitting,
  .block-contact__form-wrapper input[type="submit"][disabled],
  .block-contact__form-wrapper input[type="submit"].submitting,
  .block-contact__form-wrapper .wpcf7-submit[disabled],
  .block-contact__form-wrapper .wpcf7-submit.submitting {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none; }

.block-contact__form-wrapper .wpcf7-not-valid-tip {
  font-family: var(--wp--preset--font-family--inter, sans-serif);
  font-size: 0.75rem;
  font-weight: 500;
  color: #e53e3e;
  margin-top: 0.375rem;
  display: block; }

.block-contact__form-wrapper .wpcf7-response-output {
  margin: 0.75rem 0 0;
  padding: 0.875rem 1.25rem;
  border-radius: 0.625rem;
  font-family: var(--wp--preset--font-family--inter, sans-serif);
  font-size: 0.9rem;
  border: none;
  border-left: 4px solid transparent; }

.block-contact__form-wrapper .wpcf7-mail-sent-ok {
  background: #f0fff4;
  border-color: #38a169;
  color: #276749; }

.block-contact__form-wrapper .wpcf7-mail-sent-ng,
.block-contact__form-wrapper .wpcf7-aborted {
  background: #fff5f5;
  border-color: #e53e3e;
  color: #c53030; }

.block-contact__form-wrapper .wpcf7-spam-blocked {
  background: #fffff0;
  border-color: #d69e2e;
  color: #975a16; }

.block-contact__form-wrapper .wpcf7-spinner {
  display: none; }
