:root {
  --primary: #6258e8;
  --black: #101828;
  --white: #ffffff;
  --light-grey: #e7e9f2;
  --srh-ink: #101828;
  --srh-muted: #667085;
  --srh-purple: #6258e8;
  --srh-purple-dark: #4f46d8;
  --srh-purple-soft: #f1f0ff;
  --srh-mint: #63dbb1;
  --srh-line: #e7e9f2;
  --srh-surface: #f8f9fc;
  --srh-shadow-sm: 0 8px 24px rgba(16, 24, 40, 0.07);
  --srh-shadow-lg: 0 24px 70px rgba(36, 34, 83, 0.14);
}

html {
  scroll-behavior: smooth;
  background: #ffffff;
}

body,
.body {
  color: var(--srh-ink);
  background: #ffffff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

body::selection {
  color: #ffffff;
  background: var(--srh-purple);
}

h1,
h2,
h3,
h4,
h5,
h6,
.a-h3-heading,
.f-h5-heading {
  color: var(--srh-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.035em;
}

h2,
.a-h3-heading {
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  font-weight: 750;
  line-height: 1.08;
}

h3,
h5,
.f-h5-heading,
.a-h5-heading {
  font-weight: 700;
  line-height: 1.3;
}

p,
.big-paragraph,
.f-paragraph-large,
.a-paragraph-regular {
  color: var(--srh-muted);
  line-height: 1.75;
}

a {
  text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(98, 88, 232, 0.28);
  outline-offset: 3px;
}

.container,
.f-container-regular,
.a-container-regular {
  width: min(100% - 48px, 1180px);
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.navigation {
  z-index: 1000;
  position: sticky;
  top: 0;
  padding: 14px 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  transition: padding 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.navigation.is-scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: rgba(16, 24, 40, 0.08);
  box-shadow: 0 8px 30px rgba(16, 24, 40, 0.06);
}

.container.nav {
  width: min(100% - 48px, 1180px);
  max-width: 1180px;
  min-height: 52px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo-link,
.footer-logo-link {
  padding: 0;
  transition: transform 180ms ease;
}

.nav-logo-link:hover,
.footer-logo-link:hover {
  transform: translateY(-1px);
}

img.logo,
.logo {
  content: url("/assets/srh-logo.svg");
  display: block;
  width: auto;
  height: 48px;
}

.container.nav > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button,
.button-hdr,
.button-login,
.buttonsignup {
  min-height: 50px;
  margin: 0;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(135deg, #7167f2 0%, #574cdf 100%);
  box-shadow: 0 9px 22px rgba(88, 76, 223, 0.22);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button-hdr:hover,
.button-login:hover,
.buttonsignup:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #665cf0 0%, #4e43d2 100%);
  box-shadow: 0 13px 28px rgba(88, 76, 223, 0.28);
  color: #ffffff;
}

.button.outlined.nav {
  min-height: 46px;
  padding: 12px 18px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: #344054;
}

.button.outlined.nav:hover {
  transform: none;
  background: #f3f4f8;
  color: var(--srh-purple-dark);
}

.button.nav {
  min-height: 46px;
  padding: 12px 20px;
}

.shape-1,
.shape-2,
.shape-3 {
  display: none;
}

.srh-enhanced .body > .section[style*="opacity:0"],
.srh-enhanced .stylegide-section[style*="opacity:0"] {
  opacity: 1 !important;
}

.section {
  position: relative;
  padding-top: 104px;
  padding-bottom: 104px;
}

/* Hero */
.hero-section {
  min-height: 720px;
  padding: 90px 0 112px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 15%, rgba(99, 219, 177, 0.15), transparent 25%),
    radial-gradient(circle at 90% 18%, rgba(98, 88, 232, 0.16), transparent 30%),
    linear-gradient(180deg, #fbfbff 0%, #ffffff 100%);
}

.hero-section::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image: radial-gradient(rgba(98, 88, 232, 0.28) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
}

.hero-section::after {
  content: "";
  z-index: -1;
  position: absolute;
  right: -180px;
  bottom: -350px;
  width: 780px;
  height: 780px;
  border: 1px solid rgba(98, 88, 232, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(98, 88, 232, 0.025), 0 0 0 180px rgba(98, 88, 232, 0.018);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  gap: clamp(52px, 7vw, 92px);
  align-items: center;
}

.hero-copy.container.medium {
  width: 100%;
  max-width: none;
  margin: 0;
}

.hero-copy .text-center {
  text-align: left;
}

.hero-eyebrow {
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(98, 88, 232, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 5px 18px rgba(16, 24, 40, 0.04);
  color: #4f46c8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow-pulse {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--srh-mint);
  box-shadow: 0 0 0 4px rgba(99, 219, 177, 0.18);
}

.hero-section h1 {
  max-width: 700px;
  color: var(--srh-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3.3rem, 5.3vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.01;
  text-wrap: balance;
}

.hero-highlight {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, #4f46d8 5%, #7467f5 52%, #329a7b 115%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-spacer {
  display: none;
}

.hero-benefits {
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  color: #475467;
  font-size: 14px;
  line-height: 1.45;
}

.hero-benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.benefit-check {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e1f8ef;
  color: #168262;
  font-size: 12px;
  font-weight: 900;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-actions .button,
.hero-actions .button-hdr {
  min-width: 154px;
  min-height: 54px;
}

.hero-actions .button-hdr {
  display: inline-flex;
  border-color: #d9dbe8;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: none;
  color: #344054;
}

.hero-actions .button-hdr:hover {
  border-color: #c4c0f5;
  background: #ffffff;
  box-shadow: var(--srh-shadow-sm);
  color: var(--srh-purple-dark);
}

.hero-note {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #667085;
  font-size: 13px;
  font-weight: 550;
}

.hero-note > span {
  color: #168262;
  font-weight: 900;
}

.hero-note i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #98a2b3;
}

/* Hero dashboard */
.hero-visual {
  position: relative;
  min-width: 0;
  padding: 30px 6px 34px 24px;
}

.visual-glow {
  position: absolute;
  inset: 6% -10% -8% 3%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(98, 88, 232, 0.22), rgba(99, 219, 177, 0.08) 47%, transparent 72%);
  filter: blur(26px);
}

.dashboard-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 30px 80px rgba(40, 37, 105, 0.18), 0 4px 16px rgba(16, 24, 40, 0.06);
  transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.dashboard-topbar {
  min-height: 52px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #ebeaf4;
  color: #475467;
  font-size: 12px;
  font-weight: 700;
}

.window-dots {
  display: flex;
  gap: 5px;
}

.window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d6d8e4;
}

.live-badge {
  justify-self: end;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: #e8f8f2;
  color: #18775b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.live-badge i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2db88e;
}

.dashboard-body {
  padding: 22px;
}

.dashboard-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.dashboard-intro > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ui-kicker,
.metric span,
.floating-rank-card > span {
  color: #98a2b3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-intro strong {
  color: #1d2939;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.trend-badge {
  padding: 7px 9px;
  border-radius: 8px;
  background: #e5f8f1;
  color: #168262;
  font-size: 11px;
  font-weight: 800;
}

.metric-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.metric {
  padding: 14px;
  display: grid;
  gap: 5px;
  border: 1px solid #ececf4;
  border-radius: 14px;
  background: #fafafd;
}

.metric strong {
  color: #1d2939;
  font-size: 24px;
  letter-spacing: -0.05em;
}

.metric small {
  color: #98a2b3;
  font-size: 10px;
}

.metric small.positive {
  color: #168262;
  font-weight: 700;
}

.chart-wrap {
  margin-top: 10px;
  padding: 14px 14px 2px;
  border: 1px solid #ececf4;
  border-radius: 14px;
}

.chart-labels {
  display: flex;
  justify-content: space-between;
  color: #344054;
  font-size: 10px;
  font-weight: 700;
}

.chart-labels span:last-child {
  color: #98a2b3;
  font-weight: 500;
}

.chart-wrap svg {
  width: 100%;
  height: auto;
  margin-top: 4px;
  display: block;
}

.dashboard-footer {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  color: #667085;
  font-size: 10px;
  font-weight: 600;
}

.dashboard-footer span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dashboard-footer i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.device-dot {
  background: var(--srh-purple);
}

.geo-dot {
  background: var(--srh-mint);
}

.floating-rank-card,
.floating-signal-card {
  position: absolute;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(34, 31, 83, 0.16);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.floating-rank-card {
  top: 0;
  right: -28px;
  width: 148px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  border-radius: 16px;
}

.floating-rank-card > span {
  grid-column: 1 / -1;
}

.floating-rank-card > div {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.floating-rank-card strong {
  color: #1d2939;
  font-size: 22px;
  letter-spacing: -0.05em;
}

.floating-rank-card small {
  color: #98a2b3;
  font-size: 9px;
}

.floating-rank-card em {
  align-self: center;
  padding: 4px 6px;
  border-radius: 7px;
  background: #e5f8f1;
  color: #168262;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.floating-signal-card {
  left: -18px;
  bottom: 0;
  padding: 12px 14px;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
}

.signal-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #e2f8ef;
  color: #168262;
  font-size: 13px;
  font-weight: 900;
}

.floating-signal-card div {
  display: grid;
  gap: 2px;
}

.floating-signal-card strong {
  color: #344054;
  font-size: 11px;
}

.floating-signal-card small {
  color: #98a2b3;
  font-size: 9px;
}

/* Feature and content sections */
.signals-section {
  overflow: hidden;
  background: #ffffff;
}

.signals-section::before,
.how-section::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(98, 88, 232, 0.06);
  filter: blur(2px);
}

.signals-section::before {
  top: 20px;
  right: -190px;
}

.signals-section .grid {
  gap: 20px;
}

.heading-9 {
  max-width: 560px;
}

.feature-card,
.f-feature-card-filled,
.a-testimonial-base,
.faq-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--srh-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(16, 24, 40, 0.025);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.feature-card {
  padding: 26px;
}

.feature-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  background: linear-gradient(90deg, var(--srh-purple), var(--srh-mint));
  transition: opacity 200ms ease;
}

.feature-card:hover,
.f-feature-card-filled:hover,
.a-testimonial-base:hover,
.faq-card:hover {
  transform: translateY(-5px);
  border-color: #d3d0f5;
  box-shadow: 0 18px 45px rgba(35, 33, 84, 0.1);
}

.feature-card:hover::after {
  opacity: 1;
}

.feature-icon {
  width: 52px;
  height: 52px;
  padding: 12px;
  border-radius: 14px;
  background: #eef4ff;
}

.feature-card h3 {
  font-size: 18px;
  letter-spacing: -0.02em;
}

.feature-card p {
  font-size: 14px;
}

.how-section {
  overflow: hidden;
  background: var(--srh-surface);
}

.how-section::before {
  left: -190px;
  bottom: 30px;
  background: rgba(99, 219, 177, 0.12);
}

.how-section .cover-image {
  border: 1px solid rgba(98, 88, 232, 0.12);
  border-radius: 22px;
  box-shadow: var(--srh-shadow-lg);
}

.how-section .button.hdiw {
  margin-top: 26px;
}

.f-section-large {
  padding: 104px 5%;
  background: #ffffff;
}

.f-margin-bottom-64 {
  margin-bottom: 56px;
}

.f-grid-three-column {
  gap: 22px;
}

.f-feature-card-filled {
  padding: 30px;
}

.f-feature-icon-wrapper-white {
  width: 58px;
  min-width: 58px;
  height: 58px;
  min-height: 58px;
  margin-bottom: 24px;
  padding: 13px;
  border: 1px solid #e5e3fb;
  border-radius: 15px;
  background: var(--srh-purple-soft);
}

.f-feature-icon-wrapper-white img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.f-h5-heading {
  font-size: 18px;
}

.f-paragraph-large {
  font-size: 15px;
}

.section-2 {
  padding: 96px max(5%, 24px);
  border-top: 1px solid #eef0f5;
  background: var(--srh-surface);
}

.section-2 + .section-2 {
  background: #ffffff;
}

.div-block-4 {
  width: min(100%, 980px);
  max-width: 980px;
  padding: 0 0 44px;
}

.heading-10 {
  text-align: center;
  text-wrap: balance;
}

.div-block-3 {
  width: min(100%, 980px);
  max-width: 980px;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid var(--srh-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--srh-shadow-sm);
}

.image-2 {
  overflow: hidden;
  border: 0;
  border-radius: 14px;
}

.div-block-3 .big-paragraph {
  margin-right: 12px !important;
  margin-left: 12px !important;
  font-size: 14px;
}

.text-block-4,
.div-block-4 > div:not(.heading-10) {
  color: var(--srh-muted);
  font-size: 16px;
  line-height: 1.75;
}

.text-block-4 {
  text-align: center;
}

/* Pricing */
#pricing {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(98, 88, 232, 0.12), transparent 34%),
    #f8f8fd;
}

#pricing .container.small {
  max-width: 700px;
}

#pricing .container.medium {
  width: min(100%, 720px);
  max-width: 720px;
}

.slider {
  height: 10px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #dcddeb !important;
}

.slider::-webkit-slider-thumb {
  width: 28px !important;
  height: 28px !important;
  border: 6px solid #ffffff !important;
  border-radius: 50% !important;
  background: var(--srh-purple) !important;
  box-shadow: 0 3px 12px rgba(79, 70, 216, 0.34) !important;
}

.slider::-moz-range-thumb {
  width: 18px !important;
  height: 18px !important;
  border: 5px solid #ffffff !important;
  border-radius: 50% !important;
  background: var(--srh-purple) !important;
  box-shadow: 0 3px 12px rgba(79, 70, 216, 0.34) !important;
}

.pricing-card,
.pricing-card.active-card {
  min-width: 0;
  padding: 36px;
  border: 1px solid rgba(98, 88, 232, 0.2);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(38, 35, 92, 0.13);
}

.pricing-card .heading-8 {
  color: var(--srh-purple-dark);
  font-size: 22px;
}

.pricing-feature {
  align-items: flex-start;
}

.pricing-feature p {
  color: #475467;
  line-height: 1.55;
}

.check-icon {
  width: 22px;
  height: 22px;
  padding: 5px;
  border-radius: 50%;
  background: #e3f8f0;
  object-fit: contain;
}

#pricingvalue {
  color: var(--srh-ink);
  font-size: 48px;
  letter-spacing: -0.055em;
}

.button.width-100 {
  width: 100%;
}

/* FAQ and social proof */
#FAQ {
  background: #ffffff;
}

