:root {
  --sr-blue: #3370ff;
  --sr-blue-strong: #245bdb;
  --sr-blue-soft: #eaf0ff;
  --sr-red: #c71f2d;
  --sr-ink: #121b2b;
  --sr-muted: #59677a;
  --sr-line: #d8e0e8;
  --sr-card-border: rgba(91, 128, 179, 0.18);
  --sr-card-border-strong: rgba(51, 112, 255, 0.34);
  --sr-card-highlight: rgba(51, 112, 255, 0.08);
  --sr-surface: #f5f8fb;
  --sr-paper: #ffffff;
  --sr-shadow: 0 16px 48px rgba(51, 112, 255, 0.12);
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  overflow-x: clip;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif !important;
  color: var(--sr-ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 42%, #ffffff 100%);
  overflow-x: hidden;
}

body::selection {
  background: rgba(51, 112, 255, 0.18);
}

a, button {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(15, 76, 129, 0.32) !important;
  outline-offset: 3px !important;
}

header.fixed,
nav.fixed,
.fixed.top-0 {
  background: rgba(255, 255, 255, 0.95) !important;
  border-bottom: 1px solid rgba(216, 224, 232, 0.95) !important;
  box-shadow: 0 14px 34px rgba(18, 27, 43, 0.06) !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

h1, h2, h3 {
  letter-spacing: 0 !important;
}

h1 {
  line-height: 1.08 !important;
}

p {
  color: inherit;
}

.sr-ui-refined h1 {
  color: var(--sr-ink) !important;
  font-size: clamp(2.6rem, 5vw, 4.6rem) !important;
  font-weight: 850 !important;
}

.sr-ui-refined h2 {
  color: var(--sr-ink) !important;
  font-weight: 820 !important;
}

.text-blue-600 {
  color: var(--sr-blue) !important;
}

.bg-blue-600,
.hover\:bg-blue-700:hover {
  background-color: var(--sr-blue) !important;
}

.bg-blue-100 {
  background-color: var(--sr-blue-soft) !important;
}

.from-blue-500,
.from-blue-600 {
  --tw-gradient-from: var(--sr-blue) var(--tw-gradient-from-position) !important;
}

.to-blue-600,
.to-blue-700 {
  --tw-gradient-to: var(--sr-blue-strong) var(--tw-gradient-to-position) !important;
}

.ring-blue-500,
.focus\:ring-blue-500:focus {
  --tw-ring-color: rgba(51, 112, 255, 0.45) !important;
}

.shadow-blue-600\/20,
.shadow-blue-500\/20 {
  --tw-shadow-color: rgba(51, 112, 255, 0.22) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

section {
  scroll-margin-top: 88px;
}

section.bg-gray-50 {
  background-color: var(--sr-surface) !important;
}

.rounded-2xl {
  border-radius: 12px !important;
}

.rounded-xl {
  border-radius: 12px !important;
}

.rounded-full {
  border-radius: 999px !important;
}

.shadow-sm {
  box-shadow: 0 1px 0 rgba(18, 27, 43, 0.04) !important;
}

.hover\:shadow-lg:hover {
  box-shadow: 0 12px 34px rgba(18, 27, 43, 0.09) !important;
}

.border-gray-100,
.border-gray-200,
.border-gray-300 {
  border-color: var(--sr-line) !important;
}

.text-gray-400,
.text-gray-500,
.text-gray-600 {
  color: var(--sr-muted) !important;
}

.text-gray-700,
.text-gray-900 {
  color: var(--sr-ink) !important;
}

img {
  height: auto;
}

img[src*="hero-banner-new"] {
  border-radius: 18px !important;
  box-shadow: 0 24px 80px rgba(18, 27, 43, 0.14) !important;
}

img[src*="hero-finance-studio"] {
  border-radius: 18px !important;
  box-shadow: 0 24px 80px rgba(18, 27, 43, 0.14) !important;
  object-fit: cover !important;
}

img[src*="logo"] {
  object-fit: contain;
}

header img[src*="logo"],
nav img[src*="logo"] {
  width: auto !important;
  height: 2.35rem !important;
  max-width: 10.75rem !important;
  object-fit: contain !important;
}

form input,
form textarea {
  background: #ffffff !important;
  border-color: var(--sr-line) !important;
  color: var(--sr-ink) !important;
}

form input::placeholder,
form textarea::placeholder {
  color: #8a98aa !important;
}

.sr-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.4rem;
}

.sr-proof-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.82rem;
  border: 1px solid rgba(11, 79, 121, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--sr-blue-strong);
  font-size: 0.8125rem;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(18, 27, 43, 0.05);
}

.sr-local-case-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--sr-surface);
}

