.hero-lines h1,
        .hero-lines h2 {
            margin: 0;
            line-height: 0.96;
            letter-spacing: -0.06em;
            text-wrap: balance;
        }

.section-heading p:last-child,
        .hero-support,
        .stat-card p,
        .trust-card p:last-child,
        .testimonial-card blockquote {
            color: var(--muted);
        }

.hero-section {
            background:
                    radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), transparent 30%),
                    linear-gradient(180deg, #f7f2ec 0%, #f4efe8 42%, #f7f5f1 100%);
        }

.hero-grid {
            display: grid;
            gap: 2rem;
            align-items: center;
        }

.hero-grid {
            grid-template-columns: minmax(0, 1fr) minmax(300px, 520px) minmax(0, 1fr);
        }

.hero-copy {
            display: grid;
            gap: 1.5rem;
        }

.hero-copy-right {
            text-align: right;
        }

.hero-lines h1,
        .hero-lines h2 {
            font-size: clamp(2.8rem, 5vw, 5.8rem);
        }

.stats-grid,
        .trust-cards {
            display: grid;
            gap: 1.25rem;
        }

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

.stat-card,
        .trust-card,
        .testimonial-card {
            padding: 1.75rem;
            border-radius: var(--radius-xl);
            border: 1px solid var(--border);
            background: var(--surface);
            box-shadow: var(--shadow-soft);
        }

.stat-card.stat-card-featured {
            background: #0f172a;
            color: #fff;
        }

.stat-card.stat-card-featured h3,
        .stat-card.stat-card-featured p,
        .stat-card.stat-card-featured .stat-value {
            color: #fff !important;
        }

.stat-card.stat-card-featured p:last-child {
            color: rgba(255, 255, 255, 0.74) !important;
        }

.trust-grid {
            display: grid;
            grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
            gap: 2rem;
        }

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

@media (max-width: 1024px) {
.hero-grid,
        .trust-grid {
                grid-template-columns: 1fr;
            }

.hero-copy-right,
        .hero-copy {
                text-align: left;
            }

.stats-grid,
        .trust-cards {
                grid-template-columns: 1fr;
            }
}

@media (max-width: 780px) {
.stat-card,
        .trust-card,
        .testimonial-card {
                padding: 1.25rem;
            }
}

.eyebrow,
        .card-code,
        .cta-badge,
        .hero-brand-pill span {
            font-family: "IBM Plex Mono", "Courier New", monospace;
        }

.hero-section {
            --hero-progress: 0;
            position: relative;
            overflow: clip;
            min-height: calc(100vh - 5.5rem);
        }

.hero-section::before,
        .hero-section::after {
            content: "";
            position: absolute;
            border-radius: 999px;
            pointer-events: none;
            z-index: 0;
        }

.hero-section::before {
            top: -8rem;
            left: -8%;
            width: 30rem;
            height: 30rem;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 70%);
            filter: blur(20px);
            transform: translate3d(calc(var(--hero-progress) * 28px), calc(var(--hero-progress) * -20px), 0);
        }

.hero-section::after {
            right: -6%;
            bottom: -8rem;
            width: 34rem;
            height: 34rem;
            background: radial-gradient(circle, rgba(148, 163, 184, 0.18), rgba(148, 163, 184, 0) 72%);
            filter: blur(34px);
            transform: translate3d(calc(var(--hero-progress) * -24px), calc(var(--hero-progress) * 16px), 0);
        }

.hero-grid {
            position: relative;
            z-index: 1;
        }

.hero-section > .container.hero-grid {
            width: 100%;
            margin: 0;
            max-width: none;
            padding-inline: clamp(1.25rem, 2.8vw, 3.2rem);
        }

.hero-grid {
            width: 100%;
            margin-inline: auto;
            padding-inline: 0;
            grid-template-columns: minmax(0, 1fr);
            gap: clamp(1.6rem, 3vw, 2.6rem);
        }

.hero-copy {
            position: relative;
            align-self: center;
            width: 100%;
            max-width: 62rem;
            gap: 1.7rem;
        }

.hero-grid > .hero-copy:first-child {
            justify-self: start;
        }

.hero-copy-right {
            position: relative;
            justify-self: end;
            width: 100%;
            max-width: 27rem;
            padding-right: 0;
        }

.hero-copy::before,
        .hero-copy-right::before {
            position: absolute;
            pointer-events: none;
            z-index: 0;
            font-size: clamp(5rem, 12vw, 10rem);
            line-height: 0.9;
            letter-spacing: -0.08em;
            color: rgba(15, 23, 42, 0.04);
            font-weight: 700;
        }

.hero-copy::before {
            content: "COACH";
            top: -3.3rem;
            left: -0.2rem;
        }

.hero-copy-right::before {
            content: "VISIONE";
            top: -1.1rem;
            right: -0.2rem;
        }

.hero-copy > *,
        .hero-copy-right > * {
            position: relative;
            z-index: 1;
        }

.hero-lines-right {
            margin-left: auto;
            max-width: 27rem;
        }

.hero-lines-right h2 {
            white-space: normal;
            text-wrap: balance;
            overflow-wrap: normal;
        }

.hero-brand-pill {
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            width: fit-content;
            max-width: 100%;
            padding: 0.9rem 1.05rem;
            border-radius: 999px;
            background: #0f172a;
            color: #fff;
            box-shadow: 0 20px 60px rgba(15, 23, 42, 0.16);
        }

.hero-brand-pill img {
            width: 7.25rem;
            filter: invert(1);
        }

.hero-brand-pill span {
            font-size: 0.62rem;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.74);
        }

.hero-focus-pill {
            gap: 0.72rem;
        }

.hero-focus-pill img,
        .hero-focus-pill span {
            display: none;
        }

.hero-focus-pill::before {
            content: "Metodo BCM";
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.16em;
            text-transform: uppercase;
        }

.hero-focus-pill::after {
            content: "Strategia, numeri e responsabilità";
            font-size: 0.62rem;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #5f6677;
        }

.hero-line-mask {
            overflow: visible;
            padding-block: 0.16em 0.28em;
        }

.motion-safe .hero-line-mask h1,
        .motion-safe .hero-line-mask h2 {
            opacity: 0;
            transform: translateY(124%);
            filter: blur(14px);
            animation: hero-line-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        }

