/*
 * PIXEL PIXEL APP — CSS optimisé pour WordPress / Elessi
 * Tous les styles de l'application sont limités à #root.
 * Le header Elessi demeure visible et indépendant.
 */
#root {
  --cream: #f3f0e8;
  --coral: #ffde59;
  --blue: #54c1ff;
  --mint: #00e092;
  --line: #111;
  background: var(--cream);
}
#root .headerCta,
#root .primary,
#root .topbar,
#root .priceTable em,
#root .toggleLabel button.active {
  color: var(--ink);
}
#root button.primary {
  border: 0;
  font: inherit;
  cursor: pointer;
}
#root .stats div:nth-child(1) {
  background: var(--blue);
}
#root .stats div:nth-child(2) {
  background: var(--mint);
}
#root .stats div:nth-child(3) {
  background: var(--coral);
}
#root .stats div:nth-child(4) {
  background: var(--cream);
}
#root .partnerPage .partnerTicker {
  background: var(--mint);
}
#root .partnerPage .partnerApply {
  background: var(--blue);
}
#root .benefitGrid article {
  background: var(--cream);
}
#root .benefitGrid article:nth-child(1) {
  border-top: 8px solid var(--blue);
}
#root .benefitGrid article:nth-child(2) {
  border-top: 8px solid var(--mint);
}
#root .benefitGrid article:nth-child(3) {
  border-top: 8px solid var(--coral);
}
#root .benefitGrid article:nth-child(4) {
  border-top: 8px solid var(--ink);
}
#root .technicalEdge {
  background: var(--cream);
  box-shadow: inset 10px 0 0 var(--mint);
}
#root .technicalEdge.compact {
  padding: 42px 5vw;
  gap: 32px;
  grid-template-columns: 0.8fr 2fr 1fr;
}
#root .technicalEdge.compact .technicalLabel {
  min-height: 190px;
}
#root .technicalEdge.compact blockquote {
  font-size: clamp(24px, 2.35vw, 37px);
  line-height: 1.08;
}
#root .technicalEdge.compact .technicalLabel strong {
  font-size: 22px;
}
#root .technicalEdge.compact .technicalResult p {
  font-size: 15px;
}
@media (max-width: 900px) {
  #root .technicalEdge.compact {
    grid-template-columns: 1fr;
    padding: 42px 5vw;
  }
  #root .technicalEdge.compact .technicalLabel {
    min-height: auto;
  }
}
@media (max-width: 560px) {
  #root .technicalEdge.compact {
    padding: 48px 22px;
  }
  #root .technicalEdge.compact blockquote {
    font-size: 25px;
  }
}
@media (max-width: 900px) {
  #root main:not(.partnerPage) header nav.open {
    top: 82px;
  }
}
#root .serviceDetails > strong span {
  display: inline-block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 14px;
  letter-spacing: 0;
}
#root .priceTable {
  grid-template-columns: repeat(3, 1fr);
}
#root .serviceDetails small {
  display: block;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid rgba(17, 17, 17, 0.28);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

#root {
  --cream: #f3f0e8;
  --coral: #ff3b2f;
  --ink: #111;
  --line: #bbb7ae;
}
#root,
#root * {
  box-sizing: border-box;
}
#root {
  scroll-behavior: smooth;
}
#root {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
#root a {
  color: inherit;
  text-decoration: none;
}
#root .topbar {
  height: 38px;
  background: var(--coral);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
#root header {
  height: 104px;
  display: flex;
  align-items: center;
  padding: 0 2vw;
  border-bottom: 1px solid transparent;
  gap: 40px;
}
#root .logo {
  font-size: 39px;
  font-weight: 950;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
#root nav {
  display: flex;
  gap: 42px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
}
#root nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
#root .headerCta,
#root .primary {
  background: var(--coral);
  color: #fff;
  padding: 20px 26px;
  font-weight: 800;
  display: inline-flex;
  gap: 35px;
  align-items: center;
}
#root .headerCta:hover,
#root .primary:hover,
#root .upload:hover {
  filter: brightness(0.93);
}
#root .menuButton {
  display: none;
  background: none;
  border: 0;
  font-size: 25px;
}
#root .hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 51fr) minmax(0, 49fr);
  padding: 76px 2vw 38px;
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
}
#root .eyebrow,
#root .sectionIndex {
  color: var(--coral);
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 14px;
}
#root .hero h1 {
  font-size: clamp(55px, 5.15vw, 82px);
  line-height: 0.93;
  letter-spacing: -0.06em;
  margin: 25px 0 20px;
  max-width: 800px;
}
#root .lede {
  font-size: 20px;
  line-height: 1.45;
  max-width: 590px;
  margin: 0;
}
#root .heroActions {
  display: flex;
  align-items: center;
  gap: 55px;
  margin-top: 28px;
}
#root .textLink {
  font-weight: 800;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}
