/* Generated by scripts/build-child-theme.mjs. */

/* Source: css/global/tokens.css */
:root {
  --sw-ink: #18233f;
  --sw-text: #4a5166;
  --sw-muted: #8790a4;
  --sw-paper: #ffffff;
  --sw-cloud: #f6f8ff;
  --sw-mist: #edf7fb;
  --sw-sky: #54bfe8;
  --sw-lagoon: #25b8bc;
  --sw-leaf: #9ed75f;
  --sw-honey: #ffc857;
  --sw-pink: #f0378a;
  --sw-coral: #ff756f;
  --sw-violet: #8b67ff;
  --sw-line: rgba(24, 35, 63, 0.12);
  --sw-shadow-soft: 0 18px 50px rgba(24, 35, 63, 0.14);
  --sw-shadow-card: 0 14px 34px rgba(24, 35, 63, 0.12);
  --sw-radius-sm: 8px;
  --sw-radius-md: 14px;
  --sw-radius-lg: 22px;
  --sw-container: min(1140px, calc(100vw - 40px));
  --sw-font-display: "Concert One", "Open Sans", Arial, sans-serif;
  --sw-font-body: "Cabin", "Open Sans", Arial, sans-serif;
  --sw-ease: cubic-bezier(.2, .8, .2, 1);
}

@media (max-width: 767px) {
  :root {
    --sw-container: min(100% - 28px, 560px);
  }
}

/* Source: css/global/base.css */
html {
  scroll-behavior: smooth;
}

body {
  color: var(--sw-text);
  font-family: var(--sw-font-body);
  background: var(--sw-paper);
}

body #page-container {
  overflow-x: clip;
}

body h1,
body h2,
body h3,
body .et_pb_slide_title {
  color: var(--sw-ink);
  font-family: var(--sw-font-display);
  letter-spacing: 0;
}

body p,
body li {
  color: var(--sw-text);
  font-size: 17px;
  line-height: 1.76;
}

body a {
  color: var(--sw-lagoon);
  transition: color 180ms var(--sw-ease), opacity 180ms var(--sw-ease);
}

body a:hover {
  color: var(--sw-pink);
}

.sw-container,
.sw-page-home .et_pb_row,
.sw-page-assets .et_pb_row,
.sw-page-docs .et_pb_row,
.sw-page-support .et_pb_row,
.sw-page-contact .et_pb_row {
  width: var(--sw-container);
  max-width: var(--sw-container);
}

.sw-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(84, 191, 232, .18), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(255, 200, 87, .16), transparent 24%),
    linear-gradient(180deg, #fff, var(--sw-cloud));
}

.sw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sw-lagoon);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sw-kicker::before {
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 99px;
  background: var(--sw-honey);
  box-shadow: 14px 0 0 var(--sw-pink);
}

.sw-hero :is(p, li, small, span, strong, em),
.sw-cta :is(p, li, small, span, strong, em),
.sw-flowdesk-teaser :is(p, li, small, span, strong, em),
.fd-hero :is(p, li, small, span, strong, em),
.fd-workflow :is(p, li, small, span, strong, em),
.fd-final-cta :is(p, li, small, span, strong, em),
.sw-site-footer :is(p, li, small, span, strong, em),
.et-l--footer :is(p, li, small, span, strong, em),
#main-footer :is(p, li, small, span, strong, em) {
  color: rgba(247, 251, 255, .82) !important;
}

.sw-hero :is(h1, h2, h3),
.sw-cta :is(h1, h2, h3),
.sw-flowdesk-teaser :is(h1, h2, h3),
.fd-hero :is(h1, h2, h3),
.fd-workflow :is(h1, h2, h3),
.fd-final-cta :is(h1, h2, h3),
.sw-site-footer :is(h1, h2, h3),
.et-l--footer :is(h1, h2, h3),
#main-footer :is(h1, h2, h3) {
  color: #fff !important;
}

body .et_pb_bg_layout_dark :is(p, li, small, span, strong, em),
body .et_pb_bg_layout_dark .et_pb_text_inner,
body .et_pb_bg_layout_dark .et_pb_text_inner :is(p, li, small, span, strong, em) {
  color: rgba(247, 251, 255, .82) !important;
}

body .et_pb_bg_layout_dark :is(h1, h2, h3, h4, h5, h6),
body .et_pb_bg_layout_dark :is(h1, h2, h3, h4, h5, h6) :is(span, strong, em) {
  color: #fff !important;
}

body .et_pb_bg_layout_dark a {
  color: #65d8f5 !important;
}

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

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

/* Source: css/global/header.css */
#main-header,
.et-l--header,
.et_pb_menu {
  box-shadow: 0 10px 28px rgba(24, 35, 63, .08);
}

#main-header,
.et-l--header .et_pb_section,
.et_pb_menu {
  background: rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(14px);
}

#top-menu a,
.et-menu a {
  color: var(--sw-ink) !important;
  font-family: var(--sw-font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

#top-menu a:hover,
.et-menu a:hover,
.current-menu-item > a {
  color: var(--sw-pink) !important;
  opacity: 1 !important;
}

.mobile_menu_bar::before {
  color: var(--sw-sky) !important;
}

.et_mobile_menu {
  border-top: 3px solid var(--sw-sky);
  border-radius: 0 0 var(--sw-radius-md) var(--sw-radius-md);
  box-shadow: var(--sw-shadow-card);
}

/* Source: css/components/buttons.css */
.et_pb_button,
.sw-button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 14px 24px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-family: var(--sw-font-body);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.15 !important;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--sw-pink), var(--sw-coral)) !important;
  box-shadow: 0 16px 28px rgba(240, 55, 138, .28);
  transition: transform 180ms var(--sw-ease), box-shadow 180ms var(--sw-ease);
}

.et_pb_button::before,
.sw-button::before {
  position: absolute;
  inset: 0 auto 0 -45%;
  width: 38%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
  transform: skewX(-20deg);
  transition: left 420ms var(--sw-ease);
}

.et_pb_button:hover,
.sw-button:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(240, 55, 138, .32);
}

.et_pb_button:hover::before,
.sw-button:hover::before {
  left: 108%;
}

@media (max-width: 480px) {
  .et_pb_button,
  .sw-button {
    width: auto;
    min-width: 0;
    white-space: normal;
  }
}

/* Source: css/components/cards.css */
.sw-card,
.sw-page-assets .et_pb_post,
.sw-page-assets .et_pb_module.et_pb_blurb {
  overflow: hidden;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius-md);
  background: rgba(255,255,255,.92);
  box-shadow: 0 1px 0 rgba(255,255,255,.8), var(--sw-shadow-card);
  transition: transform 180ms var(--sw-ease), box-shadow 180ms var(--sw-ease), border-color 180ms var(--sw-ease);
}

.sw-card:hover,
.sw-page-assets .et_pb_post:hover,
.sw-page-assets .et_pb_module.et_pb_blurb:hover {
  border-color: rgba(84, 191, 232, .38);
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(24, 35, 63, .16);
}

.sw-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--sw-ink);
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 200, 87, .28);
}

/* Source: css/components/effects.css */
.sw-float {
  animation: sw-float 5.8s var(--sw-ease) infinite;
}

.sw-soft-pop {
  animation: sw-soft-pop 520ms var(--sw-ease) both;
}

.sw-sparkle-field {
  position: relative;
  isolation: isolate;
}

.sw-sparkle-field::before,
.sw-sparkle-field::after {
  position: absolute;
  z-index: -1;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 999px;
  background: var(--sw-honey);
  box-shadow:
    42px 90px 0 -2px var(--sw-sky),
    120px 32px 0 -3px var(--sw-pink),
    86vw 120px 0 -2px var(--sw-leaf);
  opacity: .72;
  animation: sw-drift 9s linear infinite;
}

.sw-sparkle-field::after {
  right: 10%;
  background: var(--sw-violet);
  animation-duration: 12s;
}

@keyframes sw-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes sw-soft-pop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes sw-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(18px, -26px, 0); }
}

/* Source: css/pages/home.css */
.sw-page-home .et_pb_fullwidth_slider_0,
.home .et_pb_fullwidth_slider_0 {
  background: #0e1f2f;
}

