﻿@charset "UTF-8";
:root {
  --ir-blue: #5964d7;
  --ir-blue-dark: #061e3d;
  --ir-blue-soft: #eef1ff;
  --ir-blue-line: #cbd2ff;
  --ir-orange: #ff9b55;
  --ir-orange-soft: #fff2e8;
  --ir-bg: #eef3fb;
  --ir-card: #fff;
  --ir-muted: #5c6b84;
  --ir-border: rgba(74, 88, 170, 0.16);
  --ir-shadow: 0 22px 60px rgba(24, 39, 94, 0.12);
  --ir-shadow-soft: 0 12px 30px rgba(24, 39, 94, 0.09);
  --bs-primary: var(--ir-blue);
  --bs-primary-rgb: 89,100,215;
  --bs-body-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans TC, Microsoft JhengHei, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ir-blue-dark);
  background: radial-gradient(circle at 8% 2%, rgba(255, 155, 85, 0.18), transparent 28rem), radial-gradient(circle at 88% 8%, rgba(89, 100, 215, 0.16), transparent 28rem), linear-gradient(180deg, #f8faff 0%, var(--ir-bg) 55%, #f9fbff 100%);
  overflow-x: hidden;
}

form {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

#contact .btn:hover {
  background-color: #ff9b55;
  color: #fff !important;
  border-color: #ff9b55;
}

.container {
  max-width: 1180px;
}

.navbar {
  --bs-navbar-padding-y:.85rem;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(89, 100, 215, 0.1);
  z-index: 1030;
}

.brand-mark {
  width: 58px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.navbar-brand, .fw-black {
  font-weight: 900;
}

.navbar-brand .fw-semibold {
  font-size: 14px;
  margin-top: 5px;
}

.nav-link {
  font-weight: 800;
  color: #32415c;
}

.nav-link:hover {
  color: var(--ir-blue);
}

.btn-ir-primary {
  border: 0;
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  background: linear-gradient(135deg, #5964d7, #7d86e8);
  box-shadow: 0 15px 32px rgba(89, 100, 215, 0.26);
}

.btn-ir-primary:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(89, 100, 215, 0.34);
}

.btn-ir-light {
  border: 1px solid var(--ir-border);
  background: #fff;
  color: var(--ir-blue-dark);
  font-weight: 900;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  box-shadow: 0 12px 26px rgba(24, 39, 94, 0.08);
}

.btn-ir-light:hover {
  border-color: var(--ir-blue-line);
  color: var(--ir-blue);
}

.section-pad {
  padding: 5.5rem 0;
}

.bg-soft {
  background: rgba(255, 255, 255, 0.42);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--ir-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ir-blue);
  font-weight: 900;
  padding: 0.45rem 0.85rem;
  font-size: 0.9rem;
  box-shadow: 0 8px 22px rgba(24, 39, 94, 0.06);
}

.eyebrow .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ir-orange);
  box-shadow: 0 0 0 5px rgba(255, 155, 85, 0.18);
}

.section-title {
  font-size: clamp(2rem, 4.2vw, 3.45rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.15;
}

.section-copy {
  color: var(--ir-muted);
  line-height: 1.9;
  font-size: 1.05rem;
}

.hero {
  padding: 8rem 0 5rem;
}

.hero-title {
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 1000;
  line-height: 0.98;
  letter-spacing: -0.07em;
  margin: 1.25rem 0 1.4rem;
}

.em-clean {
  position: relative;
  display: inline-block;
  color: #5964d7;
}

.em-clean::after {
  content: "";
  position: absolute;
  left: 0.02em;
  right: 0.12em;
  bottom: 0.08em;
  height: 0.18em;
  background: linear-gradient(90deg, rgba(255, 155, 85, 0.34), rgba(255, 155, 85, 0.1));
  border-radius: 999px;
  z-index: -1;
}

.text-orange-dot {
  color: var(--ir-orange);
}

.hero-copy {
  font-size: 1.15rem;
  line-height: 2;
  color: var(--ir-muted);
  max-width: 620px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.hero-point {
  border: 1px solid var(--ir-border);
  background: #fff;
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  font-weight: 800;
  color: #32415c;
}

.stat-card, .soft-card, .feature-card, .role-card, .screen-card, .quote-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--ir-border);
  box-shadow: var(--ir-shadow-soft);
}

