.srs-seo-fallback.srs-recipientIntro{
  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-recipientIntro::before{
  content:"";
  position:absolute;
  inset:-2px;
  z-index:0;

  background:
    radial-gradient(900px 520px at 10% 10%, rgba(59,130,246,.34) 0, transparent 52%),
    radial-gradient(820px 460px at 88% 18%, rgba(236,72,153,.26) 0, transparent 52%),
    radial-gradient(900px 520px at 20% 95%, rgba(34,197,94,.22) 0, transparent 54%),
    radial-gradient(860px 480px at 92% 88%, rgba(251,146,60,.20) 0, transparent 58%),
    radial-gradient(760px 440px at 55% 40%, rgba(168,85,247,.20) 0, transparent 60%),
    linear-gradient(180deg,#f6fbff 0%,#ffffff 100%);
  filter:saturate(115%);
}

.srs-seo-fallback.srs-recipientIntro::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-recipientIntro > *{
  position:relative;
  z-index:1;
}

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

.srs-seo-fallback.srs-recipientIntro :where(
  .srs-container, .srs-inner, .srs-layout, .srs-content, .srs-right,
  .srs-shot, .srs-trustedBox, .srs-card, .srs-row, .srs-rowText,
  .srs-what, .srs-actions, .srs-action, .srs-actionText, .srs-shotCap
){
  min-width:0;
}

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

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

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

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

.srs-seo-fallback.srs-recipientIntro .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);
}

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

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

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

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

.srs-seo-fallback.srs-recipientIntro .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-recipientIntro .srs-subtitle{
  margin:0;
  font-size:15px;
  line-height:1.55;
  color:#475569;
  max-width:78ch;
}

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

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

.srs-seo-fallback.srs-recipientIntro .srs-actions{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
  max-width:100%;
}

.srs-seo-fallback.srs-recipientIntro .srs-action{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(148,163,184,.24);
  box-shadow:0 14px 30px rgba(2,6,23,.06);
}

@media (max-width:520px){
  .srs-seo-fallback.srs-recipientIntro .srs-actions{
    grid-template-columns:1fr;
  }
  .srs-seo-fallback.srs-recipientIntro .srs-action{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:10px;
  }
  .srs-seo-fallback.srs-recipientIntro .srs-actionText{
    text-align:center;
    width:100%;
  }
}

.srs-seo-fallback.srs-recipientIntro .srs-actionIcon{
  flex:0 0 auto;
  width:18px;
  height:18px;
  margin-top:2px;
  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-recipientIntro .srs-actionText{
  color:#334155;
  font-size:13px;
  line-height:1.45;
  min-width:0;
  max-width:100%;
}

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

.srs-seo-fallback.srs-recipientIntro .srs-shot{
  margin:0;
  justify-self:end;
  width:100%;
  min-width:0;
}

.srs-seo-fallback.srs-recipientIntro .srs-shot--sm{
  max-width:380px;
}

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

.srs-seo-fallback.srs-recipientIntro .srs-shot--sm{
  border-radius:18px;
  padding:10px;
  background:linear-gradient(135deg, rgba(59,130,246,.22), rgba(236,72,153,.18), rgba(34,197,94,.14), rgba(251,146,60,.14));
  box-shadow:0 22px 50px rgba(2,6,23,.10);
}

.srs-seo-fallback.srs-recipientIntro .srs-shotImg{
  width:100%;
  height:auto;
  display:block;
  border-radius:14px;
  border:1px solid rgba(148,163,184,.28);
  background:rgba(255,255,255,.65);
}

.srs-seo-fallback.srs-recipientIntro .srs-shotCap{
  margin:10px 6px 2px;
  font-size:12px;
  line-height:1.35;
  color:#475569;
}

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

@media (max-width:1100px){
  .srs-seo-fallback.srs-recipientIntro .srs-right{
    grid-template-rows:auto auto;
  }
  .srs-seo-fallback.srs-recipientIntro .srs-trustedBox{
    justify-self:center;
    max-width:560px;
    margin:14px auto 0;
  }
}

.srs-seo-fallback.srs-recipientIntro .srs-card{
  margin:0;
  list-style:none;

  border-radius:20px;
  padding:18px;
  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-recipientIntro .srs-row{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  justify-content:flex-start;
  gap:14px;
  min-width:0;
}

.srs-seo-fallback.srs-recipientIntro .srs-rowText{
  width:100%;
  flex:1 1 auto;
  min-width:0;
  text-align:left;
}

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

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

.srs-seo-fallback.srs-recipientIntro .srs-badge{
  flex:0 0 auto;
  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);
}

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

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

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