.sw-page-home .et_pb_slide_description,
.home .et_pb_slide_description {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}

.sw-page-home .et_pb_slide_title,
.home .et_pb_slide_title {
  max-width: 760px;
  margin-inline: auto;
  color: #fff !important;
  font-size: clamp(36px, 6vw, 76px);
  line-height: .95;
}

.sw-page-home .et_pb_slide_content,
.home .et_pb_slide_content {
  max-width: 680px;
  margin-inline: auto;
}

.sw-page-home #about,
.home #about {
  position: relative;
}

.sw-page-home #about .et_pb_text,
.home #about .et_pb_text {
  border-radius: var(--sw-radius-sm);
  box-shadow: var(--sw-shadow-soft);
}

.sw-page-home #services,
.home #services {
  background: var(--sw-cloud);
}

.sw-page-home #services h2,
.home #services h2 {
  max-width: 820px;
}

@media (max-width: 767px) {
  .sw-page-home .et_pb_slide_title,
  .home .et_pb_slide_title {
    font-size: clamp(34px, 10vw, 48px);
  }

  .sw-page-home .et_pb_slide_content,
  .home .et_pb_slide_content {
    font-size: 16px;
  }
}

/* Source: css/pages/assets.css */
.sw-page-assets {
  background: linear-gradient(180deg, #fff 0%, var(--sw-cloud) 100%);
}

.sw-page-assets .et_pb_ajax_pagination_container,
.sw-page-assets .et_pb_blog_grid .et_pb_salvattore_content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sw-page-assets .et_pb_post {
  padding: 0 0 22px;
}

.sw-page-assets .et_pb_post img {
  aspect-ratio: 1.42;
  width: 100%;
  object-fit: cover;
}

.sw-page-assets .entry-title,
.sw-page-assets .entry-title a {
  color: var(--sw-ink) !important;
  font-family: var(--sw-font-display);
  font-size: 25px;
  line-height: 1.05;
}

.sw-page-assets .post-content,
.sw-page-assets .entry-title {
  padding-inline: 20px;
}

@media (max-width: 980px) {
  .sw-page-assets .et_pb_ajax_pagination_container,
  .sw-page-assets .et_pb_blog_grid .et_pb_salvattore_content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sw-page-assets .et_pb_ajax_pagination_container,
  .sw-page-assets .et_pb_blog_grid .et_pb_salvattore_content {
    grid-template-columns: 1fr;
  }
}

/* Source: css/pages/docs.css */
.sw-page-docs {
  background: linear-gradient(180deg, var(--sw-mist), #fff 360px);
}

.sw-page-docs h1,
.sw-page-docs h2 {
  color: var(--sw-ink);
}

.sw-page-docs .et_pb_text,
.sw-doc-panel {
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius-md);
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 30px rgba(24, 35, 63, .08);
}

.sw-page-docs code,
.sw-page-docs pre {
  border-radius: var(--sw-radius-sm);
  background: #111a2f;
  color: #f7fbff;
}

/* Source: css/pages/support.css */
.sw-page-support {
  background:
    radial-gradient(circle at 78% 12%, rgba(158, 215, 95, .22), transparent 26%),
    linear-gradient(180deg, #fff, var(--sw-cloud));
}

.sw-page-support .et_pb_toggle,
.sw-support-box {
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius-md);
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 35, 63, .08);
}

.sw-page-support .et_pb_toggle_title {
  color: var(--sw-ink);
  font-family: var(--sw-font-display);
  font-size: 24px;
}

/* Source: css/pages/contact.css */
.sw-page-contact {
  background:
    radial-gradient(circle at 12% 16%, rgba(240, 55, 138, .12), transparent 28%),
    radial-gradient(circle at 88% 26%, rgba(84, 191, 232, .16), transparent 30%),
    linear-gradient(180deg, #fff, var(--sw-cloud));
}

.sw-page-contact .et_pb_contact_form,
.sw-page-contact .et_pb_text,
.sw-contact-panel {
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius-md);
  background: rgba(255,255,255,.94);
  box-shadow: var(--sw-shadow-card);
}

.sw-page-contact input,
.sw-page-contact textarea {
  border: 1px solid var(--sw-line) !important;
  border-radius: var(--sw-radius-sm) !important;
  background: #fff !important;
  color: var(--sw-ink) !important;
}

.sw-page-contact input:focus,
.sw-page-contact textarea:focus {
  border-color: rgba(84, 191, 232, .72) !important;
  box-shadow: 0 0 0 4px rgba(84, 191, 232, .14);
}

/* Source: css/pages/landing-custom-html.css */
.sw-site-header,
.sw-landing {
  --sw-ink: #18233f;
  --sw-text: #4f586f;
  --sw-muted: #8992a6;
  --sw-paper: #ffffff;
  --sw-cloud: #f6f8ff;
  --sw-mist: #eaf8fb;
  --sw-sky: #55c3eb;
  --sw-lagoon: #21b6bd;
  --sw-leaf: #98d85e;
  --sw-honey: #ffc857;
  --sw-pink: #f0378a;
  --sw-coral: #ff756f;
  --sw-violet: #8b67ff;
  --sw-line: rgba(24, 35, 63, .12);
  --sw-shadow: 0 24px 70px rgba(24, 35, 63, .16);
  --sw-card-shadow: 0 18px 44px rgba(24, 35, 63, .13);
  --sw-radius: 18px;
  --sw-font-display: "Concert One", "Open Sans", Arial, sans-serif;
  --sw-font-body: "Cabin", "Open Sans", Arial, sans-serif;
  --sw-ease: cubic-bezier(.2, .8, .2, 1);
  font-family: var(--sw-font-body);
}

.sw-site-header *,
.sw-landing * {
  box-sizing: border-box;
}

.sw-site-header {
  position: sticky;
  z-index: 999;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 10px max(24px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(246,248,255,.92)),
    radial-gradient(circle at 8% 12%, rgba(85,195,235,.18), transparent 24%);
  border-bottom: 1px solid rgba(24, 35, 63, .08);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms var(--sw-ease), min-height 180ms var(--sw-ease);
}

.sw-site-header.is-scrolled {
  min-height: 70px;
  box-shadow: 0 14px 36px rgba(24, 35, 63, .1);
}

.sw-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--sw-ink);
  font-family: var(--sw-font-display);
  font-size: 27px;
  line-height: 1;
  text-decoration: none;
}

.sw-brand img {
  width: 58px;
  height: auto;
  object-fit: contain;
}

.sw-primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.sw-primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--sw-ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms var(--sw-ease), color 180ms var(--sw-ease), transform 180ms var(--sw-ease);
}

.sw-primary-nav a:hover {
  color: var(--sw-pink);
  background: rgba(240, 55, 138, .08);
  transform: translateY(-1px);
}

.sw-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(84, 195, 235, .12);
}

.sw-menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  border-radius: 4px;
  background: var(--sw-lagoon);
}

.sw-landing {
  overflow: clip;
  color: var(--sw-text);
  background: var(--sw-paper);
}

.sw-landing h1,
.sw-landing h2,
.sw-landing h3 {
  margin: 0;
  color: var(--sw-ink);
  font-family: var(--sw-font-display);
  letter-spacing: 0;
}

.sw-landing p {
  margin: 0;
  color: var(--sw-text);
  font-size: 17px;
  line-height: 1.75;
}

.sw-landing img {
  display: block;
  max-width: 100%;
}

.sw-hero {
  position: relative;
  min-height: calc(100svh - 82px);
  padding: clamp(72px, 9vw, 128px) max(24px, calc((100vw - 1180px) / 2)) 72px;
  isolation: isolate;
}

.sw-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 24, 38, .82), rgba(12, 24, 38, .5), rgba(12, 24, 38, .28)),
    url("../images/home-hero-desktop.webp") center / cover no-repeat;
  transform: scale(1.03);
}

.sw-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 180px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--sw-paper));
}

.sw-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.sw-hero-copy {
  max-width: 760px;
}

.sw-eyebrow,
.sw-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px !important;
  color: var(--sw-honey) !important;
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.sw-eyebrow::before,
.sw-card-kicker::before {
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 999px;
  background: var(--sw-pink);
  box-shadow: 14px 0 0 var(--sw-sky);
}

