/* Generated from the approved preview CSS. Every production selector is scoped to the verified stock-page context. */
.gu-stock-page {
  --gu-navy: #14275f;
  --gu-blue: #0b4b9f;
  --gu-yellow: #f9bb15;
  --gu-ink: #17213a;
  --gu-muted: #5c667d;
  --gu-line: #dfe5ef;
  --gu-surface: #f5f7fb;
  --gu-cream: #fff9e9;
  --gu-white: #ffffff;
  --gu-success: #16734a;
  --gu-radius: 24px;
  --gu-shadow: 0 22px 65px rgba(19, 39, 95, 0.12);
  color: var(--gu-ink);
  background: var(--gu-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.gu-stock-page,
.gu-stock-page * {
  box-sizing: border-box;
}

.gu-stock-page a {
  color: inherit;
}

/*
 * The legacy WPCode layer declares RTL with !important on every paragraph,
 * link, heading, span and plan feature. The verified body class keeps both the
 * French article and its translated chrome LTR without touching another route.
 */
body.gu-stock-page-context,
body.gu-stock-page-context :is(p, a, h1, h2, h3, h4, h5, h6, span, .wd-plan-feature) {
  direction: ltr !important;
}

.gu-stock-page {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.gu-stock-page .gu-text-link,
.gu-stock-page .gu-context-link a,
.gu-stock-page .gu-breadcrumb a {
  text-decoration: none;
}

.gu-stock-page .gu-text-link:hover,
.gu-stock-page .gu-context-link a:hover,
.gu-stock-page .gu-breadcrumb a:hover {
  color: var(--gu-blue);
}

.gu-stock-page {
  padding: 1.15rem 0 5rem;
}

.gu-stock-page .gu-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.2rem 0 1.4rem;
  color: var(--gu-muted);
  font-size: 0.83rem;
}

.gu-stock-page .gu-breadcrumb a {
  color: var(--gu-blue);
  font-weight: 700;
}

.gu-stock-page .gu-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(2.4rem, 6vw, 5.7rem);
  overflow: hidden;
  border-radius: 34px;
  padding: clamp(2.2rem, 5vw, 5.4rem);
  background:
    radial-gradient(circle at 6% 0%, rgba(249, 187, 21, 0.22), transparent 27%),
    linear-gradient(135deg, #f8faff 0%, #f4f7fc 58%, #eaf1fb 100%);
}

.gu-stock-page .gu-hero-copy {
  flex: 1.05 1 0;
  padding-top: clamp(1rem, 4vw, 4rem);
}

.gu-stock-page .gu-hero-visual {
  flex: 0.78 1 360px;
}

.gu-stock-page .gu-hero::after {
  position: absolute;
  right: -110px;
  bottom: -170px;
  width: 390px;
  height: 390px;
  border: 52px solid rgba(11, 75, 159, 0.06);
  border-radius: 50%;
  content: "";
}

.gu-stock-page .gu-hero-copy,
.gu-stock-page .gu-hero-visual {
  position: relative;
  z-index: 1;
}

.gu-stock-page .gu-eyebrow,
.gu-stock-page .gu-kicker {
  margin: 0 0 0.9rem;
  color: var(--gu-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gu-stock-page .gu-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--gu-navy);
  font-size: clamp(2.45rem, 5vw, 4.6rem);
  line-height: 1.01;
  letter-spacing: -0.052em;
}

.gu-stock-page .gu-lead {
  max-width: 670px;
  margin: 1.45rem 0 0;
  color: #48536c;
  font-size: clamp(1.04rem, 1.7vw, 1.22rem);
  line-height: 1.75;
}

.gu-stock-page .gu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.gu-stock-page .gu-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0.8rem 1.45rem;
  font-size: 0.94rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.gu-stock-page .gu-button:hover {
  transform: translateY(-2px);
}

.gu-stock-page .gu-button:focus-visible,
.gu-stock-page summary:focus-visible {
  outline: 3px solid rgba(249, 187, 21, 0.75);
  outline-offset: 3px;
}

.gu-stock-page .gu-button-primary {
  color: #fff;
  background: var(--gu-navy);
  box-shadow: 0 14px 32px rgba(20, 39, 95, 0.2);
}

.gu-stock-page .gu-button-secondary {
  border-color: #c9d4e7;
  color: var(--gu-navy);
  background: rgba(255, 255, 255, 0.72);
}

.gu-stock-page .gu-price-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.15rem 0 0;
  color: var(--gu-muted);
  font-size: 0.84rem;
}

.gu-stock-page .gu-price-note strong {
  color: var(--gu-success);
}

.gu-stock-page .gu-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.45rem 0 0;
  padding: 0;
  list-style: none;
}

.gu-stock-page .gu-proof-list li {
  border: 1px solid #dce4f0;
  border-radius: 999px;
  padding: 0.4rem 0.72rem;
  color: #43506b;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
  font-weight: 750;
}

