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

.aletta-services-hero,
  .aletta-services-intro,
  .aletta-services-list,
  .aletta-services-process,
  .aletta-services-note,
  .aletta-services-cta {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    color: #17372f;
  }

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

  .aletta-services-hero__content {
    max-width: 980px;
  }

  .aletta-services-hero__eyebrow,
  .aletta-services-intro__eyebrow,
  .aletta-services-list__eyebrow,
  .aletta-services-process__eyebrow,
  .aletta-services-note__eyebrow,
  .aletta-services-cta__eyebrow {
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #557565;
  }

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

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

  .aletta-services-intro {
    max-width: 1420px;
    margin: 0 auto 76px;
    padding: 0 70px;
  }

  .aletta-services-intro__content {
    padding: 76px 80px;
    border-radius: 36px;
    background:
      radial-gradient(circle at 92% 18%, rgba(185, 211, 198, 0.32), transparent 32%),
      #fbf8f2;
    box-shadow: 0 22px 70px rgba(23, 55, 47, 0.08);
  }

  .aletta-services-intro h2,
  .aletta-services-list h2,
  .aletta-services-process h2,
  .aletta-services-note h2,
  .aletta-services-cta h2 {
    margin: 0;
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.02;
    font-weight: 650;
    letter-spacing: -0.05em;
    color: #17372f;
  }

  .aletta-services-intro h2 {
    max-width: 900px;
    margin-bottom: 28px;
  }

  .aletta-services-intro p:not(.aletta-services-intro__eyebrow) {
    max-width: 900px;
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.75;
    color: #425b54;
  }

  .aletta-services-list {
    max-width: 1500px;
    margin: 0 auto 76px;
    padding: 24px 70px 20px;
  }

  .aletta-services-list__intro {
    max-width: 900px;
    margin: 0 auto 58px;
    text-align: center;
  }

  .aletta-services-list h2 {
    margin-bottom: 0;
  }

  .aletta-services-list__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .aletta-service-card {
    position: relative;
    overflow: hidden;
    padding: 34px 32px;
    border: 1px solid rgba(23, 55, 47, 0.055);
    border-radius: 30px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 248, 242, 0.96));
    box-shadow: 0 18px 52px rgba(23, 55, 47, 0.075);
  }

  .aletta-service-card--featured {
    background:
      radial-gradient(circle at 88% 14%, rgba(185, 211, 198, 0.30), transparent 34%),
      #17372f;
    color: #ffffff;
  }

  .aletta-service-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: #e2eee8;
    color: #557565;
    font-size: 13px;
    font-weight: 700;
  }

  .aletta-service-card--featured span {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
  }

  .aletta-service-card h3 {
    margin: 0 0 16px;
    font-size: 25px;
    line-height: 1.14;
    font-weight: 650;
    letter-spacing: -0.035em;
    color: #17372f;
  }

  .aletta-service-card--featured h3 {
    color: #ffffff;
  }

  .aletta-service-card p {
    margin: 0 0 22px;
    font-size: 15.8px;
    line-height: 1.68;
    color: #425b54;
  }

  .aletta-service-card--featured p {
    color: #dce8e2;
  }

  .aletta-service-card ul {
    display: grid;
    gap: 10px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
  }

  .aletta-service-card li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.5;
    color: #425b54;
  }

  .aletta-service-card--featured li {
    color: #dce8e2;
  }

  .aletta-service-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #557565;
  }

  .aletta-service-card--featured li::before {
    background: #b9d3c6;
  }

  .aletta-service-card a {
    display: inline-block;
    margin-top: auto;
    color: #17372f;
    font-size: 15.5px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(23, 55, 47, 0.35);
  }

  .aletta-service-card--featured a {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.45);
  }

  .aletta-service-card a:hover {
    color: #557565;
    border-color: #557565;
  }

  .aletta-service-card--featured a:hover {
    color: #b9d3c6;
    border-color: #b9d3c6;
  }

  .aletta-services-process {
    max-width: 1420px;
    margin: 0 auto 76px;
    padding: 0 70px;
  }

  .aletta-services-process__intro {
    max-width: 900px;
    margin-bottom: 46px;
  }

  .aletta-services-process__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  .aletta-services-process__steps div {
    padding: 30px 28px;
    border-radius: 26px;
    background: #fbf8f2;
    box-shadow: 0 18px 52px rgba(23, 55, 47, 0.075);
  }

  .aletta-services-process__steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: #e2eee8;
    color: #557565;
    font-size: 13px;
    font-weight: 700;
  }

  .aletta-services-process__steps h3 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 650;
    letter-spacing: -0.03em;
    color: #17372f;
  }

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

  .aletta-services-note {
    max-width: 1420px;
    margin: 0 auto 76px;
    padding: 0 70px;
  }

  .aletta-services-note__content {
    padding: 56px 60px;
    border-radius: 30px;
    background: #e2eee8;
  }

  .aletta-services-note h2 {
    max-width: 800px;
    margin-bottom: 22px;
    font-size: clamp(32px, 3.6vw, 52px);
  }

  .aletta-services-note p:not(.aletta-services-note__eyebrow) {
    max-width: 900px;
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #425b54;
  }

  .aletta-services-cta {
    max-width: 1420px;
    margin: 54px auto 110px;
    padding: 0 70px;
  }

  .aletta-services-cta__inner {
    position: relative;
    overflow: hidden;
    padding: 96px 76px;
    border-radius: 36px;
    text-align: center;
    background:
      radial-gradient(circle at 14% 18%, rgba(185, 211, 198, 0.18), transparent 34%),
      radial-gradient(circle at 90% 82%, rgba(255, 255, 255, 0.10), transparent 30%),
      #17372f;
    color: #ffffff;
    box-shadow: 0 26px 80px rgba(23, 55, 47, 0.18);
  }

  .aletta-services-cta__eyebrow {
    color: #b9d3c6;
  }

  .aletta-services-cta h2 {
    max-width: 870px;
    margin: 0 auto 24px;
    color: #ffffff;
  }

  .aletta-services-cta p {
    max-width: 760px;
    margin: 0 auto 36px;
    font-size: 18px;
    line-height: 1.75;
    color: #dce8e2;
  }

  .aletta-services-cta__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }

  .aletta-services-cta__button {
    display: inline-block;
    padding: 16px 34px;
    border-radius: 999px;
    background: #ffffff;
    color: #17372f;
    font-size: 15.5px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
    transition: 0.2s ease;
  }

  .aletta-services-cta__button:hover {
    transform: translateY(-2px);
    background: #b9d3c6;
    color: #17372f;
  }

  .aletta-services-cta__link {
    color: #dce8e2;
    font-size: 15.5px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(220, 232, 226, 0.45);
    transition: 0.2s ease;
  }

  .aletta-services-cta__link:hover {
    color: #ffffff;
    border-color: #ffffff;
  }

  @media (max-width: 1180px) {
    .aletta-services-list__grid,
    .aletta-services-process__steps {
      grid-template-columns: repeat(2, 1fr);
    }
  }

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

    .aletta-services-intro,
    .aletta-services-list,
    .aletta-services-process,
    .aletta-services-note {
      padding-left: 38px;
      padding-right: 38px;
    }
  }

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

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

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

    .aletta-services-intro,
    .aletta-services-list,
    .aletta-services-process,
    .aletta-services-note {
      padding-left: 18px;
      padding-right: 18px;
      margin-bottom: 62px;
    }

    .aletta-services-intro__content,
    .aletta-services-note__content {
      padding: 48px 24px;
      border-radius: 28px;
    }

    .aletta-services-list__intro {
      text-align: left;
      margin-bottom: 38px;
    }

    .aletta-services-list__grid,
    .aletta-services-process__steps {
      grid-template-columns: 1fr;
    }

    .aletta-services-cta {
      margin: 44px auto 82px;
      padding: 0 18px;
    }

    .aletta-services-cta__inner {
      padding: 64px 24px;
      border-radius: 28px;
      text-align: left;
    }

    .aletta-services-cta__actions {
      justify-content: flex-start;
      align-items: stretch;
      gap: 18px;
    }

    .aletta-services-cta__button {
      width: 100%;
      text-align: center;
    }
  }
