:root {
  --orange: #ff8b00;
  --orange-light: #ffb533;
  --white: #f6f7f8;
  --muted: #c1c1c5;
  --surface: #0b0b0d;
  --header-height: 76px;
  --ease: cubic-bezier(.2,.75,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--white);
  background: #050506;
  font-family: Montserrat, Avenir Next, Avenir, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none !important; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { color: #15100a; background: var(--orange); }

.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;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  padding: 10px 14px;
  color: #111;
  border-radius: 999px;
  background: var(--orange);
  transform: translateY(-150%);
  transition: transform .2s;
}
.skip-link:focus { transform: none; }

/* Header */
.topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: max(12px, env(safe-area-inset-top)) clamp(18px, 4vw, 76px) 12px;
  border-bottom: 1px solid transparent;
  transition: background-color .35s, border-color .35s, backdrop-filter .35s;
}
.topbar.is-scrolled {
  border-color: rgba(255,255,255,.08);
  background: rgba(6,6,7,.72);
  backdrop-filter: blur(20px) saturate(140%);
}
.logo {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.logo-mark {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: #16100a;
  border-radius: 4px;
  background: linear-gradient(145deg, var(--orange-light), var(--orange));
  box-shadow: 0 0 28px rgba(255,139,0,.34);
}
.logo small {
  margin-left: 2px;
  color: #8f9095;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(4px, .8vw, 14px);
}
.site-nav a {
  padding: 9px 14px;
  color: rgba(255,255,255,.68);
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s, border-color .25s, background-color .25s, transform .25s;
}
.site-nav a:hover,
.site-nav a.active {
  color: #fff;
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
}
.site-nav .nav-contact {
  color: #1a1208;
  background: linear-gradient(135deg, var(--orange-light), var(--orange));
}
.site-nav .nav-contact:hover { color: #111; transform: translateY(-2px); }
.menu-button { display: none; }

/* Scenes */
.scene {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  align-items: center;
/*  border-bottom: 1px solid rgba(255,255,255,.035);*/
  background: #080809;
}
.scene-media {
  position: absolute;
  inset: -4%;
  z-index: -4;
  overflow: hidden;
  transform: scale(1.02);
  will-change: transform;
}
.scene-media picture,
.scene-media img {
  width: 100%;
  height: 100%;
}
.scene-media img {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.03) contrast(1.02);
}
.scene::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3,3,4,.18), transparent 30%, transparent 70%, rgba(3,3,4,.14)),
    linear-gradient(180deg, rgba(0,0,0,.12), transparent 45%, rgba(0,0,0,.2));
}
.scene-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: calc(var(--header-height) + 46px) clamp(30px, 7vw, 132px) 72px;
}
.scene--left .scene-inner { display: flex; justify-content: flex-start; }
.scene--right .scene-inner { display: flex; justify-content: flex-end; }
.copy { width: min(47vw, 650px); }
.copy--hero { width: min(48vw, 690px); }
.kicker {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: clamp(11px, .9vw, 15px);
  font-weight: 830;
  letter-spacing: .17em;
  text-transform: uppercase;
}
h1, h2, p { text-wrap: balance; }
h1 {
  margin: 0;
  font-size: clamp(76px, 7.8vw, 150px);
  font-weight: 900;
  line-height: .78;
  letter-spacing: -.065em;
  text-shadow: 0 7px 40px rgba(0,0,0,.5);
}
h1 span, h2 span, .contact-title span { color: var(--orange); }
.hero-lead {
  max-width: 560px;
  margin: 30px 0 0;
  color: #e2e2e4;
  font-size: clamp(18px, 1.55vw, 28px);
  line-height: 1.55;
}
.copy h2 {
  margin: 0 0 16px;
  font-size: clamp(50px, 5vw, 92px);
  font-weight: 880;
  line-height: .92;
  letter-spacing: -.055em;
  text-shadow: 0 6px 30px rgba(0,0,0,.55);
}
.copy > p:not(.kicker) {
  max-width: 580px;
  margin: 0;
  color: #d5d5d8;
  font-size: clamp(16px, 1.2vw, 21px);
  line-height: 1.55;
  text-shadow: 0 3px 16px rgba(0,0,0,.8);
}
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 180px;
  margin-top: 28px;
  padding: 14px 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 0 15px 42px rgba(0,0,0,.28);
  transition: transform .25s, box-shadow .25s, border-color .25s, background-color .25s;
}
.primary-button {
  color: #181109;
  border-color: rgba(255,193,91,.5);
  background: linear-gradient(135deg, var(--orange-light), var(--orange));
}
.secondary-button { background: rgba(34,34,37,.76); backdrop-filter: blur(12px); }
.primary-button:hover,
.secondary-button:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(0,0,0,.42); }
.primary-button span,
.secondary-button span { font-size: 16px; }

