.esoc-wrap{margin:20px auto}.esoc-form{box-sizing:border-box;box-shadow:0 12px 36px rgba(15,23,42,.08)}.esoc-form h3{margin:0 0 16px;font-size:24px}.esoc-packages{display:grid;gap:8px}.esoc-package{display:flex;align-items:center;gap:10px;border:1px solid #e2e8f0;border-radius:10px;padding:var(--esoc-package-padding);cursor:pointer}.esoc-package-main{flex:1}.esoc-package-main b,.esoc-package-main small{display:block}.esoc-package-main small{opacity:.7}.esoc-price{display:flex;gap:7px;align-items:center}.esoc-price del{opacity:.5}.esoc-field{margin:0 0 var(--esoc-field-spacing)}.esoc-field label{display:block}.esoc-field b,.esoc-field small{display:block}.esoc-field small{margin:4px 0 7px;opacity:.7}.esoc-field input,.esoc-field textarea{box-sizing:border-box;width:100%;font:inherit;border:1px solid #d6dce5}.esoc-field textarea{min-height:90px}.esoc-submit{border:0;cursor:pointer;transition:.18s}.esoc-submit:hover{background:var(--esoc-hover)!important;transform:translateY(-1px)}.esoc-notice{margin:14px 0;border-radius:10px}.esoc-notice p{margin:6px 0 0}.esoc-response{margin-top:10px}.esoc-form .esoc-package input{width:auto}
/* v2.5 affiliate application */
.esoc-affiliate-apply{max-width:980px;margin:35px auto;font-family:inherit}.esoc-apply-hero{padding:38px;border-radius:24px;background:linear-gradient(135deg,#0f172a,#4f46e5);color:#fff;box-shadow:0 20px 50px rgba(15,23,42,.16)}.esoc-apply-hero h1{color:#fff;font-size:38px;margin:7px 0}.esoc-apply-hero p{margin:0;opacity:.86;font-size:16px}.esoc-apply-card{background:#fff;border:1px solid #e7eaf0;border-radius:22px;padding:28px;margin-top:18px;box-shadow:0 12px 36px rgba(15,23,42,.08)}.esoc-apply-section{padding:8px 0 24px;margin-bottom:20px;border-bottom:1px solid #eef1f5}.esoc-apply-section h2{margin:0 0 15px;font-size:20px}.esoc-apply-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.esoc-apply-grid label{font-weight:650;color:#27324a}.esoc-apply-grid input{display:block;width:100%;box-sizing:border-box;margin-top:7px;padding:12px;border:1px solid #d9dee8;border-radius:11px;min-height:44px}.esoc-apply-button{width:100%;border:0;border-radius:12px;padding:14px 18px;font-size:15px;font-weight:800;cursor:pointer;background:#4f46e5;color:#fff}.esoc-apply-success,.esoc-apply-error{padding:15px 17px;border-radius:12px;margin-bottom:16px}.esoc-apply-success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.esoc-apply-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}@media(max-width:700px){.esoc-apply-grid{grid-template-columns:1fr}.esoc-apply-hero{padding:28px}.esoc-apply-card{padding:20px}}

/* v2.6.8 public form visual polish — presentation only; no form behaviour changes */
.esoc-wrap{
  padding:8px;
  box-sizing:border-box;
}
.esoc-form{
  position:relative;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(15,23,42,.12);
  border-color:rgba(148,163,184,.35)!important;
}
.esoc-form:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:3px;
  background:linear-gradient(90deg,rgba(15,23,42,.82),rgba(22,163,74,.78));
  pointer-events:none;
}
.esoc-form h3{
  margin:2px 0 18px;
  padding-bottom:13px;
  border-bottom:1px solid rgba(148,163,184,.24);
  font-size:clamp(20px,4.5vw,26px);
  line-height:1.2;
  letter-spacing:.01em;
}
.esoc-packages{
  gap:10px;
  margin-bottom:18px;
}
.esoc-package{
  position:relative;
  gap:12px;
  min-height:58px;
  padding:var(--esoc-package-padding);
  border:1px solid #d9e0e8;
  border-radius:12px;
  background:#fff;
  box-shadow:0 3px 12px rgba(15,23,42,.035);
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease;
}
.esoc-package:hover{
  border-color:#9fb0c3;
  box-shadow:0 8px 20px rgba(15,23,42,.07);
  transform:translateY(-1px);
}
.esoc-package:has(input:checked){
  border-color:#15803d;
  background:linear-gradient(135deg,#f5fbf7,#fff);
  box-shadow:0 8px 22px rgba(21,128,61,.10);
}
.esoc-form .esoc-package input{
  width:17px;
  height:17px;
  flex:0 0 auto;
  accent-color:#15803d;
}
.esoc-package-main b{
  font-size:calc(var(--esoc-package-font-size,16px) + 1px);
  line-height:1.2;
  letter-spacing:.01em;
}
.esoc-package-main small{
  margin-top:4px;
  font-size:.78em;
  line-height:1.35;
  opacity:.64;
}
.esoc-price{
  flex-direction:column;
  align-items:flex-end;
  gap:2px;
  text-align:right;
  white-space:nowrap;
}
.esoc-price strong{
  font-size:1.02em;
}
.esoc-price del{
  font-size:.82em;
}
.esoc-field{
  margin-bottom:calc(var(--esoc-field-spacing) * .82);
}
.esoc-field label{
  color:#1f2937;
}
.esoc-field b{
  font-size:.88em;
  letter-spacing:.005em;
}
.esoc-field small{
  margin:3px 0 6px;
  font-size:.76em;
  line-height:1.35;
  opacity:.58;
}
.esoc-field input,
.esoc-field textarea{
  background:#fbfcfd;
  border-color:#d5dde6;
  box-shadow:inset 0 1px 1px rgba(15,23,42,.02);
  color:#172033;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.esoc-field input:hover,
.esoc-field textarea:hover{
  border-color:#aebbc8;
  background:#fff;
}
.esoc-field input:focus,
.esoc-field textarea:focus{
  outline:0;
  border-color:#15803d;
  background:#fff;
  box-shadow:0 0 0 3px rgba(21,128,61,.10);
}
.esoc-field input::placeholder,
.esoc-field textarea::placeholder{
  color:#94a3b8;
  opacity:1;
}
.esoc-notice{
  position:relative;
  padding-left:max(18px,var(--esoc-notice-left,18px))!important;
  box-shadow:0 8px 20px rgba(146,64,14,.055);
}
.esoc-notice b{
  display:block;
  font-size:.92em;
  margin-bottom:5px;
}
.esoc-notice p{
  line-height:1.6;
  font-size:.86em;
}
.esoc-submit{
  min-height:52px;
  box-shadow:0 10px 20px rgba(15,23,42,.10);
  letter-spacing:.01em;
}
.esoc-submit:focus-visible{
  outline:3px solid rgba(21,128,61,.22);
  outline-offset:3px;
}
.esoc-response{
  border-radius:10px;
  line-height:1.45;
}
@media(max-width:560px){
  .esoc-wrap{margin:10px auto;padding:4px}
  .esoc-form h3{margin-bottom:14px;padding-bottom:11px}
  .esoc-package{min-height:64px;padding:12px!important;gap:9px}
  .esoc-package-main{min-width:0}
  .esoc-package-main b{font-size:calc(var(--esoc-package-font-size,15px))}
  .esoc-price{font-size:.9em}
  .esoc-field small{font-size:.74em}
  .esoc-submit{min-height:50px;width:100%!important}
}
@media(prefers-reduced-motion:reduce){
  .esoc-package,.esoc-submit,.esoc-field input,.esoc-field textarea{transition:none}
  .esoc-package:hover,.esoc-submit:hover{transform:none}
}
