:root {
  --bg-deep: #0f3658;
  --bg-mid: #31597d;
  --bg-soft: #4d6f90;
  --surface: rgba(14, 40, 66, 0.72);
  --surface-strong: rgba(10, 30, 50, 0.85);
  --text: #f3f6fb;
  --muted: #c7d6e7;
  --gold-a: #a8742f;
  --gold-b: #d6bd73;
  --gold-c: #f0e58f;
  --border: rgba(240, 229, 143, 0.22);
  --shadow: 0 16px 40px rgba(2, 10, 18, 0.4);
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  background: #0f3658;
  scroll-padding-top: 96px;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background-color: #0f3658;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 34%, rgba(91, 125, 158, 0.35) 0%, transparent 48%),
    linear-gradient(122deg, var(--bg-deep) 4%, var(--bg-mid) 58%, var(--bg-soft) 100%);
  background-color: #0f3658;
}

.bg-glow {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(45px);
}

.glow-a {
  width: 320px;
  height: 320px;
  background: rgba(230, 212, 133, 0.12);
  top: -120px;
  right: -90px;
}

.glow-b {
  width: 430px;
  height: 430px;
  background: rgba(14, 39, 65, 0.4);
  bottom: -220px;
  left: -140px;
}

.site-header {
  width: min(1180px, 94vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
  text-decoration: none;
  overflow: visible;
}

.brand-mark {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 10px;
}

.brand-wordmark {
  height: 30px;
  width: auto;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.main-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: #f5e89c;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-strong);
  color: var(--text);
  font-weight: 700;
  padding: 0.5rem 0.85rem;
}

.section {
  width: min(1180px, 94vw);
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 5.6rem) 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
  padding-top: 0;
}

#top {
  scroll-margin-top: 96px;
}

main.section,
main > .section:first-child {
  padding-top: clamp(2.2rem, 5vw, 3.1rem);
}

.hero-content,
.hero-brand-panel,
.page-panel,
.card,
.feature-list,
.cta,
.content-card,
.legal-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-content,
.hero-brand-panel,
.page-panel,
.content-card,
.legal-card {
  padding: clamp(1.3rem, 3.8vw, 2.5rem);
}

.hero-content,
.hero-brand-panel,
.page-panel {
  background: linear-gradient(160deg, rgba(9, 28, 46, 0.72), rgba(17, 48, 78, 0.62));
}

.eyebrow {
  display: inline-block;
  margin: 0;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(240, 229, 143, 0.35);
  color: #f3e58d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0 0 0.85rem;
  line-height: 1.15;
  font-family: "Space Grotesk", sans-serif;
}

h1 {
  margin-top: 1rem;
  font-size: clamp(2rem, 5.5vw, 3.75rem);
  max-width: 16ch;
}

h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.35rem);
}

.lead {
  margin-bottom: 0;
  max-width: 64ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.95vw, 1.14rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.hero-brand-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  background:
    radial-gradient(circle at 78% 26%, rgba(240, 229, 143, 0.14), transparent 46%),
    linear-gradient(160deg, rgba(13, 35, 57, 0.78), rgba(30, 61, 92, 0.58));
}

.hero-lockup {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.2rem);
  flex-wrap: wrap;
}

.hero-lockup-mark {
  width: clamp(56px, 11vw, 88px);
  height: clamp(56px, 11vw, 88px);
  object-fit: contain;
  border-radius: 14px;
}

.hero-lockup-wordmark {
  width: min(100%, 320px);
  height: auto;
  display: block;
}

.hero-note {
  margin: 0;
  font-weight: 700;
  color: #deecff;
  letter-spacing: 0.03em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0.78rem 1.2rem;
  border-radius: 12px;
  font-weight: 800;
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(110deg, var(--gold-a), var(--gold-b) 42%, var(--gold-c) 65%, var(--gold-a));
  color: #143351;
  box-shadow: 0 8px 24px rgba(6, 14, 24, 0.35);
}

.btn-ghost {
  color: var(--text);
  background: rgba(11, 30, 49, 0.7);
  border: 1px solid rgba(240, 229, 143, 0.22);
}

