@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap");

:root {
  --eco-green: #6cc54c;
  --eco-green-hover: #5db33f;
  --eco-green-tint: #eef9ea;
  --graphite: #242424;
  --deep-graphite: #1f2320;
  --logo-gray: #707070;
  --neutral-gray: #6b6f76;
  --muted-gray: #8a8f98;
  --white: #ffffff;
  --soft-gray: #f6f7f8;
  --section-gray: #f1f3f4;
  --border-gray: #e4e7eb;
  --data-cyan: #35b8c4;
  --ink: var(--deep-graphite);
  --muted: var(--neutral-gray);
  --line: var(--border-gray);
  --soft: var(--soft-gray);
  --offwhite: var(--white);
  --green: var(--eco-green);
  --green-deep: var(--eco-green-hover);
  --cyan: var(--data-cyan);
  --cyan-soft: #eaf8f9;
  --shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  --shadow-hover: 0 10px 24px rgba(15, 23, 42, 0.07);
  --radius: 6px;
  --radius-button: 4px;
  --radius-panel: 8px;
  --section-y: clamp(72px, 7vw, 96px);
  --font-heading: "Manrope", sans-serif;
  --font-body: "Source Sans 3", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  --text-display-xl: clamp(42px, 5.4vw, 76px);
  --text-display-lg: clamp(38px, 4.6vw, 64px);
  --text-heading-xl: clamp(32px, 3.6vw, 54px);
  --text-heading-lg: clamp(26px, 2.4vw, 38px);
  --text-heading-md: clamp(22px, 1.9vw, 30px);
  --text-heading-sm: clamp(18px, 1.5vw, 24px);
  --text-body-lg: clamp(18px, 1.5vw, 22px);
  --text-body-md: clamp(16px, 1vw, 18px);
  --text-body-sm: 15px;
  --text-caption: 14px;
  --text-eyebrow: 12px;
  --text-button: 14px;
  --text-mono-xs: 11px;
  --text-mono-sm: 12px;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  font-family: var(--font-body);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(31, 35, 32, 0.58), rgba(31, 35, 32, 0.58)),
    url("media/e-mission-office.png") center / cover fixed no-repeat;
  font-family: var(--font-body);
  font-size: var(--text-body-md);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

p,
li,
small {
  font-family: var(--font-body);
}

code,
pre,
kbd,
samp,
.tech-label,
.data-chip,
.module-code,
.report-code,
.emission-meta,
.emission-chip,
.tag-technical {
  font-family: var(--font-mono);
}

:focus-visible {
  outline: 2px solid rgba(108, 197, 76, 0.45);
  outline-offset: 2px;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--border-gray);
  background: var(--white);
}

.brand img {
  display: block;
  width: 144px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(10px, 1.35vw, 18px);
  color: var(--logo-gray);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.005em;
}

.home-main {
  display: flex;
  flex-direction: column;
}

.home-main .hero {
  order: 1;
}

.home-main .value-bar {
  order: 2;
}

.home-main #kurumsal {
  order: 3;
}

.home-main #corporate {
  order: 3;
}

.home-main #emission {
  order: 4;
}

.home-main #akademi {
  order: 5;
}

.home-main #academy {
  order: 5;
}

.home-main #hizmetler {
  order: 6;
}

.home-main #consulting {
  order: 6;
}

.home-main .methodology {
  order: 8;
}

.home-main #projeler {
  order: 9;
}

.home-main #projects {
  order: 9;
}

.home-main #eco-ajans {
  order: 10;
}

.home-main #eco-agency {
  order: 10;
}

.home-main #iletisim {
  order: 11;
}

.home-main #contact {
  order: 11;
}

.site-nav a,
.site-footer a {
  transition: color 160ms ease, opacity 160ms ease, border-color 160ms ease;
}

.site-nav a {
  padding-block: 6px;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--eco-green-hover);
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--eco-green-hover);
  border-bottom-color: var(--eco-green);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: clamp(4px, 0.8vw, 12px);
  padding-left: clamp(8px, 1vw, 14px);
  border-left: 1px solid var(--border-gray);
  color: var(--muted-gray);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.language-switcher a {
  min-width: 24px;
  padding: 5px 6px;
  border: 1px solid transparent;
  color: var(--muted-gray);
  text-align: center;
}

.language-switcher a:hover,
.language-switcher a.is-active {
  border-color: rgba(108, 197, 76, 0.34);
  color: var(--eco-green-hover);
  background: var(--eco-green-tint);
}

.language-switcher a[aria-disabled="true"] {
  opacity: 0.72;
}

.brand-emission {
  white-space: nowrap;
  font-family: var(--font-heading);
  font-weight: 800;
  text-transform: lowercase;
}

.brand-eco2n,
.brand-ecoajans,
.brand-seerp {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  font-family: var(--font-heading);
}

.brand-eco2n .brand-eco,
.brand-eco2n .brand-2 {
  color: var(--eco-green);
}

.brand-eco2n .brand-n {
  color: var(--logo-gray);
}

.brand-ecoajans .brand-eco {
  color: var(--eco-green);
}

.brand-ecoajans .brand-ajans {
  color: var(--logo-gray);
}

.brand-seerp .brand-see {
  color: var(--eco-green);
}

.brand-seerp .brand-rp {
  color: var(--logo-gray);
}

.brand-seerp {
  text-transform: uppercase;
}

.brand-emission .brand-e {
  color: var(--eco-green);
}

.brand-emission .brand-mission {
  color: var(--logo-gray);
}

.brand-emission-chip {
  display: inline;
  padding: 0;
  background: transparent;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-button);
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.section {
  padding-block: var(--section-y);
  background: rgba(255, 255, 255, 0.85);
}

.section-dark {
  color: var(--white);
  background: rgba(31, 35, 32, 0.88);
}

.section-light {
  background: rgba(246, 247, 248, 0.85);
}

.hero {
  min-height: 0;
  padding-block: var(--section-y);
  background: rgba(31, 35, 32, 0.88);
  overflow: hidden;
}