.sw-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(50px, 7.7vw, 108px);
  line-height: .9;
  text-wrap: balance;
  text-shadow: 0 6px 30px rgba(0, 0, 0, .3);
}

.sw-hero-lede {
  max-width: 650px;
  margin-top: 24px !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: clamp(18px, 2vw, 22px) !important;
}

.sw-hero-actions,
.sw-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.sw-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  max-width: 100%;
  padding: 15px 24px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms var(--sw-ease), box-shadow 180ms var(--sw-ease), background-color 180ms var(--sw-ease);
}

.sw-button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--sw-pink), var(--sw-coral));
  box-shadow: 0 18px 36px rgba(240, 55, 138, .32);
}

.sw-button-secondary {
  color: var(--sw-ink);
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 36px rgba(24, 35, 63, .14);
}

.sw-button:hover {
  transform: translateY(-2px);
}

.sw-button-primary:hover {
  color: #fff;
  box-shadow: 0 22px 42px rgba(240, 55, 138, .38);
}

.sw-button-secondary:hover {
  color: var(--sw-pink);
}

.sw-hero-card {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.sw-hero-card img {
  width: min(138px, 56%);
  height: auto;
  margin: 0 auto 12px;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,.28));
}

.sw-hero-card figcaption {
  max-width: 260px;
  margin: 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(12, 24, 38, .38);
  backdrop-filter: blur(10px);
  font-weight: 900;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0,0,0,.32);
}

.sw-section {
  padding: clamp(72px, 9vw, 118px) max(24px, calc((100vw - 1180px) / 2));
}

.sw-section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.sw-section-heading h2,
.sw-world-copy h2,
.sw-cta h2 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: .95;
  text-wrap: balance;
}

.sw-section-heading p:not(.sw-eyebrow),
.sw-world-copy p,
.sw-cta p {
  margin-top: 18px;
}

.sw-feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: -54px;
  padding-top: 0;
}

.sw-feature-strip article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--sw-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(24, 35, 63, .14);
  transition: transform 220ms var(--sw-ease), box-shadow 220ms var(--sw-ease), border-color 220ms var(--sw-ease);
}

.sw-feature-strip article:hover {
  border-color: rgba(85,195,235,.45);
  transform: translateY(-7px);
  box-shadow: 0 34px 90px rgba(24, 35, 63, .18);
}

.sw-feature-strip article > img {
  width: 100%;
  height: clamp(170px, 13vw, 220px);
  object-fit: cover;
  transition: transform 420ms var(--sw-ease), filter 420ms var(--sw-ease);
}

.sw-feature-strip article:hover > img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.sw-feature-strip article > span,
.sw-feature-strip article > h2,
.sw-feature-strip article > p {
  margin-left: 26px;
  margin-right: 26px;
}

.sw-feature-strip span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-top: -23px;
  margin-bottom: 18px;
  position: relative;
  border-radius: 14px;
  color: var(--sw-ink);
  font-weight: 950;
  background: linear-gradient(135deg, rgba(255,200,87,.78), rgba(152,216,94,.78));
  box-shadow: 0 12px 28px rgba(24,35,63,.18);
}

.sw-feature-strip h2,
.sw-service-grid h3,
.sw-asset-card h3 {
  font-size: 29px;
  line-height: 1;
}

.sw-feature-strip p,
.sw-service-grid p,
.sw-asset-card p {
  margin-top: 12px;
}

.sw-feature-strip article > p {
  margin-bottom: 28px;
}

.sw-showcase {
  background:
    radial-gradient(circle at 12% 12%, rgba(85,195,235,.2), transparent 28%),
    radial-gradient(circle at 84% 28%, rgba(255,200,87,.18), transparent 24%),
    linear-gradient(180deg, var(--sw-cloud), #fff);
}

.sw-asset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sw-asset-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--sw-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--sw-card-shadow);
  transition: transform 220ms var(--sw-ease), box-shadow 220ms var(--sw-ease), border-color 220ms var(--sw-ease);
}

.sw-asset-card-featured {
  grid-column: auto;
  display: flex;
}

.sw-asset-card:hover {
  border-color: rgba(85,195,235,.5);
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(24,35,63,.19);
}

.sw-asset-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 460ms var(--sw-ease), filter 460ms var(--sw-ease);
}

.sw-asset-card:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.055);
}

.sw-asset-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.sw-card-kicker {
  margin-bottom: 10px !important;
  color: var(--sw-lagoon) !important;
  font-size: 12px !important;
}

.sw-asset-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: var(--sw-pink);
  font-weight: 900;
  text-decoration: none;
  transition: color 180ms var(--sw-ease), transform 180ms var(--sw-ease);
}

.sw-asset-card a::after {
  content: "->";
  transition: transform 180ms var(--sw-ease);
}

.sw-asset-card a.is-disabled {
  color: var(--sw-muted);
  cursor: default;
  pointer-events: none;
}

.sw-asset-card a.is-disabled::after {
  content: "";
}

.sw-asset-card:hover a {
  color: var(--sw-lagoon);
  transform: translateX(2px);
}

.sw-asset-card:hover a::after {
  transform: translateX(4px);
}

.sw-world {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(420px, .98fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  background:
    radial-gradient(circle at 90% 18%, rgba(85,195,235,.12), transparent 26%),
    linear-gradient(180deg, #fff, #fbfcff);
}

.sw-world-copy {
  max-width: 580px;
}

.sw-world-copy h2 {
  font-size: clamp(42px, 4.4vw, 66px);
}

.sw-world-art {
  position: relative;
  margin: 0;
  border-radius: 28px;
}

.sw-world-main {
  width: 100%;
  height: clamp(340px, 36vw, 520px);
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--sw-shadow);
  transform: rotate(1.2deg);
}

.sw-world-float {
  position: absolute;
  width: clamp(78px, 10vw, 130px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(24,35,63,.22));
}

.sw-world-float-one {
  left: -24px;
  bottom: -18px;
}

.sw-services {
  background:
    radial-gradient(circle at 18% 18%, rgba(255,200,87,.16), transparent 24%),
    radial-gradient(circle at 88% 36%, rgba(85,195,235,.16), transparent 24%),
    linear-gradient(180deg, var(--sw-mist), #fff);
}

.sw-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.sw-service-grid article {
  position: relative;
  min-height: 220px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--sw-line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.82)),
    radial-gradient(circle at 90% 12%, rgba(240,55,138,.14), transparent 26%);
  box-shadow: var(--sw-card-shadow);
  transition: transform 220ms var(--sw-ease), box-shadow 220ms var(--sw-ease), border-color 220ms var(--sw-ease);
}

.sw-service-grid article:hover {
  border-color: rgba(240,55,138,.28);
  transform: translateY(-7px);
  box-shadow: 0 30px 70px rgba(24,35,63,.16);
}

.sw-service-grid article span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--sw-pink);
  font-family: var(--sw-font-display);
  font-size: 42px;
  line-height: .8;
}

.sw-service-grid article::after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 140px;
  height: 140px;
  content: "";
  border-radius: 999px;
  background: rgba(85,195,235,.12);
  transition: transform 260ms var(--sw-ease), background-color 260ms var(--sw-ease);
}

.sw-service-grid article:hover::after {
  background: rgba(240,55,138,.13);
  transform: scale(1.16);
}

.sw-cta {
  margin: 0;
  padding: clamp(66px, 9vw, 110px) max(24px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 76% 28%, rgba(255,255,255,.24), transparent 28%),
    radial-gradient(circle at 10% 12%, rgba(85,195,235,.18), transparent 22%),
    linear-gradient(135deg, #17264a, #244f6a);
}

.sw-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .62fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
}

.sw-cta figure {
  max-width: 470px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(0,0,0,.24);
  transform: rotate(1.2deg);
  justify-self: end;
}

.sw-cta figure img {
  width: 100%;
  height: clamp(260px, 32vw, 420px);
  object-fit: cover;
  object-position: center;
  transition: transform 460ms var(--sw-ease), filter 460ms var(--sw-ease);
}

.sw-cta figure:hover img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.sw-cta h2,
.sw-cta p {
  color: #fff;
}

