:root {
  --company-purple: #8A38F5;
  --company-purple-deep: #1D0058;
  --company-yellow: #FFD400;
  --company-white: #ffffff;
}

#scrollable_page {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: ApfelMittel;
  background: var(--company-purple);
  color: var(--company-white);
  overflow-x: hidden;
}

#scrollable_page img {
  display: block;
  width: 100%;
}

#scrollable_page a {
  color: inherit;
  text-decoration: none;
}

.company-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  background: var(--company-purple);
  transition: box-shadow 0.2s ease;
}

.company-header.is-scrolled {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.company-logo {
  display: inline-flex;
  align-items: center;
}

.company-logo img {
  width: 68px;
  height: 75px;
  object-fit: contain;
}

.company-back {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.company-page {
  min-height: calc(100vh - 60px);
  width: 100%;
  overflow-x: clip;
}

.company-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  /* min-height: calc(100vh - 60px);
  width: 100%; */
}

.company-photo img {
  height: 100%;
  object-fit: cover;
}

.company-photo--left {
  min-height: 0;
}

.company-intro {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100%;
  background: var(--company-purple);
}

.company-headline {
  display: flex;
  align-items: center;
  padding: 24px 40px 12px;
  background: var(--company-purple);
}

.company-headline h1 {
  font-size: clamp(2.3rem, 4.35vw, 4.3rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.company-headline span,
.company-info h2,
.company-info li {
  color: var(--company-yellow);
}

.company-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: 16px 40px 34px;
  background: var(--company-purple);
}

.company-info h2 {
  font-family: Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.company-info ul {
  padding-left: 22px;
}

.company-info li {
  margin-bottom: 6px;
  font-family: Arial, sans-serif;
  font-size: clamp(0.95rem, 1.18vw, 1.24rem);
  font-weight: 800;
  line-height: 1.15;
}

.company-interviews {
  padding: 24px 0 30px;
  background: #1D0058;
  overflow-x: clip;
}

.company-interviews__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
}

.company-interviews__header {
  padding: 0 52px 0;
}

.company-interviews__header h2 {
  font-family: Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 0.98;
  font-weight: 900;
  color: var(--company-white);
}

.company-interviews__carousel {
  position: relative;
  padding: 0px 10px;
}

.company-interviews__viewport {
  overflow: hidden;
}

.company-interviews__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.company-interview-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: end;
  min-height: 400px;
  padding: 0 110px 0 52px;
}

.company-interview {
  display: grid;
  grid-template-columns: minmax(170px, 240px) minmax(170px, 1fr);
  align-items: center;
  min-height: 320px;
  gap: 10px;
}

.company-interview__copy {
  max-width: 210px;
}

.company-interview__name {
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--company-white);
}

.company-interview__name strong {
  font-weight: 900;
}

.company-interview__text {
  margin-bottom: 18px;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.42;
  color: var(--company-white);
}

.company-interview__audio {
  width: 180px;
  height: 34px;
  filter: brightness(1.08);
}

.company-interview__visual {
  display: flex;
  justify-content: center;
  align-items: end;
  min-height: 250px;
}

.company-interview__visual img {
  width: auto;
  max-width: min(100%, 210px);
  max-height: 250px;
  object-fit: contain;
  mix-blend-mode: screen;
}

.company-interviews__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  border: none;
  background: transparent;
  color: var(--company-white);
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  padding: 0;
}

.company-interviews__arrow--right {
  right: 10px;
}

.company-text-band__inner {
  width: min(100%, 980px);
  text-align: center;
}

.company-text-band__inner p {
  font-family: Arial, sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.16;
  font-style: italic;
  font-weight: 900;
  color: #151515;
}

.company-text-band__inner p + p {
  margin-top: 18px;
}

.company-potato-story {
  width: 100%;
  background: #efefef;
}

.company-potato-story__intro {
  display: grid;
  grid-template-columns: 666px 1fr;
  align-items: stretch;
  min-height: 438px;
  width: 100%;
}

