:root {
  --tf-ink: #071321;
  --tf-navy: #0c1b2b;
  --tf-navy-2: #102236;
  --tf-blue: #1267f2;
  --tf-blue-hover: #0c55ce;
  --tf-sky: #60a5fa;
  --tf-text: #111827;
  --tf-muted: #556174;
  --tf-border: #dce3ed;
  --tf-surface: #f6f8fb;
  --tf-background: #ffffff;
  --tf-white: #ffffff;
  --tf-shadow: 0 20px 48px rgba(7, 19, 33, 0.18);
  --tf-radius: 7px;
  --tf-container: 1180px;
  --tf-base-font-size: 16px;
  --tf-section-spacing: 78px;
  --tf-body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tf-heading-font: inherit;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--tf-text);
  background: var(--tf-background);
  font-family: var(--tf-body-font);
  font-size: var(--tf-base-font-size);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

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

a {
  color: var(--tf-blue);
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--tf-blue-hover);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.75rem;
  color: inherit;
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-family: var(--tf-heading-font);
}

h1 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.35rem);
}

h3 {
  font-size: 1.05rem;
}

p {
  margin: 0 0 1rem;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--tf-container));
  margin-inline: auto;
}

.container.narrow,
.narrow {
  max-width: 860px;
}

.section {
  padding: var(--tf-section-spacing) 0;
}

.section-dark {
  color: #f8fbff;
  background: var(--tf-ink);
}

.section-kicker {
  margin-bottom: 1rem;
  color: var(--tf-blue);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-dark .section-kicker {
  color: #64a5ff;
}

.section-header {
  margin-bottom: 48px;
}

.section-header.centered {
  text-align: center;
}

.lead {
  color: #c8d2df;
  font-size: 1.08rem;
  line-height: 1.75;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed !important;
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: var(--tf-ink);
  background: var(--tf-white);
  border-radius: 4px;
  box-shadow: var(--tf-shadow);
}

:focus-visible {
  outline: 3px solid #69a9ff;
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  min-height: 74px;
  color: var(--tf-text);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  backdrop-filter: blur(12px);
}

.site-header.is-dark {
  color: var(--tf-white);
  background: rgba(4, 19, 35, 0.97);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.site-header.is-dark .button-outline {
  color: var(--tf-white);
  border-color: #8294aa;
}

.site-header.is-dark .menu-toggle {
  border-color: rgba(255, 255, 255, 0.36);
}

.site-header.is-dark .menu-toggle span[aria-hidden="true"] {
  background: var(--tf-white);
}

.site-header.is-static {
  position: relative;
}

.header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 74px;
  gap: 30px;
}

.site-branding {
  min-width: max-content;
}

.brand,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-logo {
  width: auto;
  max-height: 42px;
}

.brand-mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--tf-white);
  background: var(--tf-blue);
  border-radius: 6px;
  font-size: 0.88rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.primary-navigation {
  justify-self: center;
}

.primary-navigation ul,
.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-navigation > ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.primary-navigation li {
  position: relative;
}

.primary-navigation a {
  display: block;
  color: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.primary-navigation .sub-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: -18px;
  display: none;
  min-width: 210px;
  padding: 10px;
  background: var(--tf-white);
  border: 1px solid var(--tf-border);
  border-radius: var(--tf-radius);
  box-shadow: var(--tf-shadow);
}

.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu {
  display: block;
}

.primary-navigation .sub-menu a {
  padding: 9px 10px;
  border-radius: 4px;
}

.primary-navigation .sub-menu a:hover {
  background: var(--tf-surface);
}

.header-actions,
.button-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.7rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.93rem;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button-small {
  min-height: 40px;
  padding-inline: 1rem;
  font-size: 0.82rem;
}

.button-primary {
  color: var(--tf-white);
  background: var(--tf-blue);
  border-color: var(--tf-blue);
}

.button-primary:hover {
  color: var(--tf-white);
  background: var(--tf-blue-hover);
  border-color: var(--tf-blue-hover);
}

.button-outline {
  color: var(--tf-text);
  background: transparent;
  border-color: #a7b2c1;
}

.button-outline-light {
  color: var(--tf-white);
  background: transparent;
  border-color: #8294aa;
}

