/* =========================
   Install guide page hero (.page-title) — two-column layout
   (install.css is only linked from how-to-install-anysecura-new.html)
   ========================= */
.page-title {
  padding-top: clamp(72px, 7vw, 100px);
  padding-bottom: clamp(78px, 7.5vw, 110px);
  min-height: 0;
}

.page-title .auto-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(36px, 5.5vw, 88px);
  max-width: min(100%, 1320px);
}

.page-title .title-outer {
  flex: 1 1 320px;
  min-width: 0;
  max-width: min(100%, 760px);
}

.page-title .page-breadcrumb {
  margin-bottom: clamp(12px, 2vw, 22px);
}

.page-title .title-outer .title {
  font-size: clamp(40px, 4.8vw, 76px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: clamp(18px, 2.2vw, 28px);
}

.page-title .title-outer > p {
  position: relative;
  max-width: min(100%, 620px);
  margin: 0 0 clamp(26px, 3vw, 40px);
  color: #ffffff;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.7;
  letter-spacing: 0.01em;
  opacity: 0.96;
}

.page-title .title-outer .btn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(14px, 1.5vw, 22px);
  margin-top: 0;
}

.page-title .title-outer .btn-box .theme-btn.btn-style-one {
  font-size: clamp(15px, 1.05vw, 17px);
  padding: clamp(14px, 1.2vw, 18px) clamp(36px, 3.5vw, 56px);
  letter-spacing: 0.12em;
}

/* Primary + secondary (outline) button row — keep theme solid on first link only */
.page-title .title-outer .btn-box .theme-btn.btn-style-one:nth-child(2) {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: none;
}

.page-title .title-outer .btn-box .theme-btn.btn-style-one:nth-child(2):before {
  display: none;
}

.page-title .title-outer .btn-box .theme-btn.btn-style-one:nth-child(2):hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.page-title .overview-card {
  flex: 0 1 480px;
  width: 100%;
  max-width: min(100%, 560px);
  margin: 0;
  padding: clamp(28px, 2.8vw, 40px) clamp(28px, 2.6vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.35);
}

.page-title .overview-card .overview-card__title {
  margin: 0 0 clamp(20px, 2vw, 28px);
  padding: 0 0 clamp(16px, 1.5vw, 20px);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.2;
}

.page-title .overview-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.5vw, 18px);
}

.page-title .overview-card ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: clamp(18px, 1.6vw, 22px) clamp(20px, 1.8vw, 26px);
  min-height: clamp(60px, 5vw, 72px);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 3px solid var(--theme-color2);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: clamp(17px, 1.2vw, 19px);
  font-weight: 700;
  line-height: 1.4;
}

.page-title .overview-card ul li:nth-child(even) {
  border-left-color: #0d9488;
}

@media (max-width: 991px) {
  .page-title .auto-container {
    align-items: flex-start;
  }

  .page-title .overview-card {
    flex: 1 1 100%;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .page-title {
    padding-top: clamp(52px, 10vw, 76px);
    padding-bottom: clamp(56px, 10vw, 80px);
    min-height: 0;
  }

  .page-title .title-outer .btn-box .theme-btn.btn-style-one {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
    padding-left: clamp(22px, 5vw, 36px);
    padding-right: clamp(22px, 5vw, 36px);
  }
}

.overview,
.video,
.installation-steps {
  position: relative;
}

.installation-steps {
  padding: 48px 0 88px;
  background: #f4f5f8;
}

.installation-steps .container {
  position: relative;
  padding: 0 15px;
}

.installation-steps .container::before {
  display: none;
}

.installation-steps .step {
  position: relative;
  margin-bottom: 48px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.installation-steps .step-header {
  position: relative;
  top: auto;
  z-index: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: auto;
  margin: 0;
  padding: 32px;
  border: 0;
  color: #ffffff;
  background: #3465df;
  box-shadow: none;
  backdrop-filter: none;
}

.installation-steps .step-header .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.20);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  box-shadow: none;
}
.installation-steps h2 {
  margin: 0 0 clamp(28px, 3vw, 40px);
  padding: clamp(18px, 2.2vw, 26px) clamp(20px, 2.5vw, 32px);
  max-width: 100%;
  box-sizing: border-box;
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #3465df;
}
.installation-steps .step-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.2;
  font-weight: 700;
}

.installation-steps .step-content {
  margin-left: 0;
  padding: 32px;
  border: 0;
  background-color: #ffffff;
}

.installation-steps .part {
  margin-bottom: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.installation-steps .part:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.installation-steps .split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
}

