:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
  --primary-blue: #0a7ecd;
}

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

html,
body {
  margin: 0;
  padding: 0;
  font-family: Inter, var(--default-font-family);
  background: #f7f7f7;
  color: #1c1c1c;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
}

.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  z-index: 200;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 19.195px 115.2px 20.195px;
}

.site-header__logo {
  width: 205.63px;
  height: 35.84px;
  background: url("../images/websecure-logo-png0.png") no-repeat center;
  background-size: cover;
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 46px;
  background: var(--primary-blue);
  border: 1px solid #467ff7;
  border-radius: 80px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.site-header__cta:hover {
  background: #0c6ab1;
  border-color: #0c6ab1;
}

.site-header__cta:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 4px;
}

main {
  flex: 1 0 auto;
}

.main-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 160px 24px 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}

.container {
  width: 100%;
}

.keyguard-web-secure {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #424242;
}

.thank-you-choosing {
  display: block;
  color: #424242;
}

.keyguard {
  color: var(--primary-blue);
}

.thanks-message {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  color: #424242;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.container-6 {
  display: flex;
  justify-content: center;
}

.image-container {
  width: 286px;
  height: 134.3px;
  background: url("../images/QYSiUyJgN8.png") no-repeat center;
  background-size: cover;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 75, 127, 0.12);
}

.site-footer {
  background: #004b7f;
  padding: 19.195px 0;
  width: 100%;
}

.site-footer__inner {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}

.site-footer__copy {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.container-3 {
  padding: 20px 0;
}

@media (max-width: 1360px) {
  .site-header__inner {
    padding: 16px 60px;
  }
}

@media (max-width: 1024px) {
  .site-header__inner {
    padding: 16px 24px;
  }

  .site-header__logo {
    width: 180px;
    height: 32px;
  }

  .site-header__cta {
    padding: 14px 32px;
    font-size: 15px;
  }

  .main-container {
    padding: 140px 24px 120px;
  }
}

@media (max-width: 640px) {
  .site-header__cta {
    padding: 12px 24px;
    font-size: 14px;
  }

  .main-container {
    padding: 120px 16px 100px;
  }

  .keyguard-web-secure {
    font-size: 32px;
  }

  .thanks-message {
    font-size: 15px;
  }
}
