/* ==========================================================================
   Page-Specific Styles
   ========================================================================== */

/* ---------- Homepage Setup Section ---------- */

.section--setup .split {
  align-items: start;
  gap: clamp(2.5rem, 5vw, 4rem);
}

.setup-section__content > h2 {
  margin-bottom: var(--space-md);
  max-width: none;
  text-wrap: balance;
}

.setup-section__text {
  color: var(--color-text-light);
  line-height: var(--leading-normal);
  margin-bottom: var(--space-xl);
  max-width: 34ch;
}

.section--setup .feature-list__item {
  line-height: var(--leading-normal);
}

.setup-section__list {
  gap: clamp(1rem, 1.4vw, 1.25rem);
  margin-bottom: var(--space-xl);
}

.setup-section__cta {
  margin-top: var(--space-sm);
}

.section--setup .card {
  padding: clamp(1.5rem, 2vw, 2rem);
}

.section--setup .card__title {
  margin-bottom: var(--space-lg);
}

/* ---------- Solutions Page ---------- */

.page-microfinance .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-microfinance .hero--page .hero__subtitle {
  max-width: 60ch;
}

.page-microfinance .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-microfinance .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-microfinance .product-section p[style] {
  max-width: 62ch;
}

.page-microfinance .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

.page-microfinance #products .section__header {
  margin-bottom: var(--space-2xl);
}

.page-microfinance #products .section__title {
  margin-bottom: var(--space-md);
  max-width: 18ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-microfinance #products .section__subtitle {
  max-width: 58ch;
}

.page-microfinance #products .card__title {
  margin-bottom: var(--space-md);
}

.page-microfinance #products .card__text {
  line-height: var(--leading-normal);
}

.page-microfinance #products .feature-list {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-xl);
}

.page-hospital .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-hospital .hero--page .hero__subtitle {
  max-width: 60ch;
}

.page-hospital .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-hospital .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-hospital .product-section p[style] {
  max-width: 62ch;
}

.page-hospital .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

.page-hospital #front-office .section__header {
  margin-bottom: var(--space-2xl);
}

.page-hospital #front-office .section__title {
  margin-bottom: var(--space-md);
  max-width: 17ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-hospital #front-office .section__subtitle {
  max-width: 58ch;
}

.page-hospital #front-office .card__title,
.page-hospital #operations .card__title {
  margin-bottom: var(--space-md);
}

.page-hospital #front-office .card__text,
.page-hospital #operations .card__text {
  line-height: var(--leading-normal);
}

.page-hospital #front-office .feature-list {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-xl);
}

.page-school .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-school .hero--page .hero__subtitle {
  max-width: 60ch;
}

.page-school .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-school .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-school .product-section p[style] {
  max-width: 62ch;
}

.page-school .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

.page-school #admissions .section__header {
  margin-bottom: var(--space-2xl);
}

.page-school #admissions .section__title {
  margin-bottom: var(--space-md);
  max-width: 18ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-school #admissions .section__subtitle {
  max-width: 58ch;
}

.page-school #admissions .card__title,
.page-school #portal .card__title {
  margin-bottom: var(--space-md);
}

.page-school #admissions .card__text,
.page-school #portal .card__text {
  line-height: var(--leading-normal);
}

.page-school #admissions .feature-list {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-xl);
}

.page-procurement .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-procurement .hero--page .hero__subtitle {
  max-width: 60ch;
}

.hero--page .hero-video {
  margin-top: var(--space-2xl);
  max-width: min(100%, 960px);
  margin-inline: auto;
}

.hero--page .hero-video--hidden {
  display: none;
}

.hero--page .hero-video__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  background: var(--color-bg-dark);
  box-shadow: var(--shadow-xl);
}

.hero--page .hero-video__poster,
.hero--page .hero-video__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.hero--page .hero-video__poster {
  object-fit: cover;
}

.hero--page .hero-video__frame iframe {
  border: 0;
}

.hero--page .hero-video__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 15, 46, 0.08) 0%, rgba(15, 15, 46, 0.5) 100%),
    linear-gradient(90deg, rgba(27, 26, 255, 0.18) 0%, rgba(15, 15, 46, 0) 55%);
  pointer-events: none;
}

.hero--page .hero-video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 1.25rem 0.875rem 0.875rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--color-primary);
  box-shadow: var(--shadow-lg);
  font-size: var(--text-base);
  font-weight: 700;
  cursor: pointer;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
}

.hero--page .hero-video__button:hover,
.hero--page .hero-video__button:focus-visible {
  transform: translate(-50%, -50%) scale(1.02);
  box-shadow: var(--shadow-xl);
  background: #FFFFFF;
}

.hero--page .hero-video__button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 4px;
}

.hero--page .hero-video__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: var(--color-primary);
  color: #FFFFFF;
  flex-shrink: 0;
}

.hero--page .hero-video__button-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  margin-left: 0.125rem;
}

.hero--page .hero-video__status {
  margin-top: var(--space-md);
  font-size: var(--text-sm);
  color: var(--color-primary-dark);
}

