.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.hero-bg,
.hero-bg img,
.hero-bg::after {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg::after {
  content: "";
  background: linear-gradient(90deg, rgba(2, 44, 34, 0.93), rgba(6, 78, 59, 0.76), rgba(6, 95, 70, 0.48));
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 150px 0 112px;
}

.hero-content {
  max-width: 760px;
  margin-left: 21%;
}

.hero h1 {
  margin: 24px 0 22px;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.02;
  font-weight: 800;
}

.hero p {
  max-width: 740px;
  margin: 0 0 30px;
  color: rgba(209, 250, 229, 0.84);
  font-size: 20px;
  line-height: 1.4;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-fade {
  position: absolute;
  inset: auto 0 0;
  display: block;
  height: 130px;
  background: linear-gradient(0deg, var(--white), transparent);
}

.about-grid,
.career-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-copy p,
.unit-copy p,
.career-copy p {
  color: var(--slate-600);
  font-size: 17px;
  line-height: 1.75;
}

.about-copy p + p {
  color: var(--slate-500);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 30px 0;
}

.stat {
  text-align: center;
}

.stat-icon {
  display: block;
  color: var(--emerald-500);
  font-size: 22px;
}

.stat strong {
  display: block;
  margin-top: 6px;
  font-size: 28px;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 6px;
  color: var(--slate-500);
  font-size: 12px;
}

.about-visual {
  position: relative;
}

.about-visual .image-card {
  aspect-ratio: 1.08;
}

.float-note {
  position: absolute;
  z-index: 2;
  border: 1px solid var(--emerald-100);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  padding: 16px 18px;
}

.float-note.bottom {
  left: -24px;
  bottom: -24px;
}

.float-note.top {
  top: -18px;
  right: -18px;
  background: var(--emerald-600);
  color: var(--white);
}

.float-note span {
  display: block;
  color: var(--emerald-700);
  font-size: 13px;
  font-weight: 700;
}

.float-note.top span {
  color: var(--emerald-200);
}

.float-note strong {
  display: block;
  font-size: 26px;
}

.float-note small {
  color: var(--slate-500);
}

.float-note.top small {
  color: var(--emerald-200);
}

.section-muted {
  background: var(--slate-50);
}

.journey-section {
  background: var(--white);
}

.journey-table {
  max-width: 980px;
  margin: 0 auto 54px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.journey-row {
  display: grid;
  grid-template-columns: 0.7fr 1fr 2fr;
  min-height: 58px;
}

.journey-row > div {
  display: flex;
  align-items: center;
  padding: 16px 18px;
  color: var(--slate-600);
  font-size: 14px;
  line-height: 1.45;
}

.journey-row > div:first-child {
  color: var(--slate-900);
  font-weight: 700;
}

.journey-row > div:nth-child(3) {
  background: rgba(209, 250, 229, 0.42);
  color: var(--emerald-800);
  font-weight: 700;
}

.journey-row:nth-child(even) > div:not(:nth-child(3)) {
  background: var(--slate-50);
}

.journey-head {
  border-bottom: 2px solid var(--emerald-500);
}

.journey-head > div {
  color: var(--slate-700);
  font-weight: 700;
}

.journey-head > div:nth-child(3) {
  background: rgba(209, 250, 229, 0.62);
  color: var(--emerald-800);
}

.journey-subtitle {
  margin: 0 0 34px;
  text-align: center;
  color: var(--slate-950);
  font-size: 24px;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.advantage-card {
  border-radius: 16px;
  background: var(--slate-50);
  padding: 32px;
}

.advantage-card-accent {
  background: linear-gradient(135deg, var(--emerald-50), rgba(209, 250, 229, 0.8));
}

.advantage-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: var(--emerald-100);
  color: var(--emerald-700);
  font-weight: 800;
}

.advantage-card h4 {
  margin: 24px 0 12px;
  color: var(--slate-950);
  font-size: 17px;
}

.advantage-card p {
  margin: 0;
  color: var(--slate-600);
  font-size: 14px;
  line-height: 1.7;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.platform-wrap {
  width: min(100% - 48px, 1480px);
}

.platform-grid,
.news-grid {
  display: grid;
  gap: 28px;
}

.platform-grid {
  width: min(100%, 1480px);
  margin-inline: auto;
  grid-template-columns: repeat(4, 1fr);
}

.news-grid {
  grid-template-columns: repeat(3, 1fr);
}

.platform-image,
.news-image {
  position: relative;
  overflow: hidden;
}

.platform-image {
  height: 250px;
}

.news-image {
  height: 196px;
}

.platform-image img,
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.platform-image::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.67;
}

.platform-card:nth-child(1) .platform-image::after {
  background: linear-gradient(0deg, var(--emerald-600), rgba(52, 211, 153, 0.25));
}

.platform-card:nth-child(2) .platform-image::after {
  background: linear-gradient(0deg, var(--teal-500), rgba(20, 184, 166, 0.22));
}

.platform-card:nth-child(3) .platform-image::after {
  background: linear-gradient(0deg, var(--cyan-600), rgba(8, 145, 178, 0.2));
}

.platform-card:nth-child(4) .platform-image::after {
  background: linear-gradient(0deg, var(--emerald-700), rgba(16, 185, 129, 0.22));
}

.platform-title {
  position: absolute;
  inset: auto 28px 26px;
  z-index: 2;
  color: var(--white);
}

.platform-title .icon-box {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.platform-title h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.12;
}

.platform-title p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.platform-body,
.news-body {
  padding: 24px;
}

.platform-body {
  min-height: 230px;
  padding: 30px 28px 28px;
  background: var(--white);
}

.platform-body p,
.news-body p {
  margin: 0 0 16px;
  color: var(--slate-600);
  font-size: 14px;
  line-height: 1.7;
}

.platform-body p {
  color: var(--slate-600);
  font-size: 16px;
  line-height: 1.65;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--emerald-600);
  font-size: 14px;
  font-weight: 700;
}

.business-list {
  display: grid;
  gap: 58px;
}

.unit-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.unit-row:nth-child(even) .unit-copy {
  order: 2;
}

.unit-row:nth-child(even) .unit-visual {
  order: 1;
}

.unit-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.unit-heading span {
  color: var(--emerald-600);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unit-copy h3 {
  margin: 0 0 16px;
  font-size: 31px;
}

.unit-visual .image-card {
  aspect-ratio: 1.52;
}

.products {
  position: relative;
  overflow: hidden;
  background: var(--emerald-950);
  color: var(--white);
}

.products::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(16, 185, 129, 0.18), transparent 68%);
  content: "";
}

.products .section-head {
  position: relative;
  z-index: 1;
}

.products .section-kicker {
  color: var(--emerald-400);
}

.products .section-title {
  color: var(--white);
}

.products .section-copy {
  color: rgba(110, 231, 183, 0.75);
}

.pipeline-en-copy {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(52, 211, 153, 0.74) !important;
  font-size: 14px;
}

.product-filter {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 42px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(52, 211, 153, 0.35);
  border-radius: 12px;
  background: rgba(6, 78, 59, 0.55);
  padding: 9px 14px;
  color: var(--emerald-300);
  font-size: 14px;
}

.filter-chip small {
  color: rgba(52, 211, 153, 0.66);
}

.product-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pipeline-card {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(52, 211, 153, 0.2);
  border-radius: 16px;
  background: rgba(2, 44, 34, 0.72);
  padding: 24px;
  color: var(--emerald-100);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.16);
}

