body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background: #0b1118;      /* mai cinematic, mai cald */
  color: #e9f1f7;
}


header {
  background: #0f1824;
  border-bottom: 1px solid #1f2b3c;
  padding: 16px 24px;
}

nav a {
  color: #cfe9ff;
  text-decoration: none;
  margin-right: 16px;
  font-weight: 500;
}

nav a:hover {
  text-decoration: underline;
}

main {
  max-width: 1250px;
  margin: 0 auto;
  padding: 24px;
}

footer {
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #1f2b3c;
  color: #9db5c9;
}

h1, h2, h3 {
  color: #eaf4ff;
  letter-spacing: 0.5px;
}

h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

h2 {
  margin-top: 28px;
  border-left: 4px solid #00d1d8;

  padding-left: 10px;
}

.hero {
  background: linear-gradient(180deg, #0f1824, #0b0f14);
  border: 1px solid #1f2b3c;
  padding: 28px;
  border-radius: 10px;
  margin-bottom: 28px;
}





.hero {
  background: linear-gradient(145deg, #0f1824, #0b111b);
  border: 1px solid #1f2b3c;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  margin-left: -12px;
  margin-right: -12px
}

.card {
  background: #0f1824;
  border: 1px solid rgba(0, 209, 216, 0.18);

  border-radius: 12px;
  padding: 26px 28px;

  margin: 24px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}


.page-title {
  color: #00d1d8;          /* turcoaz brand */
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

.page-title {
  color: #00d1d8;
  text-shadow: 0 0 6px rgba(0, 209, 216, 0.15);
}



.hero h2 {
  margin-top: 0;
  color: #eaf4ff;
}

.hero p {
  line-height: 1.6;
}

.btn {
  display: inline-block;
  padding: 10px 18px;
  background: #00d1d8;      /* turcoaz brand */
  color: #002a2c;           /* text închis, lizibil */
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}


.btn:hover {
  background: #00b5bd;
}


.section h2 {
  border-left: 4px solid #00d1d8;
  padding-left: 10px;
  margin-top: 40px;
}

.section p,
.section ul {
  line-height: 1.6;
}

.perfect h2 {
  border-left: 4px solid #00d1d8;
  padding-left: 10px;
  margin-top: 40px;
}

.perfect ul li {
  margin: 6px 0;
  line-height: 1.6;
}

.benefits h2 {
  border-left: 4px solid #00d1d8;
  padding-left: 10px;
}

.twocol {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;

  gap: 30px;
  align-items: start;
  margin-top: 30px;
}

.twocol p,
.twocol ul {
  line-height: 1.7;
}

.steps li {
  margin: 14px 0;
  line-height: 1.7;
}

.steps strong {
  color: #00d1d8;
}

.twocol > div p {
  max-width: 60ch;
}

.section {
  padding-left: 20px;
}

.twocol > div:last-child {
  margin-top: 20px;
}

.section > p {
  margin-left: 14px;
}

.benefits {
  margin-top: 70px;   /* încearcă 24–36px până arată perfect */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.twocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.middle-block {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.benefits {
  margin-top: 40px;
}

@media (max-width: 900px) {
  .twocol {
    grid-template-columns: 1fr;
  }

  .middle-block {
    max-width: 100%;
  }

  .hero {
    margin-left: 0;
    margin-right: 0;
  }

  nav a {
    display: inline-block;
    margin: 6px 8px;
  }
}   /*  <-- foarte important */




/* --- LINK COLORS (final override) --- */

a {
  color: #6fd9ff;
  text-decoration: none;
}

a:hover {
  color: #a8ecff;
  text-decoration: underline;
}

a:visited {
  color: #4fb6d4;
}

/* --- NAV LINKS STAY CONSTANT --- */

nav a {
  color: #cfe9ff;
}

nav a:visited {
  color: #cfe9ff;
}

/* --- BUTTON VISITED STATE --- */

.btn:visited {
  color: #002a2c;
}

#user-guide .command {
  color: #00d1d8;
  font-weight: 700;
}



.accordion {
  width: 100%;
  text-align: left;

  /* mai spațios */
  padding: 16px 20px;

  background: #0f1629;
  border: 1px solid #00d1d8;
  border-radius: 10px;

  /* text mai mare, ca titlurile */
  font-size: 18px;
  font-weight: 700;

  color: #eaf4ff;
  cursor: pointer;

  /* să arate „card”, nu buton simplu */
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}


.accordion:hover {
  background: #121b31;
  border-color: #33e6ee;
}


.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  margin-top: 12px;
}

/* --- USER GUIDE GRID LAYOUT (ONLY FOR GUIDE PAGE) --- */

.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

/* Pe ecrane mici (telefon / tabletă) — 1 coloană */
@media (max-width: 900px) {
  .guide-grid {
    grid-template-columns: 1fr;
  }
}

.panel {
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.panel.open {
  overflow: visible;
}

.site-logo{
  display: block;
  height: 150px;
  width: auto;
}

@media (max-width: 900px){
  .site-logo{
    height: 90px;
  }
}

/* FAQ layout – applies ONLY on the FAQ page */
.faq-page .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 20px;
}

/* Mobile fallback */
@media (max-width: 900px) {
  .faq-page .faq-grid {
    grid-template-columns: 1fr;
  }
}

/* ======================
   MOBILE NAV MENU
   ====================== */

.nav-desktop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-top: 12px;
}

.nav-desktop > a,
.nav-group-toggle {
  margin: 0;
  padding: 8px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #cfe9ff;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
}

.nav-desktop > a:hover,
.nav-desktop > a:focus-visible,
.nav-group-toggle:hover,
.nav-group-toggle:focus-visible {
  color: #a8ecff;
  background: rgba(0, 209, 216, 0.08);
  outline: none;
  text-decoration: none;
}

.nav-group {
  position: relative;
  display: inline-flex;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: none;
  min-width: 240px;
  padding: 8px;
  background: #0f1824;
  border: 1px solid #1f2b3c;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}

.nav-group:last-child .nav-dropdown {
  right: 0;
  left: auto;
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  display: block;
}

.nav-dropdown a {
  display: block;
  margin: 0;
  padding: 9px 10px;
  border-radius: 6px;
  white-space: nowrap;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  background: rgba(0, 209, 216, 0.08);
  text-decoration: none;
  outline: none;
}

.nav-desktop > a.active,
.nav-group-active > .nav-group-toggle,
.nav-dropdown a.active {
  color: #00d1d8;
}

.nav-mobile {
  position: relative;
}

.nav-desktop + .nav-mobile {
  display: none;
}

/* butonul ☰ — ascuns pe desktop */
.menu-button {
  display: none;
  background: #0f1824;
  border: 1px solid #1f2b3c;
  padding: 10px 14px;
  border-radius: 8px;
  color: #eaf4ff;
  cursor: pointer;
  font-weight: 700;
}

/* ascundem checkbox-ul */
#menu-toggle {
  display: none;
}

@media (max-width: 900px) {
  .nav-desktop {
    display: none;
  }

  .nav-mobile {
    display: block;
  }

  .nav-desktop + .nav-mobile {
    display: block;
  }
}

/* pe mobil — transformăm meniul */
@media (max-width: 900px) {

  /* arată butonul ☰ */
  .menu-button {
    display: inline-block;
    margin-bottom: 12px;
  }

  /* ascundem link-urile implicit */
  .menu-links {
    display: none;
    background: #0f1824;
    border: 1px solid #1f2b3c;
    border-radius: 10px;
    padding: 10px;
  }

  /* când apăsăm butonul — se deschide meniul */
  #menu-toggle:checked + .menu-button + .menu-links {
    display: block;
  }

  /* link-urile devin vertical */
  .menu-links a {
    display: block;
    margin: 8px 0;
  }
  
}

/* ======================
   EULA (desktop + mobile)
   ====================== */

.card > pre {
  font-size: 16px;
  line-height: 1.6;
  font-family: Consolas, Menlo, Monaco, monospace;
  white-space: pre-wrap;
}

.eula-toc {
  margin: 20px 0 30px 0;
  padding: 16px 20px;
  background: #0b1624;
  border: 1px solid rgba(0, 209, 216, 0.25);
  border-radius: 10px;
}

.eula-toc ul {
  margin-top: 10px;
  padding-left: 18px;
}

.eula-toc li {
  margin: 6px 0;
}

.eula-toc a {
  color: #6fd9ff;
}

.eula-toc a:hover {
  text-decoration: underline;
}

.eula-title {
  display: block;
  margin-top: 12px;
  margin-bottom: 6px;
  color: #00d1d8;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.eula-separator {
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(0, 209, 216, 0.35),
    rgba(0, 209, 216, 0.05)
  );
  margin: 14px 0 18px 0;
}

