/* Self-hosted IBM Plex Sans, SIL OFL 1.1; license in /fonts. */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-latin-400-normal.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-latin-ext-400-normal.woff2") format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-latin-500-normal.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-latin-ext-500-normal.woff2") format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-latin-600-normal.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-latin-ext-600-normal.woff2") format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
:root {
  --canvas: #f7f9fc;
  --surface: #fff;
  --ink: #172438;
  --body: #4d5d73;
  --muted: #63728a;
  --line: #dfe6ef;
  --blue: #315fe9;
  --blue-hover: #224bc6;
  --blue-soft: #edf2ff;
  --navy: #172438;
  --font:
    "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font: 400 16px/1.65 var(--font);
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
a {
  color: inherit;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
svg {
  display: block;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
  border-radius: 3px;
}
.container {
  width: min(1200px, calc(100% - 80px));
  margin-inline: auto;
}
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-sprite {
  position: absolute;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  background: white;
  border: 1px solid var(--blue);
  z-index: 100;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.8px;
  text-decoration: none;
}
.brand-dot {
  color: var(--blue);
}
.mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 9px;
  color: white;
  background: var(--blue);
}
.mark svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linejoin: round;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 49px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition:
    background 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.btn .icon {
  width: 17px;
  height: 17px;
}
.btn-primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 3px 7px #315fe918;
}
.btn-primary:hover {
  background: var(--blue-hover);
  box-shadow: 0 5px 14px #315fe926;
}
.btn-secondary {
  background: white;
  color: var(--ink);
  border-color: #cdd6e3;
}
.btn-secondary:hover {
  border-color: #91a2bd;
  background: #f9fbff;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--canvas);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: #fffffff5;
  border-color: var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  min-height: 80px;
  gap: 50px;
}
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.nav-menu ul a,
.sign-in {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.nav-menu ul a:hover,
.sign-in:hover {
  color: var(--blue);
}
.nav-actions {
  display: flex;
  gap: 22px;
  align-items: center;
}
.nav-actions .btn {
  min-height: 42px;
  padding: 9px 16px;
  font-size: 14px;
}
.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  color: var(--ink);
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px #315fe910;
}
.hero {
  padding: 57px 0 30px;
}
.hero-copy {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.hero-copy .eyebrow {
  justify-content: center;
}
h1 {
  font-size: clamp(44px, 5.4vw, 72px);
  letter-spacing: -3.8px;
  line-height: 1.04;
}
h1 span {
  color: var(--blue);
}
.lead {
  font-size: 19px;
  line-height: 1.6;
  max-width: 575px;
  margin: 24px auto 0;
  color: var(--body);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.hero-note {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 17px;
  font-size: 12px;
  color: var(--muted);
}
.hero-note .icon {
  width: 14px;
  height: 14px;
  color: #387453;
}
.hero-note > span {
  margin: 0 4px;
}
.product-preview {
  margin-top: 46px;
}
.preview-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
}
.preview-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.15px;
  color: var(--muted);
}
.live-dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #478563;
}
.preview-tabs {
  display: flex;
  gap: 3px;
  background: #e9edf5;
  border: 1px solid #e0e6ef;
  padding: 3px;
  border-radius: 7px;
}
.preview-tabs button {
  min-height: 32px;
  border: 0;
  padding: 4px 13px;
  border-radius: 4px;
  background: transparent;
  color: var(--body);
  font-size: 12px;
}
.preview-tabs [aria-selected="true"] {
  background: white;
  color: var(--ink);
  box-shadow: 0 1px 4px #1724380c;
}
html:not(.js) .preview-tabs {
  display: none;
}
.app-preview,
.portal-preview {
  min-height: 413px;
  border: 1px solid #d5deeb;
  border-radius: 11px;
  overflow: hidden;
  background: white;
  box-shadow:
    0 18px 50px -20px #203d6830,
    0 2px 6px #203d6806;
}
.app-preview {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr) 230px;
}
.app-sidebar {
  display: flex;
  flex-direction: column;
  padding: 24px 12px 16px;
  background: var(--navy);
  color: #c3cede;
  font-size: 11px;
}
.workspace-name {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 0 5px 28px;
}
.workspace-avatar {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #68778d;
  border-radius: 6px;
  font-size: 13px;
  background: #ffffff0d;
}
.sidebar-link {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 35px;
  padding: 0 9px;
}
.sidebar-link .icon {
  width: 15px;
  height: 15px;
  color: #9fafc6;
}
.sidebar-link.selected {
  color: white;
  background: #304665;
  border-radius: 5px;
}
.sidebar-count {
  margin-left: auto;
  font-size: 9px;
  background: #ffffff17;
  padding: 0 5px;
  border-radius: 4px;
}
.sidebar-caption {
  display: flex;
  justify-content: space-between;
  margin: 24px 10px 10px;
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #a6b8cf;
}
.sidebar-bottom {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding: 25px 8px 0;
}
.sidebar-bottom small {
  display: block;
  font-size: 9px;
  color: #a6b8cf;
}
.avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  color: #b9d0ff;
  background: #35567f;
  font-size: 10px;
  font-weight: 500;
}
.avatar-peach {
  background: #f3e3d5;
  color: #82592f;
}
.app-main {
  min-width: 0;
  padding: 21px 24px 0;
}
.app-breadcrumb {
  display: flex;
  gap: 10px;
  font-size: 9px;
  color: var(--muted);
  margin-bottom: 18px;
}
.app-breadcrumb span {
  color: #9ca8b9;
}
.app-heading,
.app-heading > div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.app-heading {
  justify-content: space-between;
}
.project-emoji {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 7px;
  background: #edf2ff;
  color: #395fc3;
  font-weight: 500;
  font-size: 12px;
}
.app-heading h2 {
  font-size: 19px;
  letter-spacing: -0.5px;
}
.mock-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 5px;
  background: var(--blue);
  color: white;
  padding: 6px 9px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
}
.mock-btn .icon {
  width: 12px;
  height: 12px;
}
.mock-btn-light {
  background: #edf2ff;
  color: #3153a4;
}
.app-toolbar {
  display: flex;
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  color: var(--muted);
  margin-top: 19px;
}
.app-toolbar > span {
  padding-bottom: 11px;
}
.app-toolbar .view-active {
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
}
.toolbar-summary {
  margin-left: auto;
  font-size: 9px;
}
.toolbar-summary span {
  padding: 0 5px;
}
.task-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px 78px;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  border-bottom: 1px solid #ecf0f5;
  font-size: 10px;
}
.task-row > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.task-row small {
  margin-left: auto;
  color: var(--muted);
  font-size: 8px;
}
.task-table-head {
  min-height: 30px;
  color: var(--muted);
  font-size: 8px;
}
.task-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  border: 1px solid #c2cede;
  border-radius: 3px;
}
.task-check.checked {
  background: #e7f2ec;
  color: #357354;
  border-color: #9fc3af;
  font-size: 9px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-self: start;
  padding: 3px 7px;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.35;
  border-radius: 4px;
  white-space: nowrap;
}
.dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.pill-progress {
  background: #faf0d9;
  color: #79590f;
}
.pill-client {
  background: #fae8df;
  color: #964e28;
}
.pill-review {
  background: #efe8f7;
  color: #6d4b8a;
}
.pill-planned {
  background: #e7eef9;
  color: #325b90;
}
.pill-inbox {
  background: #edf0f5;
  color: #53657d;
}
.pill-done {
  background: #e5f2e9;
  color: #326b48;
}
.scope-label {
  font-size: 8px;
  color: #617088;
  white-space: nowrap;
}
.scope-extra {
  color: #94622b;
  background: #fbf1e0;
  border-radius: 4px;
  padding: 3px 6px;
  justify-self: start;
}
.app-status {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  color: var(--muted);
  font-size: 9px;
}
.app-status .icon {
  width: 12px;
  height: 12px;
  color: #478563;
}
.app-detail {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--line);
  padding: 26px 19px 18px;
  background: #fafbfd;
}
.detail-kicker {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: var(--muted);
}
.app-detail h3 {
  font-size: 15px;
  letter-spacing: -0.3px;
  margin: 12px 0 7px;
}
.app-detail > p {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}
.estimate-box {
  padding: 15px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
  margin-top: 19px;
}
.estimate-box > span:first-child {
  color: var(--muted);
  font-size: 9px;
}
.estimate-box strong {
  display: block;
  font-weight: 600;
  font-size: 23px;
  margin: 4px 0 10px;
  letter-spacing: -0.5px;
}
.estimate-box strong small {
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0;
}
.estimate-box p {
  font-size: 9px;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.5;
}
.mini-comment {
  display: flex;
  gap: 8px;
  align-items: start;
  margin-top: 18px;
}
.mini-comment .avatar {
  width: 22px;
  height: 22px;
  font-size: 8px;
}
.mini-comment p {
  font-size: 10px;
  color: var(--body);
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 0 6px 6px 6px;
  background: white;
}
.detail-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--muted);
  font-size: 8px;
}
.detail-footer .icon {
  width: 11px;
  height: 11px;
}
.product-preview figcaption {
  padding: 15px 0;
  font-size: 11px;
  color: var(--muted);
  text-align: center;
}
.product-preview figcaption a {
  color: var(--body);
  text-decoration-color: #b6c1d1;
  text-underline-offset: 3px;
}
.portal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 35px;
  border-bottom: 1px solid var(--line);
}
.portal-top .brand {
  font-size: 14px;
  letter-spacing: -0.2px;
}
.portal-top .mark {
  width: 26px;
  height: 26px;
  border-radius: 6px;
}
.portal-top .mark svg {
  width: 15px;
  height: 15px;
}
.portal-user {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 10px;
}
.portal-content {
  padding: 24px 46px;
  background: #fafbfd;
}
.portal-welcome h2 {
  font-size: 22px;
  letter-spacing: -0.6px;
  margin: 6px 0;
}
.portal-welcome > p:last-child {
  color: var(--muted);
  font-size: 11px;
}
.portal-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 22px;
}
.portal-columns h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.small-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  background: #eef2f8;
  color: var(--muted);
  font-size: 10px;
  font-weight: 400;
}
.portal-request {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 15px;
  margin-bottom: 9px;
}
.portal-request .detail-kicker {
  grid-column: 1/-1;
  font-size: 7px;
  margin-bottom: 3px;
}
.portal-request strong {
  font-size: 11px;
  font-weight: 500;
}
.portal-request p {
  font-size: 9px;
  color: var(--muted);
  grid-column: 1;
}
.portal-request .mock-btn {
  grid-column: 2;
  grid-row: 2/4;
  align-self: center;
}
.portal-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}
.portal-new {
  margin-top: 17px;
  font-size: 10px;
  color: var(--muted);
}
.portal-new > span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--blue);
  margin-top: 4px;
  font-weight: 500;
}
.portal-new .icon {
  width: 12px;
  height: 12px;
}
.audience-strip {
  border-bottom: 1px solid var(--line);
  padding: 14px 0 35px;
}
.audience-strip > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.audience-strip p {
  font-size: 12px;
  color: var(--muted);
}
.audience-strip ul {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 500;
  color: var(--body);
}
.section {
  padding: 100px 0;
}
.section-heading {
  margin-bottom: 44px;
}
.section-heading h2 {
  font-size: 40px;
  letter-spacing: -1.4px;
  line-height: 1.15;
}
.section-heading .eyebrow {
  margin-bottom: 15px;
}
.section-lead {
  color: var(--body);
  font-size: 16px;
  margin-top: 17px;
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.step-number {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
}
.step-number > span {
  height: 1px;
  flex: 1;
  background: var(--line);
}
.workflow-grid h3 {
  font-size: 21px;
  letter-spacing: -0.5px;
  margin-bottom: 13px;
}
.workflow-grid p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--body);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  font-size: 12px;
  color: #2c53c5;
  font-weight: 500;
  text-decoration: none;
  margin-top: 14px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.text-link .icon {
  width: 15px;
  height: 15px;
}
.features-section {
  background: white;
  border-block: 1px solid var(--line);
}
.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 105px;
  padding: 42px 0 65px;
  scroll-margin-top: 110px;
}
.feature-row + .feature-row {
  border-top: 1px solid #e8edf4;
  padding-top: 65px;
}
.feature-reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}
.feature-reverse .feature-copy {
  order: 2;
}
.feature-icon {
  display: grid;
  place-items: center;
  background: var(--blue-soft);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: var(--blue);
  margin-bottom: 21px;
}
.feature-copy .eyebrow {
  font-size: 10px;
  margin-bottom: 11px;
}
.feature-copy h3 {
  font-size: 31px;
  line-height: 1.18;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.feature-copy > p:not(.eyebrow) {
  color: var(--body);
  font-size: 14px;
  line-height: 1.8;
  margin-top: 13px;
}
.feature-copy > p.feature-note {
  font-size: 12px;
  color: var(--muted);
  border-left: 2px solid #c6d4fc;
  padding-left: 13px;
  margin-top: 20px;
}
.feature-visual {
  background: #f1f5fc;
  border: 1px solid #e7edf6;
  border-radius: 13px;
  min-height: 325px;
  padding: 42px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scope-visual {
  background: #f2f5fb;
}
.client-visual {
  background: #f3f5f1;
  border-color: #e8eee3;
}
.ai-visual {
  background: #f5f3fa;
  border-color: #eee9f5;
  padding-block: 30px;
}
.sample-card {
  border: 1px solid #dce3ef;
  border-radius: 8px;
  background: white;
  box-shadow: 0 8px 24px -15px #27406645;
  overflow: hidden;
}
.sample-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 16px 21px;
  font-size: 10px;
  color: var(--muted);
}
.sample-card-head .scope-label {
  font-size: 9px;
}
.sample-card h4 {
  font-size: 20px;
  letter-spacing: -0.5px;
  padding: 3px 21px 21px;
}
.agreement-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 0 21px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}
.agreement-row small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.8px;
  color: var(--muted);
  margin-bottom: 6px;
}
.agreement-row strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.agreement-row strong span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}
.agreement-row .pill {
  font-size: 9px;
}
.sample-card-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 21px;
  background: #fafbfd;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: var(--muted);
}
.sample-card-foot .icon {
  width: 13px;
  height: 13px;
}
.client-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--body);
}
.client-brand .mark {
  width: 22px;
  height: 22px;
  border-radius: 5px;
}
.client-brand .mark svg {
  width: 13px;
  height: 13px;
}
.sample-card-head > .icon {
  width: 14px;
  height: 14px;
}
.client-visual h4 {
  padding-top: 10px;
}
.waiting-item {
  display: flex;
  align-items: center;
  gap: 11px;
  border-top: 1px solid var(--line);
  margin: 0 21px;
  padding: 17px 0;
}
.waiting-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 33px;
  border-radius: 6px;
  color: #a0743a;
  background: #fbf0df;
}
.waiting-icon.purple {
  color: #8064a8;
  background: #f1eafb;
}
.waiting-icon .icon {
  width: 17px;
  height: 17px;
}
.waiting-item > div {
  flex: 1;
}
.waiting-item strong {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.waiting-item small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}
.waiting-item > .icon {
  width: 14px;
  height: 14px;
  color: var(--muted);
}
.import-file {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #dfdaed;
  background: white;
  padding: 14px 17px;
  border-radius: 7px;
}
.file-icon {
  color: #4264a0;
  display: grid;
  place-items: center;
  width: 33px;
  height: 39px;
  background: #edf2fd;
  border-radius: 5px;
}
.import-file strong {
  font-size: 12px;
  display: block;
  font-weight: 500;
}
.import-file small {
  font-size: 9px;
  color: var(--muted);
  display: block;
}
.import-file > .pill {
  margin-left: auto;
  font-size: 8px;
}
.import-connector {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #786392;
  font-size: 10px;
  padding: 16px 0;
}
.import-connector .icon {
  width: 14px;
  height: 14px;
}
.draft-card .sample-card-head {
  padding-block: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}
