.impact-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
  }

  .impact-copy {
    flex: 1 1 360px;
    color: #0f172a;
  }

  .impact-eyebrow {
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 12px;
    color: #6b7280;
  }

  .impact-headline {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px;
    color: #0f172a;
  }

  .impact-number {
    font-size: 64px;
    font-weight: 700;
    color: #1d4ed8;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
  }

  .impact-number-plus {
    font-size: 32px;
    color: #2563eb;
  }

  .impact-description {
    font-size: 18px;
    color: #475569;
    margin-bottom: 18px;
  }

  .impact-status {
    font-size: 14px;
    font-weight: 500;
    color: #475569;
  }

  .impact-status-error {
    color: #b91c1c;
  }

  .impact-visual {
    flex: 1 1 260px;
    display: flex;
    justify-content: center;
  }

  .impact-visual-image {
    width: 100%;
    max-width: 360px;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.25);
  }

  .feature-visual2 {
    width: 200px;
    height: 140px;
    margin: 0 auto 20px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
  }

  .feature-visual-img2 {
    width: 100%;
    height: auto;
    max-height: 130px;
    object-fit: cover;
    border-radius: 24px;
    background: transparent;
    padding: 0;
    border: 2px solid rgba(0, 0, 0, 0.08);
    box-shadow:
      0 4px 6px rgba(0, 0, 0, 0.05),
      0 10px 20px rgba(0, 0, 0, 0.08),
      0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0) rotateX(0);
  }

  .feature-visual2-img:hover {
    transform: translateY(-12px) rotateX(5deg);
    border-color: rgba(29, 78, 216, 0.15);
    box-shadow:
      0 8px 12px rgba(0, 0, 0, 0.08),
      0 20px 35px rgba(0, 0, 0, 0.12),
      0 35px 60px rgba(0, 0, 0, 0.15);
  }

  .ftco-media {
    background: #fff;
  }

  /* Easy Use Section - Modern Design */
  .easy-use-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 80px 0;
  }

  .easy-use-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .phone-mockup-container {
    flex: 0 0 auto;
    perspective: 1000px;
  }

  .phone-mockup {
    position: relative;
    width: 280px;
    height: 580px;
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border-radius: 45px;
    padding: 12px;
    box-shadow:
      0 25px 50px rgba(0, 0, 0, 0.25),
      0 10px 20px rgba(0, 0, 0, 0.15),
      inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transform: rotateY(-5deg) rotateX(2deg);
    transition: transform 0.5s ease;
  }

  .phone-mockup:hover {
    transform: rotateY(0deg) rotateX(0deg) translateY(-10px);
  }

  .phone-notch {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 28px;
    background: #000;
    border-radius: 20px;
    z-index: 10;
  }

  .phone-notch::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, #3a3a3a 0%, #1a1a1a 100%);
    border-radius: 50%;
  }

  .phone-screen {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
  }

  .phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .easy-use-text {
    flex: 1 1 300px;
    max-width: 450px;
    text-align: left;
  }

  .easy-use-headline {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.3;
  }

  .easy-use-description {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 28px;
  }

  .easy-use-cta {
    display: inline-block;
    width: auto;
  }

  @media (max-width: 900px) {
    .easy-use-content {
      flex-direction: column;
      text-align: center;
    }

    .easy-use-text {
      text-align: center;
      max-width: 100%;
    }

    .phone-mockup {
      transform: rotateY(0deg) rotateX(0deg);
      width: 240px;
      height: 500px;
    }

    .phone-notch {
      width: 100px;
      height: 24px;
    }

    .easy-use-section {
      padding: 40px 0 10px;
    }
  }

  /* Header spacer - responsive */
  .header-spacer {
    height: 60px;
  }

  @media (max-width: 768px) {
    .impact-inline {
      gap: 24px;
    }

    .impact-number {
      font-size: 48px;
    }

    .impact-headline {
      font-size: 28px;
    }

    .header-spacer {
      height: 20px;
    }

    .similar-height {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
    }

    #section-features {
      padding-bottom: 1em;
    }
  }

  /* Data Safety Section - Purple Color Scheme */
  .data-safety-section {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 50%, #ede9fe 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
  }

  .data-safety-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.06) 0%, transparent 70%);
    border-radius: 50%;
  }

  .data-safety-header {
    text-align: center;
    margin-bottom: 50px;
  }

  .data-safety-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
    border-radius: 50%;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.3);
  }

  .data-safety-icon-wrapper svg {
    width: 40px;
    height: 40px;
    color: #fff;
  }

  .data-safety-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .data-safety-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(124, 58, 237, 0.1);
    transition: all 0.3s ease;
    position: relative;
  }

  .data-safety-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    border-color: rgba(124, 58, 237, 0.25);
  }

  .data-safety-card-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #faf5ff 0%, #ede9fe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
  }

  .data-safety-card-icon svg {
    width: 26px;
    height: 26px;
    color: #7c3aed;
  }

  .data-safety-card-text {
    font-size: 15px;
    color: #374151;
    line-height: 1.6;
    margin: 0;
  }

  @media (max-width: 768px) {
    .data-safety-section {
      padding: 60px 0;
    }

    .data-safety-cards {
      grid-template-columns: 1fr;
      max-width: 400px;
    }

    .data-safety-icon-wrapper {
      width: 70px;
      height: 70px;
    }

    .data-safety-icon-wrapper svg {
      width: 35px;
      height: 35px;
    }
  }