@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@500;600;700;800&display=swap");

:root {
  --black: #090a0d;
  --black-soft: #111318;
  --paper: #f2f1ec;
  --white: #ffffff;
  --muted: #9b9da3;
  --line: rgba(255, 255, 255, 0.16);
  --lime: #d8ff3e;
  --orange: #ff6845;
  --font-display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --font-body: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

body.theme-pairsnap {
  --lime: #b9c0ff;
  --orange: #726cff;
}

body.theme-revmeter {
  --lime: #ffb13b;
  --orange: #ff4355;
}

body.theme-neoneq {
  --lime: #42e6f5;
  --orange: #d83cff;
}

body.theme-agentgauge {
  --lime: #5ee1a4;
  --orange: #5f9dff;
}

body.theme-salon {
  --lime: #ffbd73;
  --orange: #ff76ae;
}

body.theme-kintai {
  --lime: #d9ed6f;
  --orange: #52e49a;
}

body.theme-buta {
  --lime: #ffd264;
  --orange: #ff795c;
}

body.theme-totte {
  --lime: #b6eeff;
  --orange: #5f8cff;
}

body.theme-taskmate {
  --lime: #d9ff77;
  --orange: #7b7cff;
}

body.theme-hanamaru {
  --lime: #ffc44d;
  --orange: #ff2727;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

::selection {
  background: var(--lime);
  color: var(--black);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: -100px;
  left: 16px;
  padding: 9px 14px;
  background: var(--white);
  color: var(--black);
}

.skip-link:focus {
  top: 16px;
}

.site-nav {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: var(--white);
  color: var(--black);
  font-size: 1.45rem;
  line-height: 1;
}

.brand i {
  color: #55585f;
  font-style: normal;
}

.brand strong {
  color: var(--lime);
  font-weight: 600;
}

.site-nav nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
}

.site-nav nav a {
  color: #c0c2c7;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav nav a:hover {
  color: var(--white);
}

.site-nav .nav-download {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(360px, 0.82fr) minmax(540px, 1.18fr);
  align-items: center;
  overflow: hidden;
  padding: 126px clamp(20px, 4vw, 64px) 72px;
  background:
    radial-gradient(circle at 17% 78%, rgba(216, 255, 62, 0.08), transparent 24%),
    var(--black);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 62%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 720px;
  padding-right: clamp(20px, 3vw, 54px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 27px;
  color: #b3b5ba;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--lime);
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 3.85vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.hero h1 em {
  color: var(--lime);
  font-style: normal;
}

.hero-lead {
  margin: 36px 0 0;
  color: #c7c8cc;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  letter-spacing: 0.02em;
  line-height: 2;
}

.hero-actions,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--black);
}

.button-outline {
  background: rgba(9, 10, 13, 0.7);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.button-outline:hover {
  background: var(--white);
  color: var(--black);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin: 42px 0 0;
  padding: 0;
  color: #85878e;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  list-style: none;
}

.hero-facts li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-facts span {
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 0.95rem;
}

.hero-visual {
  position: relative;
  min-height: min(76vh, 780px);
  align-self: stretch;
}

.cube-backdrop {
  position: absolute;
  z-index: 0;
  top: -126px;
  right: calc(clamp(20px, 4vw, 64px) * -1);
  bottom: -72px;
  left: -26px;
  background:
    linear-gradient(90deg, var(--black), transparent 18%, transparent 80%, rgba(0, 0, 0, 0.22)),
    url("../cube/images/bg_main.jpg") center / cover no-repeat;
  filter: contrast(1.08);
}

.cube-backdrop::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.38), transparent 35%);
  content: "";
}

.visual-word {
  position: absolute;
  z-index: 1;
  top: 5%;
  right: -2vw;
  margin: 0;
  color: rgba(255, 255, 255, 0.15);
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.phone {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  width: clamp(165px, 18vw, 270px);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 32px;
  background: #101116;
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.5);
}

.phone img {
  width: 100%;
  border-radius: 25px;
}

.phone-main {
  z-index: 5;
  top: 12%;
  left: 38%;
  transform: rotate(2deg);
}

.phone-left {
  top: 28%;
  left: 7%;
  width: clamp(138px, 15vw, 226px);
  transform: rotate(-8deg);
}

