.elementor-3806 .elementor-element.elementor-element-df8c0b8{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ee3d67c */:root {
  --bg: #020403;
  --panel: rgba(11, 23, 27, 0.72);
  --panel-strong: rgba(10, 20, 23, 0.92);
  --line: rgba(54, 255, 122, 0.2);
  --line-soft: rgba(255, 255, 255, 0.08);
  --text: #f3f7f4;
  --muted: #9aa6a2;
  --muted-2: #6f7a77;
  --green: #36f27a;
  --green-2: #18c65e;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --container: 1120px;
  --glow: 0 0 28px rgba(54, 242, 122, 0.35), 0 0 90px rgba(54, 242, 122, 0.12);

  /* Typography system */
  --fs-eyebrow: 12px;
  --fs-section-title: clamp(36px, 4.2vw, 56px);
  --fs-card-title: clamp(18px, 1.35vw, 21px);
  --fs-body: clamp(15px, 1.05vw, 17px);
  --fs-body-small: 15px;
  --fs-button: clamp(18px, 1.25vw, 22px);

  --lh-title: 1.04;
  --lh-card-title: 1.12;
  --lh-body: 1.68;

  --ls-title: -0.065em;
  --ls-card-title: -0.04em;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 8%, rgba(28, 206, 97, 0.16), transparent 32%),
    radial-gradient(circle at 18% 32%, rgba(28, 206, 97, 0.08), transparent 34%),
    linear-gradient(180deg, #020403 0%, #010705 48%, #020403 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 85%);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(28px, calc((100vw - var(--container)) / 2));
  background: rgba(2, 4, 3, 0.86);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(20px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.brand-mark {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: var(--green);
  filter: drop-shadow(0 0 14px rgba(54, 242, 122, 0.75));
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #c9d1cd;
  font-size: 13px;
  font-weight: 700;
}

.nav a,
.login {
  opacity: 0.78;
  transition: 0.18s ease;
}

.nav a:hover,
.login:hover {
  opacity: 1;
  color: var(--green);
}

.header-actions,
.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.login {
  color: #d8dfdc;
  font-size: 13px;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -0.02em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.bursierul-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 345px;
  min-height: 64px;
  margin-top: 24px;
  padding: 16px 28px;
  border-radius: 8px;
  border: 1px solid rgba(54, 242, 122, 0.4);
  font-size: var(--fs-button);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  color: #f6fff9;
  background: linear-gradient(135deg, #36f27a, #18c65e);
  box-shadow:
    0 0 28px rgba(54, 242, 122, 0.35),
    0 0 90px rgba(54, 242, 122, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bursierul-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 36px rgba(54, 242, 122, 0.55),
    0 0 110px rgba(54, 242, 122, 0.2);
}

.btn-secondary,
.btn-outline {
  color: #f6fff9;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.btn-secondary:hover,
.btn-outline:hover {
  border-color: rgba(54, 242, 122, 0.58);
  box-shadow: 0 0 28px rgba(54, 242, 122, 0.14);
}

.text-link {
  color: var(--green);
  font-size: 14px;
  font-weight: 850;
}

.text-link span {
  margin-left: 5px;
}

.section-shell {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  text-transform: uppercase;
  font-size: var(--fs-eyebrow);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.centered {
  text-align: center;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
.values-intro h2,
.founder-content h3 {
  font-family: Inter, system-ui, sans-serif;
}

/* Hero text-only */
.hero {
  display: block;
  padding: 60px 0 20px;
}

.hero-copy {
  width: 100%;
  max-width: none;
}

.hero h1,
.hero h2,
h1 {
  width: 100%;
  max-width: 980px;
  margin-bottom: 28px;
  font-size: var(--fs-section-title);
  line-height: var(--lh-title);
  font-weight: 900;
  letter-spacing: var(--ls-title);
}

h2 span {
  color: var(--green);
  text-shadow: 0 0 30px rgba(54, 242, 122, 0.45);
}

.lead {
  max-width: 760px;
  margin-top: 24px;
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: 560;
}

.hero-actions {
  margin-top: 32px;
}

.hero-visual {
  display: none !important;
}

/* Shared cards */
.values-card,
.timeline-card,
.cta {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(11, 23, 27, 0.74), rgba(2, 12, 10, 0.76));
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

/* Values */
.values-card {
  display: grid;
  grid-template-columns: 1.08fr repeat(4, 1fr);
  gap: 0;
  margin-top: 24px;
  padding: 36px 40px;
}

.values-card::before {
  display: none;
}

.values-intro {
  padding-right: 42px;
}

.values-intro h2,
.timeline-copy h2,
.cta h2,
.team h2 {
  margin-bottom: 24px;
  font-size: var(--fs-section-title);
  line-height: var(--lh-title);
  font-weight: 900;
  letter-spacing: var(--ls-title);
}

.values-intro p,
.value-item p,
.timeline-copy p,
.timeline p,
.cta p,
.section-copy,
.founder-content p {
  color: var(--muted);
  font-size: var(--fs-body-small);
  line-height: var(--lh-body);
  font-weight: 560;
}

.value-item {
  padding: 0 26px;
  border-left: 1px solid var(--line-soft);
}

.icon,
.step-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  color: var(--green);
  border: 1px solid rgba(54, 242, 122, 0.36);
  border-radius: 18px;
  background: rgba(54, 242, 122, 0.06);
  box-shadow: 0 0 26px rgba(54, 242, 122, 0.15);
  font-size: 24px;
  font-weight: 900;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.icon:hover,
.step-icon:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 0 16px rgba(54, 242, 122, 0.8));
}

.value-item h3,
.timeline h3,
.founder-content h3 {
  margin-bottom: 10px;
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
  font-weight: 900;
  letter-spacing: var(--ls-card-title);
}

/* Team */
.team {
  padding: 100px 0 38px;
  text-align: center;
}

.section-copy {
  max-width: 690px;
  margin: 0 auto 46px;
  font-size: var(--fs-body);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: left;
}

.founder-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(13, 31, 28, 0.9), rgba(5, 12, 12, 0.96));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.founder-card:hover {
  transform: translateY(-6px);
  border-color: rgba(54, 242, 122, 0.48);
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.52),
    0 0 44px rgba(54, 242, 122, 0.14);
}

.portrait {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 25%, rgba(54, 242, 122, 0.24), transparent 42%),
    linear-gradient(135deg, #11231d, #020907);
}

.portrait img {
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
  object-position: center 38%;
  filter: contrast(1.05) brightness(0.96);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.founder-card:hover .portrait img {
  transform: scale(1.045);
  filter: contrast(1.08) brightness(1);
}

.portrait::before {
  display: none;
}

.portrait::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(54, 242, 122, 0.35), transparent);
}

.founder-content {
  padding: 24px 28px 28px;
  text-align: center;
}

.role {
  margin-bottom: 13px;
  color: var(--green) !important;
  font-size: var(--fs-body-small);
  font-weight: 900;
  line-height: 1.35;
}

.founder-content a {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-top: 8px;
  color: var(--green);
  border: 1px solid rgba(54, 242, 122, 0.38);
  border-radius: 7px;
  background: rgba(54, 242, 122, 0.06);
  font-weight: 900;
}

/* Timeline */
.timeline-card {
  display: grid;
  grid-template-columns: 0.82fr 1.78fr;
  gap: 48px;
  margin-top: 36px;
  padding: 44px;
}

.timeline-copy .btn {
  margin-top: 20px;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 54px;
  right: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(54, 242, 122, 0.05), rgba(54, 242, 122, 0.65), rgba(54, 242, 122, 0.05));
}

.timeline article {
  position: relative;
  z-index: 1;
}

.timeline small {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: var(--fs-eyebrow);
  line-height: 1;
  font-weight: 900;
}

.step-icon {
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(54, 242, 122, 0.16), rgba(54, 242, 122, 0.04));
}

/* CTA */
.cta {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr 0.86fr;
  align-items: center;
  gap: 34px;
  margin-block: 44px 80px;
  padding: 34px 38px;
  background:
    radial-gradient(circle at 8% 50%, rgba(54, 242, 122, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(10, 32, 23, 0.95), rgba(5, 12, 12, 0.94));
  box-shadow: 0 0 0 1px rgba(54, 242, 122, 0.2), 0 0 62px rgba(54, 242, 122, 0.13);
}

.cta .eyebrow {
  margin-bottom: 8px;
}

.cta h2 {
  margin-bottom: 0;
}

.cta-actions {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.cta-actions span {
  color: var(--muted);
  font-size: var(--fs-body-small);
  text-align: center;
}

/* Desktop large */
@media (min-width: 1400px) {
  .hero {
    padding-bottom: 10px;
  }

  .values-card {
    margin-top: 16px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  :root {
    --fs-section-title: clamp(32px, 5vw, 48px);
    --fs-card-title: 20px;
    --fs-body: 16px;
  }

  .hero {
    padding: 48px 0 10px;
  }

  .values-card {
    margin-top: 10px;
  }
}

@media (max-width: 980px) {
  .nav,
  .login {
    display: none;
  }

  .hero,
  .timeline-card,
  .cta {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 28px;
    padding-top: 52px;
  }

  /* Values: icon stanga + text dreapta pe tableta/mobile */
  .values-card {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .values-intro {
    max-width: 100%;
    padding: 0;
    margin-bottom: 28px;
  }

  .value-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 20px;
    align-items: center;
    padding: 22px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .values-card .value-item:first-of-type {
    border-top: 0;
  }

  .value-item .icon {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .value-item h3 {
    margin-bottom: 6px;
  }

  .value-item p {
    margin-bottom: 0;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .portrait {
    min-height: 520px;
  }

  .portrait img {
    height: 520px;
    object-position: center 32%;
  }

  /* Timeline: icon stanga + text dreapta pe tableta/mobile */
  .timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .timeline::before {
    display: none;
  }

  .timeline article {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 20px;
    align-items: center;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .timeline article:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .timeline .step-icon {
    grid-row: 1 / span 3;
    margin-bottom: 0;
  }

  .timeline small,
  .timeline h3,
  .timeline p {
    grid-column: 2;
  }

  .timeline h3 {
    margin-bottom: 6px;
  }

  .timeline p {
    margin-bottom: 0;
  }
}

/* Mobile */
@media (max-width: 768px) {
  :root {
    --fs-section-title: clamp(32px, 9vw, 42px);
    --fs-card-title: 19px;
    --fs-body: 15px;
    --fs-body-small: 14.5px;
    --fs-button: 18px;
  }

  .hero {
    padding: 56px 0 32px;
  }

  .hero h1,
  .hero h2,
  h1 {
    line-height: 1.05;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 64px;
    padding-inline: 18px;
  }

  .brand {
    font-size: 23px;
  }

  .section-shell {
    width: min(100% - 28px, var(--container));
    padding: 0;
  }

  .lead {
    font-size: var(--fs-body);
  }

  .hero {
    padding-bottom: 10px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .values-card {
    margin-top: 10px;
    padding: 24px;
    border-radius: 22px;
  }

  .timeline-card,
  .cta {
    padding: 24px;
    border-radius: 22px;
  }

  .portrait {
    min-height: 460px;
  }

  .portrait img {
    height: 460px;
    object-position: center 30%;
  }

  .bursierul-cta {
    width: 100%;
    min-width: 0;
  }
}/* End custom CSS */