#root .trust {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  font-size: 14px;
  font-weight: 700;
}
#root .trust i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--coral);
}
#root .heroArt {
  position: relative;
  min-height: 460px;
}
#root .bigLetter {
  position: absolute;
  left: 12%;
  top: -3%;
  font-size: 330px;
  line-height: 1;
  font-weight: 950;
  color: var(--coral);
  letter-spacing: -0.15em;
  transform: rotate(-2deg);
}
#root .sheet {
  position: absolute;
  background: #f7f4ed;
  border: 1px solid #d7d2c7;
  box-shadow: 0 18px 35px #332e2522;
  color: var(--coral);
  font-size: 27px;
  font-weight: 900;
  line-height: 0.85;
  padding: 32px;
}
#root .sheetOne {
  width: 230px;
  height: 265px;
  right: 12%;
  top: 23%;
  transform: rotate(8deg);
}
#root .sheetTwo {
  width: 250px;
  height: 165px;
  left: 27%;
  bottom: 0;
  transform: rotate(-15deg);
  font-size: 42px;
}
#root .halftone {
  position: absolute;
  width: 270px;
  height: 300px;
  right: -3%;
  bottom: -5%;
  background: radial-gradient(var(--coral) 2px, transparent 2.5px);
  background-size: 9px 9px;
  transform: rotate(10deg);
  opacity: 0.85;
}
#root .registration {
  position: absolute;
  right: 7%;
  top: 3%;
  font-size: 70px;
  font-weight: 100;
}
#root .target {
  position: absolute;
  left: 3%;
  bottom: 8%;
  font-size: 40px;
}
#root .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--ink);
}
#root .stats div {
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--line);
}
#root .stats div:last-child {
  border: 0;
}
#root .stats strong {
  font-size: clamp(35px, 4.1vw, 64px);
  letter-spacing: -0.05em;
}
#root .stats span {
  font-weight: 900;
  letter-spacing: 0.11em;
  margin-top: 8px;
}
#root .intro,
#root .process,
#root .pricing,
#root .faq,
#root .quote {
  padding: 110px 5vw;
}
#root .intro {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
}
#root .intro h2,
#root .sectionHead h2,
#root .quote h2,
#root .faq h2,
#root .finalCta h2 {
  font-size: clamp(45px, 5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin: 0;
}
#root .intro > p:last-child,
#root .sectionHead > p,
#root .quote > div > p:last-child {
  font-size: 18px;
  line-height: 1.6;
  max-width: 430px;
}
#root .process {
  background: var(--ink);
  color: var(--cream);
}
#root .sectionHead {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 35px 0 70px;
}
#root .sectionHead > a {
  border-bottom: 1px solid;
  padding-bottom: 6px;
}
#root .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #666;
}
#root .steps article {
  padding: 35px 35px 50px 0;
  border-right: 1px solid #555;
  margin-right: 35px;
}
#root .steps article:last-child {
  border: 0;
}
#root .steps b {
  color: var(--coral);
}
#root .steps h3 {
  font-size: 35px;
  margin: 60px 0 15px;
}
#root .steps p {
  color: #c9c6bf;
  line-height: 1.6;
}
#root .quote {
  background: var(--coral);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
}
#root .quote .sectionIndex {
  color: var(--ink);
}
#root .calculator {
  background: var(--cream);
  padding: 40px;
  box-shadow: 12px 12px 0 var(--ink);
}
#root .calculator label {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  margin-bottom: 25px;
  font-weight: 800;
}
#root .calculator input[type="range"] {
  grid-column: 1/-1;
  width: 100%;
  accent-color: var(--coral);
}
#root .calculator input[type="number"] {
  border: 1px solid;
  padding: 12px;
  background: transparent;
  width: 100px;
  font-size: 18px;
}
#root .total {
  border-top: 1px solid;
  padding-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
}
#root .total strong {
  font-size: 42px;
}
#root .total small {
  grid-column: 1/-1;
  color: #666;
}
#root .upload {
  width: 100%;
  border: 0;
  background: var(--ink);
  color: white;
  padding: 20px;
  margin-top: 25px;
  font-weight: 900;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
#root .pricing .sectionHead {
  align-items: start;
}
#root .priceTable {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid;
}
#root .priceTable > div {
  padding: 28px 20px;
  min-height: 170px;
  border-right: 1px solid;
  display: flex;
  flex-direction: column;
  position: relative;
}
#root .priceTable > div:last-child {
  border: 0;
}
#root .priceTable strong {
  font-size: 31px;
  margin-top: auto;
}
#root .priceTable small {
  color: #666;
}
#root .priceTable em {
  position: absolute;
  top: -13px;
  right: 10px;
  background: var(--coral);
  color: white;
  padding: 7px;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}
