* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
  color: #1a1a1a;
  background: #fff;
  line-height: 1.8;
}


.pageContent_topArea {
    margin-bottom: 0px;
}


.custom_project_developmen_bg{
    overflow: hidden;
}
    .custom_project_developmen_bg i.material-icons , .custom_project_developmen_bg span.material-icons{
        color:  #1a3554;
    }


/* Hero */
.hero {
  background: linear-gradient(135deg, #0f1c2e 0%, #1a3554 60%, #1d4370 100%);
  color: #fff;
  padding: 80px 40px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: rgba(55, 138, 221, 0.12);
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -40px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(29, 158, 117, 0.1);
}
.hero-badge {
  display: inline-block;
  background: rgba(55,138,221,0.2);
  border: 1px solid rgba(55,138,221,0.45);
  color: #85b7eb;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.hero h1 , .hero .hero_in_title {
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
    position: relative;
}
.hero h1 span , .hero .hero_in_title span { color: #85b7eb; }
.hero-sub {
  font-size: 20px;
  font-weight: 400;
  color: #a8bfd8;
  margin-bottom: 28px;
}
.hero-desc {
  max-width: 680px;
  margin: 0 auto 36px;
  font-size: 15.5px;
  color: #c5d6e8;
  line-height: 1.9;
}
.hero-cta {
  display: inline-block;
  background: #378add;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 8px;
  text-decoration: none;
  text-decoration: none  !important;
  transition: var(--transition-data);
}
.hero-cta:hover { background: #185fa5; }

/* Section */
.section { padding: 64px 40px; max-width: 900px; margin: 0 auto; }
.section.wide { max-width: 1100px; }
.section-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #378add;
  margin-bottom: 8px;
}
.section-title {
  font-size: 26px;
  font-weight: 700;
  color: #0f1c2e;
  margin-bottom: 36px;
  line-height: 1.4;
}

/* Divider */
.divider { border: none; border-top: 1px solid #e8edf3; margin: 0 40px; }

/* Advantages */
.advantages { background: #f7f9fc; }
.advantages .section { max-width: 960px; }
.adv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.adv-card {
  background: #fff;
  border: 1px solid #dde5ef;
  border-radius: 12px;
  padding: 28px 24px;
}
.adv-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}
.adv-icon.blue {
    background: #e6f1fb;
}

.adv-icon.teal {
    background: #e1f5ee;
}

.adv-icon.amber {
    background: #faeeda;
}

.adv-card h3  , .adv-card .adv-card_in_title {
    font-size: 16px;
    font-weight: 700;
    color: #0f1c2e;
    margin-bottom: 8px;
}

.adv-card p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.75;
    margin-bottom: 14px;
}

.adv-bullet {
    list-style: none;
}

.adv-bullet li {
    font-size: 13.5px;
    color: #3a4a5c;
    padding: 4px 0 4px 18px;
    position: relative;
    border-top: 1px dashed #e8edf3;
}
.adv-bullet li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #1d9e75;
  font-weight: 700;
}

/* Scope */
.scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.scope-card {
  border: 1px solid #dde5ef;
  border-radius: 10px;
  padding: 20px;
}
.scope-card:hover { border-color: #85b7eb; }
.scope-icon { font-size: 26px; margin-bottom: 10px; }
.scope-card h4 { font-size: 14.5px; font-weight: 700; color: #0f1c2e; margin-bottom: 6px; }
.scope-card p { font-size: 13px; color: #5a6a7d; line-height: 1.65; }

/* Process Flowchart */
.process-bg { background: #f0f4f9; }
.process-bg .section { max-width: 1100px; }

.flow-desktop { display: block; }
.flow-mobile { display: none; }

/* Desktop: two rows of 3 */
.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
.flow-row { display: contents; }

.flow-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px 40px;
  position: relative;
}

.flow-circle {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #378add;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 6px rgba(55,138,221,0.1), 0 4px 16px rgba(55,138,221,0.15);
}
.flow-num {
  position: absolute;
  top: -6px; right: -6px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #0f1c2e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.flow-label { font-size: 14px; font-weight: 700; color: #0f1c2e; margin-bottom: 6px; }
.flow-desc { font-size: 12.5px; color: #5a6a7d; line-height: 1.65; max-width: 180px; }

/* Horizontal connectors between nodes in same row */
.flow-connector-h {
  position: absolute;
  top: 35px;
  right: -50%;
  width: 100%;
  height: 2px;
  background: #dde5ef;
  z-index: 1;
  overflow: hidden;
}
.flow-connector-h::after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #378add, #1d9e75);
}

/* Arrow head on horizontal */
.flow-connector-h::before {
  content: '';
  position: absolute;
  right: 0; top: -4px;
  width: 0; height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #1d9e75;
}

/* U-turn connector between row 1 col 3 → row 2 col 3 */
.flow-turn {
  grid-column: 3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 16px;
  position: relative;
}
.flow-turn-line {
  width: 3px;
  height: 56px;
  background: #dde5ef;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.flow-turn-line::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1d9e75, #378add);
}

/* Row 2 reverses direction visually — connector on left side */
.flow-row-2 .flow-connector-h {
  right: auto;
  left: -50%;
}
.flow-row-2 .flow-connector-h::after {
  background: linear-gradient(270deg, #378add, #0f6e56);
}
.flow-row-2 .flow-connector-h::before {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 8px solid #0f6e56;
}

/* Mobile: vertical stack */
.flow-m-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
}
.flow-m-left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.flow-m-circle {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #378add;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  box-shadow: 0 0 0 4px rgba(55,138,221,0.12);
}
.flow-m-line {
  width: 2px;
  flex: 1;
  min-height: 32px;
  background: #dde5ef;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}
.flow-m-line::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(180deg, #378add, #1d9e75);
}
.flow-m-step:last-child .flow-m-line { display: none; }
.flow-m-content { padding-top: 10px; }
.flow-m-num {
  font-size: 11px; font-weight: 700;
  color: #378add;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
.flow-m-content h4 { font-size: 14px; font-weight: 700; color: #0f1c2e; margin-bottom: 4px; }
.flow-m-content p { font-size: 13px; color: #5a6a7d; line-height: 1.65; }

@media (max-width: 700px) {
  .flow-desktop { display: none; }
  .flow-mobile { display: block; }
}

/* Footer CTA */
.footer-cta {
  background: linear-gradient(135deg, #0f1c2e 0%, #1a3554 100%);
  color: #fff;
  text-align: center;
  padding: 64px 40px;
}
.footer-cta h2 , .footer-cta .footer_cta_in_title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-cta p {
    font-size: 16px;
    color: #a8bfd8;
    /* margin-bottom: 32px; */
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.cta-btn {
    display: inline-block;
    background: #378add;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 8px;
    text-decoration: none;
}
.cta-btn:hover { background: #185fa5; }
.cta-note { font-size: 13px; color: #6a87a5; margin-top: 14px; }

@media (max-width: 900px) {
  .scope-grid { grid-template-columns: repeat(2, 1fr); }
  .adv-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .hero {
        padding: 56px 24px 52px;
    }

    .hero h1 , .hero .hero_in_title{
        font-size: 24px;
    }

    .hero-sub {
        font-size: 15px;
    }

    .hero-desc {
        font-size: 14px;
    }

    .section {
        padding: 40px 20px;
    }

    .section.wide {
        padding: 40px 20px;
    }

    .divider {
        margin: 0 20px;
    }

    .footer-cta {
        padding: 48px 24px;
    }

    .footer-cta h2 , .footer-cta .footer_cta_in_title{
        font-size: 20px;
    }

    .footer-cta p {
        font-size: 14px;
    }

    .scope-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .section-title {
        font-size: 22px;
    }

    .cta-btn {
        font-size: 14px;
        padding: 12px 24px;
    }
}

@media (max-width: 400px) {
    .scope-grid {
        grid-template-columns: 1fr;
    }

    .hero h1 , .hero .hero_in_title{
        font-size: 20px;
    }
}
