.srs-seo-fallback.srs-directoryIntro{
  width:100%;
  max-width:100%;
  margin:0;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  overflow-x:clip;
  background:transparent;
  padding-block:clamp(28px, 4vw, 56px);
}

.srs-seo-fallback.srs-directoryIntro::before{
  content:"";
  position:absolute;
  inset:-2px;
  z-index:0;
  background:
    radial-gradient(920px 540px at 12% 14%, rgba(56,189,248,.30) 0, transparent 56%),
    radial-gradient(860px 500px at 88% 18%, rgba(167,139,250,.22) 0, transparent 58%),
    radial-gradient(920px 540px at 18% 94%, rgba(34,197,94,.18) 0, transparent 60%),
    radial-gradient(900px 520px at 92% 86%, rgba(251,191,36,.18) 0, transparent 62%),
    radial-gradient(760px 440px at 55% 42%, rgba(16,185,129,.12) 0, transparent 64%),
    linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
  filter:saturate(112%);
}

.srs-seo-fallback.srs-directoryIntro::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(to right, rgba(148,163,184,.13) 1px, transparent 1px) 0 0/28px 28px,
    linear-gradient(to bottom, rgba(148,163,184,.13) 1px, transparent 1px) 0 0/28px 28px,
    radial-gradient(1200px 900px at 60% -10%, rgba(2,6,23,.12) 0, transparent 60%),
    radial-gradient(900px 700px at 30% 120%, rgba(2,6,23,.10) 0, transparent 62%);
  opacity:.95;
}

.srs-seo-fallback.srs-directoryIntro > *{
  position:relative;
  z-index:1;
}

.srs-seo-fallback.srs-directoryIntro :where(*, *::before, *::after){
  box-sizing:border-box;
}

.srs-seo-fallback.srs-directoryIntro :where(
  .srs-container, .srs-inner, .srs-layout, .srs-content, .srs-right,
  .srs-shot, .srs-trustedBox, .srs-card, .srs-row, .srs-rowText,
  .srs-what, .srs-bullets, .srs-bullet,
  .srs-previewCard, .srs-previewTop, .srs-previewHead, .srs-previewRows,
  .srs-previewRow, .srs-previewActions, .srs-btn
){
  min-width:0;
}

.srs-seo-fallback.srs-directoryIntro :where(img, svg, video){
  max-width:100%;
  height:auto;
  display:block;
}

.srs-seo-fallback.srs-directoryIntro :where(h2,h3,p,li,div,span,a){
  white-space:normal;
  overflow-wrap:break-word;
  word-break:normal;
  hyphens:none;
}

.srs-seo-fallback.srs-directoryIntro :where(a, dd){
  overflow-wrap:anywhere;
  word-break:break-word;
}

.srs-seo-fallback.srs-directoryIntro .srs-container{
  max-width:1240px;
  margin:0 auto;
  padding:0 clamp(16px, 2.4vw, 28px);
}

.srs-seo-fallback.srs-directoryIntro .srs-inner{
  max-width:1100px;
  margin:0 auto;
  border-radius:26px;
  border:1px solid rgba(148,163,184,.26);
  box-shadow:0 34px 70px rgba(2,6,23,.12), 0 5px 14px rgba(2,6,23,.06);
  background:linear-gradient(180deg, rgba(255,255,255,.80), rgba(255,255,255,.62));
  backdrop-filter:saturate(160%) blur(12px);
  padding:clamp(22px, 2.6vw, 38px);
  container-type:inline-size;
  container-name:srsDirectoryIntroInner;
}

.srs-seo-fallback.srs-directoryIntro .srs-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px, clamp(320px, 34vw, 560px));
  gap:clamp(16px, 3vw, 34px);
  align-items:center;
}

@media (max-width:1100px){
  .srs-seo-fallback.srs-directoryIntro .srs-layout{
    grid-template-columns:1fr;
    align-items:start;
  }
}

@supports (container-type:inline-size){
  @container srsDirectoryIntroInner (max-width: 980px){
    .srs-seo-fallback.srs-directoryIntro .srs-layout{
      grid-template-columns:1fr;
      align-items:start;
    }
  }
}

.srs-seo-fallback.srs-directoryIntro .srs-kicker{
  margin:0 0 10px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  font-size:12px;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:#0b1220;
}