.stat-card {
  border-radius: 22px;
  padding: 1.15rem;
}

.stat-num {
  font-size: 2rem;
  color: var(--ir-blue);
  font-weight: 1000;
  line-height: 1;
}

.hero-visual {
  position: relative;
}

.mock-shell {
  position: relative;
  border-radius: 34px;
  background: #fff;
  border: 1px solid var(--ir-border);
  box-shadow: var(--ir-shadow);
  padding: 1rem;
}

.mock-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(89, 100, 215, 0.08), rgba(255, 155, 85, 0.08));
  pointer-events: none;
}

.mock-img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 24px;
  box-shadow: 0 12px 36px rgba(24, 39, 94, 0.08);
}

.phone-float {
  position: absolute;
  right: -7%;
  bottom: -9%;
  width: 34%;
  min-width: 140px;
  border-radius: 28px;
  background: #fff;
  padding: 0.55rem;
  border: 1px solid var(--ir-border);
  box-shadow: 0 24px 50px rgba(24, 39, 94, 0.18);
}

.phone-float img {
  width: 100%;
  border-radius: 21px;
  display: block;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0.75;
  pointer-events: none;
}

.orb.one {
  width: 130px;
  height: 130px;
  background: rgba(255, 155, 85, 0.28);
  top: -8%;
  right: 5%;
}

.orb.two {
  width: 170px;
  height: 170px;
  background: rgba(89, 100, 215, 0.18);
  bottom: -8%;
  left: -7%;
}

.pain-card {
  border-radius: 30px;
  padding: 2rem;
  background: #fff;
  border: 1px solid var(--ir-border);
  box-shadow: var(--ir-shadow-soft);
  height: 100%;
}

.pain-num {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: var(--ir-blue-soft);
  color: var(--ir-blue);
  display: grid;
  place-items: center;
  font-weight: 1000;
  margin-bottom: 1.1rem;
}

.ai-panel {
  border-radius: 38px;
  padding: 2.5rem;
  background: linear-gradient(135deg, #5964d7, #7380e8);
  color: #fff;
  box-shadow: 0 28px 70px rgba(89, 100, 215, 0.3);
  overflow: hidden;
  position: relative;
}

.ai-panel::after {
  content: "";
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  right: -10rem;
  top: -12rem;
  background: rgba(255, 255, 255, 0.12);
}

.bright-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #fff;
  color: #f07d32;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 0.48rem 0.9rem;
  font-weight: 900;
  box-shadow: 0 10px 25px rgba(4, 14, 45, 0.15);
}

.flow-step {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.25rem;
  height: 100%;
}

.flow-num {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #fff;
  color: var(--ir-blue);
  display: grid;
  place-items: center;
  font-weight: 1000;
  margin-bottom: 0.85rem;
}

.image-stack {
  position: relative;
  min-height: 520px;
}

.screen-shot {
  position: absolute;
  background: #fff;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 24px 55px rgba(4, 14, 45, 0.16);
  padding: 0.55rem;
}

.screen-shot img {
  width: 100%;
  border-radius: 19px;
  display: block;
}

.screen-shot.one {
  width: 78%;
  left: 0;
  top: 0;
}

.screen-shot.two {
  width: 68%;
  right: 0;
  bottom: 0;
}

.feature-card {
  border-radius: 28px;
  padding: 1.6rem;
  height: 100%;
  transition: 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ir-shadow);
}

.icon-box {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: var(--ir-blue-soft);
  color: var(--ir-blue);
  margin-bottom: 1.2rem;
  position: relative;
}

