requester-form-builder{
  display:block;
}

requester-form-builder > section.srs-seo-fallback.srs-demo{
  width:100%;
  max-width:100%;
  margin:0;

  position:relative;
  isolation:isolate;

  overflow:hidden;
  overflow-x:clip;

  padding-top:clamp(28px, 3.2vw, 46px);
  padding-bottom:clamp(14px, 2vw, 22px);

  background:transparent;
}

requester-form-builder > section.srs-seo-fallback.srs-demo::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:transparent;
}

requester-form-builder > section.srs-seo-fallback.srs-demo > *{
  position:relative;
  z-index:1;
}

requester-form-builder > section.srs-seo-fallback.srs-demo :where(.srs-ornament, .srs-glow, .srs-ring){
  position:absolute;
  pointer-events:none;
  z-index:0;
}

requester-form-builder > section.srs-seo-fallback.srs-demo :where(*, *::before, *::after){
  box-sizing:border-box;
}

requester-form-builder > section.srs-seo-fallback.srs-demo :where(
  .srs-container, .srs-inner, .srs-panel, .srs-head, .srs-body,
  .srs-includes, .srs-media,
  .srs-grid, .srs-col, .srs-trustedBox
){
  min-width:0;
}

requester-form-builder > section.srs-seo-fallback.srs-demo :where(img, svg, video){
  max-width:100%;
  height:auto;
  display:block;
}

requester-form-builder > section.srs-seo-fallback.srs-demo :where(
  h1,h2,h3,p,li,a,div,span,strong,em,small,label,button,
  input,textarea,select
){
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:none;
  white-space:normal;
}

requester-form-builder > section.srs-seo-fallback.srs-demo :where(.srs-chip, .srs-badge){
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:none;
  white-space:normal;
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-container{
  max-width:740px;
  margin:0 auto;
  padding:0 clamp(12px, 2vw, 18px);
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-inner{
  max-width:640px;
  margin:0 auto;
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-panel{
  margin-top:clamp(10px, 1.6vw, 18px);

  border-radius:16px;
  border:1px solid rgba(148,163,184,.28);
  background:rgba(255,255,255,.92);

  overflow:hidden;
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-head{
  padding:12px 14px;
  border-bottom:1px solid rgba(148,163,184,.22);
  background:
    radial-gradient(1200px 600px at -10% -10%, rgba(201,210,255,.78) 0%, transparent 60%),
    radial-gradient(1000px 500px at 110% 0%, rgba(217,246,230,.78) 0%, transparent 55%),
    linear-gradient(135deg, rgba(234,223,255,.78), rgba(247,201,218,.70) 45%, rgba(143,224,230,.74) 100%);
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;

  margin:0 0 8px;
  padding:0;

  font-weight:800;
  font-size:12px;
  line-height:1.2;

  color:inherit;
  max-width:100%;
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#22c55e;
  flex:0 0 auto;
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-kickerText{
  min-width:0;
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-topline{
  margin:0 0 8px;
  font-weight:800;
  font-size:13px;
  line-height:1.25;
  color:rgba(15,23,42,.85);
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-title{
  margin:0;
  font-weight:950;
  font-size:clamp(18px, 2.8vw, 26px);
  line-height:1.12;
  letter-spacing:-.01em;
  color:rgba(15,23,42,.98);
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-subtitle{
  margin:6px 0 0;
  font-weight:650;
  font-size:12.5px;
  line-height:1.55;
  color:rgba(15,23,42,.78);
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-body{
  padding:12px 14px;
  background:#fff;
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-h2{
  margin:0 0 10px;
  font-weight:900;
  font-size:13px;
  line-height:1.2;
  color:rgba(15,23,42,.98);
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-media{
  margin:12px 0 0;
  padding:10px;

  border-radius:14px;
  background:transparent;
  border:1px solid rgba(148,163,184,.26);
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-mediaImg{
  width:100%;
  max-width:85%;
  margin:0 auto;

  border-radius:10px;
  border:1px solid rgba(148,163,184,.22);
}

@media (max-width:520px){
  requester-form-builder > section.srs-seo-fallback.srs-demo .srs-mediaImg{
    max-width:100%;
  }
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-noscript{
  margin:10px 0 0;
  font-weight:650;
  font-size:12px;
  line-height:1.5;
  color:rgba(15,23,42,.55);
}

@media (max-width:420px){
  requester-form-builder > section.srs-seo-fallback.srs-demo .srs-head,
  requester-form-builder > section.srs-seo-fallback.srs-demo .srs-body{
    padding:12px;
  }

  requester-form-builder > section.srs-seo-fallback.srs-demo .srs-media{
    padding:8px;
  }
}

/* Optional layout utilities (no effect unless used in markup) */
requester-form-builder > section.srs-seo-fallback.srs-demo .srs-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) clamp(280px, 32vw, 420px);
  gap:clamp(14px, 2.4vw, 22px);
  min-width:0;
  align-items:center;
}

@media (max-width:1100px){
  requester-form-builder > section.srs-seo-fallback.srs-demo .srs-grid{
    grid-template-columns:1fr;
    align-items:start;
  }
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-trustedBox{
  text-align:center;
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-trustedRow{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

requester-form-builder > section.srs-seo-fallback.srs-demo .srs-grid > :where(.srs-trustedBox){
  align-self:end;
  justify-self:end;
}

@media (max-width:1100px){
  requester-form-builder > section.srs-seo-fallback.srs-demo .srs-grid > :where(.srs-trustedBox){
    justify-self:center;
    max-width:560px;
    margin:14px auto 0;
  }
}

@media (prefers-reduced-motion: reduce){
  requester-form-builder > section.srs-seo-fallback.srs-demo *{
    animation-duration:0.01ms;
    animation-iteration-count:1;
    transition-duration:0.01ms;
    scroll-behavior:auto;
  }
}