.gu-stock-page .gu-proof-list li::before,
.gu-stock-page .gu-check-list li::before {
  color: var(--gu-success);
  content: "✓";
  font-weight: 900;
}

.gu-stock-page .gu-proof-list li::before {
  margin-right: 0.35rem;
}

.gu-stock-page .gu-hero-visual {
  margin: 0;
}

.gu-stock-page .gu-image-frame {
  position: relative;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 27px;
  background: #e9eef7;
  box-shadow: var(--gu-shadow);
}

.gu-stock-page .gu-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.gu-stock-page .gu-screen-label {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  padding: 0.48rem 0.75rem;
  color: #fff;
  background: rgba(20, 39, 95, 0.88);
  box-shadow: 0 8px 20px rgba(20, 39, 95, 0.2);
  font-size: 0.72rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.gu-stock-page .gu-screen-label-top {
  top: 1rem;
  right: 1rem;
}

.gu-stock-page .gu-screen-label-bottom {
  right: 1rem;
  bottom: 1rem;
  color: var(--gu-navy);
  background: rgba(249, 187, 21, 0.94);
}

.gu-stock-page .gu-hero-visual figcaption {
  margin-top: 0.72rem;
  color: var(--gu-muted);
  font-size: 0.76rem;
  text-align: center;
}

.gu-stock-page .gu-section {
  padding: clamp(4.6rem, 8vw, 7.3rem) clamp(0rem, 3vw, 2.2rem);
}

.gu-stock-page .gu-section-heading {
  max-width: 760px;
  margin: 0 auto 2.3rem;
  text-align: center;
}

.gu-stock-page .gu-section-heading h2,
.gu-stock-page .gu-evidence-copy h2,
.gu-stock-page .gu-pricing-copy h2,
.gu-stock-page .gu-final-cta h2 {
  margin: 0;
  color: var(--gu-navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.gu-stock-page .gu-section-heading > p:last-child,
.gu-stock-page .gu-evidence-copy > p,
.gu-stock-page .gu-pricing-copy > p,
.gu-stock-page .gu-final-cta p {
  color: var(--gu-muted);
  font-size: 1.03rem;
}

.gu-stock-page .gu-card-grid {
  display: flex;
  gap: 1.2rem;
}

.gu-stock-page .gu-feature-card {
  flex: 1 1 0;
  border: 1px solid var(--gu-line);
  border-radius: var(--gu-radius);
  padding: 1.7rem;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 39, 95, 0.06);
}

.gu-stock-page .gu-card-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--gu-navy);
  background: var(--gu-yellow);
  font-size: 0.78rem;
  font-weight: 900;
}

.gu-stock-page .gu-feature-card h3,
.gu-stock-page .gu-steps h3,
.gu-stock-page .gu-use-grid h3 {
  margin: 1.1rem 0 0.55rem;
  color: var(--gu-navy);
  font-size: 1.15rem;
  line-height: 1.3;
}

.gu-stock-page .gu-feature-card p,
.gu-stock-page .gu-steps p,
.gu-stock-page .gu-use-grid p {
  margin: 0;
  color: var(--gu-muted);
  font-size: 0.93rem;
}

.gu-stock-page .gu-how {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(calc((100vw - 1180px) / 2 + 20px), 20px);
  color: #fff;
  background:
    radial-gradient(circle at 89% 12%, rgba(249, 187, 21, 0.17), transparent 25%),
    linear-gradient(135deg, #101e4d 0%, #153b7f 100%);
}

.gu-stock-page .gu-section-heading-light h2,
.gu-stock-page .gu-section-heading-light > p:last-child {
  color: #fff;
}

.gu-stock-page .gu-section-heading-light > p:last-child {
  opacity: 0.76;
}

.gu-stock-page .gu-section-heading-light .gu-kicker {
  color: var(--gu-yellow);
}

.gu-stock-page .gu-steps {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gu-stock-page .gu-steps li {
  flex: 1 1 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--gu-radius);
  padding: 1.55rem;
  background: rgba(255, 255, 255, 0.07);
}

.gu-stock-page .gu-step-number {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--gu-navy);
  background: var(--gu-yellow);
  font-size: 0.88rem;
  font-weight: 900;
}

.gu-stock-page .gu-steps h3 {
  color: #fff;
}

.gu-stock-page .gu-steps p {
  color: rgba(255, 255, 255, 0.73);
}

.gu-stock-page .gu-evidence {
  display: flex;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.gu-stock-page .gu-evidence-copy {
  flex: 1 1 0;
}

.gu-stock-page .gu-evidence-panel {
  flex: 0.75 1 360px;
}

.gu-stock-page .gu-evidence-copy .gu-kicker,
.gu-stock-page .gu-pricing-copy .gu-kicker,
.gu-stock-page .gu-final-cta .gu-kicker {
  margin-bottom: 0.7rem;
}

.gu-stock-page .gu-check-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.35rem 0;
  padding: 0;
  list-style: none;
}

