
        .case-row { display: grid; grid-template-columns: 220px 1fr; gap: 5rem; align-items: start; padding: 5rem 0; }
        .case-row__label { font-size: clamp(1.25rem, 1.6vw, 1.5rem); font-weight: 500; letter-spacing: -0.02em; line-height: 1.2; color: var(--text); padding-top: 0.25rem; }
        .case-row__content { max-width: none; }
        .case-row__content > *:first-child { margin-top: 0; }
        .case-row__content p { font-size: clamp(1.05rem, 1.2vw, 1.25rem); color: var(--text-muted); line-height: 1.7; margin-bottom: 1.25rem; }
        .case-row__content p:last-child { margin-bottom: 0; }
        .case-row__content p strong { color: var(--text); font-weight: 500; }
        .case-sub { margin: 0 0 1.25rem; font-size: clamp(1.05rem, 1.2vw, 1.25rem); color: var(--text-muted); line-height: 1.7; }
        .case-sub strong { color: var(--text); font-weight: 500; }
        .case-row__media { padding: 0 0 6rem; }
        .case-row__media .case-image { margin-top: 0; margin-bottom: 0; }
        .case-row__media .case-split-images { margin-top: 0; margin-bottom: 0; }
        .case-row__media .case-image-caption { margin-bottom: 0; }
        .case-row__quote { padding: 0 0 0; padding-left: calc(220px + 5rem); }
        .case-row__quote--full { padding-left: 0; }
        .case-details { background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 16px; padding: 2.25rem; margin-bottom: 2rem; }
        .case-details__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2rem; }
        .case-detail h4 { font-size: clamp(0.65rem, 0.7vw, 0.7rem); font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 0.75rem; }
        .case-detail p, .case-detail li { font-size: clamp(0.9rem, 1vw, 1rem); color: var(--text-muted); line-height: 1.6; }
        .case-detail ul { list-style: none; padding: 0; margin: 0; }
        .case-detail li { position: relative; padding-left: 1rem; margin-bottom: 0.35rem; }
        .case-detail li::before { content: "\2022"; position: absolute; left: 0; color: var(--text-muted); }
        .case-row__content .case-decision-table { margin-bottom: 3rem; }
        #key-decisions.case-row { padding-bottom: 3rem; }
        .case-row__content p, .case-row__content .case-sub { max-width: none; }
        @media (max-width: 768px) { .case-row { grid-template-columns: 1fr; gap: 1rem; padding: 2.5rem 0; } .case-row__quote { padding-left: 0; } }
        .page-case-study .container { max-width: 1920px; margin-inline: auto; }
        .case-split-images { grid-template-columns: 1fr; }
        .case-split-images img { width: 100%; }
        .case-image-caption { text-align: center; }
        .case-tension { padding: 1.75rem 2rem; margin: 2rem 0; background: rgba(250,204,21,.06); border-radius: 12px; }
        .case-tension__label { font-size: .75rem; color: #facc15; margin-bottom: .5rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
        .case-tension__text { font-size: clamp(1.05rem,1.15vw,1.2rem); line-height: 1.65; }
        .pain-table { width: 100%; border-collapse: collapse; margin: 2rem 0 3rem; }
        .pain-table th { text-align: left; padding: 0.75rem 1rem; font-size: 0.8rem; color: var(--text-muted); font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; border-bottom: 1px solid var(--border); }
        .pain-table td { padding: 1rem; border-bottom: 1px solid var(--border-light); vertical-align: top; font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.5; }
        .pain-table tr:last-child td { border-bottom: none; }
        .pain-table__step { font-weight: 600; color: var(--text); white-space: nowrap; }
        .pain-table__impact { color: #f87171; font-size: 0.85rem; }
        .pain-table__impl { color: #4ade80; font-size: 0.85rem; }
        .hyp-table { width: 100%; border-collapse: collapse; margin: 2rem 0 3rem; }
        .hyp-table th { text-align: left; padding: 0.75rem 1rem; font-size: 0.8rem; color: var(--text-muted); font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; border-bottom: 1px solid var(--border); }
        .hyp-table td { padding: 1rem; border-bottom: 1px solid var(--border-light); vertical-align: top; font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.5; }
        .hyp-table tr:last-child td { border-bottom: none; }
        .hyp-table__pain { color: #f87171; font-size: 0.85rem; }
        .hyp-table__solution { color: var(--text); font-weight: 600; }
        .hyp-table__impact { color: #4ade80; font-size: 0.85rem; }
        .ia-table { width: 100%; border-collapse: collapse; margin: 2rem 0 3rem; }
        .ia-table th { text-align: left; padding: 0.75rem 1rem; font-size: 0.8rem; color: var(--text-muted); font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; border-bottom: 1px solid var(--border); }
        .ia-table td { padding: 1rem; border-bottom: 1px solid var(--border-light); vertical-align: top; font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.5; }
        .ia-table tr:last-child td { border-bottom: none; }
        .ia-table__problem { color: #f87171; }
        .ia-table__objective { color: #4ade80; font-weight: 600; }
        .ia-table__area { font-weight: 500; }
        .bench-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin: 2rem 0 3rem; }
        .bench-card { background: #dbeafe; padding: 1.5rem 1.5rem 2rem; position: relative; box-shadow: 2px 2px 8px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.04); transform: rotate(0.5deg); }
        .bench-card:nth-child(2) { transform: rotate(-0.8deg); }
        .bench-card:nth-child(3) { transform: rotate(0.3deg); }
        .bench-card:nth-child(4) { transform: rotate(-0.5deg); }
        .bench-card::before { content: ''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 50px; height: 12px; background: rgba(200,200,200,0.5); border-radius: 2px; }
        [data-theme="dark"] .bench-card { background: #1e3a5f; box-shadow: 2px 2px 8px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.06); }
        [data-theme="dark"] .bench-card::before { background: rgba(100,100,100,0.4); }
        .bench-card__name { font-size: 1.1rem; font-weight: 600; margin-bottom: 1rem; color: #1e40af; }
        [data-theme="dark"] .bench-card__name { color: #93c5fd; }
        .bench-card__section { margin-bottom: 1rem; }
        .bench-card__label { font-size: 0.8rem; color: #1e40af; margin-bottom: 0.4rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
        [data-theme="dark"] .bench-card__label { color: #93c5fd; }
        .bench-card__list { list-style: none; padding: 0; }
        .bench-card__list li { font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.6; padding: 0.2rem 0; color: #1e3a8a; }
        [data-theme="dark"] .bench-card__list li { color: #bfdbfe; }
        .bench-card__list li::before { content: '\2022'; margin-right: 0.5rem; }
        .bench-card--strength .bench-card__list li::before { color: #16a34a; }
        .bench-card--weakness .bench-card__list li::before { color: #dc2626; }
        .bench-card--insight .bench-card__list li::before { color: #2563eb; }
        .flow-container { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin: 2rem 0 3rem; }
        .flow-track__title { font-size: clamp(1.1rem, 1.3vw, 1.35rem); font-weight: 600; margin-bottom: 1.5rem; color: var(--text); display: flex; align-items: center; gap: 0.75rem; }
        .flow-track__badge { font-size: 0.75rem; padding: 0.2rem 0.5rem; border-radius: 4px; font-weight: 600; }
        .flow-track__badge--day0 { background: #60a5fa; color: #000; }
        .flow-track__badge--daily { background: #facc15; color: #000; }
        .flow-steps { display: flex; flex-direction: column; gap: 0; }
        .flow-step { display: flex; align-items: flex-start; gap: 1rem; padding: 0.75rem 0; position: relative; }
        .flow-step__dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; margin-top: 0.4rem; position: relative; z-index: 1; }
        .flow-step__dot--day0 { background: #60a5fa; }
        .flow-step__dot--daily { background: #facc15; }
        .flow-step__line { position: absolute; left: 4px; top: 1.4rem; bottom: -0.4rem; width: 2px; background: var(--border-light); }
        .flow-step:last-child .flow-step__line { display: none; }
        .flow-step__label { font-size: clamp(1.05rem, 1.2vw, 1.25rem); font-weight: 500; color: var(--text); }
        .flow-step__desc { font-size: clamp(1rem, 1.1vw, 1.15rem); color: var(--text-muted); margin-top: 0.2rem; }
        .password-overlay { position: fixed; inset: 0; background: #1c1c1c; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
        .password-box { width: 100%; max-width: 420px; padding: 2.5rem; background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 16px; text-align: center; }
        .password-box__title { color: #fff; margin-bottom: 0.75rem; font-size: clamp(1.5rem, 2vw, 1.75rem); font-weight: 500; letter-spacing: -0.02em; }
        .password-box__text { color: var(--text-muted); margin-bottom: 1.75rem; font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.6; }
        .password-box__input { width: 100%; padding: 0.875rem 1rem; background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 8px; color: #fff; margin-bottom: 1rem; font-size: 1rem; outline: none; }
        .password-box__input:focus { border-color: var(--text); }
        .password-box__button { width: 100%; padding: 0.875rem; background: #fff; color: #1c1c1c; border: none; border-radius: 8px; font-weight: 500; cursor: pointer; font-size: 1rem; }
        .password-box__button:hover { opacity: 0.9; }
        .password-box__error { color: #f87171; margin-top: 1rem; font-size: 0.95rem; display: none; }
        .jtbd-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0 3rem; }
        .jtbd-card { background: #fef3c7; padding: 1.5rem 1.5rem 2rem; position: relative; box-shadow: 2px 2px 8px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.04); transform: rotate(-1deg); }
        .jtbd-card:nth-child(2) { transform: rotate(0.5deg); }
        .jtbd-card:nth-child(3) { transform: rotate(-0.3deg); }
        .jtbd-card:nth-child(4) { transform: rotate(0.8deg); }
        .jtbd-card:nth-child(5) { transform: rotate(-0.5deg); }
        .jtbd-card:nth-child(6) { transform: rotate(0.3deg); }
        .jtbd-card::before { content: ''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 50px; height: 12px; background: rgba(200,200,200,0.5); border-radius: 2px; }
        [data-theme="dark"] .jtbd-card { background: #422006; box-shadow: 2px 2px 8px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.06); }
        [data-theme="dark"] .jtbd-card::before { background: rgba(100,100,100,0.4); }
        .jtbd-card__label { font-size: 0.8rem; color: #92400e; margin-bottom: 0.5rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
        [data-theme="dark"] .jtbd-card__label { color: #fbbf24; }
        .jtbd-card__text { font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.6; color: #78350f; }
        [data-theme="dark"] .jtbd-card__text { color: #fde68a; }
        @media (prefers-reduced-motion: reduce) { .bench-card, .jtbd-card { transform: none !important; } .fade-in { opacity: 1; transform: none; transition: none; } }
        @media (max-width: 768px) { .bench-grid { grid-template-columns: 1fr; } .flow-container { grid-template-columns: 1fr; } .jtbd-grid { grid-template-columns: 1fr; } .password-box { padding: 1.75rem; } }
