:root {
  --bg: #070914;
  --bg-soft: #10172d;
  --panel: rgba(9, 16, 35, 0.82);
  --panel-strong: rgba(10, 18, 40, 0.96);
  --line: rgba(109, 160, 255, 0.24);
  --text: #eef4ff;
  --muted: #a6b6d9;
  --cyan: #4de7ff;
  --blue: #5a7bff;
  --pink: #ff4fd8;
  --gold: #f3cf77;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(77, 231, 255, 0.1), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(255, 79, 216, 0.08), transparent 20%),
    linear-gradient(180deg, #05070f 0%, #080d18 35%, #09101d 100%);
  line-height: 1.7;
  padding-top: 84px;
}

.form-page--light {
  color: #1f2c45;
  background:
    radial-gradient(circle at top left, rgba(77, 231, 255, 0.12), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(90, 123, 255, 0.1), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f5f8ff 55%, #eef3fb 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section--tight {
  padding-top: 56px;
}

#trends {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(77, 231, 255, 0.14), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(90, 123, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 52%, #edf3ff 100%);
}

#trends::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 40%),
    linear-gradient(180deg, rgba(77, 231, 255, 0.06), transparent 38%);
  pointer-events: none;
}

#trends .container {
  position: relative;
}

#trends .eyebrow {
  color: #1c7bd9;
}

#trends .section-heading h2,
#trends .section-heading p,
#trends .stat-card__title,
#trends .stat-card__text {
  color: #1c2740;
}

#trends .stat-card__text,
#trends .section-heading p {
  color: #50617f;
}

#trends .stat-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.98));
  border: 2px solid rgba(143, 177, 227, 0.35);
  box-shadow: 0 18px 40px rgba(30, 66, 122, 0.08);
}

#trends .stat-card::after {
  background: radial-gradient(circle, rgba(77, 231, 255, 0.12), transparent 70%);
}

#trends .stat-card__value {
  color: #144a87;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.98) 58%, transparent 59%),
    conic-gradient(#1aa4ff calc(var(--percent) * 1%), rgba(28, 39, 64, 0.12) 0);
  box-shadow:
    inset 0 0 0 1px rgba(103, 149, 214, 0.18),
    0 10px 24px rgba(48, 92, 160, 0.1);
}

#trends .stat-card__value::before {
  background:
    radial-gradient(circle at 30% 30%, rgba(77, 231, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 245, 255, 0.98));
  border: 1px solid rgba(103, 149, 214, 0.16);
}

#trends .stat-card__value::after {
  background: radial-gradient(circle, rgba(77, 231, 255, 0.18), transparent 68%);
}

.section--panel {
  position: relative;
}

.section--panel::before {
  content: "";
  position: absolute;
  inset: 22px 0;
  background: linear-gradient(180deg, rgba(17, 27, 53, 0.7), rgba(7, 12, 25, 0.88));
  border-top: 1px solid rgba(96, 155, 255, 0.18);
  border-bottom: 1px solid rgba(96, 155, 255, 0.18);
  pointer-events: none;
}

.section--panel .container {
  position: relative;
}

#products {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(77, 231, 255, 0.14), transparent 24%),
    radial-gradient(circle at 85% 16%, rgba(90, 123, 255, 0.1), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 54%, #eef4fb 100%);
}

#products.section--panel::before {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.55), transparent 42%),
    linear-gradient(180deg, rgba(77, 231, 255, 0.05), transparent 38%);
  border-top: 1px solid rgba(122, 160, 220, 0.18);
  border-bottom: 1px solid rgba(122, 160, 220, 0.18);
}

#products .section-heading h2,
#products .section-heading p,
#products .product-card h3,
#products .product-card p,
#products .product-card li,
#products .data-table td,
#products .data-table tbody th {
  color: #22314f;
}

#products .eyebrow {
  color: #2677cf;
}

#products .product-card,
#products .product-card--featured {
  background:
    linear-gradient(180deg, rgba(230, 230, 230, 1), rgba(230, 230, 230, 1 ));
  border: 2px solid rgba(143, 177, 227, 0.36);
  box-shadow: 0 18px 40px rgba(30, 66, 122, 0.08);
}

#products .product-card::after {
  background: radial-gradient(circle, rgba(77, 231, 255, 0.12), transparent 70%);
}