#FAQ .container.width-90 {
  width: min(100%, 1020px);
  max-width: 1020px;
}

.faq-flex {
  gap: 18px;
}

.faq-column {
  flex: 1;
}

.faq-card {
  margin: 0 0 16px;
  padding: 22px 22px 14px;
}

.faq-card:hover {
  transform: translateY(-2px);
}

.faq-card-heading {
  color: #273142;
  font-size: 16px;
  letter-spacing: -0.015em;
}

.faq-card-paragraph {
  font-size: 14px;
}

.arrow-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--srh-purple-soft);
  color: var(--srh-purple);
}

.arrow-icon svg {
  width: 18px;
  height: 18px;
}

.a-section-regular {
  padding: 104px 5%;
  background: var(--srh-surface);
}

.a-testimonial-grid {
  gap: 20px;
  margin-top: 56px;
}

.a-testimonial-base {
  padding: 28px;
}

.a-testimonial-base::before {
  content: "“";
  display: block;
  height: 34px;
  color: #b9b4f6;
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: 1;
}

.a-testimonial-avatar-wrapper {
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px #dedbf9;
}

.a-h5-heading {
  font-size: 17px;
}

.a-paragraph-regular {
  font-size: 14px;
}

/* CTA and footer */
.cta-section,
.cta-section-2 {
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(98, 88, 232, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 0%, rgba(99, 219, 177, 0.2), transparent 34%),
    linear-gradient(135deg, #f2f0ff 0%, #fbfbff 48%, #effaf6 100%);
  box-shadow: 0 22px 60px rgba(44, 40, 104, 0.11);
}

.cta-section {
  padding: 68px;
}

.body > .section:has(.cta-section) {
  padding-bottom: 24px;
}

.body > .section:has(.cta-section) + .section:has(.cta-section-2) {
  padding-top: 24px;
}

.cta-section-2 {
  padding: 56px 64px;
  border: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(99, 219, 177, 0.24), transparent 28%),
    linear-gradient(135deg, #554bd5, #7065ec);
  box-shadow: 0 24px 60px rgba(72, 62, 181, 0.22);
}

.cta-section-2::after {
  content: "";
  position: absolute;
  top: -110px;
  right: -40px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.04);
}