.btn-disabled {
  opacity: 0.65;
  pointer-events: none;
  cursor: not-allowed;
}

.grid {
  display: grid;
  column-gap: 1rem;
  row-gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  padding: 1.2rem;
}

.card p,
.split p,
.cta p,
.content-card p,
.legal-card p,
.content-card li,
.legal-card li {
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
  align-items: stretch;
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list li {
  padding: 1rem;
  border-bottom: 1px solid rgba(240, 229, 143, 0.18);
}

.feature-list li:last-child {
  border-bottom: 0;
}

.cta {
  text-align: center;
  padding: 2rem min(2rem, 5vw);
  margin-bottom: 2.8rem;
  background:
    radial-gradient(circle at 70% 20%, rgba(240, 229, 143, 0.12), transparent 52%),
    linear-gradient(170deg, rgba(12, 34, 54, 0.9), rgba(24, 57, 88, 0.82));
}

.cta p {
  margin: 0 auto 1.2rem;
  max-width: 58ch;
}

.page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
  align-items: stretch;
}

.page-grid > *,
.split > * {
  height: 100%;
}

.services-split {
  grid-template-columns: 1fr 1fr;
}

.content-card h2,
.legal-card h2 {
  margin-top: 0;
}

.content-card ul,
.legal-card ul {
  margin: 0.7rem 0 0;
  padding-left: 1.2rem;
}

.content-card ul,
.content-card ol {
  margin: 0.7rem 0 0;
  padding-left: 1.2rem;
}

.content-card li,
.legal-card li {
  margin: 0.35rem 0;
}

.contact-list {
  list-style: none;
  margin: 0.8rem 0 0;
  padding: 0;
}

.contact-list li + li {
  margin-top: 0.55rem;
}

.contact-link {
  color: #deecff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(240, 229, 143, 0.45);
}

.contact-link:hover {
  color: #f0e58f;
  border-bottom-color: #f0e58f;
}

.legal-embed {
  width: 100%;
  min-height: 70vh;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}

.site-footer {
  width: min(1180px, 94vw);
  margin: 0 auto;
  padding: 1.1rem 0 2.2rem;
  border-top: 1px solid rgba(240, 229, 143, 0.2);
  color: #bfd1e4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-version {
  color: #9eb3c8;
  font-size: 0.88rem;
  font-weight: 600;
}

