@font-face {
  font-family: "Sora Local";
  font-style: normal;
  font-weight: 100 800;
  font-display: optional;
  src: url("/assets/fonts/1d4eaed977255102-s.woff2") format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329,
    u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}

@font-face {
  font-family: "Sora Local";
  font-style: normal;
  font-weight: 100 800;
  font-display: optional;
  src: url("/assets/fonts/f3f7e95f2dbc4fe4-s.p.woff2") format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329,
    u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}

@font-face {
  font-family: "Sora Fallback";
  src: local("Arial");
  ascent-override: 85.29%;
  descent-override: 25.5%;
  line-gap-override: 0%;
  size-adjust: 113.73%;
}

@font-face {
  font-family: "Instrument Sans Local";
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: optional;
  src: url("/assets/fonts/adb45196eddef626-s.woff2") format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329,
    u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}

@font-face {
  font-family: "Instrument Sans Local";
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: optional;
  src: url("/assets/fonts/26d0ba92e140f0dc-s.p.woff2") format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329,
    u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}

@font-face {
  font-family: "Instrument Sans Fallback";
  src: local("Arial");
  ascent-override: 94.42%;
  descent-override: 24.33%;
  line-gap-override: 0%;
  size-adjust: 102.74%;
}

:root {
  --fi-font-body: "Sora Local", "Sora Fallback";
  --fi-font-heading: "Instrument Sans Local", "Instrument Sans Fallback";
  --fi-radius-control: 0.5rem;
  --fi-radius-control-hover: 0.5rem 0.5rem 1.25rem 0.5rem;
  --fi-radius-panel: 1.25rem 1.25rem 5rem 1.25rem;
  --fi-radius-panel-soft: 1rem 1rem 2.75rem 1rem;
  --fi-bg: #efeeeb;
  --fi-surface: rgba(255, 255, 255, 0.78);
  --fi-surface-strong: #ffffff;
  --fi-ink: #0f172a;
  --fi-muted: #475569;
  --fi-border: rgba(15, 23, 42, 0.13);
  --fi-band-hero-bg: #edf7c8;
  --fi-band-support-bg: #d8d2fb;
  --fi-band-contact-bg: #ffe8bf;
  --fi-pastel-pink: var(--fi-band-contact-bg);
  --fi-primary: #e5ff85;
  --fi-primary-ink: #111827;
  --fi-footer-bg: #05070d;
  --fi-faq-active-surface: #f1f0ea;
  --fi-faq-dot-idle: #cbd5e1;
  --fi-faq-dot-active: #0f172a;
  --fi-faq-dot-core: #f8fafc;
  --fi-faq-icon-outline: #0f172a;
  --fi-nav-home-min: 4.4rem;
  --fi-nav-support-min: 5.6rem;
  --fi-nav-contact-min: 6.2rem;
  --fi-nav-resources-min: 8.6rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

body {
  background-color: var(--fi-bg);
  color: var(--fi-ink);
  font-family: var(--fi-font-body), "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.55;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--fi-font-heading), var(--fi-font-body), "Avenir Next", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.01em;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1rem;
}

@media (min-width: 640px) {
  .container {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-inline: 2rem;
  }
}

.site-header {
  position: relative;
  z-index: 40;
  background-color: var(--fi-band-hero-bg);
  flex-shrink: 0;
}

body[data-page="contact"] .site-header {
  background-color: var(--fi-band-contact-bg);
}

body[data-page="support"] .site-header {
  background-color: var(--fi-band-support-bg);
}

body.has-mobile-menu-open {
  overflow: hidden;
}

.header-shell {
  width: 100%;
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.55rem;
  height: 88px;
}

.header-brand-wrap {
  flex-shrink: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  border-radius: var(--fi-radius-control);
  padding: 0.2rem 0.3rem;
  transition: border-radius 280ms ease, color 180ms ease;
}

.brand:hover,
.brand:focus-visible {
  border-radius: var(--fi-radius-control-hover);
}

.brand--wordmark {
  color: #0f172a;
}

.brand-logo-img {
  display: block;
  width: auto;
  height: clamp(1.5rem, 1.9vw, 1.95rem);
  flex-shrink: 0;
}

.brand-logo-text {
  display: inline-block;
  font-family: "Nasalization", var(--fi-font-heading), var(--fi-font-body), "Avenir Next", sans-serif;
  font-size: clamp(1.32rem, 1.7vw, 1.68rem);
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1;
  color: #0f172a;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.site-nav a,
.site-nav-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: var(--fi-radius-control);
  border: 0;
  background: transparent;
  padding: 0.5rem 0.95rem;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-radius 280ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav-button:hover,
.site-nav-button:focus-visible {
  background: rgba(255, 255, 255, 0.7);
  color: #0f172a;
  border-radius: var(--fi-radius-control-hover);
}

.site-nav-button {
  gap: 0.35rem;
}

.site-nav a[data-path="/"],
.site-nav a[data-path="/support"],
.site-nav a[data-path="/contact"],
.site-nav-button[data-header-resources-toggle],
.header-action--outline[data-path="/contact"] {
  justify-content: center;
  white-space: nowrap;
}

.site-nav a[data-path="/"] {
  min-width: var(--fi-nav-home-min);
}

.site-nav a[data-path="/support"] {
  min-width: var(--fi-nav-support-min);
}

.site-nav a[data-path="/contact"],
.header-action--outline[data-path="/contact"] {
  min-width: var(--fi-nav-contact-min);
}

.site-nav-button[data-header-resources-toggle] {
  min-width: var(--fi-nav-resources-min);
}

.site-nav-button.is-open {
  background: rgba(255, 255, 255, 0.82);
  color: #0f172a;
}

.header-icon {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.site-nav-button .header-icon--chevron {
  width: 0.95rem;
  height: 0.95rem;
  transform: translateY(1px);
  transition: transform 180ms ease;
}

.site-nav-button.is-open .header-icon--chevron {
  transform: rotate(180deg) translateY(-1px);
}

.site-nav-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: var(--fi-radius-control);
  border: 0;
  background: transparent;
  color: #334155;
  text-decoration: none;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-radius 280ms ease;
}

.site-nav-icon-button:hover,
.site-nav-icon-button:focus-visible {
  background: rgba(255, 255, 255, 0.7);
  color: #0f172a;
  border-radius: var(--fi-radius-control-hover);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 0.65rem;
}

.header-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.18rem;
  border-radius: var(--fi-radius-control);
  border: 1px solid rgba(15, 23, 42, 0.24);
  background: rgba(255, 255, 255, 0.52);
}

.header-lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  height: 2.08rem;
  padding: 0 0.52rem;
  border: 1px solid transparent;
  border-radius: calc(var(--fi-radius-control) - 2px);
  background: transparent;
  color: #334155;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.header-lang-button:hover,
.header-lang-button:focus-visible {
  background: rgba(255, 255, 255, 0.7);
  color: #0f172a;
}

.header-lang-button.is-active {
  border-color: rgba(15, 23, 42, 0.18);
  background: rgba(255, 255, 255, 0.98);
  color: #0f172a;
}

.header-mobile-actions {
  display: none;
  align-items: center;
  justify-self: end;
  gap: 0.35rem;
}

.header-action {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: var(--fi-radius-control);
  white-space: nowrap;
  transition: border-radius 280ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.header-action--outline {
  border: 1px solid rgba(15, 23, 42, 0.62);
  height: 2.5rem;
  padding: 0 1.02rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
}

.header-action--outline:hover,
.header-action--outline:focus-visible {
  border-color: rgba(15, 23, 42, 0.88);
  border-radius: var(--fi-radius-control-hover);
}

body[data-page="home"] .site-nav a[data-path="/"],
body[data-page="support"] .site-nav a[data-path="/support"],
body[data-page="contact"] .site-nav a[data-path="/contact"] {
  background: rgba(255, 255, 255, 0.82);
  color: #0f172a;
}

body[data-page="faq"] .site-nav-button,
body[data-page="privacy"] .site-nav-button,
body[data-page="terms"] .site-nav-button,
body[data-page="privacy-choices"] .site-nav-button,
body[data-page="impressum"] .site-nav-button {
  background: rgba(255, 255, 255, 0.82);
  color: #0f172a;
}

.header-resources-wrap {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  z-index: 50;
  padding-top: 0.95rem;
  pointer-events: none;
}

.header-resources-wrap[hidden] {
  display: none;
}

.header-resources-wrap:not([hidden]) {
  pointer-events: auto;
}

.header-resources-panel {
  overflow: hidden;
  border-radius: var(--fi-radius-panel);
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #ffffff;
  padding: 1.8rem;
  box-shadow: 0 26px 72px rgba(8, 19, 34, 0.18);
}

.header-resources-grid {
  display: grid;
  gap: 1.55rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.08fr);
}

.header-resources-title {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #64748b;
}

.header-resources-section {
  min-width: 0;
}

.header-resources-item {
  margin-top: 1.05rem;
}

.header-resources-link {
  display: block;
  border-radius: 1rem;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 0.7rem 0.75rem;
  transition: border-color 160ms ease, background-color 160ms ease, border-radius 280ms ease;
}

.header-resources-link:hover,
.header-resources-link:focus-visible {
  border-color: rgba(15, 23, 42, 0.1);
  background: #f8fafc;
  border-radius: var(--fi-radius-control-hover);
}

.header-resources-item-title {
  display: block;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}

.header-resources-item-desc {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.91rem;
  line-height: 1.5;
  color: #475569;
}

.header-resources-featured {
  border-radius: var(--fi-radius-panel-soft);
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 62%, #334155 100%);
  color: #f8fafc;
  padding: 1.35rem 1.3rem;
}

.header-resources-featured-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(163, 230, 53, 0.88);
}

