.t2-page { overflow-x: clip; background: #fff; }
.t2-container { width: min(calc(100% - 48px), 1220px); margin-inline: auto; }
.t2-section { padding-block: clamp(70px, 7vw, 105px); }
.t2-section--soft { background: linear-gradient(180deg, #fbf8fc, #fff); }
.t2-kicker, .t2-eyebrow { margin: 0 0 14px; color: var(--color-brand); font-size: .72rem; font-weight: 850; letter-spacing: .15em; line-height: 1.45; text-transform: uppercase; }
.t2-heading { max-width: 790px; margin-bottom: 40px; }
.t2-heading--center { margin-inline: auto; text-align: center; }
.t2-heading h2 { margin-bottom: 14px; font-size: clamp(2rem, 3.6vw, 3.35rem); }
.t2-heading p:last-child { max-width: 680px; margin-bottom: 0; color: var(--color-copy); }
.t2-heading--center p:last-child { margin-inline: auto; }
.t2-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid rgba(112,0,117,.18); border-radius: 9px; background: var(--gradient-brand); color: #fff; font-size: .88rem; font-weight: 800; box-shadow: var(--shadow-brand); transition: transform .2s ease, box-shadow .25s ease; }
.t2-button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(139,0,143,.28); }
.t2-button--outline { background: #fff; color: var(--color-brand); box-shadow: var(--shadow-xs); }
.t2-button--light { border-color: rgba(255,255,255,.7); background: #fff; color: var(--color-brand); box-shadow: 0 14px 30px rgba(42,0,48,.18); }

/* Hero */
.t2-hero { position: relative; overflow: hidden; padding-block: clamp(58px, 7vw, 94px) 62px; background: radial-gradient(circle at 80% 15%, rgba(216,59,186,.1), transparent 28%), linear-gradient(135deg, #fff 58%, #fbf5fc); }
.t2-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(159,0,159,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(159,0,159,.032) 1px, transparent 1px); background-size: 52px 52px; content: ""; mask-image: linear-gradient(90deg, transparent 30%, #000 85%); }
.t2-hero__grid { position: relative; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: clamp(44px, 6vw, 88px); }
.t2-hero__copy { position: relative; z-index: 3; }
.t2-hero h1 { margin-bottom: 22px; font-size: clamp(2.65rem, 4.7vw, 5rem); }
.t2-hero h1 span { color: var(--color-brand); }
.t2-hero__lead { max-width: 600px; margin-bottom: 14px; color: var(--color-copy); font-size: clamp(1.02rem, 1.5vw, 1.23rem); line-height: 1.55; }
.t2-hero__support { max-width: 570px; margin-bottom: 26px; color: var(--color-brand-dark); font-weight: 700; }
.t2-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.t2-hero__visual { position: relative; padding-bottom: 80px; }
.t2-hero__visual figure { position: relative; overflow: hidden; margin: 0; border-radius: 26px 26px 70px 26px; background: #eee; box-shadow: var(--shadow-md); }
.t2-hero__visual figure::after { position: absolute; inset: 0; background: linear-gradient(140deg, transparent 48%, rgba(113,0,119,.2)); content: ""; }
.t2-hero__visual figure img { width: 100%; min-height: 420px; object-fit: cover; }
.t2-hero-signals { position: absolute; right: 20px; bottom: 0; left: -15px; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.t2-hero-signals article { display: flex; min-width: 0; gap: 11px; padding: 17px; border: 1px solid var(--color-line); border-radius: 12px; background: rgba(255,255,255,.95); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.t2-hero-signals .semantic-icon { flex: 0 0 auto; width: 26px; height: 26px; }
.t2-hero-signals strong, .t2-hero-signals small { display: block; }
.t2-hero-signals strong { margin-bottom: 4px; font-size: .75rem; line-height: 1.25; }
.t2-hero-signals small { color: var(--color-copy); font-size: .65rem; line-height: 1.35; }

/* Trust and page navigation */
.t2-trust { padding-block: 30px 38px; border-block: 1px solid var(--color-line); }
.t2-trust h2 { margin-bottom: 20px; color: #19234a; font-size: .74rem; letter-spacing: .17em; text-align: center; text-transform: uppercase; }
.t2-page-nav { position: sticky; top: 68px; z-index: 40; border-bottom: 1px solid var(--color-line); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); }
.t2-page-nav .t2-container { display: flex; align-items: center; gap: 26px; overflow-x: auto; scrollbar-width: none; }
.t2-page-nav a { flex: 0 0 auto; padding-block: 15px; color: var(--color-copy); font-size: .79rem; font-weight: 720; }
.t2-page-nav a:hover, .t2-page-nav__cta { color: var(--color-brand) !important; }
.t2-page-nav__cta { margin-left: auto; }

/* SaaS buying context */
.t2-context { padding-top: 38px; padding-bottom: 0; }
.t2-context__panel { position: relative; overflow: hidden; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 46px; padding: clamp(32px, 4vw, 54px); border-radius: 21px; color: #fff; background: var(--gradient-dark); box-shadow: var(--shadow-md); }
.t2-context__panel::after { position: absolute; right: -160px; bottom: -200px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(223,57,197,.24), transparent 65%); content: ""; }
.t2-context__copy, .t2-buying-flow { position: relative; z-index: 2; }
.t2-context__copy h2 { margin-bottom: 14px; font-size: clamp(1.85rem, 3vw, 2.8rem); }
.t2-context__copy p:last-child { margin-bottom: 0; color: #bbc0d2; }
.t2-buying-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.t2-buying-flow li { position: relative; padding: 22px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(255,255,255,.045); text-align: center; }
.t2-buying-flow li:not(:last-child)::after { position: absolute; top: 50%; right: -8px; z-index: 2; color: #ea65d4; content: "›"; transform: translateY(-50%); }
.t2-buying-flow .semantic-icon { width: 28px; height: 28px; margin: 0 auto 10px; filter: brightness(0) invert(1); }
.t2-buying-flow strong, .t2-buying-flow small { display: block; }
.t2-buying-flow strong { font-size: .78rem; }
.t2-buying-flow small { margin-top: 4px; color: #adb4c8; font-size: .65rem; line-height: 1.35; }

/* Frictions and system formula */
.t2-friction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.t2-friction-card, .t2-connections { padding: clamp(27px, 3vw, 40px); border: 1px solid var(--color-line); border-radius: 18px; box-shadow: var(--shadow-xs); }
.t2-friction-card h3, .t2-connections h3 { margin-bottom: 24px; font-size: 1.45rem; }
.t2-friction-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 0; padding: 0; list-style: none; }
.t2-friction-card li { position: relative; padding-left: 23px; }
.t2-friction-card li::before { position: absolute; top: 1px; left: 0; display: grid; width: 16px; height: 16px; place-items: center; border: 1px solid #e5a3db; border-radius: 50%; color: var(--color-brand); content: "×"; font-size: .65rem; }
.t2-friction-card b, .t2-friction-card span { display: block; }
.t2-friction-card b { font-size: .8rem; }
.t2-friction-card span { color: var(--color-copy); font-size: .7rem; line-height: 1.4; }
.t2-connections { display: flex; flex-direction: column; background: linear-gradient(145deg, #fff 55%, #fbf2fb); }
.t2-connections > div { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 6px; }
.t2-connections > div span { min-width: 0; padding: 18px 8px; border: 1px solid var(--color-line); border-radius: 10px; background: #fff; color: var(--color-copy); font-size: .63rem; text-align: center; }
.t2-connections > div b { display: block; margin-bottom: 4px; color: var(--color-brand); font-size: .77rem; }
.t2-connections > div i { color: #da439b; font-style: normal; font-weight: 850; }
.t2-connections > p { margin: 22px 0; color: var(--color-copy); font-size: .86rem; }
.t2-connections .t2-button { align-self: flex-start; margin-top: auto; }
.t2-system-formula { margin-top: 22px; padding: 27px; border: 1px solid var(--color-line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-xs); text-align: center; }
.t2-system-formula > div { display: flex; align-items: stretch; justify-content: center; gap: 8px; }
.t2-system-formula span { display: grid; min-width: 100px; place-items: center; gap: 7px; padding: 14px 10px; border-radius: 10px; background: #faf6fb; }
.t2-system-formula .semantic-icon { width: 28px; height: 28px; }
.t2-system-formula b { font-size: .72rem; }
.t2-system-formula em { align-self: center; color: var(--color-brand); font-style: normal; font-weight: 850; }
.t2-system-formula .is-result { color: #fff; background: var(--gradient-brand); }
.t2-system-formula .is-result .semantic-icon { filter: brightness(0) invert(1); }

/* Stages and motions */
.t2-stage-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 28px; }
.t2-stage-line::before { position: absolute; top: 21px; right: 9%; left: 9%; height: 2px; background: linear-gradient(90deg, #b600aa, #dc55bd); content: ""; }
.t2-stage-line article { position: relative; padding-top: 52px; }
.t2-stage-line article > span { position: absolute; top: 0; left: 0; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; border: 6px solid #fff; border-radius: 50%; background: var(--color-brand); color: #fff; box-shadow: 0 0 0 1px rgba(159,0,159,.18); font-size: .7rem; font-weight: 800; }
.t2-stage-line h3 { margin-bottom: 8px; font-size: 1rem; }
.t2-stage-line p { margin: 0; color: var(--color-copy); font-size: .78rem; }
.t2-motion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.t2-motion-grid article { overflow: hidden; border: 1px solid var(--color-line); border-radius: 17px; background: #fff; box-shadow: var(--shadow-xs); }
.t2-motion-grid figure { margin: 0; }
.t2-motion-grid img { width: 100%; height: 180px; object-fit: cover; }
.t2-motion-grid article > div { padding: 22px; }
.t2-motion-grid h3 { margin-bottom: 8px; font-size: 1.14rem; }
.t2-motion-grid p:last-child { margin: 0; color: var(--color-copy); font-size: .8rem; }

/* Scope and prioritization */
.t2-scope-grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--color-line); border-radius: 18px; box-shadow: var(--shadow-xs); }
.t2-scope-grid article { min-width: 0; padding: 25px 17px; text-align: center; }
.t2-scope-grid article + article { border-left: 1px solid var(--color-line); }
.t2-scope-grid .semantic-icon { width: 34px; height: 34px; margin: 0 auto 13px; }
.t2-scope-grid h3 { margin-bottom: 8px; font-size: .88rem; letter-spacing: -.02em; }
.t2-scope-grid p { margin: 0; color: var(--color-copy); font-size: .7rem; }
.t2-priority-panel { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 46px; margin-top: 22px; padding: clamp(28px, 4vw, 45px); border: 1px solid var(--color-line); border-radius: 18px; background: #fbf9fc; }
.t2-priority-panel h2 { margin-bottom: 12px; font-size: clamp(1.7rem, 2.8vw, 2.5rem); }
.t2-priority-panel p:last-child { margin-bottom: 0; color: var(--color-copy); font-size: .87rem; }
.t2-priority-matrix { display: grid; gap: 10px; }
.t2-priority-matrix span { display: grid; grid-template-columns: 1fr repeat(3, 18px); align-items: center; gap: 8px; }
.t2-priority-matrix b { color: var(--color-copy); font-size: .75rem; }
.t2-priority-matrix i { width: 12px; height: 12px; border-radius: 50%; background: #ccd0da; }
.t2-priority-matrix .is-high { background: #d840a6; }
.t2-priority-matrix .is-mid { background: #f29d4f; }

/* Method and implementation */
.t2-method-section { background: linear-gradient(180deg, #fff, #fbf8fc); }
.t2-method { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin: 0 0 32px; padding: 0; list-style: none; }
.t2-method li { position: relative; padding: 0 15px; text-align: center; }
.t2-method li:not(:last-child)::after { position: absolute; top: 20px; right: -8px; width: 16px; height: 1px; background: var(--color-brand); content: ""; }
.t2-method li > span { display: grid; width: 42px; height: 42px; place-items: center; margin: 0 auto 14px; border-radius: 50%; background: var(--color-brand); color: #fff; font-size: .72rem; font-weight: 800; }
.t2-method h3 { margin-bottom: 7px; font-size: .9rem; }
.t2-method p { margin: 0; color: var(--color-copy); font-size: .69rem; }
.t2-implementation { display: grid; grid-template-columns: .85fr 1.1fr .55fr; overflow: hidden; border: 1px solid var(--color-line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.t2-implementation > div { padding: clamp(28px, 4vw, 44px); }
.t2-implementation h2 { margin-bottom: 17px; font-size: clamp(1.7rem, 2.8vw, 2.5rem); }
.t2-implementation ul { margin: 0; padding: 0; list-style: none; }
.t2-implementation li { position: relative; margin-bottom: 9px; padding-left: 21px; color: var(--color-copy); font-size: .8rem; }
.t2-implementation li::before { position: absolute; left: 0; color: var(--color-brand); content: "✓"; }
.t2-implementation figure { min-height: 100%; margin: 0; }
.t2-implementation figure img { width: 100%; height: 100%; object-fit: cover; }
.t2-implementation aside { padding: 28px 20px; background: #faf5fb; }
.t2-implementation aside .semantic-icon { width: 31px; height: 31px; margin-bottom: 7px; }
.t2-implementation aside h3 { margin-bottom: 5px; font-size: .9rem; }
.t2-implementation aside p { color: var(--color-copy); font-size: .7rem; }
.t2-implementation aside .t2-button { width: 100%; margin-top: 10px; padding-inline: 10px; font-size: .7rem; }

/* Fit and modes */
.t2-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.t2-fit-card { padding: clamp(28px, 4vw, 42px); border: 1px solid var(--color-line); border-radius: 18px; background: #fff; }
.t2-fit-card--positive { border-color: #cde8da; background: linear-gradient(145deg, #fff, #f3fcf7); }
.t2-fit-card--warning { border-color: #f0d6e4; background: linear-gradient(145deg, #fff, #fff6fa); }
.t2-fit-card h2 { margin-bottom: 18px; font-size: clamp(1.65rem, 2.6vw, 2.35rem); }
.t2-fit-card ul { margin: 0; padding: 0; list-style: none; }
.t2-fit-card li { position: relative; margin-bottom: 9px; padding-left: 22px; color: var(--color-copy); font-size: .82rem; }
.t2-fit-card li::before { position: absolute; left: 0; color: #159654; content: "✓"; font-weight: 900; }
.t2-fit-card--warning li::before { color: #d03284; content: "•"; }
.t2-service-modes { margin-top: 22px; padding: 28px; border: 1px solid var(--color-line); border-radius: 18px; background: #fff; text-align: center; }
.t2-service-modes > div { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 840px; margin-inline: auto; }
.t2-service-modes article { padding: 12px 28px; }
.t2-service-modes article + article { border-left: 1px solid var(--color-line); }
.t2-service-modes .semantic-icon { width: 35px; height: 35px; margin: 0 auto 10px; }
.t2-service-modes h3 { margin-bottom: 7px; font-size: 1rem; }
.t2-service-modes p { margin: 0; color: var(--color-copy); font-size: .75rem; }

/* Why, metrics and revenue loop */
.t2-why-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--color-line); border-radius: 18px; }
.t2-why-grid article { padding: 27px 20px; }
.t2-why-grid article + article { border-left: 1px solid var(--color-line); }
.t2-why-grid .semantic-icon { width: 35px; height: 35px; margin-bottom: 14px; }
.t2-why-grid h3 { margin-bottom: 8px; font-size: .9rem; }
.t2-why-grid p { margin: 0; color: var(--color-copy); font-size: .72rem; }
.t2-data-context { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 22px; }
.t2-metrics, .t2-revenue-loop { padding: clamp(28px, 4vw, 42px); border-radius: 18px; }
.t2-metrics { color: #fff; background: var(--gradient-dark); }
.t2-revenue-loop { border: 1px solid var(--color-line); background: #fff; }
.t2-metrics h2, .t2-revenue-loop h2 { margin-bottom: 17px; font-size: clamp(1.65rem, 2.6vw, 2.35rem); }
.t2-metrics > div { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.t2-metrics > div span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; background: rgba(255,255,255,.06); font-size: .7rem; }
.t2-metrics p:last-child { margin: 0; color: #b9bed0; font-size: .82rem; }
.t2-revenue-loop > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 20px; }
.t2-revenue-loop > div span { padding: 15px 10px; border: 1px solid var(--color-line); border-radius: 9px; color: var(--color-copy); font-size: .67rem; text-align: center; }
.t2-revenue-loop > div b { display: block; margin-bottom: 4px; color: var(--color-brand); font-size: .75rem; }
.t2-revenue-loop p:last-child { margin: 0; color: var(--color-copy); font-size: .82rem; }

/* Investment and conversion */
.t2-investment { padding-block: 30px; color: #fff; background: var(--gradient-brand); }
.t2-investment__inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; }
.t2-investment h2 { margin-bottom: 7px; font-size: clamp(1.55rem, 2.5vw, 2.3rem); }
.t2-investment p:last-child { margin-bottom: 0; color: rgba(255,255,255,.8); font-size: .84rem; }
.t2-investment .t2-kicker { color: #fff; opacity: .8; }
.t2-investment__criteria { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.t2-investment__criteria span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; font-size: .63rem; text-align: center; }
.t2-conversion__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(38px, 6vw, 82px); }
.t2-conversion h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); }
.t2-faq { margin-top: 28px; border-top: 1px solid var(--color-line); }
.t2-faq details { border-bottom: 1px solid var(--color-line); }
.t2-faq summary { position: relative; padding: 18px 34px 18px 0; font-size: .88rem; font-weight: 750; cursor: pointer; list-style: none; }
.t2-faq summary::after { position: absolute; top: 16px; right: 4px; color: var(--color-brand); content: "+"; font-size: 1.2rem; }
.t2-faq details[open] summary::after { content: "−"; }
.t2-faq details p { padding: 0 30px 18px 0; color: var(--color-copy); font-size: .82rem; }
.t2-diagnostic-card { overflow: hidden; border: 1px solid rgba(159,0,159,.34); border-radius: 20px; background: #fff; box-shadow: var(--shadow-md); }
.t2-diagnostic-card__intro { padding: 32px 36px 28px; color: #fff; background: var(--gradient-dark); }
.t2-diagnostic-card__intro h2 { margin-bottom: 15px; font-size: clamp(1.65rem, 2.7vw, 2.45rem); }
.t2-diagnostic-card__intro ul { display: flex; flex-wrap: wrap; gap: 7px 20px; margin: 0; padding: 0; list-style: none; }
.t2-diagnostic-card__intro li { position: relative; padding-left: 17px; color: #c6cad8; font-size: .74rem; }
.t2-diagnostic-card__intro li::before { position: absolute; left: 0; color: #f15bd1; content: "✓"; }
.t2-diagnostic-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 28px 36px 32px; }
.t2-diagnostic-card label { display: block; margin-bottom: 5px; color: var(--color-brand-dark); font-size: .7rem; font-weight: 750; }
.t2-diagnostic-card input, .t2-diagnostic-card select { width: 100%; min-height: 45px; padding: 9px 11px; border: 1px solid #decce0; border-radius: 7px; background: #fff; }
.t2-diagnostic-card input:focus, .t2-diagnostic-card select:focus { border-color: var(--color-brand); outline: 3px solid rgba(159,0,159,.09); }
.t2-diagnostic-card button, .t2-form-note, .t2-form-feedback { grid-column: 1 / -1; }
.t2-diagnostic-card button { width: 100%; border: 0; }
.t2-form-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 0; color: var(--color-muted); font-size: .68rem; }
.t2-form-note .semantic-icon { width: 15px; height: 15px; }
.t2-form-feedback { margin: 0; color: var(--color-brand-dark); font-size: .76rem; font-weight: 700; text-align: center; }
.t2-final-cta { position: relative; overflow: hidden; padding-block: 46px; color: #fff; background: var(--gradient-dark); }
.t2-final-cta::after { position: absolute; inset: 0; background: radial-gradient(circle at 85% 50%, rgba(211,47,183,.34), transparent 33%); content: ""; }
.t2-final-cta .t2-container { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.t2-final-cta h2 { margin-bottom: 8px; font-size: clamp(1.7rem, 3vw, 2.8rem); }
.t2-final-cta p:last-child { max-width: 780px; margin-bottom: 0; color: #bbc0d2; }
.t2-final-cta .t2-kicker { color: #ef61d2; }

[data-t2-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease-standard), transform .65s var(--ease-standard); }
[data-t2-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-t2-reveal] { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1040px) {
  .t2-hero__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .t2-hero-signals { right: 0; left: 0; }
  .t2-hero-signals article { padding: 13px; }
  .t2-context__panel { grid-template-columns: 1fr; }
  .t2-scope-grid { grid-template-columns: repeat(3, 1fr); }
  .t2-scope-grid article + article { border-left: 0; }
  .t2-scope-grid article:not(:nth-child(3n+1)) { border-left: 1px solid var(--color-line); }
  .t2-scope-grid article:nth-child(n+4) { border-top: 1px solid var(--color-line); }
  .t2-method { grid-template-columns: repeat(3, 1fr); gap: 28px 0; }
  .t2-method li:nth-child(3)::after { display: none; }
  .t2-implementation { grid-template-columns: .8fr 1.2fr; }
  .t2-implementation aside { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 12px; }
  .t2-implementation aside p { margin: 0; }
  .t2-why-grid { grid-template-columns: repeat(3, 1fr); }
  .t2-why-grid article + article { border-left: 0; }
  .t2-why-grid article:not(:nth-child(3n+1)) { border-left: 1px solid var(--color-line); }
  .t2-why-grid article:nth-child(n+4) { border-top: 1px solid var(--color-line); }
  .t2-investment__inner { grid-template-columns: 1fr auto; }
  .t2-investment__criteria { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 760px) {
  .t2-container { width: min(calc(100% - 32px), 1220px); }
  .t2-section { padding-block: 58px; }
  .t2-hero { padding-top: 42px; }
  .t2-hero__grid { grid-template-columns: 1fr; }
  .t2-hero h1 { font-size: clamp(2.45rem, 11vw, 4rem); }
  .t2-actions { display: grid; }
  .t2-hero__visual { padding-bottom: 0; }
  .t2-hero__visual figure img { min-height: 330px; }
  .t2-hero-signals { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: 1fr; margin-top: -18px; padding-inline: 12px; }
  .t2-page-nav { top: 64px; }
  .t2-page-nav .t2-container { width: 100%; padding-inline: 16px; gap: 22px; }
  .t2-page-nav__cta { margin-left: 0; }
  .t2-buying-flow { grid-template-columns: repeat(2, 1fr); }
  .t2-buying-flow li:not(:last-child)::after { display: none; }
  .t2-buying-flow li:last-child { grid-column: 1 / -1; }
  .t2-friction-grid, .t2-priority-panel, .t2-fit-grid, .t2-data-context, .t2-conversion__grid { grid-template-columns: 1fr; }
  .t2-friction-card ul { grid-template-columns: 1fr; }
  .t2-system-formula { overflow-x: auto; text-align: left; }
  .t2-system-formula > .t2-kicker { text-align: center; }
  .t2-system-formula > div { width: max-content; justify-content: flex-start; }
  .t2-stage-line { grid-template-columns: 1fr; gap: 20px; }
  .t2-stage-line::before { top: 0; right: auto; bottom: 0; left: 20px; width: 2px; height: auto; }
  .t2-stage-line article { min-height: 72px; padding: 4px 0 0 64px; }
  .t2-motion-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .t2-motion-grid article { flex: 0 0 86%; scroll-snap-align: start; }
  .t2-scope-grid { grid-template-columns: 1fr 1fr; }
  .t2-scope-grid article:not(:nth-child(3n+1)) { border-left: 0; }
  .t2-scope-grid article:nth-child(even) { border-left: 1px solid var(--color-line); }
  .t2-scope-grid article:nth-child(n+3) { border-top: 1px solid var(--color-line); }
  .t2-method { grid-template-columns: 1fr; gap: 0; }
  .t2-method li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 0 0 24px; text-align: left; }
  .t2-method li:not(:last-child)::after { top: 39px; right: auto; bottom: -2px; left: 21px; display: block; width: 1px; height: 28px; }
  .t2-method li > span { margin: 0; }
  .t2-implementation { grid-template-columns: 1fr; }
  .t2-implementation figure { min-height: 270px; order: -1; }
  .t2-implementation aside { grid-column: auto; display: block; }
  .t2-implementation aside .semantic-icon { margin-top: 15px; }
  .t2-service-modes > div { grid-template-columns: 1fr; }
  .t2-service-modes article + article { border-top: 1px solid var(--color-line); border-left: 0; }
  .t2-why-grid { grid-template-columns: 1fr 1fr; }
  .t2-why-grid article:not(:nth-child(3n+1)) { border-left: 0; }
  .t2-why-grid article:nth-child(even) { border-left: 1px solid var(--color-line); }
  .t2-why-grid article:nth-child(n+3) { border-top: 1px solid var(--color-line); }
  .t2-investment__inner { grid-template-columns: 1fr; }
  .t2-investment__criteria { grid-column: auto; grid-row: auto; }
  .t2-final-cta .t2-container { align-items: stretch; flex-direction: column; }
  .t2-diagnostic-card form { grid-template-columns: 1fr; }
  .t2-diagnostic-card form > * { grid-column: 1; }
}

@media (max-width: 500px) {
  .t2-container { width: min(calc(100% - 24px), 1220px); }
  .t2-section { padding-block: 48px; }
  .t2-context__panel { padding: 28px 18px; }
  .t2-connections > div { grid-template-columns: 1fr 1fr; }
  .t2-connections > div i { display: none; }
  .t2-scope-grid { grid-template-columns: 1fr; }
  .t2-scope-grid article:nth-child(even) { border-left: 0; }
  .t2-scope-grid article + article { border-top: 1px solid var(--color-line); }
  .t2-why-grid { grid-template-columns: 1fr; }
  .t2-why-grid article:nth-child(even) { border-left: 0; }
  .t2-why-grid article + article { border-top: 1px solid var(--color-line); }
  .t2-revenue-loop > div { grid-template-columns: 1fr; }
  .t2-investment__criteria { grid-template-columns: 1fr 1fr; }
  .t2-diagnostic-card__intro { padding: 28px 20px; }
  .t2-diagnostic-card form { padding: 24px 18px 28px; }
}

/* T2 mobile polish */
@media (max-width: 820px) {
  .t2-system-formula { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .t2-system-formula > div { width: max-content; min-width: 720px; justify-content: flex-start; }
}

@media (max-width: 760px) {
  .t2-section { padding-block: 50px; }
  .t2-page-nav { position: relative; top: auto; }
  .t2-page-nav .t2-container { scroll-snap-type: x proximity; }
  .t2-page-nav a { flex: 0 0 auto; white-space: nowrap; scroll-snap-align: start; }
  .t2-hero { padding-top: 30px; }
  .t2-hero h1 { font-size: clamp(2.2rem, 9.6vw, 3.1rem); line-height: 1.03; }
  .t2-actions { gap: 10px; }
  .t2-actions .t2-button { width: 100%; }
  .t2-hero__visual figure img { min-height: 275px; border-radius: 20px; }
  .t2-hero-signals { gap: 8px; margin-top: -10px; padding-inline: 8px; }
  .t2-buying-flow { grid-template-columns: 1fr; gap: 8px; }
  .t2-buying-flow li:last-child { grid-column: auto; }
  .t2-scope-grid, .t2-why-grid { gap: 8px; overflow: visible; border: 0; background: transparent; }
  .t2-scope-grid article, .t2-why-grid article { border: 1px solid var(--color-line) !important; border-radius: 13px; background: #fff; }
  .t2-motion-grid { margin-inline: -16px; padding-inline: 16px; }
  .t2-motion-grid article { flex-basis: min(84vw, 350px); }
  .t2-diagnostic-card input, .t2-diagnostic-card select, .t2-diagnostic-card textarea { min-height: 48px; }
}

@media (max-width: 420px) {
  .t2-connections > div, .t2-scope-grid, .t2-why-grid, .t2-investment__criteria { grid-template-columns: 1fr; }
}