.eula-title {
  display: block;
  color: #00d1d8;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 8px;
  position: relative;
}

.eula-title::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 10px;
  background: linear-gradient(
    to right,
    rgba(0, 209, 216, 0.4),
    rgba(0, 209, 216, 0.05)
  );
}

/* ======================
   PRIVACY / LEGAL SECTIONS
   ====================== */

.section-title {
  color: #00d1d8;
  font-weight: 700;
  margin-top: 42px;
  margin-bottom: 10px;
}

.section-title::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(0, 209, 216, 0.45),
    rgba(0, 209, 216, 0)
  );
  margin-top: 8px;
}

.card .eula-title,
.card pre {
  font-family: inherit;
}

.support-email {
  color: #00c4cb;
  font-weight: 600;
  text-decoration: none;
}

.support-email:hover {
  text-decoration: underline;
}

.demo-video {
  max-width: 820px;
  margin: 2.5rem auto;
  text-align: center;
}

.video-thumb {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  display: block;
}

/* overlay discret peste thumbnail */
.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.25s ease;
}

.video-thumb:hover::after {
  background: rgba(0, 0, 0, 0.5);
}

/* play button turcoaz, circular */
.play-button {
  position: absolute;
  z-index: 2;

  width: 56px;
  height: 56px;
  margin: auto;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1.1rem;
  font-weight: 600;
  color: #00d1d8;

  border-radius: 50%;
  background: rgba(0, 209, 216, 0.18);
  border: 1px solid rgba(0, 209, 216, 0.6);

  backdrop-filter: blur(2px);
  transition: all 0.25s ease;
  pointer-events: none;
}

