/* Landing – design inedit AutoQR */

.landing-hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 3.5rem 0 4.5rem;
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.landing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 55% at 15% -15%, rgba(6, 182, 212, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 70% 45% at 95% 30%, rgba(6, 182, 212, 0.09) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 100%, var(--accent-glow) 0%, transparent 45%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-elevated) 100%);
  pointer-events: none;
}

.landing-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 70%);
  pointer-events: none;
  opacity: 0.5;
}

.landing-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem 3rem;
}

.landing-hero__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.landing-hero__content {
  flex: 1 1 22rem;
  max-width: 38rem;
  min-width: 0;
}

.landing-hero__title {
  font-size: clamp(1.65rem, 3.6vw, 2.55rem);
  font-weight: 700;
  line-height: 1.14;
  margin: 0 0 1.15rem;
  color: var(--text);
  letter-spacing: -0.03em;
}

.landing-hero__title-line {
  display: block;
}

.landing-hero__title-line--accent {
  background: linear-gradient(135deg, var(--accent) 0%, #22d3ee 55%, var(--accent-hover) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0.02em;
}

.landing-hero__subtitle {
  font-size: clamp(1.02rem, 1.9vw, 1.15rem);
  color: var(--text-secondary);
  margin: 0 0 1.5rem;
  line-height: 1.75;
  max-width: 36rem;
}

.landing-hero__kpi {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  margin: 0 0 1.75rem;
  padding: 1rem 1.1rem;
  list-style: none;
  border-radius: 14px;
  background: rgba(6, 182, 212, 0.06);
  border: 1px solid rgba(6, 182, 212, 0.14);
}

.landing-hero__kpi-item {
  text-align: center;
  padding: 0.2rem 0.25rem;
  list-style: none;
}

.landing-hero__kpi-value {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.landing-hero__kpi-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.2rem;
  line-height: 1.3;
}

.landing-hero__cta-block {
  margin-bottom: 1.35rem;
}

.landing-hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
}

.landing-hero__cta-note {
  margin: 0.85rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--text-muted);
  max-width: 26rem;
}

.landing-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
  font-weight: 600;
  box-shadow: 0 14px 36px var(--accent-glow);
}

.landing-cta-arrow {
  flex-shrink: 0;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-cta-primary:hover .landing-cta-arrow {
  transform: translateX(3px);
}

.landing-hero__image {
  display: none;
}

.landing-hero__visual {
  position: relative;
  flex: 1 1 18rem;
  max-width: 100%;
}

.landing-hero__visual-ring {
  position: absolute;
  inset: -8% -6% -4% -6%;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.25), rgba(6, 182, 212, 0.02) 50%, rgba(34, 211, 238, 0.12));
  filter: blur(2px);
  opacity: 0.85;
  z-index: 0;
}

.landing-hero__visual-frame {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid rgba(6, 182, 212, 0.22);
  background: linear-gradient(165deg, var(--surface) 0%, var(--bg-elevated) 100%);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  overflow: hidden;
}

.landing-hero__visual-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.95), #0891b2);
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(6, 182, 212, 0.35);
}

.landing-hero__visual-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  animation: landing-hero-pulse 2s ease-in-out infinite;
}

@keyframes landing-hero-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero__visual-dot {
    animation: none;
  }
}

.landing-hero__visual-frame img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 14px;
}

/* Captură reală (webp/jpg/png) înlocuiește SVG-ul când există fișier în assets/images/landing/ */
.landing-hero__visual-frame img.landing-hero__photo {
  max-height: min(440px, 78vh);
  object-fit: contain;
  object-position: top center;
  background: var(--surface);
}

@media (min-width: 1024px) {
  .landing-hero__image.landing-hero__visual {
    display: block;
    max-width: min(480px, 44vw);
    margin-left: auto;
  }
}

/* Navbar */
.skip-link {
  position: absolute;
  left: 1rem;
  top: -48px;
  z-index: 150;
  background: var(--accent);
  color: #fff;
  padding: 0.6rem 0.85rem;
  border-radius: 10px;
  font-weight: 600;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.landing-navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6, 6, 10, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0.875rem 0;
}

[data-theme="light"] .landing-navbar {
  background: rgba(248, 250, 252, 0.9);
}

.landing-navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing-navbar__logo {
  display: flex;
  align-items: center;
}

.landing-navbar__logo-img {
  height: 34px !important;
  max-height: 34px !important;
  width: auto;
  max-width: 160px !important;
  object-fit: contain;
  background: transparent;
}

.landing-navbar__logo-text {
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--text);
  letter-spacing: -0.02em;
}

.landing-navbar__logo span {
  color: var(--accent);
}

.landing-navbar__links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

/* ==============================
   HAMBURGER BUTTON
   ============================== */
.landing-navbar__toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  cursor: pointer;
  flex-shrink: 0;
}

.landing-navbar__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

