/* aura - pages légales */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
  --aura-bg: #07070c;
  --aura-text: #ece8f2;
  --aura-muted: rgba(236, 232, 242, 0.62);
  --aura-soft: rgba(236, 232, 242, 0.38);
  --aura-pink: #f4c9d6;
  --aura-lilac: #dcc9ef;
  --aura-max: 480px;
}

@media (min-width: 800px) {
  :root { --aura-max: 640px; }
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  background: var(--aura-bg);
  -webkit-text-size-adjust: 100%;
}

body.aura-page {
  font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
  background: var(--aura-bg);
  color: var(--aura-text);
  min-height: 100dvh;
  line-height: 1.55;
  overflow-x: hidden;
}

.aura-wrap {
  position: relative;
  max-width: var(--aura-max);
  margin: 0 auto;
  padding:
    calc(24px + env(safe-area-inset-top, 0px))
    max(20px, env(safe-area-inset-right, 0px))
    calc(32px + env(safe-area-inset-bottom, 0px))
    max(20px, env(safe-area-inset-left, 0px));
}

.aura-glow {
  position: absolute;
  left: 50%;
  top: -4%;
  width: min(520px, 140%);
  height: 380px;
  transform: translate(-50%, 0);
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(72px);
  background:
    radial-gradient(ellipse at 50% 42%, rgba(244, 201, 214, 0.55) 0%, rgba(244, 201, 214, 0) 72%),
    radial-gradient(ellipse at 38% 48%, rgba(220, 201, 239, 0.4) 0%, rgba(220, 201, 239, 0) 68%);
}

.aura-crumb {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.aura-crumb a,
.aura-crumb a:link,
.aura-crumb a:visited {
  color: var(--aura-soft);
  text-decoration: none;
}

.aura-crumb a:hover,
.aura-crumb a:focus-visible {
  color: var(--aura-lilac);
  text-decoration: none;
}

.aura-hub-lede {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 1rem;
  color: var(--aura-muted);
  letter-spacing: 0.02em;
}

.aura-pitch {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 0 24px;
  font-size: 0.92rem;
  color: var(--aura-soft);
  line-height: 1.5;
}

.hub-stage {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 0 0 24px;
}

.hub-phone {
  width: 180px;
  height: 368px;
  padding: 8px;
  border-radius: 28px;
  background: #050508;
  border: 1px solid rgba(244, 201, 214, 0.18);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.4),
    inset 0 0 0 2px rgba(244, 201, 214, 0.08);
  overflow: hidden;
}

.hub-phone img,
.hub-phone video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 20px;
}

.store-badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}

.store-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 260px;
  padding: 10px 20px 10px 16px;
  border-radius: 10px;
  background: #000;
  border: 1.5px solid rgba(244, 201, 214, 0.35);
  color: var(--aura-text);
  box-sizing: border-box;
}

.store-badge--soon {
  opacity: 0.88;
}

.store-badge__logo {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.store-badge__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}

.store-badge__caption {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--aura-soft);
}

.store-badge__name {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--aura-pink);
}

.hub-legal-label {
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aura-soft);
  margin: 20px 0 10px;
  text-align: center;
}

.aura-hero {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 0;
}

.aura-hero a.logo-link,
.aura-hero a.logo-link:link,
.aura-hero a.logo-link:visited,
.aura-hero a.logo-link:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.aura-hero img,
.aura-brand img {
  width: min(220px, 72vw);
  height: auto;
  display: block;
  margin: 0 auto;
}

.aura-brand {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.aura-langs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.aura-langs a {
  color: var(--aura-lilac);
  text-decoration: none;
  padding: 0.2em 0.35em;
}

.aura-langs a:hover { text-decoration: underline; }

.aura-langs a:focus-visible {
  outline: 1px solid var(--aura-lilac);
  outline-offset: 3px;
  border-radius: 2px;
}

.aura-lang-sep {
  color: var(--aura-soft);
  margin: 0 0.2em;
  user-select: none;
}

.aura-lang-view {
  position: relative;
  z-index: 1;
}

.aura-lang-view .aura-page-title,
.aura-lang-view .aura-meta {
  text-align: center;
}

.aura-page-title {
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  margin-top: 18px;
}

.aura-meta {
  margin-top: 6px;
  margin-bottom: 24px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--aura-soft);
}

