/* FAQ accordion */
.v-734dd1ac__item p{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin: 0;
}
.v-734dd1ac__item.open p{
  padding-top: 10px;
}
.v-734dd1ac.s3-faq-default-open .v-734dd1ac__item:first-of-type p{
  max-height: 500px;
}
.v-734dd1ac.s3-faq-default-open .v-734dd1ac__item:first-of-type{
  /* keep first open by default */
}
.v-734dd1ac__item h3{
  position: relative;
  padding-right: 30px;
}
.v-734dd1ac__item h3::after{
  content: '+';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.2s;
}
.v-734dd1ac__item.open h3::after{
  content: '−';
}

/* Footer legal nav — секція посилань на тех-сторінки */
.footer-legal-nav{
  padding: 20px 15px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
  line-height: 1.8;
}
.footer-legal-nav a{
  color: inherit;
  text-decoration: none;
  margin: 0 8px;
  opacity: 0.75;
  transition: opacity 0.15s;
}
.footer-legal-nav a:hover{ opacity: 1; text-decoration: underline; }
.footer-legal-nav .sep{ opacity: 0.4; margin: 0 4px; }

/* Simple tech-page layout */
.simple-page{
  max-width: 900px;
  margin: 40px auto;
  padding: 40px 24px;
  color: #fff;
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  line-height: 1.65;
}
.simple-page h1{
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 700;
}
.simple-page .meta-updated{
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  margin-bottom: 30px;
}
.simple-page h2{
  font-size: 22px;
  margin: 32px 0 12px;
  font-weight: 600;
}
.simple-page h3{
  font-size: 18px;
  margin: 24px 0 10px;
  font-weight: 600;
}
.simple-page p{ margin: 0 0 14px; }
.simple-page ul{ padding-left: 22px; margin: 0 0 16px; }
.simple-page li{ margin-bottom: 6px; }
.simple-page a{ color: #ffb400; text-decoration: none; }
.simple-page a:hover{ text-decoration: underline; }
.simple-page-back{
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}

/* Simple header for tech pages */
.simple-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: rgba(0,0,0,0.4);
}
.simple-header img{ height: 40px; width: auto; }
.simple-header .home-link{
  color: #ffb400;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}