.sr-form-note {
  margin-bottom: 1rem;
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(51, 112, 255, 0.16);
  border-radius: 12px;
  background: rgba(232, 242, 251, 0.72);
  color: var(--sr-blue-strong) !important;
  font-size: 0.875rem;
  line-height: 1.6;
}

.sr-mobile-cta {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border-radius: 999px;
  background: var(--sr-blue);
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(51, 112, 255, 0.28);
}

.sr-ui-refined .sr-primary-action {
  border: 1px solid rgba(7, 50, 79, 0.12) !important;
  background: var(--sr-blue) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(51, 112, 255, 0.2) !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease !important;
}

.sr-ui-refined .sr-primary-action:hover {
  background: var(--sr-blue-strong) !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(51, 112, 255, 0.24) !important;
}

.sr-ui-refined .sr-secondary-action {
  border: 1px solid rgba(18, 27, 43, 0.12) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: var(--sr-ink) !important;
  box-shadow: none !important;
}

.sr-hero-section {
  position: relative;
  isolation: isolate;
  min-height: min(760px, 92dvh);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 251, 253, 0.98) 0%, rgba(248, 251, 253, 0.88) 42%, rgba(248, 251, 253, 0.38) 68%, rgba(248, 251, 253, 0.2) 100%) !important;
}

.sr-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.28)),
    radial-gradient(circle at 12% 28%, rgba(199, 31, 45, 0.08), transparent 30%),
    radial-gradient(circle at 78% 34%, rgba(51, 112, 255, 0.14), transparent 36%);
  pointer-events: none;
}

.sr-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.58), rgba(255,255,255,0.08) 52%, transparent 74%),
    repeating-linear-gradient(90deg, rgba(18, 27, 43, 0.035) 0 1px, transparent 1px 88px);
  mask-image: linear-gradient(90deg, #000 0%, #000 52%, transparent 82%);
  pointer-events: none;
}

.sr-hero-section h1 {
  max-width: 13ch;
  font-size: clamp(3rem, 5.4vw, 5.2rem) !important;
  line-height: 0.98 !important;
}

.sr-hero-section h2 {
  max-width: 34rem;
  margin-top: 1.05rem !important;
  color: #344255 !important;
  font-size: clamp(1rem, 1.35vw, 1.2rem) !important;
  line-height: 1.75 !important;
  font-weight: 650 !important;
}

.sr-hero-section p {
  max-width: 34rem !important;
  color: #344255 !important;
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
  line-height: 1.8 !important;
}

.sr-hero-clean p,
.sr-hero-clean .sr-proof-strip {
  display: none !important;
}

.sr-hero-clean a,
.sr-hero-clean button {
  display: none !important;
}

.sr-hero-clean .sr-mobile-cta,
.sr-hero-clean header a,
.sr-hero-clean nav a,
.sr-hero-clean header button,
.sr-hero-clean nav button {
  display: inline-flex !important;
}

.sr-hero-section [class*="gap-"] + .sr-proof-strip {
  margin-top: 1.25rem;
}

.sr-hero-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 1.45rem;
  color: #42516a;
  font-size: 0.95rem;
  font-weight: 650;
}

.sr-hero-proofline span {
  position: relative;
  padding-left: 0.9rem;
}

.sr-hero-proofline span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--sr-blue);
}

