:root {
  --brand: #3b82f6;
  --vps-accent: #111827;
}

nav strong {
  font-size: 1.6rem;
  color: var(--pico-h1-color);
  line-height: 1;
}

.page-faq .guide-section > h2 {
  color: var(--pico-h1-color);
  padding-left: 0.6rem;
  border-left: 4px solid rgba(17, 24, 39, 0.35);
}

.hero {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.hero h1 {
  margin-bottom: 0.5rem;
}



.hero p {
  max-width: 52rem;
}

.cta-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}



.steps { margin-top: 0.75rem; }
.step { margin-top: 1rem; }
.step h3 { margin-bottom: 0.25rem; }
.step p { margin-top: 0.25rem; margin-bottom: 0.5rem; }
.step img { width: 100%; height: auto; border-radius: var(--border-radius); max-width: 900px; }
.step .hint { margin-top: 0.25rem; }


.steps > li { margin-top: 1rem; padding-top: 0.25rem; }
.step-title { margin: 0; }
.step-text { margin: 0.35rem 0 0.6rem 0; }

.notice {
  margin-top: 0.5rem;
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--primary);
  background: var(--card-background-color);
}

.guide-section {
  margin-top: 1.5rem;
}

details > summary {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: auto;
  padding-right: 0;
  text-decoration: none;
  opacity: 1;
  color: var(--pico-color) !important;
}

details > summary:hover,
details > summary:focus,
details > summary:focus-visible,
details > summary:active,
details[open] > summary {
  color: var(--pico-color) !important;
}

details > summary::after {
  position: static !important;
  margin: 0 !important;
  transform-origin: center;
}

details[open] > summary::after {
  transform: rotate(0deg);
}

details > p {
  margin-top: 0.5rem;
  opacity: 0.9;
}

details {
  margin-bottom: 0.5rem;
}

code.copy {
  display: inline-block;
  padding: 0.2rem 0.4rem;
}

.muted {
  opacity: 0.8;
}

.shots-row {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.shots-row .step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  color: var(--muted-color);
  opacity: 0.9;
  font-size: 2rem;
  line-height: 1;
  flex: 0 0 auto;
}

@media (max-width: 1024px) {
  .shots-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .shots-row .step-arrow {
    display: none;
  }

  .shots-row > .phone {
    width: 100%;
  }
}


.shots-row .shot {
  margin-top: 0;
}

.shot {
  border: 1px solid var(--muted-border-color);
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  max-width:500px;
}

.shot--mobile {
  max-width:300px;
  width:100%;
}



.phone {
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 12px;
  background: linear-gradient(180deg, rgba(28,28,32,1), rgba(10,10,12,1));
  border-radius: 30px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.06);
}

.phone::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 12px;
  border-radius: 0 0 10px 10px;
  background: rgba(0,0,0,0.55);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.phone::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
}

.phone > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.phone-camera {
  position: absolute;
  top: 20px;
  left: 23px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  pointer-events: none;

  background: rgba(0, 0, 0, 0.92);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}



a:visited {
  color: inherit;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .how-it-works__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