.hero-grid,
.product-grid,
.cbam-grid,
.academy-grid,
.final-grid,
.why-grid,
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--eco-green);
  font-family: var(--font-heading);
  font-size: var(--text-eyebrow);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-eyebrow {
  text-transform: none;
  letter-spacing: 0.01em;
}

.section-label {
  color: var(--eco-green-hover);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  text-wrap: balance;
}

h1 {
  max-width: 860px;
  font-size: var(--text-display-xl);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

h2 {
  max-width: 860px;
  font-size: var(--text-heading-xl);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

h3 {
  font-size: var(--text-heading-sm);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.hero-text,
.section-header p,
.split-intro p,
.product-copy p,
.cbam-grid p,
.academy-grid p,
.final-grid p,
.service-card p,
.resource-grid p,
.mini-card-grid p,
.process-step p,
.site-footer p,
.problem-list p {
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 400;
}

.section-dark .hero-text,
.section-dark .section-header p,
.section-dark .cbam-grid p,
.section-dark .process-step p {
  color: #b8c6d5;
}

.hero-text {
  max-width: 770px;
  margin: 12px 0 0;
  font-size: var(--text-body-md);
  line-height: 1.65;
}

.hero-subtitle {
  max-width: 760px;
  margin: 22px 0 0;
  color: #e2edf5;
  font-family: var(--font-body);
  font-size: var(--text-body-lg);
  font-weight: 500;
  line-height: 1.45;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero .button-row {
  margin-top: 24px;
}

.hero .eyebrow {
  margin-bottom: 12px;
  font-size: var(--text-eyebrow);
}

@media (min-width: 1121px) {
  .hero-copy h1 {
    max-width: 640px;
    font-size: clamp(42px, 4.15vw, 62px);
    line-height: 0.96;
    letter-spacing: -0.052em;
  }

  .hero-copy .hero-subtitle {
    max-width: 640px;
    margin-top: 18px;
    font-size: clamp(16px, 1.12vw, 18px);
    line-height: 1.4;
  }

  .hero-copy .hero-text {
    max-width: 650px;
    margin-top: 12px;
    font-size: clamp(15px, 0.92vw, 16px);
    line-height: 1.52;
  }

  .hero .button-row {
    margin-top: 22px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: var(--radius-button);
  font-family: var(--font-heading);
  font-size: var(--text-button);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.005em;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--deep-graphite);
  border-color: var(--eco-green);
  background: var(--eco-green);
}

.btn-primary:hover {
  border-color: var(--eco-green-hover);
  background: var(--eco-green-hover);
}

.btn-secondary {
  color: var(--white);
  border-color: var(--logo-gray);
  background: transparent;
}

.btn-secondary:hover {
  border-color: var(--eco-green);
  background: var(--graphite);
}

.section:not(.section-dark) .btn-secondary,
.academy-section .btn-secondary {
  color: var(--deep-graphite);
  border-color: var(--line);
  background: var(--white);
}

.section:not(.section-dark) .btn-secondary:hover,
.academy-section .btn-secondary:hover {
  background: var(--eco-green-tint);
  border-color: var(--eco-green);
}

.btn-light {
  color: var(--deep-graphite);
  border-color: var(--border-gray);
  background: var(--eco-green-tint);
}

.btn-light:hover {
  border-color: var(--eco-green);
  background: #f7fcf5;
}

.dashboard-shell,
.product-panel,
.launch-card {
  border: 1px solid var(--border-gray);
  border-radius: var(--radius-panel);
  background: var(--white);
  box-shadow: none;
  overflow: hidden;
  max-width: 560px;
  justify-self: end;
}

.launch-card {
  padding: 24px;
  color: var(--deep-graphite);
  background: rgba(255, 255, 255, 0.8);
}

.launch-card-header {
  display: grid;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border-gray);
}

.launch-card-header img {
  width: min(100%, 340px);
}

.badge {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 3px;
  color: var(--deep-graphite);
  background: var(--eco-green-tint);
  font-size: var(--text-mono-sm);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-family: var(--font-mono);
}

.countdown-badge strong {
  color: var(--eco-green-hover);
  font-size: var(--text-mono-sm);
}

.launch-card p {
  margin: 20px 0 0;
  color: var(--neutral-gray);
}

.launch-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  background: var(--border-gray);
}

.launch-status div {
  padding: 14px;
  background: rgba(246, 247, 248, 0.82);
}

.launch-status span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted-gray);
  font-size: var(--text-mono-xs);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-family: var(--font-mono);
}

.launch-status strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.launch-status .brand-seerp {
  display: inline-flex;
  gap: 0;
  align-items: baseline;
  font-family: var(--font-heading);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.25;
}

.launch-status .brand-seerp span {
  display: inline;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}


.launch-modules {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 18px 0;
}

.launch-modules span {
  padding: 5px 7px;
  border: 1px solid var(--border-gray);
  border-radius: 3px;
  color: var(--neutral-gray);
  background: rgba(255, 255, 255, 0.72);
  font-size: var(--text-mono-xs);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-family: var(--font-mono);
}

.launch-cta {
  position: relative;
  border-color: rgba(108, 197, 76, 0.92);
  box-shadow: 0 0 0 0 rgba(108, 197, 76, 0.26);
  animation: launchCtaPulse 2.8s ease-in-out infinite;
}

.launch-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(108, 197, 76, 0.18);
}

@keyframes launchCtaPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(108, 197, 76, 0.24);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(108, 197, 76, 0);
  }
}

.mockup-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  color: var(--neutral-gray);
  border-bottom: 1px solid var(--border-gray);
  background: var(--soft-gray);
  font-size: var(--text-mono-xs);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-family: var(--font-mono);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  background: var(--border-gray);
}

.metric-card,
.chart-card,
.target-card {
  min-height: 112px;
  padding: 16px;
  border: 0;
  border-radius: 0;
  background: var(--white);
}

.metric-card.wide {
  grid-column: span 2;
}

