/* CC-AI multi-product public brand R3. Scoped to public corporate pages. */
body.ccai-corporate {
  --ccai-bg: #080b10;
  --ccai-surface: #0f141c;
  --ccai-surface-2: #141b25;
  --ccai-text: #ffffff;
  --ccai-muted: #a6afbd;
  --ccai-line: #29313d;
  --ccai-blue: #536b8d;
  --ccai-blue-hover: #657d9e;
  --ccai-silver: #d8dee8;
  --max: 1220px;
  margin: 0;
  color: var(--ccai-text);
  background: var(--ccai-bg);
  font-family: Inter, Aptos, "Segoe UI Variable", "Segoe UI", sans-serif;
}

body.ccai-corporate h1,
body.ccai-corporate h2,
body.ccai-corporate h3,
body.ccai-corporate p,
body.ccai-corporate a,
body.ccai-corporate span,
body.ccai-corporate small {
  letter-spacing: 0;
}

body.ccai-corporate .public-beta-notice {
  padding: 9px max(20px, calc((100vw - var(--max)) / 2));
  color: #c8d1df;
  background: #111a27;
  border-color: #273244;
  font-size: 12px;
  text-align: center;
}

body.ccai-corporate .corporate-header {
  top: 0;
  min-height: 76px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  background: rgba(11, 15, 23, .96);
  border-color: #252e3d;
  backdrop-filter: blur(14px);
}

body.ccai-corporate .ccai-brand img {
  width: 220px;
  height: 56px;
  object-fit: contain;
  object-position: left center;
}

body.ccai-corporate .main-nav {
  gap: 20px;
}

body.ccai-corporate .main-nav a {
  color: #b9c3d2;
  font-size: 13px;
  font-weight: 650;
}

body.ccai-corporate .main-nav a:hover,
body.ccai-corporate .main-nav a[aria-current="page"] {
  color: #fff;
}

body.ccai-corporate .main-nav a[aria-current="page"] {
  text-decoration-color: var(--ccai-blue);
}

body.ccai-corporate .button {
  border-radius: 6px;
}

body.ccai-corporate .button-primary {
  color: #0b0f15 !important;
  background: #e2e6ed;
  border-color: #e2e6ed;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

body.ccai-corporate .button-primary:hover {
  background: #f7f8fa;
  border-color: #f7f8fa;
}

body.ccai-corporate .button-secondary {
  color: #fff;
  background: rgba(11, 15, 23, .66);
  border-color: #566176;
}

body.ccai-corporate .button-secondary:hover {
  background: #182131;
  border-color: #8490a3;
}

body.ccai-corporate .text-link {
  color: #a9b9d0;
  text-underline-offset: 4px;
}

body.ccai-corporate .eyebrow {
  color: #9aabc2;
  font-size: 12px;
  font-weight: 800;
}

body.ccai-corporate .section {
  padding: 108px max(24px, calc((100vw - var(--max)) / 2));
}

body.ccai-corporate .section-heading {
  max-width: 830px;
  margin-bottom: 48px;
}

body.ccai-corporate .section-heading h2 {
  max-width: 780px;
  color: #fff;
  font-size: 44px;
  line-height: 1.1;
}

body.ccai-corporate .section-heading > p:last-child {
  max-width: 720px;
  color: var(--ccai-muted);
  font-size: 17px;
}

.corporate-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--ccai-line);
}

.corporate-hero-media,
.corporate-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.corporate-hero-media {
  object-fit: cover;
  object-position: 67% 22%;
  filter: saturate(.72) contrast(1.07) brightness(.54);
}

.corporate-hero-overlay {
  background: rgba(11, 15, 23, .78);
}

.corporate-hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 48px));
  margin-left: max(24px, calc((100vw - var(--max)) / 2));
  padding: 92px 0;
}

.corporate-hero-content h1 {
  max-width: 790px;
  color: #fff;
  font-size: 66px;
  line-height: 1.02;
}