.landing-navbar__toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.landing-navbar__toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.landing-navbar__toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 960px) {
  /* Wrap logo+toggle on first row, links on second row */
  .landing-navbar .container {
    flex-wrap: wrap;
    gap: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .landing-navbar__toggle {
    display: flex;
    min-height: 44px;
    min-width: 44px;
    padding: 0.55rem 0.7rem;
  }

  .landing-navbar__links {
    /* Hidden by default; expands inline when open */
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    padding: 0.5rem 0 0.85rem;
    border-top: 1px solid var(--border);
    margin-top: 0.4rem;
  }

  .landing-navbar__links.is-open {
    display: flex;
  }

  .landing-navbar__links a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.7rem 0.75rem;
    border-radius: 8px;
    font-size: 1rem;
    min-height: 44px;
    line-height: 1.4;
  }

  .landing-navbar__links .btn.button-primary {
    width: 100%;
    text-align: center;
    margin-top: 0.35rem;
    min-height: 44px;
  }

  .landing-navbar__links .theme-toggle {
    padding: 0.5rem 0.25rem;
    justify-content: flex-start;
  }
}

.landing-navbar__links a {
  color: var(--text-secondary);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: transparent;
  border: 1px solid transparent;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.landing-navbar__links .btn.button-primary {
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-hover));
  color: #fff;
  box-shadow: 0 10px 22px var(--accent-glow);
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-navbar__links .btn.button-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px var(--accent-glow);
}

.landing-navbar__links a:hover {
  color: var(--accent);
  text-decoration: none;
  background: rgba(6, 182, 212, 0.12);
  border-color: rgba(6, 182, 212, 0.18);
}

/* Sections */
.landing-section {
  padding: 5rem 0;
  border-top: 1px solid var(--border);
  background: var(--bg);
}

.landing-section__title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
  color: var(--text);
  letter-spacing: -0.02em;
}

.landing-section__subtitle {
  text-align: center;
  color: var(--text-secondary);
  max-width: 42rem;
  margin: -1.75rem auto 2.5rem;
  line-height: 1.6;
}

/* Problem grid */
.landing-problem-grid {
  display: grid;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .landing-problem-grid {
    grid-template-columns: repeat(2, minmax(220px, 260px));
  }
}

@media (min-width: 1024px) {
  .landing-problem-grid {
    grid-template-columns: repeat(4, minmax(220px, 260px));
  }
}

.landing-problem-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.25rem 1rem;
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-problem-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.landing-problem-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(6, 182, 212, 0.12);
  color: var(--accent);
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.landing-problem-icon svg {
  width: 22px;
  height: 22px;
}

.landing-problem-card p {
  margin: 0;
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
}

/* Benefits grid */
.landing-benefits {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .landing-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .landing-benefits {
    grid-template-columns: repeat(3, 1fr);
  }
}

.landing-benefit-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.landing-benefit-card:hover {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent), 0 8px 24px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.landing-benefit-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text);
}

.landing-benefit-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* Pricing */
.landing-pricing {
  display: grid;
  gap: 1.5rem;
  max-width: 72rem;
  margin: 0 auto;
  align-items: stretch;
}

@media (min-width: 768px) {
  .landing-pricing {
    grid-template-columns: repeat(3, 1fr);
  }
}

.landing-price-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.25rem;
  text-align: center;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  overflow: visible;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.landing-price-card:hover {
  border-color: var(--border-focus);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  transform: translateY(-3px);
}

.landing-price-card--featured {
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(6, 182, 212, 0.45), 0 18px 40px rgba(0, 0, 0, 0.35);
  padding-top: 3rem;
}

.landing-price-card--featured::before {
  content: 'Recomandat';
  position: absolute;
  top: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent) 0%, #0891b2 100%);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
}

.landing-price-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(6, 182, 212, 0.35), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.4;
}

.landing-price-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text);
}

.landing-price-card .price {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}

.landing-price-card .price span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-muted);
}

.landing-price-card ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  text-align: left;
  flex: 1;
}

.landing-price-card li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
  color: var(--text-secondary);
  padding-left: 1.65rem;
  position: relative;
}

.landing-price-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.landing-price-card li:last-child {
  border-bottom: none;
}

.landing-pricing .btn {
  padding: 0.85rem 1.5rem;
  border-radius: 9999px;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  margin-top: auto;
}

.landing-pricing .button-secondary {
  background: linear-gradient(180deg, var(--surface), var(--surface-hover));
  border: 1px solid var(--border);
}

.landing-pricing .button-secondary:hover {
  border-color: var(--border-focus);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}

.landing-pricing .button-primary {
  box-shadow: 0 14px 30px var(--accent-glow);
}

.landing-pricing .button-primary:hover {
  box-shadow: 0 18px 36px var(--accent-glow);
}

/* Cart modal */
.landing-cart {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.landing-cart.is-open {
  display: flex;
}

.landing-cart__overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 6, 10, 0.7);
  backdrop-filter: blur(4px);
}

.landing-cart__panel {
  position: relative;
  z-index: 1;
  width: min(520px, 92vw);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  padding: 1.5rem;
  display: grid;
  gap: 1.25rem;
}

.landing-cart__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing-cart__header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: var(--text);
}

.landing-cart__close {
  border: none;
  background: transparent;
  color: var(--text-muted);
  font-size: 1.5rem;
  cursor: pointer;
}

.landing-cart__body {
  display: grid;
  gap: 1rem;
}

.landing-cart__row {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-cart__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
}

.landing-cart__select {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text);
  font-size: 0.9375rem;
}

.landing-cart__select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(6, 182, 212, 0.2);
}

.landing-cart__value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}

.landing-cart__note {
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.landing-cart__footer {
  display: flex;
}

@media (max-width: 520px) {
  .landing-cart__row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* FAQ */
.landing-faq {
  max-width: 42rem;
  margin: 0 auto;
}

.landing-faq__item {
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}

.landing-faq__item:first-child {
  padding-top: 0;
}

.landing-faq__item h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--text);
}

