﻿/* Home Redesign */
/* Story */
.home-story-section {
  background:
    radial-gradient(circle at 18% 22%, rgba(43, 174, 142, 0.08), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.04), transparent 26%),
    linear-gradient(180deg, #0a0a0a 0%, #0d0d0d 100%);
}

.home-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 72px;
}

.home-story-title,
.home-section-title {
  font-family: var(--font-display);
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(36px, 4.8vw, 66px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.home-story-lead {
  max-width: 720px;
  margin-bottom: 24px;
  color: rgba(240, 237, 232, 0.82);
  font-size: 18px;
  line-height: 1.9;
}

.home-story-body,
.home-section-intro {
  max-width: 720px;
  color: rgba(240, 237, 232, 0.44);
  font-size: 15px;
  line-height: 2;
}

.home-story-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.home-story-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.home-story-trust span {
  padding: 8px 12px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: 999px;
  color: rgba(240, 237, 232, 0.56);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-story-points {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.home-story-point {
  display: grid;
  gap: 8px;
  padding-left: 20px;
  border-left: 1px solid rgba(43, 174, 142, 0.28);
}

.home-story-point strong {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.home-story-point span {
  color: rgba(240, 237, 232, 0.44);
  font-size: 14px;
  line-height: 1.75;
}

.home-story-frame {
  position: relative;
  padding: 48px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.76), rgba(8, 8, 8, 0.82)),
    url("../img/hero/bg.webp") center/cover no-repeat,
    radial-gradient(circle at 100% 0%, rgba(43, 174, 142, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012));
  overflow: hidden;
}

.home-story-visual-head {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
}

.home-story-visual-head span {
  color: var(--color-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-story-visual-head strong {
  max-width: 360px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.home-story-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 82%);
  opacity: 0.45;
  pointer-events: none;
}

.home-story-stage {
  display: grid;
  gap: 18px;
  min-height: 0;
}

.home-story-main-card {
  padding: 28px 28px 24px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.02);
}

.home-story-main-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--color-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-story-main-card strong {
  display: block;
  max-width: 420px;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.home-story-main-card p {
  max-width: 420px;
  color: rgba(240, 237, 232, 0.48);
  font-size: 14px;
  line-height: 1.85;
}

.home-story-main-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.home-story-main-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: 999px;
  color: rgba(240, 237, 232, 0.68);
  font-size: 11px;
  line-height: 1;
}

.home-story-feature-list {
  display: grid;
  gap: 12px;
}

.home-story-feature {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px 20px 18px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.01);
}

.home-story-feature > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(43, 174, 142, 0.24);
  border-radius: 50%;
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.home-story-feature strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.home-story-feature p {
  color: rgba(240, 237, 232, 0.44);
  font-size: 13px;
  line-height: 1.8;
}

.home-story-metrics {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.home-story-metric {
  padding: 18px 18px 16px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.home-story-metric span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-accent);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}

.home-story-metric strong {
  color: rgba(240, 237, 232, 0.56);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

/* Social Proof */
.home-social-proof-section {
  padding-top: 0;
}

.home-social-proof-section .wrap {
  display: flex;
  justify-content: center;
}

.home-social-proof {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: min(100%, 1120px);
  margin-right: auto;
  margin-left: auto;
  padding: 30px 32px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.8), rgba(8, 8, 8, 0.84)),
    url("../img/hero/bg.webp") center/cover no-repeat;
  text-align: center;
}

.home-social-proof-copy {
  display: grid;
  justify-items: center;
  align-content: center;
  align-self: center;
  width: 100%;
  text-align: center;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.home-social-proof-copy strong {
  display: block;
  width: 100%;
  max-width: 720px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.home-social-proof-copy p {
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: rgba(240, 237, 232, 0.44);
  font-size: 14px;
  line-height: 1.85;
}

.home-social-proof-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.home-social-proof-stat {
  padding: 18px 16px 16px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
}

.home-social-proof-stat span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-accent);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}

.home-social-proof-stat strong {
  color: rgba(240, 237, 232, 0.56);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.home-needs-section {
  background: var(--color-surface);
}

.home-needs-head,
.home-sectors-head {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.home-needs-head .about-tag,
.home-sectors-head .about-tag,
.home-approach-copy .about-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.products-section .prod-header {
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 56px;
}

.products-section .prod-header-note {
  max-width: 240px;
  color: rgba(240, 237, 232, 0.34);
  font-size: 13px;
  line-height: 1.75;
  text-align: right;
}

.home-needs-list,
.home-sectors-list {
  display: flex;
  flex-direction: column;
}

.home-need-row {
  display: grid;
  grid-template-columns: 80px minmax(0, 1.1fr) minmax(220px, 0.55fr);
  align-items: center;
  gap: 26px;
  padding: 30px 0;
  border-top: 1px solid rgba(240, 237, 232, 0.08);
}

.home-need-row:last-child {
  border-bottom: 1px solid rgba(240, 237, 232, 0.08);
}

.home-need-index {
  color: rgba(240, 237, 232, 0.18);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-need-main h3 {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.home-need-main p {
  max-width: 780px;
  color: rgba(240, 237, 232, 0.44);
  font-size: 14px;
  line-height: 1.85;
}

.home-need-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.home-need-links a {
  color: rgba(240, 237, 232, 0.72);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.home-need-links a:hover {
  color: var(--color-accent);
  transform: translateX(4px);
}

/* Sectors */
.home-sectors-section {
  background: linear-gradient(180deg, #0a0a0a 0%, #0b0b0b 100%);
}

.home-sectors-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 24px;
  align-items: center;
  padding: 26px 28px;
  margin-bottom: 26px;
  border: 1px solid rgba(43, 174, 142, 0.16);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(43, 174, 142, 0.08), rgba(255, 255, 255, 0.02));
  overflow: hidden;
}

.home-sectors-showcase-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--color-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-sectors-showcase-copy strong {
  display: block;
  max-width: 760px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.home-sectors-showcase-copy p {
  max-width: 620px;
  color: rgba(240, 237, 232, 0.46);
  font-size: 14px;
  line-height: 1.85;
}

.home-sectors-showcase-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: 999px;
  color: var(--color-text);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  transition: border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast);
}

.home-sectors-showcase:hover .home-sectors-showcase-link {
  border-color: rgba(43, 174, 142, 0.22);
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-accent);
}

.home-sectors-showcase-media {
  position: relative;
  min-height: 250px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 50%, rgba(43, 174, 142, 0.12), transparent 62%),
    rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.home-sectors-showcase-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.08), rgba(8, 8, 8, 0.36));
  z-index: 1;
}

