/* MyCircle.iD by Pylogix: landing design v3 (2026-09-25).
   Direction: colour-blocked editorial. The circle is the motif (rings, round avatars, pill controls).
   Flat colour, hard shadows, real type contrast. No glow, no gradient text. */
.mc { --ink: #0e0e11; --ink-2: #18181d; --ink-3: #24242b; --paper: #f4efe4; --paper-2: #e9e2d2;
  --lime: #d6ff3f; --lilac: #c9b8ff; --coral: #ff6a45; --blue: #4950ff; --forest: #173d2c; --mint: #9ff0cf;
  --line: rgba(255,255,255,.13); --line-d: rgba(14,14,17,.14);
  --display: 'Bricolage Grotesque', 'Arial Black', sans-serif; --body: 'Figtree', 'Segoe UI', Arial, sans-serif;
  font-family: var(--body); color: var(--ink); -webkit-font-smoothing: antialiased; overflow: hidden; }
.mc *, .mc *::before, .mc *::after { box-sizing: border-box; }
.mc img { max-width: 100%; height: auto; display: block; }
.mc a { color: inherit; }
.mc-wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.mc-sec { padding: 120px 0; position: relative; }
.mc-ink { background: var(--ink); color: #f2f2ee; }
.mc-lime { background: var(--lime); color: var(--ink); }
.mc-lilac { background: var(--lilac); color: var(--ink); }
.mc-coral { background: var(--coral); color: var(--ink); }
.mc-paper { background: var(--paper); color: var(--ink); }
.mc-forest { background: var(--forest); color: #eafff4; }

/* type */
.mc h1, .mc h2, .mc h3 { font-family: var(--display); font-weight: 800; letter-spacing: -.032em; line-height: .96; word-spacing: .04em; margin: 0; color: inherit; text-transform: none; }
.mc h1 { font-size: clamp(52px, 7.4vw, 112px); }
.mc h2 { font-size: clamp(42px, 5.6vw, 84px); }
.mc h3 { font-size: 26px; letter-spacing: -.03em; line-height: 1.05; }
.mc p { margin: 0; }
.mc-lead { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.55; max-width: 540px; opacity: .82; margin-top: 26px !important; }
.mc-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; letter-spacing: .01em; padding: 8px 16px 8px 10px; border-radius: 999px; border: 1.5px solid currentColor; margin-bottom: 30px; }
.mc-tag i { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(214,255,63,.25); }
.mc-lime .mc-tag i, .mc-paper .mc-tag i { background: var(--ink); box-shadow: none; }
.mc-num { font-family: var(--display); font-weight: 800; font-size: 15px; letter-spacing: -.01em; display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid currentColor; margin-bottom: 26px; }

/* hand-drawn circle around a word */
.mc-circ { position: relative; display: inline-block; white-space: nowrap; margin: 0 .1em; }
.mc-circ svg { position: absolute; left: -9%; top: -14%; width: 118%; height: 132%; overflow: visible; pointer-events: none; }
.mc-circ path { fill: none; stroke: var(--lime); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: mc-draw 1.4s .5s cubic-bezier(.65,0,.35,1) forwards; }
.mc-lime .mc-circ path, .mc-paper .mc-circ path { stroke: var(--ink); }
.mc-coral .mc-circ path { stroke: var(--ink); }

/* buttons */
.mc-btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--body); font-weight: 800; font-size: 17px; line-height: 1; padding: 18px 28px; border-radius: 999px; border: 0; cursor: pointer; text-decoration: none !important; background: var(--lime); color: var(--ink) !important; transition: transform .25s cubic-bezier(.3,1.6,.5,1), box-shadow .25s; box-shadow: 0 0 0 0 var(--ink); }
.mc-btn:hover { transform: translate(-3px, -3px); box-shadow: 3px 3px 0 0 currentColor; }
.mc-btn svg { width: 18px; height: 18px; transition: transform .25s; }
.mc-btn:hover svg { transform: translateX(3px); }
.mc-btn.dark { background: var(--ink); color: #fff !important; }
.mc-btn.dark:hover { box-shadow: 3px 3px 0 0 var(--ink-3); }
.mc-btn.line { background: transparent; color: inherit !important; box-shadow: inset 0 0 0 2px currentColor; }
.mc-btn.line:hover { box-shadow: inset 0 0 0 2px currentColor, 3px 3px 0 0 currentColor; }
.mc-btn:focus-visible, .mc-chip:focus-visible, .mc-claim input:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

/* claim bar */
.mc-claim { display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 999px; padding: 8px 8px 8px 26px; max-width: 560px; margin-top: 40px; box-shadow: 6px 6px 0 0 var(--lime); color: var(--ink); }
.mc-lime .mc-claim { box-shadow: 6px 6px 0 0 var(--ink); }
.mc-claim label { font-weight: 800; font-size: 18px; white-space: nowrap; color: #6b6b73; }
.mc-claim input { flex: 1; min-width: 0; border: 0; outline: 0; font: 800 18px var(--body); color: var(--ink); background: transparent; padding: 12px 0; }
.mc-claim input::placeholder { color: #b5b5bb; }
.mc-claim .mc-btn { flex: none; padding: 16px 24px; background: var(--ink); color: #fff !important; }
.mc-claim .mc-btn:hover { box-shadow: 3px 3px 0 0 var(--blue); }
.mc-under { margin-top: 18px !important; font-size: 15px; opacity: .7; }
.mc-under a { font-weight: 800; }

/* hero */
.mc-hero { padding: 90px 0 110px; }
.mc-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 40px; align-items: center; }
.mc-stage { position: relative; height: 680px; display: grid; place-items: center; }
.mc-rings { position: absolute; inset: 50% auto auto 50%; width: 0; height: 0; }
.mc-rings i { position: absolute; left: 50%; top: 50%; border: 1.5px solid var(--line); border-radius: 50%; transform: translate(-50%, -50%); }
.mc-rings i:nth-child(1) { width: 380px; height: 380px; }
.mc-rings i:nth-child(2) { width: 560px; height: 560px; border-style: dashed; animation: mc-spin 90s linear infinite; }
.mc-rings i:nth-child(3) { width: 740px; height: 740px; }
.mc-rings b { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--lime); left: 50%; top: 50%; }
.mc-rings b:nth-of-type(1) { transform: translate(-50%, -50%) rotate(0deg) translateX(280px); animation: mc-orbit 18s linear infinite; }
.mc-rings b:nth-of-type(2) { background: var(--coral); width: 10px; height: 10px; animation: mc-orbit2 26s linear infinite; }

/* phone and bio page */
.mc-phone { position: relative; z-index: 2; width: 312px; height: 640px; border-radius: 52px; background: #050506; padding: 12px; box-shadow: 0 0 0 1.5px #2e2e36, 18px 22px 0 -2px rgba(0,0,0,.35); transform: rotate(-3deg); transition: transform .6s cubic-bezier(.2,.9,.3,1); }
.mc-stage:hover .mc-phone { transform: rotate(0deg); }
.mc-phone::before { content: ''; position: absolute; top: 22px; left: 50%; width: 92px; height: 26px; border-radius: 20px; background: #050506; transform: translateX(-50%); z-index: 3; }
.mc-bio { --bg: #16161b; --fg: #f5f5f0; --card: #26262e; --cardfg: #f5f5f0; --acc: var(--lime); --rad: 999px; --bfont: var(--body);
  height: 100%; border-radius: 42px; background: var(--bg); color: var(--fg); padding: 64px 20px 20px; overflow: hidden; text-align: center; transition: background .45s, color .45s; font-family: var(--bfont); }
.mc-bio-av { width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 14px; display: grid; place-items: center; background: var(--acc); color: var(--ink); font: 800 32px var(--display); letter-spacing: -.04em; transition: background .45s; box-shadow: 0 0 0 4px var(--bg), 0 0 0 5.5px var(--acc); }
.mc-bio-name { font: 800 22px var(--display); letter-spacing: -.03em; }
.mc-bio-handle { font-size: 13.5px; opacity: .6; margin-top: 3px; font-weight: 600; }
.mc-bio-soc { display: flex; justify-content: center; gap: 12px; margin: 16px 0 20px; }
.mc-bio-soc span { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--card); color: var(--cardfg); transition: background .45s; }
.mc-bio-soc svg { width: 15px; height: 15px; }
.mc-bio-link { display: flex; align-items: center; gap: 12px; background: var(--card); color: var(--cardfg); border-radius: var(--rad); padding: 13px 16px; margin-bottom: 10px; font-weight: 700; font-size: 14.5px; text-align: left; transition: background .45s, color .45s, border-radius .35s, transform .2s; }
.mc-bio-link:hover { transform: scale(1.02); }
.mc-bio-link em { width: 30px; height: 30px; border-radius: 50%; flex: none; display: grid; place-items: center; background: var(--acc); color: var(--ink); font-style: normal; transition: background .45s; }
.mc-bio-link em svg { width: 14px; height: 14px; }
.mc-bio-link small { display: block; font-weight: 600; font-size: 12px; opacity: .6; }
.mc-bio-link.feat { background: var(--acc); color: var(--ink); }
.mc-bio-link.feat em { background: var(--ink); color: var(--acc); }
.mc-bio-foot { margin-top: 16px; font-size: 11.5px; opacity: .45; font-weight: 700; }
/* themes */
.mc-bio[data-theme="paper"] { --bg: #f4efe4; --fg: #0e0e11; --card: #fff; --cardfg: #0e0e11; --acc: #ff6a45; }
.mc-bio[data-theme="lilac"] { --bg: #c9b8ff; --fg: #0e0e11; --card: #0e0e11; --cardfg: #fff; --acc: #d6ff3f; }
.mc-bio[data-theme="coral"] { --bg: #ff6a45; --fg: #0e0e11; --card: #fff3ec; --cardfg: #0e0e11; --acc: #0e0e11; }
.mc-bio[data-theme="coral"] .mc-bio-av, .mc-bio[data-theme="coral"] .mc-bio-link em { color: #ff6a45; }
.mc-bio[data-theme="forest"] { --bg: #173d2c; --fg: #eafff4; --card: #21513c; --cardfg: #eafff4; --acc: #9ff0cf; }
.mc-bio[data-shape="soft"] { --rad: 16px; }
.mc-bio[data-shape="square"] { --rad: 4px; }
.mc-bio[data-font="serif"] { --bfont: Georgia, 'Times New Roman', serif; }
.mc-bio[data-font="serif"] .mc-bio-name { font-family: Georgia, serif; letter-spacing: -.01em; font-weight: 700; }
.mc-bio[data-font="mono"] { --bfont: 'Courier New', ui-monospace, monospace; }
.mc-bio[data-font="mono"] .mc-bio-name { font-family: 'Courier New', monospace; letter-spacing: -.02em; }

/* stickers around the phone */
.mc-stk { position: absolute; z-index: 3; border-radius: 22px; padding: 14px 16px; color: var(--ink); box-shadow: 5px 5px 0 0 rgba(0,0,0,.5); animation: mc-bob 7s ease-in-out infinite; }
.mc-stk small { display: block; font-size: 12px; font-weight: 700; opacity: .65; }
.mc-stk b { font: 800 16px var(--display); letter-spacing: -.02em; }
.mc-stk-qr { background: var(--lime); left: -10px; top: 60px; --r: -9deg; text-align: center; padding: 12px; width: 150px; }
.mc-stk-qr svg { width: 100%; height: auto; display: block; border-radius: 10px; margin-bottom: 8px; }
.mc-stk-click { background: #fff; right: -40px; top: 150px; bottom: auto; --r: 6deg; display: flex; align-items: center; gap: 12px; animation-delay: -2.5s; }
.mc-stk-click i { width: 38px; height: 38px; border-radius: 50%; background: var(--coral); display: grid; place-items: center; flex: none; }
.mc-stk-click i svg { width: 18px; height: 18px; color: var(--ink); }
.mc-stk-link { background: var(--lilac); left: -16px; bottom: 44px; --r: 4deg; border-radius: 999px; padding: 14px 22px; animation-delay: -4.5s; }
.mc-stk-link b { font-size: 18px; }
.mc-stk-link span { opacity: .55; }

/* split sections */
.mc-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: center; }
.mc-split.rev > :first-child { order: 2; }

/* theme playground */
.mc-play { display: grid; place-items: center; }
.mc-ctrls { margin-top: 40px; }
.mc-play .mc-phone { transform: rotate(3deg); box-shadow: 0 0 0 1.5px #2e2e36, 16px 18px 0 -2px var(--ink); }
.mc-ctrls { display: grid; gap: 26px; }
.mc-ctrl h4 { font: 800 13px var(--body); letter-spacing: .12em; text-transform: uppercase; margin: 0 0 12px; opacity: .7; }
.mc-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.mc-chip { font: 800 15px var(--body); padding: 12px 18px; border-radius: 999px; border: 2px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; display: inline-flex; align-items: center; gap: 9px; transition: background .2s, color .2s, transform .2s; }
.mc-chip:hover { transform: translateY(-2px); }
.mc-chip[aria-pressed="true"] { background: var(--ink); color: var(--lime); }
.mc-chip i { width: 18px; height: 18px; border-radius: 50%; box-shadow: inset 0 0 0 2px rgba(14,14,17,.25); }

/* short link demo */
.mc-short { background: var(--ink-2); border: 1px solid var(--line); border-radius: 32px; padding: 30px; box-shadow: 10px 10px 0 0 var(--lilac); }
.mc-long { font-family: ui-monospace, 'Courier New', monospace; font-size: 14.5px; line-height: 1.55; color: #a9a9b4; background: var(--ink); border-radius: 18px; padding: 18px 20px; word-break: break-all; transition: opacity .4s, transform .5s, filter .5s; }
.mc-long.gone { opacity: .55; transform: scale(.98); text-decoration: line-through; text-decoration-color: rgba(201,184,255,.7); text-decoration-thickness: 2px; }
.mc-arrow { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 18px 0; color: #77777f; font-weight: 700; font-size: 14px; }
.mc-arrow::before, .mc-arrow::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.mc-shortout { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--lilac); color: var(--ink); border-radius: 999px; padding: 10px 10px 10px 26px; transform-origin: left center; }
.mc-shortout b { font: 800 clamp(20px, 2.2vw, 28px) var(--display); letter-spacing: -.03em; white-space: nowrap; overflow: hidden; }
.mc-shortout button { flex: none; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font: 800 15px var(--body); padding: 14px 20px; cursor: pointer; }
.mc-shortout.pop { animation: mc-pop .6s cubic-bezier(.3,1.6,.5,1); }
.mc-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.mc-pills span { font-weight: 700; font-size: 15px; padding: 10px 16px; border-radius: 999px; border: 1.5px solid var(--line); color: #e2e2dc; }
.mc-lime .mc-pills span, .mc-coral .mc-pills span, .mc-paper .mc-pills span, .mc-lilac .mc-pills span { border-color: var(--line-d); color: var(--ink); }

/* QR */
.mc-qr-stage { position: relative; display: grid; place-items: center; min-height: 600px; }
.mc-qr-big { width: min(360px, 78vw); background: #fff; border-radius: 34px; padding: 26px 26px 20px; box-shadow: 12px 12px 0 0 var(--ink); transform: rotate(-4deg); position: relative; z-index: 2; transition: transform .5s cubic-bezier(.2,.9,.3,1); }
.mc-qr-big:hover { transform: rotate(0) scale(1.02); }
.mc-qr-big svg { width: 100%; height: auto; display: block; }
.mc-qr-big svg path { transition: fill .35s; }
.mc-qr-big p { text-align: center; font: 800 17px var(--display); letter-spacing: -.02em; margin-top: 14px !important; }
.mc-qr-big p span { display: block; font: 600 13px var(--body); opacity: .55; letter-spacing: 0; margin-top: 3px; }
.mc-qr-tent { position: absolute; right: -2%; bottom: -34px; width: 170px; height: 210px; background: var(--ink); color: #fff; border-radius: 18px; transform: rotate(9deg); padding: 18px; display: flex; flex-direction: column-reverse; justify-content: space-between; z-index: 1; }
.mc-qr-tent b { font: 800 22px var(--display); letter-spacing: -.03em; line-height: 1; }
.mc-qr-tent i { width: 64px; height: 64px; border-radius: 10px; background: #fff; align-self: flex-start; background-image: linear-gradient(90deg, var(--ink) 50%, transparent 0), linear-gradient(var(--ink) 50%, transparent 0); background-size: 12px 12px; box-shadow: inset 0 0 0 6px #fff; }
.mc-qr-card { position: absolute; left: -10px; top: -44px; width: 210px; background: var(--paper); border-radius: 16px; padding: 18px; transform: rotate(-11deg); z-index: 1; box-shadow: 6px 6px 0 0 rgba(14,14,17,.35); }
.mc-qr-card b { font: 800 18px var(--display); letter-spacing: -.02em; display: block; }
.mc-qr-card small { font-size: 12px; opacity: .6; font-weight: 700; }
.mc-qr-card hr { border: 0; border-top: 1.5px dashed rgba(14,14,17,.25); margin: 12px 0; }
.mc-swatch { width: 30px; height: 30px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 0 0 2px var(--ink); cursor: pointer; padding: 0; }
.mc-swatch[aria-pressed="true"] { box-shadow: 0 0 0 2px var(--ink), 0 0 0 5px #fff, 0 0 0 7px var(--ink); }

/* analytics */
.mc-dash { background: #fff; border-radius: 32px; padding: 30px; box-shadow: 10px 10px 0 0 var(--ink); color: var(--ink); }
.mc-dash-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.mc-dash-head b { font: 800 22px var(--display); letter-spacing: -.03em; }
.mc-dash-head span { font-size: 13px; font-weight: 700; padding: 6px 12px; border-radius: 999px; background: var(--paper); }
.mc-line { width: 100%; height: 180px; margin: 20px 0 10px; }
.mc-line path.l { fill: none; stroke: var(--ink); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1400; stroke-dashoffset: 1400; transition: stroke-dashoffset 2.2s cubic-bezier(.65,0,.35,1); }
.mc-line path.a { fill: var(--lime); opacity: 0; transition: opacity 1s 1.2s; }
.mc-in .mc-line path.l { stroke-dashoffset: 0; }
.mc-in .mc-line path.a { opacity: 1; }
.mc-dash-cols { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; margin-top: 10px; }
.mc-dash h5 { font: 800 12px var(--body); letter-spacing: .12em; text-transform: uppercase; opacity: .55; margin: 0 0 12px; }
.mc-bar { display: grid; grid-template-columns: 122px minmax(0, 1fr); align-items: center; gap: 10px; font-size: 14px; font-weight: 700; margin-bottom: 9px; }
.mc-bar i { display: block; height: 12px; border-radius: 999px; background: var(--paper-2); overflow: hidden; }
.mc-bar i::after { content: ''; display: block; height: 100%; width: 0; border-radius: inherit; background: var(--ink); transition: width 1.4s cubic-bezier(.2,.9,.3,1); }
.mc-in .mc-bar i::after { width: var(--w); }
.mc-bar:nth-child(odd) i::after { background: var(--coral); }
.mc-note { font-size: 12.5px; opacity: .5; font-weight: 700; margin-top: 16px !important; }

/* blocks wall */
.mc-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 1000px; margin: 56px auto 0; }
.mc-wall span { font: 800 clamp(17px, 1.6vw, 22px) var(--display); letter-spacing: -.02em; padding: 16px 26px; border-radius: 999px; background: var(--ink-2); border: 1.5px solid var(--line); color: #f2f2ee; transform: rotate(var(--r, 0deg)); transition: transform .35s cubic-bezier(.3,1.6,.5,1), background .2s, color .2s; cursor: default; }
.mc-wall span:hover { transform: rotate(0) scale(1.08); }
.mc-wall span:nth-child(4n+1):hover { background: var(--lime); color: var(--ink); }
.mc-wall span:nth-child(4n+2):hover { background: var(--lilac); color: var(--ink); }
.mc-wall span:nth-child(4n+3):hover { background: var(--coral); color: var(--ink); }
.mc-wall span:nth-child(4n):hover { background: var(--mint); color: var(--ink); }
.mc-center { text-align: center; }
.mc-center .mc-lead { margin-left: auto; margin-right: auto; }

/* faq */
.mc-faq { max-width: 880px; margin: 50px auto 0; }
.mc-faq details { border-top: 2px solid var(--ink); }
.mc-faq details:last-child { border-bottom: 2px solid var(--ink); }
.mc-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 0; font: 800 clamp(20px, 2vw, 26px) var(--display); letter-spacing: -.03em; }
.mc-faq summary::-webkit-details-marker { display: none; }
.mc-faq summary::after { content: ''; flex: none; width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--ink); background: linear-gradient(var(--ink), var(--ink)) center / 14px 2px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 2px 14px no-repeat; transition: transform .3s, background-color .3s; }
.mc-faq details[open] summary::after { transform: rotate(45deg); background-color: var(--lime); }
.mc-faq details p { font-size: 18px; line-height: 1.6; padding: 0 60px 28px 0; opacity: .8; }

/* closing */
.mc-end { padding: 130px 0; text-align: center; }
.mc-end h2 { font-size: clamp(54px, 8vw, 128px); }
.mc-end .mc-claim { margin: 44px auto 0; }
/* reveal */
.mc-rv { opacity: 0; transform: translateY(28px); transition: opacity .8s, transform .8s cubic-bezier(.2,.9,.3,1); }
.mc-rv.mc-in { opacity: 1; transform: none; }

@keyframes mc-draw { to { stroke-dashoffset: 0; } }
@keyframes mc-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes mc-orbit { from { transform: translate(-50%, -50%) rotate(0deg) translateX(280px); } to { transform: translate(-50%, -50%) rotate(360deg) translateX(280px); } }
@keyframes mc-orbit2 { from { transform: translate(-50%, -50%) rotate(140deg) translateX(370px); } to { transform: translate(-50%, -50%) rotate(-220deg) translateX(370px); } }
@keyframes mc-bob { 0%, 100% { transform: translateY(0) rotate(var(--r)); } 50% { transform: translateY(-10px) rotate(var(--r)); } }
@keyframes mc-pop { 0% { transform: scale(.6); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .mc *, .mc *::before { animation: none !important; transition: none !important; }
  .mc-circ path { stroke-dashoffset: 0; } .mc-rv { opacity: 1; transform: none; }
  .mc-line path.l { stroke-dashoffset: 0; } .mc-line path.a { opacity: 1; } .mc-bar i::after { width: var(--w); }
}

@media (max-width: 1080px) {
  .mc-hero-grid, .mc-split, .mc-play { grid-template-columns: minmax(0, 1fr); }
  .mc-split.rev > :first-child { order: 0; }
  .mc-stage { height: 660px; }
  .mc-play { justify-items: center; }
}
@media (max-width: 640px) {
  .mc-wrap { padding: 0 18px; }
  .mc-sec { padding: 84px 0; }
  .mc-hero { padding: 56px 0 70px; }
  .mc h1 { font-size: clamp(46px, 13vw, 64px); }
  .mc h2 { font-size: clamp(38px, 11vw, 54px); }
  .mc-claim { flex-wrap: wrap; border-radius: 28px; padding: 10px 10px 10px 20px; }
  .mc-claim label, .mc-claim input { font-size: 17px; }
  .mc-claim .mc-btn { width: 100%; justify-content: center; }
  .mc-stage { height: 620px; margin: 0 -18px; }
  .mc-rings { transform: scale(.7); }
  .mc-phone { width: 272px; height: 560px; }
  .mc-bio { padding-top: 58px; }
  .mc-bio-link { padding: 11px 14px; font-size: 13.5px; }
  .mc-stk-qr { width: 112px; left: 6px; top: 20px; }
  .mc-stk-click { right: 0; top: 118px; bottom: auto; padding: 10px 12px; } .mc-stk-click i { width: 32px; height: 32px; } .mc-claim { box-shadow: 4px 4px 0 0 var(--lime); }
  .mc-stk-link { left: 8px; bottom: 36px; padding: 12px 18px; }
  .mc-stk-link b { font-size: 16px; }
  .mc-short, .mc-dash { padding: 20px; border-radius: 24px; }
  .mc-shortout { padding-left: 18px; }
  .mc-dash-cols { grid-template-columns: minmax(0, 1fr); }
  .mc-qr-tent { width: 128px; height: 160px; right: 0; }
  .mc-qr-card { width: 160px; left: -6px; }
  .mc-faq details p { padding-right: 0; }
}

/* header (site-wide on public pages) */
.mc-top { position: sticky; top: 0; z-index: 1030; background: rgba(14,14,17,.9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); overflow: visible; }
.mc-top-page { margin-bottom: 48px; }
.mc-top-in { display: flex; align-items: center; gap: 18px; height: 76px; }
.mc-logo { margin-right: auto; display: block; line-height: 0; }
.mc-logo img { height: 34px; width: auto; }
.mc-nav { display: flex; align-items: center; gap: 28px; }
.mc-nav > a, .mc-user-btn { color: #e9e9e4 !important; text-decoration: none !important; font-weight: 700; font-size: 15.5px; }
.mc-nav > a:hover, .mc-user-btn:hover { color: var(--lime) !important; }
.mc-nav .mc-btn, .mc-cta-m { padding: 13px 22px; font-size: 15.5px; color: var(--ink) !important; }
.mc-cta-m { display: none; }
.mc-user { position: relative; }
.mc-user-btn { display: inline-flex; align-items: center; gap: 9px; }
.mc-user-btn img { width: 30px; height: 30px; border-radius: 50%; box-shadow: 0 0 0 2px var(--lime); }
.mc-top .dropdown-menu { background: var(--ink-2); border: 1px solid var(--line); border-radius: 18px; padding: 8px; box-shadow: 6px 6px 0 0 rgba(0,0,0,.45); min-width: 220px; }
.mc-top .dropdown-item { color: #e9e9e4; border-radius: 10px; font-weight: 700; padding: 10px 14px; }
.mc-top .dropdown-item:hover, .mc-top .dropdown-item:focus { background: var(--lime); color: var(--ink); }
.mc-top .dropdown-divider { border-color: var(--line); }
.mc-burger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line); background: transparent; cursor: pointer; position: relative; padding: 0; }
.mc-burger span { position: absolute; left: 13px; right: 13px; height: 2px; border-radius: 2px; background: #f2f2ee; transition: transform .3s, top .3s; }
.mc-burger span:nth-child(1) { top: 18px; } .mc-burger span:nth-child(2) { top: 26px; }
.mc-burger.mc-x span:nth-child(1) { top: 22px; transform: rotate(45deg); } .mc-burger.mc-x span:nth-child(2) { top: 22px; transform: rotate(-45deg); }
@media (max-width: 1080px) {
  .mc-burger { display: block; }
  .mc-cta-m { display: inline-flex; padding: 11px 18px; font-size: 14.5px; }
  .mc-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); border-bottom: 1px solid var(--line); padding: 10px 18px 22px; box-shadow: 0 24px 40px rgba(0,0,0,.4); }
  .mc-nav.mc-open { display: flex; }
  .mc-nav > a { font: 800 26px var(--display); letter-spacing: -.03em; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .mc-nav > a.mc-btn { margin-top: 18px; justify-content: center; font: 800 17px var(--body); border-bottom: 0; padding: 16px; }
  .mc-user { padding: 14px 0; border-bottom: 1px solid var(--line); }
}

/* footer */
.mc-foot { background: var(--ink); color: #b8b8b2; padding: 90px 0 30px; font-size: 15px; border-top: 1px solid var(--line); }
.mc-foot-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 60px; }
.mc-foot-brand img { height: 36px; width: auto; }
.mc-foot-brand p { font-size: 18px; line-height: 1.55; color: #d9d9d2; max-width: 360px; margin: 22px 0 28px !important; }
.mc-foot-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.mc-foot h6 { font: 800 13px var(--body); letter-spacing: .12em; text-transform: uppercase; color: #fff; margin: 6px 0 18px; }
.mc-foot ul { list-style: none; padding: 0; margin: 0; }
.mc-foot li { margin-bottom: 11px; line-height: 1.45; }
.mc-foot a { text-decoration: none !important; color: #e9e9e4; }
.mc-foot a:hover { color: var(--lime); }
.mc-foot .mc-btn { color: var(--ink) !important; }
.mc-foot-big { display: flex; align-items: center; gap: .12em; margin: 80px 0 40px; color: var(--lime) !important; font: 800 clamp(58px, 14.2vw, 206px) var(--display); letter-spacing: -.05em; line-height: .82; white-space: nowrap; overflow: hidden; }
.mc-foot-big svg { flex: none; width: .78em; height: .78em; margin-top: .06em; transition: transform .8s cubic-bezier(.2,.9,.3,1); }
.mc-foot-big:hover svg { transform: rotate(-200deg); }
.mc-foot-big b { color: #f2f2ee; font-weight: 800; }
.mc-foot-bot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; border-top: 1px solid var(--line); padding-top: 24px; font-size: 14px; }
.mc-foot-bot a { font-weight: 800; }
.mc-foot-soc { display: flex; gap: 8px; }
.mc-foot-soc a { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; }
.mc-foot-soc a:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }
@media (max-width: 1080px) { .mc-foot-top { grid-template-columns: minmax(0, 1fr); gap: 44px; } }
@media (max-width: 640px) { .mc-foot { padding-top: 64px; } .mc-foot-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); } .mc-foot-big { margin: 56px 0 28px; } .mc-top-in { gap: 10px; } }

/* win over the legacy plx-altum.css font rules */
.mc h1, .mc h2, .mc h3 { font-family: var(--display) !important; }
.mc h4, .mc h5, .mc h6 { font-family: var(--body) !important; }

/* Altum plans, restyled */
#plans .row { justify-content: center !important; }
#plans .row > [class*="col-"] { flex: 0 0 100%; max-width: 880px; }
#plans .pricing-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 36px; padding: 0; margin: 0; list-style: none; }
@media (max-width: 700px) { #plans .pricing-features { grid-template-columns: minmax(0, 1fr); } }
#plans .pricing-plan { background: var(--ink-2) !important; border: 1.5px solid var(--line) !important; border-radius: 32px !important; box-shadow: 10px 10px 0 0 var(--lime) !important; overflow: hidden; color: #e9e9e4; }
#plans .pricing-header { background: var(--lime) !important; color: var(--ink) !important; padding: 34px 30px 30px !important; text-align: center; border: 0 !important; }
#plans .pricing-name { display: inline-block; font: 800 13px var(--body) !important; letter-spacing: .12em; text-transform: uppercase; background: var(--ink) !important; color: var(--lime) !important; padding: 8px 16px; border-radius: 999px; }
#plans .pricing-price { margin-top: 14px; }
#plans .pricing-price-amount { font: 800 96px/1 var(--display) !important; letter-spacing: -.05em; color: var(--ink) !important; }
#plans .pricing-body { padding: 30px 34px 34px !important; }
#plans .pricing-features li, #plans .pricing-body .d-flex { color: #e9e9e4 !important; font-size: 15.5px; padding: 9px 0; margin: 0 !important; border-bottom: 1px solid var(--line); }
#plans .pricing-features strong, #plans .pricing-body strong { color: var(--lime); font-weight: 800; }
#plans .text-muted, #plans .pricing-body .d-flex.text-muted { opacity: .45; }
#plans .btn { display: flex; justify-content: center; margin-top: 26px; border: 0 !important; border-radius: 999px !important; background: var(--lime) !important; color: var(--ink) !important; font: 800 17px var(--body) !important; padding: 18px !important; }
#plans .btn:hover { box-shadow: 4px 4px 0 0 #fff; transform: translate(-2px, -2px); }
.mc-cta-m, .mc-nav .mc-btn { white-space: nowrap; }
@media (max-width: 420px) { .mc-logo img { height: 28px; } .mc-cta-m { padding: 10px 14px; font-size: 14px; } .mc-burger { width: 42px; height: 42px; } .mc-burger span { left: 12px; right: 12px; } .mc-burger span:nth-child(1) { top: 16px; } .mc-burger span:nth-child(2) { top: 24px; } .mc-burger.mc-x span { top: 20px !important; } }

/* legal and content pages */
.mc-doc-page { margin-top: -48px; }
.mc-doc-hero { padding: 90px 0 40px; border-bottom: 2px solid var(--ink); }
.mc-doc-crumbs { font-weight: 800; font-size: 14px; margin-bottom: 26px; display: flex; gap: 10px; }
.mc-doc-crumbs a { text-decoration: none !important; border-bottom: 2px solid var(--ink); }
.mc-doc-hero h1 { font-size: clamp(48px, 7vw, 104px); }
.mc-doc-meta { margin-top: 22px !important; font-weight: 700; display: inline-block; background: var(--lime); padding: 8px 16px; border-radius: 999px; font-size: 14px; }
.mc-doc-body { padding: 60px 0 120px; }
.mc-doc-grid { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 70px; align-items: start; }
.mc-doc-toc { position: sticky; top: 100px; }
.mc-doc-toc h6 { font: 800 12px var(--body) !important; letter-spacing: .12em; text-transform: uppercase; opacity: .6; margin: 0 0 14px; }
.mc-doc-toc ol { list-style: none; padding: 0; margin: 0 0 26px; counter-reset: t; }
.mc-doc-toc li { counter-increment: t; }
.mc-doc-toc a { display: flex; gap: 10px; padding: 7px 0; font-size: 14.5px; font-weight: 700; color: var(--ink) !important; opacity: .6; text-decoration: none !important; transition: opacity .2s; }
.mc-doc-toc a::before { content: counter(t, decimal-leading-zero); font-size: 12px; padding-top: 2px; opacity: .7; }
.mc-doc-toc a:hover, .mc-doc-toc a.on { opacity: 1; }
.mc-doc-toc a.on::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); margin: 7px 0 0 auto; flex: none; }
.mc-doc-toc .mc-btn { padding: 12px 22px; font-size: 15px; }
.mc-doc { max-width: 760px; font-size: 18px; line-height: 1.7; color: #2a2a31; }
.mc-doc-lead { font-size: 22px; line-height: 1.55; color: var(--ink); font-weight: 600; margin-bottom: 30px !important; }
.mc-doc h2 { font-size: clamp(28px, 3vw, 38px); margin: 60px 0 16px; scroll-margin-top: 100px; }
.mc-doc h3 { font-size: 21px; margin: 30px 0 8px; }
.mc-doc p { margin: 0 0 16px; }
.mc-doc ul { margin: 0 0 18px; padding: 0; list-style: none; }
.mc-doc li { position: relative; padding-left: 26px; margin-bottom: 9px; }
.mc-doc li::before { content: ''; position: absolute; left: 4px; top: .62em; width: 9px; height: 9px; border-radius: 50%; border: 2px solid var(--ink); }
.mc-doc a { color: var(--ink) !important; font-weight: 700; text-decoration: underline; text-decoration-color: var(--coral); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.mc-doc strong { color: var(--ink); }
.mc-doc br { display: none; }
@media (max-width: 1080px) { .mc-doc-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; } .mc-doc-toc { position: static; } .mc-doc-toc ol { columns: 2; } }
@media (max-width: 640px) { .mc-doc-hero { padding: 64px 0 30px; } .mc-doc { font-size: 17px; } .mc-doc-toc ol { columns: 1; } }
@media print { .mc-top, .mc-foot, .mc-doc-toc { display: none !important; } .mc-doc-page { margin: 0; } .mc-doc-hero { padding: 0 0 20px; } }
