/* FieldNovi public marketing refresh
   Loaded after the legacy marketing stylesheet so existing legal/support pages remain compatible. */

:root {
  --fn-public-ink: #102a2e;
  --fn-public-muted: #617075;
  --fn-public-line: #dfe7e8;
  --fn-public-soft: #f4f8f8;
  --fn-public-brand: #0d766e;
  --fn-public-brand-dark: #085b55;
  --fn-public-white: #ffffff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body.fn-public-body {
  margin: 0;
  background: #fff;
  color: var(--fn-public-ink);
  font-family: Figtree, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.fn-public-body a {
  text-underline-offset: 3px;
}

body.fn-public-body [x-cloak] {
  display: none !important;
}

.fn-site-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Header */
.fn-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(16, 42, 46, .08);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 4px 20px rgba(16, 42, 46, .035);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.fn-site-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.fn-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  color: var(--fn-public-ink);
  text-decoration: none;
}

.fn-site-brand:hover {
  color: var(--fn-public-ink);
}

.fn-site-brand img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 10px;
}

.fn-site-brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1.1;
}

.fn-site-brand-name {
  font-size: 1.03rem;
  font-weight: 900;
  letter-spacing: -.02em;
}

.fn-site-brand-tagline {
  color: var(--fn-public-muted);
  font-size: .72rem;
  font-weight: 600;
}

.fn-site-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.fn-site-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 11px;
  border-radius: 9px;
  color: #40565a;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .18s ease, background .18s ease;
}

.fn-site-link:hover {
  background: #f3f7f7;
  color: var(--fn-public-ink);
}

.fn-site-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: 8px;
}

.fn-site-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #d6e0e1;
  border-radius: 10px;
  background: #fff;
  color: var(--fn-public-ink);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.fn-site-button:hover {
  transform: translateY(-1px);
  border-color: #c4d2d4;
  box-shadow: 0 8px 20px rgba(16, 42, 46, .08);
  color: var(--fn-public-ink);
}

.fn-site-button-primary {
  border-color: var(--fn-public-brand);
  background: var(--fn-public-brand);
  color: #fff;
  box-shadow: 0 9px 22px rgba(13, 118, 110, .18);
}

.fn-site-button-primary:hover {
  border-color: var(--fn-public-brand-dark);
  background: var(--fn-public-brand-dark);
  color: #fff;
}

.fn-mobile-menu {
  display: none;
  position: relative;
}

.fn-mobile-menu summary {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #d6e0e1;
  border-radius: 10px;
  background: #fff;
  color: var(--fn-public-ink);
  cursor: pointer;
  list-style: none;
}

.fn-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.fn-mobile-menu summary svg {
  width: 22px;
  height: 22px;
}

.fn-mobile-panel {
  position: absolute;
  top: 54px;
  right: 0;
  width: min(330px, calc(100vw - 28px));
  padding: 10px;
  border: 1px solid var(--fn-public-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(16, 42, 46, .15);
}

.fn-mobile-panel a {
  display: flex;
  min-height: 46px;
  align-items: center;
  padding: 0 12px;
  border-radius: 9px;
  color: #33494d;
  font-size: .95rem;
  font-weight: 750;
  text-decoration: none;
}

.fn-mobile-panel a:hover {
  background: #f3f7f7;
  color: var(--fn-public-ink);
}

.fn-mobile-divider {
  height: 1px;
  margin: 8px 2px;
  background: var(--fn-public-line);
}

.fn-mobile-panel .fn-mobile-primary {
  justify-content: center;
  margin-top: 7px;
  background: var(--fn-public-brand);
  color: #fff;
}

.fn-mobile-panel .fn-mobile-primary:hover {
  background: var(--fn-public-brand-dark);
  color: #fff;
}

/* Footer */
.fn-site-footer {
  padding: 68px 0 28px;
  background: #0d2428;
  color: #fff;
}

.fn-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(120px, .7fr));
  gap: 44px;
  padding-bottom: 46px;
}

.fn-footer-brand .fn-site-brand {
  color: #fff;
}

.fn-footer-brand .fn-site-brand:hover {
  color: #fff;
}