.motion-safe .hero-lines .hero-line-mask:nth-child(2) h1,
        .motion-safe .hero-lines .hero-line-mask:nth-child(2) h2 {
            animation-delay: 0.12s;
        }

.motion-safe .hero-lines .hero-line-mask:nth-child(3) h1,
        .motion-safe .hero-lines .hero-line-mask:nth-child(3) h2 {
            animation-delay: 0.24s;
        }

.motion-safe .hero-lines .hero-line-mask:nth-child(4) h1,
        .motion-safe .hero-lines .hero-line-mask:nth-child(4) h2 {
            animation-delay: 0.36s;
        }

@keyframes hero-line-in {
            to {
                opacity: 1;
                transform: translateY(0);
                filter: blur(0);
            }
        }

.hero-support {
            max-width: 44rem;
            font-size: 1.8rem;
            line-height: 1.75;
            opacity: 0.8;
        }

.stats-grid {
            align-items: stretch;
        }

.trust-card,
        .testimonial-card {
            backdrop-filter: blur(14px);
        }

.motion-safe .trust-card:hover {
            transform: translateY(-6px);
            border-color: rgba(15, 23, 42, 0.14);
            background: rgba(255, 255, 255, 0.92);
        }

.site-content > .hero-section {
            min-height: 100vh;
            min-height: 100svh;
            margin-top: 0;
            padding-block: 0;
        }

.hero-section {
            background-image:
                    linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 58%),
                    url("fotosito/DSC04472.JPG");
            background-position: center, left center;
            background-size: cover, 110% auto;
            background-repeat: no-repeat;
        }

.hero-section::before,
        .hero-section::after,
        .hero-copy::before,
        .hero-copy-right {
            display: none;
        }

.hero-section > .container.hero-grid {
            box-sizing: border-box;
            min-height: 100vh;
            min-height: 100svh;
            padding-block: clamp(10rem, 24vh, 15rem) clamp(2.25rem, 4vw, 3.5rem);
        }

.hero-grid {
            grid-template-columns: minmax(28rem, 1.18fr) minmax(14rem, 22rem);
            gap: clamp(2rem, 5vw, 4.5rem);
            align-items: start;
            align-content: center;
            max-width: 1180px;
            margin-inline: auto;
        }

.hero-copy {
            max-width: 50rem;
            gap: 1.35rem;
            margin-top: clamp(2.75rem, 9vh, 5rem);
            min-height: clamp(28rem, 46vw, 36rem);
            padding: clamp(1.8rem, 3vw, 2.65rem);
            border-left: 3px solid #0f172a;
            background: rgba(247, 243, 237, 0.76);
            backdrop-filter: blur(14px);
        }

.hero-brand-pill {
            background: #ffffff;
            color: #0f172a;
            border: 1px solid rgba(15, 23, 42, 0.12);
            box-shadow: none;
        }

.hero-brand-pill img {
            filter: invert;
        }

.hero-brand-pill span {
            color: #5f6677;
        }

.hero-lines h1,
        .hero-lines h2 {
            font-size: clamp(2.75rem, 5.35vw, 5.85rem);
            letter-spacing: -0.045em;
            line-height: 0.96;
        }

.hero-lines h1 span,
        .hero-lines h2 span {
            color: #ffca5f;
        }

.hero-support {
            max-width: 34rem;
            font-size: 1.1rem;
            color: #293245;
        }

.hero-proof-strip {
            grid-column: 1 / -1;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.85rem;
            align-self: stretch;
        }

.hero-proof-card {
            min-height: clamp(13.5rem, 18vw, 16.5rem);
            padding: clamp(1rem, 2vw, 1.45rem);
            display: flex;
            align-items: flex-end;
            border-radius: 1.15rem;
            color: #fff;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.74);
            background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.82)), var(--proof-image) center / cover no-repeat;
            box-shadow: 0 16px 42px rgba(15, 23, 42, 0.12);
        }

.hero-proof-card span {
            max-width: 16rem;
            font-size: 1.5rem;
            font-weight: 800;
            line-height: 1.2;
            opacity: 0.92;
        }

.method-section {
            background: #ffffff;
        }

.method-section.is-legacy-hidden {
            display: none !important;
        }

.review-photo-section {
            min-height: clamp(28rem, 62vh, 43rem);
            display: grid;
            align-items: end;
            padding: clamp(2rem, 5vw, 4rem) 0;
            color: #fff;
            background:
                    linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.76)),
                    url("fotosito/DSC04472.JPG") center / cover fixed no-repeat;
        }

.review-photo-card {
            width: min(100%, 46rem);
            padding: clamp(1.25rem, 3vw, 2rem);
            border-left: 4px solid #ffca5f;
            background: rgba(8, 13, 25, 0.58);
            backdrop-filter: blur(12px);
        }

.review-photo-card blockquote {
            margin: 0;
            font-size: clamp(1.7rem, 3.8vw, 3.55rem);
            line-height: 1.08;
            letter-spacing: -0.045em;
            text-wrap: balance;
        }

.review-photo-card p:not(.eyebrow) {
            margin: 1rem 0 0;
            color: rgba(255, 255, 255, 0.78);
            font-weight: 800;
        }

.trust-section {
            background: linear-gradient(
                180deg,
                #f6f2eb 0%,
                #faf7f1 62%,
                #fffdf8 100%
            );
        }

.trust-grid {
            align-items: center;
            grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
        }

.trust-cards {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: clamp(2.5rem, 3vw, 3rem);
            border-top: 0;
            overflow: visible;
        }

.trust-card {
            position: relative;
            min-height: 21rem;
            padding: clamp(1.25rem, 2vw, 1.75rem);
            display: grid;
            align-content: space-between;
            justify-items: start;
            gap: 1.25rem;
            text-align: center;
            border: 1px solid rgba(15, 23, 42, 0.12);
            border-radius: 1.15rem;
            background: #fff;
            box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
            overflow: visible;
        }

.trust-card::before {
            content: "";
            position: absolute;
            inset: 0 0 auto;
            height: 0.36rem;
            background: #c2452d;
            border-radius: 1.15rem 1.15rem 0 0;
            pointer-events: none;
        }

.trust-card:nth-child(2)::before {
            background: #ffca5f;
        }

.trust-card:nth-child(3)::before {
            background: #0f172a;
        }

