/* Our Method — Cambly-inspired editorial layout, LMS brand */

.method-page-wrap {
    position: relative;
    overflow: hidden;
}

.method-page {
    --mp-primary: #8a356a;
    --mp-primary-dark: #6f2a56;
    --mp-primary-soft: #f9f3f7;
    --mp-text: #1f2937;
    --mp-muted: #5b6472;
    --mp-cream: #fdfbf9;
    --mp-border: rgba(138, 53, 106, 0.12);
    position: relative;
    z-index: 1;
    background: transparent;
    color: var(--mp-text);
}

/* Scattered Arabic letters — absolute layer behind semi-transparent sections */
.method-page-wrap .arabic-scatter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    min-height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.method-page-wrap .marketing-hero {
    position: relative;
    z-index: 1;
}

.method-page-wrap .marketing-hero--purple {
    background: linear-gradient(135deg, rgba(138, 53, 106, 0.9) 0%, rgba(111, 42, 86, 0.9) 100%);
}

.method-page-wrap .marketing-hero .container {
    position: relative;
    z-index: 2;
}

.method-page-wrap .arabic-scatter__letter {
    position: absolute;
    font-family: var(--font-cairo, 'Cairo', 'Segoe UI', sans-serif);
    font-weight: 700;
    line-height: 1;
    color: var(--mp-primary);
    opacity: 0.14;
    user-select: none;
    will-change: transform;
    animation: arabicScatterFloat 14s ease-in-out infinite;
}

/* Hero alanında harfler (mor zemin üzerinde) */
.method-page-wrap .arabic-scatter__letter--1,
.method-page-wrap .arabic-scatter__letter--2,
.method-page-wrap .arabic-scatter__letter--6,
.method-page-wrap .arabic-scatter__letter--12 {
    color: #fff;
    opacity: 0.16;
}

.method-page-wrap .arabic-scatter__letter--1 {
    top: 6%;
    left: 2%;
    font-size: clamp(5rem, 14vw, 11rem);
    transform: rotate(-22deg);
    opacity: 0.18;
    animation-delay: 0s;
}

.method-page-wrap .arabic-scatter__letter--2 {
    top: 14%;
    right: 6%;
    font-size: clamp(4rem, 10vw, 8rem);
    transform: rotate(18deg);
    opacity: 0.15;
    animation-delay: -2s;
}

.method-page-wrap .arabic-scatter__letter--3 {
    top: 32%;
    left: 38%;
    font-size: clamp(4.5rem, 11vw, 9rem);
    transform: rotate(-12deg);
    opacity: 0.07;
    animation-delay: -4s;
}

.method-page-wrap .arabic-scatter__letter--4 {
    top: 48%;
    left: 4%;
    font-size: clamp(6rem, 16vw, 12rem);
    transform: rotate(28deg);
    opacity: 0.1;
    animation-delay: -1s;
}

.method-page-wrap .arabic-scatter__letter--5 {
    top: 42%;
    right: 2%;
    font-size: clamp(4rem, 9vw, 7rem);
    transform: rotate(-35deg);
    animation-delay: -6s;
}

.method-page-wrap .arabic-scatter__letter--6 {
    top: 22%;
    left: 22%;
    font-size: clamp(3rem, 7vw, 5.5rem);
    transform: rotate(42deg);
    opacity: 0.06;
    animation-delay: -3s;
}

.method-page-wrap .arabic-scatter__letter--7 {
    top: 58%;
    right: 18%;
    font-size: clamp(3.5rem, 8vw, 6.5rem);
    transform: rotate(-18deg);
    opacity: 0.08;
    animation-delay: -5s;
}

.method-page-wrap .arabic-scatter__letter--8 {
    top: 68%;
    left: 28%;
    font-size: clamp(2.75rem, 6vw, 5rem);
    transform: rotate(8deg);
    opacity: 0.06;
    animation-delay: -7s;
}