.sw-sparkle-field::before,
.sw-sparkle-field::after {
  position: absolute;
  z-index: -1;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 999px;
  background: var(--sw-honey);
  box-shadow:
    48px 92px 0 -2px var(--sw-sky),
    134px 30px 0 -3px var(--sw-pink),
    72vw 130px 0 -2px var(--sw-leaf);
  opacity: .8;
  animation: sw-drift 10s linear infinite;
}

.sw-sparkle-field::after {
  right: 12%;
  background: var(--sw-violet);
  animation-duration: 14s;
}

.sw-float {
  animation: sw-float 6s var(--sw-ease) infinite;
}

.sw-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms var(--sw-ease), transform 520ms var(--sw-ease);
}

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

@keyframes sw-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes sw-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(18px, -24px, 0); }
}

@media (max-width: 980px) {
  .sw-hero-inner,
  .sw-world,
  .sw-cta-inner {
    grid-template-columns: 1fr;
  }

  .sw-hero {
    min-height: auto;
  }

  .sw-hero-card {
    max-width: 340px;
  }

  .sw-feature-strip,
  .sw-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-asset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-asset-card,
  .sw-asset-card-featured {
    grid-column: auto;
  }

  .sw-asset-card img {
    aspect-ratio: 16 / 9;
  }

  .sw-cta figure {
    justify-self: stretch;
    max-width: none;
  }

  .sw-cta-actions {
    margin-top: 0;
  }

}

@media (max-width: 760px) {
  .sw-site-header {
    min-height: 70px;
    padding-inline: 18px;
  }

  .sw-brand span {
    display: none;
  }

  .sw-menu-toggle {
    display: block;
  }

  .sw-primary-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 14px;
    left: 14px;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--sw-line);
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: var(--sw-card-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms var(--sw-ease), transform 180ms var(--sw-ease);
  }

  .sw-primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .sw-primary-nav a {
    justify-content: center;
  }

  .sw-hero {
    padding: 62px 18px 54px;
  }

  .sw-hero-bg {
    background:
      linear-gradient(180deg, rgba(12,24,38,.58), rgba(12,24,38,.7)),
      url("../images/home-hero-mobile.webp") center / cover no-repeat;
  }

  .sw-hero h1 {
    font-size: clamp(43px, 14vw, 62px);
  }

  .sw-hero-actions,
  .sw-cta-actions {
    display: grid;
  }

  .sw-button {
    width: 100%;
    white-space: normal;
  }

  .sw-section {
    padding: 64px 18px;
  }

  .sw-feature-strip,
  .sw-asset-grid,
  .sw-service-grid {
    grid-template-columns: 1fr;
  }

  .sw-asset-card,
  .sw-asset-card-featured {
    grid-column: auto;
  }

  .sw-feature-strip {
    margin-top: 0;
    padding-top: 48px;
  }

  .sw-world-art {
    transform: none;
  }

  .sw-cta {
    padding: 64px 18px;
  }

  .sw-cta figure {
    transform: none;
  }

  .sw-cta figure img {
    height: 240px;
  }

  .sw-world-main {
    height: 320px;
    transform: none;
  }

  .sw-world-float-one {
    left: 10px;
    bottom: -18px;
  }

}

.sw-hero :is(p, li, small),
.sw-cta :is(p, li, small),
.sw-hero .sw-hero-lede,
.sw-hero-card figcaption {
  color: rgba(255, 255, 255, .9) !important;
}

.sw-hero :is(h1, h2, h3),
.sw-cta :is(h1, h2, h3) {
  color: #fff !important;
}

@media (prefers-reduced-motion: reduce) {
  .sw-site-header *,
  .sw-landing *,
  .sw-site-header *::before,
  .sw-landing *::before,
  .sw-site-header *::after,
  .sw-landing *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Source: css/pages/flowdesk.css */
.fd-page,
.sw-flowdesk-teaser {
  --fd-bg: #070b14;
  --fd-panel: rgba(255,255,255,.075);
  --fd-panel-strong: rgba(255,255,255,.12);
  --fd-ink: #f7fbff;
  --fd-text: rgba(247,251,255,.84);
  --fd-muted: rgba(247,251,255,.74);
  --fd-cyan: #42e8ff;
  --fd-lime: #9bff8a;
  --fd-violet: #a879ff;
  --fd-pink: #ff4f9d;
  --fd-line: rgba(255,255,255,.14);
  --fd-shadow: 0 8px 24px rgba(0,0,0,.14);
  --fd-radius: 24px;
  color: var(--fd-text);
  font-family: var(--sw-font-body, "Cabin", Arial, sans-serif);
}

.fd-page *,
.sw-flowdesk-teaser * {
  box-sizing: border-box;
}

.fd-page h1,
.fd-page h2,
.fd-page h3,
.sw-flowdesk-teaser h2 {
  margin: 0;
  color: var(--fd-ink);
  font-family: var(--sw-font-display, "Concert One", Arial, sans-serif);
  letter-spacing: 0;
}

.fd-page p,
.sw-flowdesk-teaser p {
  margin: 0;
  line-height: 1.7;
}

.sw-flowdesk-teaser {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, .8fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  background:
    radial-gradient(circle at 18% 16%, rgba(66,232,255,.2), transparent 28%),
    radial-gradient(circle at 86% 30%, rgba(168,121,255,.22), transparent 26%),
    linear-gradient(135deg, #070b14, #111b32 58%, #091e25);
}

.sw-flowdesk-teaser-copy {
  max-width: 720px;
}

.sw-flowdesk-teaser h2 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: .94;
}

.sw-flowdesk-teaser-copy > p:not(.sw-eyebrow) {
  margin-top: 20px;
  color: var(--fd-text);
  font-size: 18px;
}

.sw-flowdesk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.sw-flowdesk-mini-ui,
.sw-flowdesk-teaser-shot,
.fd-product-shot {
  min-width: 0;
}

.sw-flowdesk-teaser-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  background: #080d18;
  box-shadow: 0 4px 12px rgba(0,0,0,.16);
  transform: rotate(.45deg);
}

.sw-flowdesk-teaser-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition:
    transform 520ms ease,
    filter 520ms ease;
}

.sw-flowdesk-teaser-shot:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.1);
}

.sw-fd-window,
.fd-app-window {
  overflow: hidden;
  border: 1px solid var(--fd-line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.055)),
    #0a1020;
  box-shadow: var(--fd-shadow);
}

.sw-fd-topbar,
.fd-app-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid var(--fd-line);
  background: rgba(0,0,0,.2);
}

.sw-fd-topbar span,
.fd-app-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--fd-pink);
}

.sw-fd-topbar span:nth-child(2),
.fd-app-bar span:nth-child(2) {
  background: var(--fd-cyan);
}

.sw-fd-topbar span:nth-child(3),
.fd-app-bar span:nth-child(3) {
  background: var(--fd-lime);
}

.sw-fd-topbar strong,
.fd-app-bar strong {
  margin-left: 8px;
  color: var(--fd-ink);
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sw-fd-canvas {
  position: relative;
  min-height: 390px;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 28px 28px;
}

.sw-fd-canvas::before,
.sw-fd-canvas::after {
  position: absolute;
  content: "";
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--fd-cyan), transparent);
  opacity: .55;
  transform-origin: left center;
}

.sw-fd-canvas::before {
  left: 142px;
  top: 165px;
  width: 260px;
  transform: rotate(-18deg);
}

.sw-fd-canvas::after {
  left: 178px;
  top: 216px;
  width: 230px;
  transform: rotate(22deg);
}

.sw-fd-node,
.fd-node {
  position: absolute;
  z-index: 1;
  padding: 16px;
  border: 1px solid var(--fd-line);
  border-radius: 18px;
  color: var(--fd-text);
  background: rgba(8, 14, 28, .9);
  box-shadow: 0 3px 8px rgba(0,0,0,.18);
}

.sw-fd-node b,
.fd-node h2 {
  display: block;
  color: var(--fd-ink);
}

.sw-fd-node small,
.fd-node p,
.fd-node small {
  display: block;
  margin-top: 6px;
  color: var(--fd-muted);
}

.sw-fd-node em {
  display: inline-flex;
  margin-top: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #061016;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  background: var(--fd-lime);
}

.sw-fd-node-main {
  left: 38px;
  top: 132px;
  width: 210px;
}