#products .product-card__badge {
  color: #167adf;
  background: rgba(38, 119, 207, 0.08);
  border-color: rgba(38, 119, 207, 0.18);
}

#products .table-wrap {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(118, 153, 210, 0.48);
}

#products .data-table th {
  color: #167adf;
  background: rgba(236, 243, 255, 0.98);
}

#products .data-table tbody tr:nth-child(even) td {
  background: rgba(38, 119, 207, 0.03);
}

#products .data-table tbody th {
  background: rgba(230, 239, 255, 0.75);
}

#architecture .table-wrap {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.98));
  border-color: rgba(135, 171, 227, 0.56);
  box-shadow: 0 18px 40px rgba(19, 44, 87, 0.12);
}

#architecture {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(77, 231, 255, 0.14), transparent 24%),
    radial-gradient(circle at 85% 16%, rgba(90, 123, 255, 0.1), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 54%, #eef4fb 100%);
}

#architecture::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.55), transparent 42%),
    linear-gradient(180deg, rgba(77, 231, 255, 0.05), transparent 38%);
  pointer-events: none;
}

#architecture .container {
  position: relative;
}

#architecture .eyebrow {
  color: #2677cf;
}

#architecture .section-heading h2,
#architecture .section-heading p {
  color: #22314f;
}

#architecture .architecture-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.98));
  border: 2px solid rgba(143, 177, 227, 0.36);
  box-shadow: 0 18px 40px rgba(30, 66, 122, 0.08);
}

#architecture .architecture-card::after {
  background: radial-gradient(circle, rgba(77, 231, 255, 0.12), transparent 70%);
}

#architecture .data-table--compare th,
#architecture .data-table--compare td {
  color: #22314f;
}

#architecture .data-table--compare thead th {
  color: #126fcb;
  background: rgba(229, 238, 255, 0.98);
}

#architecture .data-table--compare tbody th {
  background: rgba(238, 245, 255, 0.92);
  color: #1c3357;
}

#architecture .data-table--compare tbody td {
  background: rgba(255, 255, 255, 0.96);
}

#architecture .data-table--compare tbody tr:nth-child(even) td {
  background: rgba(239, 245, 255, 0.92);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-family: "Barlow", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: none;
}

.section-heading {
  max-width: 1000px;
  margin-bottom: 40px;
}

.section-heading h2,
.split__content h2,
.cta-block h2,
.footer__title {
  margin: 0 0 14px;
  font-family: "Barlow", sans-serif;
  line-height: 1.05;
}

.section-heading h2,
.split__content h2,
.cta-block h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
}

.section-heading p,
.split__content p,
.cta-block p,
.product-card p,
.capability-card p,
.workstation-card p,
.stat-card__text {
  color: var(--muted);
  font-size: 18px;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(4, 8, 18, 0.7);
  border-bottom: 1px solid rgba(133, 181, 255, 0.14);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.site-header__brand {
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: none;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--cyan);
}

.form-page--light .site-header {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(125, 150, 193, 0.2);
}

.form-page--light .site-header__brand,
.form-page--light .site-nav a {
  color: #22314f;
}

.form-page--light .nav-toggle-button {
  border-color: rgba(125, 150, 193, 0.28);
  background: rgba(31, 44, 69, 0.04);
}