#root .faq {
  border-top: 1px solid;
}
#root .faq h2 {
  margin: 35px 0 70px;
}
#root .faqList {
  margin-left: 34%;
  border-top: 1px solid;
}
#root .faq details {
  border-bottom: 1px solid;
  padding: 25px 0;
}
#root .faq summary {
  font-size: 21px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#root .faq details p {
  max-width: 680px;
  line-height: 1.6;
  color: #555;
}
#root .finalCta {
  background: var(--coral);
  text-align: center;
  padding: 100px 20px;
}
#root .finalCta p {
  font-weight: 900;
  letter-spacing: 0.15em;
}
#root .darkButton {
  display: inline-flex;
  background: var(--ink);
  color: white;
  padding: 21px 28px;
  gap: 70px;
  margin-top: 40px;
  font-weight: 900;
}
#root footer {
  padding: 70px 4vw 30px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  border-top: 1px solid;
}
#root footer p {
  line-height: 1.5;
}
#root footer > div:not(.logo) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#root footer small {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  margin-top: 40px;
}
@media (max-width: 900px) {
  #root header {
    height: 82px;
  }
  #root .logo {
    font-size: 28px;
  }
  #root .menuButton {
    display: block;
    margin-left: auto;
  }
  #root header nav {
    display: none;
    position: absolute;
    z-index: 10;
    top: 120px;
    left: 0;
    right: 0;
    background: var(--cream);
    padding: 25px;
    flex-direction: column;
    margin: 0;
  }
  #root .headerCta {
    display: none;
  }
  #root header nav.open {
    display: flex;
  }
  #root .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
  }
  #root .heroArt {
    min-height: 430px;
    margin-top: 40px;
  }
  #root .stats {
    grid-template-columns: 1fr 1fr;
  }
  #root .stats div:nth-child(2) {
    border-right: 0;
  }
  #root .intro,
  #root .quote {
    grid-template-columns: 1fr;
  }
  #root .intro h2 {
    grid-column: 1;
  }
  #root .sectionHead {
    display: block;
  }
  #root .sectionHead > * + * {
    margin-top: 30px;
  }
  #root .priceTable {
    grid-template-columns: 1fr 1fr;
  }
  #root .priceTable > div {
    border-bottom: 1px solid;
  }
  #root .faqList {
    margin-left: 0;
  }
  #root footer {
    grid-template-columns: 1fr 1fr;
  }
  #root .steps {
    grid-template-columns: 1fr;
  }
  #root .steps article {
    border-right: 0;
    border-bottom: 1px solid;
  }
  #root .quote {
    gap: 50px;
  }
}
@media (max-width: 560px) {
  #root .hero h1 {
    font-size: 51px;
  }
  #root .heroActions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  #root .trust {
    flex-wrap: wrap;
  }
  #root .heroArt {
    transform: scale(0.82);
    transform-origin: left top;
    width: 122%;
    margin-bottom: -70px;
  }
  #root .stats {
    grid-template-columns: 1fr;
  }
  #root .stats div {
    border-right: 0;
    border-bottom: 1px solid;
    height: 125px;
  }
  #root .intro,
  #root .process,
  #root .pricing,
  #root .faq,
  #root .quote {
    padding: 75px 22px;
  }
  #root .priceTable {
    grid-template-columns: 1fr;
  }
  #root .calculator {
    padding: 25px;
    box-shadow: 7px 7px 0;
  }
  #root .finalCta h2 {
    font-size: 46px;
  }
  #root footer {
    grid-template-columns: 1fr;
  }
  #root .topbar {
    font-size: 11px;
  }
  #root .hero {
    padding-left: 22px;
    padding-right: 22px;
  }
}
#root .pricingSwitch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 690px;
  border: 1px solid var(--ink);
  margin: 0 0 25px;
}
#root .pricingSwitch button {
  border: 0;
  background: transparent;
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  text-align: left;
}
#root .pricingSwitch button.active {
  background: var(--ink);
  color: var(--cream);
}
#root .pricingSwitch button span {
  float: right;
  color: var(--coral);
}
#root .pricingSwitch button.active span {
  color: #fff;
}
#root .serviceDetails {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 35px;
  background: var(--coral);
  padding: 25px 28px;
  margin-bottom: 25px;
}
#root .serviceDetails strong {
  font-size: 13px;
  letter-spacing: 0.09em;
}
#root .serviceDetails p {
  margin: 0;
  line-height: 1.5;
}
#root .pricingNote {
  font-size: 13px;
  color: #666;
  margin: 18px 0 0;
}
#root .priceTable strong {
  transition: color 0.2s ease;
}
#root .serviceDetails + .priceTable strong {
  color: var(--coral);
}
@media (max-width: 560px) {
  #root .pricingSwitch,
  #root .serviceDetails {
    grid-template-columns: 1fr;
  }
  #root .pricingSwitch button + button {
    border-top: 1px solid;
  }
  #root .serviceDetails {
    gap: 12px;
  }
}
#root .partnerHero {
  padding: 90px 4vw 70px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#root .partnerHero h1 {
  font-size: clamp(58px, 7.1vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.07em;
  margin: 38px 0 70px;
}
#root .partnerHeroBottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
  margin-left: 34%;
}
#root .partnerHeroBottom p {
  font-size: 21px;
  line-height: 1.5;
  max-width: 650px;
}
#root .partnerTicker {
  height: 75px;
  background: var(--coral);
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: 900;
  letter-spacing: 0.08em;
  overflow: hidden;
  white-space: nowrap;
}
#root .partnerTicker i {
  font-style: normal;
}
#root .partnerIntro {
  padding: 110px 5vw;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
}
#root .partnerIntro h2,
#root .partnerRates h2,
#root .eligibility h2,
#root .partnerApply h2 {
  font-size: clamp(45px, 5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin: 0;
}
#root .partnerIntro > p:last-child {
  font-size: 18px;
  line-height: 1.6;
}
#root .benefitGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#root .benefitGrid article {
  min-height: 330px;
  padding: 32px;
  border-right: 1px solid;
  display: flex;
  flex-direction: column;
}
#root .benefitGrid article:last-child {
  border: 0;
}
#root .benefitGrid b {
  color: var(--coral);
}
#root .benefitGrid h3 {
  font-size: 30px;
  margin-top: auto;
}
#root .benefitGrid p {
  line-height: 1.5;
  color: #555;
}
#root .partnerRates {
  padding: 110px 5vw;
  background: var(--ink);
  color: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 8vw;
}
#root .partnerRates > div > p:last-child {
  font-size: 18px;
  line-height: 1.5;
  max-width: 500px;
}
#root .toggleLabel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #777;
}
#root .toggleLabel button {
  background: transparent;
  border: 0;
  color: var(--cream);
  padding: 18px 12px;
  font-weight: 800;
  cursor: pointer;
}
#root .toggleLabel button.active {
  background: var(--coral);
  color: white;
}
#root .rateCard {
  background: var(--cream);
  color: var(--ink);
  padding: 40px;
  margin-top: 20px;
}
#root .rateCard > span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
#root .rateCard h3 {
  font-size: 48px;
  margin: 22px 0 12px;
}
#root .rateCard p,
#root .rateCard li {
  line-height: 1.5;
}
#root .rateCard ul {
  list-style: none;
  padding: 22px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#root .rateCard strong {
  font-size: 13px;
  letter-spacing: 0.1em;
}
#root .eligibility {
  padding: 110px 5vw;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 50px;
}
#root .eligibility > div > p {
  font-size: 18px;
  line-height: 1.5;
}
#root .checkList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-left: 1px solid;
  padding-left: 35px;
  font-weight: 800;
}
#root .partnerApply {
  background: var(--coral);
  text-align: center;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#root .partnerApply > p {
  font-weight: 900;
  letter-spacing: 0.14em;
}
#root .partnerApply small {
  margin-top: 20px;
}
@media (max-width: 900px) {
  #root .partnerPage header nav {
    display: none;
  }
  #root .partnerHeroBottom {
    margin-left: 0;
  }
  #root .partnerIntro,
  #root .partnerRates,
  #root .eligibility {
    grid-template-columns: 1fr;
  }
  #root .benefitGrid {
    grid-template-columns: 1fr 1fr;
  }
  #root .benefitGrid article:nth-child(2) {
    border-right: 0;
  }
  #root .partnerTicker {
    gap: 35px;
    justify-content: flex-start;
    padding: 0 20px;
  }
  #root .checkList {
    border-left: 0;
    border-top: 1px solid;
    padding: 30px 0 0;
  }
}
@media (max-width: 560px) {
  #root .partnerHero {
    padding: 60px 22px;
  }
  #root .partnerHero h1 {
    font-size: 55px;
  }
  #root .partnerHeroBottom {
    grid-template-columns: 1fr;
  }
  #root .partnerIntro,
  #root .partnerRates,
  #root .eligibility {
    padding: 75px 22px;
  }
  #root .benefitGrid {
    grid-template-columns: 1fr;
  }
  #root .benefitGrid article {
    border-right: 0;
    border-bottom: 1px solid;
  }
  #root .toggleLabel {
    grid-template-columns: 1fr;
  }
  #root .rateCard {
    padding: 25px;
  }
  #root .partnerApply h2 {
    font-size: 47px;
  }
}
#root .technicalEdge {
  display: grid;
  grid-template-columns: 1fr 2.25fr 1fr;
  gap: 45px;
  padding: 70px 5vw;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