.page-procurement .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-procurement .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-procurement .product-section p[style] {
  max-width: 62ch;
}

.page-procurement .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

.page-procurement #intake .section__header {
  margin-bottom: var(--space-2xl);
}

.page-procurement #intake .section__title {
  margin-bottom: var(--space-md);
  max-width: 17ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-procurement #intake .section__subtitle {
  max-width: 58ch;
}

.page-procurement #intake .card__title,
.page-procurement .product-section:last-of-type .card__title {
  margin-bottom: var(--space-md);
}

.page-procurement #intake .card__text,
.page-procurement .product-section:last-of-type .card__text {
  line-height: var(--leading-normal);
}

.page-procurement #intake .feature-list {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-xl);
}

.page-projects .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-projects .hero--page .hero__subtitle {
  max-width: 60ch;
}

.page-projects .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-projects .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-projects .product-section p[style] {
  max-width: 62ch;
}

.page-projects .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

.page-projects .section--alt .section__header {
  margin-bottom: var(--space-2xl);
}

.page-projects .section--alt .section__title {
  margin-bottom: var(--space-md);
  max-width: 16ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-projects .section--alt .section__subtitle {
  max-width: 58ch;
}

.page-projects .section--alt .card__title,
.page-projects #customer-visibility .card__title {
  margin-bottom: var(--space-md);
}

.page-projects .section--alt .card__text,
.page-projects #customer-visibility .card__text {
  line-height: var(--leading-normal);
}

.page-projects .section--alt .feature-list {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-xl);
}

.page-accounting .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-accounting .hero--page .hero__subtitle {
  max-width: 60ch;
}

.page-accounting .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-accounting .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-accounting .product-section p[style] {
  max-width: 62ch;
}

.page-accounting .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

.page-accounting #structure .section__header {
  margin-bottom: var(--space-2xl);
}

.page-accounting #structure .section__title {
  margin-bottom: var(--space-md);
  max-width: 18ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-accounting #structure .section__subtitle {
  max-width: 58ch;
}

.page-accounting #structure .card__title,
.page-accounting #scale .card__title {
  margin-bottom: var(--space-md);
}

.page-accounting #structure .card__text,
.page-accounting #scale .card__text {
  line-height: var(--leading-normal);
}

.page-accounting #structure .feature-list {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-xl);
}

.page-hr .hero--page .hero__title,
.page-car-rental .hero--page .hero__title,
.page-it-consulting .hero--page .hero__title,
.page-software-development .hero--page .hero__title,
.page-asset-management .hero--page .hero__title,
.page-ngo .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-hr .hero--page .hero__subtitle,
.page-car-rental .hero--page .hero__subtitle,
.page-it-consulting .hero--page .hero__subtitle,
.page-software-development .hero--page .hero__subtitle,
.page-asset-management .hero--page .hero__subtitle,
.page-ngo .hero--page .hero__subtitle {
  max-width: 60ch;
}

.page-hr #overview .section__header,
.page-car-rental #overview .section__header,
.page-it-consulting #overview .section__header,
.page-software-development #overview .section__header,
.page-asset-management #overview .section__header,
.page-ngo #overview .section__header {
  margin-bottom: var(--space-2xl);
}

.page-hr #overview .section__title,
.page-car-rental #overview .section__title,
.page-it-consulting #overview .section__title,
.page-software-development #overview .section__title,
.page-asset-management #overview .section__title,
.page-ngo #overview .section__title {
  margin-bottom: var(--space-md);
  max-width: 16ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-hr #overview .section__subtitle,
.page-car-rental #overview .section__subtitle,
.page-it-consulting #overview .section__subtitle,
.page-software-development #overview .section__subtitle,
.page-asset-management #overview .section__subtitle,
.page-ngo #overview .section__subtitle {
  max-width: 58ch;
}

.page-hr #overview .card__title,
.page-car-rental #overview .card__title,
.page-it-consulting #overview .card__title,
.page-software-development #overview .card__title,
.page-asset-management #overview .card__title,
.page-ngo #overview .card__title {
  margin-bottom: var(--space-md);
}

.page-hr #overview .card__text,
.page-car-rental #overview .card__text,
.page-it-consulting #overview .card__text,
.page-software-development #overview .card__text,
.page-asset-management #overview .card__text,
.page-ngo #overview .card__text {
  line-height: var(--leading-normal);
}

.page-hr .product-section .hero__eyebrow,
.page-car-rental .product-section .hero__eyebrow,
.page-it-consulting .product-section .hero__eyebrow,
.page-software-development .product-section .hero__eyebrow,
.page-asset-management .product-section .hero__eyebrow,
.page-ngo .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-hr .product-section h2,
.page-car-rental .product-section h2,
.page-it-consulting .product-section h2,
.page-software-development .product-section h2,
.page-asset-management .product-section h2,
.page-ngo .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-hr .product-section p[style],
.page-car-rental .product-section p[style],
.page-it-consulting .product-section p[style],
.page-software-development .product-section p[style],
.page-asset-management .product-section p[style],
.page-ngo .product-section p[style] {
  max-width: 62ch;
}