.video-thumb:hover .play-button {
  transform: scale(1.08);
  background: rgba(0, 209, 216, 0.3);
  border-color: rgba(0, 209, 216, 0.9);
}


.video-caption {
  margin-top: 0.8rem;
  opacity: 0.85;
  font-size: 0.95rem;
}

/* Play overlay – rămâne DOAR pe imagine */
.play-button {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8rem;
  color: #00d1d8;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.video-thumb:hover .play-button {
  background: rgba(0, 0, 0, 0.55);
  transform: scale(1.05);
}

/* CTA text button UNDER the image */
.video-cta {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #00d1d8;
  text-decoration: none;
  letter-spacing: 0.2px;
}

.video-cta:hover {
  text-decoration: underline;
}

/* Mobile tuning */
@media (max-width: 600px) {
  .play-button {
    font-size: 3rem;
  }

  .video-cta {
    font-size: 1rem;
  }
}

.demo-video {
  max-width: 820px;
  margin: 2.5rem auto;
  text-align: center;
}

.demo-video-button {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;

  margin: 1.1rem auto 0;
  padding: 0.75rem 1.4rem;

  font-size: 1.05rem;
  font-weight: 600;

  color: #00d1d8;
  background: rgba(0, 209, 216, 0.12);

  border-radius: 999px;
  text-decoration: none;

  transition: all 0.25s ease;
}

.demo-video-button:hover {
  background: rgba(0, 209, 216, 0.22);
  transform: translateY(-1px);
}