.phone-right {
  z-index: 4;
  top: 25%;
  right: -1%;
  width: clamp(145px, 16vw, 238px);
  transform: rotate(9deg);
}

.app-badge {
  position: absolute;
  z-index: 8;
  right: 4%;
  bottom: 4%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 11px 16px 11px 11px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  color: var(--black);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.app-badge img {
  width: 64px;
  height: 64px;
  border-radius: 22%;
}

.app-badge small {
  display: block;
  color: #777a80;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.desktop-showcase {
  position: absolute;
  z-index: 4;
  top: 18%;
  left: 8%;
  display: grid;
  width: 82%;
  min-height: 48%;
  place-items: center;
  padding: clamp(14px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px;
  background: rgba(12, 13, 17, 0.92);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
}

.desktop-showcase img {
  width: 100%;
  max-height: 58vh;
  border-radius: 19px;
  object-fit: contain;
}

.hero-desktop.wide-window .desktop-showcase {
  top: 24%;
  min-height: 34%;
}

.hero-icon-only {
  display: grid;
  place-items: center;
}

.hero-icon-only .cube-backdrop {
  opacity: 0.9;
}

.hero-product-icon {
  position: relative;
  z-index: 4;
  width: min(46%, 360px);
  border: 10px solid rgba(255, 255, 255, 0.18);
  border-radius: 25%;
  box-shadow: 0 46px 100px rgba(0, 0, 0, 0.52);
  transform: rotate(-3deg);
}

.hero-icon-only .visual-word {
  right: 6%;
}

.scroll-cue {
  position: absolute;
  z-index: 10;
  bottom: 25px;
  left: clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  gap: 15px;
  color: #878990;
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.scroll-cue i {
  color: var(--lime);
  font-style: normal;
}

.section {
  position: relative;
  padding: clamp(88px, 11vw, 160px) clamp(20px, 4vw, 64px);
}

.section-shell {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.section-index {
  margin: 0;
  color: #777a80;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: 40px;
}

.split-heading > div {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(260px, 0.65fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: end;
}

.split-heading h2,
.feature-heading h2,
.screens-heading h2,
.download h2,
.privacy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.8vw, 3.15rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.split-heading h2 span,
.feature-heading h2 span,
.screens-heading h2 span,
.download h2 span {
  color: var(--lime);
}

.split-heading > div > p {
  margin: 0 0 8px;
  color: #a4a6ac;
  line-height: 2;
}

.decision-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(60px, 8vw, 110px);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.decision-flow article {
  position: relative;
  min-height: 390px;
  padding: clamp(26px, 3vw, 44px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 220ms ease, color 220ms ease;
}

.decision-flow article:hover {
  background: var(--lime);
  color: var(--black);
}

.decision-flow article > span {
  display: block;
  margin-bottom: 84px;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
}

.flow-en,
.feature-label {
  margin: 0 0 10px;
  color: #777a80;
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.decision-flow article:hover .flow-en,
.decision-flow article:hover > span {
  color: #292b2f;
}

.decision-flow h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.55;
}

.decision-flow article > p:last-child {
  margin: 22px 0 0;
  color: #9a9ca2;
  font-size: 0.9rem;
}

.decision-flow article:hover > p:last-child {
  color: #393b3f;
}

.features {
  background: var(--paper);
  color: var(--black);
}

.feature-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 54px;
  border-bottom: 1px solid #c7c6c1;
}

.feature-heading .section-index {
  order: 2;
  color: #696b70;
}

.feature-heading h2 span {
  color: var(--orange);
}

.feature-list article {
  display: grid;
  grid-template-columns: 0.24fr 0.82fr 0.72fr;
  gap: clamp(24px, 4vw, 70px);
  align-items: center;
  min-height: 220px;
  padding: 35px 0;
  border-bottom: 1px solid #c7c6c1;
}

.feature-number {
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.feature-label {
  color: #77786f;
}

.feature-list h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.5;
}

.feature-list article > p {
  margin: 0;
  color: #5c5d61;
  line-height: 2;
}

.screens {
  overflow: hidden;
  background: var(--lime);
  color: var(--black);
}

.screens::before,
.screens::after {
  position: absolute;
  border: 2px solid rgba(9, 10, 13, 0.17);
  content: "";
  transform: rotate(18deg);
}

.screens::before {
  top: 8%;
  right: -5vw;
  width: 18vw;
  aspect-ratio: 1;
}

.screens::after {
  bottom: 4%;
  left: -6vw;
  width: 13vw;
  aspect-ratio: 1;
  transform: rotate(37deg);
}

.screens-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: end;
}

.screens-heading .section-index {
  margin-bottom: 24px;
  color: #505330;
}

.screens-heading h2 {
  font-size: clamp(2rem, 3.4vw, 3.7rem);
  line-height: 0.9;
}

.screens-heading h2 span {
  color: var(--orange);
}

.screens-heading > p {
  margin: 0;
  line-height: 2;
}

.screen-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 3vw, 40px);
  margin-top: clamp(66px, 8vw, 110px);
}

.screen-grid.one {
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
}

.screen-grid.one .screen-frame {
  padding: clamp(16px, 2.4vw, 30px);
}

.screen-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.screen-grid.catalog {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.screen-grid.catalog figure {
  transform: none;
}

.screen-grid.four figure:nth-child(2),
.screen-grid.four figure:nth-child(4) {
  transform: translateY(36px);
}

.screen-grid.four figure:nth-child(3) {
  transform: none;
}

.screen-grid figure {
  margin: 0;
}

.screen-frame {
  overflow: hidden;
  padding: clamp(12px, 1.6vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 42px;
  background: var(--black-soft);
  box-shadow: 0 35px 70px rgba(36, 42, 10, 0.25);
}

.screen-frame img {
  display: block;
  width: 100%;
  border-radius: 28px;
}

.screen-frame.ad-covered {
  position: relative;
}

.screen-frame.ad-covered::after {
  position: absolute;
  right: clamp(12px, 1.6vw, 20px);
  bottom: clamp(12px, 1.6vw, 20px);
  left: clamp(12px, 1.6vw, 20px);
  height: 8.2%;
  border-radius: 0 0 28px 28px;
  background: #f2f2f2;
  content: "";
}

.screen-grid figure:nth-child(2) {
  transform: translateY(44px);
}

.screen-grid figcaption {
  display: flex;
  gap: 17px;
  align-items: flex-start;
  margin-top: 23px;
}

.screen-grid figcaption > span {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
}

.screen-grid figcaption b,
.screen-grid figcaption small {
  display: block;
}

.screen-grid figcaption b {
  font-size: 0.96rem;
}

.screen-grid figcaption small {
  margin-top: 4px;
  color: #555830;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.privacy {
  padding-top: clamp(70px, 8vw, 120px);
  padding-bottom: clamp(70px, 8vw, 120px);
  background: var(--paper);
  color: var(--black);
}

.privacy-panel {
  display: grid;
  grid-template-columns: 0.42fr 1fr auto;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  padding: clamp(32px, 5vw, 70px);
  border: 1px solid #c7c6c1;
  background: var(--white);
}

.privacy-label {
  margin: 0;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.privacy h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.65rem);
}

.privacy-panel > div > p {
  margin: 18px 0 0;
  color: #626368;
}

.privacy-panel > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 190px;
  padding: 15px 17px;
  border: 1px solid var(--black);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.07em;
  transition: background 180ms ease, color 180ms ease;
}

.privacy-panel > a:hover {
  background: var(--black);
  color: var(--white);
}

.download {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.97), rgba(9, 10, 13, 0.83)),
    url("../cube/images/bg_main.jpg") center / cover no-repeat;
}