#root .technicalLabel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}
#root .technicalLabel span,
#root .technicalResult span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  color: var(--coral);
}
#root .technicalLabel strong {
  font-size: 27px;
  line-height: 0.92;
}
#root .technicalEdge blockquote {
  margin: 0;
  font-size: clamp(31px, 3.1vw, 49px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 800;
}
#root .technicalResult {
  border-left: 1px solid var(--line);
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#root .technicalResult p {
  font-size: 18px;
  line-height: 1.45;
  margin: 20px 0 0;
}
@media (max-width: 900px) {
  #root .technicalEdge {
    grid-template-columns: 1fr;
  }
  #root .technicalLabel {
    min-height: auto;
    gap: 35px;
  }
  #root .technicalResult {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 30px 0 0;
  }
}
@media (max-width: 560px) {
  #root .technicalEdge {
    padding: 75px 22px;
  }
}

#root .guideButton {
  border: 0;
  border-bottom: 1px solid;
  background: transparent;
  color: inherit;
  padding: 0 0 7px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
#root .guideButton span {
  margin-left: 24px;
  font-size: 20px;
}
#root .guideButton:hover {
  color: var(--coral);
  border-color: var(--coral);
}
#root .guideOverlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #111d;
  padding: 24px;
  overflow-y: auto;
}
#root .guideModal {
  width: min(1180px, 100%);
  margin: auto;
  background: var(--cream);
  color: var(--ink);
  border: 1px solid;
  box-shadow: 12px 12px 0 var(--mint);
}
#root .guideTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 42px 48px;
  border-bottom: 1px solid;
}
#root .guideTop .sectionIndex {
  margin: 0 0 14px;
}
#root .guideTop h2 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin: 0;
}
#root .guideClose {
  width: 54px;
  height: 54px;
  border: 1px solid;
  background: var(--coral);
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}
#root .guideIntro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  padding: 36px 48px;
  background: var(--coral);
  border-bottom: 1px solid;
}
#root .guideIntro strong {
  font-size: 14px;
  letter-spacing: 0.1em;
}
#root .guideIntro p {
  font-size: 19px;
  line-height: 1.5;
  margin: 0;
}
#root .guideJourney {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid;
}
#root .guideJourney article {
  min-height: 205px;
  padding: 28px;
  border-right: 1px solid;
  display: flex;
  flex-direction: column;
}
#root .guideJourney article:last-child {
  border: 0;
}
#root .guideJourney b,
#root .cardLabel {
  color: #008a5a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
#root .guideJourney h3 {
  font-size: 25px;
  margin: auto 0 10px;
}
#root .guideJourney p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  color: #555;
}
#root .guideGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid;
}
#root .guideCard {
  padding: 48px;
}
#root .guideCard + article {
  border-left: 1px solid;
}
#root .guideCard h3,
#root .pressPanel h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin: 20px 0 24px;
}
#root .guideCard p,
#root .guideCard li {
  font-size: 15px;
  line-height: 1.55;
}
#root .guideCard ul {
  padding-left: 20px;
}
#root .guideCard li + li {
  margin-top: 8px;
}
#root .ratioExample {
  margin-top: 28px;
  border: 1px solid;
  padding: 19px;
  background: var(--blue);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#root .ratioExample span {
  font-size: 11px;
  font-weight: 900;
}
#root .alphaCard {
  background: var(--ink);
  color: var(--cream);
}
#root .alphaCard .cardLabel {
  color: var(--mint);
}
#root .alphaCard p,
#root .alphaCard li {
  color: #d6d2ca;
}
#root .alphaCard .cardNote {
  padding: 20px;
  border: 1px solid #666;
  color: var(--cream);
}
#root .pressPanel {
  padding: 50px 48px;
  border-bottom: 1px solid;
}
#root .pressHeading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
}
#root .pressHeading p {
  line-height: 1.5;
}
#root .pressSettings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid;
  margin: 25px 0 40px;
}
#root .pressSettings div {
  padding: 25px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid;
}
#root .pressSettings div:last-child {
  border: 0;
}
#root .pressSettings span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
#root .pressSettings strong {
  font-size: 32px;
  margin: 17px 0 4px;
}
#root .pressSettings small {
  color: #666;
}
#root .pressSteps {
  list-style: none;
  counter-reset: press;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid;
}
#root .pressSteps li {
  counter-increment: press;
  padding: 24px 20px 10px 0;
  margin-right: 20px;
  border-right: 1px solid;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#root .pressSteps li:before {
  content: "0" counter(press);
  font-size: 12px;
  font-weight: 900;
  color: #008a5a;
}
#root .pressSteps span {
  font-size: 13px;
  line-height: 1.45;
  color: #555;
}
#root .guideWarnings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--blue);
  border-bottom: 1px solid;
}
#root .guideWarnings div {
  padding: 32px;
  border-right: 1px solid;
}
#root .guideWarnings div:last-child {
  border: 0;
}
#root .guideWarnings b {
  font-size: 12px;
  letter-spacing: 0.12em;
}
#root .guideWarnings p {
  font-size: 14px;
  line-height: 1.5;
}
#root .guideFooter {
  padding: 36px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#root .guideFooter p {
  font-size: 28px;
  font-weight: 900;
}
#root .guideFooter .primary {
  background: var(--mint);
  color: var(--ink);
}
@media (max-width: 900px) {
  #root .guideJourney {
    grid-template-columns: 1fr 1fr;
  }
  #root .guideGrid,
  #root .pressHeading {
    grid-template-columns: 1fr;
  }
  #root .guideCard + article {
    border-left: 0;
    border-top: 1px solid;
  }
  #root .pressSteps {
    grid-template-columns: 1fr 1fr;
  }
  #root .guideWarnings {
    grid-template-columns: 1fr;
  }
  #root .guideWarnings div {
    border-right: 0;
    border-bottom: 1px solid;
  }
}
@media (max-width: 560px) {
  #root .guideOverlay {
    padding: 0;
  }
  #root .guideModal {
    border: 0;
    box-shadow: none;
  }
  #root .guideTop,
  #root .guideCard,
  #root .pressPanel {
    padding: 32px 22px;
  }
  #root .guideIntro {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    gap: 14px;
  }
  #root .guideJourney,
  #root .pressSettings,
  #root .pressSteps {
    grid-template-columns: 1fr;
  }
  #root .guideJourney article {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid;
  }
  #root .pressSettings div {
    border-right: 0;
    border-bottom: 1px solid;
  }
  #root .pressSteps li {
    border-right: 0;
    border-bottom: 1px solid;
  }
  #root .guideFooter {
    padding: 30px 22px;
    align-items: stretch;
    flex-direction: column;
  }
  #root .ratioExample {
    flex-direction: column;
  }
  #root .guideButton {
    margin-top: 25px;
  }
}