.fn-footer-brand .fn-site-brand-tagline {
  color: rgba(255,255,255,.62);
}

.fn-footer-copy {
  max-width: 370px;
  margin: 18px 0 22px;
  color: rgba(255,255,255,.66);
  font-size: .91rem;
  line-height: 1.65;
}

.fn-footer-cta {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 10px;
  background: #fff;
  color: #102a2e;
  font-size: .86rem;
  font-weight: 900;
  text-decoration: none;
}

.fn-footer-cta:hover {
  background: #edf5f4;
  color: #102a2e;
}

.fn-footer-heading {
  margin: 3px 0 14px;
  color: #fff;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fn-footer-links {
  display: grid;
  gap: 10px;
}

.fn-footer-links a {
  width: fit-content;
  color: rgba(255,255,255,.66);
  font-size: .9rem;
  font-weight: 650;
  text-decoration: none;
}

.fn-footer-links a:hover {
  color: #fff;
}

.fn-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.5);
  font-size: .78rem;
}

.fn-footer-bottom a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
}

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

/* Small compatibility polish for older public pages that still use legacy classes. */
.fn-public-main .hero-pad {
  padding-top: 72px;
}

.fn-public-main .card,
.fn-public-main .feature,
.fn-public-main .mini {
  border-color: rgba(16,42,46,.10);
}

