/* =========================================================
   MAXI TECH Apps — PawLove
   Platform-agnostic product page
   ========================================================= */

.pawlove-page {
  background: #05070d;
}

.pawlove-page main {
  padding-top: 0;
  background: #f7f9fc;
}

.pawlove-page main > section {
  scroll-margin-top: 88px;
}

.pawlove-page .container {
  max-width: 1240px;
}

.pawlove-page .btn {
  min-height: 46px;
  border-radius: 6px;
  letter-spacing: 0;
}

.pawlove-page .btn--primary {
  background: linear-gradient(135deg, #244cff 0%, #3a7bff 100%);
  box-shadow: 0 12px 32px rgba(36, 76, 255, 0.24);
}

.pawlove-page .btn--primary:hover {
  box-shadow: 0 16px 40px rgba(56, 213, 255, 0.22);
}

.pawlove-page .btn--outline {
  border-color: rgba(255, 255, 255, 0.22);
  color: #f7f9fc;
}

.pawlove-page .btn--outline:hover {
  border-color: rgba(56, 213, 255, 0.55);
  background: rgba(255, 255, 255, 0.07);
}

.pawlove-header {
  background: rgba(5, 7, 13, 0.42);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.pawlove-header.scrolled,
.pawlove-header.menu-open {
  background: rgba(5, 7, 13, 0.92);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
}

.pawlove-page .logo-mark__image {
  width: auto;
  height: 42px;
  max-width: none;
  object-fit: contain;
}

.pawlove-page .mobile-menu {
  background: rgba(5, 7, 13, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pawlove-page .mobile-menu a {
  color: rgba(247, 249, 252, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.pawlove-page .mobile-menu a:first-child {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.pawlove-page .mobile-menu a:hover,
.pawlove-page .mobile-menu a:focus-visible {
  color: #38d5ff;
}

.pawlove-page .header__nav {
  gap: 1.35rem;
}

.pawlove-page .header__nav a {
  font-size: 0.82rem;
}

.pawlove-page .header__cta {
  padding-inline: 1.4rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: #244cff;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  color: #07111f;
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.section-lead {
  margin-top: 1.25rem;
  color: #526070;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 3rem;
}

.section-heading--inverted .section-title,
.section-heading--inverted .section-lead {
  color: #f7f9fc;
}

.section-heading--inverted .section-lead {
  color: rgba(247, 249, 252, 0.66);
}

.light-section {
  background: #f7f9fc;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 3rem;
  }

  .section-lead {
    font-size: 1.125rem;
  }

  .section-heading {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1180px) {
  .section-title {
    font-size: 3.5rem;
  }
}

/* Hero */
.pawlove-hero {
  position: relative;
  overflow: hidden;
  min-height: 92svh;
  display: flex;
  align-items: center;
  padding: 8rem 0 5rem;
  color: #f7f9fc;
  background:
    radial-gradient(circle at 18% 20%, rgba(56, 213, 255, 0.16), transparent 28%),
    radial-gradient(circle at 78% 62%, rgba(59, 226, 139, 0.12), transparent 24%),
    linear-gradient(180deg, #05070d 0%, #07111f 62%, #0b1728 100%);
}

.pawlove-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 12rem;
  background: linear-gradient(180deg, transparent, #f7f9fc);
  pointer-events: none;
}

.pawlove-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(56, 213, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 213, 255, 0.035) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 82%, transparent);
  opacity: 0.72;
}

.pawlove-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

.pawlove-hero .eyebrow,
.pawlove-trust .eyebrow {
  color: #38d5ff;
}

.pawlove-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.pawlove-hero__copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 1.5rem;
  color: rgba(247, 249, 252, 0.72);
  font-size: 1.08rem;
  line-height: 1.75;
}

.pawlove-hero__copy,
.pawlove-hero__visual {
  min-width: 0;
  width: 100%;
}

.pawlove-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 2rem;
}

.pawlove-signals {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  max-width: 760px;
  margin-top: 3rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.pawlove-signals div {
  padding: 1.125rem;
  background: rgba(5, 7, 13, 0.54);
}

.pawlove-signals dt {
  color: #38d5ff;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pawlove-signals dd {
  margin-top: 0.45rem;
  color: rgba(247, 249, 252, 0.72);
  font-size: 0.875rem;
  line-height: 1.5;
}

.pawlove-hero__visual {
  display: grid;
  place-items: center;
  min-height: 520px;
}

.pawlove-device {
  position: relative;
  width: min(390px, 88vw);
  max-width: 100%;
  min-height: 520px;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(155deg, rgba(56, 213, 255, 0.16), rgba(255, 255, 255, 0.04) 34%, rgba(59, 226, 139, 0.12)),
    rgba(5, 7, 13, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 36px 82px rgba(0, 0, 0, 0.38),
    0 0 72px rgba(56, 213, 255, 0.13);
  animation: pawDeviceFloat 8s ease-in-out infinite;
  transform-style: preserve-3d;
}

.pawlove-device::before,
.pawlove-device::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(56, 213, 255, 0.1);
  border-radius: 24px;
  pointer-events: none;
}

.pawlove-device::after {
  inset: auto -1.5rem 5rem auto;
  width: 120px;
  height: 120px;
  border-color: rgba(59, 226, 139, 0.16);
  border-radius: 50%;
  filter: blur(0.2px);
}

.pawlove-device__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(247, 249, 252, 0.78);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pawlove-device__bar i {
  width: 48px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.pawlove-device__profile {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin-top: 2.4rem;
  padding: 1rem;
  border: 1px solid rgba(56, 213, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}

.pawlove-symbol {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 255, 255, 0.98) 0 18%, transparent 19%),
    linear-gradient(145deg, #38d5ff, #244cff);
  box-shadow: 0 16px 34px rgba(36, 76, 255, 0.3);
}

.pawlove-symbol i,
.pawlove-symbol b {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #ffffff;
}

.pawlove-symbol i {
  width: 14px;
  height: 14px;
}

.pawlove-symbol i:nth-child(1) { left: 18px; top: 18px; }
.pawlove-symbol i:nth-child(2) { left: 44px; top: 18px; }
.pawlove-symbol i:nth-child(3) { left: 12px; top: 41px; }
.pawlove-symbol i:nth-child(4) { left: 51px; top: 41px; }

.pawlove-symbol b {
  left: 26px;
  top: 38px;
  width: 26px;
  height: 22px;
  border-radius: 50% 50% 44% 44%;
}

.pawlove-device__profile strong {
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
}

.pawlove-device__profile span {
  display: block;
  margin-top: 0.5rem;
  color: rgba(247, 249, 252, 0.56);
  font-size: 0.9rem;
}

.pawlove-device__status {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
}

.pawlove-device__status article {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(5, 7, 13, 0.46);
}

.pawlove-device__status span {
  color: rgba(247, 249, 252, 0.62);
  font-size: 0.88rem;
}

.pawlove-device__status strong {
  color: #38d5ff;
  font-size: 1rem;
}

.pawlove-device__timeline {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.pawlove-device__timeline span {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.pawlove-device__timeline span::before {
  content: "";
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #244cff, #38d5ff, #3be28b);
}

@media (min-width: 700px) {
  .pawlove-signals {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .pawlove-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.8fr);
  }

  .pawlove-hero h1 {
    font-size: 4.3rem;
  }
}

@media (min-width: 1320px) {
  .pawlove-hero h1 {
    font-size: 4.8rem;
  }
}

/* Functions */
.pawlove-functions,
.pawlove-platform,
.pawlove-trust,
.pawlove-policy {
  padding: 6rem 0;
}

.pawlove-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.pawlove-feature-card {
  min-height: 260px;
  padding: 1.35rem;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #ffffff;
  transition: transform 300ms var(--ease-out), box-shadow 300ms var(--ease-out), border-color 300ms var(--ease-out);
}

.pawlove-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(36, 76, 255, 0.18);
  box-shadow: 0 22px 50px rgba(7, 17, 31, 0.08);
}

.pawlove-feature-card span {
  color: #244cff;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pawlove-feature-card h3 {
  margin-top: 2rem;
  color: #07111f;
  font-size: 1.45rem;
  letter-spacing: 0;
  line-height: 1.15;
}

.pawlove-feature-card p {
  margin-top: 1rem;
  color: #526070;
  line-height: 1.7;
}

@media (min-width: 760px) {
  .pawlove-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1080px) {
  .pawlove-feature-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Platform */
.pawlove-platform {
  position: relative;
  overflow: hidden;
  color: #f7f9fc;
  background:
    radial-gradient(circle at 12% 18%, rgba(36, 76, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 66%, rgba(56, 213, 255, 0.1), transparent 24%),
    linear-gradient(180deg, #07111f 0%, #05070d 100%);
}

.pawlove-platform::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
  opacity: 0.72;
}

.pawlove-platform .container {
  position: relative;
  z-index: 1;
}

.pawlove-stack-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.pawlove-stack-strip article {
  min-height: 240px;
  padding: 1.25rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(5, 7, 13, 0.62);
  transition: background 280ms var(--ease-out), transform 280ms var(--ease-out);
}

.pawlove-stack-strip article:hover {
  background:
    linear-gradient(145deg, rgba(56, 213, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(5, 7, 13, 0.72);
}

.pawlove-stack-strip span {
  color: #38d5ff;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pawlove-stack-strip strong {
  display: block;
  margin-top: 2rem;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.18;
}

.pawlove-stack-strip p {
  margin-top: 1rem;
  color: rgba(247, 249, 252, 0.64);
  line-height: 1.7;
}

@media (min-width: 720px) {
  .pawlove-stack-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1080px) {
  .pawlove-stack-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Trust */
.pawlove-trust {
  position: relative;
  overflow: hidden;
  color: #f7f9fc;
  background:
    linear-gradient(135deg, rgba(36, 76, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #07111f 0%, #05070d 100%);
}

.pawlove-trust::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.6;
}

.pawlove-trust__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.pawlove-trust .section-title {
  color: #ffffff;
}

.pawlove-trust .section-lead {
  color: rgba(247, 249, 252, 0.68);
}

.pawlove-trust-panel {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(56, 213, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(5, 7, 13, 0.62);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.pawlove-trust-panel img {
  width: 92px;
  height: 110px;
  border: 1px solid rgba(56, 213, 255, 0.2);
  border-radius: 6px;
  object-fit: cover;
  object-position: 50% 18%;
}

.pawlove-trust-panel span {
  color: #38d5ff;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pawlove-trust-panel strong {
  display: block;
  margin-top: 0.45rem;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.25;
}

@media (min-width: 960px) {
  .pawlove-trust__inner {
    grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1fr);
  }
}

.pawlove-security-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.security-control-card {
  min-height: 190px;
  padding: 1.1rem;
  border: 1px solid rgba(56, 213, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(5, 7, 13, 0.58);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.security-control-card span {
  color: #38d5ff;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.security-control-card p {
  margin-top: 1.1rem;
  color: rgba(247, 249, 252, 0.68);
  line-height: 1.7;
}

@media (min-width: 680px) {
  .pawlove-security-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.child-safety-panel {
  grid-column: 1 / -1;
  display: grid;
  gap: 1.2rem;
  margin-top: 1.2rem;
  padding: 1.25rem;
  border: 1px solid rgba(56, 213, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 0%, rgba(56, 213, 255, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(5, 7, 13, 0.64);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  scroll-margin-top: 96px;
}

.child-safety-panel__intro {
  max-width: 920px;
}

.child-safety-panel h2 {
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.08;
}

.child-safety-panel__intro p:not(.eyebrow),
.child-safety-card p {
  margin-top: 1rem;
  color: rgba(247, 249, 252, 0.72);
  line-height: 1.7;
}

.child-safety-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.child-safety-card {
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.03)),
    rgba(7, 17, 31, 0.7);
}

.child-safety-card--contact {
  border-color: rgba(56, 213, 255, 0.26);
  background:
    linear-gradient(145deg, rgba(56, 213, 255, 0.12), rgba(36, 76, 255, 0.08)),
    rgba(7, 17, 31, 0.72);
}

.child-safety-card > span {
  color: #38d5ff;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.child-safety-card h3 {
  margin-top: 1rem;
  color: #ffffff;
  font-size: 1.35rem;
  letter-spacing: 0;
  line-height: 1.18;
}

.child-safety-card ul {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.child-safety-card li {
  position: relative;
  padding-left: 1rem;
  color: rgba(247, 249, 252, 0.72);
  line-height: 1.6;
}

.child-safety-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #38d5ff;
}

.child-safety-card strong {
  color: #ffffff;
}

.child-safety-card a {
  color: #38d5ff;
  font-weight: 800;
}

@media (min-width: 820px) {
  .child-safety-panel {
    padding: 1.5rem;
  }

  .child-safety-panel h2 {
    font-size: 2.65rem;
  }

  .child-safety-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Policy */
.pawlove-policy {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dfe6ef;
}

.pawlove-policy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(36, 76, 255, 0.08), transparent 26%),
    linear-gradient(rgba(7, 17, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 31, 0.03) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  pointer-events: none;
}

.pawlove-policy .container {
  position: relative;
  z-index: 1;
}

.account-deletion-panel {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  border: 1px solid rgba(36, 76, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 244, 255, 0.92));
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.08);
  scroll-margin-top: 96px;
}

.account-deletion-panel__intro {
  max-width: 880px;
}

.account-deletion-panel h2 {
  margin: 0;
  color: #07111f;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.08;
}

.account-deletion-panel__intro p:not(.eyebrow),
.account-deletion-card p,
.account-data-card p {
  margin-top: 1rem;
  color: #526070;
  line-height: 1.7;
}

.account-deletion-grid,
.account-data-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.account-deletion-card,
.account-data-card {
  padding: 1.15rem;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.account-data-card--retained {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.95));
}

.account-deletion-card > span,
.account-data-card > span {
  color: #244cff;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-deletion-card h3,
.account-data-card h3 {
  margin-top: 1rem;
  color: #07111f;
  font-size: 1.35rem;
  letter-spacing: 0;
  line-height: 1.18;
}

.account-deletion-card ol,
.account-data-card ul {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.account-deletion-card ol {
  list-style: decimal;
  padding-left: 1.2rem;
}

.account-data-card li {
  position: relative;
  padding-left: 1rem;
  color: #374151;
  line-height: 1.6;
}

.account-data-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #244cff;
}

.account-deletion-card li {
  color: #374151;
  line-height: 1.6;
}

.account-deletion-panel a {
  color: #244cff;
  font-weight: 800;
}

@media (min-width: 820px) {
  .account-deletion-panel {
    padding: 1.5rem;
  }

  .account-deletion-panel h2 {
    font-size: 2.65rem;
  }

  .account-deletion-grid,
  .account-data-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.policy-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  align-items: start;
}

.policy-nav {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #dfe6ef;
}

.policy-nav a {
  padding: 0.9rem 1rem;
  color: #374151;
  font-size: 0.9rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.94);
  transition: color 200ms var(--ease-out), background 200ms var(--ease-out);
}

.policy-nav a:hover,
.policy-nav a:focus-visible {
  color: #244cff;
  background: #ffffff;
}

.policy-content {
  display: grid;
  gap: 1rem;
}

.policy-card {
  padding: 1.25rem;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.92));
  box-shadow: 0 20px 50px rgba(7, 17, 31, 0.06);
  scroll-margin-top: 96px;
}

.policy-card > span {
  color: #244cff;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-card h3 {
  margin-top: 1rem;
  color: #07111f;
  font-size: 1.55rem;
  letter-spacing: 0;
}

.policy-card p {
  margin-top: 1rem;
  color: #526070;
  line-height: 1.7;
}

.policy-card ul {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.policy-card li {
  position: relative;
  padding-left: 1rem;
  color: #374151;
  line-height: 1.6;
}

.policy-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #244cff;
}

.policy-card a {
  color: #244cff;
  font-weight: 800;
}

@media (min-width: 1020px) {
  .policy-layout {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 1.5rem;
  }

  .policy-nav {
    position: sticky;
    top: 96px;
  }
}

/* Footer */
.footer--pawlove .footer__grid {
  grid-template-columns: 1fr;
  gap: 2.25rem;
}

.footer--pawlove .footer__brand {
  max-width: 420px;
}

.footer--pawlove .footer__brand .logo-mark__image {
  height: 48px;
}

@media (min-width: 680px) {
  .footer--pawlove .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .footer--pawlove .footer__grid {
    grid-template-columns: 2fr repeat(3, 1fr);
  }
}

/* Motion */
.pawlove-page .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 760ms var(--ease-out),
    transform 760ms var(--ease-out);
}

.pawlove-page .reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.pawlove-page .reveal-group > .reveal:nth-child(1) { transition-delay: 0ms; }
.pawlove-page .reveal-group > .reveal:nth-child(2) { transition-delay: 70ms; }
.pawlove-page .reveal-group > .reveal:nth-child(3) { transition-delay: 140ms; }
.pawlove-page .reveal-group > .reveal:nth-child(4) { transition-delay: 210ms; }
.pawlove-page .reveal-group > .reveal:nth-child(5) { transition-delay: 280ms; }
.pawlove-page .reveal-group > .reveal:nth-child(6) { transition-delay: 350ms; }
.pawlove-page .reveal-group > .reveal:nth-child(7) { transition-delay: 420ms; }
.pawlove-page .reveal-group > .reveal:nth-child(8) { transition-delay: 490ms; }
.pawlove-page .reveal-group > .reveal:nth-child(9) { transition-delay: 560ms; }
.pawlove-page .reveal-group > .reveal:nth-child(10) { transition-delay: 630ms; }

@keyframes pawDeviceFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@media (max-width: 560px) {
  .pawlove-hero {
    padding-top: 7rem;
  }

  .pawlove-hero h1 {
    max-width: 12ch;
    font-size: 2.08rem;
    line-height: 1.04;
    overflow-wrap: normal;
    word-break: normal;
  }

  .pawlove-hero__copy > p:not(.eyebrow) {
    max-width: 31ch;
  }

  .pawlove-hero__actions {
    flex-direction: column;
    align-items: stretch;
    max-width: calc(100vw - 48px);
  }

  .pawlove-page .btn {
    width: 100%;
  }

  .pawlove-signals,
  .pawlove-device {
    max-width: calc(100vw - 48px);
  }

  .pawlove-device {
    min-height: 470px;
  }

  .pawlove-page .header__logo .logo-mark__image {
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pawlove-device {
    animation: none;
  }

  .pawlove-page .reveal,
  .pawlove-page .reveal.revealed,
  .pawlove-feature-card,
  .pawlove-stack-strip article,
  .security-control-card,
  .policy-card,
  .btn {
    transition: none;
    transform: none;
  }
}
