.ideas-lp.ideas-methodology-lp {
    --ideas-method-card-shadow: 0 18px 45px rgba(16, 32, 51, 0.12);
    --ideas-method-card-shadow-strong: 0 24px 62px rgba(16, 32, 51, 0.16);
    --ideas-method-dark-shadow: 0 24px 66px rgba(0, 0, 0, 0.28);
    --ideas-method-light-glow: 0 18px 45px rgba(255, 255, 255, 0.1), 0 18px 50px rgba(96, 186, 236, 0.14);

    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
    background: #f7fbff;
}

body:has(.ideas-methodology-lp) .et_post_meta_wrapper,
body:has(.ideas-methodology-lp) .entry-title,
body:has(.ideas-methodology-lp) .post-meta {
    display: none;
}

body:has(.ideas-methodology-lp) #left-area,
body:has(.ideas-methodology-lp) .et_pb_post,
body:has(.ideas-methodology-lp) .entry-content {
    padding-top: 0;
    margin-top: 0;
}

body:has(.ideas-methodology-lp) #main-content,
body:has(.ideas-methodology-lp) #main-content .container,
body:has(.ideas-methodology-lp) #content-area,
body:has(.ideas-methodology-lp) article.page,
body:has(.ideas-methodology-lp) .et-l--post,
body:has(.ideas-methodology-lp) .et_builder_inner_content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body:has(.ideas-methodology-lp) #main-content .container::before {
    display: none;
}

body:has(.ideas-methodology-lp) .entry-content > h1:first-child,
body:has(.ideas-methodology-lp) .entry-content > h2:first-child,
body:has(.ideas-methodology-lp) .entry-content > h3:first-child,
body:has(.ideas-methodology-lp) .entry-content > .ideas-preview-title:first-child,
body:has(.ideas-methodology-lp) .entry-content > :not(.ideas-methodology-lp):empty {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ideas-methodology-lp .ideas-section {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: 20px;
    padding-left: 20px;
}

.ideas-methodology-lp .ideas-parallax-bg {
    --ideas-parallax-y: 0px;
    background-position: center calc(50% + var(--ideas-parallax-y));
}

.ideas-methodology-lp .ideas-preview-kicker {
    color: #126fb0;
}

.ideas-methodology-lp .ideas-section-heading {
    max-width: 820px;
    margin-inline: auto;
}

.ideas-methodology-lp .ideas-section-heading p {
    max-width: 760px;
    margin: 12px auto 0;
}

.ideas-methodology-lp .ideas-btn,
.ideas-methodology-lp article,
.ideas-methodology-lp .ideas-panel,
.ideas-methodology-lp .ideas-method-question-card,
.ideas-methodology-lp .ideas-method-final__banner,
.ideas-methodology-lp .ideas-method-growth-route span,
.ideas-methodology-lp .ideas-method-receive__cards span,
.ideas-methodology-lp .ideas-method-needs__cards span {
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background 220ms ease;
}

.ideas-methodology-lp .ideas-btn {
    box-shadow: 0 12px 26px rgba(16, 32, 51, 0.14), var(--ideas-shadow-inset);
}

.ideas-methodology-lp article:hover,
.ideas-methodology-lp .ideas-method-question-card:hover,
.ideas-methodology-lp .ideas-method-growth-route span:hover,
.ideas-methodology-lp .ideas-method-receive__cards span:hover,
.ideas-methodology-lp .ideas-method-needs__cards span:hover {
    transform: translateY(-4px);
    box-shadow: var(--ideas-method-card-shadow-strong), var(--ideas-shadow-inset);
}

.ideas-methodology-lp .ideas-method-hero {
    padding-top: 86px;
    padding-bottom: 38px;
    background:
        linear-gradient(90deg, rgba(247, 251, 255, 0.94), rgba(247, 251, 255, 0.62)),
        url("../images/wallpaper-bg-light-digital-icons.png") center / cover no-repeat;
}

.ideas-method-hero__grid,
.ideas-method-process__grid,
.ideas-method-needs__grid,
.ideas-method-receive__grid,
.ideas-method-timeline__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
    gap: 34px;
    align-items: center;
}

.ideas-method-hero__content,
.ideas-method-section-title,
.ideas-method-final__action {
    display: grid;
    gap: 16px;
}

.ideas-method-hero h1 {
    max-width: 660px;
    font-size: 52px;
    line-height: 60px;
}

.ideas-method-hero p {
    max-width: 620px;
    font-size: 18px;
    line-height: 30px;
}

