:root {
  --ss-bg: #f5f0e8;
  --ss-paper: #fffdfa;
  --ss-ink: #231a14;
  --ss-clay: #b98060;
  --ss-clay-deep: #8f5d43;
  --ss-dust: #eadfce;
  --ss-sky: #48c8f2;
  --ss-slate: #233645;
  --ss-line: #d8c9b6;
  --ss-radius-xl: 28px;
  --ss-radius-lg: 20px;
  --ss-radius-md: 14px;
  --ss-shadow-soft: 0 22px 60px -40px rgba(35, 26, 20, 0.56);
  --ss-shadow-card: 0 18px 38px -28px rgba(40, 25, 18, 0.42);
  --ss-max: 1220px;
}

html,
body {
  margin: 0;
  padding: 0;
}

body.ss-marketing-bg {
  color: var(--ss-ink) !important;
  background:
    radial-gradient(1100px 600px at 4% -10%, rgba(72, 200, 242, 0.22), transparent 70%),
    radial-gradient(900px 500px at 98% 8%, rgba(185, 128, 96, 0.26), transparent 74%),
    linear-gradient(180deg, #f8f4ee 0%, #f5f0e8 100%) !important;
}

body.ss-marketing-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.26;
  background-image: radial-gradient(rgba(72, 45, 28, 0.16) 0.35px, transparent 0.35px);
  background-size: 3px 3px;
  z-index: 0;
}

body.ss-marketing-bg footer,
body.ss-marketing-bg main {
  position: relative;
  z-index: 1;
}

body.ss-marketing-bg nav {
  z-index: 90 !important;
  overflow: visible;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  background: transparent !important;
}

body.ss-marketing-bg nav .absolute {
  z-index: 95 !important;
}

body.ss-marketing-bg nav.shadow-md {
  backdrop-filter: blur(14px);
  border-bottom-color: rgba(143, 93, 67, 0.2);
  background: rgba(255, 250, 245, 0.82) !important;
}

body.ss-marketing-bg nav .hidden.lg\:flex > a,
body.ss-marketing-bg nav .hidden.lg\:flex > .relative > button {
  border-radius: 10px;
  padding: 0.42rem 0.62rem;
  font-weight: 500;
  color: #3d2d24;
}

body.ss-marketing-bg nav .hidden.lg\:flex > a:hover,
body.ss-marketing-bg nav .hidden.lg\:flex > .relative > button:hover {
  background: rgba(72, 200, 242, 0.16);
  color: #1e1a16;
}

body.ss-marketing-bg nav .hidden.lg\:flex > a[href*="signup"] {
  background: #2d241e;
  color: #f9efe3;
  font-weight: 700;
  padding-inline: 0.92rem;
}

body.ss-marketing-bg nav .hidden.lg\:flex > a[href*="signup"]:hover {
  background: #1d1611;
  color: #fef6ec;
}

body.ss-marketing-bg footer {
  background: transparent;
  color: #5f4b3d;
  border-top: 1px solid rgba(143, 93, 67, 0.25);
  margin: 0 auto;
  width: min(var(--ss-max), calc(100% - 2rem));
}

.ss-page {
  width: min(var(--ss-max), calc(100% - 2rem));
  margin: 0 auto;
}

.ss-section {
  padding: clamp(2rem, 4vw, 4.1rem) 0;
}

.ss-page-hero {
  padding-top: clamp(3.4rem, 9vw, 6.2rem);
  padding-bottom: clamp(2rem, 5vw, 3.6rem);
}

.ss-home-hero {
  position: relative;
  isolation: isolate;
  margin-top: 0;
  padding-top: clamp(1.35rem, 3.2vw, 2.6rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.ss-home-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--nav-h, 72px) * -1);
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(1020px 440px at 8% 2%, rgba(72, 200, 242, 0.3), transparent 72%),
    radial-gradient(860px 420px at 92% 4%, rgba(185, 128, 96, 0.2), transparent 74%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.75) 0%, rgba(245, 240, 232, 0) 100%);
}

.ss-home-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2rem;
  align-items: center;
}

