:root {
  --cream: #f7f1e8;
  --beige: #eadccb;
  --sand: #d6bfa7;
  --coffee: #4b3428;
  --coffee-soft: #705647;
  --sage: #58635a;
  --cloud: #eaf2f7;
  --aws: #ff9900;
  --yellow: #ff9900;
  --ink-blue: #23303b;
  --white: #ffffff;
  --line: rgba(75, 52, 40, 0.12);
  --shadow: 0 18px 50px rgba(75, 52, 40, 0.10);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  background: linear-gradient(180deg, #fbf7f1 0%, #f7f1e8 100%);
  color: var(--coffee);
  line-height: 1.9;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }

p{font-size: 1.1rem;}

.mark {
    border-bottom: 5px solid rgb(255, 206, 0);
}

.marker {
    background: linear-gradient(transparent 60%, rgba(255, 198, 41, .42) 60%);
}

/* 影片 */
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; border-radius: 5px;overflow: hidden;margin-left: -0px;}
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0;left: 0; width: 100%; height: 100%;}

.container-narrow {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

#results{background: rgba(255, 153, 0, 0.1);}

.section-space {padding: 95px 0;}

.section-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 153, 0, 0.14);
  color: #9a5d00;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 18px;
}
/*標題icon*/
.start-badge {
  display: inline-flex;
  align-items: center;
  position: relative;
  background:rgba(255, 153, 0, 0.14);
  border-radius: 999px;
  padding: 10px 24px 10px 54px;
  min-height: 46px;
}

.start-icon {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #f3ede3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.5);
}

.start-icon img {
  width: 45px;
  height: 45px;
  display: block;
}

.start-text {
  font-size: 16px;
  font-weight: 700;
  color: #a36a10;
  letter-spacing: 1px;
}
/*標題icon ESC*/
.section-title {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
  color: var(--coffee);
}

.section-desc {
  font-size: 1.05rem;
  color: var(--coffee-soft);
  margin-bottom: 0;
}

.soft-card {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.65);
  box-shadow: var(--shadow);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(8px);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--coffee-soft);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/OK.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.hero .container-fluid {
  width: 90%;
}

.hero:before,
.hero:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  z-index: 0;
}

/*.hero:before {
  width: 540px;
  height: 540px;
  right: -140px;
  top: -140px;
  background: radial-gradient(circle, rgba(234,220,203,.9) 0%, rgba(234,220,203,0) 68%);
}*/

.hero:after {
  width: 400px;
  height: 400px;
  left: -120px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(255,153,0,.12) 0%, rgba(255,153,0,0) 70%);
}

.hero-intro-box {
  max-width: 685px;
  padding: 18px 22px 8px 26px;
  background: rgba(255,255,255,.8);
  border-radius: 18px;
  display: block;
  margin: auto;
}

.white-bg-text {
  text-shadow:
    -2px 0 #fff,
     2px 0 #fff,
     0 -2px #fff,
     0  2px #fff,
    -2px -2px #fff,
     2px -2px #fff,
    -2px  2px #fff,
     2px  2px #fff;
}

.hero-title{
  font-size: 4.4rem;
} 

.hero-wrap {
  position: relative;
  z-index: 2;
  margin-top: 5%;
}

.hero-copy h1 {
  font-size: 2.9rem;
  line-height: 1.26;
  font-weight: 800;
  color: var(--coffee);
  margin-bottom: 18px;
}

.hero-copy p {
  font-size: 1.07rem;
  color: var(--coffee-soft);
  margin-bottom: 0;
}

.hero-copy strong {
  color: var(--aws);
}

#First strong ,#form strong {
  color: var(--aws);
}

.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.mini-tags span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(75,52,40,.08);
  font-size: .92rem;
  font-weight: 700;
  color: var(--coffee);
  box-shadow: 0 8px 18px rgba(75,52,40,.05);
}

.hero-visual {
  position: relative;
  margin-top: 34px;
}

.portrait-card {
  position: relative;
  min-height: 330px;
}

/*.portrait-card:before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,153,0,.18) 0%, rgba(255,153,0,0) 70%);
}*/

.portrait-photo {
  position: relative;
  z-index: 1;
  min-height: 530px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.02)),
    url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1000&q=80') center/cover no-repeat;
  overflow: hidden;
}

.portrait-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(75,52,40,0) 30%, rgba(75,52,40,.22) 100%);
}

.quote-bubble,
.info-float {
  position: absolute;
  z-index: 3;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 14px 34px rgba(75,52,40,.12);
  backdrop-filter: blur(8px);
}

