:root {
  --background: #fff;
  --primary-color: #000;
  --secondary-color: #A8A8A8;
  --tertiary-color: #fff;
  --red: #ee3322;
  --yellow: #ffee38;
  --light-yellow: #FFEE3850;
  --blue: #0f65ef;
  --light-gray: #F4F4F4;
  --green: #39B26B;
}

[data-theme=dark] {
  --background: #252525;
  --primary-color: #fff;
  --secondary-color: #000;
  --tertiary-color: #000;
}

@font-face {
  font-family: SF-Pro-Display;
  src: url("/fonts/SF-Pro-Display-Regular.otf") format("opentype");
}
@font-face {
  font-family: SF-Pro-Display;
  font-weight: 400;
  src: url("/fonts/SF-Pro-Display-Regular.otf") format("opentype");
}
@font-face {
  font-family: SF-Pro-Display;
  font-weight: 500;
  src: url("/fonts/SF-Pro-Display-Semibold.otf") format("opentype");
}
@font-face {
  font-family: SF-Pro-Display;
  font-weight: 700;
  src: url("/fonts/SF-Pro-Display-Bold.otf") format("opentype");
}
@font-face {
  font-family: SF-Pro-Text;
  src: url("/fonts/SF-Pro-Text-Regular.otf") format("opentype");
}
@font-face {
  font-family: SF-Pro-Text;
  font-weight: 400;
  src: url("/fonts/SF-Pro-Text-Regular.otf") format("opentype");
}
@font-face {
  font-family: SF-Pro-Text;
  font-weight: 500;
  src: url("/fonts/SF-Pro-Text-Semibold.otf") format("opentype");
}
@font-face {
  font-family: SF-Pro-Text;
  font-weight: 700;
  src: url("/fonts/SF-Pro-Text-Bold.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
}

body {
  background: var(--background);
  color: var(--primary-color);
}

button {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  color: var(--primary-color);
  font-size: 16px;
  cursor: pointer;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: var(--primary-color);
  border: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
li,
p,
span {
  font-family: SF-Pro-Display, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: var(--primary-color);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: outside;
  margin-left: 40px;
}

header.header-hotsite {
  background: var(--background);
  padding: 37px 30px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
header.header-hotsite #sns-logo svg {
  fill: var(--primary-color);
  width: 299px;
  height: 39px;
}
@media (max-width: 700px) {
  header.header-hotsite #sns-logo svg {
    width: 196px;
    height: 25px;
  }
}

.hero-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  gap: 60px;
  max-width: 650px;
  min-height: calc(100vh - 117px);
}
@media (max-width: 700px) {
  .hero-container {
    min-height: calc(100vh - 103px);
    gap: 16px;
    flex-direction: row-reverse;
  }
}
.hero-container img.mockup-image {
  max-width: 380px;
  height: 100%;
  max-height: 771px;
}
@media (max-width: 700px) {
  .hero-container img.mockup-image {
    max-width: 196px;
    max-height: 399px;
  }
}
@media (max-width: 400px) {
  .hero-container img.mockup-image {
    max-width: 50%;
    height: auto;
  }
}
.hero-container .hero-text {
  transform: translateY(-50%);
}
.hero-container .hero-text h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 30px;
}
@media (max-height: 630px) {
  .hero-container .hero-text h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
@media (max-height: 400px) {
  .hero-container .hero-text h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 700px) {
  .hero-container .hero-text h2 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
@media (max-width: 320px) {
  .hero-container .hero-text h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
@media (max-height: 480px) {
  .hero-container .hero-text {
    transform: none;
  }
}
@media (max-width: 400px) {
  .hero-container .hero-text {
    transform: none;
  }
}
.hero-container .hero-text .buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.hero-container .hero-text .buttons a img {
  width: 150px;
}
@media (max-width: 700px) {
  .hero-container .hero-text .buttons a img {
    width: 135px;
  }
}
@media (max-width: 450px) {
  .hero-container .hero-text .buttons a img {
    width: 120px;
  }
}

.legal-info-container {
  max-width: 900px;
  margin: 30px auto 0;
  padding: 0 20px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: calc(100vh - 117px);
}
@media (max-width: 700px) {
  .legal-info-container {
    padding-bottom: 48px;
  }
}
@media (max-width: 700px) {
  .legal-info-container {
    min-height: calc(100vh - 103px);
  }
}
.legal-info-container .legal-heading {
  padding-bottom: 30px;
}
.legal-info-container .legal-heading h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 24px;
}
.legal-info-container .legal-text p,
.legal-info-container .legal-text li {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.legal-info-container .legal-text p.heading,
.legal-info-container .legal-text li.heading {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 30px;
}
.legal-info-container .legal-text p.heading {
  margin-top: 60px;
}
.legal-info-container .legal-text p + p,
.legal-info-container .legal-text li {
  margin-top: 20px;
}
.legal-info-container .legal-text ul + p {
  margin-top: 20px;
}
.legal-info-container .legal-text a {
  text-decoration: underline;
  color: var(--blue);
}

.contato-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: calc(100vh - 117px);
  font-family: SF-Pro;
}
@media (max-width: 700px) {
  .contato-container {
    padding-bottom: 48px;
  }
}
@media (max-width: 700px) {
  .contato-container {
    min-height: calc(100vh - 103px);
  }
}
.contato-container .headings {
  padding-bottom: 30px;
}
.contato-container .headings h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 30px;
}
.contato-container .headings p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
}
.contato-container .contact-options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex: 1;
  width: 100%;
}
@media (max-width: 700px) {
  .contato-container .contact-options {
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 30px;
  }
}
.contato-container .contact-options .info-and-button {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 700px) {
  .contato-container .contact-options .info-and-button {
    flex: none;
  }
}
.contato-container .contact-options .info-and-button .icon-and-text {
  margin-bottom: 30px;
}
.contato-container .contact-options .info-and-button .icon-and-text svg {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.contato-container .contact-options .info-and-button .icon-and-text span {
  font-size: 21px;
  line-height: 21px;
  font-weight: 500;
}
.contato-container .contact-options .info-and-button .cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border: 1px solid var(--primary-color);
  padding: 10px 20px;
  border-radius: 8px;
}
.contato-container .contact-options .info-and-button .cta-button span {
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 500;
}
.contato-container .contact-options .info-and-button .cta-button.copied {
  animation: copied 1s;
}

@keyframes copied {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
footer {
  background: #FAFAFA;
  padding: 20px 0;
}
footer .footer-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
  gap: 34px;
}
@media (max-width: 700px) {
  footer .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
footer .footer-links a {
  color: var(--secondary-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  text-decoration: underline;
}
@media (max-width: 700px) {
  footer .footer-links a {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
  }
}