/* Shared “solutions” marketing layout (industry pages) — hero, pillars, forest band, split, CTA.
   Pair with page--marketing page--solution + existing marketing-pillar / hero utilities from main.css. */

.sol-premium-hero {
  padding-top: clamp(32px, 5vw, 56px);
}

.sol-premium-kicker {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3d6a7d;
}

.sol-premium-kicker a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(61, 106, 125, 0.35);
}

.sol-premium-kicker a:hover {
  border-bottom-color: rgba(61, 106, 125, 0.7);
}

.sol-premium-section {
  padding: clamp(40px, 7vw, 88px) clamp(20px, 4vw, 48px);
}

.sol-premium-section--narrow {
  max-width: 1100px;
  margin: 0 auto;
}

.sol-premium-dark {
  background: #16314e;
  color: #f5f5f4;
  max-width: none;
}

.sol-premium-dark h2,
.sol-premium-dark h3,
.sol-premium-dark .marketing-section-title {
  color: #fafaf9;
}

.sol-premium-dark p,
.sol-premium-dark li,
.sol-premium-dark .marketing-section-sub {
  color: rgba(250, 250, 249, 0.9);
}

.sol-premium-dark a:not(.btn) {
  color: #a5f3fc;
}

.sol-premium-dark a:not(.btn):hover {
  color: #ecfeff;
}

.sol-premium-dark a.btn-outline {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fafaf9;
}

.sol-premium-dark a.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fafaf9;
}

.sol-premium-dark .marketing-pillar {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.sol-premium-dark .marketing-pillar-title,
.sol-premium-dark .marketing-pillar-title--sentence {
  color: #fafaf9;
}

.sol-premium-dark .marketing-pillar-body {
  color: rgba(250, 250, 249, 0.85);
}

.sol-premium-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sol-premium-split {
    grid-template-columns: 1fr;
  }
}

.sol-premium-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
  display: block;
}

.sol-premium-bleed-img {
  margin: 0;
  line-height: 0;
}

.sol-premium-product-figure {
  margin-top: 28px;
}

.sol-premium-pillars-tight {
  margin-top: 8px;
}

.sol-premium-dark-cta {
  margin-top: 24px;
}

.sol-premium-details {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sol-premium-details summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fafaf9;
}

.sol-premium-details summary::-webkit-details-marker {
  display: none;
}

.sol-premium-details[open] summary {
  padding-bottom: 8px;
}

.sol-premium-details p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.6;
}

.sol-premium-cta-band {
  background: #ebe9e4;
  color: var(--text1);
  max-width: none;
}

.sol-premium-cta-band .marketing-section-title {
  color: var(--text1);
}

.sol-premium-cta-band p {
  color: var(--text2);
}

.sol-premium-dark .sol-premium-split {
  margin-top: 36px;
}

.sol-premium-engine-wrap {
  margin-top: 48px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.sol-premium-badge {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3d6a7d;
}

.sol-premium-dark .sol-premium-badge {
  color: #a5f3fc;
}

.sol-premium-intro {
  max-width: 720px;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.sol-premium-intro strong {
  font-weight: 600;
}

.sol-premium-forest {
  background: #062c22;
  color: #fafaf9;
  max-width: none;
}

.sol-premium-forest-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.sol-premium-forest .marketing-section-title {
  color: #fafaf9;
}

.sol-premium-forest-lead {
  margin: 0 0 clamp(28px, 5vw, 44px);
  max-width: 40rem;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.55;
  color: rgba(250, 250, 249, 0.88);
}

.sol-premium-forest-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 36px);
}

@media (max-width: 768px) {
  .sol-premium-forest-cols {
    grid-template-columns: 1fr;
  }
}

.sol-premium-forest-col h3 {
  margin: 0 0 10px;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  color: #fafaf9;
}

.sol-premium-forest-col p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(250, 250, 249, 0.85);
}

.sol-premium-forest-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(190, 242, 100, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.sol-premium-forest-icon svg {
  width: 26px;
  height: 26px;
  stroke: #bef264;
  fill: none;
}

.sol-premium-forest-figure {
  margin: clamp(40px, 7vw, 64px) 0 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.35);
  line-height: 0;
}

.sol-premium-forest-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.sol-premium-forest-caption {
  padding: 14px 18px 18px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(250, 250, 249, 0.65);
  background: rgba(0, 0, 0, 0.2);
}

.sol-premium-forest-caption a {
  color: #bef264;
}

.sol-premium-forest-caption a:hover {
  color: #d9f99d;
}

.sol-premium-cta-row--center {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.sol-premium-hero-credit {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(15, 20, 25, 0.42);
  text-align: center;
  max-width: 36rem;
}

.sol-premium-hero-credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sol-premium-engine-svg {
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  padding: clamp(16px, 3vw, 28px);
  box-sizing: border-box;
}

.page--solution .sol-premium-section .marketing-image-caption a {
  color: #2d5a6e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page--solution .sol-premium-section .marketing-image-caption a:hover {
  color: #16314e;
}

/* Use-cases hub: card grid */
.sol-premium-hub-lead {
  max-width: 52rem;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.6;
  color: var(--text2);
  margin-bottom: clamp(28px, 4vw, 40px);
}

.sol-premium-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.sol-premium-hub-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px 20px;
  border-radius: 14px;
  border: 1px solid rgba(15, 20, 25, 0.1);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 28px rgba(15, 20, 25, 0.06);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sol-premium-hub-card:hover {
  border-color: rgba(61, 106, 125, 0.35);
  box-shadow: 0 12px 36px rgba(15, 20, 25, 0.1);
}

.sol-premium-hub-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text1);
}

.sol-premium-hub-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text2);
}

.sol-premium-hub-card__arrow {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #2d5a6e;
}