.quote-bubble {
  left: -14px;
  top: 46px;
  width: 230px;
  padding: 18px 20px;
  border-radius: 22px 22px 22px 8px;
  font-size: .96rem;
  line-height: 1.7;
  color: var(--coffee);
  font-weight: 700;
}

.info-float {
  left: 0;
  bottom: 20px;
  width: 500px;
  padding: 20px 22px;
  border-radius: 22px;
}

.info-float h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--coffee);
}

.info-float ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-float li {
  padding: 9px 0;
  border-bottom: 1px dashed rgba(75,52,40,.12);
  font-size: .93rem;
  color: var(--coffee-soft);
}

.info-float li:last-child { border-bottom: 0; }
.info-float strong { color: var(--coffee); }

.floating-badge {
  position: absolute;
  right: 24px;
  top: 22px;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffad29, #ff8d00);
  color: #fff;
  box-shadow: 0 18px 35px rgba(255,153,0,.32);
  text-align: center;
}

.floating-badge span {
  font-size: .76rem;
  letter-spacing: .05em;
  opacity: .92;
}

.floating-badge strong {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin-top: 6px;
}

/*黃底大綱*/
.outline{
  width: 100%;
  background: var(--coffee-soft);
  padding: 40px 230px;
}

.outline h3{
  color: #fff;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  display: inline-block;
}


.outline h3::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/comma-d.svg) no-repeat;
    left: -20px;
    top: -20px;
    transform: scale(-1);
}

.outline h3::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/comma-d.svg) no-repeat;
    right: -20px;
    bottom: -20px;
    transform: scale(1);
}

.pain-section {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.45) 0%, rgba(255,255,255,.7) 100%);
}



.pain-grid {
  margin-top: 34px;
}

.pain-bubble {
  position: relative;
  height: 100%;
  padding: 24px 22px;
  background: rgba(255,255,255,.9);
  border-radius: 26px;
  box-shadow: 0 14px 28px rgba(75,52,40,.07);
  border: 1px solid rgba(75,52,40,.06);
  color: var(--coffee);
  font-size: 1rem;
  font-weight: 700;
}

.pain-bubble:after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -14px;
  width: 24px;
  height: 24px;
  background: rgba(255,255,255,.9);
  transform: rotate(45deg);
  border-right: 1px solid rgba(75,52,40,.04);
  border-bottom: 1px solid rgba(75,52,40,.04);
}

.pain-center {
  margin-top: 54px;
  text-align: center;
  padding: 34px 26px;
  border-radius: 34px;
  background: linear-gradient(180deg, #fff8ef 0%, #f6ebe0 100%);
  box-shadow: var(--shadow);
}

.pain-center strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.6;
  color: var(--coffee);
}

.pain-center strong em {
  font-style: normal;
  color: var(--aws);
}

.story-block + .story-block { margin-top: 72px; }

.story-media {
  min-height: 420px;
  border-radius: 28px;
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
}

.story-photo-1 {
  background-image: url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1200&q=80');
}

.story-photo-2 {
  background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1200&q=80');
}

.story-copy {
  padding: 24px 0;
}

.story-copy h3 {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 800;
  margin-bottom: 18px;
  color: var(--coffee);
}

.story-copy p {
  color: var(--coffee-soft);
  margin-bottom: 16px;
}

.quote-panel {
  position: relative;
  margin-top: 24px;
  padding: 20px 26px 5px 24px;
  border-left: 4px solid var(--aws);
  background: rgba(255,255,255,.72);
  border-radius: 0 20px 20px 0;
  box-shadow: 0 12px 26px rgba(75,52,40,.06);
  color: var(--coffee);
  font-weight: 700;
}

.quote-panel-yt {
  position: relative;
  margin-top: 24px;
  padding: 20px 26px 24px 40px;
  border-left: 4px solid var(--aws);
  background: rgba(255,255,255,.72);
  border-radius: 0 20px 20px 0;
  box-shadow: 0 12px 26px rgba(75,52,40,.06);
  color: var(--coffee);
  font-weight: 700;
}

.case-badge {
  position: absolute;
  left: -18px;
  top: -5px;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e04a2b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
  animation: floatY 2s ease-in-out infinite;
}

@keyframes floatY {
  0% { transform: translateY(-50%) translateY(0); }
  50% { transform: translateY(-50%) translateY(-6px); }
  100% { transform: translateY(-50%) translateY(0); }
}

.YT-Link:hover .quote-panel{color: #e04a2b;}

.feature-area {
  background: linear-gradient(180deg, #f5ede2 0%, #faf6f0 100%);
}

.feature-card {
  height: 100%;
  padding: 30px 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.84);
  box-shadow: var(--shadow);
  transition: .25s ease;
}

.feature-card:hover { transform: translateY(-6px); }

.feature-icon {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,153,0,.16), rgba(255,153,0,.05));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 1.24rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--coffee);
}