.metric-card span:not(.card-icon),
.chart-card span:not(.card-icon),
.target-card span:not(.card-icon),
.panel-row span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted-gray);
  font-size: var(--text-mono-xs);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-family: var(--font-mono);
}

.metric-card strong,
.target-card strong,
.panel-row strong {
  display: block;
  color: var(--deep-graphite);
  font-size: 1rem;
  font-family: var(--font-heading);
  font-weight: 800;
}

.metric-card.accent {
  background: var(--eco-green-tint);
}

.progress-line {
  height: 5px;
  margin-top: 28px;
  border-radius: 0;
  background: var(--section-gray);
}

.progress-line i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--eco-green);
}

.bar-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 82px;
}

.bar-chart i {
  flex: 1;
  border-radius: 0;
  background: var(--data-cyan);
}

.value-bar {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.85);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-block: 18px;
}

.value-grid > span {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 118px;
  padding: 22px 22px 20px;
  border: 1px solid var(--line);
  border-right: 0;
  color: var(--deep-graphite);
  background: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  font-weight: 800;
  line-height: 1.32;
}

.value-grid > span::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--eco-green), var(--data-cyan));
  opacity: 0.82;
}

.value-grid > span:last-child {
  border-right: 1px solid var(--line);
}

.value-grid small {
  display: inline-flex;
  width: fit-content;
  color: var(--muted-gray);
  font-family: var(--font-heading);
  font-size: var(--text-caption);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(108, 197, 76, 0.32);
  background: rgba(238, 249, 234, 0.86);
  color: var(--eco-green-hover);
}

.value-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.value-heading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.value-digital {
  gap: 10px;
}

.split-intro {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(28px, 6vw, 96px);
}

.split-intro p {
  max-width: 850px;
  margin: 24px 0 0;
  font-size: var(--text-body-md);
  line-height: 1.6;
}

.section-header {
  max-width: 850px;
  margin-bottom: 34px;
}

.section-header.compact {
  margin-bottom: 0;
}

.section-cta {
  margin-top: 22px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.resource-grid article,
.mini-card-grid article,
.process-step {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.service-card:hover,
.resource-grid article:hover,
.mini-card-grid article:hover {
  transform: translateY(-1px);
  border-color: rgba(108, 197, 76, 0.34);
  box-shadow: none;
}

.service-card > span,
.resource-grid article > span,
.process-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 30px;
  margin-bottom: 28px;
  border-radius: 3px;
  color: var(--deep-graphite);
  background: var(--eco-green-tint);
  font-size: var(--text-caption);
  font-weight: 800;
}

.service-card .service-icon,
.process-step .service-icon,
.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  margin-bottom: 28px;
  border: 1px solid rgba(108, 197, 76, 0.38);
  border-radius: 4px;
  color: var(--eco-green-hover);
  background: rgba(238, 249, 234, 0.72);
}

.service-card .service-icon svg,
.process-step .service-icon svg,
.card-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.metric-card .card-icon,
.chart-card .card-icon,
.target-card .card-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-bottom: 14px;
}

.service-card p,
.resource-grid p,
.mini-card-grid p,
.process-step p {
  margin: 14px 0 0;
}

.service-card,
.process-step,
.launch-card,
.value-grid > span,
.story-benefits strong,
.project-accordion-summary,
.project-company,
.news-card,
.contact-form {
  min-width: 0;
}

.service-card h3,
.service-card p,
.process-step h3,
.process-step p,
.launch-status span,
.launch-status strong,
.launch-modules span,
.value-grid > span,
.story-benefits strong,
.project-accordion-summary strong,
.project-accordion-summary small,
.project-company strong,
.news-card h3,
.news-card p {
  overflow-wrap: anywhere;
}

.product-highlight {
  padding-block: var(--section-y);
  color: var(--white);
  background: rgba(31, 35, 32, 0.88);
}

.product-highlight .product-grid {
  align-items: stretch;
}

.product-highlight .product-copy,
.product-highlight .product-panel {
  align-self: stretch;
}

@media (min-width: 1121px) {
  .product-highlight .product-panel {
    align-self: start;
  }
}

.product-copy .feature-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.product-highlight .product-copy p {
  color: #d6dad8;
}

.launch-note {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(108, 197, 76, 0.34);
  color: var(--white);
  background: rgba(108, 197, 76, 0.12);
  font-family: var(--font-heading);
  font-weight: 800;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  color: #d6dad8;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: var(--eco-green);
}

.product-panel {
  padding: 20px;
  background: var(--white);
}

.emission-story {
  display: grid;
  align-content: space-between;
  gap: 18px;
  max-width: 620px;
  padding: 24px;
  color: var(--deep-graphite);
}

.story-header {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-gray);
}

.story-header img {
  width: min(100%, 300px);
  margin-bottom: 18px;
}

.story-header h3 {
  max-width: 430px;
  color: var(--deep-graphite);
  font-size: var(--text-heading-lg);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.story-header p {
  max-width: 430px;
  margin: 12px 0 0;
  color: var(--neutral-gray);
}

.story-benefits {
  display: grid;
  gap: 8px;
}

.story-benefits div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px solid var(--border-gray);
}

.story-benefits span {
  color: var(--eco-green-hover);
  font-family: var(--font-heading);
  font-size: var(--text-caption);
  font-weight: 800;
}

.story-benefits strong {
  font-family: var(--font-heading);
  font-size: var(--text-caption);
  font-weight: 800;
  line-height: 1.25;
}

.story-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 12px;
  border: 1px solid var(--border-gray);
  background: var(--soft-gray);
}

.story-flow span {
  padding: 8px 7px;
  color: var(--deep-graphite);
  background: var(--white);
  border-left: 3px solid var(--eco-green);
  font-family: var(--font-mono);
  font-size: var(--text-mono-xs);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.story-footer {
  padding: 16px;
  color: var(--white);
  background: var(--deep-graphite);
}

.story-footer strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-weight: 800;
}