.ideas-method-actions,
.ideas-method-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.ideas-method-badges {
    margin-top: 10px;
}

.ideas-method-badges span,
.ideas-method-hero-path span,
.ideas-method-needs__cards span,
.ideas-method-receive__cards span {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 14px 9px 34px;
    border: 1px solid rgba(96, 186, 236, 0.28);
    border-radius: var(--ideas-radius-pill);
    background: rgba(255, 255, 255, 0.82);
    color: var(--ideas-text);
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    box-shadow: var(--ideas-shadow-soft), var(--ideas-shadow-inset);
}

.ideas-method-badges span::before,
.ideas-method-hero-path span::before,
.ideas-method-needs__cards span::before {
    content: "";
    position: absolute;
    left: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ideas-primary);
}

.ideas-method-hero small {
    color: var(--ideas-text-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
}

.ideas-method-hero__visual {
    position: relative;
    justify-self: end;
    width: min(680px, 100%);
}

.ideas-method-hero__visual img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 28px 55px rgba(16, 32, 51, 0.18));
}

.ideas-method-hero-path {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: -16px;
    padding: 0 18px 12px;
}

.ideas-method-hero-path span {
    min-height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
}

.ideas-method-process {
    padding-top: 78px;
    padding-bottom: 78px;
    background: #ffffff;
}

.ideas-method-compare-wrap {
    display: grid;
    gap: 18px;
}

.ideas-method-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ideas-method-compare__card,
.ideas-method-principles__grid article,
.ideas-method-workflow__grid article,
.ideas-method-audience__grid article,
.ideas-method-timeline__cards article {
    padding: 24px;
    border: 1px solid rgba(96, 186, 236, 0.18);
    border-radius: var(--ideas-radius-lg);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--ideas-method-card-shadow), var(--ideas-shadow-inset);
}

.ideas-method-compare__card--active {
    border-color: rgba(96, 186, 236, 0.46);
    background: linear-gradient(145deg, #ffffff, #eaf7ff);
}

.ideas-method-compare__card h3 {
    font-size: 22px;
    line-height: 28px;
}

.ideas-method-compare__card ul {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.ideas-method-compare__card li {
    position: relative;
    padding-left: 22px;
    color: var(--ideas-text-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
}

.ideas-method-compare__card li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9aa8b7;
}

.ideas-method-compare__card--active li::before {
    background: var(--ideas-primary);
}

.ideas-method-compare-wrap img,
.ideas-method-icons-strip,
.ideas-method-roadmap-img,
.ideas-method-solution-img,
.ideas-method-timeline__grid > img {
    width: min(620px, 100%);
    margin-inline: auto;
    border-radius: var(--ideas-radius-lg);
    filter: drop-shadow(0 18px 36px rgba(16, 32, 51, 0.12));
}

.ideas-method-principles,
.ideas-method-needs,
.ideas-method-timeline,
.ideas-method-faq {
    background:
        linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(255, 255, 255, 0.92)),
        url("../images/wallpaper-bg-light-digital-icons.png") center / cover no-repeat;
}

.ideas-method-principles__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.ideas-method-principles__grid article {
    display: grid;
    gap: 12px;
    align-content: start;
    min-height: 250px;
}

.ideas-method-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(96, 186, 236, 0.34);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(96, 186, 236, 0.14), rgba(255, 255, 255, 0.82));
    color: #178bd1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 22px rgba(16, 32, 51, 0.08);
}

.ideas-method-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ideas-method-principles__grid article > span:not(.ideas-method-icon) {
    color: var(--ideas-primary-deep);
    font-size: 12px;
    font-weight: 900;
}

.ideas-method-principles__grid h3,
.ideas-method-audience__grid h3,
.ideas-method-workflow__grid h3,
.ideas-method-timeline__cards h3 {
    font-size: 18px;
    line-height: 24px;
}

.ideas-method-principles__grid p,
.ideas-method-audience__grid p,
.ideas-method-workflow__grid p {
    font-size: 14px;
    line-height: 22px;
}

.ideas-method-icons-strip {
    opacity: 0.94;
}