.icon-box::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  background: var(--ir-orange-soft);
}

.icon-box svg {
  position: relative;
  z-index: 1;
  width: 27px;
  height: 27px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  font-size: 1.22rem;
  font-weight: 900;
  margin-bottom: 0.65rem;
}

.feature-card p {
  color: var(--ir-muted);
  line-height: 1.85;
  margin-bottom: 0;
}

.showcase-block {
  padding: 2rem;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--ir-border);
  box-shadow: var(--ir-shadow-soft);
}

.showcase-img {
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(89, 100, 215, 0.12);
  box-shadow: 0 18px 45px rgba(24, 39, 94, 0.09);
}

.mini-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 900;
  color: var(--ir-blue);
  background: var(--ir-blue-soft);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  margin-bottom: 0.9rem;
}

.selling-line {
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.35;
  font-weight: 1000;
  letter-spacing: -0.03em;
}

.orange-mark {
  color: #f27c35;
}

.check-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.2rem;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 0.6rem;
  color: #41516c;
  line-height: 1.75;
}

.check-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ir-orange);
  margin-top: 0.75rem;
  flex: 0 0 auto;
}

.screen-card {
  border-radius: 28px;
  overflow: hidden;
  height: 100%;
}

.screen-card img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: top center;
}

.screen-body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.screen-body h3 {
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: 0.55rem;
}

.screen-body p {
  color: var(--ir-muted);
  line-height: 1.75;
  margin: 0;
}