.story-footer p {
  margin: 0;
  color: #d6dad8;
  font-size: var(--text-body-sm);
  line-height: 1.55;
}

.product-brand {
  padding: 8px 0 22px;
  border-bottom: 1px solid var(--border-gray);
}

.product-brand img {
  width: min(100%, 320px);
}

.panel-row {
  padding: 16px 0;
  border-bottom: 1px solid var(--border-gray);
}

.cbam-section .btn {
  margin-top: 28px;
}

.mini-card-grid {
  display: grid;
  gap: 16px;
}

.mini-card-grid article {
  min-height: auto;
  color: var(--ink);
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.process-step {
  min-height: 260px;
}

.why-section {
  background: rgba(246, 247, 248, 0.85);
}

.experience-section {
  background: rgba(246, 247, 248, 0.85);
}

.experience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-grid {
  align-items: start;
}

.why-list {
  display: grid;
  gap: 12px;
}

.why-list p,
.problem-list p {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: none;
  font-weight: 800;
}

.problem-list p {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.problem-list .card-icon {
  margin-bottom: 0;
}

.industry-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.industry-cloud span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--white);
  font-family: var(--font-heading);
  font-weight: 800;
}

.dark-cloud span {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.16);
  background: transparent;
}

.academy-section {
  background: rgba(241, 243, 244, 0.85);
}

.academy-calendar {
  display: grid;
  gap: 1px;
  margin: 24px 0 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: var(--border-gray);
  overflow: hidden;
}

.calendar-head,
.academy-calendar article {
  background: rgba(255, 255, 255, 0.86);
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
}

.calendar-head span {
  color: var(--eco-green-hover);
  font-family: var(--font-heading);
  font-size: var(--text-eyebrow);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-head strong {
  color: var(--deep-graphite);
  font-family: var(--font-heading);
  font-size: var(--text-caption);
  font-weight: 800;
}

.academy-calendar article {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 13px 14px;
}

.academy-calendar time {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-width: 108px;
  padding: 7px 9px;
  border-left: 2px solid var(--eco-green);
  color: var(--deep-graphite);
  background: var(--eco-green-tint);
  font-family: var(--font-mono);
  font-size: var(--text-mono-sm);
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.thank-you-page {
  min-height: 100vh;
}

.thank-you-screen {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.thank-you-card {
  max-width: 680px;
}

.thank-you-card .brand {
  display: inline-flex;
  margin-bottom: 42px;
}

.thank-you-card .brand img {
  width: 150px;
  height: auto;
}

.thank-you-card h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
}

.thank-you-card p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--text-body-lg);
}

.academy-calendar time.is-soon {
  border-left-color: var(--data-cyan);
  background: #eaf8f9;
}

.training-alert {
  display: none;
  color: var(--deep-graphite);
  font-family: var(--font-mono);
  font-size: var(--text-mono-xs);
  font-weight: 600;
}

.academy-calendar time.is-soon .training-alert {
  display: inline-flex;
}

.academy-calendar h3 {
  font-size: clamp(12px, 0.82vw, 14px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.training-modal {
  width: min(1120px, calc(100% - 28px));
  max-height: min(880px, calc(100dvh - 28px));
  padding: 0;
  border: 1px solid rgba(108, 197, 76, 0.34);
  border-radius: var(--radius-large);
  color: var(--deep-graphite);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-hover);
  overflow: hidden;
}

.training-modal::backdrop {
  background: rgba(31, 35, 32, 0.72);
}

.training-modal-panel {
  position: relative;
  max-height: inherit;
  padding: 24px;
  overflow: auto;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--border-gray);
  border-radius: var(--radius-button);
  color: var(--deep-graphite);
  background: var(--white);
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
}

.modal-close:hover,
.modal-close:focus-visible {
  border-color: rgba(108, 197, 76, 0.55);
  background: var(--eco-green-tint);
}

.training-modal-head {
  max-width: 740px;
  margin-bottom: 18px;
}

.training-modal-head p {
  margin: 12px 0 0;
  color: var(--neutral-gray);
  font-size: var(--text-body-md);
  line-height: 1.5;
}

.training-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 16px;
  align-items: start;
}

.training-form-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--border-gray);
  border-radius: var(--radius);
  background: rgba(246, 247, 248, 0.72);
}

.training-form-card h3 {
  margin: 0;
  color: var(--eco-green-hover);
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 800;
  line-height: 1.1;
}

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

.form-wide {
  grid-column: 1 / -1;
}

.training-registration-form label span {
  margin-bottom: 5px;
  color: var(--neutral-gray);
  font-size: 0.76rem;
}

.training-registration-form input,
.training-registration-form select,
.training-registration-form textarea {
  min-height: 36px;
  padding: 7px 10px;
  font-size: 0.92rem;
}

.training-registration-form textarea {
  min-height: 72px;
}

.training-registration-form label.is-disabled {
  opacity: 0.48;
}

.training-registration-form label.is-disabled input {
  color: var(--muted-gray);
  background: var(--section-gray);
  cursor: not-allowed;
}

.payment-card {
  position: sticky;
  top: 0;
}

.payment-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--border-gray);
  background: var(--border-gray);
}

.payment-summary div {
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
}

.payment-summary span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted-gray);
  font-family: var(--font-mono);
  font-size: var(--text-mono-xs);
  font-weight: 600;
}

.payment-summary strong {
  color: var(--deep-graphite);
  font-family: var(--font-heading);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 800;
  line-height: 1.15;
}

.bank-details {
  min-height: 96px;
  padding: 12px;
  border: 1px solid rgba(108, 197, 76, 0.24);
  background: rgba(238, 249, 234, 0.72);
}

.bank-details p,
.bank-details dl {
  margin: 0;
}

.bank-details dl {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 6px 10px;
  font-size: 14px;
  line-height: 1.4;
}

.bank-details dt {
  color: var(--muted-gray);
  font-family: var(--font-heading);
  font-weight: 800;
}