.landing-faq__item p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* QR demo */
.landing-qr-demo {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
  max-width: 22rem;
  margin: 0 auto;
  box-shadow: var(--shadow);
}

.landing-qr {
  background: var(--bg-elevated);
}

.landing-qr-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 960px) {
  .landing-qr-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.landing-qr-content .landing-section__title {
  text-align: left;
  margin-bottom: 0.75rem;
}

.landing-qr-content .landing-section__subtitle {
  text-align: left;
  margin: 0 0 1rem 0;
}

.landing-qr-lead {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.landing-qr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.landing-qr-list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  color: var(--text);
  font-weight: 500;
}

.landing-qr-list li::before {
  content: "✔";
  color: var(--accent);
  font-size: 0.95rem;
  margin-top: 0.1rem;
}

.landing-qr-preview {
  display: flex;
  justify-content: center;
}

.landing-qr-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.5rem;
  width: min(100%, 380px);
  box-shadow: var(--shadow);
}

.landing-qr-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.landing-qr-card__title {
  display: block;
  font-weight: 700;
  color: var(--text);
}

.landing-qr-card__subtitle {
  display: block;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.landing-qr-card__body {
  display: grid;
  gap: 0.6rem;
}

.landing-qr-card__visual {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
  line-height: 0;
}

[data-theme="dark"] .landing-qr-card__visual {
  background: var(--bg);
}

.landing-qr-card__visual img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1;
  object-fit: contain;
}

.landing-qr-card__row {
  height: 12px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.18);
}

.landing-qr-card__row:nth-child(2) {
  width: 90%;
}

.landing-qr-card__row:nth-child(3) {
  width: 72%;
}

.landing-qr-card__row:nth-child(4) {
  width: 84%;
}

.landing-qr-card__row:nth-child(5) {
  width: 65%;
}

/* Metrics */
.landing-metrics {
  background: var(--bg);
}

.landing-metrics-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 720px) {
  .landing-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .landing-metrics-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.landing-metric-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-metric-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.landing-metric-value {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.landing-metric-value--symbol {
  color: #fbbf24;
  font-size: 2rem;
  line-height: 1.1;
}

.landing-metric-card p {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

/* Certified */
.landing-certified {
  background: var(--bg-elevated);
}

.landing-certified-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 2rem;
  display: grid;
  gap: 1.5rem;
  align-items: center;
  box-shadow: var(--shadow);
}

@media (min-width: 900px) {
  .landing-certified-card {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.landing-certified-card h2 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
}

.landing-certified-card p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.7;
}

.landing-certified-badge {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.18), rgba(6, 182, 212, 0.05));
  border: 1px solid rgba(6, 182, 212, 0.35);
  border-radius: 14px;
  padding: 1.5rem;
  text-align: center;
  font-weight: 700;
  color: var(--accent);
}

/* Testimonials */
.landing-testimonials-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .landing-testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.landing-testimonial-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: var(--shadow);
  position: relative;
}

.landing-testimonial-rating {
  color: #fbbf24;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.landing-testimonial-card p {
  margin: 0 0 1rem 0;
  color: var(--text);
  font-weight: 600;
  line-height: 1.6;
}

.landing-testimonial-card span {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* Partners */
.landing-partners {
  background: var(--bg);
}

.landing-partners__search {
  max-width: 420px;
  margin: 0 auto 2rem;
}

.landing-partners__hint {
  margin: 0.5rem 0 0;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.landing-partners__grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .landing-partners__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.landing-partner-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
}

.landing-partner-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.landing-partner-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.landing-partner-card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.landing-partner-badge {
  background: rgba(6, 182, 212, 0.15);
  color: var(--accent);
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.landing-partner-card p {
  margin: 0 0 0.75rem 0;
  color: var(--text-secondary);
  line-height: 1.5;
}

.landing-partner-meta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.landing-partner-meta a {
  color: var(--accent);
  font-weight: 600;
}

.landing-partner-empty {
  text-align: center;
  color: var(--text-secondary);
  background: var(--surface);
  border: 1px dashed var(--border);
  border-radius: 12px;
  padding: 1.5rem;
}

.landing-partners__empty-results {
  margin: 1rem 0 0;
  text-align: center;
  color: var(--text-secondary);
  font-weight: 600;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* Pricing */
.landing-pricing-header {
  text-align: center;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.landing-pricing-header > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.landing-billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  color: var(--text-secondary);
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.landing-toggle {
  position: relative;
  width: 46px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.landing-toggle span {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.landing-toggle.active span {
  transform: translate(20px, -50%);
}

.landing-pricing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.15);
  color: var(--accent);
  font-weight: 600;
  margin: 0;
}

.landing-pricing-toggle {
  display: inline-flex;
  gap: 0.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.35rem;
  margin-top: 0.25rem;
}

.landing-pricing-toggle button {
  border: 0;
  background: transparent;
  color: var(--text-secondary);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.landing-pricing-toggle button.active {
  background: var(--accent);
  color: #fff;
}

/* Compare table */
.landing-compare {
  margin-top: 2.5rem;
  display: grid;
  gap: 0.5rem;
}

.landing-compare__row {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 0.6fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.landing-compare__row--head {
  background: var(--bg-elevated);
  font-weight: 700;
}

.landing-compare__row span {
  color: var(--text);
  font-weight: 600;
  text-align: center;
}

.landing-compare__row span:first-child {
  text-align: left;
  color: var(--text-secondary);
  font-weight: 600;
}

.landing-compare__row .is-ok {
  color: var(--accent);
  font-weight: 700;
}

.landing-compare__row .is-no {
  color: var(--text-muted);
  font-weight: 700;
}

/* FAQ grid */
.landing-faq {
  background: var(--bg);
}

.landing-faq-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: center;
}

@media (min-width: 900px) {
  .landing-faq-grid {
    grid-template-columns: repeat(5, minmax(200px, 1fr));
  }
}

.landing-faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.landing-faq-item:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.landing-faq-item h4 {
  margin: 0 0 0.6rem 0;
  font-size: 1.05rem;
  color: var(--text);
}

.landing-faq-item p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.6;
}

.landing-qr-demo__code {
  width: 160px;
  height: 160px;
  margin: 0 auto 1rem;
  background: var(--bg-elevated);
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.75rem;
}

.landing-qr-demo p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Screenshot */
.screenshot-dashboard {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

.screenshot-dashboard img {
  display: block;
  width: 100%;
}

/* Footer */
.landing-footer {
  position: relative;
  margin-top: 4rem;
  padding: 0;
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg) 100%);
  overflow: hidden;
}

.landing-footer__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 45% at 15% 0%, rgba(6, 182, 212, 0.09) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 20%, rgba(6, 182, 212, 0.05) 0%, transparent 50%);
  opacity: 0.85;
}

.landing-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem 2rem;
  padding: 3.25rem 1.5rem 2.25rem;
}