.corporate-hero-content h1 span {
  color: #bfc8d6;
}

.corporate-hero-content > p:not(.eyebrow):not(.hero-support) {
  max-width: 690px;
  margin: 26px 0 0;
  color: #c7d0de;
  font-size: 19px;
  line-height: 1.65;
}

.corporate-hero-content .hero-support {
  margin: 22px 0 0;
  color: #9aa6b8;
  font-size: 12px;
  font-weight: 700;
}

.hero-release {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 32px;
  display: grid;
  grid-template-columns: 32px auto;
  align-items: center;
  column-gap: 11px;
  padding: 13px 16px;
  background: rgba(11, 15, 23, .84);
  border: 1px solid rgba(167, 177, 194, .34);
  border-radius: 6px;
  backdrop-filter: blur(10px);
}

.hero-release > span {
  grid-row: 1 / span 2;
  width: 32px;
  height: 32px;
  background: url("/assets/brand/lunar-current/lunar-master-icon.png") center / contain no-repeat;
}

.hero-release strong {
  line-height: 1;
}

.hero-release small {
  color: var(--ccai-muted);
  font-size: 10px;
}

.flagship-section {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px;
  align-items: center;
  background: var(--ccai-bg);
}

.flagship-copy > img {
  width: 210px;
  margin: 15px 0 28px;
}

.flagship-copy h2 {
  color: #fff;
  font-size: 42px;
}

.flagship-copy > p:not(.eyebrow) {
  color: var(--ccai-muted);
  font-size: 17px;
}

.flagship-visual {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #364154;
  border-radius: 8px;
  box-shadow: 0 32px 70px rgba(0, 0, 0, .32);
}

.flagship-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.flagship-visual figcaption {
  padding: 13px 16px;
  color: #9aa6b8;
  background: #111a27;
  border-top: 1px solid #303b4d;
  font-size: 12px;
}

body.ccai-corporate .product-showcase {
  background: #0e141f;
  border-top: 1px solid var(--ccai-line);
  border-bottom: 1px solid var(--ccai-line);
}

body.ccai-corporate .product-gallery {
  gap: 16px;
}

body.ccai-corporate .product-gallery figure {
  background: #111925;
  border-color: #303b4d;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

body.ccai-corporate .product-gallery figcaption {
  color: #fff;
  background: #111925;
  border-color: #303b4d;
}

body.ccai-corporate .product-gallery figcaption span {
  color: var(--ccai-muted);
}

.lunar-brand-panel {
  min-height: 240px;
  display: grid;
  align-content: center;
  gap: 24px;
  padding: 36px;
  background: #f3f5f7;
}

.lunar-brand-panel img {
  width: min(100%, 300px);
  height: auto;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.lunar-brand-panel p {
  max-width: 430px;
  margin: 0;
  color: #24303c;
  font-size: 15px;
}

.outcomes-section {
  background: var(--ccai-bg);
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ccai-line);
  border-left: 1px solid var(--ccai-line);
}

.outcome-grid article {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid var(--ccai-line);
  border-bottom: 1px solid var(--ccai-line);
}

.outcome-grid article:hover {
  background: #101722;
}

.outcome-grid article > span {
  color: #8498b4;
  font-size: 12px;
  font-weight: 800;
}

.outcome-grid h3 {
  margin: 35px 0 12px;
  color: #fff;
  font-size: 21px;
}

.outcome-grid p {
  margin: 0;
  color: var(--ccai-muted);
  font-size: 14px;
}

body.ccai-corporate .workflow-section {
  background: #101722;
  border-top: 1px solid var(--ccai-line);
  border-bottom: 1px solid var(--ccai-line);
}

body.ccai-corporate .workflow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-color: #344052;
}

body.ccai-corporate .workflow li {
  position: relative;
  min-height: 260px;
  padding: 30px 32px 32px;
  border-color: #344052;
}

body.ccai-corporate .workflow li > span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 52px;
  place-items: center;
  color: #fff;
  color: #111720;
  background: #d7dde6;
  border-radius: 50%;
}