@media (max-width: 980px) {
  .fn-site-links {
    display: none;
  }

  .fn-mobile-menu {
    display: block;
  }

  .fn-footer-grid {
    grid-template-columns: 1.25fr repeat(2, minmax(120px, .75fr));
  }

  .fn-footer-col:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width: 680px) {
  .fn-site-shell {
    width: min(100% - 28px, 1180px);
  }

  .fn-site-nav {
    min-height: 68px;
  }

  .fn-site-brand img {
    width: 38px;
    height: 38px;
  }

  .fn-site-brand-tagline {
    display: none;
  }

  .fn-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

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

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

  .fn-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .fn-site-brand-name {
    font-size: .95rem;
  }

  .fn-footer-grid {
    grid-template-columns: 1fr;
  }

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

.fn-home {
    --fn-ink: #102a2e;
    --fn-muted: #617075;
    --fn-line: #dfe7e8;
    --fn-soft: #f4f8f8;
    --fn-soft-2: #eaf4f2;
    --fn-brand: #0d766e;
    --fn-brand-dark: #085b55;
    --fn-accent: #dff4ec;
    --fn-white: #ffffff;
    --fn-shadow: 0 20px 60px rgba(16, 42, 46, .10);
    color: var(--fn-ink);
    background: var(--fn-white);
  }

  .fn-home *,
  .fn-home *::before,
  .fn-home *::after {
    box-sizing: border-box;
  }

  .fn-home a {
    text-decoration: none;
  }

  .fn-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
  }

  .fn-section {
    padding: 88px 0;
  }

  .fn-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    border: 1px solid rgba(13, 118, 110, .18);
    border-radius: 999px;
    background: rgba(255,255,255,.84);
    color: var(--fn-brand-dark);
    font-size: .84rem;
    font-weight: 800;
    letter-spacing: .01em;
  }

  .fn-kicker-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #21a881;
    box-shadow: 0 0 0 5px rgba(33,168,129,.12);
  }

  .fn-home h1,
  .fn-home h2,
  .fn-home h3,
  .fn-home p {
    margin-top: 0;
  }

  .fn-home h1 {
    margin-bottom: 22px;
    font-size: clamp(2.7rem, 6vw, 5.6rem);
    line-height: .98;
    letter-spacing: -.055em;
    max-width: 820px;
  }

  .fn-home h2 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
    letter-spacing: -.04em;
  }

  .fn-home h3 {
    margin-bottom: 10px;
    font-size: 1.08rem;
    line-height: 1.35;
  }

  .fn-lead {
    max-width: 690px;
    margin-bottom: 30px;
    color: var(--fn-muted);
    font-size: clamp(1.08rem, 2vw, 1.25rem);
    line-height: 1.7;
  }

  .fn-section-copy {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--fn-muted);
    font-size: 1.05rem;
    line-height: 1.7;
  }

  /* HERO */
  .fn-hero {
    position: relative;
    overflow: hidden;
    padding: 84px 0 72px;
    background:
      radial-gradient(circle at 85% 5%, rgba(45, 175, 153, .18), transparent 31%),
      radial-gradient(circle at 12% 90%, rgba(13, 118, 110, .10), transparent 32%),
      linear-gradient(180deg, #f9fcfb 0%, #ffffff 75%);
  }

  .fn-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(16,42,46,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(16,42,46,.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 75%);
  }

  .fn-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    align-items: center;
    gap: 64px;
  }

  .fn-hero-copy .fn-kicker {
    margin-bottom: 24px;
  }

  .fn-title-accent {
    color: var(--fn-brand);
  }

  .fn-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }

  .fn-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border: 1px solid var(--fn-line);
    border-radius: 12px;
    background: var(--fn-white);
    color: var(--fn-ink);
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  }

  .fn-btn:hover {
    transform: translateY(-2px);
    border-color: #c9d6d8;
    box-shadow: 0 10px 26px rgba(16,42,46,.10);
    color: var(--fn-ink);
  }

  .fn-btn-primary {
    border-color: var(--fn-brand);
    background: var(--fn-brand);
    color: var(--fn-white);
    box-shadow: 0 12px 28px rgba(13,118,110,.22);
  }

  .fn-btn-primary:hover {
    border-color: var(--fn-brand-dark);
    background: var(--fn-brand-dark);
    color: var(--fn-white);
  }

  .fn-btn-ghost {
    border-color: transparent;
    background: transparent;
    color: var(--fn-brand-dark);
  }

  .fn-btn-wide {
    width: 100%;
  }

  .fn-trial-points {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    color: var(--fn-muted);
    font-size: .93rem;
  }

  .fn-trial-points li {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .fn-check {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: var(--fn-accent);
    color: var(--fn-brand-dark);
    font-size: .76rem;
    font-weight: 900;
  }

  /* HERO PRODUCT MOCKUP */
  .fn-product {
    position: relative;
  }

  .fn-product::before {
    content: "";
    position: absolute;
    inset: 13% -8% -8% 15%;
    z-index: -1;
    border-radius: 42px;
    background: rgba(13,118,110,.12);
    filter: blur(22px);
  }

  .fn-product-window {
    overflow: hidden;
    border: 1px solid rgba(16,42,46,.12);
    border-radius: 22px;
    background: rgba(255,255,255,.96);
    box-shadow: var(--fn-shadow);
  }

  .fn-window-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid var(--fn-line);
    background: #fbfdfd;
  }

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

  .fn-window-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd6d7;
  }

  .fn-window-label {
    color: #77878b;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .fn-dashboard {
    display: grid;
    grid-template-columns: 120px 1fr;
    min-height: 410px;
  }

  .fn-sidebar {
    padding: 18px 12px;
    border-right: 1px solid var(--fn-line);
    background: #f7faf9;
  }

  .fn-logo-mini {
    margin-bottom: 22px;
    color: var(--fn-brand-dark);
    font-size: .95rem;
    font-weight: 900;
  }

  .fn-nav-line {
    height: 9px;
    margin: 12px 0;
    border-radius: 999px;
    background: #dde7e7;
  }

  .fn-nav-line.active {
    width: 78%;
    background: #9ccfc4;
  }

  .fn-mainpanel {
    padding: 22px;
  }

  .fn-mainpanel-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
  }

  .fn-main-title {
    font-size: 1.08rem;
    font-weight: 900;
  }

  .fn-main-sub {
    margin-top: 3px;
    color: var(--fn-muted);
    font-size: .78rem;
  }

  .fn-status {
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--fn-accent);
    color: var(--fn-brand-dark);
    font-size: .72rem;
    font-weight: 900;
  }

  .fn-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 14px;
  }

  .fn-stat {
    padding: 14px;
    border: 1px solid var(--fn-line);
    border-radius: 12px;
  }

  .fn-stat strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1.35rem;
  }

  .fn-stat span {
    color: var(--fn-muted);
    font-size: .72rem;
  }

  .fn-photo-card {
    padding: 12px;
    border: 1px solid var(--fn-line);
    border-radius: 14px;
    background: #fff;
  }

  .fn-photo-placeholder {
    position: relative;
    height: 122px;
    overflow: hidden;
    border-radius: 10px;
    background:
      linear-gradient(135deg, rgba(13,118,110,.35), rgba(16,42,46,.08)),
      #dfeceb;
  }

  .fn-photo-placeholder::before,
  .fn-photo-placeholder::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.42);
  }

  .fn-photo-placeholder::before {
    width: 120px;
    height: 120px;
    left: -30px;
    bottom: -55px;
  }

  .fn-photo-placeholder::after {
    width: 86px;
    height: 86px;
    right: 20px;
    top: 15px;
  }

  .fn-annotation {
    position: absolute;
    z-index: 2;
    padding: 6px 9px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(16,42,46,.14);
    color: var(--fn-ink);
    font-size: .68rem;
    font-weight: 800;
  }

  .fn-annotation.one { top: 18px; left: 18px; }
  .fn-annotation.two { right: 15px; bottom: 14px; }

  .fn-photo-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 2px 2px;
    color: var(--fn-muted);
    font-size: .73rem;
  }

  .fn-float-card {
    position: absolute;
    right: -30px;
    bottom: 34px;
    width: 185px;
    padding: 14px;
    border: 1px solid rgba(16,42,46,.10);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(16,42,46,.15);
  }

  .fn-float-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: .9rem;
  }

  .fn-float-card span {
    color: var(--fn-muted);
    font-size: .75rem;
    line-height: 1.4;
  }

  /* TRUST */
  .fn-trustbar {
    padding: 26px 0;
    border-top: 1px solid var(--fn-line);
    border-bottom: 1px solid var(--fn-line);
    background: #fff;
  }

  .fn-trustbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }

  .fn-trust-copy {
    color: var(--fn-muted);
    font-size: .9rem;
    font-weight: 700;
  }

  .fn-trust-logo {
    max-width: 150px;
    max-height: 46px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .78;
  }

  /* SECTION HEAD */
  .fn-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 38px;
  }

  .fn-section-head > div:first-child {
    max-width: 780px;
  }

  /* FEATURES */
  .fn-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .fn-card {
    border: 1px solid var(--fn-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(16,42,46,.045);
  }

  .fn-feature {
    padding: 26px;
  }

  .fn-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 12px;
    background: var(--fn-soft-2);
    color: var(--fn-brand-dark);
  }

  .fn-icon svg {
    width: 22px;
    height: 22px;
  }

  .fn-feature p,
  .fn-step p,
  .fn-usecase p,
  .fn-security p {
    margin-bottom: 0;
    color: var(--fn-muted);
    line-height: 1.65;
  }

  /* HOW IT WORKS */
  .fn-soft-section {
    background: var(--fn-soft);
  }

  .fn-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .fn-step {
    position: relative;
    padding: 28px;
  }

  .fn-step-num {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 10px;
    background: var(--fn-brand);
    color: #fff;
    font-size: .9rem;
    font-weight: 900;
  }

  /* USE CASES */
  .fn-usecases {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .fn-usecase {
    min-height: 170px;
    padding: 22px;
  }

  .fn-usecase-tag {
    display: inline-block;
    margin-bottom: 26px;
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--fn-soft-2);
    color: var(--fn-brand-dark);
    font-size: .75rem;
    font-weight: 900;
  }

  /* PRICING */
  .fn-pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 18px;
  }

  .fn-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px;
  }

  .fn-plan-featured {
    border: 2px solid var(--fn-brand);
    box-shadow: 0 20px 50px rgba(13,118,110,.13);
    transform: translateY(-8px);
  }

  .fn-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--fn-accent);
    color: var(--fn-brand-dark);
    font-size: .72rem;
    font-weight: 900;
  }

  .fn-plan-name {
    margin-bottom: 8px;
    font-size: 1.14rem;
    font-weight: 900;
  }

  .fn-plan-desc {
    min-height: 46px;
    margin-bottom: 18px;
    color: var(--fn-muted);
    font-size: .9rem;
    line-height: 1.5;
  }

  .fn-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 22px;
  }

  .fn-price strong {
    font-size: 2.7rem;
    letter-spacing: -.04em;
  }

  .fn-price span {
    color: var(--fn-muted);
  }

  .fn-plan-list {
    display: grid;
    gap: 12px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
    color: #33484c;
    font-size: .92rem;
  }

  .fn-plan-list li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
  }

  .fn-plan-list .fn-check {
    flex: 0 0 20px;
    margin-top: 1px;
  }

  .fn-plan-addon {
    margin: -4px 0 24px;
    padding: 12px 14px;
    border-radius: 10px;
    background: var(--fn-soft);
    color: var(--fn-muted);
    font-size: .83rem;
    line-height: 1.5;
  }

  .fn-plan .fn-btn {
    margin-top: auto;
  }

  /* SECURITY */
  .fn-security-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 20px;
  }

  .fn-security {
    padding: 32px;
  }

  .fn-security-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 24px;
  }

  .fn-security-point {
    padding: 13px;
    border-radius: 10px;
    background: var(--fn-soft);
    color: #33484c;
    font-size: .88rem;
    font-weight: 700;
  }

  /* CTA */
  .fn-cta-wrap {
    padding: 0 0 88px;
  }

  .fn-cta {
    position: relative;
    overflow: hidden;
    padding: 54px;
    border-radius: 26px;
    background: var(--fn-ink);
    color: #fff;
  }

  .fn-cta::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -90px;
    top: -150px;
    border-radius: 50%;
    background: rgba(45,175,153,.20);
  }

  .fn-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .fn-cta h2 {
    max-width: 680px;
    margin-bottom: 10px;
    color: #fff;
  }

  .fn-cta p {
    max-width: 620px;
    margin-bottom: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.65;
  }

  .fn-cta .fn-btn-primary {
    flex: 0 0 auto;
    background: #fff;
    border-color: #fff;
    color: var(--fn-ink);
    box-shadow: none;
  }

  .fn-cta .fn-btn-primary:hover {
    background: #f1f7f6;
    border-color: #f1f7f6;
    color: var(--fn-ink);
  }

  @media (max-width: 980px) {
    .fn-hero-grid,
    .fn-security-grid {
      grid-template-columns: 1fr;
    }

    .fn-hero-grid {
      gap: 46px;
    }

    .fn-product {
      max-width: 680px;
    }

    .fn-float-card {
      right: 18px;
    }

    .fn-features,
    .fn-steps,
    .fn-pricing {
      grid-template-columns: 1fr;
    }

    .fn-usecases {
      grid-template-columns: repeat(2, 1fr);
    }

    .fn-plan-featured {
      transform: none;
    }

    .fn-section-head,
    .fn-cta-inner {
      align-items: flex-start;
      flex-direction: column;
    }
  }

  @media (max-width: 680px) {
    .fn-shell {
      width: min(100% - 28px, 1180px);
    }

    .fn-section {
      padding: 64px 0;
    }

    .fn-hero {
      padding: 58px 0 52px;
    }

    .fn-actions,
    .fn-actions .fn-btn {
      width: 100%;
    }

    .fn-dashboard {
      grid-template-columns: 80px 1fr;
      min-height: 360px;
    }

    .fn-sidebar {
      padding: 14px 8px;
    }

    .fn-mainpanel {
      padding: 14px;
    }

    .fn-stats {
      grid-template-columns: 1fr;
    }

    .fn-stat:nth-child(2),
    .fn-stat:nth-child(3) {
      display: none;
    }

    .fn-float-card {
      position: relative;
      right: auto;
      bottom: auto;
      width: calc(100% - 28px);
      margin: -24px auto 0;
    }

    .fn-trustbar-inner {
      align-items: flex-start;
      flex-direction: column;
    }

    .fn-features,
    .fn-steps,
    .fn-usecases,
    .fn-pricing,
    .fn-security-list {
      grid-template-columns: 1fr;
    }

    .fn-cta {
      padding: 34px 24px;
    }
  }