.page-hr .product-section .feature-list__item,
.page-car-rental .product-section .feature-list__item,
.page-it-consulting .product-section .feature-list__item,
.page-software-development .product-section .feature-list__item,
.page-asset-management .product-section .feature-list__item,
.page-ngo .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

.page-completed-projects .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-completed-projects .hero--page .hero__subtitle {
  max-width: 64ch;
}

.page-completed-projects #overview .section__header {
  margin-bottom: var(--space-2xl);
}

.page-completed-projects #overview .section__title {
  margin-bottom: var(--space-md);
  max-width: 18ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-completed-projects #overview .section__subtitle {
  max-width: 64ch;
}

.page-completed-projects #overview .card__title {
  margin-bottom: var(--space-md);
}

.page-completed-projects #overview .card__text {
  line-height: var(--leading-normal);
}

.page-completed-projects .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-completed-projects .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-completed-projects .product-section p[style] {
  max-width: 64ch;
}

.page-completed-projects .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

.page-law-firm .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-law-firm .hero--page .hero__subtitle {
  max-width: 62ch;
}

.page-law-firm #overview .section__header {
  margin-bottom: var(--space-2xl);
}

.page-law-firm #overview .section__title {
  margin-bottom: var(--space-md);
  max-width: 18ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-law-firm #overview .section__subtitle {
  max-width: 60ch;
}

.page-law-firm #overview .card__title {
  margin-bottom: var(--space-md);
}

.page-law-firm #overview .card__text {
  line-height: var(--leading-normal);
}

.page-law-firm .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-law-firm .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-law-firm .product-section p[style] {
  max-width: 62ch;
}

.page-law-firm .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

.page-cyber .hero--page .hero__title {
  margin-bottom: var(--space-md);
  max-width: 820px;
  text-wrap: balance;
}

.page-cyber .hero--page .hero__subtitle {
  max-width: 60ch;
}

.page-cyber .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-cyber .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-cyber .product-section p[style] {
  max-width: 62ch;
}

.page-cyber .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

.page-cyber #overview .section__header {
  margin-bottom: var(--space-2xl);
}

.page-cyber #overview .section__title {
  margin-bottom: var(--space-md);
  max-width: 16ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-cyber #overview .section__subtitle {
  max-width: 58ch;
}

.page-cyber .compliance-brief {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.page-cyber .compliance-brief__row {
  display: grid;
  gap: var(--space-md);
  padding: clamp(1.25rem, 2vw, 1.75rem) clamp(1.25rem, 2.5vw, 2rem);
}

.page-cyber .compliance-brief__row + .compliance-brief__row {
  border-top: 1px solid var(--color-border);
}

.page-cyber .compliance-brief__label {
  margin: 0;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.page-cyber .compliance-brief__content {
  min-width: 0;
}

.page-cyber .compliance-brief__content p {
  color: var(--color-text-light);
  line-height: var(--leading-normal);
  margin: 0;
}

.page-cyber .compliance-brief__content p + p {
  margin-top: var(--space-md);
}

.page-cyber .compliance-brief__chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

.page-cyber .compliance-brief__chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-alt);
  color: var(--color-text);
  font-size: var(--text-xs);
  font-weight: 600;
}

.page-cyber .compliance-brief__list {
  display: grid;
  gap: var(--space-sm);
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-cyber .compliance-brief__list--columns {
  gap: var(--space-sm) var(--space-lg);
}

.page-cyber .compliance-brief__list li {
  position: relative;
  padding-left: 1rem;
  color: var(--color-text-light);
  line-height: var(--leading-normal);
}

.page-cyber .compliance-brief__list li::before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary-light);
}

@media (min-width: 900px) {
  .page-cyber .compliance-brief__row {
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
  }

  .page-cyber .compliance-brief__list--columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-document-management .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-document-management .hero--page .hero__subtitle {
  max-width: 60ch;
}

.page-document-management #overview .section__header {
  margin-bottom: var(--space-2xl);
}

.page-document-management #overview .section__title {
  margin-bottom: var(--space-md);
  max-width: 18ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-document-management #overview .section__subtitle {
  max-width: 60ch;
}

.page-document-management #overview .card__title {
  margin-bottom: var(--space-md);
}

.page-document-management #overview .card__text {
  line-height: var(--leading-normal);
}

.page-document-management .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-document-management .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-document-management .product-section p[style] {
  max-width: 62ch;
}

.page-document-management .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

.page-hosting .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-hosting .hero--page .hero__subtitle {
  max-width: 60ch;
}

.page-hosting #overview .section__header {
  margin-bottom: var(--space-2xl);
}

.page-hosting #overview .section__title {
  margin-bottom: var(--space-md);
  max-width: 16ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-hosting #overview .section__subtitle {
  max-width: 60ch;
}

.page-hosting #overview .card__title {
  margin-bottom: var(--space-md);
}

