* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #0b0b0b;
}

a,
a:visited {
  color: inherit;
}

.page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px 28px;
}

.wrap {
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

h1 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-size: clamp(34px, 4.2vw, 56px);
}

.check-icon {
  width: clamp(28px, 4vw, 44px);
  height: clamp(28px, 4vw, 44px);
  display: inline-block;
  transform: translate(0.0em, 0.0em);
}

.hero {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dog {
  width: min(340px, 72vw);
  height: auto;
  display: block;
}

.cta {
  margin-top: 46px;
  display: flex;
  justify-content: center;
}

.btn {
  appearance: none;
  border: 0;
  background: #0b0b0b;
  color: #ffffff;
  padding: 16px 34px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(0,0,0,0.12);
}

.btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}

.footer {
  margin-top: 22px;
  display: flex;
  gap: 34px;
  font-size: 13px;
  color: #6b6b6b;
  padding-bottom: 35px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-nav {
  display: flex;
  gap: 28px;
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.container.page {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 100vh;
}

.container.page .content {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

.container.page h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 16px 0 8px;
  letter-spacing: normal;
}

.container.page h2 {
  font-size: 18px;
  margin-top: 24px;
}

.container.page h3 {
  font-size: 16px;
  margin-top: 18px;
}

.container.page p {
  line-height: 1.6;
}

.container.page .muted {
  color: #6b6b6b;
  font-size: 14px;
}

.container.page .back {
  margin-bottom: 16px;
  font-size: 18px;
}

.container.page .back-link {
  text-decoration: none;
  color: inherit;
  font-size: 18px;
}

.container.page .back-link:hover {
  text-decoration: underline;
}

.container.page .card.wide {
  width: 100%;
  margin: 24px auto;
}

.container.page .prose {
  width: 100%;
}

.container.page .footer {
  margin-top: auto;
  width: 100%;
  padding-bottom: 24px;
  justify-content: space-between;
}

.container.page .footerlinks {
  display: flex;
  gap: 28px;
  align-items: center;
}

.container.page .footerlinks a {
  text-decoration: none;
  color: inherit;
}

.container.page .footerlinks a:hover {
  text-decoration: underline;
}

@media (max-height: 720px) {
  .page {
    align-items: flex-start;
  }

  .wrap {
    padding-top: 10px;
  }
}

.faq-title {
  margin-top: 40px;
}
