.esc-container,
.esc-container *,.esc-form-wrapper,.esc-form-wrapper *,.esc-track-wrapper,.esc-track-wrapper *,.esc-public-report,.esc-public-report *{box-sizing:border-box}
.esc-container,.esc-form-wrapper,.esc-track-wrapper,.esc-public-report{
  --esc-primary:#1d4ed8;
  --esc-primary-dark:#1e3a8a;
  --esc-primary-soft:#eff6ff;
  --esc-text:#1f2937;
  --esc-muted:#64748b;
  --esc-border:#e5e7eb;
  --esc-card:#ffffff;
  --esc-surface:#f8fafc;
  --esc-success-bg:#ecfdf5;
  --esc-success-bd:#86efac;
  --esc-success-tx:#14532d;
  --esc-error-bg:#fef2f2;
  --esc-error-bd:#fecaca;
  --esc-error-tx:#7f1d1d;
  max-width:1100px;
  margin:24px auto;
  padding:0 16px;
  color:var(--esc-text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.6;
}
.esc-section-anchor{scroll-margin-top:120px}
.esc-container p,.esc-form-wrapper p,.esc-track-wrapper p,.esc-public-report p{margin:0 0 14px;font-size:16px;line-height:1.7;color:var(--esc-text)}
.esc-container small,.esc-form-wrapper small,.esc-track-wrapper small,.esc-public-report small{font-size:13px;color:var(--esc-muted)}
.esc-container h2,.esc-form-wrapper h2,.esc-track-wrapper h2,.esc-public-report h2{margin:0 0 10px;font-size:42px;line-height:1.15;font-weight:800;letter-spacing:-.02em;color:var(--esc-text)}
.esc-container h3,.esc-form-wrapper h3,.esc-track-wrapper h3,.esc-public-report h3{margin:26px 0 12px;font-size:28px;line-height:1.2;font-weight:800;letter-spacing:-.02em;color:var(--esc-text)}
.esc-container h4,.esc-form-wrapper h4,.esc-track-wrapper h4,.esc-public-report h4{margin:18px 0 8px;font-size:18px;line-height:1.35;font-weight:800;color:var(--esc-text)}
.esc-container a,.esc-form-wrapper a,.esc-track-wrapper a,.esc-public-report a{color:var(--esc-primary);text-decoration:none}
.esc-container a:hover,.esc-form-wrapper a:hover,.esc-track-wrapper a:hover,.esc-public-report a:hover{text-decoration:underline}
.esc-card{background:var(--esc-card);border:1px solid var(--esc-border);border-radius:20px;padding:28px;margin:18px 0;box-shadow:0 16px 38px rgba(15,23,42,.07);overflow:hidden}
.esc-hero{background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 100%);color:#fff;border-radius:24px;padding:38px 30px;margin:20px 0 26px;overflow:hidden}
.esc-hero h2{color:#fff;font-size:48px;margin:0 0 12px}
.esc-hero p{color:#dbeafe;font-size:18px;max-width:860px}
.esc-kicker{display:block;margin:0 0 10px;font-size:12px;line-height:1.2;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--esc-primary)}
.esc-hero .esc-kicker{color:#bfdbfe}
.esc-note{background:var(--esc-primary-soft);border:1px solid #bfdbfe;border-left:4px solid var(--esc-primary);padding:14px 16px;border-radius:12px;margin:16px 0 4px !important}
.esc-form{margin-top:20px}
.esc-form h3{padding-top:8px;border-top:1px solid var(--esc-border)}
.esc-form h3:first-of-type{padding-top:0;border-top:0;margin-top:10px}
.esc-form label{display:block;font-size:14px;line-height:1.4;font-weight:700;color:#334155;margin:0}
.esc-form input,
.esc-form select,
.esc-form textarea{display:block;width:100%;margin-top:8px;padding:12px 14px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:var(--esc-text);font-size:15px;line-height:1.5;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}
.esc-form input:focus,
.esc-form select:focus,
.esc-form textarea:focus{outline:0;border-color:var(--esc-primary);box-shadow:0 0 0 4px rgba(29,78,216,.12)}
.esc-form textarea{resize:vertical;min-height:120px}
.esc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.esc-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}
.esc-checkbox{display:flex !important;align-items:flex-start;gap:12px;background:var(--esc-surface);border:1px solid var(--esc-border);border-radius:14px;padding:14px 16px;margin:18px 0 14px}
.esc-checkbox input{width:auto !important;min-width:18px;height:18px;margin:2px 0 0 !important;padding:0;border-radius:4px}
.esc-checkbox span{display:block;font-size:14px;line-height:1.55;color:var(--esc-text);font-weight:600}
.esc-privacy-box,.esc-response-box{background:var(--esc-surface);border:1px solid var(--esc-border);border-radius:14px;padding:16px}
.esc-privacy-box p:last-child,.esc-response-box p:last-child{margin-bottom:0}
.esc-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--esc-primary);color:#fff !important;border:1px solid var(--esc-primary);border-radius:999px;padding:12px 20px;text-decoration:none !important;font-size:15px;font-weight:800;line-height:1.2;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}
.esc-button:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(29,78,216,.18);text-decoration:none !important}
.esc-button-secondary{background:#fff;color:var(--esc-primary-dark) !important;border-color:#c7d2fe}
.esc-actions-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.esc-alert{padding:16px 18px;border-radius:14px;margin:16px 0;border:1px solid transparent}
.esc-alert p:last-child{margin-bottom:0}
.esc-alert-success{background:var(--esc-success-bg);border-color:var(--esc-success-bd);color:var(--esc-success-tx)}
.esc-alert-error{background:var(--esc-error-bg);border-color:var(--esc-error-bd);color:var(--esc-error-tx)}
.esc-protocol-box,.esc-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0}
.esc-protocol-box span,.esc-summary-grid span{display:block;background:var(--esc-surface);border:1px solid #e2e8f0;border-radius:12px;padding:14px}
.esc-summary-grid b{color:#0f172a}
.esc-timeline{border-left:3px solid #dbeafe;margin-left:8px;padding-left:0}
.esc-timeline-item{padding:8px 0 14px 18px;position:relative}
.esc-timeline-item:before{content:'';width:12px;height:12px;background:var(--esc-primary);border:3px solid #dbeafe;border-radius:50%;position:absolute;left:-10px;top:12px}
.esc-timeline-item p:last-child{margin-bottom:0}
.esc-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}
.esc-kpi-grid div{background:var(--esc-surface);border:1px solid #e2e8f0;border-radius:16px;padding:16px}
.esc-kpi-grid b{display:block;font-size:32px;line-height:1.1;color:var(--esc-primary);margin-bottom:6px}
.esc-kpi-grid span{display:block;color:var(--esc-muted);font-size:14px;line-height:1.4}
.esc-table{width:100%;border-collapse:collapse}
.esc-table td{border-bottom:1px solid var(--esc-border);padding:12px 4px;font-size:15px;vertical-align:top}
.esc-table tr:last-child td{border-bottom:0}
.esc-track-form{margin-bottom:0}
.esc-floating-message{position:fixed;right:18px;bottom:18px;z-index:99999;max-width:430px;background:var(--esc-success-bg);border:1px solid var(--esc-success-bd);color:var(--esc-success-tx);padding:16px;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.18)}
.esc-floating-message-grid{display:grid;gap:4px;margin-top:8px}
.esc-honeypot{display:none !important}
@media (max-width: 980px){
  .esc-container h2,.esc-form-wrapper h2,.esc-track-wrapper h2,.esc-public-report h2{font-size:36px}
  .esc-hero h2{font-size:40px}
  .esc-container h3,.esc-form-wrapper h3,.esc-track-wrapper h3,.esc-public-report h3{font-size:24px}
}
@media (max-width: 760px){
  .esc-container,.esc-form-wrapper,.esc-track-wrapper,.esc-public-report{padding:0 12px;margin:18px auto}
  .esc-grid,.esc-grid-two,.esc-summary-grid,.esc-protocol-box,.esc-kpi-grid{grid-template-columns:1fr}
  .esc-card{padding:20px}
  .esc-hero{padding:26px 20px}
  .esc-container h2,.esc-form-wrapper h2,.esc-track-wrapper h2,.esc-public-report h2{font-size:30px}
  .esc-hero h2{font-size:32px}
  .esc-container p,.esc-form-wrapper p,.esc-track-wrapper p,.esc-public-report p{font-size:15px}
  .esc-actions-row{flex-direction:column;align-items:stretch}
  .esc-button{width:100%}
  .esc-floating-message{left:12px;right:12px;bottom:12px;max-width:none}
}
