/**
 * Experiencias Logali + Proceso formativo SAP.
 * Todo queda acotado a `.lae-page` para no modificar WooCommerce ni el tema.
 */

.lae-page {
    --lae-navy: #172653;
    --lae-navy-dark: #0f1b3d;
    --lae-gold: #ffc250;
    --lae-ink: #18213a;
    --lae-muted: #5f6b7e;
    --lae-soft: #f4f7fb;
    --lae-border: #dce3ef;
    --lae-white: #fff;
    background: var(--lae-white);
    color: var(--lae-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    overflow: hidden;
}

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

.lae-page h1,
.lae-page h2,
.lae-page h3,
.lae-page p,
.lae-page blockquote,
.lae-page figure {
    margin-top: 0;
}

.lae-page h1,
.lae-page h2,
.lae-page h3 {
    color: inherit;
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

.lae-page h1 {
    font-size: clamp(2.45rem, 5vw, 4.8rem);
    margin-bottom: 24px;
}

.lae-page h2 {
    font-size: clamp(2rem, 3.7vw, 3.35rem);
    margin-bottom: 18px;
}

.lae-page h3 {
    font-size: 1.35rem;
    margin-bottom: 12px;
}

.lae-page p {
    margin-bottom: 20px;
}

.lae-shell {
    margin: 0 auto;
    max-width: 1220px;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
}

.lae-hero {
    background:
        radial-gradient(circle at 78% 13%, rgba(255, 194, 80, 0.18), transparent 27%),
        linear-gradient(135deg, var(--lae-navy-dark), var(--lae-navy));
    color: var(--lae-white);
    padding: clamp(72px, 9vw, 126px) 0;
    position: relative;
}

.lae-hero::after {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
    height: 480px;
    pointer-events: none;
    position: absolute;
    right: -180px;
    top: -210px;
    width: 480px;
}

.lae-hero-grid,
.lae-process-hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(42px, 6vw, 84px);
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
    position: relative;
    z-index: 1;
}

.lae-hero-copy {
    max-width: 720px;
}

.lae-eyebrow {
    align-items: center;
    color: #526383;
    display: flex;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.12em;
    margin-bottom: 18px !important;
    text-transform: uppercase;
}

.lae-eyebrow::before {
    background: var(--lae-gold);
    content: "";
    height: 3px;
    width: 34px;
}

.lae-hero .lae-eyebrow {
    color: var(--lae-gold);
}

.lae-lead {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.06rem, 1.5vw, 1.26rem);
    max-width: 680px;
}

.lae-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.lae-btn {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 10px;
    display: inline-flex;
    font-size: 0.97rem;
    font-weight: 750;
    justify-content: center;
    min-height: 52px;
    padding: 13px 22px;
    text-decoration: none !important;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.lae-btn:hover {
    transform: translateY(-2px);
}

.lae-btn-primary {
    background: var(--lae-gold);
    color: #142046 !important;
    box-shadow: 0 12px 28px rgba(255, 194, 80, 0.2);
}

.lae-btn-primary:hover {
    background: #ffd074;
    box-shadow: 0 16px 32px rgba(255, 194, 80, 0.28);
}

.lae-btn-secondary {
    border-color: rgba(255, 255, 255, 0.48);
    color: var(--lae-white) !important;
}

.lae-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--lae-white);
}

.lae-btn-secondary-dark {
    border-color: #9aa8c1;
    color: var(--lae-navy) !important;
}

.lae-btn-secondary-dark:hover {
    background: var(--lae-white);
    border-color: var(--lae-navy);
}

.lae-btn-link {
    color: var(--lae-navy) !important;
    padding-left: 8px;
    padding-right: 8px;
}

.lae-proof-note {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    margin: 24px 0 0 !important;
}

.lae-proof-note span {
    color: var(--lae-gold);
    font-weight: 800;
}

.lae-hero-media {
    border-radius: 26px;
    box-shadow: 0 32px 70px rgba(3, 10, 29, 0.36);
    min-height: 460px;
    overflow: hidden;
    position: relative;
}

