/*
Theme Name: NarraFlect
Theme URI: https://narraflect.com/
Author: NarraFlect
Description: A purpose-built product website for NarraFlect biotech presentation toolkits.
Version: 2.8.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: narraflect
*/

html,
body {
  margin: 0;
  padding: 0;
}

.hero-visual-static {
  display: none !important;
}

.hero-visual-dynamic {
  display: block;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.hero-visual-dynamic .deck-card {
  height: auto;
  aspect-ratio: 16 / 9;
  background: #0b2130;
  object-fit: cover;
}

.hero-visual-dynamic .release-badge {
  width: min(218px, 44%);
  transition:
    border-color .22s ease,
    transform .22s ease,
    background .22s ease;
}

.hero-visual-dynamic .release-badge strong {
  line-height: 1.25;
}

.hero-visual-dynamic:hover .release-badge,
.hero-visual-dynamic:focus-visible .release-badge {
  border-color: rgba(111, 225, 218, .5);
  background: linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(122, 208, 220, .07));
  transform: translateY(-3px);
}

.hero-visual-dynamic:focus-visible {
  border-radius: 20px;
  outline: 2px solid rgba(111, 225, 218, .78);
  outline-offset: 6px;
}

.hero-empty-slide {
  position: absolute;
  inset: 78px 10% 80px 8%;
  display: grid;
  place-items: center;
  padding: 36px;
  border: 1px dashed rgba(111, 225, 218, .32);
  border-radius: 18px;
  background: rgba(9, 31, 45, .5);
  color: rgba(225, 242, 244, .58);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

/* Product-manager integration and scalable toolkit library. */

.catalog-toolbar-horizontal {
  display: block;
}

.catalog-toolbar-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.catalog-toolbar-top .catalog-search {
  width: min(100%, 440px);
  flex: 0 1 440px;
}

.catalog-filter-strip {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-items: initial;
  gap: 18px;
  margin-top: 30px;
  padding: 18px 0;
  border-top: 1px solid rgba(24, 119, 122, .18);
  border-bottom: 1px solid rgba(24, 119, 122, .18);
  background: transparent;
}

.filter-heading {
  flex: 0 0 auto;
  padding-top: 13px;
  color: #167c79;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.catalog-filter-strip .filter-chips {
  flex: 1;
  justify-content: flex-start;
}

.filter-chips button {
  font-weight: 650;
  transition:
    color .2s ease,
    background .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.filter-chips button:hover,
.filter-chips button:focus-visible {
  border-color: rgba(34, 147, 143, .5);
  background: rgba(255, 255, 255, .9);
  color: #0f6f6c;
  outline: none;
  transform: translateY(-1px);
}

.filter-chips button.is-active {
  box-shadow: 0 8px 20px rgba(13, 43, 59, .18);
}

.catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.catalog-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-radius: 21px;
}

.catalog-image,
.catalog-concept {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.catalog-image {
  padding: 18px;
}

.catalog-image img {
  width: 91%;
  max-height: 100%;
  object-fit: contain;
}

.catalog-image .status-pill,
.catalog-concept .status-pill {
  left: 15px;
  top: 15px;
}

.catalog-concept {
  padding: 48px 24px 24px;
}

.catalog-concept strong {
  max-width: 90%;
  margin-top: 44px;
  font-size: 31px;
}

.catalog-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 24px 27px;
}

.catalog-copy h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 0 11px;
  font-size: 26px;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.catalog-copy p {
  display: -webkit-box;
  overflow: hidden;
  min-height: 0;
  margin: 0;
  color: var(--ink-500);
  font-size: 14px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.catalog-meta {
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0;
}

.catalog-copy .text-link {
  margin-top: auto;
}

.catalog-card.is-load-hidden,
.catalog-card.is-hidden {
  display: none;
}

.catalog-load-more {
  display: none;
  justify-content: center;
  margin-top: 34px;
}

.catalog-load-more.is-visible {
  display: flex;
}

.catalog-load-more button {
  min-width: 220px;
}

.text-link-disabled,
.button-disabled {
  cursor: default;
  opacity: .58;
  pointer-events: none;
}

/* Availability labels remain legible on images and dark product heroes. */

.status-pill.status-available {
  border-color: rgba(37, 151, 117, .3);
  background: #def4e9;
  color: #105d45;
}

.status-pill.status-coming-soon {
  padding: 9px 13px;
  border-color: rgba(91, 226, 217, .9);
  background: #63ded7;
  box-shadow: 0 8px 22px rgba(11, 62, 70, .22);
  color: #062633;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .11em;
  opacity: 1;
}

.status-pill.status-in-development {
  border-color: rgba(117, 137, 146, .3);
  background: #e7ecee;
  color: #4d626c;
}

.status-on-dark.status-available,
.status-on-dark.status-in-development {
  box-shadow: 0 8px 22px rgba(0, 0, 0, .17);
}

.catalog-image .status-pill,
.catalog-concept .status-pill {
  z-index: 3;
}

.library-hero .library-hero-grid {
  grid-template-columns: minmax(0, 1.14fr) minmax(350px, .86fr);
  align-items: center;
  gap: clamp(44px, 6vw, 82px);
}

.library-hero {
  padding: 146px 0 64px;
}

.library-hero-copy {
  align-self: center;
}

.library-hero-copy .back-link {
  margin-bottom: 30px;
}

.library-hero-copy h1 {
  max-width: 710px;
  font-size: clamp(52px, 5.1vw, 72px);
  letter-spacing: -.047em;
  line-height: 1;
}

.library-hero-copy h1 em {
  display: block;
}

.library-hero-lede {
  max-width: 57ch;
  margin: 26px 0 0;
  color: rgba(225, 242, 244, .72);
  font-size: 16px;
  line-height: 1.7;
}

.library-hero-jump {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(107, 217, 209, .45);
  color: #8be7e0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .015em;
  transition:
    border-color .2s ease,
    color .2s ease,
    transform .2s ease;
}

.library-hero-jump:hover,
.library-hero-jump:focus-visible {
  border-color: #8be7e0;
  color: #c5f8f4;
  outline: none;
  transform: translateY(2px);
}

.library-hero-story {
  align-self: center;
}

.library-hero-art {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding: 9px;
  border: 1px solid rgba(111, 225, 218, .15);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(110, 223, 215, .045), rgba(7, 26, 40, .08));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .045),
    0 28px 70px rgba(0, 0, 0, .12);
}