.feature-card p {
  font-size: .98rem;
  color: var(--coffee-soft);
  margin-bottom: 0;
}

.stats-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.stat-card {
  padding: 30px 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,248,239,.95));
  box-shadow: var(--shadow);
  text-align: center;
  height: 100%;
}

.stat-card strong {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--aws);
  margin-bottom: 12px;
}

.stat-card span {
  display: block;
  font-weight: 800;
  color: var(--coffee);
  margin-bottom: 6px;
}

.stat-card p {
  color: var(--coffee-soft);
  font-size: .94rem;
  margin-bottom: 0;
  line-height: 1.7;
}

.application-diagram {
  padding: 34px 26px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f8fbfd 0%, #edf4f8 100%);
  box-shadow: var(--shadow);
  height: 100%;
}

.diagram-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.diagram-node {
  padding: 22px 16px;
  background: rgba(255,255,255,.92);
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(35,48,59,.08);
  font-weight: 800;
  color: var(--ink-blue);
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.6;
}

.diagram-main {
  margin-top: 18px;
  padding: 24px 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffb84d, #ff9900);
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 28px rgba(255,153,0,.28);
  font-weight: 800;
}

.advice-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.advice-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
  border-top: 5px solid rgba(255,153,0,.72);
}

.advice-card h3 {
  font-size: 1.18rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--coffee);
  text-align: center;
}

.advice-card p {
  margin-bottom: 0;
  color: var(--coffee-soft);
  font-size: 1.1rem;
  text-align: center;
}

.cta-section {
  padding: 95px 0 110px;
}

.cta-card {
  position: relative;
  overflow: hidden;
  padding: 64px 24px;
  text-align: center;
  border-radius: 38px;
  background: linear-gradient(135deg, #f2e3d2 0%, #f7f0e8 55%, #fff7eb 100%);
  box-shadow: var(--shadow);
}

.cta-card:before,
.cta-card:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.cta-card:before {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255,153,0,.16) 0%, rgba(255,153,0,0) 70%);
  left: -90px;
  bottom: -110px;
}

.cta-card:after {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(234,220,203,.95) 0%, rgba(234,220,203,0) 70%);
  right: -70px;
  top: -110px;
}

.cta-card > * { position: relative; z-index: 1; }

.cta-card h2 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 16px;
  color: var(--coffee);
}

.cta-card p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: var(--coffee-soft);
  font-size: 1.05rem;
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.cta-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cta-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(75,52,40,.08);
  color: var(--coffee);
  font-size: .92rem;
  font-weight: 700;
}

.footer-note {
  margin-top: 20px;
  font-size: .88rem;
  color: var(--coffee-soft);
  opacity: .85;
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
  transition: .25s ease;
}

.btn-main {
  background: var(--aws);
  color: #fff;
  box-shadow: 0 14px 28px rgba(255,153,0,.28);
}

.btn-main:hover { transform: translateY(-2px); color: #fff; }

.btn-sub {
  background: rgba(255,255,255,.86);
  color: var(--coffee);
  border: 1px solid rgba(75,52,40,.12);
}

.btn-sub:hover { transform: translateY(-2px); color: var(--coffee); }

/* form */
section#form{position: relative;background: var(--coffee-soft);}
/*section#form:before {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url("../images/UCOM.jpg") no-repeat center;background-size: cover;z-index: 0;background-attachment: fixed;}*/
section#form button{width: 100%; margin: 15px auto 25px auto; display: block;background: rgb(255, 102, 41);color:#FFF; border: 4px solid #FFF; border-radius: 10px; padding: 13px 20px; font-weight: bold; font-size:1.2rem;height: 72px;}
section#form button:hover{transform: translateY(5px);opacity: 0.6;}

.lh-18 {
  line-height: 1.8;
}

.card{
    border: 10px solid rgba(255, 153, 0, 0.14);
    border-radius: 2rem;
    padding: 20px 40px;
}

 .section-subtitle {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #c7c7c7;
      font-weight: 600;
      letter-spacing: 0.05em;
      margin-bottom: 10px;
    }

    .section-subtitle::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #cfcfcf;
      display: inline-block;
      margin-right: 12px;
    }

    .section-title {
      font-size: 52px;
      font-weight: 800;
      line-height: 1.35;
      letter-spacing: 0.02em;
    }

    .flow-list {
      position: relative;
      display: flex;
      justify-content: space-between;
      gap: 42px;
      padding-top: 10px;
    }

    .flow-list::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 228px;
      border-top: 1px dashed #cfcfcf;
      z-index: 0;
    }

    .flow-item {
      position: relative;
      flex: 1 1 0;
      z-index: 1;
    }

    .icon-box {
      width: 150px;
      height: 150px;
      margin: 0 auto 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .icon-box img{
        width: 60px;
    }

    .icon-box.peach {
      background: #f2ddd6;
    }

    .icon-box.lavender {
      background: #fff1dc;
    }

    .step-number {
      position: absolute;
      left: 0;
      bottom: -18px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      font-weight: 800;
      line-height: 1;
      z-index: 2;
    }

    .step-number.peach {
      background: #f2ddd6;
      color: #e67f5d;
    }

    .step-number.lavender {
      background: #fff1dc;
      color: #a36a10;
    }

    .flow-title {
      font-size: 20px;
      font-weight: 800;
      margin: 34px 0 10px;
      line-height: 1.5;
    }

    .flow-text {
      font-size: 15px;
      color: #333;
      margin: 0;
      word-break: break-word;
    }

    .icon-svg {
      width: 76px;
      height: 76px;
      display: block;
    }

    .flow-item {
      position: relative;
    }

    /* 箭頭 */
    .flow-item:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 75px;           /* 對齊 icon 中間 */
      right: -25px;        /* 調整箭頭位置 */
      width: 40px;
      height: 2px;
      background: #bbb;
    }

    /* 箭頭頭 */
    .flow-item:not(:last-child)::before {
      content: "";
      position: absolute;
      top: 71px;
      right: -25px;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 8px solid #bbb;
    }