.gu-stock-page .gu-check-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  color: #34415f;
  font-weight: 700;
}

.gu-stock-page .gu-context-link {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--gu-line);
  font-size: 0.9rem !important;
}

.gu-stock-page .gu-context-link a,
.gu-stock-page .gu-text-link {
  color: var(--gu-blue);
  font-weight: 850;
}

.gu-stock-page .gu-evidence-panel {
  border: 1px solid #d8e0ee;
  border-radius: 28px;
  padding: clamp(1.3rem, 3vw, 2.2rem);
  background: linear-gradient(155deg, #fff 0%, #f3f7fc 100%);
  box-shadow: var(--gu-shadow);
}

.gu-stock-page .gu-panel-label {
  margin: 0 0 1rem;
  color: var(--gu-blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gu-stock-page .gu-product-row {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 0.75rem;
  border-radius: 18px;
  padding: 1.1rem;
  background: #fff;
}

.gu-stock-page .gu-product-row > div {
  display: grid;
}

.gu-stock-page .gu-product-name {
  color: var(--gu-navy);
  font-weight: 850;
}

.gu-stock-page .gu-product-meta,
.gu-stock-page .gu-panel-note {
  color: var(--gu-muted);
  font-size: 0.75rem;
}

.gu-stock-page .gu-stock-before,
.gu-stock-page .gu-stock-after {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 900;
}

.gu-stock-page .gu-stock-before {
  color: #7b4f00;
  background: #fff1bf;
}

.gu-stock-page .gu-stock-after {
  color: #0c683d;
  background: #dff7ea;
}

.gu-stock-page .gu-arrow {
  color: var(--gu-muted);
}

.gu-stock-page .gu-movement-row {
  display: flex;
  justify-content: space-between;
  margin-top: 0.85rem;
  border-radius: 14px;
  padding: 0.85rem 1rem;
  color: #40506c;
  background: #e8eef8;
  font-size: 0.88rem;
}

.gu-stock-page .gu-movement-row strong {
  color: var(--gu-navy);
}

.gu-stock-page .gu-panel-note {
  margin: 0.9rem 0 0;
}

.gu-stock-page .gu-use-cases {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(calc((100vw - 1180px) / 2 + 20px), 20px);
  background: var(--gu-surface);
}

.gu-stock-page .gu-use-grid {
  display: flex;
  gap: 1rem;
}

.gu-stock-page .gu-use-grid article {
  flex: 1 1 0;
  border-radius: var(--gu-radius);
  padding: 1.5rem;
  background: #fff;
}

.gu-stock-page .gu-use-grid article > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--gu-navy);
  background: var(--gu-cream);
  font-size: 0.72rem;
  font-weight: 900;
}

.gu-stock-page .gu-pricing {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.gu-stock-page .gu-pricing-copy {
  flex: 0.82 1 0;
}

.gu-stock-page .gu-price-cards {
  flex: 1.18 1 0;
}

.gu-stock-page .gu-text-link {
  display: inline-flex;
  gap: 0.4rem;
  margin-top: 0.6rem;
}

.gu-stock-page .gu-price-cards {
  display: flex;
  gap: 1rem;
}

.gu-stock-page .gu-price-card {
  flex: 1 1 0;
  display: flex;
  min-height: 225px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--gu-line);
  border-radius: 24px;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 39, 95, 0.07);
}