/* PIXEL PIXEL — DIRECTION 01 : NÉO-BRUTALISME DOUX */
#root {
  --cream: #f3f0e8;
  --paper: #fbf9f3;
  --yellow: #ffde59;
  --blue: #54c1ff;
  --mint: #00e092;
  --ink: #111;
  --line: #111;
  --soft-line: rgba(17, 17, 17, 0.72);
  --soft-shadow: 4px 6px 0 rgba(17, 17, 17, 0.13);
  --card-radius: 16px;
}
#root {
  --coral: var(--yellow);
  background:
    radial-gradient(
      circle at -2% 16%,
      rgba(255, 222, 89, 0.48) 0 76px,
      transparent 77px
    ),
    radial-gradient(
      circle at 101% 29%,
      rgba(0, 224, 146, 0.3) 0 96px,
      transparent 97px
    ),
    var(--cream);
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
}
#root main {
  overflow: hidden;
}
#root header {
  width: calc(100% - 4vw);
  height: 92px;
  margin: 22px 2vw 0;
  padding: 0 30px;
  gap: 32px;
  border: 1.5px solid var(--ink);
  border-radius: var(--card-radius);
  background: rgba(251, 249, 243, 0.94);
  box-shadow: var(--soft-shadow);
  position: relative;
  z-index: 20;
}
#root .logo {
  font-size: 36px;
  font-weight: 950;
  letter-spacing: -0.065em;
}
#root nav {
  gap: 34px;
  font-size: 14px;
}
#root nav a {
  position: relative;
  text-decoration: none !important;
}
#root nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 3px;
  border-radius: 3px;
  background: var(--blue);
  transition: right 0.2s ease;
}
#root nav a:hover:after {
  right: 0;
}
#root .headerCta,
#root .primary {
  color: var(--ink);
  background: var(--yellow);
  border: 1.5px solid var(--ink);
  border-radius: 11px;
  box-shadow: 3px 4px 0 rgba(17, 17, 17, 0.18);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}