.header-resources-featured h3 {
  margin-top: 0.7rem;
  font-size: clamp(1.35rem, 2.5vw, 2.05rem);
  line-height: 1.1;
  color: #f8fafc;
}

.header-resources-featured p {
  margin-top: 0.6rem;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.94);
}

.header-resources-featured-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  border-radius: 0.7rem;
  border-color: transparent;
  background: transparent;
  padding: 0.2rem 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  color: #bef264;
  text-decoration: none;
}

.header-resources-featured-link:hover,
.header-resources-featured-link:focus-visible {
  background: transparent;
  border-color: transparent;
  color: #d9f99d;
}

.header-resources-featured-link .header-icon {
  width: 0.95rem;
  height: 0.95rem;
}

@media (max-width: 1220px) and (min-width: 1024px) {
  .header-resources-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-resources-featured {
    grid-column: 1 / -1;
  }
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
}

.mobile-menu-overlay[hidden] {
  display: none;
}

.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 6, 23, 0.36);
  backdrop-filter: blur(1px);
}

.mobile-menu-sheet {
  position: absolute;
  inset-inline: 0;
  top: 0;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-top: 0;
  border-bottom-left-radius: 2.4rem;
  border-bottom-right-radius: 2.4rem;
  background: #efeeeb;
  box-shadow: 0 22px 60px rgba(8, 19, 34, 0.16);
  max-height: min(100dvh, 780px);
  overflow: auto;
}