.method-page-wrap .arabic-scatter__letter--9 {
    bottom: 8%;
    right: 10%;
    font-size: clamp(5rem, 12vw, 9rem);
    transform: rotate(-28deg);
    opacity: 0.1;
    animation-delay: -2.5s;
}

.method-page-wrap .arabic-scatter__letter--10 {
    bottom: 18%;
    left: 12%;
    font-size: clamp(3.5rem, 8vw, 6rem);
    transform: rotate(15deg);
    opacity: 0.07;
    animation-delay: -4.5s;
}

.method-page-wrap .arabic-scatter__letter--11 {
    top: 78%;
    right: 42%;
    font-size: clamp(3rem, 7vw, 5.5rem);
    transform: rotate(-8deg);
    opacity: 0.05;
    animation-delay: -8s;
}

.method-page-wrap .arabic-scatter__letter--12 {
    top: 8%;
    left: 48%;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    transform: rotate(22deg);
    opacity: 0.06;
    animation-delay: -1.5s;
}

@keyframes arabicScatterFloat {
    0%, 100% {
        translate: 0 0;
    }
    33% {
        translate: 6px -10px;
    }
    66% {
        translate: -8px 6px;
    }
}

@media (max-width: 991.98px) {
    .method-page-wrap .arabic-scatter__letter--3,
    .method-page-wrap .arabic-scatter__letter--6,
    .method-page-wrap .arabic-scatter__letter--8,
    .method-page-wrap .arabic-scatter__letter--11 {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .method-page-wrap .arabic-scatter__letter--7,
    .method-page-wrap .arabic-scatter__letter--12 {
        display: none;
    }

    .method-page-wrap .arabic-scatter__letter {
        opacity: 0.1;
    }

    .method-page-wrap .arabic-scatter__letter--1,
    .method-page-wrap .arabic-scatter__letter--2,
    .method-page-wrap .arabic-scatter__letter--6,
    .method-page-wrap .arabic-scatter__letter--12 {
        opacity: 0.12;
    }
}

@media (prefers-reduced-motion: reduce) {
    .method-page-wrap .arabic-scatter__letter {
        animation: none;
    }
}

/* Intro — split manifesto + memory flow visual */
.method-intro {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: clamp(3rem, 7vw, 5rem) 0;
    background: linear-gradient(135deg, rgba(250, 245, 248, 0.82) 0%, rgba(255, 255, 255, 0.78) 45%, rgba(245, 238, 243, 0.82) 100%);
    border-bottom: 1px solid var(--mp-border);
}

.method-intro__mesh {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(138, 53, 106, 0.09) 0%, transparent 45%),
        radial-gradient(circle at 85% 70%, rgba(240, 193, 77, 0.12) 0%, transparent 40%);
    pointer-events: none;
}

.method-intro__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 992px) {
    .method-intro__grid {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 3rem;
    }
}

.method-intro__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    padding: 0.4rem 1rem 0.4rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mp-primary-dark);
    background: #fff;
    border: 1px solid rgba(138, 53, 106, 0.2);
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(138, 53, 106, 0.1);
}

.method-intro__quote {
    margin: 0 0 1.25rem;
    padding: 0;
    border: none;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    color: var(--mp-primary-dark);
}

.method-intro__quote-mark {
    color: rgba(138, 53, 106, 0.35);
    font-weight: 900;
}

.method-intro__text {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--mp-muted);
    margin-bottom: 1.25rem;
}

.method-intro__solution {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.15rem 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(138, 53, 106, 0.08) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 1px solid rgba(138, 53, 106, 0.15);
    box-shadow: 0 8px 28px rgba(138, 53, 106, 0.08);
}

.method-intro__solution-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mp-primary), var(--mp-primary-dark));
    color: #fff;
    font-size: 0.75rem;
}

.method-intro__solution p {
    font-size: 0.975rem;
    font-weight: 600;
    line-height: 1.6;
    color: var(--mp-text);
}