.trust-card:not(:last-child)::after {
            content: "→";
            position: absolute;
            top: 50%;
            right: -2.35rem;
            z-index: 2;
            width: 2rem;
            height: 2rem;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: #f6f2eb;
            color: #c2452d;
            font-size: 1.35rem;
            font-weight: 900;
            pointer-events: none;
            transform: translateY(-50%);
        }

.icon-badge {
            width: 5.75rem;
            height: 5.75rem;
            margin: 0;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: #101827;
            color: #fff;
        }

.icon-badge [data-lucide] {
            width: 2.55rem;
            height: 2.55rem;
            stroke: currentColor;
            stroke-width: 1.8;
            stroke-linecap: round;
            stroke-linejoin: round;
            fill: none;
        }

.trust-card h3 {
            margin: 0;
            color: #0f172a;
            font-size: clamp(1.6rem, 2.2vw, 2.4rem);
            line-height: 0.98;
            letter-spacing: -0.045em;
            text-align: left;
        }

.trust-card p {
            margin: 0;
            color: #5f6677;
            font-size: 1rem;
            font-weight: 800;
            line-height: 1.35;
            text-align: left;
        }

.trust-section .section-heading p:not(.eyebrow) {
            display: none;
        }

.method-system {
            display: grid;
            grid-template-columns: minmax(0, 0.78fr) minmax(26rem, 1fr);
            gap: clamp(2rem, 6vw, 5rem);
            align-items: center;
        }

.method-equation {
            max-width: 34rem;
        }

.method-equation h2 {
            margin: 0;
            font-size: clamp(4rem, 7vw, 7.2rem);
            line-height: 1.06;
            letter-spacing: -0.065em;
            color: #17213b;
        }

.method-equation h2 span {
            color: #ffca5f;
        }

.method-equation p:not(.eyebrow) {
            margin: 2rem 0 0;
            padding-left: 1.35rem;
            border-left: 2px solid #4f9271;
            color: #17213b;
            font-size: clamp(1.15rem, 1.6vw, 1.45rem);
            line-height: 1.6;
        }

.method-equation strong {
            color: #cd3c1a;
            font-weight: 800;
        }

.method-wheel {
            position: relative;
            width: min(100%, 34rem);
            aspect-ratio: 1;
            margin-inline: auto;
            border-radius: 50%;
            background: #ffffff;
        }

.method-wheel img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 50%;
        }

.intervention-tile h3 {
            margin: 0;
            line-height: 1.15;
        }