body.ccai-corporate .workflow small {
  color: #9aabc2;
  font-size: 10px;
  font-weight: 800;
}

body.ccai-corporate .workflow h3 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: 22px;
}

body.ccai-corporate .workflow p {
  color: var(--ccai-muted);
}

.integrations-section {
  background: var(--ccai-bg);
}

.provider-categories {
  display: grid;
  gap: 56px;
}

.provider-category-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.provider-category-heading > span {
  width: 34px;
  height: 2px;
  background: var(--ccai-blue);
}

.provider-category-heading h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.provider-card {
  min-width: 0;
  min-height: 210px;
  padding: 22px;
  background: #0f141c;
  border: 1px solid #29313d;
  border-radius: 8px;
  transition: transform .2s ease, border-color .2s ease;
}

.provider-card:hover {
  transform: translateY(-3px);
  border-color: #52627a;
}

.provider-logo {
  width: 152px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #dce1e8;
  border-radius: 6px;
}

.provider-logo img {
  width: auto;
  max-width: 112px;
  height: auto;
  max-height: 40px;
  object-fit: contain;
  object-position: center;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.provider-logo--shopify img {
  max-width: 42px;
  max-height: 42px;
}

.provider-logo--amazon img {
  max-width: 104px;
  max-height: 34px;
}

.provider-logo--ebay img {
  width: 88px;
  max-height: 43px;
}

.provider-logo--temu img {
  max-width: 96px;
  max-height: 34px;
}

.provider-copy > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.provider-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.provider-status {
  flex: none;
  padding: 4px 7px;
  color: #d5dce7;
  background: #1b232f;
  border: 1px solid #3d4b5e;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
}

.provider-copy p {
  margin: 13px 0 0;
  color: var(--ccai-muted);
  font-size: 13px;
}

.integration-disclaimer {
  max-width: 780px;
  margin: 26px 0 18px;
  color: #7f8b9f;
  font-size: 11px;
}

body.ccai-corporate .trust-section {
  background: #101722;
  border-top: 1px solid var(--ccai-line);
  border-bottom: 1px solid var(--ccai-line);
}

body.ccai-corporate .trust-section h2 {
  color: #fff;
}

body.ccai-corporate .trust-section > div > p:not(.eyebrow) {
  color: var(--ccai-muted);
}

body.ccai-corporate .trust-section ul,
body.ccai-corporate .trust-section li {
  border-color: #344052;
}

body.ccai-corporate .trust-section li {
  color: #e5eaf2;
}

body.ccai-corporate .trust-section li::before {
  color: #aab8ca;
}

body.ccai-corporate .pricing-preview,
body.ccai-corporate.premium-pricing main {
  background: var(--ccai-bg);
}

body.ccai-corporate .pricing-toolbar {
  color: #fff;
}

body.ccai-corporate .pricing-toolbar span,
body.ccai-corporate .tax-note,
body.ccai-corporate .plan-audience,
body.ccai-corporate .plan-version,
body.ccai-corporate .plan-effective,
body.ccai-corporate .plan-prepayment,
body.ccai-corporate .plan-price span {
  color: var(--ccai-muted);
}

body.ccai-corporate .segmented {
  background: #121a27;
  border-color: #344052;
}

body.ccai-corporate .segmented button {
  color: #aeb8c8;
  background: transparent;
}

body.ccai-corporate .segmented button.active {
  color: #111720;
  background: #d7dde6;
}

body.ccai-corporate .plan-card {
  color: #fff;
  background: #101722;
  border-color: #303b4d;
}

body.ccai-corporate .plan-card[data-plan="pro"] {
  border-top-color: var(--ccai-blue);
}

body.ccai-corporate .plan-card li {
  color: #d0d7e2;
  border-color: #2d384a;
}

body.ccai-corporate .plan-label {
  color: #d5dce7;
  background: #202a38;
}

body.ccai-corporate .faq-section {
  background: #0e141f;
  border-top: 1px solid var(--ccai-line);
}

body.ccai-corporate .faq-list {
  max-width: 950px;
}

body.ccai-corporate .faq-list details {
  border-color: #344052;
}

body.ccai-corporate .faq-list summary {
  color: #fff;
}

body.ccai-corporate .faq-list details p {
  color: var(--ccai-muted);
}

body.ccai-corporate .cta-band {
  color: #fff;
  background: #111720;
  border-top: 1px solid #354151;
  border-bottom: 1px solid #354151;
}

body.ccai-corporate .cta-band h2 {
  color: #fff;
}

body.ccai-corporate .cta-band p:not(.eyebrow) {
  color: #b8c5d9;
}

.future-products {
  padding: 30px 24px;
  color: #8995a7;
  background: #0b0f17;
  border-bottom: 1px solid var(--ccai-line);
  text-align: center;
  font-size: 13px;
}

body.ccai-corporate .marketing-hero,
body.ccai-corporate .company-hero {
  padding-top: 96px;
  padding-bottom: 82px;
  color: #fff;
  background: #101722;
  border-color: #2b3545;
}

body.ccai-corporate .marketing-hero h1,
body.ccai-corporate .company-hero h1 {
  color: #fff;
  font-size: 54px;
}

body.ccai-corporate .marketing-hero p:last-child,
body.ccai-corporate .company-hero p:last-child {
  color: var(--ccai-muted);
}

.company-hero > img {
  width: 360px;
  margin-bottom: 42px;
}

.company-legal-note {
  color: #fff;
  background: var(--ccai-bg);
}

.company-legal-note p {
  max-width: 760px;
  color: var(--ccai-muted);
}

.lunar-product-hero {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 60px;
  align-items: center;
  color: #fff;
  background: #101722;
  border-bottom: 1px solid #2b3545;
}

.lunar-product-hero > div > img {
  width: 230px;
  margin: 12px 0 28px;
}

.lunar-product-hero h1 {
  font-size: 48px;
}

.lunar-product-hero > div > p:not(.eyebrow) {
  color: var(--ccai-muted);
  font-size: 17px;
}

.lunar-product-hero figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #344052;
  border-radius: 8px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, .3);
}

