<?php
/**
 * Shared styles for suite product + methodologies pages.
 */

.suite-page {
  background: var(--nova-ink-1);
  color: #FFFFFF;
}

.suite-page .wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.suite-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display, BDO Grotesk, sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #B1EB1B;
  margin-bottom: 14px;
}

.suite-page h1,
.suite-page h2,
.suite-page h3 {
  font-family: var(--font-display, BDO Grotesk, sans-serif);
  letter-spacing: -.03em;
  line-height: 1.1;
  margin: 0 0 16px;
}

.suite-page h1 { font-size: clamp(34px, 5vw, 56px); font-weight: 800; }
.suite-page h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; }
.suite-page h3 { font-size: clamp(20px, 2.4vw, 26px); font-weight: 700; }

.suite-page .lead,
.suite-page .product-hero__desc {
  max-width: 62ch;
  color: #C7C6C4;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 28px;
}
.instrument-item-visual svg {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 122px;
    overflow: visible;
}
.suite-page .accent { color: #B1EB1B; }

.suite-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  font-family: var(--font-display, BDO Grotesk, sans-serif);
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.suite-page .btn-primary {
  background: #B1EB1B;
  color: #003C31;
}

.suite-page .btn-ghost {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,.25);
}

.product-hero,
.method-hero,
.product-sec,
.method-block,
.product-cta {
  padding: 96px 0;
}

.product-hero,
.method-hero {
  padding-top: 120px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.product-hero__actions,
.method-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

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

.product-hero__stats .stat {
  padding: 18px 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

.product-hero__stats .stat-k {
  font-family: var(--font-display, BDO Grotesk, sans-serif);
  font-size: 28px;
  font-weight: 800;
  color: #B1EB1B;
  margin-bottom: 6px;
}

.product-hero__stats .stat-v {
  color: #C7C6C4;
  font-size: 13px;
  line-height: 1.4;
}

.product-page--portal .product-hero,
.product-page--portal .product-cta {
  background: #003C31;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.product-card {
  padding: 20px 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

.product-card__t {
  font-family: var(--font-display, BDO Grotesk, sans-serif);
  font-weight: 700;
  margin-bottom: 8px;
}

.product-card__d {
  color: #C7C6C4;
  font-size: 14px;
  line-height: 1.45;
}

.product-cta {
  text-align: center;
  background: #143C30;
  border-top: 1px solid rgba(255,255,255,.08);
}

.product-cta h2 {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.method-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.method-jump a {
  color: #B1EB1B;
  text-decoration: none;
  border: 1px solid rgba(190,234,77,0.35);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
}

.method-block--alt {
  background: #143C30;
}

.method-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 28px 0;
}

.method-split p {
  color: #C7C6C4;
  line-height: 1.55;
}

.method-outcome {
  margin-top: 34px;
  padding: 24px;
  background: rgba(190,234,77,0.06);
  border: 1px solid rgba(190,234,77,0.18);
}

.method-outcome ul {
  margin: 12px 0 0;
  padding: 0 0 0 18px;
  color: #C7C6C4;
}

.method-outcome li { margin-bottom: 8px; }

html[dir="rtl"] .suite-page,
.suite-page[dir="rtl"] {
  font-family: IBM Plex Sans Arabic, BDO Grotesk, sans-serif;
}

html[dir="rtl"] .method-outcome ul {
  padding: 0 18px 0 0;
}

@media (max-width: 860px) {
  .product-hero__stats,
  .method-split {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .product-hero,
  .method-hero,
  .product-sec,
  .method-block,
  .product-cta {
    padding: 72px 0;
  }

  .product-hero__stats,
  .method-split {
    grid-template-columns: 1fr;
  }
}


/* Nova 2026 standard About page */
.standard-suite-page{background:var(--nova-black);color:#FFFFFF;}
.standard-hero{position:relative;overflow:hidden;background:var(--nova-black);padding:132px 48px 116px;text-align:center;}
.standard-hero__inner{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:20px;}
.standard-hero .hero-aurora{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;}
.standard-hero .orb{position:absolute;border-radius:50%;filter:blur(64px);mix-blend-mode:screen;}
.standard-hero .orb-1{width:520px;height:520px;top:-150px;inset-inline-start:-90px;background:radial-gradient(circle,rgba(190,234,77,0.2),transparent 68%);}
.standard-hero .orb-2{width:440px;height:440px;bottom:-190px;inset-inline-start:55%;background:radial-gradient(circle,rgba(190,234,77,0.12),transparent 70%);}
.standard-hero .hero-grid-lines{position:absolute;inset:0;z-index:1;opacity:.5;background-image:linear-gradient(90deg,rgba(190,234,77,0.05) 1px,transparent 1px);background-size:80px 100%;}
.standard-hero .hero-veil{position:absolute;inset:0;z-index:2;background:radial-gradient(60% 62% at 50% 42%,rgba(0,60,49,0.15),rgba(0,60,49,0.72));}
.standard-hero h1{margin:0;max-width:17ch;font:800 clamp(38px,5.2vw,60px)/1.05 var(--font-display);letter-spacing:-2px;color:#FFFFFF;}
.standard-hero .lead{margin:0;max-width:600px;font:400 19px/1.6 var(--font-body);color:rgba(255,255,255,.82);}
.standard-content-section{padding:118px 48px;background:var(--nova-black);border-top:1px solid rgba(255,255,255,.06);}
.standard-content-section--alt{background:var(--nova-ink-1);}
.standard-content-section .wrap{padding-inline-start:8px;}
.standard-content-section h2{max-width:22ch;margin:20px 0;font:800 clamp(30px,3.6vw,50px)/1.12 var(--font-display);letter-spacing:-.02em;color:#FFFFFF;text-wrap:balance;}
.standard-content-section .lead{max-width:62ch;margin:0;font:400 17px/1.65 var(--font-body);color:#C7C6C4;text-wrap:pretty;}
.standard-cta{background:var(--nova-black);border-top:1px solid rgba(0,60,49,0.15);padding:88px 48px;display:flex;flex-direction:column;gap:36px;align-items:center;text-align:center;}
.standard-cta h2{margin:0;font:700 30px var(--font-display);letter-spacing:-1.5px;color:#FFFFFF;}
.standard-cta .cbtn{display:inline-flex;background:#B1EB1B;color:#003C31;padding:17px 32px;font:800 18px var(--font-display);letter-spacing:-.9px;text-decoration:none;}
@media(max-width:760px){.standard-hero,.standard-content-section,.standard-cta{padding-inline:24px}}