.bank-details dd {
  margin: 0;
  color: var(--deep-graphite);
  font-weight: 600;
}

.copy-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.icon-btn {
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid rgba(108, 197, 76, 0.34);
  border-radius: var(--radius-button);
  color: var(--deep-graphite);
  background: var(--eco-green-tint);
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
}

.form-note {
  margin: 0;
  color: var(--neutral-gray);
  font-size: 13px;
  line-height: 1.45;
}

.training-submit {
  justify-self: start;
  min-height: 40px;
  padding-inline: 18px;
  border-color: rgba(108, 197, 76, 0.92);
  background: linear-gradient(135deg, var(--eco-green), var(--eco-green-hover));
  box-shadow: 0 10px 22px rgba(108, 197, 76, 0.18);
}

.training-submit:hover,
.training-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(108, 197, 76, 0.24);
}

.brochure-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 32px;
  padding: 6px 8px;
  border: 1px solid var(--border-gray);
  border-radius: var(--radius-button);
  color: var(--deep-graphite);
  background: var(--white);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.brochure-link:hover,
.brochure-link:focus-visible {
  border-color: var(--eco-green);
  color: var(--eco-green-hover);
  background: var(--eco-green-tint);
}

.brochure-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.projects-section {
  background: rgba(246, 247, 248, 0.85);
}

.project-board {
  display: grid;
  gap: 8px;
}

.project-accordion {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  overflow: clip;
}

.project-accordion + .project-accordion {
  margin-top: 18px;
}

.project-accordion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 18px 20px;
  border-bottom: 1px solid transparent;
  color: var(--deep-graphite);
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.project-accordion[open] > .project-accordion-summary {
  border-bottom-color: var(--border-gray);
}

.project-accordion-summary:hover,
.project-accordion-summary:focus-visible {
  background: rgba(238, 249, 234, 0.7);
}

.project-accordion-summary::-webkit-details-marker {
  display: none;
}

.project-accordion-summary strong {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 800;
  line-height: 1.15;
}

.project-accordion-summary small {
  display: block;
  margin-top: 6px;
  color: var(--neutral-gray);
  font-size: 14px;
  line-height: 1.35;
}

.project-accordion-icon {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(108, 197, 76, 0.42);
  background: var(--eco-green-tint);
}

.project-accordion-icon::before,
.project-accordion-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 11px;
  height: 2px;
  background: var(--eco-green-hover);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.project-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.project-accordion[open] .project-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.project-accordion > .project-board,
.project-accordion > .collaboration-grid {
  padding: 14px;
}

.project-group {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  overflow: hidden;
}

.project-company {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.project-company strong {
  color: var(--deep-graphite);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.project-list {
  display: grid;
  gap: 1px;
  background: var(--border-gray);
}

.project-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.88);
}

.project-row {
  display: grid;
  grid-template-columns: 84px minmax(150px, 0.72fr) minmax(240px, 1.3fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
}

.project-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 40px;
  border: 1px solid rgba(108, 197, 76, 0.36);
  color: var(--eco-green-hover);
  background: var(--white);
  font-family: var(--font-mono);
  font-size: var(--text-mono-xs);
  font-weight: 600;
  overflow: hidden;
}

.project-logo img,
.collaboration-logo img {
  display: block;
  max-width: 86%;
  max-height: 76%;
  object-fit: contain;
}

.project-row strong {
  color: var(--deep-graphite);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.project-row p,
.project-item p {
  margin: 0;
  color: var(--neutral-gray);
  font-size: 14px;
  line-height: 1.35;
}

.project-status {
  display: inline-flex;
  justify-content: center;
  min-width: 96px;
  padding: 6px 8px;
  border: 1px solid var(--border-gray);
  color: var(--deep-graphite);
  background: var(--white);
  font-family: var(--font-mono);
  font-size: var(--text-mono-xs);
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.project-status.is-done {
  border-color: rgba(108, 197, 76, 0.42);
  background: var(--eco-green-tint);
}

.project-status.is-delivered {
  border-color: rgba(108, 197, 76, 0.42);
  background: var(--eco-green-tint);
}

.project-status.is-progress {
  border-color: rgba(53, 184, 196, 0.36);
  background: #eaf8f9;
}

.project-status.is-continuous {
  border-color: rgba(53, 184, 196, 0.36);
  background: #eaf8f9;
}

.project-status.is-review {
  background: var(--soft-gray);
}

.project-status.is-planned {
  color: var(--neutral-gray);
  background: var(--white);
}

.collaboration-block {
  margin-top: 18px;
}

.collaboration-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 16px;
}

.collaboration-head .eyebrow {
  margin-bottom: 8px;
}

.collaboration-head h3 {
  max-width: 520px;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.18;
}

.collaboration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.collaboration-grid.collaboration-list {
  grid-template-columns: 1fr;
  gap: 12px;
}

.collaboration-list article.project-group {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
}

.collaboration-grid article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
}

.collaboration-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 36px;
  border: 1px solid rgba(112, 112, 112, 0.26);
  color: var(--logo-gray);
  background: var(--white);
  font-family: var(--font-mono);
  font-size: var(--text-mono-xs);
  font-weight: 600;
  overflow: hidden;
}