.pipeline-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(1, 22, 18, 0.14) 0%, rgba(2, 44, 34, 0.68) 48%, rgba(1, 22, 18, 0.9) 100%);
  content: "";
}

.pipeline-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  background: rgba(6, 95, 70, 0.34);
}

.pipeline-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pipeline-icon,
.pipeline-card h3,
.pipeline-card h4,
.pipeline-tags,
.pipeline-card ul,
.pipeline-card a {
  position: relative;
  z-index: 2;
}

.pipeline-card:nth-child(4n + 1) .pipeline-icon {
  color: var(--emerald-300);
  background: rgba(16, 185, 129, 0.16);
}

.pipeline-card:nth-child(4n + 2) .pipeline-icon {
  color: #fde68a;
  background: rgba(245, 158, 11, 0.16);
}

.pipeline-card:nth-child(4n + 3) .pipeline-icon {
  color: #c4b5fd;
  background: rgba(124, 58, 237, 0.18);
}

.pipeline-card:nth-child(4n) .pipeline-icon {
  color: #67e8f9;
  background: rgba(6, 182, 212, 0.16);
}

.pipeline-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  font-weight: 800;
}

.pipeline-card h3 {
  margin: 18px 0 12px;
  color: var(--white);
  font-size: 18px;
}

.pipeline-card p {
  margin: 0 0 18px;
  color: rgba(167, 243, 208, 0.82);
  font-size: 13px;
  line-height: 1.7;
}

