/*
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.6.4
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 {
  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 {
  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;
  }
}