.cta-section-2 > * {
  z-index: 1;
  position: relative;
}

.cta-section-2 .button.white-button {
  border-color: rgba(255, 255, 255, 0.9);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(35, 29, 112, 0.24);
  color: var(--srh-purple-dark);
}

.cta-section-2 .button.white-button:hover {
  border-color: #ffffff;
  background: #f7f6ff;
  box-shadow: 0 16px 34px rgba(35, 29, 112, 0.3);
  color: #3f36ba;
}

.text-field,
.w-input {
  min-height: 50px;
  border: 1px solid #d8dbe7;
  border-radius: 11px;
  background: #ffffff;
  color: var(--srh-ink);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.text-field:hover,
.w-input:hover {
  border-color: #bfc1d1;
}

.text-field:focus,
.w-input:focus {
  border-color: var(--srh-purple);
  box-shadow: 0 0 0 4px rgba(98, 88, 232, 0.12);
}

.footer {
  padding-top: 72px;
  padding-bottom: 38px;
  border-top: 1px solid #eceef4;
  background: #fafafd;
}

.footer-links-flex {
  align-items: center;
}

.footer-links-block {
  gap: 8px;
  margin-right: 0;
}

.footer-link {
  margin: 0;
  padding: 9px 12px;
  border-radius: 9px;
  color: #667085;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.footer-link:hover,
.footer-link.w--current {
  background: #efeff8;
  color: var(--srh-purple-dark);
}

.footer .divider {
  background: #e4e7ec;
}

.footer .text-block {
  color: #98a2b3;
  font-size: 13px;
  line-height: 1.7;
}

/* Modals */
.modal-login,
.modal-signup {
  background: rgba(15, 23, 42, 0.6);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.modalbg {
  inset: 50% auto auto 50%;
  width: min(calc(100% - 32px), 540px);
  height: auto;
  max-height: calc(100vh - 40px);
  margin: 0;
  padding: 36px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
}

.modalbg .heading-5 {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.2;
}

.modalbg label {
  margin-top: 12px;
  margin-bottom: 7px;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}

.modalbg #notmatchingerror {
  margin: 2px 0 14px;
  padding: 10px 12px;
  border: 1px solid #fecdca;
  border-radius: 9px;
  background: #fef3f2;
  color: #b42318;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.modalbg .w-input {
  margin-bottom: 14px;
}

.button-login,
.buttonsignup {
  width: 100%;
  margin-top: 10px;
}

.closex {
  padding: 7px;
  border-radius: 9px;
  background: #f1f2f6;
}

/* Legal pages */
body:not(.body) {
  background: var(--srh-surface);
}

.styleguide {
  width: min(100% - 48px, 920px);
  max-width: 920px;
  padding: 0;
}

.stylegide-section {
  width: 100%;
  padding: 86px 0 104px;
  display: block;
}

.styleguide-section-header {
  margin-bottom: 36px;
}

.styleguide-section-header h2 {
  font-size: clamp(2.6rem, 6vw, 4.3rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.rich-text {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--srh-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(16, 24, 40, 0.08);
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 18px;
  color: #596579;
  font-size: 15px;
  line-height: 1.8;
}

.rich-text p:first-child {
  color: #344054;
  font-size: 18px;
  font-weight: 700;
}

.rich-text a {
  color: var(--srh-purple-dark);
  font-weight: 650;
}

.rich-text > h1:last-child,
.rich-text > h3:last-child {
  display: none;
}

@media (max-width: 991px) {
  .hero-section {
    padding-top: 76px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .hero-copy .text-center {
    text-align: center;
  }

  .hero-section h1 {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-eyebrow,
  .hero-actions,
  .hero-note {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-benefits {
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .hero-visual {
    width: min(100%, 680px);
    margin-right: auto;
    margin-left: auto;
  }

  .f-grid-three-column {
    gap: 18px;
  }

  .cta-section {
    padding: 52px 42px;
  }
}

@media (max-width: 767px) {
  .container,
  .f-container-regular,
  .a-container-regular,
  .container.nav,
  .styleguide {
    width: min(100% - 32px, 1180px);
  }

  .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  img.logo,
  .logo {
    height: 42px;
  }

  .button.nav {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section,
  .f-section-large,
  .a-section-regular {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .hero-section {
    min-height: auto;
    padding: 60px 0 32px;
  }

  .hero-section h1 {
    font-size: clamp(2.75rem, 12vw, 3.6rem);
  }

  .hero-benefits {
    grid-template-columns: 1fr;
    gap: 9px;
    font-size: 13px;
  }

  .hero-visual {
    display: none;
  }

  .signals-section {
    padding-top: 40px;
  }

  .signals-section .grid > div:first-child {
    text-align: center;
  }

  .signals-section .grid > div:first-child .button,
  .how-section .button.hdiw {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    display: flex;
  }

  .how-section .grid {
    display: block;
  }

  .how-section .grid > div:first-child,
  .how-section .tablet-hide {
    display: none;
  }

  .how-section .tablet-text-center {
    width: 100%;
  }

  .section-2 {
    padding: 76px 16px;
  }

  .div-block-3 {
    padding: 10px;
    border-radius: 16px;
  }

  .pricing-card,
  .pricing-card.active-card {
    padding: 26px;
  }

  .faq-flex {
    gap: 0;
  }

  .cta-section,
  .cta-section-2 {
    padding: 38px 24px;
    border-radius: 20px;
  }

  .footer-links-flex {
    gap: 24px;
  }

  .footer-links-block {
    flex-direction: row;
  }

  .stylegide-section {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .rich-text {
    border-radius: 18px;
  }
}

@media (max-width: 520px) {
  .container.nav > div {
    gap: 4px;
  }

  .button.outlined.nav {
    display: none;
  }

  img.logo,
  .logo {
    width: 174px;
    height: auto;
  }

  .button.nav {
    min-height: 42px;
    padding: 10px 13px;
    font-size: 12px;
  }

  .hero-eyebrow {
    font-size: 10px;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero-actions .button,
  .hero-actions .button-hdr {
    width: 100%;
  }

  .dashboard-body {
    padding: 16px;
  }

  .dashboard-intro strong {
    font-size: 14px;
  }

  .metric strong {
    font-size: 20px;
  }

  .floating-rank-card,
  .floating-signal-card {
    display: none;
  }

  .hero-visual {
    padding-left: 0;
  }

  .dashboard-footer {
    gap: 8px;
  }

  .cta-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .form-flex {
    gap: 10px;
    flex-direction: column;
  }

  .form-flex .button {
    width: 100%;
  }

  .footer-links-block {
    flex-direction: column;
  }

  .modalbg {
    padding: 26px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