.pipeline-card h4 {
  margin: 16px 0 8px;
  color: var(--emerald-400);
  font-size: 12px;
}

.pipeline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pipeline-tags span {
  border-radius: 999px;
  background: rgba(6, 95, 70, 0.72);
  padding: 5px 8px;
  color: var(--emerald-200);
  font-size: 11px;
}

.pipeline-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pipeline-card li {
  position: relative;
  padding-left: 14px;
  color: rgba(167, 243, 208, 0.78);
  font-size: 12px;
  line-height: 1.5;
}

.pipeline-card li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--emerald-400);
  content: "";
}

.pipeline-card a {
  display: inline-flex;
  margin-top: 24px;
  color: var(--emerald-400);
  font-size: 12px;
  font-weight: 700;
}

.products-note {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 52px auto 0;
  text-align: center;
}

.products-note .badge {
  margin-bottom: 18px;
}

.products-note p {
  color: rgba(52, 211, 153, 0.62);
  font-size: 14px;
}

.news-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.news-toolbar .section-title {
  margin-top: 0;
}

.news-card {
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.news-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 11px;
  color: var(--emerald-700);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.news-date {
  color: var(--slate-400);
  font-size: 12px;
}

.news-body h3 {
  margin: 8px 0 12px;
  font-size: 19px;
  line-height: 1.35;
}

.careers {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--emerald-50), var(--white) 48%, #f0fdfa);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 30px 0;
}

.benefit {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--slate-700);
  font-size: 14px;
}

.benefit::before {
  display: inline-grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--emerald-100);
  color: var(--emerald-600);
  content: "•";
}

.career-visual {
  position: relative;
}

.career-visual .image-card {
  aspect-ratio: 1.18;
}

.career-note {
  position: absolute;
  right: -16px;
  bottom: -16px;
  border-radius: 14px;
  background: var(--emerald-600);
  box-shadow: var(--shadow-lg);
  padding: 18px 22px;
  color: var(--white);
}

.career-note span,
.career-note small {
  display: block;
  color: var(--emerald-200);
  font-size: 12px;
  font-weight: 700;
}

.career-note strong {
  display: block;
  font-size: 34px;
  line-height: 1.1;
}

.contact {
  background: var(--emerald-950);
  color: var(--white);
}

.contact-grid {
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
}

.contact h2 {
  margin: 0 0 18px;
  font-size: 40px;
}

.contact-intro {
  margin: 0 0 30px;
  color: var(--emerald-300);
}

.contact-list {
  display: grid;
  gap: 24px;
}

.contact-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
}

.contact-item .icon-box {
  background: rgba(6, 95, 70, 0.5);
  color: var(--emerald-400);
}

.contact-label {
  margin: 0 0 4px;
  color: var(--emerald-300);
  font-size: 14px;
}

.contact-value {
  margin: 0;
  color: var(--white);
  font-size: 14px;
}

.social-links {
  margin-top: 32px;
}

.social-links p {
  color: var(--emerald-300);
  font-size: 14px;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 10px;
  background: rgba(6, 95, 70, 0.5);
  color: var(--emerald-400);
  font-weight: 800;
}

.contact-form {
  border: 1px solid rgba(6, 95, 70, 0.65);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  backdrop-filter: blur(10px);
}

.contact-form h3 {
  margin: 0 0 22px;
  font-size: 21px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.field {
  margin-bottom: 16px;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: var(--emerald-300);
  font-size: 14px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(6, 95, 70, 0.7);
  border-radius: 10px;
  background: rgba(6, 78, 59, 0.58);
  padding: 13px 14px;
  color: var(--white);
  outline: 0;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(52, 211, 153, 0.52);
}

.field textarea {
  min-height: 124px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--emerald-500);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18);
}
