/* ================================
   VRWARE Cloud 소개페이지 (page_0112)
   퍼블리싱 원본: VRWARE-CLOUD.zip / cloud365/index.html
   사이트 임베드용으로 리셋 스코프 한정 + 미사용 site footer 규칙 제거
================================ */
    :where(.pub_page), :where(.pub_page) *, :where(.pub_page) *::before, :where(.pub_page) *::after { box-sizing: border-box; margin: 0; padding: 0; }
    /* html reset removed for site embed */
    .pub_page { font-family: 'SUIT Variable', 'Pretendard', sans-serif; background: #faf8f5; overflow-x: hidden; color: #1d1d1f; word-break: keep-all; }
    .br-mo { display: none; }
    @media (max-width: 640px) { .br-mo { display: inline; } }
    :where(.pub_page) img { display: block; max-width: 100%; }
    :where(.pub_page) a   { text-decoration: none; color: inherit; }

    :root {
      --orange:    #ff9500;
      --amber:     #e8860a;
      --green:     #3db54a;
      --green-dk:  #2e9a3d;
      --blue:      #1797ff;
      --blue-cmp:  #008cff;
      --purple:    #a812ff;
      --purple-lt: #b56aff;
      --text-gray: #8f8f93;
      --text-dark: #2b2b2b;
      --text-body: #3d3d3d;
    }

    .section-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 40px;
    }

    /* ══════════════════════════════
       HERO
    ══════════════════════════════ */
    .hero {
      width: 100%;
      aspect-ratio: 1920 / 868;
      min-height: 260px;
      max-height: 720px;
      position: relative;
      z-index: 1;
      overflow: visible;
      background: linear-gradient(180deg, #d3f6f2 0%, #c9f2ee 100%);
    }
    .hero__bg {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      object-fit: cover; object-position: center;
    }
    .hero__laptop {
      position: absolute;
      left: 50%; top: 50%;
      transform: translate(-50%, -33%);
      max-width: 50%;
      max-height: 140%;
      width: auto;
      height: auto;
    }

    /* ══════════════════════════════
       S1 – 메인 카피
    ══════════════════════════════ */
    .s1 {
      background: #050505;
      text-align: center;
      position: relative;
      z-index: 2;
      padding: clamp(110px, 13vw, 190px) 40px clamp(80px, 9vw, 140px);
    }
    .s1__tag {
      font-family: 'Pretendard', sans-serif;
      font-size: clamp(16px, 1.9vw, 34px);
      font-weight: 500;
      color: #C2C2C2;
      line-height: 1.4;
      margin-bottom: clamp(20px, 2.6vw, 40px);
    }
    .s1__logo {
      width: clamp(220px, 22vw, 340px);
      margin: 0 auto clamp(44px, 5vw, 80px);
    }
    .s1__logo img { width: 100%; height: auto; display: block; }

    .s1__headline {
      font-size: clamp(26px, 4.2vw, 80px);
      font-weight: 700;
      line-height: 1.125;
      color: #fff;
      margin-bottom: clamp(32px, 4vw, 64px);
    }
    .s1__headline .orange { color: #33FFEE; }

    .s1__desc {
      font-family: 'Pretendard', sans-serif;
      font-size: clamp(15px, 1.9vw, 27px);
      font-weight: 500;
      color: rgba(255,255,255,.7);
      line-height: 1.4;
      max-width: 1000px;
      margin: 0 auto clamp(36px, 4vw, 64px);
    }

    .s1__btn {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      margin: clamp(28px, 3.6vw, 64px) 0;
      background: #fff;
      color: #050505;
      font-size: clamp(15px, 1.6vw, 24px);
      font-weight: 700;
      min-width: clamp(200px, 21vw, 320px);
      height: clamp(56px, 6vw, 86px);
      padding: 0 clamp(72px, 7vw, 108px) 0 clamp(28px, 3vw, 48px);
      border-radius: 999px;
      text-decoration: none;
      border: none; cursor: pointer;
      box-shadow: none;
      transition: transform .2s, box-shadow .2s;
      margin-bottom: clamp(48px, 5.5vw, 84px);
    }
    .s1__btn:hover { transform: translateY(-3px); }
    .s1__btn-img {
      display: inline-block;
      margin: clamp(20px, 3vw, 48px) 0;
      transition: transform .2s;
    }
    .s1__btn-img:hover { transform: translateY(-3px); }
    .s1__btn-img img {
      height: clamp(56px, 6vw, 86px);
      width: auto;
      display: block;
    }
    .s1__btn-icon {
      position: absolute; right: clamp(7px,.9vw,12px); top: 50%; transform: translateY(-50%);
      width: clamp(42px,4.2vw,62px); height: clamp(42px,4.2vw,62px);
      background: #33FFEE; border-radius: 50%;
      flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
    }
    .s1__btn-icon img {
      width: clamp(14px, 1.4vw, 20px);
      height: auto;
      display: block;
      transition: transform .3s ease;
    }
    .s1__btn:hover .s1__btn-icon img {
      transform: rotate(45deg);
    }

    /* 통계 바 */
    .stats-bar {
      background: var(--orange);
      width: 100%;
      padding: clamp(20px, 2.5vw, 36px) 40px;
      display: flex;
      justify-content: center;
      gap: 0;
    }
    .stats-item {
      flex: 1;
      max-width: 280px;
      text-align: center;
      color: #fff;
      position: relative;
    }
    .stats-item + .stats-item::before {
      content: '';
      position: absolute; left: 0; top: 10%; height: 80%;
      width: 1px; background: rgba(255,255,255,.35);
    }
    .stats-num {
      font-size: clamp(28px, 3vw, 56px);
      font-weight: 700;
      line-height: 1.2;
      display: block;
      color: #fff;
    }
    .stats-num em { font-style: normal; font-size: clamp(18px, 1.8vw, 34px); color: rgba(255,255,255,.8); }
    .stats-label {
      font-size: clamp(10px, 0.9vw, 16px);
      font-weight: 500;
      opacity: .85;
      display: block;
      margin-top: 4px;
    }

    /* ══════════════════════════════
       S2 – 핵심 콘텐츠
    ══════════════════════════════ */
    .s2 {
      background: #ffffff;
      padding: clamp(64px, 7vw, 120px) 40px;
      text-align: center;
      overflow: hidden;
    }
    .sec-h2 {
      font-family: 'Pretendard Variable', Pretendard, sans-serif;
      font-size: clamp(22px, 3.5vw, 68px);
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: clamp(12px, 1.2vw, 20px);
    }
    @media (max-width: 640px) {
      .sec-h2 { font-size: clamp(28px, 7vw, 32px) !important; }
    }
    .s2 .sec-h2 {
      color: #000400;
    }
    .s2 .sec-h2 .mint { color: #00D3C1; }
    .sec-sub {
      font-family: 'Pretendard', sans-serif;
      font-size: clamp(15px, 1.7vw, 27px);
      font-weight: 500;
      color: var(--text-gray);
      line-height: 1.4;
      max-width: 1200px;
      margin: 0 auto clamp(40px, 5vw, 72px);
    }

    .s2__feat-img {
      max-width: 1100px;
      margin: clamp(40px, 5vw, 72px) auto 0;
    }
    .s2__feat-img img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* ══════════════════════════════
       S3 – 스마트 기능
    ══════════════════════════════ */
    .s3 {
      background: #F0FEFF;
      padding: clamp(64px, 7vw, 120px) 40px;
      text-align: center;
    }
    .s3 .sec-h2 {
      color: #1d1d1f;
    }
    .s3 .sec-h2 .mint { color: #00D3C1; }
    .s2 .sec-sub, .s3 .sec-sub, .s4 .sec-sub { margin-top: clamp(16px, 2.5vw, 40px); margin-bottom: clamp(20px, 3vw, 48px); }

    .s3__feat-img {
      max-width: 900px;
      margin: clamp(40px, 5vw, 72px) auto 0;
    }
    .s3__feat-img img {
      width: 100%;
      height: auto;
      display: block;
    }
    .s3__slider {
      display: none;
    }

    /* ══════════════════════════════
       S4 – 비교
    ══════════════════════════════ */
    .s4 {
      background: #F5F5F7;
      padding: clamp(64px, 7vw, 120px) 40px;
      text-align: center;
    }
    .s4 .sec-h2 {
      color: #1d1d1f;
    }
    .s4 .sec-h2 .mint { color: #00D3C1; }

    .s4__feat-img {
      max-width: 1300px;
      margin: clamp(40px, 5vw, 72px) auto 0;
    }
    .s4__feat-img img { width: 100%; height: auto; display: block; }

    /* ══════════════════════════════
       S6 – 운영 관리 기능
    ══════════════════════════════ */
    .s6 {
      background: #ffffff;
      padding: clamp(64px, 7vw, 120px) 40px;
      text-align: center;
    }
    .s6 .sec-h2 {
      color: #000400;
    }
    .s6 .sec-h2 .mint { color: #00D3C1; }

    .s6__list {
      max-width: 1476px;
      margin: clamp(100px, 12vw, 180px) auto 0;
      display: flex;
      flex-direction: column;
      gap: clamp(64px, 7.5vw, 100px);
      text-align: left;
    }
    .s6__item {
      display: flex;
      gap: clamp(16px, 2vw, 28px);
      align-items: flex-start;
    }
    .s6__icon {
      flex-shrink: 0;
      width: clamp(56px, 6vw, 96px);
      height: clamp(56px, 6vw, 96px);
      display: block;
    }
    .s6__item h3 {
      font-family: 'Pretendard', sans-serif;
      font-size: clamp(20px, 3vw, 40px);
      font-weight: 700;
      line-height: 1.25;
      color: #000400;
      margin-bottom: clamp(4px, .6vw, 10px);
    }
    .s6__item p {
      font-family: 'Pretendard', sans-serif;
      font-size: clamp(15px, 2vw, 30px);
      font-weight: 500;
      color: var(--text-gray);
      line-height: 1.3;
    }

    /* ══════════════════════════════
       FOOTER CTA
    ══════════════════════════════ */
    .footer-cta {
      background: #ffffff;
      text-align: center;
      position: relative;
      padding: clamp(64px, 8vw, 120px) 0 0;
    }
    .footer-cta__content {
      position: relative;
      top: clamp(36px, 5vw, 84px);
      padding: 0 40px;
    }
    .footer-cta__sub {
      font-family: 'Pretendard', sans-serif;
      font-size: clamp(15px, 1.6vw, 30px);
      font-weight: 500;
      color: #1d1d1f;
      line-height: 1.53;
    }
    .footer-cta__h2 {
      font-family: 'Pretendard', sans-serif;
      font-size: clamp(15px, 1.6vw, 30px);
      font-weight: 500;
      color: #1d1d1f;
      line-height: 1.53;
      margin-bottom: clamp(24px, 3vw, 40px);
    }
    .btn-download {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #000000;
      color: #33FFEE;
      font-size: clamp(16px, 1.7vw, 32px);
      font-weight: 700;
      padding: clamp(14px, 1.6vw, 22px) clamp(36px, 4.5vw, 64px);
      border-radius: 999px;
      text-decoration: none;
      transition: transform .2s, background .2s;
    }
    .btn-download:hover { transform: translateY(-3px); background: #1a1a1a; }
    .footer-cta__img { width: 100%; margin-top: clamp(24px, 4vw, 56px); }
    .footer-cta__img img {
      display: block;
      width: 100%;
      height: auto;
    }

    /* 원본 퍼블리싱의 자체 <footer> 규칙은 사이트 공통 footer(#b_footer)와 충돌하므로 제거 */

    /* ══════════════════════════════
       반응형 – 태블릿 ≤ 900px
    ══════════════════════════════ */
    @media (max-width: 900px) {
      .hero { aspect-ratio: 16/7; min-height: 200px; max-height: 380px; }
      .hero__laptop {
        max-width: 80%;
        transform: translate(-50%, -32%);
      }
      .s6__list { padding-left: 32px; }
    }

    /* ══════════════════════════════
       반응형 – 모바일 ≤ 640px
    ══════════════════════════════ */
    @media (max-width: 640px) {
      .hero { aspect-ratio: auto; height: 54vw; min-height: 180px; max-height: 320px; }
      .hero__laptop {
        max-width: 105%;
        transform: translate(-50%, -32%);
      }
      .s1, .s2, .s3, .s4, .s6 { padding-left: 20px; padding-right: 20px; }
      .s1__desc br,
      .sec-sub br { display: none; }
      .s6__item h3 { margin-bottom: 10px; }
      .s6__list { padding-left: 12px; }
      .s2__feat-img {
        margin-left: -20px;
        margin-right: -20px;
      }
      .s1__desc, .sec-sub {
        font-size: clamp(15px, 4vw, 16px);
      }
      .s3__feat-img { display: none; }
      .s3__slider {
        display: flex;
        flex-direction: column;
        gap: clamp(24px, 6vw, 40px);
        margin: clamp(24px, 5vw, 40px) 0 0;
      }
      .s3__slider img {
        width: 100%;
        height: auto;
      }
      .s4__feat-img {
        margin-left: -20px;
        margin-right: -20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
      .s4__feat-img img {
        width: 820px;
        max-width: none;
      }
    }
    @media (max-width: 640px) {
      .footer-cta__content {
        padding: 0 20px;
      }
      .stats-bar { padding: 16px 20px; gap: 0; }
    }

    @media (max-width: 480px) {
      .hero { height: 60vw; }
    }