#root .headerCta {
  padding: 16px 22px;
  gap: 26px;
}
#root .headerCta:hover,
#root .primary:hover {
  transform: translateY(-2px);
  box-shadow: 4px 6px 0 rgba(17, 17, 17, 0.2);
  filter: none;
}
#root .hero {
  width: calc(100% - 4vw);
  min-height: 690px;
  margin: 26px 2vw 0;
  padding: 36px 0 36px 4.5vw;
  grid-template-columns: minmax(0, 49fr) minmax(0, 51fr);
  gap: 42px;
  border: 0;
  overflow: visible;
}
#root .heroCopy {
  align-self: center;
}
#root .eyebrow,
#root .sectionIndex {
  color: #148ed0;
  letter-spacing: 0.14em;
}
#root .hero h1 {
  font-size: clamp(58px, 5.1vw, 84px);
  line-height: 0.94;
  letter-spacing: -0.057em;
  margin: 28px 0 22px;
  font-weight: 900;
}
#root .lede {
  font-size: 19px;
  max-width: 610px;
}
#root .heroActions {
  gap: 40px;
  margin-top: 30px;
}
#root .textLink {
  border-color: var(--ink);
  transition: color 0.18s ease;
}
#root .textLink:hover {
  color: #00885b;
}
#root .trust {
  width: min(660px, 100%);
  margin-top: 44px;
  padding: 16px 20px;
  gap: 0;
  border: 1px solid rgba(17, 17, 17, 0.25);
  border-radius: 13px;
  background: rgba(251, 249, 243, 0.94);
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.1);
}
#root .trust span {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 11px;
  justify-content: center;
  white-space: nowrap;
}
#root .trust span:before {
  content: "✦";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  border: 1px solid rgba(17, 17, 17, 0.18);
}
#root .trust span:nth-of-type(2):before {
  content: "↯";
  background: var(--mint);
}
#root .trust span:nth-of-type(3):before {
  content: "✓";
  background: var(--yellow);
}
#root .trust i {
  width: 1px;
  height: 40px;
  border-radius: 0;
  background: rgba(17, 17, 17, 0.18);
}
#root .heroArt {
  position: relative;
  min-height: 570px;
  border: 1.5px solid var(--ink);
  border-radius: 20px 0 0 20px;
  background: var(--paper);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
  isolation: isolate;
}
#root .heroArt img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
}
#root .heroArt:hover img {
  transform: scale(1.018);
}
#root .heroMark {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--ink);
  box-shadow: 2px 3px 0 rgba(17, 17, 17, 0.18);
}
#root .heroMarkBlue {
  width: 52px;
  height: 52px;
  left: 22px;
  bottom: 24px;
  border-radius: 50%;
  background: var(--blue);
  font-size: 25px;
}
#root .heroMarkGreen {
  width: 44px;
  height: 44px;
  right: 24px;
  top: 22px;
  border-radius: 12px;
  background: var(--mint);
  font-size: 23px;
}
#root .stats {
  margin: 24px 2vw;
  gap: 16px;
  border: 0;
  background: transparent;
}
#root .stats div {
  height: 150px;
  border: 1.5px solid var(--ink) !important;
  border-radius: var(--card-radius);
  box-shadow: var(--soft-shadow);
}
#root .stats strong {
  font-size: clamp(34px, 3.5vw, 56px);
}
#root .intro,
#root .process,
#root .pricing,
#root .faq,
#root .quote,
#root .technicalEdge,
#root .finalCta,
#root .partnerHero,
#root .partnerIntro,
#root .benefitGrid,
#root .partnerRates,
#root .eligibility,
#root .partnerApply {
  width: calc(100% - 4vw);
  margin: 24px 2vw;
  border: 1.5px solid var(--ink);
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--soft-shadow);
}
#root .intro,
#root .pricing,
#root .faq,
#root .partnerIntro,
#root .eligibility {
  background: rgba(251, 249, 243, 0.82);
}
#root .process {
  background: #171717;
}
#root .steps {
  gap: 16px;
  border: 0;
}
#root .steps article {
  margin: 0;
  padding: 28px;
  min-height: 250px;
  border: 1px solid #565656 !important;
  border-radius: 13px;
  background: #1f1f1f;
}
#root .steps h3 {
  margin: 58px 0 15px;
}
#root .quote {
  background: var(--yellow);
}
#root .calculator {
  border: 1.5px solid var(--ink);
  border-radius: 14px;
  box-shadow: var(--soft-shadow);
}
#root .calculator input[type="number"],
#root .pricingSwitch,
#root .priceTable,
#root .serviceDetails,
#root .rateCard,
#root .toggleLabel {
  border-radius: 11px;
  overflow: hidden;
}
#root .upload,
#root .darkButton {
  border-radius: 10px;
  transition: transform 0.18s ease;
}
#root .upload:hover,
#root .darkButton:hover {
  transform: translateY(-2px);
  filter: none;
}
#root .priceTable {
  gap: 12px;
  border: 0 !important;
  overflow: visible;
}
#root .priceTable > div {
  border: 1.5px solid var(--ink) !important;
  border-radius: 13px;
  background: var(--paper);
  box-shadow: 2px 3px 0 rgba(17, 17, 17, 0.1);
}
#root .priceTable em {
  border: 1px solid;
  border-radius: 999px;
}
#root .technicalEdge {
  box-shadow:
    var(--soft-shadow),
    inset 9px 0 0 var(--mint);
}
#root .faqList {
  border: 0;
}
#root .faq details {
  margin-bottom: 12px;
  padding: 22px 24px;
  border: 1px solid var(--soft-line);
  border-radius: 12px;
  background: var(--paper);
}
#root .finalCta {
  background: var(--yellow);
}
#root footer {
  width: calc(100% - 4vw);
  margin: 24px 2vw 0;
  padding: 62px 3vw 30px;
  border: 1.5px solid var(--ink);
  border-radius: var(--card-radius) var(--card-radius) 0 0;
  background: var(--paper);
}
#root .guideModal {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 6px 8px 0 rgba(0, 224, 146, 0.8);
}
#root .guideClose {
  border-radius: 10px;
}
#root .guideCard,
#root .pressSettings,
#root .ratioExample,
#root .alphaCard .cardNote {
  border-radius: 12px;
}
#root .guideJourney {
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid;
}
#root .guideJourney article {
  border: 1px solid !important;
  border-radius: 12px;
}
#root .pressSettings {
  overflow: hidden;
}
#root .partnerPage header {
  margin-top: 18px;
}
#root .partnerHero {
  background: rgba(251, 249, 243, 0.84);
  border-top: 1.5px solid;
}
#root .partnerTicker {
  width: calc(100% - 4vw);
  margin: 24px 2vw;
  border: 1.5px solid;
  border-radius: 13px;
  box-shadow: var(--soft-shadow);
}
#root .benefitGrid {
  gap: 14px;
  padding: 14px;
  background: rgba(251, 249, 243, 0.82);
}
#root .benefitGrid article {
  border: 1.5px solid var(--ink) !important;
  border-radius: 12px;
  box-shadow: 2px 3px 0 rgba(17, 17, 17, 0.1);
}
#root .partnerRates {
  background: #171717;
}
#root .rateCard {
  box-shadow: var(--soft-shadow);
}
#root .partnerApply {
  background: var(--blue);
}
@media (max-width: 1050px) {
  #root header {
    padding: 0 22px;
    gap: 22px;
  }
  #root nav {
    gap: 21px;
  }
  #root .logo {
    font-size: 31px;
  }
  #root .hero {
    grid-template-columns: 52% 48%;
    padding-left: 2vw;
    gap: 24px;
  }
  #root .trust {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  #root header {
    height: 78px;
  }
  #root header nav {
    top: 88px !important;
    left: 0;
    right: 0;
    padding: 24px;
    border: 1.5px solid;
    border-radius: 13px;
    box-shadow: var(--soft-shadow);
  }
  #root .hero {
    grid-template-columns: 1fr;
    padding: 50px 3vw 0;
  }
  #root .heroArt {
    min-height: 520px;
    margin-top: 10px;
    border-radius: 18px;
  }
  #root .trust {
    width: 100%;
  }
  #root .steps {
    gap: 12px;
  }
  #root .stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  #root {
    background:
      radial-gradient(
        circle at -10% 13%,
        rgba(255, 222, 89, 0.4) 0 62px,
        transparent 63px
      ),
      var(--cream);
  }
  #root header {
    width: calc(100% - 28px);
    margin: 14px 14px 0;
    padding: 0 16px;
  }
  #root .logo {
    font-size: 27px;
  }
  #root .hero {
    width: 100%;
    margin: 0;
    padding: 54px 22px 22px;
  }
  #root .hero h1 {
    font-size: 50px;
  }
  #root .heroActions {
    gap: 20px;
  }
  #root .trust {
    display: grid;
    grid-template-columns: 1fr;
    padding: 8px 16px;
  }
  #root .trust span {
    justify-content: flex-start;
    padding: 9px 0;
  }
  #root .trust i {
    width: 100%;
    height: 1px;
  }
  #root .heroArt {
    width: 100%;
    min-height: 390px;
    margin: 10px 0 0;
    transform: none;
  }
  #root .heroArt img {
    object-position: 55% center;
  }
  #root .stats {
    grid-template-columns: 1fr;
    margin: 14px;
    gap: 12px;
  }
  #root .stats div {
    height: 120px;
  }
  #root .intro,
  #root .process,
  #root .pricing,
  #root .faq,
  #root .quote,
  #root .technicalEdge,
  #root .finalCta,
  #root .partnerHero,
  #root .partnerIntro,
  #root .benefitGrid,
  #root .partnerRates,
  #root .eligibility,
  #root .partnerApply {
    width: calc(100% - 28px);
    margin: 14px;
  }
  #root .priceTable {
    gap: 10px;
  }
  #root .guideModal {
    border-radius: 0;
  }
  #root footer {
    width: calc(100% - 28px);
    margin: 14px 14px 0;
  }
  #root .partnerTicker {
    width: calc(100% - 28px);
    margin: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #root,
  #root *,
  #root *:before,
  #root *:after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* PORTAIL ÉDITORIAL — DIRECTION 01 */