.sr-partner-section {
  border-block: 1px solid rgba(91, 128, 179, 0.12);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.sr-home-only-trimmed {
  display: none !important;
}

.sr-home-bridge {
  padding: 2.4rem 1.25rem;
  border-top: 1px solid rgba(91, 128, 179, 0.12);
  background:
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

.sr-home-bridge div {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.sr-home-bridge span {
  display: block;
  color: var(--sr-blue);
  font-size: 0.95rem;
  font-weight: 820;
}

.sr-home-bridge p {
  max-width: 42rem;
  margin: 0.5rem 0 0;
  color: #526176;
  font-size: 1rem;
  line-height: 1.75;
}

.sr-partner-kicker {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 1.5rem;
  padding-top: 0.25rem;
}

.sr-partner-kicker strong {
  display: block;
  color: var(--sr-ink);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.2;
  font-weight: 850;
}

.sr-partner-kicker span {
  display: block;
  margin-top: 0.45rem;
  color: var(--sr-muted);
  font-size: 0.95rem;
}

.sr-partner-section img {
  max-height: 38px;
  width: auto !important;
  object-fit: contain;
  filter: grayscale(1) contrast(1.04);
  opacity: 0.78;
  transition: filter 160ms ease, opacity 160ms ease;
}

.sr-partner-section img:hover {
  filter: none;
  opacity: 1;
}

.sr-section-note,
.sr-case-note {
  max-width: 44rem;
  margin: 0.75rem auto 0;
  color: var(--sr-muted) !important;
  font-size: 0.9rem;
  line-height: 1.7;
}

.sr-claim-note {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 1.15rem;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(51, 112, 255, 0.14);
  border-radius: 12px;
  background: rgba(234, 240, 255, 0.58);
  color: #53637a;
  font-size: 0.9rem;
  line-height: 1.65;
}

.sr-about-section,
.sr-advantage-section,
.sr-cases-section {
  background:
    linear-gradient(180deg, rgba(245, 248, 251, 0.74), rgba(255, 255, 255, 0.96)) !important;
}

.sr-ui-refined .bg-white.rounded-2xl,
.sr-ui-refined .bg-white.rounded-xl,
.sr-ui-refined [class*="rounded-2xl"][class*="border"],
.sr-ui-refined [class*="rounded-xl"][class*="border"] {
  border: 1px solid var(--sr-card-border) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 255, 0.94)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 1px 0 rgba(18, 27, 43, 0.035) !important;
}

.sr-ui-refined .bg-white.rounded-2xl:hover,
.sr-ui-refined .bg-white.rounded-xl:hover {
  border-color: var(--sr-card-border-strong) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 34px rgba(51, 112, 255, 0.1) !important;
}

.sr-cases-section img {
  border: 1px solid var(--sr-card-border);
  box-shadow: none !important;
}

.sr-contact-section form,
.sr-contact-section .bg-gray-50,
.sr-contact-section [class*="bg-gray-50"] {
  border: 1px solid var(--sr-card-border) !important;
  background: #ffffff !important;
  box-shadow: var(--sr-shadow) !important;
}

.sr-ui-refined footer,
.sr-ui-refined :not(.sr-route-hero)[class*="bg-slate-900"],
.sr-ui-refined :not(.sr-route-hero)[class*="from-slate-800"] {
  background:
    linear-gradient(135deg, #0c1624 0%, #11253a 100%) !important;
}

.sr-footer-link-hidden {
  display: none !important;
}

.sr-footer-simplified {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sr-footer-simplified [class*="grid"] {
  gap: 1.5rem !important;
}

.sr-route-hero {
  min-height: 0 !important;
  padding-top: 6.5rem !important;
  padding-bottom: 3.35rem !important;
  background:
    radial-gradient(circle at 14% 22%, rgba(51, 112, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #f6f9ff 0%, #ffffff 58%, #eaf1ff 100%) !important;
  color: var(--sr-ink) !important;
}

.sr-route-hero h1 {
  color: var(--sr-ink) !important;
  font-size: clamp(2.45rem, 5vw, 4.2rem) !important;
  line-height: 1.12 !important;
  text-shadow: none !important;
}

.sr-route-hero p {
  max-width: 48rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #53637a !important;
  font-size: clamp(1rem, 1.5vw, 1.25rem) !important;
}

.sr-route-hero .sr-proof-strip {
  display: none !important;
}

.sr-route-hero + section {
  margin-top: 0 !important;
}

.sr-contact-section:not(.sr-route-hero) {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%) !important;
}

.sr-contact-section:not(.sr-route-hero) h2 {
  color: var(--sr-ink) !important;
}

.sr-contact-section:not(.sr-route-hero) [class*="grid"] {
  align-items: start !important;
}

.sr-contact-section:not(.sr-route-hero) [class*="bg-white"][class*="rounded"],
.sr-contact-section:not(.sr-route-hero) form {
  border: 1px solid var(--sr-card-border) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 255, 0.95)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 16px 42px rgba(51, 112, 255, 0.08) !important;
}

.sr-contact-section:not(.sr-route-hero) form {
  padding: clamp(1rem, 2vw, 1.35rem) !important;
}

.sr-contact-section:not(.sr-route-hero) input,
.sr-contact-section:not(.sr-route-hero) textarea {
  min-height: 2.9rem;
  border: 1px solid rgba(91, 128, 179, 0.2) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(18, 27, 43, 0.02);
}

.sr-contact-section:not(.sr-route-hero) textarea {
  min-height: 7.5rem;
}

.sr-contact-section:not(.sr-route-hero) input:focus,
.sr-contact-section:not(.sr-route-hero) textarea:focus {
  border-color: rgba(51, 112, 255, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(51, 112, 255, 0.12) !important;
}

.sr-contact-section:not(.sr-route-hero) button[type="submit"] {
  border-radius: 999px !important;
  background: var(--sr-blue) !important;
  box-shadow: 0 14px 30px rgba(51, 112, 255, 0.22) !important;
}

.sr-nav-secondary-link {
  display: none !important;
}

.sr-redesign-hero {
  min-height: 100dvh !important;
  padding: 0 !important;
  background: #f5f9ff !important;
}

.sr-redesign-hero::before {
  display: none !important;
}

.sr-redesign-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(235, 243, 255, 0.04));
  opacity: 1;
  mask-image: none;
}

.sr-reference-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("/hero-reference-style-bg.webp?v=20260626-webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sr-hero-shell {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  margin: 0 auto;
  padding: 6.2rem clamp(3.25rem, 6.15vw, 6.8rem) 3rem;
}

.sr-hero-copy {
  width: min(690px, 44vw);
  max-width: 690px;
}

.sr-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2rem;
  padding: 0.36rem 0.78rem;
  border: 1px solid rgba(51, 112, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--sr-blue-strong);
  font-size: 0.86rem;
  font-weight: 760;
  box-shadow: 0 10px 28px rgba(51, 112, 255, 0.08);
}

.sr-hero-eyebrow span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--sr-red);
}

