:root {
  --ink: #293021;
  --olive: #2e3826;
  --page: #f1efe8;
  --line: rgba(75, 94, 56, 0.23);
  --r: 28px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font:
    400 16px/1.5 Inter,
    Arial,
    sans-serif;
}
h1,
h2,
h3,
p,
figure,
blockquote {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.05em;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
.skip {
  position: fixed;
  z-index: 99;
  left: 20px;
  top: -80px;
  padding: 12px;
  background: #fff;
}
.skip:focus {
  top: 15px;
}
.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 16px 29px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  transition:
    0.25s transform,
    0.25s box-shadow;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px #29302120;
}
.dark {
  background: var(--olive);
  color: var(--page);
}
.light {
  background: var(--page);
  color: var(--olive);
}
.promo {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.12);
  color: var(--page);
  backdrop-filter: blur(12px);
}
.promo:hover {
  background: rgba(255, 255, 255, 0.2);
}
.outline {
  border-color: var(--olive);
}
.header {
  position: sticky;
  z-index: 9;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 10px clamp(34px, 3.6vw, 56px);
  background: #faf9f5eb;
  backdrop-filter: blur(18px);
}
.logo {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}
.logo span {
  font-size: 9px;
  letter-spacing: 0.14em;
}
.header nav {
  display: flex;
  padding: 4px;
  border-radius: 999px;
  background: #e7e9e0;
}
.header nav a {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
}
.header > .button {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 14px;
}
.header nav a:hover {
  background: #fff8;
}
.hero {
  position: relative;
  height: min(878px, max(620px, calc(100vh - 70px)));
  min-height: 0;
  overflow: hidden;
  border-radius: 0 0 var(--r) var(--r);
  background: #e3dfd2;
}
.hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-copy {
  position: absolute;
  top: 23%;
  left: clamp(34px, 3.6vw, 56px);
  max-width: 855px;
}
.hero-copy .eyebrow {
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(46px, 3.6vw, 56px);
  line-height: 1.07;
}
.hero h1 em {
  font-weight: 400;
}
.hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.56;
}
.hero-copy .button {
  margin-top: 28px;
}
.hero-video-cta {
  margin-left: 10px;
  border-color: currentColor;
  background: rgba(250, 249, 245, 0.2);
  color: var(--page);
}
.hero-video-cta:hover,
.hero-video-cta:focus-visible {
  background: var(--page);
  color: var(--olive);
}
.hero aside {
  position: absolute;
  top: 84px;
  right: clamp(34px, 3.6vw, 56px);
  display: grid;
  gap: 6px;
  width: 186px;
  font-size: 18px;
  line-height: 1.5;
}
.hero aside a {
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.showcase {
  position: absolute;
  right: clamp(34px, 3.6vw, 56px);
  bottom: 58px;
  display: flex;
  gap: 16px;
}
.showcase figure {
  width: 246px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
}
.showcase figure img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.glass {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 378px;
  min-height: 246px;
  padding: 24px;
  border: 1px solid #ffffffbf;
  border-radius: 28px;
  background: #ffffff47;
  box-shadow: inset 0 1px #fff;
  backdrop-filter: blur(20px);
}
.glass .eyebrow {
  margin-bottom: 10px;
  font-size: 11px;
}
.glass h2 {
  font-size: 27px;
}
.glass strong {
  font-size: 31px;
}
.glass p:not(.eyebrow) {
  width: 230px;
  margin-top: 5px;
  font-size: 14px;
}
.section {
  min-height: calc(100svh - 70px);
  padding: clamp(56px, 7vh, 88px) clamp(28px, 3vw, 48px);
}
.section h2 {
  font-size: clamp(42px, 3.35vw, 52px);
}
.pain {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 670px);
  align-items: center;
  min-height: max(760px, calc(100svh - 70px));
  gap: clamp(68px, 10vw, 155px);
}
.copy {
  max-width: 670px;
}
.copy h2 {
  margin-top: 16px;
}
.copy > p:not(.eyebrow) {
  max-width: 570px;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.56;
}
.copy .button {
  margin-top: 40px;
}
.media {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
}
.media img {
  width: 100%;
}
.autoplay-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #d9d3c8;
  object-fit: contain;
}
.rescue {
  min-height: max(760px, calc(100svh - 70px));
}
.rescue > header {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 64px;
}
.rescue > header h2 {
  max-width: 720px;
}
.rescue > header .eyebrow {
  padding-top: 6px;
}
.asset-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.asset-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
  background: #e3dfd2;
}
.asset-grid > figure {
  aspect-ratio: 1;
}
.asset-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asset-grid figcaption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  max-width: 82%;
  padding: 10px 14px;
  border: 1px solid #ffffffb3;
  border-radius: 15px;
  background: #f7f7eeee;
  font-size: 16px;
  font-weight: 500;
}
.asset-grid > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.asset-grid .wide {
  height: 263px;
  margin-top: auto;
}
.technology {
  min-height: 1348px;
  background: linear-gradient(180deg, transparent, #e5e9dd70, transparent);
}
.tech {
  position: relative;
  display: grid;
  min-height: 1092px;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
  overflow: hidden;
}
.tech > span {
  position: absolute;
  z-index: 0;
  top: 390px;
  left: -8%;
  width: 116%;
  color: #7f8e7147;
  font-size: clamp(140px, 17.3vw, 270px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1;
  white-space: nowrap;
}
.intro,
.top,
.bottom,
.result {
  z-index: 1;
}
.intro {
  grid-column: 1/7;
  width: 680px;
  max-width: 100%;
  padding-top: 24px;
}
.intro h2 {
  margin-top: 16px;
}
.intro > p:last-child {
  max-width: 560px;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.55;
}
.tech figure {
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
}
.tech figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top {
  grid-column: 9/13;
  grid-row: 1;
  aspect-ratio: 1;
}
.bottom {
  grid-column: 1/8;
  grid-row: 2;
  width: 822px;
  max-width: 100%;
  aspect-ratio: 1.605;
}
.result {
  grid-column: 9/13;
  grid-row: 2;
  align-self: end;
  padding-bottom: 132px;
}
.result h3 {
  margin-top: 16px;
  font-size: 30px;
}
.result > p:not(.eyebrow) {
  margin: 20px 0 28px;
  font-size: 17px;
}
.application {
  min-height: max(760px, calc(100svh - 70px));
}
.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 64px;
}
.split h2 {
  margin-top: 16px;
}
.split > p {
  max-width: 570px;
  font-size: 18px;
  line-height: 1.55;
}
.application ol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.application-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: stretch;
  gap: clamp(32px, 4vw, 64px);
}
.application-layout ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
}
.application-layout li {
  min-height: 0;
  padding: clamp(24px, 2.2vw, 33px);
}
.application-layout li:last-child {
  grid-column: 1 / -1;
}
.application-layout .youtube-video {
  width: 100%;
  max-width: none;
  margin: 0;
  align-self: stretch;
}
.application-layout .youtube-video iframe {
  height: 100%;
  min-height: 520px;
  aspect-ratio: auto;
}
.application li {
  min-height: 286px;
  padding: 33px 29px;
  border: 1px solid #c8d4b7;
  border-radius: 28px;
  background: #dce4cf;
}
.application b {
  display: block;
  margin-bottom: 32px;
  color: #526640;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}
.application h3 {
  margin-bottom: 16px;
  font-size: 24px;
}
.application li p {
  font-size: 15px;
  line-height: 1.48;
}
.youtube-video {
  max-width: 960px;
  margin: 48px auto 0;
  overflow: hidden;
  border-radius: var(--r);
  box-shadow: 0 18px 48px rgba(33, 43, 27, 0.18);
}
.youtube-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}
.whatsapp-widget {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 42px;
}
.whatsapp-float {
  display: grid;
  width: 56px;
  height: 56px;
  padding: 0;
  place-items: center;
  border: 0;
  list-style: none;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 28px rgba(15, 92, 47, 0.32);
}
.whatsapp-float::-webkit-details-marker {
  display: none;
}
.whatsapp-float svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
}
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #1dae57;
  color: #fff;
  transform: translateY(-2px);
}
.whatsapp-prompt {
  position: absolute;
  right: 0;
  bottom: 68px;
  display: none;
  width: 218px;
  gap: 5px;
  padding: 16px;
  border: 1px solid #dce6d5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(26, 50, 30, 0.2);
  color: var(--ink);
}
.whatsapp-widget[open] .whatsapp-prompt {
  display: grid;
}
.whatsapp-prompt strong {
  font-size: 15px;
}
.whatsapp-prompt span {
  color: #596257;
  font-size: 12px;
  line-height: 1.4;
}
.whatsapp-prompt a {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.testimonials {
  min-height: max(760px, calc(100svh - 70px));
  background:
    radial-gradient(ellipse at 15% 60%, #c9d4bdaa, transparent 65%),
    radial-gradient(ellipse at 90% 100%, #ddd0b4aa, transparent 70%);
}
.testimonials > header {
  text-align: center;
}
.testimonials > header .eyebrow {
  margin-bottom: 16px;
}
.testimonials figure {
  margin: 22px 0 0;
  border: 1px solid #ffffffb8;
  border-radius: 30px;
  background: #ffffff4d;
  box-shadow: inset 0 1px #ffffffb3;
  backdrop-filter: blur(16px);
}
.featured {
  margin-top: 56px !important;
  padding: 62px 80px;
  text-align: center;
}
.featured blockquote {
  max-width: 1160px;
  margin: auto;
  font-size: clamp(24px, 2.05vw, 32px);
  font-weight: 500;
  line-height: 1.42;
}
.testimonials figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 28px;
  font-size: 16px;
}
.testimonials figcaption span {
  font-size: 14px;
}
.secondary {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 38px 56px;
}
.secondary blockquote {
  font-size: 22px;
  line-height: 1.45;
}
.secondary figcaption {
  margin: 0;
}
.faq {
  background: #e7ebdf;
}
.faq-list {
  display: grid;
  max-width: none;
  width: 100%;
  gap: 12px;
  margin: 56px auto 0;
}
.faq-list details {
  padding: 20px 24px;
  border: 1px solid #c8d4b7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
}
.faq-list summary {
  position: relative;
  padding-right: 32px;
  font-weight: 600;
  cursor: pointer;
}
.faq-list summary::after {
  position: absolute;
  top: -4px;
  right: 0;
  content: "+";
  color: #526640;
  font-size: 24px;
  font-weight: 400;
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list p {
  max-width: 850px;
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.55;
}
.protocols {
  min-height: max(760px, calc(100svh - 70px));
}
.protocol-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.protocol-grid article {
  min-height: 301px;
  padding: 41px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #ffffff52;
}
.protocol-grid .eyebrow {
  margin-bottom: 16px;
}
.protocol-grid h3 {
  margin-bottom: 16px;
  font-size: 28px;
}
.protocol-grid article > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.48;
}
.final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 64px;
  margin-top: 64px;
  padding: 56px 64px;
  border-radius: 32px;
  background: var(--olive);
  color: var(--page);
}
.final h2 {
  margin-top: 16px;
  font-size: 42px;
  line-height: 1.14;
}
.final__intro {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(40px, 8vw, 150px);
}
.final__intro > p {
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.45;
}
.buy {
  display: contents;
}
.offer-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 16px;
}
.buy > p {
  grid-column: 1 / -1;
  margin: -46px 0 0;
  font-size: 13px;
}
.purchase-card {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 14px;
  padding: 12px;
  border: 1px solid #d7ddd0;
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  transition: 0.25s transform, 0.25s background;
}
.purchase-card:hover,
.purchase-card:focus-visible {
  background: #fff;
  color: var(--ink);
  transform: translateY(-2px);
}
.purchase-card__info {
  display: grid;
  gap: 4px;
  padding: 2px 4px 0;
}
.purchase-card h3 {
  font-size: 16px;
  line-height: 1.25;
}
.purchase-card__was {
  color: #687061;
  font-size: 13px;
  text-decoration: line-through;
}
.purchase-card__price {
  color: #385a32;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
}
.purchase-card__price span {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 6px;
  border-radius: 999px;
  background: #e9f2e2;
  color: #385a32;
  font-size: 10px;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.purchase-card__installments,
.purchase-card__shipping {
  font-size: 12px;
  line-height: 1.4;
}
.purchase-card__installments strong {
  font-size: inherit;
}
.purchase-card__shipping {
  color: #385a32;
  font-weight: 600;
}
.purchase-card__cta {
  display: flex;
  margin-top: auto;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #385f32;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.purchase-card__cta:hover,
.purchase-card__cta:focus-visible {
  background: #294827;
  color: #fff;
}
.purchase-card__badge {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f39c12;
  color: #2d250f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.product-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
  background: #e9e5d9;
}
.product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.featured-offer {
  border-color: #f39c12;
}
.featured-offer:hover,
.featured-offer:focus-visible {
  background: #fff;
  color: var(--ink);
}
.preview {
  position: relative;
  width: 330px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: #d9d9cb;
}
.preview .play-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid white;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 2px 9px #0006);
  transition: transform 0.25s ease;
}
.preview:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-modal {
  width: min(920px, calc(100vw - 32px));
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 26px;
  background: transparent;
  color: var(--page);
  box-shadow: 0 28px 80px #11180e66;
}
.video-modal::backdrop {
  background: rgba(20, 25, 17, 0.58);
  backdrop-filter: blur(14px);
}
.video-modal__panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: inherit;
  background: var(--olive);
}
.video-modal__header {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 16px 12px 24px;
}
.video-modal__header p {
  font-size: 16px;
  font-weight: 600;
}
.video-modal__header button {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.video-modal video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background: #12160f;
}
body.video-open {
  overflow: hidden;
}
.preview img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  object-position: center 42%;
}
.preview i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 38px;
  font-style: normal;
  transform: translate(-45%, -50%);
  filter: drop-shadow(0 2px 9px #0006);
  animation: pulse 2.8s ease-in-out infinite;
}
.buy p {
  font-size: 14px;
}
.footer {
  background: #f6f6f4;
}
.footer-main {
  display: grid;
  min-height: 316px;
  grid-template-columns: 1.15fr 0.7fr 0.95fr 1.2fr 1.3fr;
  gap: 32px;
  padding: 46px 80px;
  color: #424a40;
}
.brands {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.brands img:first-child {
  width: 112px;
  height: 36px;
  object-fit: contain;
}
.brands img:nth-child(2) {
  width: 58px;
  height: 42px;
  object-fit: contain;
}
.footer h3 {
  margin-bottom: 16px;
  color: #121712;
  font-size: 16px;
  letter-spacing: 0;
}
.footer p {
  font-size: 13px;
  line-height: 1.62;
}
.footer p a,
.mobile footer p a {
  text-underline-offset: 3px;
}
.footer p a:hover,
.footer p a:focus-visible,
.mobile footer p a:hover,
.mobile footer p a:focus-visible {
  color: #55723e;
  text-decoration: underline;
}
.green {
  color: #2e5736;
  font-weight: 500;
}
.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 260px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.payment-methods li {
  padding: 4px 7px;
  border: 1px solid #cfd7c5;
  border-radius: 5px;
  color: #2e5736;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.security-note {
  max-width: 210px;
  color: #2e5736;
  font-size: 12px !important;
  line-height: 1.45 !important;
}
.legal {
  display: grid;
  min-height: 112px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 18px 24px;
  background: #fff;
  color: #4f544d;
}
.legal > p {
  max-width: 1160px;
  margin: 0;
  font-size: 9px;
  line-height: 1.45;
  text-align: left;
}
.legal > div {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  font-size: 10px;
}
.legal img {
  width: 78px;
  height: 16px;
  object-fit: contain;
  border-radius: 5px;
  background: #2e5736;
}
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    0.65s opacity,
    0.65s transform;
}
.visible {
  opacity: 1;
  transform: none;
}
.animate {
  animation: enter 0.8s 0.1s both ease-out;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse {
  50% {
    transform: translate(-45%, -50%) scale(1.12);
    opacity: 0.8;
  }
}
.mobile {
  display: none;
}
@media (max-width: 1000px) and (min-width: 701px) {
  .hero {
    min-height: 630px;
  }
  .hero-copy {
    top: 15%;
  }
  .showcase {
    bottom: 30px;
    transform: scale(0.8);
    transform-origin: bottom right;
  }
  .section {
    padding-block: 92px;
  }
  .pain {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .tech .bottom {
    width: 100%;
  }
  .footer-main {
    padding-inline: 42px;
    gap: 18px;
  }
  .final {
    padding: 40px;
  }
  .final h2 {
    font-size: 34px;
  }
}
@media (max-width: 700px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
    overflow: hidden;
  }
  .mobile > header {
    position: sticky;
    z-index: 10;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 0 20px;
    background: #faf9f5eb;
    backdrop-filter: blur(16px);
  }
  .mobile .logo {
    font-size: 17px;
  }
  .mobile .logo span {
    font-size: 8px;
  }
  .menu {
    display: grid;
    place-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--olive);
  }
  .menu i {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
  }
  .mobile nav {
    position: absolute;
    top: 58px;
    right: 20px;
    display: grid;
    width: 210px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #faf9f5;
    box-shadow: 0 15px 32px #29302124;
  }
  .mobile nav a {
    padding: 11px 12px;
    border-radius: 10px;
  }
  .mobile main > section {
    padding: 72px 20px;
  }
  .mobile h2 {
    font-size: 34px;
  }
  .mobile main > section > .eyebrow {
    margin-bottom: 12px;
  }
  .mobile main > section > p:not(.eyebrow) {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.52;
  }
  .full {
    display: flex;
    width: 100%;
  }
  .m-hero {
    position: relative;
    min-height: 693px;
    overflow: hidden;
    padding: 0 !important;
    background: #e3dfd2;
  }
  .m-hero > img {
    width: 100%;
    height: 693px;
    object-fit: cover;
  }
  .m-hero > div {
    position: absolute;
    right: 20px;
    bottom: 24px;
    left: 20px;
  }
  .m-hero__title {
    font-size: 35px;
    line-height: 1.02;
  }
  .m-hero__title em {
    font-weight: 400;
  }
  .m-hero .button {
    margin-top: 20px;
  }
  .mobile #m-produto h2 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -0.03em;
  }
  .m-glass {
    display: flex;
    justify-content: space-between;
    min-height: 168px;
    margin: 28px 0 20px;
    padding: 24px 20px;
    border: 1px solid #ffffffbf;
    border-radius: 22px;
    background: #ffffff47;
    box-shadow: inset 0 1px #fff;
    backdrop-filter: blur(20px);
  }
  .m-glass .eyebrow {
    margin-bottom: 3px;
    font-size: 10px;
  }
  .m-glass h3 {
    font-size: 22px;
  }
  .m-glass strong {
    display: block;
    margin-top: 8px;
    font-size: 26px;
  }
  .m-glass p:not(.eyebrow) {
    max-width: 190px;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
  }
  .m-glass img {
    width: 102px;
    height: 136px;
    object-fit: cover;
    border-radius: 16px;
  }
  .mobile figure {
    margin: 24px 0;
    overflow: hidden;
    border-radius: 22px;
  }
  .mobile figure img {
    width: 100%;
    height: auto;
  }
  .mobile figure .autoplay-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }
  .m-assets {
    background: #e8ebe0;
  }
  .m-assets > div {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin: 26px -20px 0;
    padding: 0 20px 12px;
    scroll-snap-type: x mandatory;
  }
  .m-assets figure {
    position: relative;
    flex: 0 0 280px;
    margin: 0;
    scroll-snap-align: start;
  }
  .m-assets figure img {
    aspect-ratio: 1;
    object-fit: cover;
  }
  .m-assets figcaption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-width: 80%;
    padding: 7px 10px;
    border-radius: 11px;
    background: #f7f7eeee;
    font-size: 13px;
  }
  .mobile #m-tecnologia {
    background: linear-gradient(180deg, #f1efe8, #e7ebdf, #f1efe8);
  }
  .action {
    padding: 20px 0;
  }
  .action .eyebrow {
    margin-bottom: 10px;
  }
  .action h3 {
    font-size: 23px;
  }
  .mobile ol {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
  }
  .mobile ol li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    padding: 18px;
    border: 1px solid #c8d4b7;
    border-radius: 18px;
    background: #dce4cf;
  }
  .mobile ol b {
    color: #526640;
    font-size: 27px;
    line-height: 1;
  }
  .mobile ol h3 {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .mobile ol p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.4;
  }
  .m-testimonials {
    background:
      radial-gradient(ellipse at 10% 40%, #c9d4bdaa, transparent 70%),
      radial-gradient(ellipse at 80% 90%, #ddd0b4aa, transparent 70%);
  }
  .m-testimonials h2 {
    margin-bottom: 28px;
  }
  .m-testimonials figure {
    margin: 16px 0 0;
    padding: 24px;
    border: 1px solid #ffffffb3;
    background: #ffffff52;
    backdrop-filter: blur(16px);
  }
  .m-testimonials blockquote {
    font-size: 19px;
    line-height: 1.44;
  }
  .m-testimonials figcaption {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 20px;
    font-size: 14px;
  }
  .m-testimonials figcaption span {
    font-size: 12px;
  }
  .m-final {
    margin: 24px 20px 0 !important;
    padding: 32px 24px !important;
    border-radius: 24px;
    background: var(--olive);
    color: var(--page);
  }
  .m-final h2 {
    margin-top: 13px;
    font-size: 31px;
  }
  .m-final > p:not(.eyebrow) {
    margin-top: 18px !important;
    font-size: 16px !important;
  }
  .m-final .preview {
    width: 100%;
    margin: 24px 0 16px;
  }
  .m-final .preview img {
    height: 170px;
  }
  .mobile > footer {
    margin-top: 48px;
    padding: 36px 24px 24px;
    background: #f6f6f4;
    color: #424a40;
  }
  .m-brands {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .m-brands img:first-child {
    width: 122px;
    height: 36px;
    object-fit: contain;
  }
  .m-brands img:nth-child(2) {
    width: 52px;
    height: 42px;
    object-fit: contain;
  }
  .m-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin: 32px 0;
  }
  .mobile footer h3 {
    margin: 26px 0 9px;
    font-size: 14px;
  }
  .mobile footer p {
    font-size: 12px;
    line-height: 1.65;
  }
  .mobile footer small {
    display: block;
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid #d5d8d0;
    font-size: 10px;
  }
  .credit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-top: 14px;
    font-size: 10px;
  }
  .credit img {
    width: 76px;
    height: 15px;
    object-fit: contain;
    border-radius: 5px;
    background: #2e5736;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .animate,
  .preview i {
    animation: none;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .button {
    transition: none;
  }
  .preview .play-icon {
    transition: none;
  }
}
