:root {
  --ink: #17212f;
  --ink-soft: #42526e;
  --muted: #68758a;
  --line: #dce3ee;
  --paper: #ffffff;
  --surface: #f6f8fb;
  --surface-strong: #edf6f3;
  --green: #1f8a5f;
  --green-dark: #146849;
  --blue: #2563eb;
  --cyan: #1b92a6;
  --amber: #b86614;
  --shadow: 0 18px 45px rgba(23, 33, 47, 0.12);
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--green-dark);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 227, 238, 0.85);
  backdrop-filter: blur(12px);
}

.site-header-inner {
  position: relative;
  display: flex;
  width: min(100%, var(--max));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img,
.footer-logo {
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--green);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.container {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.container.narrow {
  width: min(100% - 40px, 800px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: 56px;
  min-height: 640px;
  align-items: center;
  overflow: hidden;
  padding: 78px max(40px, calc((100vw - var(--max)) / 2)) 92px;
  background: #eef5f4;
}

.hero::after {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: auto;
  margin: 0;
  padding: 0;
}

.hero-content h1,
.page-hero h1,
.post-header h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 4.5rem;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-content .lede,
.product-hero .lede,
.page-hero .lede {
  max-width: 650px;
}

.hero-visual {
  position: relative;
  display: flex;
  z-index: 1;
  min-height: 430px;
  align-items: center;
  justify-content: center;
}

.hero-visual picture {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  opacity: 1;
  object-fit: contain;
}

.partner-mark {
  display: inline-flex;
  margin-top: 28px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.partner-mark img {
  width: 210px;
  max-height: 24px;
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lede {
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 1.25rem;
  line-height: 1.6;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: #ffffff;
  background: var(--green);
}

.button.primary:hover {
  color: #ffffff;
  background: var(--green-dark);
}

.button.secondary {
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
}

.button.secondary:hover {
  color: var(--green-dark);
  border-color: var(--green);
}

.section {
  padding: 92px 0;
}

.section[id] {
  scroll-margin-top: 96px;
}

.intro-band,
.cta-band {
  background: var(--surface);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section h2,
.section-heading h2,
.feature-list h2,
.prose h2,
.site-footer h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.35rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.site-footer h2 {
  font-size: 1rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.product-showcase-list {
  display: grid;
  gap: 44px;
}

.post-card,
.contact-details,
.contact-panel,
.feature-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(23, 33, 47, 0.06);
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(23, 33, 47, 0.08);
}

.product-showcase:nth-child(even) .product-shot {
  order: 2;
}

.product-showcase:nth-child(even) .product-showcase-body {
  order: 1;
}

.product-shot {
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: var(--surface);
}

.product-shot picture {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.product-shot img {
  width: auto;
  max-height: 275px;
  object-fit: contain;
  background: var(--surface);
}

.product-video-frame {
  position: relative;
  display: block;
  width: min(100%, 460px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050607;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(23, 33, 47, 0.12);
}

.product-video-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.5));
  content: "";
}

.product-video-frame img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.product-video-frame:hover img {
  transform: scale(1.025);
}

.product-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(35, 101, 242, 0.94);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.44);
  transform: translate(-50%, -50%);
}

.product-video-play::before {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #ffffff;
  content: "";
}

.product-video-label {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.76);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.product-showcase-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
}

.product-showcase span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-showcase .product-video-label {
  color: #ffffff;
}

.product-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 12px 0 18px;
}

.product-title-row h3 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.15;
}

.product-logo-picture {
  display: inline-flex;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: flex-start;
}

.product-logo {
  width: auto;
  max-width: 52px;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
}

.product-showcase p {
  margin: 0 0 18px;
  color: var(--muted);
}

.product-showcase a {
  margin-top: 4px;
  font-weight: 800;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  gap: 44px;
  align-items: center;
}

.trust-band {
  background: var(--surface);
}

.trust-partner-logo {
  width: 250px;
  max-height: 30px;
  margin-top: 24px;
  object-fit: contain;
  object-position: left center;
}

.customer-proof {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(23, 33, 47, 0.08);
}

.customer-proof h3 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 1.7rem;
  line-height: 1.15;
}

.customer-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
}