.sr-redesign-hero h1 {
  max-width: none !important;
  margin: 0 !important;
  color: var(--sr-ink) !important;
  font-size: clamp(3.6rem, 5.9vw, 5.7rem) !important;
  line-height: 1.03 !important;
  font-weight: 900 !important;
  white-space: nowrap;
}

.sr-redesign-hero h1 span {
  color: var(--sr-ink);
}

.sr-redesign-hero h1 em {
  margin-left: 0.5rem;
  color: var(--sr-blue);
  font-style: normal;
  letter-spacing: 0;
}

.sr-redesign-hero h2 {
  max-width: 43rem !important;
  margin: 1.05rem 0 0 !important;
  color: var(--sr-blue) !important;
  font-size: clamp(1.65rem, 2.25vw, 2.25rem) !important;
  line-height: 1.22 !important;
  font-weight: 860 !important;
  white-space: nowrap;
}

.sr-redesign-hero p {
  max-width: 35rem !important;
  margin: 2.05rem 0 0 !important;
  color: #516177 !important;
  font-size: clamp(1rem, 1.16vw, 1.16rem) !important;
  line-height: 1.88 !important;
  font-weight: 520 !important;
}

.sr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 2.35rem;
  margin-top: 2.3rem;
}

.sr-hero-actions a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 13.4rem;
  min-height: 3.25rem;
  padding: 0 1.45rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 780;
  text-decoration: none;
  white-space: nowrap;
}

.sr-hero-actions .sr-primary-action {
  border-color: transparent !important;
  background: var(--sr-blue) !important;
  box-shadow: 0 16px 34px rgba(51, 112, 255, 0.26) !important;
}