.lunar-product-hero figure img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

body.ccai-corporate .feature-detail-grid {
  color: #fff;
}

body.ccai-corporate .feature-detail {
  background: #101722;
  border-color: #303b4d;
}

body.ccai-corporate .feature-detail p,
body.ccai-corporate .check-grid {
  color: var(--ccai-muted);
}

body.ccai-corporate .release-gate-note,
body.ccai-corporate .billing-rules {
  border-color: #344052;
}

body.ccai-corporate .release-gate-note,
body.ccai-corporate .billing-rules article {
  color: #fff;
  background: #101722;
}

body.ccai-corporate .billing-rules p {
  color: var(--ccai-muted);
}

body.ccai-corporate .corporate-footer {
  display: block;
  padding-top: 58px;
  padding-bottom: 34px;
  color: #fff;
  background: #080b11;
  border-color: #262e3b;
}

body.ccai-corporate .footer-brand {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #262e3b;
}

body.ccai-corporate .footer-brand > div:first-child {
  max-width: 520px;
}

body.ccai-corporate .footer-brand .ccai-brand img {
  width: 250px;
  height: auto;
}

body.ccai-corporate .footer-brand p {
  color: #8f9bad;
}

.lunar-endorsement {
  display: grid;
  justify-items: end;
}

.lunar-endorsement img {
  width: 210px;
}

body.ccai-corporate .footer-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  padding: 44px 0;
}

body.ccai-corporate .footer-map > div {
  display: grid;
  align-content: start;
  gap: 8px;
}

body.ccai-corporate .footer-map strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
}

body.ccai-corporate .footer-map a,
body.ccai-corporate .footer-meta {
  color: #8f9bad;
  text-decoration: none;
}

