/* The tutorial leads the home page; shared account and offer styles stay in brand.css. */
.hero.hero-tutorial{display:block;padding-top:30px;padding-bottom:26px}
.tutorial-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:25px}
.hero-tutorial .eyebrow{margin-bottom:10px}
.hero.hero-tutorial h1{font-size:clamp(30px,3.8vw,48px);line-height:1.12}
.hero-tutorial .tutorial-access{margin:0;flex-shrink:0}
.tutorial{margin:0}
.tutorial-player{position:relative;isolation:isolate;overflow:hidden;border:1px solid #d5cdc3;border-radius:12px;background:var(--ink);box-shadow:0 12px 36px #24272b12}
.tutorial video{display:block;width:100%;height:auto;aspect-ratio:16/9;background:var(--ink)}
.tutorial video:focus-visible{outline:3px solid var(--coral);outline-offset:-5px}
.tutorial-start{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:17px;padding:17px 25px;border:1px solid #ffffff8c;border-radius:10px;background:#24272bf5;color:var(--white);font-size:18px;font-weight:650;text-align:left;white-space:nowrap;box-shadow:0 4px 30px #0002;cursor:pointer;transition:background .15s}
.tutorial-start:hover{background:#363a40}
.tutorial-start:focus-visible{outline:3px solid var(--coral);outline-offset:5px}
.tutorial-play-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--coral);color:var(--ink);flex-shrink:0}
.tutorial-play-icon svg{width:25px;height:25px;fill:currentColor;margin-left:-2px}
.tutorial-play-detail{display:block;font-size:12px;font-weight:400;letter-spacing:.01em;color:#e1ddd7;margin-top:3px}
.tutorial figcaption{display:flex;justify-content:space-between;gap:12px 30px;padding:13px 1px 0;font-size:13px;color:var(--muted)}
.tutorial figcaption>span:first-child{color:var(--ink);font-weight:550}
.tutorial figcaption a{display:inline-flex;align-items:center;min-height:44px;margin-block:-12px}
.tutorial-transcript{margin-top:7px;font-size:14px;color:var(--muted)}
.tutorial-transcript summary{display:list-item;width:fit-content;min-height:44px;padding:12px 0;cursor:pointer;text-decoration:underline;text-underline-offset:4px}
.tutorial-transcript-text{max-width:760px;padding:10px 0 20px;font-size:16px;line-height:1.75;color:var(--ink)}
.tutorial-transcript-text ol{padding-left:23px;margin-block:18px}
.tutorial-transcript-text li+li{margin-top:14px}
.tutorial-error{margin-top:16px;font-size:14px;color:var(--danger)}
@media(max-width:800px){.hero.hero-tutorial{padding-top:22px}.tutorial-heading{align-items:flex-start}.hero.hero-tutorial h1{font-size:36px}.hero-tutorial .button{padding-inline:15px;font-size:13px}}
@media(max-width:620px){.hero.hero-tutorial{padding-top:17px;padding-bottom:17px}.tutorial-heading{display:block;margin-bottom:20px}.hero.hero-tutorial h1{font-size:clamp(30px,8.5vw,42px)}.hero-tutorial .tutorial-access{margin-top:17px}.hero-tutorial .eyebrow{font-size:10px;margin-bottom:9px}.tutorial-player{border-radius:8px}.tutorial-start{gap:10px;padding:11px 14px;font-size:15px}.tutorial-play-icon{width:38px;height:38px}.tutorial-play-detail{font-size:10px}.tutorial figcaption{display:block;padding-top:10px;font-size:12px}.tutorial figcaption>span{display:block}.tutorial figcaption>span+span{margin-top:5px}.tutorial-transcript{margin-top:4px}}
@media(prefers-reduced-motion:reduce){.tutorial-start{transition:none}}