.sr-hero-actions .sr-secondary-action {
  border: 1.5px solid var(--sr-blue) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--sr-blue) !important;
}

.sr-redesign-proofline {
  margin-top: 1.35rem !important;
  color: #40506a !important;
}

.sr-hero-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  margin-top: 3.45rem;
}

.sr-hero-capabilities article {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.sr-hero-capabilities article + article {
  padding-left: 1.15rem;
  border-left: 1px solid rgba(50, 83, 126, 0.16);
}

.sr-hero-capabilities i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  color: var(--sr-blue);
  font-size: 1.8rem;
}

.sr-hero-capabilities strong {
  display: block;
  color: #263247;
  font-size: 1.02rem;
  line-height: 1.2;
  font-weight: 830;
}

.sr-hero-capabilities span {
  display: block;
  margin-top: 0.25rem;
  color: #64748b;
  font-size: 0.82rem;
  white-space: nowrap;
}

.sr-hero-visual {
  position: relative;
  min-height: 500px;
}

.sr-hero-visual img {
  position: absolute;
  inset: 6% 0 auto auto;
  width: min(100%, 660px);
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(216, 224, 232, 0.92);
  border-radius: 18px !important;
  object-fit: cover !important;
  box-shadow: 0 30px 90px rgba(51, 112, 255, 0.18) !important;
}

.sr-visual-card,
.sr-visual-panel {
  position: absolute;
  border: 1px solid rgba(216, 224, 232, 0.94);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(18, 27, 43, 0.1);
}

.sr-visual-card {
  display: grid;
  gap: 0.25rem;
  width: 12.5rem;
  padding: 0.9rem 1rem;
}

.sr-visual-card strong,
.sr-visual-panel span {
  color: var(--sr-ink);
  font-size: 0.95rem;
  font-weight: 820;
}

.sr-visual-card span,
.sr-visual-panel small {
  color: var(--sr-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.sr-visual-card-a {
  left: 0;
  top: 18%;
}

.sr-visual-card-b {
  right: 1.5rem;
  bottom: 8%;
}

.sr-visual-panel {
  left: 6%;
  bottom: 16%;
  min-width: 12rem;
  padding: 1rem;
}

.sr-visual-panel b {
  display: block;
  margin-top: 0.25rem;
  color: var(--sr-blue);
  font-size: 2.1rem;
  line-height: 1;
}

.sr-redesign-proof {
  display: none !important;
  padding: 1.45rem 1.25rem 3.5rem;
  background:
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 72%) !important;
}

.sr-redesign-proof-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, 100%);
  margin: 0 auto;
  border-top: 1px solid rgba(91, 128, 179, 0.16);
  border-bottom: 1px solid rgba(91, 128, 179, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sr-redesign-proof-inner div {
  padding: 1.15rem 1.45rem;
  border-right: 1px solid rgba(91, 128, 179, 0.12);
}

.sr-redesign-proof-inner div:last-child {
  border-right: 0;
}

.sr-redesign-proof-inner strong {
  display: block;
  color: var(--sr-ink);
  font-size: clamp(1.55rem, 2.45vw, 2.15rem);
  line-height: 1;
  font-weight: 860;
}

.sr-redesign-proof-inner span {
  display: block;
  margin-top: 0.5rem;
  color: var(--sr-muted);
  font-size: 0.92rem;
}

.sr-redesign-flow {
  padding: 5.5rem 1.25rem;
  background:
    linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%) !important;
}

.sr-flow-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.sr-flow-heading {
  max-width: 680px;
}

.sr-flow-heading h2 {
  margin: 0;
  color: var(--sr-ink) !important;
  font-size: clamp(2.1rem, 4vw, 3.5rem) !important;
  line-height: 1.12 !important;
  font-weight: 850 !important;
}

.sr-flow-heading p {
  margin-top: 1rem;
  color: var(--sr-muted) !important;
  font-size: 1rem;
  line-height: 1.8;
}