body.ccai-corporate .footer-map a:hover {
  color: #fff;
}

body.ccai-corporate .footer-meta {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid #262e3b;
}

body.ccai-corporate .consent-banner {
  color: #fff;
  background: #101722;
  border-color: #344052;
}

@media (max-width: 1040px) {
  body.ccai-corporate .main-nav {
    gap: 12px;
  }

  body.ccai-corporate .main-nav a {
    font-size: 12px;
  }

  .corporate-hero-content h1 {
    font-size: 56px;
  }

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

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

@media (max-width: 920px) {
  body.ccai-corporate .corporate-header {
    min-height: 68px;
  }

  body.ccai-corporate .ccai-brand img {
    width: 184px;
    height: 46px;
  }

  body.ccai-corporate .menu-button {
    display: block;
    flex: none;
    border: 1px solid #344052;
    border-radius: 6px;
  }

  body.ccai-corporate .menu-button span {
    background: #fff;
  }

  body.ccai-corporate .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 80;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 16px 24px 24px;
    color: #fff;
    background: #0b0f17;
    border-bottom: 1px solid #344052;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .34);
  }

  body.ccai-corporate .main-nav.open {
    display: flex;
  }

  body.ccai-corporate .main-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  body.ccai-corporate .main-nav .button {
    justify-content: center;
    margin-top: 8px;
  }

  .flagship-section,
  .lunar-product-hero {
    grid-template-columns: 1fr;
  }

  .flagship-visual {
    order: -1;
  }

  body.ccai-corporate .product-gallery {
    grid-template-columns: 1fr;
  }

  body.ccai-corporate .product-gallery .product-main {
    grid-row: auto;
  }

  body.ccai-corporate .product-gallery .product-main img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  body.ccai-corporate .workflow {
    grid-template-columns: 1fr;
  }

  body.ccai-corporate .workflow li,
  body.ccai-corporate .workflow li + li {
    min-height: 0;
    padding: 28px 0;
    border-left: 0;
    border-top: 1px solid #344052;
  }

  body.ccai-corporate .workflow li:first-child {
    border-top: 0;
  }

  body.ccai-corporate .workflow li > span {
    margin-bottom: 24px;
  }
}

@media (max-width: 620px) {
  body.ccai-corporate .public-beta-notice {
    padding: 8px 16px;
    font-size: 10px;
  }

  body.ccai-corporate .section {
    padding: 74px 20px;
  }

  body.ccai-corporate .section-heading {
    margin-bottom: 34px;
  }

  body.ccai-corporate .section-heading h2,
  body.ccai-corporate .marketing-hero h1,
  body.ccai-corporate .company-hero h1,
  .flagship-copy h2,
  .lunar-product-hero h1 {
    font-size: 32px;
  }

  .corporate-hero {
    min-height: 650px;
    align-items: end;
  }

  .corporate-hero-media {
    object-position: 74% top;
  }

  .corporate-hero-overlay {
    background: rgba(11, 15, 23, .86);
  }

  .corporate-hero-content {
    width: 100%;
    margin: 0;
    padding: 74px 20px 62px;
  }

  .corporate-hero-content h1 {
    font-size: 40px;
  }

  .corporate-hero-content > p:not(.eyebrow):not(.hero-support) {
    margin-top: 20px;
    font-size: 16px;
  }

  .corporate-hero-content .button-row {
    margin-top: 24px;
  }

  .corporate-hero-content .button {
    width: 100%;
  }

  .hero-release {
    display: none;
  }

  .flagship-section {
    gap: 38px;
  }

  .flagship-copy > img {
    width: 152px;
  }

  .outcome-grid,
  .provider-grid {
    grid-template-columns: 1fr;
  }

  .outcome-grid article {
    min-height: 0;
  }

  .outcome-grid h3 {
    margin-top: 22px;
  }

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

  .provider-logo {
    height: 44px;
    margin-bottom: 18px;
  }

  body.ccai-corporate .trust-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  body.ccai-corporate .pricing-toolbar,
  body.ccai-corporate .footer-brand {
    align-items: stretch;
    flex-direction: column;
  }

  body.ccai-corporate .segmented {
    width: 100%;
  }

  body.ccai-corporate .segmented button {
    flex: 1;
  }

  body.ccai-corporate .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  body.ccai-corporate .cta-band .button-row,
  body.ccai-corporate .cta-band .button {
    width: 100%;
  }

  body.ccai-corporate .footer-map {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lunar-endorsement {
    justify-items: start;
  }

  .company-hero > img {
    width: 240px;
  }
}

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

  .provider-card {
    transition: none;
  }
}