.installation-steps .split.rev {
  grid-template-columns: minmax(360px, 0.96fr) minmax(0, 1fr);
}

.installation-steps .split.rev .copy {
  order: 2;
}

.installation-steps .split.rev .gallery {
  order: 1;
}

/* Override global `ul, li { list-style: none }` in style.css */
.installation-steps .copy ol {
  margin: 0;
  padding-left: 1.75em;
  list-style: decimal outside;
}

.installation-steps .copy ol > li {
  display: list-item;
  margin: 0 0 0.65em;
  padding-left: 0.25em;
  list-style: decimal outside;
  color: #131313;
  line-height: 1.65;
  font-size: 20px;
}

.installation-steps .copy ol > li:last-child {
  margin-bottom: 0;
}
.overview .tips a,
.installation-steps .copy a {
  color: #005eff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.tip {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 16px;
  line-height: 1.65;
}

.tip-success {
  color: #064e3b;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  border: 1px solid rgba(16, 185, 129, 0.20);
}

.tip-warning {
  color: #7c2d12;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  border: 1px solid rgba(245, 158, 11, 0.30);
}

.tip strong,
.tip b {
  color: inherit;
}

/* Tutorial links inside success tip (Step 4.3) */
.installation-steps .tip ul {
  margin: 12px 0 0;
  padding-left: 1.35em;
  list-style: disc outside;
}

.installation-steps .tip ul li a {
  display: list-item;
  margin: 0 0 0.4em;
  padding-left: 0.2em;
  list-style: disc outside;
  line-height: 1.55;
  color: #065f46;
}

.installation-steps .gallery {
  min-width: 0;
}

.installation-steps .gal-view {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 20px;
  background: #f8fafc;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
}

.installation-steps .gal-strip {
  display: flex;
  will-change: transform;
  transition: transform 260ms ease;
}

.installation-steps .gal-slide {
  flex: 0 0 100%;
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 16px;
}

.installation-steps .gal-slide img {
  display: block;
  width: 100%;
  max-height: 410px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
}

.installation-steps .gal-arrows {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 12px;
}

.installation-steps .gal-prev,
.installation-steps .gal-next {
  pointer-events: auto;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #101828;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
  transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
}

.installation-steps .gal-prev:hover:not(:disabled),
.installation-steps .gal-next:hover:not(:disabled) {
  transform: scale(1.06);
  color: #fff;
  background: #2563eb;
}

.installation-steps .gal-prev:disabled,
.installation-steps .gal-next:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.installation-steps .gal-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.installation-steps .gal-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: #cad5e6;
  transition: width 180ms ease, background 180ms ease;
}

.installation-steps .gal-dot.is-active,
.installation-steps .gal-dot[aria-selected="true"] {
  width: 28px;
  background: linear-gradient(90deg, #2563eb, #10b981);
}

/* Install page FAQ — accordion cards */
.faq-section {
  margin-top: 0;
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid #e2e8f0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-section > h4 {
  margin: 0 0 16px;
  color: #1a202c;
  font-weight: 700;
}

.faq-section .faq-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  margin: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 16px 20px;
  color: #1a202c;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}

.faq-question > span:first-child {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 700;
}

.faq-question:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: -2px;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.65);
}

.faq-icon {
  flex-shrink: 0;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  color: #4a5568;
  transition: transform 0.2s ease;
}

.faq-question.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  margin: 0;
  padding: 0 20px 18px;
  color: #4a5568;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
}

.faq-answer.active {
  display: block;
}

/* =========================
   Overview
   ========================= */
.overview {
  padding: 48px 0 52px;
}
/* Upper row: no shared panel — each column has its own background */
.overview-block--top {
  padding: 0;
  background: transparent;
}

/* Lower: download CTAs + video — separate strip */
.overview-block--bottom {
  margin-top: clamp(12px, 1.5vw, 20px);
  padding: 28px 30px 36px;
}

.overview #open-trial-form.theme-btn.btn-style-four {
  color: #ffffff;
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.overview #open-trial-form.btn-style-four:before {
  background-color: #065f46;
}

.overview #open-trial-form.btn-style-four:hover {
  color: #ffffff;
}

.overview .auto-container h2 {
  margin: 0 0 20px;
  padding: 32px 34px 0;
  font-size: 36px;
}

.overview .auto-container p {
  max-width: none;
  color: #1f2937;
  line-height: 1.7;
  margin: 0 0 24px;
  font-size: 20px;
  padding: 0 34px;
}