.form-page--light .nav-toggle-button span {
  background: #22314f;
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-toggle-button {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(164, 200, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.nav-toggle-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero__bg,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__bg {
  background:
    linear-gradient(90deg, rgba(6, 10, 20, 0.4) 0%, rgba(6, 10, 20, 0.72) 46%, rgba(6, 10, 20, 0.94) 100%),
    url("assets/image1.jpg") center center / cover no-repeat;
  transform: scale(1.05);
}

.hero__overlay {
  background:
    radial-gradient(circle at left center, rgba(77, 231, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(5, 9, 18, 0.2) 0%, rgba(5, 9, 18, 0.82) 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 96px 0;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 420px);
  gap: 40px;
  align-items: center;
}

.hero h1 {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: clamp(3rem, 6.5vw, 4.3rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.hero__lead {
  max-width: 800px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  color: #dce6ff;
}

.hero__visual {
  display: flex;
  justify-content: flex-end;
}

.hero-chip {
  position: relative;
  width: min(100%, 390px);
  padding: 26px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(8, 16, 34, 0.88), rgba(7, 12, 24, 0.96));
  border: 1px solid rgba(109, 160, 255, 0.22);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.38);
}

.hero-chip::before {
  content: "";
  position: absolute;
  inset: -12% auto auto -12%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(77, 231, 255, 0.28), transparent 70%);
  pointer-events: none;
}

.hero-chip img {
  position: relative;
  width: 100%;
  border-radius: 18px;
}

.hero__actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: #051019;
  background: linear-gradient(135deg, var(--cyan), #9ae7ff);
  box-shadow: 0 12px 28px rgba(77, 231, 255, 0.28);
}

.button--ghost {
  color: var(--text);
  border-color: rgba(164, 200, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

.stats-grid,
.capability-grid,
.product-grid {
  display: grid;
  gap: 20px;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card,
.capability-card,
.product-card,
.workstation-card,
.cta-block,
.architecture-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(12, 20, 40, 0.94), rgba(8, 14, 28, 0.94));
  border: 2px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 2px 2px 1px #229cf2;
}

.stat-card,
.capability-card,
.product-card,
.workstation-card {
  padding: 28px;
}

.stat-card::after,
.capability-card::after,
.product-card::after,
.workstation-card::after,
.architecture-card::after,
.cta-block::after {
  content: "";
  position: absolute;
  inset: auto -15% -55% auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(77, 231, 255, 0.18), transparent 70%);
  pointer-events: none;
}

.stat-card__value {
  --percent: 0;
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(126px, 16vw, 158px);
  aspect-ratio: 1;
  margin: 0;
  margin-bottom: 18px;
  color: var(--text);
  font-family: "Barlow", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(9, 16, 35, 0.98) 58%, transparent 59%),
    conic-gradient(var(--cyan) calc(var(--percent) * 1%), rgba(255, 255, 255, 0.08) 0);
  box-shadow:
    inset 0 0 0 1px rgba(164, 200, 255, 0.14),
    0 10px 24px rgba(0, 0, 0, 0.24);
}

.stat-card__value::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(77, 231, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(13, 24, 48, 0.96), rgba(8, 14, 28, 0.98));
  border: 1px solid rgba(164, 200, 255, 0.1);
  z-index: -1;
}

.stat-card__value::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77, 231, 255, 0.14), transparent 68%);
  z-index: -2;
  pointer-events: none;
}

.stat-card__value {
  isolation: isolate;
}

.stat-card__title {
  margin: 0 0 6px;
  font-size: 1.08rem;
  font-weight: 700;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: center;
}

.split__media {
  position: relative;
}

.split__media img,
.architecture-card img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
}

.split__media--chip,
.split__media--chart {
  padding: 0px;
  background: linear-gradient(180deg, rgba(10, 16, 33, 0.9), rgba(6, 10, 20, 0.96));
  border: 2px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.feature-list,
.product-card ul,
.footnotes {
  margin: 22px 0 0;
  padding-left: 20px;
}

.feature-list li,
.product-card li,
.footnotes li {
  margin-bottom: 10px;
  color: var(--text);
}

.capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dayliy-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 28px;
  align-items: center;
  margin-bottom: 32px;
}

.dayliy-intro__logo {
  display: flex;
  justify-content: flex-end;
}

.dayliy-intro__logo img {
  width: min(100%, 200px);
  height: auto;
 
}

.dayliy-intro__logo2 {
  display: flex;
  justify-content: flex-end;
}

.dayliy-intro__logo2 img {
  width: min(100%, 200px);
  height: auto;
}

.capability-card h3,
.product-card h3,
.workstation-card h3 {
  margin: 0 0 12px;
  font-family: "Barlow", sans-serif;
  font-size: 1.65rem;
  line-height: 1.1;
}

.value-callout {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  padding: 22px 24px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(77, 231, 255, 0.12), rgba(90, 123, 255, 0.12));
  border: 3px solid rgba(135, 200, 255, 0.22);
}

.value-callout__amount {
  font-family: "Barlow", sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 800;
  line-height: 1;
  color: var(--gold);
}

.value-callout__label {
  color: var(--muted);
  font-weight: 700;
}

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

.value-metric {
  padding: 22px 20px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 2px solid rgba(126, 182, 255, 0.18);
  box-shadow: 0 20px 36px rgba(3, 10, 26, 0.18);
}