.company-potato-story__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 666px;
  min-width: 666px;
  min-height: 241px;
  padding: 0;
  text-align: left;
  background: #efefef;
}

.company-potato-story__text p {
  width: 474px;
  min-width: 474px;
  min-height: 241px;
  margin: 0;
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: clamp(1.1rem, 1.7vw, 1.85rem);
  line-height: 1.3;
  font-style: italic;
  font-weight: 900;
  color: #2a1467;
}

.company-potato-story__text p + p {
  margin-top: 22px;
}

.company-potato-story__hero {
  min-height: 100%;
  width: 100%;
  justify-self: end;
}

.company-potato-story__hero img {
  width: 846px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: auto;
  display: block;
}

.company-photo-grid__item {
  min-height: 0;
  height: 100%;
}

.company-photo-grid__item--wide {
  grid-column: 1;
  grid-row: 1;
}

.company-photo-grid__item--top-right {
  grid-column: 2;
  grid-row: 1;
}

.company-photo-grid__item--bottom-left {
  grid-column: 1;
  grid-row: 2;
}

.company-photo-grid__item--bottom-right {
  grid-column: 2;
  grid-row: 2;
}

.company-photo-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
   NOUVEAU STYLE : TEXTES & IMAGES STANDALONE & REVERSED
   ========================================================= */
/* =========================================================
   STYLE : TEXTES (40%) & IMAGES (60%)
   ========================================================= */
.company-potato-story__text--standalone {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #efefef;
}

/* Le texte prend toujours 40% */
.company-potato-story__text--standalone p {
  flex: 0 0 40%; /* Force la largeur à 40% exactement */
  padding: 0 40px; /* Remplace le margin par du padding interne pour ne pas casser les pourcentages */
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.55rem);
  line-height: 1.28;
  color: #2a1467;
  box-sizing: border-box; /* Assure que le padding est inclus dans les 40% */
}

/* Le conteneur de l'image prend toujours 60% */
.company-potato-story__text--standalone .company-potato-story__hero {
  flex: 0 0 60%; /* Force la largeur à 60% exactement */
  margin: 0;
  padding: 0;
}

/* L'image s'adapte à son conteneur (donc elle fait 60% de l'écran global) */
.company-potato-story__text--standalone .company-potato-story__hero img {
  width: 100%; /* S'adapte à la largeur des 60% */
  height: auto;
  max-width: none;
  object-fit: contain; /* L'image garde ses proportions sans être coupée ni écrasée */
  margin: 0;
  padding: 0;
  display: block;
}

/* Surcharge uniquement pour la version inversée */
.company-potato-story__text--reversed p {
  margin: 0 0 0 40px; /* On inverse la marge : espace à gauche du texte */
}
/* Fin des nouveaux styles Flexbox */

.company-facts {
  position: relative;
  min-height: 56vh;
  background: #1D0058;
  overflow: hidden;
}

.company-facts__viewport {
  min-height: 56vh;
  overflow: hidden;
}

.company-facts__track {
  display: flex;
  min-height: 56vh;
  transition: transform 0.4s ease;
  will-change: transform;
}

.company-fact-slide {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 110px 34px 68px;
}

.company-fact-slide__eyebrow {
  margin-bottom: 52px;
  font-family: Arial, sans-serif;
  font-size: clamp(0.95rem, 1.2vw, 1.2rem);
  font-weight: 900;
  color: var(--company-white);
}

.company-fact-slide__text {
  max-width: 640px;
  font-family: Arial, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.18;
  font-style: italic;
  font-weight: 900;
  color: #111;
}

.company-fact-slide__text span {
  color: var(--company-white);
}

.company-fact-slide--activity {
  background: #d9d9d9;
}

.company-fact-slide--activity .company-fact-slide__eyebrow {
  color: #22005b;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  margin-bottom: 18px;
  font-style: italic;
}

.company-fact-slide--activity .company-fact-slide__text {
  width: 698px;
  min-width: 698px;
  min-height: 442px;
  max-width: 698px;
  display: flex;
  align-items: center;
  color: #22005b;
  font-size: clamp(2rem, 3.9vw, 3.6rem);
  line-height: 1.22;
}