.button-outline-light:hover {
  color: var(--tf-ink);
  background: var(--tf-white);
}

.button-light {
  color: var(--tf-text);
  background: var(--tf-white);
  border-color: #aab6c5;
}

.button-light:hover {
  color: var(--tf-blue);
  border-color: var(--tf-blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  background: transparent;
  border: 1px solid var(--tf-border);
  border-radius: 5px;
}

.menu-toggle span[aria-hidden] {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  padding: 72px 0 68px;
}

.hero-grid {
  display: block;
}

.hero-grid.has-media {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.15fr);
  align-items: center;
  gap: 56px;
}

.hero-copy {
  max-width: 650px;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(2.4rem, 3.4vw, 3.45rem);
}

.hero .lead {
  max-width: 690px;
  margin: 0 0 30px;
}

.product-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #101820;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.product-shot img {
  width: 100%;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 720px;
  margin-top: 52px;
  gap: 22px;
}

.hero-point {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: #d5deea;
  font-size: 0.74rem;
  line-height: 1.35;
  text-align: center;
}

.hero-point .dashicons {
  width: 28px;
  height: 28px;
  color: #75abff;
  font-size: 28px;
}

.hero-point img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.product-suite-section {
  background: var(--tf-surface);
}

.product-suite-header {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.product-suite-header h2 {
  font-size: clamp(2rem, 3vw, 2.9rem);
}

.product-suite-header > p:last-child {
  color: var(--tf-muted);
}

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

.product-suite-card {
  min-width: 0;
  overflow: hidden;
  background: var(--tf-background);
  border: 1px solid var(--tf-border);
  border-radius: calc(var(--tf-radius) + 5px);
  box-shadow: 0 14px 34px rgba(22, 45, 74, 0.09);
}

.product-suite-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: calc(50% - 14px);
  justify-self: center;
}

.product-suite-media {
  aspect-ratio: 1280 / 806;
  margin: 0;
  overflow: hidden;
  background: var(--tf-ink);
  border-bottom: 1px solid var(--tf-border);
}

.product-suite-media picture,
.product-suite-media img {
  width: 100%;
  height: 100%;
}

.product-suite-media img {
  object-fit: cover;
}

.product-suite-content {
  padding: 25px 27px 27px;
}

.product-suite-content h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.product-suite-content p {
  color: var(--tf-muted);
}

.product-suite-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 750;
  text-decoration: none;
}

.product-suite-link .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.overview-section {
  padding-top: 88px;
  background: #ffffff;
}

.overview-grid {
  display: block;
}

.overview-grid.has-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 1.15fr);
  align-items: center;
  gap: 60px;
}

.overview-copy {
  max-width: 600px;
}

.overview-copy h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.overview-copy > p:not(.section-kicker) {
  color: var(--tf-muted);
}

.product-shot-overview {
  border-color: #202a36;
  box-shadow: var(--tf-shadow);
}

.check-list {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 10px 0;
}

.check-list .dashicons {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: var(--tf-blue);
  font-size: 18px;
}

.check-list .check-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  object-fit: contain;
}

.check-list.compact {
  margin-top: 14px;
  font-size: 0.9rem;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: var(--tf-white);
  background: var(--tf-blue);
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(18, 103, 242, 0.35);
  transform: translate(-50%, -50%);
}

.play-button:hover {
  color: var(--tf-white);
  background: var(--tf-blue-hover);
}

.play-button .dashicons {
  width: 32px;
  height: 32px;
  font-size: 32px;
}

.feature-section {
  background: var(--tf-surface);
}

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

.feature-item {
  text-align: center;
}

.home-licensing-section {
  color: #eef2f8;
  background:
    radial-gradient(circle at 82% 18%, rgba(109, 93, 252, 0.18), transparent 28%),
    #0d141e;
}

.home-licensing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.home-licensing-copy h2 {
  color: #fff;
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
  line-height: 1.02;
}

.home-licensing-copy > p:not(.section-kicker) {
  max-width: 650px;
  color: #aeb9c7;
  font-size: 1.04rem;
  line-height: 1.75;
}

.home-plan-list {
  display: grid;
  gap: 12px;
}

.home-plan-list article {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) 84px minmax(180px, 1.4fr) auto;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  gap: 18px;
}