.method-intro__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.method-intro__pills li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--mp-primary-dark);
    background: #fff;
    border: 1px solid var(--mp-border);
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(31, 41, 55, 0.04);
}

.method-intro__pills li i {
    font-size: 0.75rem;
    color: var(--mp-primary);
}

/* Memory flow diagram */
.method-intro__visual {
    display: flex;
    justify-content: center;
}

.method-memory-flow {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.method-memory {
    position: relative;
    padding: 1.35rem 1.25rem 1.15rem;
    border-radius: 18px;
    background: #fff;
    border: 2px solid transparent;
    box-shadow: 0 12px 40px rgba(31, 41, 55, 0.08);
    overflow: hidden;
}

.method-memory::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.method-memory--explicit {
    border-color: rgba(239, 68, 68, 0.2);
}

.method-memory--explicit::before {
    background: linear-gradient(90deg, #f87171, #ef4444);
}

.method-memory--implicit {
    border-color: rgba(26, 171, 155, 0.25);
    box-shadow: 0 16px 48px rgba(26, 171, 155, 0.15);
}

.method-memory--implicit::before {
    background: linear-gradient(90deg, #1aab9b, #8a356a);
}

.method-memory__icon {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1rem;
    margin-bottom: 0.65rem;
}

.method-memory--explicit .method-memory__icon {
    background: #fef2f2;
    color: #dc2626;
}

.method-memory--implicit .method-memory__icon {
    background: rgba(26, 171, 155, 0.12);
    color: #1aab9b;
}

.method-memory__title {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
    color: var(--mp-text);
}

.method-memory__desc {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--mp-muted);
    margin-bottom: 0.65rem;
}

.method-memory__tag {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.2rem 0.55rem;
    border-radius: 50px;
}

.method-memory__tag--warn {
    color: #b91c1c;
    background: #fef2f2;
}

.method-memory__tag--ok {
    color: #0f766e;
    background: #ecfdf5;
}

.method-memory-flow__arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.15rem 0;
}

.method-memory-flow__line {
    width: 2px;
    height: 1.25rem;
    background: linear-gradient(180deg, var(--mp-primary), #1aab9b);
    border-radius: 2px;
}

.method-memory-flow__label {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mp-primary);
}

.method-memory-flow__icon {
    font-size: 0.9rem;
    color: #1aab9b;
    animation: introArrowBounce 1.8s ease-in-out infinite;
}

@keyframes introArrowBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(4px); }
}

@media (min-width: 992px) {
    .method-memory-flow__icon {
        transform: rotate(-90deg);
    }

    @keyframes introArrowBounce {
        0%, 100% { transform: rotate(-90deg) translateX(0); }
        50% { transform: rotate(-90deg) translateX(4px); }
    }
}

@media (prefers-reduced-motion: reduce) {
    .method-memory-flow__icon {
        animation: none;
    }
}

/* Pillar wheel navigator */
.method-wheel {
    padding: 2.5rem 0 3rem;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid transparent;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.method-page.is-wheel-stuck .method-wheel {
    box-shadow: 0 4px 24px rgba(31, 41, 55, 0.08);
    border-bottom-color: var(--mp-border);
}

.method-wheel__ring {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    max-width: 720px;
    margin: 0 auto;
    padding: 0.75rem;
    border-radius: 20px;
    background: var(--mp-primary-soft);
    align-items: stretch;
}

.method-wheel__segment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 6.5rem;
    padding: 1rem 0.75rem;
    border-radius: 14px;
    text-decoration: none;
    color: var(--mp-muted);
    background: #fff;
    border: 2px solid var(--mp-border);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    text-align: center;
}

.method-wheel__segment:hover,
.method-wheel__segment.is-active {
    color: var(--mp-primary-dark);
    border-color: var(--mp-primary);
    background: #fff;
    box-shadow: 0 8px 28px rgba(138, 53, 106, 0.12);
    transform: translateY(-2px);
}