#root .modeSwitcher {
  width: min(610px, 100%);
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  margin: 0 0 30px;
  border: 1.5px solid var(--ink);
  border-radius: 13px;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 3px 4px 0 #1112;
}
#root .modeSwitcher button {
  min-height: 54px;
  padding: 11px 15px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}
#root .modeSwitcher button + button {
  border-left: 1.5px solid;
}
#root .modeSwitcher button.active {
  background: var(--ink);
  color: var(--cream);
}
#root .modeSwitcher button span {
  margin-right: 8px;
  color: #148ed0;
  font-size: 10px;
}
#root .modeSwitcher button.active span {
  color: var(--mint);
}
#root .modePill {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 22px;
  padding: 9px 12px;
  border: 1.5px solid;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 2px 3px 0 #1112;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
#root .merchHeroArt img {
  object-position: center;
}
#root .merchTrust span:nth-of-type(2):before {
  content: "↕";
  background: var(--yellow);
}
#root .merchTrust span:nth-of-type(3):before {
  content: "↯";
  background: var(--mint);
}
#root .merchProof,
#root .merchServices,
#root .merchWork,
#root .caseStudy,
#root .testimonials,
#root .merchFaq,
#root .merchQuote {
  width: calc(100% - 4vw);
  margin: 24px 2vw;
  padding: 92px 5vw;
  border: 1.5px solid var(--ink);
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--soft-shadow);
}
#root .merchProof,
#root .merchServices,
#root .merchWork,
#root .merchFaq {
  background: #fbf9f3dc;
}
#root .merchProof {
  padding-top: 55px;
  padding-bottom: 55px;
}
#root .clientList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
#root .clientList span {
  padding: 13px 17px;
  border: 1.5px solid;
  border-radius: 999px;
  background: var(--paper);
  box-shadow: 2px 3px 0 #1112;
  font-size: 13px;
  font-weight: 900;
}
#root .merchExperience h2 {
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin: 28px 0;
}
#root .merchServiceGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#root .merchServiceCard {
  min-height: 510px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1.5px solid;
  border-radius: 14px;
  box-shadow: 3px 4px 0 #1112;
}
#root .merchServiceCard.mint {
  background: var(--mint);
}
#root .merchServiceCard.blue {
  background: var(--blue);
}
#root .merchServiceCard.yellow {
  background: var(--yellow);
}
#root .serviceCardTop {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1.5px solid;
}
#root .serviceCardTop span {
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 999px;
  background: var(--paper);
  font-size: 10px;
  font-weight: 900;
}
#root .merchServiceCard h3 {
  font-size: 31px;
  line-height: 1;
  margin: 34px 0 16px;
}
#root .merchServiceCard p {
  line-height: 1.55;
}
#root .merchServiceCard ul {
  list-style: none;
  padding: 18px 0;
  border-top: 1px solid;
}
#root .merchServiceCard li {
  padding: 6px 0;
  font-size: 13px;
  font-weight: 800;
}
#root .serviceLink {
  margin-top: auto;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  border: 1.5px solid;
  border-radius: 10px;
  background: var(--paper);
  font-weight: 900;
}
#root .workGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
#root .workGrid figure {
  margin: 0;
  padding: 10px;
  border: 1.5px solid;
  border-radius: 15px;
  background: var(--paper);
  box-shadow: 3px 4px 0 #1112;
}
#root .workGrid figure:nth-child(2) {
  transform: translateY(28px);
}
#root .workGrid img {
  width: 100%;
  aspect-ratio: 3/4;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
#root .workGrid figcaption {
  padding: 13px 4px 4px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
#root .caseStudy {
  background: #171717;
  color: var(--cream);
}
#root .caseStudy .sectionIndex {
  color: var(--mint);
}
#root .caseIntro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  align-items: end;
  margin-bottom: 58px;
}
#root .caseIntro p {
  font-size: 18px;
  line-height: 1.6;
}
#root .caseGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
#root .caseGrid article {
  position: relative;
  padding: 18px;
  border: 1px solid #656565;
  border-radius: 14px;
  background: #222;
}
#root .caseGrid img {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
#root .caseGrid h3 {
  font-size: 30px;
  margin: 26px 0 15px;
}
#root .caseGrid ul {
  list-style: none;
  padding: 0;
  color: #d8d5cf;
  line-height: 1.8;
}
#root .caseTag {
  position: absolute;
  z-index: 2;
  top: 28px;
  padding: 8px 12px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
}
#root .caseTag.bad {
  left: 28px;
  background: var(--paper);
}
#root .caseTag.good {
  right: 28px;
  background: var(--mint);
}
#root .testimonials {
  background: var(--yellow);
}
#root .testimonials .sectionIndex {
  color: var(--ink);
}
#root .testimonialGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#root .testimonialGrid blockquote {
  min-height: 330px;
  margin: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1.5px solid;
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 3px 4px 0 #1112;
}
#root .testimonialGrid p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
#root .testimonialGrid cite {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
#root .merchFaqGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 48px;
}
#root .merchFaqGrid article {
  min-height: 245px;
  padding: 28px;
  border: 1.5px solid;
  border-radius: 14px;
  background: var(--paper);
}
#root .merchFaqGrid article.green {
  background: var(--mint);
}
#root .merchFaqGrid h3 {
  font-size: 26px;
  margin: 50px 0 13px;
}
#root .merchFaqGrid p {
  line-height: 1.55;
}
#root .merchQuote {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  background: var(--blue);
}
#root .quotePitch mark {
  padding: 0 0.08em;
  background: var(--yellow);
  color: inherit;
}
#root .quotePitch > p:not(.sectionIndex) {
  max-width: 540px;
  font-size: 18px;
  line-height: 1.55;
}
#root .quoteBadge {
  display: inline-block;
  margin-top: 38px;
  padding: 15px 19px;
  border: 1.5px solid;
  border-radius: 11px;
  background: var(--mint);
  box-shadow: 3px 4px 0 #1112;
  font-weight: 950;
}
#root .quotePitch address {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 35px;
  font-style: normal;
  font-weight: 900;
}
#root .merchForm {
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  border: 1.5px solid;
  border-radius: 15px;
  background: var(--paper);
  box-shadow: var(--soft-shadow);
}
#root .formRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
#root .merchForm label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11px;
  font-weight: 900;
}
#root .merchForm input,
#root .merchForm select,
#root .merchForm textarea {
  width: 100%;
  padding: 14px;
  border: 1.5px solid;
  border-radius: 9px;
  background: #f0eee8;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}