.collaboration-grid strong {
  color: var(--deep-graphite);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.collaboration-grid p {
  grid-column: 2;
  margin: 2px 0 0;
  color: var(--neutral-gray);
  font-size: 13px;
  line-height: 1.35;
}

.collaboration-list .project-item p {
  grid-column: auto;
  margin: 0;
  color: var(--neutral-gray);
  font-size: 14px;
}

.resources-section {
  background: rgba(255, 255, 255, 0.85);
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--neutral-gray);
  font-family: var(--font-mono);
  font-size: var(--text-mono-xs);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.news-meta span {
  padding: 5px 7px;
  border-left: 2px solid var(--eco-green);
  background: rgba(238, 249, 234, 0.82);
  color: var(--deep-graphite);
}

.news-meta time {
  color: var(--muted-gray);
}

.news-card h3 {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.16;
}

.news-spot {
  margin: 14px 0 18px;
  color: var(--neutral-gray);
  font-size: 15px;
  line-height: 1.55;
}

.news-card details {
  margin-top: auto;
  border-top: 1px solid var(--border-gray);
}

.news-card summary {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 14px;
  color: var(--eco-green-hover);
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

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

.news-card summary::after {
  content: "+";
  margin-left: 8px;
  color: var(--logo-gray);
  font-family: var(--font-mono);
}

.news-card details[open] summary::after {
  content: "-";
}

.news-body {
  display: grid;
  gap: 12px;
  max-height: 620px;
  margin-top: 6px;
  padding-right: 6px;
  overflow: auto;
}

.news-body h4 {
  margin: 12px 0 0;
  color: var(--deep-graphite);
  font-size: 16px;
  line-height: 1.25;
}

.news-body p {
  margin: 0;
  color: var(--neutral-gray);
  font-size: 14px;
  line-height: 1.6;
}

.final-cta {
  padding-block: var(--section-y);
  color: var(--white);
  background: rgba(31, 35, 32, 0.88);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--border-gray);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: none;
}

.home-main .final-cta .contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
  gap: 7px 10px;
  padding: 14px;
}

.home-main .final-cta .contact-form label:has(select),
.home-main .final-cta .contact-form label:has(textarea),
.home-main .final-cta .contact-form button {
  grid-column: 1 / -1;
}

.home-main .final-cta .contact-form label span {
  margin-bottom: 4px;
  font-size: 0.74rem;
}

.home-main .final-cta .contact-form input,
.home-main .final-cta .contact-form select {
  min-height: 32px;
  padding: 6px 9px;
  font-size: 0.9rem;
}

.home-main .final-cta .contact-form textarea {
  min-height: 58px;
  padding: 7px 9px;
  font-size: 0.9rem;
}

.home-main .final-cta .contact-form button {
  min-height: 34px;
  width: fit-content;
  padding: 9px 13px;
}

.product-page #on-kayit .preregistration-form,
.product-page #pre-register .preregistration-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
  gap: 7px 10px;
  padding: 14px;
}

.product-page #on-kayit .preregistration-form label:has(select),
.product-page #on-kayit .preregistration-form label:has(textarea),
.product-page #on-kayit .preregistration-form button,
.product-page #pre-register .preregistration-form label:has(select),
.product-page #pre-register .preregistration-form label:has(textarea),
.product-page #pre-register .preregistration-form button {
  grid-column: 1 / -1;
}

.product-page #on-kayit .preregistration-form label span,
.product-page #pre-register .preregistration-form label span {
  margin-bottom: 4px;
  font-size: 0.74rem;
}

.product-page #on-kayit .preregistration-form input,
.product-page #on-kayit .preregistration-form select,
.product-page #pre-register .preregistration-form input,
.product-page #pre-register .preregistration-form select {
  min-height: 32px;
  padding: 6px 9px;
  font-size: 0.9rem;
}

.product-page #on-kayit .preregistration-form textarea,
.product-page #pre-register .preregistration-form textarea {
  min-height: 58px;
  padding: 7px 9px;
  font-size: 0.9rem;
}

.product-page #on-kayit .preregistration-form button,
.product-page #pre-register .preregistration-form button {
  min-height: 34px;
  width: fit-content;
  padding: 9px 13px;
}

.preregistration-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#on-kayit-formu {
  scroll-margin-top: 96px;
}

.preregistration-form label:has(textarea),
.preregistration-form button {
  grid-column: 1 / -1;
}

label span {
  display: block;
  margin-bottom: 7px;
  color: var(--neutral-gray);
  font-family: var(--font-heading);
  font-size: var(--text-caption);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--border-gray);
  border-radius: var(--radius-button);
  color: var(--deep-graphite);
  background: var(--white);
  font-family: var(--font-body);
  font-weight: 500;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--eco-green);
  outline: 3px solid rgba(108, 197, 76, 0.18);
}

textarea {
  resize: vertical;
}

select option {
  color: var(--ink);
}

.site-footer {
  padding-block: 24px;
  color: #d6dad8;
  background: var(--deep-graphite);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, minmax(150px, 0.55fr));
  gap: 16px;
}

.site-footer img {
  width: 112px;
  filter: brightness(1.08);
}

.footer-brand {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1;
}

.site-footer h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer a,
.site-footer div > span {
  display: block;
  margin: 4px 0;
  color: #d6dad8;
  font-family: var(--font-body);
  font-size: 0.84rem;
  line-height: 1.35;
}

.site-footer div > span {
  font-size: 0.84rem;
}

.site-footer p {
  margin: 10px 0 0;
  font-size: 0.84rem;
  line-height: 1.42;
  font-family: var(--font-body);
}

.product-hero .dashboard-shell {
  border-color: var(--border-gray);
}

.problem-section {
  background: rgba(255, 255, 255, 0.85);
}

.problem-list {
  display: grid;
  gap: 12px;
}

.product-page {
  background: transparent;
}

.product-page .section {
  color: var(--deep-graphite);
  background: rgba(255, 255, 255, 0.8);
}

.product-page .section-light,
.product-page .pricing-section {
  color: var(--deep-graphite);
  background: rgba(246, 247, 248, 0.8);
}

.product-page .section:not(.product-dark-block) h2,
.product-page .section:not(.product-dark-block) h3,
.product-page .section:not(.product-dark-block) h4 {
  color: var(--deep-graphite);
}

.product-page .section:not(.product-dark-block) p,
.product-page .section:not(.product-dark-block) li,
.product-page .section:not(.product-dark-block) .section-header p,
.product-page .section:not(.product-dark-block) .split-intro p {
  color: var(--neutral-gray);
}

.product-page .final-cta {
  background: rgba(31, 35, 32, 0.8);
}

.product-landing-hero {
  padding-block: var(--section-y);
  background: rgba(31, 35, 32, 0.8);
}

.product-landing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