.home-plan-list span {
  color: #f6f7fb;
  font-weight: 760;
}

.home-plan-list strong {
  color: #fff;
  font-size: 1.4rem;
}

.home-plan-list p {
  margin: 0;
  color: #aeb9c7;
  font-size: 0.82rem;
  line-height: 1.5;
}

.home-plan-list small {
  color: #a99eff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: right;
  text-transform: uppercase;
}

.icon-tile {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 20px;
  place-items: center;
  color: var(--tf-blue);
  background: var(--tf-white);
  border: 1px solid #d7e2f2;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(28, 60, 96, 0.08);
}

.icon-tile .dashicons {
  width: 27px;
  height: 27px;
  font-size: 27px;
}

.feature-item h3 {
  font-size: 0.98rem;
}

.feature-item p {
  color: var(--tf-muted);
  font-size: 0.9rem;
}

.requirements-section {
  background: var(--tf-white);
}

.requirements-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 660px;
  margin: 0 auto;
  gap: 100px;
}

.requirements-grid ul {
  padding: 0;
  margin: 0;
  color: #364153;
  list-style: none;
}

.requirements-grid li {
  margin: 5px 0;
}

.requirements-advisory {
  max-width: 880px;
  padding: 22px 24px;
  margin: 28px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: #eef2f8;
  background: rgba(109, 93, 252, 0.12);
}

.requirements-advisory p {
  margin: 6px 0 10px;
  color: #b8c3d1;
  line-height: 1.65;
}

.requirements-advisory .text-link {
  color: #c7c0ff;
}

.cta-section {
  padding: 48px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta-inner h2 {
  margin-bottom: 7px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.cta-inner p {
  margin: 0;
  color: #fff;
}

.pricing-hero {
  min-height: 355px;
  padding: 18px 0 120px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d8e1ec;
  font-size: 0.88rem;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.pricing-heading {
  max-width: 1000px;
  margin: 24px auto 0;
  text-align: center;
}

.pricing-heading h1 {
  font-size: clamp(2.25rem, 3.4vw, 3.15rem);
}

.pricing-heading p {
  color: #d1dae6;
  font-size: 1.04rem;
}

.pricing-cards-section {
  position: relative;
  z-index: 2;
  margin-top: -175px;
}

.pricing-cards-section::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 34px;
  background: var(--tf-ink);
  content: "";
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(var(--plan-count), minmax(0, 1fr));
  gap: 16px;
  background: transparent;
}

.pricing-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--tf-border);
  border-radius: 7px;
  box-shadow: 0 16px 38px rgba(7, 19, 33, 0.13);
}

.pricing-card-top {
  position: relative;
  display: flex;
  min-height: 200px;
  flex-direction: column;
  padding: 15px 20px;
  color: var(--tf-white);
  background: var(--tf-navy-2);
}

.pricing-card.is-featured .pricing-card-top {
  padding-top: 38px;
  box-shadow: inset 0 0 0 2px var(--tf-blue);
}

.plan-badge {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 5px 12px;
  color: var(--tf-white);
  background: var(--tf-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.pricing-card-top h2 {
  margin-bottom: 3px;
  font-size: 1.35rem;
}

.plan-description {
  min-height: 34px;
  color: #d2dce8;
  font-size: 0.88rem;
  line-height: 1.45;
}

.plan-price {
  margin: 6px 0 0;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 780;
  line-height: 1.05;
}

.plan-billing {
  min-height: 26px;
  margin: 4px 0 8px;
  color: #dbe4ef;
  font-size: 0.8rem;
  line-height: 1.35;
}

.pricing-card-top .button {
  width: 100%;
  min-height: 40px;
  margin-top: auto;
}

.pricing-card-body {
  padding: 20px 20px 22px;
  background: var(--tf-white);
}

.pricing-card-body h3 {
  font-size: 0.9rem;
  letter-spacing: 0;
}

.pricing-note {
  margin: 0;
  padding: 10px 0 0;
  background: var(--tf-white);
  color: #667286;
  font-size: 0.82rem;
  text-align: center;
}

.pricing-addons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 940px;
  margin: 26px auto 0;
  gap: 18px;
}

.pricing-addons article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--tf-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(20, 29, 42, 0.07);
  gap: 24px;
}