.method-wheel__segment.is-active .method-wheel__segment-icon {
    background: linear-gradient(135deg, var(--mp-primary), var(--mp-primary-dark));
    color: #fff;
}

.method-wheel__segment-icon {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mp-primary-soft);
    color: var(--mp-primary);
    font-size: 1.1rem;
    transition: background 0.25s ease, color 0.25s ease;
}

.method-wheel__segment-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    width: 100%;
    padding: 0 0.15rem;
}

@media (max-width: 767.98px) {
    .method-wheel {
        padding: 0.65rem 0 0.85rem;
    }

    .method-wheel__ring {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 100%;
        padding: 0.45rem;
        gap: 0.4rem;
        border-radius: 14px;
    }

    .method-wheel__segment {
        min-height: 0;
        padding: 0.55rem 0.3rem 0.5rem;
        gap: 0.3rem;
        border-radius: 10px;
        border-width: 1.5px;
    }

    .method-wheel__segment:hover,
    .method-wheel__segment.is-active {
        transform: none;
    }

    .method-wheel__segment-icon {
        width: 2rem;
        height: 2rem;
        font-size: 0.8rem;
        border-radius: 50%;
    }

    .method-wheel__segment-label {
        font-size: 0.625rem;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media (max-width: 380px) {
    .method-wheel__ring {
        gap: 0.3rem;
        padding: 0.35rem;
    }

    .method-wheel__segment {
        padding: 0.45rem 0.2rem;
    }

    .method-wheel__segment-icon {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.7rem;
    }

    .method-wheel__segment-label {
        font-size: 0.5625rem;
    }
}

/* Pillar sections */
.method-pillar {
    position: relative;
    z-index: 1;
    padding: clamp(3rem, 7vw, 5rem) 0;
    scroll-margin-top: 7rem;
    transition: background 0.4s ease;
    background: rgba(255, 255, 255, 0.7);
}

.method-pillar--alt {
    background: rgba(249, 243, 247, 0.78);
}

.method-pillar.is-highlighted {
    background: linear-gradient(180deg, rgba(249, 243, 247, 0.88) 0%, rgba(255, 255, 255, 0.75) 100%);
}

.method-pillar--alt.is-highlighted {
    background: rgba(249, 243, 247, 0.9);
}

.method-pillar__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 2.5rem;
}

.method-pillar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--mp-primary), var(--mp-primary-dark));
    color: #fff;
    font-size: 1.35rem;
    margin-bottom: 1rem;
    box-shadow: 0 6px 20px rgba(138, 53, 106, 0.25);
}

.method-pillar__title {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 800;
    color: var(--mp-text);
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.method-pillar__lead {
    font-size: 1.0625rem;
    color: var(--mp-muted);
    line-height: 1.6;
}

.method-pillar__showcase {
    display: grid;
    gap: 2.5rem;
    align-items: center;
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .method-pillar__showcase {
        grid-template-columns: 1fr 1fr;
        gap: 3.5rem;
    }

    .method-pillar__showcase--reverse .method-visual {
        order: 2;
    }

    .method-pillar__showcase--reverse .method-pillar__copy {
        order: 1;
    }
}

.method-pillar__body {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--mp-muted);
    margin-bottom: 1.25rem;
}

.method-pillar__bullets {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.method-pillar__bullets li {
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.975rem;
    line-height: 1.5;
    color: var(--mp-text);
}

.method-pillar__bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--mp-primary);
}

[dir="rtl"] .method-pillar__bullets li {
    padding-left: 0;
    padding-right: 1.35rem;
}

[dir="rtl"] .method-pillar__bullets li::before {
    left: auto;
    right: 0;
}

/* CSS visuals (mock UI) */
.method-visual__device {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(31, 41, 55, 0.12);
    border: 1px solid var(--mp-border);
    overflow: hidden;
    max-width: 340px;
    margin: 0 auto;
}

.method-visual__device-bar {
    display: flex;
    gap: 6px;
    padding: 12px 16px;
    background: var(--mp-primary-soft);
}

.method-visual__device-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(138, 53, 106, 0.25);
}

.method-visual__chat {
    padding: 1.25rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-height: 200px;
}

.method-visual__bubble {
    max-width: 85%;
    padding: 0.65rem 0.9rem;
    border-radius: 14px;
    font-size: 0.875rem;
    line-height: 1.45;
}

.method-visual__bubble--them {
    align-self: flex-start;
    background: var(--mp-primary-soft);
    color: var(--mp-text);
    border-bottom-left-radius: 4px;
}

.method-visual__bubble--you {
    align-self: flex-end;
    background: linear-gradient(135deg, var(--mp-primary), var(--mp-primary-dark));
    color: #fff;
    border-bottom-right-radius: 4px;
}

[dir="rtl"] .method-visual__bubble--them {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 4px;
}

[dir="rtl"] .method-visual__bubble--you {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 4px;
}

.method-visual__bubble--short {
    max-width: 55%;
}

.method-visual__live {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--mp-primary-dark);
    background: var(--mp-primary-soft);
    border-top: 1px solid var(--mp-border);
}

.method-visual__live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    animation: mpPulse 1.5s ease infinite;
}

@keyframes mpPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.method-visual__feedback-card {
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 24px 60px rgba(31, 41, 55, 0.1);
    border: 1px solid var(--mp-border);
    max-width: 360px;
    margin: 0 auto;
}

.method-visual__feedback-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mp-primary);
    margin-bottom: 1rem;
}

.method-visual__feedback-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    font-size: 0.8125rem;
    font-weight: 600;
}

.method-visual__progress {
    width: 100px;
    height: 6px;
    background: #e8eaed;
    border-radius: 4px;
    overflow: hidden;
}

.method-visual__progress span {
    display: block;
    height: 100%;
    background: var(--mp-primary);
    border-radius: 4px;
}

.method-visual__progress--accent span {
    background: linear-gradient(90deg, var(--mp-primary), #c45a9a);
}

.method-visual__feedback-note {
    font-size: 0.8125rem;
    color: var(--mp-muted);
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px dashed var(--mp-border);
}

.method-visual__cycle {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
}

.method-visual__cycle-day {
    position: absolute;
    width: 5.5rem;
    padding: 0.75rem 0.5rem;
    text-align: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(138, 53, 106, 0.15);
    border: 2px solid var(--mp-border);
}

.method-visual__cycle-num {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--mp-primary);
    line-height: 1;
}

.method-visual__cycle-name {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--mp-muted);
    margin-top: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.method-visual__cycle-day--1 { top: 0; left: 50%; transform: translateX(-50%); }
.method-visual__cycle-day--2 { bottom: 12%; left: 0; }
.method-visual__cycle-day--3 { bottom: 12%; right: 0; }

.method-visual__cycle-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mp-primary), var(--mp-primary-dark));
    color: #fff;
    font-weight: 900;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 36px rgba(138, 53, 106, 0.4);
}

/* Feature cards row */
.method-cards {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 576px) {
    .method-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .method-cards--triple {
        grid-template-columns: repeat(3, 1fr);
    }
}

.method-cards__item {
    padding: 1.35rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--mp-border);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.method-pillar--alt .method-cards__item {
    background: #fff;
}

.method-cards__item:hover {
    box-shadow: 0 12px 36px rgba(138, 53, 106, 0.1);
    transform: translateY(-3px);
}

.method-cards__icon {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--mp-primary-soft);
    color: var(--mp-primary);
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.method-cards__title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
    color: var(--mp-text);
}

.method-cards__desc {
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--mp-muted);
}

/* Roadmap — journey path (zigzag + highway) */
.method-roadmap {
    --road-teal: #1aab9b;
    --road-navy: #1e3354;
    --road-asphalt: #3d4550;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: clamp(3.5rem, 8vw, 5.5rem) 0 clamp(4rem, 9vw, 6rem);
    background: linear-gradient(165deg, rgba(250, 245, 248, 0.8) 0%, rgba(255, 255, 255, 0.72) 40%, rgba(243, 234, 240, 0.82) 100%);
}

.method-roadmap__glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 50% at 20% 30%, rgba(138, 53, 106, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 60% 45% at 80% 70%, rgba(240, 193, 77, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.method-roadmap__container {
    position: relative;
    z-index: 1;
}

.method-roadmap__header {
    text-align: center;
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

.method-roadmap__kicker {
    display: inline-block;
    margin: 0 0 0.75rem;
    padding: 0.3rem 0.9rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--mp-primary);
    border: 1px solid rgba(138, 53, 106, 0.25);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.8);
}

.method-roadmap__title {
    font-size: clamp(1.35rem, 3.5vw, 2.1rem);
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    color: var(--road-navy);
}

.method-roadmap__journey {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 520px;
    padding-bottom: 4.5rem;
}

.method-roadmap__arc {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    width: 100%;
    height: 140px;
    z-index: 0;
    pointer-events: none;
}

.method-roadmap__arc-bg {
    fill: none;
    stroke: rgba(138, 53, 106, 0.08);
    stroke-width: 12;
    stroke-linecap: round;
}

.method-roadmap__arc-line {
    fill: none;
    stroke: url(#roadmapArcGrad);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 10 8;
    animation: roadmapDash 28s linear infinite;
}

@keyframes roadmapDash {
    to { stroke-dashoffset: -360; }
}

.method-roadmap__highway {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 1.5%;
}

.method-roadmap__highway-surface {
    height: 56px;
    border-radius: 8px;
    background: linear-gradient(180deg, #525a66 0%, var(--road-asphalt) 45%, #2f353d 100%);
    box-shadow:
        0 12px 40px rgba(30, 51, 84, 0.25),
        inset 0 2px 0 rgba(255, 255, 255, 0.12);
    position: relative;
    overflow: hidden;
}

.method-roadmap__highway-surface::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3%;
    right: 3%;
    height: 0;
    border-top: 6px dashed rgba(255, 255, 255, 0.92);
    transform: translateY(-50%);
}

.method-roadmap__highway-surface::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 80px,
        rgba(0, 0, 0, 0.04) 80px,
        rgba(0, 0, 0, 0.04) 82px
    );
    pointer-events: none;
}

.method-roadmap__stations {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    min-height: inherit;
}

/* Mobile: vertical journey */
.method-roadmap__station {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 0 1rem;
    margin-bottom: 2rem;
    padding-left: 0.5rem;
}

.method-roadmap__station:last-child {
    margin-bottom: 0;
}

.method-roadmap__card {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    padding: 1.35rem 1.5rem 1.25rem;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(30, 51, 84, 0.08);
    box-shadow:
        0 4px 6px rgba(30, 51, 84, 0.04),
        0 20px 50px rgba(138, 53, 106, 0.12);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.method-roadmap__station:hover .method-roadmap__card {
    transform: translateY(-6px) scale(1.02);
    box-shadow:
        0 8px 12px rgba(30, 51, 84, 0.06),
        0 28px 60px rgba(138, 53, 106, 0.18);
}

.method-roadmap__card-num {
    position: absolute;
    top: -0.2rem;
    right: 0.75rem;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    color: rgba(138, 53, 106, 0.07);
    pointer-events: none;
    user-select: none;
}

[dir="rtl"] .method-roadmap__card-num {
    right: auto;
    left: 0.75rem;
}

.method-roadmap__card-title {
    position: relative;
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--road-navy);
    margin: 0 0 0.5rem;
    line-height: 1.25;
}