.role-card {
  border-radius: 28px;
  padding: 1.25rem;
  height: 100%;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.role-card .icon-box {
  margin-bottom: 0;
  flex: 0 0 auto;
}

.role-card p {
  line-height: 1.85;
  color: var(--ir-muted);
  margin: 0;
}

.cta {
  background: linear-gradient(135deg, #5964d7, #7682e9);
  border-radius: 36px;
  box-shadow: 0 24px 65px rgba(89, 100, 215, 0.32);
  overflow: hidden;
  position: relative;
}

.cta::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  right: -6rem;
  bottom: -9rem;
  background: rgba(255, 255, 255, 0.13);
}

footer {
  color: #72809a;
}

@media (max-width: 991.98px) {
  .navbar {
    overflow: visible;
  }
  .navbar > .container {
    max-width: 100%;
    overflow-x: clip;
  }
  .navbar-brand {
    min-width: 0;
    max-width: calc(100% - 4.5rem);
  }
  .navbar-brand > span:last-child {
    min-width: 0;
  }
  .navbar-brand .fw-black,
  .navbar-brand .fw-semibold {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hero {
    padding-top: 6.5rem;
  }
  .phone-float {
    position: relative;
    right: auto;
    bottom: auto;
    width: 55%;
    margin: -1rem auto 0;
  }
  .image-stack {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }
  .screen-shot {
    position: relative !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
  .section-pad {
    padding: 4rem 0;
  }
}
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 3.25rem;
  }
  .hero-copy {
    font-size: 1rem;
  }
  .ai-panel, .showcase-block {
    border-radius: 28px;
    padding: 1.35rem;
  }
  .phone-float {
    width: 70%;
  }
  .feature-card, .role-card {
    border-radius: 24px;
  }
  .screen-card img {
    aspect-ratio: 4/3;
  }
}
/* v5：Hero 區改回 v3 的版面感，並保留 v4 後續新增內容 */
.hero {
  padding: 7.25rem 0 0;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  right: -12rem;
  top: 4rem;
  background: rgba(255, 155, 85, 0.16);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
  left: -11rem;
  bottom: -7rem;
  background: rgba(89, 100, 215, 0.12);
  pointer-events: none;
}

.hero-title {
  font-size: clamp(3rem, 5.45vw, 4.95rem);
  font-weight: 1000;
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin: 1.15rem 0 1.35rem;
}

.hero-title .title-line {
  display: block;
  white-space: nowrap;
}

.hero-title .em-clean {
  color: #5964d7;
}

.em-clean::after {
  bottom: 0.02em;
  height: 0.18em;
  background: linear-gradient(90deg, rgba(255, 155, 85, 0.38), rgba(255, 155, 85, 0.18), rgba(255, 155, 85, 0));
}

.hero-copy {
  font-size: 1.05rem;
  line-height: 2;
  color: var(--ir-muted);
  max-width: 620px;
}

.hero-visual {
  position: relative;
  padding-top: 1.25rem;
}

.mock-shell {
  border-radius: 32px;
  padding: 0.85rem;
  transform: translateX(2%);
}

.phone-float {
  position: absolute;
  left: -3%;
  right: auto;
  bottom: 14%;
  width: 28%;
  min-width: 136px;
  transform: rotate(-6deg);
  z-index: 3;
}

.hero-stats {
  margin-top: 2rem;
}

.stat-card {
  border-radius: 20px;
  padding: 1.05rem 1.15rem;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
}

.pain-overlap {
  position: relative;
  z-index: 5;
  margin-top: -1rem;
  padding-bottom: 4.75rem;
}

.pain-card {
  min-height: 150px;
  border-radius: 24px;
  padding: 1.55rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 52px rgba(24, 39, 94, 0.12);
  overflow: hidden;
  height: 100%;
}

.pain-card::after {
  content: "";
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  background: rgba(255, 155, 85, 0.12);
  pointer-events: none;
}

.pain-card .pain-label {
  display: block;
  color: #ff8c4b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.pain-card h2 {
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
}

.pain-card p {
  color: #5c6b84;
  line-height: 1.85;
  font-size: 0.94rem;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .hero-title {
    font-size: clamp(2.75rem, 5.2vw, 4.35rem);
  }
}
@media (max-width: 991.98px) {
  .hero {
    padding-top: 6.5rem;
  }
  .hero-title .title-line {
    white-space: normal;
  }
  .phone-float {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 48%;
    margin: -1.5rem auto 0;
    transform: rotate(-4deg);
  }
  .pain-overlap {
    margin-top: 2.25rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 3.25rem;
  }
  .hero-title .title-line {
    white-space: normal;
  }
  .mock-shell {
    transform: none;
  }
  .phone-float {
    width: 68%;
  }
  .pain-card {
    padding: 1.35rem;
  }
}
/* v6：Hero 重點條列改成 icon + 文字，避免看起來像按鈕 */
.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem 1rem;
  margin-top: 1.4rem;
  max-width: 500px;
}

.hero-point {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0.1rem 0;
  box-shadow: none;
  color: #243757;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.45;
}

.hero-point svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
  margin-top: 0.12rem;
  color: var(--ir-blue);
  stroke: currentColor;
  fill: none;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 6px 10px rgba(89, 100, 215, 0.16));
}

.hero-point:nth-child(2n) svg {
  color: #f08a42;
}

.hero-point span {
  display: block;
}

.pain-overlap {
  margin-top: -4.25rem;
  padding-bottom: 4.9rem;
}

.pain-card {
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 60px rgba(24, 39, 94, 0.14);
}

@media (max-width: 991.98px) {
  .hero-points {
    max-width: none;
  }
  .pain-overlap {
    margin-top: 2.25rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 575.98px) {
  .hero-points {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}
/* v7：智能進件流程卡、圖層順序、功能 icon-box、value 比較表 */
.ai-panel .row.g-3.mt-2 {
  --bs-gutter-x:.8rem;
}

.flow-step {
  padding: 1.25rem 1.05rem;
  min-width: 0;
}

.flow-step strong {
  display: block;
  white-space: nowrap;
  font-size: 1rem;
}

.flow-step small {
  white-space: nowrap;
  font-size: 0.88rem;
  letter-spacing: -0.01em;
}

.screen-shot.one {
  z-index: 3;
}

.screen-shot.two {
  z-index: 2;
}

#features .feature-card .icon-box {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #f2f5ff;
  border: 1px solid #dfe4ff;
  color: #5964d7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 22px rgba(89, 100, 215, 0.08);
}

#features .feature-card .icon-box::after {
  width: 17px;
  height: 17px;
  right: 4px;
  bottom: 4px;
  background: #ffd5bd;
  opacity: 0.9;
}