.sw-fd-node-a {
  right: 42px;
  top: 64px;
  width: 178px;
}

.sw-fd-node-b {
  right: 54px;
  bottom: 54px;
  width: 188px;
}

.sw-fd-node-c {
  left: 118px;
  bottom: 34px;
  width: 160px;
}

.fd-hero {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(560px, 1.28fr);
  gap: clamp(28px, 4.6vw, 66px);
  align-items: center;
  min-height: calc(100svh - 82px);
  padding: clamp(76px, 9vw, 132px) max(24px, calc((100vw - 1320px) / 2));
  background:
    radial-gradient(circle at 20% 18%, rgba(66,232,255,.22), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(168,121,255,.24), transparent 26%),
    linear-gradient(135deg, #050815, #101b31 56%, #061f27);
}

.fd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px !important;
  color: var(--fd-cyan) !important;
  font-size: 13px !important;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1.1 !important;
  text-transform: uppercase;
}

.fd-kicker::before {
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 999px;
  background: var(--fd-pink);
}

.fd-hero h1 {
  font-size: clamp(76px, 12vw, 156px);
  line-height: .82;
}

.fd-hero-subtitle {
  margin-top: 20px !important;
  color: var(--fd-ink);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 900;
}

.fd-hero-text {
  max-width: 660px;
  margin-top: 18px !important;
  color: rgba(247, 251, 255, .78) !important;
  font-size: 18px;
}

.fd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.fd-product-shot {
  position: relative;
  margin: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05)),
    #0a1020;
  box-shadow: var(--fd-shadow);
  overflow: hidden;
}

.fd-product-shot::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 12%, rgba(66,232,255,.18), transparent 28%),
    linear-gradient(180deg, transparent 68%, rgba(7,11,20,.74));
}

.fd-product-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  transition: transform 520ms var(--sw-ease, ease), filter 520ms var(--sw-ease, ease);
}

.fd-product-shot:hover img {
  filter: saturate(1.08);
  transform: scale(1.12);
}

.fd-product-shot figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  z-index: 2;
  color: rgba(247,251,255,.82);
  font-size: 13px;
  line-height: 1.45;
}

.fd-product-shot-hero {
  width: min(940px, 100%);
  transform: rotate(.7deg);
  justify-self: end;
}

.fd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.fd-button-primary {
  color: #07101b;
  background: linear-gradient(135deg, var(--fd-cyan), var(--fd-lime));
  box-shadow: 0 4px 8px rgba(66,232,255,.18);
}

.fd-button-secondary {
  color: var(--fd-ink);
  border: 1px solid var(--fd-line);
  background: rgba(255,255,255,.08);
}

.fd-screenshots {
  padding-top: clamp(44px, 5vw, 70px);
  padding-bottom: clamp(58px, 6vw, 86px);
  background:
    radial-gradient(circle at 8% 12%, rgba(66,232,255,.1), transparent 30%),
    radial-gradient(circle at 92% 4%, rgba(168,121,255,.12), transparent 28%),
    linear-gradient(180deg, #ffffff, #f7fbff);
}

.fd-screenshots .fd-section-heading h2 {
  color: #18233f;
}

.fd-screenshots .fd-section-heading > p:not(.fd-kicker) {
  color: #5f687d;
}

.fd-page .fd-screenshots .fd-shot-slider {
  display: grid !important;
  grid-auto-columns: min(960px, 100%) !important;
  grid-auto-flow: column !important;
  grid-template-columns: none !important;
  gap: 22px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 4px 4px 24px;
  margin: 26px auto 0;
  scroll-behavior: smooth;
  scroll-padding-inline: 4px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #58c9ef #dbe9f3;
  scrollbar-width: thin;
}

.fd-page .fd-screenshots .fd-shot-slider::-webkit-scrollbar {
  height: 10px;
}

.fd-page .fd-screenshots .fd-shot-slider::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #dbe9f3;
}

.fd-page .fd-screenshots .fd-shot-slider::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, #38bfe8, #8b67ff);
}

.fd-page .fd-screenshots .fd-shot-card {
  display: block !important;
  width: min(960px, 100%) !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: hidden;
  border: 1px solid var(--fd-line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.045)),
    rgba(8,14,28,.92);
  box-shadow: 0 4px 10px rgba(0,0,0,.16);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  transition: transform 220ms var(--sw-ease, ease), border-color 220ms var(--sw-ease, ease), box-shadow 220ms var(--sw-ease, ease);
}

.fd-shot-card:hover {
  border-color: rgba(66,232,255,.34);
  box-shadow: 0 5px 12px rgba(0,0,0,.18);
  transform: translateY(-5px);
}

.fd-shot-card img {
  display: block;
  width: 100%;
  max-height: 520px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid var(--fd-line);
}

.fd-shot-card h3 {
  color: #fff;
  padding: 20px 22px 0;
  font-family: var(--sw-font-body, "Cabin", Arial, sans-serif);
  font-size: 18px;
  font-weight: 900;
}

.fd-shot-card p {
  padding: 8px 22px 22px;
  color: var(--fd-muted);
  font-size: 15px;
}

.fd-slider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.fd-slider-dots a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid rgba(24,35,63,.16);
  border-radius: 999px;
  color: #18233f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-decoration: none;
  background: rgba(255,255,255,.88);
  box-shadow: 0 2px 4px rgba(24,35,63,.07);
  transition: color 180ms var(--sw-ease, ease), background 180ms var(--sw-ease, ease), border-color 180ms var(--sw-ease, ease), transform 180ms var(--sw-ease, ease);
}

.fd-slider-dots a:hover,
.fd-slider-dots a:focus-visible {
  color: #07101b;
  border-color: rgba(56,191,232,.48);
  background: linear-gradient(90deg, var(--fd-cyan), var(--fd-violet));
  transform: translateY(-2px);
  outline: none;
}

.fd-app-grid {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 520px;
}

.fd-app-grid aside {
  padding: 20px;
  border-right: 1px solid var(--fd-line);
  background: rgba(0,0,0,.18);
}

.fd-app-grid aside b {
  color: var(--fd-ink);
}

.fd-app-grid aside p,
.fd-app-grid aside li {
  color: var(--fd-muted);
}

.fd-app-grid aside ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.fd-canvas {
  position: relative;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 30px 30px;
}

.fd-wire {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--fd-cyan), transparent);
  opacity: .65;
  transform-origin: left center;
}

.fd-wire-one {
  left: 132px;
  top: 206px;
  width: 310px;
  transform: rotate(-18deg);
}

.fd-wire-two {
  left: 190px;
  top: 280px;
  width: 250px;
  transform: rotate(18deg);
}

.fd-node h2 {
  margin-top: 5px;
  font-size: 22px;
}

.fd-node-publisher {
  left: 42px;
  top: 172px;
  width: 230px;
  border-color: rgba(66,232,255,.42);
}

.fd-node-files {
  right: 54px;
  top: 88px;
  width: 210px;
}

.fd-node-queue {
  right: 60px;
  bottom: 82px;
  width: 210px;
  border-color: rgba(155,255,138,.38);
}

.fd-node-art {
  left: 122px;
  bottom: 74px;
  width: 190px;
}

.fd-section {
  padding: clamp(72px, 9vw, 118px) max(24px, calc((100vw - 1180px) / 2));
  background: #fff;
  color: #4f586f;
}

.fd-section h2,
.fd-section h3 {
  color: #18233f;
}

.fd-section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.fd-section-heading h2,
.fd-problem h2,
.fd-safety h2 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: .95;
}

.fd-problem,
.fd-safety {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
}

.fd-copy-stack {
  display: grid;
  gap: 18px;
}

.fd-highlight-line {
  color: #18233f !important;
  font-weight: 900;
}

