/*
Theme Name: WP IQ Plugin Company
Theme URI: https://www.wpiq.org
Author: WP IQ
Author URI: https://www.wpiq.org
Description: A complete WordPress plugin company theme with an editable homepage, posts, pages, menus, comments, widgets, and responsive blog templates.
Version: 0.7.2
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpiq-sales
*/

@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@1,500&family=Poppins:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap");

:root {
  --teal: #08a6c4;
  --teal-dark: #087f9a;
  --teal-deep: #075d72;
  --pale: #edf9fc;
  --pale-2: #f6fbfc;
  --ink: #30343b;
  --muted: #67717b;
  --line: #dce6e9;
  --white: #ffffff;
  --yellow: #f8bf2d;
  --coral: #ef6170;
  --blue: #61c7e6;
  --purple: #a78ad7;
  --green: #55bd93;
  --shell: 1160px;
  --shadow: 0 24px 60px rgba(24, 78, 91, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: "Source Sans 3", Arial, sans-serif;
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-size: 17px;
}

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

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

button {
  cursor: pointer;
}

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

h1,
h2,
h3 {
  font-family: "Poppins", Arial, sans-serif;
  letter-spacing: 0;
}

.wpiq-store {
  overflow: hidden;
}

.site-shell {
  margin: 0 auto;
  max-width: var(--shell);
  width: calc(100% - 48px);
}

.promo-bar {
  background: #eaf7fa;
  border-bottom: 1px solid #d0e9ef;
}

.promo-bar .site-shell {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  min-height: 48px;
}

.promo-bar strong {
  background: #e21f3d;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.promo-bar p,
.promo-bar a {
  font-size: 14px;
  margin: 0;
}

.promo-bar p {
  font-family: "Lora", Georgia, serif;
  font-style: italic;
}

.promo-bar a {
  border: 2px solid var(--teal);
  border-radius: 999px;
  color: var(--teal-dark);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-left: 8px;
  padding: 8px 18px;
}

.hero-section {
  background: var(--teal);
  color: #ffffff;
  min-height: 660px;
  position: relative;
}

.hero-section::after {
  background: #ffffff;
  bottom: -1px;
  clip-path: polygon(0 58%, 23% 78%, 47% 86%, 70% 76%, 100% 42%, 100% 100%, 0 100%);
  content: "";
  height: 112px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

.site-header {
  border-bottom: 1px solid #ffffff;
  position: relative;
  z-index: 20;
}

.global-site-header {
  background: var(--teal);
  color: #ffffff;
}

.header-inner {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: auto 1fr auto;
  min-height: 82px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  gap: 12px;
  width: max-content;
}

.brand-mark {
  display: inline-block;
  height: 42px;
  position: relative;
  transform: rotate(-34deg);
  width: 42px;
}

.brand-mark i {
  border: 4px solid currentColor;
  border-radius: 6px;
  height: 13px;
  left: 3px;
  position: absolute;
  top: 7px;
  width: 31px;
}

.brand-mark i:last-child {
  left: 8px;
  top: 22px;
}

.site-custom-logo .custom-logo-link {
  align-items: center;
  display: flex;
}

.site-custom-logo img {
  height: auto;
  max-height: 52px;
  max-width: 190px;
  width: auto;
}

.primary-nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.primary-nav > ul {
  align-items: center;
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.primary-nav a:hover {
  color: #d9f9ff;
}

.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
  color: #d9f9ff;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.account-button {
  align-items: flex-end;
  background: var(--yellow);
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  width: 40px;
}

.account-button span {
  background: #ffffff;
  border-radius: 50% 50% 0 0;
  height: 15px;
  margin-bottom: 3px;
  position: relative;
  width: 22px;
}

.account-button span::before {
  background: #ffffff;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 4px;
  position: absolute;
  top: -11px;
  width: 10px;
}

.menu-toggle {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  display: none;
  flex-direction: column;
  gap: 4px;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.menu-toggle i {
  background: var(--teal-dark);
  display: block;
  height: 2px;
  transition: opacity 150ms ease, transform 150ms ease;
  width: 17px;
}

.menu-toggle[aria-expanded="true"] i:first-child {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] i:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] i:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.hero-inner {
  min-height: 578px;
  padding-top: 68px;
  position: relative;
}

.hero-copy {
  max-width: 610px;
  position: relative;
  z-index: 7;
}

.hero-kicker,
.section-kicker,
.product-category {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-kicker {
  color: #d9f9ff;
  margin-bottom: 18px;
}

.hero-copy h1 {
  font-size: clamp(44px, 5.2vw, 67px);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero-signature {
  align-items: center;
  display: flex;
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
  font-style: italic;
  gap: 15px;
  margin-bottom: 19px;
}

.hero-signature::before,
.hero-signature::after {
  background: rgba(255, 255, 255, 0.55);
  content: "";
  height: 1px;
  width: 74px;
}

.hero-lede {
  font-size: 19px;
  line-height: 1.55;
  margin-bottom: 27px;
  max-width: 540px;
}

.pill-button {
  align-items: center;
  background: var(--teal);
  border: 2px solid var(--teal);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.pill-button:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  transform: translateY(-2px);
}

.pill-button-light {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--teal-dark);
}

.pill-button-light:hover {
  background: #e9f9fc;
  border-color: #e9f9fc;
  color: var(--teal-deep);
}

.hero-art {
  bottom: 96px;
  height: 410px;
  position: absolute;
  right: -18px;
  width: 570px;
  z-index: 5;
}

.hero-window {
  background: #ffffff;
  border: 1px solid rgba(24, 71, 83, 0.28);
  border-radius: 7px;
  box-shadow: var(--shadow);
  color: var(--ink);
  overflow: hidden;
  position: absolute;
}

.window-back {
  height: 280px;
  left: 0;
  opacity: 0.84;
  top: 14px;
  transform: rotate(-2deg);
  width: 420px;
}

.window-front {
  bottom: 0;
  height: 320px;
  right: 0;
  transform: rotate(1deg);
  width: 440px;
}

.window-bar {
  align-items: center;
  background: #2f3b44;
  display: flex;
  gap: 6px;
  height: 28px;
  padding: 0 12px;
}

.window-bar i {
  background: #71818c;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.window-bar i:first-child {
  background: var(--coral);
}

.window-bar i:nth-child(2) {
  background: var(--yellow);
}

.window-bar i:nth-child(3) {
  background: var(--green);
}

.window-content {
  display: grid;
  grid-template-columns: 74px 1fr;
  height: calc(100% - 28px);
}

.window-content aside,
.demo-layout aside {
  align-items: center;
  background: var(--teal-dark);
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding-top: 24px;
}

.window-content aside b,
.demo-layout aside b {
  align-items: center;
  background: #ffffff;
  border-radius: 5px;
  color: var(--teal-dark);
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  height: 30px;
  justify-content: center;
  margin-bottom: 7px;
  width: 30px;
}

.window-content aside span,
.demo-layout aside span {
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 3px;
  height: 13px;
  width: 13px;
}

.window-content > div {
  background: #f5f9fa;
  padding: 30px 28px;
}

.window-content small {
  color: #7e8991;
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.window-content strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  margin-bottom: 22px;
}

.window-content p {
  background: #ffffff;
  border: 1px solid #dfe8eb;
  height: 34px;
  margin: 0 0 10px;
}

.window-content .big-score {
  color: var(--teal-dark);
  font-size: 66px;
  line-height: 1;
  margin-bottom: 12px;
}

.score-line {
  background: #dfeaec;
  height: 8px;
  margin-bottom: 26px;
}

.score-line i {
  background: var(--yellow);
  display: block;
  height: 100%;
  width: 92%;
}

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

.mini-results span {
  background: #ffffff;
  border: 1px solid #dfe8eb;
  color: #748089;
  font-size: 9px;
  padding: 10px;
  text-align: center;
}

.mini-results b {
  color: var(--ink);
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.quality-seal {
  align-items: center;
  background: var(--yellow);
  border: 5px solid #fff4c4;
  border-radius: 50%;
  bottom: 28px;
  color: #604600;
  display: flex;
  flex-direction: column;
  height: 104px;
  justify-content: center;
  position: absolute;
  right: -8px;
  text-align: center;
  transform: rotate(8deg);
  width: 104px;
}

.quality-seal strong {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.quality-seal span {
  font-size: 8px;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 5px;
  max-width: 72px;
  text-transform: uppercase;
}

.facts-strip {
  background: #ffffff;
  padding: 20px 0 34px;
  position: relative;
  z-index: 6;
}

.facts-strip .site-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.facts-strip .site-shell > div {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 14px;
  justify-content: center;
  min-height: 66px;
}

.facts-strip .site-shell > div:last-child {
  border-right: 0;
}

.fact-icon {
  align-items: center;
  background: var(--pale);
  border-radius: 50%;
  color: var(--teal-dark);
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.facts-strip p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
  margin: 0;
}

.facts-strip p strong {
  color: var(--ink);
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.intro-section {
  background: var(--pale-2);
  padding: 96px 0 76px;
  text-align: center;
}

.narrow-copy {
  max-width: 780px;
}

.section-kicker,
.product-category {
  color: var(--teal-dark);
  margin-bottom: 14px;
}

.intro-section h2,
.product-copy h2,
.access-section h2,
.center-heading h2,
.newsletter-section h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.08;
  margin-bottom: 18px;
}

.intro-section .narrow-copy > p:last-child,
.center-heading > p:last-child {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
  margin: 0;
}

.product-showcase {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  padding: 92px 0;
}

.product-showcase:nth-child(even) {
  background: #fbfdfe;
}

.product-inner {
  align-items: center;
  display: grid;
  gap: 84px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.product-reverse .product-visual {
  grid-column: 2;
}

.product-reverse .product-copy {
  grid-column: 1;
  grid-row: 1;
}

.product-visual {
  height: 430px;
  overflow: hidden;
  padding: 58px 42px 0;
  position: relative;
}

.product-visual::before {
  background: var(--pale);
  clip-path: polygon(11% 0, 100% 7%, 93% 93%, 0 100%, 4% 18%);
  content: "";
  inset: 0;
  position: absolute;
}

.visual-yellow::before {
  background: #fff6d9;
}

.visual-coral::before {
  background: #fff0f2;
}

.visual-blue::before {
  background: #edf8fc;
}

.visual-purple::before {
  background: #f4f0fb;
}

.visual-green::before {
  background: #ebf8f2;
}

.visual-code {
  align-items: center;
  background: var(--teal);
  border: 4px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 62px;
  justify-content: center;
  left: 24px;
  position: absolute;
  top: 28px;
  width: 62px;
  z-index: 3;
}

.visual-yellow .visual-code {
  background: var(--yellow);
  color: #6d5000;
}

.visual-coral .visual-code {
  background: var(--coral);
}

.visual-blue .visual-code {
  background: var(--blue);
}

.visual-purple .visual-code {
  background: var(--purple);
}

.visual-green .visual-code {
  background: var(--green);
}

.visual-window {
  background: #ffffff;
  border: 1px solid #bed3d9;
  border-radius: 7px;
  box-shadow: 16px 20px 0 rgba(16, 112, 135, 0.11);
  height: 345px;
  overflow: hidden;
  position: relative;
  transform: rotate(-1deg);
  z-index: 2;
}

.product-reverse .visual-window {
  transform: rotate(1deg);
}

.demo-layout {
  display: grid;
  grid-template-columns: 72px 1fr;
  height: calc(100% - 28px);
}

.demo-main {
  background: #f6f9fa;
  padding: 34px 28px;
}

.demo-main small {
  color: #879198;
  display: block;
  font-size: 9px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.demo-main > strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin-bottom: 24px;
}

.demo-metrics {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.demo-metrics i {
  background: #ffffff;
  border: 1px solid #dfe8eb;
  height: 58px;
}

.demo-main p {
  background: #ffffff;
  border: 1px solid #dfe8eb;
  height: 29px;
  margin: 0 0 8px;
}

.product-copy h2 {
  font-size: clamp(34px, 4vw, 48px);
  text-transform: uppercase;
}

.product-copy > p:not(.product-category) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 23px;
}

.product-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.product-copy li {
  background: var(--pale);
  border-radius: 4px;
  color: var(--teal-deep);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 11px;
}

.product-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.product-actions > span {
  color: var(--muted);
  font-size: 14px;
}

.product-actions > span strong {
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  font-size: 21px;
}

.access-section {
  background: var(--teal-dark);
  color: #ffffff;
  padding: 92px 0;
}

.access-inner {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
}

.access-section .section-kicker {
  color: #bdeef8;
}

.access-section h2 {
  max-width: 690px;
}

.access-section .access-inner > div:first-child > p:not(.section-kicker) {
  color: #d0eef4;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 650px;
}

.access-price {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  padding: 18px 0 18px 50px;
}

.access-price > span {
  color: #bdeef8;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.access-price > strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  line-height: 1;
  margin-top: 10px;
}

.access-price > small {
  color: #d2edf3;
  font-size: 14px;
}

.access-price ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.access-price li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
  padding-bottom: 8px;
}

.support-section {
  background: #ffffff;
  padding: 104px 0;
}

.center-heading {
  margin: 0 auto 58px;
  max-width: 770px;
  text-align: center;
}

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

.support-grid > div {
  border-right: 1px solid var(--line);
  padding: 0 45px;
  text-align: center;
}

.support-grid > div:last-child {
  border-right: 0;
}

.support-icon {
  align-items: center;
  background: var(--pale);
  border-radius: 50%;
  color: var(--teal-dark);
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 88px;
  justify-content: center;
  margin: 0 auto 24px;
  outline: 1px solid #d6eef3;
  outline-offset: 7px;
  width: 88px;
}

.support-grid h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.support-grid p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.promise-section {
  background: var(--pale);
  padding: 82px 0;
  text-align: center;
}

.promise-inner {
  max-width: 930px;
}

.quote-mark {
  color: var(--teal);
  display: block;
  font-family: Georgia, serif;
  font-size: 70px;
  height: 52px;
  line-height: 1;
}

.promise-section blockquote {
  color: #4d5b64;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(23px, 3vw, 33px);
  font-style: italic;
  line-height: 1.55;
  margin: 10px 0 24px;
}

.promise-section p {
  color: var(--teal-dark);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.resources-section {
  background: #ffffff;
  padding: 102px 0;
}

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

.resource-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 450px;
  overflow: hidden;
}

.resource-image {
  background: var(--pale);
  display: block;
  height: 215px;
  overflow: hidden;
  padding: 35px;
}

.resource-image-photo {
  padding: 0;
}

.resource-image-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.resource-card:hover .resource-image-photo img {
  transform: scale(1.025);
}

.resource-yellow {
  background: #fff6da;
}

.resource-coral {
  background: #fff0f2;
}

.resource-image > div {
  background: #ffffff;
  border: 1px solid #bfd5da;
  border-radius: 5px;
  box-shadow: 9px 11px 0 rgba(8, 127, 154, 0.1);
  height: 148px;
  padding: 28px;
}

.resource-image span,
.resource-image i {
  background: var(--teal);
  display: block;
  height: 8px;
  margin-bottom: 14px;
  width: 48%;
}

.resource-image i {
  background: #d6e2e5;
  width: 78%;
}

.resource-image i:nth-of-type(2) {
  width: 67%;
}

.resource-image i:nth-of-type(3) {
  width: 73%;
}

.resource-yellow span {
  background: var(--yellow);
}

.resource-coral span {
  background: var(--coral);
}

.resource-card > p,
.resource-card h3,
.resource-card > a:not(.resource-image) {
  margin-left: 25px;
  margin-right: 25px;
}

.resource-card > p {
  color: var(--teal-dark);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 9px;
  margin-top: 24px;
  text-transform: uppercase;
}

.resource-card h3 {
  font-size: 21px;
  line-height: 1.35;
  margin-bottom: 18px;
}

.resource-card > a:not(.resource-image) {
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 700;
}

.newsletter-section {
  background: var(--teal);
  color: #ffffff;
  padding: 74px 0;
}

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

.newsletter-inner > div {
  max-width: 740px;
}

.newsletter-section .section-kicker {
  color: #d7f8ff;
}

.newsletter-section h2 {
  font-size: clamp(34px, 4vw, 49px);
  margin-bottom: 10px;
}

.newsletter-section p:not(.section-kicker) {
  font-size: 18px;
  margin: 0;
}

.site-footer {
  background: var(--teal-deep);
  color: #ffffff;
}

.footer-main {
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(120px, 0.7fr));
  padding-bottom: 72px;
  padding-top: 72px;
}

.footer-brand {
  color: #ffffff;
}

.footer-about p {
  color: #b9dbe3;
  font-size: 15px;
  line-height: 1.65;
  margin: 22px 0 14px;
  max-width: 360px;
}

.footer-about > a:last-child {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.footer-main nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-main nav h3 {
  font-size: 14px;
  margin: 0 0 9px;
}

.footer-main nav a {
  color: #b9dbe3;
  font-size: 14px;
}

.footer-main nav a:hover {
  color: #ffffff;
}

.footer-menu-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu-list li {
  margin: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom .site-shell {
  align-items: center;
  color: #9ecbd5;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  min-height: 60px;
}

@media (max-width: 1050px) {
  .primary-nav {
    gap: 18px;
  }

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

  .hero-art {
    right: -120px;
  }

  .product-inner {
    gap: 48px;
  }

  .product-visual {
    height: 390px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .visual-window {
    height: 315px;
  }
}

@media (max-width: 860px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 72px;
    position: relative;
  }

  .menu-toggle {
    display: flex;
  }

  .primary-nav {
    align-items: stretch;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(3, 76, 94, 0.22);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 64px;
  }

  .primary-nav > ul {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

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

  .primary-nav a {
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    min-height: 45px;
    padding: 12px;
  }

  .primary-nav .current-menu-item > a,
  .primary-nav .current_page_item > a {
    color: var(--teal-dark);
  }

  .primary-nav li:last-child a {
    border-bottom: 0;
  }

  .hero-section {
    min-height: 780px;
  }

  .hero-inner {
    min-height: 706px;
    padding-top: 48px;
  }

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

  .hero-art {
    bottom: 80px;
    height: 285px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 540px;
  }

  .window-back {
    height: 210px;
    width: 350px;
  }

  .window-front {
    height: 245px;
    width: 380px;
  }

  .window-content .big-score {
    font-size: 48px;
  }

  .window-content > div {
    padding: 20px;
  }

  .quality-seal {
    height: 84px;
    width: 84px;
  }

  .facts-strip .site-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facts-strip .site-shell > div:nth-child(2) {
    border-right: 0;
  }

  .facts-strip .site-shell > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .product-inner,
  .access-inner {
    grid-template-columns: 1fr;
  }

  .product-reverse .product-visual,
  .product-reverse .product-copy {
    grid-column: auto;
    grid-row: auto;
  }

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

  .access-price {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    padding: 35px 0 0;
  }

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

  .support-grid > div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding: 34px 12px;
  }

  .support-grid > div:last-child {
    border-bottom: 0;
  }

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

  .resource-card {
    min-height: 0;
  }

  .footer-main {
    gap: 38px;
    grid-template-columns: 1.4fr repeat(3, 0.7fr);
  }
}

@media (max-width: 640px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .site-shell {
    width: calc(100% - 32px);
  }

  .promo-bar .site-shell {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7px 10px;
    justify-content: flex-start;
    min-height: 72px;
    padding: 10px 0;
  }

  .promo-bar p {
    flex: 1;
    font-size: 13px;
  }

  .promo-bar a {
    margin-left: 0;
    padding: 6px 13px;
  }

  .hero-section {
    min-height: 756px;
  }

  .hero-section::after {
    height: 70px;
  }

  .brand {
    font-size: 21px;
  }

  .brand-mark {
    height: 34px;
    width: 34px;
  }

  .brand-mark i {
    border-width: 3px;
    width: 26px;
  }

  .brand-mark i:last-child {
    top: 19px;
  }

  .hero-inner {
    min-height: 684px;
    padding-top: 40px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 11vw, 49px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-art {
    bottom: 56px;
    height: 240px;
    width: 420px;
  }

  .window-back {
    height: 170px;
    left: 12px;
    width: 290px;
  }

  .window-front {
    height: 205px;
    right: 8px;
    width: 315px;
  }

  .window-content {
    grid-template-columns: 50px 1fr;
  }

  .window-content aside {
    gap: 11px;
    padding-top: 15px;
  }

  .window-content aside b {
    height: 24px;
    width: 24px;
  }

  .window-content > div {
    padding: 13px 15px;
  }

  .window-content .big-score {
    font-size: 38px;
    margin-bottom: 5px;
  }

  .score-line {
    margin-bottom: 10px;
  }

  .quality-seal {
    bottom: 8px;
    height: 67px;
    right: 0;
    width: 67px;
  }

  .quality-seal strong {
    font-size: 18px;
  }

  .quality-seal span {
    font-size: 6px;
  }

  .facts-strip {
    padding-top: 10px;
  }

  .facts-strip .site-shell {
    width: 100%;
  }

  .facts-strip .site-shell > div {
    gap: 9px;
    justify-content: flex-start;
    min-height: 66px;
    padding: 0 14px;
  }

  .fact-icon {
    height: 38px;
    width: 38px;
  }

  .facts-strip p {
    font-size: 11px;
  }

  .facts-strip p strong {
    font-size: 13px;
  }

  .intro-section,
  .support-section,
  .resources-section {
    padding: 72px 0;
  }

  .intro-section h2,
  .product-copy h2,
  .access-section h2,
  .center-heading h2,
  .newsletter-section h2 {
    font-size: clamp(33px, 10vw, 43px);
  }

  .intro-section .narrow-copy > p:last-child,
  .center-heading > p:last-child {
    font-size: 17px;
  }

  .product-showcase {
    padding: 66px 0;
  }

  .product-inner {
    gap: 34px;
  }

  .product-visual {
    height: 310px;
    padding: 45px 20px 0;
  }

  .visual-code {
    height: 50px;
    left: 12px;
    top: 20px;
    width: 50px;
  }

  .visual-window {
    height: 255px;
  }

  .demo-layout {
    grid-template-columns: 52px 1fr;
  }

  .demo-layout aside {
    gap: 11px;
    padding-top: 15px;
  }

  .demo-main {
    padding: 22px 17px;
  }

  .demo-main > strong {
    font-size: 16px;
  }

  .product-copy > p:not(.product-category) {
    font-size: 17px;
  }

  .access-section {
    padding: 72px 0;
  }

  .access-price > strong {
    font-size: 58px;
  }

  .support-icon {
    height: 72px;
    width: 72px;
  }

  .promise-section {
    padding: 66px 0;
  }

  .promise-section blockquote {
    font-size: 22px;
  }

  .resource-image {
    height: 185px;
    padding: 28px;
  }

  .resource-image > div {
    height: 128px;
  }

  .newsletter-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding-bottom: 56px;
    padding-top: 58px;
  }

  .footer-bottom .site-shell {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
  }
}

/* Blog and editorial system. */

.blog-main {
  background: #ffffff;
  color: var(--ink);
  overflow: hidden;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.article-hero,
.inner-page-hero {
  background: var(--teal);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.article-hero::after,
.inner-page-hero::after,
.blog-index-hero::after {
  background: #ffffff;
  bottom: -1px;
  clip-path: polygon(0 40%, 24% 72%, 49% 82%, 73% 70%, 100% 34%, 100% 100%, 0 100%);
  content: "";
  height: 48px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.article-hero > .site-shell,
.inner-page-hero > .site-shell,
.blog-index-hero > .site-shell {
  position: relative;
  z-index: 2;
}

.article-hero {
  padding: 28px 0 88px;
}

.article-hero-inner {
  max-width: 1080px;
}

.article-breadcrumbs {
  align-items: center;
  color: #778187;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 9px;
  padding-bottom: 33px;
  padding-top: 34px;
}

.article-breadcrumbs a:hover {
  color: var(--teal-dark);
}

.article-hero .article-breadcrumbs {
  color: rgba(255, 255, 255, 0.78);
  padding: 0 0 35px;
  width: 100%;
}

.article-hero .article-breadcrumbs a:hover {
  color: #ffffff;
}

.article-layout {
  align-items: start;
  display: grid;
  gap: 62px;
  grid-template-columns: minmax(0, 770px) minmax(280px, 330px);
  justify-content: space-between;
  padding-bottom: 104px;
  padding-top: 62px;
}

.article-column {
  min-width: 0;
}

.article-header {
  margin-bottom: 34px;
}

.article-hero .article-header {
  border-left: 5px solid var(--yellow);
  margin: 0;
  max-width: 970px;
  padding-left: 31px;
}

.article-category,
.blog-card-category {
  color: var(--teal-dark);
  display: inline-block;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.article-category:hover,
.blog-card-category:hover {
  color: var(--coral);
}

.article-hero .article-category {
  color: #e0f8fc;
}

.article-hero .article-category:hover {
  color: #ffffff;
}

.article-header h1 {
  color: #292f34;
  font-size: 41px;
  line-height: 1.24;
  margin: 0 0 20px;
  max-width: 760px;
}

.article-hero .article-header h1 {
  color: #ffffff;
  font-size: 52px;
  line-height: 1.16;
  max-width: 940px;
  overflow-wrap: anywhere;
}

.article-deck {
  color: #58636a;
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 27px;
  max-width: 730px;
}

.article-hero .article-deck {
  color: rgba(255, 255, 255, 0.88);
  max-width: 800px;
}

.article-hero-meta {
  align-items: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
}

.article-hero-meta > * {
  min-width: 0;
}

.article-byline {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 13px;
  padding-top: 20px;
}

.article-hero .article-byline {
  border-top: 0;
  padding-top: 0;
}

.article-hero .article-byline img {
  border: 2px solid rgba(255, 255, 255, 0.74);
}

.article-hero .preview-avatar {
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.74);
  color: var(--teal-deep);
}

.article-byline img {
  border-radius: 50%;
  height: 48px;
  object-fit: cover;
  width: 48px;
}

.preview-avatar {
  align-items: center;
  background: var(--teal-deep);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.preview-avatar-large {
  height: 78px;
  width: 78px;
}

.article-byline div {
  display: grid;
  gap: 2px;
}

.article-byline span {
  color: #758086;
  font-size: 13px;
  line-height: 1.45;
}

.article-byline span:first-child {
  color: #414a50;
  font-size: 14px;
}

.article-hero .article-byline span,
.article-hero .article-byline span:first-child,
.article-hero .article-share > span {
  color: rgba(255, 255, 255, 0.86);
}

.article-share {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.article-hero .article-share {
  flex: 0 0 auto;
  margin-top: 0;
}

.article-share > span {
  color: #778187;
  font-size: 12px;
  font-weight: 700;
  margin-right: 2px;
  text-transform: uppercase;
}

.article-share a,
.article-share button {
  align-items: center;
  background: #f3f7f8;
  border: 1px solid #dbe6e8;
  border-radius: 50%;
  color: #47535a;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  padding: 0;
  text-transform: lowercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
  width: 34px;
}

.article-share a:hover,
.article-share button:hover,
.article-share button.is-copied {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: #ffffff;
}

.article-hero .article-share a,
.article-hero .article-share button {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--teal-deep);
}

.article-hero .article-share a:hover,
.article-hero .article-share button:hover,
.article-hero .article-share button.is-copied {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #173740;
}

.article-featured-image {
  margin: 0 0 42px;
}

.article-featured-image img {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-featured-image figcaption {
  color: #7a858a;
  font-size: 12px;
  margin-top: 9px;
  text-align: center;
}

.article-featured-placeholder {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: #eaf8fb;
  border: 1px solid #cfe8ed;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
  overflow: hidden;
  padding: 8%;
  position: relative;
}

.article-featured-placeholder::before,
.article-featured-placeholder::after {
  content: "";
  position: absolute;
}

.article-featured-placeholder::before {
  background: var(--yellow);
  height: 18px;
  left: 0;
  top: 0;
  width: 36%;
}

.article-featured-placeholder::after {
  background: var(--coral);
  bottom: 0;
  height: 16px;
  right: 0;
  width: 29%;
}

.article-featured-placeholder > div {
  background: #ffffff;
  border: 1px solid #c9dadd;
  box-shadow: 18px 20px 0 rgba(7, 127, 154, 0.11);
  display: grid;
  gap: 13px;
  max-width: 430px;
  padding: 34px 40px;
  width: 75%;
}

.article-featured-placeholder span {
  color: var(--teal-dark);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.article-featured-placeholder strong {
  color: #303a40;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 23px;
}

.article-featured-placeholder i {
  background: #d8e4e6;
  display: block;
  height: 7px;
  width: 100%;
}

.article-featured-placeholder i:last-child {
  width: 67%;
}

.article-content {
  color: #3f494f;
  font-size: 18px;
  line-height: 1.9;
}

.article-content > *:first-child {
  margin-top: 0;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote,
.article-content table,
.article-content figure {
  margin-bottom: 28px;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  color: #2d353a;
  scroll-margin-top: 36px;
}

.article-content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin: 58px 0 21px;
}

.article-content h3 {
  font-size: 24px;
  line-height: 1.38;
  margin: 43px 0 16px;
}

.article-content h4 {
  font-size: 19px;
  line-height: 1.45;
  margin: 34px 0 13px;
}

.article-content a {
  color: var(--teal-dark);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(8, 127, 154, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article-content a:hover {
  color: #d94458;
  text-decoration-color: currentColor;
}

.article-content ul,
.article-content ol {
  padding-left: 26px;
}

.article-content li {
  margin-bottom: 10px;
  padding-left: 5px;
}

.article-content li::marker {
  color: var(--teal-dark);
  font-weight: 700;
}

.article-content blockquote {
  border-left: 4px solid var(--yellow);
  color: #354249;
  font-family: "Lora", Georgia, serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.7;
  margin-left: 0;
  padding: 12px 0 12px 28px;
}

.article-content img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
}

.article-content table {
  border-collapse: collapse;
  display: block;
  font-size: 15px;
  overflow-x: auto;
  width: 100%;
}

.article-content th,
.article-content td {
  border: 1px solid #d8e3e5;
  padding: 13px 15px;
  text-align: left;
}

.article-content th {
  background: #eef8fa;
  color: #283a40;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
}

.wpiq-note {
  background: #fff9e8;
  border-left: 4px solid var(--yellow);
  color: #4c4740;
  display: block;
  margin: 36px 0;
  padding: 24px 27px 21px;
}

.wpiq-note > strong {
  color: #353a3d;
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
}

.wpiq-note p:last-child {
  margin-bottom: 0;
}

.wpiq-article-cta {
  align-items: center;
  background: var(--teal-deep);
  color: #ffffff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 44px 0;
  padding: 28px 30px;
}

.wpiq-article-cta strong {
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 4px;
}

.wpiq-article-cta-copy,
.wpiq-article-cta-copy p {
  color: #d9eef2;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.wpiq-article-cta a {
  background: #ffffff;
  border-radius: 999px;
  color: var(--teal-deep);
  flex: 0 0 auto;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 19px;
  text-decoration: none;
}

.article-sidebar-sticky {
  display: grid;
  gap: 24px;
  position: sticky;
  top: 28px;
}

.article-widget-area {
  display: grid;
  gap: 24px;
}

.article-widget {
  background: #ffffff;
  border: 1px solid #dce6e9;
  border-radius: 6px;
  color: #5d696f;
  font-size: 14px;
  line-height: 1.55;
  padding: 23px;
}

.article-widget-title,
.article-widget .wp-block-heading {
  color: #30393e;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 14px;
}

.article-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-widget li + li {
  border-top: 1px solid #e4ebed;
  margin-top: 9px;
  padding-top: 9px;
}

.article-widget a {
  color: var(--teal-dark);
}

.article-toc {
  border: 1px solid #dce6e9;
  border-radius: 6px;
  overflow: hidden;
}

.article-toc-title {
  background: var(--teal-deep);
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 16px 19px;
}

.article-toc ol {
  counter-reset: toc;
  list-style: none;
  margin: 0;
  max-height: 388px;
  overflow-y: auto;
  padding: 12px 17px 14px;
}

.article-toc li {
  counter-increment: toc;
  margin: 0;
}

.article-toc a {
  border-left: 2px solid transparent;
  color: #59666c;
  display: block;
  font-size: 13px;
  line-height: 1.45;
  padding: 8px 8px 8px 12px;
}

.article-toc .toc-level-3 a {
  font-size: 12px;
  padding-left: 27px;
}

.article-toc a:hover,
.article-toc a.is-active {
  border-left-color: var(--teal-dark);
  color: var(--teal-dark);
}

.sidebar-newsletter,
.sidebar-product {
  border-radius: 6px;
  padding: 25px;
}

.sidebar-newsletter {
  background: #fff7df;
  border: 1px solid #f0dda2;
}

.sidebar-newsletter > span,
.sidebar-product > span {
  color: #786027;
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.sidebar-newsletter h2,
.sidebar-product h2 {
  color: #333b40;
  font-size: 19px;
  line-height: 1.42;
  margin-bottom: 10px;
}

.sidebar-newsletter p {
  color: #69675e;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.sidebar-newsletter a,
.sidebar-product a {
  color: var(--teal-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.sidebar-product {
  background: #edf9fb;
  border: 1px solid #cfe7eb;
}

.sidebar-product > span {
  color: var(--teal-dark);
}

.sidebar-product-visual {
  background: #ffffff;
  border: 1px solid #d2e4e7;
  display: grid;
  gap: 7px;
  margin-bottom: 20px;
  padding: 16px;
}

.sidebar-product-visual span {
  color: var(--teal-dark);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.sidebar-product-visual i {
  background: #dde7e9;
  display: block;
  height: 5px;
}

.sidebar-product-visual i:nth-child(3) {
  width: 78%;
}

.sidebar-product-visual i:nth-child(4) {
  background: var(--yellow);
  width: 44%;
}

.mobile-article-toc {
  display: none;
}

.article-author-box {
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 23px;
  margin-top: 65px;
  padding: 31px 0;
}

.article-author-box > img {
  border-radius: 50%;
  height: 78px;
  object-fit: cover;
  width: 78px;
}

.article-author-box span {
  color: var(--teal-dark);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-author-box h2 {
  font-size: 20px;
  margin: 2px 0 6px;
}

.article-author-box p {
  color: #657077;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.article-comments {
  border-top: 1px solid var(--line);
  margin-top: 58px;
  padding-top: 42px;
}

.article-comments > h2,
.comment-reply-title {
  color: #30383d;
  font-size: 25px;
  line-height: 1.35;
  margin-bottom: 25px;
}

.comment-list {
  list-style: none;
  margin: 0 0 42px;
  padding: 0;
}

.comment-list .comment {
  border-top: 1px solid #e0e8ea;
  padding: 24px 0;
}

.comment-list .children {
  list-style: none;
  margin: 20px 0 0 34px;
  padding: 0;
}

.comment-author {
  align-items: center;
  display: flex;
  gap: 10px;
}

.comment-author img {
  border-radius: 50%;
}

.comment-author .fn {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.comment-metadata,
.comment-awaiting-moderation {
  color: #7b868b;
  font-size: 12px;
  margin: 6px 0 13px 58px;
}

.comment-content {
  color: #4e595f;
  font-size: 16px;
  line-height: 1.7;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.reply {
  margin-top: 12px;
}

.reply a,
.logged-in-as a,
.comment-notes a {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 600;
}

.comment-form {
  display: grid;
  gap: 16px;
}

.comment-form p {
  margin: 0;
}

.comment-form label {
  color: #48545a;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.comment-form input:not([type="checkbox"]),
.comment-form textarea {
  background: #ffffff;
  border: 1px solid #cfdcde;
  border-radius: 4px;
  color: var(--ink);
  padding: 12px 14px;
  width: 100%;
}

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

.comment-form .submit {
  background: var(--teal-deep);
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  min-height: 44px;
  padding: 0 22px;
}

.related-articles {
  background: #f4fafb;
  border-top: 1px solid #dcebed;
  padding: 78px 0 88px;
}

.related-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
}

.related-heading .section-kicker {
  margin-bottom: 7px;
}

.related-heading h2 {
  font-size: 31px;
  margin: 0;
}

.related-heading > a,
.blog-read-link,
.blog-card-read,
.blog-featured-link {
  color: var(--teal-dark);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.blog-card-grid {
  display: grid;
  column-gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 52px;
}

.blog-post-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.blog-card-image {
  background: #eaf8fb;
  border-radius: 6px;
  display: block;
  overflow: hidden;
}

.blog-card-image > img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100%;
}

.blog-post-card:hover .blog-card-image > img {
  transform: scale(1.025);
}

.blog-image-placeholder {
  align-items: flex-start;
  aspect-ratio: 16 / 10;
  background: #e7f5f7;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  overflow: hidden;
  padding: 14%;
  position: relative;
}

.blog-image-placeholder::after {
  background: var(--yellow);
  bottom: 0;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  width: 38%;
}

.blog-image-placeholder i {
  color: var(--teal-dark);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 7px;
}

.blog-image-placeholder b {
  background: #bed9de;
  display: block;
  height: 6px;
  width: 100%;
}

.blog-image-placeholder b:nth-of-type(2) {
  width: 77%;
}

.blog-image-placeholder b:nth-of-type(3) {
  background: var(--coral);
  margin-top: 5px;
  width: 34%;
}

.blog-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 0 0;
}

.blog-card-topline {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 11px;
}

.blog-card-topline .blog-card-category {
  margin: 0;
}

.blog-card-topline > span {
  color: #7d8b90;
  flex: 0 0 auto;
  font-size: 12px;
}

.blog-card-copy h2,
.blog-card-copy h3 {
  color: #193740;
  font-size: 22px;
  line-height: 1.38;
  margin: 0 0 12px;
}

.blog-card-copy h2 a:hover,
.blog-card-copy h3 a:hover,
.blog-featured-copy h2 a:hover {
  color: var(--teal-dark);
}

.blog-card-copy > p {
  color: #607077;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 22px;
}

.blog-card-footer,
.blog-card-meta {
  align-items: center;
  border-top: 1px solid #dfe9e8;
  color: #7a898e;
  display: flex;
  font-size: 12px;
  gap: 14px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
}

.blog-card-read {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.blog-index-hero {
  background: var(--teal);
  color: #ffffff;
  overflow: hidden;
  padding: 64px 0 88px;
  position: relative;
}

.blog-index-hero::after {
  display: block;
}

.blog-index-hero-inner {
  align-items: center;
  display: grid;
  gap: 92px;
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1.28fr);
}

.blog-index-hero-copy {
  border-left: 5px solid var(--yellow);
  max-width: 520px;
  padding-left: 27px;
}

.blog-index-hero .section-kicker {
  color: #dcf8fc;
  margin-bottom: 10px;
}

.blog-index-hero h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 1.04;
  margin-bottom: 17px;
  overflow-wrap: anywhere;
}

.blog-hero-topics {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  flex-wrap: wrap;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-hero-topics span + span::before {
  color: var(--yellow);
  content: "/";
  margin: 0 11px;
}

.blog-index-hero-aside > p,
.archive-description {
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 660px;
}

.blog-index-hero-aside {
  border-top: 1px solid rgba(255, 255, 255, 0.46);
  max-width: 660px;
  padding-top: 22px;
}

.blog-hero-link {
  align-items: center;
  border-bottom: 2px solid currentColor;
  color: #ffffff;
  display: inline-flex;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
  padding-bottom: 4px;
}

.blog-hero-link:hover {
  color: var(--yellow);
}

.archive-description p {
  margin: 0;
}

.blog-archive-hero h1 {
  font-size: 50px;
}

.blog-topic-bar {
  background: #ffffff;
  border-bottom: 1px solid #dfe9e8;
  box-shadow: none;
  position: relative;
  z-index: 2;
}

.blog-topic-inner {
  align-items: stretch;
  display: flex;
  gap: 34px;
}

.blog-topic-label {
  align-items: center;
  color: #728187;
  display: flex;
  flex: 0 0 auto;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-topic-links {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scrollbar-width: none;
}

.blog-topic-links::-webkit-scrollbar {
  display: none;
}

.blog-topic-links a {
  color: #5a6a70;
  display: block;
  flex: 0 0 auto;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 22px 0 19px;
  position: relative;
  white-space: nowrap;
}

.blog-topic-links a::after {
  background: var(--teal-dark);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.blog-topic-links a:hover,
.blog-topic-links a.is-current {
  color: #173d47;
}

.blog-topic-links a:hover::after,
.blog-topic-links a.is-current::after {
  transform: scaleX(1);
}

.blog-index-content {
  padding: 66px 0 106px;
}

.blog-index-content.has-feature-only {
  padding-bottom: 76px;
}

.blog-index-content.has-feature-only .blog-featured-story {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-featured-story {
  align-items: center;
  border-bottom: 1px solid #dce6e8;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  margin-bottom: 68px;
  padding-bottom: 68px;
}

.blog-featured-image {
  background: #eaf8fb;
  border-radius: 6px;
  overflow: hidden;
}

.blog-featured-image > img,
.blog-featured-image .blog-image-placeholder {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.blog-featured-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.blog-featured-eyebrow {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 15px;
}

.blog-featured-eyebrow > span {
  align-items: center;
  color: #b34956;
  display: inline-flex;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  gap: 9px;
  text-transform: uppercase;
}

.blog-featured-eyebrow > span::before {
  background: var(--yellow);
  content: "";
  height: 3px;
  width: 25px;
}

.blog-featured-eyebrow .blog-card-category {
  margin: 0;
}

.blog-featured-copy h2 {
  color: #173740;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 17px;
}

.blog-featured-copy > p {
  color: #5d6f75;
  font-size: 17px;
  line-height: 1.68;
  margin-bottom: 27px;
}

.blog-featured-footer {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
}

.blog-featured-byline {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.blog-featured-avatar {
  border-radius: 50%;
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.blog-featured-byline div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.blog-featured-byline strong {
  color: #27434b;
  font-size: 13px;
}

.blog-featured-byline span {
  color: #7b898e;
  font-size: 12px;
}

.blog-featured-link {
  align-items: center;
  border-bottom: 2px solid currentColor;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  padding-bottom: 4px;
}

.blog-list-heading {
  align-items: end;
  border-bottom: 1px solid #dfe9e8;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin-bottom: 34px;
  padding-bottom: 21px;
}

.blog-list-heading .section-kicker {
  margin-bottom: 6px;
}

.blog-list-heading h2 {
  color: #193740;
  font-size: 32px;
  margin: 0;
}

.blog-list-heading > p {
  color: #718086;
  font-size: 14px;
  margin: 0 0 4px;
  text-align: right;
}

.blog-archive-hero {
  padding-bottom: 88px;
}

.blog-archive-main .blog-card-grid {
  row-gap: 34px;
}

.blog-empty {
  padding: 88px 0 112px;
  text-align: center;
}

.blog-empty .site-shell > span {
  align-items: center;
  background: #e5f5f7;
  border-radius: 50%;
  color: var(--teal-dark);
  display: inline-flex;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  margin-bottom: 20px;
  width: 54px;
}

.blog-empty h2 {
  color: #193740;
  font-size: 30px;
  margin-bottom: 10px;
}

.blog-empty p {
  color: #6a757b;
}

.inner-page-hero {
  padding: 62px 0 88px;
}

.inner-page-hero-inner {
  border-left: 5px solid var(--yellow);
  padding-left: 31px;
}

.inner-page-hero .section-kicker {
  color: #dcf8fc;
  margin-bottom: 11px;
}

.inner-page-hero h1 {
  color: #ffffff;
  font-size: 54px;
  line-height: 1.15;
  margin: 0;
  max-width: 940px;
  overflow-wrap: anywhere;
}

.inner-page-hero-intro {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.55;
  margin-top: 18px;
  max-width: 720px;
}

.inner-page-hero-intro > :last-child {
  margin-bottom: 0;
}

.inner-page-hero .search-form {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.standard-page {
  max-width: 850px;
  padding-bottom: 100px;
  padding-top: 64px;
}

.editable-home-page {
  padding-bottom: 100px;
  padding-top: 64px;
}

.editable-home-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  width: calc(100% - 48px);
}

.editable-home-content > .alignwide {
  max-width: var(--shell);
}

.editable-home-content > .alignfull {
  max-width: none;
  width: 100%;
}

.not-found-content {
  padding-bottom: 110px;
  padding-top: 75px;
  text-align: center;
}

.not-found-content > p:not(.section-kicker) {
  color: #69747b;
  font-size: 18px;
}

.not-found-content .search-form {
  margin-bottom: 25px;
}

.navigation.pagination {
  margin-top: 54px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.nav-links .page-numbers {
  align-items: center;
  border: 1px solid #d7e3e5;
  border-radius: 4px;
  color: #536168;
  display: inline-flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  padding: 0 12px;
}

.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
  color: #ffffff;
}

.search-form {
  display: flex;
  justify-content: center;
  margin: 29px auto 0;
  max-width: 560px;
}

.search-form label {
  flex: 1;
}

.search-form .search-field {
  background: #ffffff;
  border: 1px solid #ccdadd;
  border-radius: 4px 0 0 4px;
  height: 48px;
  padding: 0 15px;
  width: 100%;
}

.search-form .search-submit {
  background: var(--teal-deep);
  border: 1px solid var(--teal-deep);
  border-radius: 0 4px 4px 0;
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 0 22px;
}

.blog-footer-cta {
  background: var(--teal);
  color: #ffffff;
  padding: 59px 0;
}

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

.blog-footer-cta .section-kicker {
  color: #d8f4f8;
  margin-bottom: 8px;
}

.blog-footer-cta h2 {
  font-size: 29px;
  line-height: 1.3;
  margin: 0;
  max-width: 660px;
}

.blog-footer-cta .pill-button {
  flex: 0 0 auto;
}

.blog-site-footer .footer-main {
  padding-top: 68px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

@media (max-width: 1060px) {
  .article-layout {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .blog-index-hero-inner {
    gap: 58px;
    grid-template-columns: minmax(280px, 0.75fr) minmax(380px, 1.25fr);
  }

  .blog-featured-story {
    gap: 42px;
  }

  .blog-featured-copy h2 {
    font-size: 32px;
  }
}

@media (max-width: 860px) {
  .article-layout {
    display: block;
    max-width: 790px;
  }

  .article-sidebar {
    display: none;
  }

  .mobile-article-toc {
    border: 1px solid #d9e5e7;
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
  }

  .mobile-article-toc summary {
    color: #334148;
    cursor: pointer;
    display: flex;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
    list-style: none;
    padding: 16px 18px;
  }

  .mobile-article-toc[open] summary span {
    transform: rotate(45deg);
  }

  .mobile-article-toc .article-toc {
    border: 0;
    border-radius: 0;
    border-top: 1px solid #d9e5e7;
  }

  .mobile-article-toc .article-toc-title {
    display: none;
  }

  .mobile-article-toc .article-toc ol {
    max-height: none;
  }

  .blog-index-hero-inner {
    align-items: start;
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-index-hero h1 {
    font-size: 58px;
  }

  .article-hero .article-header h1,
  .inner-page-hero h1 {
    font-size: 45px;
  }

  .blog-topic-inner {
    gap: 26px;
  }

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

  .blog-featured-story {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .blog-featured-image {
    min-height: 0;
  }

  .blog-featured-copy {
    max-width: 720px;
  }

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

@media (max-width: 640px) {
  .article-hero {
    padding: 22px 0 70px;
  }

  .article-hero::after,
  .inner-page-hero::after,
  .blog-index-hero::after {
    height: 34px;
  }

  .article-breadcrumbs {
    font-size: 12px;
    padding-bottom: 24px;
    padding-top: 23px;
    width: calc(100% - 36px);
  }

  .article-hero .article-breadcrumbs {
    padding: 0 0 24px;
    width: 100%;
  }

  .article-layout {
    padding-bottom: 72px;
    padding-top: 44px;
    width: calc(100% - 36px);
  }

  .article-header {
    margin-bottom: 27px;
  }

  .article-header h1 {
    font-size: 32px;
    line-height: 1.26;
    margin-bottom: 16px;
  }

  .article-hero .article-header {
    border-left-width: 4px;
    margin: 0;
    padding-left: 19px;
  }

  .article-hero .article-header h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  .article-hero-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    margin-top: 24px;
    padding-top: 17px;
  }

  .article-deck {
    font-size: 18px;
  }

  .article-byline img {
    height: 42px;
    width: 42px;
  }

  .article-share {
    margin-top: 16px;
  }

  .article-hero .article-share {
    margin-top: 0;
  }

  .article-featured-image,
  .article-featured-placeholder {
    margin-bottom: 32px;
  }

  .article-featured-placeholder > div {
    box-shadow: 10px 12px 0 rgba(7, 127, 154, 0.11);
    padding: 20px;
    width: 82%;
  }

  .article-featured-placeholder strong {
    font-size: 17px;
  }

  .article-content {
    font-size: 17px;
    line-height: 1.82;
  }

  .article-content p,
  .article-content ul,
  .article-content ol,
  .article-content blockquote,
  .article-content table,
  .article-content figure {
    margin-bottom: 24px;
  }

  .article-content h2 {
    font-size: 27px;
    margin: 45px 0 17px;
  }

  .article-content h3 {
    font-size: 22px;
    margin-top: 36px;
  }

  .article-content blockquote {
    font-size: 19px;
    padding-left: 20px;
  }

  .wpiq-article-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
  }

  .article-author-box {
    gap: 16px;
    margin-top: 52px;
  }

  .article-author-box > img {
    height: 58px;
    width: 58px;
  }

  .related-articles {
    padding: 62px 0 70px;
  }

  .related-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .related-heading h2 {
    font-size: 27px;
  }

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

  .blog-index-hero {
    padding: 52px 0 70px;
  }

  .blog-index-hero h1 {
    font-size: 40px;
  }

  .blog-index-hero-aside > p,
  .archive-description {
    font-size: 17px;
  }

  .blog-topic-inner {
    gap: 0;
    width: calc(100% - 32px);
  }

  .blog-topic-label {
    display: none;
  }

  .blog-topic-links {
    gap: 24px;
  }

  .blog-index-content {
    padding: 50px 0 78px;
  }

  .inner-page-hero {
    padding: 50px 0 70px;
  }

  .inner-page-hero-inner {
    border-left-width: 4px;
    padding-left: 19px;
    width: calc(100% - 36px);
  }

  .inner-page-hero h1 {
    font-size: 38px;
  }

  .inner-page-hero-intro {
    font-size: 17px;
  }

  .standard-page {
    padding-bottom: 72px;
    padding-top: 46px;
    width: calc(100% - 36px);
  }

  .editable-home-page {
    padding-bottom: 72px;
    padding-top: 46px;
  }

  .editable-home-content > * {
    width: calc(100% - 36px);
  }

  .blog-featured-story {
    margin-bottom: 52px;
    padding-bottom: 52px;
  }

  .blog-featured-image {
    min-height: 0;
  }

  .blog-featured-copy {
    padding: 0;
  }

  .blog-featured-copy h2 {
    font-size: 27px;
  }

  .blog-featured-copy > p {
    font-size: 16px;
  }

  .blog-featured-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-list-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .blog-list-heading > p {
    text-align: left;
  }

  .blog-list-heading h2 {
    font-size: 26px;
  }

  .blog-card-grid {
    row-gap: 44px;
  }

  .blog-footer-cta {
    padding: 48px 0;
  }

  .blog-footer-cta h2 {
    font-size: 25px;
  }
}

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

  .blog-post-card,
  .blog-card-image > img,
  .blog-topic-links a::after {
    transition: none;
  }
}

/* Storefront, product, tutorial, and commerce system. */

.store-catalog-main,
.single-product-main,
.tutorial-hub-main,
.single-tutorial-main,
.commerce-page {
  overflow: hidden;
}

.text-arrow-link {
  color: var(--teal-dark);
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  margin-top: 24px;
}

.text-arrow-link:hover {
  color: var(--teal-deep);
}

.intro-section .narrow-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
  margin-bottom: 0;
}

.product-showcase-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.product-showcase-meta .product-category {
  margin: 0;
}

.product-status {
  border: 1px solid #c6dfe5;
  border-radius: 999px;
  color: var(--teal-deep);
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 9px;
  text-transform: uppercase;
}

.product-status.is-launch,
.product-status.is-available {
  background: #e1f8ee;
  border-color: #a7dec7;
  color: #176348;
}

.product-status.is-coming-soon {
  background: #fff7dd;
  border-color: #ead695;
  color: #6b5200;
}

.support-grid .text-arrow-link {
  justify-content: center;
  margin-top: 18px;
}

.resource-product-name {
  color: var(--muted);
  display: block;
  font-size: 13px;
  margin: -7px 25px 13px;
}

.resources-footer-link {
  margin-top: 42px;
  text-align: center;
}

/* Plugin catalog. */

.catalog-hero {
  background: var(--teal);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  padding: 88px 0 94px;
  position: relative;
}

.catalog-hero::after,
.tutorial-hero::after,
.commerce-hero::after,
.tutorial-article-hero::after,
.product-sales-hero::after {
  background: var(--yellow);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 90px;
}

.catalog-hero-inner {
  align-items: end;
  display: grid;
  gap: 84px;
  grid-template-columns: minmax(0, 1fr) 370px;
}

.catalog-hero .section-kicker,
.tutorial-hero .section-kicker,
.commerce-hero .section-kicker,
.tutorial-article-hero .section-kicker,
.product-sales-hero .section-kicker {
  color: #d9f9ff;
}

.catalog-hero h1,
.tutorial-hero h1,
.commerce-hero h1,
.tutorial-article-hero h1,
.product-sales-hero h1 {
  font-size: 56px;
  line-height: 1.08;
  margin-bottom: 20px;
  max-width: 760px;
}

.catalog-hero-inner > div:first-child > p:last-child,
.tutorial-hero-inner > div:first-child > p:last-child,
.commerce-hero-inner > div:first-child > p:last-child {
  color: #ddf6fa;
  font-size: 19px;
  line-height: 1.65;
  margin: 0;
  max-width: 720px;
}

.catalog-hero-facts {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  display: grid;
  gap: 0;
  padding-left: 34px;
}

.catalog-hero-facts span {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #d7f2f7;
  display: grid;
  font-size: 14px;
  gap: 15px;
  grid-template-columns: 52px 1fr;
  min-height: 58px;
}

.catalog-hero-facts span:last-child {
  border-bottom: 0;
}

.catalog-hero-facts strong {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}

.catalog-filter-bar {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.catalog-filter-inner {
  align-items: center;
  display: flex;
  gap: 30px;
  min-height: 88px;
}

.catalog-filter-inner > span {
  color: var(--muted);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.catalog-filter-tabs button {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #4f5b63;
  font-size: 14px;
  min-height: 38px;
  padding: 0 14px;
}

.catalog-filter-tabs button:hover,
.catalog-filter-tabs button[aria-pressed="true"] {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
  color: #ffffff;
}

.catalog-content {
  background: #f7fafb;
  padding: 90px 0 108px;
}

.catalog-heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) 420px;
  margin-bottom: 46px;
}

.catalog-heading h2,
.product-section-heading h2,
.product-overview-grid h2,
.product-docs-intro h2,
.product-faq-grid h2,
.product-changelog-grid h2,
.tutorial-results-heading h2,
.support-form-intro h2 {
  font-size: 40px;
  line-height: 1.18;
  margin-bottom: 0;
}

.catalog-heading > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

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

.product-card {
  background: #ffffff;
  border: 1px solid #d8e3e6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 510px;
  overflow: hidden;
  position: relative;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

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

.product-card:hover {
  border-color: #a8cdd5;
  box-shadow: 0 16px 38px rgba(27, 78, 89, 0.11);
  transform: translateY(-3px);
}

.product-card.is-launch-product::before {
  background: var(--yellow);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.product-card-visual {
  background: #e9f8fb;
  display: block;
  height: 230px;
  overflow: hidden;
  padding: 40px 30px 0;
  position: relative;
}

.product-card-yellow .product-card-visual {
  background: #fff6d9;
}

.product-card-coral .product-card-visual {
  background: #fff0f2;
}

.product-card-blue .product-card-visual {
  background: #edf8fc;
}

.product-card-purple .product-card-visual {
  background: #f4f0fb;
}

.product-card-green .product-card-visual {
  background: #ebf8f2;
}

.product-card-code {
  align-items: center;
  background: var(--teal);
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  left: 20px;
  position: absolute;
  top: 22px;
  width: 50px;
  z-index: 2;
}

.product-card-yellow .product-card-code {
  background: var(--yellow);
  color: #604900;
}

.product-card-coral .product-card-code {
  background: var(--coral);
}

.product-card-blue .product-card-code {
  background: #2b9fc1;
}

.product-card-purple .product-card-code {
  background: #8066ae;
}

.product-card-green .product-card-code {
  background: #27865f;
}

.product-card-window {
  background: #ffffff;
  border: 1px solid #b8d2d8;
  border-radius: 6px 6px 0 0;
  box-shadow: 9px 12px 0 rgba(16, 103, 123, 0.09);
  display: block;
  height: 190px;
  padding: 50px 24px 18px 76px;
  position: relative;
  transform: rotate(-1deg);
}

.product-card-window::before {
  background: #213e47;
  content: "";
  height: 27px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.product-card-window i {
  background: var(--coral);
  border-radius: 50%;
  height: 6px;
  left: 12px;
  position: absolute;
  top: 10px;
  width: 6px;
  z-index: 1;
}

.product-card-window i:nth-child(2) {
  background: var(--yellow);
  left: 22px;
}

.product-card-window i:nth-child(3) {
  background: var(--green);
  left: 32px;
}

.product-card-window::after {
  background: var(--teal-dark);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 27px;
  width: 55px;
}

.product-card-window b {
  background: #e6eef0;
  display: block;
  height: 13px;
  margin-bottom: 12px;
}

.product-card-window b:first-of-type {
  background: var(--teal);
  height: 9px;
  width: 43%;
}

.product-card-window b:last-of-type {
  width: 72%;
}

.product-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px 27px 25px;
}

.product-card-meta {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 13px;
}

.product-card-meta > span {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-card h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 11px;
}

.product-card h2 a:hover {
  color: var(--teal-dark);
}

.product-card-copy > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.product-card-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
}

.product-card-footer > a {
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 700;
}

.product-card-footer > span {
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.product-card-footer strong {
  color: var(--ink);
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.catalog-empty,
.tutorial-empty,
.commerce-empty-state {
  border: 1px solid var(--line);
  padding: 54px;
  text-align: center;
}

.catalog-promise,
.product-support-cta,
.tutorial-support-band {
  background: var(--teal-dark);
  color: #ffffff;
  padding: 76px 0;
}

.catalog-promise-inner,
.product-support-cta .site-shell,
.tutorial-support-band .site-shell {
  align-items: center;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.catalog-promise .section-kicker,
.product-support-cta .section-kicker,
.tutorial-support-band .section-kicker {
  color: #bdeef8;
}

.catalog-promise h2,
.product-support-cta h2,
.tutorial-support-band h2 {
  font-size: 34px;
  line-height: 1.28;
  margin: 0;
  max-width: 820px;
}

/* Reusable product sales page. */

.product-sales-hero {
  background: var(--teal);
  color: #ffffff;
  padding: 32px 0 84px;
  position: relative;
}

.product-sales-breadcrumbs,
.tutorial-breadcrumbs {
  align-items: center;
  color: #d1f1f6;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 9px;
  margin-bottom: 50px;
}

.product-sales-breadcrumbs a:hover,
.tutorial-breadcrumbs a:hover {
  color: #ffffff;
}

.product-sales-hero-inner {
  align-items: center;
  display: grid;
  gap: 68px;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.8fr);
}

.product-sales-status {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.product-sales-status > span {
  color: #d9f9ff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-sales-status > span:first-child {
  background: #ffffff;
  border-radius: 999px;
  color: var(--teal-deep);
  padding: 8px 11px;
}

.product-sales-status > span:first-child.is-coming-soon {
  background: #fff1b9;
  color: #614900;
}

.product-sales-hero h1 {
  margin-bottom: 18px;
}

.product-sales-tagline {
  color: #e1f6fa;
  font-size: 20px;
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 620px;
}

.product-sales-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.product-secondary-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.product-sales-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  padding-top: 25px;
}

.product-sales-meta span {
  color: #c9edf3;
  font-size: 12px;
}

.product-sales-meta strong {
  color: #ffffff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  margin-bottom: 4px;
}

.product-sales-visual .product-visual {
  height: 420px;
  padding-left: 38px;
  padding-right: 38px;
}

.product-sales-visual .product-visual::before {
  background: rgba(255, 255, 255, 0.18);
}

.product-sales-visual .visual-window {
  box-shadow: 15px 18px 0 rgba(3, 75, 91, 0.2);
}

.product-section-nav {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 15;
}

.admin-bar .product-section-nav {
  top: 32px;
}

.product-section-nav .site-shell {
  display: flex;
  gap: 31px;
  min-height: 64px;
  overflow-x: auto;
}

.product-section-nav a {
  align-items: center;
  color: #54616a;
  display: flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.product-section-nav a:hover {
  color: var(--teal-dark);
}

.product-section-nav a:hover::after {
  background: var(--teal);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.product-overview-section,
.product-features-section,
.product-pricing-section,
.product-documentation-section,
.product-faq-section,
.product-changelog-section {
  scroll-margin-top: 78px;
}

.product-overview-section {
  background: #ffffff;
  padding: 96px 0;
}

.product-overview-grid,
.product-faq-grid,
.product-changelog-grid {
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr);
}

.product-overview-content {
  color: #53616a;
  font-size: 19px;
  line-height: 1.8;
}

.product-overview-content > *:last-child {
  margin-bottom: 0;
}

.product-features-section {
  background: #f4f8f9;
  padding: 96px 0 104px;
}

.product-section-heading {
  margin-bottom: 48px;
  max-width: 780px;
}

.product-section-heading > p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin-top: 16px;
}

.product-feature-grid {
  border-top: 1px solid #cadadd;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-feature-grid article {
  border-bottom: 1px solid #cadadd;
  border-right: 1px solid #cadadd;
  min-height: 230px;
  padding: 31px 34px 34px 0;
}

.product-feature-grid article:nth-child(3n+2),
.product-feature-grid article:nth-child(3n+3) {
  padding-left: 34px;
}

.product-feature-grid article:nth-child(3n) {
  border-right: 0;
}

.product-feature-grid article > span {
  color: var(--teal-dark);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.product-feature-grid h3 {
  font-size: 20px;
  line-height: 1.35;
  margin: 19px 0 10px;
}

.product-feature-grid p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.product-screenshots-section {
  background: #173f49;
  color: #ffffff;
  padding: 98px 0 108px;
  scroll-margin-top: 78px;
}

.product-section-heading.is-light .section-kicker {
  color: #8fdae9;
}

.product-section-heading.is-light h2 {
  color: #ffffff;
}

.product-screenshot-gallery,
.product-interface-gallery {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-screenshot-gallery figure {
  margin: 0;
}

.product-screenshot-gallery figure.is-featured,
.product-interface-gallery .is-featured {
  grid-column: 1 / -1;
}

.product-screenshot-gallery img {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
  height: auto;
  width: 100%;
}

.product-screenshot-gallery figcaption {
  color: #bedde3;
  font-size: 13px;
  padding-top: 10px;
}

.interface-preview {
  background: #f7fafb;
  border: 1px solid #7da1aa;
  border-radius: 7px;
  color: var(--ink);
  min-height: 330px;
  overflow: hidden;
}

.interface-preview.is-featured {
  min-height: 520px;
}

.interface-preview-bar {
  align-items: center;
  background: #294750;
  display: flex;
  gap: 7px;
  height: 34px;
  padding: 0 13px;
}

.interface-preview-bar i {
  background: var(--coral);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.interface-preview-bar i:nth-child(2) {
  background: var(--yellow);
}

.interface-preview-bar i:nth-child(3) {
  background: var(--green);
}

.interface-preview-layout {
  display: grid;
  grid-template-columns: 100px 1fr;
  min-height: 486px;
}

.interface-preview-layout aside {
  background: var(--teal-dark);
  padding: 28px 22px;
}

.interface-preview-layout aside strong {
  align-items: center;
  background: #ffffff;
  border-radius: 5px;
  color: var(--teal-dark);
  display: flex;
  font-size: 12px;
  height: 38px;
  justify-content: center;
  margin-bottom: 38px;
  width: 38px;
}

.interface-preview-layout aside span {
  border: 2px solid #6fc7d9;
  border-radius: 3px;
  display: block;
  height: 14px;
  margin: 0 auto 20px;
  width: 14px;
}

.interface-preview-layout > div {
  padding: 52px 56px;
}

.interface-preview small,
.interface-list-preview small,
.interface-report-preview small {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.interface-preview h3 {
  font-size: 26px;
  margin: 10px 0 28px;
}

.interface-score {
  align-items: center;
  display: flex;
  gap: 25px;
  margin-bottom: 28px;
}

.interface-score > strong {
  color: var(--teal-dark);
  font-family: "Poppins", sans-serif;
  font-size: 70px;
}

.interface-score > span {
  background: #dce7e9;
  height: 10px;
  max-width: 470px;
  width: 100%;
}

.interface-score i {
  background: var(--yellow);
  display: block;
  height: 100%;
  width: 88%;
}

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

.interface-stat-grid span {
  background: #ffffff;
  border: 1px solid #d7e2e5;
  color: var(--muted);
  font-size: 12px;
  padding: 20px;
  text-align: center;
}

.interface-stat-grid b {
  color: var(--ink);
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}

.interface-list-preview,
.interface-report-preview {
  padding: 42px;
}

.interface-list-preview p {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 15px;
  grid-template-columns: 12px 1fr 56px;
  margin: 0;
  min-height: 52px;
}

.interface-list-preview p b {
  background: var(--coral);
  border-radius: 50%;
  height: 9px;
}

.interface-list-preview p span,
.interface-list-preview p i,
.interface-report-preview > span {
  background: #dce6e8;
  display: block;
  height: 9px;
}

.interface-list-preview p i {
  background: #b7dce4;
}

.interface-report-preview > span {
  margin-bottom: 14px;
}

.interface-report-preview > span:nth-of-type(2) {
  width: 82%;
}

.interface-report-preview > span:nth-of-type(3) {
  width: 66%;
}

.interface-report-preview button {
  background: var(--teal-dark);
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 24px;
  min-height: 40px;
  padding: 0 18px;
}

.product-pricing-section {
  background: #ffffff;
  padding: 102px 0;
}

.pricing-tier-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
}

.pricing-tier-grid.has-one-tier {
  grid-template-columns: minmax(280px, 420px);
}

.pricing-tier {
  border: 1px solid #cadadd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: 34px;
  position: relative;
}

.pricing-tier.is-featured {
  border: 2px solid var(--teal-dark);
  padding: 33px;
}

.pricing-recommended {
  background: var(--yellow);
  color: #5e4700;
  font-size: 10px;
  font-weight: 700;
  padding: 7px 10px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
  top: 18px;
}

.pricing-tier h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.pricing-tier > p {
  color: var(--muted);
  font-size: 14px;
}

.pricing-amount {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 10px;
  margin: 24px 0;
  padding-bottom: 25px;
}

.pricing-amount strong {
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  line-height: 1;
}

.pricing-amount span {
  color: var(--muted);
  font-size: 13px;
  padding-bottom: 5px;
}

.pricing-tier ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.pricing-tier li {
  font-size: 15px;
  padding-left: 24px;
  position: relative;
}

.pricing-tier li::before {
  color: var(--teal-dark);
  content: "\2713";
  font-weight: 700;
  left: 0;
  position: absolute;
}

.pricing-tier .edd_purchase_submit_wrapper,
.pricing-tier .wpiq-purchase-button {
  margin-top: auto;
}

.wpiq-purchase-button,
.edd-submit.wpiq-purchase-button,
.pricing-tier .edd-submit,
#edd-purchase-button {
  align-items: center;
  background: var(--teal-dark);
  border: 2px solid var(--teal-dark);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  text-align: center;
  width: 100%;
}

.wpiq-purchase-button:hover,
.edd-submit.wpiq-purchase-button:hover,
.pricing-tier .edd-submit:hover,
#edd-purchase-button:hover {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
  color: #ffffff;
}

.pricing-note {
  color: var(--muted);
  font-size: 13px;
  margin: 28px 0 0;
  text-align: center;
}

.product-documentation-section {
  background: var(--pale);
  padding: 102px 0;
}

.product-docs-grid {
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
}

.product-docs-intro > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 22px 0;
}

.product-docs-intro > a {
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 700;
}

.product-doc-list {
  border-top: 1px solid #bfd6db;
}

.product-doc-list > a {
  align-items: center;
  border-bottom: 1px solid #bfd6db;
  display: grid;
  gap: 18px;
  grid-template-columns: 34px 1fr 20px;
  min-height: 72px;
}

.product-doc-list > a:hover {
  color: var(--teal-dark);
}

.product-doc-list span,
.product-doc-list i {
  color: var(--teal-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.product-doc-list strong {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.product-faq-section {
  background: #ffffff;
  padding: 102px 0;
}

.product-faq-list {
  border-top: 1px solid var(--line);
}

.product-faq-list details {
  border-bottom: 1px solid var(--line);
}

.product-faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  gap: 25px;
  justify-content: space-between;
  list-style: none;
  min-height: 76px;
}

.product-faq-list summary::-webkit-details-marker {
  display: none;
}

.product-faq-list summary span {
  color: var(--teal-dark);
  font-size: 25px;
  font-weight: 400;
}

.product-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.product-faq-list details p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  margin: -5px 52px 25px 0;
}

.product-changelog-section {
  background: #f7fafb;
  padding: 90px 0;
}

.product-changelog-grid > div:first-child > p:last-child {
  color: var(--muted);
  line-height: 1.6;
}

.product-changelog-content {
  border-left: 3px solid var(--teal);
  padding-left: 30px;
}

.product-changelog-content h3 {
  font-size: 18px;
  margin: 0 0 9px;
}

.product-changelog-content h3:not(:first-child) {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 24px;
}

.product-changelog-content p {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 8px;
}

.product-support-cta p:not(.section-kicker) {
  color: #ccebf1;
  margin: 14px 0 0;
}

/* Tutorials hub and tutorial articles. */

.tutorial-hero,
.commerce-hero,
.tutorial-article-hero {
  background: var(--teal);
  color: #ffffff;
  padding: 82px 0 88px;
  position: relative;
}

.tutorial-hero-inner {
  align-items: end;
  display: grid;
  gap: 86px;
  grid-template-columns: minmax(0, 1fr) 470px;
}

.tutorial-search-form {
  background: #ffffff;
  border-radius: 7px;
  padding: 22px;
}

.tutorial-search-form label {
  color: var(--teal-deep);
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.tutorial-search-form > div {
  display: grid;
  grid-template-columns: 1fr auto;
}

.tutorial-search-form input {
  border: 1px solid #cbdcdf;
  border-radius: 4px 0 0 4px;
  color: var(--ink);
  min-height: 52px;
  min-width: 0;
  padding: 0 16px;
  width: 100%;
}

.tutorial-search-form button {
  background: var(--teal-deep);
  border: 1px solid var(--teal-deep);
  border-radius: 0 4px 4px 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  min-height: 52px;
  padding: 0 20px;
}

.tutorial-filter-band {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.tutorial-filter-form {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto auto;
  min-height: 112px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.tutorial-filter-form label,
.wpiq-support-form label,
.edd_form label,
#loginform label {
  color: #4a5860;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
}

.tutorial-filter-form select,
.wpiq-support-form input,
.wpiq-support-form select,
.wpiq-support-form textarea,
.edd_form input[type="text"],
.edd_form input[type="email"],
.edd_form input[type="password"],
.edd_form select,
#edd_checkout_form_wrap input[type="text"],
#edd_checkout_form_wrap input[type="email"],
#edd_checkout_form_wrap input[type="password"],
#edd_checkout_form_wrap input[type="tel"],
#edd_checkout_form_wrap select,
#edd_checkout_form_wrap textarea,
#loginform input[type="text"],
#loginform input[type="password"] {
  background: #ffffff;
  border: 1px solid #c6d7db;
  border-radius: 4px;
  color: var(--ink);
  min-height: 48px;
  padding: 10px 13px;
  width: 100%;
}

.tutorial-filter-button {
  background: var(--teal-dark);
  border: 1px solid var(--teal-dark);
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  min-height: 48px;
  padding: 0 20px;
}

.tutorial-filter-form > a {
  align-items: center;
  color: var(--teal-dark);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  min-height: 48px;
  padding: 0 8px;
}

.tutorial-results-section {
  background: #f7fafb;
  padding: 88px 0 106px;
}

.tutorial-results-heading {
  align-items: end;
  display: flex;
  gap: 35px;
  justify-content: space-between;
  margin-bottom: 44px;
}

.tutorial-results-heading > span {
  color: var(--muted);
  font-size: 14px;
}

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

.tutorial-card {
  background: #ffffff;
  border: 1px solid #d8e3e6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 470px;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tutorial-card:hover {
  border-color: #a8cdd5;
  box-shadow: 0 14px 34px rgba(27, 78, 89, 0.1);
  transform: translateY(-3px);
}

.tutorial-card-visual {
  background: #e6f6f9;
  display: block;
  height: 205px;
  overflow: hidden;
  padding: 34px 30px 0;
}

.tutorial-card-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tutorial-card-visual > span {
  background: #ffffff;
  border: 1px solid #b9d2d7;
  border-radius: 5px 5px 0 0;
  box-shadow: 8px 10px 0 rgba(8, 127, 154, 0.09);
  display: block;
  height: 174px;
  padding: 37px 28px;
  position: relative;
}

.tutorial-card-visual > span::before {
  background: #294750;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tutorial-card-visual i {
  align-items: center;
  background: var(--teal-dark);
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  font-size: 10px;
  font-style: normal;
  height: 30px;
  justify-content: center;
  margin-bottom: 18px;
  width: 30px;
}

.tutorial-card-visual b {
  background: #dbe6e8;
  display: block;
  height: 8px;
  margin-bottom: 11px;
}

.tutorial-card-visual b:first-of-type {
  background: var(--yellow);
  width: 42%;
}

.tutorial-card-visual b:last-of-type {
  width: 72%;
}

.tutorial-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px;
}

.tutorial-card-meta {
  color: var(--teal-dark);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.tutorial-card h2 {
  font-size: 21px;
  line-height: 1.35;
  margin-bottom: 11px;
}

.tutorial-card-copy > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.tutorial-card-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
}

.tutorial-card-footer a,
.tutorial-card-footer > span {
  font-size: 12px;
  font-weight: 700;
}

.tutorial-product-link {
  color: #59676f;
}

.tutorial-card-footer > a:last-child {
  color: var(--teal-dark);
  text-align: right;
}

.tutorial-results-section .navigation.pagination {
  margin-top: 46px;
}

.tutorial-empty > span,
.commerce-empty-state > span {
  align-items: center;
  background: var(--pale);
  border-radius: 50%;
  color: var(--teal-dark);
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  margin: 0 auto 22px;
  width: 64px;
}

.tutorial-empty p,
.commerce-empty-state p {
  color: var(--muted);
  line-height: 1.65;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.tutorial-support-band .site-shell > div {
  max-width: 760px;
}

.tutorial-article-hero {
  padding-bottom: 92px;
  padding-top: 42px;
}

.tutorial-article-hero-inner {
  max-width: 960px;
}

.tutorial-article-hero .tutorial-breadcrumbs {
  margin-bottom: 48px;
}

.tutorial-article-hero h1 {
  font-size: 50px;
  max-width: 900px;
}

.tutorial-article-hero-inner > p:not(.section-kicker) {
  color: #dbf3f7;
  font-size: 19px;
  line-height: 1.65;
  max-width: 820px;
}

.tutorial-article-meta {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #c9edf3;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 25px;
  margin-top: 30px;
  padding-top: 22px;
}

.tutorial-article-meta a {
  color: #ffffff;
  font-weight: 700;
}

.tutorial-article-layout {
  align-items: start;
  display: grid;
  gap: 74px;
  grid-template-columns: minmax(0, 730px) minmax(250px, 1fr);
  padding-bottom: 100px;
  padding-top: 76px;
}

.tutorial-sidebar-sticky {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 32px;
}

.admin-bar .tutorial-sidebar-sticky {
  top: 64px;
}

.tutorial-product-panel,
.tutorial-help-panel {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 25px;
}

.tutorial-product-panel > span,
.tutorial-help-panel > span {
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.tutorial-product-panel h2,
.tutorial-help-panel h2 {
  font-size: 19px;
  line-height: 1.35;
  margin: 9px 0;
}

.tutorial-product-panel p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.tutorial-product-panel a,
.tutorial-help-panel a {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 700;
}

.tutorial-help-panel {
  background: var(--pale);
  border-color: #c8e3e8;
}

.related-tutorials {
  background: #f5f9fa;
  padding: 92px 0 104px;
}

/* Checkout, account, and support. */

.commerce-hero-inner {
  align-items: end;
  display: flex;
  gap: 70px;
  justify-content: space-between;
}

.commerce-hero-inner > div:first-child {
  max-width: 760px;
}

.commerce-hero-steps {
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
}

.commerce-hero-steps span {
  align-items: center;
  color: #c7e9f0;
  display: flex;
  font-size: 12px;
  gap: 8px;
}

.commerce-hero-steps b {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.commerce-hero-steps .is-current {
  color: #ffffff;
  font-weight: 700;
}

.commerce-hero-steps .is-current b {
  background: #ffffff;
  color: var(--teal-dark);
}

.commerce-hero-link,
.support-hero-links a {
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
}

.checkout-content-band,
.account-content-band {
  background: #f6f9fa;
  padding: 82px 0 102px;
}

.checkout-layout {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 330px;
}

.checkout-primary,
.account-login-panel,
.account-tool,
.support-form-panel {
  background: #ffffff;
  border: 1px solid #d5e2e5;
  border-radius: 8px;
  padding: 36px;
}

.checkout-confidence {
  border-top: 4px solid var(--yellow);
  padding-top: 27px;
}

.checkout-confidence ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 20px 0 25px;
  padding: 0;
}

.checkout-confidence li {
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
}

.checkout-confidence strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}

.checkout-confidence li span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.checkout-confidence > a {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 700;
}

.commerce-empty-state {
  background: #ffffff;
  border-radius: 7px;
}

.commerce-empty-state h2 {
  font-size: 28px;
}

.checkout-primary > .commerce-empty-state {
  border: 0;
  padding: 28px 10px;
}

.checkout-page-content,
.account-page-content {
  border-top: 1px solid var(--line);
  margin-top: 38px;
  padding-top: 30px;
}

#edd_checkout_form_wrap fieldset,
.edd_form fieldset {
  border: 0;
  margin: 0 0 30px;
  padding: 0;
}

#edd_checkout_form_wrap legend,
.edd_form legend {
  border-bottom: 1px solid var(--line);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px;
  padding-bottom: 14px;
  width: 100%;
}

#edd_checkout_cart,
.edd-table,
.edd_download_history,
.edd_purchase_history,
.edd_sl_license_keys {
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 30px;
  width: 100%;
}

#edd_checkout_cart th,
#edd_checkout_cart td,
.edd-table th,
.edd-table td,
.edd_download_history th,
.edd_download_history td,
.edd_purchase_history th,
.edd_purchase_history td,
.edd_sl_license_keys th,
.edd_sl_license_keys td {
  border-bottom: 1px solid var(--line);
  padding: 14px 10px;
  text-align: left;
}

#edd_checkout_cart th,
.edd-table th,
.edd_download_history th,
.edd_purchase_history th,
.edd_sl_license_keys th {
  color: #4f5d65;
  font-size: 11px;
  text-transform: uppercase;
}

.edd_errors,
.wpiq-form-message {
  border-left: 4px solid var(--coral);
  margin-bottom: 24px;
  padding: 16px 18px;
}

.wpiq-form-message.is-success {
  background: #ebf8f2;
  border-left-color: var(--green);
}

.wpiq-form-message.is-error,
.edd_errors {
  background: #fff1f2;
}

.wpiq-form-message p {
  margin: 4px 0 0;
}

.account-welcome {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: 22px 26px;
}

.account-welcome > div {
  align-items: center;
  display: flex;
  gap: 16px;
}

.account-welcome img {
  border-radius: 50%;
}

.account-welcome span {
  display: grid;
}

.account-welcome small {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.account-welcome strong {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}

.account-email {
  color: var(--muted);
  font-size: 13px;
}

.account-welcome > a {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 700;
}

.account-dashboard-grid {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.account-tool-stack {
  display: grid;
  gap: 24px;
}

.account-tool h2 {
  font-size: 23px;
  margin-bottom: 24px;
}

.account-tool {
  overflow-x: auto;
}

#edd_checkout_form_wrap p,
.edd_form p {
  margin-bottom: 18px;
}

#edd_checkout_form_wrap textarea {
  min-height: 110px;
  resize: vertical;
}

#edd-payment-mode-wrap label,
#edd_purchase_form .edd-gateway-option {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  margin-right: 18px;
}

.account-login-layout {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 960px;
}

.account-login-panel {
  border-radius: 8px 0 0 8px;
  padding: 48px;
}

.account-login-panel h2,
.account-login-aside h2 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 28px;
}

#loginform p {
  margin-bottom: 18px;
}

#loginform .login-remember label {
  align-items: center;
  display: flex;
  gap: 8px;
}

#loginform input[type="checkbox"] {
  accent-color: var(--teal-dark);
}

#loginform .button-primary {
  background: var(--teal-dark);
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 700;
  min-height: 50px;
  padding: 0 26px;
  width: 100%;
}

.account-login-links {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 18px;
  justify-content: space-between;
  margin-top: 22px;
}

.account-login-links a {
  color: var(--teal-dark);
  font-weight: 700;
}

.account-login-aside {
  background: var(--teal-deep);
  border-radius: 0 8px 8px 0;
  color: #ffffff;
  padding: 48px;
}

.account-login-aside .section-kicker {
  color: #9ddde9;
}

.account-login-aside ul {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-login-aside li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 16px 25px;
  position: relative;
}

.account-login-aside li::before {
  color: var(--yellow);
  content: "\2713";
  left: 0;
  position: absolute;
}

.support-hero-links {
  display: grid;
  flex: 0 0 190px;
  gap: 13px;
}

.support-path-band {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  padding: 42px 0;
}

.support-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-path-grid article {
  align-items: start;
  border-right: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 34px 1fr;
  padding: 4px 34px;
}

.support-path-grid article:first-child {
  padding-left: 0;
}

.support-path-grid article:last-child {
  border-right: 0;
  padding-right: 0;
}

.support-path-grid article > span {
  color: var(--teal-dark);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.support-path-grid h2 {
  font-size: 17px;
  margin-bottom: 7px;
}

.support-path-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.support-form-section {
  background: #f6f9fa;
  padding: 92px 0 106px;
}

.support-form-layout {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1fr);
}

.support-form-intro {
  padding-top: 24px;
}

.support-form-intro > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin-top: 20px;
}

.support-contact-note {
  border-top: 1px solid #cbdadd;
  display: grid;
  margin-top: 30px;
  padding-top: 23px;
}

.support-contact-note span {
  color: var(--muted);
  font-size: 12px;
}

.support-contact-note a {
  color: var(--teal-dark);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.wpiq-support-form p {
  margin-bottom: 20px;
}

.wpiq-support-form textarea {
  min-height: 160px;
  resize: vertical;
}

.wpiq-field-note {
  color: var(--muted);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 7px;
}

.wpiq-honeypot {
  left: -10000px;
  position: absolute;
}

.support-page-content {
  padding: 72px 0;
}

@media (max-width: 1060px) {
  .catalog-hero-inner,
  .tutorial-hero-inner,
  .catalog-heading,
  .product-sales-hero-inner,
  .product-overview-grid,
  .product-docs-grid,
  .product-faq-grid,
  .product-changelog-grid,
  .support-form-layout {
    gap: 50px;
  }

  .product-catalog-grid,
  .tutorial-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-sales-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 0.82fr);
  }

  .product-sales-visual .product-visual {
    height: 380px;
    padding-top: 52px;
  }

  .product-sales-visual .visual-window {
    height: 310px;
  }

  .tutorial-hero-inner {
    grid-template-columns: minmax(0, 1fr) 420px;
  }

  .tutorial-article-layout {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) 265px;
  }

  .support-path-grid article {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 860px) {
  .catalog-hero,
  .tutorial-hero,
  .commerce-hero {
    padding: 64px 0 70px;
  }

  .catalog-hero h1,
  .tutorial-hero h1,
  .commerce-hero h1,
  .product-sales-hero h1,
  .tutorial-article-hero h1 {
    font-size: 44px;
  }

  .catalog-hero-inner,
  .tutorial-hero-inner,
  .catalog-heading,
  .product-sales-hero-inner,
  .product-overview-grid,
  .product-docs-grid,
  .product-faq-grid,
  .product-changelog-grid,
  .tutorial-article-layout,
  .checkout-layout,
  .account-dashboard-grid,
  .support-form-layout {
    grid-template-columns: 1fr;
  }

  .catalog-hero-facts {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 0;
    padding-top: 20px;
  }

  .catalog-hero-facts span {
    border-bottom: 0;
    display: block;
    padding-right: 15px;
  }

  .catalog-hero-facts strong {
    display: block;
  }

  .catalog-filter-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .catalog-heading {
    align-items: start;
  }

  .product-sales-visual {
    max-width: 620px;
  }

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

  .product-feature-grid article,
  .product-feature-grid article:nth-child(3n+2),
  .product-feature-grid article:nth-child(3n+3) {
    border-right: 1px solid #cadadd;
    padding-left: 26px;
    padding-right: 26px;
  }

  .product-feature-grid article:nth-child(2n) {
    border-right: 0;
  }

  .pricing-tier-grid {
    grid-template-columns: 1fr;
  }

  .pricing-tier {
    min-height: 0;
  }

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

  .tutorial-filter-button,
  .tutorial-filter-form > a {
    justify-content: center;
  }

  .tutorial-sidebar-sticky {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
  }

  .commerce-hero-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
  }

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

  .account-login-panel,
  .account-login-aside {
    border-radius: 8px;
  }

  .account-login-aside {
    margin-top: 18px;
  }

  .support-path-grid {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .support-path-grid article,
  .support-path-grid article:first-child,
  .support-path-grid article:last-child {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding: 22px 0;
  }

  .support-path-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .catalog-hero h1,
  .tutorial-hero h1,
  .commerce-hero h1,
  .product-sales-hero h1,
  .tutorial-article-hero h1 {
    font-size: 36px;
  }

  .catalog-hero-inner,
  .tutorial-hero-inner,
  .catalog-heading,
  .product-sales-hero-inner,
  .product-overview-grid,
  .product-docs-grid,
  .product-faq-grid,
  .product-changelog-grid,
  .support-form-layout {
    gap: 34px;
  }

  .catalog-hero-facts {
    grid-template-columns: 1fr;
  }

  .catalog-hero-facts span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 52px;
  }

  .catalog-hero-facts span:last-child {
    border-bottom: 0;
  }

  .catalog-content,
  .product-overview-section,
  .product-features-section,
  .product-pricing-section,
  .product-documentation-section,
  .product-faq-section,
  .product-screenshots-section,
  .tutorial-results-section,
  .related-tutorials,
  .checkout-content-band,
  .account-content-band,
  .support-form-section {
    padding-bottom: 72px;
    padding-top: 66px;
  }

  .catalog-heading h2,
  .product-section-heading h2,
  .product-overview-grid h2,
  .product-docs-intro h2,
  .product-faq-grid h2,
  .product-changelog-grid h2,
  .tutorial-results-heading h2,
  .support-form-intro h2 {
    font-size: 31px;
  }

  .product-catalog-grid,
  .tutorial-card-grid,
  .product-feature-grid,
  .product-screenshot-gallery,
  .product-interface-gallery,
  .tutorial-sidebar-sticky,
  .tutorial-filter-form,
  .wpiq-form-grid {
    grid-template-columns: 1fr;
  }

  .product-card,
  .tutorial-card {
    min-height: 0;
  }

  .product-card-visual,
  .tutorial-card-visual {
    height: 205px;
  }

  .product-card-footer,
  .tutorial-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-card-footer > span,
  .tutorial-card-footer > a:last-child {
    text-align: left;
  }

  .catalog-promise-inner,
  .product-support-cta .site-shell,
  .tutorial-support-band .site-shell {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .catalog-promise h2,
  .product-support-cta h2,
  .tutorial-support-band h2 {
    font-size: 27px;
  }

  .product-sales-hero {
    padding-bottom: 64px;
  }

  .product-sales-breadcrumbs,
  .tutorial-article-hero .tutorial-breadcrumbs {
    margin-bottom: 34px;
  }

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

  .product-sales-visual .product-visual {
    height: 310px;
    padding: 48px 23px 0;
  }

  .product-sales-visual .visual-window {
    height: 250px;
  }

  .product-sales-visual .demo-layout {
    grid-template-columns: 54px 1fr;
  }

  .product-sales-visual .demo-main {
    padding: 25px 18px;
  }

  .product-section-nav .site-shell {
    gap: 24px;
    width: calc(100% - 32px);
  }

  .product-feature-grid article,
  .product-feature-grid article:nth-child(3n+2),
  .product-feature-grid article:nth-child(3n+3) {
    border-right: 0;
    min-height: 0;
    padding: 26px 0;
  }

  .product-interface-gallery .is-featured {
    grid-column: auto;
  }

  .interface-preview.is-featured {
    min-height: 390px;
  }

  .interface-preview-layout {
    grid-template-columns: 64px 1fr;
    min-height: 356px;
  }

  .interface-preview-layout aside {
    padding: 22px 13px;
  }

  .interface-preview-layout > div,
  .interface-list-preview,
  .interface-report-preview {
    padding: 30px 22px;
  }

  .interface-preview h3 {
    font-size: 20px;
  }

  .interface-score > strong {
    font-size: 48px;
  }

  .interface-stat-grid {
    grid-template-columns: 1fr;
  }

  .pricing-tier {
    padding: 27px;
  }

  .pricing-tier.is-featured {
    padding: 26px;
  }

  .product-faq-list summary {
    font-size: 15px;
  }

  .tutorial-search-form > div {
    grid-template-columns: 1fr;
  }

  .tutorial-search-form input,
  .tutorial-search-form button {
    border-radius: 4px;
  }

  .tutorial-search-form button {
    margin-top: 8px;
  }

  .tutorial-results-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .tutorial-article-hero {
    padding-bottom: 68px;
  }

  .tutorial-article-layout {
    padding-bottom: 72px;
    padding-top: 52px;
  }

  .commerce-hero-steps {
    gap: 12px;
    width: 100%;
  }

  .commerce-hero-steps span {
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
  }

  .checkout-primary,
  .account-login-panel,
  .account-login-aside,
  .account-tool,
  .support-form-panel {
    padding: 25px;
  }

  .commerce-empty-state {
    padding: 38px 22px;
  }

  .account-welcome {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .account-welcome > div {
    align-items: flex-start;
  }

  .account-email {
    overflow-wrap: anywhere;
  }

  #edd_checkout_cart,
  .edd-table,
  .edd_download_history,
  .edd_purchase_history,
  .edd_sl_license_keys {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 782px) {
  .admin-bar .product-section-nav {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card,
  .tutorial-card,
  .resource-card img,
  .pill-button {
    transition: none;
  }
}
