/*
  Lionare 2026. All rights reserved.
  Phone demo for Lionare PRO landing.
*/
.pro-phone-shell {
  width: 340px;
  max-width: 100%;
  height: 640px;
  border-radius: 36px;
  padding: 12px;
  background: #000000;
  box-shadow: 10px 8px 40px rgb(255 255 255);
  position: relative;
}

.pro-phone-inner {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #000;
  position: relative;
  color: #fff;
}

.pro-phone-scroll {
  height: 100%;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.pro-phone-hero {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.pro-phone-hero-bg {
  position: absolute;
  inset: 0;
  background-color: #c8c8c8;
  background-image: url("/pro/img/bio-placeholder.png");
  background-size: cover;
  background-position: center;
}

.pro-phone-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.72) 78%, rgba(0, 0, 0, 0.9) 100%);
}

.pro-phone-hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 20px;
  z-index: 1;
}

.pro-phone-hero-content h2 {
  margin: 0 0 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 700;
}

.pro-phone-hero-content p {
  margin: 0;
  font-size: 0.88rem;
  opacity: 0.92;
}

.pro-phone-content {
  padding: 18px 14px 40px;
  position: relative;
  background: var(--phone-bg, #7db8ca);
  border-radius: 22px 22px 0 0;
  margin-top: -18px;
  z-index: 2;
}

.pro-phone-card {
  background: #fff;
  color: #111827;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.pro-phone-card h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
}

.pro-phone-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #4b5563;
}

.pro-phone-albums {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.pro-phone-albums img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.pro-phone-also {
  margin-top: 14px;
  background: #fff;
  color: #111827;
  border-radius: 18px;
  padding: 14px;
}

.pro-phone-also .label {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.85rem;
  color: #6b7280;
}

.pro-phone-also h3 {
  margin: 4px 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.pro-phone-also a {
  display: block;
  margin-top: 10px;
  text-align: center;
  padding: 10px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
}

@media (max-width: 640px) {
  .pro-phone-shell {
    height: 560px;
    border-radius: 28px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .pro-phone-inner {
    border-radius: 18px;
  }
}

.pro-phone-shell.is-signup .pro-phone-inner {
  background: #000;
}

.pro-phone-shell.is-signup .pro-phone-scroll {
  background: #202020;
}

.pro-phone-signup-top {
  padding: 22px 16px 8px;
  background: #000;
  color: #fff;
  text-align: center;
}

.pro-phone-signup-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 16px;
}

.pro-phone-signup-brand__mark {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: none;
}

.pro-phone-signup-brand__word {
  height: 22px;
  width: auto;
  object-fit: contain;
  flex: none;
}

.pro-phone-signup-top h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
  text-align: center;
}

.pro-phone-signup-body {
  padding: 4px 12px 20px;
  background: #00000000;
}

.pro-phone-hero--signup {
  height: 210px;
}

.pro-phone-signup__eyebrow {
  margin: 0 0 6px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.pro-phone-hero--signup h2 {
  font-size: 1.55rem;
}

.pro-phone-hero--signup p {
  font-size: 0.82rem;
  opacity: 0.9;
}

.pro-phone-signup {
  padding: 14px 12px 16px;
  border-radius: 18px;
  background: #000000;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ecf6f4;
}

.pro-phone-signup__steps {
  display: flex;
  gap: 6px;
  margin: 0 0 12px;
}

.pro-phone-signup__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.pro-phone-signup__dot.is-active {
  width: 22px;
  background: #d9bd76;
}

.pro-phone-signup__step-label {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(236, 246, 244, 0.55);
}

.pro-phone-signup .pro-field {
  margin-bottom: 10px;
}

.pro-phone-signup .pro-field span {
  color: rgba(236, 246, 244, 0.55);
}

.pro-phone-signup .pro-field input {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ecf6f4;
  padding: 11px 12px;
}

.pro-phone-signup .pro-field input:focus {
  outline: none;
  border-color: #d9bd76;
  box-shadow: 0 0 0 3px rgba(217, 189, 118, 0.25);
}

.pro-phone-signup__hint {
  min-height: 1.1em;
  margin: -4px 0 8px;
  font-size: 0.78rem;
  color: rgba(236, 246, 244, 0.55);
}

.pro-phone-signup__hint.is-ok {
  color: #7ccbc2;
}

.pro-phone-signup__hint.is-bad {
  color: #ffb4a8;
}

.pro-phone-signup__hint.is-pending {
  color: #d9bd76;
}

.pro-check-email-address {
  margin: 0 0 12px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #d9bd76;
  word-break: break-all;
}

#pro-login-resend,
#pro-login-recover {
  margin-top: 10px;
}

.pro-phone-signup__help .pro-username-url__host {
  color: #7ccbc2;
}

.pro-phone-signup__help .pro-username-url__name {
  color: #cedc00;
}

.pro-phone-signup__help.is-live {
  color: #7ccbc2;
}

.pro-phone-signup__help.is-live .pro-username-url__host {
  color: #7ccbc2;
}

.pro-phone-signup__help.is-live .pro-username-url__name {
  color: #cedc00;
}

.pro-phone-signup .pro-btn {
  border-radius: 6px;
}

.pro-phone-signup__actions {
  display: grid;
  grid-template-columns: 0.78fr 1.55fr;
  gap: 8px;
  align-items: stretch;
}

.pro-phone-signup__actions .pro-btn {
  min-height: 42px;
  width: 100%;
}

.pro-phone-signup__actions .pro-btn--line {
  padding: 10px 8px;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
}

.pro-phone-signup__actions .pro-btn--gold {
  padding: 10px 12px;
  font-size: 0.84rem;
}

.pro-phone-signup .pro-error {
  color: #ffb4a8;
}

.pro-phone-signup .pro-signup-login a {
  color: rgb(124 124 124 / 70%);
}

.pro-phone-signup h3 {
  margin: 0 0 8px;
}

.pro-phone-signup > p {
  margin: 10px 0 14px;
  color: rgba(236, 246, 244, 0.7);
  font-size: 0.9rem;
  line-height: 1.45;
}