#features .row.g-4 > .col-md-6:nth-child(4n+2) .icon-box {
  background: #fff5ec;
  border-color: #ffd9bd;
  color: #f08a42;
}

#features .row.g-4 > .col-md-6:nth-child(4n+3) .icon-box {
  background: #effaff;
  border-color: #ccefff;
  color: #1b8fd0;
}

#features .row.g-4 > .col-md-6:nth-child(4n+4) .icon-box {
  background: #f5f1ff;
  border-color: #ded3ff;
  color: #7460e8;
}

#features .feature-card {
  background: rgba(255, 255, 255, 0.9);
}

.value-grid {
  align-items: center;
}

.value-table-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--ir-border);
  border-radius: 28px;
  box-shadow: var(--ir-shadow-soft);
  overflow: hidden;
}

.value-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.98rem;
}

.value-table th {
  background: #f4f6ff;
  color: #061e3d;
  font-weight: 900;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(74, 88, 170, 0.14);
}

.value-table td {
  padding: 1rem 1.1rem;
  vertical-align: middle;
  color: #34455f;
  line-height: 1.65;
  border-bottom: 1px solid rgba(74, 88, 170, 0.12);
}

.value-table tr:last-child td {
  border-bottom: 0;
}

.value-table td:first-child {
  width: 20%;
  font-weight: 900;
  color: #263d61;
  white-space: nowrap;
}

.value-table .system-cell {
  color: #263d61;
  font-weight: 700;
}

.value-check {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 0.5rem;
  color: #5964d7;
  background: #eef1ff;
  font-weight: 1000;
  vertical-align: middle;
}

.value-role-row {
  margin-top: 3rem;
}

#value .role-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
}

#value .role-card .icon-box {
  border: 1px solid #dfe4ff;
  background: #f2f5ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 22px rgba(89, 100, 215, 0.08);
}

#value .role-card:nth-child(2) .icon-box {
  background: #fff5ec;
  border-color: #ffd9bd;
  color: #f08a42;
}

#value .role-card:nth-child(3) .icon-box {
  background: #effaff;
  border-color: #ccefff;
  color: #1b8fd0;
}

#value .role-card:nth-child(4) .icon-box {
  background: #f5f1ff;
  border-color: #ded3ff;
  color: #7460e8;
}

@media (max-width: 991.98px) {
  .flow-step small {
    white-space: normal;
  }
  .value-table-card {
    overflow: auto;
  }
  .value-table {
    min-width: 760px;
  }
}
@media (max-width: 575.98px) {
  .ai-panel .row.g-3.mt-2 {
    --bs-gutter-x:.45rem;
  }
  .flow-step {
    padding: 1rem 0.7rem;
    border-radius: 20px;
  }
  .flow-step strong {
    font-size: 0.9rem;
  }
  .flow-step small {
    white-space: normal;
    font-size: 0.74rem;
    line-height: 1.45;
  }
}
/* v8：Hero 仿瀏覽器裝置卡 + V3 icon-pill 風格 */
.hero-visual {
  min-height: 555px;
  position: relative;
}

.device-card {
  position: absolute;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(89, 100, 215, 0.14);
  box-shadow: var(--ir-shadow);
}

.device-card.desktop {
  right: 0;
  top: 0;
  width: min(100%, 700px);
  border-radius: 34px;
  transform: rotate(1.2deg);
  z-index: 2;
}

.device-card.phone {
  left: 0;
  bottom: -45px;
  width: 205px;
  border-radius: 34px;
  padding: 0.65rem;
  transform: rotate(-4deg);
  box-shadow: 0 24px 54px rgba(37, 47, 110, 0.18);
  z-index: 4;
}