.download-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.download-inner > img {
  width: clamp(120px, 14vw, 210px);
  border: 8px solid rgba(255, 255, 255, 0.14);
  border-radius: 24%;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
}

.download .section-index {
  margin-bottom: 25px;
  color: var(--lime);
}

.download h2 {
  font-size: clamp(1.8rem, 3vw, 3.3rem);
}

.download-inner > div > p:last-child {
  margin: 24px 0 0;
  color: #afb1b6;
}

.download-actions {
  max-width: 245px;
}

.download-actions .button {
  width: 100%;
}

.download-cubes i {
  position: absolute;
  z-index: 1;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.17);
  transform: rotate(30deg);
}

.download-cubes i:nth-child(1) {
  top: -70px;
  right: 9%;
  width: 180px;
  height: 180px;
}

.download-cubes i:nth-child(2) {
  bottom: -80px;
  left: 18%;
  width: 130px;
  height: 130px;
}

.download-cubes i:nth-child(3) {
  top: 20%;
  left: -45px;
  width: 86px;
  height: 86px;
}

.download-cubes i:nth-child(4) {
  right: -30px;
  bottom: 11%;
  width: 70px;
  height: 70px;
}

footer {
  padding: 28px clamp(20px, 4vw, 64px);
  background: #050609;
  color: #777980;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-align: center;
}