.overview .tips {
  list-style: none;
  margin: 0 34px 0;
  padding: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.overview .tips li {
  margin: 0;
  padding: 18px 20px 16px 20px;
  min-height: 68px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  color: #1f2937;
  font-size: 20px;
  line-height: 1.65;
}

.overview .tips li span:first-child {
  margin-right: 8px;
  color: #1f5fbf;
  font-size: 19px;
  vertical-align: -0.1em;
}

.overview .tips strong {
  color: #3465df;
  font-weight: 800;
}

/* Row 1: three tips | Deployment Options; then buttons; then full-width video */
.overview-split-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(22px, 3.5vw, 36px);
  align-items: stretch;
}

.overview-tips-col,
.overview-deployment-col {
  min-width: 0;
  padding: 26px 28px 30px;
  border: 1px solid #cecfd0;
  box-sizing: border-box;
}

.overview-split-top .tips {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.overview-block--bottom .overview-video-block {
  margin-top: clamp(20px, 2.5vw, 32px);
  min-width: 0;
}

.overview .panel {
  padding: 22px 22px 24px;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 32px rgba(15, 23, 42, 0.06);
}

.overview .panel > h3,
.overview .overview-tips-col > h3,
.overview .overview-deployment > h3 {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf2f7;
  font-size: 24px;
  font-weight: 800;
}

.overview .panel h4,
.overview .overview-deployment h4 {
  font-size: 20px;
}

.overview .panel > h3 + .tile,
.overview .overview-deployment > h3 + .tile {
  margin-top: 0;
}

.overview .tile {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid #edf2f7;
  border-radius: 0;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.overview .ico {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background: #eff6ff;
  color: #1f5fbf;
  font-size: 21px;
  text-align: center;
}

.overview .tile + .tile .ico {
  background: #ecfdf5;
  color: #0f766e;
}

.overview .tile ul {
  margin: 0;
  color: #1f2937;
  line-height: 1.55;
}

.overview .tile li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem 0;
}
.check{
color:#10B981;
}

.overview .tile li:last-child {
  margin-bottom: 0;
}

.overview .tile code {
  padding: 1px 5px;
  border: 1px solid #d8e5f2;
  border-radius: 0;
  background: #f1f6fb;
  font-size: 13px;
}

.overview .overview-video-block .video {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  height: auto;
  background: #FFFFFF;
}

.overview .overview-video-block .video p {
  max-width: none;
  margin: 0 0 16px;
  color: #1e293b;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.overview .overview-video-block .video p > span:first-child {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 9px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1e40af;
  background: #eff6ff;
  vertical-align: 0.08em;
}

.overview .overview-video-block .video .video-container {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #111111;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overview .overview-video-block .video .video-container iframe {
  display: block;
  width: min(100%, 920px);
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  min-height: 360px;
}

.overview-block--bottom > .btn-box {
  margin-top: 0;
}

@media (max-width: 991px) {
  .overview .tips li {
    min-height: auto;
  }

  .installation-steps .split,
  .installation-steps .split.rev {
    grid-template-columns: 1fr;
  }

  /* Small screens: screenshots first, then steps text (both .split and .split.rev) */
  .installation-steps .split .gallery,
  .installation-steps .split.rev .gallery {
    order: 1;
  }

  .installation-steps .split .copy,
  .installation-steps .split.rev .copy {
    order: 2;
  }

  .overview-split-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .overview .overview-video-block .video .video-container iframe {
    min-height: 230px;
  }

  .installation-steps .gal-slide {
    min-height: 240px;
    padding: 10px;
  }

  .installation-steps .step-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 28px 20px;
  }

  .installation-steps .step-header .step-number {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .installation-steps .step-content {
    padding: 28px 20px;
  }

  .overview {
    padding: 32px 0 38px;
  }

  .overview .auto-container > h2,
  .overview .auto-container > p {
    padding-left: 18px;
    padding-right: 18px;
  }

  .overview-split-top {
    padding-left: 0;
    padding-right: 0;
    gap: 18px;
  }

  .overview .tips {
    margin-left: 0;
    margin-right: 0;
  }

  .overview-block--bottom {
    padding-left: 18px;
    padding-right: 18px;
  }

  .overview-tips-col,
  .overview-deployment-col {
    padding: 20px 18px 22px;
  }

  .overview .tips li {
    padding: 16px;
  }

  .overview .tile {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .overview .ico {
    width: 28px;
    height: 28px;
    font-size: 21px;
    line-height: 28px;
  }
}

/* =========================
   Free trial modals & form (from install-guide.css)
   ========================= */

.loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 123, 255, 0.2);
  border-radius: 50%;
  border-top-color: #007bff;
  animation: as-trial-spin 0.8s linear infinite;
  margin-right: 8px;
  vertical-align: middle;
}