.aura-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(244, 201, 214, 0.16);
  border-radius: 22px;
  padding: 20px;
}

.aura-card h2 {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aura-soft);
  margin: 0 0 0.65rem;
}

.aura-card h2:not(:first-child) {
  margin-top: 1.35rem;
}

.aura-card p,
.aura-card address {
  font-size: 0.92rem;
  color: var(--aura-muted);
  margin: 0 0 0.75rem;
}

.aura-card address { font-style: normal; }

.aura-card p:last-child { margin-bottom: 0; }

.aura-card ul {
  font-size: 0.92rem;
  color: var(--aura-muted);
  margin: 0 0 0.75rem;
  padding-left: 1.15rem;
}

.aura-card li { margin-bottom: 0.35rem; }

.aura-card li:last-child { margin-bottom: 0; }

.aura-card a {
  color: var(--aura-lilac);
  text-decoration: none;
}

.aura-card a:hover { text-decoration: underline; }

.aura-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.aura-link-pill,
.aura-link-pill:link,
.aura-link-pill:visited,
.aura-link-pill:hover {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  text-decoration: none;
  color: var(--aura-text);
  border: 1px solid rgba(244, 201, 214, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.aura-link-pill:hover {
  border-color: rgba(220, 201, 239, 0.7);
  background: rgba(244, 201, 214, 0.08);
}

.aura-link-pill .label {
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.aura-link-pill .sub {
  display: block;
  font-size: 0.78rem;
  color: var(--aura-soft);
  margin-top: 2px;
  font-weight: 400;
}

.aura-footer-nav {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(244, 201, 214, 0.12);
  font-size: 0.82rem;
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 0.04em;
}

.aura-footer-nav a,
.aura-footer-nav a:link,
.aura-footer-nav a:visited {
  color: var(--aura-lilac);
  text-decoration: none;
}

.aura-footer-nav a:hover { text-decoration: underline; }

.aura-footer-nav span {
  color: var(--aura-soft);
  margin: 0 0.35em;
}

a,
a:link,
a:visited {
  color: var(--aura-lilac);
  text-decoration: none;
}

a:hover { text-decoration: underline; }

.aura-crumb a:hover,
.aura-hero a.logo-link:hover,
.aura-link-pill:hover {
  text-decoration: none;
}

.aura-story {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
}

.aura-story h2 {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aura-soft);
  margin: 0 0 14px;
  text-align: center;
}

.aura-steps {
  list-style: none;
  counter-reset: aura-step;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aura-steps li {
  counter-increment: aura-step;
  font-size: 0.92rem;
  color: var(--aura-muted);
  line-height: 1.45;
  padding-left: 2.4em;
  position: relative;
}

.aura-steps li::before {
  content: counter(aura-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  border: 1px solid rgba(244, 201, 214, 0.28);
  color: var(--aura-pink);
  font-size: 0.72rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aura-steps strong {
  color: var(--aura-text);
  font-weight: 600;
}

.aura-faq details {
  border-top: 1px solid rgba(244, 201, 214, 0.14);
}

.aura-faq details:last-child {
  border-bottom: 1px solid rgba(244, 201, 214, 0.14);
}

.aura-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--aura-text);
}

.aura-faq summary::-webkit-details-marker { display: none; }

.aura-faq details p {
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: var(--aura-muted);
  line-height: 1.5;
}

@media (prefers-reduced-motion: no-preference) {
  .aura-glow {
    animation: aura-drift 12s ease-in-out infinite;
  }

  .aura-wrap > *:not(.aura-glow) {
    animation: hub-rise 0.5s ease both;
  }

  @keyframes aura-drift {
    0%, 100% { transform: translate(-50%, 0) scale(1); }
    50% { transform: translate(-48%, 6px) scale(1.04); }
  }

  @keyframes hub-rise {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: none; }
  }
}