.value-metric__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.value-metric__number {
  display: block;
  margin-bottom: 10px;
  font-family: "Barlow", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  color: var(--gold);
}

.value-metric p {
  margin: 0;
  color: var(--text);
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 2px solid rgba(126, 182, 255, 0.34);
  background: rgba(8, 14, 28, 0.92);
  box-shadow: var(--shadow);
  margin: 1rem 0;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  border-right: 2px solid rgba(126, 182, 255, 0.24);
  border-bottom: 2px solid rgba(126, 182, 255, 0.24);
}

.data-table th:last-child,
.data-table td:last-child {
  border-right: 0;
}

.data-table th {
  color: var(--cyan);
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: none;
  background: rgba(9, 17, 34, 0.96);
  border-bottom: 2px solid rgba(126, 182, 255, 0.42);
}

.data-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}

.data-table tbody th {
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  color: var(--text);
  font-weight: 700;
  border-right: 2px solid rgba(126, 182, 255, 0.24);
  border-bottom: 2px solid rgba(126, 182, 255, 0.24);
  background: rgba(255, 255, 255, 0.03);
}

.data-table--compare th:first-child {
  width: 20%;
}

#architecture > .container > .capability-grid {
  display: none;
}

#trends > .container > .table-wrap {
  display: none;
}

.architecture-card {
  padding: 24px;
}

.ft-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.product-card {
  min-height: 100%;
}

.product-card--featured {
  background:
    linear-gradient(180deg, rgba(13, 24, 48, 0.95), rgba(9, 15, 32, 0.96)),
    radial-gradient(circle at top right, rgba(77, 231, 255, 0.14), transparent 30%);
}

.product-card__badge,
.workstation-card__label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(77, 231, 255, 0.1);
  border: 1px solid rgba(77, 231, 255, 0.22);
  font-size: 0.88rem;
  font-weight: 700;
}

.workload-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.workload-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(155, 190, 255, 0.16);
}

.section--cta {
  padding-top: 56px;
}

#contact.section--cta {
  position: relative;
  overflow: hidden;
}

#contact.section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(255, 224, 110, 0.18), transparent 20%),
    radial-gradient(circle at 82% 18%, rgba(77, 231, 255, 0.16), transparent 22%),
    radial-gradient(circle at 72% 78%, rgba(255, 79, 216, 0.12), transparent 18%);
  pointer-events: none;
}

.cta-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
}

#contact .cta-block {
  position: relative;
  background:
    linear-gradient(135deg, rgba(8, 17, 39, 0.96) 0%, rgba(14, 35, 77, 0.94) 45%, rgba(11, 22, 48, 0.96) 100%);
  border: 2px solid rgba(255, 223, 112, 0.28);
  box-shadow:
    0 28px 60px rgba(4, 10, 24, 0.36),
    0 0 0 1px rgba(77, 231, 255, 0.08) inset;
}

#contact .cta-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.06) 28%, transparent 46%),
    radial-gradient(circle at top right, rgba(255, 223, 112, 0.18), transparent 24%);
  pointer-events: none;
}

#contact .cta-copy {
  max-width: 760px;
}

#contact .eyebrow {
  color: #ffd75e;
}

#contact .cta-block h2 {
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
}

#contact .cta-block p {
  color: #e9f2ff;
}

#contact .cta-actions {
  align-items: center;
}

#contact .cta-button {
  position: relative;
  min-height: 68px;
  padding: 0 34px;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #ffe976 0%, #ffd14b 38%, #7ff6ff 100%);
  box-shadow:
    0 18px 34px rgba(255, 209, 75, 0.28),
    0 0 22px rgba(127, 246, 255, 0.24);
  overflow: hidden;
}

#contact .cta-button::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -30%;
  width: 36%;
  height: 140%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  transform: rotate(16deg);
  animation: ctaShine 2.8s linear infinite;
}

#contact .cta-button::after {
  content: "";
  position: absolute;
  inset: auto auto 8px 14px;
  width: calc(100% - 28px);
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.52), transparent 70%);
  opacity: 0.75;
}

#contact .cta-button:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 22px 42px rgba(255, 209, 75, 0.32),
    0 0 26px rgba(127, 246, 255, 0.28);
}

