@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-style: 100%;
  line-height: 1;
  font-style: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 15px;
  line-height: 1.45;
  background: #ffffff;
  color: #000000;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  color: black;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style-type: none;
}
img {
  vertical-align: top;
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: inherit;
  font-weight: 600;
}
/*---------------------*/
[class$="__container"] {
  max-width: 975px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.privacypolicy__title {
  text-align: center;
  margin-bottom: 12px;
  font-size: 1.35rem;
  font-weight: 600;
}
.privacypolicy__subtitle {
  margin-bottom: 18px !important;
  font-size: 0.875rem;
  line-height: 1.45;
}
.policy-article__header {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c8c8c8;
}
.policy-block + .policy-block {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #d8d8d8;
}
.policy-block:first-of-type {
  padding-top: 0;
}
p {
  font-size: 0.875rem;
  line-height: 1.45;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}
.policy-block h2 {
  margin-top: 0;
}
h2 {
  font-size: 0.95rem;
  margin-bottom: 6px;
  font-weight: 600;
}
.list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
  padding-left: 2px;
}
.list li {
  font-size: 0.875rem;
  line-height: 1.42;
}
.list li::before {
  content: "•";
  margin-right: 8px;
}
/*---------------------*/
.header__menu ul {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.875rem;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  font-size: 0.95rem;
  font-weight: 600;
}
.header {
  padding: 14px 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 22px;
}
.footer {
  margin-top: 36px;
  padding: 0 0 28px;
}
.footer__container {
  max-width: 975px;
  margin: 0 auto;
  padding: 24px 15px 0;
  border-top: 1px solid #dedede;
}
.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 2fr);
  gap: 28px 48px;
  align-items: start;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__logo {
  font-size: 0.95rem;
  font-weight: 600;
  color: #000000;
}
.footer__disclaimer {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #545454;
}
.footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 32px;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.footer__title {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #545454;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.footer__list li {
  list-style: none;
}
.footer__link {
  font-size: 0.8rem;
  line-height: 1.45;
  color: #000000;
}
.footer__link:hover {
  color: #545454;
}
.footer__note,
.footer__copyright,
.footer__updated {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #545454;
}
.footer__note a {
  color: #000000;
  text-decoration: underline;
}
.footer__note a:hover {
  color: #545454;
}
.privacypolicy {
  margin-bottom: 22px;
}
.refundpolicy {
  margin-bottom: 0;
}
.refundpolicy .policy-article__header {
  margin-top: 0;
}
.main {
  padding-bottom: 4px;
}
.hero__image {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.hero__image img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}
.hero__title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #545454;
}
.hero__subtitle {
  text-align: center;
  margin-bottom: 16px;
  font-size: 0.8rem;
  color: #545454;
}
.hero__badge {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 26px;
  padding: 11px 18px;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #2f2f2f;
  background: #f4f4f4;
  border: 1.5px solid #2f2f2f;
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
.hero__badge strong {
  font-weight: 700;
}
.hero__button {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.hero__button a {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #2f2f2f;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}
.hero__button a:hover {
  background-color: #545454;
  transform: scale(1.02);
}
.hero__disclaimer {
  font-size: 0.7rem;
  color: #545454;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  opacity: 0.8;
  max-width: 140px;
}
.hero {
  margin-bottom: 12px;
}
.landing {
  padding-bottom: 40px;
}
.landing__container {
  max-width: 975px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.landing-block {
  padding: 40px 0;
  border-top: 1px solid #dedede;
}
.landing-block:first-child {
  border-top: none;
  padding-top: 20px;
}
.landing-block__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.landing-block__inner--reverse {
  flex-direction: row-reverse;
}
.landing-block__content {
  flex: 1;
  min-width: 0;
  max-width: 420px;
}
.landing-block__title,
.landing-panel__title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
  text-align: left;
}
.landing-panel__title {
  text-align: center;
  margin-bottom: 8px;
}
.landing-block__text,
.landing-panel__lead,
.landing-card__text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #545454;
  margin-bottom: 0;
}
.landing-panel__lead {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 28px;
}
.landing-inline-link {
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.landing-inline-link:hover {
  color: #2f2f2f;
}
.media-placeholder {
  flex-shrink: 0;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 5 / 3;
  border: 1px dashed #c4c4c4;
  border-radius: 8px;
  background: linear-gradient(145deg, #fafafa 0%, #f0f0f0 100%);
}
.media-placeholder:has(> img) {
  border: none;
  background: transparent;
  overflow: hidden;
  padding: 0;
}
.media-placeholder > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.landing-visual-card {
  flex: 1;
  min-width: 0;
  width: 100%;
  max-width: none;
  padding: 18px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.landing-visual-card:hover {
  border-color: #d0d0d0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}
.landing-visual-card--icon,
.landing-visual-card--photo {
  border: none;
  background: transparent;
  box-shadow: none;
}
.landing-visual-card--icon:hover,
.landing-visual-card--photo:hover {
  border: none;
  background: transparent;
  box-shadow: none;
}
.landing-visual-card--icon {
  min-height: 164px;
}
.landing-visual-card--icon img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
  display: block;
}
.landing-visual-card--photo {
  min-height: 164px;
}
.landing-visual-card--photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}
.media-placeholder--sm:has(> img) {
  width: 100%;
  height: 128px;
  margin-bottom: 14px;
  aspect-ratio: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-placeholder--sm > img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}
.media-placeholder--sm {
  max-width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 14px;
}
.media-placeholder--sm:not(:has(> img)) {
  aspect-ratio: 4 / 3;
}
.landing-panel {
  padding: 44px 0;
  border-top: 1px solid #dedede;
}
.landing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.landing-card {
  padding: 18px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.landing-card:hover {
  border-color: #d0d0d0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}
.landing-card__title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}
.landing-block--why .landing-block__content {
  max-width: 460px;
}
.landing-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.landing-list li {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #545454;
  list-style-type: none;
  padding-left: 14px;
  position: relative;
}
.landing-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #2f2f2f;
}
/*---------------------*/
@media (max-width: 900px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 650px) {
  .footer__columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .landing-block__inner,
  .landing-block__inner--reverse {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }
  .landing-visual-card {
    align-self: stretch;
    flex: none;
    width: 100%;
  }
  .landing-block__content {
    max-width: none;
  }
  .media-placeholder {
    max-width: 100%;
  }
  .landing-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 500px) {
  .hero__badge {
    font-size: 0.78rem;
    padding: 10px 14px;
  }
  .landing-block {
    padding: 28px 0;
  }
  .landing-panel {
    padding: 32px 0;
  }
  .landing-block__title,
  .landing-panel__title {
    font-size: 0.95rem;
  }
  .header__menu {
    margin-top: 10px;
  }
  .header__container {
    flex-direction: column;
  }
  .privacypolicy__title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  p {
    font-size: 0.84rem;
    line-height: 1.42;
    margin-bottom: 8px;
  }
  h2 {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }
  .list {
    gap: 5px;
    margin-bottom: 8px;
  }
  .list li {
    font-size: 0.84rem;
  }
}
@media (max-width: 360px) {
  .header__menu ul {
    gap: 10px;
  }
}
