@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* non standard */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */ /*Non Standard*/
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Text";
  src: url("fonts/Inter.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F;
}
@font-face {
  font-family: "Brand";
  src: url("fonts/Nunito.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F;
}
:root {
  font-size: 16px;
}

body {
  font-family: "Text", sans-serif;
  line-height: 1.55;
  background-color: #ebf1f5;
  color: #393d40;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h3.soussection-title {
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 0;
}

a {
  color: #7144f8;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #5736ff;
}

ul.liste.download {
  list-style-type: none;
  padding-left: 0;
}

@media screen and (max-width: 1024px) {
  :root {
    font-size: 14px;
  }
}
.container {
  width: min(100% - 2rem, 78ch);
  margin-inline: auto;
}

p, ul, div {
  margin: 0;
}

#main video {
  width: 100%;
}

#main > .content {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.section-content {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

li.list-item {
  margin: 0.4rem auto;
}

main #footer {
  margin: 3rem 0 2rem 0;
  text-align: left;
  font-size: 0.8rem;
  color: #666666;
}

.video-meta {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: flex-start;
}

.video-duration {
  width: 30%;
  text-align: right;
}

/* =========================
   HEADER SITE
   ========================= */
.site-header .container-fluid {
  background-color: #f8f9fa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 0;
  padding-right: 0;
}

