 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .container {
      width: 100%;
      max-width: 752px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 64px;
      padding: 0 16px 48px;
      box-sizing: border-box;
      margin: 0 auto; 
    }

    .hero {
      display: flex;
      align-items: center;
      gap: 40px;
      width: 100%;
    }
    .hero-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding-top: 40px;
    }
    .hero-text {
      font-size: 21px;
      line-height: 1.8;
    }
    h1 {
      font-size: 64px;
      font-weight: 400;
      line-height: 1.3;
      margin:0;
    }
    h2 {
      font-size: 40px;
      font-weight: 400;
      line-height: 1.3;
      color: #2C2D30;
    }
    h3 {
      font-size: 21px;
      font-weight: 600;
      line-height: 1.3;
    }
    .mission {
      display: flex;
      align-items: center;
      gap: 40px;
      width: 100%;
      margin-top: 16px;
    }
    .mission-content {
      flex: 1;
      font-size: 18px;
      line-height: 1.8;
    }
    .blue-section {
      background: #EDF3FF;
      border-radius: 16px;
      padding: 64px 40px;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 40px;
    }
    .blue-title {
      color: #3E6CC8;
      font-size: 40px;
      font-weight: 400;
      line-height: 1.3;
    }
    .feature {
      display: flex;
      gap: 40px;
      width: 100%;
      position: relative;
    }
    .feature-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .feature-text {
      font-size: 18px;
      line-height: 1.8;
    }
    .verification-steps {
      display: flex;
      flex-direction: column;
      gap: 48px;
      margin: 32px 0;
    }
    .verification-step {
      display: flex;
      align-items: flex-start;
      gap: 32px;
      position: relative;
      padding-right: 100px;
    }
    .step-content {
      flex: 1;
    }
    .step-icon {
      position: absolute;
      right: 0;
      width: 80px;
      height: 80px;
      flex-shrink: 0;
    }
    .step-icon svg {
      width: 80px;
      height: 80px;
    }
    .mobile-hide {
      display: block;
    }
    .feature-img {
      border-radius: 16px;
    }
    .section-container {
      width: 100%;
      padding: 0;
      margin-bottom: 0;
      margin-top: 32px;
      position: relative;
    }
    .card-container {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .orange-card {
      background: #FBF2E7;
      border-radius: 16px;
      padding: 56px 24px 24px;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin-top: 0;
      position: relative;
      top: 0;
    }
    .orange-title {
      color: #D97706;
      font-size: 21px;
      text-align: center;
      line-height: 1.3;
      font-weight: 600;
    }
    .find-list {
      display: flex;
      flex-direction: column;
      gap: 16px;
      width: 100%;
    }
    .find-item {
      font-size: 18px;
      line-height: 1.5;
      width: 100%;
    }
    .find-item a {
      color: #2C2D30;
      text-decoration: underline;
    }
    .bold {
      font-weight: 600;
    }
    .icon-container {
      width: 64px;
      height: 64px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: -32px;
      margin-top: -32px;
      position: relative;
      z-index: 5;
    }
    .global {
      display: flex;
      align-items: center;
      gap: 40px;
      width: 100%;
    }
    .global-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 16px;
      width: 100%;
    }
    .circle-img {
      border-radius: 50%;
    }
    .button {
      background: #477BE4;
      color: white;
      font-weight: 400;
      font-size: 18px;
      padding: 24px 64px;
      border-radius: 1000px;
      text-align: center;
      cursor: pointer;
      width: auto;
    }
    .footer {
      width: 100%;
      text-align: center;
      color: #8A8D96;
      font-size: 14px;
      line-height: 1.5;
      display: flex;
      flex-direction: column;
      gap: 32px;
      margin-top: 32px;
    }
    a {
      color: #477BE4;
      text-decoration: none;
    }
    .mobile-nav {
      display: none;
      background: #ffffff;
      width: 100%;
      padding: 16px;
      position: sticky;
      top: 0;
      z-index: 10;
    }
    .mobile-nav-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 726px;
      margin: 0 auto;
    }
    .mobile-nav-title {
      margin: 0;
      font-size: 24px;
    }
    .mobile-nav-links {
      display: flex;
      gap: 16px;
    }
    .mobile-nav-link {
      text-decoration: none;
      color: #2C2D30;
    }
    .blend-darken {
      mix-blend-mode: darken;
    }
    /* Image references from about page */
    [data-image-ref="Image 1"] {max-width: 320px;}
    [data-image-ref="Image 2"] { border-radius: 0; max-width: 240px}
    [data-image-ref="Image 3"] {height: 316px; max-width: 240px;}
    [data-image-ref="Image 4"] {max-width: 240px}
    [data-image-ref="Image 5"] {max-width: 240px}

    @media (min-width: 480px) and (max-width: 1024px) {
    [data-image-ref="Image 1"] {
        max-height: 240px;
      }
    }
    @media (max-width: 768px) {
      .mobile-nav {
        display: block !important;
      }
      .mobile-nav-links {
        display: none;
      }
      .hero-content {
        padding-top: 0;
      }
      .hero, .mission, .feature, .global {
        flex-direction: column;
        align-items: center;
        gap: 0;
      }
      h1 {
        font-size: 48px;
        text-align: center;
      }
      h2, .blue-title {
        font-size: 32px;
        text-align: center;
      }
        h3 {
        text-align: center;
      }
      .blue-section {
        padding: 40px 16px;
      }
      .container {
        padding: 0;
        gap: 48px;
      }

      .hero-content,
      .mission-content,
      .feature-content,
      .global-content {
        order: 2;
        width: 100%;
      }
      .hero img,
      .mission h2,
      .feature img,
      .global img {
        order: 1;
        margin-bottom: 24px;
        align-self: center;
      }
      .feature img,
      .feature-image svg {
        width: 100%;
        max-width: 240px;
        height: auto;
      }
      .button {
        width: 100%;
        padding: 24px 32px;
      }
      .orange-card {
        padding: 48px 24px 24px;
      }
    }
    @media (max-width: 480px) {
      .hero img,
      .global img {
        width: 200px;
        height: auto;
      }
      .blue-section {
        padding: 32px 16px;
      }
      .orange-card {
        padding: 48px 16px 24px;
      }
      .find-item {
        font-size: 16px;
      }
      .feature-text {
        font-size: 16px;
      }
    }