.pricing-addons .plan-badge {
  position: static;
  display: inline-flex;
  width: auto;
  max-width: none;
  margin: 0 0 10px;
}

.pricing-addons h2 {
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.pricing-addons p:not(.plan-badge):not(.plan-price) {
  margin: 0;
  color: var(--tf-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.pricing-addons .plan-price {
  margin: 0 0 6px;
  color: var(--tf-text);
  font-size: 1.8rem;
}

.pricing-addons .button {
  flex: 0 0 auto;
}

.comparison-section {
  padding-top: 34px;
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--tf-border);
  border-radius: 7px;
}

.comparison-table {
  width: 100%;
  min-width: 820px;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 0.82rem;
  line-height: 1.25;
  text-align: center;
}

.comparison-table th,
.comparison-table td {
  padding: 9px 12px;
  border-right: 1px solid #e5eaf1;
  border-bottom: 1px solid #e5eaf1;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.comparison-table thead th,
.comparison-table tbody th {
  font-weight: 750;
}

.comparison-table thead th:first-child,
.comparison-table tbody th {
  text-align: left;
}

.comparison-table .is-yes {
  color: var(--tf-blue);
  font-size: 1rem;
  font-weight: 800;
}

.licensing-section {
  padding-top: 0;
}

.licensing-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  align-items: center;
  padding: 23px 28px;
  background: #f2f7fd;
  border: 1px solid #cfe0f4;
  border-radius: 7px;
}

.licensing-grid > h2 {
  padding-right: 28px;
  margin: 0;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}

.licensing-card {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 100px;
  align-items: start;
  gap: 14px;
  padding: 8px 25px;
  border-left: 1px solid #bfd2e8;
}

.licensing-card > .dashicons {
  width: 33px;
  height: 33px;
  color: #123e78;
  font-size: 33px;
}

.licensing-card h3 {
  margin-bottom: 4px;
  font-size: 0.93rem;
}

.licensing-card p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
}

.faq-section {
  padding-top: 8px;
}

.faq-inner {
  max-width: 900px;
}

.faq-inner > h2 {
  font-size: 1.35rem;
  text-align: center;
}

.faq-list {
  overflow: hidden;
  border: 1px solid var(--tf-border);
  border-radius: 7px;
}

.faq-item + .faq-item {
  border-top: 1px solid var(--tf-border);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  color: var(--tf-text);
  background: var(--tf-white);
  border: 0;
  font-size: 0.9rem;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}

.faq-item button:hover {
  background: var(--tf-surface);
}

.faq-item button[aria-expanded="true"] .dashicons {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 18px 14px;
  color: var(--tf-muted);
  background: var(--tf-white);
  font-size: 0.9rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-help {
  margin-top: 10px;
  color: var(--tf-muted);
  font-size: 0.82rem;
  text-align: center;
}

.site-footer {
  padding: 42px 0 16px;
  color: #cad3df;
  background: var(--tf-ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr repeat(3, 1fr);
  gap: 46px;
}

.footer-brand p {
  max-width: 260px;
  margin-top: 17px;
  color: #bdc7d4;
  font-size: 0.82rem;
}

.footer-menu h2 {
  margin-bottom: 16px;
  color: var(--tf-white);
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer-menu li {
  margin: 8px 0;
}

.footer-menu a {
  color: #bdc7d4;
  font-size: 0.82rem;
  text-decoration: none;
}

.footer-menu a:hover {
  color: var(--tf-white);
}

.social-links {
  display: flex;
  gap: 14px;
}

.social-links a {
  color: #bdc7d4;
}

.social-links a:hover {
  color: var(--tf-white);
}

.footer-bottom {
  padding-top: 32px;
  color: #aab5c4;
  font-size: 0.78rem;
  text-align: center;
}

.content-shell {
  min-height: 55vh;
  padding-top: 80px;
  padding-bottom: 80px;
}

.search-form {
  display: flex;
  max-width: 620px;
  align-items: stretch;
  gap: 10px;
}

.search-form label {
  flex: 1;
}

.search-field {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  color: var(--tf-text);
  background: var(--tf-white);
  border: 1px solid var(--tf-border);
  border-radius: var(--tf-radius);
}

.entry-header,
.archive-header {
  margin-bottom: 38px;
}

.entry-header h1,
.archive-header h1,
.error-404 h1 {
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.entry-content > * {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.entry-content > .alignwide {
  max-width: 1040px;
}

.entry-content > .alignfull {
  max-width: none;
}

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

.post-card {
  overflow: hidden;
  background: var(--tf-white);
  border: 1px solid var(--tf-border);
  border-radius: var(--tf-radius);
}

.post-card-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.post-card-body {
  padding: 22px;
}

.post-card h2 {
  font-size: 1.3rem;
}

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

.post-meta {
  color: var(--tf-muted);
  font-size: 0.8rem;
}

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

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .primary-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 18px 24px 24px;
    background: var(--tf-white);
    border-bottom: 1px solid var(--tf-border);
    box-shadow: 0 14px 30px rgba(7, 19, 33, 0.12);
  }

  .site-header.is-dark .primary-navigation {
    color: var(--tf-text);
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-navigation > ul {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .primary-navigation a {
    padding: 11px 0;
  }

  .primary-navigation .sub-menu {
    position: static;
    display: block;
    padding: 0 0 0 18px;
    border: 0;
    box-shadow: none;
  }

  .header-actions {
    justify-self: end;
  }

  .hero-grid.has-media,
  .overview-grid.has-media {
    grid-template-columns: 1fr;
  }

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

  .product-shot-hero,
  .product-shot-overview {
    max-width: 860px;
  }

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

  .pricing-card:nth-child(2n) {
    border-right: 1px solid var(--tf-border);
  }

  .pricing-card:nth-child(n + 3) {
    border-top: 1px solid var(--tf-border);
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-grid > h2 {
    grid-column: 1 / -1;
    padding: 0 0 15px;
  }

  .licensing-card:nth-of-type(1),
  .licensing-card:nth-of-type(3) {
    border-left: 0;
  }

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

  .footer-brand {
    grid-row: span 2;
  }
}

@media (max-width: 820px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .container {
    width: min(calc(100% - 32px), var(--tf-container));
  }

  .section {
    padding: calc(var(--tf-section-spacing) * 0.74) 0;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .menu-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .header-actions {
    display: none;
  }

  .hero {
    padding-top: 62px;
  }

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

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

  .product-suite-grid {
    grid-template-columns: 1fr;
  }

  .product-suite-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: auto;
  }

  .requirements-grid {
    gap: 50px;
  }

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

  .pricing-hero {
    min-height: 380px;
    padding-bottom: 130px;
  }

  .pricing-cards-section {
    margin-top: -150px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .licensing-card {
    border-top: 1px solid #bfd2e8;
    border-left: 0;
  }

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

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

  .posts-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

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

  .search-form {
    flex-direction: column;
  }

  .hero-points,
  .product-suite-grid,
  .feature-grid,
  .requirements-grid,
  .pricing-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card,
  .pricing-card:nth-child(2n) {
    border-right: 1px solid var(--tf-border);
    border-bottom: 1px solid var(--tf-border);
  }

  .pricing-card:last-child {
    border-bottom: 1px solid var(--tf-border);
  }

  .pricing-card + .pricing-card {
    border-top: 1px solid var(--tf-border);
  }

  .pricing-card-top,
  .pricing-card-body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-card-top {
    min-height: 260px;
  }

  .footer-brand {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Version 2.0 product system ------------------------------------------------ */

html {
  scroll-padding-top: 96px;
}

body {
  font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  letter-spacing: -0.035em;
}

.section-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(109, 93, 252, 0.2), transparent 34%),
    radial-gradient(circle at 8% 80%, rgba(39, 174, 216, 0.11), transparent 32%),
    linear-gradient(145deg, #090d12 0%, #101925 58%, #111827 100%);
}

.section-dark::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 88%);
  pointer-events: none;
}

.section-dark > * {
  position: relative;
  z-index: 1;
}

.site-header {
  border-bottom-color: rgba(18, 25, 35, 0.09);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 32px rgba(16, 24, 40, 0.05);
  backdrop-filter: blur(18px) saturate(140%);
}

.site-header.is-dark {
  border-bottom-color: rgba(255, 255, 255, 0.09);
  background: rgba(9, 13, 18, 0.88);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.16);
}

.brand img {
  display: block;
  flex: 0 0 auto;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.primary-navigation a {
  position: relative;
}

.primary-navigation a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--tf-blue);
  content: "";
  opacity: 0;
  transform: scaleX(0.6);
  transition: 160ms ease;
}

.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.button {
  min-height: 48px;
  border-radius: 11px;
  font-weight: 760;
  letter-spacing: -0.01em;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
}

.button-small {
  min-height: 40px;
  border-radius: 9px;
}

.button-primary {
  background: linear-gradient(135deg, #6554e8, var(--tf-blue));
  box-shadow: 0 12px 28px rgba(109, 93, 252, 0.3);
}

.button-primary:hover {
  background: linear-gradient(135deg, #6a59f6, var(--tf-blue-hover));
  box-shadow: 0 14px 32px rgba(109, 93, 252, 0.38);
  transform: translateY(-1px);
}

.hero {
  min-height: 700px;
  padding: 104px 0 90px;
}

.hero-grid.has-media {
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: clamp(44px, 6vw, 84px);
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 5vw, 5.1rem);
  line-height: 0.98;
}

.hero .lead {
  max-width: 650px;
  color: #c7d1df;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.7;
}

.section-kicker {
  letter-spacing: 0.14em;
}

.product-shot-hero {
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.46), 0 0 0 8px rgba(255, 255, 255, 0.025);
  transform: perspective(1200px) rotateY(-2.5deg) rotateX(1deg);
}

.product-shot-hero.is-brandmark {
  display: grid;
  min-height: 520px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(109, 93, 252, 0.28), transparent 34%),
    linear-gradient(145deg, #131d29, #080c11);
}

.product-shot-hero.is-brandmark::before,
.product-shot-hero.is-brandmark::after {
  position: absolute;
  border: 1px solid rgba(155, 140, 255, 0.22);
  border-radius: 28px;
  content: "";
  transform: rotate(45deg);
}

.product-shot-hero.is-brandmark::before {
  width: 280px;
  height: 280px;
}

.product-shot-hero.is-brandmark::after {
  width: 390px;
  height: 390px;
  border-color: rgba(155, 140, 255, 0.1);
}

.product-shot-hero.is-brandmark img {
  position: relative;
  z-index: 2;
  width: min(46%, 230px);
  border-radius: 22px;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.52));
}

.hero-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 600px;
  margin-top: 42px;
  gap: 14px;
}

.hero-point {
  flex-direction: row;
  justify-content: flex-start;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.8rem;
  text-align: left;
}

.hero-point .dashicons {
  width: 20px;
  height: 20px;
  color: #a99eff;
  font-size: 20px;
}

.product-suite-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(109, 93, 252, 0.08), transparent 24%),
    var(--tf-surface);
}