.sr-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.sr-flow-grid article {
  min-height: 13rem;
  padding: 1.35rem;
  border: 1px solid var(--sr-card-border);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 255, 0.95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 1px 0 rgba(18, 27, 43, 0.035);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sr-flow-grid article:nth-child(2),
.sr-flow-grid article:nth-child(5) {
  border-color: rgba(51, 112, 255, 0.22);
  background:
    linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
}

.sr-flow-grid article:hover {
  border-color: var(--sr-card-border-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 16px 38px rgba(51, 112, 255, 0.11);
  transform: translateY(-2px);
}

.sr-flow-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: var(--sr-blue-soft);
  color: var(--sr-blue);
  font-size: 0.84rem;
  font-weight: 820;
}

.sr-flow-grid h3 {
  margin: 1.4rem 0 0;
  color: var(--sr-ink);
  font-size: 1.15rem;
  font-weight: 820;
}

.sr-flow-grid p {
  margin: 0.6rem 0 0;
  color: var(--sr-muted);
  font-size: 0.93rem;
  line-height: 1.75;
}

.sr-static-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
}

.sr-static-page h1 {
  margin-bottom: 1rem;
  color: var(--sr-ink);
  font-size: clamp(2rem, 6vw, 3.75rem);
  font-weight: 800;
}

.sr-static-page p {
  margin-bottom: 1.5rem;
  color: var(--sr-muted);
  font-size: 1.125rem;
  line-height: 1.8;
}

.sr-static-page ul {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}

.sr-static-page li {
  padding: 1rem;
  border: 1px solid var(--sr-card-border);
  border-radius: 14px;
  background:
    linear-gradient(180deg, #ffffff, var(--sr-surface));
  color: var(--sr-ink);
  line-height: 1.7;
}

.sr-static-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.25rem;
  border-radius: 999px;
  background: var(--sr-blue);
  color: #ffffff !important;
  font-weight: 700;
}

.sr-ui-refined main :where(.bg-white, .bg-gray-50)[class*="rounded-"]:not(a):not(button):not(input):not(textarea):not(select) {
  border-color: var(--sr-card-border) !important;
}

.sr-ui-refined main :where(.bg-white, .bg-gray-50)[class*="rounded-"][class*="shadow"]:not(a):not(button):not(input):not(textarea):not(select) {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 30px rgba(51, 112, 255, 0.07) !important;
}

.sr-ui-refined main :where(.bg-white, .bg-gray-50)[class*="rounded-"]:not(a):not(button):not(input):not(textarea):not(select):hover {
  border-color: var(--sr-card-border-strong) !important;
}

.sr-ui-refined main .bg-white[class*="rounded-"],
.sr-ui-refined main .bg-gray-50[class*="rounded-"],
.sr-ui-refined main [class*="bg-white"][class*="rounded-"],
.sr-ui-refined main [class*="bg-gray-50"][class*="rounded-"] {
  border-color: var(--sr-card-border) !important;
}

.sr-ui-refined main .bg-white[class*="rounded-"]:hover,
.sr-ui-refined main .bg-gray-50[class*="rounded-"]:hover,
.sr-ui-refined main [class*="bg-white"][class*="rounded-"]:hover,
.sr-ui-refined main [class*="bg-gray-50"][class*="rounded-"]:hover {
  border-color: var(--sr-card-border-strong) !important;
}

