section.srs-seo-fallback.srs-hero[data-srs-contact-intro]{
  width:100%;
  max-width:100%;
  margin:0;
  position:relative;
  isolation:isolate;
  overflow-x:clip;
  overflow-y:visible;
  background:transparent;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro]::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(1200px 520px at -10% -20%, rgba(56,189,248,.25) 0, transparent 40%),
    radial-gradient(900px 420px at 110% 0%, rgba(168,85,247,.22) 0, transparent 38%),
    radial-gradient(1200px 520px at 50% 120%, rgba(34,197,94,.18) 0, transparent 45%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] > *{
  position:relative;
  z-index:1;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] :where(*, *::before, *::after){
  box-sizing:border-box;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro]
:where(.srs-container, .srs-inner, .srs-layout, .srs-content, .srs-right, .srs-trustedBox, .srs-card, .srs-row, .srs-rowText, .srs-shot, .srs-what, .srs-actions, .srs-action, .srs-actionText){
  min-width:0;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] :where(img, svg, video){
  max-width:100%;
  height:auto;
  display:block;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] :where(h2, h3, p, li, a, div, span){
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:none;
  white-space:normal;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-container{
  max-width:1240px;
  margin:0 auto;
  padding:0 clamp(16px, 2.4vw, 28px);
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-inner{
  max-width:1100px;
  margin:0 auto;
  border-radius:26px;
  border:1px solid rgba(148,163,184,.28);
  box-shadow:0 30px 60px rgba(2,6,23,.10), 0 4px 12px rgba(2,6,23,.05);
  background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
  padding:clamp(22px, 2.6vw, 38px);
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) clamp(320px, 34vw, 520px);
  gap:clamp(16px, 3vw, 34px);
  align-items:center;
}

@media (max-width:1100px){
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-layout{
    grid-template-columns:1fr;
    align-items:start;
  }
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .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;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-grad{
  background:linear-gradient(90deg,#0ea5e9 0%,#8b5cf6 50%,#10b981 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-subtitle{
  margin:0;
  font-size:15px;
  line-height:1.55;
  color:#475569;
  max-width:72ch;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-what{
  margin-top:16px;
  padding-top:12px;
  border-top:1px solid rgba(148,163,184,.20);
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-h3{
  margin:0 0 10px;
  font-size:16px;
  line-height:1.25;
  font-weight:900;
  color:#0b1220;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
  max-width:100%;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-action{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(148,163,184,.30);
  box-shadow:0 12px 26px rgba(2,6,23,.06);
  flex:0 1 calc((100% - 30px) / 4);
  max-width:calc((100% - 30px) / 4);
  min-width:220px;
}

@media (max-width:980px){
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-action{
    flex:0 1 calc((100% - 10px) / 2);
    max-width:calc((100% - 10px) / 2);
    min-width:0;
  }
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-actionIcon{
  flex:0 0 auto;
  width:18px;
  height:18px;
  margin-top:2px;
  border-radius:6px;
  background:linear-gradient(135deg,#22d3ee,#8b5cf6);
  box-shadow:0 0 0 4px rgba(34,211,238,.14);
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-actionText{
  color:#334155;
  font-size:13px;
  line-height:1.45;
  min-width:0;
  max-width:100%;
}

@media (max-width:520px){
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-action{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:10px;
    flex:0 1 100%;
    max-width:100%;
    min-width:0;
  }
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-actionIcon{
    margin-top:0;
  }
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-actionText{
    text-align:center;
    width:100%;
  }
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-right{
  display:grid;
  grid-template-rows:auto 1fr;
  gap:14px;
  min-width:0;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-trustedBox{
  container-type:inline-size;
  container-name:srsSteps;
  align-self:end;
  justify-self:end;
  width:100%;
  max-width:560px;
  min-width:0;
}

@media (max-width:1100px){
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-right{
    grid-template-rows:auto auto;
  }
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-trustedBox{
    justify-self:center;
    max-width:560px;
    margin:14px auto 0;
  }
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-shot{
  margin:0;
  justify-self:end;
  width:100%;
  max-width:420px;
  min-width:0;
}

@media (max-width:1100px){
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-shot{
    justify-self:center;
    max-width:560px;
  }
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-shotImg{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
  border:1px solid rgba(148,163,184,.35);
  background:rgba(255,255,255,.65);
  box-shadow:0 18px 40px rgba(2,6,23,.08);
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-card{
  border-radius:20px;
  margin:0;
  padding:18px;
  list-style:none;
  background:linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.60));
  border:1px solid rgba(148,163,184,.35);
  box-shadow:0 20px 40px rgba(2,6,23,.08);
  display:grid;
  gap:12px;
  text-align:left;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-row{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  justify-content:flex-start;
  gap:14px;
  min-width:0;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-rowText{
  width:100%;
  flex:1 1 auto;
  min-width:0;
  text-align:left;
}

@media (max-width:1100px){
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-card{
    text-align:center;
  }
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-row{
    justify-content:center;
  }
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-rowText{
    text-align:center;
  }
}

@supports (container-type:inline-size){
  @container srsSteps (max-width:360px){
    section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-card{
      text-align:center;
    }
    section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-row{
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:10px;
    }
    section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-rowText{
      text-align:center;
    }
  }
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-badge{
  flex:0 0 auto;
  width:34px;
  height:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:800;
  background:linear-gradient(135deg,#22d3ee,#8b5cf6);
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-h{
  margin:2px 0 2px;
  font-weight:800;
  color:#0b1220;
}

section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-p{
  margin:0;
  font-size:13px;
  color:#334155;
  line-height:1.45;
}

@media (max-width:420px){
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-inner{
    border-radius:20px;
    padding:26px 16px;
  }
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] .srs-shotImg{
    border-radius:16px;
  }
}

@media (prefers-reduced-motion: reduce){
  section.srs-seo-fallback.srs-hero[data-srs-contact-intro] *{
    animation-duration:0.01ms;
    animation-iteration-count:1;
    transition-duration:0.01ms;
    scroll-behavior:auto;
  }
}