112233.html
<!doctype html>
<html lang="zh-HK">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width,initial-scale=1" />
  <title>Sunrise Origin Limited|留學顧問服務</title>
  <meta name="description" content="Sunrise Origin Limited — 香港留學顧問服務:升學規劃、申請材料、學校申請、面試指導與簽證支援。">
  <meta name="keywords" content="留學,香港留學,升學顧問,簽證,申請材料,院校申請">
  <meta property="og:title" content="Sunrise Origin Limited|留學顧問服務">
  <meta property="og:description" content="一站式留學顧問:規劃—申請—面試—簽證—入學。">
  <meta property="og:type" content="website">
  <meta property="og:locale" content="zh_HK">
  <link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='1'%3E%3Cstop stop-color='%23ffb703'/%3E%3Cstop offset='1' stop-color='%23e02424'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='32' cy='32' r='18' fill='url(%23g)'/%3E%3Crect x='12' y='40' width='40' height='6' rx='3' fill='%23ffffff'/%3E%3C/svg%3E">
  <style>
    :root{
      --brand:#e02424; --brand2:#ff7a18; --ink:#111827; --muted:#6b7280; --bg:#ffffff;
      --soft:#f8fafc; --card:#ffffff; --line:#e5e7eb; --link:#2563eb;
      --ok:#0ea5e9; --chip:#ecfeff; --chipline:#a5f3fc;
    }
    *{box-sizing:border-box}
    html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);
      font:16px/1.6 -apple-system,BlinkMacSystemFont,"PingFang HK","PingFang SC","Noto Sans CJK HK","Microsoft YaHei","Segoe UI",Roboto,Arial,sans-serif}

    a{color:var(--link);text-decoration:none}
    a:hover{text-decoration:underline}

    /* Header */
    .nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.8);
      backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}
    .wrap{max-width:1120px;margin:0 auto;padding:0 20px}
    .row{display:flex;align-items:center;justify-content:space-between}
    .brand{display:flex;align-items:center;gap:12px;padding:12px 0}
    .brand-name{font-weight:800;letter-spacing:.4px;white-space:nowrap}
    .brand svg{width:34px;height:34px;display:block}
    .nav-links{display:flex;gap:22px}
    .nav-links a{color:var(--ink);font-weight:600;position:relative}
    .nav-links a::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:linear-gradient(90deg,var(--brand2),var(--brand));transform:scaleX(0);transform-origin:left;transition:.25s}
    .nav-links a:hover::after{transform:scaleX(1)}
    .burger{display:none;border:0;background:transparent;font-size:22px}
    @media (max-width:880px){
      .nav-links{display:none}
      .burger{display:block}
      .drawer{display:none;position:fixed;inset:64px 0 auto 0;background:#fff;border-top:1px solid var(--line)}
      .drawer a{display:block;padding:14px 20px;border-bottom:1px solid var(--line);color:var(--ink)}
      .drawer.show{display:block;animation:fadeIn .25s ease-out}
    }

    /* Hero */
    .hero{position:relative;background:
      radial-gradient(1200px 400px at 70% -10%, #ffe9d6 0%, rgba(255,233,214,0) 60%),
      linear-gradient(135deg,#fff 0%,#f7fbff 40%,#eef6ff 100%)}
    .hero .wrap{padding:72px 20px}
    .hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
    @media (max-width:960px){.hero-inner{grid-template-columns:1fr}}
    .badge{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);padding:6px 10px;border-radius:999px;background:#fff;color:var(--muted);font-size:13px}
    .title{margin:14px 0 10px;font-size:42px;line-height:1.2;letter-spacing:.2px}
    .lead{color:var(--muted);max-width:48ch}
    .cta{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap}
    .btn{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:12px;font-weight:800;border:1px solid var(--line);background:#fff;color:var(--ink);transition:.18s transform ease}
    .btn:hover{transform:translateY(-2px)}
    .btn.primary{background:linear-gradient(135deg,var(--brand2),var(--brand));border-color:transparent;color:#fff;box-shadow:0 8px 24px rgba(224,36,36,.18)}
    .hero-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 10px 30px rgba(0,0,0,.05)}
    .hero-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}
    .hero-item{border:1px dashed var(--line);border-radius:12px;padding:12px;background:#fff;transition:.18s transform}
    .hero-item:hover{transform:scale(1.03)}

    /* Sections & reveal */
    section{padding:72px 0;border-top:1px solid var(--line)}
    .section-title{font-size:28px;margin:0 0 8px}
    .muted{color:var(--muted)}
    .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    @media (max-width:960px){.grid-3{grid-template-columns:1fr 1fr}}
    @media (max-width:640px){.grid-3{grid-template-columns:1fr}}
    .card{border:1px solid var(--line);border-radius:16px;background:var(--card);padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.04);transition:.2s transform, .2s box-shadow}
    .card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(0,0,0,.08)}
    .chip{display:inline-block;font-size:12px;color:#0f766e;background:var(--chip);border:1px solid var(--chipline);padding:2px 8px;border-radius:999px;margin-right:6px}

    /* Contact */
    .contact{background:var(--soft)}
    .form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .form .full{grid-column:1/-1}
    @media (max-width:720px){.form{grid-template-columns:1fr}}
    label{display:block;font-size:14px;font-weight:700;margin-bottom:6px}
    input,textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff;font:inherit;transition:.15s box-shadow, .15s transform}
    input:focus,textarea:focus{outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.15)}
    textarea{min-height:120px;resize:vertical}
    .submit-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
    .hint{font-size:12px;color:var(--muted)}

    /* Service choice chips (select -> buttons) */
    .choices{display:flex;gap:10px;flex-wrap:wrap}
    .choice{border:1px solid var(--line);border-radius:999px;padding:8px 14px;background:#fff;cursor:pointer;user-select:none;
      transition:.15s transform,.15s box-shadow,.15s background}
    .choice:hover{transform:translateY(-1px)}
    .choice.active{background:linear-gradient(135deg,var(--brand2),var(--brand));color:#fff;border-color:transparent;
      transform:scale(1.06);box-shadow:0 10px 22px rgba(224,36,36,.18)}

    /* Footer */
    footer{border-top:1px solid var(--line);background:#fff}
    .foot{display:flex;justify-content:space-between;gap:16px;padding:24px 0;flex-wrap:wrap;color:var(--muted);font-size:14px}

    /* Floating WhatsApp */
    .wa{position:fixed;right:18px;bottom:18px;display:inline-grid;place-items:center;width:54px;height:54px;border-radius:50%;
      background:#25D366;color:#fff;font-size:26px;box-shadow:0 8px 24px rgba(0,0,0,.12);animation:bounce 3s ease-in-out infinite}
    .wa:hover{transform:translateY(-2px)}

    /* Animations */
    @keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
    @keyframes fadeIn{from{opacity:0}to{opacity:1}}
    @keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
    .reveal{opacity:0;transform:translateY(14px)}
    .reveal.show{animation:fadeUp .5s ease forwards}
  </style>
</head>
<body>
  <!-- NAV -->
  <header class="nav">
    <div class="wrap">
      <div class="row">
        <div class="brand">
          <!-- New Sunrise SVG Logo -->
          <svg viewBox="0 0 64 64" aria-hidden="true">
            <defs>
              <linearGradient id="sunG" x1="0" x2="1" y1="0" y2="1">
                <stop stop-color="#ffb703"/><stop offset="1" stop-color="#e02424"/>
              </linearGradient>
            </defs>
            <!-- Sun -->
            <circle cx="32" cy="28" r="12" fill="url(#sunG)"/>
            <!-- Rays -->
            <g stroke="url(#sunG)" stroke-width="2">
              <line x1="32" y1="6" x2="32" y2="14"/>
              <line x1="18" y1="10" x2="24" y2="16"/>
              <line x1="46" y1="10" x2="40" y2="16"/>
            </g>
            <!-- Horizon -->
            <rect x="10" y="40" width="44" height="6" rx="3" fill="#ffffff" stroke="#e5e7eb"/>
          </svg>
          <div class="brand-name">Sunrise Origin Limited</div>
        </div>
        <nav class="nav-links">
          <a href="#home">首頁</a>
          <a href="#services">服務項目</a>
          <a href="#process">服務流程</a>
          <a href="#about">關於我們</a>
          <a href="#contact">聯絡我們</a>
        </nav>
        <button class="burger" aria-label="Menu" id="burger"></button>
      </div>
      <div class="drawer" id="drawer">
        <a href="#home">首頁</a>
        <a href="#services">服務項目</a>
        <a href="#process">服務流程</a>
        <a href="#about">關於我們</a>
        <a href="#contact">聯絡我們</a>
      </div>
    </div>
  </header>

  <!-- HERO -->
  <section class="hero" id="home">
    <div class="wrap">
      <div class="hero-inner">
        <div class="reveal">
          <span class="badge">🎓 一站式留學顧問|申請・面試・簽證</span>
          <h1 class="title">幫你從「心動」到「入學」<br>專業留學顧問服務</h1>
          <p class="lead">Sunrise Origin Limited 專注香港及海外升學方案,提供院校與專業選擇建議、申請材料指導、學校申請、面試輔導與簽證支援,讓你申請更省心、結果更可靠。</p>
          <div class="cta">
            <a class="btn primary" href="#contact">立即諮詢</a>
            <a class="btn" href="#services">了解服務</a>
          </div>
        </div>
        <div class="hero-card reveal">
          <strong>我們能幫你:</strong>
          <div class="hero-list">
            <div class="hero-item"> 院校/專業定位與匹配</div>
            <div class="hero-item"> 個人陳述/推薦信指導</div>
            <div class="hero-item"> 線上申請與材料遞交</div>
            <div class="hero-item"> 面試培訓與簽證文件</div>
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- SERVICES -->
  <section id="services">
    <div class="wrap">
      <h2 class="section-title reveal">服務項目</h2>
      <p class="muted reveal">從規劃到入學,全流程陪伴式服務。</p>
      <div class="grid-3" style="margin-top:16px">
        <article class="card reveal"><span class="chip">規劃</span><h3>升學諮詢與方案</h3><p>根據學術背景、語言成績與職涯目標,提供國家/院校/專業建議與時間線規劃。</p></article>
        <article class="card reveal"><span class="chip">文書</span><h3>申請材料與文書</h3><p>個人陳述、推薦信、履歷等文書框架與潤色,確保內容真實、清晰且符合院校要求。</p></article>
        <article class="card reveal"><span class="chip">申請</span><h3>院校申請與跟進</h3><p>協助線上申請、材料遞交、進度跟進、補件提醒,直到錄取結果發布。</p></article>
        <article class="card reveal"><span class="chip">面試</span><h3>面試指導與模擬</h3><p>針對面試題型與表達訓練,提供模擬面試與反饋,提升通過率。</p></article>
        <article class="card reveal"><span class="chip">簽證</span><h3>簽證與入學支援</h3><p>簽證清單檢查、材料合規性建議、行前準備與住宿建議。</p></article>
        <article class="card reveal"><span class="chip">增值</span><h3>獎學金與簡歷優化</h3><p>提供可申請獎學金線索與申請策略;精修簡歷強化學術與實習亮點。</p></article>
      </div>
    </div>
  </section>

  <!-- PROCESS -->
  <section id="process">
    <div class="wrap">
      <h2 class="section-title reveal">服務流程</h2>
      <p class="muted reveal">透明流程,清晰節點。</p>
      <div class="grid-3" style="margin-top:16px">
        <div class="card reveal"><h3>01. 免費諮詢</h3><p>了解背景與需求,初步定位與可行性評估。</p></div>
        <div class="card reveal"><h3>02. 方案確定</h3><p>制定申請清單與時間表,簽訂服務合約。</p></div>
        <div class="card reveal"><h3>03. 文書輔導</h3><p>材料清單、文書框架與潤色,避免不合規內容。</p></div>
        <div class="card reveal"><h3>04. 網申遞交</h3><p>建立賬號、上傳材料、核對要求並完成遞交。</p></div>
        <div class="card reveal"><h3>05. 面試準備</h3><p>模擬面試與反饋迭代,重點問題逐一演練。</p></div>
        <div class="card reveal"><h3>06. 錄取與簽證</h3><p>錄取確認、押金、簽證與行前清單。</p></div>
      </div>
    </div>
  </section>

  <!-- ABOUT -->
  <section id="about">
    <div class="wrap">
      <h2 class="section-title reveal">關於我們</h2>
      <p class="muted reveal">Sunrise Origin Limited 是立足香港的留學顧問團隊,為學生與家長提供專業、合規與高效率的升學支援。我們堅持資訊透明、文件真實與個性化方案,致力於讓每一次申請更省心、更成功。</p>
      <div class="card reveal" style="margin-top:16px">
        <h3 style="margin:0 0 6px">我們的優勢</h3>
        <ul style="margin:0;padding-left:18px">
          <li>專注香港及熱門英語國家院校申請,熟悉錄取要求與時間節點</li>
          <li>文件與流程合規把關,重視隱私保護與資料安全</li>
          <li>配套服務齊全:申請、面試、簽證與入學落地</li>
        </ul>
      </div>
    </div>
  </section>

  <!-- CONTACT -->
  <section id="contact" class="contact">
    <div class="wrap">
      <h2 class="section-title reveal">聯絡我們</h2>
    </div>
    <div class="wrap">
      <div class="row" style="align-items:flex-start;gap:24px;flex-wrap:wrap;margin-top:6px">
        <form class="card reveal" style="flex:1;min-width:300px" id="contactForm">
          <div class="form">
            <div>
              <label for="name">姓名</label>
              <input id="name" name="name" placeholder="你的稱呼" required>
            </div>
            <div>
              <label for="email">電郵</label>
              <input id="email" name="email" type="email" placeholder="you@example.com" required>
            </div>
            <div>
              <label for="phone">電話 / WhatsApp</label>
              <input id="phone" name="phone" placeholder="+852 9xxxxxxx">
            </div>

            <!-- 意向服務:可選 chips(選中放大) -->
            <div class="full">
              <label>意向服務</label>
              <div class="choices" id="serviceChoices" role="group" aria-label="意向服務">
                <button type="button" class="choice" data-val="升學規劃">升學規劃</button>
                <button type="button" class="choice" data-val="申請文書">申請文書</button>
                <button type="button" class="choice" data-val="院校申請">院校申請</button>
                <button type="button" class="choice" data-val="面試指導">面試指導</button>
                <button type="button" class="choice" data-val="簽證支援">簽證支援</button>
              </div>
              <!-- 隱藏字段:提交到郵件 -->
              <input type="hidden" id="service" name="service" value="">
            </div>

            <div class="full">
              <label for="message">你的需求</label>
              <textarea id="message" name="message" placeholder="簡述你的背景與目標院校/專業"></textarea>
            </div>
            <div class="full submit-row">
              <button type="submit" class="btn primary">發送</button>
              <span class="hint">將以郵件方式發送至公司信箱(mailto)。</span>
            </div>
          </div>
        </form>

        <aside class="card reveal" style="flex:1;min-width:280px">
          <h3 style="margin-top:0">公司資訊</h3>
          <p style="margin:.25rem 0">Sunrise Origin Limited</p>
          <p class="muted" style="margin:.25rem 0">香港(可填寫詳細地址)</p>
          <p class="muted" style="margin:.25rem 0">Email:<a href="mailto:info@sunriseorigin.com">info@sunriseorigin.com</a></p>
          <div style="border-top:1px solid var(--line);margin:12px 0"></div>
          <p class="muted" style="margin:.25rem 0">營業時間:Mon–Fri 10:00–18:00</p>

      </div>
    </div>
  </section>

  <footer>
    <div class="wrap foot">
      <div>© <span id="y"></span> Sunrise Origin Limited. All Rights Reserved.</div>
      <div>香港特別行政區|info@sunriseorigin.com</div>
    </div>
  </footer>

  <!-- WhatsApp Floating -->
  <a class="wa" href="https://wa.me/85260000000" target="_blank" rel="noopener" aria-label="Chat on WhatsApp">🟢</a>

  <script>
    // 年份
    document.getElementById('y').textContent = new Date().getFullYear();

    // 手機菜單
    const burger = document.getElementById('burger');
    const drawer = document.getElementById('drawer');
    burger?.addEventListener('click', ()=> drawer.classList.toggle('show'));
    drawer?.querySelectorAll('a').forEach(a=>a.addEventListener('click',()=>drawer.classList.remove('show')));

    // 進場動畫:IntersectionObserver
    const io = new IntersectionObserver(entries=>{
      entries.forEach(e=>{
        if(e.isIntersecting){ e.target.classList.add('show'); io.unobserve(e.target); }
      })
    }, {threshold:.12});
    document.querySelectorAll('.reveal').forEach(el=>io.observe(el));

    // 意向服務 chips:選中放大 + 寫入隱藏字段
    const chipBox = document.getElementById('serviceChoices');
    const hiddenService = document.getElementById('service');
    chipBox?.addEventListener('click', (e)=>{
      const btn = e.target.closest('.choice'); if(!btn) return;
      // 切換單選:先清除,後選中
      chipBox.querySelectorAll('.choice').forEach(b=>b.classList.remove('active'));
      btn.classList.add('active');
      hiddenService.value = btn.dataset.val || '';
    });

    // 表單:mailto
    const form = document.getElementById('contactForm');
    form?.addEventListener('submit', (e)=>{
      e.preventDefault();
      const data = new FormData(form);
      const name = encodeURIComponent(data.get('name')||'');
      const email = encodeURIComponent(data.get('email')||'');
      const phone = encodeURIComponent(data.get('phone')||'');
      const service = encodeURIComponent(data.get('service')||'');
      const message = encodeURIComponent(data.get('message')||'');
      const subject = `網站諮詢:${decodeURIComponent(name)} - ${decodeURIComponent(service)}`;
      const body =
        `姓名:${decodeURIComponent(name)}%0D%0A`+
        `電郵:${decodeURIComponent(email)}%0D%0A`+
        `電話:${decodeURIComponent(phone)}%0D%0A`+
        `意向服務:${decodeURIComponent(service)}%0D%0A`+
        `需求說明:%0D%0A${decodeURIComponent(message)}%0D%0A`;
      window.location.href = `mailto:info@sunriseorigin.com?subject=${encodeURIComponent(subject)}&body=${body}`;
    });
  </script>
</body>
</html>