.page-hosting #overview .card__text {
  line-height: var(--leading-normal);
}

.page-hosting .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-hosting .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-hosting .product-section p[style] {
  max-width: 62ch;
}

.page-hosting .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

/* ---------- Renewed Computers ---------- */

.page-renewed-computers .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-renewed-computers .renewed-hero {
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
}

.page-renewed-computers .hero--page .hero__subtitle {
  max-width: 68ch;
  margin-bottom: var(--space-xl);
}

.page-renewed-computers .text-nowrap {
  white-space: nowrap;
}

.renewed-hero__cta {
  margin-top: var(--space-xl);
}

.renewed-price-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.4vw, 1rem);
  max-width: 720px;
  margin-inline: auto;
}

.renewed-price-panel__item {
  display: grid;
  align-content: center;
  gap: 0.45rem;
  min-height: 96px;
  padding: clamp(1rem, 1.6vw, 1.25rem);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #FFFFFF;
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.renewed-price-panel__item span {
  color: var(--color-text-light);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
}

.renewed-price-panel__item strong {
  color: var(--color-primary);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.2;
  text-wrap: balance;
}

.renewed-price-panel__item--highlight {
  border-color: rgba(16, 185, 129, 0.36);
  background: linear-gradient(180deg, rgba(236, 253, 245, 0.85), #FFFFFF);
}

.renewed-price-panel__item--highlight strong {
  color: #047857;
}

.renewed-proof-section {
  padding-block: var(--space-3xl);
}

.renewed-proof-card {
  height: 100%;
}

.renewed-proof-card .card__title {
  font-size: var(--text-lg);
  line-height: var(--leading-tight);
}

.renewed-inventory-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: clamp(2rem, 6vw, 5rem);
  margin-bottom: var(--space-xl);
}

.renewed-inventory-header h2 {
  margin: 0;
  color: var(--color-primary);
  font-size: var(--text-3xl);
  text-wrap: balance;
}

.renewed-inventory-header p {
  margin: 0;
  color: var(--color-text-light);
  line-height: var(--leading-normal);
}

.renewed-inventory-section {
  padding-top: clamp(4rem, 6vw, 5rem);
}

.renewed-shop {
  display: grid;
  gap: clamp(1.25rem, 2vw, 1.5rem);
  align-items: start;
}

.renewed-filters,
.renewed-products {
  min-width: 0;
}

.renewed-filters {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #FFFFFF;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.renewed-filters__top {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--color-border);
}

.renewed-filters__top h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: 0.95rem;
}

.renewed-filters__top button {
  border: 0;
  background: transparent;
  color: var(--color-accent);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.renewed-filters__top button:disabled {
  color: var(--color-text-light);
  cursor: not-allowed;
  opacity: 0.55;
}

.renewed-filters__panel {
  display: grid;
  min-height: 0;
}

.renewed-filter-group {
  position: relative;
  display: grid;
  gap: 0.5rem;
  margin: 0;
  min-width: 0;
  padding: 1.05rem 1.25rem 1.15rem;
  border: 0;
}

.renewed-filter-group + .renewed-filter-group {
  border-top: 0;
}

.renewed-filter-group + .renewed-filter-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 1px;
  background: var(--color-border);
}

.renewed-filter-group legend {
  padding: 0;
  margin-bottom: 0.45rem;
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.renewed-filter-option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--color-text-light);
  min-height: 28px;
  font-size: 0.9rem;
  line-height: 1.35;
  cursor: pointer;
  transition: color var(--transition-fast);
}

.renewed-filter-option:hover {
  color: var(--color-text);
}

.renewed-filter-option input {
  width: 16px;
  height: 16px;
  accent-color: var(--color-primary);
  flex: 0 0 auto;
}

.renewed-products__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  margin-bottom: var(--space-md);
  min-height: 72px;
  padding: 1rem 1.25rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #FFFFFF;
  box-shadow: var(--shadow-sm);
}

.renewed-products__toolbar strong,
.renewed-products__toolbar span {
  display: block;
}

.renewed-products__toolbar strong {
  color: var(--color-text);
  font-size: 0.95rem;
}

.renewed-products__toolbar span {
  margin-top: 2px;
  color: var(--color-text-light);
  font-size: 0.82rem;
}

.renewed-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  align-items: stretch;
  gap: 0.9rem 1.25rem;
}

.renewed-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #FFFFFF;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.renewed-product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.renewed-product-card__media {
  position: relative;
  height: clamp(300px, 30vw, 380px);
  overflow: hidden;
  background: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-border);
}

.renewed-product-card__media-button {
  position: absolute;
  inset: 0.75rem;
  display: grid;
  place-items: center;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  padding: 0;
  border: 0;
  background: #FFFFFF;
  cursor: zoom-in;
}

.renewed-product-card__media-button:focus-visible {
  outline: 3px solid rgba(27, 26, 255, 0.28);
  outline-offset: 3px;
}

.renewed-product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.renewed-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.05rem 1.15rem 1.15rem;
}

