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

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

h1,
h2,
h3,
p {
  margin: 0;
}

img {
  pointer-events: none;
}

main {
  background: #FBE495;
}

.inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Hero */
.hero {
  padding: 72px 0 0;
  background: #FBE495;
  text-align: center;
}

.hero__tagline {
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 700;
  line-height: 1.5;
}

.hero__notice {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: #fff;
  font-size: clamp(13px, 1.6vw, 15px);
  font-weight: 700;
  letter-spacing: .04em;
}

.hero__title {
  margin-top: 6px;
  letter-spacing: -.02em;
  font-size: clamp(34px, 5.6vw, 56px);
  font-weight: 700;
  line-height: 1.25;
}

.hero__lead {
  max-width: 640px;
  margin: 20px auto 0;
  font-size: clamp(14px, 1.9vw, 17px);
  letter-spacing: .02em;
  line-height: 1.9;
  text-wrap: pretty;
}

.hero__image {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 36px auto 0;
}

/* Section */
.section {
  padding: clamp(40px, 5vw, 64px) 0;
  background: #FBE495;
  text-align: center;
}

.section--light {
  background: #FDF3CC;
}

.section__title {
  margin-bottom: 28px;
  font-size: clamp(22px, 3.2vw, 30px);
  font-weight: 700;
  text-wrap: balance;
  line-height: 1.4;
}

.section__title--tight {
  margin-bottom: 16px;
}

/* About */
.laptop {
  max-width: 720px;
  margin: 0 auto;
}

.laptop__screen {
  padding: 10px;
  border: 1px solid #EFD98E;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: #FFFDF6;
}

.laptop__video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.laptop__base {
  position: relative;
  height: 12px;
  margin: 0 -4%;
  border: 1px solid #EFD98E;
  border-radius: 4px 4px 12px 12px;
  background: #FFFDF6;
  box-shadow: 0 12px 30px 0 rgba(120, 90, 0, .14);
}

.laptop__base::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 16%;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: #EFD98E;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .laptop__screen {
    padding: 6px;
    border-radius: 10px 10px 0 0;
  }

  .laptop__video {
    border-radius: 4px;
  }

  .laptop__base {
    height: 9px;
  }
}

.about__title {
  margin: 36px 0 12px;
}

.about__lead {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.8;
  text-wrap: pretty;
}

/* Full support */
.support__lead {
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.8;
  text-wrap: pretty;
}

.checklist {
  display: inline-flex;
  flex-direction: column;
  gap: 18px;
  margin: 32px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.checklist li {
  position: relative;
  padding-left: 40px;
  font-size: clamp(15px, 1.9vw, 17px);
  line-height: 1.7;
}

.checklist li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #F5A623;
}

.checklist li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 9px;
  width: 6px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}

/* Feature */
.feature {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  gap: 40px 50px;
  text-align: left;
}

.feature--reverse {
  flex-direction: row-reverse;
}

.feature__media {
  flex: 1 1 320px;
  min-width: 0;
}

.feature__body {
  flex: 1 1 280px;
  min-width: 0;
}

.feature__image,
.feature__placeholder {
  display: block;
  width: 100%;
  border: 1px solid #EFD98E;
  border-radius: 12px;
  box-shadow: 0 12px 30px 0 rgba(120, 90, 0, .14);
}

.feature__image {
  height: auto;
}

.feature__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  background: repeating-linear-gradient(135deg, #FFFDF6 0 14px, #FDF6DC 14px 28px);
}

.feature__placeholder span {
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .85);
  color: #8A6A00;
  letter-spacing: .06em;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.feature__title {
  margin-bottom: 20px;
  font-size: clamp(22px, 3.2vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  text-wrap: pretty;
}

.feature__text {
  font-size: 15px;
  line-height: 1.9;
  text-wrap: pretty;
}

/* Price */
.price-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 560px;
  padding: 32px 36px;
  border: 1px solid #EFD98E;
  border-radius: 20px;
  background: #FFFDF6;
  box-shadow: 0 12px 30px 0 rgba(120, 90, 0, .14);
}

.price-card__main {
  font-size: clamp(17px, 2.4vw, 22px);
  font-weight: 700;
  line-height: 1.6;
  text-wrap: pretty;
}

.price-card__plan {
  padding: 0 8px;
  white-space: nowrap;
  border-radius: 6px;
  background: #FBE495;
}

@media screen and (max-width: 767px) {
  .price-card {
    padding: 24px 20px;
    border-radius: 16px;
  }
}

.price-card__note {
  font-size: 14px;
  line-height: 1.8;
  text-wrap: pretty;
}

/* Footer */
.footer {
  padding: clamp(60px, 8vw, 100px) 0 20px;
  background: linear-gradient(135deg, #DBEAFE, #EFF6FF);
  color: #2563EB;
  text-align: center;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__tagline {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}

.footer__title {
  margin-bottom: 4px;
  font-size: clamp(38px, 6vw, 52px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.footer__icon {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}

.footer__badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.footer__badges a {
  display: inline-flex;
  line-height: 0;
}

.footer__badges img {
  display: block;
  width: auto;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .footer__badges {
    flex-direction: column;
    gap: 12px;
  }

  .footer__badges img {
    height: 56px;
  }
}

.footer__lang {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 600;
}

.footer__lang a {
  color: inherit;
  text-decoration: underline;
}

.footer__copyright {
  margin-top: 50px;
  color: #6B7280;
  font-size: 12px;
  font-weight: 500;
}
