.elementor-18060 .elementor-element.elementor-element-2e12b489{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-75f0316c *//* ==================================================
   Pico BMW E60 燃油泵診斷案例
   Brand color: #0D274D
   ================================================== */

.pico-case {
  --pico-navy: #0d274d;
  --pico-navy-light: #173b6d;
  --pico-blue: #1769aa;
  --pico-sky: #eaf3fb;
  --pico-bg: #f6f8fb;
  --pico-border: #dce4ed;
  --pico-text: #243142;
  --pico-muted: #617083;
  --pico-white: #ffffff;
  --pico-warning: #fff7e7;
  --pico-warning-border: #e9bd62;
  --pico-success: #eef8f2;
  --pico-success-border: #70aa82;

  max-width: 1040px;
  margin: 0 auto;
  color: var(--pico-text);
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.01em;
  word-break: break-word;
}

.pico-case *,
.pico-case *::before,
.pico-case *::after {
  box-sizing: border-box;
}

.pico-case p {
  margin: 0 0 22px;
}

.pico-case a {
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.pico-case__hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 48px 46px;
  border-radius: 20px;
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.14),
      transparent 35%
    ),
    linear-gradient(135deg, #0d274d 0%, #173b6d 100%);
  color: var(--pico-white);
}

.pico-case__hero::after {
  position: absolute;
  right: -50px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border: 36px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.pico-case__label,
.pico-case__cta-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--pico-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.pico-case__lead {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-bottom: 32px !important;
  color: rgba(255, 255, 255, 0.94);
  font-size: 20px;
  line-height: 1.85;
}

.pico-case__summary {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(5px);
}

.pico-case__summary-item {
  min-width: 0;
  padding: 20px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.pico-case__summary-item:last-child {
  border-right: 0;
}

.pico-case__summary-title {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.pico-case__summary-item strong {
  display: block;
  color: var(--pico-white);
  font-size: 15px;
  line-height: 1.55;
}

.pico-case__toc {
  margin: 0 0 44px;
  padding: 28px 32px;
  border: 1px solid var(--pico-border);
  border-left: 5px solid var(--pico-navy);
  border-radius: 14px;
  background: var(--pico-bg);
}

.pico-case__toc-title {
  margin: 0 0 14px !important;
  color: var(--pico-navy);
  font-size: 21px;
  font-weight: 800;
}

.pico-case__toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 34px;
  margin: 0;
  padding-left: 22px;
}

.pico-case__toc li {
  margin: 0;
  padding-left: 3px;
  color: var(--pico-navy);
}

.pico-case__toc a {
  color: var(--pico-navy);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.pico-case__toc a:hover {
  color: var(--pico-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pico-case__section {
  margin-bottom: 56px;
  scroll-margin-top: 110px;
}

.pico-case__section h2 {
  position: relative;
  margin: 0 0 26px;
  padding: 0 0 15px 18px;
  border-bottom: 1px solid var(--pico-border);
  color: var(--pico-navy);
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.pico-case__section h2::before {
  position: absolute;
  top: 5px;
  bottom: 18px;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: var(--pico-blue);
  content: "";
}

.pico-case__section h3 {
  margin: 36px 0 16px;
  color: var(--pico-navy);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
}

.pico-case__author {
  display: inline-block;
  margin-bottom: 22px !important;
  padding: 6px 12px;
  border-radius: 6px;
  background: var(--pico-sky);
  color: var(--pico-navy);
  font-size: 14px;
  font-weight: 700;
}

.pico-case__notice,
.pico-case__insight,
.pico-case__warning {
  margin: 28px 0;
  padding: 22px 24px;
  border-radius: 12px;
}

.pico-case__notice {
  border-left: 5px solid var(--pico-blue);
  background: var(--pico-sky);
}

.pico-case__insight {
  border: 1px solid var(--pico-success-border);
  border-left-width: 5px;
  background: var(--pico-success);
}

.pico-case__warning {
  border: 1px solid var(--pico-warning-border);
  border-left-width: 5px;
  background: var(--pico-warning);
}

.pico-case__notice strong,
.pico-case__insight strong,
.pico-case__warning strong {
  color: var(--pico-navy);
}

.pico-case__figure {
  max-width: 820px;
  margin: 34px auto;
  padding: 12px;
  border: 1px solid var(--pico-border);
  border-radius: 14px;
  background: var(--pico-white);
  box-shadow: 0 8px 28px rgba(13, 39, 77, 0.07);
}

.pico-case__figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
}

.pico-case__figure figcaption {
  padding: 13px 8px 3px;
  color: var(--pico-muted);
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.pico-case__tool-box {
  margin: 30px 0;
  padding: 26px 28px;
  border: 1px solid var(--pico-border);
  border-radius: 14px;
  background: linear-gradient(135deg, #f7faff 0%, #ffffff 100%);
}

.pico-case__tool-box h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.pico-case__tool-box p:last-child {
  margin-bottom: 0;
}

.pico-case__diagnosis-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0;
}

.pico-case__diagnosis-grid > div {
  padding: 23px 18px;
  border: 1px solid var(--pico-border);
  border-radius: 12px;
  background: var(--pico-bg);
  text-align: center;
}

.pico-case__diagnosis-grid span {
  display: block;
  margin-bottom: 6px;
  color: var(--pico-muted);
  font-size: 14px;
}

.pico-case__diagnosis-grid strong {
  display: block;
  color: var(--pico-navy);
  font-size: 22px;
  line-height: 1.3;
}

.pico-case__list {
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.pico-case__list li {
  position: relative;
  margin-bottom: 12px;
  padding: 12px 16px 12px 46px;
  border: 1px solid var(--pico-border);
  border-radius: 10px;
  background: var(--pico-bg);
}

.pico-case__list li::before {
  position: absolute;
  top: 14px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--pico-navy);
  color: var(--pico-white);
  content: "✓";
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.pico-case__conclusion {
  margin: 30px 0;
  padding: 30px;
  border-radius: 16px;
  background: var(--pico-navy);
  color: var(--pico-white);
}

.pico-case__conclusion h3 {
  margin: 0 0 18px;
  color: var(--pico-white);
}

.pico-case__conclusion ol {
  margin: 0;
  padding-left: 24px;
}

.pico-case__conclusion li {
  margin-bottom: 10px;
  padding-left: 5px;
  color: rgba(255, 255, 255, 0.92);
}

.pico-case__conclusion li:last-child {
  margin-bottom: 0;
}

.pico-case__cta {
  position: relative;
  overflow: hidden;
  margin: 58px 0;
  padding: 42px;
  border-radius: 18px;
  background:
    linear-gradient(
      120deg,
      rgba(13, 39, 77, 0.98),
      rgba(23, 105, 170, 0.94)
    );
  color: var(--pico-white);
}

.pico-case__cta::after {
  position: absolute;
  top: -90px;
  right: -90px;
  width: 250px;
  height: 250px;
  border: 42px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.pico-case__cta-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.pico-case__cta h2 {
  margin: 0 0 14px;
  color: var(--pico-white);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.35;
}

.pico-case__cta p {
  color: rgba(255, 255, 255, 0.88);
}

.pico-case__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  padding: 13px 24px;
  border: 2px solid var(--pico-white);
  border-radius: 8px;
  background: var(--pico-white);
  color: var(--pico-navy);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
}

.pico-case__button:hover {
  background: transparent;
  color: var(--pico-white);
  transform: translateY(-2px);
}

.pico-case__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pico-case__related-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--pico-border);
  border-radius: 14px;
  background: var(--pico-white);
  box-shadow: 0 7px 24px rgba(13, 39, 77, 0.06);
}

.pico-case__related-card > span {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--pico-sky);
  color: var(--pico-blue);
  font-size: 12px;
  font-weight: 700;
}

.pico-case__related-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.5;
}

.pico-case__related-card p {
  color: var(--pico-muted);
  font-size: 15px;
  line-height: 1.75;
}

.pico-case__related-card a {
  margin-top: auto;
  color: var(--pico-blue);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.pico-case__related-card a::after {
  margin-left: 5px;
  content: "→";
}

.pico-case__related-card a:hover {
  color: var(--pico-navy);
}

.pico-case__faq details {
  margin-bottom: 14px;
  border: 1px solid var(--pico-border);
  border-radius: 12px;
  background: var(--pico-white);
}

.pico-case__faq summary {
  position: relative;
  padding: 19px 54px 19px 22px;
  color: var(--pico-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}

.pico-case__faq summary::-webkit-details-marker {
  display: none;
}

.pico-case__faq summary::after {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 25px;
  height: 25px;
  color: var(--pico-blue);
  content: "+";
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  transform: translateY(-50%);
}

.pico-case__faq details[open] summary::after {
  content: "−";
}

.pico-case__faq details[open] summary {
  border-bottom: 1px solid var(--pico-border);
  background: var(--pico-bg);
}

.pico-case__faq details > div {
  padding: 20px 22px;
}

.pico-case__faq details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .pico-case__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pico-case__summary-item:nth-child(2) {
    border-right: 0;
  }

  .pico-case__summary-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .pico-case__diagnosis-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pico-case__related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .pico-case {
    font-size: 16px;
    line-height: 1.85;
  }

  .pico-case__hero {
    padding: 34px 24px;
    border-radius: 14px;
  }

  .pico-case__lead {
    font-size: 17px;
  }

  .pico-case__summary {
    grid-template-columns: 1fr;
  }

  .pico-case__summary-item,
  .pico-case__summary-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .pico-case__summary-item:last-child {
    border-bottom: 0;
  }

  .pico-case__toc {
    padding: 24px 22px;
  }

  .pico-case__toc ol {
    grid-template-columns: 1fr;
  }

  .pico-case__section {
    margin-bottom: 46px;
  }

  .pico-case__section h2 {
    padding-left: 15px;
    font-size: 27px;
  }

  .pico-case__section h3 {
    font-size: 21px;
  }

  .pico-case__figure {
    margin: 28px 0;
    padding: 8px;
    border-radius: 10px;
  }

  .pico-case__diagnosis-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .pico-case__diagnosis-grid > div {
    padding: 18px 10px;
  }

  .pico-case__diagnosis-grid strong {
    font-size: 18px;
  }

  .pico-case__notice,
  .pico-case__insight,
  .pico-case__warning,
  .pico-case__tool-box,
  .pico-case__conclusion {
    padding: 21px 20px;
  }

  .pico-case__cta {
    padding: 32px 24px;
    border-radius: 14px;
  }

  .pico-case__button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .pico-case__diagnosis-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */