.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 3;
}

.feature-card {
  min-height: 220px;
  padding: 28px 24px 20px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.feature-card p {
  margin-top: 16px;
  color: #5f6f86;
  line-height: 1.8;
}

.feature-title {
  display: block;
  font-size: 26px;
  font-weight: 900;
}

.tone-pink {
  background: linear-gradient(145deg, #fff8fb, #ffeef6);
  color: #ff315f;
}

.tone-blue {
  background: linear-gradient(145deg, #f8fbff, #edf5ff);
  color: #2a75ff;
}

.tone-orange {
  background: linear-gradient(145deg, #fffaf3, #fff1de);
  color: #ff7600;
}

.tone-violet {
  background: linear-gradient(145deg, #fff9ff, #f7efff);
  color: #8848ff;
}

.feature-visual {
  position: absolute;
  right: 28px;
  bottom: 24px;
  transform: none;
}

.pin-visual {
  width: 72px;
  height: 72px;
  border-radius: 50% 50% 50% 10px;
  background: linear-gradient(135deg, #ff9ac2, #ff4d88);
  transform: rotate(-45deg);
  box-shadow: 0 20px 34px rgba(255, 111, 158, 0.28);
}

.pin-visual::after {
  content: "";
  position: absolute;
  inset: 23px;
  border-radius: 50%;
  background: #fff;
}

.bubble-visual {
  width: 82px;
  height: 62px;
  border-radius: 34px;
  background: linear-gradient(135deg, #6bd2ff, #5587ff);
  box-shadow: 0 20px 34px rgba(57, 167, 255, 0.26);
}

.bubble-visual::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -12px;
  border: 18px solid transparent;
  border-top-color: #5587ff;
  border-left: 0;
}

.gift-visual {
  width: 76px;
  height: 68px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffb239, #ff7a1a);
  box-shadow: 0 20px 34px rgba(255, 122, 26, 0.24);
}

.gift-visual::before,
.gift-visual::after {
  content: "";
  position: absolute;
  background: #fff3ce;
}

.gift-visual::before {
  left: 32px;
  top: 0;
  width: 14px;
  height: 68px;
}

.gift-visual::after {
  left: 0;
  top: 28px;
  width: 76px;
  height: 14px;
}

.cp-visual {
  width: 96px;
  height: 70px;
}

.cp-visual::before,
.cp-visual::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 54px;
  height: 54px;
  border: 13px solid #ff85da;
  border-radius: 50%;
  box-shadow: 0 20px 34px rgba(255, 111, 158, 0.24);
}

.cp-visual::before {
  left: 5px;
}

.cp-visual::after {
  right: 5px;
  border-color: #d969ff;
}

.showcase {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 44px;
  align-items: center;
  margin-top: 28px;
  padding: 62px 64px 58px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(16, 35, 61, 0.06);
}

.section-copy h2,
.security h2,
.download-brand h2 {
  font-size: 42px;
  line-height: 1.25;
  font-weight: 900;
}

.section-copy p,
.security-copy p {
  margin-top: 28px;
  color: #718097;
  line-height: 1.9;
  font-size: 17px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 22px;
  padding: 0;
  margin: 38px 0 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  color: #233855;
  font-weight: 800;
  line-height: 1.45;
}

.check-list em {
  display: block;
  color: #718097;
  font-style: normal;
  font-weight: 600;
}

.check,
.shield {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.check {
  width: 24px;
  height: 24px;
}

.check::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.orange {
  background: var(--orange);
}

.green {
  background: var(--green);
}

.blue {
  background: var(--blue);
}

.pink {
  background: var(--pink);
}

.cyan {
  background: var(--cyan);
}

.phone-stack {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 480px;
}

.phone-stack .phone {
  flex: 0 0 auto;
}

.main-phone {
  width: 260px;
  z-index: 2;
}

.side-phone {
  width: 224px;
  opacity: 0.96;
}

.side-phone:first-child {
  margin-right: -34px;
  transform: rotate(-7deg);
}

.side-phone:last-child {
  margin-left: -34px;
  transform: rotate(7deg);
}

.security {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 54px;
  padding: 54px 44px;
  background: #fff;
  border-top: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.security-grid article {
  padding: 20px 12px 14px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.shield {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  clip-path: polygon(50% 0, 90% 18%, 82% 76%, 50% 100%, 18% 76%, 10% 18%);
}

.shield::after {
  content: "";
  width: 20px;
  height: 12px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
}

.security strong {
  display: block;
  font-size: 18px;
}

.security article p {
  margin-top: 12px;
  color: #8290a5;
  line-height: 1.7;
}

.download-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px minmax(0, 1fr);
  gap: 0;
  min-height: 460px;
  margin-top: 52px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.download-scene {
  background-image:
    linear-gradient(90deg, rgba(16, 35, 61, 0.34), rgba(255, 255, 255, 0)),
    url("./assets/download-scene.png");
  background-size: cover;
  min-height: 460px;
}

.scene-left {
  background-position: left center;
}

.scene-right {
  background-position: right center;
}

.download-panel {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 40px 38px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(16, 35, 61, 0.14);
}

.download-brand {
  justify-content: center;
  gap: 20px;
}

.download-brand img {
  width: 70px;
  height: 70px;
  border-radius: 18px;
}

.download-brand p {
  margin-top: 8px;
  color: #57677f;
  font-size: 20px;
}

.download-body {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.store-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.store {
  width: 100%;
  min-height: 64px;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  text-align: left;
  flex-direction: column;
}

.store span {
  display: block;
  line-height: 1.1;
}

.store strong {
  font-size: 15px;
}

.app-store {
  background: #080b10;
}

.android-store {
  background: #24bd4f;
}

.contact-card {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  color: #5f6f86;
  background: #fff8f2;
  border: 1px solid #ffe1c7;
  border-radius: 8px;
}

.contact-card strong {
  color: #233855;
  font-size: 18px;
}

.contact-card a {
  color: var(--orange-deep);
  font-weight: 800;
}

.contact-card span {
  font-size: 14px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 22px;
  padding: 30px 0 56px;
  color: #718097;
  font-size: 14px;
}

.site-footer a {
  color: #586a84;
  font-weight: 700;
}

.site-footer a:hover {
  color: var(--orange-deep);
}
