/* Generated from staging-styles.css. Edit the source and run npm run build:css. */
@media (min-width: 961px) {
  .hero h1 { white-space: normal; }
  .explorer-section--expanded .section-heading h2 { max-width: none; white-space: nowrap; }
  .catalog-section .section-heading > h2,
  .mso-heading > h2 { white-space: nowrap; }
}

@media (max-width: 1120px) {
  .home-feature-catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 961px) and (max-width: 1120px) {
  .workflow-layout { grid-template-columns: 1fr; gap: 28px; }
  .workflow-nav-shell { position: static; padding: 16px; }
  .workflow-nav-intro { padding: 2px 4px 14px; }
  .workflow-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 10px; padding-top: 14px; }
  .workflow-nav-group { display: contents; }
  .workflow-nav-label { grid-column: 1 / -1; padding: 7px 5px 2px; margin: 0; }
  .workflow-nav button { min-height: 44px; }
  .workflow-nav button[aria-selected="true"] { transform: none; }
  .workflow-tabs .workflow-stage { grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); padding: 30px; }
  .explorer-section--expanded .workflow-layout { grid-template-columns: 1fr; }
  .explorer-section--expanded .workflow-nav-shell { display: block; height: auto; min-height: 0; max-height: none; overflow: visible; }
  .explorer-section--expanded .workflow-nav { overflow: visible; padding-right: 0; padding-bottom: 0; }
  .explorer-section--expanded .workflow-tabs .workflow-stage { min-height: 620px; grid-template-columns: minmax(330px, .86fr) minmax(0, 1.14fr); }
  .explorer-section--expanded .section-heading h2 { font-size: 29px; }
}

@media (max-width: 960px) {
  .hero-inner { min-height: 0; grid-template-columns: 1fr; gap: 34px; padding-top: 58px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { max-width: 720px; font-size: clamp(3rem, 8.2vw, 4.3rem); }
  .hero-lead { max-width: 680px; }
  .product-shot--hero .product-shot__viewport { aspect-ratio: 16 / 10; }
  .product-shot--hero .product-shot__viewport img { height: 100%; object-fit: cover; object-position: top center; }
  .hero .proof-strip { grid-column: auto; }
  .workflow-layout { grid-template-columns: 1fr; gap: 30px; }
  .workflow-nav-shell { position: static; padding: 16px; }
  .workflow-nav-intro { padding: 2px 4px 14px; }
  .workflow-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 10px; padding-top: 14px; }
  .workflow-nav-group { display: contents; }
  .workflow-nav-label { grid-column: 1 / -1; padding: 7px 5px 2px; margin: 0; }
  .workflow-nav button { min-width: 0; min-height: 44px; grid-template-columns: 9px minmax(0, 1fr) 14px; }
  .workflow-nav button[aria-selected="true"] { transform: none; }
  .workflow-stack { border-radius: 20px; }
  .workflow-stage,
  .workflow-stage--reverse { grid-template-columns: 1fr; gap: 24px; padding: 38px 0; }
  .workflow-tabs .workflow-stage { min-height: 0; grid-template-columns: 1fr; gap: 28px; padding: 30px; }
  .explorer-section--expanded .workflow-layout { grid-template-columns: 1fr; }
  .explorer-section--expanded .workflow-nav-shell { display: block; height: auto; min-height: 0; max-height: none; overflow: visible; }
  .explorer-section--expanded .workflow-nav { overflow: visible; padding-right: 0; padding-bottom: 0; }
  .explorer-section--expanded .workflow-tabs .workflow-stage { min-height: 0; grid-template-columns: 1fr; }
  .workflow-stage--reverse .workflow-copy,
  .workflow-stage--reverse > .workflow-media,
  .workflow-stage--reverse > .workflow-gallery { order: initial; }
  .mso-layout { grid-template-columns: 1fr; }
  .mso-heading > h2 { white-space: normal; }
  .home-feature-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-category-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding-bottom: 18px; }
  .feature-category-nav a { min-width: 0; }
}