.video-caption {
  margin-top: 0.7rem;
  opacity: 0.85;
  font-size: 0.95rem;
}

/* Active page indicator — desktop only */
@media (min-width: 1024px) {

  .menu-links a.active {
    position: relative;
  }

  .menu-links a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #00D1D8; /* turcoaz */
    border-radius: 2px;
  }

}

/* Desktop-only accent for selected H1 titles */
@media (min-width: 1024px) {
  body.accent-h1 h1 {
    border-left: 4px solid #00d1d8;
    padding-left: 10px;
  }
}

/* Make SEO page header titles white instead of turquoise */
body:not(.home) .page-title {
  color: #eaf4ff;
  text-shadow: none;
}

body.home .page-title {
  color: #eaf4ff;
  text-shadow: none;
}

/* Android tablet repaint fix for select in flex */

@media (min-width: 700px) and (max-width: 1100px) {

  .lang-button select {
    transform: translateZ(0);
  }

}

/* Android tablet fix – selected option rendering */

@media (min-width: 700px) and (max-width: 1100px) {

  .lang-button select option:checked {
    color: #0b1118;
  }

}

/* Android tablet fix – force custom rendering */

@media (min-width: 700px) and (max-width: 1100px) {

  .lang-button select {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    color: #0b1118;
    border: 1px solid #00d1d8;
    padding: 4px 8px;
  }

}

/* ======================
   BLOG – READING LAYOUT
   ====================== */

.blog-article {
  max-width: 760px;
  margin: 0 auto;
}

.blog-article .section {
  margin-bottom: 60px;
}

.blog-article p,
.blog-article ul,
.blog-article ol {
  line-height: 1.8;
  font-size: 17px;
}

.blog-article h2 {
  margin-top: 50px;
}

/* ======================
   BLOG – EDITORIAL MODE
   ====================== */

.blog-article {
  max-width: 760px;
  margin: 0 auto;
}

/* Eliminăm efectul de card doar pe blog */
.blog-article .card {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 50px 0;
}

/* Text mai aerisit pentru citire */
.blog-article p,
.blog-article ul,
.blog-article ol {
  line-height: 1.85;
  font-size: 17px;
}

/* Spațiu mai mare între secțiuni */
.blog-article h2 {
  margin-top: 60px;
}

.press-mention {
  margin: 30px auto 10px auto;
  text-align: center;
  font-size: 0.95rem;
  opacity: 0.85;
}

.press-mention a {
  color: #00d1d8;
  text-decoration: none;
}

.press-mention a:hover {
  text-decoration: underline;
}

.subtitle-workflow-preview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 24px 0;
}

.subtitle-workflow-preview figure {
  margin: 0;
  text-align: center;
}

.subtitle-workflow-preview .feature-shot {
  width: 85%;
  max-width: 520px;
  height: auto;
  display: inline-block;
  border-radius: 8px;
}

.subtitle-workflow-preview figcaption {
  text-align: center;
  font-size: 0.95rem;
  color: #b9c7d6;
  margin-top: 10px;
}

@media (min-width: 900px) {
  .subtitle-workflow-preview {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .subtitle-workflow-preview .feature-shot {
    max-width: 100%;
  }
}

.subtitle-blog-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 18px 0 30px 0;
}

.subtitle-blog-gallery figure {
  margin: 0;
  text-align: center;
}

.subtitle-blog-gallery .article-shot {
  width: 100%;
  max-width: 760px;
  height: auto;
  display: inline-block;
  border-radius: 8px;
}

.subtitle-blog-gallery figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 0.95rem;
  color: #b9c7d6;
}

.demo-credit {
  margin-top: 28px;
  font-size: 0.92rem;
  color: #aebfd1;
}

