[data-text-id]{
  white-space:pre-line;
}

.service-copy{
  min-width:0;
  display:grid;
  gap:4px;
}
.service-copy strong{
  color:#111827;
  font-size:10.65px;
  line-height:1.12;
  font-weight:600;
  white-space:nowrap;
}
.service-copy span{
  color:#64748b;
  font-size:8.71px;
  line-height:1.22;
  font-weight:600;
  white-space:nowrap;
}

.spot-copy-text h2{
  margin:0;
  color:#152030;
  font-size:24px;
  line-height:1.1;
  font-weight:500;
}
.spot-copy-text p{
  margin:13px 0 0;
  color:#4b5563;
  font-size:12px;
  line-height:1.48;
  font-weight:500;
}
.text-pill{
  min-width:0;
  width:auto;
  height:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 12px;
  color:#fff;
  background:#4ca820;
  border-radius:6px;
  font-size:10px;
  line-height:1;
  font-weight:800;
}
.text-pill.ghost{
  color:#111827;
  background:#fff;
  border:1px solid #d8e1ea;
}

.metric.metric-text{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:12px 10px;
  text-align:center;
}
.metric.metric-text strong{
  display:block;
  color:#152030;
  font-size:22px;
  line-height:1;
  font-weight:700;
}
.metric.metric-text span{
  display:block;
  width:100%;
  max-width:88px;
  margin:9px auto 0;
  color:#64748b;
  font-size:9px;
  line-height:1.25;
  font-weight:700;
}

.section-title{
  position:absolute;
  top:22px;
  left:22px;
  right:22px;
  margin:0;
  color:#111827;
  text-align:center;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}
.section-subtitle{
  position:absolute;
  top:48px;
  left:28px;
  right:28px;
  margin:0;
  color:#64748b;
  text-align:center;
  font-size:10px;
  line-height:1.25;
  font-weight:600;
}
.process-node strong{
  display:block;
  color:#111827;
  font-size:10px;
  line-height:1.18;
  font-weight:900;
}
.process-node span[data-text-id]{
  display:block;
  margin-top:6px;
  color:#64748b;
  font-size:8px;
  line-height:1.25;
  font-weight:600;
}
.process-button{
  width:auto;
  min-width:140px;
  height:auto;
}

.compare-card-title{
  display:block;
  margin:0 0 12px;
  color:#111827;
  font-size:12px;
  line-height:1.1;
  font-weight:900;
}
.compare-card-title.good{color:#2f9b16}
.bullet-line{
  color:#4b5563;
  font-size:9.5px;
  line-height:1.18;
  font-weight:700;
}
.bullet.good{background:#4ca820}
.compare-button{
  width:auto;
  min-width:125px;
  height:auto;
}

.real-body strong,
.real-body span,
.real-body small,
.real-body b{
  display:block;
}
.real-body strong{
  color:#111827;
  font-size:11px;
  line-height:1.1;
  font-weight:900;
}
.real-body span{
  margin-top:5px;
  color:#64748b;
  font-size:8px;
  line-height:1.2;
  font-weight:700;
}
.real-body small{
  margin-top:3px;
  color:#94a3b8;
  font-size:7.5px;
  line-height:1.1;
  font-weight:700;
}
.real-body b{
  margin-top:8px;
  color:#2f9b16;
  font-size:8px;
  line-height:1.15;
  font-weight:900;
}
.real-button{
  width:auto;
  min-width:122px;
  height:auto;
}

.app-title{
  top:24px;
  text-align:left;
  right:150px;
}
.app-subtitle{
  top:51px;
  text-align:left;
  right:150px;
}
.app-item span[data-text-id]{
  color:#374151;
  font-size:10px;
  line-height:1.25;
  font-weight:800;
}

@media(max-width:1516px){
  .service-copy strong,
  .service-copy span{
    white-space:normal;
  }
  .spot-copy-text h2{
    font-size:22px;
    line-height:1.16;
  }
  .spot-copy-text p{
    max-width:58ch;
  }
  .spot-actions .text-pill{
    min-height:32px;
    white-space:normal;
    text-align:center;
  }
  .metric.metric-text span{
    max-width:150px;
  }
  .section-title,
  .section-subtitle,
  .app-title,
  .app-subtitle{
    position:static;
    inset:auto;
    margin:0;
    text-align:left;
  }
  .section-subtitle{
    margin-top:5px;
  }
  .process-node span[data-text-id]{
    min-height:2.5em;
  }
  .compare-card-title,
  .bullet-line,
  .real-body strong,
  .real-body span,
  .real-body small,
  .real-body b,
  .app-item span[data-text-id]{
    overflow-wrap:anywhere;
  }
}

@media(max-width:640px){
  .spot-copy-text h2{
    font-size:20px;
  }
  .spot-copy-text p{
    font-size:11.5px;
  }
  .metric.metric-text{
    min-height:92px;
  }
  .process-node span[data-text-id]{
    min-height:0;
  }
  .tl-editor{
    left:10px;
    right:10px;
    width:auto;
    max-height:calc(100vh - 20px);
  }
}

body.tl-edit-mode [data-text-id]{
  cursor:pointer;
  outline:1px dashed rgba(37,145,255,.42);
  outline-offset:3px;
  border-radius:3px;
}
body.tl-edit-mode [data-text-id]:hover{
  outline-color:#2591ff;
  background:rgba(37,145,255,.07);
}
body.tl-edit-mode [data-tl-selected="true"]{
  outline:2px solid #2591ff;
  background:rgba(37,145,255,.11);
}

.tl-editor{
  position:fixed;
  z-index:1000;
  top:16px;
  right:16px;
  width:330px;
  max-height:calc(100vh - 32px);
  display:grid;
  gap:12px;
  overflow:auto;
  padding:14px;
  border:1px solid #d6dee8;
  border-radius:10px;
  background:rgba(255,255,255,.96);
  box-shadow:0 18px 50px rgba(15,23,42,.18);
  color:#111827;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.tl-editor h2{
  margin:0;
  font-size:15px;
  line-height:1.2;
  font-weight:900;
}
.tl-editor p{
  margin:0;
  color:#64748b;
  font-size:11px;
  line-height:1.35;
}
.tl-row{
  display:grid;
  gap:5px;
}
.tl-row label{
  color:#334155;
  font-size:10px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
}
.tl-row textarea,
.tl-row select,
.tl-row input{
  width:100%;
  min-width:0;
  border:1px solid #cfd8e3;
  border-radius:6px;
  background:#fff;
  color:#111827;
  font:12px/1.25 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.tl-row textarea{
  min-height:88px;
  padding:8px;
  resize:vertical;
}
.tl-row select,
.tl-row input{
  height:32px;
  padding:0 8px;
}
.tl-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
}
.tl-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.tl-actions button{
  height:32px;
  border:1px solid #cfd8e3;
  border-radius:6px;
  background:#fff;
  color:#111827;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}
.tl-actions button.primary{
  border-color:#2591ff;
  background:#2591ff;
  color:#fff;
}
.tl-export{
  min-height:72px;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:10px;
}
.tl-status{
  min-height:16px;
  color:#2f9b16;
  font-size:10px;
  font-weight:800;
}

@media(max-width:760px){
  .tl-editor{
    left:10px;
    right:10px;
    top:auto;
    bottom:10px;
    width:auto;
    max-height:60vh;
  }
}