@media (max-width: 700px) {
  .hero h1 { font-size: 2.5rem; letter-spacing: -1px; }
  .product-shot--hero .product-shot__viewport { aspect-ratio: 4 / 3; }
  .workflow-layout { gap: 0; filter: drop-shadow(0 18px 28px #08254817); }
  .workflow-nav-shell,
  .explorer-section--expanded .workflow-nav-shell { display: none; }
  .workflow-mobile-stepper {
    display: block;
    overflow: hidden;
    border: 1px solid #2b5b85;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(155deg, #0a3768 0%, #123f72 100%);
    box-shadow: none;
    touch-action: pan-y;
  }
  .workflow-mobile-stepper__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 17px;
    border-bottom: 1px solid #ffffff21;
    background: #06284e;
  }
  .workflow-mobile-stepper__header span {
    color: #7fd6f2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
  }
  .workflow-mobile-stepper__header strong {
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
  }
  .workflow-mobile-stepper__nav {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 21px 14px 18px;
  }
  .workflow-mobile-stepper__nav button {
    width: 44px;
    height: 58px;
    padding: 0;
    border: 1px solid #89a9c5;
    border-radius: 11px;
    background: #ffffff0d;
    color: var(--white);
    font: 500 26px/1 var(--font-inter);
    cursor: pointer;
  }
  .workflow-mobile-stepper__nav button:focus-visible { outline: 3px solid #7fd6f2; outline-offset: 2px; }
  .workflow-mobile-stepper__nav span {
    color: #7fd6f2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
  }
  .workflow-mobile-stepper__nav h3 {
    display: block;
    margin-top: 7px;
    color: var(--white);
    font-family: var(--font-funnel);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.08;
  }
  .workflow-mobile-stepper__dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0 14px 17px;
  }
  .workflow-mobile-stepper__dots i { width: 6px; height: 6px; border-radius: 50%; background: #ffffff45; }
  .workflow-mobile-stepper__dots i.is-active { width: 18px; border-radius: 999px; background: #7fd6f2; }
  .workflow-stack {
    border-top: 0;
    border-radius: 0 0 18px 18px;
    box-shadow: none;
    touch-action: pan-y;
  }
  .workflow-stage,
  .workflow-stage--reverse { padding: 34px 0; }
  .workflow-tabs .workflow-stage { padding: 22px; }
  .workflow-tabs .workflow-copy > h3 { display: none; }
  .workflow-copy h3 { font-size: 1.8rem; }
  .workflow-copy .check-list { gap: 7px; font-size: 14px; line-height: 1.45; }
  .home-feature-catalog { grid-template-columns: 1fr; }
  .home-feature-card { padding: 20px; }
  .feature-category-nav { display: none; }
  .page-hero h1,
  .review-features .page-hero h1 { font-size: 2.05rem; }
}

/* Buyer proposal visual QA refresh */
.scope-review-page {
  --navy: #0a315f;
  --navy-deep: #061f3d;
  --navy-soft: #365f88;
  --blue-logo: #0d96d4;
  --cyan-logo: #24c3e6;
  --cloud: #f2f6fa;
  --border: #d7e2ed;
  --ink: #101828;
  --slate: #536275;
  --shadow: 0 24px 60px #061f3d1a;
  --shadow-soft: 0 14px 34px #061f3d12;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}
.scope-review-page .container { width: min(calc(100% - 64px), 1240px); }
.scope-review-page .private-review-bar {
  min-height: 32px;
  padding: 6px 18px;
  border-bottom: 1px solid #c9e6ef;
  background: #eaf8fc;
  color: #183f63;
  font-size: 11px;
  letter-spacing: .02em;
}
.scope-review-page .proposal-review-bar a { color: #0a527c; }
.scope-review-page .proposal-review-bar strong { border-color: #8fb8c9; }
.scope-review-page .review-unified-header {
  border-bottom-color: #ffffff26;
  background: #082b54f7;
  box-shadow: 0 8px 24px #061f3d14;
}
.scope-review-page .review-unified-header .header-inner {
  width: min(calc(100% - 64px), 1240px);
  min-height: 76px;
}
.scope-review-page .review-unified-header .brand img { width: 178px; }
.scope-review-page .review-unified-header .desktop-nav { gap: clamp(13px, 1.3vw, 21px); }
.scope-review-page .review-unified-header .desktop-nav > a,
.scope-review-page .review-unified-header .desktop-nav summary { font-size: 13px; }
.scope-review-page .review-unified-header .header-cta {
  min-height: 42px;
  padding-inline: 19px;
  box-shadow: 0 8px 24px #061f3d24;
}
.scope-review-page .review-unified-header .mega-menu-feature,
.scope-review-page .review-unified-header .mega-menu-feature strong { white-space: normal; }
.scope-review-page .review-unified-header .mega-menu {
  border-radius: 18px;
  box-shadow: 0 24px 70px #061f3d2e;
}
.scope-review-page .button {
  min-height: 50px;
  padding: 13px 23px;
  border-radius: 999px;
  box-shadow: 0 8px 20px transparent;
}
.scope-review-page .button:hover { box-shadow: 0 8px 20px #061f3d14; }
.scope-review-page .button-primary { background: #0a315f; }
.scope-review-page .button-outline { border-color: #9db3c7; background: var(--white); color: var(--navy); }
.scope-review-page .eyebrow { margin-bottom: 13px; letter-spacing: .14em; }
.scope-review-page .section { padding-block: clamp(76px, 6.2vw, 104px); }
.scope-review-page .section-heading { margin-bottom: 44px; }
.scope-review-page .section-heading h2 { margin-bottom: 16px; color: var(--navy-deep); }
.scope-review-page .section-heading > p:not(.eyebrow) { color: var(--slate); font-size: 18px; line-height: 1.65; }

.scope-review-page .page-hero {
  position: relative;
  overflow: hidden;
  padding-block: 70px 74px;
  background: linear-gradient(135deg, #082b54 0%, #0c3a6c 100%);
}
.scope-review-page .page-hero .container { position: relative; z-index: 1; }
.scope-review-page .page-hero-inner { max-width: none; }
.scope-review-page .page-hero h1 {
  max-width: 1200px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(42px, 4vw, 54px);
  letter-spacing: -.04em;
}
.scope-review-page .page-hero p:not(.eyebrow) { max-width: 850px; color: #d6e4f0; font-size: 18px; line-height: 1.6; }
.review-features .page-hero h1 { font-size: clamp(40px, 3.6vw, 50px); }
.review-capability .page-hero h1 { font-size: clamp(36px, 3.05vw, 43px); }
.scope-review-page .catalog-toolbar {
  top: 76px;
  padding-block: 14px;
  border-bottom-color: #d2dee9;
  background: #fffffff5;
  box-shadow: 0 10px 28px #061f3d0a;
}
.scope-review-page .catalog-toolbar-inner { grid-template-columns: minmax(320px, 1fr) auto; }
.scope-review-page .catalog-search {
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid #b9c9d8;
  border-radius: 12px;
  background: #f8fafc;
  color: var(--ink);
}
.scope-review-page .toolbar-actions button {
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid #9db3c7;
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  font-weight: 700;
  cursor: pointer;
}
.review-features main > .section-cloud { background: #edf3f8; }
.review-features .feature-page-layout { grid-template-columns: 250px minmax(0, 1fr); gap: 34px; }
.review-features .feature-category-nav {
  top: 164px;
  gap: 4px;
  padding: 18px;
  border: 1px solid #d4e0eb;
  border-radius: 16px;
  background: #f8fafc;
}
.review-features .feature-category-nav a { padding: 7px 9px; border-radius: 8px; color: #294c6c; }
.review-features .feature-category-nav a:hover { background: #e8f3f8; color: #075f8b; }
.review-features .catalog-results { margin-bottom: 13px; color: #657489; font-size: 13px; }
.review-features .feature-groups { gap: 14px; }
.review-features .feature-group,
.review-features .feature-group:first-child {
  overflow: hidden;
  border: 1px solid #d4e0eb;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 25px #061f3d0a;
}
.review-features .feature-group summary { min-height: 104px; padding: 23px 25px; }
.review-features .feature-group summary strong { color: var(--navy-deep); font-size: 24px; }
.review-features .feature-group summary small { max-width: 660px; color: var(--slate); }
.review-features .feature-list { padding: 0 25px 12px; }
.review-features .feature-list li { gap: 30px; padding: 20px 0; }
.review-features .feature-list h3 { color: #173d62; font-size: 16px; }
.review-features .feature-list p { color: #5a697b; font-size: 14px; line-height: 1.55; }
.scope-review-page .faq-list { gap: 10px; border: 0; }
.scope-review-page .faq-list details {
  overflow: hidden;
  border: 1px solid #d4e0eb;
  border-radius: 13px;
  background: var(--white);
}
.scope-review-page .faq-list summary { min-height: 70px; padding: 0 20px; }
.scope-review-page .faq-list details p { padding: 0 68px 22px 20px; }

.review-plans main > .section-cloud:first-of-type { background: #edf3f8; }
.review-plans .plans-grid {
  max-width: 1040px;
  gap: 24px;
  margin-inline: auto;
}
.review-plans .plans-grid .plan-card {
  position: relative;
  min-height: 540px;
  padding: 38px;
  border-color: #d2dee9;
  border-radius: 22px;
  box-shadow: 0 18px 46px #061f3d12;
}
.review-plans .plans-grid .plan-card:nth-child(2) { border: 2px solid #0d96d4; box-shadow: 0 22px 54px #0d96d41c; }
.review-plans .plan-card .plan-label { color: #0a6c9a; }
.review-plans .plan-card h2 { margin: 11px 0 24px; color: var(--navy-deep); font-size: 40px; }
.review-plans .plan-card .price { display: grid; gap: 4px; margin-bottom: 22px; }
.review-plans .plan-card .price strong { font-size: 58px; }
.review-plans .plan-card .plan-note { min-height: 0; margin-bottom: 22px; }
.review-plans .plan-card ul { margin: 0 0 28px; }
.review-plans .plan-card .button { width: 100%; }
.review-plans .mso-brief { max-width: 1040px; margin-top: 26px; }
.review-plans .plans-grid--single { max-width: 1120px; grid-template-columns: 1fr; }
.review-plans .plans-grid--single .plan-card--unlimited {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 5vw, 68px);
  min-height: 0;
  border: 2px solid #0d96d4;
  box-shadow: 0 22px 54px #0d96d41c;
}
.review-plans .plan-card__summary { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.review-plans .plan-card__summary .button { width: auto; min-width: 250px; }
.review-plans .annual-plan-price { display: grid; gap: 3px; margin: -6px 0 24px; color: var(--navy); }
.review-plans .annual-plan-price strong { font-size: 18px; }
.review-plans .annual-plan-price span { color: var(--slate); font-size: 14px; }
.review-plans .plan-card__features {
  min-width: 0;
  align-self: stretch;
  padding: 30px;
  border-radius: 16px;
  background: #f1f7fb;
}
.review-plans .plan-card__included { margin: 0 0 4px; color: #0a6c9a; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.review-plans .plan-card .plan-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 24px; margin: 0; border-bottom: 0; }
.review-plans .plan-card .plan-feature-grid li { min-width: 0; }

.review-plans .sequence {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border: 0;
}
.review-plans .sequence article {
  display: block;
  padding: 28px;
  border: 1px solid #d4e0eb;
  border-radius: 17px;
  background: #f8fafc;
}
.review-plans .sequence span { display: block; margin-bottom: 12px; }
.review-plans .sequence h3 { margin-bottom: 12px; font-size: 23px; }

.scope-review-page .product-shot__viewport { border-color: #cbd8e5; box-shadow: 0 18px 46px #061f3d17; }

.review-capability .capability-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: 52px;
  align-items: center;
}
.review-capability .capability-layout > div:last-child {
  padding: 34px;
  border: 1px solid #d4e0eb;
  border-radius: 20px;
  background: #f7fafc;
}
.review-capability .capability-layout h2 { color: var(--navy-deep); font-size: 34px; }
.review-capability .capability-layout .check-list { gap: 14px; }
.review-capability .capability-layout .check-list li { padding-left: 27px; }
.review-payments .capability-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 48px);
}
.review-payments .capability-layout h2 {
  font-size: clamp(27px, 2.2vw, 32px);
}
.review-capability .objection-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border: 0;
}
.review-capability .objection-grid article {
  display: block;
  min-height: 210px;
  padding: 27px;
  border: 1px solid #d4e0eb;
  border-radius: 17px;
  background: var(--white);
  box-shadow: 0 12px 30px #061f3d0a;
}
.review-capability .objection-grid h3 { margin-bottom: 11px; color: var(--navy-deep); font-size: 22px; }
.scope-review-page .final-cta { padding-block: 68px; background: linear-gradient(120deg, #061f3d, #0a3d70); }
.scope-review-page .final-cta-inner { max-width: 1120px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 48px; }
.scope-review-page .final-cta h2 { color: var(--white); font-size: clamp(34px, 2.7vw, 40px); }
.scope-review-page .site-footer { padding-top: 68px; }
.scope-review-page .footer-grid { gap: 34px; padding-bottom: 54px; }

@media (min-width: 961px) {
  .scope-review-page .page-hero h1,
  .scope-review-page .final-cta h2 { max-width: none; white-space: nowrap; }
  .review-payments .capability-layout h2 { white-space: nowrap; }
}

@media (min-width: 961px) and (max-width: 1600px) {
  .review-payments .capability-layout { grid-template-columns: 1fr; }
}

@media (max-width: 1120px) {
  .scope-review-page .review-unified-header .header-inner { width: min(calc(100% - 48px), 1240px); }
  .review-plans .sequence { grid-template-columns: 1fr; }
  .review-plans .sequence article { min-height: 0; }
  .review-capability .objection-grid { grid-template-columns: 1fr; }
  .review-capability .objection-grid article { min-height: 0; }
}

@media (max-width: 840px) {
  .price-card-grid--single .unlimited-price-card,
  .review-plans .plans-grid--single .plan-card--unlimited { grid-template-columns: 1fr; }
  .unlimited-price-card__details ul,
  .review-plans .plan-card .plan-feature-grid { grid-template-columns: 1fr; }
  .review-plans .plan-card__features { padding: 24px; }
}

@media (max-width: 960px) {
  .scope-review-page .container { width: min(calc(100% - 48px), 1240px); }
  .scope-review-page .final-cta-inner { grid-template-columns: 1fr; }
  .review-features .feature-page-layout { grid-template-columns: 1fr; }
  .review-features .feature-category-nav {
    display: flex;
    max-height: none;
    flex-flow: row nowrap;
    overflow-x: auto;
    padding: 10px;
  }
  .review-features .feature-category-nav p { display: none; }
  .review-features .feature-category-nav a { flex: 0 0 auto; border: 1px solid #d4e0eb; background: var(--white); }
  .review-capability .capability-layout { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .scope-review-page .container { width: min(calc(100% - 32px), 1240px); }
  .scope-review-page .private-review-bar { gap: 2px 8px; padding: 6px 10px; }
  .scope-review-page .review-unified-header .header-inner { width: min(calc(100% - 32px), 1240px); min-height: 68px; }
  .scope-review-page .review-unified-header .brand img { width: 154px; }
  .scope-review-page .section { padding-block: 64px; }
  .scope-review-page .section-heading { margin-bottom: 30px; }
  .scope-review-page .section-heading h2 { font-size: 33px; line-height: 1.08; }
  .scope-review-page .section-heading > p:not(.eyebrow) { font-size: 16px; }
  .scope-review-page .page-hero { padding-block: 52px 56px; }
  .scope-review-page .page-hero h1,
  .review-features .page-hero h1,
  .review-capability .page-hero h1 { font-size: 34px; line-height: 1.08; white-space: normal; }
  .scope-review-page .page-hero p:not(.eyebrow) { font-size: 16px; }
  .scope-review-page .catalog-toolbar { top: 68px; }
  .scope-review-page .catalog-toolbar-inner { grid-template-columns: 1fr; }
  .scope-review-page .toolbar-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .review-features .feature-category-nav { display: none; }
  .review-features .feature-group summary { min-height: 92px; padding: 20px; }
  .review-features .feature-group summary strong { font-size: 21px; }
  .review-features .feature-list { padding: 0 20px 8px; }
  .review-features .feature-list li { grid-template-columns: 1fr; gap: 7px; padding: 17px 0; }
  .review-plans .plans-grid .plan-card { min-height: 0; padding: 28px 24px; }
  .review-plans .plan-card h2 { font-size: 34px; }
  .review-plans .plan-card .price strong { font-size: 50px; }
  .review-plans .sequence article { padding: 24px; }
  .review-capability .capability-layout > div:last-child { padding: 25px; }
  .review-capability .capability-layout h2 { font-size: 30px; }
  .review-capability .objection-grid article { padding: 24px; }
  .scope-review-page .faq-list summary { font-size: 18px; }
  .scope-review-page .faq-list details p { padding: 0 20px 20px; }
  .legal-table { min-width: 0; }
  .legal-table thead { display: none; }
  .legal-table tbody,
  .legal-table tr { display: grid; }
  .legal-table tr { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-table tbody th {
    grid-column: 1 / -1;
    padding: 1.1rem;
    background: #edf6fb;
  }
  .legal-table td { display: grid; gap: .3rem; padding: 1rem 1.1rem; }
  .legal-table td::before {
    content: attr(data-label);
    color: #0a6c9a;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .legal-table td:nth-child(even) { border-right: 1px solid #d9e2ec; }
  .legal-table td:last-child { grid-column: 1 / -1; border-right: 0; }
}

@media (min-width: 701px) and (max-width: 960px) {
  .review-features .feature-category-nav {
    display: grid;
    max-height: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 10px 10px 16px;
  }

  .review-features .feature-category-nav p {
    display: none;
  }

  .review-features .feature-category-nav a {
    min-width: 0;
    flex: initial;
    white-space: normal;
  }
}