@keyframes as-trial-spin {
  to {
    transform: rotate(360deg);
  }
}

.trial-submit-btn:disabled {
  background: #6c757d !important;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
  opacity: 0.8;
}

.trial-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.25s ease;
  overflow-y: auto;
}

.trial-modal.active {
  display: block;
  opacity: 1;
}

.trial-modal-content {
  width: 700px;
  max-width: 95vw;
  background: #fff;
  padding: 30px 28px;
  margin: 20px auto;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  transform: translateY(-20px) scale(0.95);
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0.23, 0.82, 0.42, 1), opacity 0.25s ease;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  scrollbar-width: thin;
}

.trial-modal-content::-webkit-scrollbar {
  width: 6px;
}

.trial-modal-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.trial-modal.active .trial-modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.trial-modal-close,
.sn-modal-close,
.sn-empty-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  font-size: 24px;
  color: #666;
  transition: 0.2s;
  z-index: 10;
}

.trial-modal-close:hover,
.sn-modal-close:hover,
.sn-empty-close:hover {
  color: #000;
  transform: scale(1.2);
}

.sn-modal-close {
  cursor: not-allowed;
  opacity: 0.6;
}

.sn-modal-close:hover {
  color: #666;
  transform: none;
  opacity: 0.6;
}

#trial-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

#trial-form .form-col {
  flex: 1;
  min-width: 200px;
}

#trial-form .form-row.full-width {
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

#trial-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #333;
}

#trial-form input,
#trial-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 0;
  border-radius: 8px;
  border: 1.4px solid #ccc;
  font-size: 15px;
  transition: all 0.25s ease;
  background: #fafafa;
}

#trial-form input:focus,
#trial-form textarea:focus {
  border-color: #007bff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
  outline: none;
}

#trial-form textarea {
  min-height: 90px;
  resize: vertical;
  width: 100%;
}

.trial-submit-btn {
  width: 100%;
  background: #007bff;
  border: none;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 8px;
  transition: 0.25s ease;
}

.trial-submit-btn:hover {
  background: #0056d2;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 123, 255, 0.25);
}

.trial-submit-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.trial-loading {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 14px;
  color: #444;
}

.trial-error {
  color: #d9534f;
  margin-top: 12px;
  display: none;
  font-weight: 600;
}

#trial-form select {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 0;
  border-radius: 8px;
  border: 1.4px solid #ccc;
  font-size: 15px;
  transition: all 0.25s ease;
  background: #fafafa;
  appearance: none;
  position: relative;
}

#trial-form .dropdown-container {
  position: relative;
}

#trial-form .dropdown-container::after {
  content: "▼";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
  pointer-events: none;
}

#trial-form select:focus {
  border-color: #007bff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
  outline: none;
}

.os-multiselect {
  width: 100%;
  position: relative;
}

.os-trigger {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1.4px solid #ccc;
  font-size: 15px;
  background: #fafafa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease;
}

.os-trigger:hover {
  border-color: #007bff;
}

.os-trigger:focus {
  border-color: #007bff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
  outline: none;
}

.os-arrow {
  font-size: 12px;
  color: #666;
  transition: transform 0.25s ease;
}

.os-multiselect.open .os-arrow {
  transform: rotate(180deg);
}

.os-options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1.4px solid #ccc;
  border-radius: 8px;
  padding: 8px 0;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: none;
}

.os-multiselect.open .os-options {
  display: block;
}

.os-option {
  padding: 8px 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.os-option:hover {
  background: #f0f7ff;
}

.os-checkbox {
  width: 16px;
  height: 16px;
  border: 1.4px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
}

.os-option.selected .os-checkbox {
  background: #007bff;
  border-color: #007bff;
}

.os-option.selected .os-checkbox::after {
  content: "✓";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.os-selected {
  flex: 1;
  color: #666;
}

.os-selected.empty {
  color: #999;
}

.copy-sn-btn {
  width: 100%;
  background: #28a745;
  border: none;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.25s ease;
}

.copy-sn-btn:hover {
  background: #218838;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(40, 167, 69, 0.25);
}

.copy-sn-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.copy-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #28a745;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 999999;
}

.copy-toast.show {
  opacity: 1;
}

#trial-contact-support {
  width: 100% !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  margin-top: 8px !important;
  background: #dc3545 !important;
}

#trial-contact-support:hover {
  background: #c82333 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2) !important;
}