.ss-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.46rem 0.86rem;
  border-radius: 999px;
  background: rgba(72, 200, 242, 0.2);
  color: #24404a;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ss-title {
  margin-top: 1rem;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(2.3rem, 5.6vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.ss-lead {
  margin-top: 1.1rem;
  color: #5b4638;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.56;
  max-width: 36rem;
}

.ss-actions {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0.86rem 1.4rem;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.ss-btn:hover {
  transform: translateY(-2px);
}

.ss-btn-primary {
  background: linear-gradient(120deg, var(--ss-sky), #24acdd);
  color: #15212a;
  box-shadow: 0 14px 30px -20px rgba(72, 200, 242, 0.8);
}

.ss-btn-primary:hover {
  box-shadow: 0 22px 35px -20px rgba(72, 200, 242, 0.86);
}

.ss-btn-secondary {
  background: rgba(255, 255, 255, 0.78);
  color: #2d241e;
  border: 1px solid rgba(143, 93, 67, 0.3);
}

.ss-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.95);
}

.ss-hero-media {
  position: relative;
  min-height: 530px;
}

.ss-hero-image {
  height: 100%;
  width: 100%;
  border-radius: var(--ss-radius-xl);
  overflow: hidden;
  box-shadow: var(--ss-shadow-soft);
}

.ss-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-welcome-hero-photo {
  object-position: 50% 34%;
}

.ss-floating-note {
  position: absolute;
  background: rgba(255, 252, 247, 0.95);
  border: 1px solid rgba(143, 93, 67, 0.2);
  border-radius: 16px;
  box-shadow: var(--ss-shadow-card);
  padding: 0.7rem 0.9rem;
  max-width: 220px;
  animation: ss-drift 4.8s ease-in-out infinite;
}

.ss-floating-note h4 {
  margin: 0;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  line-height: 1.3;
}

.ss-floating-note p {
  margin: 0.2rem 0 0;
  color: #5f4b3d;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  line-height: 1.35;
}

.ss-note-a {
  top: 1rem;
  left: -1.2rem;
}

.ss-note-b {
  right: -1rem;
  top: 0.8rem;
  animation-delay: 0.7s;
}

.ss-note-c {
  left: 2rem;
  bottom: -1rem;
  animation-delay: 1.3s;
}

.ss-note-d {
  right: 1.8rem;
  bottom: 2.8rem;
  animation-delay: 2s;
}

@keyframes ss-drift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

.ss-section-title {
  margin: 0;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.05rem);
  letter-spacing: -0.01em;
  line-height: 1.08;
}

.ss-section-sub {
  margin-top: 0.78rem;
  color: #5c4a3a;
  max-width: 64ch;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.ss-feature-grid {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ss-feature-card {
  border-radius: var(--ss-radius-lg);
  border: 1px solid rgba(143, 93, 67, 0.18);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(248, 241, 231, 0.72));
  padding: 1.25rem;
  box-shadow: var(--ss-shadow-card);
}

.ss-feature-card h3 {
  margin: 0;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
}

.ss-feature-card p {
  margin: 0.5rem 0 0;
  color: #5e4c3f;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.52;
}

.ss-solutions-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ss-solution-link-card {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(143, 93, 67, 0.2);
  overflow: hidden;
  min-height: 280px;
  box-shadow: var(--ss-shadow-card);
  display: grid;
  align-content: end;
  color: #fff9f1;
  text-decoration: none;
}

.ss-solution-link-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.ss-solution-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 18, 14, 0.18) 0%, rgba(16, 12, 10, 0.82) 80%),
    linear-gradient(0deg, rgba(11, 8, 6, 0.35), rgba(11, 8, 6, 0.35));
}

.ss-solution-link-copy {
  position: relative;
  z-index: 1;
  padding: 1.1rem;
  background: linear-gradient(180deg, rgba(11, 8, 6, 0) 0%, rgba(11, 8, 6, 0.55) 76%);
}

.ss-solution-link-copy h3 {
  margin: 0;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.35rem;
}

.ss-solution-link-copy p {
  margin: 0.48rem 0 0;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.94rem;
  line-height: 1.45;
  max-width: 36ch;
  color: rgba(254, 246, 236, 0.94);
}

.ss-solution-link-pill {
  margin-top: 0.78rem;
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(248, 240, 232, 0.72);
  background: rgba(19, 14, 11, 0.56);
  padding: 0.38rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.ss-split {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
}

.ss-surface {
  background: rgba(255, 253, 250, 0.84);
  border-radius: var(--ss-radius-xl);
  border: 1px solid rgba(143, 93, 67, 0.2);
  box-shadow: var(--ss-shadow-soft);
}

.ss-surface-pad {
  padding: 1.5rem;
}

.ss-photo-frame {
  height: 100%;
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
}

.ss-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-pill-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
}