.mobile-menu-topbar {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-body {
  padding-bottom: 1.85rem;
}

.mobile-menu-view {
  display: grid;
  gap: 0.45rem;
}

.mobile-menu-view[hidden] {
  display: none;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.85rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.68);
  padding: 0.72rem 0.95rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
}

.mobile-menu-link:hover,
.mobile-menu-link:focus-visible {
  border-color: rgba(15, 23, 42, 0.2);
  background: rgba(255, 255, 255, 0.94);
}

.mobile-menu-link--split {
  width: 100%;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.mobile-menu-link--primary {
  border-color: rgba(15, 23, 42, 0.22);
  background: var(--fi-primary);
  color: #111827;
  width: min(100%, 22rem);
  justify-self: center;
  justify-content: center;
  text-align: center;
}

.mobile-menu-back {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  background: transparent;
  border-radius: var(--fi-radius-control);
  padding: 0.56rem 0.7rem;
  text-align: left;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
}

.mobile-menu-back:hover,
.mobile-menu-back:focus-visible {
  background: rgba(255, 255, 255, 0.7);
  color: #0f172a;
}

.mobile-menu-view[data-mobile-view="resources"] {
  gap: 0.55rem;
}

.mobile-resource-group-title {
  margin: 0.45rem 0 0.15rem;
  padding: 0 0.2rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.mobile-resource-link {
  display: block;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.78);
  padding: 0.82rem 0.9rem;
  text-decoration: none;
  color: #0f172a;
}

.mobile-resource-link:hover,
.mobile-resource-link:focus-visible {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.2);
}

.mobile-resource-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
}

.mobile-resource-desc {
  display: block;
  margin-top: 0.32rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #475569;
}

.header-mobile-lang-switch {
  margin: 0;
  display: inline-flex;
  width: max-content;
  justify-self: center;
  align-items: center;
  gap: 0.2rem;
  padding: 0.18rem;
  border-radius: var(--fi-radius-control);
  border: 1px solid rgba(15, 23, 42, 0.24);
  background: rgba(255, 255, 255, 0.52);
}

.header-mobile-actions .header-mobile-lang-switch {
  padding: 0.12rem;
  gap: 0.12rem;
  background: rgba(255, 255, 255, 0.64);
}

.header-mobile-actions .header-lang-button {
  min-width: 1.85rem;
  height: 1.85rem;
  padding: 0 0.38rem;
  font-size: 0.72rem;
}

.fi-marketing-page {
  width: 100%;
  min-height: 0;
  background-color: var(--fi-bg);
  flex: 1 0 auto;
}

.fi-marketing-page--contact {
  min-height: 0;
  background:
    linear-gradient(
      180deg,
      var(--fi-bg) 0 calc(100% - 120px),
      var(--fi-footer-bg) calc(100% - 120px) 100%
    );
}

.home-bands {
  background:
    linear-gradient(
      180deg,
      var(--fi-bg) 0 calc(100% - 120px),
      var(--fi-footer-bg) calc(100% - 120px) 100%
    );
}

.home-band {
  width: 100%;
  overflow: hidden;
}

.home-band--hero {
  background-color: var(--fi-band-hero-bg);
}

body[data-page="contact"] .home-band--hero {
  background-color: var(--fi-band-contact-bg);
}

body[data-page="support"] .home-band--hero {
  background-color: var(--fi-band-support-bg);
}

.home-band--square {
  background-color: rgba(255, 255, 255, 0.58);
}

.home-band--features {
  background-color: var(--fi-bg);
}

.fi-contact-intro {
  background-color: var(--fi-band-contact-bg);
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
}

.fi-contact-body {
  background-color: #efeeeb;
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
}

.home-band--rounded-bottom {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.home-band-content {
  padding-block: 2.75rem 3.1rem;
}

.hero {
  width: 100%;
}

.hero-copy {
  padding: 0;
}

.home-band-content--hero {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  text-align: center;
}

.hero--centered {
  display: flex;
  justify-content: center;
}

.hero-copy--centered {
  max-width: 46rem;
  margin: 0 auto;
}

.hero-tag {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.66);
  padding: 0.32rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #475569;
}

.hero-copy h1 {
  margin-top: 0.85rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.85rem, 8.8vw, 2.4rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.025em;
  color: #0f172a;
  max-width: 18ch;
  text-wrap: balance;
}