.method-roadmap__card-desc {
    position: relative;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--mp-muted);
}

.method-roadmap__card-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.55rem 1.15rem;
    font-size: 0.8125rem;
    font-weight: 700;
    font-family: inherit;
    color: #fff;
    background: linear-gradient(135deg, var(--mp-primary), var(--mp-primary-dark));
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(138, 53, 106, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.method-roadmap__card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(138, 53, 106, 0.45);
    color: #fff;
}

.method-roadmap__pin {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: -0.5rem;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    z-index: 3;
}

.method-roadmap__pin i {
    transform: rotate(45deg);
}

.method-roadmap__pin--teal {
    background: linear-gradient(145deg, var(--road-teal), #148f82);
}

.method-roadmap__pin--navy {
    background: linear-gradient(145deg, var(--road-navy), #152a45);
}

/* Desktop: zigzag over highway */
@media (min-width: 900px) {
    .method-roadmap__arc {
        display: block;
    }

    .method-roadmap__journey {
        min-height: 440px;
        padding-bottom: 5rem;
    }

    .method-roadmap__station {
        position: absolute;
        display: block;
        width: min(300px, 30vw);
        margin: 0;
        padding: 0;
    }

    .method-roadmap__station--high:nth-child(1) {
        left: 3%;
        bottom: 7.5rem;
        top: auto;
    }

    .method-roadmap__station--low:nth-child(2) {
        left: 38%;
        bottom: 4.5rem;
        top: auto;
    }

    .method-roadmap__station--high:nth-child(3) {
        right: 3%;
        left: auto;
        bottom: 6.5rem;
        top: auto;
    }

    .method-roadmap__card {
        margin-bottom: 0;
    }

    .method-roadmap__station--high:nth-child(1) .method-roadmap__card {
        transform: rotate(-2deg);
    }

    .method-roadmap__station--low:nth-child(2) .method-roadmap__card {
        transform: rotate(1.5deg) scale(1.03);
        box-shadow:
            0 6px 8px rgba(30, 51, 84, 0.05),
            0 28px 56px rgba(30, 51, 84, 0.14);
    }

    .method-roadmap__station--high:nth-child(3) .method-roadmap__card {
        transform: rotate(-1.25deg);
    }

    .method-roadmap__station:hover .method-roadmap__card {
        transform: translateY(-10px) scale(1.04) rotate(0deg);
    }

    .method-roadmap__pin {
        display: flex;
        margin: 0.85rem auto 0;
        position: relative;
        left: auto;
        bottom: auto;
        transform: rotate(-45deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .method-roadmap__arc-line {
        animation: none;
    }
}

/* Final CTA — Cambly bottom block */
.method-final-cta {
    position: relative;
    z-index: 1;
    padding: clamp(3.5rem, 8vw, 5rem) 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-top: 1px solid var(--mp-border);
}

.method-final-cta__inner {
    text-align: center;
    max-width: 520px;
}

.method-final-cta__title {
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 1.75rem;
    color: var(--mp-text);
}

.method-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.method-final-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.75rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.method-final-cta__btn--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--mp-primary), var(--mp-primary-dark));
    box-shadow: 0 8px 28px rgba(138, 53, 106, 0.35);
}

.method-final-cta__btn--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(138, 53, 106, 0.45);
}

.method-final-cta__btn--secondary {
    color: var(--mp-primary-dark);
    background: #fff;
    border: 2px solid var(--mp-primary);
}

.method-final-cta__btn--secondary:hover {
    background: var(--mp-primary-soft);
    color: var(--mp-primary-dark);
}

.method-final-cta__login {
    font-size: 0.9rem;
    color: var(--mp-muted);
}

.method-final-cta__login a {
    font-weight: 600;
    color: var(--mp-primary);
}

@media (prefers-reduced-motion: reduce) {
    .method-visual__live-dot {
        animation: none;
    }
}
