@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  color-scheme: dark;
  --bg: #06101c;
  --bg-deep: #030913;
  --surface: #0c1928;
  --surface-2: #101f31;
  --surface-3: #152941;
  --line: #1d3550;
  --line-bright: #2e5d8c;
  --text: #f5f9ff;
  --muted: #a5b9ce;
  --muted-2: #7188a2;
  --blue: #1593ff;
  --blue-bright: #48b8ff;
  --blue-soft: rgba(21,147,255,.13);
  --amber: #ffab32;
  --green: #38d3a3;
  --danger: #ff6d71;
  --shadow: 0 24px 70px rgba(0,0,0,.32);
  --radius: 18px;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(16,92,169,.13), transparent 25rem),
    var(--bg);
  color: var(--text);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

button, input { font: inherit; }
a { color: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.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; z-index: 100; left: 16px; top: -60px; padding: 10px 14px; border-radius: 8px; background: white; color: #07111f; }
.skip-link:focus { top: 16px; }

.announcement {
  border-bottom: 1px solid rgba(84,150,218,.22);
  background: #081423;
  color: #c4d5e7;
  font-size: .78rem;
}
.announcement-inner { display: flex; align-items: center; gap: 11px; min-height: 34px; }
.announcement-help { margin-left: auto; }
.announcement a { color: var(--blue-bright); text-decoration: none; }

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgba(70,117,163,.24);
  background: rgba(5,14,25,.82);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s, background .2s;
}
.site-header.scrolled { background: rgba(4,11,20,.96); box-shadow: 0 10px 35px rgba(0,0,0,.24); }
.nav-wrap { display: flex; align-items: center; min-height: 74px; gap: 28px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  font: 700 1.35rem/1 'Space Grotesk', sans-serif;
  letter-spacing: -.04em;
  text-decoration: none;
}
.brand > span:last-child > span { color: var(--blue-bright); }
.brand-mark {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 10px);
  grid-template-rows: repeat(2, 10px);
  gap: 3px;
  width: 25px;
  height: 25px;
  transform: rotate(-7deg);
}
.brand-mark span { border-radius: 2px; background: linear-gradient(145deg, var(--blue-bright), #146fff); box-shadow: 0 0 18px rgba(21,147,255,.2); }
.brand-mark span:first-child { grid-row: 1 / 3; }
.brand-mark span:last-child { grid-column: 2; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a, .support-link {
  color: #b8c8d8;
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s;
}
.main-nav a:hover, .support-link:hover { color: white; }
.support-link { display: inline-flex; align-items: center; gap: 8px; margin-left: 8px; padding-left: 24px; border-left: 1px solid var(--line); }
.support-link svg { width: 19px; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(116deg, #06101d 0%, #071627 48%, #06111e 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  pointer-events: none;
  background: linear-gradient(to top, #06101c, transparent);
}
.hero-glow {
  position: absolute;
  top: -160px;
  right: -70px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16,118,225,.23), transparent 64%);
  filter: blur(12px);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; min-height: 650px; }
.hero-copy { position: relative; z-index: 3; padding: 84px 0 100px; }
.eyebrow {
  margin: 0 0 15px;
  color: var(--blue-bright);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-family: 'Space Grotesk', sans-serif; line-height: 1.06; letter-spacing: -.045em; }
h1 { max-width: 650px; font-size: clamp(3.1rem, 5vw, 5.25rem); }
h1::after {
  content: "";
  display: block;
  width: 82px;
  height: 4px;
  margin-top: 27px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--blue), transparent);
}
.hero-lead { max-width: 570px; margin: 25px 0 0; color: #bdccdc; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .15s, border-color .15s, background .15s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #087df1, #159cff); color: white; box-shadow: 0 12px 28px rgba(8,125,241,.25); }
.button-primary:hover { background: linear-gradient(135deg, #178bf8, #35adff); }
.button-ghost { border-color: #31506f; background: rgba(14,31,49,.7); color: #dbe8f4; }
.button-ghost:hover { border-color: #5d8ab5; background: #11253a; }
.hero-facts { display: flex; gap: 30px; margin-top: 38px; }
.hero-facts > div { display: flex; align-items: center; gap: 11px; }
.fact-icon { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(21,147,255,.38); border-radius: 50%; color: var(--blue-bright); background: rgba(11,69,119,.24); }
.fact-icon.amber { border-color: rgba(255,171,50,.38); color: var(--amber); background: rgba(117,72,9,.2); }
.fact-icon svg { width: 20px; }
.hero-facts strong, .hero-facts small { display: block; }
.hero-facts strong { font-size: .89rem; }
.hero-facts small { margin-top: 2px; color: var(--muted-2); font-size: .74rem; }

.hero-visual { position: absolute; z-index: 1; inset: 0 calc((100vw - min(var(--shell), calc(100vw - 40px))) / -2) 0 41%; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #06101d 0%, rgba(6,16,29,.82) 13%, transparent 42%), linear-gradient(to top, rgba(6,16,29,.72), transparent 38%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.96) contrast(1.02); }
.hero-badge {
  position: absolute;
  z-index: 3;
  right: clamp(28px, 7vw, 105px);
  bottom: 55px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid rgba(110,177,239,.27);
  border-radius: 11px;
  background: rgba(5,14,25,.76);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.hero-badge > span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 15px var(--green); }
.hero-badge strong, .hero-badge small { display: block; }
.hero-badge strong { font-size: .76rem; }
.hero-badge small { color: var(--muted-2); font-size: .68rem; }

.promise { position: relative; z-index: 3; margin-top: -1px; border-bottom: 1px solid var(--line); background: #07121f; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise article { display: flex; gap: 14px; padding: 25px 28px; border-right: 1px solid var(--line); }
.promise article:first-child { padding-left: 0; }
.promise article:last-child { border-right: 0; padding-right: 0; }
.promise svg { flex: 0 0 27px; width: 27px; color: var(--blue-bright); }
.promise strong, .promise span { display: block; }
.promise strong { margin-bottom: 4px; font-size: .84rem; }
.promise span { color: var(--muted-2); font-size: .75rem; line-height: 1.45; }

.catalog-section { padding: 100px 0 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 35px; }
.section-heading h2, .help-section h2 { font-size: clamp(2rem, 3vw, 3.1rem); }
.section-heading > p { max-width: 490px; margin: 0; color: var(--muted); font-size: .9rem; }
.section-heading.narrow { margin-bottom: 42px; }
.filters { display: flex; gap: 6px; width: fit-content; margin-bottom: 24px; padding: 5px; border: 1px solid var(--line); border-radius: 11px; background: #091522; }
.filter { min-height: 38px; padding: 0 17px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); cursor: pointer; font-size: .82rem; font-weight: 700; }
.filter:hover { color: white; }
.filter.active { background: #12375a; color: #a9d7ff; box-shadow: inset 0 0 0 1px #235884; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 405px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(16,31,49,.96), rgba(9,21,34,.96));
  transition: transform .18s, border-color .18s, box-shadow .18s;
}
.product-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; opacity: .5; background: linear-gradient(90deg, var(--blue), transparent 70%); }
.product-card:hover { transform: translateY(-4px); border-color: #315a7d; box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.product-card:focus-visible { outline: 3px solid rgba(72,184,255,.55); outline-offset: 3px; }
.product-card[hidden] { display: none; }
.product-card-wide { grid-column: span 2; min-height: 355px; }
.product-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.delivery-tag { display: inline-flex; align-items: center; min-height: 27px; padding: 0 9px; border-radius: 7px; font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.delivery-tag.digital { color: #8ed8ff; background: rgba(21,147,255,.13); }
.delivery-tag.assisted { color: #ffd184; background: rgba(255,171,50,.12); }
.delivery-tag.courier { color: #8de5cb; background: rgba(56,211,163,.11); }
.product-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #264b6d; border-radius: 13px; color: #5dc0ff; background: #0c2740; }
.product-icon svg { width: 25px; stroke: none; fill: currentColor; }
.office-icon { color: #ff8557; border-color: #553326; background: #2d1c18; }
.usb-icon { color: #8de5cb; border-color: #275a4b; background: #102d29; }
.product-type { margin: 34px 0 7px; color: var(--blue-bright); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-card h3 { font-size: 1.45rem; }
.product-card > p:not(.product-type) { margin: 15px 0; color: var(--muted); font-size: .83rem; line-height: 1.65; }
.product-card ul { display: grid; gap: 7px; margin: 0 0 25px; padding: 0; list-style: none; color: #bacadb; font-size: .78rem; }
.product-card li { position: relative; padding-left: 18px; }
.product-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.product-link { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: auto; padding: 12px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: #dce9f5; cursor: pointer; font-size: .82rem; font-weight: 800; text-align: left; text-decoration: none; }
.product-link span { color: var(--blue-bright); font-size: 1.15rem; transition: transform .15s; }
.product-link:hover span { transform: translateX(4px); }

.activation-notice {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid #604c2b;
  border-radius: 14px;
  background: linear-gradient(100deg, rgba(85,58,18,.35), rgba(23,31,38,.55));
}
.notice-icon { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; border: 1px solid #966a27; border-radius: 50%; color: #ffd184; font: 700 .85rem 'Space Grotesk'; }
.activation-notice strong { display: block; color: #ffe1a8; font-size: .94rem; }
.activation-notice p { margin: 3px 0 0; color: #aa9b81; font-size: .78rem; }

.process-section { padding: 96px 0; border-block: 1px solid var(--line); background: #07121f; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.steps article { min-height: 245px; padding: 30px; background: #0b1827; }
.steps span { display: inline-flex; margin-bottom: 45px; color: var(--blue-bright); font: 600 .8rem 'Space Grotesk'; letter-spacing: .1em; }
.steps h3 { font-size: 1.3rem; }
.steps p { margin: 13px 0 0; color: var(--muted); font-size: .85rem; }

.help-section { padding: 105px 0; }
.help-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.help-grid > div:first-child > p:not(.eyebrow) { max-width: 500px; margin: 22px 0 30px; color: var(--muted); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--blue-bright); font-size: 1.4rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -5px 0 22px; padding-right: 35px; color: var(--muted); font-size: .86rem; }

footer { padding: 60px 0 22px; border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid p { max-width: 390px; margin: 0; color: var(--muted-2); font-size: .82rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid strong { margin-bottom: 6px; font-size: .82rem; }
.footer-grid a:not(.brand) { color: var(--muted-2); font-size: .78rem; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid #142334; color: #5f748c; font-size: .72rem; }

@media (max-width: 1060px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .78rem; }
  .support-link { padding-left: 14px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { width: 58%; }
  .hero-visual { left: 40%; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card-wide { grid-column: span 1; min-height: 405px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .announcement-help { display: none; }
  .nav-wrap { min-height: 66px; }
  .nav-toggle { display: grid; gap: 6px; margin-left: auto; padding: 10px; border: 0; background: transparent; color: white; cursor: pointer; }
  .nav-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; background: currentColor; transition: transform .2s; }
  .nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav {
    position: absolute;
    inset: 66px 14px auto;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(7,18,31,.98);
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 12px; font-size: .88rem; }
  .support-link { margin: 0; padding: 0; border: 0; }
  .support-link svg { width: 21px; }
  .hero { min-height: auto; }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { width: 100%; padding: 70px 0 40px; }
  h1 { font-size: clamp(2.75rem, 11vw, 4.2rem); }
  .hero-visual { position: relative; inset: auto; width: 100vw; height: 420px; margin-inline: calc(50% - 50vw); }
  .hero-visual::after { background: linear-gradient(to bottom, #06101d 0%, transparent 24%), linear-gradient(to top, #06101d, transparent 30%); }
  .hero-visual img { object-position: 57% center; }
  .hero-badge { right: 18px; bottom: 30px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise article, .promise article:first-child, .promise article:last-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .promise article:last-child { border-bottom: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .help-grid { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 580px) {
  body { font-size: 15px; }
  .announcement-inner { gap: 7px; font-size: .68rem; }
  .announcement-inner span:nth-child(2) { display: none; }
  .announcement-inner span:nth-child(3) { margin-left: auto; }
  .brand { font-size: 1.17rem; }
  .support-link { font-size: 0; }
  .hero-copy { padding-top: 55px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-facts { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-visual { height: 330px; }
  .hero-badge { left: 14px; right: auto; bottom: 18px; }
  .catalog-section, .help-section { padding: 74px 0; }
  .process-section { padding: 72px 0; }
  .filters { width: 100%; overflow-x: auto; }
  .filter { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card-wide { min-height: 385px; }
  .activation-notice { align-items: flex-start; padding: 17px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 0; padding: 26px; }
  .steps span { margin-bottom: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 12px; flex-direction: column; }
}

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

/* Coș — disponibil în navigația principală și pe paginile de produs. */
.cart-link {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}
.cart-link span {
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  padding: 0 6px;
  border: 1px solid rgba(72,184,255,.36);
  border-radius: 999px;
  color: #bde5ff;
  background: rgba(21,147,255,.13);
  font-size: .66rem;
  line-height: 1;
}