footer > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
}

footer a:hover {
  color: var(--white);
}

.template-credit {
  display: inline-block;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(320px, 0.86fr) minmax(430px, 1.14fr);
  }

  .phone-right {
    right: -8%;
  }

  .split-heading > div {
    grid-template-columns: 1fr;
  }

  .feature-list article {
    grid-template-columns: 0.2fr 0.8fr;
  }

  .feature-list article > p {
    grid-column: 2;
  }

  .privacy-panel {
    grid-template-columns: 0.4fr 1fr;
  }

  .privacy-panel > a {
    grid-column: 2;
    width: fit-content;
  }

  .download-inner {
    grid-template-columns: auto 1fr;
  }

  .download-actions {
    grid-column: 2;
    max-width: none;
  }

  .download-actions .button {
    width: auto;
  }
}

@media (max-width: 780px) {
  .site-nav {
    min-height: 68px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brand i,
  .brand strong,
  .site-nav nav a:not(.nav-download) {
    display: none;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .site-nav .nav-download {
    padding: 7px 10px;
  }

  .hero {
    display: block;
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 78px;
  }

  .hero-copy {
    padding-right: 0;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 10.4vw, 3.4rem);
  }

  .desktop-break {
    display: none;
  }

  .hero-visual {
    min-height: 560px;
    margin: 56px -20px 0;
  }

  .cube-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:
      linear-gradient(180deg, var(--black), transparent 13%, transparent 83%, var(--black)),
      url("../cube/images/bg_main.jpg") center / cover no-repeat;
  }

  .visual-word {
    top: 5%;
    right: 0;
    font-size: 3rem;
  }

  .phone-main {
    top: 10%;
    left: 35%;
    width: min(46vw, 235px);
  }

  .phone-left {
    top: 28%;
    left: 0;
    width: min(39vw, 195px);
  }

  .phone-right {
    top: 28%;
    right: -2%;
    width: min(39vw, 195px);
  }

  .app-badge {
    right: 5%;
    bottom: 3%;
  }

  .scroll-cue {
    display: none;
  }

  .split-heading,
  .screens-heading {
    grid-template-columns: 1fr;
  }

  .split-heading .section-index {
    margin-bottom: 4px;
  }

  .split-heading > div {
    grid-template-columns: 1fr;
  }

  .decision-flow {
    grid-template-columns: 1fr;
  }

  .decision-flow article {
    min-height: 0;
  }

  .decision-flow article > span {
    margin-bottom: 42px;
  }

  .feature-heading {
    display: block;
  }

  .feature-heading .section-index {
    margin-top: 30px;
  }

  .feature-list article {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 32px 0;
  }

  .feature-list article > p {
    grid-column: auto;
  }

  .screen-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .screen-grid.catalog {
    grid-template-columns: 1fr;
  }

  .screen-grid figure:nth-child(2),
  .screen-grid.four figure:nth-child(4) {
    transform: none;
  }

  .desktop-showcase {
    top: 16%;
    left: 6%;
    width: 88%;
  }

  .hero-desktop.wide-window .desktop-showcase {
    top: 26%;
  }

  .hero-product-icon {
    width: min(58%, 300px);
  }

  .privacy-panel {
    grid-template-columns: 1fr;
  }

  .privacy-panel > a {
    grid-column: auto;
  }

  .download-inner {
    grid-template-columns: 1fr;
  }

  .download-inner > img {
    width: 118px;
  }

  .download-actions {
    grid-column: auto;
  }

  .download-actions .button {
    width: 100%;
  }

  footer > div {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}

@media (max-width: 430px) {
  .hero-actions .button {
    width: 100%;
  }

  .hero-facts {
    display: grid;
  }

  .hero-visual {
    min-height: 500px;
  }

  .app-badge {
    left: 20px;
    right: auto;
  }

  .app-badge img {
    width: 54px;
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