.fd-card-grid,
.fd-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fd-page .fd-screenshots {
  background:
    radial-gradient(circle at 8% 12%, rgba(66,232,255,.1), transparent 30%),
    radial-gradient(circle at 92% 4%, rgba(168,121,255,.12), transparent 28%),
    linear-gradient(180deg, #ffffff, #f7fbff) !important;
  color: #4f586f !important;
}

.fd-page .fd-screenshots .fd-section-heading h2 {
  color: #18233f !important;
}

.fd-page .fd-screenshots .fd-section-heading > p:not(.fd-kicker) {
  color: #5f687d !important;
}

.fd-page .fd-screenshots .fd-shot-card h3 {
  color: #f7fbff !important;
}

.fd-page .fd-screenshots .fd-shot-card p {
  color: rgba(247,251,255,.78) !important;
}

.fd-page .fd-screenshots .fd-shot-link {
  pointer-events: none !important;
  cursor: default !important;
}

.fd-page .fd-screenshots .fd-shot-link::after {
  display: none !important;
  content: none !important;
}

.fd-page .fd-screenshots .fd-slider-dots a {
  color: #18233f !important;
  background: rgba(255,255,255,.92) !important;
}

.fd-page .fd-screenshots .fd-slider-dots a:hover,
.fd-page .fd-screenshots .fd-slider-dots a:focus-visible {
  color: #07101b !important;
  background: linear-gradient(90deg, var(--fd-cyan), var(--fd-violet)) !important;
}

.fd-card-grid article,
.fd-roadmap-grid article,
.fd-feature-list article,
.fd-faq details {
  border: 1px solid rgba(24,35,63,.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(24,35,63,.08);
}

.fd-card-grid article {
  padding: 24px;
}

.fd-card-grid span {
  color: var(--fd-pink);
  font-family: var(--sw-font-display, "Concert One", Arial, sans-serif);
  font-size: 38px;
}

.fd-card-grid h3,
.fd-roadmap-grid h3,
.fd-feature-list h3 {
  margin-top: 14px;
  font-size: 27px;
  line-height: 1;
}

.fd-card-grid p,
.fd-roadmap-grid p,
.fd-feature-list p {
  margin-top: 12px;
}

.fd-pillars,
.fd-features,
.fd-rich-band,
.fd-faq {
  background:
    radial-gradient(circle at 12% 12%, rgba(66,232,255,.12), transparent 26%),
    linear-gradient(180deg, #f8fbff, #fff);
}

.fd-rich-band .fd-section-heading {
  max-width: 900px;
}

.fd-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fd-mini-grid article {
  padding: 24px;
  border: 1px solid rgba(24,35,63,.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(24,35,63,.08);
}

.fd-mini-grid h3 {
  margin-top: 0;
  font-size: 27px;
  line-height: 1;
}

.fd-mini-grid p {
  margin-top: 12px;
}

.fd-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none !important;
}

.fd-check-list li {
  position: relative;
  display: block;
  padding: 15px 18px 15px 42px;
  border: 1px solid rgba(24,35,63,.12);
  border-radius: 16px;
  color: #4f586f;
  list-style: none !important;
  background: #fff;
  box-shadow: 0 2px 5px rgba(24,35,63,.06);
}

.fd-check-list li::marker {
  content: "" !important;
}

.fd-check-list li::before {
  position: absolute;
  left: 17px;
  top: 20px;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 999px;
  background: var(--fd-cyan);
}

.fd-check-list code {
  padding: 2px 5px;
  border-radius: 6px;
  color: #18233f;
  background: rgba(66,232,255,.12);
}

.fd-workflow {
  background:
    radial-gradient(circle at 86% 18%, rgba(168,121,255,.14), transparent 26%),
    linear-gradient(135deg, #10192d, #162a46);
}

.fd-workflow h2,
.fd-workflow h3,
.fd-workflow .fd-kicker,
.fd-workflow .fd-section-heading p {
  color: #fff;
}

.fd-workflow .fd-section-heading > p:not(.fd-kicker) {
  color: rgba(255,255,255,.74);
}

.fd-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: fd-step;
}

.fd-steps li {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.075);
}

.fd-steps b {
  display: block;
  color: #fff;
  font-size: 20px;
}

.fd-steps span {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.72);
}

.fd-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fd-feature-list article,
.fd-roadmap-grid article {
  padding: 24px;
}

.fd-roadmap .fd-roadmap-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fd-safety {
  background:
    radial-gradient(circle at 80% 18%, rgba(155,255,138,.12), transparent 24%),
    #fff;
}

.fd-safety ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fd-safety li {
  padding: 16px 18px;
  border: 1px solid rgba(24,35,63,.12);
  border-radius: 16px;
  background: #f8fbff;
}

.fd-faq details {
  padding: 22px 24px;
  margin-top: 14px;
}

.fd-faq summary {
  color: #18233f;
  cursor: pointer;
  font-weight: 950;
}

.fd-faq details p {
  margin-top: 12px;
}

.fd-final-cta {
  padding: clamp(72px, 9vw, 116px) max(24px, calc((100vw - 900px) / 2));
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(66,232,255,.2), transparent 28%),
    linear-gradient(135deg, #070b14, #111b32);
}

.fd-final-cta h2 {
  color: #fff;
  font-size: clamp(42px, 6vw, 86px);
  line-height: .92;
}

.fd-final-cta p:not(.fd-kicker) {
  max-width: 720px;
  margin: 18px auto 0;
}

.fd-final-cta .fd-button {
  margin-top: 28px;
}

.fd-newsletter {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .68fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  padding: clamp(72px, 9vw, 116px) max(24px, calc((100vw - 1100px) / 2));
  background:
    radial-gradient(circle at 18% 20%, rgba(66,232,255,.18), transparent 28%),
    radial-gradient(circle at 86% 28%, rgba(168,121,255,.18), transparent 26%),
    linear-gradient(135deg, #f8fbff, #fff);
}

.fd-newsletter h2 {
  color: #18233f;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .94;
}

.fd-newsletter p:not(.fd-kicker) {
  margin-top: 18px;
  color: #5f687d;
}

.fd-newsletter-form {
  --fnl-bg: #0f172a;
  --fnl-panel: #111827;
  --fnl-panel-soft: #182033;
  --fnl-text: #f8fafc;
  --fnl-muted: #a8b3c7;
  --fnl-line: rgba(148, 163, 184, 0.28);
  --fnl-blue: #3b82f6;
  --fnl-violet: #7c3aed;
  --fnl-cyan: #22d3ee;
  --fnl-orange: #f97316;
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fd-newsletter-form .fnl-form-wrap {
  --fnl-text: #18233f !important;
  --fnl-muted: #5f687d !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.fd-newsletter-form .fnl-form {
  --fnl-text: #f8fafc !important;
  --fnl-muted: #a8b3c7 !important;
  max-width: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18) !important;
}

.fd-newsletter .fd-newsletter-form .fnl-form-wrap > .fnl-form__title,
.fd-newsletter .fd-newsletter-form .fnl-form__title {
  color: #18233f !important;
}

.fd-newsletter .fd-newsletter-form .fnl-form-wrap > .fnl-form__desc,
.fd-newsletter .fd-newsletter-form .fnl-form__desc {
  color: #5f687d !important;
}

.fd-newsletter-form .fnl-form__field--email button {
  box-shadow: 0 2px 5px rgba(59, 130, 246, .16) !important;
}

/*
 * Findira Newsletter 1.3+ ships instance-scoped !important styles.
 * Keep the homepage copy on the section background and confine the dark
 * treatment to the form card, matching the original Simiyaworks layout.
 */
.fd-newsletter .fd-newsletter-form #fnl-form-1.fnl-form-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
}

.fd-newsletter .fd-newsletter-form #fnl-form-1 > .fnl-form__title {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #18233f !important;
}

.fd-newsletter .fd-newsletter-form #fnl-form-1 > .fnl-form__desc {
  margin: 0 0 30px !important;
  padding: 0 !important;
  color: #5f687d !important;
}

.fd-newsletter .fd-newsletter-form #fnl-form-1 .fnl-form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 32px !important;
  border-radius: 18px !important;
  background: var(--fnl-panel) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .24) !important;
}

.fd-newsletter .fd-newsletter-form #fnl-form-1 .fnl-form__label {
  display: block !important;
  grid-column: 1 / -1 !important;
  margin: 0 0 7px !important;
  color: #cbd5e1 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  text-align: left !important;
}

.fd-newsletter .fd-newsletter-form #fnl-form-1 .fnl-form__field--email {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
}

.fd-newsletter .fd-newsletter-form #fnl-form-1 .fnl-form__field input:not([type="checkbox"]) {
  min-width: 0 !important;
}