/* Hero */
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
  align-items: center;
  gap: 30px;
}
.hero-badge {
  align-self: center;
  justify-self: end;
  margin-right: clamp(0px, 1vw, 40px);
  text-align: right;
}
.hero-badge > p {
  margin: 0 0 22px;
  color: var(--orange);
  font-size: clamp(18px, 1.6vw, 30px);
  font-weight: 850;
  line-height: .95;
  letter-spacing: .02em;
}
.hero-badge strong { color: #fff; }
.hero-badge > div {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 13px;
}
.hero-badge div span {
  color: var(--orange);
  font-size: clamp(70px, 7.5vw, 90px);
  font-weight: 900;
  line-height: .75;
  letter-spacing: -.06em;
  text-shadow: 0 0 35px rgba(255,139,0,.2);
}
.hero-badge div small { font-size: clamp(37px, 2.4vw, 96px);
  font-weight: 850;
  margin-left: 13px;}
.feature-tabs {
  position: absolute;
  right: 0;
  bottom: 34px;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: clamp(8px, 1.5vw, 30px);
  padding: 0 18px;
}
.feature-tabs a {
  min-width: 150px;
  padding: 10px 24px;
  color: #a7a7aa;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  background: rgba(28,28,31,.8);
font-size: 16px;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  transition: color .25s, background-color .25s, transform .25s;
}
.feature-tabs a:hover,
.feature-tabs a.active { color: #171008; background: var(--orange); transform: translateY(-2px); }
.scroll-cue {
  position: absolute;
  bottom: 112px;
  left: 50%;
  z-index: 4;
  display: grid;
  width: 26px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  transform: translateX(-50%);
}
.scroll-cue span {
  width: 4px;
  height: 8px;
  border-radius: 99px;
  background: #fff;
  animation: scrollCue 1.8s var(--ease) infinite;
}
@keyframes scrollCue {
  0% { opacity: 0; transform: translateY(-7px); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translateY(7px); }
}

/* Animated atmosphere */
.energy {
  position: absolute;
  z-index: -1;
  width: 40vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .17;
  pointer-events: none;
  animation: drift 13s ease-in-out infinite alternate;
}
.energy--orange { top: -20%; left: -12%; background: #ff9200; }
.energy--violet { right: -18%; bottom: -25%; background: #871cff; animation-delay: -5s; }
.energy--red { right: 15%; top: 2%; background: #ff2800; }
.energy--blue { left: 12%; bottom: -18%; background: #006dff; }
@keyframes drift {
  from { transform: translate3d(-3%, -2%, 0) scale(.9); }
  to { transform: translate3d(10%, 8%, 0) scale(1.15); }
}
.spark-field {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255,139,0,.8) 0 1px, transparent 1.5px);
  background-position: 0 0, 43px 73px;
  background-size: 120px 120px, 170px 170px;
  mask-image: radial-gradient(circle at 60% 45%, #000, transparent 72%);
  animation: stars 18s linear infinite;
}
@keyframes stars { to { background-position: 120px 120px, -127px 243px; } }

/* Contact */
.scene--contact { min-height: 94svh; }
.contact-inner { display: grid; place-items: center; text-align: center; }
.contact-card { width: min(100%, 920px); }
.contact-title {
  margin: 0;
  font-size: clamp(70px, 8.5vw, 160px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.065em;
}
.contact-card h2 {
  margin: 28px 0 0;
  font-size: clamp(28px, 2.6vw, 48px);
  line-height: 1;
}
.role {
  margin: 8px 0 0;
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .05em;
}
.contact-links {
  display: grid;
  gap: 8px;
  margin-top: 32px;
}
.contact-links a { color: #efeff1; font-size: clamp(18px, 1.6vw, 27px); }
.contact-links small { color: var(--orange); font-size: .72em; font-weight: 800; }
.back-top {
  display: inline-block;
  margin-top: 36px;
  color: #a5a5aa;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.contact-glow {
  position: absolute;
  right: -15%;
  bottom: -50%;
  left: -15%;
  z-index: -1;
  height: 80%;
  border-radius: 50%;
  background: rgba(255,0,83,.28);
  filter: blur(120px);
  animation: contactGlow 6s ease-in-out infinite alternate;
}
@keyframes contactGlow { to { opacity: .6; transform: scale(1.08); } }

/* Reveal */
.reveal {
  opacity: 0;
  transform: translate3d(0, 54px, 0);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal--delay { transition-delay: .16s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Tablet */
@media (max-width: 1100px) {
  :root { --header-height: 68px; }
  .menu-button {
    position: relative;
    z-index: 3;
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 13px;
    background: rgba(12,12,14,.5);
  }
  .menu-button span:not(.sr-only) { width: 20px; height: 2px; border-radius: 2px; background: #fff; transition: transform .25s, opacity .25s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    top: calc(var(--header-height) + 10px);
    right: 18px;
    left: 18px;
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    background: rgba(8,8,10,.94);
    box-shadow: 0 30px 80px rgba(0,0,0,.45);
    backdrop-filter: blur(22px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px) scale(.98);
    transition: opacity .25s, visibility .25s, transform .25s;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 13px 16px; text-align: center; }
  .hero-inner { grid-template-columns: 1fr .55fr; }
  .feature-tabs a { min-width: 118px; padding-inline: 16px; }
}

/* Mobile */
@media (max-width: 760px) {
  .topbar { padding-inline: 16px; }
  .logo small { display: none; }
  .scene { min-height: 100svh; align-items: end; }
  .scene-media { inset: 0; transform: none; }
  .scene-media img { object-fit: cover; }
  .scene::after {
    background:
      linear-gradient(180deg, rgba(2,2,3,.04) 0%, rgba(2,2,3,.08) 42%, rgba(2,2,3,.9) 79%, #070708 100%),
      linear-gradient(90deg, rgba(0,0,0,.18), transparent 50%, rgba(0,0,0,.12));
  }
  .scene-inner {
    width: 100%;
    padding: 105px 20px 64px;
  }
  .scene--left .scene-inner,
  .scene--right .scene-inner { display: block; }
  .copy,
  .copy--hero { width: 100%; }
  .copy {
    padding: 24px 22px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(11,11,13,.76), rgba(8,8,9,.55));
    box-shadow: 0 24px 64px rgba(0,0,0,.35);
    backdrop-filter: blur(14px);
  }
  .hero-inner { display: flex; min-height: 100svh; flex-direction: column; justify-content: flex-end; }
  .copy--hero { padding: 0; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  h1 { font-size: clamp(66px, 20vw, 92px); }
  .hero-lead { margin-top: 20px; font-size: 18px; }
  .copy h2 { font-size: clamp(44px, 13vw, 66px); }
  .copy > p:not(.kicker) { font-size: 16px; }
  .primary-button,
  .secondary-button { width: 100%; min-height: 50px; }
  .hero-badge { display: none; }
  .feature-tabs { display: none; }
  .scroll-cue { bottom: 22px; }
  .scene--hero .scene-media img { object-position: 55% center; }
  .scene--sale .scene-media img { object-position: 67% center; }
  .scene--payment .scene-media img { object-position: 28% center; }
  .scene--print .scene-media img { object-position: 71% center; }
  .scene--fiscal .scene-media img { object-position: 28% center; }
  .scene--scan .scene-media img { object-position: 68% center; }
  .scene--contact .scene-media img { object-position: center; }
  .contact-inner { min-height: 100svh; align-items: center; padding-bottom: 90px; }
  .contact-card {
    padding: 28px 20px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 26px;
    background: rgba(7,7,8,.42);
    backdrop-filter: blur(12px);
  }
  .contact-title { font-size: clamp(56px, 17vw, 82px); }
  .contact-links a { font-size: 18px; }
}

@media (max-width: 420px) {
  .scene-inner { padding-inline: 14px; }
  .copy { padding: 22px 18px; }
}

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

/*stil_nou*/
.scene--hero {
background: url("../assets/images/header.jpg");
    height: 100vh;

    background-size: cover;
  background-position: 50% 50%;
}
.header_top {
    color: #fff;
}
.header_top .conainer{
    height: 100vh;
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 60%;
  }
}
.img_header_midle img  {
    width: 60%;
  margin: auto;
}
.scene-inner h2 {
    color: #fff;
}
