/* Landing page: Identitate */

.identity-page {
  --identity-ink: #2f354a;
  --identity-accent: #ef7c8e;
  --identity-accent-hover: #87283b;
  --identity-soft: #f4f5f7;
  --identity-blush: #fff1f2;
  --identity-border: #dfe1e7;
  --identity-text: #4b4f5c;
  --identity-white: #fff;
}

.identity-page .footer-intro { display: none; }

.identity-page main {
  color: var(--identity-text);
  font-family: "Rubik", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.65;
}

.identity-page *,
.identity-page *::before,
.identity-page *::after { box-sizing: border-box; }

.identity-container {
  width: min(112rem, calc(100% - 4.8rem));
  margin-inline: auto;
}

.identity-narrow { max-width: 76rem; }

.identity-page h1,
.identity-page h2,
.identity-page h3 {
  color: var(--identity-ink);
  line-height: 1.18;
}

.identity-page h1 {
  max-width: 92rem;
  margin: 0 auto 1.8rem;
  font-size: clamp(4rem, 6vw, 6.4rem);
  letter-spacing: -0.035em;
}

.identity-page h2 {
  margin-bottom: 2.4rem;
  font-size: clamp(3.2rem, 4vw, 4.4rem);
  letter-spacing: -0.025em;
}

.identity-page h3 {
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 2.2vw, 2.7rem);
}

.identity-page main p,
.identity-page main li,
.identity-page main dd,
.identity-page main dt {
  font-size: inherit;
  line-height: 1.65;
}

.identity-page main p { margin: 0 0 1.6rem; }
.identity-page main p:last-child { margin-bottom: 0; }
.identity-page main strong { font-weight: 700; }

.identity-eyebrow {
  margin-bottom: 1rem !important;
  color: var(--identity-accent);
  font-size: 1.5rem !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.identity-section { padding: clamp(6.4rem, 8vw, 9.6rem) 0; }
.identity-section--soft { background: var(--identity-soft); }
.identity-section--about,
.identity-section--consultation { background: var(--identity-blush); }

.identity-hero {
  padding: clamp(6.4rem, 10vw, 10.5rem) 0 7.2rem;
  background:
    radial-gradient(circle at 8% 15%, rgba(169, 54, 77, 0.09), transparent 30rem),
    radial-gradient(circle at 92% 82%, rgba(47, 53, 74, 0.08), transparent 28rem),
    var(--identity-white);
  text-align: center;
}

.identity-program-name {
  margin-bottom: 2.4rem !important;
  color: var(--identity-accent);
  font-size: clamp(2.2rem, 2.8vw, 3rem) !important;
  font-weight: 600;
}

.identity-hero__lead {
  max-width: 76rem;
  margin: 0 auto 2.4rem !important;
  color: var(--identity-ink);
  font-size: clamp(1.9rem, 2vw, 2.2rem) !important;
}

.identity-meta,
.identity-trust ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.identity-meta { margin-bottom: 3.2rem; }
.identity-meta li { color: #555b69; font-weight: 600; }
.identity-meta li:not(:last-child)::after,
.identity-trust li:not(:last-child)::after {
  margin-left: 2rem;
  color: var(--identity-accent);
  content: "•";
}

.identity-button {
  display: inline-flex;
  min-height: 5.2rem;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 2.8rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.identity-button--primary {
  color: var(--identity-white);
  background: var(--identity-accent);
  box-shadow: 0 0.8rem 1.8rem rgba(47, 53, 74, 0.14);
}

.identity-button--primary:hover { background: var(--identity-accent-hover); transform: translateY(-2px); }
.identity-button--light { color: var(--identity-ink); background: var(--identity-white); }
.identity-button--light:hover { background: var(--identity-blush); transform: translateY(-2px); }

.identity-button:focus-visible,
.identity-faq-list summary:focus-visible {
  outline: 3px solid var(--identity-ink);
  outline-offset: 4px;
  box-shadow: none;
}

.identity-cta-note {
  max-width: 66rem;
  margin: 1.4rem auto 0 !important;
  color: #5b606e;
  font-size: 1.6rem !important;
}

.identity-trust {
  padding: 2rem 0;
  border-top: 1px solid var(--identity-border);
  border-bottom: 1px solid var(--identity-border);
  background: var(--identity-soft);
}

.identity-trust li { color: var(--identity-ink); font-size: 1.6rem; font-weight: 700; }

.identity-checklist,
.identity-credentials {
  display: grid;
  gap: 1.2rem;
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}

.identity-checklist li,
.identity-credentials li {
  position: relative;
  padding-left: 3.2rem;
}

.identity-checklist li::before,
.identity-credentials li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--identity-accent);
  content: "✓";
  font-weight: 800;
}

.identity-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.identity-result-card {
  padding: 3rem;
  border-top: 5px solid var(--identity-accent);
  border-radius: 1.6rem;
  background: var(--identity-white);
  box-shadow: 0 1rem 2.4rem rgba(47, 53, 74, 0.08);
}

.identity-about-grid {
  display: grid;
  grid-template-columns: minmax(26rem, 0.8fr) minmax(0, 1.45fr);
  gap: clamp(3.2rem, 6vw, 7rem);
  align-items: center;
}

.identity-about-photo {
  position: relative;
  width: min(100%, 36rem);
  margin: 0 auto;
}

.identity-about-photo::before {
  position: absolute;
  inset: 1.2rem -1.2rem -1.2rem 1.2rem;
  border: 2px solid rgba(169, 54, 77, 0.28);
  border-radius: 1.4rem;
  content: "";
}

.identity-about-photo img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.4rem;
  object-fit: cover;
  box-shadow: 0 1rem 2.4rem rgba(47, 53, 74, 0.13);
}