.hero-headline {
  margin-top: 0.85rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.18em;
  font-size: clamp(1.85rem, 8.8vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #0f172a;
}

.hero-headline-line {
  display: block;
  white-space: nowrap;
  line-height: 0.94;
}

.hero-copy p {
  margin-top: 0.95rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 34ch;
  color: #334155;
  font-size: 1rem;
  line-height: 1.4;
}

.page-hero-simple {
  text-align: center;
}

.page-hero-simple h1 {
  margin: 0;
  font-size: clamp(1.85rem, 8.8vw, 2.4rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.025em;
  color: #0f172a;
  max-width: 16ch;
}

.button-row {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button-row--centered {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--fi-radius-control);
  border: 1px solid transparent;
  min-height: 3rem;
  padding: 0.72rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-radius 280ms ease, color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  border-radius: var(--fi-radius-control-hover);
}

.btn-primary {
  background: var(--fi-primary);
  color: var(--fi-primary-ink);
  border-color: rgba(15, 23, 42, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  border-color: rgba(15, 23, 42, 0.45);
}

.btn-secondary {
  background: transparent;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.6);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(15, 23, 42, 0.8);
}

.section-head {
  margin-bottom: 1rem;
}

.section-head h2 {
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
}

.section-head p {
  margin: 0.55rem 0 0;
  color: var(--fi-muted);
}

.fi-features-surface {
  --fi-features-parent-bg: #efeeeb;
  --fi-feature-tab-base-bg: #f3f2f0;
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  background: var(--fi-features-parent-bg);
  overflow: hidden;
  padding: 2rem 1.25rem 0;
}

.fi-features-head {
  text-align: center;
}

.fi-features-head h2 {
  margin-top: 0.85rem;
  font-size: clamp(1.8rem, 3.4vw, 2.95rem);
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

.fi-features-head p {
  margin: 0.75rem auto 0;
  max-width: 58ch;
  color: #475569;
}

.fi-features-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #efeeeb;
  padding: 0.35rem 0.72rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #475569;
}

.fi-features-tabs {
  --fi-feature-tab-gap: 1.5rem;
  --fi-feature-tab-corner: var(--fi-feature-tab-gap);
  --fi-feature-tab-border-bg: var(--fi-feature-tab-base-bg);
  position: relative;
  margin-top: 2.5rem;
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.fi-features-mobile {
  margin-top: 2.5rem;
  display: grid;
  gap: 0.75rem;
}

.fi-features-desktop {
  display: none;
  margin-top: 2.5rem;
}

.fi-feature-accordion-item {
  overflow: hidden;
  border-radius: 1rem;
  background: var(--fi-feature-tab-base-bg);
}

.fi-feature-accordion-item.is-active {
  background: var(--fi-features-panel-bg, var(--fi-feature-tab-base-bg));
}

.fi-feature-accordion-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.95rem;
  border: 0;
  background: transparent;
  padding: 1rem;
  text-align: left;
}

.fi-feature-accordion-icon {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 0.85rem;
  background: var(--fi-features-figure-bg, #e8e6e0);
}

.fi-feature-accordion-label {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}

.fi-feature-accordion-chevron {
  font-size: 1.15rem;
  line-height: 1;
  color: #64748b;
  transition: transform 200ms ease;
}

.fi-feature-accordion-chevron.is-active {
  transform: rotate(180deg);
}

.fi-feature-accordion-panel {
  padding: 0 1.25rem 1.25rem;
}

.fi-feature-accordion-panel h3 {
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
}

.fi-feature-accordion-panel p {
  margin-top: 0.75rem;
  color: #334155;
}

.fi-feature-accordion-panel .fi-feature-image-wrap {
  margin-top: 1.5rem;
}

.fi-feature-tab {
  position: relative;
  border: 0;
  border-radius: 1rem 1rem 1rem 1rem;
  background: var(--fi-feature-tab-base-bg);
  text-align: center;
  color: #0f172a;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 12rem;
  padding: 0.72rem 0.65rem 1.35rem;
  margin-bottom: var(--fi-feature-tab-gap);
  transition: background-color 180ms ease;
}

.fi-feature-tab:hover {
  background: #eeedea;
}

.fi-feature-tab.is-active {
  background: var(--fi-features-panel-bg, var(--fi-feature-tab-base-bg));
  border-radius: 1rem 1rem 0 0;
}

.fi-feature-tab-label {
  order: -1;
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.14;
}

.fi-feature-tab-media {
  min-height: 5.2rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  background: var(--fi-features-figure-bg, #e8e6e0);
}

.fi-feature-glyph {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(15, 23, 42, 0.78);
}

.fi-feature-tab-progress {
  position: absolute;
  bottom: 0.8rem;
  left: 2.2rem;
  right: 2.2rem;
  height: 3px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  opacity: 0;
  transition: opacity 180ms ease;
  overflow: hidden;
}

.fi-feature-tab-progress.is-active {
  opacity: 1;
}

.fi-feature-tab-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left center;
  background: #111827;
  transition: transform 90ms linear;
}

.fi-feature-tab-corners {
  display: none;
  position: absolute;
  inset: 100% 0% 0%;
  width: calc(100% + var(--fi-feature-tab-corner));
  height: calc(var(--fi-feature-tab-corner) * 2);
  margin-left: calc(var(--fi-feature-tab-corner) * -1);
  margin-right: calc(var(--fi-feature-tab-corner) * -1);
  background: var(--fi-features-panel-bg, var(--fi-feature-tab-base-bg));
  pointer-events: none;
  z-index: 3;
}

.fi-feature-tab.is-active .fi-feature-tab-corners {
  display: block;
}

.fi-feature-tab.is-active.is-first .fi-feature-tab-corners,
.fi-feature-tab.is-active.is-last .fi-feature-tab-corners {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.fi-feature-tab.is-active.is-first .fi-feature-tab-corner.is-left {
  display: none;
}

.fi-feature-tab.is-active.is-last .fi-feature-tab-corner.is-right {
  display: none;
}

.fi-feature-tab.is-active.is-last .fi-feature-tab-corner.is-left {
  left: calc(var(--fi-feature-tab-corner) * -1);
}

.fi-feature-tab-corner {
  position: absolute;
  top: 0;
  z-index: 1;
  width: var(--fi-feature-tab-corner);
  height: 100%;
  background-color: transparent;
  transform: rotate(0deg);
}

.fi-feature-tab-corner.is-left {
  inset: 0% auto auto 0%;
  left: 0;
  background-image: radial-gradient(
    circle at 0 0,
    var(--fi-features-parent-bg) var(--fi-feature-tab-corner),
    var(--fi-feature-tab-border-bg),
    var(--fi-feature-tab-corner),
    var(--fi-feature-tab-border-bg),
    var(--fi-feature-tab-corner),
    var(--fi-features-panel-bg) var(--fi-feature-tab-corner)
  );
}

.fi-feature-tab-corner.is-right {
  inset: 0% 0% auto auto;
  left: 100%;
  background-image: radial-gradient(
    circle at 100% 0,
    var(--fi-features-parent-bg) var(--fi-feature-tab-corner),
    var(--fi-feature-tab-border-bg),
    var(--fi-feature-tab-corner),
    var(--fi-feature-tab-border-bg),
    var(--fi-feature-tab-corner),
    var(--fi-features-panel-bg) var(--fi-feature-tab-corner)
  );
}

.fi-feature-panel {
  margin-top: 0;
  border-radius: 1.55rem 1.55rem 2.95rem 1.55rem;
  overflow: hidden;
  background: var(--fi-features-panel-bg, var(--fi-feature-tab-base-bg));
  position: relative;
  z-index: 1;
}

.fi-feature-panel-grid {
  display: none;
  gap: 1.4rem;
  padding: 1.25rem 1.25rem 1.35rem;
}

.fi-feature-panel-grid.is-active {
  display: grid;
}

.fi-feature-panel-grid h3 {
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
}

.fi-feature-panel-grid p {
  margin-top: 0.75rem;
  color: #334155;
}

.fi-feature-read-more {
  display: inline-flex;
  margin-top: 1.15rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  color: #5b4ce6;
}

.fi-feature-tag-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.fi-feature-tag {
  border-radius: 0.4rem;
  background: var(--fi-features-tag-bg, #ebe9e6);
  color: #334155;
  padding: 0.42rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.fi-feature-image-wrap {
  border-radius: 1rem 1rem 2.2rem 1rem;
  overflow: hidden;
  background: #dcdad6;
}

.fi-feature-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.home-band--faq {
  background-color: #efeeeb;
}

.fi-home-faq-shell {
  margin-top: 2rem;
  display: none;
  gap: 1rem;
}

.fi-home-faq-mobile {
  margin-top: 2rem;
  display: grid;
  gap: 0.75rem;
}

.fi-home-faq-mobile-item {
  overflow: hidden;
  border-radius: 1.55rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background-color: var(--fi-faq-active-surface);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.fi-home-faq-mobile-item.is-active {
  border-color: rgba(15, 23, 42, 0.82);
}

.fi-home-faq-nav {
  display: grid;
  gap: 0.75rem;
}

.fi-home-faq-question {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background-color: rgba(255, 255, 255, 0.74);
  padding: 1rem;
  text-align: left;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.fi-home-faq-question:hover {
  border-color: rgba(15, 23, 42, 0.22);
  background-color: var(--fi-faq-active-surface);
}

.fi-home-faq-question.is-active {
  border-color: rgba(15, 23, 42, 0.85);
  background-color: var(--fi-faq-active-surface);
}

.fi-home-faq-question-dot {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 0.45rem;
  flex-shrink: 0;
  border-radius: 999px;
  background-color: var(--fi-faq-dot-idle);
  border: 2px solid var(--fi-faq-active-surface);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.fi-home-faq-question-dot.is-active {
  background-color: var(--fi-faq-dot-active);
}

.fi-home-faq-question-dot.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 999px;
  background-color: var(--fi-faq-dot-core);
  transform: translate(-50%, -50%);
}

.fi-home-faq-question-text {
  flex: 1;
  min-width: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.33;
  color: #0f172a;
  overflow-wrap: anywhere;
}

.fi-home-faq-icon-wrap {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
  transition: transform 160ms ease;
}

.fi-home-faq-icon-wrap .fi-home-faq-icon-outline,
.fi-home-faq-icon-wrap .fi-home-faq-icon-fill {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  line-height: 1;
}

.fi-home-faq-icon-outline {
  color: var(--fi-faq-icon-outline);
  opacity: 0;
  transition: opacity 160ms ease;
}

.fi-home-faq-icon-fill {
  color: #94a3b8;
  transition: color 160ms ease;
}

.fi-home-faq-question-icon.is-active {
  transform: translateX(2px);
}

.fi-home-faq-mobile-icon.is-active {
  transform: rotate(180deg);
}

.fi-home-faq-icon-wrap.is-active .fi-home-faq-icon-outline {
  opacity: 1;
}

.fi-home-faq-icon-wrap.is-active .fi-home-faq-icon-fill {
  color: #5b4ce6;
}

.fi-home-faq-mobile-answer {
  margin: 0 0.75rem 0.75rem;
  border-radius: 1.15rem;
  padding: 1rem 1.1rem 1.15rem;
  background-color: var(--fi-faq-active-surface);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.fi-home-faq-mobile-answer p {
  margin: 0;
  font-size: 0.99rem;
  line-height: 1.55;
  color: #334155;
}

.fi-home-faq-mobile .fi-home-faq-question {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.fi-home-faq-mobile .fi-home-faq-question:hover,
.fi-home-faq-mobile .fi-home-faq-question.is-active {
  border-color: transparent;
  background-color: transparent;
}

.fi-home-faq-answer {
  border-radius: 1.7rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background-color: var(--fi-faq-active-surface);
  padding: 1.25rem 1.2rem;
}

.fi-detection-answer-panel {
  display: none;
}

.fi-detection-answer-panel.is-active {
  display: block;
}

.fi-detection-answer-label {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(51, 65, 85, 0.86);
}

.fi-home-faq-answer h3 {
  margin-top: 0.85rem;
  max-width: 38ch;
  font-size: clamp(1.38rem, 2.4vw, 2.1rem);
  color: #0f172a;
}

.fi-home-faq-answer p {
  margin-top: 0.8rem;
  max-width: 64ch;
  font-size: 1rem;
  line-height: 1.62;
  color: #334155;
}

.card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.contact-layout {
  display: grid;
  gap: 1rem;
  max-width: 56rem;
  margin: 0 auto;
}

.contact-form-card h2 {
  margin-bottom: 0.5rem;
}

.contact-form-card > p {
  margin: 0;
  color: #475569;
}

.contact-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
}

.contact-field {
  display: grid;
  gap: 0.36rem;
}

.contact-field > span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #334155;
}

.contact-input,
.contact-select,
.contact-textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.2);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font: inherit;
  line-height: 1.3;
  padding: 0.68rem 0.75rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-select {
  appearance: none;
}

.contact-textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-input:focus,
.contact-select:focus,
.contact-textarea:focus {
  outline: none;
  border-color: rgba(91, 76, 230, 0.65);
  box-shadow: 0 0 0 3px rgba(91, 76, 230, 0.16);
}

.contact-form .btn {
  justify-self: start;
}

.contact-form-status {
  min-height: 1.15rem;
  margin: 0;
  font-size: 0.82rem;
  color: #475569;
}

.contact-form-status.is-error {
  color: #b91c1c;
}

.contact-form-status.is-success {
  color: #065f46;
}

.card {
  border: 1px solid var(--fi-border);
  border-radius: var(--fi-radius-panel-soft);
  background: var(--fi-surface);
  box-shadow: 0 24px 60px rgba(17, 31, 47, 0.08);
  backdrop-filter: blur(2px);
  padding: clamp(1rem, 2.4vw, 1.45rem);
}

.card h2,
.card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.3rem;
}

.card p {
  margin: 0;
  color: var(--fi-muted);
}

.card p + p {
  margin-top: 0.5rem;
}

.card ul {
  margin: 0;
  padding-left: 1rem;
  color: var(--fi-muted);
}

.card li + li {
  margin-top: 0.45rem;
}

.card.feature-wide {
  margin-top: 1rem;
}

.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.faq-list li {
  border-radius: 1.1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.68);
  padding: 0.75rem 0.85rem;
}

.faq-list strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: "Instrument Sans", "Avenir Next", sans-serif;
  font-size: 1.03rem;
  color: #0f172a;
}

.faq-list span {
  color: var(--fi-muted);
}

.fi-support-faq-head p {
  max-width: 36ch;
}

.fi-support-contact-card {
  max-width: 68rem;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}

.fi-support-best-band {
  background-color: rgba(255, 255, 255, 0.58);
}

.fi-support-best-practices {
  max-width: 68rem;
  margin: 0 auto;
}

.fi-support-best-head h2 {
  margin-top: 0;
}

.fi-support-best-intro {
  margin: 0.75rem auto 0;
  max-width: 54ch;
  color: var(--fi-muted);
}

.support-best-list {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: best-practice;
  display: grid;
  gap: 1rem;
}

.support-best-list li {
  counter-increment: best-practice;
  padding: 0.1rem 0;
}

.support-best-list li + li {
  border-top: 1px solid rgba(15, 23, 42, 0.14);
  padding-top: 1rem;
}

.support-best-list h3 {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 1.06rem;
  color: #0f172a;
}

.support-best-list h3::before {
  content: counter(best-practice) ".";
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #0f172a;
}

.support-best-list p {
  margin-top: 0.35rem;
  max-width: 48ch;
  color: var(--fi-muted);
}

.fi-support-contact-card > p:not(.fi-support-contact-link-wrap) {
  max-width: 62ch;
}

.fi-support-contact-link-wrap {
  margin: 1rem 0 0;
}

.fi-support-contact-link-wrap .btn {
  margin: 0;
}

@media (max-width: 767px) {
  body[data-page="home"] .home-band-content--hero {
    padding-inline: 0.9rem;
  }

  body[data-page="home"] .hero-copy--centered {
    padding-inline: 0.35rem;
  }

  body[data-page="support"] .home-band-content {
    padding-inline: 1rem;
  }

  body[data-page="support"] .fi-support-best-practices,
  body[data-page="support"] .fi-support-contact-card {
    padding-inline: 0.35rem;
  }

  body[data-page="support"] .support-best-list li {
    padding-inline: 0.2rem;
  }

  body[data-page="support"] .support-best-list p {
    max-width: 100%;
  }
}

.page-intro h1 {
  max-width: 20ch;
}

.email {
  color: #111827;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.35);
}

.email:hover,
.email:focus-visible {
  border-bottom-color: rgba(15, 23, 42, 0.8);
}

.site-footer {
  margin-top: 0;
  border-top: 0;
  background: var(--fi-footer-bg);
  color: #dbe4f0;
  flex-shrink: 0;
}

.site-footer .footer-divider {
  display: none;
}

.footer-inner {
  padding-block: 3rem 2rem;
}

.footer-wordmark-wrap {
  display: flex;
  justify-content: center;
}

.footer-wordmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 180ms ease;
}

.footer-logo-img {
  display: block;
  width: clamp(15rem, 50vw, 39rem);
  height: auto;
  filter: invert(1);
}

.footer-wordmark:hover,
.footer-wordmark:focus-visible {
  opacity: 0.94;
}

.footer-divider {
  margin: 2rem auto 0;
  height: 1px;
  width: min(100%, 64rem);
  background: #1e293b;
}

.footer-grid {
  margin: 2rem auto 0;
  max-width: 64rem;
  display: grid;
  gap: 0.75rem;
}

.footer-section {
  border-radius: 1.4rem;
  border: 1px solid rgba(51, 65, 85, 0.9);
  background: rgba(2, 6, 23, 0.35);
  padding: 1rem;
  text-align: left;
}

.footer-section-title {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #94a3b8;
}

.footer-links {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(51, 65, 85, 0.94);
  background: rgba(15, 23, 42, 0.32);
  padding: 0.38rem 0.76rem;
  font-size: 0.83rem;
  line-height: 1.2;
  color: #f8fafc;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  border-color: rgba(100, 116, 139, 0.95);
  background: rgba(15, 23, 42, 0.58);
  color: #ffffff;
}

.footer-bottom {
  margin: 2.25rem auto 0;
  max-width: 64rem;
  border-top: 1px solid #1e293b;
  padding-top: 1.05rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.footer-bottom-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.footer-copy,
.footer-note {
  margin: 0;
  font-size: 0.78rem;
  color: #94a3b8;
  text-align: center;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.footer-bottom-links a {
  color: #e2e8f0;
  text-decoration: none;
  font-size: 0.82rem;
  transition: color 180ms ease;
}

.footer-bottom-links a:hover,
.footer-bottom-links a:focus-visible {
  color: #ffffff;
}

@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .footer-section:last-child {
    grid-column: span 2;
  }

  .footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer-bottom-meta {
    align-items: flex-start;
  }

  .footer-copy,
  .footer-note {
    text-align: left;
  }

  .footer-bottom-links {
    justify-content: flex-end;
    gap: 1rem;
  }
}

@media (min-width: 980px) {
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.1rem;
  }

  .footer-section {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding: 0;
  }

  .footer-section:last-child {
    grid-column: auto;
  }

  .footer-links {
    margin-top: 1rem;
    display: block;
  }

  .footer-links li + li {
    margin-top: 0.45rem;
  }

  .footer-links a {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    color: #e2e8f0;
  }

  .footer-links a:hover,
  .footer-links a:focus-visible {
    background: transparent;
    color: #ffffff;
  }
}

.doc-meta {
  margin-top: 0.65rem;
  margin-bottom: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: #334155;
}

.legal-stack {
  display: grid;
  gap: 1rem;
}

.legal-item h2 {
  font-size: clamp(1.16rem, 2vw, 1.45rem);
}

.legal-item p + p {
  margin-top: 0.45rem;
}

.notice {
  border-style: dashed;
}

.fi-doc-hero-content {
  padding-top: 2.5rem;
  padding-bottom: 1.65rem;
}

.fi-doc-hero {
  max-width: 52rem;
  margin: 0 auto;
  text-align: left;
}

.fi-doc-hero h1 {
  margin-top: 0;
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 1.04;
}

.fi-doc-hero p {
  margin: 0.7rem 0 0;
  color: var(--fi-muted);
  max-width: 56ch;
}

.fi-doc-body-content {
  padding-top: 1.35rem;
  padding-bottom: 4rem;
}

.fi-doc-sheet {
  max-width: 52rem;
  margin: 0 auto;
  padding: clamp(1.15rem, 2.2vw, 1.9rem);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.76);
}

.fi-doc-sheet .doc-meta {
  margin-top: 0;
  margin-bottom: 1.1rem;
}

.fi-doc-section + .fi-doc-section {
  margin-top: 1.3rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.fi-doc-section h2 {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.fi-doc-section p {
  margin-top: 0.5rem;
  color: var(--fi-muted);
}

.fi-doc-actions {
  margin-top: 1rem;
}

.fi-doc-callout {
  margin-top: 1.5rem;
  padding: 0.85rem 1rem;
  border: 1px dashed rgba(15, 23, 42, 0.22);
  border-radius: 0.7rem;
  color: var(--fi-muted);
  background: rgba(255, 255, 255, 0.55);
}

.fi-blog-hero-copy h1 {
  max-width: 20ch;
}

.fi-blog-hero-copy p {
  max-width: 56ch;
}

.fi-blog-list-shell {
  max-width: 68rem;
  margin: 0 auto;
}

.fi-blog-list-head h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
}

.fi-blog-list-head p {
  margin-top: 0.45rem;
  color: var(--fi-muted);
  max-width: 58ch;
}

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

.fi-blog-card {
  border-radius: 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.fi-blog-card-link {
  display: block;
  padding: 1rem 1rem 1.05rem;
  text-decoration: none;
  border-radius: inherit;
  transition: background-color 180ms ease, border-radius 220ms ease;
}

.fi-blog-card-link:hover,
.fi-blog-card-link:focus-visible {
  border-radius: 0.9rem 0.9rem 1.4rem 0.9rem;
  background: rgba(255, 255, 255, 0.92);
}

.fi-blog-card-meta {
  margin: 0;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 600;
}

.fi-blog-card h3 {
  margin-top: 0.5rem;
  font-size: 1.25rem;
}

.fi-blog-card-excerpt {
  margin-top: 0.52rem;
  color: var(--fi-muted);
}

.fi-blog-tags {
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.fi-blog-tags li {
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  font-size: 0.74rem;
  color: #334155;
}

.fi-blog-card-read {
  margin-top: 0.85rem;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 700;
  color: #4f46e5;
}

.fi-blog-feedback {
  margin-top: 1rem;
  color: var(--fi-muted);
}

.fi-blog-post-shell {
  max-width: 48rem;
  margin: 0 auto;
}

.fi-blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  text-decoration: none;
  color: #475569;
  font-weight: 600;
}

.fi-blog-back-link:hover,
.fi-blog-back-link:focus-visible {
  color: #0f172a;
}

.fi-blog-post-header {
  margin-top: 0.95rem;
}

.fi-blog-post-meta {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #475569;
}

.fi-blog-post-header h1 {
  margin-top: 0.55rem;
  font-size: clamp(1.9rem, 6vw, 3rem);
  line-height: 1.08;
}

.fi-blog-post-excerpt {
  margin-top: 0.55rem;
  color: var(--fi-muted);
}

.fi-blog-prose {
  margin-top: 1.2rem;
  color: #253042;
  font-size: clamp(1.04rem, 2.2vw, 1.16rem);
  line-height: 1.72;
}

.fi-blog-prose p {
  margin: 0;
}

.fi-blog-prose p + p,
.fi-blog-prose ul + p,
.fi-blog-prose ol + p,
.fi-blog-prose h2 + p,
.fi-blog-prose h3 + p {
  margin-top: 1rem;
}

.fi-blog-prose h2,
.fi-blog-prose h3 {
  margin: 2rem 0 0.65rem;
  color: #0f172a;
}

.fi-blog-prose h2 {
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.fi-blog-prose h3 {
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
}

.fi-blog-prose ul,
.fi-blog-prose ol {
  margin: 1rem 0 0;
  padding-left: 1.3rem;
}

.fi-blog-prose li + li {
  margin-top: 0.42rem;
}

.fi-blog-prose blockquote {
  margin: 1.2rem 0 0;
  padding-left: 1rem;
  border-left: 2px solid rgba(79, 70, 229, 0.35);
  color: #334155;
}

.fi-blog-prose code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.87em;
  padding: 0.08rem 0.24rem;
  border-radius: 0.35rem;
  background: rgba(15, 23, 42, 0.07);
}

.fi-blog-prose pre {
  margin: 1.1rem 0 0;
  padding: 0.95rem;
  overflow-x: auto;
  border-radius: 0.8rem;
  background: #111827;
  color: #e2e8f0;
}

.fi-blog-prose pre code {
  padding: 0;
  background: transparent;
}

.fi-legal-prose {
  margin-top: 0;
}

.fi-legal-prose h2:first-child,
.fi-legal-prose h3:first-child {
  margin-top: 0;
}

@media (min-width: 760px) {
  .fi-doc-hero-content {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .fi-doc-body-content {
    padding-top: 1.5rem;
    padding-bottom: 4.75rem;
  }

  .fi-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .fi-blog-post-header h1 {
    max-width: 18ch;
  }
}

@media (max-width: 639px) {
  .fi-doc-sheet {
    border-radius: 0.85rem;
  }

  .fi-blog-card-link {
    padding: 0.92rem;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero,
.card,
.hero-copy {
  animation: fadeUp 440ms ease both;
}

@media (min-width: 640px) {
  .home-band-content--hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-copy h1,
  .hero-headline,
  .page-hero-simple h1 {
    font-size: 3rem;
  }

  .hero-headline {
    gap: 0.16em;
  }

  .hero-copy p {
    max-width: 42rem;
    font-size: 1.125rem;
    line-height: 1.625;
  }

  .fi-contact-intro {
    border-bottom-left-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  .fi-contact-body {
    border-bottom-left-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  .home-band--rounded-bottom {
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
  }
}

@media (max-width: 1020px) {
  .page-intro h1 {
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 0.5rem;
  }

  .site-nav,
  .header-actions,
  .header-resources-wrap {
    display: none;
  }

  .header-mobile-actions {
    display: flex;
    grid-column: 3;
    justify-self: end;
  }

  .brand--wordmark {
    max-width: min(15rem, 68vw);
  }

  .brand-logo-img {
    height: clamp(1.2rem, 4.8vw, 1.55rem);
  }

  .brand-logo-text {
    font-size: clamp(1.05rem, 5vw, 1.34rem);
  }
}

@media (max-width: 640px) {
  .card h2,
  .card h3 {
    font-size: 1.18rem;
  }

  .footer-inner {
    padding-block: 2.3rem 1.6rem;
  }

  .footer-bottom-links {
    justify-content: center;
  }

}

@media (min-width: 1024px) {
  .header-mobile-actions,
  .mobile-menu-overlay {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .fi-home-faq-mobile {
    display: none;
  }

  .fi-home-faq-shell {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  .fi-home-faq-answer {
    min-height: 28rem;
    padding: 1.85rem 2rem;
  }

  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
  }

  .fi-features-surface {
    padding: 2.5rem 2rem 0;
  }

  .fi-features-mobile {
    display: none;
  }

  .fi-features-desktop {
    display: block;
  }

  .fi-features-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .fi-feature-panel-grid {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
    padding: 3rem 2.75rem 2.5rem;
  }
}