.ideas-method-workflow,
.ideas-method-solution,
.ideas-method-final {
    color: var(--ideas-surface);
    background:
        linear-gradient(90deg, rgba(7, 22, 40, 0.94), rgba(8, 32, 56, 0.88)),
        url("../images/wallpaper-bg-dark-digital-lines.png") center / cover no-repeat;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.ideas-method-workflow .ideas-section-heading h2,
.ideas-method-workflow .ideas-section-heading p,
.ideas-method-solution .ideas-section-heading h2,
.ideas-method-solution .ideas-section-heading p {
    color: var(--ideas-surface);
}

.ideas-method-workflow .ideas-preview-kicker,
.ideas-method-solution .ideas-preview-kicker {
    color: #8bd6ff;
}

.ideas-method-workflow__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ideas-method-workflow__grid::before {
    content: "";
    position: absolute;
    top: 42px;
    right: 8%;
    left: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(96, 186, 236, 0.64), transparent);
}

.ideas-method-workflow__grid article {
    position: relative;
    display: grid;
    gap: 12px;
    min-height: 250px;
    color: var(--ideas-text);
    background: rgba(255, 255, 255, 0.96);
    z-index: 1;
}

.ideas-method-workflow__grid article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(96, 186, 236, 0.38);
    border-radius: 18px;
    background: linear-gradient(145deg, #60baec, #e7f7ff);
    color: #082038;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(96, 186, 236, 0.22);
}

.ideas-method-roadmap-img,
.ideas-method-solution-img {
    opacity: 0.88;
    filter: drop-shadow(0 20px 48px rgba(0, 0, 0, 0.28));
}

.ideas-method-needs__grid {
    align-items: center;
}

.ideas-method-section-title strong,
.ideas-method-growth .ideas-section-heading strong {
    display: block;
    width: fit-content;
    max-width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(96, 186, 236, 0.28);
    border-radius: var(--ideas-radius-md);
    background: rgba(96, 186, 236, 0.12);
    color: var(--ideas-text);
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
}

.ideas-method-growth .ideas-section-heading strong {
    margin: 16px auto 0;
}

.ideas-method-needs__panel {
    display: grid;
    gap: 20px;
}

.ideas-method-needs__cards,
.ideas-method-receive__cards,
.ideas-method-timeline__cards,
.ideas-method-audience__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ideas-method-needs__panel img {
    width: min(600px, 100%);
    margin-inline: auto;
    filter: drop-shadow(0 24px 50px rgba(16, 32, 51, 0.16));
}

.ideas-method-receive {
    background: #ffffff;
}

.ideas-method-receive__grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.ideas-method-receive__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ideas-method-receive__cards span {
    min-height: 112px;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 18px;
    border-radius: var(--ideas-radius-lg);
    text-transform: capitalize;
}