.site-header .header-inner {
  width: min(100% - 2rem, 1100px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.site-header .header-logo {
  flex-shrink: 0;
  min-width: 0;
}

.site-header .header-content {
  min-width: 0;
}

.site-header .header-nav {
  display: flex;
  justify-content: flex-end;
}

.site-header .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.site-header .nav-item {
  margin: 0;
  padding: 0;
}

.site-header .nav-link {
  color: #7144f8;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 0.2em;
  white-space: nowrap;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus-visible {
  color: #5736ff;
  text-decoration: underline;
}

.site-header .nav-link.is-active {
  text-decoration: underline;
  color: #5736ff;
}

/* =========================
   HEADER DE PAGE / SÉQUENCE / ATELIER / QUIZ / RECUL
   ========================= */
.page-header .container-fluid {
  background-color: #f8f9fa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 0;
  padding-right: 0;
}

.page-header .container,
.page-header .page-header-inner {
  width: min(100% - 2rem, 1000px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.page-header .back-link {
  color: #7144f8;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 0.2em;
  font-size: 0.98rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.page-header .back-link:hover,
.page-header .back-link:focus-visible {
  color: #5736ff;
  text-decoration: underline;
}

.page-header .title-header {
  min-width: 0;
  text-align: center;
}

.page-header .title-header .title,
.page-header h1.title {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.22;
  text-align: center;
  text-wrap: balance;
}

.page-header .duration {
  margin: 0.35rem 0 0;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #393d40;
}

.page-header .duration span:first-child {
  font-weight: 600;
}

/* =========================
   TABLETTE / COMPACT
   ========================= */
@media (max-width: 820px) {
  .site-header .header-inner {
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .site-header .header-logo {
    display: flex;
    justify-content: center;
  }
  .site-header .header-nav {
    justify-content: center;
  }
  .site-header .nav-list {
    justify-content: center;
    gap: 0.9rem 1.1rem;
  }
  .page-header .container,
  .page-header .page-header-inner {
    gap: 0.5rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .page-header .title-header .title,
  .page-header h1.title {
    font-size: 1.5rem;
  }
  .page-header .duration {
    font-size: 0.94rem;
  }
  .page-header .back-link {
    font-size: 0.94rem;
  }
}
/* =========================
   MOBILE
   ========================= */
@media (max-width: 640px) {
  .site-header .header-inner {
    gap: 0.7rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .site-header .nav-list {
    gap: 0.7rem 1rem;
  }
  .site-header .nav-link {
    font-size: 0.98rem;
    font-weight: 500;
  }
  .page-header .container,
  .page-header .page-header-inner {
    gap: 0.45rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }
  .page-header .title-header {
    width: 100%;
  }
  .page-header .title-header .title,
  .page-header h1.title {
    font-size: 1.3rem;
  }
  .page-header .duration {
    margin-top: 0.3rem;
    font-size: 0.9rem;
  }
  .page-header .back-link {
    font-size: 0.9rem;
  }
}
.site-footer .container-fluid {
  background-color: #f8f9fa;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 0;
  padding-right: 0;
}

.site-footer .footer-inner {
  width: min(100% - 2rem, 1100px);
  margin-inline: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.site-footer .footer-nav {
  display: flex;
  justify-content: center;
}

.site-footer .footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 1.5rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.site-footer .footer-nav-item {
  margin: 0;
  padding: 0;
}

.site-footer .footer-nav-link {
  color: #7144f8;
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 0.2em;
  white-space: nowrap;
}

.site-footer .footer-nav-link:hover,
.site-footer .footer-nav-link:focus-visible {
  color: #5736ff;
  text-decoration: underline;
}

@media (max-width: 820px) {
  .site-footer .footer-inner {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .site-footer .footer-nav-list {
    gap: 0.85rem 1.1rem;
  }
}
@media (max-width: 640px) {
  .site-footer .footer-inner {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }
  .site-footer .footer-nav-list {
    flex-direction: column;
    gap: 0.65rem;
  }
  .site-footer .footer-nav-link {
    font-size: 0.98rem;
  }
}
.title {
  margin: 0;
  text-align: center;
  color: #393d40;
}
.title h1 {
  padding-bottom: 0;
  margin: 0;
  font-weight: 400;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 400;
  background: #d8e7f2;
  border-left: 0.8rem solid #1697f5;
  padding: 0.4rem 1.2rem;
}

.subsection-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0.4rem 0;
}

.section-intention {
  margin-left: 2rem;
}
.section-intention svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.6rem;
}
.section-intention .section-intention-title {
  display: flex;
  align-items: center;
}
.section-intention .section-intention-content {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 0.4rem solid #000;
}
.section-intention.section-intention-success .section-intention-content {
  border-left: 0.4rem solid #0e793f;
}
.section-intention.section-intention-success .section-intention-title {
  color: #0e793f;
}
.section-intention.section-intention-warning .section-intention-content {
  border-left: 0.4rem solid #ab5013;
}
.section-intention.section-intention-warning .section-intention-title {
  color: #ab5013;
}
.section-intention.section-intention-info .section-intention-content {
  border-left: 0.4rem solid #1568a3;
}
.section-intention.section-intention-info .section-intention-title {
  color: #1568a3;
}
.section-intention.section-intention-conseil .section-intention-content {
  border-left: 0.4rem solid #1568a3;
}
.section-intention.section-intention-conseil .section-intention-title {
  color: #1568a3;
}

ul.ateliers,
ul.checklist {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ul.ateliers li,
ul.checklist li {
  display: flex;
  gap: 0.4rem;
}

li.atelier {
  margin: 1.2rem 0;
}

a.btn {
  width: 90%;
  box-sizing: border-box;
  display: flex;
  text-decoration: none;
  background-color: #2a8354;
  color: #ffffff;
  padding: 0.4rem 2.4rem 0.4rem 0.6rem;
  border-radius: 0.7rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}
a.btn-next {
  width: 100%;
  margin: auto;
  justify-content: center;
  background-color: #7144f8;
  color: #ebf1f5;
  margin-top: 4rem;
}
a.btn-activity {
  justify-content: space-between;
  align-items: center;
  background-image: url(image/play.svg);
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 18px;
}
a.btn-activity.disabled {
  pointer-events: none;
  background-image: none;
  padding: 0.4rem 0.6rem 0.4rem 0.6rem;
  box-shadow: none;
  background-color: #77857e;
}
a.btn-activity .btn-state {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
}
a.btn-activity .btn-state svg {
  height: 1rem;
  margin-left: 0.4rem;
}
a.btn-quiz .btn-text {
  background-image: url(image/question-circle-fill.svg);
  background-repeat: no-repeat;
  background-size: 1.2rem;
  background-position: left center;
  padding-left: 1.4rem;
}
a.btn-atelier .btn-text {
  background-image: url(image/tools.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
  padding-left: 1.4rem;
}
a.btn-recul .btn-text {
  background-image: url(image/eye-fill.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
  padding-left: 1.4rem;
}

.btn-activity:hover {
  box-shadow: 1.5px 1.5px 1.5px #B0B3B5;
  transform: scale(1.01);
}

.btn-next:hover {
  background-color: #5736ff;
}

.liste {
  padding-left: 2rem;
}
.liste svg:hover {
  fill: #5736ff;
}

.section-duree .section-content {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}

.video-transcription-content {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.video-transcription {
  flex: 0 1 80%;
  max-width: 70%;
}

.sequence-shortcuts {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sequence-shortcuts .sequence-shortcuts-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #393d40;
}
.sequence-shortcuts .sequence-shortcuts-list {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sequence-shortcuts .sequence-shortcuts-list li {
  margin: 0;
}
.sequence-shortcuts .sequence-shortcuts-list .sequence-shortcuts-link {
  display: block;
  min-width: 8.5rem;
  padding: 0.55rem 0.9rem;
  text-align: center;
  color: #7144f8;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.4rem;
  background-color: rgba(255, 255, 255, 0.35);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.sequence-shortcuts .sequence-shortcuts-list .sequence-shortcuts-link:hover, .sequence-shortcuts .sequence-shortcuts-list .sequence-shortcuts-link:focus-visible {
  background-color: #7144f8;
  border-color: #7144f8;
  color: #fff;
}

@media (max-width: 640px) {
  .sequence-shortcuts {
    gap: 0.65rem;
  }
  .sequence-shortcuts .sequence-shortcuts-title {
    font-size: 0.95rem;
  }
  .sequence-shortcuts .sequence-shortcuts-list {
    flex-direction: column;
    gap: 0.6rem;
  }
  .sequence-shortcuts .sequence-shortcuts-list .sequence-shortcuts-link {
    width: 100%;
    min-width: 0;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================================
   VISIBILITÉ DES QUESTIONS
   ========================================================= */
h3 {
  margin-top: 1.8rem;
  margin-bottom: 1rem;
}

.quiz-step {
  display: none;
}

.quiz-step.is-active {
  display: block;
}

/* =========================================================
   ÉTAT QUESTION
   ========================================================= */
.quiz-question-text {
  margin-bottom: 0.5rem;
}

.quiz-message {
  margin-top: 0.8rem;
  color: #ab5013;
}

.quiz-choice-letter {
  margin-left: 0.5rem;
}

/* =========================================================
   RÉPONSES
   ========================================================= */
.quiz-choices-list {
  padding-left: 2rem;
}

.quiz-choice-item {
  line-height: 2;
  list-style-type: none;
}

/* Bonne réponse */
.quiz-choice-item.is-correct {
  background-color: #0e793f;
  border-radius: 0.2rem;
  padding: 0.2rem 0.5rem;
  margin-left: -0.5rem;
  box-sizing: border-box;
  display: block;
  color: #ffffff;
}

/* Réponse sélectionnée mais fausse */
.quiz-choice-item.is-wrong .quiz-choice-text {
  text-decoration: line-through;
}

/* =========================================================
   FEEDBACK
   ========================================================= */
/* Feedback caché par défaut */
.quiz-feedback {
  display: none;
  background-color: #ffffff;
  padding: 0.5rem 0.7rem;
  border-radius: 0.2rem;
}

/* Feedback visible uniquement après validation */
.quiz-step.is-answered .quiz-feedback {
  display: block;
}

/* Feedback juste */
.quiz-feedback.is-right {
  border-left: 9px solid #0e793f;
}

/* Feedback faux */
.quiz-feedback.is-wrong {
  border-left: 9px solid #ab5013;
}

.quiz-feedback-answer {
  margin: 0.5rem 0;
}
.quiz-feedback-answer strong {
  font-weight: 400;
  font-style: italic;
}

/* =========================================================
   ACTIONS
   ========================================================= */
/* Bouton suivant caché avant validation */
.quiz-next[hidden] {
  display: none;
}

/* Boutons désactivés */
.quiz-validate[disabled],
.quiz-next[disabled] {
  padding: 0.3rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background-color: #B0B3B5;
  color: #ebf1f5;
  cursor: not-allowed;
}
.quiz-validate[disabled]:hover,
.quiz-next[disabled]:hover {
  border: 1px solid transparent;
  background-color: #B0B3B5;
  color: #ebf1f5;
}

.quiz-validate,
.quiz-next {
  padding: 0.3rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background-color: rgb(184, 161.5, 251.5);
  color: #393d40;
  cursor: pointer;
}
.quiz-validate:hover,
.quiz-next:hover {
  border: 1px solid #7144f8;
  background-color: #ebf1f5;
  color: #7144f8;
  box-shadow: none;
}

.quiz-actions {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  display: flex;
  gap: 1rem;
}

header .logo {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #393d40;
  text-decoration: none;
}

header .logo:hover,
header .logo:focus,
header .logo:focus-visible {
  color: #7144f8;
  text-decoration: none;
}

header .logo > svg {
  height: 3.2rem;
  width: auto;
  flex-shrink: 0;
}

.page-header .logo > svg {
  height: 2.6rem;
}

.page-header .logo .baseline {
  display: none;
}

.baseline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.2rem;
  min-width: 0;
}
.baseline .brand {
  font-family: "Brand", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-top: 0.2rem;
}
.baseline .devise {
  font-size: 0.72rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.72);
  max-width: 14rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 2px;
}

@media (max-width: 760px) {
  header .logo {
    gap: 0.4rem;
  }
  header .logo > svg {
    height: 2.7rem;
  }
  .page-header .logo > svg {
    height: 2.2rem;
  }
  .baseline {
    justify-content: center;
    gap: 0.05rem;
  }
  .baseline .devise {
    display: none;
  }
  .baseline .brand {
    font-size: 1.45rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}
.page-header {
  text-align: center;
  padding: 1.5rem 1rem 1.2rem;
}

.page-header .back-link {
  display: inline-block;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  opacity: 0.8;
}

.page-header .title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 500;
  margin: 0.2rem 0;
}

.page-header .duration {
  font-size: 0.85rem;
  opacity: 0.7;
}

.info-block {
  border-left: 4px solid #7144f8;
  background: rgba(0, 0, 0, 0.02);
  padding: 0.8rem 1rem;
  margin: 1rem 0;
  font-size: 0.95rem;
}

.info-block--warning {
  border-color: #d97706;
}

.info-block--success {
  border-color: #16a34a;
}

.cta-primary {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 2rem auto 0;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(90deg, #6d28d9, #7c3aed);
  color: white;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cta-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/*# sourceMappingURL=style.css.map */