/* Final founder acceptance R4: reusable CC-AI product accent system. */
body.ccai-corporate {
  --product-lunar: #19c894;
  --product-lunar-soft: rgba(25, 200, 148, .12);
}

.product-accent { position: relative; padding-left: 26px; }
.product-accent::before { position: absolute; top: 2px; bottom: 2px; left: 0; width: 3px; background: var(--product-accent, var(--ccai-blue)); border-radius: 2px; content: ""; }
.product-accent--lunar { --product-accent: var(--product-lunar); }
body.ccai-corporate .lunar-action,
body.ccai-corporate .pricing-preview .plan-card[data-plan="pro"] .button { color: #06110d !important; background: var(--product-lunar); border-color: var(--product-lunar); }

.r4-hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; gap: 72px; padding: 94px max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; background: #090d13; border-bottom: 1px solid var(--ccai-line); }
.r4-hero-copy h1 { max-width: 690px; margin: 16px 0 0; color: #fff; font-size: 52px; line-height: 1.03; }
.r4-hero-copy > p:not(.eyebrow):not(.hero-support) { max-width: 680px; margin: 25px 0 0; color: #bdc7d6; font-size: 18px; line-height: 1.65; }
.r4-hero-copy .hero-support { margin: 20px 0 0; color: #909daf; font-size: 12px; font-weight: 700; }
.r4-hero-product { margin: 0; overflow: hidden; background: #f5f7f9; border: 1px solid #384457; border-radius: 8px; box-shadow: 0 34px 80px rgba(0, 0, 0, .42); }
.r4-hero-product > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; }
.product-window-bar { min-height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; color: #8d99aa; background: #111823; border-bottom: 1px solid #2d3848; }
.product-window-bar > span { width: 8px; height: 8px; background: #4d596a; border-radius: 50%; }
.product-window-bar small { margin-left: auto; font-size: 10px; }
.r4-hero-product figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; color: #8f9bac; background: #101722; border-top: 1px solid #2c3747; font-size: 11px; }
.r4-hero-product figcaption img { width: 150px; height: 36px; object-fit: contain; object-position: left center; }

.differentiators-section { background: #0c1119; }
.outcome-grid--r4 article { min-height: 246px; }
.outcome-grid--r4 article:hover { border-left-color: var(--product-lunar); }
.invoice-workflow-section,
.benefit-mechanisms,
.pricing-clarity,
.pricing-faq,
.company-story { background: #101722; border-top: 1px solid var(--ccai-line); border-bottom: 1px solid var(--ccai-line); }
.workflow-proof,
.digital-employee-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 58px; align-items: center; }
.invoice-flow { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid #354153; }
.invoice-flow li { display: grid; grid-template-columns: 38px 1fr; gap: 17px; padding: 18px 0; border-bottom: 1px solid #354153; }
.invoice-flow li > span { width: 32px; height: 32px; display: grid; place-items: center; color: #06110d; background: var(--product-lunar); border-radius: 50%; font-size: 12px; font-weight: 800; }
.invoice-flow h3 { margin: 0 0 5px; color: #fff; font-size: 17px; }
.invoice-flow p { margin: 0; color: var(--ccai-muted); font-size: 13px; }
.workflow-proof figure,
.digital-employee-visual { margin: 0; overflow: hidden; background: #111925; border: 1px solid #344154; border-radius: 8px; box-shadow: 0 24px 56px rgba(0, 0, 0, .28); }
.workflow-proof figure img,
.digital-employee-visual img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; }
.workflow-proof figcaption,
.digital-employee-visual figcaption { padding: 13px 16px; color: #8e9aac; border-top: 1px solid #344154; font-size: 11px; }
.digital-employee-section { background: #090d13; }
.digital-employee-copy h2 { max-width: 620px; color: #fff; font-size: 44px; }
.digital-employee-copy > p:not(.eyebrow) { color: var(--ccai-muted); font-size: 17px; }
.question-list { display: grid; gap: 8px; margin-top: 28px; }
.question-list span { padding: 12px 14px; color: #e6ebf2; background: #121a25; border: 1px solid #303c4e; border-radius: 6px; font-size: 13px; }

.benefit-grid,
.company-principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #344052; border-left: 1px solid #344052; }
.benefit-grid article,
.company-principles article { min-height: 210px; padding: 26px; border-right: 1px solid #344052; border-bottom: 1px solid #344052; }
.benefit-grid h3,
.company-principles h3 { margin: 0 0 12px; color: #fff; font-size: 19px; }
.benefit-grid p,
.company-principles p { margin: 0; color: var(--ccai-muted); font-size: 14px; }

body.ccai-corporate .pricing-preview { background: #090d13; border-top: 1px solid var(--ccai-line); border-bottom: 1px solid var(--ccai-line); }
.pricing-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.pricing-hero > div { max-width: 830px; }
.pricing-hero > img { width: 220px; height: 72px; object-fit: contain; object-position: right center; }
.pricing-catalog { background: #090d13; }
.pricing-clarity { background: #0f1621; }
.pricing-faq { background: #090d13; }
.beta-inline-note { margin: 28px 0 0; padding: 17px 19px; color: #bac5d4; background: #111a27; border-left: 3px solid var(--product-lunar); font-size: 13px; }
.company-story .section-heading { max-width: 920px; }
.company-principles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.company-cta { margin: 0; }
.provider-logo--nayax img { width: 106px; max-width: 106px; max-height: 38px; }
.provider-logo--gmail img,
.provider-logo--outlook img,
.provider-logo--imap img { max-width: 98px; max-height: 38px; }

@media (max-width: 1040px) {
  .r4-hero { grid-template-columns: minmax(0, 1fr) minmax(440px, .92fr); gap: 42px; }
  .r4-hero-copy h1 { font-size: 50px; }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .r4-hero,
  .workflow-proof,
  .digital-employee-section { grid-template-columns: 1fr; }
  .r4-hero { min-height: 0; padding-top: 74px; padding-bottom: 74px; }
  .digital-employee-visual { order: -1; }
}

@media (max-width: 620px) {
  body.ccai-corporate { overflow-x: hidden; background: #080b10; }
  .product-accent { padding-left: 18px; }
  .r4-hero { gap: 36px; padding: 46px 20px 64px; }
  .r4-hero-copy h1 { font-size: 38px; }
  .r4-hero-copy > p:not(.eyebrow):not(.hero-support) { font-size: 16px; }
  .r4-hero-copy .button { width: 100%; }
  .r4-hero-product figcaption { align-items: flex-start; flex-direction: column; }
  .outcome-grid--r4,
  .benefit-grid,
  .company-principles { grid-template-columns: 1fr; }
  .outcome-grid--r4 article,
  .benefit-grid article,
  .company-principles article { min-height: 0; }
  .digital-employee-copy h2 { font-size: 32px; }
  .pricing-hero { align-items: flex-start; flex-direction: column; }
  .pricing-hero > img { width: 190px; object-position: left center; }
  .workflow-proof figure img,
  .digital-employee-visual img { aspect-ratio: 4 / 3; }
  body.ccai-corporate .pricing-catalog,
  body.ccai-corporate .pricing-clarity,
  body.ccai-corporate .pricing-faq { background: #090d13; }
}