.lae-hero-media::before {
    background: linear-gradient(180deg, transparent 45%, rgba(15, 27, 61, 0.92));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.lae-hero-media img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.lae-hero-media figcaption {
    bottom: 0;
    display: grid;
    gap: 3px;
    left: 0;
    padding: 32px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.lae-hero-media figcaption strong {
    font-size: 1.22rem;
}

.lae-hero-media figcaption span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

.lae-metrics {
    background: var(--lae-white);
    border-bottom: 1px solid var(--lae-border);
}

.lae-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lae-metrics article {
    border-right: 1px solid var(--lae-border);
    display: grid;
    gap: 2px;
    padding: 32px 28px;
}

.lae-metrics article:first-child {
    border-left: 1px solid var(--lae-border);
}

.lae-metrics strong {
    color: var(--lae-navy);
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    line-height: 1;
}

.lae-metrics strong small {
    font-size: 0.48em;
}

.lae-metrics span {
    color: var(--lae-muted);
    font-size: 0.88rem;
}

.lae-section {
    padding: clamp(76px, 9vw, 120px) 0;
}

.lae-soft-section {
    background: var(--lae-soft);
}

.lae-section-heading {
    margin: 0 auto clamp(42px, 5vw, 64px);
    max-width: 800px;
    text-align: center;
}

.lae-section-heading .lae-eyebrow {
    justify-content: center;
}

.lae-section-heading > p:last-child {
    color: var(--lae-muted);
    font-size: 1.05rem;
}

.lae-section-heading-left {
    margin-left: 0;
    text-align: left;
}

.lae-section-heading-left .lae-eyebrow {
    justify-content: flex-start;
}

.lae-video-stories {
    background: var(--lae-soft);
}

.lae-video-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lae-video-card {
    background: var(--lae-white);
    border: 1px solid var(--lae-border);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15, 27, 61, 0.07);
    overflow: hidden;
}

.lae-video-card[hidden] {
    display: none;
}

.lae-video-frame {
    aspect-ratio: 9 / 16;
    background: linear-gradient(150deg, var(--lae-navy-dark), #2d427d);
    overflow: hidden;
    position: relative;
}

.lae-video-frame iframe {
    border: 0;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.lae-video-placeholder {
    align-items: center;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 194, 80, 0.18), transparent 27%),
        linear-gradient(150deg, var(--lae-navy-dark), #2d427d);
    color: var(--lae-white);
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: absolute;
}

.lae-video-placeholder::after {
    background: linear-gradient(180deg, rgba(15, 27, 61, 0.08), rgba(15, 27, 61, 0.72));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.lae-video-placeholder > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.lae-video-sequence,
.lae-video-kind {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}

.lae-video-sequence {
    left: 22px;
    top: 20px;
}

.lae-video-kind {
    bottom: 20px;
    color: rgba(255, 255, 255, 0.76);
    left: 22px;
}

.lae-video-play {
    align-items: center;
    background: var(--lae-gold);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 14px 34px rgba(3, 10, 29, 0.35);
    color: var(--lae-navy);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    height: 72px;
    justify-content: center;
    padding: 0;
    text-decoration: none !important;
    transition: transform 160ms ease, box-shadow 160ms ease;
    width: 72px;
    z-index: 2;
}

.lae-video-play span {
    margin-left: 4px;
}

.lae-video-play:hover {
    box-shadow: 0 18px 38px rgba(3, 10, 29, 0.45);
    transform: scale(1.06);
}

.lae-video-play:focus-visible {
    outline: 4px solid var(--lae-white);
    outline-offset: 4px;
}

.lae-video-card footer {
    padding: 20px 20px 22px;
}

.lae-video-card footer h3 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.lae-video-format {
    color: var(--lae-muted);
    display: block;
    font-size: 0.76rem;
    margin: -2px 0 9px;
}

.lae-video-card footer a {
    color: var(--lae-navy);
    font-size: 0.82rem;
    font-weight: 750;
    text-underline-offset: 4px;
}

.lae-video-privacy {
    color: var(--lae-muted);
    font-size: 0.82rem;
    margin: 24px auto 0 !important;
    max-width: 720px;
    text-align: center;
}

.lae-trustpilot {
    background:
        radial-gradient(circle at 100% 0, rgba(0, 182, 122, 0.1), transparent 30%),
        #f7fffb;
}

.lae-trustpilot-header {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: 190px minmax(0, 1fr) auto;
    margin-bottom: 34px;
}

.lae-trustpilot-header h2 {
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
}

.lae-trustpilot-header > div:nth-child(2) > p:last-child {
    color: var(--lae-muted);
    margin-bottom: 0;
    max-width: 680px;
}

.lae-trustpilot-score {
    align-items: center;
    background: var(--lae-white);
    border: 1px solid rgba(0, 182, 122, 0.25);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 27, 61, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 170px;
    padding: 22px;
    text-align: center;
}

.lae-trustpilot-score > span {
    color: #172b24;
    font-weight: 850;
}

.lae-trustpilot-score > span b,
.lae-trustpilot-stars {
    color: #008f62;
}

.lae-trustpilot-score > strong {
    color: var(--lae-navy);
    font-size: 2.7rem;
    line-height: 1;
    margin: 12px 0 7px;
}

.lae-trustpilot-score > strong small {
    color: var(--lae-muted);
    font-size: 0.45em;
}

.lae-trustpilot-score > small {
    color: var(--lae-muted);
    font-size: 0.7rem;
    font-weight: 750;
    text-transform: uppercase;
}

.lae-trustpilot-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lae-trustpilot-grid > a {
    background: var(--lae-white);
    border: 1px solid rgba(0, 182, 122, 0.22);
    border-radius: 18px;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 28px;
    text-decoration: none !important;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.lae-trustpilot-grid > a:hover {
    border-color: rgba(0, 143, 98, 0.6);
    box-shadow: 0 15px 32px rgba(15, 27, 61, 0.09);
    transform: translateY(-3px);
}

.lae-trustpilot-stars {
    font-size: 1.08rem;
    letter-spacing: 0.08em;
}

.lae-trustpilot-grid blockquote {
    color: #293552;
    flex: 1;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.65;
    margin: 20px 0 26px;
    padding: 0;
}

.lae-trustpilot-grid footer {
    display: grid;
}

.lae-trustpilot-grid footer small {
    color: var(--lae-muted);
    font-size: 0.75rem;
}

.lae-trustpilot-grid em {
    color: #007a52;
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 800;
    margin-top: 16px;
}

.lae-trustpilot-note {
    color: var(--lae-muted);
    font-size: 0.76rem;
    margin: 20px 0 0 !important;
    text-align: center;
}

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

.lae-review-card {
    background: var(--lae-white);
    border: 1px solid var(--lae-border);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 27, 61, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 310px;
    padding: 30px;
}

.lae-stars {
    color: #d88900;
    font-size: 1.08rem;
    letter-spacing: 0.08em;
}

.lae-review-card blockquote {
    color: #293552;
    flex: 1;
    font-size: 1.02rem;
    font-style: normal;
    line-height: 1.65;
    margin: 22px 0 28px;
    padding: 0;
}

.lae-review-card footer {
    align-items: center;
    display: flex;
    gap: 12px;
}

.lae-review-card footer > span:last-child {
    display: grid;
}

.lae-review-card footer small {
    color: var(--lae-muted);
    font-size: 0.8rem;
    line-height: 1.4;
}

.lae-avatar {
    align-items: center;
    background: var(--lae-navy);
    border-radius: 50%;
    color: var(--lae-white);
    display: inline-flex;
    flex: 0 0 42px;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    text-transform: uppercase;
}

.lae-empty-state {
    background: var(--lae-soft);
    border: 1px solid var(--lae-border);
    border-radius: 18px;
    margin: 0 auto;
    max-width: 720px;
    padding: 38px;
    text-align: center;
}

.lae-feature-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lae-feature-grid article {
    background: var(--lae-white);
    border: 1px solid var(--lae-border);
    border-radius: 18px;
    padding: 32px;
}

.lae-feature-grid article p:last-child {
    color: var(--lae-muted);
    margin-bottom: 0;
}

.lae-feature-number {
    color: #a37212;
    display: block;
    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    margin-bottom: 28px;
}

.lae-next-step {
    background: var(--lae-gold);
    padding-bottom: 74px;
    padding-top: 74px;
}

.lae-next-grid {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.lae-next-grid h2 {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.lae-next-grid p:last-child {
    margin-bottom: 0;
    max-width: 720px;
}

.lae-next-step .lae-btn-primary {
    background: var(--lae-navy);
    color: var(--lae-white) !important;
}

.lae-next-step .lae-actions {
    align-items: flex-end;
    flex-direction: column;
    margin-top: 0;
}

.lae-path-preview {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    padding: 14px 30px;
}

.lae-path-preview article {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    display: flex;
    gap: 18px;
    padding: 21px 0;
}

.lae-path-preview article:last-child {
    border-bottom: 0;
}

.lae-path-preview article > span {
    align-items: center;
    background: var(--lae-gold);
    border-radius: 50%;
    color: var(--lae-navy);
    display: inline-flex;
    flex: 0 0 42px;
    font-weight: 850;
    height: 42px;
    justify-content: center;
}

.lae-path-preview article > div {
    display: grid;
}

.lae-path-preview small {
    color: rgba(255, 255, 255, 0.68);
}

.lae-anchor-nav {
    background: var(--lae-white);
    border-bottom: 1px solid var(--lae-border);
    box-shadow: 0 6px 20px rgba(15, 27, 61, 0.04);
}

.lae-anchor-nav .lae-shell {
    display: flex;
    gap: 34px;
    overflow-x: auto;
}

.lae-anchor-nav a {
    border-bottom: 3px solid transparent;
    color: var(--lae-navy);
    flex: 0 0 auto;
    font-size: 0.9rem;
    font-weight: 750;
    padding: 20px 0 17px;
    text-decoration: none;
}

.lae-anchor-nav a:hover {
    border-bottom-color: var(--lae-gold);
}

.lae-journey-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lae-journey-list li {
    display: grid;
    gap: 34px;
    grid-template-columns: 72px minmax(0, 1fr);
    margin: 0 auto;
    max-width: 920px;
    padding: 0 0 48px;
    position: relative;
}

.lae-journey-list li::before {
    background: var(--lae-border);
    content: "";
    left: 35px;
    position: absolute;
    top: 68px;
    bottom: 0;
    width: 2px;
}

.lae-journey-list li:last-child {
    padding-bottom: 0;
}

.lae-journey-list li:last-child::before {
    display: none;
}

.lae-journey-number {
    align-items: center;
    background: var(--lae-navy);
    border: 6px solid #e8edf5;
    border-radius: 50%;
    color: var(--lae-white);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 850;
    height: 72px;
    justify-content: center;
    position: relative;
    width: 72px;
    z-index: 1;
}

.lae-journey-list li > div {
    background: var(--lae-white);
    border: 1px solid var(--lae-border);
    border-radius: 16px;
    padding: 26px 30px;
}

.lae-journey-list li > div p:last-child {
    color: var(--lae-muted);
    margin-bottom: 0;
}

.lae-stage {
    color: #976b10;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    margin-bottom: 8px !important;
    text-transform: uppercase;
}

.lae-route-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lae-route-card {
    border-radius: 22px;
    color: var(--lae-white);
    min-height: 470px;
    overflow: hidden;
    padding: clamp(34px, 5vw, 54px);
    position: relative;
}

.lae-route-card::after {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
    height: 280px;
    position: absolute;
    right: -110px;
    top: -130px;
    width: 280px;
}

.lae-route-cloud {
    background: linear-gradient(145deg, #0a7187, #04a0bd);
}

.lae-route-premise {
    background: linear-gradient(145deg, var(--lae-navy-dark), var(--lae-navy));
}

.lae-route-label {
    color: var(--lae-gold);
    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lae-route-card h3 {
    font-size: clamp(1.6rem, 2.7vw, 2.25rem);
    max-width: 520px;
}

.lae-route-card p:not(.lae-route-label),
.lae-route-card li {
    color: rgba(255, 255, 255, 0.82);
}

.lae-route-card ul {
    display: grid;
    gap: 9px;
    margin: 26px 0 30px;
    padding-left: 22px;
}

.lae-route-card a {
    color: var(--lae-white) !important;
    font-weight: 800;
    text-decoration-color: rgba(255, 255, 255, 0.45);
    text-underline-offset: 5px;
}

.lae-modality-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lae-modality-grid article {
    border: 1px solid var(--lae-border);
    border-radius: 18px;
    padding: 34px;
}

.lae-modality-grid article p:last-child {
    color: var(--lae-muted);
    margin-bottom: 0;
}

.lae-modality-icon {
    align-items: center;
    background: var(--lae-soft);
    border-radius: 12px;
    color: var(--lae-navy);
    display: inline-flex;
    font-weight: 850;
    height: 48px;
    justify-content: center;
    margin-bottom: 26px;
    width: 48px;
}

.lae-tag {
    color: #976b10;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    margin-bottom: 8px !important;
    text-transform: uppercase;
}

.lae-centered-action {
    margin-top: 42px;
    text-align: center;
}

.lae-faq {
    background: var(--lae-soft);
}

.lae-faq-layout {
    align-items: start;
    display: grid;
    gap: clamp(40px, 7vw, 86px);
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.lae-faq-layout .lae-section-heading {
    margin-bottom: 0;
}

.lae-faq-list {
    display: grid;
    gap: 12px;
}

.lae-faq details {
    background: var(--lae-white);
    border: 1px solid var(--lae-border);
    border-radius: 14px;
    overflow: hidden;
}

.lae-faq summary {
    align-items: center;
    color: var(--lae-navy);
    cursor: pointer;
    display: flex;
    font-weight: 750;
    gap: 20px;
    justify-content: space-between;
    list-style: none;
    padding: 22px 24px;
}

.lae-faq summary::-webkit-details-marker {
    display: none;
}

.lae-faq summary span {
    font-size: 1.4rem;
    transition: transform 160ms ease;
}

.lae-faq details[open] summary span {
    transform: rotate(45deg);
}

.lae-faq details > p {
    color: var(--lae-muted);
    margin: 0;
    padding: 0 24px 24px;
}

@media (max-width: 960px) {
    .lae-hero-grid,
    .lae-process-hero-grid,
    .lae-next-grid,
    .lae-faq-layout,
    .lae-trustpilot-header {
        grid-template-columns: 1fr;
    }

    .lae-hero-media {
        min-height: 410px;
    }

    .lae-review-grid,
    .lae-feature-grid,
    .lae-modality-grid,
    .lae-video-grid,
    .lae-trustpilot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lae-next-step .lae-actions {
        align-items: flex-start;
    }
}

@media (max-width: 680px) {
    .lae-page {
        font-size: 16px;
    }

    .lae-shell {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lae-hero {
        padding-bottom: 70px;
        padding-top: 66px;
    }

    .lae-hero-grid,
    .lae-process-hero-grid {
        gap: 40px;
    }

    .lae-actions,
    .lae-actions .lae-btn {
        width: 100%;
    }

    .lae-hero-media {
        border-radius: 18px;
        min-height: 310px;
    }

    .lae-hero-media figcaption {
        padding: 24px;
    }

    .lae-metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lae-metrics article {
        border-bottom: 1px solid var(--lae-border);
        padding: 24px 20px;
    }

    .lae-review-grid,
    .lae-feature-grid,
    .lae-route-grid,
    .lae-modality-grid,
    .lae-trustpilot-grid {
        grid-template-columns: 1fr;
    }

    .lae-trustpilot-header {
        gap: 24px;
    }

    .lae-trustpilot-score {
        min-height: 0;
    }

    .lae-trustpilot-header > .lae-btn {
        width: 100%;
    }

    .lae-trustpilot-grid > a {
        min-height: 0;
        padding: 24px;
    }

    .lae-video-grid {
        gap: 12px;
    }

    .lae-video-card {
        border-radius: 13px;
    }

    .lae-video-play {
        height: 58px;
        width: 58px;
    }

    .lae-video-sequence,
    .lae-video-kind {
        font-size: 0.64rem;
    }

    .lae-video-sequence {
        left: 15px;
        top: 14px;
    }

    .lae-video-kind {
        bottom: 14px;
        left: 15px;
    }

    .lae-video-card footer {
        padding: 14px 14px 17px;
    }

    .lae-video-card footer h3 {
        font-size: 0.88rem;
    }

    .lae-review-card {
        min-height: 0;
        padding: 25px;
    }

    .lae-path-preview {
        padding-left: 22px;
        padding-right: 22px;
    }

    .lae-anchor-nav .lae-shell {
        gap: 24px;
    }

    .lae-journey-list li {
        gap: 18px;
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .lae-journey-number {
        border-width: 4px;
        height: 52px;
        width: 52px;
    }

    .lae-journey-list li::before {
        left: 25px;
        top: 50px;
    }

    .lae-journey-list li > div {
        padding: 22px;
    }

    .lae-route-card {
        min-height: 0;
        padding: 32px 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lae-page *,
    .lae-page *::before,
    .lae-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