.draft-card .sample-card-head strong {
  color: var(--ink);
  font-weight: 500;
}
.draft-row {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  padding: 12px 0;
  margin: 0 20px;
  border-bottom: 1px solid #edf0f5;
}
.draft-row > span:last-child {
  margin-left: auto;
  font-size: 9px;
  color: var(--muted);
}
.draft-card .sample-card-foot {
  font-size: 9px;
  justify-content: space-between;
}
.essentials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 33px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}
.essential-icon {
  display: inline-flex;
  color: var(--blue);
  margin-bottom: 17px;
}
.essential-icon .icon {
  width: 22px;
  height: 22px;
}
.essentials-grid h3 {
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 1.35;
  margin-bottom: 11px;
}
.essentials-grid p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--body);
}
.essentials-grid .text-link {
  font-size: 11px;
  margin-top: 7px;
}
.centered {
  text-align: center;
}
.centered .eyebrow {
  justify-content: center;
}
.plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.plan {
  padding: 28px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 10px;
}
.plan-pro {
  border: 2px solid var(--blue);
  padding: 27px;
  box-shadow: 0 9px 30px -19px #315fe949;
}
.plan-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}
.plan-heading h3 {
  font-size: 21px;
  letter-spacing: -0.5px;
}
.plan-badge {
  font-size: 9px;
  font-weight: 500;
  padding: 4px 7px;
  border-radius: 4px;
  background: var(--blue-soft);
  color: #3051ab;
}
.plan-blurb {
  font-size: 12px;
  color: var(--muted);
  margin-top: 9px;
}
.plan-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 23px 0;
}
.plan-price strong {
  font-size: 43px;
  letter-spacing: -2px;
  font-weight: 500;
  line-height: 1.2;
}
.plan-price > span {
  color: var(--muted);
  font-size: 10px;
}
.plan > .btn {
  width: 100%;
  min-height: 43px;
  padding: 10px 13px;
  font-size: 12px;
}
.plan > .btn .icon {
  width: 14px;
  height: 14px;
}
.plan-features {
  list-style: none;
  padding: 22px 0 0;
  margin: 23px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 13px;
}
.plan-features li {
  display: flex;
  align-items: start;
  gap: 9px;
  font-size: 12px;
  color: var(--body);
}
.plan-features .icon {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  color: #477059;
}
.pricing-notes {
  text-align: center;
  margin-top: 23px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.9;
}
.faq-section {
  border-top: 1px solid var(--line);
  background: white;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  gap: 90px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary .icon {
  width: 16px;
  height: 16px;
  color: var(--muted);
}
.faq-list details[open] summary .icon {
  transform: rotate(45deg);
}
.faq-list details > p {
  padding: 0 30px 23px 0;
  font-size: 13px;
  color: var(--body);
  line-height: 1.8;
}
.final-cta {
  background: var(--navy);
  color: white;
  padding: 68px 0;
}
.final-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.final-cta .eyebrow {
  color: #b2c6ff;
  font-size: 10px;
}
.final-cta h2 {
  font-size: 36px;
  letter-spacing: -1.3px;
}
.final-cta-inner > div > p:not(.eyebrow) {
  color: #b7c6db;
  font-size: 13px;
  margin-top: 17px;
}
.final-actions {
  flex-shrink: 0;
  text-align: center;
}
.final-actions .btn {
  background: white;
  color: var(--ink);
}
.final-actions .btn:hover {
  background: #e9f0ff;
}
.final-cta-inner > .final-actions > p {
  font-size: 10px;
  margin-top: 12px;
}
.site-footer {
  padding: 53px 0 0;
  background: #f7f9fc;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 43px;
}
.footer-brand > p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 16px;
}
.footer-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-group h2 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 13px;
}
.footer-group a {
  color: var(--body);
  text-decoration: none;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
}
.footer-group a:hover,
.footer-bottom a:hover {
  color: var(--blue);
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 26px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
  color: var(--muted);
  font-size: 10px;
}
.footer-bottom nav {
  display: flex;
  gap: 22px;
}
.footer-bottom a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
}
.footer-bottom > span {
  margin-left: auto;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: calc(100% - 64px);
  }
  .app-preview {
    grid-template-columns: 165px minmax(0, 1fr) 205px;
  }
  .app-main {
    padding-inline: 18px;
  }
  .app-detail {
    padding-inline: 15px;
  }
  .task-row {
    grid-template-columns: minmax(0, 1fr) 94px;
  }
  .task-row > .scope-label,
  .task-table-head > span:last-child,
  .task-row small {
    display: none;
  }
  .app-heading h2 {
    font-size: 17px;
  }
  .feature-row {
    gap: 65px;
  }
  .feature-visual {
    padding-inline: 26px;
  }
  .plan {
    padding: 23px;
  }
  .plan-pro {
    padding: 22px;
  }
  .nav-inner {
    gap: 30px;
  }
  .nav-menu ul {
    gap: 20px;
  }
  .faq-layout {
    gap: 60px;
  }
}
@media (max-width: 959px) {
  .nav-inner {
    gap: 23px;
  }
  .nav-menu ul {
    gap: 15px;
  }
  .nav-menu ul a,
  .sign-in {
    font-size: 12px;
  }
  .nav-actions {
    gap: 15px;
  }
  .nav-actions .btn {
    font-size: 12px;
    padding-inline: 13px;
  }
  .app-preview {
    grid-template-columns: 145px minmax(0, 1fr);
    min-height: 405px;
  }
  .app-detail {
    display: none;
  }
  .app-heading h2 {
    font-size: 20px;
  }
  .task-row {
    grid-template-columns: minmax(0, 1fr) 102px 75px;
  }
  .task-row > .scope-label,
  .task-table-head > span:last-child {
    display: inline-flex;
  }
  .audience-strip > .container {
    flex-direction: column;
    gap: 15px;
  }
  .section {
    padding: 75px 0;
  }
  .workflow-grid {
    gap: 30px;
  }
  .workflow-grid h3 {
    font-size: 19px;
  }
  .feature-row {
    gap: 35px;
  }
  .feature-copy h3 {
    font-size: 27px;
  }
  .feature-visual {
    min-height: 300px;
    padding-inline: 20px;
  }
  .sample-card-head,
  .sample-card h4,
  .sample-card-foot {
    padding-inline: 15px;
  }
  .agreement-row,
  .waiting-item {
    margin-inline: 15px;
  }
  .agreement-row strong {
    font-size: 14px;
  }
  .sample-card h4 {
    font-size: 18px;
  }
  .import-file {
    padding-inline: 10px;
    gap: 8px;
  }
  .import-file > .pill {
    display: none;
  }
  .essentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 50px;
  }
  .plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .plan {
    padding: 20px 17px;
  }
  .plan-pro {
    padding: 19px 16px;
  }
  .plan-heading {
    align-items: start;
    flex-direction: column;
    min-height: 53px;
    gap: 5px;
  }
  .plan-heading h3 {
    font-size: 20px;
  }
  .plan-price {
    display: block;
  }
  .plan-price > span {
    display: block;
    margin-top: 5px;
  }
  .plan > .btn {
    font-size: 11px;
    padding-inline: 8px;
    gap: 6px;
  }
  .plan-features li {
    font-size: 11px;
  }
  .faq-layout {
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .final-cta h2 {
    font-size: 31px;
  }
  .final-actions .btn {
    font-size: 13px;
  }
  .footer-top {
    gap: 40px;
  }
  .portal-content {
    padding-inline: 30px;
  }
  .portal-columns {
    gap: 25px;
  }
  .portal-request {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .portal-request .mock-btn {
    align-self: flex-start;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
  }
  html {
    scroll-padding-top: 85px;
  }
  .nav-inner {
    min-height: 68px;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
  .nav-inner > .brand {
    min-height: 68px;
    font-size: 21px;
  }
  .nav-toggle {
    display: none;
  }
  .js .nav-toggle {
    display: flex;
  }
  .nav-menu {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 0 0 18px;
  }
  .js .nav-menu {
    display: none;
  }
  .js .nav-menu.is-open {
    display: flex;
  }
  .nav-menu ul {
    margin: 0;
    flex-wrap: wrap;
    gap: 0 22px;
  }
  .nav-menu ul a {
    font-size: 14px;
  }
  .nav-actions {
    border-top: 1px solid var(--line);
    padding-top: 13px;
    justify-content: space-between;
  }
  .nav-actions .btn {
    font-size: 13px;
  }
  .sign-in {
    font-size: 14px;
  }
  .hero {
    padding-top: 39px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
    margin-bottom: 18px;
  }
  h1 {
    font-size: clamp(39px, 8vw, 59px);
    letter-spacing: -2.2px;
  }
  .lead {
    font-size: 16px;
    max-width: 470px;
    margin-top: 20px;
  }
  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }
  .hero-actions .btn {
    font-size: 13px;
    min-height: 46px;
    padding: 11px 14px;
    gap: 8px;
  }
  .hero-note {
    font-size: 11px;
  }
  .product-preview {
    margin-top: 32px;
  }
  .preview-label {
    display: none;
  }
  .preview-bar {
    justify-content: center;
    padding: 0 0 12px;
  }
  .preview-tabs button {
    min-height: 37px;
    font-size: 12px;
    padding-inline: 17px;
  }
  .app-preview {
    grid-template-columns: minmax(0, 1fr);
    min-height: 375px;
  }
  .app-sidebar {
    display: none;
  }
  .app-main {
    padding: 19px 20px 0;
  }
  .app-breadcrumb {
    margin-bottom: 16px;
  }
  .app-heading h2 {
    font-size: 19px;
  }
  .task-row {
    min-height: 38px;
    grid-template-columns: minmax(0, 1fr) 100px 72px;
  }
  .task-row > span:first-child {
    font-size: 10px;
  }
  .app-status {
    font-size: 8px;
  }
  .product-preview figcaption {
    font-size: 10px;
    line-height: 1.8;
    max-width: 420px;
    margin: auto;
  }
  .product-preview figcaption a {
    display: block;
  }
  .hero {
    padding-bottom: 12px;
  }
  .audience-strip {
    padding: 15px 0 28px;
  }
  .audience-strip p {
    font-size: 11px;
    text-align: center;
  }
  .audience-strip ul {
    justify-content: center;
    font-size: 10px;
    gap: 9px 24px;
  }
  .audience-strip > .container {
    gap: 12px;
  }
  .section {
    padding: 60px 0;
  }
  .section-heading h2 {
    font-size: 32px;
    letter-spacing: -1.1px;
  }
  .section-heading {
    margin-bottom: 34px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .section-lead {
    font-size: 14px;
  }
  .workflow-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .step-number {
    margin-bottom: 14px;
  }
  .workflow-grid h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .workflow-grid p {
    font-size: 14px;
    max-width: 520px;
  }
  .workflow-grid .text-link {
    margin-top: 5px;
  }
  .feature-row,
  .feature-reverse {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 15px 0 40px;
  }
  .feature-row + .feature-row {
    padding-top: 40px;
  }
  .feature-reverse .feature-copy {
    order: 0;
  }
  .feature-icon {
    margin-bottom: 15px;
    width: 35px;
    height: 35px;
    border-radius: 8px;
  }
  .feature-copy h3 {
    font-size: 29px;
  }
  .feature-copy > p:not(.eyebrow) {
    max-width: 540px;
  }
  .feature-visual {
    padding: 28px 30px;
    min-height: 280px;
  }
  .sample-card {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
  }
  .sample-card-head,
  .sample-card h4,
  .sample-card-foot {
    padding-inline: 21px;
  }
  .agreement-row,
  .waiting-item {
    margin-inline: 21px;
  }
  .agreement-row strong {
    font-size: 16px;
  }
  .import-file {
    padding: 13px 17px;
    max-width: 420px;
    width: 100%;
    margin-inline: auto;
    gap: 12px;
  }
  .import-file > .pill {
    display: inline-flex;
  }
  .import-file strong {
    font-size: 12px;
  }
  .sample-card h4 {
    font-size: 20px;
  }
  .essentials-grid {
    gap: 30px 25px;
    padding-top: 33px;
  }
  .essentials-grid h3 {
    font-size: 15px;
  }
  .essentials-grid p {
    font-size: 12px;
  }
  .plans {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    max-width: 480px;
    margin-inline: auto;
  }
  .plan {
    padding: 25px;
  }
  .plan-pro {
    padding: 24px;
  }
  .plan-heading {
    flex-direction: row;
    align-items: center;
    min-height: 0;
  }
  .plan-heading h3 {
    font-size: 23px;
  }
  .plan-badge {
    font-size: 10px;
  }
  .plan-blurb {
    font-size: 13px;
  }
  .plan-price {
    display: flex;
  }
  .plan-price > span {
    font-size: 11px;
  }
  .plan > .btn {
    font-size: 14px;
    min-height: 46px;
  }
  .plan-features li {
    font-size: 13px;
  }
  .plan-features {
    gap: 11px;
  }
  .pricing-notes {
    max-width: 480px;
    margin-inline: auto;
    text-align: left;
    font-size: 11px;
  }
  .pricing-notes p + p {
    margin-top: 7px;
  }
  .faq-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .faq-list summary {
    font-size: 14px;
    gap: 20px;
    padding-block: 20px;
  }
  .faq-list details > p {
    font-size: 13px;
    padding-right: 12px;
  }
  .final-cta {
    padding: 45px 0;
  }
  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .final-cta h2 {
    font-size: 31px;
  }
  .final-actions {
    text-align: left;
  }
  .final-actions .btn {
    font-size: 14px;
  }
  .final-cta-inner > .final-actions > p {
    font-size: 11px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 25px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand > p {
    font-size: 13px;
  }
  .footer-group a {
    font-size: 12px;
    min-height: 36px;
  }
  .footer-group h2 {
    font-size: 12px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 5px 25px;
    padding: 16px 0 25px;
  }
  .footer-bottom > span {
    width: 100%;
    margin: 0;
    font-size: 9px;
  }
  .portal-top {
    padding: 15px 18px;
  }
  .portal-top .brand {
    font-size: 12px;
  }
  .portal-user {
    font-size: 9px;
    gap: 7px;
  }
  .portal-user .avatar {
    width: 24px;
    height: 24px;
  }
  .portal-content {
    padding: 22px;
  }
  .portal-welcome h2 {
    font-size: 21px;
  }
  .portal-columns {
    gap: 22px;
    grid-template-columns: 1fr;
  }
  .portal-columns > div:last-child {
    display: none;
  }
  .portal-request {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px 10px;
    padding: 12px;
  }
  .portal-request .mock-btn {
    align-self: center;
    margin: 0;
    font-size: 8px;
  }
  .portal-request strong {
    font-size: 10px;
  }
  .portal-preview {
    min-height: 375px;
  }
}
@media (max-width: 479px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero-actions {
    flex-direction: column;
    max-width: 310px;
    margin-inline: auto;
  }
  .hero-actions .btn {
    min-height: 47px;
    font-size: 14px;
  }
  .hero-actions .btn-secondary {
    background: transparent;
    border: 0;
    min-height: 40px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  h1 {
    font-size: 40px;
    letter-spacing: -1.9px;
  }
  .hero-note {
    font-size: 10px;
    gap: 6px;
    margin-top: 11px;
  }
  .lead {
    font-size: 15px;
  }
  .app-main {
    padding-inline: 14px;
  }
  .app-heading h2 {
    font-size: 17px;
  }
  .project-emoji {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }
  .app-heading > .mock-btn {
    padding-inline: 7px;
    font-size: 8px;
  }
  .app-heading > .mock-btn .icon {
    width: 10px;
    height: 10px;
  }
  .task-row {
    grid-template-columns: minmax(0, 1fr) 87px;
    gap: 6px;
  }
  .task-row > .scope-label,
  .task-table-head > span:last-child {
    display: none;
  }
  .task-row > span:first-child {
    font-size: 9px;
    gap: 7px;
  }
  .task-row .pill {
    font-size: 8px;
  }
  .app-status {
    font-size: 7px;
  }
  .toolbar-summary {
    font-size: 8px;
  }
  .feature-visual {
    padding: 24px 17px;
  }
  .feature-copy h3 {
    font-size: 27px;
  }
  .essentials-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }
  .essentials-grid h3 {
    font-size: 17px;
  }
  .essentials-grid p {
    font-size: 13px;
  }
  .essential-icon {
    margin-bottom: 11px;
  }
  .import-file small {
    font-size: 8px;
  }
  .import-file > .pill {
    font-size: 7px;
    padding-inline: 5px;
  }
  .portal-top .brand {
    font-size: 10px;
  }
  .portal-user {
    font-size: 8px;
  }
  .portal-content {
    padding-inline: 18px;
  }
  .portal-welcome h2 {
    font-size: 19px;
  }
  .portal-request p {
    font-size: 8px;
  }
  .portal-request .mock-btn .icon {
    display: none;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .final-cta h2 {
    font-size: 28px;
  }
}
@media (max-width: 359px) {
  h1 {
    font-size: 35px;
  }
  .app-heading h2 {
    font-size: 15px;
  }
  .app-heading > .mock-btn {
    display: none;
  }
  .task-row > span:first-child {
    font-size: 8px;
  }
  .import-file > .pill {
    display: none;
  }
  .hero-note {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