.library-hero-art::after {
  position: absolute;
  inset: auto 7% -5% 10%;
  height: 21%;
  border-radius: 50%;
  background: rgba(14, 186, 182, .1);
  filter: blur(34px);
  content: "";
}

.library-hero-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 19px;
  object-fit: contain;
  filter: saturate(.9) contrast(1.02);
  mix-blend-mode: screen;
}

#toolkit-library-catalog {
  scroll-margin-top: 90px;
}

.library-hero + .catalog-section {
  padding-top: 72px;
}

.back-to-top {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(111, 225, 218, .42);
  border-radius: 15px;
  background: linear-gradient(145deg, #0d3041, #0b2534);
  box-shadow: 0 16px 38px rgba(3, 20, 29, .24);
  color: #7ce4dd;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease, background .22s ease;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: #12455a;
  outline: 2px solid rgba(107, 217, 209, .25);
  outline-offset: 3px;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top svg {
  width: 21px;
  height: 21px;
}

.product-page .checkout-selection strong,
.product-page .checkout-selection span {
  min-height: 1em;
}

.narraflect-product-site {
  background: var(--navy-950);
}

.standalone-product-page {
  min-height: 70vh;
}

.single-product-concept {
  display: flex;
  width: min(100%, 520px);
  min-height: 350px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 44px;
  border: 1px solid rgba(162, 226, 231, .24);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(82, 195, 197, .17), rgba(12, 35, 51, .88)),
    radial-gradient(circle at 75% 18%, rgba(130, 227, 224, .18), transparent 34%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .08);
  color: white;
}

.single-product-concept span {
  margin-bottom: 15px;
  color: var(--teal-400);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.single-product-concept strong {
  max-width: 430px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.03;
}

.coming-soon-section {
  padding: 0 0 112px;
}

.coming-soon-panel {
  max-width: 900px;
  margin-inline: auto;
  padding: 54px;
  border-radius: 28px;
  text-align: center;
}

.coming-soon-panel h2 {
  max-width: 650px;
  margin: 12px auto 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.coming-soon-panel > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 auto 28px;
  color: var(--ink-500);
  line-height: 1.7;
}

/* A shorter trust section keeps the homepage focused on the products. */

.about {
  padding: 88px 0;
}

.about-visual {
  min-height: 300px;
  padding: 36px;
}

.about-quote {
  margin: 42px 0;
  font-size: 28px;
}

.faq {
  padding: 96px 0;
}

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

@media (max-width: 1100px) and (min-width: 701px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-card {
    display: flex;
    grid-template-columns: none;
  }
}

@media (max-width: 1000px) {
  .catalog-toolbar-top {
    gap: 28px;
  }

  .catalog-grid {
    margin-top: 32px;
  }

  .library-hero .library-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr);
    gap: 36px;
  }

  .library-hero {
    padding-top: 142px;
  }

  .library-hero-copy h1 {
    font-size: clamp(48px, 6.1vw, 62px);
  }

  .library-hero-lede {
    font-size: 15px;
  }

  .library-hero-art {
    width: min(100%, 360px);
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .catalog-toolbar-top {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
  }

  .catalog-toolbar-top .catalog-search {
    width: 100%;
    flex-basis: auto;
  }

  .catalog-filter-strip {
    display: block;
    margin-top: 22px;
    padding: 15px 0 13px;
    overflow: hidden;
  }

  .filter-heading {
    display: block;
    padding: 0 0 11px;
  }

  .catalog-filter-strip .filter-chips {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 5px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .catalog-filter-strip .filter-chips button {
    flex: 0 0 auto;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .catalog-card {
    display: flex;
  }

  .catalog-image,
  .catalog-concept {
    min-height: 0;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }

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

  .library-hero .library-hero-grid {
    display: block;
  }

  .library-hero {
    padding: 124px 0 50px;
  }

  .library-hero-copy .back-link {
    margin-bottom: 27px;
  }

  .library-hero-copy h1 {
    font-size: clamp(44px, 13.2vw, 56px);
  }

  .library-hero-lede {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .library-hero-jump {
    margin-top: 21px;
  }

  .library-hero-art {
    width: min(88vw, 390px);
    margin: 34px auto -5px;
  }

  .library-hero + .catalog-section {
    padding-top: 62px;
  }

  .single-product-concept {
    min-height: 280px;
    padding: 30px;
    border-radius: 22px;
  }

  .coming-soon-section {
    padding-bottom: 74px;
  }

  .coming-soon-panel {
    padding: 38px 24px;
    border-radius: 22px;
  }

  .about {
    padding: 72px 0;
  }

  .about-visual {
    min-height: 260px;
    padding: 28px;
  }

  .about-quote {
    margin: 36px 0;
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top,
  .filter-chips button {
    transition: none;
  }
}

/* Version 2.4: situation-first product cards and first-class Toolkit Bundles. */

.bundle-image-value {
  position: absolute;
  z-index: 4;
  right: 15px;
  top: 15px;
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  background: #77e0d7;
  box-shadow: 0 9px 24px rgba(2, 29, 38, .24);
  color: #062633;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.preview-main {
  position: relative;
}

.catalog-card-bundle {
  border-color: rgba(34, 164, 158, .28);
  box-shadow: 0 22px 55px rgba(15, 96, 98, .1);
}

.catalog-copy .use-when-label,
.toolkit-slide-copy .use-when-label {
  display: block;
  margin: 2px 0 6px;
  color: #197e7a;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.toolkit-slide-copy > .use-when-label + p:not(.toolkit-number) {
  margin-top: 3px;
}

.catalog-copy .use-when-label {
  margin-top: 2px;
}

.product-card-purchase {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(150px, .75fr) minmax(0, 1.25fr);
  margin: 20px 0;
  border: 1px solid rgba(16, 91, 101, .14);
  border-radius: 15px;
  background: #f6f9f9;
}

.product-card-price,
.product-card-contents {
  min-width: 0;
  padding: 15px 16px;
}

.product-card-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(16, 91, 101, .12);
  background: linear-gradient(145deg, #e8f6f4, #f4f9f8);
}

.product-card-price strong {
  color: #092733;
  font-size: 20px;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.product-card-price small {
  margin-top: 5px;
  color: #5b717a;
  font-size: 10px;
  font-weight: 650;
}

.product-card-original-price {
  margin-bottom: 2px;
  color: #77888f;
  font-size: 12px;
  text-decoration-thickness: 1.5px;
}

.product-card-save {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 7px;
  border-radius: 6px;
  background: #69d9d1;
  color: #062e35;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
}

.product-card-price-pending strong {
  font-size: 16px;
}

.product-card-contents {
  display: grid;
  align-content: center;
  gap: 5px;
  color: #536a74;
  font-size: 10px;
  line-height: 1.45;
}

.product-card-contents > strong {
  margin-bottom: 2px;
  color: #15313d;
  font-size: 13px;
}

.product-card-bundle-list {
  display: grid;
  gap: 3px;
  margin: 2px 0 5px;
  padding: 0;
  list-style: none;
}

.product-card-bundle-list li {
  position: relative;
  overflow: hidden;
  padding-left: 10px;
  color: #294650;
  font-size: 10px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card-bundle-list li::before {
  position: absolute;
  left: 0;
  color: #1c9691;
  content: "•";
}

.catalog-copy .product-card-purchase {
  margin: 19px 0 17px;
}

.catalog-copy .product-card-purchase + .text-link {
  margin-top: 0;
}

.toolkit-slide-copy .product-card-purchase {
  max-width: 620px;
  margin: 21px 0 22px;
  background: rgba(255, 255, 255, .72);
}

.toolkit-slide-copy .product-card-price strong {
  font-size: 23px;
}

.hero-visual-bundle .release-badge-bundle {
  right: -2%;
  bottom: 7px;
  width: min(390px, 72%);
  padding: 22px 23px 20px;
  border-color: rgba(103, 222, 214, .36);
  background: linear-gradient(145deg, rgba(13, 49, 64, .92), rgba(10, 31, 45, .88));
  box-shadow: 0 24px 64px rgba(1, 13, 21, .45), inset 0 1px rgba(255, 255, 255, .09);
}

.hero-visual-bundle .release-badge-bundle > span:first-child {
  margin-bottom: 10px;
  color: #78e3db;
  font-size: 10px;
  letter-spacing: .12em;
}

.hero-visual-bundle .release-badge-bundle strong {
  max-width: 330px;
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.08;
}

.hero-visual-bundle .release-badge .hero-bundle-scenario {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  color: rgba(228, 243, 245, .76);
  font-size: 11px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hero-visual-bundle .release-badge .hero-bundle-count {
  margin-bottom: 8px;
  color: rgba(225, 241, 243, .66);
  font-size: 10px;
  font-weight: 700;
}

.hero-bundle-price {
  display: flex !important;
  align-items: baseline;
  gap: 9px;
  margin: 0 !important;
  color: inherit !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.hero-bundle-price del {
  color: rgba(219, 237, 240, .46);
  font-size: 12px;
}

.hero-bundle-price b {
  color: white;
  font-size: 21px;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 850;
  letter-spacing: -.03em;
}

.hero-visual-bundle .release-badge .hero-bundle-save {
  display: inline-flex;
  width: fit-content;
  margin: 9px 0 0;
  padding: 6px 9px;
  border-radius: 7px;
  background: #72ddd5;
  color: #052a32;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
}

.hero-visual-bundle .release-badge .hero-bundle-action {
  margin-top: 10px;
  color: #8ae9e2;
  font-size: 11px;
  font-weight: 800;
}

.purchase-quick-info .product-hero-save {
  padding: 7px 10px;
  border-radius: 7px;
  background: #70ddd5;
  color: #052933;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
}

.purchase-quick-info .product-hero-save::before {
  display: none;
}

.bundle-component-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 42px 0;
}

.bundle-component-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr);
  border: 1px solid rgba(19, 108, 112, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 44px rgba(10, 61, 69, .07);
}

.bundle-component-card > img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  background: #0b2535;
  object-fit: contain;
}

.bundle-component-card > div {
  padding: 25px;
}

.bundle-component-card span {
  color: #19837f;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bundle-component-card h3 {
  margin: 8px 0 10px;
  color: var(--ink-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.08;
}

.bundle-component-card p {
  margin: 0 0 15px;
  color: var(--ink-500);
  font-size: 13px;
  line-height: 1.55;
}

.bundle-component-card a {
  color: #147b78;
  font-size: 12px;
  font-weight: 750;
}

.price-with-savings {
  flex-wrap: wrap;
}

.price-with-savings del {
  width: 100%;
  margin-bottom: 2px;
  color: #7d8b91;
  font-size: 13px;
}

.license-save {
  display: inline-flex;
  width: fit-content;
  margin: -3px 0 12px;
  padding: 6px 9px;
  border-radius: 7px;
  background: #d6f3ef;
  color: #126d69;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
}

.recommended-bundle-section {
  padding: 96px 0;
  border-top: 1px solid var(--line-light);
}

.recommended-bundle-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 34px;
}

.recommended-bundle-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
}

.recommended-bundle-heading > p {
  margin: 0;
  color: var(--ink-500);
  font-size: 16px;
  line-height: 1.65;
}

.recommended-bundle-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  border: 1px solid rgba(23, 135, 132, .2);
  border-radius: 27px;
  background: white;
  box-shadow: 0 28px 75px rgba(8, 63, 71, .1);
}

.recommended-bundle-visual {
  position: relative;
  display: grid;
  min-height: 480px;
  padding: 48px;
  background: linear-gradient(145deg, #071723, #103547);
  place-items: center;
}

.recommended-bundle-visual img {
  width: 94%;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 12px;
  box-shadow: 0 28px 65px rgba(0, 0, 0, .36);
}

.recommended-bundle-visual > span {
  position: absolute;
  left: 28px;
  top: 28px;
  padding: 8px 11px;
  border-radius: 8px;
  background: #75ded6;
  color: #052b33;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.recommended-bundle-copy {
  padding: 48px;
}

.recommended-bundle-copy h3 {
  margin: 16px 0 15px;
  color: var(--ink-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.recommended-bundle-copy > p {
  margin: 0;
  color: var(--ink-500);
  font-size: 16px;
  line-height: 1.65;
}

.recommended-bundle-contents {
  display: grid;
  gap: 7px;
  margin: 25px 0;
  padding: 20px;
  border: 1px solid rgba(21, 117, 119, .14);
  border-radius: 14px;
  background: #f3f8f7;
  color: #47616b;
  font-size: 12px;
}

.recommended-bundle-contents > strong {
  color: #15333d;
  font-size: 15px;
}

.recommended-bundle-contents ul {
  display: grid;
  gap: 4px;
  margin: 2px 0 6px;
  padding-left: 18px;
  color: #284852;
  font-weight: 650;
}

.recommended-bundle-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 23px;
}

.recommended-bundle-price del {
  color: #849097;
  font-size: 15px;
}

.recommended-bundle-price strong {
  color: var(--ink-900);
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.recommended-bundle-price span {
  padding: 6px 9px;
  border-radius: 7px;
  background: #6edbd3;
  color: #062d35;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
}

@media (max-width: 1000px) {
  .product-card-purchase {
    grid-template-columns: 1fr;
  }

  .product-card-price {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 91, 101, .12);
  }

  .bundle-component-grid {
    grid-template-columns: 1fr;
  }

  .recommended-bundle-heading,
  .recommended-bundle-card {
    grid-template-columns: 1fr;
  }

  .recommended-bundle-heading {
    gap: 20px;
  }

  .recommended-bundle-visual {
    min-height: 380px;
  }
}

@media (max-width: 700px) {
  .bundle-image-value {
    right: 10px;
    top: auto;
    bottom: 10px;
  }

  .hero-visual-bundle .release-badge-bundle {
    right: 0;
    width: min(360px, 92%);
    padding: 18px;
  }

  .hero-visual-bundle .release-badge-bundle strong {
    font-size: 20px;
  }

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

  .bundle-component-card > img {
    min-height: 220px;
  }

  .recommended-bundle-section {
    padding: 72px 0;
  }

  .recommended-bundle-visual {
    min-height: 300px;
    padding: 34px;
  }

  .recommended-bundle-copy {
    padding: 32px 24px;
  }
}

/* Version 2.5: typography, reading rhythm, and interface-copy polish. */

@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("assets/fonts/inter-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("assets/fonts/inter-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Source Serif 4 Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("assets/fonts/source-serif-4-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Source Serif 4 Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("assets/fonts/source-serif-4-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Source Serif 4 Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 200 900;
  src: url("assets/fonts/source-serif-4-latin-wght-italic.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Source Serif 4 Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 200 900;
  src: url("assets/fonts/source-serif-4-latin-ext-wght-italic.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

body,
button,
input,
select,
textarea {
  font-family: "Inter Variable", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
.about-quote,
.quote-card blockquote {
  font-family: "Source Serif 4 Variable", Georgia, "Times New Roman", serif;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li,
summary {
  text-wrap: pretty;
}

.hero-lede,
.section-heading > p:not(.eyebrow),
.toolkit-header-action > p,
.recommended-bundle-heading > p,
.final-cta-box p:not(.eyebrow),
.library-hero-story > p,
.product-hero-copy > p:not(.eyebrow) {
  max-width: 68ch;
}

.status-pill,
.bundle-image-value {
  font-size: 11px;
}

.catalog-copy .use-when-label,
.toolkit-slide-copy .use-when-label {
  font-size: 11px;
}

.product-card-price strong {
  font-size: 23px;
  font-weight: 800;
}

.product-card-price small {
  font-size: 11px;
}

.product-card-save {
  font-size: 11px;
}

.product-card-contents {
  gap: 6px;
  font-size: 12px;
  line-height: 1.5;
}

.product-card-contents > strong {
  font-size: 14px;
}

.product-card-bundle-list {
  gap: 4px;
}

.product-card-bundle-list li {
  font-size: 12px;
}

.hero-visual-bundle .release-badge-bundle {
  width: min(410px, 76%);
  padding: 23px 24px 21px;
}

.hero-visual-bundle .release-badge-bundle > span:first-child {
  font-size: 11px;
}

.hero-visual-bundle .release-badge-bundle strong {
  font-size: 24px;
}

.hero-visual-bundle .release-badge .hero-bundle-scenario {
  margin-bottom: 11px;
  font-size: 13px;
  line-height: 1.48;
  -webkit-line-clamp: 3;
}

.hero-visual-bundle .release-badge .hero-bundle-count {
  font-size: 12px;
}

.hero-bundle-price del {
  font-size: 13px;
}

.hero-bundle-price b {
  font-size: 24px;
  font-weight: 800;
}

.hero-visual-bundle .release-badge .hero-bundle-save,
.purchase-quick-info .product-hero-save,
.license-save,
.recommended-bundle-price span {
  font-size: 11px;
}

.hero-visual-bundle .release-badge .hero-bundle-action {
  font-size: 12px;
}

.bundle-component-card span {
  font-size: 11px;
}

.bundle-component-card p,
.bundle-component-card a {
  font-size: 13px;
}

.recommended-bundle-contents {
  font-size: 13px;
}

@media (max-width: 700px) {
  .hero-visual-bundle .release-badge-bundle {
    width: min(370px, 94%);
  }

  .hero-visual-bundle .release-badge-bundle strong {
    font-size: 21px;
  }

  .hero-visual-bundle .release-badge .hero-bundle-scenario {
    font-size: 12px;
  }
}

/* Version 2.7: a calmer homepage Hero with clearer value and product roles. */

.hero-copy .hero-actions {
  flex-wrap: nowrap;
  margin-top: 28px;
}

.hero-visual-bundle .deck-stack {
  inset: 42px 18px 0 20px;
}

.hero-visual-bundle .release-badge-bundle {
  right: -1%;
  bottom: -12px;
  width: min(385px, 72%);
  padding: 21px 22px 19px;
}

.hero-visual-bundle .release-badge .hero-bundle-action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  padding: 8px 11px;
  border: 1px solid rgba(119, 228, 220, .3);
  border-radius: 8px;
  background: rgba(110, 221, 213, .09);
  color: #96eee8;
  line-height: 1;
}

.hero-visual-bundle .release-badge .hero-bundle-action span {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.hero-visual-bundle .release-badge .hero-bundle-action i {
  font-size: 14px;
  font-style: normal;
  transition: transform .2s ease;
}

.hero-visual-bundle:hover .hero-bundle-action i,
.hero-visual-bundle:focus-visible .hero-bundle-action i {
  transform: translateX(3px);
}

@media (max-width: 1000px) {
  .hero-copy .hero-actions {
    flex-wrap: wrap;
  }

  .hero-visual-bundle .release-badge-bundle {
    right: 0;
    bottom: -4px;
  }
}

@media (max-width: 700px) {
  .hero-copy .hero-actions {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .hero-visual-bundle .deck-stack {
    inset: 25px 4% 0 6%;
  }

  .hero-visual-bundle .release-badge-bundle {
    bottom: -3px;
    width: min(370px, 94%);
    padding: 18px;
  }
}

/* Version 2.8: conversion copy around product licensing and checkout. */

.purchase-value-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  max-width: 1040px;
  margin: 20px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(28, 143, 139, .2);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(224, 247, 244, .78), rgba(255, 255, 255, .82));
  box-shadow: 0 14px 36px rgba(10, 61, 69, .05);
}

.purchase-value-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 8px;
  background: #0d3442;
  color: #87e6df;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.purchase-value-note strong {
  display: block;
  color: var(--ink-900);
  font-family: "Source Serif 4 Variable", Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 550;
  letter-spacing: -.015em;
  line-height: 1.25;
}

.purchase-value-note p {
  margin: 4px 0 0;
  color: var(--ink-500);
  font-size: 13px;
  line-height: 1.55;
}

.purchase-value-note + .pricing-grid {
  margin-top: 34px;
}

.consultant-roi {
  display: grid;
  gap: 4px;
  margin: -4px 0 18px;
  padding: 13px 14px;
  border: 1px solid rgba(25, 131, 127, .16);
  border-radius: 12px;
  background: rgba(218, 244, 240, .62);
}

.consultant-roi span {
  color: #177a77;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.consultant-roi strong {
  color: #143d49;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.product-page .checkout-action small {
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .purchase-value-note {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .purchase-value-note strong {
    font-size: 18px;
  }
}