.product-suite-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.product-suite-card {
  overflow: hidden;
  border: 1px solid rgba(18, 25, 35, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 29, 42, 0.075);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-suite-card:hover {
  border-color: rgba(109, 93, 252, 0.25);
  box-shadow: 0 24px 62px rgba(20, 29, 42, 0.12);
  transform: translateY(-3px);
}

.product-suite-media {
  aspect-ratio: 1280 / 806;
  background: #111925;
}

.product-suite-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-suite-media.is-icon {
  display: grid;
  min-height: 270px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(109, 93, 252, 0.18), transparent 34%),
    linear-gradient(150deg, #152130, #0c1118);
}

.product-suite-card:nth-child(2) .product-suite-media.is-icon {
  background: radial-gradient(circle at 50% 45%, rgba(20, 184, 166, 0.2), transparent 34%), linear-gradient(150deg, #14242a, #0c1118);
}

.product-suite-card:nth-child(3) .product-suite-media.is-icon {
  background: radial-gradient(circle at 50% 45%, rgba(59, 130, 246, 0.22), transparent 34%), linear-gradient(150deg, #142234, #0c1118);
}

.product-suite-card:nth-child(4) .product-suite-media.is-icon {
  background: radial-gradient(circle at 50% 45%, rgba(249, 115, 22, 0.22), transparent 34%), linear-gradient(150deg, #2a1c14, #0c1118);
}

.product-suite-media.is-icon img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.4));
}

.product-suite-content {
  padding: 30px 32px 34px;
}

.product-suite-content h3 {
  font-size: 1.6rem;
}

.product-suite-link {
  font-weight: 760;
}

.overview-grid.has-media {
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(50px, 7vw, 92px);
}

.workflow-map {
  overflow: hidden;
  border: 1px solid #253146;
  border-radius: 18px;
  color: #eef2f8;
  background: linear-gradient(150deg, #121b27, #0b1017);
  box-shadow: 0 26px 70px rgba(16, 24, 40, 0.22);
}

.workflow-map-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.workflow-map-heading img {
  border-radius: 12px;
}

.workflow-map-heading span,
.workflow-map-heading strong {
  display: block;
}

.workflow-map-heading span {
  margin-bottom: 3px;
  color: #9aa9bb;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.workflow-map ol {
  padding: 16px 26px 20px;
  margin: 0;
  list-style: none;
}

.workflow-map li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  gap: 14px;
}

.workflow-map li:last-child {
  border-bottom: 0;
}

.workflow-map li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(155, 140, 255, 0.35);
  border-radius: 10px;
  color: #bdb5ff;
  background: rgba(109, 93, 252, 0.12);
  font-size: 0.7rem;
  font-weight: 800;
}