@media (max-width: 1024px) {
.hero-grid,
        .method-system,
        .trust-grid {
                grid-template-columns: 1fr;
            }

.hero-section > .container.hero-grid {
                min-height: auto;
            }

.hero-proof-strip {
                grid-template-columns: 1fr;
            }

.hero-proof-card {
                min-height: 12.5rem;
            }

.trust-cards {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
}

@media (max-width: 780px) {
.hero-copy {
                padding: 1rem;
            }

.hero-section > .container.hero-grid {
                padding-block: 6.5rem 2.5rem;
            }

.hero-support,
        .hero-proof-card span {
                font-size: 1.2rem;
            }

.hero-proof-card {
                min-height: 11rem;
            }

.trust-cards {
                grid-template-columns: 1fr;
                gap: 2.25rem;
            }

.trust-card {
                min-height: 16rem;
            }

.trust-card:not(:last-child)::after {
                top: auto;
                right: auto;
                bottom: -2.1rem;
                left: 50%;
                transform: translateX(-50%) rotate(90deg);
            }

.method-equation h2 {
                font-size: clamp(3.2rem, 15vw, 5.2rem);
            }

.method-wheel {
                width: min(100%, 28rem);
            }

.review-photo-section {
                background-attachment: scroll;
            }
}

@media (max-width: 1024px) {
.mqs-journey {
                min-height: auto;
                scroll-margin-top: 11rem;
            }

.hero-grid {
                gap: 3rem;
            }

.hero-grid {
                width: min(100%, 62rem);
                padding-inline: 0;
                grid-template-columns: 1fr;
            }

.hero-copy,
        .hero-copy-right {
                max-width: none;
            }

.hero-brand-pill {
                flex-wrap: wrap;
            }

.hero-lines-right {
                margin-left: 0;
                max-width: none;
            }

.hero-lines-right h2 {
                white-space: normal;
                overflow-wrap: normal;
            }

.hero-copy::before,
        .hero-copy-right::before {
                display: none;
            }
}

@media (max-width: 780px) {
.hero-brand-pill {
                width: 100%;
            }

.hero-brand-pill img {
                width: 6.5rem;
            }

.hero-copy,
        .hero-copy-right {
                text-align: left;
            }

.hero-copy,
        .hero-copy-right {
                max-width: none;
            }
}

.hero-copy-right {
            display: none !important;
        }

.trust-card,
        .intervention-tile {
            backdrop-filter: none;
        }

/* Metodo MQS - diagramma operativo */
.mqs-method-v2 {
            padding: clamp(4.75rem, 8vw, 8rem) 0;
            background: linear-gradient(180deg, #ffffff 0%, #fbf8f2 100%);
            border-top: 1px solid rgba(16, 45, 92, 0.05);
            color: #0f3159;
            overflow: hidden;
        }

.mqs-method-v2 .container {
            width: min(calc(100% - 2rem), 1280px);
            max-width: 1280px;
        }

.mqs-chart-card {
            min-width: 0;
            margin: 0;
            padding: 0;
            border: 0;
            background: transparent;
            box-shadow: none;
        }

.mqs-scene {
            position: relative;
        }

.mqs-method-head {
            max-width: 36rem;
            margin: 0;
            position: relative;
            z-index: 2;
        }

.mqs-method-head .eyebrow {
            color: #c79a33;
            font-size: 0.8rem;
            letter-spacing: 0.14em;
        }

.mqs-head-mark {
            display: block;
            width: 2rem;
            height: 2px;
            margin: 1rem 0 1.8rem;
            border-radius: 999px;
            background: #d6aa46;
        }

.mqs-method-head h2 {
            max-width: 9ch;
            margin: 0;
            color: #0d2b57;
            font-size: clamp(4rem, 7vw, 6.2rem);
            line-height: 0.9;
            letter-spacing: -0.085em;
        }

.mqs-method-head > p:last-child {
            max-width: 26rem;
            margin: 1.7rem 0 0;
            color: rgba(15, 49, 89, 0.85);
            font-size: clamp(1.1rem, 1.8vw, 1.42rem);
            font-weight: 500;
            line-height: 1.45;
        }

.mqs-journey-visual {
            position: relative;
            display: grid;
            grid-template-columns: minmax(21.75rem, 1fr) minmax(21.75rem, 1fr);
            grid-template-rows: auto auto;
            width: 100%;
            justify-content: stretch;
            align-items: start;
            column-gap: clamp(10rem, 17vw, 19rem);
            row-gap: clamp(0.3rem, 1vw, 0.7rem);
            margin-top: clamp(-8.25rem, -5.8vw, -4.8rem);
            min-height: 31.5rem;
        }

.mqs-journey-guide {
            position: absolute;
            inset: 5.65rem 9.4rem 6.7rem 8.3rem;
            width: auto;
            height: auto;
            overflow: visible;
            pointer-events: none;
            z-index: 1;
        }

.mqs-guide-baseline,
        .mqs-guide-dotted,
        .mqs-guide-drop {
            fill: none;
            vector-effect: non-scaling-stroke;
        }

.mqs-guide-baseline {
            stroke: rgba(221, 212, 199, 0.92);
            stroke-width: 2.2;
            marker-end: url(#mqsBaselineArrow);
            opacity: 0;
            stroke-dasharray: 1;
            stroke-dashoffset: 1;
        }

.mqs-guide-dotted {
            stroke: #d5a33a;
            stroke-width: 4;
            stroke-linecap: round;
            stroke-dasharray: 1.8 11;
            marker-end: url(#mqsCurveArrow);
            opacity: 0;
            stroke-dashoffset: 180;
        }

.mqs-guide-stage {
            opacity: 0;
            transform: translateY(0.85rem);
            transition:
                opacity 280ms ease,
                transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
        }

.mqs-guide-drop {
            stroke: rgba(223, 214, 203, 0.95);
            stroke-width: 1.8;
            stroke-dasharray: 1 7;
        }

.mqs-guide-dot-ring {
            fill: #ffffff;
            stroke: rgba(255, 255, 255, 0.92);
            stroke-width: 8;
            filter: drop-shadow(0 10px 18px rgba(213, 163, 58, 0.18));
        }

.mqs-guide-dot-core {
            fill: #d5a33a;
        }

.mqs-journey-card {
            position: relative;
            z-index: 2;
            min-width: 0;
            padding: 3rem 2rem 1.9rem;
            border: 1px solid rgba(255, 255, 255, 0.72);
            border-radius: 1.9rem;
            background: rgba(255, 255, 255, 0.82);
            box-shadow:
                0 22px 48px rgba(42, 49, 69, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(4px);
            opacity: 0;
            transform: translateY(1rem);
            transition:
                opacity 300ms ease,
                transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
        }

.mqs-journey-card-start {
            grid-column: 1;
            grid-row: 2;
            justify-self: start;
            width: min(100%, 21.75rem);
            margin-top: -1rem;
        }

.mqs-journey-card-end {
            grid-column: 2;
            grid-row: 1;
            justify-self: end;
            width: min(100%, 21.75rem);
            margin-top: 0.75rem;
            margin-right: -2.75rem;
        }

.mqs-card-badge {
            position: absolute;
            top: -2.15rem;
            left: 2rem;
            width: 4.9rem;
            height: 4.9rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #173768;
            color: #fff;
            box-shadow: 0 18px 34px rgba(23, 55, 104, 0.22);
        }

.mqs-journey-card-end .mqs-card-badge {
            background: #d4a238;
            color: #fff;
        }

.mqs-card-badge svg {
            width: 2.2rem;
            height: 2.2rem;
            stroke-width: 2;
        }

.mqs-journey-card h3 {
            margin: 0;
            color: #102d5c;
            font-size: clamp(1.8rem, 2.8vw, 2.2rem);
            line-height: 1.02;
            letter-spacing: -0.05em;
        }

.mqs-card-mark {
            display: block;
            width: 1.9rem;
            height: 2px;
            margin: 0.95rem 0 1rem;
            border-radius: 999px;
            background: #d6aa46;
        }

.mqs-journey-card ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

.mqs-journey-card li {
            position: relative;
            padding-left: 1.75rem;
            padding-bottom: 0.85rem;
            color: #112f5d;
            font-size: 0.98rem;
            line-height: 1.5;
        }

.mqs-journey-card li + li {
            margin-top: 0.65rem;
        }

.mqs-journey-card li:not(:last-child) {
            border-bottom: 1px solid rgba(16, 45, 92, 0.1);
        }

.mqs-journey-card-start li::before {
            content: "";
            position: absolute;
            top: 0.58rem;
            left: 0.25rem;
            width: 0.45rem;
            height: 0.45rem;
            border-radius: 50%;
            background: #102d5c;
        }

.mqs-journey-card .is-check-list li {
            padding-left: 2.25rem;
        }

.mqs-journey-card .is-check-list li + li {
            margin-top: 0.85rem;
        }

.mqs-journey-card .is-check-list li::before {
            content: "✓";
            position: absolute;
            top: 0;
            left: 0;
            color: #d6aa46;
            font-size: 1.4rem;
            line-height: 1;
            font-weight: 700;
        }

.mqs-phase-flow {
            margin-top: clamp(0.6rem, 1.8vw, 1.4rem);
            padding-top: clamp(1.35rem, 2vw, 1.8rem);
            border-top: 1px solid rgba(16, 45, 92, 0.08);
        }

.mqs-phase-intro {
            display: grid;
            justify-items: center;
            max-width: 100%;
            margin-bottom: 1.25rem;
        }

.mqs-phase-title {
            margin: 0;
            color: #102d5c;
            font-size: clamp(2rem, 3vw, 2.7rem);
            font-weight: 700;
            line-height: 1;
            letter-spacing: -0.05em;
            text-align: center;
        }

.mqs-phase-list {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 1.5rem;
            margin-top: 0;
        }

.mqs-phase-card {
            position: relative;
            min-width: 0;
            min-height: auto;
            padding: 0.75rem 0.35rem 0 0;
            display: grid;
            place-items: center;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            text-align: center;
            align-content: start;
        }

.mqs-phase-card:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 1rem;
            right: -0.75rem;
            width: 1px;
            height: 4.2rem;
            background: rgba(16, 45, 92, 0.12);
        }

.mqs-phase-card svg {
            width: clamp(3rem, 4vw, 4.35rem);
            height: clamp(3rem, 4vw, 4.35rem);
            margin-bottom: 1.45rem;
            color: #102d5c;
            stroke-width: 1.65;
        }

.mqs-phase-card:nth-child(1) svg circle,
        .mqs-phase-card:nth-child(2) svg path,
        .mqs-phase-card:nth-child(3) svg path:last-child,
        .mqs-phase-card:nth-child(4) svg path:last-child {
            color: #d6aa46;
        }

.mqs-phase-card h3 {
            margin: 0;
            color: #102d5c;
            font-size: clamp(1.7rem, 2.2vw, 2.1rem);
            line-height: 1;
            letter-spacing: -0.055em;
        }

.mqs-phase-card p {
            max-width: 15ch;
            margin: 0.8rem 0 0;
            color: rgba(16, 45, 92, 0.72);
            font-size: 0.96rem;
            line-height: 1.45;
        }

.mqs-journey-card .is-check-list li::before {
            content: "\2713";
        }

.mqs-chart-card.is-chart-visible .mqs-guide-baseline {
            stroke-dashoffset: 0;
            opacity: 1;
            transition:
                opacity 220ms ease,
                stroke-dashoffset 780ms cubic-bezier(0.22, 1, 0.36, 1);
        }

.mqs-chart-card.is-chart-visible .mqs-guide-dotted {
            opacity: 1;
            stroke-dashoffset: 0;
            transition:
                opacity 260ms ease,
                stroke-dashoffset 1180ms cubic-bezier(0.22, 1, 0.36, 1);
        }

.mqs-chart-card.is-chart-visible .mqs-guide-stage {
            opacity: 1;
            transform: translateY(0);
        }

.mqs-chart-card.is-chart-visible .mqs-journey-card {
            opacity: 1;
            transform: translateY(0);
        }

.mqs-chart-card.is-chart-visible .mqs-chart-node-1 {
            transition-delay: 120ms;
        }

.mqs-chart-card.is-chart-visible .mqs-chart-node-2 {
            transition-delay: 320ms;
        }

.mqs-chart-card.is-chart-visible .mqs-guide-stage-1 {
            transition-delay: 180ms;
        }

.mqs-chart-card.is-chart-visible .mqs-guide-stage-2 {
            transition-delay: 300ms;
        }

.mqs-chart-card.is-chart-visible .mqs-guide-stage-3 {
            transition-delay: 420ms;
        }

.mqs-chart-card.is-chart-visible .mqs-guide-stage-4 {
            transition-delay: 540ms;
        }

.mqs-chart-card.is-chart-visible .mqs-guide-stage-5 {
            transition-delay: 660ms;
        }

@media (max-width: 1180px) {
.mqs-method-head h2 {
                font-size: clamp(3.8rem, 6vw, 5.4rem);
            }

.mqs-journey-visual {
                grid-template-columns: minmax(18rem, 1fr) minmax(18rem, 1fr);
                column-gap: clamp(6.5rem, 11vw, 11rem);
                min-height: 30rem;
            }

.mqs-journey-guide {
                inset: 6rem 6.5rem 6.35rem 5.6rem;
            }

.mqs-phase-list {
                gap: 1rem;
            }
}

@media (max-width: 980px) {
.mqs-method-v2 .container {
                width: min(calc(100% - 1.5rem), 1280px);
            }

.mqs-method-head {
                max-width: 31rem;
            }

.mqs-journey-visual {
                grid-template-columns: 1fr;
                grid-template-rows: auto auto auto;
                row-gap: 1.5rem;
                margin-top: 0.75rem;
                min-height: 0;
            }

.mqs-journey-guide {
                inset: 12.5rem 1.5rem 8.6rem 1.5rem;
            }

.mqs-journey-card-start,
        .mqs-journey-card-end {
                width: min(100%, 22.5rem);
                margin-top: 0;
            }

.mqs-journey-card-start {
                grid-row: 2;
            }

.mqs-journey-card-end {
                grid-column: 1;
                grid-row: 1;
                justify-self: end;
                margin-right: 0.2rem;
            }

.mqs-phase-list {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

.mqs-phase-card:nth-child(2)::after {
                display: none;
            }

.mqs-phase-card p {
                max-width: 18ch;
            }
}

@media (max-width: 760px) {
.mqs-method-v2 {
                padding: 4.5rem 0;
            }

.mqs-method-v2 .container {
                width: min(calc(100% - 1rem), 1280px);
            }

.mqs-method-head .eyebrow {
                font-size: 0.74rem;
            }

.mqs-head-mark {
                margin: 0.8rem 0 1.35rem;
            }

.mqs-method-head h2 {
                font-size: clamp(3.15rem, 15vw, 4.2rem);
                max-width: 8ch;
            }

.mqs-journey-visual {
                display: flex;
                flex-direction: column;
                margin-top: 1.75rem;
                gap: 1rem;
            }

.mqs-journey-card {
                width: 100%;
                padding: 2.35rem 1.25rem 1.35rem;
                border-radius: 1.45rem;
                background: rgba(255, 255, 255, 0.96);
                backdrop-filter: none;
            }

.mqs-journey-card-start {
                order: 1;
                margin-top: 0;
            }

.mqs-journey-card-end {
                order: 2;
                align-self: flex-end;
                margin-top: 0;
                margin-right: 0;
            }

.mqs-journey-guide {
                display: none;
            }

.mqs-card-badge {
                top: -1.6rem;
                left: 1.35rem;
                width: 4rem;
                height: 4rem;
            }

.mqs-card-badge svg {
                width: 1.85rem;
                height: 1.85rem;
            }

.mqs-journey-card h3 {
                font-size: 1.65rem;
            }

.mqs-journey-card li {
                font-size: 0.95rem;
            }

.mqs-phase-flow {
                margin-top: 0.4rem;
                padding-top: 1.2rem;
            }

.mqs-phase-intro {
                margin-bottom: 0.95rem;
            }

.mqs-phase-title {
                font-size: 1.75rem;
            }

.mqs-phase-list {
                grid-template-columns: 1fr 1fr;
                gap: 0.9rem;
                margin-top: 0;
            }

.mqs-phase-card {
                min-height: auto;
                padding: 0.5rem 0.15rem 0;
            }

.mqs-phase-card svg {
                margin-bottom: 0.95rem;
            }

.mqs-phase-card h3 {
                font-size: 1.45rem;
            }

.mqs-phase-card p {
                margin-top: 0.55rem;
                font-size: 0.88rem;
                line-height: 1.4;
            }

.mqs-phase-card::after {
                display: none;
            }
}

@media (prefers-reduced-motion: reduce) {
.mqs-guide-baseline,
        .mqs-guide-dotted,
        .mqs-guide-stage,
        .mqs-chart-card.is-chart-visible .mqs-guide-baseline,
        .mqs-chart-card.is-chart-visible .mqs-guide-dotted,
        .mqs-chart-card.is-chart-visible .mqs-guide-stage,
        .mqs-chart-card.is-chart-visible .mqs-journey-card,
        .mqs-journey-card {
                transition: none;
            }
}

.mqs-method-v3 {
            padding: clamp(10.75rem, 11vw, 12rem) 0 0;
            background:
                radial-gradient(circle at 76% 26%, rgba(214, 170, 70, 0.18), transparent 22%),
                linear-gradient(180deg, #fffdf8 0%, #fdfaf4 46%, #fbf8f2 100%);
            border-top: 0;
            color: #0f3159;
            overflow: hidden;
            scroll-margin-top: 9rem;
        }

.mqs-method-v3 .container {
            width: min(calc(100% - 2rem), 1360px);
            max-width: 1360px;
        }

.mqs-chart-card-v3 {
            position: relative;
            min-width: 0;
        }

.mqs-scene-v3 {
            position: relative;
            display: grid;
            gap: clamp(1rem, 2vw, 1.5rem);
        }

.mqs-method-head-v3 {
            max-width: 33rem;
            padding-left: 0;
            margin-inline: auto;
            position: relative;
            z-index: 3;
            text-align: center;
        }

.mqs-method-v3 .mqs-head-mark {
            margin-inline: auto;
        }

.mqs-method-v3 .mqs-method-head h2 {
            max-width: 8ch;
            margin-inline: auto;
            font-size: clamp(3.8rem, 5.6vw, 5.5rem);
            line-height: 0.93;
            letter-spacing: -0.082em;
        }

.mqs-method-v3 .mqs-method-head > p:last-child {
            max-width: 31rem;
            margin-inline: auto;
            margin-top: 1.5rem;
            color: rgba(15, 49, 89, 0.9);
            font-size: clamp(1.18rem, 1.9vw, 1.5rem);
            line-height: 1.45;
        }

.mqs-journey-visual-v3 {
            position: relative;
            min-height: 35rem;
            margin-top: clamp(-0.6rem, -0.2vw, 0.2rem);
            padding: 0 0 1rem;
        }

.mqs-mountain-stage {
            position: absolute;
            top: -5rem;
            left: 8rem;
            right: 0;
            width: 100%;
            aspect-ratio: 1460 / 894;
            pointer-events: none;
            z-index: 0;
        }

.mqs-mountain-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            mix-blend-mode: multiply;
            -webkit-mask-image: linear-gradient(
                180deg,
                transparent 0%,
                rgba(0, 0, 0, 0.72) 12%,
                #000 24%
            );
            mask-image: linear-gradient(
                180deg,
                transparent 0%,
                rgba(0, 0, 0, 0.72) 12%,
                #000 24%
            );
            opacity: 0.98;
            filter: saturate(0.98);
        }

.mqs-summit-flag {
            position: absolute;
            top: 26%;
            right: 41%;
            width: 3.7rem;
            height: 7.25rem;
            display: none;
            align-items: flex-start;
            justify-content: center;
            color: #d5a33a;
            filter: drop-shadow(0 12px 18px rgba(214, 170, 70, 0.18));
        }

.mqs-summit-flag::before {
            content: "";
            position: absolute;
            left: 30%;
            bottom: 0;
            width: 4px;
            height: 4.9rem;
            border-radius: 999px;
            background: linear-gradient(180deg, #d8a83e 0%, #c89127 100%);
            transform: translateX(-50%);
        }

.mqs-summit-flag::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -0.2rem;
            width: 1.2rem;
            height: 1.2rem;
            border-radius: 50%;
            background: #ffffff;
            box-shadow:
                0 0 0 7px rgba(255, 255, 255, 0.58),
                0 18px 26px rgba(214, 170, 70, 0.14);
            transform: translateX(-50%);
        }

.mqs-summit-flag svg {
            width: 2.35rem;
            height: 2.35rem;
            stroke-width: 2;
            margin-top: 0.1rem;
        }

.mqs-journey-guide-v3 {
            display: none;
        }

.mqs-guide-dotted-v3 {
            stroke: url(#mqsJourneyGradientV3);
            stroke-width: 4.75;
            stroke-linecap: round;
            fill: none;
            opacity: 0;
            stroke-dasharray: 1;
            stroke-dashoffset: 1;
            filter: drop-shadow(0 16px 28px rgba(16, 45, 92, 0.12));
        }

.mqs-method-v3 .mqs-guide-drop {
            stroke: rgba(188, 190, 201, 0.75);
            stroke-width: 1.6;
            stroke-dasharray: 1 8;
        }

.mqs-method-v3 .mqs-guide-dot-ring {
            fill: #ffffff;
            stroke: rgba(255, 255, 255, 0.94);
            stroke-width: 9;
            filter: drop-shadow(0 14px 24px rgba(16, 45, 92, 0.1));
        }

.mqs-method-v3 .mqs-guide-dot-core {
            fill: #d5a33a;
        }

.mqs-method-v3 .mqs-journey-card {
            position: relative;
            z-index: 2;
            width: 100%;
            padding: 2.6rem 1.8rem 1.65rem;
            border-radius: 2rem;
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid rgba(255, 255, 255, 0.84);
            box-shadow:
                0 30px 60px rgba(34, 47, 77, 0.12),
                inset 0 1px 0 rgba(255, 255, 255, 0.92);
            backdrop-filter: none;
        }

.mqs-method-v3 .mqs-journey-card-start {
            position: absolute;
            left: 10rem;
            bottom: calc(-0.2rem - 50px);
            max-width: 17rem;
            margin-top: 0;
        }

.mqs-method-v3 .mqs-journey-card-end {
            position: absolute;
            right: 10rem;
            top: 4rem;
            max-width: 18.75rem;
            margin-top: 0;
        }

.mqs-method-v3 .mqs-card-badge {
            top: 0.35rem;
            left: -0rem;
            width: 4.7rem;
            height: 4.7rem;
            border-radius: 1.5rem 1.5rem 1.5rem 0.45rem;
            background: linear-gradient(180deg, #14376a 0%, #0d2c57 100%);
            box-shadow: 0 18px 36px rgba(15, 49, 89, 0.18);
        }

.mqs-method-v3 .mqs-journey-card-end .mqs-card-badge {
            background: linear-gradient(180deg, #e1b447 0%, #cc982f 100%);
        }

.mqs-method-v3 .mqs-card-badge svg {
            width: 2rem;
            height: 2rem;
        }

.mqs-method-v3 .mqs-journey-card h3 {
            padding-left: 3.25rem;
            margin: 0;
            color: #102d5c;
            font-size: clamp(1.9rem, 2.3vw, 2.35rem);
            line-height: 1.02;
            letter-spacing: -0.055em;
        }

.mqs-method-v3 .mqs-card-mark {
            margin: 1rem 0 1rem 3.25rem;
        }

.mqs-method-v3 .mqs-journey-card ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

.mqs-method-v3 .mqs-journey-card li {
            position: relative;
            padding: 0 0 0.95rem 1.8rem;
            color: #112f5d;
            font-size: 1.02rem;
            line-height: 1.5;
        }

.mqs-method-v3 .mqs-journey-card li + li {
            margin-top: 0.75rem;
        }

.mqs-method-v3 .mqs-journey-card li:not(:last-child) {
            border-bottom: 1px solid rgba(16, 45, 92, 0.09);
        }

.mqs-method-v3 .mqs-journey-card-start li::before {
            content: none;
        }

.mqs-method-v3 .mqs-journey-card-start li {
            padding-left: 1.5rem;
        }

.mqs-method-v3 .mqs-journey-card-start li::after {
            content: "\00D7";
            position: absolute;
            top: 0.05rem;
            left: 0;
            color: #153769;
            font-size: 1.4rem;
            line-height: 1;
            font-weight: 700;
        }

.mqs-method-v3 .mqs-journey-card .is-check-list li {
            padding-left: 2.5rem;
        }

.mqs-method-v3 .mqs-journey-card .is-check-list li::before {
            content: "\2713";
            position: absolute;
            top: 0;
            left: 0;
            color: #d6aa46;
            font-size: 1.35rem;
            line-height: 1;
            font-weight: 700;
        }

.mqs-method-v3 .mqs-journey-card .is-check-list strong,
        .mqs-method-v3 .mqs-journey-card .is-check-list span {
            display: inline;
        }

.mqs-method-v3 .mqs-journey-card .is-check-list strong {
            color: #102d5c;
            font-weight: 700;
        }

.mqs-method-v3 .mqs-stage-copy {
            position: absolute;
            z-index: 2;
            display: grid;
            gap: 0.85rem;
            max-width: 13.25rem;
            color: #102d5c;
        }

.mqs-method-v3 .mqs-stage-copy,
        .mqs-method-v3 .mqs-journey-guide-v3 .mqs-guide-stage {
            display: none;
        }

.mqs-stage-copy-1 {
            left: 19rem;
            top: 16.9rem;
        }

.mqs-stage-copy-2 {
            left: 30.6rem;
            top: 14.8rem;
        }

.mqs-stage-copy-3 {
            left: 43.7rem;
            top: 10.8rem;
        }

.mqs-stage-copy-4 {
            left: 54.9rem;
            top: 6.2rem;
        }

.mqs-stage-icon {
            width: 4.7rem;
            height: 4.7rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: linear-gradient(180deg, #173768 0%, #0d2c57 100%);
            border: 4px solid rgba(255, 255, 255, 0.98);
            color: #ffffff;
            box-shadow: 0 20px 34px rgba(16, 45, 92, 0.14);
        }

.mqs-stage-icon svg {
            width: 2rem;
            height: 2rem;
            stroke-width: 1.9;
        }

.mqs-stage-copy h3 {
            margin: 0;
            font-size: clamp(1.7rem, 2vw, 2rem);
            line-height: 1;
            letter-spacing: -0.05em;
        }

.mqs-stage-copy p {
            margin: 0;
            color: rgba(16, 45, 92, 0.86);
            font-size: 1rem;
            line-height: 1.5;
        }

.mqs-phase-flow-v3 {
            margin-top: clamp(-0.2rem, 0.6vw, 0.35rem);
            padding-top: clamp(1rem, 1.6vw, 1.45rem);
            border-top: 0;
        }

.mqs-method-v3 .mqs-phase-title {
            font-size: clamp(2.5rem, 3.2vw, 3.4rem);
        }

.mqs-method-v3 .mqs-phase-list {
            gap: 1.5rem;
        }

.mqs-method-v3 .mqs-phase-card {
            padding: 0.5rem 0.75rem 0;
        }

.mqs-method-v3 .mqs-phase-card svg {
            margin-bottom: 1.2rem;
        }

.mqs-method-v3 .mqs-phase-card h3 {
            font-size: clamp(1.65rem, 2vw, 2rem);
        }

.mqs-method-v3 .mqs-phase-card p {
            max-width: 16ch;
            font-size: 0.98rem;
        }

.mqs-chart-card-v3.is-chart-visible .mqs-guide-dotted-v3 {
            opacity: 1;
            stroke-dashoffset: 0;
            transition:
                opacity 260ms ease,
                stroke-dashoffset 1320ms cubic-bezier(0.22, 1, 0.36, 1);
        }

@media (max-width: 1240px) {
.mqs-method-v3 .container {
                width: min(calc(100% - 1.5rem), 1280px);
            }

.mqs-journey-visual-v3 {
                min-height: 33rem;
                margin-top: 0rem;
                padding-bottom: 0.75rem;
            }

.mqs-mountain-stage {
                top: -0.2rem;
                left: 0;
                right: 0;
                width: 100%;
            }

.mqs-summit-flag {
                right: 12%;
            }

.mqs-journey-guide-v3 {
                inset: 6.4rem 7.5rem 0 8.6rem;
            }

.mqs-stage-copy-1 {
                left: 17rem;
                top: 16rem;
            }

.mqs-stage-copy-2 {
                left: 27.4rem;
                top: 14rem;
            }

.mqs-stage-copy-3 {
                left: 39.4rem;
                top: 10.15rem;
            }

.mqs-stage-copy-4 {
                left: 49.4rem;
                top: 5.9rem;
            }
}

@media (max-width: 1100px) {
.mqs-method-v3 .mqs-method-head h2 {
                font-size: clamp(3.8rem, 6.2vw, 5.3rem);
            }

.mqs-journey-visual-v3 {
                min-height: 31rem;
                margin-top: 0.2rem;
            }

.mqs-method-v3 .mqs-journey-card-start {
                max-width: 15.5rem;
                bottom: -150px;
            }

.mqs-method-v3 .mqs-journey-card-end {
                top: 7.3rem;
                right: -1.4rem;
                max-width: 17rem;
            }

.mqs-stage-copy {
                max-width: 12rem;
            }

.mqs-stage-copy-1 {
                left: 15rem;
                top: 15rem;
            }

.mqs-stage-copy-2 {
                left: 24.4rem;
                top: 13.1rem;
            }

.mqs-stage-copy-3 {
                left: 34.4rem;
                top: 9.55rem;
            }

.mqs-stage-copy-4 {
                left: 42.8rem;
                top: 5.6rem;
            }
}

@media (max-width: 980px) {
.mqs-method-v3 {
                padding: 4.75rem 0;
                scroll-margin-top: 7rem;
            }

.mqs-method-v3 .container {
                width: min(calc(100% - 1.25rem), 1280px);
            }

.mqs-method-head-v3 {
                padding-left: 0;
            }

.mqs-journey-visual-v3 {
                display: grid;
                grid-template-columns: 1fr;
                min-height: 0;
                gap: 1.15rem;
                margin-top: 0.5rem;
                padding-bottom: 0;
            }

.mqs-mountain-stage {
                position: relative;
                top: auto;
                right: auto;
                order: 1;
                width: min(100%, 34rem);
                margin: 0 auto -6rem;
                opacity: 0.92;
            }

.mqs-summit-flag {
                right: 6.2rem;
                top: -0.85rem;
                width: 3.5rem;
                height: 6rem;
            }

.mqs-journey-guide-v3 {
                display: none;
            }

.mqs-method-v3 .mqs-journey-card-start,
        .mqs-method-v3 .mqs-journey-card-end {
                position: relative;
                grid-column: auto;
                justify-self: stretch;
                max-width: none;
                top: auto;
                left: auto;
                right: auto;
                bottom: auto;
            }

.mqs-method-v3 .mqs-journey-card-start {
                order: 2;
            }

.mqs-method-v3 .mqs-journey-card-end {
                order: 7;
            }

.mqs-method-v3 .mqs-journey-card h3,
        .mqs-method-v3 .mqs-card-mark {
                padding-left: 0;
                margin-left: 0;
            }

.mqs-stage-copy {
                position: relative;
                left: auto;
                top: auto;
                max-width: none;
                padding: 1.35rem 1rem 1.25rem;
                border-radius: 1.45rem;
                background: rgba(255, 255, 255, 0.76);
                border: 1px solid rgba(255, 255, 255, 0.82);
                box-shadow: 0 18px 34px rgba(31, 44, 73, 0.09);
                backdrop-filter: blur(6px);
            }

.mqs-stage-copy-1 { order: 3; }

.mqs-stage-copy-2 { order: 4; }

.mqs-stage-copy-3 { order: 5; }

.mqs-stage-copy-4 { order: 6; }

.mqs-phase-flow-v3 {
                margin-top: 0.5rem;
                padding-top: 1rem;
            }

.mqs-method-v3 .mqs-phase-list {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
}

@media (max-width: 760px) {
.mqs-method-v3 {
                padding: 4rem 0;
            }

.mqs-method-v3 .container {
                width: min(calc(100% - 1rem), 1280px);
            }

.mqs-method-v3 .mqs-method-head h2 {
                font-size: clamp(3.05rem, 14vw, 4.15rem);
                max-width: 8ch;
            }

.mqs-method-v3 .mqs-method-head > p:last-child {
                font-size: 1.03rem;
            }

.mqs-mountain-stage {
                margin-bottom: -9rem;
            }

.mqs-summit-flag {
                right: 4.4rem;
                top: -0.2rem;
                width: 3.9rem;
                height: 3.9rem;
            }

.mqs-summit-flag svg {
                width: 1.6rem;
                height: 1.6rem;
            }

.mqs-method-v3 .mqs-journey-card {
                padding: 2.25rem 1.2rem 1.35rem;
                border-radius: 1.45rem;
                backdrop-filter: none;
            }

.mqs-method-v3 .mqs-card-badge {
                width: 4rem;
                height: 4rem;
                top: 0.2rem;
                left: -0.35rem;
            }

.mqs-method-v3 .mqs-card-badge svg {
                width: 1.7rem;
                height: 1.7rem;
            }

.mqs-method-v3 .mqs-journey-card h3 {
                padding-left: 2.8rem;
                font-size: 1.65rem;
            }

.mqs-method-v3 .mqs-card-mark {
                margin-top: 0.8rem;
                margin-bottom: 0.85rem;
                margin-left: 2.8rem;
            }

.mqs-method-v3 .mqs-journey-card li {
                font-size: 0.94rem;
            }

.mqs-stage-copy {
                gap: 0.75rem;
            }

.mqs-stage-icon {
                width: 4rem;
                height: 4rem;
            }

.mqs-stage-icon svg {
                width: 1.7rem;
                height: 1.7rem;
            }

.mqs-stage-copy h3 {
                font-size: 1.45rem;
            }

.mqs-stage-copy p {
                font-size: 0.92rem;
            }

.mqs-method-v3 .mqs-phase-title {
                font-size: 2rem;
            }

.mqs-method-v3 .mqs-phase-list {
                grid-template-columns: 1fr 1fr;
                gap: 0.9rem;
            }

.mqs-method-v3 .mqs-phase-card {
                padding: 0.5rem 0.15rem 0;
            }

.mqs-method-v3 .mqs-phase-card h3 {
                font-size: 1.4rem;
            }

.mqs-method-v3 .mqs-phase-card p {
                margin-top: 0.55rem;
                font-size: 0.88rem;
                line-height: 1.4;
            }
}

@media (prefers-reduced-motion: reduce) {
.mqs-guide-dotted-v3,
        .mqs-chart-card-v3.is-chart-visible .mqs-guide-dotted-v3 {
                transition: none;
            }
}
