/* Readable, editable page content for the DS-layout generator. */
.tde-ds-page{--ds-ink:#1d222c;--ds-muted:#506887;--ds-blue:#1f5dbd;--ds-deep:#102b5f;--ds-line:#d8e2f0;--ds-soft:#f4f8ff;--ds-coral:#df443a;color:var(--ds-ink)}
.tde-ds-page__section--intro{padding-top:0}
.tde-ds-page__section--soft{max-width:none}
.tde-ds-page__document-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:25px}
.tde-ds-page__document-card{min-width:0;padding:20px;border:1px solid #cfddf1;border-radius:13px;background:#fff;box-shadow:0 8px 20px rgba(25,61,119,.045)}
.tde-ds-page__document-card h3,.tde-ds-page__workflow-list h3,.tde-ds-page__audience-grid h3{margin:15px 0 0;font-size:19px;line-height:1.22;letter-spacing:-.015em;overflow-wrap:anywhere}
.tde-ds-page__document-card p,.tde-ds-page__audience-grid p{margin:9px 0 0;color:#48617f;font-size:15px;line-height:1.48;overflow-wrap:anywhere}
.tde-ds-page__document-code{display:grid;place-items:center;width:38px;height:29px;border-radius:7px;color:#1952a4;background:#eaf2ff;font-size:12px;font-weight:850;letter-spacing:.06em}
.tde-ds-page__split{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.58fr);gap:22px;align-items:start;margin-top:5px}
.tde-ds-page__note{min-width:0;margin-top:16px;padding:20px;border:1px solid #cfddf1;border-radius:13px;background:linear-gradient(145deg,#eef5ff,#f8fbff)}
.tde-ds-page__note strong{color:#1b559f;font-size:13px;letter-spacing:.08em;text-transform:uppercase}
.tde-ds-page__note p{margin:9px 0 0!important;color:#3f5c80!important;font-size:15px!important;line-height:1.5!important}
.tde-ds-page__section--workflow{max-width:none;margin-top:18px;padding:36px;border:1px solid #d7e5fa;border-radius:16px;background:linear-gradient(145deg,#f7faff,#edf4ff)}
.tde-ds-page__workflow-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:27px 0 0;padding:0;list-style:none;counter-reset:none}
.tde-ds-page__workflow-list li{position:relative;display:grid;grid-template-columns:40px minmax(0,1fr);gap:13px;min-width:0;padding:0 12px 0 0}
.tde-ds-page__workflow-list li:not(:last-child):after{position:absolute;top:20px;right:-2px;width:16px;border-top:1px solid #96b5e2;content:""}
.tde-ds-page__workflow-list span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;color:#fff;background:#1f5dbd;font-size:12px;font-weight:850;letter-spacing:.04em}
.tde-ds-page__workflow-list h3{margin:7px 0 0;font-size:18px}
.tde-ds-page__workflow-list p{margin:8px 0 0!important;color:#48617f!important;font-size:15px!important;line-height:1.5!important}
.tde-ds-page__audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}
.tde-ds-page__audience-grid article{min-width:0;padding:20px;border-left:3px solid #4f86d4;border-radius:0 11px 11px 0;background:#f8fbff}
.tde-ds-page__audience-grid h3{margin:0}
.tde-ds-page__section--limits{max-width:none;padding:36px;border-radius:16px;background:#102b5f}
.tde-ds-page__section--limits .tde-ds-page__eyebrow{color:#bcd8ff}
.tde-ds-page__section--limits h2{max-width:760px;color:#fff}
.tde-ds-page__section--limits p{max-width:900px;color:#dbe9ff}
.tde-ds-page__section--faq{max-width:930px}
.tde-ds-page__faq{display:grid;gap:10px;margin-top:24px}
.tde-ds-page__faq details{border:1px solid var(--ds-line);border-radius:11px;background:#fff}
.tde-ds-page__faq summary{padding:17px 46px 17px 19px;cursor:pointer;color:var(--ds-ink);font-size:17px;font-weight:750;line-height:1.35;list-style:none}
.tde-ds-page__faq summary::-webkit-details-marker{display:none}
.tde-ds-page__faq summary{position:relative}
.tde-ds-page__faq summary:after{position:absolute;top:17px;right:19px;content:"+";color:var(--ds-blue);font-size:23px;font-weight:400;line-height:1}
.tde-ds-page__faq details[open] summary:after{content:"−"}
.tde-ds-page__faq p{margin:0!important;padding:0 19px 19px;color:#48617f!important;font-size:16px!important;line-height:1.55!important}
.tde-ds-page__expert .tde-button{min-width:220px;color:#fff!important;background:#df443a!important;box-shadow:0 9px 18px rgba(3,20,55,.24)}
.tde-ds-page__expert .tde-button:hover{background:#c9362e!important}
.tde-ds-page__expert .tde-button:focus-visible{outline:3px solid #fff;outline-offset:4px}
@media(max-width:850px){.tde-ds-page__document-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tde-ds-page__workflow-list{grid-template-columns:1fr}.tde-ds-page__workflow-list li{padding:0}.tde-ds-page__workflow-list li:not(:last-child):after{top:auto;right:auto;bottom:-8px;left:17px;height:16px;width:0;border-top:0;border-left:1px solid #96b5e2}.tde-ds-page__split{grid-template-columns:1fr}.tde-ds-page__note{margin-top:0}}
@media(max-width:580px){.tde-ds-page__section--soft,.tde-ds-page__section--workflow,.tde-ds-page__section--limits{padding:23px}.tde-ds-page__document-grid,.tde-ds-page__audience-grid{grid-template-columns:1fr}.tde-ds-page__document-card,.tde-ds-page__audience-grid article{padding:18px}.tde-ds-page__faq summary{padding:16px 43px 16px 16px;font-size:16px}.tde-ds-page__faq p{padding:0 16px 17px;font-size:15px!important}.tde-ds-page__expert .tde-button{min-width:0}}