.identity-steps {
  display: grid;
  gap: 1.6rem;
  margin: 3rem 0;
  padding: 0;
  list-style: none;
}

.identity-section-intro { max-width: 76rem; }

.identity-step {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--identity-border);
  border-radius: 1.4rem;
  background: var(--identity-soft);
}

.identity-step__number {
  display: grid;
  min-height: 100%;
  place-items: center;
  color: var(--identity-white);
  background: var(--identity-ink);
  font-size: 2.8rem;
  font-weight: 700;
}

.identity-step__content { padding: 2.6rem 3rem; }
.identity-step__content p { margin: 0; }

.identity-materials {
  width: 100%;
  max-width: none;
  margin: 3.2rem auto 0;
  padding: 2.8rem 3rem;
  border-left: 5px solid var(--identity-accent);
  border-radius: 1rem;
  background: var(--identity-blush);
}

.identity-section--practical { background: var(--identity-ink); }
.identity-section--practical h2,
.identity-section--practical .identity-eyebrow { color: var(--identity-white); }

.identity-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}

.identity-facts > div {
  display: flex;
  min-height: 14rem;
  flex-direction: column;
  justify-content: center;
  padding: 2.2rem;
  border-radius: 1.2rem;
  background: var(--identity-white);
  text-align: center;
}

.identity-facts strong { color: var(--identity-accent-hover); font-size: 2.8rem; }
.identity-facts span { color: var(--identity-text); font-size: 1.6rem; }

.identity-practical-list {
  overflow: hidden;
  margin: 0;
  border: 1px solid #646a80;
  border-radius: 1.2rem;
  background: #3a4159;
}

.identity-practical-list > div {
  display: grid;
  grid-template-columns: minmax(18rem, 0.75fr) minmax(0, 1.65fr);
}

