.brand-tile .brand-tile__image {
  object-fit: contain;
}

    :root {
      --bg: #f8f8f8;
      --surface: #ffffff;
      --surface-2: #f1f1f1;
      --border: rgba(27, 31, 30, 0.08);
      --text: #111111;
      --muted: #5f6663;
      --accent: #0d6b63;
      --accent-dark: #084b45;
      --accent-soft: rgba(13, 107, 99, 0.08);
      --star: #d8a03b;
      --shadow: 0 18px 44px rgba(17, 17, 17, 0.06);
      --radius-lg: 28px;
      --radius-md: 20px;
      --radius-sm: 14px;
    }



    .brand {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-size: 15px;
    }

    .brand__mark {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, #0d6b63 0%, #3f8f86 100%);
      color: white;
      box-shadow: inset 0 1px 1px rgba(255,255,255,.35);
    }

    .brand__mark svg { width: 22px; height: 22px; }


    .hero {
      padding: 68px 0 32px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(320px, 460px);
      gap: 32px;
      align-items: end;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 16px;
      border-radius: 999px;
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(35, 33, 28, 0.08);
      color: var(--muted);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .12em;
      margin-bottom: 14px;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 6px rgba(15,102,94,.12);
    }

   

    .hero-text p {
      margin: 22px 0 0;
      max-width: 60ch;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.75;
    }

    .hero-card {
      position: relative;
      overflow: hidden;
      padding: 28px;
      min-height: 280px;
      border-radius: 32px;
      background: linear-gradient(160deg, #0e5f58 0%, #0a4741 100%);
      color: #eef7f5;
      box-shadow: var(--shadow);
    }

    .hero-card::before,
    .hero-card::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      background: rgba(255,255,255,.08);
    }

    .hero-card::before {
      width: 220px;
      height: 220px;
      top: -80px;
      right: -70px;
    }

    .hero-card::after {
      width: 120px;
      height: 120px;
      bottom: -30px;
      left: -20px;
    }

    .hero-card__caption {
      position: relative;
      z-index: 1;
      color: rgba(238,247,245,.78);
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: .12em;
      margin-bottom: 18px;
    }

    .hero-card__value {
      position: relative;
      z-index: 1;
      font-size: clamp(54px, 8vw, 92px);
      line-height: 0.95;
      font-weight: 800;
      letter-spacing: -.06em;
      margin: 0;
    }

    .hero-card__text {
      position: relative;
      z-index: 1;
      max-width: 26ch;
      margin: 16px 0 0;
      color: rgba(238,247,245,.82);
      line-height: 1.6;
      font-size: 16px;
    }

    .reviews-section {
      padding: 32px 0 92px;
    }

    .section-top {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 26px;
    }

    .section-top h2 {
      margin: 0;
      font-size: clamp(26px, 3vw, 40px);
      letter-spacing: -.03em;
      line-height: 1.04;
      text-transform: uppercase;
    }

    .section-top p {
      margin: 0;
      max-width: 48ch;
      color: var(--muted);
      line-height: 1.7;
    }

    .reviews-grid {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .review-card {
      display: grid;
      grid-template-columns: 220px 1fr;
      align-items: start;
      gap: 24px;
      padding: 24px 28px;
      background: rgba(255, 255, 255, 0.82);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow);
      backdrop-filter: blur(8px);
     
    }

    .review-card:hover ,  .review-card:active  {
      background: linear-gradient(180deg, rgba(15,102,94,.08) 0%, rgba(251,249,244,.96) 100%);
       transition: all .2s ease-in-out;

    }


    .review-head {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 0;
    }
   

    .review-head img{
      width: 110px;
      margin-bottom: 30px;
    }

  

 
    .review-name {
      margin: 0 0 6px;
      font-size: 19px;
      line-height: 1.2;
      letter-spacing: -.02em;
      text-transform: uppercase;
      color: #000;
      font-weight: 500;
    }

    .review-role {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.5;
    }

    .stars {
      display: inline-flex;
      gap: 4px;
      margin-bottom: 18px;
      color: var(--star);
    }

    .stars svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
      filter: drop-shadow(0 4px 8px rgba(225,169,59,.2));
    }

    .review-text {
      margin: 0;
      color: #34312b;
      line-height: 1.8;
      font-size: 16px;
    }


    .review-body {
      display: flex;
      flex-direction: column;
      min-width: 0;
    }

    .review-date {
      margin-top: 18px;
      padding-top: 16px;
      border-top: 1px solid rgba(35, 33, 28, 0.08);
      color: var(--muted);
      font-size: 14px;
    }

    .cta-strip {
      margin-top: 28px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 22px 24px;
      border-radius: 26px;
      background: #f4f4f4;
      border: 1px solid rgba(35, 33, 28, 0.08);
    }

    .cta-strip p {
      margin: 0;
      color: var(--muted);
    }

    .cta-strip strong {
      display: block;
      color: var(--text);
      font-size: 22px;
      line-height: 1.2;
      margin-bottom: 6px;
      letter-spacing: -.03em;
    }


    .site-footer__inner {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      color: var(--muted);
      font-size: 14px;
      border-top: 1px solid rgba(35, 33, 28, 0.08);
      padding-top: 18px;
    }

    @media (max-width: 1120px) {
      .hero-grid { grid-template-columns: 1fr; }
      .hero-card { min-height: 240px; }
      .review-card { grid-template-columns: 1fr; }
      .review-head { margin-bottom: 8px; }
    }

    @media (max-width: 760px) {
     

      .header-nav { display: none; }
      .hero { padding-top: 42px; }
    
      .review-card { grid-template-columns: 1fr; padding: 20px; gap: 18px; }
      .review-head { align-items: flex-start; }
      .review-avatar {
        width: 64px;
        height: 64px;
        border-radius: 18px;
        flex-basis: 64px;
      }
      .header-cta { width: 100%; }
    }
  

    #captcha-container {
      margin-top: 30px;
      margin-bottom: 30px;
      max-width: 480px;
    }

    .btn-short ,.cta-form__container{
      
       max-width: 480px;
    }