.remote-hero {
    padding: 88px 0 38px;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .remote-hero-inner {
    max-width: 760px;
  }

  .remote-hero h1 {
    margin-bottom: 12px;
    font-size: clamp(2.75rem, 5vw, 4rem);
    line-height: 1.06;
    letter-spacing: 0;
  }

  .remote-hero .lead {
    max-width: 700px;
    font-size: 1.32rem;
    line-height: 1.6;
  }

  .remote-shell {
    padding-top: 32px;
    padding-bottom: 88px;
  }

  .remote-grid {
    display: grid;
    gap: 18px;
  }

  .remote-notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(0, 74, 128, 0.05);
    border: 1px solid rgba(0, 74, 128, 0.14);
    border-radius: 12px;
  }

  .remote-notice-icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 74, 128, 0.1);
    color: #004a80;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-top: 1px;
  }

  .remote-notice-copy {
    min-width: 0;
  }

  .remote-notice-copy p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .remote-notice-label {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #004a80;
  }

  .remote-session {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
    padding: 30px;
    text-align: center;
  }

  .remote-session h2 {
    margin-bottom: 10px;
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.1;
    letter-spacing: 0;
  }

  .remote-session .lead {
    max-width: 640px;
    margin: 0 auto 22px;
    font-size: 1.12rem;
  }

  .remote-embed {
    padding: 10px 0 2px;
  }

  .remote-embed iframe {
    width: 100%;
    height: 150px;
    border: 0;
    display: block;
    background: transparent;
  }

  .remote-support-link {
    font-weight: 600;
    white-space: nowrap;
  }

  @media (max-width: 767px) {
    .remote-hero {
      padding: 78px 0 32px;
    }

    .remote-hero .lead {
      font-size: 1.08rem;
    }

    .remote-shell {
      padding-top: 24px;
    }

    .remote-notice {
      padding: 14px 16px;
      gap: 12px;
    }

    .remote-session {
      padding: 24px;
      border-radius: 16px;
    }

    .remote-session .lead {
      font-size: 1rem;
    }
  }