.identity-practical-list > div + div { border-top: 1px solid #646a80; }
.identity-practical-list dt,
.identity-practical-list dd { margin: 0; padding: 1.4rem 1.8rem; color: var(--identity-white); }
.identity-practical-list dt { background: rgba(255, 255, 255, 0.08); font-weight: 700; }
.identity-practical-list dd { border-left: 1px solid #646a80; }

.identity-cost {
  margin-top: 2rem !important;
  padding: 1.8rem;
  border-radius: 1rem;
  color: var(--identity-ink);
  background: var(--identity-white);
  text-align: center;
}

.identity-availability {
  margin: 2rem 0 0 !important;
  color: var(--identity-white);
  font-weight: 700;
  text-align: center;
}

.identity-expectations { display: grid; gap: 1.6rem; }
.identity-expectations p {
  margin: 0;
  padding: 0 0 0 2rem;
  border-left: 4px solid var(--identity-accent);
}

.identity-section--consultation { text-align: center; }
.identity-section--consultation > .identity-container > p:not(.identity-eyebrow, .identity-cta-note) { max-width: 72rem; margin-inline: auto; }

.identity-section--testimonials { background: var(--identity-white); }
.identity-section--testimonials h2:not(:first-of-type) { margin-top: 5.6rem; }
.identity-testimonial {
  margin: 0;
  padding: clamp(2.4rem, 4vw, 3.6rem);
  border: 1px solid rgba(169, 54, 77, 0.35);
  border-radius: 1.6rem;
  background: var(--identity-blush);
  box-shadow: 0 0.8rem 2rem rgba(47, 53, 74, 0.06);
}
.identity-testimonial blockquote {
  margin: 0 0 1.6rem;
  color: var(--identity-ink);
  font-size: 1.9rem;
  font-style: italic;
  line-height: 1.7;
}
.identity-testimonial figcaption { color: #5b606e; font-size: 1.6rem; font-weight: 700; }

.identity-faq-list { border-top: 1px solid var(--identity-border); }
.identity-faq-list details { border-bottom: 1px solid var(--identity-border); }
.identity-faq-list summary {
  position: relative;
  padding: 2rem 5rem 2rem 0;
  color: var(--identity-ink);
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}
.identity-faq-list summary::-webkit-details-marker { display: none; }
.identity-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  content: "+";
  color: var(--identity-accent);
  font-size: 2.8rem;
  transform: translateY(-50%);
}
.identity-faq-list details[open] summary::after { content: "−"; }
.identity-faq-list details p { padding: 0 4rem 2rem 0; }

.identity-final-cta {
  padding: clamp(6.4rem, 9vw, 9.6rem) 0;
  color: var(--identity-white);
  background: var(--identity-ink);
  text-align: center;
}
.identity-final-cta h2 { color: var(--identity-white); }
.identity-final-cta > .identity-container > p:not(.identity-cta-note) { max-width: 68rem; margin-inline: auto; }
.identity-final-cta .identity-cta-note { color: #e5e7ee; }
.identity-final-cta__meta { color: var(--identity-white); font-weight: 700; }

@media (max-width: 88em) {
  .identity-results-grid { grid-template-columns: 1fr; }
  .identity-result-card { max-width: 76rem; }
}

@media (max-width: 62em) {
  .identity-about-grid { grid-template-columns: 1fr; }
  .identity-about-photo { width: min(100%, 42rem); }
  .identity-facts { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 44em) {
  .identity-page main { font-size: 2rem; }
  .identity-container { width: min(100% - 3.2rem, 112rem); }
  .identity-section { padding: 5.6rem 0; }
  .identity-hero { padding: 5.6rem 0; }
  .identity-page h1 { font-size: clamp(3.8rem, 10vw, 5rem); }
  .identity-page h2 { font-size: 3.4rem; }
  .identity-meta,
  .identity-trust ul { display: grid; gap: 0.4rem; }
  .identity-meta li::after,
  .identity-trust li::after { display: none; }
  .identity-button { width: 100%; min-height: 5.6rem; font-size: 2rem; }
  .identity-step { grid-template-columns: 5rem minmax(0, 1fr); }
  .identity-step__number { font-size: 2.2rem; }
  .identity-step__content { padding: 2.2rem; }
  .identity-facts { grid-template-columns: 1fr 1fr; }
  .identity-facts > div { min-height: 12rem; padding: 1.5rem; }
  .identity-practical-list > div { grid-template-columns: 1fr; }
  .identity-practical-list dd { border-left: 0; }
}

@media (max-width: 32em) {
  .identity-facts { grid-template-columns: 1fr; }
  .identity-facts > div { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .identity-button { transition: none; }
}