.device-bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0 1rem;
  background: linear-gradient(180deg, #fff, #f4f6ff);
  border-bottom: 1px solid rgba(89, 100, 215, 0.1);
}

.device-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #dfe3f6;
  flex: 0 0 auto;
}

.device-dot:nth-child(1) {
  background: #ffb15f;
}

.device-dot:nth-child(2) {
  background: #c9d1ff;
}

.device-dot:nth-child(3) {
  background: #8fd9c6;
}

.device-img {
  display: block;
  width: 100%;
  height: auto;
}

.phone-notch {
  width: 52px;
  height: 5px;
  background: #d9def5;
  border-radius: 999px;
  margin: 0.1rem auto 0.55rem;
}

.icon-pill {
  width: 54px;
  height: 54px;
  border-radius: 20px;
  display: inline-grid;
  place-items: center;
  background: #f2f4ff;
  color: var(--ir-blue);
  border: 1px solid rgba(89, 100, 215, 0.13);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.45), 0 10px 22px rgba(37, 47, 110, 0.06);
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  flex: 0 0 auto;
}

.icon-pill::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--ir-orange);
  opacity: 0.26;
  z-index: -1;
}

.icon-pill svg {
  width: 27px;
  height: 27px;
  position: relative;
  z-index: 1;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#features .feature-card .icon-pill {
  display: inline-grid;
}

#features .row.g-4 > [class*=col-]:nth-child(4n+1) .icon-pill,
#value .value-role-row > [class*=col-]:nth-child(4n+1) .icon-pill {
  background: #f2f4ff;
  color: var(--ir-blue);
  border-color: rgba(89, 100, 215, 0.13);
}

#features .row.g-4 > [class*=col-]:nth-child(4n+2) .icon-pill,
#value .value-role-row > [class*=col-]:nth-child(4n+2) .icon-pill {
  background: #fff6ed;
  color: #d56c22;
  border-color: rgba(255, 174, 91, 0.22);
}

#features .row.g-4 > [class*=col-]:nth-child(4n+3) .icon-pill,
#value .value-role-row > [class*=col-]:nth-child(4n+3) .icon-pill {
  background: #eff8ff;
  color: #2d71c5;
  border-color: rgba(45, 113, 197, 0.13);
}

#features .row.g-4 > [class*=col-]:nth-child(4n) .icon-pill,
#value .value-role-row > [class*=col-]:nth-child(4n) .icon-pill {
  background: #f7f3ff;
  color: #6757d8;
  border-color: rgba(103, 87, 216, 0.13);
}

.role-card .icon-pill {
  margin-bottom: 0;
}

.ai-panel .row.g-3.mt-2 {
  --bs-gutter-x:.65rem;
}

.flow-step {
  padding: 1.18rem 0.9rem;
}

.flow-step strong {
  font-size: 0.98rem;
}

.flow-step small {
  font-size: 0.82rem;
  white-space: nowrap;
}

.screen-shot.one {
  z-index: 6;
}

.screen-shot.two {
  z-index: 3;
}

@media (max-width: 991.98px) {
  .hero-visual {
    min-height: auto;
    display: grid;
    gap: 1rem;
    overflow-x: clip;
  }
  .device-card {
    position: relative;
    max-width: 100%;
  }
  .device-card.desktop {
    width: 100%;
    transform: none;
    right: auto;
    top: auto;
  }
  .device-card.phone {
    left: auto;
    bottom: auto;
    width: 52%;
    margin: -40vh auto 0;
    transform: rotate(-4deg);
  }
}
@media (max-width: 575.98px) {
  .hero {
    overflow-x: clip;
  }
  .hero .container {
    overflow-x: clip;
  }
  .device-card.phone {
    width: min(70%, 240px);
  }
  .device-bar {
    height: 36px;
  }
  .hero-visual {
    margin-top: 0.75rem;
  }
}
/* v9：Hero 跑版修正 */
.hero::before {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.55) inset, 0 34px 90px rgba(255, 255, 255, 0.58);
  opacity: 0.95;
}