.company-fact-slide--activity .company-fact-slide__text strong {
  color: var(--company-white);
  font-weight: 900;
}

.company-fact-slide--activity .company-fact-slide__text span {
  color: #22005b;
}

.company-facts__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  border: none;
  background: transparent;
  color: var(--company-white);
  font-family: Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.company-facts__arrow--left {
  left: 28px;
}

.company-facts__arrow--right {
  right: 46px;
}

.company-facts__arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.company-didyouknow {
  display: flex;
  width: 100%;
  min-height: 620px;
  background: #FFD400;
}

.company-didyouknow__inner {
  position: relative;
  width: 100%;
  min-height: 620px;
  padding: 56px 96px;
}

.company-didyouknow__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  transform: translateY(-50%);
}

.company-didyouknow__arrow {
  position: absolute;
  border: none;
  background: transparent;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.company-didyouknow__arrow--prev {
  left: 28px;
}

.company-didyouknow__arrow--next {
  right: 5%;
}

.company-didyouknow__arrow.is-hidden {
  opacity: 0.35;
  pointer-events: none;
}

.company-didyouknow__viewport {
  overflow: hidden;
}

.company-didyouknow__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.company-didyouknow__slide {
    display: flex;
    flex-direction: column;
    gap: 75px;
    position: relative;
    flex: 0 0 100%;
    min-height: 508px;
}

.company-didyouknow__title {
  top: 56px;
  left: 0;
  font-family: Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-style: italic;
  font-weight: 900;
  color: #ffffff;
  text-align: left;
}

.company-didyouknow__text {
  font-family: Arial, sans-serif;
  font-size: 40px;
  line-height: 1.18;
  font-style: italic;
  font-weight: 900;
  color: #ffffff;
}

.company-didyouknow__text span {
  color: #8A38F5;
}

.company-quiz {
  width: 100%;
  background: #8A38F5;
  border-top: 3px solid #1D0058;
}

.company-quiz__inner {
  margin: 0 auto;
  padding: 3%;
}

.company-quiz__title {
  margin-bottom: 78px;
  font-family: Arial, sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-style: italic;
  font-weight: 900;
  color: #FFD400;
}

.company-quiz__group + .company-quiz__group {
  margin-top: 86px;
}

.company-quiz__layout {
  display: flex;
  align-items: flex-end;
  gap: 35px;
}

.company-quiz__question {
  max-width: 560px;
  margin-bottom: 28px;
  font-family: Arial, sans-serif;
  font-size: clamp(1.45rem, 2.1vw, 2.15rem);
  line-height: 1.18;
  font-style: italic;
  font-weight: 900;
  color: #ffffff;
}

.company-quiz__answers {
  display: grid;
  gap: 28px 30px;
}

.company-quiz__answers--compact {
  grid-template-columns: repeat(2, minmax(0, 292px));
  max-width: 614px;
}

.company-quiz__answers--wide {
  grid-template-columns: repeat(2, minmax(0, 356px));
  max-width: 742px;
}

.company-quiz__answer {
  min-height: 72px;
  padding: 16px 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  background: transparent;
  font-family: Arial, sans-serif;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.35;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.company-quiz__answer:hover,
.company-quiz__answer:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
  transform: translateY(-1px);
}

.company-quiz__answer.is-selected {
  background: #FFD400;
  border-color: #FFD400;
  color: #1D0058;
}

.company-quiz__feedback[hidden] {
  display: none;
}

.company-quiz__feedback {
  width: 340px;
  min-height: 117px;
  padding: 18px 24px;
  border-top-right-radius: 56px;
  background: #D2C9E5;
}

.company-quiz__feedback-status {
  margin-bottom: 8px;
  font-family: Arial, sans-serif;
  font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  font-weight: 900;
  color: #1D0058;
}

.company-quiz__feedback-text {
  white-space: pre-line;
  font-family: Arial, sans-serif;
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  line-height: 1.25;
  font-weight: 500;
  color: #1D0058;
}

.company-end-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72vh;
  padding: 48px 24px;
  background: #1D0058;
}