.renewed-product-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.renewed-product-card__badges span,
.renewed-product-card__comparison span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
}

.renewed-product-card__badges span {
  background: var(--color-cta-light);
  color: var(--color-primary);
}

.renewed-product-card__badges span:last-child,
.renewed-product-card__comparison span {
  background: #D1FAE5;
  color: #065F46;
  border: 1px solid rgba(16, 185, 129, 0.34);
}

.renewed-product-card h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: 1.15rem;
  line-height: var(--leading-tight);
  text-wrap: balance;
}

.renewed-product-card__meta {
  margin: 0.45rem 0 0.85rem;
  color: var(--color-text-light);
  font-size: 0.82rem;
  line-height: 1.45;
}

.renewed-product-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.renewed-product-card__specs li {
  padding: 5px 8px;
  border-radius: var(--radius-sm);
  background: var(--color-bg-alt);
  color: var(--color-text);
  font-size: 0.7rem;
  font-weight: 600;
}

.renewed-product-card__pricing {
  display: grid;
  gap: 4px;
  margin-top: auto;
  padding-top: 0.35rem;
  border-top: 0;
}

.renewed-product-card__price-label {
  color: var(--color-text-light);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.renewed-product-card__pricing strong {
  color: #047857;
  font-size: 2rem;
  line-height: 1;
}

.renewed-product-card__comparison {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.15rem;
}

.renewed-product-card__comparison span {
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-weight: 800;
  white-space: nowrap;
}

.renewed-product-card__pricing small {
  color: var(--color-text-light);
  font-size: 0.74rem;
  line-height: 1.45;
}

.renewed-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 0.65rem;
}

.renewed-product-card__footer .btn {
  padding-inline: 1rem;
}

.renewed-inventory-status {
  margin-bottom: var(--space-lg);
  padding: var(--space-md) var(--space-lg);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: 600;
}

.renewed-inventory-status--info {
  background: var(--color-cta-light);
  color: var(--color-primary);
}

.renewed-inventory-status--error {
  background: #FEF2F2;
  color: #B91C1C;
}

.renewed-order-open {
  overflow: hidden;
}

.renewed-order-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
}

.renewed-order-modal[hidden] {
  display: none;
}

.renewed-order-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 11, 35, 0.72);
  backdrop-filter: blur(10px);
}

.renewed-order-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: min(92vh, 820px);
  overflow-y: auto;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  background: #FFFFFF;
  box-shadow: var(--shadow-xl);
}

.renewed-order-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #FFFFFF;
  color: var(--color-text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.renewed-order-modal__header {
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem) var(--space-lg);
  border-bottom: 1px solid var(--color-border);
}

.renewed-order-modal__header .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.renewed-order-modal__header h2 {
  margin: 0 3rem var(--space-sm) 0;
  color: var(--color-primary);
  font-size: var(--text-2xl);
}

.renewed-order-modal__header p {
  max-width: 54ch;
  margin: 0;
  color: var(--color-text-light);
  line-height: var(--leading-normal);
}

.renewed-order-modal__product {
  margin: var(--space-lg) clamp(1.25rem, 3vw, 2rem);
  padding: var(--space-lg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-bg-alt);
}

.renewed-order-modal__product h3 {
  margin: 0 0 var(--space-md);
  color: var(--color-primary);
  font-size: var(--text-xl);
}

.renewed-order-modal__product dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-md);
  margin: 0;
}

.renewed-order-modal__product div {
  min-width: 0;
}

.renewed-order-modal__product dt {
  margin-bottom: 2px;
  color: var(--color-text-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.renewed-order-modal__product dd {
  margin: 0;
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 700;
}

.renewed-order-form {
  padding: 0 clamp(1.25rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2rem);
}

.renewed-order-form__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--space-md);
}

.renewed-order-form__field {
  display: grid;
  grid-column: span 3;
  gap: var(--space-sm);
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 700;
}

.renewed-order-form__field--third {
  grid-column: span 2;
}

.renewed-order-form__field--full {
  grid-column: 1 / -1;
}

.renewed-order-form__field input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 0 0.9rem;
  color: var(--color-text);
  font: inherit;
  font-weight: 500;
}

.renewed-order-form__field input:focus {
  outline: 2px solid rgba(27, 26, 255, 0.18);
  border-color: var(--color-primary);
}

.renewed-order-form__trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.renewed-order-form__feedback {
  margin: var(--space-md) 0 0;
  padding: var(--space-md);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: 700;
}

.renewed-order-form__feedback.is-success {
  background: #D1FAE5;
  color: #065F46;
}

.renewed-order-form__feedback.is-error {
  background: #FEF2F2;
  color: #B91C1C;
}

.renewed-order-form__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: var(--space-lg);
}

.renewed-empty-state {
  grid-column: 1 / -1;
  padding: var(--space-2xl);
  border: 1px dashed var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-bg-alt);
  text-align: center;
}

.renewed-empty-state h3 {
  margin-bottom: var(--space-sm);
  color: var(--color-primary);
}