.footer-links {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: #cfe0f2;
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover {
  color: #f0e58f;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: min(760px, 94vw);
  z-index: 1200;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(7, 23, 39, 0.96);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.cookie-title {
  margin: 0;
  font-weight: 800;
  font-family: "Space Grotesk", sans-serif;
}

.cookie-text {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.cookie-actions {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.cookie-btn {
  border-radius: 10px;
  padding: 0.56rem 0.85rem;
  border: 1px solid var(--border);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.cookie-btn-primary {
  color: #143351;
  background: linear-gradient(110deg, var(--gold-a), var(--gold-b) 42%, var(--gold-c) 65%, var(--gold-a));
}

.cookie-btn-ghost {
  color: var(--text);
  background: rgba(11, 30, 49, 0.9);
}

.cookie-manage {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1190;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(11, 30, 49, 0.95);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  padding: 0.5rem 0.85rem;
  cursor: pointer;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(3, 10, 17, 0.65);
}

.cookie-modal[hidden] {
  display: none;
}

.cookie-modal-panel {
  width: min(720px, 94vw);
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(7, 23, 39, 0.98);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.cookie-modal-panel h2 {
  margin-bottom: 0.35rem;
}

.cookie-modal-panel p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.cookie-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(240, 229, 143, 0.15);
}

.cookie-row-locked {
  opacity: 0.8;
}

.cookie-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
}

body.cookie-modal-open {
  overflow: hidden;
}

.backup-article h1 {
  margin-top: 0.6rem;
}

.backup-lead {
  font-size: 1.08rem;
  max-width: 70ch;
  margin-bottom: 1.2rem;
}

.backup-highlight {
  border: 1px solid rgba(240, 229, 143, 0.26);
  background: linear-gradient(160deg, rgba(14, 41, 67, 0.75), rgba(19, 56, 88, 0.64));
  border-radius: 14px;
  padding: 1rem 1rem 0.95rem;
  margin: 1rem 0 1.4rem;
}

.backup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0.85rem 0 1rem;
}

.backup-card {
  border: 1px solid rgba(240, 229, 143, 0.2);
  border-radius: 14px;
  background: rgba(11, 34, 56, 0.58);
  padding: 0.95rem;
}

.backup-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.15rem;
}

.backup-card p + p {
  margin-top: 0.45rem;
}

.backup-rule {
  margin: 0.8rem 0 1rem;
  padding-left: 1.2rem;
}

.backup-rule li + li {
  margin-top: 0.45rem;
}

.backup-list {
  margin: 0.8rem 0 1rem;
  padding-left: 1.2rem;
}

.backup-list li + li {
  margin-top: 0.45rem;
}

.backup-tip {
  border-left: 3px solid rgba(240, 229, 143, 0.8);
  padding-left: 0.85rem;
}

.backup-checklist {
  list-style: none;
  margin: 0.8rem 0 1rem;
  padding: 0;
}

.backup-checklist li {
  border: 1px solid rgba(240, 229, 143, 0.18);
  border-radius: 10px;
  background: rgba(10, 31, 51, 0.5);
  padding: 0.62rem 0.72rem;
}

.backup-checklist li + li {
  margin-top: 0.5rem;
}

.backup-quote {
  margin: 1.2rem 0 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(240, 229, 143, 0.25);
  border-radius: 12px;
  background: rgba(14, 40, 65, 0.62);
  color: #deebfa;
  font-weight: 700;
}

.legal-document {
  max-width: 980px;
  margin-inline: auto;
}

.legal-document h1 {
  margin-bottom: 0.35rem;
}

.legal-document h2 {
  margin-top: 1.35rem;
  margin-bottom: 0.65rem;
}

.legal-document h3 {
  margin-top: 1rem;
  margin-bottom: 0.45rem;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.legal-meta {
  margin: 0.2rem 0 1rem;
  color: #deecff;
  font-weight: 700;
}

.legal-toc {
  margin: 0.35rem 0 1.2rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(240, 229, 143, 0.22);
  background: rgba(10, 31, 51, 0.5);
}

.legal-toc ol {
  margin: 0;
  padding-left: 1.1rem;
}

.legal-toc li + li {
  margin-top: 0.28rem;
}

.legal-toc a {
  color: #deecff;
  text-decoration: none;
}

.legal-toc a:hover {
  color: #f0e58f;
  text-decoration: underline;
}

.legal-document p + p {
  margin-top: 0.72rem;
}

.legal-document ul,
.legal-document ol {
  margin-top: 0.6rem;
}

@media (max-width: 980px) {
  .hero,
  .grid,
  .split,
  .page-grid {
    grid-template-columns: 1fr;
  }

  .backup-grid {
    grid-template-columns: 1fr;
  }

  .hero-lockup {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (min-width: 981px) {
  .grid,
  .page-grid,
  .split {
    column-gap: 2rem;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 230px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: rgba(11, 30, 49, 0.95);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: all 140ms ease;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .brand-mark {
    width: 50px;
    height: 50px;
  }

  .brand-wordmark {
    height: 24px;
  }

  .cookie-manage {
    right: 0.7rem;
    bottom: 0.7rem;
    font-size: 0.9rem;
  }

  .cookie-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-btn {
    width: 100%;
  }
}

.partner-logo-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.partner-logo-card {
  border: 1px solid rgba(240, 229, 143, 0.32);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.96));
  min-height: 116px;
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(18, 52, 83, 0.08);
}

.partner-logo-card img {
  max-width: 100%;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
  background: transparent;
  filter: saturate(1.05) contrast(1.02);
}

.partner-logo-card img.logo-logitech {
  max-height: 70px;
}

.partner-logo-card img.logo-forcepoint {
  max-height: 68px;
}

@media (max-width: 980px) {
  .partner-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .partner-logo-grid {
    grid-template-columns: 1fr;
  }
}