.gu-stock-page .gu-price-card p {
  margin: 0;
  color: var(--gu-blue);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gu-stock-page .gu-price-card strong {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem;
  margin: 0.65rem 0;
  color: var(--gu-navy);
  font-size: 3.1rem;
  line-height: 1;
}

.gu-stock-page .gu-price-card strong span {
  font-size: 0.82rem;
}

.gu-stock-page .gu-price-card > span {
  color: var(--gu-muted);
  font-size: 0.86rem;
}

.gu-stock-page .gu-price-card-featured {
  border-color: #f4c849;
  background: linear-gradient(160deg, #fffdf6 0%, #fff4c8 100%);
}

.gu-stock-page .gu-faq {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(calc((100vw - 930px) / 2 + 20px), 20px);
  background: var(--gu-surface);
}

.gu-stock-page .gu-faq-list {
  display: grid;
  gap: 0.7rem;
}

.gu-stock-page .gu-faq details {
  border: 1px solid var(--gu-line);
  border-radius: 16px;
  padding: 0 1.15rem;
  background: #fff;
}

.gu-stock-page .gu-faq summary {
  position: relative;
  padding: 1.2rem 2.2rem 1.2rem 0;
  color: var(--gu-navy);
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.gu-stock-page .gu-faq summary::-webkit-details-marker {
  display: none;
}

.gu-stock-page .gu-faq summary::after {
  position: absolute;
  right: 0;
  color: var(--gu-blue);
  content: "+";
  font-size: 1.4rem;
  line-height: 1;
}

.gu-stock-page .gu-faq details[open] summary::after {
  content: "−";
}

.gu-stock-page .gu-faq details p {
  margin: 0;
  padding: 0 2.2rem 1.25rem 0;
  color: var(--gu-muted);
}

.gu-stock-page .gu-final-cta {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 5rem;
  border-radius: 30px;
  padding: clamp(2rem, 5vw, 4rem);
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(249, 187, 21, 0.21), transparent 28%),
    var(--gu-navy);
}

.gu-stock-page .gu-final-cta > div:first-child {
  flex: 1 1 0;
}

.gu-stock-page .gu-final-cta h2,
.gu-stock-page .gu-final-cta p {
  color: #fff;
}

.gu-stock-page .gu-final-cta p {
  margin-bottom: 0;
  opacity: 0.76;
}

.gu-stock-page .gu-final-cta .gu-kicker {
  color: var(--gu-yellow);
}

.gu-stock-page .gu-final-cta .gu-actions {
  margin-top: 0;
}

.gu-stock-page .gu-button-yellow {
  color: var(--gu-navy);
  background: var(--gu-yellow);
}

.gu-stock-page .gu-button-ghost {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

@media (max-width: 960px) {

  .gu-stock-page .gu-hero,
.gu-stock-page .gu-evidence,
.gu-stock-page .gu-pricing,
.gu-stock-page .gu-final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .gu-stock-page .gu-hero-copy,
.gu-stock-page .gu-hero-visual,
.gu-stock-page .gu-evidence-copy,
.gu-stock-page .gu-evidence-panel,
.gu-stock-page .gu-pricing-copy,
.gu-stock-page .gu-price-cards,
.gu-stock-page .gu-final-cta > div:first-child {
    width: 100%;
    flex: 0 0 auto;
  }

  .gu-stock-page .gu-hero-copy {
    padding-top: 0;
  }

  .gu-stock-page .gu-hero-visual {
    max-width: 540px;
  }

  .gu-stock-page .gu-card-grid,
.gu-stock-page .gu-steps,
.gu-stock-page .gu-use-grid {
    flex-direction: column;
  }

  .gu-stock-page .gu-feature-card,
.gu-stock-page .gu-steps li,
.gu-stock-page .gu-use-grid article {
    flex: 0 0 auto;
  }

  .gu-stock-page .gu-feature-card,
.gu-stock-page .gu-steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
  }

  .gu-stock-page .gu-feature-card h3,
.gu-stock-page .gu-steps h3 {
    margin-top: 0;
  }

  .gu-stock-page .gu-feature-card p,
.gu-stock-page .gu-steps p {
    grid-column: 2;
  }

  .gu-stock-page .gu-final-cta .gu-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .gu-stock-page {
    width: min(100% - 28px, 1180px);
  }

  .gu-stock-page {
    padding-top: 0.7rem;
  }

  .gu-stock-page .gu-breadcrumb {
    overflow: hidden;
    white-space: nowrap;
  }

  .gu-stock-page .gu-hero {
    gap: 2.4rem;
    border-radius: 24px;
    padding: 1.5rem;
  }

  .gu-stock-page .gu-hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.2rem);
  }

  .gu-stock-page .gu-actions,
.gu-stock-page .gu-button {
    width: 100%;
  }

  .gu-stock-page .gu-price-note {
    display: grid;
    gap: 0.2rem;
  }

  .gu-stock-page .gu-price-note > span {
    display: none;
  }

  .gu-stock-page .gu-proof-list {
    display: grid;
  }

  .gu-stock-page .gu-section {
    padding-block: 4.1rem;
  }

  .gu-stock-page .gu-feature-card,
.gu-stock-page .gu-steps li {
    display: block;
  }

  .gu-stock-page .gu-feature-card h3,
.gu-stock-page .gu-steps h3 {
    margin-top: 1rem;
  }

  .gu-stock-page .gu-product-row {
    grid-template-columns: 1fr auto auto auto;
    gap: 0.45rem;
    padding: 0.9rem;
  }

  .gu-stock-page .gu-product-name {
    font-size: 0.83rem;
  }

  .gu-stock-page .gu-product-meta {
    font-size: 0.66rem;
  }

  .gu-stock-page .gu-stock-before,
.gu-stock-page .gu-stock-after {
    min-width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }

  .gu-stock-page .gu-price-cards {
    flex-direction: column;
  }

  .gu-stock-page .gu-price-card {
    flex: 0 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gu-stock-page .gu-button {
    transition: none;
  }
}