.customer-logo-grid img {
  width: 100%;
  height: 74px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  object-fit: contain;
}

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

.metric-grid div {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.metric-grid strong {
  display: block;
  color: var(--green-dark);
  font-size: 2.25rem;
  line-height: 1;
}

.metric-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.profile-block img {
  width: 190px;
  border-radius: 8px;
}

.text-link {
  font-weight: 800;
}

.center {
  text-align: center;
}

.center .lede,
.center p {
  margin-right: auto;
  margin-left: auto;
}

.page-hero,
.post-header {
  padding: 76px 0 66px;
  background: var(--surface-strong);
}

.page-hero h1,
.post-header h1 {
  font-size: 3.65rem;
  line-height: 1.06;
}

.post-header {
  padding: 36px 0 32px;
}

.post-header h1 {
  max-width: 760px;
  font-size: 2.35rem;
  line-height: 1.08;
}

.post-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-top: 15px;
}

.post-meta-row time {
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.post-byline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.post-byline img {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
}

.post-byline:hover {
  text-decoration: underline;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  gap: 52px;
  align-items: center;
  min-height: 560px;
  padding: 76px max(40px, calc((100vw - var(--max)) / 2)) 88px;
  background: var(--surface);
}

.product-hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: 3.8rem;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

.product-hero-logo {
  width: auto;
  max-width: 250px;
  max-height: 52px;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: left center;
}

.product-hero-media {
  display: block;
  width: 100%;
}

.product-hero img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.product-hero .product-video-frame {
  width: 100%;
  max-width: 760px;
}

.product-hero .product-video-frame img {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-hero-copy img {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-hero-copy picture {
  display: inline-block;
}

.product-hero-copy > p:not(.eyebrow):not(.lede) {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.jira-hero {
  background: #eef4ff;
}

.community-hero {
  background: #eff7ee;
}

.notion-hero {
  background: #f4f1ec;
}

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

.feature-list article {
  padding: 26px;
}

.feature-list h2 {
  font-size: 1.35rem;
}

.feature-list p {
  color: var(--muted);
}

.product-proof {
  background: var(--surface);
}

.prose {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.post-body {
  padding: 34px 0 112px;
}

.post-body > p:first-child {
  margin-top: 0;
  color: var(--ink-soft);
  font-size: 1.12rem;
  line-height: 1.65;
}

.prose h2,
.prose h3 {
  margin: 36px 0 12px;
  color: var(--ink);
}

.prose h2 {
  font-size: 1.65rem;
}

.prose h3 {
  font-size: 1.25rem;
}

.prose img {
  margin: 28px auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.prose blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--green);
  background: var(--surface);
  color: var(--ink);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 52px;
  align-items: start;
}

.about-main {
  padding-top: 68px;
}

.profile-block {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.about-profile {
  position: sticky;
  top: 120px;
  grid-template-columns: 1fr;
  margin-bottom: 0;
  padding: 28px;
}

.about-profile > img {
  width: 96px;
}

.about-profile h2 {
  margin: 6px 0 8px;
  font-size: 1.8rem;
}

.about-profile p {
  color: var(--muted);
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.inline-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.inline-links a:hover {
  color: var(--green-dark);
  border-color: var(--green);
}

.social-icon-links a {
  width: 44px;
  min-height: 44px;
  padding: 0;
}

.social-icon-links svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.about-copy {
  padding-top: 6px;
}

.about-copy h1 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 2.6rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.contact-page {
  padding-top: 44px;
  padding-bottom: 72px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.contact-page .container {
  width: min(100% - 40px, 1080px);
}

.contact-heading {
  max-width: 680px;
  margin-bottom: 22px;
}

.contact-heading h1 {
  margin: 0;
  color: var(--ink);
  font-size: 2.6rem;
  line-height: 1.06;
}

.contact-heading p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 720px) 270px;
  gap: 24px;
  align-items: start;
  justify-content: start;
}

.contact-form {
  display: grid;
  gap: 15px;
}

.contact-panel {
  padding: 28px;
}

.contact-panel h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.contact-panel p {
  margin: 0;
  color: var(--muted);
}

.field-group {
  display: grid;
  gap: 8px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  color: var(--ink);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.contact-form input {
  min-height: 46px;
}

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

.contact-form button {
  justify-self: start;
  margin-top: 6px;
}

.contact-details {
  padding: 22px;
  color: var(--muted);
}

.contact-details h2 {
  margin: 0 0 20px;
  font-size: 1.3rem;
}

.contact-details p {
  margin: 18px 0 0;
}

.blog-page {
  --blog-ink: #354253;
  --blog-heading: #303b49;
  --blog-text: #637083;
  --blog-muted: #748093;
  --blog-line: #e5ebf2;
  --blog-surface: #fafbfd;
  --blog-accent: #4c7f65;
  --blog-link: #4d6f9e;
  color: var(--blog-ink);
  background: #fbfcfe;
  font-family: Aptos, Calibri, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  padding-top: 48px;
}

.blog-heading {
  width: min(100%, 1040px);
  margin: 0 auto 24px;
}

.blog-heading h1 {
  margin: 0;
  color: var(--blog-heading);
  font-size: 2.45rem;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: 0;
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  width: min(100%, 1040px);
  margin: 0 auto;
  align-items: start;
}

.blog-main {
  min-width: 0;
  grid-column: 1;
  grid-row: 1;
}

.blog-controls {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
  grid-column: 2;
  grid-row: 1;
  padding: 16px;
  border: 1px solid var(--blog-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(41, 53, 69, 0.04);
}

.blog-controls-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blog-heading);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.blog-controls-summary::-webkit-details-marker {
  display: none;
}

.blog-controls-summary::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.blog-controls[open] .blog-controls-summary::after {
  transform: rotate(225deg);
}

.blog-controls-panel {
  display: grid;
  gap: 16px;
}

.blog-search {
  display: grid;
  gap: 7px;
}

.blog-search label,
.blog-filter-group legend,
.blog-year-filter span {
  color: var(--blog-heading);
  font-size: 0.82rem;
  font-weight: 600;
}

.blog-search input,
.blog-year-filter select {
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--blog-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--blog-ink);
  font: inherit;
}

.blog-search input {
  width: 100%;
}

.blog-filter-row {
  display: grid;
  gap: 16px;
}

.blog-filter-group {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.blog-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip,
.filter-reset {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--blog-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--blog-ink);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}

.filter-chip:hover,
.filter-reset:hover {
  color: var(--blog-accent);
  border-color: rgba(76, 127, 101, 0.5);
}

.filter-chip.is-active {
  color: #ffffff;
  background: var(--blog-accent);
  border-color: var(--blog-accent);
}

.blog-year-filter {
  display: grid;
  gap: 7px;
}

.filter-reset {
  justify-self: start;
}

.blog-empty {
  margin: 18px auto 0;
  color: var(--blog-muted);
  font-weight: 600;
}

.blog-empty[hidden] {
  display: none;
}

.blog-index {
  display: grid;
  gap: 18px;
}

.post-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 100%;
  overflow: hidden;
  border-color: var(--blog-line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 22px rgba(41, 53, 69, 0.035);
}

.post-card.no-image {
  grid-template-columns: 1fr;
}

.post-card[hidden] {
  display: none;
}

.post-card time {
  color: var(--blog-accent);
  font-size: 0.9rem;
  font-weight: 600;
}

.back-link {
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.post-header .back-link {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.back-link:hover {
  text-decoration: underline;
}

.post-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.post-app-label,
.post-category-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blog-muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.post-app-label::before,
.post-category-label::before {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--blog-accent);
  content: "";
}

.post-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 14px;
  background: var(--blog-surface);
  border-right: 1px solid var(--blog-line);
}

.post-card-image img {
  width: 100%;
  height: 160px;
  border: 1px solid rgba(105, 118, 135, 0.18);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(41, 53, 69, 0.045);
  object-fit: contain;
}

.post-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 22px;
}

.post-card h2 {
  margin: 10px 0;
  font-size: 1.28rem;
  line-height: 1.32;
  font-weight: 600;
}

.post-card h2 a {
  color: var(--blog-heading);
  text-decoration: none;
}

.post-card p {
  margin: 0 0 18px;
  color: var(--blog-text);
  font-size: 0.98rem;
  line-height: 1.7;
}

.post-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  margin: auto 0 18px;
}

.author-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blog-heading);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}

.author-chip img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: cover;
}