.renewed-empty-state p {
  margin: 0;
  color: var(--color-text-light);
}

@media (min-width: 1024px) {
  .renewed-shop {
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
  }

  .renewed-filters {
    position: sticky;
    top: 112px;
    max-height: calc(100vh - 136px);
  }

  .renewed-filters__panel {
    overflow-y: auto;
    scrollbar-gutter: stable;
  }
}

@media (max-width: 767px) {
  .renewed-price-panel {
    grid-template-columns: 1fr;
  }

  .renewed-inventory-header,
  .renewed-products__toolbar,
  .renewed-product-card__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .renewed-inventory-header {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  .renewed-products__toolbar .btn,
  .renewed-product-card__footer .btn {
    width: 100%;
  }

  .renewed-product-card__media {
    height: clamp(240px, 72vw, 320px);
  }

  .renewed-order-modal__product dl,
  .renewed-order-form__grid {
    grid-template-columns: 1fr;
  }

  .renewed-order-form__field,
  .renewed-order-form__field--third {
    grid-column: 1 / -1;
  }

  .renewed-order-form__actions .btn {
    width: 100%;
  }
}

.page-ai .hero--page .hero__title,
.page-mining-systems .hero--page .hero__title {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-ai .hero--page .hero__subtitle,
.page-mining-systems .hero--page .hero__subtitle {
  max-width: 60ch;
}

.page-ai #overview .section__header,
.page-mining-systems #overview .section__header {
  margin-bottom: var(--space-2xl);
}

.page-ai #overview .section__title,
.page-mining-systems #overview .section__title {
  margin-bottom: var(--space-md);
  max-width: 15ch;
  margin-inline: auto;
  text-wrap: balance;
}

.page-ai #overview .section__subtitle,
.page-mining-systems #overview .section__subtitle {
  max-width: 60ch;
}

.page-ai #overview .card__title,
.page-mining-systems #overview .card__title {
  margin-bottom: var(--space-md);
}

.page-ai #overview .card__text,
.page-mining-systems #overview .card__text {
  line-height: var(--leading-normal);
}

.page-ai .product-section .hero__eyebrow,
.page-mining-systems .product-section .hero__eyebrow {
  margin-bottom: var(--space-sm);
}

.page-ai .product-section h2,
.page-mining-systems .product-section h2 {
  margin-bottom: var(--space-md);
  text-wrap: balance;
}

.page-ai .product-section p[style],
.page-mining-systems .product-section p[style] {
  max-width: 62ch;
}

.page-ai .product-section .feature-list__item,
.page-mining-systems .product-section .feature-list__item {
  line-height: var(--leading-normal);
}

.page-mining-systems .alert-examples {
  display: grid;
  gap: var(--space-md);
  margin-top: var(--space-sm);
}

.page-mining-systems .alert-examples__intro {
  margin-top: var(--space-lg);
  margin-bottom: 0;
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 700;
}

.page-mining-systems .alert-example {
  margin: 0;
  padding: var(--space-md);
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius-sm);
}

.page-mining-systems .alert-example strong {
  display: block;
  margin-bottom: var(--space-sm);
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 700;
}

.page-mining-systems .alert-example pre {
  margin: 0;
  white-space: pre-wrap;
}

.page-mining-systems .alert-example code {
  color: var(--color-text-light);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

.product-section {
  scroll-margin-top: 100px;
}

.product-section .split {
  align-items: start;
}

.product-section .feature-list {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-lg);
}

.product-section .product-audience {
  font-size: var(--text-sm);
  color: var(--color-text-light);
  font-style: italic;
  margin-bottom: var(--space-xl);
}

.product-section .split > * {
  min-width: 0;
}

.product-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  align-self: center;
}

.product-visual > svg {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.product-visual .feature-list__icon {
  width: 20px;
  max-width: none;
  height: 20px;
}

.product-screenshot {
  width: 100%;
  max-width: 560px;
  height: auto;
  margin-inline: auto;
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-lg);
  display: block;
  object-fit: contain;
}

.product-placeholder {
  width: 100%;
  max-width: 560px;
  min-height: 360px;
  padding: var(--space-2xl);
  border-radius: var(--radius-xl);
  border: 1px dashed rgba(27, 26, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(27, 26, 255, 0.08) 0%, rgba(108, 107, 255, 0.16) 100%),
    #FFFFFF;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: var(--space-sm);
}

.product-placeholder__label {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.product-placeholder__title {
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--color-primary);
}

.product-placeholder__text {
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  color: var(--color-text-light);
  max-width: 32ch;
}

@media (min-width: 1024px) {
  .product-section .split {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(3rem, 4vw, 5rem);
  }

  .product-screenshot {
    max-width: 700px;
  }

  .product-placeholder {
    max-width: 700px;
  }

  .product-section--crm .split {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }

  .product-section--crm .product-screenshot {
    max-width: 780px;
  }
}

.jump-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-sm);
  margin-top: var(--space-xl);
}

