/* Only the content after the interactive demo. */
.journey .experience-complete{padding:32px max(24px,calc((100% - 1160px)/2));text-align:left;background:#25272b;display:grid;grid-template-columns:1fr auto;gap:10px 32px;align-items:center}
.journey .experience-complete .completion-path,.journey .experience-complete>.eyeline,.journey .experience-complete>p{display:none}
.journey .experience-complete h2{font-size:26px;line-height:1.4;margin:0}
.journey .experience-complete h2 br{display:none}
.journey .experience-complete h2 em::before{content:' '}
.journey .completion-actions{justify-content:flex-end;gap:20px}
.journey .completion-actions>.action{display:none}
.journey .text-action{font-size:13px;min-height:44px;color:#d2d5de}
.practice-section,.access-section,.conversation-section{padding:80px max(24px,calc((100% - 1160px)/2));scroll-margin-top:24px}
.practice-section{background:#fff}
.practice-heading{margin-bottom:44px}
.practice-label{display:block;font-size:11px;font-weight:600;color:#747b88;line-height:1.5;margin-bottom:20px}
.journey .practice-heading h2,.journey .access-heading h2,.journey .conversation-heading h2{font-size:40px;line-height:1.2;font-weight:500;margin:0;text-wrap:balance}
.practice-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid #e0e3e9}
.practice-features article{padding:28px 32px 0 0;min-width:0}
.practice-features article+article{padding-left:32px;border-left:1px solid #e0e3e9}
.feature-number{display:block;font-size:12px;color:#c73549;font-variant-numeric:tabular-nums;margin-bottom:28px}
.practice-features article:nth-child(2) .feature-number{color:#424bb7}
.practice-features article:nth-child(3) .feature-number{color:#157961}
.journey .practice-features h3{font-size:22px;line-height:1.35;font-weight:500;margin:0 0 16px}
.journey .practice-features p{font-size:15px;line-height:1.7;color:#687180;margin:0}
.feature-index{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:28px;color:#7b8390;font-size:11px;line-height:1.6}
.feature-index span+span{border-left:1px solid #d6dce4;padding-left:14px}
.access-section{background:#f2f5f4;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;border-top:1px solid #e2e8e5;border-bottom:1px solid #e2e8e5}
.access-heading .practice-label{color:#437460}
.journey .access-heading h2{color:#214d3e}
.journey .access-heading p{font-size:16px;line-height:1.7;margin-top:22px;max-width:30ch;color:#61746c}
.access-list{margin:0;padding:0}
.access-list>div{padding:22px 0;border-bottom:1px solid #d4ded8}
.access-list>div:first-child{padding-top:0}
.access-list>div:last-child{border-bottom:0;padding-bottom:0}
.access-list dt{font-size:18px;line-height:1.4;font-weight:500;color:#294d3e;margin-bottom:8px}
.access-list dd{font-size:15px;line-height:1.7;color:#61746c;margin:0;max-width:48ch}
.conversation-section{background:#fff;display:grid;grid-template-columns:1.1fr 1fr;gap:80px}
.journey .conversation-heading>p{font-size:16px;line-height:1.7;color:#687180;max-width:40ch;margin:22px 0 26px}
.journey .conversation-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;background:#424bb7;color:#fff;min-height:48px;padding:14px 20px;border-radius:5px;font-size:14px;font-weight:500;transition:background .2s}
.journey .conversation-cta:hover{background:#303b9c}
.conversation-language{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:28px;font-size:15px;color:#6b7382}
.conversation-language [lang=kn]{font-family:'Nirmala UI','Noto Sans Kannada',sans-serif;color:#b52f45}
.conversation-language small{flex-basis:100%;font-size:12px;margin-top:4px}
.direct-contact{margin-bottom:28px}
.journey .direct-contact a{display:grid;grid-template-columns:1fr auto;gap:8px;padding:18px 0;border-bottom:1px solid #dfe3e9}
.direct-contact a:first-child{padding-top:0}
.direct-contact a>span:first-child{grid-column:1/-1;font-size:11px;color:#7a8291}
.direct-contact strong{font-size:20px;line-height:1.4;font-weight:500;overflow-wrap:anywhere}
.journey .direct-contact a:hover strong{color:#424bb7}
.faq-list details{border-bottom:1px solid #e0e4ea}
.faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;padding:18px 0;font-size:14px;line-height:1.5;color:#535e70;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:'+';font-size:20px;font-weight:400;flex-shrink:0;color:#424bb7}
.faq-list details[open] summary::after{content:'\2212'}
.journey .faq-list p{font-size:14px;line-height:1.7;padding:0 22px 20px 0;margin:0}
.journey+footer{background:#fff;border-top:1px solid #e1e5eb;box-shadow:none;padding:24px;font-size:12px;color:#77808d}
@media(max-width:1000px){
.practice-section,.access-section,.conversation-section{padding:60px 28px}
.access-section,.conversation-section{gap:40px}
.journey .practice-heading h2,.journey .access-heading h2,.journey .conversation-heading h2{font-size:34px}
.practice-features article{padding-right:22px}
.practice-features article+article{padding-left:22px}
.journey .practice-features h3{font-size:20px}
}
@media(max-width:700px){
.journey .experience-complete{padding:24px 20px;grid-template-columns:1fr;gap:8px}
.journey .experience-complete h2{font-size:22px}
.journey .completion-actions{justify-content:flex-start}
.practice-section,.access-section,.conversation-section{padding:44px 20px}
.practice-heading{margin-bottom:28px}
.journey .practice-heading h2,.journey .access-heading h2,.journey .conversation-heading h2{font-size:30px}
.practice-features{grid-template-columns:1fr}
.practice-features article,.practice-features article+article{padding:24px 0;border-left:0;display:grid;grid-template-columns:28px 1fr;gap:0 14px}
.practice-features article+article{border-top:1px solid #e0e3e9}
.feature-number{grid-row:1/4;margin:4px 0 0}
.journey .practice-features h3{font-size:21px;margin-bottom:10px}
.feature-index{margin-top:16px;grid-column:2}
.practice-features p{grid-column:2}
.access-section,.conversation-section{grid-template-columns:1fr;gap:30px}
.journey .access-heading p{max-width:44ch;margin-top:16px}
.access-list dt{font-size:17px}
.access-list>div{padding:18px 0}
.practice-label{margin-bottom:16px}
.direct-contact strong{font-size:19px}
.conversation-language{margin-top:22px}
}
@media(prefers-reduced-motion:reduce){.journey .conversation-cta{transition:none}}