.author-chip span {
  display: grid;
  gap: 2px;
}

.author-chip small {
  color: var(--blog-muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.post-card .text-link {
  margin-top: 0;
  color: var(--blog-link);
  font-weight: 600;
}

.site-footer {
  padding: 54px 40px 26px;
  color: #d9e3ef;
  background: #141c28;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(150px, 1fr));
  gap: 36px;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: #ffffff;
}

.site-footer a {
  display: block;
  margin: 8px 0;
  color: #d9e3ef;
  text-decoration: none;
}

.site-footer a:hover {
  color: #7ee0b2;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 8px;
}

.site-footer .social-link {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
}

.site-footer .social-link:hover {
  color: #7ee0b2;
}

.social-links svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.site-footer p {
  max-width: 340px;
  color: #aebbd0;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: min(100%, var(--max));
  margin: 38px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #aebbd0;
  font-size: 0.9rem;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
    padding: 68px 28px 76px;
  }

  .hero-visual {
    min-height: 280px;
  }

  .hero-content h1,
  .page-hero h1,
  .post-header h1 {
    font-size: 3.2rem;
  }

  .product-hero h1 {
    font-size: 3rem;
  }

  .split,
  .trust-layout,
  .about-layout,
  .product-showcase,
  .product-hero,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-list {
    grid-template-columns: 1fr 1fr;
  }

  .product-hero {
    padding-right: 28px;
    padding-left: 28px;
  }

  .product-shot {
    min-height: 260px;
  }

  .product-showcase:nth-child(even) .product-shot,
  .product-showcase:nth-child(even) .product-showcase-body {
    order: 0;
  }

  .about-profile {
    position: static;
  }

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

  .blog-main,
  .blog-controls {
    grid-column: auto;
    grid-row: auto;
  }

  .blog-controls {
    position: static;
    margin-bottom: 18px;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 0 18px;
  }

  .site-header-inner {
    padding: 14px 0;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    display: none;
    width: min(260px, calc(100vw - 36px));
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .hero-content h1,
  .page-hero h1,
  .post-header h1 {
    font-size: 2.45rem;
    line-height: 1.08;
  }

  .product-hero h1 {
    font-size: 2.35rem;
    line-height: 1.08;
  }

  .section h2,
  .section-heading h2 {
    font-size: 1.9rem;
  }

  .lede {
    font-size: 1.08rem;
  }

  .feature-list,
  .blog-index,
  .metric-grid,
  .customer-logo-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .page-hero,
  .post-header {
    padding: 66px 0 52px;
  }

  .post-header {
    padding: 28px 0 26px;
  }

  .post-header h1 {
    font-size: 1.88rem;
  }

  .product-hero {
    gap: 30px;
    min-height: auto;
    padding-top: 62px;
    padding-bottom: 64px;
  }

  .product-shot {
    min-height: 190px;
    padding: 22px;
  }

  .product-shot img {
    max-height: 190px;
  }

  .product-showcase-body {
    padding: 24px;
  }

  .blog-page {
    padding-top: 38px;
  }

  .contact-page {
    padding-top: 38px;
    padding-bottom: 64px;
  }

  .contact-heading h1 {
    font-size: 2.25rem;
  }

  .contact-panel h2 {
    font-size: 1.45rem;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .blog-heading {
    margin-bottom: 22px;
  }

  .blog-heading h1 {
    font-size: 2.1rem;
  }

  .blog-controls {
    gap: 14px;
    padding: 14px;
  }

  .blog-search {
    max-width: none;
  }

  .blog-filter-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px 8px;
  }

  .blog-filter-group {
    grid-column: 1 / -1;
  }

  .blog-filter-options {
    gap: 8px;
  }

  .blog-year-filter {
    min-width: 0;
  }

  .post-card {
    grid-template-columns: 1fr;
  }

  .post-card-image {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .post-card-image img {
    width: auto;
    height: auto;
    max-height: 220px;
  }

  .post-card-content,
  .contact-panel {
    padding: 22px;
  }

  .profile-block {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .action-row,
  .button {
    width: 100%;
  }

  .site-footer {
    padding-right: 22px;
    padding-left: 22px;
  }
}
