:root {
  --ot-ink: #101214;
  --ot-ink-2: #3a4148;
  --ot-paper: #fbfbfc;
  --ot-line: rgba(16, 18, 20, 0.12);
  --ot-shadow: 0 18px 45px rgba(16, 18, 20, 0.18);

  --ot-navy: #0b1b2d;
  --ot-slate: #0d2b3c;
  --ot-cyan: #37d3c1;
  --ot-gold: #f4d06f;
  --ot-red: #ea4e4e;

  --ot-radius: 18px;
}

html {
  font-size: 16px;
}

body {
  color: var(--ot-ink);
  background: radial-gradient(1200px 600px at 18% -10%, rgba(55, 211, 193, 0.28), rgba(55, 211, 193, 0.0) 60%),
              radial-gradient(900px 520px at 85% 10%, rgba(244, 208, 111, 0.25), rgba(244, 208, 111, 0.0) 62%),
              linear-gradient(180deg, #ffffff, var(--ot-paper) 40%, #ffffff);
  font-family: ui-serif, "Palatino Linotype", Palatino, Georgia, serif;
}

a {
  text-decoration: none;
}

.ot-shell {
  min-height: calc(100vh - 80px);
}

.ot-navbar {
  background: linear-gradient(180deg, rgba(11, 27, 45, 0.96), rgba(11, 27, 45, 0.88));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.ot-brand {
  letter-spacing: 0.2px;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ot-brand-mark {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  display: inline-block;
  background: conic-gradient(from 240deg, var(--ot-cyan), var(--ot-gold), var(--ot-cyan));
  box-shadow: 0 8px 18px rgba(55, 211, 193, 0.18);
}

.ot-navbar .nav-link {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 550;
}

.ot-navbar .nav-link:hover {
  color: #ffffff;
}

.ot-nav-cta {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.ot-nav-cta:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.ot-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(1000px 540px at 20% 30%, rgba(55, 211, 193, 0.22), rgba(55, 211, 193, 0.0) 70%),
              radial-gradient(900px 560px at 88% 18%, rgba(244, 208, 111, 0.22), rgba(244, 208, 111, 0.0) 68%),
              linear-gradient(180deg, rgba(11, 27, 45, 0.96), rgba(13, 43, 60, 0.92));
  color: rgba(255, 255, 255, 0.92);
  padding: 64px 0 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.ot-hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}

.ot-kicker {
  display: inline-block;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.78);
}

.ot-hero-title {
  font-size: clamp(2.2rem, 3.6vw, 3.3rem);
  line-height: 1.06;
  margin: 12px 0 14px;
  letter-spacing: -0.02em;
}

.ot-hero-lede {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 56ch;
}

.ot-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.ot-btn-primary {
  background: linear-gradient(180deg, rgba(55, 211, 193, 1.0), rgba(38, 187, 171, 1.0));
  border: 1px solid rgba(17, 125, 114, 0.65);
  color: #06161a;
  font-weight: 700;
}

.ot-btn-primary:hover {
  filter: brightness(1.03);
  color: #06161a;
}

.ot-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 0.92);
}

.ot-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ot-hero-trust {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ot-pill {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.86);
}

.ot-hero-card {
  height: 100%;
  border-radius: var(--ot-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.25);
  padding: 18px 18px 16px;
}

.ot-hero-card-header {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 750;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.ot-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.86);
}

.ot-checklist li {
  position: relative;
  padding-left: 22px;
  margin: 10px 0;
}

.ot-checklist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--ot-gold), rgba(244, 208, 111, 0.75));
  box-shadow: 0 8px 16px rgba(244, 208, 111, 0.18);
}

.ot-hero-card-footer {
  margin-top: 14px;
}

.ot-link,
.ot-link-light {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.ot-link {
  color: rgba(255, 255, 255, 0.90);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ot-link:hover {
  color: #ffffff;
}

.ot-link-light {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ot-link-light:hover {
  color: #ffffff;
}

.ot-section {
  padding: 56px 0;
}

.ot-section-alt {
  background: linear-gradient(180deg, rgba(16, 18, 20, 0.02), rgba(16, 18, 20, 0.0));
  border-top: 1px solid var(--ot-line);
  border-bottom: 1px solid var(--ot-line);
}

.ot-section-head {
  margin-bottom: 20px;
  max-width: 72ch;
}

.ot-h1 {
  font-size: clamp(2.1rem, 3.2vw, 3.0rem);
  line-height: 1.07;
  margin: 10px 0 10px;
  letter-spacing: -0.02em;
}

.ot-h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.0rem);
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.01em;
}

.ot-h2-light {
  color: rgba(255, 255, 255, 0.96);
}

.ot-subtitle {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--ot-ink-2);
  font-size: 1.05rem;
  line-height: 1.55;
}