.presence-grid {
  align-items: stretch;
}

.presence-card {
  padding: var(--space-lg);
}

.presence-card__flag {
  width: 60px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: var(--space-lg);
}

.presence-card__flag svg {
  display: block;
  width: 100%;
  height: 100%;
}

.presence-card__country {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: var(--space-xs);
}

.presence-card__label {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-light);
  margin-bottom: var(--space-sm);
}

.presence-card__address {
  font-size: var(--text-sm);
  color: var(--color-text-light);
  line-height: var(--leading-normal);
}

.partner-overview {
  align-items: stretch;
}

.partner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  margin-top: var(--space-xl);
}

.partner-actions--center {
  justify-content: center;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: var(--space-lg);
}

.partner-card {
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F9FC 100%);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: var(--space-xl) var(--space-lg);
  min-height: 170px;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.partner-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.partner-card__logo {
  min-height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: var(--space-lg);
}

.partner-card__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 40px;
  height: auto;
}

.partner-card__logo img.partner-card__logo-img--wide {
  max-height: 30px;
}

.partner-card__logo img.partner-card__logo-img--extra-wide {
  max-height: 24px;
}

.partner-card__name {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: var(--space-xs);
}

.partner-card__type {
  font-size: var(--text-xs);
  color: var(--color-text-light);
  line-height: var(--leading-normal);
}

.partner-note {
  font-size: var(--text-sm);
  color: var(--color-text-light);
  line-height: var(--leading-normal);
  margin-top: var(--space-lg);
}

/* ---------- Case Studies Page ---------- */

.filter-bar {
  display: flex;
  justify-content: center;
  gap: var(--space-sm);
  flex-wrap: wrap;
  margin-bottom: var(--space-3xl);
}

.case-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: var(--space-2xl);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.case-card .stats {
  gap: var(--space-lg);
  flex-wrap: wrap;
}

.case-card .stat__number {
  font-size: var(--text-lg) !important;
  white-space: nowrap;
}

.case-card .stat__label {
  white-space: nowrap;
  font-size: var(--text-xs);
}

.case-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.case-card__tags {
  display: flex;
  gap: var(--space-sm);
  margin-bottom: var(--space-lg);
}

.case-card__title {
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: var(--space-lg);
}

.case-card__section-title {
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-light);
  margin-bottom: var(--space-xs);
}

.case-card__text {
  font-size: var(--text-sm);
  color: var(--color-text-light);
  line-height: var(--leading-normal);
  margin-bottom: var(--space-lg);
}

.case-card__stats {
  display: flex;
  gap: var(--space-xl);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--color-border);
  margin-bottom: var(--space-lg);
}

.case-card__stats .stat__number {
  font-size: var(--text-xl);
}

.case-card details {
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-md);
}

.case-card summary {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-accent);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.case-card summary::-webkit-details-marker {
  display: none;
}

.case-card summary::after {
  content: '+';
  font-size: var(--text-lg);
  transition: transform var(--transition-fast);
}

.case-card details[open] summary::after {
  content: '-';
}

.case-card details .detail-content {
  margin-top: var(--space-md);
  font-size: var(--text-sm);
  color: var(--color-text-light);
  line-height: var(--leading-normal);
}

/* ---------- Industries Page ---------- */

.industry-section {
  scroll-margin-top: 100px;
}

.industry-products {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
  margin-top: var(--space-lg);
}

.industry-products .tag {
  cursor: default;
  pointer-events: none;
  background: var(--color-cta-light);
  color: var(--color-primary);
  border-color: var(--color-primary);
}

/* ---------- About Page ---------- */

.team-card {
  text-align: center;
}

.team-card__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto var(--space-lg);
  background: var(--color-bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.team-card__avatar svg {
  width: 60px;
  height: 60px;
  color: var(--color-border);
}

.team-card__avatar--photo {
  width: 132px;
  height: 132px;
  background: #EDEDFF;
}

.team-card__avatar--photo svg {
  width: 100%;
  height: 100%;
}

.team-card__name {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: var(--space-xs);
}

.team-card__role {
  font-size: var(--text-sm);
  color: var(--color-accent);
  font-weight: 500;
  margin-bottom: var(--space-sm);
}

.team-card__email {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--color-primary);
  text-decoration: none;
  word-break: break-all;
  transition: color var(--transition-fast);
}

.team-card__email:hover,
.team-card__email:focus-visible {
  color: var(--color-primary-dark);
}

.team-card__bio {
  font-size: var(--text-sm);
  color: var(--color-text-light);
  line-height: var(--leading-normal);
}

.staff-list-card {
  padding: var(--space-lg);
}

.operations-group + .operations-group {
  margin-top: var(--space-3xl);
}

.operations-group__header {
  margin-bottom: var(--space-lg);
}

.operations-group__title {
  font-size: var(--text-xl);
  color: var(--color-primary);
  margin-bottom: var(--space-sm);
}

.operations-group__text {
  max-width: 52rem;
  color: var(--color-text-light);
  line-height: var(--leading-normal);
}

