.landing-aides {
    background: var(--article-page-bg);
    color: #404654;
}

.landing-aides *,
.landing-aides *::before,
.landing-aides *::after {
    box-sizing: border-box;
}

.landing-aides__container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 24px;
}

.landing-aides__hero {
    background: var(--article-hero-bg);
    color: var(--article-hero-text);
}

.landing-aides__hero-inner {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    max-width: 80rem;
}

.landing-aides__hero-inner > div:first-of-type {
    padding: 56px 24px 48px;
}

.landing-aides__hero-inner > div:last-of-type {
    align-items: flex-end;
    display: flex;
    width: 100%;
}

.landing-aides__hero-inner > div:last-of-type img {
    width: 100%;
}

.landing-aides h1,
.landing-aides h2,
.landing-aides h3,
.landing-aides p {
    margin-top: 0;
}

.landing-aides__hero h1 {
    color: var(--article-hero-text);
    font-family: "Raleway", sans-serif;
    font-size: clamp(2.15rem, 3vw, 3.1rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 16px;
}

.landing-aides__hero-highlight {
    color: #D7FFF1;
}

.landing-aides__subtitle {
    color: var(--article-hero-text);
    font-family: "Raleway", sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 20px;
}

.landing-aides__lead {
    color: var(--article-hero-muted);
    font-size: 0.98rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.landing-aides__hero img,
.landing-aides__visual img,
.landing-aides__card-visual img,
.landing-aides__final img {
    display: block;
    height: auto;
    width: 100%;
    padding-top: 20px;
}

.landing-aides__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 40px;
}

.landing-aides__actions + p {
    margin-top: 18px;
}

.landing-aides__button {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    gap: 12px;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    padding: 10px 40px;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.landing-aides__button:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.landing-aides__button:focus-visible {
    outline: 3px solid var(--enpt-button-outline-border);
    outline-offset: 3px;
}

.landing-aides__button--primary {
    background: var(--enpt-button-primary-bg);
    color: var(--enpt-button-primary-text);
}

.landing-aides__button--primary:hover {
    background: var(--enpt-button-primary-hover-bg);
    color: var(--enpt-button-primary-hover-text);
}

.landing-aides__button--green {
    background: var(--enpt-button-filled-bg);
    color: var(--enpt-button-filled-text);
}

.landing-aides__button--green:hover {
    background: var(--enpt-button-filled-hover-bg);
    color: var(--enpt-button-filled-hover-text);
}

.landing-aides__section {
    padding: 58px 0;
}

.landing-aides__section--soft {
    background: var(--article-note-bg);
}

.landing-aides__section--deep {
    background: var(--article-hero-bg);
}

.landing-aides__heading {
    margin: 0 auto 30px;
    max-width: 820px;
    text-align: center;
}

.landing-aides__heading--wide {
    max-width: 100%;
}

.landing-aides__heading h2,
.landing-aides__feature h2,
.landing-aides__card h2,
.landing-aides__card h3,
.landing-aides__info-card h3,
.landing-aides__final h2 {
    color: #216E66;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 12px;
}

.landing-aides__heading h2,
.landing-aides__feature h2,
.landing-aides__final h2 {
    font-size: clamp(1.65rem, 2.2vw, 2rem);
}

.landing-aides__card h2,
.landing-aides__card h3 {
    font-size: 1.5rem;
}

.landing-aides__info-card h3 {
    font-size: 1.08rem;
}

.landing-aides p,
.landing-aides li,
.landing-aides__mini-card span {
    color: #404654;
    font-size: 0.95rem;
    line-height: 1.75;
}

.landing-aides__hero p,
.landing-aides__hero .landing-aides__lead {
    color: var(--article-hero-muted);
}

.landing-aides__hero .landing-aides__subtitle {
    color: var(--article-hero-text);
}

.landing-aides__section--deep .landing-aides__heading h2,
.landing-aides__section--deep .landing-aides__heading p {
    color: var(--article-cta-text);
}

.landing-aides__cards {
    display: grid;
    gap: 40px;
}

.landing-aides__card {
    align-items: center;
    background: var(--article-surface);
    border: 1px solid var(--article-border);
    border-radius: 12px;
    box-shadow: var(--article-feature-shadow);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.landing-aides__card--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.landing-aides__card > div:not(.landing-aides__card-visual) {
    padding: 34px 22px 34px 52px;
}

.landing-aides__card--reverse > div:not(.landing-aides__card-visual) {
    padding: 34px 52px 34px 22px;
}

.landing-aides__card-visual {
    align-self: end;
    justify-self: center;
    max-width: 420px;
    width: 100%;
}

.landing-aides__prepare-cards .landing-aides__card-visual,
.landing-aides__eco-cards .landing-aides__card-visual {
    align-self: center;
}

.landing-aides__eco-card-heading {
    grid-column: 1 / -1;
    padding: 34px 52px 0;
}

.landing-aides__eco-cards .landing-aides__card > div:not(.landing-aides__card-visual):not(.landing-aides__eco-card-heading) {
    padding-top: 18px;
}

.landing-aides__eco-cards .landing-aides__card--reverse > div:not(.landing-aides__card-visual):not(.landing-aides__eco-card-heading) {
    padding: 18px 52px 34px 22px;
}

.landing-aides__eco-cards .landing-aides__eco-card--tools .landing-aides__card-visual {
    align-self: end;
    justify-self: start;
    max-width: none;
    width: 80%;
}

.landing-aides__eco-cards .landing-aides__eco-card--tools .landing-aides__card-visual img {
    display: block;
    margin: 0;
    width: 100%;
}

.landing-aides__feature {
    align-items: center;
    display: grid;
    gap: 46px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}

.landing-aides__feature--reverse {
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
}

.landing-aides__wide-text {
    margin-top: 28px;
}

.landing-aides__check-list {
    display: grid;
    margin: 18px 0 18px;
    padding: 0;
}

.landing-aides__check-list li {
    list-style: none;
    padding-left: 21px;
    position: relative;
}

.landing-aides__check-list li::before {
    background: var(--article-title);
    border-radius: 999px;
    content: "";
    height: 4px;
    left: 6px;
    position: absolute;
    top: 10px;
    width: 4px;
}

.landing-aides__icon-list {
    display: grid;
    gap: 16px;
    margin: 22px 0 0;
    padding: 0;
}

.landing-aides__icon-list li {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 44px minmax(0, 1fr);
    list-style: none;
}

.landing-aides__icon-list img {
    display: block;
    height: 44px;
    width: 44px;
}

.landing-aides__simple-feature {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
}

.landing-aides__bullet-list {
    margin: 32px 0;
    padding-left: 30px;
}

.landing-aides__bullet-list li {
    font-weight: 700;
    line-height: 1.6;
    padding-left: 6px;
}

.landing-aides__mini-cards {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.landing-aides__mini-card {
    align-items: center;
    background: var(--article-surface);
    border: 1px solid var(--article-border);
    border-radius: 12px;
    box-shadow: var(--article-feature-shadow);
    display: grid;
    gap: 14px;
    justify-items: center;
    min-height: 150px;
    padding: 24px 18px;
    text-align: center;
}

.landing-aides__mini-card img {
    display: block;
    height: 56px;
    width: 56px;
}

.landing-aides__mini-card span {
    font-weight: 700;
}

.landing-aides__info-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-aides__info-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-aides__info-card {
    background: var(--article-surface);
    border-radius: 12px;
    padding: 28px;
}

.landing-aides__info-card h3 {
    margin-bottom: 14px;
}

.landing-aides__works-grid .landing-aides__info-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.landing-aides__work-icon {
    display: block;
    height: 58px;
    margin-bottom: 18px;
    width: 58px;
}

.landing-aides__faq {
    display: grid;
    gap: 16px;
    margin: 0 auto;
    max-width: 100%;
}

.landing-aides__faq details {
    background: var(--bg-secondary);
    border: 1px solid transparent;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-aides__faq details:hover {
    border-color: var(--article-border-strong);
    box-shadow: 0 8px 30px rgba(33, 110, 102, 0.15);
    transform: translateY(-2px);
}

.landing-aides__faq details[open] {
    border-color: var(--article-link);
    box-shadow: 0 8px 30px rgba(33, 110, 102, 0.2);
}

.landing-aides__faq summary {
    align-items: center;
    background: var(--bg-secondary);
    color: var(--article-title);
    cursor: pointer;
    display: flex;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    justify-content: space-between;
    list-style: none;
    padding: 24px 28px;
    position: relative;
}

.landing-aides__faq summary::-webkit-details-marker {
    display: none;
}

.landing-aides__faq summary::before {
    background: var(--article-link);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    width: 4px;
}

.landing-aides__faq details[open] summary::before {
    transform: scaleY(1);
}

.landing-aides__faq summary::after {
    background-color: currentColor;
    color: var(--article-copy-muted);
    content: "";
    display: block;
    flex: 0 0 24px;
    height: 24px;
    margin-left: 18px;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 24px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-aides__faq details[open] summary {
    color: var(--article-link);
}

.landing-aides__faq details[open] summary::after {
    color: #fff;
    transform: rotate(90deg);
}

.landing-aides__faq p {
    border-top: 1px solid var(--article-border);
    margin: 0;
    padding: 24px 28px;
}

.landing-aides__final {
    align-items: end;
    background: var(--article-hero-bg);
    border-radius: 12px;
    color: var(--article-hero-text);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    overflow: hidden;
    padding: 0;
}

.landing-aides__final > div {
    padding: 30px;
}

.landing-aides__final > img {
    align-self: end;
    justify-self: start;
    width: 100%;
}

.landing-aides__final h2,
.landing-aides__final p {
    color: var(--article-hero-text);
}

.landing-aides__final p:last-child {
    color: var(--article-hero-muted);
}

html.dark-mode .landing-aides p,
html.dark-mode .landing-aides li,
html.dark-mode .landing-aides__mini-card span,
html.dark-mode .landing-aides__heading h2,
html.dark-mode .landing-aides__feature h2,
html.dark-mode .landing-aides__card h2,
html.dark-mode .landing-aides__card h3,
html.dark-mode .landing-aides__info-card h3,
html.dark-mode .landing-aides__faq summary {
    color: #fff;
}

html.dark-mode .landing-aides__hero p {
    color: var(--article-hero-muted);
}

html.dark-mode .landing-aides__hero {
    background: #216E66;
}

html.dark-mode .landing-aides__hero .landing-aides__button--primary {
    background: #FFFFFF;
    color: #216E66;
}

html.dark-mode .landing-aides__hero .landing-aides__button--primary:hover {
    background: #FFFFFF;
    color: #216E66;
}

html.dark-mode .landing-aides__section--deep .landing-aides__heading h2,
html.dark-mode .landing-aides__section--deep .landing-aides__heading p,
html.dark-mode .landing-aides__final h2,
html.dark-mode .landing-aides__final p {
    color: var(--article-hero-text);
}

html.dark-mode .landing-aides__final {
    background: #216E66;
}

html.dark-mode .landing-aides__final .landing-aides__button--primary {
    background: #FFFFFF;
    color: #216E66;
}

html.dark-mode .landing-aides__final .landing-aides__button--primary:hover {
    background: #FFFFFF;
    color: #216E66;
}

html.dark-mode .landing-aides__subtitle {
    color: var(--article-hero-text);
}

@media (max-width: 900px) {
    .landing-aides__hero-inner,
    .landing-aides__card,
    .landing-aides__card--reverse,
    .landing-aides__feature,
    .landing-aides__feature--reverse,
    .landing-aides__simple-feature,
    .landing-aides__info-grid,
    .landing-aides__info-grid--two,
    .landing-aides__mini-cards,
    .landing-aides__final {
        grid-template-columns: 1fr;
    }

    .landing-aides__card {
        padding: 0;
    }

    .landing-aides__card > div:not(.landing-aides__card-visual),
    .landing-aides__card--reverse > div:not(.landing-aides__card-visual),
    .landing-aides__final > div {
        order: 1;
        padding: 26px 22px 0;
    }

    .landing-aides__eco-card-heading,
    .landing-aides__eco-cards .landing-aides__card > div:not(.landing-aides__card-visual):not(.landing-aides__eco-card-heading),
    .landing-aides__eco-cards .landing-aides__card--reverse > div:not(.landing-aides__card-visual):not(.landing-aides__eco-card-heading) {
        padding: 26px 22px 0;
    }

    .landing-aides__card-visual,
    .landing-aides__final > img {
        order: 2;
    }

    .landing-aides__actions,
    .landing-aides__button {
        width: 100%;
    }
}
