:root {
  --navy: #071c45;
  --navy-2: #082b66;
  --blue: #0866e9;
  --blue-2: #0b52c4;
  --text: #0b1d44;
  --muted: #41506d;
  --line: #d9e1ec;
  --soft: #eef4ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.page-width { max-width: 1536px; margin: 0 auto; padding-left: 36px; padding-right: 36px; }

.site-nav {
    background: linear-gradient(90deg, #071b43 0%, #071f4c 50%, #03183c 100%);
    box-shadow: 0 1px 0 rgba(255,255,255,.08);
    border-bottom: 1px solid var(--dsl-border);
    min-height: 80px;
}

.site-nav .navbar-brand {
    text-decoration: none;
}

.site-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    margin: 0 2.3rem;
    padding: 0.7rem 0.85rem !important;
    border-radius: 8px;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
    color: var(--blue);
    background: var(--soft);
}

.navbar-brand { min-width: 330px; color: #ffffff; text-decoration: none; }
.dsl-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 45px;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -5px;
  transform: skewX(-8deg);
}
.brand-divider { height: 44px; width: 2px; background: #0c3c85; margin: 0 14px; }
.brand-text { font-size: 19px; line-height: 1.05; font-weight: 700; letter-spacing: .8px; }

/*
.site-header {
  background: linear-gradient(90deg, #071b43 0%, #071f4c 50%, #03183c 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,.08);
}

.navbar { min-height: 80px; }
.navbar-brand { min-width: 330px; color: #fff; text-decoration: none; }
.dsl-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 45px;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -5px;
  transform: skewX(-8deg);
}
.brand-divider { height: 44px; width: 2px; background: rgba(255,255,255,.8); margin: 0 14px; }
.brand-text { font-size: 19px; line-height: 1.05; font-weight: 700; letter-spacing: .8px; }

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
  padding: 29px 25px 23px;
  border-bottom: 4px solid transparent;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: #fff; border-bottom-color: #0f72ff; }
*/
.navbar { min-height: 80px; }
.login-btn {
  min-width: 140px;
  padding: 12px 22px;
  color: #fff;
  background: linear-gradient(180deg, #0877f8, #085ccc);
  border: 1px solid #147af3;
  border-radius: 8px;
  font-weight: 700;
}
.login-btn:hover { color: #fff; background: #0b67dc; }

.hero-section { padding: 28px 0 18px; }
.eyebrow {
  display: inline-block;
  padding: 7px 18px;
  color: #0b55c8;
  background: #edf3fd;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
h1 {
  margin: 0;
  color: #0b1d44;
  font-size: clamp(42px, 4vw, 64px);
  line-height: .98;
  letter-spacing: -2px;
  font-weight: 800;
}
h1 span { color: #0a62e4; }
.title-accent { width: 76px; height: 5px; background: #116df2; border-radius: 4px; margin: 18px 0 18px; }
.intro-copy p { max-width: 700px; margin-bottom: 12px; font-size: 16px; }
.hero-art-wrap { padding-top: 18px; }
.hero-art { width: 100%; max-width: 610px; filter: saturate(.98); border-radius: 28px; }

.feature-grid { margin-top: 8px; }
.feature-column .feature-item:last-child { border-bottom: 1px solid var(--line); }
.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  border-bottom: 1px solid var(--line);
  padding: 7px 0;
}
.feature-icon {
  flex: 0 0 47px;
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(180deg, #0d70f5, #074fb8);
  border-radius: 10px;
  font-size: 22px;
  box-shadow: 0 4px 10px rgba(13,103,230,.18);
}
.feature-item h2 { margin: 0 0 1px; font-size: 15px; font-weight: 800; }
.feature-item p { margin: 0; font-size: 13px; line-height: 1.25; color: #263957; }
.transaction-item { max-width: 520px; margin: 0 auto; }

.signup-strip {
  margin-top: 14px;
  padding: 11px 18px 11px 40px;
  border: 1px solid #9dbffc;
  border-radius: 10px;
  background: linear-gradient(90deg, #f8fbff, #eef5ff);
}
.gift-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0872f2;
  color: #fff;
  font-size: 27px;
}
.signup-strip strong { font-size: 17px; }
.signup-strip p { margin-top: 3px; color: #243858; }
.signup-btn { min-width: 160px; padding: 11px 20px; font-weight: 700; }

.sidebar-column { padding-top: 1px; }
.message-card {
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #0759cb, #093f97);
  border: 7px solid #0751ba;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,39,99,.17);
  padding: 23px 23px 0;
}
.message-card h2 { margin: 0 0 2px; font-size: 24px; font-weight: 800; }
.quote-mark { height: 45px; font-size: 70px; line-height: 1; color: #7eb4ff; font-family: Georgia, serif; }
.message-card > p { font-size: 16px; line-height: 1.5; margin-bottom: 10px; }
.signature { margin-top: -4px; }
.testimonial-card {
  margin: 20px -16px -1px;
  padding: 22px 22px 28px;
  border-radius: 12px 12px 5px 5px;
  background: linear-gradient(145deg, #fff, #eef4ff);
  color: #0e1e42;
}
.testimonial-card h3 { font-size: 19px; font-weight: 800; margin: 0 0 12px; }
.stars { color: #ffb300; font-size: 25px; letter-spacing: 2px; margin-bottom: 12px; }
.testimonial-card p { line-height: 1.55; }
.testimonial-card strong { display: inline-block; margin-top: 10px; color: #0755c8; }

.site-footer {
  margin-top: 0;
  padding: 24px 0 15px;
  color: #fff;
  background: linear-gradient(90deg, #0a3b83 0%, #082c68 45%, #06337a 100%);
}
.footer-benefit {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 70px;
  padding: 4px 28px;
  border-right: 1px solid rgba(255,255,255,.15);
}
.footer-benefit:last-child { border-right: 0; }
.footer-benefit i { width: 40px; text-align: center; font-size: 39px; }
.footer-benefit strong { display: block; font-size: 15px; margin-bottom: 2px; }
.footer-benefit span { display: block; font-size: 13px; line-height: 1.35; }
.footer-bottom { margin-top: 14px; font-size: 13px; }
.footer-bottom a { color: #fff; text-decoration: underline; }
.footer-divider { margin: 0 18px; opacity: .7; }



.site-footer a {
    color: #ffffff;
	text-decoration:none;
}

@media (max-width: 1199.98px) {
  .navbar-brand { min-width: 260px; }
  .navbar-nav .nav-link { padding-left: 14px; padding-right: 14px; }
  .page-width { padding-left: 24px; padding-right: 24px; }
  .footer-benefit:nth-child(2) { border-right: 0; }
}

@media (max-width: 991.98px) {
  .navbar { padding: 14px 0 !important; }
  .navbar-brand { min-width: 0; }
  .navbar-collapse { padding: 14px 0 18px; }
  .navbar-nav .nav-link { padding: 10px 0; border-bottom-width: 2px; }
  .login-btn { margin-top: 10px; }
  .hero-art-wrap { order: -1; margin-bottom: 10px; }
  .hero-art { max-width: 520px; }
  .sidebar-column { margin-top: 24px; }
  .message-card { max-width: 620px; margin: 0 auto; }
}

@media (max-width: 767.98px) {
  .page-width { padding-left: 16px; padding-right: 16px; }
  .dsl-mark { width: 92px; font-size: 31px; }
  .brand-text { font-size: 15px; }
  .brand-divider { margin: 0 9px; height: 38px; }
  h1 { font-size: 45px; }
  .feature-column { padding-left: 0 !important; padding-right: 0 !important; }
  .transaction-item { max-width: none; }
  .signup-strip { padding: 15px; }
  .footer-benefit { border-right: 0; padding: 4px 12px; }
  .footer-benefit i { font-size: 32px; }
}