.home-sectors-showcase-media img {
  position: absolute;
  right: -18px;
  bottom: -8px;
  width: auto;
  height: 112%;
  object-fit: contain;
  opacity: 0.34;
  filter: drop-shadow(0 22px 42px rgba(0, 0, 0, 0.28));
}

.home-sectors-showcase-media--hero {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.14), rgba(8, 8, 8, 0.42)),
    url("../img/hero/bg.webp") center/cover no-repeat;
  border: 1px solid rgba(240, 237, 232, 0.08);
}

.home-sectors-showcase-overlay-text {
  position: absolute;
  inset: 18px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
}

.home-sectors-showcase-overlay-text span {
  padding: 8px 12px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.42);
  color: rgba(240, 237, 232, 0.8);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-sectors-panel {
  padding: 10px 28px 8px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.015);
}

.home-sector-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid rgba(240, 237, 232, 0.07);
}

.home-sector-row:last-child {
  border-bottom: 1px solid rgba(240, 237, 232, 0.07);
}

.home-sector-row--link {
  transition: background var(--transition-fast), padding var(--transition-fast);
}

.home-sector-row--link:hover {
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.home-sector-row--featured {
  border-top-color: rgba(43, 174, 142, 0.18);
}

.home-sector-row--featured .home-sector-name span {
  color: rgba(43, 174, 142, 0.96);
}

.home-sector-row--featured h3 {
  color: var(--color-accent);
}

.home-sector-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-sector-name span {
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-sector-name h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.home-sector-row p {
  color: rgba(240, 237, 232, 0.44);
  font-size: 14px;
  line-height: 1.9;
}

/* Approach */
.home-approach-section {
  background: var(--color-surface);
}

.home-approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: start;
}

.home-approach-copy {
  text-align: center;
}

.home-approach-copy .home-section-title,
.home-approach-copy .home-section-intro {
  margin-right: auto;
  margin-left: auto;
}

.home-approach-timeline {
  display: grid;
  gap: 14px;
}

.home-approach-step {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px 24px 22px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
}

.home-approach-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(43, 174, 142, 0.28);
  border-radius: 50%;
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.home-approach-step strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.home-approach-step p {
  color: rgba(240, 237, 232, 0.44);
  font-size: 14px;
  line-height: 1.8;
}

/* Shared Home Sections */
.assurance-section {
  padding-top: 44px;
  padding-bottom: 44px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.assurance-grid > *,
.prod-grid > *,
.metiers-grid > *,
.process-grid > * {
  min-width: 0;
}

.assurance-card {
  padding: 22px 20px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.02);
}

.assurance-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--color-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.assurance-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.assurance-card p {
  color: rgba(240, 237, 232, 0.42);
  font-size: 13px;
  line-height: 1.7;
}

.product-metrics-section {
  padding-top: 22px;
  padding-bottom: 28px;
}

.product-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.product-metric {
  position: relative;
  padding: 24px 22px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  backdrop-filter: blur(10px);
}

.product-metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border: 1px solid rgba(43, 174, 142, 0.22);
  border-radius: 14px;
  background: rgba(43, 174, 142, 0.08);
  color: var(--color-accent);
}

