.sshdrive-page {
  --ssh-bg: #08111f;
  --ssh-surface: #0d1b2d;
  --ssh-surface-strong: #102640;
  --ssh-text: #f4f8ff;
  --ssh-muted: #a8bed7;
  --ssh-line: rgba(117, 179, 231, .19);
  --ssh-accent: #37b8ff;
  background: var(--ssh-bg);
  color: var(--ssh-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

.sshdrive-page *,
.sshdrive-page *::before,
.sshdrive-page *::after {
  box-sizing: border-box;
}

.sshdrive-page img {
  display: block;
  height: auto;
  max-width: 100%;
}

.sshdrive-page a {
  color: inherit;
  text-decoration: none;
}

.sshdrive-page a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.sshdrive-page .sshdrive-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

.sshdrive-page .sshdrive-header {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 84px;
}

.sshdrive-page .sshdrive-brand {
  align-items: center;
  display: inline-flex;
  font-size: 1.24rem;
  font-weight: 750;
  gap: 10px;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.sshdrive-page .sshdrive-brand-mark {
  align-items: center;
  background: #176dd1;
  border: 1px solid rgba(167, 218, 255, .62);
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  font-size: 1.15rem;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  transform: rotate(-18deg);
  width: 32px;
}

.sshdrive-page .sshdrive-nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  margin-left: auto;
}

.sshdrive-page .sshdrive-nav a {
  color: var(--ssh-muted);
  font-size: .88rem;
  transition: color .18s ease;
}

.sshdrive-page .sshdrive-nav a:hover {
  color: var(--ssh-text);
}

.sshdrive-page .sshdrive-github-link,
.sshdrive-page .sshdrive-secondary-action {
  border: 1px solid rgba(83, 190, 255, .78);
  border-radius: 8px;
  color: var(--ssh-text);
  display: inline-flex;
  font-size: .91rem;
  font-weight: 700;
  justify-content: center;
  padding: 11px 17px;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.sshdrive-page .sshdrive-github-link:hover,
.sshdrive-page .sshdrive-secondary-action:hover {
  background: rgba(55, 184, 255, .12);
  border-color: var(--ssh-accent);
}

.sshdrive-page .sshdrive-hero {
  border-top: 1px solid var(--ssh-line);
  padding: clamp(54px, 7vw, 102px) 0 clamp(64px, 8vw, 118px);
}

.sshdrive-page .sshdrive-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(36px, 5vw, 76px);
  grid-template-columns: minmax(0, .87fr) minmax(0, 1.13fr);
}

.sshdrive-page .sshdrive-overline {
  color: var(--ssh-accent);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .13em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.sshdrive-page .sshdrive-hero h1 {
  font-size: clamp(2.55rem, 3.5vw, 3.8rem);
  font-weight: 780;
  letter-spacing: -.055em;
  line-height: 1.08;
  margin: 0;
  max-width: 660px;
}

.sshdrive-page .sshdrive-hero-lead {
  color: #c0d4e9;
  font-size: clamp(1.03rem, 1.3vw, 1.18rem);
  line-height: 1.8;
  margin: 26px 0 0;
  max-width: 570px;
}

.sshdrive-page .sshdrive-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.sshdrive-page .sshdrive-primary-action {
  background: var(--ssh-accent);
  border: 1px solid var(--ssh-accent);
  border-radius: 8px;
  color: #04101d;
  font-size: .98rem;
  font-weight: 800;
  padding: 12px 20px;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.sshdrive-page .sshdrive-primary-action:hover {
  background: #8ed9ff;
  border-color: #8ed9ff;
  color: #04101d;
  transform: translateY(-1px);
}

.sshdrive-page .sshdrive-hero-note {
  color: var(--ssh-muted);
  font-size: .82rem;
  line-height: 1.6;
  margin: 18px 0 0;
}

.sshdrive-page .sshdrive-product-frame {
  background: #dceeff;
  border: 1px solid rgba(157, 213, 255, .65);
  border-radius: 15px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .4);
  margin: 0;
  overflow: hidden;
  padding: 10px;
}

.sshdrive-page .sshdrive-product-frame img {
  border-radius: 8px;
  width: 100%;
}

.sshdrive-page .sshdrive-product-frame figcaption {
  color: #16304f;
  font-size: .78rem;
  line-height: 1.45;
  padding: 10px 4px 1px;
}

.sshdrive-page .sshdrive-section {
  border-top: 1px solid var(--ssh-line);
  padding: clamp(58px, 7vw, 98px) 0;
  scroll-margin-top: 20px;
}

.sshdrive-page .sshdrive-section-heading {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: space-between;
  margin-bottom: 42px;
}

.sshdrive-page .sshdrive-section-heading h2 {
  font-size: clamp(1.85rem, 2.7vw, 2.72rem);
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: 1.14;
  margin: 0;
}

.sshdrive-page .sshdrive-section-heading p {
  color: var(--ssh-muted);
  line-height: 1.65;
  margin: 0;
}

.sshdrive-page .sshdrive-tutorial {
  background: #0a1625;
}

.sshdrive-page .sshdrive-steps {
  counter-reset: tutorial;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.sshdrive-page .sshdrive-steps::before {
  background: rgba(55, 184, 255, .42);
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 20px;
}

.sshdrive-page .sshdrive-step {
  min-width: 0;
  position: relative;
}

.sshdrive-page .sshdrive-step-number {
  align-items: center;
  background: var(--ssh-surface-strong);
  border: 1px solid var(--ssh-accent);
  border-radius: 50%;
  color: var(--ssh-text);
  display: flex;
  font-size: .92rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  margin-bottom: 23px;
  position: relative;
  width: 42px;
  z-index: 1;
}

.sshdrive-page .sshdrive-step h3,
.sshdrive-page .sshdrive-security-item h3 {
  color: #9bddff;
  font-size: 1.07rem;
  font-weight: 750;
  line-height: 1.35;
  margin: 0;
}

.sshdrive-page .sshdrive-step p,
.sshdrive-page .sshdrive-security-item p {
  color: var(--ssh-muted);
  font-size: .91rem;
  line-height: 1.72;
  margin: 10px 0 0;
}

.sshdrive-page .sshdrive-requirements-band {
  background: var(--ssh-bg);
}

.sshdrive-page .sshdrive-requirements {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.sshdrive-page .sshdrive-requirement {
  border-left: 1px solid var(--ssh-line);
  min-width: 0;
  padding: 0 24px;
}

.sshdrive-page .sshdrive-requirement:first-child {
  border-left: 0;
  padding-left: 0;
}

.sshdrive-page .sshdrive-requirement:last-child {
  padding-right: 0;
}

.sshdrive-page .sshdrive-requirement dt {
  color: var(--ssh-text);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.38;
}

.sshdrive-page .sshdrive-requirement dd {
  color: var(--ssh-muted);
  font-size: .88rem;
  line-height: 1.7;
  margin: 10px 0 0;
}

.sshdrive-page .sshdrive-requirement-note {
  color: var(--ssh-muted);
  font-size: .88rem;
  line-height: 1.7;
  margin: 28px 0 0;
}

.sshdrive-page .sshdrive-requirement-note a {
  color: #9bddff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sshdrive-page .sshdrive-security {
  background: #0a1625;
}

.sshdrive-page .sshdrive-security-heading {
  align-items: center;
  justify-content: flex-start;
}

.sshdrive-page .sshdrive-shield {
  align-items: center;
  border: 2px solid var(--ssh-accent);
  border-radius: 50% 50% 48% 48%;
  color: var(--ssh-accent);
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.sshdrive-page .sshdrive-security-heading p {
  margin-top: 8px;
}

.sshdrive-page .sshdrive-security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sshdrive-page .sshdrive-security-item {
  border-left: 1px solid var(--ssh-line);
  min-width: 0;
  padding: 0 30px;
}

.sshdrive-page .sshdrive-security-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.sshdrive-page .sshdrive-security-item:last-child {
  padding-right: 0;
}

.sshdrive-page .sshdrive-footer {
  border-top: 1px solid var(--ssh-line);
  padding: 38px 0;
}

.sshdrive-page .sshdrive-footer-content {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.sshdrive-page .sshdrive-footer p {
  color: var(--ssh-muted);
  font-size: .84rem;
  margin: 10px 0 0;
}

@media (max-width: 991.98px) {
  .sshdrive-page .sshdrive-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sshdrive-page .sshdrive-hero-copy {
    max-width: 680px;
  }

  .sshdrive-page .sshdrive-product-frame {
    max-width: 860px;
  }
}

@media (max-width: 767.98px) {
  .sshdrive-page .sshdrive-header {
    flex-wrap: wrap;
    gap: 16px;
    min-height: 0;
    padding: 18px 0;
  }

  .sshdrive-page .sshdrive-nav {
    gap: 16px;
    margin-left: 0;
    order: 3;
    width: 100%;
  }

  .sshdrive-page .sshdrive-github-link {
    margin-left: auto;
    padding: 9px 13px;
  }

  .sshdrive-page .sshdrive-hero-grid,
  .sshdrive-page .sshdrive-steps,
  .sshdrive-page .sshdrive-requirements,
  .sshdrive-page .sshdrive-security-grid {
    grid-template-columns: 1fr;
  }

  .sshdrive-page .sshdrive-overline {
    margin-bottom: 14px;
  }

  .sshdrive-page .sshdrive-section-heading h2 {
    font-size: 1.25rem;
  }

  .sshdrive-page .sshdrive-product-frame {
    border-radius: 11px;
    padding: 6px;
  }

  .sshdrive-page .sshdrive-steps {
    gap: 24px;
  }

  .sshdrive-page .sshdrive-steps::before {
    bottom: 20px;
    height: auto;
    left: 20px;
    right: auto;
    top: 20px;
    width: 1px;
  }

  .sshdrive-page .sshdrive-step {
    align-items: flex-start;
    display: grid;
    gap: 16px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .sshdrive-page .sshdrive-step-number {
    margin-bottom: 0;
  }

  .sshdrive-page .sshdrive-requirement,
  .sshdrive-page .sshdrive-requirement:first-child,
  .sshdrive-page .sshdrive-security-item,
  .sshdrive-page .sshdrive-security-item:first-child {
    border-left: 0;
    border-top: 1px solid var(--ssh-line);
    padding: 20px 0;
  }

  .sshdrive-page .sshdrive-requirement:first-child,
  .sshdrive-page .sshdrive-security-item:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .sshdrive-page .sshdrive-requirement:last-child,
  .sshdrive-page .sshdrive-security-item:last-child {
    padding-bottom: 0;
  }

  .sshdrive-page .sshdrive-footer-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .sshdrive-page .sshdrive-footer .sshdrive-github-link {
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .sshdrive-page .sshdrive-nav {
    font-size: .8rem;
    justify-content: space-between;
  }

  .sshdrive-page .sshdrive-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sshdrive-page .sshdrive-primary-action,
  .sshdrive-page .sshdrive-secondary-action {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sshdrive-page *,
  .sshdrive-page *::before,
  .sshdrive-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