.fd-newsletter .fd-newsletter-form #fnl-form-1 .fnl-form__field--email button {
  width: auto !important;
  min-width: 158px !important;
}

.fd-page .fd-hero :is(p, li, small),
.fd-page .fd-workflow :is(p, li, small),
.fd-page .fd-final-cta :is(p, li, small),
.fd-page .fd-product-shot figcaption,
.fd-page .fd-shot-card p {
  color: rgba(247, 251, 255, .82) !important;
}

.fd-page .fd-hero :is(h1, h2, h3),
.fd-page .fd-workflow :is(h1, h2, h3),
.fd-page .fd-final-cta :is(h1, h2, h3),
.fd-page .fd-shot-card h3 {
  color: #fff !important;
}

@media (max-width: 980px) {
  .sw-flowdesk-teaser,
  .fd-hero,
  .fd-problem,
  .fd-safety,
  .fd-newsletter {
    grid-template-columns: 1fr;
  }

  .fd-card-grid,
  .fd-roadmap-grid,
  .fd-steps,
  .fd-feature-list,
  .fd-mini-grid,
  .fd-check-list,
  .fd-roadmap .fd-roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .fd-newsletter .fd-newsletter-form #fnl-form-1 .fnl-form {
    padding: 26px 20px !important;
  }

  .fd-newsletter .fd-newsletter-form #fnl-form-1 .fnl-form__field--email {
    grid-template-columns: 1fr !important;
  }

  .fd-newsletter .fd-newsletter-form #fnl-form-1 .fnl-form__field--email button {
    width: 100% !important;
    min-width: 0 !important;
  }

  .sw-flowdesk-teaser,
  .fd-section,
  .fd-hero,
  .fd-final-cta,
  .fd-newsletter {
    padding-left: 18px;
    padding-right: 18px;
  }

  .fd-card-grid,
  .fd-roadmap-grid,
  .fd-steps,
  .fd-feature-list,
  .fd-mini-grid,
  .fd-check-list,
  .fd-roadmap .fd-roadmap-grid {
    grid-template-columns: 1fr;
  }

  .fd-product-shot-hero {
    transform: none;
  }

  .sw-flowdesk-teaser-shot {
    transform: none;
  }

  .fd-product-shot figcaption {
    position: static;
    padding: 14px 16px 16px;
    background: rgba(7,11,20,.78);
  }

  .fd-actions,
  .sw-flowdesk-actions {
    display: grid;
  }

  .fd-button,
  .sw-flowdesk-actions .sw-button {
    width: 100%;
  }

  .sw-fd-canvas {
    min-height: 420px;
  }

  .fd-app-grid {
    grid-template-columns: 1fr;
  }

  .fd-app-grid aside {
    border-right: 0;
    border-bottom: 1px solid var(--fd-line);
  }

  .fd-canvas {
    min-height: 500px;
  }

  .fd-node,
  .sw-fd-node {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    margin: 14px;
  }

  .fd-wire,
  .sw-fd-canvas::before,
  .sw-fd-canvas::after {
    display: none;
  }
}

/* Source: css/pages/system.css */
.sw-system-page {
  --sys-ink: #18233f;
  --sys-text: #596276;
  --sys-muted: #7b8498;
  --sys-line: rgba(24,35,63,.12);
  --sys-sky: #55c3eb;
  --sys-pink: #f0378a;
  --sys-coral: #ff756f;
  --sys-lime: #9bff8a;
  overflow: clip;
  color: var(--sys-text);
  font-family: var(--sw-font-body, "Cabin", Arial, sans-serif);
  background:
    radial-gradient(circle at 12% 14%, rgba(85,195,235,.16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(240,55,138,.1), transparent 26%),
    linear-gradient(180deg, #fff, #f7fbff);
}

.sw-system-page * {
  box-sizing: border-box;
}

.sw-system-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .64fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  min-height: min(760px, calc(100svh - 82px));
  padding: clamp(76px, 9vw, 128px) max(24px, calc((100vw - 1120px) / 2));
}

.sw-system-copy {
  max-width: 760px;
}

.sw-system-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: #16abc0 !important;
  font-size: 13px !important;
  font-weight: 950;
  letter-spacing: .1em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.sw-system-kicker::before {
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 999px;
  background: var(--sys-pink);
  box-shadow: 14px 0 0 var(--sys-lime);
}

.sw-system-page h1,
.sw-system-page h2,
.sw-system-page h3 {
  margin: 0;
  color: var(--sys-ink);
  font-family: var(--sw-font-display, "Concert One", Arial, sans-serif);
  letter-spacing: 0;
}

.sw-system-page h1 {
  max-width: 760px;
  font-size: clamp(58px, 8vw, 116px);
  line-height: .88;
}

.sw-system-page h2 {
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: .96;
}

.sw-system-page h3 {
  font-size: 24px;
  line-height: 1;
}

.sw-system-lede {
  max-width: 660px;
  margin: 24px 0 0 !important;
  color: var(--sys-text) !important;
  font-size: clamp(18px, 2vw, 22px) !important;
  line-height: 1.7 !important;
}

.sw-system-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.sw-system-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms var(--sw-ease, ease), box-shadow 180ms var(--sw-ease, ease);
}

.sw-system-button-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--sys-pink), var(--sys-coral));
  box-shadow: 0 18px 36px rgba(240,55,138,.26);
}

.sw-system-button-secondary {
  color: var(--sys-ink) !important;
  border: 1px solid var(--sys-line);
  background: rgba(255,255,255,.86);
  box-shadow: 0 14px 30px rgba(24,35,63,.08);
}

.sw-system-button:hover {
  transform: translateY(-2px);
}

.sw-system-visual {
  position: relative;
  display: grid;
  min-height: 410px;
  place-items: center;
}

.sw-system-visual::before {
  position: absolute;
  inset: 12%;
  content: "";
  border-radius: 42px;
  background:
    radial-gradient(circle at 20% 14%, rgba(85,195,235,.3), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(255,200,87,.26), transparent 28%),
    linear-gradient(135deg, #17264a, #244f6a);
  box-shadow: 0 34px 90px rgba(24,35,63,.22);
  transform: rotate(2deg);
}

.sw-system-visual img {
  position: relative;
  z-index: 1;
  width: min(360px, 82%);
  height: auto;
  border-radius: 24px;
  filter: drop-shadow(0 26px 30px rgba(0,0,0,.24));
}

.sw-system-code {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(360px, 86%);
  aspect-ratio: 1 / 1;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 32px;
  color: #fff;
  font-family: var(--sw-font-display, "Concert One", Arial, sans-serif);
  font-size: clamp(92px, 13vw, 154px);
  line-height: 1;
  background:
    radial-gradient(circle at 22% 16%, rgba(85,195,235,.28), transparent 30%),
    linear-gradient(135deg, #111b32, #07101b);
  box-shadow: 0 34px 90px rgba(24,35,63,.24);
}

.sw-system-code span {
  transform: translateY(-4px);
}

.sw-system-section {
  padding: clamp(64px, 8vw, 104px) max(24px, calc((100vw - 1120px) / 2));
}

.sw-system-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.sw-system-heading p {
  margin: 16px 0 0;
  color: var(--sys-text);
  font-size: 18px;
  line-height: 1.7;
}

.sw-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sw-system-card {
  overflow: hidden;
  border: 1px solid var(--sys-line);
  border-radius: 20px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 18px 44px rgba(24,35,63,.1);
  transition: transform 180ms var(--sw-ease, ease), box-shadow 180ms var(--sw-ease, ease), border-color 180ms var(--sw-ease, ease);
}

.sw-system-card:hover {
  border-color: rgba(85,195,235,.46);
  box-shadow: 0 28px 70px rgba(24,35,63,.16);
  transform: translateY(-5px);
}

.sw-system-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.sw-system-card-body {
  padding: 20px;
}

.sw-system-card p {
  margin: 10px 0 0;
  color: var(--sys-text) !important;
  font-size: 16px;
  line-height: 1.65;
}

.sw-system-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--sys-pink) !important;
  font-weight: 950;
}

.sw-system-note {
  border-top: 1px solid var(--sys-line);
  background:
    radial-gradient(circle at 10% 20%, rgba(85,195,235,.1), transparent 28%),
    #fff;
}