.ideas-method-receive__cards em {
    color: var(--ideas-primary-deep);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.ideas-method-solution-map {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.ideas-method-solution-map::before {
    content: "";
    position: absolute;
    inset: 14%;
    border: 1px solid rgba(96, 186, 236, 0.22);
    border-radius: 999px;
    pointer-events: none;
}

.ideas-method-solution-map__center,
.ideas-method-solution-map article {
    position: relative;
    z-index: 1;
}

.ideas-method-solution-map__center {
    display: grid;
    place-items: center;
    min-height: 156px;
    padding: 24px;
    border: 1px solid rgba(96, 186, 236, 0.52);
    border-radius: var(--ideas-radius-lg);
    background: linear-gradient(145deg, rgba(96, 186, 236, 0.22), rgba(255, 255, 255, 0.1));
    color: var(--ideas-surface);
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    box-shadow: var(--ideas-method-dark-shadow);
}

.ideas-method-solution-map article {
    display: grid;
    gap: 10px;
    min-height: 156px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--ideas-radius-lg);
    background: rgba(255, 255, 255, 0.94);
    color: var(--ideas-text);
    box-shadow: var(--ideas-method-light-glow), var(--ideas-shadow-inset);
}

.ideas-method-solution-map h3 {
    font-size: 19px;
    line-height: 25px;
}

.ideas-method-solution-map p {
    font-size: 14px;
    line-height: 22px;
}

.ideas-method-growth {
    background: linear-gradient(180deg, #ffffff, #eef7ff);
}

.ideas-method-growth-route {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.ideas-method-growth-route span {
    position: relative;
    display: grid;
    min-height: 112px;
    place-items: center;
    padding: 18px 14px;
    border: 1px solid rgba(96, 186, 236, 0.28);
    border-radius: var(--ideas-radius-lg);
    background: rgba(255, 255, 255, 0.92);
    color: var(--ideas-text);
    font-size: 13px;
    font-weight: 900;
    line-height: 19px;
    text-align: center;
    box-shadow: var(--ideas-method-card-shadow), var(--ideas-shadow-inset);
}

.ideas-method-growth-route span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 12px;
    height: 2px;
    background: rgba(96, 186, 236, 0.56);
}

.ideas-method-timeline__grid {
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
}

.ideas-method-timeline__grid > img {
    grid-column: 1 / -1;
    opacity: 0.92;
}

.ideas-method-timeline small {
    display: block;
    color: var(--ideas-text-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
}

.ideas-method-timeline__cards article {
    min-height: 132px;
}

.ideas-method-timeline__cards p {
    margin-top: 8px;
    color: var(--ideas-primary-deep);
    font-size: 15px;
    font-weight: 900;
}

.ideas-method-audience {
    background: #ffffff;
}

.ideas-method-audience__grid article {
    display: grid;
    gap: 12px;
    min-height: 210px;
    padding: 24px;
    border: 1px solid rgba(96, 186, 236, 0.18);
    border-radius: var(--ideas-radius-lg);
    background: linear-gradient(145deg, #ffffff, #f1f9ff);
    box-shadow: var(--ideas-method-card-shadow), var(--ideas-shadow-inset);
}

.ideas-method-faq__layout {
    display: grid;
    gap: 34px;
}

.ideas-method-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
    gap: 22px;
    align-items: start;
}

.ideas-method-faq .ideas-faq-list {
    max-width: none;
    box-shadow: var(--ideas-method-card-shadow), var(--ideas-shadow-inset);
}

.ideas-methodology-lp .ideas-faq-item > span {
    flex: 1;
    min-width: 0;
}

.ideas-methodology-lp .ideas-faq-item em {
    transition: max-height 260ms cubic-bezier(0.22, 1, 0.36, 1), margin-top 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
    opacity: 0;
    overflow-wrap: anywhere;
}

.ideas-methodology-lp .ideas-faq-item.is-open em {
    max-height: 320px;
    opacity: 1;
}

.ideas-methodology-lp .ideas-faq-item:focus-visible {
    outline: 2px solid rgba(96, 186, 236, 0.72);
    outline-offset: -2px;
}

.ideas-methodology-lp .ideas-faq-item b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    color: var(--ideas-primary-deep);
    transition: transform 220ms ease;
}

.ideas-methodology-lp .ideas-faq-item b svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ideas-methodology-lp .ideas-faq-item.is-open b {
    transform: rotate(180deg);
}

.ideas-method-question-card {
    display: grid;
    gap: 14px;
    padding: 28px;
    border: 1px solid rgba(96, 186, 236, 0.3);
    border-radius: var(--ideas-radius-lg);
    background: linear-gradient(145deg, #ffffff, #e9f6ff);
    box-shadow: var(--ideas-method-card-shadow), var(--ideas-shadow-inset);
}

.ideas-method-question-card h3 {
    font-size: 22px;
    line-height: 28px;
}

.ideas-method-final {
    padding-top: 42px;
    padding-bottom: 42px;
}

.ideas-method-final__banner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.62fr) minmax(230px, 0.48fr);
    gap: 24px;
    align-items: center;
    padding: 34px;
    border: 1px solid rgba(96, 186, 236, 0.28);
    border-radius: var(--ideas-radius-lg);
    background: rgba(7, 26, 46, 0.76);
    box-shadow: var(--ideas-method-dark-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ideas-method-final__banner h2,
.ideas-method-final__banner p,
.ideas-method-final__action small {
    color: var(--ideas-surface);
}

.ideas-method-final__banner p {
    margin-top: 12px;
    max-width: 620px;
}

.ideas-method-final__graphic {
    width: min(360px, 100%);
    justify-self: center;
    filter: drop-shadow(0 20px 44px rgba(0, 0, 0, 0.24));
}

.ideas-method-final__action small {
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
    opacity: 0.84;
}

.ideas-methodology-lp .ideas-animate {
    opacity: 0;
    transition-duration: 620ms;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--ideas-animate-delay, 0ms);
}

.ideas-methodology-lp .ideas-animate-up {
    transform: translate3d(0, 22px, 0);
}

.ideas-methodology-lp .ideas-animate-left {
    transform: translate3d(-22px, 0, 0);
}

.ideas-methodology-lp .ideas-animate-right {
    transform: translate3d(22px, 0, 0);
}

.ideas-methodology-lp .ideas-animate-scale {
    transform: scale(0.96);
}

.ideas-methodology-lp .ideas-in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .ideas-methodology-lp .ideas-animate {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1180px) {
    .ideas-method-principles__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ideas-method-workflow__grid,
    .ideas-method-receive__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ideas-method-growth-route {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ideas-method-growth-route span:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 980px) {
    .ideas-method-hero__grid,
    .ideas-method-process__grid,
    .ideas-method-needs__grid,
    .ideas-method-receive__grid,
    .ideas-method-timeline__grid,
    .ideas-method-final__banner,
    .ideas-method-faq__grid {
        grid-template-columns: 1fr;
    }

    .ideas-method-hero__visual {
        justify-self: center;
    }

    .ideas-method-timeline__grid > img {
        grid-column: auto;
    }

    .ideas-method-final__graphic,
    .ideas-method-final__action {
        justify-self: start;
    }
}

@media (max-width: 760px) {
    html:has(.ideas-methodology-lp),
    body:has(.ideas-methodology-lp) {
        max-width: 100%;
        overflow-x: hidden;
    }

    .ideas-lp.ideas-methodology-lp {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        overflow-x: clip;
    }

    .ideas-methodology-lp .ideas-section {
        width: 100%;
        max-width: 100%;
        padding-right: 16px;
        padding-left: 16px;
        margin-right: 0;
        margin-left: 0;
        overflow-x: clip;
    }

    .ideas-method-hero {
        padding-top: 58px;
    }

    .ideas-method-hero h1 {
        max-width: 100%;
        font-size: 34px;
        line-height: 41px;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .ideas-method-hero p,
    .ideas-method-hero small {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .ideas-method-hero p {
        font-size: 16px;
        line-height: 26px;
    }

    .ideas-method-actions .ideas-btn,
    .ideas-method-final__action .ideas-btn,
    .ideas-method-question-card .ideas-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .ideas-method-hero-path,
    .ideas-method-compare,
    .ideas-method-principles__grid,
    .ideas-method-needs__cards,
    .ideas-method-receive__cards,
    .ideas-method-solution-map,
    .ideas-method-growth-route,
    .ideas-method-timeline__cards,
    .ideas-method-audience__grid {
        grid-template-columns: 1fr;
    }

    .ideas-method-hero__visual img,
    .ideas-method-roadmap-img,
    .ideas-method-solution-img,
    .ideas-method-timeline__grid > img,
    .ideas-method-final__graphic {
        max-width: 100%;
    }

    .ideas-method-hero__visual {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .ideas-method-hero__visual img {
        width: 100%;
        object-fit: contain;
    }

    .ideas-method-workflow__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ideas-method-workflow__grid::before {
        top: 0;
        bottom: 0;
        left: 25px;
        width: 2px;
        height: auto;
        background: rgba(96, 186, 236, 0.42);
    }

    .ideas-method-workflow__grid article {
        min-height: 0;
        margin-left: 18px;
    }

    .ideas-method-principles__grid article,
    .ideas-method-audience__grid article,
    .ideas-method-timeline__cards article {
        min-height: 0;
    }

    .ideas-method-solution-map::before {
        display: none;
    }

    .ideas-method-solution-map__center,
    .ideas-method-solution-map article {
        min-height: 0;
    }

    .ideas-method-final__banner {
        padding: 24px;
    }

    .ideas-method-final__graphic {
        justify-self: center;
        max-height: 260px;
        object-fit: contain;
    }
}

@media (max-width: 480px) {
    .ideas-method-hero h1 {
        font-size: 33px;
        line-height: 40px;
    }

    .ideas-methodology-lp .ideas-section-heading h2,
    .ideas-methodology-lp .ideas-method-section-title h2,
    .ideas-method-final__banner h2 {
        font-size: 29px;
        line-height: 36px;
    }

    .ideas-method-badges span,
    .ideas-method-hero-path span,
    .ideas-method-needs__cards span,
    .ideas-method-receive__cards span {
        width: 100%;
    }

    .ideas-methodology-lp .ideas-faq-item {
        padding: 18px 16px;
    }

    .ideas-methodology-lp .ideas-faq-item strong {
        font-size: 14px;
        line-height: 20px;
    }

    .ideas-methodology-lp .ideas-faq-item em {
        font-size: 13px;
        line-height: 21px;
    }
}

@media (max-width: 600px) {
    .ideas-methodology-lp .ideas-container {
        width: min(342px, 100%);
        max-width: min(342px, 100%);
        margin-right: auto;
        margin-left: 0;
    }
}