@keyframes ctaShine {
  0% {
    left: -35%;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  42% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}

.footer {
  padding: 36px 0 64px;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
}

.footer__brand {
  margin-bottom: 20px;
}

.footer__brand img {
  width: 210px;
  max-width: 100%;
}

.footer__title {
  font-size: 1.1rem;
}

.footnotes {
  color: var(--muted);
}

.subpage {
  min-height: calc(100vh - 84px);
}

.subpage-hero {
  position: relative;
  padding: 96px 0 34px;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 14, 30, 0.85), rgba(7, 14, 30, 0.45)),
    url("assets/image1.jpg") center / cover no-repeat;
  opacity: 0.35;
  pointer-events: none;
}

.subpage-hero .container,
.form-section .container,
.thankyou-section .container {
  position: relative;
}

.subpage-hero h1,
.thankyou-card h1 {
  margin: 0 0 14px;
  font-family: "Barlow", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.98;
}

.subpage-hero__lead {
  max-width: 760px;
  color: var(--muted);
}

.form-section {
  padding-top: 24px;
}

.form-page--light .form-section {
  padding-top: 48px;
  padding-bottom: 88px;
}

.form-shell,
.thankyou-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 36px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(11, 19, 39, 0.96), rgba(8, 13, 27, 0.96));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.form-page--light .form-shell {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.98));
  border: 1px solid rgba(140, 169, 214, 0.26);
  box-shadow: 0 22px 48px rgba(31, 63, 116, 0.08);
}

.form-shell:has(.embedded-form) {
  max-width: 1080px;
}

.form-shell__intro {
  margin-bottom: 26px;
  font-size: 18px;
}

.form-page--light .form-shell__intro,
.form-page--light .form-shell__intro p,
.form-page--light .form-shell__intro h2 {
  color: #22314f;
}

.form-page--light .form-shell__intro .eyebrow {
  color: #2677cf;
}

.form-shell__intro h2 {
  margin: 0 0 12px;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
}

.lead-form {
  display: grid;
  gap: 18px;
}

.embedded-form {
  color: var(--text);
  font-size: 18px;
}

.form-page--light .embedded-form {
  color: #23314e;
}

.embedded-form > script + script + form,
.embedded-form form {
  margin-top: 12px;
}

.embedded-form .form-horizontal fieldset {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  border: 0;
}

