/* ═══════════════════════════════════════════════════════
   COMPAT PRODUCT PAGES (sketchup-rendering, revit, etc.)
   Shared styles — page-specific overrides via $compat_slug
   ═══════════════════════════════════════════════════════ */

body[data-page="sketchup-rendering"],
body[data-page="revit-rendering"],
body[data-page="archicad-rendering"],
body[data-page="rhino-rendering"],
body[data-page="autocad-rendering"],
body[data-page="allplan-rendering"],
body[data-page="vectorworks-rendering"],
body[data-page="bricscad-rendering"] { background: #fff; }

/* navbar inherits global #2b4f82 from cwl-section override */
[data-page*="-rendering"] .navbar,
[data-page*="-rendering"] .navbar.scrolled { background: #2b4f82; }
[data-page*="-rendering"] .mob-nav          { background: #2b4f82; }

/* ── HERO ───────────────────────────────────────────── */
.cp2-hero {
  background: #2b4f82;
  padding: 100px 60px 72px;
  min-height: 340px; display: flex; align-items: flex-end;
}
.cp2-hero-inner { max-width: 1300px; margin: 0 auto; width: 100%; }
.cp2-label {
  font-size: 0.875rem; font-weight: 700; color: rgba(184,214,237,.7);
  letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 12px; display: block;
}
.cp2-title {
  font-size: clamp(2.5rem, 6vw, 5.5rem); font-weight: 700;
  color: #b8d6ed; line-height: 1.05; letter-spacing: -.03em; margin-bottom: 20px;
}
.cp2-desc { font-size: 1.0625rem; color: rgba(184,214,237,.75); max-width: 560px; margin-bottom: 36px; line-height: 1.6; }
.cp2-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── SUBTITLE ──────────────────────────────────────── */
.cp2-subtitle { background: #f8fafc; padding: 56px 40px; }
.cp2-subtitle-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.cp2-subtitle-inner h4 {
  font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700;
  color: var(--navy); margin-bottom: 16px; letter-spacing: -.02em;
}
.cp2-subtitle-inner p { font-size: 1.0625rem; color: #555; line-height: 1.6; }

/* ── 3 PRODUCT CARDS ───────────────────────────────── */
.cp2-product-cards { background: #fff; padding: 72px 0; }
.cp2-cards-inner {
  max-width: 1300px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.cp2-pcard { }
.cp2-pcard-img {
  width: 100%; aspect-ratio: 1/1;
  border-radius: 10px; overflow: hidden; margin-bottom: 18px;
}
.cp2-pcard-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cp2-pcard h4 {
  font-size: 1.0625rem; font-weight: 700; color: var(--navy);
  margin-bottom: 10px; line-height: 1.3;
}
.cp2-pcard p { font-size: 0.9375rem; color: #444; line-height: 1.65; margin-bottom: 10px; }
.cp2-pcard p a { color: var(--navy); text-decoration: underline; }
.cp2-link { font-size: 0.9375rem; color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }

/* ── TESTIMONIALS override ─────────────────────────── */
.cp2-testimonials { background: var(--navy); }

/* ── cwl eyebrow ───────────────────────────────────── */
.cwl-eyebrow {
  font-size: 0.8125rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: rgba(184,214,237,.6); margin-bottom: 8px; display: block;
}
.cwl-links { margin-top: 4px; padding-bottom: 12px; }
.cwl-links a {
  display: inline-block; color: #b8d6ed; font-weight: 600;
  text-decoration: underline; text-underline-offset: 2px; font-size: 14px;
}

/* ── LUMION CLOUD 4 cards ──────────────────────────── */
.cp2-cloud { background: #f8fafc; padding: 80px 0; }
.cp2-cloud-inner { max-width: 1300px; margin: 0 auto; padding: 0 40px; }
.cp2-cloud-intro { max-width: 840px; margin-bottom: 48px; }
.cp2-eyebrow-sm {
  font-size: 0.8125rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--navy); margin-bottom: 8px; display: block;
}
.cp2-cloud-intro h4 {
  font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700;
  color: var(--navy); margin-bottom: 14px; letter-spacing: -.02em;
}
.cp2-cloud-intro p { font-size: 0.9375rem; color: #444; line-height: 1.7; margin-bottom: 10px; }
.cp2-cloud-intro a { color: var(--navy); text-decoration: underline; }
.cp2-cloud-cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.cp2-cloud-card {}
.cp2-cloud-card-img {
  aspect-ratio: 4/5; border-radius: 8px; overflow: hidden; margin-bottom: 14px;
}
.cp2-cloud-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cp2-cloud-card h5 {
  font-size: 0.9375rem; font-weight: 700; color: var(--navy); margin-bottom: 6px;
}
.cp2-cloud-card p { font-size: 0.875rem; color: #555; line-height: 1.55; }

/* ── TRY LUMION VIEW CTA band ──────────────────────── */
.cp2-cta-band {
  background: var(--navy); padding: 72px 40px; text-align: center;
}
.cp2-cta-inner { max-width: 700px; margin: 0 auto; }
.cp2-cta-inner h4 {
  font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700;
  color: #b8d6ed; margin-bottom: 14px; letter-spacing: -.02em;
}
.cp2-cta-inner p { font-size: 1rem; color: rgba(184,214,237,.75); margin-bottom: 32px; line-height: 1.6; }
.cp2-cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ── SVC override ──────────────────────────────────── */
.cp2-svc { background: #f8fafc; }
.cp2-svc .lp-svc-intro h3 {
  font-size: clamp(1.75rem, 3.5vw, 2.8rem); font-weight: 700;
  color: var(--navy); margin-bottom: 16px; line-height: 1.15;
}
.cp2-svc .lp-svc-intro p { color: #555; font-size: 1.0625rem; margin-bottom: 32px; line-height: 1.6; }
.cp2-svc .pbtn-inner { border-color: var(--navy); }
.cp2-svc .pbtn-bg    { background: rgba(43,79,130,.1); }
.cp2-svc .pbtn:hover .pbtn-bg { background: rgba(43,79,130,.25); }
.cp2-svc .pbtn-text, .cp2-svc .pbtn-clone { color: var(--navy); }
.cp2-svc .pbtn-ghost .pbtn-inner { border-color: rgba(43,79,130,.45); }
.cp2-svc .pbtn-ghost .pbtn-bg { background: transparent; }
.cp2-svc .pbtn-ghost:hover .pbtn-bg { background: rgba(43,79,130,.08); }
.cp2-svc .lp-svc-video-wrap { border-radius: 16px 16px 0 0; overflow: hidden; margin: 0 40px; }
.cp2-svc .lp-svc-video-wrap video { width: 100%; display: block; border-radius: 16px 16px 0 0; }
.cp2-svc .lp-svc-intro { text-align: center; padding: 80px 20px 40px; max-width: 700px; margin: 0 auto; }
.cp2-svc .lp-svc-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ── FAQ ────────────────────────────────────────────── */
.cp2-faq { background: #fff; padding: 80px 0; }
.cp2-faq-inner { max-width: 900px; margin: 0 auto; padding: 0 40px; }
.cp2-faq-inner h4 {
  font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700;
  color: var(--navy); margin-bottom: 40px; letter-spacing: -.02em;
}
.cp2-accordion { border-top: 1px solid rgba(43,79,130,.12); }
.cp2-faq-item { border-bottom: 1px solid rgba(43,79,130,.12); position: relative; }
.cp2-faq-item::after {
  content: ''; position: absolute; bottom: -1px; left: 0;
  height: 1px; width: 0; background: var(--navy); transition: width .3s;
}
.cp2-faq-item:hover::after, .cp2-faq-item.open::after { width: 100%; }
.cp2-faq-header {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  background: none; border: none; cursor: pointer; padding: 20px 0;
  gap: 16px; text-align: left; font-family: var(--font);
  color: rgba(43,79,130,.55); transition: color .2s;
}
.cp2-faq-header span { font-size: 1rem; font-weight: 500; color: inherit; line-height: 1.4; }
.cp2-faq-header svg  { flex-shrink: 0; color: inherit; transition: transform .3s; }
.cp2-faq-header:hover { color: var(--navy); }
.cp2-faq-item.open .cp2-faq-header { color: var(--navy); }
.cp2-faq-item.open .cp2-faq-header svg { transform: rotate(180deg); }
.cp2-faq-body { overflow: hidden; height: 0; transition: height .35s ease; }
.cp2-faq-body p  { font-size: 0.9375rem; color: #444; line-height: 1.7; margin-bottom: 14px; }
.cp2-faq-body p:last-child { margin-bottom: 20px; }
.cp2-faq-body b  { color: var(--navy); }
.cp2-faq-body a  { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }
.cp2-faq-body ul { padding-left: 20px; margin: 8px 0 16px; }
.cp2-faq-body li { font-size: 0.9375rem; color: #444; margin-bottom: 8px; line-height: 1.6; }

/* ── Footer ─────────────────────────────────────────── */
[data-page*="-rendering"] .footer,
[data-page*="-rendering"] .footer-cta,
[data-page*="-rendering"] .footer-nav  { background: #1e3a63; }
[data-page*="-rendering"] .footer-bottom { background: #162e52; }

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 1024px) {
  .cp2-cloud-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .cp2-cards-inner { grid-template-columns: 1fr; }
  .cp2-cards-inner, .cp2-cloud-inner, .cp2-faq-inner { padding: 0 20px; }
  .cp2-hero { padding: 80px 20px 56px; }
  .cp2-subtitle { padding: 40px 20px; }
}
@media (max-width: 600px) {
  .cp2-cloud-cards { grid-template-columns: 1fr 1fr; }
}

/* ═══════════════════════════════════════════════════════
   SK-CWL ACCORDION (renamed from cwl-* so main.js
   never touches this page)
   ═══════════════════════════════════════════════════════ */
.sk-cwl-section {
  background: #2b5486;
  padding: 72px 0 80px;
  position: relative; z-index: 6;
}
.sk-cwl-inner {
  max-width: 1300px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 5fr 7fr;
  gap: 80px; align-items: start;
}
.sk-cwl-eyebrow {
  font-size: 0.8125rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: rgba(184,214,237,.55);
  margin-bottom: 8px; display: block;
}
.sk-cwl-title {
  font-size: clamp(28px, 3.5vw, 48px); font-weight: 700;
  color: #b8d6ed; letter-spacing: -.02em; line-height: 1.1;
  margin-bottom: 20px;
}
.sk-cwl-desc {
  font-size: 15px; color: rgba(184,214,237,.7);
  line-height: 1.65; margin-bottom: 32px;
}
.sk-cwl-desc p  { margin-bottom: 14px; }
.sk-cwl-desc b  { color: #fff; }
.sk-cwl-desc a  { color: #b8d6ed; text-decoration: underline; text-underline-offset: 2px; }

/* Accordion items */
.sk-cwl-item { border-bottom: 1px solid rgba(184,214,237,.2); }
.sk-cwl-header {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  background: none; border: none; cursor: pointer; padding: 22px 0;
  text-align: left; font-family: var(--font); gap: 16px;
  color: rgba(184,214,237,.6); transition: color .2s;
}
.sk-cwl-item-title {
  font-size: clamp(17px, 1.6vw, 22px); font-weight: 500;
  color: inherit; line-height: 1.3;
}
.sk-cwl-header:hover,
.sk-cwl-item--open .sk-cwl-header { color: #fff; }
.sk-cwl-arrow { flex-shrink: 0; transition: transform .3s cubic-bezier(.4,0,.2,1); }
.sk-cwl-item--open .sk-cwl-arrow { transform: rotate(180deg); }
.sk-cwl-body {
  overflow: hidden; height: 0; opacity: 0;
  transition: height .38s cubic-bezier(.4,0,.2,1), opacity .3s ease;
}
.sk-cwl-body p  { font-size: 14.5px; color: rgba(184,214,237,.82); line-height: 1.7; margin-bottom: 14px; padding-top: 4px; }
.sk-cwl-body p:last-child { margin-bottom: 20px; }
.sk-cwl-body b  { color: #fff; }
.sk-cwl-links   { margin-top: 4px; padding-bottom: 14px; }
.sk-cwl-links a {
  display: inline-block; color: #b8d6ed; font-weight: 600;
  text-decoration: underline; text-underline-offset: 2px; font-size: 14px;
}

/* Sticky video right */
.sk-cwl-right {
  position: sticky; top: calc(var(--nav-h, 70px) + 24px);
  border-radius: 10px; overflow: hidden;
  background: #1d3460; aspect-ratio: 16/9; align-self: start;
}
.sk-cwl-video-stage { position: relative; width: 100%; height: 100%; }
.sk-cwl-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0;
  transition: opacity .45s ease;
}
.sk-cwl-video-active { opacity: 1 !important; }

@media (max-width: 900px) {
  .sk-cwl-inner { grid-template-columns: 1fr; gap: 40px; padding: 0 20px; }
  .sk-cwl-right { position: relative; top: 0; }
  .sk-cwl-section { padding: 60px 0; }
}