.sr-ui-refined main .sr-route-hero.sr-contact-section[class*="from-slate"],
.sr-ui-refined main .sr-route-hero.sr-contact-section[class*="to-slate"],
.sr-ui-refined main .sr-route-hero.sr-contact-section {
  background:
    radial-gradient(circle at 16% 24%, rgba(51, 112, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #f6f9ff 0%, #ffffff 58%, #eaf1ff 100%) !important;
  color: var(--sr-ink) !important;
}

.sr-ui-refined main .sr-route-hero.sr-contact-section h1 {
  color: var(--sr-ink) !important;
}

.sr-ui-refined main .sr-route-hero.sr-contact-section p {
  color: #53637a !important;
}

@media (min-width: 1024px) {
  .max-w-7xl {
    max-width: 1180px !important;
  }

  .py-16,
  .sm\:py-20 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 5rem;
  }

  .sr-mobile-cta {
    display: flex;
  }

  .sr-proof-strip {
    margin-top: 1rem;
  }

  .sr-proof-strip span {
    font-size: 0.75rem;
    padding-inline: 0.625rem;
  }

  .sr-hero-section h1 {
    font-size: 2.85rem !important;
    line-height: 1.02 !important;
  }

  .sr-redesign-hero {
    min-height: auto !important;
    padding: 0 !important;
    background: #f7fbff !important;
  }

  .sr-redesign-hero::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.68) 44%, rgba(255, 255, 255, 0.04) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.08));
  }

  .sr-reference-bg {
    background-position: 62% bottom;
    background-size: auto 52%;
  }

  .sr-hero-shell {
    display: block;
    min-height: 0;
    padding: 6.4rem 1rem 20rem;
  }

  .sr-hero-copy {
    width: 100%;
    max-width: none;
  }

  .sr-redesign-hero h1 {
    max-width: 100% !important;
    font-size: clamp(3rem, 13vw, 4rem) !important;
    white-space: normal;
  }

  .sr-redesign-hero h1 em {
    margin-left: 0;
    display: block;
  }

  .sr-hero-section h2 {
    max-width: 17rem;
    font-size: 0.98rem !important;
    line-height: 1.7 !important;
  }

  .sr-redesign-hero h2 {
    max-width: 22rem !important;
    font-size: 1.22rem !important;
    line-height: 1.45 !important;
    white-space: normal;
  }

  .sr-redesign-hero p {
    max-width: 22rem !important;
    font-size: 0.94rem !important;
    margin-top: 1.35rem !important;
  }

  .sr-hero-actions {
    gap: 0.75rem;
    margin-top: 1.45rem;
  }

  .sr-hero-actions a {
    width: 100%;
    min-width: 0;
    border-radius: 999px;
  }

  .sr-hero-proofline {
    max-width: 16rem;
    margin-top: 1.05rem;
    gap: 0.45rem 0.8rem;
    font-size: 0.82rem;
  }

  .sr-redesign-proofline {
    max-width: 22rem;
  }

  .sr-hero-capabilities {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1.55rem;
  }

  .sr-hero-capabilities article + article {
    padding-left: 0;
    border-left: 0;
  }

  .sr-hero-capabilities i {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.4rem;
  }

  .sr-hero-visual {
    min-height: 300px;
    margin-top: 2rem;
  }

  .sr-hero-visual img {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .sr-visual-card,
  .sr-visual-panel {
    display: none;
  }

  .sr-redesign-proof {
    padding: 1rem 1rem 2.75rem;
  }

  .sr-redesign-proof-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .sr-redesign-proof-inner div {
    padding: 1rem 0.85rem;
    border-right: 1px solid rgba(91, 128, 179, 0.12);
    border-bottom: 1px solid rgba(91, 128, 179, 0.12);
  }

  .sr-redesign-proof-inner div:nth-child(2n) {
    border-right: 0;
  }

  .sr-redesign-proof-inner div:nth-child(n + 3) {
    border-bottom: 0;
  }

  .sr-redesign-proof-inner strong {
    font-size: 1.75rem;
  }

  .sr-redesign-flow {
    padding: 4rem 1rem;
  }

  .sr-flow-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .sr-flow-grid article {
    min-height: 0;
  }

  .sr-route-hero.sr-contact-section {
    padding-top: 5.75rem !important;
    padding-bottom: 2.5rem !important;
    text-align: left !important;
  }

  .sr-route-hero.sr-contact-section h1,
  .sr-route-hero.sr-contact-section p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  .sr-contact-section:not(.sr-route-hero) {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .sr-contact-section:not(.sr-route-hero) [class*="rounded"] {
    border-radius: 14px !important;
  }

  .sr-contact-section:not(.sr-route-hero) form {
    padding: 0.95rem !important;
  }

  .sr-contact-section:not(.sr-route-hero) [class*="gap"] {
    row-gap: 0.9rem !important;
  }

  .pt-32,
  .sm\:pt-36 {
    padding-top: 6rem !important;
  }

  .text-3xl,
  .sm\:text-4xl {
    font-size: 2rem !important;
    line-height: 1.16 !important;
  }

  .grid-cols-2 {
    gap: 0.875rem !important;
  }

  .px-8,
  .sm\:px-10 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