.ot-subtitle-light {
  color: rgba(255, 255, 255, 0.82);
}

.ot-card {
  border-radius: var(--ot-radius);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 18, 20, 0.10);
  box-shadow: 0 14px 42px rgba(16, 18, 20, 0.10);
  padding: 18px;
  height: 100%;
}

.ot-card-title {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.ot-card-body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ot-ink-2);
  line-height: 1.55;
}

.ot-card-meta {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  margin-top: 12px;
  color: rgba(16, 18, 20, 0.62);
  font-weight: 650;
  font-size: 0.95rem;
}

.ot-card-tall .ot-bullets {
  margin-top: 14px;
}

.ot-bullets {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  padding-left: 18px;
  margin-bottom: 0;
  color: var(--ot-ink-2);
}

.ot-bullets li {
  margin: 8px 0;
}

.ot-section-cta {
  margin-top: 22px;
}

.ot-btn-dark {
  border: 1px solid rgba(16, 18, 20, 0.24);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
}

.ot-panel {
  border-radius: var(--ot-radius);
  border: 1px solid rgba(16, 18, 20, 0.10);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 55px rgba(16, 18, 20, 0.12);
  padding: 22px;
  height: 100%;
}

.ot-panel-accent {
  color: rgba(255, 255, 255, 0.92);
  background: radial-gradient(900px 540px at 15% 0%, rgba(55, 211, 193, 0.18), rgba(55, 211, 193, 0.0) 58%),
              radial-gradient(900px 520px at 90% 20%, rgba(244, 208, 111, 0.18), rgba(244, 208, 111, 0.0) 62%),
              linear-gradient(180deg, rgba(11, 27, 45, 0.98), rgba(13, 43, 60, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ot-panel-accent .ot-bullets {
  color: rgba(255, 255, 255, 0.82);
}

.ot-panel-accent .ot-bullets li {
  margin: 8px 0;
}

.ot-mini {
  border-radius: 14px;
  padding: 14px;
  border: 1px solid rgba(16, 18, 20, 0.10);
  background: rgba(255, 255, 255, 0.60);
  height: 100%;
}

.ot-mini-solid {
  background: rgba(255, 255, 255, 0.74);
}

.ot-mini-invert {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ot-mini-title {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 800;
  margin-bottom: 6px;
}

.ot-mini-body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ot-ink-2);
  line-height: 1.55;
}

.ot-mini-invert .ot-mini-body {
  color: rgba(255, 255, 255, 0.82);
}

.ot-quote {
  position: relative;
  padding-left: 6px;
}

.ot-quote-mark {
  font-size: 3.2rem;
  line-height: 0.8;
  color: rgba(244, 208, 111, 0.92);
}

.ot-quote-text {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.15rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  margin-top: 6px;
}

.ot-quote-byline {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  margin-top: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.80);
}

.ot-panel-cta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.ot-pagehead {
  padding: 48px 0 12px;
}

.ot-formcard {
  border-radius: var(--ot-radius);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 18, 20, 0.10);
  box-shadow: var(--ot-shadow);
  padding: 20px;
}

.ot-alert {
  border-radius: 14px;
  border: 1px solid rgba(25, 135, 84, 0.25);
}

.ot-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ot-info {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  padding: 8px 0;
}

.ot-info-k {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 750;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.ot-info-v {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.88);
}

.ot-divider {
  margin: 18px 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.ot-cta {
  border-radius: var(--ot-radius);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(16, 18, 20, 0.10);
  box-shadow: 0 18px 55px rgba(16, 18, 20, 0.14);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.ot-cta-title {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

.ot-cta-body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ot-ink-2);
}

.ot-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ot-prose {
  max-width: 85ch;
}

.ot-prose p {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ot-ink-2);
  line-height: 1.65;
}

.ot-footer {
  margin-top: 40px;
  padding: 34px 0;
  background: rgba(11, 27, 45, 0.98);
  color: rgba(255, 255, 255, 0.86);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.ot-footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
}

.ot-footer-brand {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.ot-footer-muted {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.72);
}

.ot-footer-right {
  display: flex;
  gap: 14px;
  align-items: start;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ot-footer-link {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ot-footer-link:hover {
  color: #fff;
}

.ot-footer-bottom {
  grid-column: 1 / -1;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 14px;
  margin-top: 6px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus, .form-select:focus {
  box-shadow: 0 0 0 0.18rem rgba(55, 211, 193, 0.25);
}

@media (max-width: 991px) {
  .ot-hero-inner {
    grid-template-columns: 1fr;
  }
  .ot-hero {
    padding: 46px 0 40px;
  }
  .ot-cta {
    align-items: stretch;
    flex-direction: column;
  }
  .ot-footer-inner {
    grid-template-columns: 1fr;
  }
  .ot-footer-right {
    justify-content: flex-start;
  }
}