.hero-title {
  line-height: 1.075;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .hero .row.align-items-center {
    --bs-gutter-x:4.75rem;
  }
  .hero-visual {
    margin-left: 1.15rem;
  }
  .device-card.desktop {
    width: min(96%, 550px);
  }
  .pain-overlap {
    margin-top: 2rem;
    padding-bottom: 4.75rem;
  }
}
@media (max-width: 991.98px) {
  .hero-visual {
    margin-left: 0;
  }
  .pain-overlap {
    margin-top: 2.25rem;
  }
}
/* v10：每日必看介紹區 */
.daily-showcase {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 2.2rem;
  background: radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.85), transparent 16rem), linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 241, 255, 0.72));
  border: 1px solid var(--ir-border);
  box-shadow: var(--ir-shadow-soft);
}

.daily-showcase::before {
  content: "";
  position: absolute;
  inset: auto -7rem -11rem auto;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: rgba(89, 100, 215, 0.08);
  pointer-events: none;
}

.daily-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.daily-tags li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(89, 100, 215, 0.16);
  color: #334461;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(24, 39, 94, 0.06);
}

.daily-tags .count {
  min-width: 1.45rem;
  height: 1.45rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--ir-blue-soft);
  color: var(--ir-blue);
  font-size: 0.78rem;
  font-weight: 1000;
}

.daily-summary-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  border-radius: 24px;
  padding: 1rem 1.15rem;
  background: linear-gradient(135deg, #5964d7, #7f89e8);
  color: #fff;
  box-shadow: 0 18px 38px rgba(89, 100, 215, 0.24);
  margin-top: 1.35rem;
}

.daily-summary-card .bell {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  color: #ffd09b;
  flex: 0 0 auto;
}

.daily-summary-card svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.daily-summary-card strong {
  font-size: 1.1rem;
}

.daily-summary-card .overdue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.55rem;
  margin-left: 0.25rem;
  border-radius: 999px;
  color: #061e3d;
  background: #ffbc79;
  font-weight: 1000;
  white-space: nowrap;
}

.daily-phone-wall {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
  padding: 0 0.5rem;
}

.daily-phone {
  background: #fff;
  border: 1px solid rgba(89, 100, 215, 0.13);
  border-radius: 28px;
  padding: 0.6rem;
  box-shadow: 0 22px 48px rgba(24, 39, 94, 0.15);
}

.daily-phone:nth-child(1) {
  transform: rotate(-2.5deg) translateY(0.4rem);
}

.daily-phone:nth-child(2) {
  transform: rotate(2.5deg) translateY(2rem);
}

.daily-phone img {
  display: block;
  width: 100%;
  border-radius: 21px;
  border: 1px solid rgba(89, 100, 215, 0.1);
}

.daily-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.daily-point {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: #465672;
  line-height: 1.75;
  font-weight: 700;
}

.daily-point .mark {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--ir-orange-soft);
  color: var(--ir-orange);
  flex: 0 0 auto;
  margin-top: 0.15rem;
  font-size: 0.85rem;
  font-weight: 1000;
}

@media (max-width: 991.98px) {
  .daily-showcase {
    padding: 1.5rem;
  }
  .daily-phone-wall {
    max-width: 620px;
    margin: 1.5rem auto 0;
  }
}
@media (max-width: 575.98px) {
  .daily-showcase {
    border-radius: 28px;
    padding: 1.25rem;
  }
  .daily-phone-wall {
    grid-template-columns: 1fr;
    max-width: 330px;
  }
  .daily-phone:nth-child(1), .daily-phone:nth-child(2) {
    transform: none;
  }
  .daily-points {
    grid-template-columns: 1fr;
  }
}
