

[data-page="axogram"] {
  --page-primary:   #f9bc1c;
  --page-secondary: #333132;
  --page-bg-light:  #333132;
}
.svm-text-dark h3 {
    color: var(--page-primary);
}
.svm-text-dark p{
    max-width: 100%;
 color: var(--page-primary);
}

.lv-text h4{
    color: var(--page-primary);
}
.lv-text p{
   color: var(--page-primary); 
}
.lv-text p b {
    color: var(--page-primary);
}

/* ═══════════════════════════════════════════════════════════
   AXOGRAM — page-specific styling (yellow theme)
   ═══════════════════════════════════════════════════════════ */
.ax-page{
  --ax-yellow:#f9bc1c;
  --ax-dark:#333132;
  --ax-black:#000;
  --ax-light:#f4f4f1;
  --ax-green:#4f7d38;
}

/* ── HERO ── */
.ax-hero{
  background:var(--ax-yellow);
  color:var(--ax-dark);
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  min-height:760px;
}
.ax-hero-content{ padding:60px clamp(24px,5vw,80px); }
.ax-eyebrow{ font-weight:600; font-size:1.05rem; margin-bottom:18px; }
.ax-hero h1{
  margin:0;
  font-size:clamp(3rem,5.2vw,5.2rem);
  line-height:.98;
  letter-spacing:-.03em;
  font-weight:700;
  color:var(--ax-dark);
}
.ax-hero-desc{
  max-width:520px;
  margin:32px 0 0;
  font-size:1.15rem;
  line-height:1.5;
}
.ax-hero-actions{ display:flex; gap:16px; flex-wrap:wrap; margin-top:36px; }
.ax-btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:52px; padding:0 26px; border-radius:4px;
  text-decoration:none; font-weight:600; border:2px solid var(--ax-dark);
  transition:.25s ease;
}
.ax-btn-primary{ background:var(--ax-black); color:#fff; border-color:var(--ax-black); }
.ax-btn-outline{ background:transparent; color:var(--ax-dark); }
.ax-btn:hover{ transform:translateY(-2px); }
.ax-hero-media{ height:100%; min-height:760px; overflow:hidden; }
.ax-hero-media img{ width:100%; height:100%; object-fit:cover; display:block; }

@media(max-width:900px){
  .ax-hero{ grid-template-columns:1fr; min-height:auto; }
  .ax-hero-media{ min-height:340px; order:2; }
  .ax-hero-content{ order:1; padding:50px 24px 40px; }
}

/* ── SHARED SECTION WRAP ── */
.ax-section{ background:var(--ax-yellow); color:var(--ax-dark); padding:100px 0; }
.ax-inner{ width:min(1320px,calc(100% - 48px)); margin:0 auto; }
.ax-section h2{
  margin:0 0 28px; font-size:clamp(2.2rem,3.6vw,3rem);
  line-height:1.05; letter-spacing:-.03em; font-weight:700;
}
.ax-section p{ font-size:1.05rem; line-height:1.55; margin:0 0 16px; }

/* ── STEP 2: KEEP YOUR IDEAS MOVING ── */
.ax-collection-text{ max-width:900px; margin-bottom:48px; }
.ax-collection-row{ display:grid; grid-template-columns:1fr 2fr; gap:24px; align-items:stretch; }
.ax-collection-row .ax-media{ border-radius:12px; overflow:hidden; background:#e8b21a; aspect-ratio:4/5; }
.ax-collection-row .ax-media.ax-media-large{ aspect-ratio:16/10; }
.ax-collection-row img, .ax-collection-row video{ width:100%; height:100%; object-fit:cover; display:block; }
@media(max-width:820px){ .ax-collection-row{ grid-template-columns:1fr; } }

/* ── STEP 3: WHAT DO YOU NEED TO EXPLAIN ── */
.ax-explain-inner{ display:grid; grid-template-columns:1fr 1.15fr; gap:60px; align-items:start; }
.ax-accordion{ margin-top:30px; border-top:1px solid var(--ax-dark); }
.ax-accordion-item{ border-bottom:1px solid var(--ax-dark); }
.ax-accordion-header{
  appearance:none; width:100%; padding:20px 0; border:0; background:transparent;
  color:var(--ax-dark); display:flex; align-items:center; justify-content:space-between;
  gap:16px; text-align:left; cursor:pointer; font:inherit; font-size:1.1rem; font-weight:600;
}
.ax-accordion-header svg{ flex:0 0 auto; transition:transform .25s ease; }
.ax-accordion-item.active .ax-accordion-header svg{ transform:rotate(180deg); }
.ax-accordion-body{ max-height:0; overflow:hidden; transition:max-height .35s ease; }
.ax-accordion-body p{ padding:0 30px 22px 0; font-size:1rem; }
.ax-explain-media{ border-radius:12px; overflow:hidden; aspect-ratio:16/10; background:#e8b21a; }
.ax-explain-media video{ width:100%; height:100%; object-fit:cover; display:block; }
@media(max-width:900px){ .ax-explain-inner{ grid-template-columns:1fr; gap:36px; } }

/* ── PRICING ── */
.ax-pricing-section{ background:var(--ax-light); color:var(--ax-dark); padding:100px 0; }
.ax-pricing-head{ text-align:center; max-width:640px; margin:0 auto 50px; }
.ax-pricing-head h3{ font-size:clamp(2.4rem,4vw,3.2rem); color:var(--ax-yellow); font-weight:800; margin:0 0 14px; -webkit-text-stroke:1px var(--ax-dark); }
.ax-pricing-head p{ font-size:1.05rem; margin:0 0 14px; }
.ax-pricing-checks{ display:flex; gap:24px; justify-content:center; flex-wrap:wrap; list-style:none; padding:0; margin:0; font-weight:600; font-size:.95rem; }
.ax-pricing-checks li{ display:flex; align-items:center; gap:8px; }
.ax-pricing-checks svg{ width:16px; height:16px; }
.ax-pricing-cards{ display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:1000px; margin:0 auto; }
.ax-price-card{ background:#fff; border-radius:14px; padding:32px; border:1px solid #e4e2dd; }
.ax-price-chips{ display:flex; gap:8px; margin-bottom:18px; }
.ax-chip{ font-size:.75rem; font-weight:600; padding:4px 10px; border-radius:20px; background:var(--ax-yellow); color:var(--ax-dark); }
.ax-price-card:nth-child(2) .ax-chip{ background:var(--ax-black); color:#fff; }
.ax-price-card h4{ margin:0; font-size:1.4rem; }
.ax-price-card .ax-plan-sub{ margin:4px 0 20px; color:#6b6a68; font-size:.95rem; }
.ax-price-value{ font-size:2rem; font-weight:700; margin-bottom:4px; }
.ax-price-note{ font-size:.9rem; color:#6b6a68; margin-bottom:22px; }
.ax-price-card .ax-btn{ width:100%; margin-bottom:22px; }
.ax-price-card:first-child .ax-btn{ background:var(--ax-yellow); border-color:var(--ax-yellow); color:var(--ax-dark); }
.ax-price-card:nth-child(2) .ax-btn{ background:var(--ax-black); border-color:var(--ax-black); color:#fff; }
.ax-compat{ display:flex; gap:8px; flex-wrap:wrap; padding-bottom:18px; border-bottom:1px solid #eee; margin-bottom:18px; }
.ax-compat span{ font-size:.78rem; font-weight:600; padding:5px 10px; border-radius:6px; background:#f2f1ee; }
.ax-price-card .ax-body-copy{ font-size:.95rem; line-height:1.5; color:var(--ax-dark); }
@media(max-width:760px){ .ax-pricing-cards{ grid-template-columns:1fr; } }

/* ── STYLE CAROUSEL ── */
.ax-carousel-head{ margin-bottom:28px; }
.ax-carousel-track{
  display:flex; gap:18px; overflow-x:auto; scroll-snap-type:x mandatory;
  padding-bottom:12px; -webkit-overflow-scrolling:touch;
}
.ax-carousel-track::-webkit-scrollbar{ height:6px; }
.ax-carousel-track::-webkit-scrollbar-thumb{ background:rgba(51,49,50,.35); border-radius:4px; }
.ax-carousel-slide{
  flex:0 0 auto; width:min(72vw,420px); aspect-ratio:1084/945;
  border-radius:12px; overflow:hidden; scroll-snap-align:start; background:#e8b21a;
}
.ax-carousel-slide img{ width:100%; height:100%; object-fit:cover; display:block; }

/* ── TITLE BAND: SEE WHAT YOU CAN CREATE ── */
.ax-title-band{ background:var(--ax-yellow); color:var(--ax-dark); padding:110px 24px 80px; text-align:center; }
.ax-title-band h3{ font-size:clamp(2.2rem,4vw,3rem); font-weight:700; margin:0 0 24px; letter-spacing:-.03em; }
.ax-title-band p{ max-width:760px; margin:0 auto 6px; font-size:1.05rem; line-height:1.55; }

/* ── PLAY WITH EMPHASIS (media layout) ── */
.ax-emphasis-inner{ display:grid; grid-template-columns:.85fr 1.3fr; gap:60px; align-items:center; }
.ax-emphasis-inner h4{ font-size:1.5rem; margin:0 0 16px; font-weight:700; }
.ax-emphasis-media{ border-radius:12px; overflow:hidden; aspect-ratio:16/9.3; background:#e8b21a; }
.ax-emphasis-media video{ width:100%; height:100%; object-fit:cover; display:block; }
@media(max-width:900px){ .ax-emphasis-inner{ grid-template-columns:1fr; gap:30px; } }

/* ── ADD CLEAR CONTEXT — VIDEO GRID ── */
.ax-videogrid{ display:grid; grid-template-columns:1fr 1fr; gap:40px 32px; margin-top:44px; }
.ax-vg-media{ border-radius:12px; overflow:hidden; aspect-ratio:16/10; background:#e8b21a; }
.ax-vg-media video{ width:100%; height:100%; object-fit:cover; display:block; }
.ax-vg-title{ font-weight:700; font-size:1.15rem; margin:18px 0 8px; }
.ax-videogrid p{ font-size:.95rem; margin:0; }
@media(max-width:820px){ .ax-videogrid{ grid-template-columns:1fr; } }

/* ── LIGHT MEDIA LAYOUT (Lumion Cloud tie-in) ── */
.ax-light-section{ background:var(--ax-light); color:var(--ax-dark); padding:100px 0; }
.ax-medialayout-inner{ display:grid; grid-template-columns:1fr 1.2fr; gap:60px; align-items:center; }
.ax-medialayout-inner h2{ margin:0 0 24px; font-size:clamp(2rem,3.4vw,2.6rem); font-weight:700; letter-spacing:-.03em; }
.ax-medialayout-inner p{ font-size:1.02rem; line-height:1.55; margin:0 0 16px; }
.ax-medialayout-inner a{ color:inherit; text-decoration:underline; }
.ax-medialayout-media{ border-radius:12px; overflow:hidden; aspect-ratio:16/9; background:#e8dfc8; }
.ax-medialayout-media img{ width:100%; height:100%; object-fit:cover; display:block; }
.ax-medialayout-caption{ font-size:.85rem; color:#6b6a68; margin-top:12px; }
@media(max-width:900px){ .ax-medialayout-inner{ grid-template-columns:1fr; gap:34px; } }

/* ── SECONDARY TITLE BAND ── */
.ax-title-band-sm{ background:var(--ax-yellow); color:var(--ax-dark); padding:90px 24px 10px; text-align:center; }
.ax-title-band-sm h3{ font-size:clamp(2rem,3.6vw,2.7rem); font-weight:700; margin:0; letter-spacing:-.03em; }

/* ── BENEFIT LIST ── */
.ax-benefits-grid{ display:grid; grid-template-columns:1fr 1fr; gap:44px 48px; }
.ax-benefit-item{ display:flex; gap:16px; align-items:flex-start; }
.ax-benefit-icon{ flex:0 0 auto; width:24px; height:24px; margin-top:2px; }
.ax-benefit-item h4{ margin:0 0 8px; font-size:1.15rem; font-weight:700; }
.ax-benefit-item p{ margin:0; font-size:.95rem; line-height:1.5; }
@media(max-width:700px){ .ax-benefits-grid{ grid-template-columns:1fr; } }

/* ── FAQ ── */
.ax-faq-inner{ max-width:760px; margin:0 auto; }
.ax-faq-inner h2{ margin:0 0 28px; font-size:clamp(2rem,3.4vw,2.6rem); font-weight:700; }
.ax-faq-inner .ax-accordion-header{ font-size:1.02rem; }
.ax-faq-inner .ax-accordion-body p{ padding-right:10px; }
.ax-faq-inner .ax-accordion-body ul{ margin:0 0 14px; padding-left:20px; }
.ax-faq-inner .ax-accordion-body li{ margin-bottom:10px; font-size:1rem; line-height:1.55; }

/* ── FINAL CTA BAND ── */
.ax-final-band{ background:var(--ax-yellow); color:var(--ax-dark); padding:90px 24px; border-top:1px solid rgba(51,49,50,.15); }
.ax-final-band-inner{ max-width:820px; margin:0 auto; }
.ax-final-band h2{ font-size:clamp(2.1rem,3.8vw,2.9rem); margin:0 0 20px; font-weight:700; letter-spacing:-.03em; }
.ax-final-band p{ font-size:1.05rem; line-height:1.5; margin:0 0 32px; max-width:640px; }
.ax-final-actions{ display:flex; gap:16px; flex-wrap:wrap; }