@media (min-width: 900px) {
  .subtitle-blog-gallery {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .subtitle-blog-gallery .article-shot {
    max-width: 100%;
  }
}

@media (max-width: 899px) {
  .subtitle-workflow-preview .feature-shot,
  .subtitle-blog-gallery .article-shot {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .subtitle-workflow-preview figure,
  .subtitle-blog-gallery figure {
    min-width: 0;
    overflow: hidden;
  }
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  padding-bottom: 56.25%;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.video-container .lazy-youtube {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}

.video-container .lazy-youtube img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-container .lazy-youtube .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  

  width: clamp(58px, 9vw, 76px);
  height: clamp(40px, 6.2vw, 52px);

  margin: 0;
  padding: 0;
  display: block;

  border-radius: 14px;
  background: #ff0000;

  box-shadow:
    0 0 18px rgba(255, 0, 0, 0.35),
    0 8px 26px rgba(0, 0, 0, 0.45);

  transform: translate(-50%, -50%);
  transition: background 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.video-container .lazy-youtube .play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 0;
  height: 0;

  border-left: clamp(16px, 2.6vw, 22px) solid #ffffff;
  border-top: clamp(10px, 1.7vw, 14px) solid transparent;
  border-bottom: clamp(10px, 1.7vw, 14px) solid transparent;

  transform: translate(-40%, -50%);
}

.video-container .lazy-youtube:hover .play-button {
  background: #cc0000;
  transform: translate(-50%, -50%) scale(1.05);
}

.video-container .lazy-youtube:focus-visible {
  outline: 2px solid #00d1d8;
  outline-offset: 4px;
}

/* Command Center image inside blog articles */

.blog-article .article-image {
  margin: 30px 0;
  text-align: center;
}

.blog-article .article-image img {
  width: 100%;
  max-width: 760px;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.blog-article .article-image figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #b9c7d6;
  text-align: center;
}

.site-footer {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  text-align: left;
}

.footer-column {
  min-width: 180px;
}

.footer-column h4 {
  margin-bottom: 12px;
  font-size: 14px;
  color: #9aa4b2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-column a {
  display: block;              /* 🔥 IMPORTANT */
  margin: 6px 0;               /* 🔥 spacing */
  color: #00d1d8;
  text-decoration: none;
  font-size: 14px;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-copy {
  margin-top: 30px;
  font-size: 12px;
  color: #7a8699;
  text-align: center;
}

/* Command Center – safe, isolated */

.blog-article .command-center {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 700px;   /* ajustezi dacă vrei */
  height: auto;
  border-radius: 8px;
}

@media (max-width: 600px) {
  .btn-secondary-cta {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;

    padding: 10px 14px;
    font-size: 14.5px;
    text-align: center;
  }
}

.featured-on {
  margin-top: 25px;
  text-align: center;
  opacity: 0.9;
}

.featured-title {
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7fbad1;   /* în loc de gri */
  margin-bottom: 10px;
}

.featured-on p {
  margin: 4px 0;
  font-size: 0.95rem;
}

.featured-on a {
  color: #00d1d8;
  text-decoration: none;
}

.featured-on a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
    .menu-links a {
        margin-bottom: 8px;
        display: inline-block;
    }
}

.about-featured-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.about-featured-badges a {
  display: inline-flex;
  align-items: center;
}

.about-featured-badges img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 700px) {
  .about-featured-badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* Mobile LCP tuning — homepage only */
@media (max-width: 600px) {
  body.home .page-title {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 12px;
    text-shadow: none;
  }

  body.home .hero > p:first-child {
    font-size: 1.65rem !important;
    line-height: 1.25 !important;
    margin-top: 0;
    margin-bottom: 16px;
  }
}

@media (max-width: 600px) {
  body.legal .legal-checksum-list,
  body.legal .legal-checksum-list li,
  body.legal .legal-checksum-commands,
  body.legal .legal-checksum-commands code {
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
  }
}

body.full-installation .installation-edition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
  margin: 24px 0 32px;
}

body.full-installation .installation-edition-card {
  box-sizing: border-box;
  height: auto;
  margin: 0;
}

@media (max-width: 900px) {
  body.full-installation .installation-edition-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) {
  body.full-tutorial .mobile-close {
    display: none;
  }
}

























