.company-end-screen__inner {
  width: min(100%, 980px);
  display: flex;
  justify-content: center;
}

.company-end-popup {
  position: relative;
  width: min(100%, 680px);
  border-radius: 30px;
  background: #efefef;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.company-end-popup.is-hidden {
  display: none;
}

.company-end-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(29, 0, 88, 0.08);
  color: #1D0058;
  font-family: Arial, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.company-end-popup__content {
  padding: 48px 32px 28px;
}

.company-end-popup__title {
  margin-bottom: 38px;
  font-family: Arial, sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1.2;
  font-style: italic;
  font-weight: 900;
  color: #1D0058;
}

.company-end-popup__actions {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.company-end-popup__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 9px;
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.company-end-popup__button:hover,
.company-end-popup__button:focus-visible,
.company-end-popup__close:hover,
.company-end-popup__close:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.company-end-popup__button--primary {
  background: #8A38F5;
  color: #ffffff;
}

.company-end-popup__button--secondary {
  border: 1px solid rgba(138, 56, 245, 0.72);
  color: #1D0058;
}


/* =========================================================
   MEDIA QUERIES CENTRALISÉES (FUSIONNÉES)
   ========================================================= */

@media (min-width: 901px) and (max-height: 820px) {
  .company-header {
    padding: 10px 28px;
  }


  .company-back {
    padding: 7px 10px;
    font-size: 0.76rem;
  }

  .company-page {
    min-height: calc(100vh - 52px);
  }

  .company-layout {
    min-height: calc(100vh - 52px);
    grid-template-columns: 1.02fr 0.98fr;
    grid-template-rows: 1fr;
  }

  .company-headline {
    padding: 18px 26px 10px;
  }

  .company-headline h1 {
    font-size: clamp(2rem, 3.6vw, 3.35rem);
  }

  .company-info {
    gap: 10px;
    padding: 10px 26px 22px;
  }

  .company-info h2 {
    font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  }

  .company-info li {
    margin-bottom: 5px;
    font-size: clamp(0.8rem, 0.95vw, 1rem);
  }
}

@media (max-width: 900px) {
  .company-header {
    padding: 14px 18px;
  }

  .company-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .company-photo--left {
    min-height: 250px;
  }

  .company-intro {
    grid-template-rows: auto auto;
  }

  .company-headline h1 {
    font-size: clamp(2.5rem, 11vw, 4.3rem);
  }

  .company-headline {
    padding: 24px 18px 12px;
  }

  .company-info {
    padding: 12px 18px 24px;
  }

  .company-info ul {
    padding-left: 22px;
  }

  .company-interviews {
    padding: 24px 0 28px;
  }

  .company-interviews__header {
    padding: 0 18px 4px;
  }

  .company-interview {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
  }

  .company-interview-slide {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 0 54px 0 18px;
  }

  .company-interview__copy {
    max-width: none;
  }

  .company-interview__visual {
    min-height: 260px;
    justify-content: center;
  }

  .company-interview__visual img {
    max-width: 100%;
    max-height: 300px;
  }

  .company-interviews__arrow {
    width: 42px;
    height: 42px;
    font-size: 1.4rem;
  }

  .company-interviews__arrow--left {
    left: -10px;
  }

  .company-interviews__arrow--right {
    right: 4px;
  }

  .company-text-band {
    min-height: 0;
    padding: 20px 18px 22px;
  }

  .company-text-band__inner p {
    font-size: clamp(1.1rem, 5vw, 1.55rem);
  }

  .company-text-band__inner p + p {
    margin-top: 18px;
  }

  .company-facts,
  .company-facts__viewport,
  .company-facts__track {
    min-height: 44vh;
  }

  .company-fact-slide {
    padding: 26px 54px 26px 24px;
  }

  .company-fact-slide__eyebrow {
    margin-bottom: 28px;
  }

  .company-fact-slide__text {
    max-width: 100%;
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }

  .company-fact-slide--activity .company-fact-slide__eyebrow {
    font-size: clamp(1.3rem, 5.5vw, 1.9rem);
  }

  .company-fact-slide--activity .company-fact-slide__text {
    width: auto;
    min-width: 0;
    min-height: 0;
    font-size: clamp(1.35rem, 6.2vw, 2rem);
  }

  .company-facts__arrow {
    font-size: 2.5rem;
  }

  .company-facts__arrow--left {
    left: 10px;
  }

  .company-facts__arrow--right {
    right: 14px;
  }

  .company-potato-story__intro {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .company-potato-story__text {
    width: 100%;
    min-width: 0;
    padding: 20px 18px 24px;
    min-height: 0;
  }

  .company-potato-story__text p {
    width: auto;
    min-width: 0;
    min-height: 0;
    font-size: clamp(1.15rem, 5vw, 1.7rem);
  }

  .company-potato-story__hero {
    min-height: 220px;
  }

  /* Version Mobile pour la zone Standalone / Reversed */
  .company-potato-story__text--standalone {
    flex-direction: column; /* Empile le texte et l'image sur mobile */
    gap: 16px;
  }

  .company-potato-story__text--standalone p, 
  .company-potato-story__text--reversed p {
    margin: 20px 18px 24px; /* Annule les marges latérales du bureau */
    font-size: clamp(1.15rem, 5vw, 1.7rem);
  }

  .company-potato-story__text--standalone .company-potato-story__hero img {
    max-width: 100%; /* Évite que l'image ne dépasse de l'écran sur mobile */
    height: auto;
    object-fit: contain;
  }

  .company-didyouknow {
    min-height: 0;
  }

  .company-didyouknow__inner {
    min-height: 0;
    padding: 28px 20px 40px 78px;
  }

  .company-didyouknow__nav {
    left: 0;
    right: 0;
  }

  .company-didyouknow__arrow {
    width: 42px;
    height: 42px;
    font-size: 1.35rem;
  }

  .company-didyouknow__arrow--prev {
    left: 16px;
  }

  .company-didyouknow__arrow--next {
    right: 16px;
  }

  .company-didyouknow__slide {
    min-height: 0;
  }

  .company-didyouknow__title {
    position: static;
    margin-bottom: 72px;
    text-align: right;
    font-size: clamp(1.15rem, 5vw, 1.6rem);
  }

  .company-didyouknow__text {
    max-width: 100%;
    margin: 0;
    font-size: clamp(1.5rem, 8vw, 2.35rem);
  }

  .company-quiz__inner {
    padding: 32px 20px 40px;
  }

  .company-quiz__title {
    margin-bottom: 48px;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .company-quiz__group + .company-quiz__group {
    margin-top: 56px;
  }

  .company-quiz__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .company-quiz__main {
    padding-right: 0;
  }

  .company-quiz__question {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: clamp(1.25rem, 6vw, 1.75rem);
  }

  .company-quiz__answers--compact,
  .company-quiz__answers--wide {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 20px;
  }

  .company-quiz__answer {
    min-height: 64px;
    font-size: 1rem;
  }

  .company-quiz__feedback {
    width: 100%;
    padding: 28px 22px;
    border-top-left-radius: 48px;
  }

  .company-quiz__feedback-status {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  .company-quiz__feedback-text {
    font-size: clamp(1.05rem, 4.8vw, 1.3rem);
  }

  .company-end-screen {
    min-height: 56vh;
    padding: 28px 16px 36px;
  }

  .company-end-popup {
    border-radius: 24px;
  }

  .company-end-popup__close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
  }

  .company-end-popup__content {
    padding: 42px 20px 20px;
  }

  .company-end-popup__title {
    max-width: none;
    margin-bottom: 28px;
    font-size: clamp(1.35rem, 6vw, 1.85rem);
  }

  .company-end-popup__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .company-end-popup__button {
    width: 100%;
  }
}