#root .merchForm .darkButton {
  width: 100%;
  border: 0;
  cursor: pointer;
}
#root .botcheck {
  position: absolute !important;
  left: -9999px !important;
}
@media (max-width: 1050px) {
  #root .merchServiceGrid {
    grid-template-columns: 1fr 1fr;
  }
  #root .merchServiceCard:last-child {
    grid-column: 1/-1;
    min-height: 420px;
  }
}
@media (max-width: 900px) {
  #root .merchServiceGrid,
  #root .workGrid,
  #root .caseGrid,
  #root .testimonialGrid,
  #root .merchQuote {
    grid-template-columns: 1fr;
  }
  #root .merchServiceCard:last-child {
    grid-column: auto;
  }
  #root .workGrid figure:nth-child(2) {
    transform: none;
  }
  #root .caseIntro {
    grid-template-columns: 1fr;
  }
  #root .testimonialGrid blockquote {
    min-height: 260px;
  }
}
@media (max-width: 560px) {
  #root .modeSwitcher {
    grid-template-columns: 1fr;
  }
  #root .modeSwitcher button + button {
    border-left: 0;
    border-top: 1.5px solid;
  }
  #root .modeSwitcher button {
    min-height: 49px;
  }
  #root .modePill {
    top: 16px;
    left: 16px;
  }
  #root .merchProof,
  #root .merchServices,
  #root .merchWork,
  #root .caseStudy,
  #root .testimonials,
  #root .merchFaq,
  #root .merchQuote {
    width: calc(100% - 28px);
    margin: 14px;
    padding: 68px 22px;
  }
  #root .merchProof {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  #root .clientList span {
    width: 100%;
    text-align: center;
  }
  #root .merchServiceGrid,
  #root .workGrid,
  #root .caseGrid,
  #root .testimonialGrid,
  #root .merchFaqGrid,
  #root .formRow {
    grid-template-columns: 1fr;
  }
  #root .merchServiceCard {
    min-height: 470px;
    padding: 23px;
  }
  #root .testimonialGrid blockquote {
    min-height: 290px;
  }
  #root .merchForm {
    padding: 23px;
  }
}

/* ==========================================================
   INTÉGRATION WORDPRESS / ELESSI
   L'application contrôle uniquement #root. Le header du thème
   reste visible et conserve ses propres styles.
   ========================================================== */
body.home #header-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.home #main-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

body.home #root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  background: var(--cream, #f3f0e8);
  color: var(--ink, #111);
}

body.home #root > main {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
}

/* ==========================================================
   BOUTONS DE L'APPLICATION
   Neutralise les styles génériques d'Elessi uniquement dans
   #root. Les boutons du header Elessi ne sont pas touchés.
   ========================================================== */
body.home #root button {
  appearance: none !important;
  width: auto;
  height: auto !important;
  margin: 0 !important;
  font-family: inherit !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
}

body.home #root .menuButton {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ink) !important;
  font-size: 25px !important;
}

body.home #root .primary,
body.home #root .headerCta {
  padding: 20px 26px !important;
  border: 1.5px solid var(--ink) !important;
  border-radius: 11px !important;
  background: var(--yellow) !important;
  color: var(--ink) !important;
  font-size: inherit !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.home #root .headerCta {
  padding: 16px 22px !important;
}

body.home #root .upload {
  width: 100% !important;
  padding: 20px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--ink) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body.home #root .darkButton {
  padding: 21px 28px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--ink) !important;
  color: #fff !important;
  font-size: inherit !important;
  font-weight: 900 !important;
}

body.home #root .guideButton {
  padding: 0 0 7px !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: 800 !important;
}

body.home #root .guideButton:hover,
body.home #root .guideButton:focus-visible {
  border-bottom-color: var(--yellow) !important;
  color: var(--yellow) !important;
}

body.home #root .guideClose {
  width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
  border: 1px solid var(--ink) !important;
  border-radius: 10px !important;
  background: var(--yellow) !important;
  color: var(--ink) !important;
  font-size: 38px !important;
  line-height: 1 !important;
}

body.home #root .modeSwitcher button,
body.home #root .pricingSwitch button,
body.home #root .toggleLabel button {
  display: block !important;
  width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.home #root .modeSwitcher button {
  min-height: 54px !important;
  padding: 11px 15px !important;
  background: transparent !important;
  color: var(--ink) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-align: left !important;
}

body.home #root .modeSwitcher button.active {
  background: var(--ink) !important;
  color: var(--cream) !important;
}

body.home #root .modeSwitcher button + button {
  border-left: 1.5px solid var(--ink) !important;
}

body.home #root .pricingSwitch button {
  padding: 18px 22px !important;
  background: transparent !important;
  color: var(--ink) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-align: left !important;
}

body.home #root .pricingSwitch button.active {
  background: var(--ink) !important;
  color: var(--cream) !important;
}

body.home #root .toggleLabel button {
  padding: 18px 12px !important;
  background: transparent !important;
  color: var(--cream) !important;
  font-size: inherit !important;
  font-weight: 800 !important;
}

body.home #root .toggleLabel button.active {
  background: var(--yellow) !important;
  color: var(--ink) !important;
}

@media (max-width: 560px) {
  body.home #root .modeSwitcher button + button {
    border-top: 1.5px solid var(--ink) !important;
    border-left: 0 !important;
  }

  body.home #root .pricingSwitch button + button {
    border-top: 1px solid var(--ink) !important;
  }
}
