/*
 * Webconnect About
 * Page ID: 513
 * Unique page-specific CSS only.
 * Shared rules live in webconnect-global.css.
 */

.wc-about-new-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    color: #dbeafe;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 22px;
  }

  

  

  

  

  

  

  

  

  

  

  

  .wc-about-new-photo-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wc-about-new-photo-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 430px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 30px;
    padding: 16px;
    box-shadow: 0 28px 80px rgba(0,0,0,0.28);
    backdrop-filter: blur(14px);
    transform: rotate(2deg);
    transition: all .3s ease;
  }

  

  .wc-about-new-photo-card img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 22px;
  }

  .wc-about-new-note {
    position: absolute;
    right: 0;
    bottom: 24px;
    z-index: 3;
    max-width: 275px;
    padding: 22px;
    border-radius: 22px;
    background: var(--wc-white);
    border: 1px solid var(--wc-border);
    box-shadow: 0 22px 55px rgba(15,23,42,0.16);
  }

  .wc-about-new-note h3 {
    margin: 0 0 9px;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--wc-dark);
  }

  

  

  

  

  

  

  

  

  .wc-about-new-intro-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 46px;
    align-items: center;
  }

  

  

  .wc-about-new-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
  }

  .wc-about-new-tag {
    display: inline-flex;
    padding: 10px 13px;
    border-radius: 999px;
    background: var(--wc-soft);
    color: var(--wc-text);
    font-size: 13px;
    font-weight: 800;
  }

  .wc-about-new-panel {
    background: var(--wc-light);
    border-radius: 28px;
    padding: 30px;
    border: 1px solid #e5e7eb;
  }

  .wc-about-new-panel h3 {
    margin: 0 0 18px;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--wc-dark);
  }

  .wc-about-new-check-list {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .wc-about-new-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #334155;
    line-height: 1.55;
    font-weight: 600;
  }

  .wc-about-new-check {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dcfce7;
    color: #15803d;
    font-weight: 900;
    font-size: 13px;
    margin-top: 1px;
  }

  .wc-about-new-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  

  

  

  

  

  

  .wc-about-new-process-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 46px;
    align-items: center;
  }

  

  .wc-about-new-process-box p {
    color: var(--wc-muted);
    line-height: 1.75;
    font-size: 17px;
    margin: 0 0 22px;
  }

  .wc-about-new-steps {
    display: grid;
    gap: 16px;
  }

  .wc-about-new-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    align-items: flex-start;
    background: var(--wc-light);
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 20px;
  }

  .wc-about-new-step-number {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--wc-primary), var(--wc-accent));
    color: var(--wc-white);
    font-weight: 900;
  }

  .wc-about-new-step h3 {
    margin: 0 0 6px;
    font-size: 19px;
    color: var(--wc-dark);
  }

  .wc-about-new-step p {
    margin: 0;
    color: var(--wc-muted);
    line-height: 1.65;
    font-size: 14px;
  }

  

  

  

  

  

  

  

  

  

  @media (max-width: 980px){
    

    .wc-about-new-card-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    

    

    .wc-about-new-note {
      position: relative;
      right: auto;
      bottom: auto;
      margin: 18px auto 0;
      max-width: 430px;
    }

    .wc-about-new-photo-card {
      transform: none;
    }
  }

  @media (max-width: 640px){
    

    

    

    

    

    

    

    

    .wc-about-new-photo-card img {
      border-radius: 18px;
    }

    

    
  }