.sw-system-unsub {
  background:
    radial-gradient(circle at 12% 14%, rgba(255,200,87,.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(85,195,235,.12), transparent 26%),
    linear-gradient(180deg, #fff, #f7fbff);
}

.sw-system-404 {
  background:
    radial-gradient(circle at 12% 14%, rgba(240,55,138,.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(85,195,235,.16), transparent 26%),
    linear-gradient(180deg, #fff, #f7fbff);
}

.sw-legal-page {
  background:
    radial-gradient(circle at 12% 14%, rgba(85,195,235,.13), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255,200,87,.12), transparent 26%),
    linear-gradient(180deg, #fff, #f7fbff);
}

.sw-legal-page:not(.sw-system-page) {
  --sys-ink: #18233f;
  --sys-text: #596276;
  --sys-muted: #7b8498;
  --sys-line: rgba(24,35,63,.12);
  --sys-sky: #55c3eb;
  --sys-pink: #f0378a;
  --sys-lime: #9bff8a;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(64px, 8vw, 104px) max(24px, calc((100vw - 1120px) / 2));
  color: var(--sys-text);
  font-family: var(--sw-font-body, "Cabin", Arial, sans-serif);
}

.sw-legal-page:not(.sw-system-page) * {
  box-sizing: border-box;
}

.sw-legal-page:not(.sw-system-page) .sw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: #16abc0 !important;
  font-size: 13px !important;
  font-weight: 950;
  letter-spacing: .1em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.sw-legal-page:not(.sw-system-page) .sw-eyebrow::before {
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 999px;
  background: var(--sys-pink);
  box-shadow: 14px 0 0 var(--sys-lime);
}

.sw-legal-page:not(.sw-system-page) h1,
.sw-legal-page:not(.sw-system-page) h2,
.sw-legal-page:not(.sw-system-page) h3 {
  max-width: 860px;
  margin: 0;
  color: var(--sys-ink);
  font-family: var(--sw-font-display, "Concert One", Arial, sans-serif);
  letter-spacing: 0;
}

.sw-legal-page:not(.sw-system-page) h1 {
  font-size: clamp(48px, 7vw, 94px);
  line-height: .9;
}

.sw-legal-page:not(.sw-system-page) h2 {
  margin-top: 34px;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1;
}

.sw-legal-page:not(.sw-system-page) p,
.sw-legal-page:not(.sw-system-page) li {
  max-width: 920px;
  color: var(--sys-text);
  font-size: 17px;
  line-height: 1.75;
}

.sw-legal-page:not(.sw-system-page) p {
  margin: 12px 0 0;
}

.sw-legal-page:not(.sw-system-page) ul {
  display: grid;
  gap: 10px;
  max-width: 920px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.sw-legal-page:not(.sw-system-page) li {
  position: relative;
  padding-left: 24px;
}

.sw-legal-page:not(.sw-system-page) li::before {
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 999px;
  background: var(--sys-sky);
}

.sw-legal-page:not(.sw-system-page) a {
  color: #16abc0 !important;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.sw-legal-hero {
  min-height: auto;
  padding-bottom: clamp(48px, 6vw, 82px);
}

.sw-legal-section {
  padding-top: 0;
}

.sw-legal-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sw-legal-card {
  padding: 26px;
  border: 1px solid var(--sys-line);
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 3px 8px rgba(24,35,63,.08);
}

.sw-legal-card-wide {
  grid-column: 1 / -1;
}

.sw-legal-card h2 {
  font-family: var(--sw-font-body, "Cabin", Arial, sans-serif);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.15;
}

.sw-legal-card p,
.sw-legal-card dd {
  color: var(--sys-text) !important;
  font-size: 16px;
  line-height: 1.72;
}

.sw-legal-card p {
  margin: 12px 0 0;
}

.sw-legal-list {
  display: grid;
  gap: 16px;
  margin: 18px 0 0;
}

.sw-legal-list div {
  display: grid;
  gap: 5px;
}

.sw-legal-list dt {
  color: var(--sys-ink);
  font-weight: 950;
}

.sw-legal-list dd {
  margin: 0;
}

.sw-legal-card a {
  color: #16abc0 !important;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.sw-system-search {
  display: flex;
  max-width: 620px;
  gap: 10px;
  margin-top: 28px;
}

.sw-system-search input {
  min-width: 0;
  flex: 1;
  min-height: 50px;
  padding: 13px 16px;
  border: 1px solid var(--sys-line);
  border-radius: 999px;
  color: var(--sys-ink);
  background: #fff;
  font: inherit;
  box-shadow: 0 12px 30px rgba(24,35,63,.08);
}

.sw-system-search button {
  border: 0;
  cursor: pointer;
}

@media (max-width: 920px) {
  .sw-system-hero {
    grid-template-columns: 1fr;
  }

  .sw-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-legal-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .sw-legal-page:not(.sw-system-page) {
    width: 100%;
    padding-top: 52px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 72px;
  }

  .sw-system-hero,
  .sw-system-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sw-system-grid {
    grid-template-columns: 1fr;
  }

  .sw-system-actions,
  .sw-system-search {
    display: grid;
  }

  .sw-system-button,
  .sw-system-search button {
    width: 100%;
  }
}

/* Source: css/global/footer.css */
/* Global Simiyaworks footer styles. */
.et-l--footer,
#main-footer,
.sw-site-footer {
  color: rgba(255, 255, 255, .8);
  background:
    linear-gradient(180deg, rgba(17, 24, 39, .96), rgba(7, 12, 22, 1)),
    #0b111d !important;
}

.sw-site-footer {
  position: relative;
  overflow: hidden;
  padding: 56px max(22px, calc((100vw - 1180px) / 2)) 0;
}

.sw-site-footer::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(85, 195, 235, .45), rgba(255, 200, 87, .35), transparent);
}

.sw-footer-shell {
  position: relative;
  z-index: 1;
}

.sw-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) minmax(150px, .55fr) minmax(150px, .55fr) minmax(190px, .7fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  margin: 0 !important;
  padding: 0 !important;
}

.sw-footer-brand {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  max-width: 520px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sw-footer-logo {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  aspect-ratio: 1 / 1;
  line-height: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
}

.sw-footer-logo img {
  display: block;
  width: 50px;
  height: auto;
  max-height: 56px;
  margin: 0;
  object-fit: contain;
  transform: translateX(7px);
}

.sw-footer-brand h2,
.sw-footer-column h3 {
  margin: 0;
  color: #fff !important;
  font-family: var(--sw-font-body);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sw-footer-brand p {
  max-width: 430px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.6;
}

.sw-footer-column {
  display: grid;
  gap: 12px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sw-footer-column h3 {
  margin-bottom: 4px;
}

.sw-footer-column a,
.et-l--footer a,
#main-footer a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: color 180ms var(--sw-ease), transform 180ms var(--sw-ease);
}

.sw-footer-column a::before {
  content: none !important;
}

.sw-footer-column a:hover,
.et-l--footer a:hover,
#main-footer a:hover {
  color: #fff;
  transform: translateX(3px);
}

.sw-footer-column a span {
  display: inline-flex;
  margin-left: 2px;
  padding: 2px 6px;
  border: 1px solid rgba(85, 195, 235, .35);
  border-radius: 999px;
  color: #8fefff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sw-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin-top: 46px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.sw-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: 14px;
}

.sw-footer-bottom a {
  color: rgba(255, 255, 255, .9);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}

.sw-footer-bottom a:hover {
  color: #fff;
}

.et-l--footer p,
#footer-info {
  color: rgba(255, 255, 255, .58);
}

#cmplz-cookiebanner-container .cmplz-btn.cmplz-accept {
  color: #fff !important;
  border-color: #875000 !important;
  background-color: #875000 !important;
}

@media (max-width: 980px) {
  .sw-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .sw-site-footer {
    padding: 42px 18px 0;
  }

  .sw-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sw-footer-brand {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .sw-footer-logo {
    width: 58px;
    height: 58px;
    border-radius: 15px;
  }

  .sw-footer-logo img {
    width: 42px;
    height: auto;
    max-height: 47px;
  }

  .sw-footer-bottom {
    display: grid;
    margin-top: 36px;
  }
}