.product-metric-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-metric strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-text);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.product-metric span {
  color: rgba(240, 237, 232, 0.42);
  font-size: 13px;
  line-height: 1.7;
}

.product-cta-strip-section {
  padding-top: 0;
  padding-bottom: 32px;
}

.product-cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  border: 1px solid rgba(43, 174, 142, 0.18);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(43, 174, 142, 0.1), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.product-strip-title {
  margin-bottom: 10px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.product-strip-copy {
  max-width: 720px;
  color: rgba(240, 237, 232, 0.44);
  font-size: 14px;
  line-height: 1.8;
}

.product-strip-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

/* About */
.about-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 120px;
  max-width: var(--container-width);
  margin: 0 auto;
}

.about-number {
  display: block;
  margin-bottom: -20px;
  color: rgba(240, 237, 232, 0.06);
  font-size: clamp(80px, 12vw, 180px);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -6px;
}

.about-tag {
  margin-bottom: 20px;
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-title {
  font-family: var(--font-display);
  margin-bottom: 28px;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2px;
}

.about-title em {
  color: var(--color-accent);
  font-style: normal;
}

.about-body {
  font-family: var(--font-display);
  max-width: 520px;
  margin-bottom: 48px;
  color: rgba(240, 237, 232, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.values-list {
  display: flex;
  flex-direction: column;
}

.value-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(240, 237, 232, 0.07);
  cursor: default;
  transition: padding-left var(--transition-base);
}

.value-row:hover {
  padding-left: 8px;
}

.value-num {
  min-width: 24px;
  color: rgba(240, 237, 232, 0.2);
  font-size: 13px;
}

.value-name {
  color: rgba(240, 237, 232, 0.8);
  font-size: 15px;
  font-weight: 500;
}

.value-desc {
  max-width: 220px;
  margin-left: auto;
  color: rgba(240, 237, 232, 0.3);
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}

.about-visual {
  position: relative;
}

.about-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 560px;
  overflow: hidden;
  border: 1px solid rgba(43, 174, 142, 0.1);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(43, 174, 142, 0.08), rgba(43, 174, 142, 0.02));
}

.about-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(43, 174, 142, 0.05), transparent 70%);
}

.about-img-wrap img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 86%;
  object-fit: contain;
  filter: drop-shadow(var(--shadow-card));
  animation: float-slow 7s ease-in-out infinite;
}

@keyframes float-slow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

.about-stat-cards {
  position: absolute;
  top: 50%;
  right: -36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(-50%);
}

.asc {
  min-width: 180px;
  padding: 18px 22px;
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: var(--radius-md);
  background: rgba(15, 15, 15, 0.9);
  backdrop-filter: blur(20px);
}

.asc-n {
  color: var(--color-text);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.5px;
}

.asc-n b {
  color: var(--color-accent);
  font-weight: 400;
}

.asc-l {
  margin-top: 4px;
  color: rgba(240, 237, 232, 0.35);
  font-size: 11px;
  font-weight: 300;
}

/* Product page */

/* Products */
.products-section {
  background: var(--color-surface);
}

.prod-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 72px;
}

.prod-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -3px;
}

.prod-subtitle {
  font-family: var(--font-display);
  max-width: 540px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(240, 237, 232, 0.35);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.see-all {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: gap var(--transition-fast);
}

.see-all:hover {
  gap: 10px;
}

.products-section .prod-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.products-section .prod-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  padding: 34px 24px 28px;
  border: 1px solid rgba(240, 237, 232, 0.07);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.015);
  transform: translateZ(0);
  transition: transform var(--transition-base), border-color var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);
}

.products-section .prod-card:hover {
  border-color: rgba(43, 174, 142, 0.18);
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-4px);
}

.products-section .prod-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(43, 174, 142, 0.04), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}

.products-section .prod-card:hover::before {
  opacity: 1;
}

.products-section .prod-img-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  margin-bottom: 24px;
}

