:root {
  --red: #c83138;
  --red-dark: #991d27;
  --red-deep: #72141d;
  --ink: #222222;
  --green-ink: #2b4141;
  --cyan: #e7f8f8;
  --cyan-pale: #f3fbfb;
  --yellow: #ffe58b;
  --line: #d9e5e5;
  --white: #ffffff;
  --font: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font); line-height: 1.8; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
.variant-notice { min-height: 32px; padding: 6px 16px; display: grid; place-items: center; color: #fff; background: #2b4141; font-size: 10px; font-weight: 700; text-align: center; }
.person-variant .profile__disclaimer { padding: 9px 11px; color: #7b1820; background: #fff1f1; border-left: 3px solid var(--red); font-size: 10px; font-weight: 700; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1080px, calc(100% - 48px)); margin-inline: auto; }
.container--wide { width: min(1180px, calc(100% - 48px)); }

.masthead { height: 74px; display: flex; align-items: center; border-bottom: 1px solid #eadfe0; background: rgba(255,255,255,.98); }
.masthead__inner { width: min(1180px, calc(100% - 48px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 19px; line-height: 1; color: var(--green-ink); }
.brand > span:last-child { display: flex; flex-wrap: wrap; column-gap: 5px; align-items: baseline; }
.brand b { color: var(--red); }
.brand small { display: block; flex-basis: 100%; margin-top: 7px; color: #687878; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.brand__mark { width: 31px; height: 31px; display: flex; align-items: flex-end; gap: 3px; padding: 5px; background: var(--red); }
.brand__mark i { width: 5px; display: block; background: white; transform: skewY(-18deg); }
.brand__mark i:nth-child(1) { height: 8px; }.brand__mark i:nth-child(2) { height: 14px; }.brand__mark i:nth-child(3) { height: 21px; }
.market-ticker { display: flex; align-items: baseline; gap: 11px; padding-left: 22px; border-left: 1px solid #ddd; font-size: 12px; }
.market-ticker b { font-size: 16px; font-variant-numeric: tabular-nums; }.market-ticker em { color: var(--red); font-style: normal; font-weight: 800; }

.hero { position: relative; min-height: 600px; overflow: hidden; color: white; background: linear-gradient(118deg, #7c1520 0%, #aa222d 42%, #c83138 100%); isolation: isolate; }
.hero__grid { position: absolute; inset: 0; z-index: -2; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px); background-size: 56px 56px; transform: perspective(600px) rotateX(56deg) scale(1.4) translateY(180px); transform-origin: center bottom; }
.hero__cut { position: absolute; z-index: -1; background: rgba(255,255,255,.07); transform: skewX(-27deg); }
.hero__cut--one { width: 43%; height: 130%; left: 42%; top: -18%; }.hero__cut--two { width: 22%; height: 120%; right: -9%; top: -10%; background: rgba(93,0,10,.22); }
.hero__inner { width: min(1180px, calc(100% - 48px)); min-height: 600px; margin: auto; display: grid; grid-template-columns: 58% 42%; align-items: stretch; }
.hero__copy { z-index: 2; align-self: center; padding: 54px 0 56px; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.55); color: #fff; font-size: 15px; font-weight: 800; }
.hero__eyebrow span { padding: 2px 10px; background: var(--yellow); color: #6d1720; font-size: 12px; }
.hero h1, .hero h2 { margin: 0; font-size: clamp(40px, 4.5vw, 68px); line-height: 1.22; font-weight: 900; text-shadow: 0 2px 0 rgba(0,0,0,.12); }
.hero h1 strong, .hero h2 strong { color: var(--yellow); font-style: normal; }.hero h1 strong span { font-size: 1.46em; line-height: .7; }
.hero__lead { margin: 20px 0 29px; font-size: 22px; font-weight: 800; letter-spacing: .08em; }
.hero__proof { max-width: 620px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); }
.hero__proof > div { padding: 14px 14px 13px; text-align: center; border-right: 1px solid rgba(255,255,255,.3); }.hero__proof > div:first-child { padding-left: 0; }.hero__proof > div:last-child { border-right: 0; }
.hero__proof strong { display: block; color: var(--yellow); font-size: 24px; line-height: 1.2; font-weight: 900; }.hero__proof strong span { font-size: .74em; }.hero__proof small { font-size: 10px; font-weight: 700; }
.hero__visual { position: relative; min-height: 600px; }
.analyst-halo { position: absolute; width: 430px; height: 430px; right: -30px; top: 44px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; box-shadow: 0 0 0 44px rgba(255,255,255,.06), 0 0 0 88px rgba(255,255,255,.04); }
.hero__person { position: absolute; z-index: 1; right: 3px; bottom: 0; width: 395px; height: 555px; object-fit: cover; object-position: 50% 22%; filter: saturate(.78) contrast(1.04); clip-path: polygon(8% 0,100% 0,100% 100%,0 100%,0 12%); }
.hero__visual::after { content: ""; position: absolute; z-index: 2; inset: auto 0 0 0; height: 35%; background: linear-gradient(transparent, rgba(92,14,23,.75)); pointer-events: none; }
.analyst-tag { position: absolute; z-index: 4; right: 5px; bottom: 27px; width: 210px; padding: 9px 14px; background: rgba(31,31,31,.86); border-left: 4px solid var(--yellow); line-height: 1.45; }
.analyst-tag b, .analyst-tag span { display: block; }.analyst-tag b { color: var(--yellow); font-size: 10px; }.analyst-tag span { font-weight: 800; }
.hero__source { position: absolute; z-index: 5; right: 8px; bottom: 4px; color: rgba(255,255,255,.65); font-size: 7px; letter-spacing: .14em; }

.phone { border: 6px solid #171c20; border-radius: 27px; background: #edf5f4; box-shadow: 0 21px 45px rgba(23,0,4,.5); overflow: hidden; }
.phone--hero { position: absolute; z-index: 5; width: 190px; height: 382px; left: -28px; bottom: 43px; transform: perspective(900px) rotateY(14deg) rotateZ(-8deg); }
.phone__notch { position: absolute; z-index: 3; width: 78px; height: 17px; left: 50%; top: 0; transform: translateX(-50%); background: #171c20; border-radius: 0 0 12px 12px; }
.stock-screen { height: 100%; padding: 29px 12px 12px; color: #1e2c2d; background: #f8fbfb; }
.stock-screen__head { display: flex; justify-content: space-between; font-size: 8px; }.stock-screen__head span { color: #718080; }
.stock-screen__value { margin-top: 14px; font-size: 16px; font-weight: 900; }.stock-screen__value em { display: block; color: var(--red); font-size: 10px; font-style: normal; }
.stock-screen svg { width: 100%; margin: 10px 0 3px; }.chart-grid { stroke: #d8e3e3; stroke-width: 1; }.chart-fill { fill: url(#chart-fill); }.chart-line { fill: none; stroke: var(--red); stroke-width: 3; }
.watchlist { display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: center; padding: 10px 0; border-bottom: 1px solid #dbe3e3; font-size: 8px; }.watchlist b { font-size: 9px; }.watchlist em { color: var(--red); font-style: normal; text-align: right; }

.conversion { background: var(--cyan-pale); border-top: 1px solid #e0efef; border-bottom: 1px solid #d9eaea; }
.conversion__inner { padding: 69px 0 63px; text-align: center; }
.conversion__kicker { margin: 0 0 8px; color: var(--red); font-size: 15px; font-weight: 900; }
.conversion h2 { margin: 0; color: var(--green-ink); font-size: clamp(27px, 3vw, 42px); line-height: 1.5; font-weight: 900; }.conversion h2 u { color: var(--red); text-decoration-thickness: 5px; text-underline-offset: 9px; text-decoration-color: rgba(200,49,56,.45); }
.scroll-cue { height: 63px; margin: 17px auto 0; display: flex; flex-direction: column; align-items: center; }.scroll-cue span { display: block; width: 1px; height: 34px; background: var(--red); transform-origin: top; animation: cue 1.6s ease-in-out infinite; }.scroll-cue i { width: 11px; height: 11px; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(45deg); }
.cta-button { width: min(630px, 100%); min-height: 91px; margin: 0 auto; padding: 13px 26px 13px 18px; display: flex; align-items: center; justify-content: center; gap: 18px; color: white; background: var(--red); border: 0; border-radius: 999px; box-shadow: 0 9px 0 #8f2027, 0 15px 28px rgba(144,25,34,.24); font-size: 21px; font-weight: 900; line-height: 1.35; transition: opacity .2s, transform .2s; animation: pulse 2.5s ease-in-out infinite; }
.cta-button:hover { opacity: .87; animation-play-state: paused; transform: translateY(2px); box-shadow: 0 7px 0 #8f2027, 0 12px 22px rgba(144,25,34,.2); }.cta-button:focus-visible { outline: 4px solid #efc85c; outline-offset: 5px; }
.cta-button > span:nth-child(2) { flex: 1; }.cta-button small { display: block; font-size: 11px; }.cta-button > b { font-size: 42px; font-weight: 400; }
.cta-button__icon { flex: 0 0 55px; width: 55px; height: 55px; display: block; object-fit: contain; border-radius: 50%; }
.conversion__note { margin: 21px 0 0; color: #687474; font-size: 11px; }

.section { padding: 104px 0 116px; }.section--chat { background: #f7faf9; }.section--categories { background: white; }
.section-heading { text-align: center; }.section-heading > span { display: block; color: var(--red); font-family: Arial, sans-serif; font-size: 72px; line-height: .88; font-weight: 900; }.section-heading > i { width: 52px; height: 5px; display: block; margin: 17px auto 22px; background: var(--red); }.section-heading p { margin: 0 0 8px; color: #637070; font-size: 13px; font-weight: 800; letter-spacing: .16em; }.section-heading h2 { margin: 0; font-size: clamp(29px, 3.5vw, 44px); line-height: 1.45; font-weight: 900; }.section-heading h2 em { color: var(--red); font-style: normal; }.section-intro { max-width: 720px; margin: 26px auto 54px; color: #516060; text-align: center; }

.profile { margin-top: 61px; display: grid; grid-template-columns: 56% 44%; min-height: 610px; border-top: 1px solid #cfdada; border-bottom: 1px solid #cfdada; }
.profile__content { padding: 48px 60px 46px 12px; }.profile__label { margin: 0 0 4px; color: var(--red); font-family: Arial,sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .18em; }.profile h3 { margin: 0; font-size: 37px; }.profile h3 small { margin-left: 10px; color: #657373; font-size: 12px; font-weight: 500; }.profile__role { margin: 1px 0 24px; padding-bottom: 16px; border-bottom: 3px solid var(--red); color: var(--green-ink); font-size: 13px; font-weight: 800; }.profile__bio { color: #3d4949; font-size: 14px; }
.career { margin: 25px 0 0; }.career div { display: grid; grid-template-columns: 67px 1fr; padding: 13px 0; border-top: 1px solid #e1e7e7; }.career dt { color: var(--red); font-weight: 900; }.career dd { margin: 0; font-size: 13px; font-weight: 800; line-height: 1.55; }.career dd span { color: #687474; font-size: 11px; font-weight: 500; }.profile__disclaimer { margin: 13px 0 0; color: #7a8585; font-size: 9px; }
.profile__photo { position: relative; min-height: 610px; overflow: hidden; background: #eff3f2; }.profile__photo::before { content: ""; position: absolute; z-index: 1; inset: 0; border: 12px solid white; border-left: 0; pointer-events: none; }.profile__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; filter: saturate(.72); }.profile__photo span { position: absolute; z-index: 2; right: 11px; bottom: 12px; padding: 5px 10px; color: white; background: rgba(43,65,65,.85); font: 700 9px Arial,sans-serif; letter-spacing: .14em; }

.chat-showcase { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 340px); justify-content: center; gap: 68px; align-items: start; }
.chat-phone { min-height: 655px; border: 8px solid #202527; border-radius: 34px; background: #8fb4a6; box-shadow: 0 23px 40px rgba(43,65,65,.18); overflow: hidden; opacity: 0; transform: translateY(35px); transition: opacity .6s ease, transform .6s ease; }.chat-phone.is-visible { opacity: 1; transform: none; }.chat-phone:nth-child(2) { margin-top: 47px; }
.chat-phone__top { height: 72px; padding: 15px 18px 8px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; color: white; background: #465e55; font-size: 10px; }.chat-phone__top b { text-align: center; font-size: 12px; }.chat-phone__top i { justify-self: end; width: 15px; height: 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; }.chat-phone__date { width: max-content; margin: 13px auto; padding: 2px 11px; color: white; background: rgba(43,65,65,.28); border-radius: 10px; font-size: 8px; }
.bubble { margin: 13px 10px; display: flex; align-items: start; gap: 8px; opacity: 0; transform: translateY(24px); }.chat-phone.is-visible .bubble { animation: bubbleIn .62s forwards; animation-delay: var(--delay); }.avatar { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--red); border-radius: 7px; font: 900 10px Arial,sans-serif; }.bubble > div { max-width: 244px; }.bubble small { margin-left: 4px; color: white; font-size: 8px; }.bubble p { position: relative; margin: 2px 0 0; padding: 10px 12px; border-radius: 3px 11px 11px 11px; background: white; color: #293534; font-size: 10px; line-height: 1.65; box-shadow: 0 1px 2px rgba(0,0,0,.12); }.bubble p b { color: var(--red); font-size: 11px; }.bubble time { display: block; margin-top: 2px; color: rgba(255,255,255,.8); font-size: 7px; }.bubble--out { justify-content: flex-end; }.bubble--out p { background: #d7f49b; border-radius: 11px 3px 11px 11px; }.bubble--out time { text-align: right; }

.category-grid { margin-top: 61px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.category-card { position: relative; min-height: 540px; padding: 26px 27px 30px; display: flex; flex-direction: column; background: var(--cyan); border: 1px solid #d4e9e9; border-top: 6px solid var(--red); border-radius: 5px; box-shadow: 0 11px 0 #f2f7f7; }
.category-card__num { display: flex; align-items: center; justify-content: space-between; color: #718484; font: 700 9px Arial,sans-serif; letter-spacing: .16em; }.category-card__num b { color: rgba(200,49,56,.2); font-size: 42px; letter-spacing: 0; }
.category-card__icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 4px 0 17px; color: white; background: var(--red); border-radius: 50%; font: 900 24px Arial,sans-serif; }.category-card__icon--chart { font-size: 35px; }.category-card__icon--bars { display: flex; align-items: end; justify-content: center; gap: 5px; padding-bottom: 19px; }.category-card__icon--bars i { width: 8px; background: white; }.category-card__icon--bars i:nth-child(1){height:15px}.category-card__icon--bars i:nth-child(2){height:25px}.category-card__icon--bars i:nth-child(3){height:34px}
.category-card h3 { margin: 0; font-size: 24px; line-height: 1.55; }.category-card mark { padding: 0 3px 2px; color: var(--ink); background: linear-gradient(transparent 60%, rgba(200,49,56,.24) 60%); }.category-card p { margin: 20px 0 15px; color: #536565; font-size: 12px; }.category-card ul { margin: 0 0 22px; padding: 0; list-style: none; font-size: 11px; font-weight: 700; }.category-card li { padding: 5px 0; border-bottom: 1px solid rgba(43,65,65,.12); }.category-card li::before { content: "✓"; margin-right: 8px; color: var(--red); }.category-card > a { min-height: 51px; margin-top: auto; padding: 10px 14px; display: flex; align-items: center; justify-content: center; gap: 16px; color: white; background: var(--red); border-radius: 999px; font-size: 13px; font-weight: 900; transition: opacity .2s; }.category-card > a:hover { opacity: .82; }.category-card > a span { font-size: 24px; }.category-note { margin: 30px 0 0; color: #788484; text-align: center; font-size: 9px; }

.conversion--middle { background: #eefafa; }.trust-row { margin-top: 25px; display: flex; justify-content: center; gap: 36px; color: var(--green-ink); font-size: 12px; font-weight: 800; }.trust-row span::first-letter { color: var(--red); }
.section--contact { padding: 103px 0; background: #fff; }.contact { display: grid; grid-template-columns: 51% 49%; align-items: center; }.contact__copy { padding-right: 66px; }.contact__kicker { margin: 0 0 8px; color: var(--red); font: 900 12px Arial,sans-serif; letter-spacing: .18em; }.contact h2 { margin: 0 0 23px; font-size: 34px; line-height: 1.45; }.contact h2 em { color: var(--red); font-style: normal; }.contact__copy > p:not(.contact__kicker) { color: #586666; font-size: 13px; }.contact__hours { margin: 24px 0 31px; padding: 14px 0; display: flex; align-items: center; gap: 15px; border-top: 1px solid #d7e0e0; border-bottom: 1px solid #d7e0e0; }.contact__hours span { padding: 2px 8px; color: white; background: var(--green-ink); font-size: 9px; }.contact__hours b { font-size: 17px; }.contact__hours small { color: #7d8888; font-size: 8px; }.cta-button--compact { min-height: 72px; padding-block: 9px; font-size: 17px; }.cta-button--compact .cta-button__icon { flex-basis: 45px; width: 45px; height: 45px; }.contact__visual { position: relative; min-height: 460px; display: grid; place-items: center; background: var(--cyan); border-left: 5px solid var(--red); }.desk-card { width: 380px; max-width: calc(100% - 54px); padding: 0 0 15px; background: #e8efed; border: 8px solid #263231; border-radius: 12px; box-shadow: 18px 21px 0 rgba(200,49,56,.11); overflow: hidden; transform: rotate(1deg); }.desk-card__head { height: 57px; padding: 9px 13px; display: flex; align-items: center; gap: 9px; color: white; background: var(--green-ink); font-size: 10px; }.desk-card__head span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--red); border-radius: 7px; font-weight: 900; }.desk-card__head i { margin-left: auto; color: #8be4a1; font-size: 7px; }.desk-message { margin: 19px 14px; display: flex; gap: 8px; align-items: start; }.desk-message span { width: 29px; height: 29px; display: grid; place-items: center; color: white; background: var(--red); border-radius: 50%; font-size: 8px; }.desk-message p { margin: 0; padding: 8px 11px; background: white; border-radius: 2px 9px 9px 9px; font-size: 10px; }.desk-message--user { justify-content: flex-end; }.desk-message--user p { background: #d9f49e; border-radius: 9px 2px 9px 9px; }.desk-card__input { margin: 40px 12px 0; padding: 8px 10px; color: #919b9a; background: white; border-radius: 5px; font-size: 9px; }.desk-card__input b { float: right; color: var(--red); }.contact__seal { position: absolute; right: 15px; top: 18px; width: 88px; height: 88px; display: grid; place-content: center; color: white; background: var(--red); border: 4px solid white; border-radius: 50%; text-align: center; line-height: 1.2; transform: rotate(8deg); box-shadow: 0 5px 13px rgba(0,0,0,.15); }.contact__seal b { color: var(--yellow); font-size: 32px; }.contact__seal small { font-size: 9px; }

.hero--final { min-height: 500px; }.hero--final .hero__inner { min-height: 500px; }.hero--final .hero__copy { padding-block: 45px; }.hero--final h2 { font-size: clamp(39px, 4.3vw, 63px); }.hero__proof--final { grid-template-columns: repeat(2, 190px); width: max-content; }.hero__visual--final { min-height: 500px; }.hero__visual--final .hero__person { height: 475px; width: 350px; }.phone--final { left: -15px; bottom: 38px; height: 335px; transform: perspective(900px) rotateY(15deg) rotateZ(-6deg); }.report-rank { margin: 12px 0; padding: 8px; display: flex; gap: 11px; align-items: center; background: white; border-left: 3px solid var(--red); box-shadow: 0 2px 6px rgba(20,50,50,.08); }.report-rank > b { color: rgba(200,49,56,.35); font-size: 25px; }.report-rank span { font-size: 7px; line-height: 1.4; }.report-rank strong { color: var(--red); font-size: 10px; }.conversion--bottom .conversion__inner { padding-block: 60px 70px; }

.footer { padding: 53px 0 25px; color: #d8e1e0; background: #203331; }.brand--footer { color: white; }.footer nav { margin: 35px 0 27px; padding: 15px 0; display: flex; gap: 28px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); font-size: 10px; }.footer nav a:hover { color: white; }.risk { color: #aebcba; font-size: 9px; line-height: 1.75; }.risk b { color: #dce4e3; }.risk p { margin: 5px 0; }.copyright { margin: 28px 0 0; color: #7f9693; text-align: center; font: 8px Arial,sans-serif; letter-spacing: .08em; }

.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .25s; }.modal.is-open { opacity: 1; pointer-events: auto; }.modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.64); }.modal__panel { position: relative; width: min(470px, 100%); padding: 37px 40px 31px; background: white; border-radius: 10px; text-align: center; box-shadow: 0 21px 55px rgba(0,0,0,.32); transform: translateY(20px) scale(.98); transition: transform .25s; }.modal.is-open .modal__panel { transform: none; }.modal__panel::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: var(--red); border-radius: 10px 10px 0 0; }.modal__close { position: absolute; right: 12px; top: 12px; width: 34px; height: 34px; display: grid; place-items: center; border: 0; background: transparent; color: #667; font-size: 28px; cursor: pointer; }.modal__eyebrow { margin: 0 0 10px; color: var(--red); font-size: 12px; font-weight: 900; }.modal__slots { margin: 0 auto 17px; padding: 10px; background: #fff2f2; border: 1px solid #efc7c9; }.modal__slots span { display: block; color: #687474; font-size: 9px; }.modal__slots strong { color: var(--red); font-size: 21px; }.modal__slots strong b { font-size: 34px; }.modal h2 { margin: 0; font-size: 25px; line-height: 1.5; }.modal h2 em { color: var(--red); font-size: 30px; font-style: normal; }.modal__panel > p:not(.modal__eyebrow) { color: #667373; font-size: 11px; }.modal__cta { width: 100%; min-height: 65px; margin: 14px 0 9px; padding: 8px 15px; display: flex; align-items: center; gap: 13px; color: white; background: var(--red); border: 0; border-radius: 999px; box-shadow: 0 6px 0 var(--red-dark); cursor: pointer; }.modal__cta:hover { opacity: .85; }.modal__cta span { width: 43px; height: 43px; display: grid; place-items: center; color: #20a147; background: white; border-radius: 50%; font-size: 9px; font-weight: 900; }.modal__cta b { flex: 1; font-size: 17px; }.modal__cta i { font-size: 28px; }.modal__panel > small { color: #7d8989; font-size: 9px; }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 30px; padding: 11px 19px; color: white; background: #203331; border-radius: 4px; font-size: 11px; opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: .25s; }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.018); } }
@keyframes cue { 0% { transform: scaleY(.2); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(.2); transform-origin: bottom; } }
@keyframes bubbleIn { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 860px) {
  .container, .container--wide, .masthead__inner, .hero__inner { width: min(100% - 34px, 680px); }
  .market-ticker { display: none; }.masthead { height: 65px; }
  .hero { min-height: auto; }.hero__inner { min-height: 720px; grid-template-columns: 1fr; }.hero__copy { padding: 38px 0 0; align-self: start; }.hero h1, .hero h2 { font-size: clamp(36px, 9.4vw, 51px); }.hero__lead { margin: 13px 0 19px; font-size: 16px; }.hero__proof { max-width: 100%; }.hero__visual { min-height: 350px; margin-top: -8px; }.analyst-halo { width: 300px; height: 300px; right: -30px; top: 35px; }.hero__person { width: 280px; height: 335px; right: -20px; }.phone--hero { width: 146px; height: 292px; left: 4px; bottom: 22px; }.stock-screen { padding: 24px 8px 8px; }.stock-screen__value { font-size: 12px; }.watchlist { padding: 6px 0; font-size: 6px; }.watchlist b { font-size: 7px; }.analyst-tag { right: -5px; bottom: 15px; width: 150px; font-size: 11px; }.hero__source { right: 1px; bottom: 1px; }
  .conversion__inner { padding: 52px 0; }.conversion h2 { font-size: 27px; }.cta-button { min-height: 82px; padding: 10px 18px 10px 12px; gap: 11px; font-size: 16px; }.cta-button__icon { flex-basis: 49px; width: 49px; height: 49px; }
  .section { padding: 82px 0 90px; }.section-heading > span { font-size: 60px; }.section-heading h2 { font-size: 29px; }
  .profile { grid-template-columns: 1fr; margin-top: 42px; }.profile__photo { grid-row: 1; min-height: 470px; }.profile__photo::before { border-left: 12px solid white; }.profile__content { padding: 36px 12px 35px; }.profile h3 { font-size: 31px; }
  .chat-showcase { grid-template-columns: 320px; gap: 35px; }.chat-phone:nth-child(2) { margin-top: 0; }
  .category-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }.category-card { min-height: 500px; }
  .contact { grid-template-columns: 1fr; }.contact__copy { padding: 0 0 47px; }.contact__visual { min-height: 430px; }.contact h2 { font-size: 30px; }
  .hero--final .hero__inner { min-height: 670px; }.hero--final .hero__visual { min-height: 300px; }.hero__visual--final .hero__person { height: 300px; width: 250px; }.phone--final { height: 280px; bottom: 8px; }
  .footer nav { flex-wrap: wrap; gap: 9px 22px; }
}

@media (max-width: 480px) {
  .container, .container--wide, .masthead__inner, .hero__inner { width: calc(100% - 28px); }
  .brand { font-size: 16px; }.brand__mark { width: 28px; height: 28px; }.hero__inner { min-height: 690px; }.hero__eyebrow { margin-bottom: 16px; font-size: 11px; }.hero h1 { font-size: clamp(32px, 9.5vw, 42px); }.hero__proof > div { padding-inline: 6px; }.hero__proof strong { font-size: 18px; }.hero__proof small { font-size: 8px; }.hero__visual { min-height: 330px; }.hero__person { width: 245px; height: 320px; }.phone--hero { width: 130px; height: 265px; left: -3px; }.analyst-tag { width: 140px; }
  .conversion h2 { font-size: 23px; }.conversion h2 u { text-decoration-thickness: 3px; }.cta-button { font-size: 14px; }.cta-button small { font-size: 9px; }.cta-button > b { font-size: 30px; }.conversion__note { padding-inline: 7px; }
  .section-heading h2 { font-size: 25px; }.section-heading p { font-size: 11px; }.section-intro { font-size: 12px; }.profile__photo { min-height: 390px; }.profile h3 small { display: block; margin: 2px 0 0; }.profile__content { padding-inline: 4px; }
  .chat-showcase { grid-template-columns: minmax(0, 320px); }.chat-phone { min-height: 625px; }
  .category-card { min-height: 495px; padding-inline: 23px; }.trust-row { gap: 8px; flex-wrap: wrap; }.trust-row span { flex: 0 0 45%; }
  .contact h2 { font-size: 26px; }.contact__hours { flex-wrap: wrap; }.contact__hours small { flex-basis: 100%; }.desk-card { max-width: calc(100% - 26px); }.contact__seal { right: -4px; top: -31px; }
  .hero--final .hero__inner { min-height: 640px; }.hero--final h2 { font-size: 34px; }.hero__proof--final { grid-template-columns: repeat(2, 1fr); width: 100%; }.hero__visual--final .hero__person { right: -13px; }.phone--final { left: 0; }.modal__panel { padding: 35px 20px 25px; }.modal h2 { font-size: 21px; }.modal h2 em { font-size: 25px; }
}