@media (min-width: 768px) {
  .landing-footer__inner {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 3rem 2.5rem;
    padding: 3.5rem 1.5rem 2.5rem;
  }
}

.landing-footer__about {
  min-width: 0;
}

.landing-footer__brand-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 0.85rem;
  transition: opacity 0.2s ease;
}

.landing-footer__brand-link:hover {
  opacity: 0.88;
}

.landing-footer__brand {
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--text);
  line-height: 1.2;
}

.landing-footer__brand span {
  color: var(--accent);
}

.landing-footer__tagline {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.65;
  max-width: 26rem;
}

.landing-footer__col {
  min-width: 0;
}

.landing-footer__heading {
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
  padding-bottom: 0.65rem;
  border-bottom: 1px solid color-mix(in srgb, var(--border) 80%, var(--accent) 8%);
}

.landing-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.landing-footer__links a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.6rem;
  margin-left: -0.6rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  text-decoration: none;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.landing-footer__links a:hover {
  color: var(--accent);
  background: rgba(6, 182, 212, 0.08);
}

[data-theme="light"] .landing-footer__links a:hover {
  background: rgba(6, 182, 212, 0.1);
}

.landing-footer__bar {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg) 92%, var(--surface) 8%);
}

.landing-footer__bar-inner {
  padding: 1.25rem 1.5rem 1.5rem;
  text-align: center;
}

@media (min-width: 640px) {
  .landing-footer__bar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 1rem;
  }
}

.landing-footer__legal {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.landing-footer__legal-sep {
  margin: 0 0.35rem;
  opacity: 0.65;
}

.landing-footer__contact {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.5;
}

@media (min-width: 640px) {
  .landing-footer__contact {
    margin: 0;
    padding-left: 1rem;
    border-left: 1px solid var(--border);
  }
}

.landing-footer__contact-label {
  margin-right: 0.35rem;
  opacity: 0.9;
}

.landing-footer__contact a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.landing-footer__contact a:hover {
  text-decoration: underline;
}

.landing-footer__site {
  margin: 0.5rem 0 0;
  font-size: 0.78rem;
  color: var(--text-muted);
  opacity: 0.92;
}

@media (min-width: 640px) {
  .landing-footer__site {
    margin: 0;
    padding-left: 1rem;
    border-left: 1px solid var(--border);
  }
}

/* ==============================
   HERO EYEBROW + TRUST
   ============================== */
.landing-hero__eyebrow {
  margin: 0 0 1rem;
}

.landing-hero__eyebrow-inner {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem 0.4rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(6, 182, 212, 0.1);
  border: 1px solid rgba(6, 182, 212, 0.22);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

[data-theme="light"] .landing-hero__eyebrow-inner {
  background: rgba(6, 182, 212, 0.08);
}

.landing-hero__eyebrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.18);
  color: var(--accent);
}

.landing-hero__eyebrow-icon svg {
  width: 14px;
  height: 14px;
}

.landing-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-hero__trust li {
  font-size: 0.8125rem;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  line-height: 1.35;
}

.landing-hero__trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent);
  opacity: 0.95;
}

/* ==============================
   COOKIE BANNER
   ============================== */
.cookie-banner {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  z-index: 200;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .cookie-banner {
    flex-direction: row;
    align-items: center;
  }

  .cookie-banner__content {
    flex: 1;
  }
}

.cookie-banner__content h4 {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  color: var(--text);
}

.cookie-banner__content p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
}

.cookie-banner__actions .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 9999px;
  white-space: nowrap;
}

/* ==============================
   MOBILE OVERRIDES ≤ 767px
   ============================== */