.staff-list-card .team-card__name {
  font-size: var(--text-base);
  margin-bottom: 2px;
}

.staff-list-card .team-card__role {
  margin-bottom: var(--space-xs);
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: var(--space-2xl);
}

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--color-border);
}

.timeline__item {
  position: relative;
  padding-bottom: var(--space-2xl);
}

.timeline__item::before {
  content: '';
  position: absolute;
  left: calc(-1 * var(--space-2xl) - 5px);
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-accent);
}

.timeline__year {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-accent);
  margin-bottom: var(--space-xs);
}

.timeline__text {
  font-size: var(--text-sm);
  color: var(--color-text-light);
  line-height: var(--leading-normal);
}

/* ---------- Legal Pages ---------- */

.legal-content h2 {
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--color-primary);
  margin-top: var(--space-2xl);
  margin-bottom: var(--space-md);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  font-size: var(--text-base);
  color: var(--color-text-light);
  line-height: var(--leading-normal);
  margin-bottom: var(--space-md);
}

.legal-content ul {
  margin-bottom: var(--space-md);
  padding-left: var(--space-xl);
}

.legal-content li {
  font-size: var(--text-base);
  color: var(--color-text-light);
  line-height: var(--leading-normal);
  margin-bottom: var(--space-sm);
  list-style: disc;
}

/* ---------- Contact Page ---------- */

.contact-card a {
  word-break: break-all;
}

.page-contact .contact-form-card {
  height: 100%;
}

.page-contact .contact-form-card {
  box-shadow: var(--shadow-sm);
}

.page-contact .contact-form-card:hover {
  transform: none;
  box-shadow: var(--shadow-sm);
  border-color: var(--color-border);
}

.contact-form-card__header {
  margin-bottom: var(--space-xl);
}

.contact-form-card__contact {
  margin-top: var(--space-md);
  color: var(--color-text-light);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.contact-form-card__contact a {
  color: var(--color-accent);
  font-weight: 600;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.contact-form__field--full {
  grid-column: 1 / -1;
}

.contact-form__field span {
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--color-text-light);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 0.9rem 0.95rem;
  background: #FFFFFF;
  color: var(--color-text);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--color-primary-light);
  box-shadow: 0 0 0 4px rgba(27, 26, 255, 0.12);
}

.contact-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-md);
  margin-top: var(--space-xl);
}

.contact-form__meta {
  color: var(--color-text-light);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.contact-form__feedback {
  margin-top: var(--space-md);
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.contact-form__feedback.is-success {
  color: #0f5132;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.22);
}

.contact-form__feedback.is-error {
  color: #991b1b;
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.18);
}

.contact-form .btn[disabled] {
  opacity: 0.72;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-form__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-form__actions .btn {
    width: 100%;
  }
}

/* ---------- 404 Page ---------- */

.error-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error-page__code {
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: var(--space-md);
  opacity: 0.15;
}

.error-page__title {
  font-size: var(--text-2xl);
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: var(--space-md);
}

.error-page__text {
  font-size: var(--text-base);
  color: var(--color-text-light);
  margin-bottom: var(--space-2xl);
  max-width: 480px;
  margin-inline: auto;
}

/* ---------- Solutions Grid (Homepage) ---------- */

.home-laptop-highlight {
  border-block: 1px solid var(--color-border);
}

.home-laptop-highlight__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.home-laptop-highlight__content h2 {
  max-width: 640px;
  margin: 0 0 var(--space-md);
  color: var(--color-primary);
  font-size: var(--text-3xl);
  line-height: var(--leading-tight);
}

.home-laptop-highlight__content p {
  max-width: 640px;
  margin: 0 0 var(--space-xl);
  color: var(--color-text-light);
  font-size: var(--text-lg);
  line-height: var(--leading-normal);
}

.home-laptop-highlight__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
}

.home-laptop-highlight__facts div {
  padding: var(--space-md);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #FFFFFF;
  box-shadow: var(--shadow-sm);
}

.home-laptop-highlight__facts strong,
.home-laptop-highlight__facts span {
  display: block;
}

.home-laptop-highlight__facts strong {
  color: #047857;
  font-size: var(--text-2xl);
  line-height: 1;
}

.home-laptop-highlight__facts span {
  margin-top: 0.45rem;
  color: var(--color-text-light);
  font-size: var(--text-sm);
}

.home-laptop-highlight__media {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: var(--space-lg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #FFFFFF;
  box-shadow: var(--shadow-sm);
}

.home-laptop-highlight__media img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
}

.solutions-grid .card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: var(--space-lg);
  color: var(--color-accent);
}

/* ---------- Hero Illustration ---------- */

.hero__illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__illustration svg {
  width: 100%;
  max-width: 480px;
  height: auto;
}

@media (max-width: 900px) {
  .home-laptop-highlight__grid,
  .home-laptop-highlight__facts {
    grid-template-columns: 1fr;
  }

  .home-laptop-highlight__media {
    min-height: 240px;
  }
}
