:root {
  --ink: #07110f;
  --ink-soft: #0c1916;
  --paper: #eef3ef;
  --muted: #9ca9a3;
  --line: rgba(255,255,255,.14);
  --green: #79f2c0;
  --green-dark: #194c3c;
  --blue: #78b7ff;
  --gold: #d6b371;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
[id] { scroll-margin-top: 24px; }
:where(a, button):focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }

.topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 80px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; object-fit: contain;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 18px; letter-spacing: .16em; }
.brand-copy small { margin-top: 6px; font-size: 9px; letter-spacing: .24em; color: #a8b4af; }
.nav-links { display: flex; align-items: center; gap: 20px; font-size: 14px; color: #dce5e1; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--green); }
.nav-contact { border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 10px 18px; }
.lang-switch { display: inline-flex; padding: 3px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(5,14,12,.35); }
.lang-button { width: 34px; height: 30px; padding: 0; border: 0; border-radius: 999px; color: #b9c5c0; background: transparent; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.lang-button:hover { color: #fff; }
.lang-button.active { color: var(--ink); background: var(--green); }

.hero {
  position: relative;
  min-height: max(720px, 100svh);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: clip;
  padding-top: 96px;
}
.hero-image {
  position: absolute; inset: 0;
  background: url("edeland-fleet-hero.webp") center center / cover no-repeat;
  transform: scale(1.015);
  animation: settle 1.5s cubic-bezier(.2,.7,.2,1) both;
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(5,14,12,.97) 0%, rgba(5,14,12,.84) 34%, rgba(5,14,12,.2) 70%, rgba(5,14,12,.28) 100%),
    linear-gradient(0deg, rgba(5,14,12,.82) 0%, transparent 40%);
}
.hero-content {
  position: relative; z-index: 2;
  width: min(760px, 88vw);
  margin-left: clamp(24px, 7vw, 112px);
  padding: 48px 0;
  align-self: center;
}
.eyebrow, .kicker {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 12px; animation: rise .8s .15s both; }
.eyebrow-line { width: 34px; height: 1px; flex: 0 0 34px; background: var(--green); }
.eyebrow [data-i18n] { min-width: 0; }
h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(52px, 6.2vw, 96px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 650;
  animation: rise .9s .25s both;
}
h1 em { color: var(--green); font-style: normal; font-weight: 430; }
.hero-copy {
  max-width: 590px;
  margin: 30px 0 0;
  color: #c5d0cb;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
  animation: rise .9s .35s both;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; animation: rise .9s .45s both; }
.button {
  min-height: 52px; padding: 0 22px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--ink); }
.button-primary:hover { background: #96f7d0; }
.button-ghost { border: 1px solid rgba(255,255,255,.3); background: rgba(5,14,12,.35); backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button svg { width: 18px; height: 18px; fill: currentColor; }
.hero-foot {
  position: relative; z-index: 2;
  margin: 0 clamp(24px, 5vw, 80px) 0 clamp(24px, 7vw, 112px);
  padding-bottom: 30px;
  display: flex; align-items: center; gap: 34px; color: #abb7b2;
}
.hero-foot > div:not(.hero-foot-line) { display: flex; align-items: baseline; gap: 8px; }
.hero-foot strong { color: #fff; font-size: 24px; }
.hero-foot span, .hero-foot p { font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.hero-foot-line { flex: 1; height: 1px; background: rgba(255,255,255,.18); }
.hero-foot p { margin: 0; }

.solutions { padding: 120px clamp(24px, 6vw, 96px) 130px; background: #f1f4f1; color: var(--ink); }
.section-heading { display: grid; grid-template-columns: .9fr 1.4fr 1fr; gap: 40px; align-items: end; margin-bottom: 56px; }
.section-heading > * { min-width: 0; }
.section-heading .kicker { color: #1d765a; margin: 0; }
.section-heading h2, .contact-intro h2 { margin: 0; font-size: clamp(36px, 4vw, 62px); letter-spacing: -.045em; line-height: 1.02; font-weight: 620; }
.section-heading > p:last-child { margin: 0; color: #59655f; line-height: 1.7; }
.solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.solution-card {
  min-width: 0;
  min-height: 540px;
  padding: 28px;
  border: 1px solid #d5ddd8;
  border-radius: 16px;
  display: flex; flex-direction: column;
  color: #eef3ef;
  background: #0c1916;
  border-color: #0c1916;
  transition: transform .28s ease, box-shadow .28s ease;
}
.solution-card:hover { transform: translateY(-7px); box-shadow: 0 22px 55px rgba(7,17,15,.1); }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.card-number { color: #8d9893; font-size: 12px; letter-spacing: .18em; }
.status { display: inline-flex; align-items: center; gap: 7px; color: #5f6c66; font-size: 12px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #37d897; box-shadow: 0 0 0 4px rgba(55,216,151,.12); }
.solution-card .status { color: #b8c7c0; }
.status-person i { background: #499ef4; box-shadow: 0 0 0 4px rgba(73,158,244,.12); }
.status-field i { background: #d9a64b; box-shadow: 0 0 0 4px rgba(217,166,75,.13); }
.product-name { margin-top: 66px; display: flex; align-items: center; gap: 14px; }
.product-icon { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 54px; }
.product-icon img { display: block; width: 54px; height: 54px; object-fit: contain; }
.product-icon.one img { border-radius: 14px; }
.product-icon.verse img { width: 56px; height: 54px; }
.product-icon.land img { width: 54px; height: 54px; }
.product-name h3 { min-width: 0; margin: 0; font-size: 31px; letter-spacing: -.035em; overflow-wrap: anywhere; }
.card-label { margin: 18px 0 0; color: #718078; font-size: 12px; letter-spacing: .16em; font-weight: 700; text-transform: uppercase; }
.solution-card .card-label { color: #79f2c0; }
.card-copy { margin: 22px 0; color: #5d6963; line-height: 1.7; }
.solution-card .card-copy { color: #bdc8c3; }
.solution-card ul { list-style: none; padding: 0; margin: 0; }
.solution-card li { padding: 8px 0; border-bottom: 1px solid #e4e9e6; font-size: 14px; }
.solution-card li { border-color: rgba(255,255,255,.1); }
.solution-card li::before { content: "—"; margin-right: 10px; color: #238565; }
.card-link {
  margin-top: auto; padding-top: 26px; display: flex; justify-content: space-between; align-items: center; gap: 18px;
  border-top: 1px solid #dfe5e1; font-weight: 700; font-size: 14px;
}
.solution-card .card-link { border-color: rgba(255,255,255,.14); color: var(--green); }
.card-link > span:first-child { min-width: 0; }
.card-link .link-arrow { flex: 0 0 auto; font-size: 19px; transition: transform .2s ease; }
.card-link:hover .link-arrow { transform: translate(3px,-3px); }

.contact-band {
  margin: 0 clamp(24px, 6vw, 96px) 96px;
  padding: clamp(40px, 4.5vw, 64px);
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .9fr) minmax(220px, .7fr); gap: clamp(30px, 3vw, 48px); align-items: center;
  border: 1px solid rgba(121,242,192,.2); border-radius: 20px;
  background: linear-gradient(135deg, #0c1916, #10231e);
}
.contact-intro .kicker { margin-bottom: 18px; }
.contact-intro h2 { font-size: clamp(34px, 3.2vw, 54px); }
.contact-person { min-width: 0; display: flex; align-items: center; gap: 16px; }
.portrait { width: 112px; height: 112px; flex: 0 0 112px; object-fit: cover; border-radius: 16px; border: 1px solid rgba(255,255,255,.2); filter: contrast(1.03); }
.contact-person div { min-width: 0; display: flex; flex-direction: column; }
.contact-person strong { font-size: 17px; }
.contact-person div span { margin-top: 5px; color: #93a29b; font-size: 13px; overflow-wrap: anywhere; }
.contact-actions { min-width: 0; display: flex; flex-direction: column; }
.contact-actions a { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14px; overflow-wrap: anywhere; }
.contact-actions a:hover { color: var(--green); }
.contact-actions a:last-child { border-bottom: 0; }
.contact-actions .save-contact {
  margin-bottom: 6px;
  padding: 13px 14px;
  border: 1px solid rgba(121,242,192,.28);
  border-radius: 8px;
  color: var(--green);
  background: rgba(121,242,192,.07);
  font-weight: 700;
}
.contact-actions .save-contact:hover { background: rgba(121,242,192,.13); }

footer {
  min-height: 110px; padding: 0 clamp(24px, 6vw, 96px);
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center;
  border-top: 1px solid rgba(255,255,255,.1); color: #86938d; font-size: 13px;
}
.footer-brand { color: #fff; font-weight: 800; letter-spacing: .16em; display: inline-flex; align-items: center; gap: 10px; }
.footer-brand img { width: 30px; height: 30px; object-fit: contain; }
footer p { text-align: center; }
footer div { display: flex; justify-content: flex-end; gap: 22px; }
footer a:hover { color: var(--green); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.solution-card:nth-child(2) { transition-delay: .08s; }
.solution-card:nth-child(3) { transition-delay: .16s; }

@keyframes rise { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@keyframes settle { from { transform: scale(1.06); filter: brightness(.7); } to { transform: scale(1.015); filter: brightness(1); } }

@media (max-width: 1180px) {
  .section-heading { grid-template-columns: 1fr 1.5fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .solution-card:last-child { grid-column: 1 / -1; min-height: 450px; }
  .contact-band { grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); }
  .contact-intro { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  footer { padding-block: 30px; grid-template-columns: 1fr; }
  footer p { margin: 0; text-align: left; }
  footer div { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 720px) {
  .topbar { height: 78px; padding: 0 20px; }
  .nav-links { gap: 8px; }
  .nav-links > a:not(.nav-contact) { display: none; }
  .nav-contact { padding: 9px 13px; }
  .brand-copy small { display: none; }
  .hero { min-height: max(700px, 100svh); padding-top: 78px; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,14,12,.96) 0%, rgba(5,14,12,.73) 68%, rgba(5,14,12,.35)), linear-gradient(0deg, rgba(5,14,12,.9), transparent 50%); }
  .hero-content { width: auto; margin: 0 20px; padding: 48px 0 38px; }
  h1 { font-size: clamp(42px, 12.5vw, 66px); line-height: .98; }
  .hero-copy { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { padding: 0 14px; }
  .hero-foot { margin: 0 20px; padding-bottom: 22px; gap: 18px; }
  .hero-foot-line, .hero-foot p { display: none; }
  .solutions { padding: 82px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 36px; }
  .section-heading > p:last-child { grid-column: auto; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card, .solution-card:last-child { grid-column: auto; min-height: 0; padding: 24px; }
  .product-name { margin-top: 52px; }
  .contact-band { margin: 0 20px 64px; padding: 34px 24px; grid-template-columns: 1fr; gap: 28px; }
  .contact-intro { grid-column: auto; }
  .contact-person { align-items: flex-start; }
  .portrait { width: 88px; height: 88px; flex-basis: 88px; border-radius: 14px; }
  footer { padding: 30px 20px; text-align: left; }
}

@media (max-width: 480px) {
  .hero-actions { grid-template-columns: 1fr; }
  .button { min-height: 50px; }
  .hero-foot { align-items: flex-start; }
  .hero-foot > div:not(.hero-foot-line) { flex-direction: column; gap: 0; }
}

@media (max-width: 390px) {
  .brand-copy { display: none; }
  .topbar { padding-inline: 16px; }
  .hero-content, .hero-foot { margin-inline: 16px; }
  .solutions { padding-inline: 16px; }
  .contact-band { margin-inline: 16px; padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