.embedded-form .form-group {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 16px 22px;
  align-items: start;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.embedded-form .form-group:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.embedded-form .control-label,
.embedded-form .form-group > label:first-child {
  display: block;
  color: var(--text);
  font-weight: 700;
  line-height: 1.7;
  font-size: 18px;
}

.form-page--light .embedded-form .control-label,
.form-page--light .embedded-form .form-group > label:first-child {
  color: #22314f;
}

.embedded-form .required span {
  color: #7fe6ff;
  margin-right: 6px;
}

.form-page--light .embedded-form .required span {
  color: #167adf;
}

.embedded-form .col-sm-9,
.embedded-form .col-sm-offset-3 {
  min-width: 0;
}

.embedded-form .col-sm-9 > label,
.embedded-form .col-sm-offset-3 > label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 16px 12px 0;
  padding: 12px 14px;
  border: 1px solid rgba(151, 189, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: #d8e4ff;
  line-height: 1.6;
  font-size: 18px;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.form-page--light .embedded-form .col-sm-9 > label,
.form-page--light .embedded-form .col-sm-offset-3 > label {
  border-color: rgba(138, 167, 211, 0.26);
  background: rgba(255, 255, 255, 0.95);
  color: #31425f;
}

.embedded-form .col-sm-9 > label:hover,
.embedded-form .col-sm-offset-3 > label:hover {
  border-color: rgba(77, 231, 255, 0.24);
  background: rgba(77, 231, 255, 0.06);
}

.form-page--light .embedded-form .col-sm-9 > label:hover,
.form-page--light .embedded-form .col-sm-offset-3 > label:hover {
  border-color: rgba(38, 119, 207, 0.28);
  background: rgba(38, 119, 207, 0.06);
}

.embedded-form .col-sm-9 > label:has(input[type="radio"]:checked),
.embedded-form .col-sm-offset-3 > label:has(input[type="radio"]:checked),
.embedded-form .col-sm-9 > label:has(input[type="checkbox"]:checked),
.embedded-form .col-sm-offset-3 > label:has(input[type="checkbox"]:checked) {
  border-color: rgba(77, 231, 255, 0.44);
  background: linear-gradient(135deg, rgba(77, 231, 255, 0.16), rgba(90, 123, 255, 0.12));
  box-shadow: 0 10px 24px rgba(77, 231, 255, 0.12);
  color: #ffffff;
}

.form-page--light .embedded-form .col-sm-9 > label:has(input[type="radio"]:checked),
.form-page--light .embedded-form .col-sm-offset-3 > label:has(input[type="radio"]:checked),
.form-page--light .embedded-form .col-sm-9 > label:has(input[type="checkbox"]:checked),
.form-page--light .embedded-form .col-sm-offset-3 > label:has(input[type="checkbox"]:checked) {
  border-color: rgba(38, 119, 207, 0.34);
  background: linear-gradient(135deg, rgba(38, 119, 207, 0.12), rgba(77, 231, 255, 0.12));
  box-shadow: 0 10px 22px rgba(38, 119, 207, 0.1);
  color: #18355a;
}

.embedded-form input[type="text"],
.embedded-form input[type="email"],
.embedded-form input[type="tel"],
.embedded-form select,
.embedded-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  border: 1px solid rgba(151, 189, 255, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font: inherit;
  font-size: 18px;
}

.form-page--light .embedded-form input[type="text"],
.form-page--light .embedded-form input[type="email"],
.form-page--light .embedded-form input[type="tel"],
.form-page--light .embedded-form select,
.form-page--light .embedded-form textarea {
  border-color: rgba(138, 167, 211, 0.34);
  background: rgba(255, 255, 255, 0.96);
  color: #22314f;
}

.embedded-form select {
  appearance: none;
  background: rgba(10, 18, 36, 0.96);
  color: #eef4ff;
}

.form-page--light .embedded-form select {
  background: #f7faff;
  color: #22314f;
}

.embedded-form select option {
  background: #0b1327;
  color: #eef4ff;
}

.form-page--light .embedded-form select option {
  background: #ffffff;
  color: #22314f;
}

.embedded-form input::placeholder,
.embedded-form textarea::placeholder {
  color: #8a9abc;
}

.form-page--light .embedded-form input::placeholder,
.form-page--light .embedded-form textarea::placeholder {
  color: #7f8faa;
}

.embedded-form input:focus,
.embedded-form select:focus,
.embedded-form textarea:focus {
  outline: 2px solid rgba(77, 231, 255, 0.3);
  border-color: rgba(77, 231, 255, 0.46);
}

.form-page--light .embedded-form input:focus,
.form-page--light .embedded-form select:focus,
.form-page--light .embedded-form textarea:focus {
  outline: 2px solid rgba(38, 119, 207, 0.18);
  border-color: rgba(38, 119, 207, 0.42);
}

.embedded-form input[type="radio"],
.embedded-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 0.3em;
  accent-color: #4de7ff;
}

.form-page--light .embedded-form input[type="radio"],
.form-page--light .embedded-form input[type="checkbox"] {
  accent-color: #2677cf;
}

.embedded-form .btn.btn-primary,
.embedded-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), #9ae7ff);
  color: #051019;
  font: inherit;
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(77, 231, 255, 0.28);
}

.embedded-form .g-recaptcha {
  overflow: hidden;
}

.embedded-form noscript p {
  width: auto !important;
  margin: 0 0 16px !important;
  border-radius: 16px;
}

.form-page--light .embedded-form noscript p {
  background-color: #fff6f6 !important;
  border-color: #e6b6b6 !important;
  color: #6f2e2e;
}

.form-field {
  display: grid;
  gap: 10px;
}

.form-field span {
  font-weight: 700;
}

.form-field input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(151, 189, 255, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

.form-field input::placeholder {
  color: #8090b6;
}

.form-field input:focus {
  outline: 2px solid rgba(77, 231, 255, 0.3);
  border-color: rgba(77, 231, 255, 0.46);
}

.form-actions,
.thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.form-actions .button,
.thankyou-actions .button {
  cursor: pointer;
}

.thankyou-section {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 84px - 132px);
}

.thankyou-card {
  text-align: center;
}

.thankyou-card p {
  color: var(--muted);
}

