.mission-sec {
  padding: 72px 40px;
  background: rgba(12, 14, 20, .82);
  backdrop-filter: saturate(150%) blur(10px);
  color: #fff;
}

.hero {
  text-align: left;
}

.hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 640px;
}

.hero .hero-badge,
.hero .hero-cta,
.hero .hero-note {
  animation: fadeUp .6s ease both;
}

.hero .hero-cta {
  justify-content: flex-start;
}

.hero p {
  margin-left: 0;
  margin-right: 0;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  animation: fadeUp .6s .45s ease both;
}

.hero-trust-row span {
  padding: 7px 12px;
  border: 1px solid #dce5f8;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}

.hero-product {
  position: relative;
  min-height: 420px;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: 38px 0 20px 34px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid #edf0f6;
  box-shadow: 0 26px 70px rgba(26, 79, 196, .12);
}

.hero-device,
.proof-bubble {
  position: absolute;
  z-index: 1;
}

.hero-device img {
  width: 100%;
  height: auto;
  display: block;
}

.laptop-device {
  width: 78%;
  left: 0;
  top: 72px;
  animation: productFloat 5s ease-in-out infinite;
}

.primary-phone {
  width: 33%;
  right: 8%;
  top: 34px;
  animation: productFloat 5.8s ease-in-out .4s infinite;
}

.secondary-phone {
  width: 29%;
  right: 25%;
  bottom: 22px;
  animation: productFloat 6.2s ease-in-out .7s infinite;
}

.proof-bubble {
  max-width: 190px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .12);
}

.proof-bubble strong,
.proof-bubble span {
  display: block;
}

.proof-bubble strong {
  font-size: 12px;
  color: #0f172a;
  margin-bottom: 3px;
}

.proof-bubble span {
  font-size: 11px;
  color: #64748b;
  line-height: 1.35;
}

.proof-bubble-one {
  left: 10px;
  bottom: 68px;
  animation: bubbleIn 4.6s ease-in-out infinite;
}

.proof-bubble-two {
  right: 2px;
  bottom: 140px;
  animation: bubbleIn 5.2s ease-in-out .8s infinite;
}

.proof-cycle-sec {
  padding: 72px 40px 64px;
  background: rgba(255, 255, 255, .42);
  backdrop-filter: saturate(170%) blur(10px);
}

.proof-cycle {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  position: relative;
}

.proof-cycle article {
  position: relative;
  min-height: 188px;
  padding: 22px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.proof-cycle article:hover {
  transform: translateY(-5px);
  border-color: #c8d8f8;
  box-shadow: 0 16px 34px rgba(26, 79, 196, .1);
}

.proof-cycle article::after {
  content: "";
  position: absolute;
  top: 42px;
  right: -18px;
  width: 22px;
  height: 2px;
  background: var(--blue);
  opacity: .36;
}

.proof-cycle article:last-child::after {
  display: none;
}

.proof-cycle span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 20px;
}

.proof-cycle h3 {
  font-size: 16px;
  color: #111;
  margin-bottom: 8px;
}

.proof-cycle p {
  font-size: 13px;
  line-height: 1.58;
  color: #64748b;
}

.product-showcase-sec {
  padding: 72px 40px;
  background: rgba(247, 248, 250, .42);
  backdrop-filter: saturate(170%) blur(10px);
  overflow: hidden;
}

.showcase-copy {
  max-width: 740px;
  margin: 0 auto 34px;
  text-align: center;
}

.showcase-copy .s-sub {
  margin: 0 auto;
}

.showcase-track {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.showcase-card {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.showcase-card:hover {
  transform: translateY(-6px);
  border-color: #c8d8f8;
  box-shadow: 0 24px 52px rgba(26, 79, 196, .12);
}

.showcase-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
  background: #eef2ff;
  display: block;
}

.showcase-card div {
  padding: 18px;
}

.showcase-card span {
  display: block;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.showcase-card strong {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: #111827;
}

.mobile-showcase {
  max-width: 1060px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, 1fr);
  gap: 30px;
  align-items: center;
  padding: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}

.mobile-showcase-copy span {
  display: block;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.mobile-showcase-copy h3 {
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -.4px;
  color: #111827;
  margin-bottom: 10px;
}

.mobile-showcase-copy p {
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
  max-width: 430px;
}

.mobile-showcase-phones {
  min-height: 260px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-showcase-phones::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 70%;
  border-radius: 999px;
  background: #eef4ff;
  filter: blur(2px);
}

.mobile-showcase-phones img {
  position: relative;
  width: min(42%, 190px);
  height: auto;
  filter: drop-shadow(0 20px 24px rgba(15, 23, 42, .18));
}

.mobile-showcase-phones img:first-child {
  transform: rotate(-9deg) translateX(18px);
  animation: productFloat 5.4s ease-in-out infinite;
}

.mobile-showcase-phones img:last-child {
  transform: rotate(9deg) translateX(-18px);
  animation: productFloat 5.8s ease-in-out .35s infinite;
}

@keyframes productFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes bubbleIn {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-7px) scale(1.02);
  }
}

.mission-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 42px;
  align-items: center;
}

.mission-copy .s-title {
  color: #fff;
  margin-bottom: 18px;
}

.mission-copy p {
  font-size: 15px;
  line-height: 1.75;
  color: #b7c0cf;
  margin-bottom: 14px;
  max-width: 620px;
}

.mission-proof {
  display: grid;
  gap: 12px;
}

.mission-proof div {
  background: #111827;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  row-gap: 4px;
  align-items: center;
}

.mission-proof span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.mission-proof strong {
  font-size: 14px;
  color: #fff;
}

.mission-proof small {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero .hero-cta {
    justify-content: center;
  }

  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-trust-row {
    justify-content: center;
  }

  .hero-product {
    min-height: 330px;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-product::before {
    inset: 30px 8px 28px;
  }

  .laptop-device {
    width: 82%;
    left: 2%;
    top: 70px;
  }

  .primary-phone {
    width: 34%;
    right: 7%;
    top: 34px;
  }

  .secondary-phone {
    width: 30%;
    right: 28%;
    bottom: 24px;
  }

  .proof-bubble {
    max-width: 158px;
    padding: 10px 11px;
  }

  .proof-bubble-one {
    left: 4px;
    bottom: 66px;
  }

  .proof-bubble-two {
    right: 2px;
    bottom: 118px;
  }

  .proof-cycle-sec,
  .product-showcase-sec {
    padding: 44px 16px;
  }

  .proof-cycle,
  .showcase-track {
    grid-template-columns: 1fr;
  }

  .mobile-showcase {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .mobile-showcase-copy {
    text-align: center;
  }

  .mobile-showcase-copy p {
    margin: 0 auto;
  }

  .mobile-showcase-phones {
    min-height: 220px;
  }

  .proof-cycle article {
    min-height: auto;
  }

  .proof-cycle article::after {
    top: auto;
    right: auto;
    left: 40px;
    bottom: -16px;
    width: 2px;
    height: 18px;
  }

  .mission-sec {
    padding: 44px 16px;
  }

  .mission-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .mission-proof div {
    border-radius: 12px;
  }
}