.srs-seo-fallback.srs-directoryIntro .srs-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(135deg,#22d3ee,#8b5cf6);
  box-shadow:0 0 0 4px rgba(34,211,238,.16);
}

.srs-seo-fallback.srs-directoryIntro .srs-title{
  margin:6px 0;
  font-size:clamp(28px, 3.2vw, 44px);
  line-height:1.05;
  letter-spacing:-.02em;
  font-weight:900;
  color:#0b1220;
}

.srs-seo-fallback.srs-directoryIntro .srs-grad{
  background:linear-gradient(90deg,#2563eb 0%,#8b5cf6 45%,#10b981 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.srs-seo-fallback.srs-directoryIntro .srs-subtitle{
  margin:0;
  font-size:15px;
  line-height:1.55;
  color:#475569;
  max-width:78ch;
}

.srs-seo-fallback.srs-directoryIntro .srs-what{
  margin-top:16px;
  padding-top:12px;
  border-top:1px solid rgba(148,163,184,.20);
}

.srs-seo-fallback.srs-directoryIntro .srs-h3{
  margin:0 0 10px;
  font-size:16px;
  line-height:1.25;
  font-weight:900;
  color:#0b1220;
}

.srs-seo-fallback.srs-directoryIntro .srs-bullets{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.srs-seo-fallback.srs-directoryIntro .srs-bullet{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(148,163,184,.24);
  box-shadow:0 14px 30px rgba(2,6,23,.06);
  color:#334155;
  font-size:13px;
  line-height:1.45;
}

.srs-seo-fallback.srs-directoryIntro .srs-bullet::before{
  content:"";
  width:18px;
  height:18px;
  margin-top:2px;
  flex:0 0 auto;
  border-radius:7px;
  background:linear-gradient(135deg,#22c55e,#3b82f6,#a855f7);
  box-shadow:0 0 0 4px rgba(59,130,246,.14);
}

.srs-seo-fallback.srs-directoryIntro .srs-right{
  display:grid;
  grid-template-rows:auto 1fr;
  gap:14px;
}

.srs-seo-fallback.srs-directoryIntro .srs-shot{
  margin:0;
  justify-self:end;
  width:100%;
  max-width:420px;
}

@media (max-width:1100px){
  .srs-seo-fallback.srs-directoryIntro .srs-shot{
    justify-self:center;
    max-width:520px;
  }
}

@supports (container-type:inline-size){
  @container srsDirectoryIntroInner (max-width: 980px){
    .srs-seo-fallback.srs-directoryIntro .srs-right{
      justify-items:stretch;
    }
    .srs-seo-fallback.srs-directoryIntro .srs-shot{
      justify-self:stretch;
      max-width:100%;
    }
  }
}

.srs-seo-fallback.srs-directoryIntro .srs-previewCard{
  width:100%;
  max-width:100%;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(148,163,184,.28);
  box-shadow:0 22px 50px rgba(2,6,23,.10);
  background:linear-gradient(
    135deg,
    rgba(56,189,248,.14),
    rgba(167,139,250,.12),
    rgba(34,197,94,.10),
    rgba(251,191,36,.10)
  );
  padding:10px;
  container-type:inline-size;
  container-name:srsPreviewCard;
}

.srs-seo-fallback.srs-directoryIntro .srs-previewTop{
  border-radius:14px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(148,163,184,.22);
  padding:12px;
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.srs-seo-fallback.srs-directoryIntro .srs-avatar{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-weight:900;
  color:#0b1220;
  background:#fff;
  border:1px solid rgba(2,6,23,.08);
  box-shadow:0 14px 26px rgba(2,6,23,.10);
  flex:0 0 auto;
}

.srs-seo-fallback.srs-directoryIntro .srs-previewHead{
  flex:1 1 auto;
  min-width:0;
}

.srs-seo-fallback.srs-directoryIntro .srs-previewName{
  font-weight:900;
  color:#0b1220;
  font-size:14px;
  line-height:1.25;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.srs-seo-fallback.srs-directoryIntro .srs-previewMeta{
  margin-top:6px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
  font-size:12px;
  line-height:1.2;
  color:#475569;
  font-weight:800;
}

.srs-seo-fallback.srs-directoryIntro .srs-stars{
  color:#f59e0b;
  letter-spacing:1px;
}

.srs-seo-fallback.srs-directoryIntro .srs-previewMuted{ color:#475569; }
.srs-seo-fallback.srs-directoryIntro .srs-dotSep{ opacity:.7; }

.srs-seo-fallback.srs-directoryIntro .srs-previewRows{
  margin-top:10px;
  border-radius:14px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(148,163,184,.22);
  padding:12px;
  display:grid;
  gap:10px;

  margin-left:0;
  list-style:none;
}

.srs-seo-fallback.srs-directoryIntro .srs-previewRow{
  display:grid;
  grid-template-columns:minmax(0,20px) minmax(0,1fr);
  gap:10px;
  align-items:start;
  color:#475569;
  font-size:13px;
  line-height:1.45;
}

.srs-seo-fallback.srs-directoryIntro .srs-previewRow > *{
  min-width:0;
}

.srs-seo-fallback.srs-directoryIntro .srs-previewRow :where(span, a){
  min-width:0;
  max-width:100%;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.srs-seo-fallback.srs-directoryIntro .srs-ico{
  opacity:.9;
  inline-size:20px;
  display:inline-grid;
  place-items:center;
}

.srs-seo-fallback.srs-directoryIntro .srs-previewRow a{
  color:inherit;
  text-decoration:none;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.srs-seo-fallback.srs-directoryIntro .srs-previewRow a:hover{
  text-decoration:underline;
}

.srs-seo-fallback.srs-directoryIntro .srs-previewActions{
  margin-top:10px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:stretch;
  justify-content:flex-start;
  padding:12px;
  border-radius:14px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(148,163,184,.22);
}

.srs-seo-fallback.srs-directoryIntro .srs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 12px;
  border-radius:12px;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  color:#fff;
  background:#2563eb;
  border:1px solid rgba(2,6,23,.10);
  text-align:center;
  flex:0 1 auto;
  width:auto;
  max-width:100%;
  min-width:0;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.srs-seo-fallback.srs-directoryIntro .srs-btn--ghost{
  background:#eef2f7;
  color:#0f172a;
  border-color:rgba(148,163,184,.35);
}

@supports (container-type:inline-size){
  @container srsPreviewCard (max-width: 360px){
    .srs-seo-fallback.srs-directoryIntro .srs-previewActions{
      flex-direction:column;
      align-items:stretch;
    }
    .srs-seo-fallback.srs-directoryIntro .srs-btn{
      width:100%;
    }
  }

  @container srsPreviewCard (max-width: 240px){
    .srs-seo-fallback.srs-directoryIntro .srs-previewActions{
      padding:10px;
      gap:8px;
    }
    .srs-seo-fallback.srs-directoryIntro .srs-btn{
      padding:9px 10px;
      font-size:12px;
    }
  }
}

.srs-seo-fallback.srs-directoryIntro .srs-trustedBox{
  container-type:inline-size;
  container-name:srsDirectoryIntroTrusted;
  align-self:end;
  justify-self:end;
  width:100%;
  max-width:560px;
}

@media (max-width:1100px){
  .srs-seo-fallback.srs-directoryIntro .srs-trustedBox{
    justify-self:center;
    margin:14px auto 0;
  }
}

@supports (container-type:inline-size){
  @container srsDirectoryIntroInner (max-width: 980px){
    .srs-seo-fallback.srs-directoryIntro .srs-trustedBox{
      justify-self:center;
      margin:14px auto 0;
    }
  }
}

.srs-seo-fallback.srs-directoryIntro .srs-card{
  margin:0;
  padding:18px;
  list-style:none;

  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.64));
  border:1px solid rgba(148,163,184,.28);
  box-shadow:0 26px 56px rgba(2,6,23,.10);
  display:grid;
  gap:12px;
  text-align:left;
}

.srs-seo-fallback.srs-directoryIntro .srs-row{
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.srs-seo-fallback.srs-directoryIntro .srs-badge{
  width:34px;
  height:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,#2563eb,#8b5cf6);
  box-shadow:0 14px 26px rgba(2,6,23,.10);
  flex:0 0 auto;
}

.srs-seo-fallback.srs-directoryIntro .srs-h{
  margin:2px 0;
  font-weight:900;
  color:#0b1220;
}

.srs-seo-fallback.srs-directoryIntro .srs-p{
  margin:0;
  font-size:13px;
  color:#334155;
  line-height:1.45;
}

.srs-seo-fallback.srs-directoryIntro :where(.srs-card, .srs-rowText, .srs-h, .srs-p){
  min-width:0;
  max-width:100%;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}

@media (max-width:1100px){
  .srs-seo-fallback.srs-directoryIntro .srs-card{ text-align:center; }
  .srs-seo-fallback.srs-directoryIntro .srs-row{ justify-content:center; }
  .srs-seo-fallback.srs-directoryIntro .srs-rowText{ text-align:center; }
}

@supports (container-type:inline-size){
  @container srsDirectoryIntroTrusted (max-width:360px){
    .srs-seo-fallback.srs-directoryIntro .srs-card{ text-align:center; }
    .srs-seo-fallback.srs-directoryIntro .srs-row{
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:10px;
    }
    .srs-seo-fallback.srs-directoryIntro .srs-rowText{ text-align:center; }
  }
}

@media (max-width:520px){
  .srs-seo-fallback.srs-directoryIntro .srs-inner{
    padding:clamp(16px, 4vw, 22px);
  }

  .srs-seo-fallback.srs-directoryIntro .srs-bullet{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:10px;
  }

  .srs-seo-fallback.srs-directoryIntro .srs-previewTop{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .srs-seo-fallback.srs-directoryIntro .srs-previewMeta{
    justify-content:center;
  }

  .srs-seo-fallback.srs-directoryIntro .srs-previewRow{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
  }

  .srs-seo-fallback.srs-directoryIntro .srs-previewActions{
    flex-direction:column;
    align-items:stretch;
  }

  .srs-seo-fallback.srs-directoryIntro .srs-btn{
    width:100%;
  }
}

@supports (container-type:inline-size){
  @container srsDirectoryIntroInner (max-width: 420px){
    .srs-seo-fallback.srs-directoryIntro .srs-previewTop{
      flex-direction:column;
      align-items:center;
      text-align:center;
    }

    .srs-seo-fallback.srs-directoryIntro .srs-previewMeta{
      justify-content:center;
    }

    .srs-seo-fallback.srs-directoryIntro .srs-previewRow{
      grid-template-columns:1fr;
      justify-items:center;
      text-align:center;
    }

    .srs-seo-fallback.srs-directoryIntro .srs-previewActions{
      flex-direction:column;
      align-items:stretch;
    }

    .srs-seo-fallback.srs-directoryIntro .srs-btn{
      width:100%;
    }
  }
}

@media (max-width:240px){
  .srs-seo-fallback.srs-directoryIntro .srs-inner{
    padding:14px;
  }

  .srs-seo-fallback.srs-directoryIntro .srs-kicker{
    flex-wrap:wrap;
  }

  .srs-seo-fallback.srs-directoryIntro .srs-title{
    font-size:22px;
    line-height:1.1;
  }

  .srs-seo-fallback.srs-directoryIntro .srs-previewCard{
    padding:8px;
  }

  .srs-seo-fallback.srs-directoryIntro .srs-avatar{
    width:40px;
    height:40px;
  }
}

@supports (container-type:inline-size){
  @container srsDirectoryIntroInner (max-width: 240px){
    .srs-seo-fallback.srs-directoryIntro .srs-inner{
      padding:14px;
    }

    .srs-seo-fallback.srs-directoryIntro .srs-kicker{
      flex-wrap:wrap;
    }

    .srs-seo-fallback.srs-directoryIntro .srs-title{
      font-size:22px;
      line-height:1.1;
    }

    .srs-seo-fallback.srs-directoryIntro .srs-previewCard{
      padding:8px;
    }

    .srs-seo-fallback.srs-directoryIntro .srs-avatar{
      width:40px;
      height:40px;
    }
  }
}

.srs-seo-fallback.srs-directoryIntro .srs-noscript{
  margin:14px 0 0;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(148,163,184,.24);
  color:#475569;
  font-size:13px;
  line-height:1.45;
}

@media (prefers-reduced-motion: reduce){
  .srs-seo-fallback.srs-directoryIntro{
    scroll-behavior:auto;
  }
  .srs-seo-fallback.srs-directoryIntro :where(*, *::before, *::after){
    animation:none;
    transition:none;
    scroll-behavior:auto;
  }
}