#genel-bakis .product-landing-grid,
#overview .product-landing-grid {
  width: min(1360px, calc(100% - 40px));
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(28px, 3vw, 50px);
}

.product-landing-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  font-size: var(--text-body-md);
  line-height: 1.65;
}

.product-landing-copy h1 {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.hero-tags,
.support-list,
.module-note-grid,
.benefit-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-tags {
  margin: 22px 0 0;
}

.hero-tags span,
.support-list span,
.module-note-grid span,
.benefit-grid span {
  border: 1px solid rgba(108, 197, 76, 0.28);
  background: rgba(238, 249, 234, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-heading);
  font-size: var(--text-caption);
  font-weight: 800;
  line-height: 1.25;
}

.hero-tags span,
.support-list span {
  padding: 8px 10px;
}

.product-visual {
  margin: 0;
}

.product-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-panel);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
}

.hero-product-visual img {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

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

.value-cards article {
  min-height: 220px;
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.value-cards article:hover {
  transform: translateY(-1px);
  border-color: rgba(108, 197, 76, 0.36);
  box-shadow: 0 12px 28px rgba(108, 197, 76, 0.08);
}

.value-cards .service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-bottom: 22px;
  border: 1px solid rgba(108, 197, 76, 0.25);
  border-radius: 10px;
  color: var(--eco-green-hover);
  background: rgba(108, 197, 76, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.value-cards article:hover .service-icon {
  border-color: rgba(108, 197, 76, 0.45);
  background: rgba(108, 197, 76, 0.12);
  box-shadow: 0 0 0 4px rgba(108, 197, 76, 0.08);
}

.value-cards .service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-cards h2,
.value-cards h3 {
  margin: 0;
  font-size: var(--text-heading-sm);
  line-height: 1.18;
}

.value-cards p {
  margin: 12px 0 0;
  color: var(--neutral-gray);
  font-family: var(--font-body);
  font-size: var(--text-body-md);
  line-height: 1.6;
}

.product-dark-block {
  color: var(--white);
  background: rgba(31, 35, 32, 0.8);
}

.product-dark-block .section-header p,
.product-dark-block p {
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--font-body);
  font-size: var(--text-body-md);
  line-height: 1.65;
}

.full-visual {
  margin-top: 26px;
}

.module-note-grid,
.benefit-grid {
  margin-top: 22px;
}

.module-note-grid span {
  flex: 1 1 260px;
  padding: 10px 12px;
  border-color: rgba(228, 231, 235, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.flow-line {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 10px 12px;
  border-left: 2px solid var(--eco-green);
  color: var(--deep-graphite);
  background: var(--eco-green-tint);
  font-family: var(--font-mono);
  font-size: var(--text-mono-sm);
  font-weight: 600;
  line-height: 1.35;
}

.product-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

#kontrol .product-media-grid-wide,
#control .product-media-grid-wide {
  width: min(1360px, calc(100% - 40px));
  grid-template-columns: minmax(0, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(28px, 3.5vw, 56px);
}

.support-list {
  margin-top: 22px;
}

.benefit-grid span {
  flex: 1 1 310px;
  padding: 12px 14px;
  border-color: var(--border-gray);
  background: rgba(255, 255, 255, 0.78);
  color: var(--deep-graphite);
}

.product-page .section:not(.product-dark-block):not(.product-landing-hero) .hero-tags span,
.product-page .section:not(.product-dark-block):not(.product-landing-hero) .support-list span,
.product-page .section:not(.product-dark-block):not(.product-landing-hero) .module-note-grid span,
.product-page .section:not(.product-dark-block):not(.product-landing-hero) .benefit-grid span {
  color: var(--deep-graphite);
  background: rgba(255, 255, 255, 0.78);
}

.product-page .section:not(.product-dark-block):not(.product-landing-hero) .eyebrow,
.product-page .section:not(.product-dark-block):not(.product-landing-hero) .section-label {
  color: var(--eco-green-hover);
}

.pricing-section {
  background: rgba(246, 247, 248, 0.8);
}

.pricing-block {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.pricing-block h3 {
  max-width: 780px;
  margin: 0;
  font-size: var(--text-heading-sm);
  line-height: 1.18;
}

.pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.pricing-card.is-featured {
  border-color: rgba(108, 197, 76, 0.62);
  box-shadow: 0 16px 42px rgba(108, 197, 76, 0.16);
}

.pricing-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border: 1px solid rgba(108, 197, 76, 0.5);
  border-radius: 999px;
  color: var(--deep-graphite);
  background: var(--eco-green-tint);
  font-family: var(--font-heading);
  font-size: var(--text-eyebrow);
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.pricing-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.pricing-card-head span {
  color: var(--eco-green-hover);
  font-family: var(--font-heading);
  font-size: var(--text-eyebrow);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pricing-card-head small {
  padding: 5px 9px;
  color: var(--neutral-gray);
  background: var(--soft-gray);
  font-family: var(--font-heading);
  font-size: var(--text-caption);
  font-weight: 700;
  line-height: 1.2;
}

.pricing-card h4 {
  margin: 0;
  color: var(--deep-graphite);
  font-size: var(--text-heading-sm);
  line-height: 1.18;
}

.pricing-card > p {
  min-height: 48px;
  margin: 10px 0 14px;
  color: var(--neutral-gray);
  font-family: var(--font-body);
  font-size: var(--text-body-sm);
  line-height: 1.5;
}

.pricing-specs {
  display: grid;
  margin: 0 0 18px;
  border-top: 1px solid var(--border-gray);
}

.pricing-specs div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 36px;
  border-bottom: 1px solid var(--border-gray);
}

.pricing-specs dt,
.pricing-specs dd {
  margin: 0;
  font-size: var(--text-caption);
  line-height: 1.35;
}

.pricing-specs dt {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--neutral-gray);
}

.pricing-specs dd {
  color: var(--deep-graphite);
  font-family: var(--font-heading);
  font-weight: 800;
  text-align: right;
}

.pricing-specs dd.is-yes,
.pricing-specs dd.is-no {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pricing-specs dd.is-yes::before,
.pricing-specs dd.is-no::before {
  font-family: var(--font-heading);
  font-weight: 800;
}

.pricing-specs dd.is-yes::before {
  content: "✓";
  color: var(--eco-green-hover);
}

.pricing-specs dd.is-no::before {
  content: "×";
  color: #d33f49;
}

.btn-pricing {
  justify-content: center;
  width: 100%;
  margin-top: auto;
  background: #006b5d;
  color: var(--white);
}

.btn-pricing:hover {
  background: #00584e;
}

.pricing-notes {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.82);
}

.pricing-notes h3 {
  margin: 0 0 12px;
  font-size: var(--text-heading-sm);
  line-height: 1.18;
}

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

.pricing-notes li {
  position: relative;
  padding-left: 18px;
  color: var(--neutral-gray);
  font-family: var(--font-body);
  font-size: var(--text-body-sm);
  line-height: 1.55;
}

.pricing-notes li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--eco-green);
}

.pricing-visual img {
  border: 1px solid rgba(108, 197, 76, 0.28);
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.12);
}

.pricing-actions {
  justify-content: center;
  margin-top: 30px;
}

.feature-grid .service-card {
  min-height: 230px;
}

.integration-section {
  background: rgba(246, 247, 248, 0.85);
}

.brand-eco2n .brand-eco,
.brand-eco2n .brand-2,
.brand-ecoajans .brand-eco,
.brand-seerp .brand-see,
.brand-emission .brand-e {
  color: var(--eco-green);
}

.brand-eco2n .brand-n,
.brand-ecoajans .brand-ajans,
.brand-seerp .brand-rp,
.brand-emission .brand-mission {
  color: var(--logo-gray);
}

main .eyebrow,
main .section-label,
main .calendar-head span {
  color: var(--eco-green);
  font-size: calc(var(--text-eyebrow) * 2);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 20px 20px;
    border-bottom: 1px solid var(--line);
    background: var(--offwhite);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 0;
  }

  .language-switcher {
    margin: 10px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid var(--border-gray);
    border-left: 0;
  }

  .language-switcher a {
    padding: 7px 8px;
  }

  .hero-grid,
  .product-grid,
  .cbam-grid,
  .academy-grid,
  .final-grid,
  .why-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .dashboard-shell,
  .product-panel,
  .launch-card {
    justify-self: stretch;
    max-width: none;
  }

  .card-grid,
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-row {
    grid-template-columns: 84px minmax(0, 1fr) auto;
  }

  .project-group {
    grid-template-columns: 1fr;
  }

  .collaboration-list article.project-group {
    grid-template-columns: 1fr;
  }

  .project-company {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .project-row p {
    grid-column: 2 / -1;
  }

  .collaboration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .product-landing-grid,
  .product-media-grid,
  .value-cards,
  .pricing-card-grid {
    grid-template-columns: 1fr;
  }

  #genel-bakis .product-landing-grid,
  #overview .product-landing-grid,
  #kontrol .product-media-grid-wide,
  #control .product-media-grid-wide {
    width: min(100% - 40px, 1180px);
    grid-template-columns: 1fr;
  }

  .process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-grid > span:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body {
    background:
      linear-gradient(rgba(31, 35, 32, 0.62), rgba(31, 35, 32, 0.62)),
      url("media/e-mission-office.png") center / cover scroll no-repeat;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .brand img {
    width: 126px;
  }

  .site-header {
    grid-template-columns: auto 1fr;
    gap: 10px;
  }

  h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .hero {
    min-height: 0;
  }

  .dashboard-grid,
  .launch-status,
  .story-flow,
  .card-grid,
  .resource-grid,
  .news-grid,
  .product-landing-grid,
  .product-media-grid,
  .value-cards,
  .pricing-card-grid,
  .process-flow,
  .experience-grid,
  .value-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  #genel-bakis .product-landing-grid,
  #overview .product-landing-grid,
  #kontrol .product-media-grid-wide,
  #control .product-media-grid-wide {
    width: min(100% - 28px, 1180px);
  }

  .project-row {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .home-main .final-cta .contact-form {
    grid-template-columns: 1fr;
  }

  .training-modal {
    width: min(100% - 18px, 1120px);
    max-height: calc(100dvh - 18px);
  }

  .training-modal-panel {
    padding: 18px;
  }

  .training-form-grid,
  .compact-form-grid {
    grid-template-columns: 1fr;
  }

  .payment-card {
    position: static;
  }

  .payment-summary {
    grid-template-columns: 1fr;
  }

  .copy-field {
    grid-template-columns: 1fr;
  }

  .product-visual {
    overflow-x: auto;
  }

  .pricing-visual img {
    min-width: 0;
  }

  .pricing-card {
    padding: 16px;
  }

  .pricing-card > p {
    min-height: 0;
  }

  .pricing-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .preregistration-form {
    grid-template-columns: 1fr;
  }

  .pricing-specs div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 8px 0;
  }

  .pricing-specs dd {
    text-align: left;
  }

  .project-company {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .project-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .project-accordion-summary {
    align-items: flex-start;
    min-height: 0;
    padding: 16px;
  }

  .project-accordion-summary small {
    font-size: 13px;
  }

  .project-accordion > .project-board,
  .project-accordion > .collaboration-grid {
    padding: 10px;
  }

  .project-row p,
  .project-status {
    grid-column: 2;
  }

  .project-status {
    justify-self: start;
  }

  .collaboration-head {
    display: block;
  }

  .collaboration-grid {
    grid-template-columns: 1fr;
  }

  .metric-card.wide {
    grid-column: auto;
  }

  .split-intro {
    grid-template-columns: 1fr;
  }

  .value-grid > span {
    border-right: 1px solid var(--line);
    min-height: auto;
  }

  .service-card,
  .process-step {
    min-height: auto;
  }

  .academy-calendar article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .brochure-link {
    width: fit-content;
  }

}
