:root {
  --font-display: "Unbounded", system-ui, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --ink: #0a0a0a;
  --paper: #ffffff;
  --bg: #fdfdfd;
  --muted: #6b7280;
  --pink: #ff2d55;
  --cyan: #00e5ff;
  --yellow: #ffd60a;
  --blue: #0055ff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::selection, ::selection { background: var(--cyan); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(100% - 48px, 1400px); margin: 0 auto; }
.narrow { width: min(100% - 48px, 1100px); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 40; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); border-bottom: 2px solid var(--ink); }
.header-inner { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo, .footer-brand, h1, h2, h3, .btn, .font-display { font-family: var(--font-display); letter-spacing: -0.03em; }
.logo { font-weight: 900; text-transform: uppercase; font-size: clamp(1rem, 2vw, 1.25rem); }
.logo span, .footer-brand span { color: var(--pink); }
.logo .cyan, .footer-brand .cyan { color: var(--cyan); }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: .875rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.main-nav a:hover { color: var(--pink); }
.header-cta { background: var(--ink); color: white; border: 2px solid var(--ink); padding: 10px 18px; font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: .8rem; }
.header-cta:hover { background: var(--pink); border-color: var(--pink); }
.grid-bg { background-image: linear-gradient(to right, rgba(10,10,10,.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(10,10,10,.06) 1px, transparent 1px); background-size: 56px 56px; }
.hero { position: relative; overflow: hidden; background-color: white; }
.hero-inner { position: relative; z-index: 1; padding-top: clamp(104px, 9vw, 124px); padding-bottom: clamp(64px, 8vw, 88px); }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; border: 2px solid var(--ink); background: white; padding: 8px 16px; font-size: clamp(.75rem, 1.5vw, .875rem); font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.section-kicker { border: 0; background: transparent; padding: 0; opacity: .82; }
.muted { color: #6b7280; }
.cyan-text { color: var(--cyan); }
.hero-title { margin: 28px 0 0; max-width: 760px; font-weight: 900; font-size: clamp(2.25rem, 4.8vw, 3.75rem); line-height: .92; text-transform: uppercase; }
.hero-title em, .features h2 span { color: var(--pink); font-style: normal; }
.mark { position: relative; display: inline-block; z-index: 0; }
.mark::after { content: ""; position: absolute; left: 0; right: 0; bottom: .08em; height: .18em; background: var(--cyan); z-index: -1; }
.yellow-mark::after { background: var(--yellow); }
.hero-copy { max-width: 700px; margin-top: 26px; color: #404040; font-size: clamp(1.05rem, 1.5vw, 1.18rem); line-height: 1.6; }
.hero-copy p { margin: 0 0 16px; }
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 2px solid var(--ink); padding: 16px 28px; font-weight: 900; text-transform: uppercase; font-size: clamp(1rem, 2vw, 1.12rem); line-height: 1; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; }
.btn-black { background: var(--ink); color: white; box-shadow: 6px 6px 0 0 var(--ink); }
.btn-black:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 0 var(--ink); }
.btn-cyan { background: var(--cyan); color: var(--ink); }
.btn-light-shadow { box-shadow: 6px 6px 0 0 white; }
.btn-light-shadow:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 0 white; }
.btn-outline { background: transparent; border-color: currentColor; color: inherit; box-shadow: none; }
.btn-outline:hover { background: currentColor; }
.btn-outline:hover::first-line { color: var(--split-secondary); }
.char-cta { box-shadow: 6px 6px 0 0 var(--shadow-col, white); }
.char-cta:hover { box-shadow: 8px 8px 0 0 var(--shadow-col, white); }
.text-link { font-size: clamp(1rem, 2vw, 1.12rem); font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.text-link:hover { text-decoration-color: var(--cyan); }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; max-width: 770px; margin: 44px 0 0; padding-top: 26px; border-top: 2px solid var(--ink); }
.stats dt { color: #737373; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.stats dd { margin: 4px 0 0; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.5rem); font-weight: 900; }
.shape { position: absolute; display: block; }
.mobile-break { display: none; }
.shape-yellow { right: -42px; top: 88px; width: 240px; height: 240px; background: var(--yellow); transform: rotate(12deg); }
.shape-pink { right: 128px; top: 260px; width: 136px; height: 136px; border-radius: 50%; background: var(--pink); }
.marquee { overflow: hidden; border-block: 2px solid var(--ink); background: var(--ink); color: white; padding: 16px 0; }
.marquee-track { display: flex; width: max-content; animation: marquee 40s linear infinite; }
.marquee span { white-space: nowrap; padding-inline: 32px; font-family: var(--font-display); font-size: clamp(1.6rem, 4vw, 2.5rem); font-weight: 900; text-transform: uppercase; }
.marquee b { color: var(--cyan); margin-left: 24px; }
@keyframes marquee { to { transform: translateX(-50%); } }
.character-band { min-height: 90vh; display: flex; align-items: center; overflow: hidden; position: relative; isolation: isolate; color: var(--character-text); }
.character-band::before { content: ""; position: absolute; inset: 0; background: var(--split-secondary); z-index: -2; }
.character-band::after { content: ""; position: absolute; inset: 0; background: var(--split-primary); clip-path: polygon(0 0, 50% 0, 38% 100%, 0 100%); z-index: -1; }
.character-band.reverse::after { clip-path: polygon(50% 0, 100% 0, 100% 100%, 62% 100%); }
.character-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); align-items: center; gap: 48px; padding-block: clamp(80px, 10vw, 112px); }
.reverse .character-photo-wrap { order: 2; }
.character-photo-wrap { position: relative; display: flex; justify-content: center; }
.character-photo-wrap a { width: 100%; }
.character-photo { width: min(100%, 520px); aspect-ratio: 3 / 4; object-fit: cover; margin-inline: auto; filter: drop-shadow(0 30px 40px rgba(0,0,0,.35)); transition: transform .6s cubic-bezier(.22,1,.36,1); }
.character-photo:hover { transform: scale(1.04) rotate(-1deg); }
.ticket { position: absolute; top: 16px; left: 8px; background: white; color: var(--ink); padding: 14px 18px; border: 3px solid var(--ink); font-family: var(--font-display); font-weight: 900; line-height: .95; }
.reverse .ticket { left: auto; right: 8px; }
.ticket::before, .ticket::after { content: ""; position: absolute; top: 50%; width: 10px; height: 10px; background: var(--split-secondary); border-radius: 50%; transform: translateY(-50%); }
.ticket::before { left: -7px; }
.ticket::after { right: -7px; }
.character-info h2 { margin: 16px 0 0; font-size: clamp(3.1rem, 8vw, 6rem); line-height: .9; font-weight: 900; text-transform: uppercase; }
.tagline { margin: 16px 0 0; max-width: 620px; font-family: var(--font-display); font-size: clamp(1.25rem, 2.5vw, 1.5rem); font-weight: 900; }
.description { margin: 24px 0 0; max-width: 620px; font-size: clamp(1rem, 2vw, 1.12rem); line-height: 1.65; opacity: .9; }
.traits { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 28px 0 0; }
.traits li { border: 2px solid currentColor; padding: 7px 12px; font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.microcopy { display: inline-block; margin-top: 16px; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; opacity: .82; }
.border-top { border-top: 2px solid var(--ink); }
.section-white, .faq { background: white; padding-block: clamp(96px, 12vw, 128px); }
.section-head { max-width: 800px; }
.section-head h2, .seo-head h2 { margin: 16px 0 0; font-size: clamp(2.4rem, 6vw, 4rem); line-height: .95; font-weight: 900; text-transform: uppercase; }
.section-head p { max-width: 700px; color: #404040; font-size: 1.12rem; line-height: 1.7; }
.feature-cta { margin-top: 16px; }
.feature-grid { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; padding: 0; margin: 64px 0 0; }
.feature-card { border: 2px solid #e5e5e5; background: white; padding: 32px; border-radius: 16px; transition: transform .3s ease, border-color .3s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: var(--ink); }
.feature-card .icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--ink); color: white; font-family: var(--font-display); font-weight: 900; }
.feature-card h3 { margin: 24px 0 0; font-size: 1.5rem; font-weight: 900; }
.feature-card p { color: #404040; line-height: 1.65; }
.how { background: var(--ink); color: white; padding-block: clamp(96px, 12vw, 128px); }
.how .section-head h2 span { color: var(--yellow); }
.step-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 32px; padding: 0; margin: 64px 0; list-style: none; }
.step-grid li { border-top: 2px solid rgba(255,255,255,.3); padding-top: 24px; }
.step-grid div { font-family: var(--font-display); font-size: clamp(4.4rem, 8vw, 6rem); font-weight: 900; line-height: 1; color: rgba(255,255,255,.15); }
.step-grid h3 { margin: 16px 0 0; font-size: 1.5rem; text-transform: uppercase; }
.step-grid p { color: rgba(255,255,255,.72); line-height: 1.65; }
.seo-block, .bottom-seo { background: var(--bg); padding-block: clamp(80px, 12vw, 128px); }
.seo-head { display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 32px; }
.seo-head h2 { font-size: clamp(2.5rem, 7vw, 4.5rem); }
.seo-head p { color: #404040; font-size: 1.08rem; line-height: 1.65; }
.mag-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 20px; margin-top: 64px; }
.tile { border-radius: 16px; padding: 36px; min-height: 280px; }
.tile h3 { margin: 20px 0 0; font-size: clamp(1.9rem, 4vw, 2.5rem); line-height: .96; text-transform: uppercase; }
.tile p { line-height: 1.65; }
.tile span, .tile small { font-weight: 900; text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; }
.tile-dark { background: var(--ink); color: white; }
.tile-dark span { color: var(--cyan); }
.tile-dark p { color: rgba(255,255,255,.8); }
.tile-dark small { display: inline-flex; margin-top: 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); padding: 9px 14px; }
.tile-link { display: inline-flex; margin-top: 20px; border: 2px solid white; padding: 12px 16px; font-family: var(--font-display); font-weight: 900; text-transform: uppercase; }
.tile-link:hover { background: white; color: var(--ink); }
.tile-cyan { background: var(--cyan); display: flex; flex-direction: column; justify-content: space-between; }
.tile-cyan strong { display: block; font-family: var(--font-display); font-size: clamp(4rem, 8vw, 4.5rem); line-height: 1; }
.tile-cyan em { color: var(--pink); font-style: normal; }
.tile-yellow { background: var(--yellow); display: flex; flex-direction: column; justify-content: space-between; margin: 0; }
.tile-yellow > span { font-size: 4rem; line-height: .7; letter-spacing: 0; }
.tile-yellow p { font-family: var(--font-display); font-size: 1.35rem; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.tile-white, .tile-topics { background: white; border: 2px solid var(--ink); }
.tile-white ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; padding: 0; list-style: none; }
.tile-white li { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; }
.tile-white li::before { content: ""; display: inline-block; width: 6px; height: 24px; background: var(--pink); margin-right: 12px; vertical-align: middle; }
.tile-pink { background: var(--pink); color: white; display: flex; flex-direction: column; justify-content: space-between; }
.tile-topics { background: #fafafa; }
.tile-topics ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 24px 0; }
.tile-topics a { display: inline-block; border: 2px solid var(--ink); background: white; padding: 7px 12px; font-size: .86rem; font-weight: 900; text-transform: uppercase; }
.tile-topics a:hover { background: var(--cyan); }
.span-3 { grid-column: span 3; }
.span-4 { grid-column: span 4; }
.span-5 { grid-column: span 5; }
.span-7 { grid-column: span 7; }
.faq-list { margin-top: 48px; }
details { border-bottom: 2px solid #e5e5e5; }
summary { cursor: pointer; padding: 24px 0; font-family: var(--font-display); font-size: clamp(1.25rem, 3vw, 1.5rem); font-weight: 900; text-transform: uppercase; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; }
details[open] summary::after { content: "-"; }
details p { max-width: 780px; margin: 0; padding-bottom: 24px; color: #404040; font-size: 1.08rem; line-height: 1.7; }
.blue { color: var(--blue); }
.yellow-cta { margin-top: 64px; border: 2px solid var(--ink); background: var(--yellow); padding: clamp(32px, 5vw, 48px); }
.yellow-cta h3, .mid-cta h3 { margin: 0; font-size: clamp(2rem, 5vw, 3rem); line-height: .96; text-transform: uppercase; }
.yellow-cta p, .mid-cta p { max-width: 680px; font-size: 1.08rem; line-height: 1.55; }
.bottom-seo h2 { margin: 0; font-size: clamp(2rem, 6vw, 3.8rem); line-height: .95; text-transform: uppercase; }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 48px; margin-top: 40px; color: #262626; font-size: 1.08rem; line-height: 1.75; }
.site-footer { background: var(--ink); color: white; padding: 80px 0 40px; }
.footer-brand { font-size: clamp(2.4rem, 7vw, 6rem); line-height: .92; font-weight: 900; text-transform: uppercase; border-bottom: 2px solid rgba(255,255,255,.2); padding-bottom: 32px; overflow-wrap: anywhere; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-top: 48px; }
.footer-copy p { max-width: 470px; color: rgba(255,255,255,.7); line-height: 1.65; }
.footer-grid h4 { color: rgba(255,255,255,.5); font-family: var(--font-display); font-size: .86rem; text-transform: uppercase; letter-spacing: .25em; }
.footer-grid ul { list-style: none; padding: 0; margin: 16px 0 0; }
.footer-grid li { margin-bottom: 8px; }
.footer-grid a:hover { color: var(--cyan); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.2); margin-top: 64px; padding-top: 32px; display: flex; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.6); }
.footer-bottom p:last-child { text-transform: uppercase; letter-spacing: .2em; font-weight: 900; font-size: .75rem; }
.floating-cta { position: fixed; right: 32px; bottom: 32px; z-index: 50; display: inline-flex; align-items: center; gap: 12px; background: var(--ink); color: white; border: 2px solid var(--ink); padding: 14px 22px; font-family: var(--font-display); font-weight: 900; text-transform: uppercase; animation: floatpulse 2.4s ease-in-out infinite; }
.floating-cta span { color: var(--cyan); }
@keyframes floatpulse { 0%, 100% { transform: translateY(0); box-shadow: 0 10px 30px -10px rgba(0,0,0,.4); } 50% { transform: translateY(-6px); box-shadow: 0 18px 40px -10px rgba(0,0,0,.5); } }
.reveal { opacity: 0; transform: translateY(24px); animation: reveal .9s cubic-bezier(.22,1,.36,1) forwards; }
.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .24s; }
.delay-3 { animation-delay: .36s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
.breadcrumbs { padding: 88px 0 8px; background: white; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; color: #525252; font-size: .85rem; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.profile-hero { background: var(--profile-bg); color: var(--profile-fg); border-bottom: 2px solid var(--ink); }
.profile-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(40px, 6vw, 88px); align-items: start; padding-block: clamp(36px, 4.4vw, 56px); }
.profile-grid h1 { margin: 16px 0 0; font-size: clamp(2.45rem, 5.3vw, 4.45rem); line-height: .92; text-transform: uppercase; font-weight: 900; overflow-wrap: anywhere; }
.profile-photo { width: min(100%, 430px); aspect-ratio: 1 / 1; margin-left: auto; overflow: hidden; display: block; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; margin-left: 0; }
.profile-body { background: white; padding-block: clamp(80px, 10vw, 112px); }
.profile-content { width: min(100% - 48px, 1100px); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: start; }
.intro { margin: 0 0 48px; font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 900; line-height: 1.18; }
.article-section { margin-top: 40px; }
.article-section h2 { margin: 0; font-size: clamp(2rem, 4vw, 2.5rem); line-height: .96; text-transform: uppercase; }
.article-section p { color: #262626; font-size: 1.12rem; line-height: 1.75; }
.starters { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; padding: 0; list-style: none; margin-top: 28px; }
.starters a { display: block; border: 2px solid var(--ink); padding: 16px; font-size: 1.05rem; line-height: 1.35; }
.starters a:hover { background: var(--ink); color: white; }
.starters span { display: block; margin-bottom: 4px; color: #737373; font-family: var(--font-display); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.mid-cta { border: 2px solid var(--ink); padding: clamp(32px, 5vw, 40px); margin-top: 64px; }
.quick-facts { position: sticky; top: 96px; border: 2px solid var(--ink); background: #fafafa; padding: 28px; }
.quick-facts h3 { margin: 12px 0 0; font-size: 1.5rem; text-transform: uppercase; }
.quick-facts dl { margin: 24px 0 0; font-size: .92rem; }
.quick-facts dl div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid #e5e5e5; padding-bottom: 12px; margin-bottom: 16px; }
.quick-facts dl div:last-child { border-bottom: 0; }
.quick-facts dt { color: #737373; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.quick-facts dd { margin: 0; text-align: right; }
.quick-facts .btn { width: 100%; margin-top: 20px; font-size: .9rem; padding: 14px 18px; }
.related { background: var(--ink); color: white; border-top: 2px solid var(--ink); padding-block: clamp(80px, 10vw, 96px); }
.related h2 { margin: 12px 0 0; font-size: clamp(2.3rem, 5vw, 3.2rem); line-height: .95; text-transform: uppercase; }
.related ul { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; list-style: none; padding: 0; margin: 48px 0 0; }
.related-card { display: block; border: 2px solid rgba(255,255,255,.2); padding: 24px; transition: border-color .2s ease; }
.related-card:hover { border-color: white; }
.related-card div { aspect-ratio: 4 / 5; overflow: hidden; }
.related-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.related-card:hover img { transform: scale(1.05); }
.related-card span { display: block; margin-top: 20px; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; opacity: .9; }
.related-card h3 { margin: 8px 0 0; font-size: 2rem; text-transform: uppercase; }
.related-card p { opacity: .95; }
.related-card b { display: inline-block; margin-top: 12px; font-family: var(--font-display); text-transform: uppercase; }
@media (max-width: 1024px) {
  .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .step-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .shape { display: none; }
  .seo-head, .profile-content { grid-template-columns: 1fr; }
  .span-3, .span-4, .span-5, .span-7 { grid-column: span 6; }
}
@media (max-width: 768px) {
  .shell, .narrow { width: min(100% - 32px, 1400px); }
  .main-nav { display: none; }
  .header-cta { padding-inline: 12px; font-size: .72rem; }
  .stats, .character-grid, .profile-grid, .feature-grid, .step-grid, .two-col, .footer-grid, .related ul, .starters { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .character-band::after, .character-band.reverse::after { clip-path: polygon(0 0, 100% 0, 100% 55%, 0 70%); }
  .reverse .character-photo-wrap { order: 0; }
  .ticket { display: none; }
  .mag-grid { grid-template-columns: 1fr; }
  .span-3, .span-4, .span-5, .span-7 { grid-column: 1; }
  .tile { padding: 28px; border-radius: 10px; }
  .tile-white ul { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .floating-cta { right: 16px; bottom: 16px; padding: 12px 16px; font-size: .85rem; }
}
@media (max-width: 520px) {
  .logo { font-size: .82rem; letter-spacing: -0.04em; }
  main, section, .hero, .hero-inner { max-width: 100vw; overflow-x: hidden; }
  .shell, .narrow { width: calc(100vw - 32px); max-width: calc(100vw - 32px); }
  .hero-copy, .section-head, .seo-head p { max-width: calc(100vw - 32px); }
  .header-inner { gap: 10px; }
  .header-cta { display: none; }
  .header-cta::after { content: "->"; position: absolute; inset: 0; display: grid; place-items: center; color: white; font-size: .9rem; }
  .hero-title { font-size: 1.82rem; overflow-wrap: anywhere; }
  .hero-title .mark { display: inline; background: linear-gradient(transparent 62%, var(--cyan) 62% 78%, transparent 78%); }
  .hero-title .mark::after { display: none; }
  .mobile-break { display: block; }
  .btn { width: 100%; max-width: 100%; padding-inline: 14px; white-space: normal; text-align: center; }
  .hero-actions .btn { font-size: .82rem; }
  .hero-actions .text-link { width: 100%; }
  .footer-brand { font-size: 2.25rem; }
  .floating-cta { right: 10px; bottom: 12px; width: 44px; height: 44px; padding: 0; overflow: hidden; font-size: 0; justify-content: center; }
  .floating-cta span { font-size: .9rem; }
}