.thankyou-actions {
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 1080px) {
  .stats-grid,
  .capability-grid,
  .product-grid,
  .split,
  .dayliy-intro {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    padding: 88px 0 72px;
    grid-template-columns: 1fr;
  }

  .cta-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__visual {
    justify-content: flex-start;
  }

  .dayliy-intro__logo {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 72px 0;
  }

  .container {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .hero__bg {
    background-position: 24% center;
  }

  .site-header__inner {
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    min-height: auto;
    flex-direction: row;
  }

  .nav-toggle-button {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid rgba(164, 200, 255, 0.16);
    background: rgba(5, 10, 20, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }

  .site-nav a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .nav-toggle:checked + .nav-toggle-button + .site-nav {
    display: flex;
  }

  .nav-toggle:checked + .nav-toggle-button span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-button span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-button span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hero h1 {
    line-height: 1;
  }

  .stat-card,
  .capability-card,
  .product-card,
  .workstation-card,
  .cta-block,
  .architecture-card,
  .form-shell,
  .thankyou-card,
  .split__media--chip,
  .split__media--chart {
    padding: 22px;
    border-radius: 22px;
  }

  .button {
    width: 100%;
  }

  .hero__actions,
  .cta-actions,
  .form-actions,
  .thankyou-actions {
    width: 100%;
  }

  .form-actions .button,
  .thankyou-actions .button {
    width: 100%;
  }

  .embedded-form .form-group {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .embedded-form .col-sm-9 > label,
  .embedded-form .col-sm-offset-3 > label {
    display: flex;
    margin-right: 0;
  }

  .data-table {
    min-width: 680px;
  }
}

.fixed-cta {
  position: fixed;
  right: 22px;
  bottom: 310px;
  z-index: 32;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 148px;
  padding: 10px 10px 14px;
  border-radius: 4px;
  background: rgba(211, 79, 30, 1);
  color: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow:
    0 22px 42px rgba(0, 10, 30, 0.28),
    0 0 0 2px rgba(255, 255, 255, 0.14),
    0 0 30px rgba(127, 246, 255, 0.34);
  overflow: hidden;
}

.fixed-cta2 {
  position: fixed;
  right: 22px;
  bottom: 110px;
  z-index: 32;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 148px;
  padding: 10px 10px 14px;
  border-radius: 4px;
  background: #baa262;
  color: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow:
    0 22px 42px rgba(0, 10, 30, 0.28),
    0 0 0 2px rgba(255, 255, 255, 0.14),
    0 0 30px rgba(186, 162, 98, 0.34);
  overflow: hidden;
}

.fixed-cta img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 14px 24px rgba(0, 0, 0, 0.22),
    0 0 18px rgba(127, 246, 255, 0.2);
}

.fixed-cta span {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(121, 244, 255, 0.18);
}

.fixed-cta2 span {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.18);
}

.fixed-cta::before {
  content: "";
  position: absolute;
  inset: -18% auto -18% -22%;
  width: 34%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
  animation: fixedCtaShine 2.2s linear infinite;
}

.fixed-cta2::before {
  content: "";
  position: absolute;
  inset: -18% auto -18% -22%;
  width: 34%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
  animation: fixedCtaShine 2.2s linear infinite;
}

.fixed-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.36) inset,
    0 0 28px rgba(255, 220, 90, 0.32) inset;
  animation: fixedCtaPulse 1.8s ease-in-out infinite;
}

.fixed-cta2::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.36) inset,
    0 0 28px rgba(255, 255, 255, 0.24) inset;
  animation: fixedCtaPulse 1.8s ease-in-out infinite;
}

.fixed-cta2 img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 14px 24px rgba(0, 0, 0, 0.22),
    0 0 18px rgba(127, 246, 255, 0.2);
}



@keyframes fixedCtaShine {
  0% {
    left: -30%;
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  50% {
    left: 115%;
    opacity: 0;
  }
  100% {
    left: 115%;
    opacity: 0;
  }
}

@keyframes fixedCtaPulse {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.03);
    filter: brightness(1.08);
  }
}

@media (max-width: 980px) {
  .value-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .fixed-cta {
    right: 14px;
    bottom: 188px;
    width: 118px;
    padding: 8px 8px 12px;
    font-size: 0.92rem;
  }

  .fixed-cta img {
    width: 100%;
  }

  .fixed-cta2 {
    right: 14px;
    bottom: 18px;
    width: 118px;
    padding: 8px 8px 12px;
    font-size: 0.92rem;
  }

  .fixed-cta2 img {
    width: 100%;
  }
}
