/* Aletta Site Core - Contact page styles
 * Extracted from Elementor HTML widgets for external loading.
 */

.aletta-contact-hero,
  .aletta-contact {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  }

  .aletta-contact-hero {
    max-width: 1500px;
    margin: 0 auto 72px;
    padding: 110px 90px;
    border-radius: 0 0 36px 36px;
    background:
      radial-gradient(circle at 82% 22%, rgba(185, 211, 198, 0.42), transparent 34%),
      linear-gradient(135deg, #fbf8f2 0%, #eaf3ee 100%);
    color: #17372f;
  }

  .aletta-contact-hero__inner {
    max-width: 920px;
  }

  .aletta-contact-hero__eyebrow,
  .aletta-contact__eyebrow {
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #557565;
  }

  .aletta-contact-hero h1 {
    max-width: 980px;
    margin: 0 0 26px;
    font-size: clamp(48px, 5.2vw, 78px);
    line-height: 1;
    font-weight: 650;
    letter-spacing: -0.055em;
    color: #17372f;
  }

  .aletta-contact-hero p {
    max-width: 760px;
    margin: 0;
    font-size: 20px;
    line-height: 1.65;
    color: #425b54;
  }

  .aletta-contact {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    max-width: 1420px;
    margin: 0 auto 110px;
    padding: 0 70px;
    color: #17372f;
  }

  .aletta-contact__content,
  .aletta-contact__form-card {
    border-radius: 34px;
    background: #fbf8f2;
    box-shadow: 0 22px 70px rgba(23, 55, 47, 0.08);
  }

  .aletta-contact__content {
    padding: 64px 58px;
  }

  .aletta-contact h2 {
    margin: 0 0 24px;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.02;
    font-weight: 650;
    letter-spacing: -0.05em;
    color: #17372f;
  }

  .aletta-contact__intro {
    max-width: 720px;
    margin: 0 0 34px;
    font-size: 18px;
    line-height: 1.75;
    color: #425b54;
  }

  .aletta-contact__details {
    display: grid;
    gap: 16px;
    margin: 0 0 34px;
  }

  .aletta-contact__detail {
    padding: 22px 24px;
    border: 1px solid rgba(23, 55, 47, 0.055);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
  }

  .aletta-contact__detail span {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #557565;
  }

  .aletta-contact__detail a,
  .aletta-contact__detail p {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #17372f;
    text-decoration: none;
  }

  .aletta-contact__detail a:hover {
    color: #557565;
  }

  .aletta-contact__note {
    padding: 24px;
    border-radius: 22px;
    background: #e2eee8;
  }

  .aletta-contact__note strong {
    display: block;
    margin-bottom: 8px;
    color: #17372f;
  }

  .aletta-contact__note p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.7;
    color: #425b54;
  }

  .aletta-contact__form-card {
    padding: 58px;
    align-self: start;
    background:
      radial-gradient(circle at 88% 14%, rgba(185, 211, 198, 0.34), transparent 34%),
      #17372f;
    color: #ffffff;
  }

  .aletta-contact__form-card h3 {
    margin: 0 0 18px;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: -0.04em;
    color: #ffffff;
  }

  .aletta-contact__form-card > p {
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 1.7;
    color: #dce8e2;
  }

  .aletta-contact__form {
    padding: 30px;
    border: 1px dashed rgba(255, 255, 255, 0.32);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.06);
  }

  .aletta-contact__form-card .fluentform,
  .aletta-contact__form-card .ff-el-group,
  .aletta-contact__form-card .ff-el-input--label,
  .aletta-contact__form-card .ff-el-input--label label,
  .aletta-contact__form-card .ff-el-form-check-label,
  .aletta-contact__form-card .ff_tc_label,
  .aletta-contact__form-card label {
    color: #ffffff !important;
  }

  .aletta-contact__form-card .ff-el-input--label {
    margin-bottom: 8px;
    font-weight: 700;
  }

  .aletta-contact__form-card input[type="text"],
  .aletta-contact__form-card input[type="email"],
  .aletta-contact__form-card input[type="tel"],
  .aletta-contact__form-card textarea,
  .aletta-contact__form-card select,
  .aletta-contact__form-card .ff-el-form-control {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #17372f !important;
    opacity: 1 !important;
    font-size: 15px;
    box-shadow: none !important;
  }

  .aletta-contact__form-card textarea {
    min-height: 110px;
  }

  .aletta-contact__form-card input::placeholder,
  .aletta-contact__form-card textarea::placeholder {
    color: #60716b !important;
    opacity: 1 !important;
  }

  .aletta-contact__form-card select,
  .aletta-contact__form-card select option,
  .aletta-contact__form-card .ff-el-form-control,
  .aletta-contact__form-card .choices__inner,
  .aletta-contact__form-card .choices__list--single,
  .aletta-contact__form-card .choices__item,
  .aletta-contact__form-card .choices__placeholder {
    color: #17372f !important;
    opacity: 1 !important;
  }

  .aletta-contact__form-card select option {
    background: #ffffff !important;
    color: #17372f !important;
  }

  .aletta-contact__form-card .choices__placeholder {
    color: #425b54 !important;
    opacity: 1 !important;
  }

  .aletta-contact__form-card .choices[data-type*="select-one"] .choices__inner {
    background: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
    min-height: 44px;
    border-radius: 8px !important;
  }

  .aletta-contact__form-card .choices__list--single {
    padding: 4px 16px 4px 4px;
  }

  .aletta-contact__form-card .choices__list--dropdown,
  .aletta-contact__form-card .choices__list[aria-expanded] {
    background: #ffffff !important;
    color: #17372f !important;
    border-radius: 10px !important;
    border: 1px solid rgba(23, 55, 47, 0.12) !important;
    z-index: 9999;
  }

  .aletta-contact__form-card .choices__list--dropdown .choices__item,
  .aletta-contact__form-card .choices__list[aria-expanded] .choices__item {
    color: #17372f !important;
    opacity: 1 !important;
  }

  .aletta-contact__form-card .choices__list--dropdown .choices__item--selectable.is-highlighted,
  .aletta-contact__form-card .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background: #e2eee8 !important;
    color: #17372f !important;
  }

  .aletta-contact__form-card .choices[data-type*="select-one"]::after {
    border-color: #17372f transparent transparent transparent !important;
  }

  .aletta-contact__form-card .choices[data-type*="select-one"].is-open::after {
    border-color: transparent transparent #17372f transparent !important;
  }

  .aletta-contact__form-card .ff-el-form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .aletta-contact__form-card input[type="checkbox"] {
    margin-top: 5px;
    accent-color: #b9d3c6;
  }

  .aletta-contact__form-card .ff-el-form-check-label {
    font-size: 15px;
    line-height: 1.6;
  }

  .aletta-contact__form-card button,
  .aletta-contact__form-card input[type="submit"],
  .aletta-contact__form-card .ff-btn-submit {
    padding: 14px 28px !important;
    border: none !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #17372f !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16) !important;
    transition: 0.2s ease !important;
  }

  .aletta-contact__form-card button:hover,
  .aletta-contact__form-card input[type="submit"]:hover,
  .aletta-contact__form-card .ff-btn-submit:hover {
    transform: translateY(-2px);
    background: #b9d3c6 !important;
    color: #17372f !important;
  }

  @media (max-width: 1050px) {
    .aletta-contact-hero {
      padding: 86px 48px;
    }

    .aletta-contact {
      grid-template-columns: 1fr;
      padding: 0 38px;
    }
  }

  @media (max-width: 640px) {
    .aletta-contact-hero {
      margin-bottom: 54px;
      padding: 64px 22px;
      border-radius: 0 0 28px 28px;
    }

    .aletta-contact-hero h1 {
      font-size: clamp(42px, 13vw, 58px);
    }

    .aletta-contact-hero p {
      font-size: 18px;
    }

    .aletta-contact {
      padding: 0 18px;
      margin-bottom: 82px;
    }

    .aletta-contact__content,
    .aletta-contact__form-card {
      padding: 42px 24px;
      border-radius: 28px;
    }

    .aletta-contact__form {
      padding: 24px 18px;
    }
  }
