/* =====================================================================
   COMPANY PAGE MINIMAL BASE
   Also lets announcement_pop.html load only this one stylesheet.
   ===================================================================== */
:root{
  --blue:#0068b7;
  --deep:#061827;
  --red:#c51c25;
  --text:#12283e;
  --muted:#5f7183;
  --bg:#f5f7fa;
  --line:#dbe5ee;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:"Noto Sans TC","Helvetica Neue",Arial,sans-serif;
  color:var(--text);
  background:#fff;
}
a{text-decoration:none}
img{max-width:100%;height:auto}
.hm-wrap{
  width:min(1180px,calc(100% - 48px));
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:767px){
  .hm-wrap{width:min(100% - 28px,1180px)}
}
/* =====================================================================
   NOAQ COMPANY CSS — About / Announcement / Contact
   ===================================================================== */

/* ---------- about-immersive.css ---------- */

/* NOAQ About / Announcement */
.about-im-page{
  background:#fff;
  color:var(--text);
}
.about-im-page p{font-weight:500}
.about-im-page .site-navbar{z-index:2200}

.ai-hero{
  position:relative;
  height:100svh;
  min-height:760px;
  overflow:hidden;
  background:#061827;
}
.ai-hero-media,
.ai-hero-media img,
.ai-hero-shade{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.ai-hero-media img{
  object-fit:cover;
  object-position:center;
}
.ai-hero-shade{
  background:
    linear-gradient(90deg,rgba(3,14,24,.78),rgba(3,14,24,.32) 54%,rgba(3,14,24,.10)),
    linear-gradient(0deg,rgba(3,14,24,.44),transparent 56%);
}
.ai-hero-copy{
  position:absolute;
  z-index:2;
  left:max(6vw,40px);
  bottom:13%;
  width:min(790px,calc(100% - 80px));
  color:#fff;
}
.ai-hero-copy>span{
  display:inline-block;
  color:#bfe2ff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
}
.ai-hero-copy h1{
  margin:16px 0 20px;
  color:#fff;
  font-size:clamp(58px,7.8vw,106px);
  line-height:.98;
  font-weight:900;
  letter-spacing:-.055em;
}
.ai-hero-copy p{
  max-width:710px;
  margin:0;
  color:rgba(255,255,255,.84);
  font-size:clamp(18px,2vw,25px);
  line-height:1.75;
}
.ai-hero-actions{
  display:flex;
  gap:14px;
  margin-top:30px;
}
.ai-hero-actions a{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:999px;
  font-weight:800;
  transition:color .3s ease,border-color .3s ease;
}
.ai-hero-actions a::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  transform:translateX(-102%);
  transition:transform .38s cubic-bezier(.2,.75,.25,1);
}
.ai-hero-actions a:hover::before{transform:translateX(0)}
.ai-hero-actions a:first-child{background:#fff;color:var(--deep)}
.ai-hero-actions a:first-child::before{background:var(--blue)}
.ai-hero-actions a:first-child:hover{color:#fff}
.ai-hero-actions a:last-child{
  border:1px solid rgba(255,255,255,.68);
  color:#fff;
}
.ai-hero-actions a:last-child::before{background:#fff}
.ai-hero-actions a:last-child:hover{color:var(--deep);border-color:#fff}

.ai-section{padding:126px 0 136px}
.ai-section>.hm-center{max-width:920px}
.ai-section>.hm-center h2{font-size:clamp(42px,5.6vw,70px)}
.ai-section>.hm-center p{max-width:720px}

.ai-intro{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:70px;
  align-items:center;
}
.ai-intro-copy h2{
  margin:14px 0 26px;
  color:var(--deep);
  font-size:clamp(42px,5vw,66px);
  line-height:1.12;
  font-weight:900;
  letter-spacing:-.04em;
}
.ai-intro-copy p{
  margin:0;
  color:#566a7c;
  font-size:17px;
  line-height:1.95;
}
.ai-founder{
  position:relative;
  overflow:hidden;
  margin:0;
  border-radius:28px;
  background:#eaf0f5;
  box-shadow:0 16px 42px rgba(5,29,49,.10);
}
.ai-founder img{
  display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
}
.ai-founder figcaption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  padding:18px 20px;
  border-radius:18px;
  background:rgba(5,24,39,.82);
  backdrop-filter:blur(10px);
  color:#fff;
}
.ai-founder figcaption span{
  display:block;
  margin-bottom:4px;
  color:#9dd5ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
}
.ai-founder figcaption strong{
  display:block;
  font-size:22px;
  line-height:1.3;
}
.ai-founder figcaption small{
  color:rgba(255,255,255,.68);
  font-size:12px;
}

.ai-honor-section{background:#f5f7fa}
.ai-honor-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
  margin-top:58px;
}

/* 電腦版：第一排 3 張、第二排 2 張 */
.ai-honor-card:nth-child(1),
.ai-honor-card:nth-child(2),
.ai-honor-card:nth-child(3){
  grid-column:span 2;
}

.ai-honor-card:nth-child(4),
.ai-honor-card:nth-child(5){
  grid-column:span 3;
}
.ai-honor-card{
  min-height:250px;
  padding:28px;
  border-radius:24px;
  background:#fff;
  box-shadow:0 10px 30px rgba(5,29,49,.055);
}
.ai-honor-card>span{
  display:block;
  margin-bottom:30px;
  color:var(--blue);
  font-size:38px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.035em;
}
.ai-honor-card h3{
  margin:0 0 12px;
  color:var(--deep);
  font-size:21px;
  font-weight:900;
}
.ai-honor-card p{
  margin:0;
  color:#607589;
  font-size:15px;
  line-height:1.8;
}

.ai-history-section{
  background:var(--deep);
  color:#fff;
}
.ai-history-section .hm-kicker{color:#9dd5ff}
.ai-history-section .hm-center h2{color:#fff}
.ai-history-section .hm-center p{color:rgba(255,255,255,.67)}
.ai-timeline{
  position:relative;
  max-width:980px;
  margin-top:64px;
}
.ai-timeline::before{
  content:"";
  position:absolute;
  left:180px;
  top:0;
  bottom:0;
  width:1px;
  background:rgba(255,255,255,.15);
}
.ai-timeline-item{
  position:relative;
  display:grid;
  grid-template-columns:150px 1fr;
  gap:62px;
  padding-bottom:34px;
}
.ai-timeline-item::before{
  content:"";
  position:absolute;
  left:174px;
  top:18px;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#9dd5ff;
  box-shadow:0 0 0 8px rgba(157,213,255,.10);
}
.ai-timeline-year{
  padding-top:8px;
  color:#9dd5ff;
  font-size:18px;
  line-height:1.35;
  font-weight:900;
  text-align:right;
}
.ai-timeline-card{
  padding:26px 28px;
  border-radius:22px;
  background:rgba(255,255,255,.07);
}
.ai-timeline-card h3{
  margin:0 0 12px;
  color:#fff;
  font-size:22px;
  font-weight:900;
}
.ai-timeline-card p{
  margin:0 0 10px;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.9;
}
.ai-timeline-card p:last-child{margin-bottom:0}

/* Announcement */
.ai-statement-intro{
  padding-bottom:84px;
}
.ai-statement-lead{
  max-width:1000px;
  text-align:center;
}
.ai-statement-lead h2{
  max-width:880px;
  margin:14px auto 24px;
  color:var(--deep);
  font-size:clamp(40px,5.2vw,66px);
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.04em;
}
.ai-statement-lead>p{
  max-width:840px;
  margin:0 auto;
  color:#566a7c;
  font-size:17px;
  line-height:1.95;
}
.ai-statement-lead>p a{
  color:var(--blue);
  font-weight:800;
  text-decoration:underline !important;
}
.ai-statement-lead>strong{
  display:inline-flex;
  margin-top:34px;
  padding:12px 20px;
  border-radius:999px;
  background:#eef5fb;
  color:var(--blue);
  font-size:16px;
  font-weight:900;
}
.ai-statement-section{background:#f5f7fa}
.ai-statement-list{
  max-width:980px;
  margin-top:56px;
}
.ai-statement-card{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:24px;
  align-items:start;
  margin-bottom:16px;
  padding:30px 32px;
  border-radius:24px;
  background:#fff;
  box-shadow:0 10px 30px rgba(5,29,49,.055);
}
.ai-statement-card>span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:50%;
  background:var(--deep);
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.ai-statement-card h3{
  margin:2px 0 10px;
  color:var(--deep);
  font-size:24px;
  font-weight:900;
}
.ai-statement-card p{
  margin:0;
  color:#607589;
  font-size:16px;
  line-height:1.9;
}
.ai-statement-card.is-warning>span{
  background:#4f6f8f;
}
.ai-statement-card.is-alert{
  background:#fff8f8;
}
.ai-statement-card.is-alert>span{
  background:var(--red);
}
.ai-statement-card .highlight-blue{
  color:var(--blue);
  font-weight:900;
}
.ai-statement-card .highlight-red{
  color:var(--red);
  font-weight:900;
}

.ai-ann-final{
  padding:110px 0;
  background:#fff;
}
.ai-ann-final-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
}
.ai-ann-final-copy>span{
  display:block;
  margin-bottom:12px;
  color:var(--red);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
}
.ai-ann-final-copy h2{
  margin:0 0 18px;
  color:var(--deep);
  font-size:clamp(36px,4.4vw,56px);
  line-height:1.22;
  font-weight:900;
  letter-spacing:-.035em;
}
.ai-ann-final-copy p{
  margin:0 0 24px;
  color:#607589;
  font-size:16px;
  line-height:1.85;
}
.ai-ann-final-copy a{
  display:inline-flex;
  color:var(--blue);
  font-size:15px;
  font-weight:900;
}
.ai-ann-final-media{
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 16px 42px rgba(5,29,49,.10);
}
.ai-ann-final-media img{
  display:block;
  width:100%;
  height:auto;
}

/* CTA */
.about-im-page .hm-cta{
  position:relative;
  overflow:hidden;
}
.about-im-page .hm-cta::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-120px;
  top:-190px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:50%;
  box-shadow:
    0 0 0 70px rgba(255,255,255,.04),
    0 0 0 140px rgba(255,255,255,.022);
}
.about-im-page .hm-cta-inner{position:relative;z-index:2}
.about-im-page .hm-cta a{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#fff;
  color:var(--blue);
  transition:color .3s ease;
}
.about-im-page .hm-cta a::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:var(--red);
  transform:translateX(-102%);
  transition:transform .38s cubic-bezier(.2,.75,.25,1);
}
.about-im-page .hm-cta a:hover::before{transform:translateX(0)}
.about-im-page .hm-cta a:hover{color:#fff}

@media(max-width:991px){
  .ai-intro,
  .ai-ann-final-grid{grid-template-columns:1fr}
  .ai-honor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ai-honor-card:nth-child(n){grid-column:span 1}
}
@media(max-width:767px){
  .ai-hero{
    height:100svh;
    min-height:700px;
  }
  .ai-hero-copy{
    left:20px;
    right:20px;
    bottom:80px;
    width:auto;
  }
  .ai-hero-copy h1{font-size:50px}
  .ai-hero-copy p{font-size:17px;line-height:1.7}
  .ai-hero-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .ai-hero-actions a{width:100%}
  .ai-section{padding:88px 0 96px}
  .ai-intro{gap:36px}
  .ai-intro-copy h2{font-size:42px}
  .ai-founder{border-radius:20px}
  .ai-honor-grid{
    grid-template-columns:1fr;
    gap:14px;
    margin-top:40px;
  }
  .ai-honor-card:nth-child(n){grid-column:span 1}
  .ai-honor-card{min-height:0;border-radius:18px}
  .ai-timeline{
    margin-top:46px;
  }
  .ai-timeline::before{
    left:8px;
  }
  .ai-timeline-item{
    grid-template-columns:1fr;
    gap:10px;
    padding-left:34px;
    padding-bottom:26px;
  }
  .ai-timeline-item::before{
    left:2px;
    top:10px;
  }
  .ai-timeline-year{
    padding-top:0;
    text-align:left;
  }
  .ai-timeline-card{
    padding:20px;
    border-radius:18px;
  }
  .ai-statement-lead h2{font-size:40px}
  .ai-statement-card{
    grid-template-columns:54px 1fr;
    gap:16px;
    padding:22px 20px;
    border-radius:18px;
  }
  .ai-statement-card>span{
    width:44px;
    height:44px;
  }
  .ai-statement-card h3{font-size:20px}
  .ai-statement-card p{font-size:15px}
  .ai-ann-final{padding:84px 0}
  .ai-ann-final-grid{gap:36px}
  .ai-ann-final-media{border-radius:20px}
  .about-im-page .hm-cta::before{
    width:280px;
    height:280px;
    right:-110px;
    top:-110px;
    box-shadow:
      0 0 0 48px rgba(255,255,255,.04),
      0 0 0 96px rgba(255,255,255,.022);
  }
}
@media(prefers-reduced-motion:reduce){
  .ai-hero-actions a::before,
  .about-im-page .hm-cta a::before{
    transition:none!important;
  }
}


/* ---------- announcement-v2.css ---------- */

.ann2-page{
  background:#fff;
  color:var(--text);
}
.ann2-page p{font-weight:500}
.ann2-page .site-navbar{z-index:2200}

/* Hero */
.ann2-hero{
  position:relative;
  height:100svh;
  min-height:760px;
  overflow:hidden;
  background:#061827;
}
.ann2-hero-media,
.ann2-hero-media img,
.ann2-hero-shade{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.ann2-hero-media img{
  object-fit:cover;
  object-position:center;
}
.ann2-hero-shade{
  background:
    linear-gradient(90deg,rgba(3,14,24,.80),rgba(3,14,24,.38) 52%,rgba(3,14,24,.12)),
    linear-gradient(0deg,rgba(3,14,24,.45),transparent 58%);
}
.ann2-hero-copy{
  position:absolute;
  z-index:2;
  left:max(6vw,40px);
  bottom:13%;
  width:min(790px,calc(100% - 80px));
  color:#fff;
}
.ann2-hero-copy>span{
  display:inline-block;
  color:#bfe2ff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
}
.ann2-hero-copy h1{
  margin:16px 0 20px;
  color:#fff;
  font-size:clamp(58px,7.8vw,106px);
  line-height:.98;
  font-weight:900;
  letter-spacing:-.055em;
}
.ann2-hero-copy p{
  max-width:700px;
  margin:0;
  color:rgba(255,255,255,.84);
  font-size:clamp(18px,2vw,25px);
  line-height:1.75;
}
.ann2-hero-actions{
  display:flex;
  gap:14px;
  margin-top:30px;
}
.ann2-hero-actions a{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:999px;
  font-weight:800;
  transition:color .3s ease,border-color .3s ease;
}
.ann2-hero-actions a::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  transform:translateX(-102%);
  transition:transform .38s cubic-bezier(.2,.75,.25,1);
}
.ann2-hero-actions a:hover::before{transform:translateX(0)}
.ann2-hero-actions a:first-child{background:#fff;color:var(--deep)}
.ann2-hero-actions a:first-child::before{background:var(--blue)}
.ann2-hero-actions a:first-child:hover{color:#fff}
.ann2-hero-actions a:last-child{
  border:1px solid rgba(255,255,255,.68);
  color:#fff;
}
.ann2-hero-actions a:last-child::before{background:#fff}
.ann2-hero-actions a:last-child:hover{
  color:var(--deep);
  border-color:#fff;
}


/* =========================
   Announcement document
   Hero 以下整份聲明視為同一份文件
========================= */

.ann2-document{
  padding:96px 0 118px;
  background:#f3f6f8;
}

.ann2-letter{
  position:relative;
  max-width:1180px;
  margin:0 auto;
  padding:76px 70px 0;
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  box-shadow:
    0 1px 0 rgba(5,29,49,.04),
    0 20px 60px rgba(5,29,49,.08);
}


/* Intro */
.ann2-letter-intro{
  max-width:980px;
  margin:0 auto;
  text-align:center;
}

.ann2-letter-kicker{
  display:block;
  margin-bottom:18px;
  color:var(--blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.18em;
}

.ann2-letter-title{
  margin:0;
  color:var(--deep);
  font-size:clamp(36px,4vw,56px);
  line-height:1.22;
  font-weight:900;
  letter-spacing:-.04em;
}

.ann2-letter-title span{
  display:block;
}

.ann2-letter-title span:first-child{
  white-space:nowrap;
}

.ann2-letter-line{
  width:52px;
  height:3px;
  margin:30px auto 26px;
  border-radius:999px;
  background:var(--blue);
}

.ann2-letter-intro p{
  max-width:900px;
  margin:0 auto;
  color:#5d7183;
  font-size:17px;
  line-height:2;
  font-weight:500;
}

.ann2-letter-intro p strong{
  color:var(--red);
  font-weight:900;
}

.ann2-official-link{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:50px;
  margin-top:26px;
  padding:0 22px;
  border:1px solid #d7e0e7;
  border-radius:999px;
  color:var(--deep);
  font-size:14px;
  font-weight:900;
  transition:color .3s ease,border-color .3s ease;
}

.ann2-official-link::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:var(--blue);
  transform:translateX(-102%);
  transition:transform .38s cubic-bezier(.2,.75,.25,1);
}

.ann2-official-link:hover::before{
  transform:translateX(0);
}

.ann2-official-link:hover{
  color:#fff;
  border-color:var(--blue);
}

.ann2-official-link b{
  font-size:17px;
  line-height:1;
}


/* Slogan + statement heading */
.ann2-letter-heading{
  margin-top:64px;
  padding-top:46px;
  border-top:1px solid #e3e9ee;
  text-align:center;
}

.ann2-slogan-text{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
  padding:10px 18px;

  border-radius:999px;
  background:#f3f5f7;
  border:1px solid #dde4e9;

  color:#41586b;

  font-size:18px;
  line-height:1.4;
  font-weight:900;
  letter-spacing:.04em;
}

.ann2-slogan-text::before,
.ann2-slogan-text::after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#7d8e9c;
  opacity:.28;
}

.ann2-slogan-text::before{
  margin-right:10px;
}

.ann2-slogan-text::after{
  margin-left:10px;
}

.ann2-letter-heading h3{
  margin:0;
  color:var(--blue);
  font-size:clamp(34px,3.4vw,46px);
  line-height:1.25;
  font-weight:900;
  letter-spacing:-.03em;
}

.ann2-letter-heading-note{
  margin:14px 0 0;
  color:#8798a6;
  font-size:14px;
  line-height:1.7;
  font-weight:600;
}


/* 3 statement cards */
.ann2-statement-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:42px;
}

.ann2-statement-card{
  position:relative;
  display:grid;
  grid-template-rows:auto auto 1fr;

  min-height:350px;
  padding:30px 28px;
  border:1px solid #e4eaf0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 8px 24px rgba(5,29,49,.045);
}

.ann2-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;

  margin:-30px -28px 26px;
  padding:22px 24px 18px;

  border-radius:22px 22px 0 0;
}

.ann2-statement-card:nth-child(1) .ann2-card-top{
  background:#eef5f9;
}

.ann2-statement-card:nth-child(2) .ann2-card-top{
  background:#f2f4f6;
}

.ann2-statement-card:nth-child(3) .ann2-card-top{
  background:#fff1f1;
}

.ann2-card-no{
  font-size:42px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.05em;
}

.ann2-statement-card:nth-child(1) .ann2-card-no{
  color:#4f7f9f;
}

.ann2-statement-card:nth-child(2) .ann2-card-no{
  color:#7b8793;
}

.ann2-statement-card:nth-child(3) .ann2-card-no{
  color:var(--red);
}

.ann2-card-top small{
  max-width:130px;
  font-size:10px;
  line-height:1.5;
  font-weight:900;
  letter-spacing:.11em;
  text-align:right;
}

.ann2-statement-card:nth-child(1) .ann2-card-top small{
  color:#5f89a9;
}

.ann2-statement-card:nth-child(2) .ann2-card-top small{
  color:#7d8e9d;
}

.ann2-statement-card:nth-child(3) .ann2-card-top small{
  color:#b15b5b;
}

.ann2-statement-card h4{
  min-height:calc(1.45em * 2);

  margin:0 0 16px;
  color:var(--deep);
  font-size:22px;
  line-height:1.45;
  font-weight:900;
}

.ann2-statement-card p{
  margin:0;
  color:#607486;
  font-size:15px;
  line-height:1.9;
  font-weight:500;
}

.ann2-statement-card p strong{
  color:var(--blue);
  font-weight:900;
}

.ann2-statement-card.is-alert{
  border-color:rgba(197,28,37,.22);
}

.ann2-statement-card.is-alert .ann2-card-no,
.ann2-statement-card.is-alert p strong{
  color:var(--red);
}


/* Letter closing */
.ann2-letter-final{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  align-items:stretch;
  margin:70px -70px 0;
  overflow:hidden;
  border-radius:0 0 26px 26px;
  background:var(--deep);
}

.ann2-letter-final-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:54px 58px;
  color:#fff;
  text-align:left;
}

.ann2-letter-final-copy>span{
  display:block;
  margin-bottom:12px;
  color:#9dd5ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
}

.ann2-letter-final-copy h3{
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(30px,3.2vw,43px);
  line-height:1.35;
  font-weight:900;
  letter-spacing:-.025em;
}

.ann2-letter-final-copy p{
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:15px;
  line-height:1.8;
  font-weight:500;
}

.ann2-letter-final-media{
  overflow:hidden;
}

.ann2-letter-final-media img{
  display:block;
  width:100%;
  height:100%;
  min-height:390px;
  object-fit:cover;
}


/* Tablet */
@media(max-width:991px){

  .ann2-document{
    padding:78px 0 92px;
  }

  .ann2-letter{
    padding:62px 42px 0;
  }

  .ann2-letter-title{
    font-size:clamp(34px,5vw,48px);
  }

  .ann2-statement-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .ann2-statement-card{
    min-height:0;
  }

  .ann2-letter-final{
    grid-template-columns:1fr;
    margin:58px -42px 0;
  }

  /* 手機/平板仍維持先圖再文的閱讀順序 */
  .ann2-letter-final-media{
    grid-column:1;
    grid-row:1;
  }

  .ann2-letter-final-copy{
    grid-column:1;
    grid-row:2;
    text-align:left;
  }

  .ann2-letter-final-media img{
    min-height:0;
    aspect-ratio:16/9;
  }
}


/* Mobile
   原則：版面視覺配置與桌機一致。
   Intro / slogan / 聲明標題桌機置中，手機也維持置中。
*/
@media(max-width:767px){

  .ann2-hero{
    min-height:700px;
  }

  .ann2-hero-copy{
    left:20px;
    right:20px;
    bottom:84px;
    width:auto;
  }

  .ann2-hero-copy h1{
    font-size:50px;
  }

  .ann2-hero-copy p{
    font-size:17px;
    line-height:1.7;
  }

  .ann2-hero-actions{
    flex-direction:column;
  }

  .ann2-hero-actions a{
    width:100%;
  }

  .ann2-document{
    padding:56px 0 70px;
  }

  .ann2-letter{
    padding:46px 20px 0;
    border-radius:20px;
  }

  .ann2-letter-intro{
    text-align:center;
  }

  .ann2-letter-kicker{
    margin-bottom:14px;
  }

  .ann2-letter-title{
    font-size:24px;
    line-height:1.3;
    letter-spacing:-.03em;
	text-align: center;
  }

  .ann2-letter-title span:first-child{
    white-space:normal;
  }

  .ann2-letter-line{
    margin:24px auto 22px;
  }

  .ann2-letter-intro p{
    font-size:15px;
    line-height:1.9;
    text-align:center;
  }

  .ann2-desktop-br{
    display:none;
  }

  .ann2-official-link{
    display:inline-flex;
    margin-top:22px;
    min-height:48px;
    padding:0 18px;
    font-size:13px;
  }
	
  .ann2-letter-heading{
    margin-top:46px;
    padding-top:36px;
    text-align:center;
  }

  .ann2-slogan-text{
    font-size:17px;
    text-align:center;
  }

  .ann2-letter-heading h3{
    font-size:32px;
    text-align:center;
  }

  .ann2-letter-heading-note{
    font-size:13px;
    text-align:center;
  }

  .ann2-statement-grid{
    margin-top:30px;
  }

  .ann2-statement-card{
    padding:24px;
    border-radius:18px;
  }

  .ann2-card-top{
    margin-bottom:22px;
  }

  .ann2-card-no{
    font-size:34px;
  }

  .ann2-statement-card h4{
    font-size:21px;
  }

  .ann2-letter-final{
    margin:52px -20px 0;
    border-radius:0 0 20px 20px;
  }

  .ann2-letter-final-copy{
    padding:34px 24px 40px;
    text-align:left;
  }

  .ann2-letter-final-copy h3{
    font-size:30px;
  }

  .ann2-letter-final-media img{
    aspect-ratio:16/10;
  }

  .ann2-page .hm-cta-inner{
    text-align:left;
  }
}


@media(prefers-reduced-motion:reduce){
  .ann2-official-link::before{
    transition:none!important;
  }
}

/* CTA */
.ann2-page .hm-cta{
  position:relative;
  overflow:hidden;
}
.ann2-page .hm-cta::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-120px;
  top:-190px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:50%;
  box-shadow:
    0 0 0 70px rgba(255,255,255,.04),
    0 0 0 140px rgba(255,255,255,.022);
}
.ann2-page .hm-cta-inner{
  position:relative;
  z-index:2;
}
.ann2-page .hm-cta a{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#fff;
  color:var(--blue);
  transition:color .3s ease;
}
.ann2-page .hm-cta a::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:var(--red);
  transform:translateX(-102%);
  transition:transform .38s cubic-bezier(.2,.75,.25,1);
}
.ann2-page .hm-cta a:hover::before{transform:translateX(0)}
.ann2-page .hm-cta a:hover{color:#fff}

@media(max-width:767px){

  .ann2-card-top{
    margin:-24px -24px 20px;
    padding:18px 20px 16px;
    border-radius:18px 18px 0 0;
  }

  .ann2-card-no{
    font-size:34px;
  }

  .ann2-statement-card h4{
    min-height:0;
    font-size:21px;
  }
}

@media(max-width:991px){
  .ann2-statement-card h4{
    min-height:0;
  }
}


/* =========================
   Fancybox popup version
========================= */

.ann2-popup{
  padding:30px;
}

.ann2-popup .ann2-letter{
  max-width:1100px;
  margin:0 auto;
}

@media(max-width:767px){

  .ann2-popup{
    padding:12px;
  }

  .ann2-popup .ann2-letter{
    border-radius:16px;
  }

}

/* ---------- contact-immersive.css ---------- */

.contact-im-page{
  background:#fff;
  color:var(--text);
}
.contact-im-page p{font-weight:500}
.contact-im-page .site-navbar{z-index:2200}


/* Hero */
.ct-hero{
  position:relative;
  height:100svh;
  min-height:760px;
  overflow:hidden;
  background:#061827;
}

.ct-hero-media,
.ct-hero-media img,
.ct-hero-shade{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.ct-hero-media img{
  object-fit:cover;
  object-position:center;
}

.ct-hero-shade{
  background:
    linear-gradient(90deg,rgba(3,14,24,.80),rgba(3,14,24,.36) 54%,rgba(3,14,24,.10)),
    linear-gradient(0deg,rgba(3,14,24,.42),transparent 56%);
}

.ct-hero-copy{
  position:absolute;
  z-index:2;
  left:max(6vw,40px);
  bottom:13%;
  width:min(790px,calc(100% - 80px));
  color:#fff;
}

.ct-hero-copy>span{
  display:inline-block;
  color:#bfe2ff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
}

.ct-hero-copy h1{
  margin:16px 0 20px;
  color:#fff;
  font-size:clamp(58px,7.8vw,106px);
  line-height:.98;
  font-weight:900;
  letter-spacing:-.055em;
}

.ct-hero-copy p{
  max-width:700px;
  margin:0;
  color:rgba(255,255,255,.84);
  font-size:clamp(18px,2vw,25px);
  line-height:1.75;
}

.ct-hero-actions{
  display:flex;
  gap:14px;
  margin-top:30px;
}

.ct-hero-actions a{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:999px;
  font-weight:800;
  transition:color .3s ease,border-color .3s ease;
}

.ct-hero-actions a::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  transform:translateX(-102%);
  transition:transform .38s cubic-bezier(.2,.75,.25,1);
}

.ct-hero-actions a:hover::before{transform:translateX(0)}

.ct-hero-actions a:first-child{
  background:#fff;
  color:var(--deep);
}
.ct-hero-actions a:first-child::before{background:var(--blue)}
.ct-hero-actions a:first-child:hover{color:#fff}

.ct-hero-actions a:last-child{
  border:1px solid rgba(255,255,255,.68);
  color:#fff;
}
.ct-hero-actions a:last-child::before{background:#fff}
.ct-hero-actions a:last-child:hover{
  color:var(--deep);
  border-color:#fff;
}


/* Contact */
.ct-section{
  padding:126px 0 136px;
}

.ct-contact-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:62px;
  align-items:center;
}

.ct-contact-copy h2{
  margin:14px 0 22px;
  color:var(--deep);
  font-size:clamp(42px,5vw,66px);
  line-height:1.12;
  font-weight:900;
  letter-spacing:-.04em;
}

.ct-contact-lead{
  max-width:610px;
  margin:0;
  color:#5b7082;
  font-size:16px;
  line-height:1.9;
}

.ct-contact-list{
  margin-top:42px;
  border-top:1px solid #e3e9ee;
}

.ct-contact-item{
  position:relative;
  display:grid;
  grid-template-columns:52px 1fr 28px;
  gap:18px;
  align-items:center;
  min-height:92px;
  padding:18px 4px;
  border-bottom:1px solid #e3e9ee;
  background:transparent;
  color:inherit;
}

.ct-contact-item::before{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:0;
  height:2px;
  background:var(--blue);
  transition:width .35s cubic-bezier(.2,.75,.25,1);
}

.ct-contact-item:hover::before{
  width:100%;
}

.ct-contact-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
}

.ct-contact-icon img{
  display:block;
  width:27px;
  height:27px;
  object-fit:contain;
}

.ct-contact-content{
  min-width:0;
}

.ct-contact-content strong{
  display:block;
  color:var(--deep);
  font-size:17px;
  line-height:1.55;
  font-weight:900;
  word-break:break-word;
}

.ct-contact-content small{
  display:block;
  margin-top:3px;
  color:#8a9aa8;
  font-size:12px;
  line-height:1.5;
  font-weight:700;
}

.ct-contact-arrow{
  color:#a6b3bd;
  font-size:18px;
  line-height:1;
  transition:transform .3s ease,color .3s ease;
}

.ct-contact-item:hover .ct-contact-arrow{
  color:var(--blue);
  transform:translateX(4px);
}

.ct-map{
  position:relative;
  overflow:hidden;
  min-height:620px;
  border-radius:28px;
  background:#e8edf1;
  box-shadow:0 18px 48px rgba(5,29,49,.10);
}

.ct-map iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.ct-map-caption{
  position:absolute;
  left:22px;
  bottom:22px;
  z-index:2;
  min-width:220px;
  padding:16px 18px;
  border-radius:16px;
  background:rgba(5,24,39,.84);
  backdrop-filter:blur(10px);
  color:#fff;
}

.ct-map-caption span{
  display:block;
  margin-bottom:3px;
  color:#9dd5ff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}

.ct-map-caption strong{
  font-size:17px;
  font-weight:900;
}


/* Preparation */
.ct-prep{
  padding:118px 0 126px;
  background:#f5f7fa;
}

.ct-prep-head{
  max-width:860px;
}

.ct-prep-head h2{
  margin:14px 0 18px;
  color:var(--deep);
  font-size:clamp(40px,5vw,64px);
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.04em;
}

.ct-prep-head p{
  margin:0;
  color:#607589;
  font-size:16px;
  line-height:1.8;
}

.ct-prep-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:54px;
}

.ct-prep-item{
  min-height:255px;
  padding:28px;
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 30px rgba(5,29,49,.05);
}

.ct-prep-item>span{
  display:block;
  margin-bottom:30px;
  color:#b7c5d0;
  font-size:38px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
}

.ct-prep-item h3{
  margin:0 0 12px;
  color:var(--deep);
  font-size:22px;
  font-weight:900;
}

.ct-prep-item p{
  margin:0;
  color:#65798a;
  font-size:15px;
  line-height:1.8;
}

.ct-prep-note{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-top:22px;
  padding:18px 20px;
  border-radius:16px;
  background:#fff1f1;
}

.ct-prep-note strong{
  color:var(--red);
  font-size:18px;
}

.ct-prep-note p{
  margin:0;
  color:#785a5a;
  font-size:14px;
  line-height:1.75;
}


@media(max-width:991px){
  .ct-contact-grid{
    grid-template-columns:1fr;
  }

  .ct-map{
    min-height:500px;
  }

  .ct-prep-grid{
    grid-template-columns:1fr;
  }
}


@media(max-width:767px){

  .ct-hero{
    height:100svh;
    min-height:700px;
  }

  .ct-hero-copy{
    left:20px;
    right:20px;
    bottom:80px;
    width:auto;
  }

  .ct-hero-copy h1{
    font-size:50px;
  }

  .ct-hero-copy p{
    font-size:17px;
    line-height:1.7;
  }

  .ct-hero-actions{
    flex-direction:column;
  }

  .ct-hero-actions a{
    width:100%;
  }

  .ct-section{
    padding:88px 0 94px;
  }

  .ct-contact-grid{
    gap:38px;
  }

  .ct-contact-copy h2{
    font-size:42px;
  }

  .ct-contact-list{
    margin-top:32px;
  }

  .ct-contact-item{
    grid-template-columns:46px 1fr 22px;
    gap:14px;
    min-height:84px;
    padding:16px 0;
  }

  .ct-contact-icon{
    width:44px;
    height:44px;
  }

  .ct-contact-icon img{
    width:24px;
    height:24px;
  }

.ct-map{
    min-height:420px;
    border-radius:20px;
  }

  .ct-map-caption{
    left:16px;
    right:16px;
    bottom:16px;
  }

  .ct-prep{
    padding:84px 0 90px;
  }

  .ct-prep-head h2{
    font-size:39px;
  }

  .ct-prep-grid{
    margin-top:38px;
  }

  .ct-prep-item{
    min-height:0;
    padding:24px;
    border-radius:18px;
  }

  .ct-prep-item>span{
    margin-bottom:22px;
    font-size:32px;
  }
}


@media(prefers-reduced-motion:reduce){
  .ct-hero-actions a::before,
.ct-contact-item::before{
  transition:none!important;
}
}

/* Contact CTA - LINE */
.ct-quick.hm-cta .hm-cta-inner > a::before{
  background:#06C755;
}

.ct-quick.hm-cta .hm-cta-inner > a:hover{
  border-color:#06C755;
  color:#fff;
}



/* =====================================================================
   V2 restart — Homepage announcement INLINE popup only
   ===================================================================== */

/* Remove the iframe/page wrapper gaps, but keep the original letter design. */
.home-announcement-inline,
.home-announcement-inline .ann2-document{
  width:100%;
  max-width:none;
}

.home-announcement-inline .ann2-document{
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
}

.home-announcement-inline .ann2-document > .hm-wrap{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

.home-announcement-inline .ann2-letter{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  box-sizing:border-box;
}

/* The final Family block bleeds to the exact letter/Fancybox inner edge,
   but never exceeds it. */
.home-announcement-inline .ann2-letter-final{
  max-width:none !important;
  box-sizing:border-box;
}

.home-announcement-inline .ann2-letter-final-media,
.home-announcement-inline .ann2-letter-final-media img{
  max-width:100% !important;
}

.home-announcement-inline .ann2-letter-final-media img{
  display:block;
  width:100% !important;
}

@media(max-width:767px){
  /* Requested: "NOAQ...獨家代理銷售" paragraph left aligned on mobile. */
  .home-announcement-inline .ann2-letter-intro,
  .home-announcement-inline .ann2-letter-intro p{
    text-align:left !important;
  }

  /* Keep Family block fully contained within the Fancybox inner width. */
  .home-announcement-inline .ann2-letter{
    overflow:hidden;
  }

  .home-announcement-inline .ann2-letter-final{
    width:auto !important;
    max-width:none !important;
  }

  .home-announcement-inline .ann2-letter-final-media,
  .home-announcement-inline .ann2-letter-final-copy{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box;
  }
}


/* =====================================================================
   Mobile popup v2 — reduce gray area / widen white announcement card
   ===================================================================== */
@media(max-width:767px){

  .home-announcement-inline{
    --ann2-mobile-bleed:28px;
  }

  .home-announcement-inline .ann2-document{
    padding:0 !important;
    margin:0 !important;
  }

  .home-announcement-inline .ann2-document > .hm-wrap{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
  }

  .home-announcement-inline .ann2-letter{
    width:calc(100% + (var(--ann2-mobile-bleed) * 2)) !important;
    max-width:none !important;
    margin:
      calc(var(--ann2-mobile-bleed) * -1)
      calc(var(--ann2-mobile-bleed) * -1)
      0 !important;
    box-sizing:border-box;
  }

  .home-announcement-inline .ann2-letter-final{
    width:auto !important;
    max-width:none !important;
    box-sizing:border-box;
  }

  .home-announcement-inline .ann2-letter-final-media,
  .home-announcement-inline .ann2-letter-final-copy{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box;
  }
}

@media(max-width:767px){

  .home-announcement-inline .ann2-official-link{
    display:flex;
    width:fit-content;
    max-width:100%;
    margin:24px auto 0;
    justify-content:center;
  }

}

.ct-company-title{
  margin:0;
}

.ct-company-label{
  display:block;
  margin-bottom:8px;
  font-size:18px;
  line-height:1.4;
  font-weight:bold;
  letter-spacing:.12em;
  color:var(--red);
}

.ct-company-name{
  display:block;
  font-size:clamp(34px,4vw,52px);
  line-height:1.15;
  font-weight:900;
  color:var(--deep);
}