.workflow-map li strong,
.workflow-map li small {
  display: block;
}

.workflow-map li small {
  margin-top: 3px;
  color: #96a4b6;
  font-size: 0.83rem;
}

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

.feature-item {
  padding: 30px;
  border: 1px solid var(--tf-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 36px rgba(20, 29, 42, 0.045);
}

.icon-tile {
  border-radius: 12px;
  color: #7566ff;
  background: rgba(109, 93, 252, 0.1);
}

.requirements-section {
  background: #0d141e;
}

.requirements-section .section-header h2,
.requirements-section h3,
.requirements-section li {
  color: #f4f7fb;
}

.requirements-section .section-kicker {
  color: #a99eff;
}

.requirements-grid > div {
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.requirements-grid li {
  border-color: rgba(255, 255, 255, 0.08);
}

.cta-section {
  background: linear-gradient(120deg, #4937c7, #5d4ee7 54%, #286aaf);
}

.pricing-hero {
  padding: 78px 0 116px;
}

.pricing-heading {
  max-width: 900px;
}

.pricing-heading h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1;
}

.pricing-cards-section {
  margin-top: 0;
  padding-top: 0;
}

.free-edition-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 30px;
  margin: -56px auto 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  color: #edf1f7;
  background: linear-gradient(135deg, #172232, #111925);
  box-shadow: 0 20px 60px rgba(10, 16, 24, 0.25);
  gap: 28px;
}

.free-edition-callout span,
.free-edition-callout strong {
  display: block;
}

.free-edition-callout span {
  margin-bottom: 4px;
  color: #a99eff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.free-edition-callout strong {
  font-size: 1.18rem;
}

.free-edition-callout p {
  margin: 6px 0 0;
  color: #aeb9c7;
  font-size: 0.9rem;
}

.pricing-grid {
  grid-template-columns: repeat(var(--plan-count), minmax(0, 1fr));
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  gap: 22px;
}

.pricing-card {
  overflow: hidden;
  border: 1px solid var(--tf-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(20, 29, 42, 0.09);
}

.pricing-card-top,
.pricing-card.is-featured .pricing-card-top {
  min-height: 272px;
  padding: 62px 20px 24px;
}

.pricing-card.is-featured {
  border-color: rgba(109, 93, 252, 0.42);
  box-shadow: 0 24px 68px rgba(88, 72, 229, 0.16);
}

.pricing-card.is-featured .pricing-card-top {
  background: linear-gradient(145deg, #171f30, #241f54);
}

.plan-badge {
  top: 18px;
  right: auto;
  left: 20px;
  width: auto;
  max-width: calc(100% - 40px);
  padding: 6px 11px;
  border-radius: 999px;
  line-height: 1.2;
}

.resource-hero {
  padding: 92px 0 82px;
}

.resource-hero h1 {
  max-width: 840px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1;
}

.resource-hero .lead {
  max-width: 760px;
  color: #c4cedb;
  font-size: 1.18rem;
}

.policy-date {
  margin-top: 22px;
  color: #98a7ba;
  font-size: 0.86rem;
}

.resource-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: start;
  gap: clamp(48px, 8vw, 100px);
}

.resource-toc {
  position: sticky;
  top: 104px;
  display: grid;
  padding: 20px;
  border: 1px solid var(--tf-border);
  border-radius: 14px;
  background: var(--tf-surface);
  gap: 4px;
}

.resource-toc strong {
  padding: 6px 10px 10px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-toc a {
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--tf-muted);
  text-decoration: none;
}

.resource-toc a:hover,
.resource-toc a:focus-visible {
  color: var(--tf-blue);
  background: rgba(109, 93, 252, 0.08);
}

.resource-content > section {
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid var(--tf-border);
}

.resource-content > section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.resource-subsection {
  margin-top: 34px;
}

.anchor-target {
  display: block;
  position: relative;
  top: -96px;
  visibility: hidden;
}

.resource-content h2,
.legal-content h2 {
  max-width: 820px;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.resource-content > section > p:not(.section-kicker),
.legal-content > p {
  max-width: 820px;
  color: var(--tf-muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.step-list {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  padding: 22px 0;
  border-top: 1px solid var(--tf-border);
  gap: 18px;
}

.step-list li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--tf-blue);
  font-weight: 800;
}

.step-list p {
  margin: 5px 0 0;
  color: var(--tf-muted);
}

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

.download-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-grid article {
  padding: 24px;
  border: 1px solid var(--tf-border);
  border-radius: 14px;
  background: var(--tf-surface);
}

.support-grid h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.support-grid p {
  margin: 0;
  color: var(--tf-muted);
  font-size: 0.92rem;
}

.legal-content {
  max-width: 860px;
}

.legal-content h2 {
  margin-top: 56px;
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.site-footer {
  background: #090d12;
}

.footer-brand .brand img {
  width: 42px;
  height: 42px;
}

.image-forge-showcase {
  overflow: hidden;
  color: #f7f8fb;
  background:
    radial-gradient(circle at 15% 15%, rgba(109, 93, 252, 0.22), transparent 34%),
    linear-gradient(145deg, #0b1018, #111827 62%, #0b1018);
}

.image-forge-showcase .section-heading {
  max-width: 720px;
  margin: 0 auto 48px;
}

.image-forge-showcase .section-heading > p:last-child {
  color: #aab4c4;
}

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

.image-forge-examples figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.image-forge-examples img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #10151d;
}

.image-forge-examples figcaption {
  display: grid;
  padding: 26px 28px 28px;
  gap: 8px;
}

.image-forge-examples figcaption > span {
  color: #a99fff;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.image-forge-examples figcaption strong {
  font-size: 1.25rem;
}

.image-forge-examples figcaption p,
.image-forge-examples figcaption small {
  margin: 0;
  color: #abb5c5;
}

.image-forge-examples figcaption small {
  padding-top: 5px;
  font-size: 0.78rem;
}

@media (max-width: 1000px) {
  .hero {
    min-height: auto;
  }

  .hero-grid.has-media,
  .overview-grid.has-media {
    grid-template-columns: 1fr;
  }

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

  .product-shot-hero {
    max-width: 780px;
    transform: none;
  }

  .product-shot-hero.is-brandmark {
    min-height: 430px;
  }

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

  .home-licensing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
	.product-suite-grid,
	.pricing-grid,
	.pricing-addons,
	.support-grid,
	.image-forge-examples {
		grid-template-columns: 1fr;
	}

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

  .resource-toc {
    position: static;
  }

  .free-edition-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-addons article {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-plan-list article {
    grid-template-columns: 1fr auto;
  }

  .home-plan-list p,
  .home-plan-list small {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .hero {
    padding: 72px 0 62px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.7rem);
  }

  .hero-points,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .product-shot-hero.is-brandmark {
    min-height: 320px;
  }

  .product-shot-hero.is-brandmark::before {
    width: 190px;
    height: 190px;
  }

  .product-shot-hero.is-brandmark::after {
    width: 260px;
    height: 260px;
  }

  .product-suite-content,
  .feature-item {
    padding: 24px;
  }

  .product-suite-media.is-icon {
    min-height: 220px;
  }

  .resource-hero {
    padding: 72px 0 62px;
  }

  .free-edition-callout {
    padding: 24px;
  }
}
