.bp-phone-reveal{
  padding: clamp(18px, 4vw, 34px) 0;
}

.bp-phone-reveal,
.bp-phone-reveal *{
  box-sizing: border-box;
}

.bp-phone-reveal__shell{
  width: min(1680px, calc(100vw - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(620px, 1.12fr);
  align-items: stretch;
  gap: 0;
  min-height: clamp(620px, 46vw, 760px);
  overflow: hidden;
  border-radius: 30px;
  background: #FFFDF9;
}

.bp-phone-reveal__content,
.bp-phone-reveal__visual{
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity .7s ease,
    transform .85s cubic-bezier(.2,.7,.2,1);
}

.bp-phone-reveal__content{
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 64px) clamp(18px, 2.2vw, 32px) clamp(34px, 4vw, 64px) clamp(18px, 2.4vw, 48px);
  background: #FFFDF9;
}

.bp-phone-reveal .bp-eyebrow-global{
  max-width: 760px;
  margin-bottom: 14px;
}

.bp-phone-reveal .bp-title-global{
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.35rem, 6.05vw, 5.9rem);
  line-height: .90;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.bp-phone-reveal .bp-text-global{
  max-width: 640px;
}

.bp-phone-reveal.is-visible .bp-phone-reveal__content,
.bp-phone-reveal.is-visible .bp-phone-reveal__visual{
  opacity: 1;
  transform: translateY(0);
}

.bp-phone-reveal.is-visible .bp-phone-reveal__visual{
  transition-delay: .08s;
}

.bp-phone-reveal__bullets{
  margin-top: 24px;
  display: grid;
  gap: 12px;
  max-width: 560px;
}

.bp-phone-reveal__bullets--overlay{
  display: none;
}

.bp-phone-reveal__bullet{
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border: 3px solid rgba(15, 23, 42, .10);
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 6px 18px rgba(15, 23, 42, .03);
}

.bp-phone-reveal__bullet-icon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(34,161,238,.10), rgba(34,161,238,.04));
  border: 1px solid rgba(34,161,238,.16);
  flex-shrink: 0;
}

.bp-phone-reveal__bullet-icon img{
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
  opacity: .95;
}

.bp-phone-reveal__bullet-text{
  color: #1F2937;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 500;
}

.bp-phone-reveal__visual{
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  background: #FFFDF9;
}

.bp-phone-reveal__visual::before{
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: clamp(90px, 11vw, 190px);
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #FFFDF9 0%,
    rgba(255,253,249,.96) 22%,
    rgba(255,253,249,.62) 54%,
    rgba(255,253,249,.18) 78%,
    rgba(255,253,249,0) 100%
  );
}

.bp-phone-reveal__image-shell{
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #FFFDF9;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.bp-phone-reveal__image-shell::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 30%);
}

.bp-phone-reveal__image{
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(620px, 46vw, 760px);
  object-fit: cover;
  object-position: 50% 50%;
}

@media (max-width: 1360px){
  .bp-phone-reveal__shell{
    grid-template-columns: minmax(0, .98fr) minmax(540px, 1.05fr);
  }

  .bp-phone-reveal .bp-title-global{
    font-size: clamp(3rem, 5.8vw, 5rem);
  }
}

@media (max-width: 1024px) and (min-width: 768px){
  .bp-phone-reveal__shell{
    width: min(100%, calc(100vw - 24px));
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, .88fr);
    min-height: 0;
    align-items: stretch;
  }

  .bp-phone-reveal__content{
    padding: 26px 18px 26px 18px;
  }

  .bp-phone-reveal .bp-eyebrow-global{
    margin-bottom: 10px;
  }

  .bp-phone-reveal .bp-title-global{
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(2.45rem, 5.35vw, 3.45rem);
    line-height: .94;
    letter-spacing: -.05em;
  }

  .bp-phone-reveal .bp-text-global{
    max-width: 100%;
    font-size: 1rem;
  }

  .bp-phone-reveal__bullets{
    margin-top: 18px;
    gap: 10px;
    max-width: none;
  }

  .bp-phone-reveal__bullet{
    padding: 10px 12px;
    gap: 12px;
  }

  .bp-phone-reveal__bullet-text{
    font-size: .96rem;
    line-height: 1.35;
  }

  .bp-phone-reveal__visual::before{
    width: clamp(54px, 9vw, 88px);
  }

  .bp-phone-reveal__image{
    min-height: 100%;
  }
}

@media (max-width: 767px){
  .bp-phone-reveal{
    padding: 12px 0 18px;
  }

  .bp-phone-reveal__shell{
    width: calc(100vw - 16px);
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }

  .bp-phone-reveal__content{
    order: 1;
    padding: 0;
    background: transparent;
  }

  .bp-phone-reveal .bp-eyebrow-global{
    max-width: none;
    margin-bottom: 8px;
  }

  .bp-phone-reveal .bp-title-global{
    max-width: none;
    margin-bottom: 12px;
    font-size: clamp(2.25rem, 8vw, 3.25rem);
    line-height: .94;
    letter-spacing: -.055em;
  }

  .bp-phone-reveal .bp-text-global{
    max-width: none;
    font-size: .98rem;
  }

  .bp-phone-reveal__bullets--desktop{
    display: none;
  }

  .bp-phone-reveal__visual{
    order: 2;
    justify-content: center;
    overflow: visible;
    background: transparent;
  }

  .bp-phone-reveal__visual::before{
    display: none;
  }

  .bp-phone-reveal__image-shell{
    width: min(100%, 390px);
    min-height: 0;
    border-radius: 24px;
    border: 1px solid rgba(15,23,42,.06);
    box-shadow:
      0 22px 52px rgba(15,23,42,.10),
      0 8px 22px rgba(15,23,42,.05);
    background: #FFFDF9;
    overflow: hidden;
  }

  .bp-phone-reveal__image-shell::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(8,15,32,0) 0%,
      rgba(8,15,32,0) 56%,
      rgba(8,15,32,.08) 74%,
      rgba(8,15,32,.18) 100%
    );
  }

  .bp-phone-reveal__image{
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center center;
    border-radius: 24px;
  }

  .bp-phone-reveal__bullets--overlay{
    display: grid;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 4;
    margin-top: 0;
    gap: 10px;
    max-width: none;
  }

  .bp-phone-reveal__bullets--overlay .bp-phone-reveal__bullet{
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 9px 12px;
    border-radius: 14px;
    background: rgba(255, 253, 249, .76);
    backdrop-filter: blur(8px) saturate(1.04);
    -webkit-backdrop-filter: blur(8px) saturate(1.04);
    border-color: rgba(15, 23, 42, .12);
    box-shadow: 0 10px 26px rgba(15,23,42,.12);
  }

  .bp-phone-reveal__bullet-icon{
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .bp-phone-reveal__bullet-icon img{
    width: 20px;
    height: 20px;
  }

  .bp-phone-reveal__bullet-text{
    font-size: .95rem;
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce){
  .bp-phone-reveal__content,
  .bp-phone-reveal__visual{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