@media (max-width: 767px) {
  /* Hero */
  .landing-hero {
    min-height: auto;
    padding: 2.5rem 0 3rem;
  }

  .landing-hero::after {
    opacity: 0.35;
  }

  .landing-hero__content {
    max-width: 100%;
  }

  .landing-hero__eyebrow-inner {
    font-size: 0.7rem;
    padding: 0.35rem 0.65rem 0.35rem 0.45rem;
  }

  .landing-hero__subtitle {
    font-size: 1rem;
    max-width: 100%;
  }

  .landing-hero__kpi {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 0.75rem 1rem;
  }

  .landing-hero__kpi-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    text-align: left;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(6, 182, 212, 0.12);
  }

  .landing-hero__kpi-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .landing-hero__kpi-value {
    text-align: left;
  }

  .landing-hero__kpi-label {
    text-align: right;
    margin-top: 0;
    max-width: 11rem;
  }

  .landing-hero__cta {
    flex-direction: column;
  }

  .landing-hero__cta .btn {
    width: 100%;
    text-align: center;
    min-height: 48px;
    font-size: 1rem;
  }

  .landing-hero__cta-note {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-hero__trust {
    flex-direction: column;
    gap: 0.65rem;
    align-items: flex-start;
  }

  /* Sections */
  .landing-section {
    padding: 2.5rem 0;
  }

  .landing-section__title {
    margin-bottom: 1.5rem;
  }

  .landing-section__subtitle {
    margin-bottom: 1.5rem;
    margin-top: -1rem;
  }

  /* Problem grid — 2 col on phones */
  .landing-problem-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-content: unset;
  }

  /* Benefit cards */
  .landing-benefit-card {
    padding: 1.25rem;
  }

  /* QR section */
  .landing-qr-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  /* Metrics */
  .landing-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .landing-metric-card {
    padding: 1.25rem;
  }

  .landing-metric-value {
    font-size: 1.75rem;
  }

  /* Certified */
  .landing-certified-card {
    padding: 1.5rem;
  }

  .landing-certified-card h2 {
    font-size: 1.35rem;
  }

  /* Testimonials */
  .landing-testimonial-card {
    padding: 1.25rem;
  }

  /* Partners */
  .landing-partners__search {
    max-width: 100%;
  }

  /* Price cards */
  .landing-price-card {
    padding: 1.5rem;
  }

  /* Compare table — horizontal scroll */
  .landing-compare {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .landing-compare__row {
    min-width: 500px;
  }

  /* FAQ */
  .landing-faq-item {
    min-height: auto;
    padding: 1.25rem;
  }

  /* Cart — bottom sheet on mobile */
  .landing-cart.is-open {
    align-items: flex-end;
    justify-content: stretch;
  }

  .landing-cart__panel {
    width: 100% !important;
    border-radius: var(--radius) var(--radius) 0 0;
    max-height: 90dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Cookie banner — full-width bottom sheet */
  .cookie-banner {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: var(--radius) var(--radius) 0 0;
  }

  /* Footer */
  .landing-footer {
    margin-top: 2rem;
  }

  .landing-footer__inner {
    padding-top: 2.5rem;
    padding-bottom: 1.75rem;
  }

  .landing-footer__bar-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* ==============================
   EXTRA-SMALL PHONES ≤ 420px
   ============================== */
@media (max-width: 420px) {
  .landing-problem-grid {
    grid-template-columns: 1fr;
  }

  .landing-hero__trust {
    flex-direction: column;
    gap: 0.35rem;
  }

  .cookie-banner__actions {
    flex-direction: column;
  }

  .cookie-banner__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .landing-section__title {
    font-size: clamp(1.4rem, 7vw, 1.75rem);
  }
}

/* ========== Subtle motion (landing) ========== */
@keyframes landing-hero-line-in {
  from {
    opacity: 0;
    transform: translateY(0.85rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes landing-hero-art-in {
  from {
    opacity: 0;
    transform: translate3d(0.75rem, 0.5rem, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes landing-hero-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .landing-hero__content > .landing-hero__eyebrow,
  .landing-hero__content > .landing-hero__title,
  .landing-hero__content > .landing-hero__subtitle,
  .landing-hero__content > .landing-hero__kpi,
  .landing-hero__content > .landing-hero__cta-block,
  .landing-hero__content > .landing-hero__trust {
    opacity: 0;
    animation: landing-hero-line-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .landing-hero__content > .landing-hero__eyebrow {
    animation-delay: 0s;
  }

  .landing-hero__content > .landing-hero__title {
    animation-delay: 0.06s;
  }

  .landing-hero__content > .landing-hero__subtitle {
    animation-delay: 0.12s;
  }

  .landing-hero__content > .landing-hero__kpi {
    animation-delay: 0.16s;
  }

  .landing-hero__content > .landing-hero__cta-block {
    animation-delay: 0.22s;
  }

  .landing-hero__content > .landing-hero__trust {
    animation-delay: 0.3s;
  }
}

/* Ilustrație hero: doar desktop (sub 1024px coloana e ascunsă) */
@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .landing-hero__image {
    opacity: 0;
    animation: landing-hero-art-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
  }

  .landing-hero__image img {
    animation: landing-hero-float 9s ease-in-out 1s infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero__content > .landing-hero__eyebrow,
  .landing-hero__content > .landing-hero__title,
  .landing-hero__content > .landing-hero__subtitle,
  .landing-hero__content > .landing-hero__kpi,
  .landing-hero__content > .landing-hero__cta-block,
  .landing-hero__content > .landing-hero__trust,
  .landing-hero__image,
  .landing-hero__image img {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

/* Scroll reveal: visible by default; JS adds html.landing-motion */
html.landing-motion .landing-reveal:not(.is-inview) > .container {
  opacity: 0;
  transform: translateY(1.15rem);
}

html.landing-motion .landing-reveal > .container {
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

html.landing-motion .landing-reveal.is-inview > .container {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html.landing-motion .landing-reveal:not(.is-inview) > .container {
    opacity: 1;
    transform: none;
  }
}

/* Staggered lift for cards when section enters (lightweight) */
@media (prefers-reduced-motion: no-preference) {
  @keyframes landing-card-lift {
    from {
      transform: translateY(0.5rem);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  html.landing-motion .landing-reveal.is-inview .landing-problem-card,
  html.landing-motion .landing-reveal.is-inview .landing-benefit-card,
  html.landing-motion .landing-reveal.is-inview .landing-metric-card,
  html.landing-motion .landing-reveal.is-inview .landing-testimonial-card,
  html.landing-motion .landing-reveal.is-inview .landing-partner-card,
  html.landing-motion .landing-reveal.is-inview .landing-faq-item,
  html.landing-motion .landing-reveal.is-inview .landing-price-card {
    animation: landing-card-lift 0.5s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  html.landing-motion .landing-reveal.is-inview .landing-problem-card:nth-child(1) {
    animation-delay: 0.02s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-problem-card:nth-child(2) {
    animation-delay: 0.06s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-problem-card:nth-child(3) {
    animation-delay: 0.1s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-problem-card:nth-child(4) {
    animation-delay: 0.14s;
  }

  html.landing-motion .landing-reveal.is-inview .landing-benefit-card:nth-child(1) {
    animation-delay: 0.02s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-benefit-card:nth-child(2) {
    animation-delay: 0.05s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-benefit-card:nth-child(3) {
    animation-delay: 0.08s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-benefit-card:nth-child(4) {
    animation-delay: 0.11s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-benefit-card:nth-child(5) {
    animation-delay: 0.14s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-benefit-card:nth-child(6) {
    animation-delay: 0.17s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-benefit-card:nth-child(7) {
    animation-delay: 0.2s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-benefit-card:nth-child(8) {
    animation-delay: 0.23s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-benefit-card:nth-child(9) {
    animation-delay: 0.26s;
  }

  html.landing-motion .landing-reveal.is-inview .landing-metric-card:nth-child(1) {
    animation-delay: 0.02s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-metric-card:nth-child(2) {
    animation-delay: 0.06s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-metric-card:nth-child(3) {
    animation-delay: 0.1s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-metric-card:nth-child(4) {
    animation-delay: 0.14s;
  }

  html.landing-motion .landing-reveal.is-inview .landing-testimonial-card:nth-child(1) {
    animation-delay: 0.03s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-testimonial-card:nth-child(2) {
    animation-delay: 0.08s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-testimonial-card:nth-child(3) {
    animation-delay: 0.13s;
  }

  html.landing-motion .landing-reveal.is-inview .landing-faq-item:nth-child(1) {
    animation-delay: 0.02s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-faq-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-faq-item:nth-child(3) {
    animation-delay: 0.08s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-faq-item:nth-child(4) {
    animation-delay: 0.11s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-faq-item:nth-child(5) {
    animation-delay: 0.14s;
  }

  html.landing-motion .landing-reveal.is-inview .landing-price-card:nth-child(1) {
    animation-delay: 0.04s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-price-card:nth-child(2) {
    animation-delay: 0.1s;
  }
  html.landing-motion .landing-reveal.is-inview .landing-price-card:nth-child(3) {
    animation-delay: 0.16s;
  }
}

/* Navbar: depth on scroll */
.landing-navbar {
  transition:
    box-shadow 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease;
}

.landing-navbar.is-scrolled {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
}

[data-theme="light"] .landing-navbar.is-scrolled {
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

/* Hero CTA: crisp hover */
@media (prefers-reduced-motion: no-preference) {
  .landing-hero__cta .btn {
    transition:
      transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.22s ease;
  }

  .landing-hero__cta .btn:hover {
    transform: translateY(-2px);
  }

  .landing-hero__cta .btn:active {
    transform: translateY(0);
    transition-duration: 0.1s;
  }
}

/* QR preview card: soft emphasis */
@media (prefers-reduced-motion: no-preference) {
  .landing-qr-card {
    transition:
      transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.35s ease,
      border-color 0.35s ease;
  }

  .landing-qr-grid:hover .landing-qr-card {
    transform: translateY(-3px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  }
}

/* Pagini legale (termeni, confidențialitate) */
.legal-container {
  max-width: 46rem;
}

.legal-page h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.legal-lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.legal-notice {
  padding: 1rem 1.15rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.08);
  color: var(--text);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

[data-theme="light"] .legal-notice {
  background: rgba(245, 158, 11, 0.1);
}

.legal-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin: 0 0 0.75rem 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text);
}

.legal-card p {
  margin: 0 0 0.75rem 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-card a {
  color: var(--accent);
  font-weight: 600;
}

.legal-list {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.legal-list li {
  margin-bottom: 0.5rem;
}

.legal-list li:last-child {
  margin-bottom: 0;
}

.legal-placeholder {
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px dashed var(--border-focus);
  background: var(--bg-elevated);
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text);
}

.legal-placeholder code {
  font-size: 0.82em;
}

.legal-updated {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 2rem;
}

.legal-cross {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
}

.legal-cross a {
  color: var(--accent);
  font-weight: 600;
}

/* Pagina Chat / contact */
.landing-chat__hero {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
}

.landing-chat__eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.5rem;
}

.landing-chat__lead {
  margin-bottom: 0;
}

.landing-chat__channels {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .landing-chat__channels {
    grid-template-columns: repeat(2, 1fr);
  }
}

.landing-chat__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .landing-chat__card:hover {
    border-color: color-mix(in srgb, var(--accent) 40%, transparent);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
  }
}

.landing-chat__card--wa {
  background: linear-gradient(
    145deg,
    var(--surface) 0%,
    color-mix(in srgb, var(--accent) 12%, var(--surface)) 100%
  );
}

.landing-chat__card--mail {
  background: linear-gradient(145deg, var(--surface) 0%, rgba(16, 185, 129, 0.06) 100%);
}

.landing-chat__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-sm);
  background: var(--bg-elevated);
  color: var(--accent);
  margin-bottom: 1rem;
}

.landing-chat__card--mail .landing-chat__card-icon {
  color: #10b981;
}

.landing-chat__card-icon--wa {
  color: #25d366;
}

.landing-chat__card-title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text);
}

.landing-chat__card-text {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-secondary);
  flex: 1;
}

.landing-chat__card-muted {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.landing-chat__card-btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}

@media (min-width: 640px) {
  .landing-chat__card-btn {
    width: auto;
    align-self: flex-start;
  }
}

.landing-chat__form-panel {
  max-width: 36rem;
  margin: 0 auto 2rem;
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow);
}

.landing-chat__form-head {
  margin-bottom: 1.25rem;
}

.landing-chat__form-title {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
}

.landing-chat__form-sub {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.landing-chat__alert {
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.landing-chat__alert--success {
  border: 1px solid rgba(16, 185, 129, 0.45);
  background: rgba(16, 185, 129, 0.1);
  color: var(--text);
}

.landing-chat__alert--error {
  border: 1px solid rgba(239, 68, 68, 0.45);
  background: rgba(239, 68, 68, 0.08);
  color: var(--text);
}

.landing-chat__fields {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}

@media (min-width: 560px) {
  .landing-chat__fields {
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
}

.landing-chat__textarea {
  min-height: 8rem;
  resize: vertical;
  line-height: 1.55;
}

.landing-chat__field-error {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  color: var(--danger, #dc2626);
}

.landing-chat__actions {
  margin-top: 1.25rem;
}

.landing-chat__privacy {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.landing-chat__privacy a {
  color: var(--accent);
  font-weight: 600;
}

.landing-chat__hours {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.landing-chat__hours strong {
  color: var(--text-secondary);
  font-weight: 600;
}

/* Pagina dedicată FAQ (/faq) */
.landing-faq-page {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.landing-faq-page__hero {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.landing-faq-page__eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.5rem;
}

.landing-faq-page__title {
  font-size: clamp(1.85rem, 4.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0 0 1rem;
  line-height: 1.15;
}

.landing-faq-page__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.landing-faq-page__toc {
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.landing-faq-page__toc-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.65rem;
}

.landing-faq-page__toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.landing-faq-page__toc-list a {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

.landing-faq-page__toc-list a:hover {
  border-color: color-mix(in srgb, var(--accent) 45%, var(--border));
  color: var(--accent);
}

.landing-faq-page__layout {
  max-width: 48rem;
  margin: 0 auto;
}

.landing-faq-page__group {
  scroll-margin-top: 5.5rem;
  margin-bottom: 2.75rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}

.landing-faq-page__group:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.landing-faq-page__group-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.landing-faq-page__group-intro {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.landing-faq-page__qa {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  margin-bottom: 0.65rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.landing-faq-page__qa:last-child {
  margin-bottom: 0;
}

.landing-faq-page__qa summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 1rem 2.75rem 1rem 1.1rem;
  font-size: 0.975rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--text);
  user-select: none;
}

.landing-faq-page__qa summary::-webkit-details-marker {
  display: none;
}

.landing-faq-page__qa summary::after {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--accent);
  line-height: 1;
}

.landing-faq-page__qa[open] summary::after {
  content: '−';
}

.landing-faq-page__qa summary:focus {
  outline: none;
}

.landing-faq-page__qa summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

@media (prefers-reduced-motion: no-preference) {
  .landing-faq-page__qa summary {
    transition: color 0.2s ease;
  }

  .landing-faq-page__qa:hover {
    border-color: color-mix(in srgb, var(--accent) 28%, var(--border));
  }
}

.landing-faq-page__answer {
  padding: 0 1.1rem 1.1rem;
  border-top: 1px solid transparent;
}

.landing-faq-page__qa[open] .landing-faq-page__answer {
  border-top-color: var(--border);
}

.landing-faq-page__answer p {
  margin: 0 0 0.85rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.landing-faq-page__answer p:last-child {
  margin-bottom: 0;
}

.landing-faq-page__answer a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.landing-faq-page__answer strong {
  color: var(--text);
  font-weight: 600;
}

.landing-faq-page__cta {
  margin-top: 3rem;
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: linear-gradient(
    160deg,
    color-mix(in srgb, var(--accent) 8%, var(--surface)) 0%,
    var(--surface) 55%
  );
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.landing-faq-page__cta-title {
  margin: 0 0 1.25rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
}

.landing-faq-page__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: center;
}

.landing-faq-page__cta-actions .btn {
  min-width: 0;
}

/* Pagina dedicată Prețuri (/prețuri) */
.landing-pricing-page {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.landing-pricing-page__hero {
  margin: 0 auto 2.25rem;
  max-width: 48rem;
}

.landing-pricing-page__hero-card {
  position: relative;
  text-align: center;
  padding: 2rem 1.5rem 1.75rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--accent) 9%, var(--surface)) 0%,
    var(--surface) 42%,
    var(--bg-elevated) 100%
  );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    var(--shadow);
  overflow: hidden;
}

.landing-pricing-page__hero-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(6, 182, 212, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(6, 182, 212, 0.06) 0%, transparent 45%);
  pointer-events: none;
}

.landing-pricing-page__hero-card > * {
  position: relative;
  z-index: 1;
}

.landing-pricing-page__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 auto 1rem;
  padding: 0.4rem 0.95rem 0.4rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--border));
  border-radius: 999px;
}

.landing-pricing-page__eyebrow-icon {
  display: flex;
  color: var(--accent);
  opacity: 0.95;
}

.landing-pricing-page__title {
  font-size: clamp(1.85rem, 4.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0 0 1.1rem;
  line-height: 1.15;
}

.landing-pricing-page__lead {
  margin: 0 auto 1.35rem;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-secondary);
}

.landing-pricing-page__lead strong {
  color: var(--text);
  font-weight: 600;
}

.landing-pricing-page__callout {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  text-align: left;
  margin: 0 auto 1.35rem;
  max-width: 40rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--border));
  background: color-mix(in srgb, var(--accent) 6%, var(--bg-elevated));
}

.landing-pricing-page__callout-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
}

.landing-pricing-page__callout-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--text-secondary);
}

.landing-pricing-page__callout-text strong {
  color: var(--text);
  font-weight: 600;
}

.landing-pricing-page__account-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  padding-top: 0.15rem;
}

.landing-pricing-page__account-label {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.landing-pricing-page__account-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

.landing-pricing-page__account-link:hover {
  border-color: color-mix(in srgb, var(--accent) 35%, var(--border));
  color: var(--accent);
}

.landing-pricing-page__account-link--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, #0891b2 100%);
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(6, 182, 212, 0.25);
}

.landing-pricing-page__account-link--primary:hover {
  color: #fff;
  filter: brightness(1.05);
}

.landing-pricing-page__account-icon {
  display: flex;
  opacity: 0.9;
}

/* Toolbar: titlu planuri + comutator facturare (doar pagina /prețuri) */
.landing-pricing-header--page {
  display: grid;
  gap: 1.35rem;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1.35rem 1.25rem;
  text-align: left;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
}

@media (min-width: 880px) {
  .landing-pricing-header--page {
    grid-template-columns: minmax(0, 1.35fr) auto;
    gap: 2rem;
    padding: 1.5rem 1.75rem;
  }
}

@media (max-width: 879px) {
  .landing-pricing-page__billing-cluster {
    align-items: center;
    padding-top: 1rem;
    margin-top: 0.15rem;
    border-top: 1px solid var(--border);
  }
}

.landing-pricing-page__plans-intro {
  min-width: 0;
}

.landing-pricing-page__plans-heading {
  margin: 0 0 0.85rem;
  font-size: clamp(1.25rem, 2.5vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.2;
}

.landing-pricing-page__vat-note {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--text-secondary);
}

.landing-pricing-page__vat-badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0.1rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, var(--bg-elevated));
  border: 1px solid color-mix(in srgb, var(--accent) 25%, var(--border));
  border-radius: 10px;
}

.landing-pricing-page__vat-note strong {
  color: var(--text);
  font-weight: 600;
}

.landing-pricing-page__billing-cluster {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
}

@media (min-width: 880px) {
  .landing-pricing-page__billing-cluster {
    align-items: flex-end;
    min-width: 15rem;
  }
}

.landing-pricing-header--page .landing-billing-toggle {
  margin-top: 0;
  align-self: center;
}

@media (min-width: 880px) {
  .landing-pricing-header--page .landing-billing-toggle {
    align-self: flex-end;
  }
}

.landing-pricing-header--page .landing-pricing-badge {
  align-self: center;
  white-space: nowrap;
}

@media (min-width: 880px) {
  .landing-pricing-header--page .landing-pricing-badge {
    align-self: flex-end;
  }
}

.landing-price-badge {
  display: block;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.35rem;
}

.landing-pricing-page__footnotes {
  margin-top: 2.75rem;
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.landing-pricing-page__footnotes-title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
}

.landing-pricing-page__footnotes-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.landing-pricing-page__footnotes-list li {
  margin-bottom: 0.65rem;
}

.landing-pricing-page__footnotes-list li:last-child {
  margin-bottom: 0;
}

.landing-pricing-page__footnotes-list strong {
  color: var(--text);
  font-weight: 600;
}

.landing-pricing-page__cta {
  margin-top: 2.5rem;
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--accent) 7%, var(--surface)) 0%,
    var(--surface) 50%
  );
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.landing-pricing-page__cta-title {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}

.landing-pricing-page__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: center;
}

.landing-pricing-page__cta-actions .btn {
  min-width: 0;
}

.landing-pricing-page__cta-legal {
  margin: 1.25rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.landing-pricing-page__cta-legal a {
  color: var(--accent);
  font-weight: 600;
}