.ss-pill {
  padding: 0.43rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(143, 93, 67, 0.24);
  background: rgba(255, 255, 255, 0.66);
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
}

.ss-process-stack {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.ss-process-card {
  border-radius: 18px;
  border: 1px solid rgba(143, 93, 67, 0.2);
  background: rgba(255, 255, 255, 0.86);
  padding: 0.92rem;
  box-shadow: var(--ss-shadow-card);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ss-process-top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.ss-process-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #2d241e;
  color: #fef4e8;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
}

.ss-process-card h4 {
  margin: 0;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.98rem;
}

.ss-process-card p {
  margin: 0.5rem 0 0;
  color: #5f4c3d;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
}

.ss-timeline {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.ss-timeline-step {
  border-radius: 16px;
  border: 1px solid rgba(143, 93, 67, 0.22);
  background: rgba(255, 255, 255, 0.84);
  padding: 1rem;
}

.ss-num {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2d241e;
  color: #fef4e8;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.58rem;
}

.ss-timeline-step h4 {
  margin: 0;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1rem;
}

.ss-timeline-step p {
  margin: 0.38rem 0 0;
  color: #5f4c3d;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  line-height: 1.46;
}

.ss-path-widget {
  padding-top: 0.25rem;
}

.ss-path-heading,
.ss-path-subheading {
  text-align: center;
}

.ss-path-subheading {
  margin: 0.9rem auto 0;
  max-width: 64ch;
}

.ss-path-tabs {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.ss-path-tab {
  border: 1px solid rgba(45, 110, 114, 0.32);
  background: #e7ecec;
  color: #2b6367;
  border-radius: 999px;
  padding: 0.54rem 0.98rem;
  text-align: center;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  min-height: 40px;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.ss-path-tab:hover {
  transform: translateY(-1px);
}

.ss-path-tab.is-active {
  background: #f5f7f7;
  border-color: #2b7d7f;
  color: #225f61;
}

.ss-path-shell {
  margin-top: 1.35rem;
  width: 100%;
}

.ss-path-window {
  overflow: hidden;
  width: 100%;
}

.ss-path-track {
  display: flex;
  gap: 1rem;
  padding-inline: calc((100% - min(78%, 860px)) / 2);
  transition: transform 360ms ease;
  will-change: transform;
}

a.ss-path-card {
  color: inherit;
  text-decoration: none;
}

.ss-path-card {
  flex: 0 0 min(78%, 860px);
  max-width: min(78%, 860px);
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 1.1rem;
  border-radius: 28px;
  padding: 1.16rem;
  align-items: stretch;
  min-height: 252px;
  box-shadow: var(--ss-shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ss-path-card:hover {
  transform: translateY(-4px);
}

.ss-path-card-media {
  border-radius: 20px;
  overflow: hidden;
}

.ss-path-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 188px;
  object-fit: cover;
}

.ss-path-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.ss-path-card-body h3 {
  margin: 0;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.8rem;
  line-height: 1.08;
}

.ss-path-card-body p {
  margin: 0.55rem 0 0;
  max-width: 30ch;
  line-height: 1.45;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.02rem;
}

.ss-path-cta {
  margin-top: 1rem;
  width: fit-content;
}

.tone-cyan {
  background: #a7d2c9;
}

.tone-amber {
  background: #dfd5c1;
}

.tone-rose {
  background: #8f5066;
  color: #f7e9ef;
}

.tone-teal {
  background: #466772;
  color: #edf4f6;
}

.tone-rose .ss-path-card-body p,
.tone-teal .ss-path-card-body p {
  color: rgba(244, 248, 249, 0.92);
}

.ss-path-dots {
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

.ss-path-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(93, 74, 59, 0.3);
  cursor: pointer;
  padding: 0;
}

.ss-path-dot.is-active {
  width: 22px;
  background: rgba(42, 103, 106, 0.85);
}

.ss-support {
  border-radius: var(--ss-radius-xl);
  border: 1px solid rgba(143, 93, 67, 0.2);
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(45, 36, 30, 0.96), rgba(34, 35, 39, 0.9)),
    radial-gradient(circle at 18% 20%, rgba(72, 200, 242, 0.26), transparent 52%);
  color: #f8efe4;
  box-shadow: var(--ss-shadow-soft);
}

.ss-support-grid {
  padding: clamp(1.3rem, 3vw, 2.2rem);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.1rem;
  align-items: center;
}

.ss-support-copy h2 {
  margin: 0;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 4.2vw, 3rem);
  line-height: 1.06;
}

.ss-support-copy p {
  margin: 0.8rem 0 0;
  color: rgba(248, 236, 222, 0.9);
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.58;
}

.ss-support-list {
  margin: 0.9rem 0 0;
  list-style: disc;
  padding-left: 1.2rem;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
}

.ss-support-list li {
  margin-top: 0.35rem;
  display: list-item;
}

.ss-support-card {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 360px;
}

.ss-support-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-cta-band {
  margin: 0 auto 2.5rem;
  border-radius: 28px;
  border: 1px solid rgba(143, 93, 67, 0.2);
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(45, 36, 30, 0.96), rgba(34, 35, 39, 0.9)),
    radial-gradient(circle at 20% 25%, rgba(72, 200, 242, 0.24), transparent 50%);
  color: #f8efe4;
}

.ss-cta-grid {
  padding: 2.3rem;
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.ss-cta-grid h2 {
  margin: 0;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.08;
}

.ss-cta-grid p {
  margin: 0.75rem auto 0;
  max-width: 58ch;
  color: rgba(248, 236, 222, 0.88);
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.56;
  text-align: center;
}

.ss-solution-hero {
  padding-top: clamp(2.6rem, 6.5vw, 4.6rem);
  padding-bottom: clamp(1.8rem, 4.6vw, 3.1rem);
}

.ss-solution-hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 1.2rem;
  align-items: stretch;
}

.ss-solution-media {
  min-height: 420px;
  height: 100%;
  display: flex;
  border-radius: var(--ss-radius-xl);
  overflow: hidden;
  box-shadow: var(--ss-shadow-soft);
}

.ss-solution-media img {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-publisher-media {
  min-height: 350px;
  max-height: 390px;
}

.ss-publisher-photo {
  object-position: 62% 64%;
}

.ss-theme-cyan {
  --ss-accent: #2a758d;
  --ss-accent-soft: #e3f7ff;
  --ss-accent-deep: #184c63;
}

.ss-theme-rose {
  --ss-accent: #8f5066;
  --ss-accent-soft: #f7e8ef;
  --ss-accent-deep: #6e3548;
}

.ss-theme-cyan .ss-kicker,
.ss-theme-cyan .ss-section-label {
  color: #1e596f;
}

.ss-theme-rose .ss-kicker,
.ss-theme-rose .ss-section-label {
  color: #6e3548;
  background: rgba(143, 80, 102, 0.14);
}

.ss-section-label {
  margin-bottom: 0.5rem;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ss-cap-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.ss-cap-card {
  border-radius: 18px;
  border: 1px solid rgba(143, 93, 67, 0.2);
  background: rgba(255, 255, 255, 0.86);
  padding: 1.1rem;
  box-shadow: var(--ss-shadow-card);
}

.ss-cap-card h3 {
  margin: 0;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.08rem;
}

.ss-cap-card p {
  margin: 0.45rem 0 0;
  color: #5e4b3d;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  line-height: 1.48;
}

.ss-mini-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.ss-mini-card {
  border-radius: 16px;
  border: 1px solid rgba(143, 93, 67, 0.2);
  background: rgba(255, 255, 255, 0.85);
  padding: 0.9rem;
}

.ss-mini-card h4 {
  margin: 0;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.ss-mini-card p {
  margin: 0.36rem 0 0;
  color: #5f4c3d;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  line-height: 1.45;
}

.ss-pricing-toggle-row {
  margin-top: 1.2rem;
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(143, 93, 67, 0.32);
  overflow: hidden;
}

.ss-pricing-toggle {
  border: 0;
  background: transparent;
  color: #5f4c3d;
  padding: 0.6rem 1.2rem;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.ss-pricing-toggle.is-active {
  background: #2d241e;
  color: #f8efe4;
}

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

.ss-plan-card {
  border-radius: 20px;
  border: 1px solid rgba(143, 93, 67, 0.22);
  background: rgba(255, 253, 250, 0.88);
  box-shadow: var(--ss-shadow-card);
  padding: 1.2rem;
  color: #2c221c;
  text-decoration: none;
  text-align: center;
}

.ss-plan-card--highlight {
  background: linear-gradient(160deg, rgba(72, 200, 242, 0.17), rgba(255, 253, 250, 0.95));
  border-color: rgba(39, 115, 136, 0.42);
}

.ss-plan-card h3 {
  margin: 0;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.24rem;
}

.ss-plan-price {
  margin-top: 0.7rem;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.95rem;
  line-height: 1.1;
}

.ss-plan-period {
  font-size: 0.96rem;
  color: #6f5a4c;
}

.ss-plan-note {
  margin-top: 0.5rem;
  min-height: 1.1rem;
  color: #1f7d57;
  font-weight: 700;
  font-size: 0.86rem;
}

.ss-check-list {
  margin: 0.8rem 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  justify-items: center;
}

.ss-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin-top: 0.25rem;
  color: #5f4c3d;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.45;
}

.ss-check-list li::before {
  content: "✓";
  color: #1f7d57;
  font-weight: 700;
  margin-top: 0.03rem;
}

.ss-billing-plan-grid {
  align-items: stretch;
}

.ss-billing-plan-btn {
  width: 100%;
  display: block;
  cursor: pointer;
  font: inherit;
}

.ss-billing-plan-link {
  display: block;
}

.ss-billing-plan-btn:focus-visible,
.ss-billing-plan-link:focus-visible {
  outline: 2px solid rgba(72, 200, 242, 0.55);
  outline-offset: 2px;
}

.ss-billing-note-list {
  margin: 1rem 0 0;
  padding-left: 1rem;
  color: #5f4c3d;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.5;
}

.ss-billing-note-list li + li {
  margin-top: 0.36rem;
}

.ss-billing-note-list a {
  color: #1f6373;
  font-weight: 700;
  text-decoration: none;
}

.ss-billing-note-list a:hover {
  text-decoration: underline;
}

.ss-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.ss-contact-form,
.ss-contact-copy {
  border-radius: 24px;
  border: 1px solid rgba(143, 93, 67, 0.2);
  background: rgba(255, 253, 250, 0.9);
  box-shadow: var(--ss-shadow-soft);
  padding: 1.2rem;
}

.ss-contact-copy h2,
.ss-contact-form h2 {
  margin: 0;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.1;
}

.ss-contact-copy p,
.ss-contact-form p {
  margin: 0.72rem 0 0;
  color: #5f4c3d;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.52;
}

.ss-field {
  margin-top: 0.75rem;
}

.ss-field label {
  display: block;
  margin-bottom: 0.32rem;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: #4f3f34;
}

.ss-input,
.ss-textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(143, 93, 67, 0.34);
  background: rgba(255, 255, 255, 0.92);
  color: #1f1914;
  padding: 0.7rem 0.78rem;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.95rem;
}

.ss-input:focus,
.ss-textarea:focus {
  outline: 2px solid rgba(72, 200, 242, 0.44);
  outline-offset: 1px;
}

.ss-textarea {
  min-height: 160px;
  resize: vertical;
}

.ss-alert {
  margin-top: 0.9rem;
  border-radius: 12px;
  padding: 0.62rem 0.75rem;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.89rem;
}

.ss-alert-success {
  border: 1px solid #b7e2ce;
  color: #1a6647;
  background: #ecf9f2;
}

.ss-alert-error {
  border: 1px solid #efb1b1;
  color: #8d2323;
  background: #fff0f0;
}

.ss-auth-wrap {
  width: min(560px, calc(100% - 2rem));
  margin: clamp(2.3rem, 8vh, 5.2rem) auto clamp(2rem, 8vh, 4.2rem);
}

.ss-auth-card {
  border-radius: 24px;
  border: 1px solid rgba(143, 93, 67, 0.2);
  background: rgba(255, 253, 250, 0.92);
  box-shadow: var(--ss-shadow-soft);
  padding: 1.35rem;
}

.ss-auth-title {
  margin: 0;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 4.4vw, 2.4rem);
  line-height: 1.1;
}

.ss-auth-sub {
  margin: 0.72rem 0 0;
  color: #5f4c3d;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.52;
}

.ss-auth-form {
  margin-top: 1rem;
}

.ss-auth-row {
  margin-top: 0.72rem;
}

.ss-auth-row label {
  display: block;
  margin-bottom: 0.32rem;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: #4f3f34;
}

.ss-auth-hint {
  margin-top: 1rem;
  color: #5f4c3d;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
}

.ss-auth-hint a {
  color: #1f6373;
  font-weight: 700;
  text-decoration: none;
}

.ss-auth-hint a:hover {
  text-decoration: underline;
}

.ss-contact-photo {
  margin-top: 1rem;
  height: 250px;
  border-radius: 18px;
  overflow: hidden;
}

.ss-contact-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-footer-cta-wrap {
  padding: 1rem 0 2rem;
}

.ss-footer-cta {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.ss-footer-cta h2 {
  margin: 0;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.08;
}

.ss-footer-cta p {
  margin: 0.75rem auto 0;
  max-width: 58ch;
  color: #5f4c3d;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.56;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .ss-home-hero-grid,
  .ss-solution-hero-grid,
  .ss-split,
  .ss-support-grid,
  .ss-contact-grid {
    grid-template-columns: 1fr;
  }

  .ss-hero-media {
    min-height: 0;
  }

  .ss-hero-image {
    height: clamp(220px, 34vw, 360px);
  }

  .ss-note-a,
  .ss-note-b,
  .ss-note-c,
  .ss-note-d {
    display: none;
  }

  .ss-photo-frame {
    min-height: 320px;
  }

  .ss-solution-media {
    min-height: 320px;
  }

  .ss-publisher-media {
    min-height: 290px;
    max-height: 340px;
  }

  .ss-publisher-photo {
    object-position: 62% 70%;
  }

  .ss-feature-grid,
  .ss-cap-grid,
  .ss-mini-grid,
  .ss-timeline,
  .ss-solutions-grid,
  .ss-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ss-path-card {
    flex-basis: min(86%, 760px);
    max-width: min(86%, 760px);
    grid-template-columns: 1.08fr 0.92fr;
    gap: 0.85rem;
    padding: 0.95rem;
    min-height: 210px;
  }

  .ss-path-track {
    padding-inline: calc((100% - min(86%, 760px)) / 2);
  }

  .ss-path-card-media img {
    min-height: 132px;
  }

  .ss-path-card-body h3 {
    font-size: 1.35rem;
  }

  .ss-path-card-body p {
    margin-top: 0.4rem;
    font-size: 0.95rem;
    line-height: 1.35;
  }
}

@media (max-width: 760px) {
  .ss-home-hero {
    padding-top: 1.05rem;
    padding-bottom: 1.9rem;
  }

  .ss-page {
    width: min(var(--ss-max), calc(100% - 1.4rem));
  }

  .ss-section {
    padding: 1.35rem 0 2rem;
  }

  .ss-hero-image {
    height: clamp(180px, 58vw, 250px);
  }

  .ss-welcome-hero-photo {
    object-position: 50% 24%;
  }

  .ss-solution-media {
    min-height: 220px;
    max-height: 280px;
  }

  .ss-publisher-photo {
    object-position: 60% 72%;
  }

  .ss-photo-frame {
    min-height: 220px;
    max-height: 280px;
  }

  .ss-solution-link-card {
    min-height: 210px;
  }

  .ss-feature-grid,
  .ss-cap-grid,
  .ss-mini-grid,
  .ss-timeline,
  .ss-solutions-grid,
  .ss-process-stack,
  .ss-plan-grid {
    grid-template-columns: 1fr;
  }

  .ss-path-track {
    padding-inline: 0;
  }

  .ss-path-card {
    flex-basis: 100%;
    max-width: 100%;
    min-height: 196px;
    grid-template-columns: 1.08fr 0.92fr;
  }

  .ss-path-card-media img {
    min-height: 120px;
  }

  .ss-path-card-body h3 {
    font-size: 1.24rem;
  }

  .ss-path-card-body p {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .ss-cta-grid {
    padding: 1.6rem;
  }

  .ss-support-card {
    min-height: 240px;
  }
}

@media (max-width: 560px) {
  .ss-title {
    font-size: clamp(2rem, 10.5vw, 3rem);
  }

  .ss-path-tab {
    font-size: 0.9rem;
    padding: 0.48rem 0.82rem;
  }

  .ss-path-card {
    padding: 0.72rem;
    border-radius: 18px;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .ss-path-card-media img {
    min-height: 108px;
  }

  .ss-path-card-body h3 {
    font-size: 1.2rem;
  }

  .ss-path-card-body p {
    font-size: 0.93rem;
  }

  .ss-solution-media {
    min-height: 190px;
    max-height: 230px;
  }

  .ss-photo-frame {
    min-height: 190px;
    max-height: 230px;
  }

  .ss-solution-link-card {
    min-height: 180px;
  }
}