.my-box {
  width: 50%;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1320px;}
}
@media (max-width: 1199.98px) {
  .hero-copy h1 { font-size: 2.8rem; }
  .section-title { font-size: 2.15rem; }
  .hero-visual { padding-left: 0; }
  .quote-bubble { left: 10px; }
  .info-float { right: 10px; }
  .stats-wrap,
  .advice-wrap { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991.98px) {
  .section-space { padding: 78px 0; }
  .hero-copy h1 { font-size: 2.45rem; }
  .hero-copy,
  .story-copy { margin-bottom: 28px; }
  .portrait-photo { min-height: 460px; }
  .hero-title{
  font-size: 2.1rem;} 
  .quote-bubble {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 14px;
  }
  .info-float {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .floating-badge {
    width: 96px;
    height: 96px;
    right: 18px;
    top: 18px;
  }
  .story-media { min-height: 340px; }
  .diagram-grid { grid-template-columns: 1fr; }
  .flow-item::after,
  .flow-item::before {
    display: none;
  }
  .section-title {
    font-size: 40px;
    margin-bottom: 45px;
  }

  .flow-list {
    flex-wrap: wrap;
    gap: 40px 28px;
  }

  .flow-list::before {
    display: none;
  }

  .flow-item {
    width: calc(50% - 14px);
    flex: none;
  }
  .my-box {
    width: 100%;
  }  
}

@media (max-width: 767.98px) {
  .hero-wrap {
    background-color: #FFF;
    margin-top: 80%;
  }
  .container-narrow { padding: 0 16px; }
  .hero { padding: 20px 0 70px; }
  .section-space { padding: 62px 0; }
  .section-title,
  .cta-card h2 { font-size: 1.9rem; }
  .hero-copy h1 { font-size: 2rem; }
  .hero-intro-box {
    padding: 16px 18px 16px 20px;
    display: none;
  }
  .hero {
  background-position: -700px center;
  }
  .hero-wrap {
  flex-direction: column-reverse;
  }
  .hero-copy p,
  .section-desc,
  .cta-card p { font-size: .98rem; }
  .btn-pill { width: 100%; }
  .portrait-card { border-radius: 28px; }
  .portrait-photo { min-height: 340px; border-radius: 22px; }

  .pain-bubble { min-height: auto; }
  .story-copy h3 { font-size: 1.58rem; }
  .stats-wrap,
  .advice-wrap { grid-template-columns: 1fr; }
  .feature-card,
  .advice-card,
  .application-diagram,
  .cta-card { border-radius: 24px; }
  .cta-card { padding: 50px 18px; }
  .mini-tags span,
  .cta-icons span { font-size: .86rem; }
  .flow-section {
    padding: 40px 16px 50px;
  }

  .section-title {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .flow-list {
    display: block;
  }

  .flow-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .flow-item:last-child {
    margin-bottom: 0;
  }

  .icon-box {
    margin-bottom: 24px;
  }

  .flow-title {
    margin-top: 26px;
    font-size: 22px;
  }

  .flow-text {
    font-size: 15px;
  }  
  .outline h3{
  font-size: 1rem;
  }
  .outline{
    padding: 40px;
  }
 #form h2{
    font-size: 1.4rem;
  }
}