/* START FOTODECK COMMERCIAL STYLES */

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  background: #f4f4f1;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f4f1;
  color: #171717;
}

.page {
  min-height: 100vh;
  padding: 48px 24px 72px;
}

.hero {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding: 64px 0 86px;
}

.brand {
  margin: 0 0 72px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.subline {
  max-width: 620px;
  margin: 32px auto 0;
  font-size: clamp(19px, 2.5vw, 26px);
  line-height: 1.35;
  color: #3f3f3f;
}

.actions {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid #171717;
  background: #171717;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.button.secondary {
  background: transparent;
  color: #171717;
}

.proof {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}

.proof-card {
  padding: 22px 24px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e1e1dc;
}

.proof-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.proof-card span {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  color: #555555;
}

.how,
.fit,
.trial {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 54px 0 0;
  border-top: 1px solid #d8d8d2;
}

.fit,
.trial {
  margin-top: 54px;
}

.section-label {
  margin: 0 0 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #555555;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step {
  padding: 26px 28px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid #e1e1dc;
}

.step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: #f4f4f1;
  font-size: 13px;
  font-weight: 700;
  color: #777777;
}

.step h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.step p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #555555;
}

.fit-panel {
  padding: 34px;
  border-radius: 34px;
  background: #171717;
  color: #ffffff;
}

.fit-panel h2 {
  max-width: 720px;
  margin: 0 0 28px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.fit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fit-list p {
  margin: 0;
  padding: 16px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  font-size: 17px;
  line-height: 1.3;
}

.trial-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  padding: 34px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid #e1e1dc;
}

.trial-copy h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.trial-copy p {
  margin: 22px 0 0;
  font-size: 19px;
  line-height: 1.4;
  color: #555555;
}

.trial-form {
  display: grid;
  gap: 14px;
}

.trial-form label {
  display: grid;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}

.trial-form input,
.trial-form textarea {
  width: 100%;
  border: 1px solid #d8d8d2;
  border-radius: 999px;
  padding: 14px 18px;
  font: inherit;
  background: #f8f8f5;
  color: #171717;
}

.trial-form textarea {
  min-height: 120px;
  border-radius: 26px;
  resize: vertical;
}

.trial-form button {
  min-height: 52px;
  margin-top: 4px;
  border: 1px solid #171717;
  border-radius: 999px;
  background: #171717;
  color: #ffffff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 760px) {
  .page {
    padding: 34px 18px 54px;
  }

  .hero {
    text-align: left;
    padding: 28px 0 58px;
  }

  .brand {
    margin-bottom: 64px;
  }

  .subline {
    margin-left: 0;
    margin-right: 0;
  }

  .actions {
    justify-content: flex-start;
  }

  .button {
    width: 100%;
  }

  .proof {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .proof-card {
    border-radius: 30px;
  }

  .how,
  .fit,
  .trial {
    padding-top: 40px;
  }

  .fit,
  .trial {
    margin-top: 40px;
  }

  .steps,
  .trial-panel {
    grid-template-columns: 1fr;
  }

  .fit-panel,
  .trial-panel {
    padding: 26px;
  }
}

/* END FOTODECK COMMERCIAL STYLES */