.prod-img-area img {
  width: auto;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.6));
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.products-section .prod-card:hover .prod-img-area img {
  transform: scale(1.06) translateY(-4px);
}

.prod-tag {
  margin-bottom: 10px;
  color: var(--color-accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.products-section .prod-name {
  font-family: var(--font-display);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;
}

.products-section .prod-desc {
  font-family: var(--font-display);
  flex: 1;
  color: rgba(240, 237, 232, 0.4);
  font-size: 12px;
  font-weight: 400;
  overflow-wrap: anywhere;
  line-height: 1.8;
}

.products-section .prod-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(240, 237, 232, 0.07);
}

.prod-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(240, 237, 232, 0.35);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color var(--transition-fast), gap var(--transition-fast);
}

.products-section .prod-card:hover .prod-link {
  gap: 10px;
  color: var(--color-accent);
}

.prod-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-border-strong);
  border-radius: 50%;
  color: rgba(240, 237, 232, 0.3);
  font-size: 10px;
  transition: border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast);
}

.products-section .prod-card:hover .prod-arrow {
  border-color: var(--color-accent);
  background: var(--color-accent-soft);
  color: var(--color-accent);
}

/* Sectors */
.metiers-section {
  background: var(--color-bg);
}

.metiers-title {
  font-family: var(--font-display);
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -3px;
}

.metiers-title em {
  color: var(--color-accent);
  font-style: normal;
  font-weight: 600;
}

.metiers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.metier-card {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 32px 28px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.01);
  cursor: pointer;
  transform: translateZ(0);
  transition: border-color var(--transition-base), background var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base);
}

.metier-card:hover {
  border-color: var(--color-accent-border);
  background: rgba(43, 174, 142, 0.03);
  transform: translateY(-4px);
}

.metier-card.active {
  border-color: rgba(43, 174, 142, 0.4);
  background: rgba(43, 174, 142, 0.05);
}

.metier-kicker {
  display: block;
  margin-bottom: 22px;
  color: var(--color-accent);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.metier-label {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.3px;
  min-width: 0;
}

.metier-label--wide {
  display: block;
  width: 100%;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  white-space: normal;
  overflow: visible;
}

.metier-count {
  color: rgba(240, 237, 232, 0.34);
  font-size: 13px;
  overflow-wrap: anywhere;
  line-height: 1.7;
}

.metier-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: rgba(240, 237, 232, 0.15);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.metier-card:hover .metier-arrow,
.metier-card.active .metier-arrow {
  color: var(--color-accent);
  transform: translate(2px, -2px);
}

/* Process */
.process-section {
  background: linear-gradient(180deg, #0b0b0b 0%, #0d0d0d 100%);
}

.process-head {
  max-width: 860px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  text-align: center;
}

.process-title {
  font-family: var(--font-display);
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  font-size: clamp(36px, 4.8vw, 64px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -2.4px;
}

.process-intro {
  font-family: var(--font-display);
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(240, 237, 232, 0.44);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.process-card {
  min-height: 100%;
  padding: 30px 26px 84px;
  border: 1px solid rgba(240, 237, 232, 0.07);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.02);
  transform: translateZ(0);
  transition: transform var(--transition-base), border-color var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);
}

.process-card:hover {
  border-color: rgba(43, 174, 142, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(43, 174, 142, 0.28);
  border-radius: 50%;
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.process-card h3 {
  font-family: var(--font-display);
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.process-card p {
  font-family: var(--font-display);
  color: rgba(240, 237, 232, 0.42);
  font-size: 13px;
  font-weight: 400;
  overflow-wrap: anywhere;
  line-height: 1.75;
}

/* SEO section */
.seo-section {
  background: var(--color-surface);
}

.seo-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}

.seo-title {
  max-width: 640px;
  margin-bottom: 26px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -2px;
}

.seo-copy p {
  margin-bottom: 22px;
  color: rgba(240, 237, 232, 0.48);
  font-size: 15px;
  line-height: 1.9;
}

.seo-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.seo-box {
  padding: 28px;
  border: 1px solid rgba(240, 237, 232, 0.07);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
  transition: transform var(--transition-base), border-color var(--transition-base), background var(--transition-base), box-shadow var(--transition-base);
}

.seo-box:hover {
  border-color: rgba(43, 174, 142, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.seo-box h3 {
  margin-bottom: 18px;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.seo-box p {
  color: rgba(240, 237, 232, 0.45);
  font-size: 14px;
  line-height: 1.8;
}

.seo-list {
  display: grid;
  gap: 10px;
  list-style: none;
}

.seo-list li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
  color: rgba(240, 237, 232, 0.56);
  font-size: 13px;
}

