:root {
  color-scheme: dark;
  font-family: "Segoe UI Variable", "SF Pro Display", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #050b10;
  color: #f5fbff;
}

* { box-sizing: border-box; }

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 85% 5%, rgba(0, 220, 235, 0.1), transparent 28rem),
    linear-gradient(145deg, #03080c, #09141c 48%, #04090d);
}

a { color: #55e6e0; }
a:focus-visible { outline: 3px solid #b8fbff; outline-offset: 3px; }

.trust-shell {
  width: min(calc(100% - 2rem), 50rem);
  margin: 0 auto;
  padding: 1rem 0 4rem;
}

.trust-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0 1.5rem;
}

.trust-brand {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.trust-brand span { color: #00dce9; }

.trust-back {
  min-height: 2.75rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(0, 220, 235, 0.24);
  border-radius: 0.7rem;
  background: rgba(12, 26, 36, 0.82);
  font-weight: 800;
  text-decoration: none;
}

.trust-hero,
.trust-section {
  border: 1px solid rgba(0, 220, 235, 0.12);
  border-radius: 1.15rem;
  background: rgba(13, 26, 36, 0.78);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.trust-hero { padding: clamp(1.25rem, 4vw, 2.5rem); }
.trust-hero span { color: #55e6e0; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.1em; }
.trust-hero h1 { margin: 0.45rem 0; font-size: clamp(2rem, 8vw, 3.5rem); line-height: 1; }
.trust-hero p { max-width: 42rem; margin: 0; color: #bdcbd4; font-size: 1.05rem; line-height: 1.6; }

.trust-content { display: grid; gap: 1rem; margin-top: 1rem; }
.trust-section { padding: 1.2rem; }
.trust-section h2 { margin: 0 0 0.55rem; font-size: 1.2rem; }
.trust-section p,
.trust-section li { color: #aebdc7; line-height: 1.65; }
.trust-section p:last-child { margin-bottom: 0; }
.trust-section strong { color: #f5fbff; }

.trust-note {
  padding: 1rem;
  border-left: 3px solid #f6a72f;
  border-radius: 0.5rem;
  background: rgba(246, 167, 47, 0.08);
  color: #d8e2e7;
  line-height: 1.55;
}

.trust-footer { padding: 1.5rem 0; color: #8296a2; font-size: 0.82rem; text-align: center; }

@media (max-width: 420px) {
  .trust-header { align-items: flex-start; }
}
