/* ===================== Fonts ===================== */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/bricolage-grotesque-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/bricolage-grotesque-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/bricolage-grotesque-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===================== Base ===================== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #0a0620;
  color: #fff;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a { color: inherit; }
::selection { background: #ff2e63; color: #fff; }

.font-display { font-family: 'Bricolage Grotesque', system-ui, sans-serif; }

@keyframes cfloat  { 0%,100% { transform: translateY(0) rotate(var(--r,0deg)); } 50% { transform: translateY(-14px) rotate(var(--r,0deg)); } }
@keyframes cfloat2 { 0%,100% { transform: translateY(0) rotate(var(--r,0deg)); } 50% { transform: translateY(12px) rotate(var(--r,0deg)); } }
@keyframes cmarq   { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes cpulse  { 0%,100% { opacity: .5; transform: scale(.9); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes cbob    { 0%,100% { transform: translateY(0); } 50% { transform: translateY(9px); } }
@keyframes cspin   { to { transform: rotate(360deg); } }

/* ===================== Layout backdrop ===================== */
#cal-root { position: relative; width: 100%; overflow: clip; background: #0a0620; }

.cal-glow { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
.cal-glow .a { position: absolute; width: 640px; height: 640px; left: -160px; top: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(124,92,255,.22), transparent 66%); filter: blur(40px); }
.cal-glow .b { position: absolute; width: 560px; height: 560px; right: -140px; top: 44%; border-radius: 50%; background: radial-gradient(circle, rgba(255,46,99,.16), transparent 66%); filter: blur(40px); }

/* ===================== Nav ===================== */
#calNav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 20px clamp(20px,5vw,46px); transition: background .35s, padding .35s, border-color .35s; border-bottom: 1px solid transparent; }
.cal-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.cal-brand img { width: 32px; height: 32px; border-radius: 9px; box-shadow: 0 0 22px rgba(255,46,99,.5); }
.cal-brand span { font-family: 'Bricolage Grotesque'; font-weight: 800; font-size: 24px; letter-spacing: -.5px; color: #fff; }

.cal-nav-links { display: flex; align-items: center; gap: 30px; font-size: 14.5px; color: rgba(255,255,255,.72); font-weight: 500; }
.cal-nav-links a { text-decoration: none; }
.cal-lang-toggle { background: none; border: none; cursor: pointer; font-family: inherit; font-size: 14.5px; font-weight: 600; color: #fff; display: flex; gap: 6px; align-items: center; padding: 0; text-decoration: none; }
.cal-lang-toggle .active { color: #fff; opacity: 1; }
.cal-lang-toggle .inactive { opacity: .4; }
.cal-get-btn { background: #fff; color: #150a36; padding: 11px 21px; border-radius: 100px; font-weight: 600; text-decoration: none; }

#menuOpenBtn { display: none; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); width: 42px; height: 42px; border-radius: 12px; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
#menuOpenBtn span { width: 18px; height: 2px; background: #fff; border-radius: 2px; }

@media (max-width: 820px) {
  .cal-nav-links { display: none; }
  #menuOpenBtn { display: flex; }
}

/* ===================== Mobile menu ===================== */
#mobileMenu { position: fixed; inset: 0; z-index: 200; background: #0a0620; display: flex; flex-direction: column; padding: 24px; }
#mobileMenu[hidden] { display: none; }
.cal-menu-top { display: flex; align-items: center; justify-content: space-between; }
#menuCloseBtn { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); width: 42px; height: 42px; border-radius: 12px; cursor: pointer; color: #fff; font-size: 20px; line-height: 1; }
.cal-menu-links { display: flex; flex-direction: column; gap: 8px; margin-top: 56px; }
.cal-menu-links a { color: #fff; text-decoration: none; font-family: 'Bricolage Grotesque'; font-weight: 700; font-size: 32px; padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
.cal-menu-bottom { margin-top: auto; display: flex; flex-direction: column; gap: 14px; }
.cal-lang-toggle-mobile { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 100px; padding: 12px; cursor: pointer; font-family: inherit; font-size: 14.5px; font-weight: 600; color: #fff; text-decoration: none; text-align: center; }
.cal-menu-get { background: #fff; color: #150a36; padding: 15px 21px; border-radius: 100px; font-weight: 700; text-decoration: none; text-align: center; }

/* ===================== Hero ===================== */
#top { position: relative; z-index: 2; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: clamp(84px,14vw,92px) clamp(20px,5vw,46px) 60px; background: radial-gradient(120% 80% at 78% -10%, #2a1163 0%, #160b39 42%, #0a0620 100%); }
#calHeroInner { max-width: 1240px; margin: 0 auto; width: 100%; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; will-change: transform, opacity; }
.cal-hero-copy { flex: 1 1 460px; }
.cal-eyebrow { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); padding: 9px 16px; border-radius: 100px; font-size: 13px; font-weight: 600; color: #c7b8ff; letter-spacing: .5px; backdrop-filter: blur(6px); }
.cal-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: #ff2e63; box-shadow: 0 0 10px #ff2e63; animation: cpulse 2s infinite; }
.cal-h1 { font-family: 'Bricolage Grotesque'; font-weight: 800; font-size: clamp(40px,7vw,78px); line-height: .98; letter-spacing: -.06em; margin: 24px 0 0; color: #fff; }
.cal-h1 .grad { background: linear-gradient(120deg,#ff6a3d,#ff2e63,#7c5cff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cal-hero-sub { font-size: clamp(15.5px,2vw,18px); line-height: 1.55; color: rgba(255,255,255,.64); max-width: 440px; margin: 26px 0 0; }
.cal-store-links { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.cal-store-link { display: flex; align-items: center; text-decoration: none; }
.cal-store-link img { height: 44px; width: auto; display: block; }
.cal-store-text { line-height: 1.1; }
.cal-store-text .small { font-size: 10px; opacity: .6; }
.cal-store-text .big { font-size: 16px; font-weight: 700; }

.cal-hero-device-wrap { position: relative; height: 560px; flex: 1 1 320px; max-width: 380px; margin: 0 auto; }
.cal-hero-device { position: absolute; right: 42px; top: 4px; width: 272px; height: 552px; border-radius: 44px; background: linear-gradient(160deg,#241047,#0d0726); padding: 9px; box-shadow: 0 0 70px -6px rgba(124,92,255,.6), 0 44px 80px -30px rgba(0,0,0,.7); border: 1px solid rgba(255,255,255,.1); animation: cbob 7s ease-in-out infinite; }
.cal-hero-device-screen { width: 100%; height: 100%; border-radius: 36px; overflow: hidden; background: repeating-linear-gradient(135deg,#1c1140,#1c1140 9px,#241551 9px,#241551 18px); position: relative; }
.cal-hero-device-screen img { width: 100%; height: 100%; object-fit: cover; }

.cal-chip { position: absolute; background: rgba(30,18,64,.85); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; padding: 12px 15px; box-shadow: 0 16px 40px -12px rgba(124,92,255,.5); display: flex; gap: 11px; align-items: center; backdrop-filter: blur(10px); }
.cal-chip .icon { width: 38px; height: 38px; border-radius: 11px; overflow: hidden; flex-shrink: 0; }
.cal-chip .icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cal-chip .title { font-size: 13px; font-weight: 700; color: #fff; }
.cal-chip .sub { font-size: 11px; color: #a394d6; }
.cal-chip-1 { --r: -6deg; left: -6px; top: 58px; animation: cfloat 5s ease-in-out infinite; }
.cal-chip-2 { --r: 6deg; left: 10px; bottom: 96px; animation: cfloat2 6s ease-in-out infinite; }
.cal-chip-3 { --r: 8deg; right: 2px; bottom: 34px; background: linear-gradient(135deg,#ff6a3d,#ff2e63); color: #fff; box-shadow: 0 16px 40px -10px rgba(255,46,99,.6); animation: cfloat 6.5s ease-in-out infinite; }
.cal-chip-3 .icon { background: none; }
.cal-chip-3 .sub { color: rgba(255,255,255,.85); }
@media (max-width: 820px) { .cal-chip { display: none; } }

.cal-scroll-cue { position: absolute; bottom: 66px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 9px; color: rgba(255,255,255,.4); }
.cal-scroll-cue span { font-size: 11px; letter-spacing: 2px; font-weight: 600; }
.cal-scroll-cue .pill { width: 22px; height: 34px; border: 1.5px solid rgba(255,255,255,.3); border-radius: 12px; display: flex; justify-content: center; padding-top: 6px; }
.cal-scroll-cue .pill i { width: 3px; height: 7px; border-radius: 2px; background: #ff2e63; animation: cbob 1.6s ease-in-out infinite; display: block; }

.cal-marquee { position: absolute; bottom: 0; left: 0; right: 0; overflow: hidden; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.08); background: rgba(10,6,32,.4); }
.cal-marquee-track { display: flex; width: max-content; animation: cmarq 34s linear infinite; font-family: 'Bricolage Grotesque'; font-weight: 700; font-size: 16px; letter-spacing: 1px; color: rgba(255,255,255,.5); white-space: nowrap; }
.cal-marquee-group { display: flex; flex-shrink: 0; padding-right: 38px; }
.cal-marquee-track span.sep { color: #7c5cff; }

/* ===================== Problem ===================== */
.cal-section { position: relative; z-index: 2; padding: clamp(70px,12vw,130px) clamp(20px,5vw,46px); background: #0a0620; }
.cal-section-center { max-width: 1080px; margin: 0 auto; text-align: center; }
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s, transform .7s; }
.cal-eyebrow-label { font-size: 13px; letter-spacing: 2px; font-weight: 600; }
.cal-eyebrow-label.pink { color: #ff2e63; }
.cal-eyebrow-label.purple { color: #7c5cff; }
.cal-h2 { font-family: 'Bricolage Grotesque'; font-weight: 800; font-size: clamp(32px,5.5vw,56px); line-height: 1.05; letter-spacing: -.04em; margin: 16px auto 0; max-width: 760px; }
.cal-p-lead { font-size: clamp(15.5px,2vw,18px); line-height: 1.6; color: rgba(255,255,255,.6); max-width: 600px; margin: 22px auto 0; }

.cal-buried-feed { display: flex; flex-direction: column; gap: 14px; max-width: 520px; margin: 56px auto 0; }
.cal-feed-item { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 16px; padding: 16px 18px; display: flex; gap: 13px; align-items: center; filter: blur(1.2px); opacity: .55; }
.cal-feed-item .icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.08); flex: none; overflow: hidden; }
.cal-feed-item .icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cal-feed-item .bar { height: 9px; background: rgba(255,255,255,.14); border-radius: 5px; }
.cal-feed-item .bar.short { width: 38%; background: rgba(255,255,255,.08); margin-top: 8px; }
.cal-feed-item.highlight { background: linear-gradient(135deg,rgba(255,106,61,.18),rgba(255,46,99,.14)); border: 1px solid rgba(255,46,99,.4); box-shadow: 0 12px 40px -12px rgba(255,46,99,.5); filter: none; opacity: 1; }
.cal-feed-item.highlight .icon { background: none; }
.cal-feed-item .evt-title { font-weight: 700; font-size: 15px; }
.cal-feed-item .evt-sub { font-size: 12.5px; color: rgba(255,255,255,.6); margin-top: 2px; }

/* ===================== Alive (pinned scroll morph) ===================== */
#alive { position: relative; z-index: 2; height: 340vh; background: linear-gradient(180deg,#0a0620,#120a30 30%,#0a0620); }
#calAliveSticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
#calGhost { position: absolute; font-family: 'Bricolage Grotesque'; font-weight: 800; font-size: 30vw; line-height: 1; letter-spacing: -1vw; color: rgba(124,92,255,.06); z-index: 0; user-select: none; }
.cal-alive-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 900px; padding: 0 clamp(16px,4vw,30px); }
#calAliveCap { font-size: clamp(14.5px,1.8vw,17px); line-height: 1.55; color: rgba(255,255,255,.62); max-width: 520px; margin: 16px 0 34px; min-height: 52px; }

.cal-device-stage { position: relative; width: min(300px,78vw); height: calc(min(300px,78vw) * 1.778); border-radius: 44px; box-shadow: 0 0 80px -10px rgba(124,92,255,.55), 0 44px 80px -30px rgba(0,0,0,.8); }
.cal-device-screen { position: relative; width: 100%; height: 100%; border-radius: 44px; overflow: hidden; background: #100a2a; }
[data-frame] { position: absolute; inset: 0; transition: opacity .3s; will-change: opacity, transform; opacity: 0; }
[data-frame="month"] { opacity: 1; }
[data-frame] img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }

.cal-view-dots { display: flex; gap: 10px; margin-top: 26px; }
.cal-dot { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: #fff; transition: opacity .3s; opacity: .4; }
.cal-dot[data-dot="0"] { opacity: 1; }
.cal-dot .swatch { width: 8px; height: 8px; border-radius: 50%; }

/* ===================== Stars (horizontal scroll) ===================== */
#stars { position: relative; z-index: 2; height: 360vh; background: #0a0620; }
.cal-stars-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.cal-stars-head { padding: 0 clamp(20px,5vw,46px); max-width: 1240px; margin: 0 auto; width: 100%; }
.cal-stars-title { font-family: 'Bricolage Grotesque'; font-weight: 800; font-size: clamp(30px,5vw,52px); line-height: 1.05; letter-spacing: -.04em; margin: 12px 0 0; max-width: 620px; }
.cal-stars-viewport { overflow: hidden; margin-top: 40px; }
#calStarsTrack { display: flex; gap: 24px; padding: 0 clamp(20px,5vw,46px); width: max-content; will-change: transform; }
.cal-card { width: min(360px,80vw); flex: none; background: linear-gradient(180deg,#1a1046,#120a30); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; overflow: hidden; }
.cal-card-media { height: 190px; background: repeating-linear-gradient(135deg,#241356,#241356 11px,#2c1866 11px,#2c1866 22px); display: flex; align-items: center; justify-content: center; font-family: ui-monospace,monospace; font-size: 11px; color: rgba(255,255,255,.4); letter-spacing: .5px; overflow: hidden; }
.cal-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cal-card-body { padding: 22px 22px 26px; }
.cal-card-cat { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: #c7b8ff; letter-spacing: .5px; }
.cal-card-title { font-family: 'Bricolage Grotesque'; font-weight: 700; font-size: 24px; margin: 8px 0 4px; }
.cal-card-sub { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.5; }
.cal-card-pill { margin-top: 16px; display: inline-flex; padding: 8px 13px; border-radius: 10px; font-size: 12.5px; font-weight: 600; }
.cal-card.friends { background: linear-gradient(135deg,#ff6a3d,#ff2e63); display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.cal-card.friends .cal-card-title { font-weight: 800; font-size: 34px; line-height: 1; letter-spacing: -1px; margin: 0; }
.cal-card.friends .cal-card-sub { color: rgba(255,255,255,.85); margin-top: 14px; }
.cal-card.friends .cal-card-cta { margin-top: 22px; display: inline-flex; align-self: flex-start; background: #150a36; color: #fff; padding: 11px 20px; border-radius: 100px; font-weight: 600; font-size: 14px; text-decoration: none; }

/* ===================== Testimonials ===================== */
.cal-testi-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 22px; margin-top: 52px; }
.cal-testi-card { background: linear-gradient(180deg,#1a1046,#120a30); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: 28px; display: flex; flex-direction: column; gap: 18px; }
.cal-testi-quote { font-size: 15.5px; line-height: 1.6; color: rgba(255,255,255,.85); }
.cal-testi-person { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.cal-testi-avatar { width: 40px; height: 40px; border-radius: 50%; flex: none; object-fit: cover; display: block; }
.cal-testi-name { font-weight: 700; font-size: 14px; }
.cal-testi-role { font-size: 12.5px; color: #a394d6; }

/* ===================== Create & Push ===================== */
.cal-create-grid { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 64px; align-items: center; }
.cal-steps { display: flex; flex-direction: column; gap: 22px; margin-top: 34px; }
.cal-step { display: flex; gap: 16px; }
.cal-step-num { width: 40px; height: 40px; flex: none; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'Bricolage Grotesque'; font-weight: 800; }
.cal-step-title { font-weight: 700; font-size: 17px; }
.cal-step-sub { color: rgba(255,255,255,.58); font-size: 14.5px; line-height: 1.5; margin-top: 3px; }

.cal-compose-card { background: linear-gradient(180deg,#1c1140,#120a30); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 26px; box-shadow: 0 40px 80px -30px rgba(0,0,0,.7); }
.cal-compose-title { font-family: 'Bricolage Grotesque'; font-weight: 700; font-size: 20px; margin-bottom: 18px; }
.cal-compose-field { background: rgba(255,255,255,.05); border-radius: 14px; padding: 15px 16px; margin-bottom: 12px; }
.cal-compose-field .label { font-size: 12px; color: #a394d6; }
.cal-compose-field .value { font-weight: 600; font-size: 16px; margin-top: 4px; }
.cal-compose-row { display: flex; gap: 12px; margin-bottom: 12px; }
.cal-compose-row .cal-compose-field { flex: 1; }
.cal-compose-row .value { font-size: 15px; }
.cal-compose-groups .label { margin-bottom: 9px; }
.cal-compose-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.cal-compose-tags span { padding: 6px 12px; border-radius: 100px; font-size: 12.5px; font-weight: 600; }
.cal-compose-actions { display: flex; gap: 12px; align-items: center; }
.cal-btn-create { flex: 1; background: #fff; color: #150a36; border: none; border-radius: 14px; padding: 14px; font-family: inherit; font-weight: 700; font-size: 15px; cursor: pointer; }
.cal-btn-push { background: linear-gradient(135deg,#ff6a3d,#ff2e63); color: #fff; border: none; border-radius: 14px; padding: 14px 18px; font-family: inherit; font-weight: 700; font-size: 15px; cursor: pointer; display: flex; align-items: center; gap: 8px; }
.cal-btn-push .dot { width: 9px; height: 9px; border-radius: 50%; background: #fff; }

.cal-compose-wrap { position: relative; flex: 1 1 380px; max-width: 460px; }
#pushToast { position: absolute; top: -24px; right: -10px; background: rgba(20,12,44,.94); border: 1px solid rgba(255,46,99,.5); border-radius: 16px; padding: 14px 16px; display: flex; gap: 12px; align-items: center; box-shadow: 0 20px 50px -14px rgba(255,46,99,.6); backdrop-filter: blur(10px); opacity: 0; transform: translateY(-10px) scale(.96); transition: opacity .4s, transform .4s; max-width: 280px; }
#pushToast.show { opacity: 1; transform: translateY(0) scale(1); }
#pushToast .icon { width: 34px; height: 34px; border-radius: 9px; background: linear-gradient(135deg,#ff6a3d,#ff2e63); flex: none; }
#pushToast .title { font-weight: 700; font-size: 13.5px; }
#pushToast .body { font-size: 12.5px; color: rgba(255,255,255,.75); }

/* ===================== Download CTA ===================== */
#download { position: relative; z-index: 2; padding: clamp(80px,14vw,150px) clamp(20px,5vw,46px); text-align: center; background: radial-gradient(120% 100% at 50% 120%, #2a1163 0%, #160b39 45%, #0a0620 100%); overflow: hidden; }
.cal-cta-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 2; }
.cal-cta-title { font-family: 'Bricolage Grotesque'; font-weight: 800; font-size: clamp(38px,7vw,74px); line-height: 1; letter-spacing: -.05em; }
.cal-cta-sub { font-size: clamp(16px,2vw,19px); line-height: 1.55; color: rgba(255,255,255,.66); max-width: 520px; margin: 24px auto 0; }
.cal-cta-stores { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 38px; }
.cal-cta-stores .cal-store-link img { height: 50px; }

/* ===================== Who we are ===================== */
#who { background: #08041a; }
.cal-who-intro { max-width: 720px; }
.cal-who-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 22px; margin-top: 52px; }
.cal-who-card { background: linear-gradient(180deg,#1a1046,#120a30); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: 26px; }
.cal-who-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.cal-who-avatar { width: 64px; height: 64px; border-radius: 16px; object-fit: cover; display: block; flex-shrink: 0; }
.cal-who-name { font-family: 'Bricolage Grotesque'; font-weight: 700; font-size: 20px; }
.cal-who-role { font-size: 12.5px; font-weight: 600; letter-spacing: .4px; color: #c7b8ff; margin-top: 3px; }
.cal-who-sub { font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,.58); margin-top: 10px; }

/* ===================== Footer ===================== */
footer { position: relative; z-index: 2; background: #08041a; border-top: 1px solid rgba(255,255,255,.08); padding: 60px clamp(20px,5vw,46px) 34px; }
.cal-footer-inner { max-width: 1180px; margin: 0 auto; }
.cal-footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; align-items: flex-start; }
.cal-footer-brand { max-width: 300px; }
.cal-footer-brand-row { display: flex; align-items: center; gap: 10px; }
.cal-footer-brand-row img { width: 30px; height: 30px; border-radius: 9px; box-shadow: 0 0 22px rgba(255,46,99,.5); }
.cal-footer-brand-row span { font-family: 'Bricolage Grotesque'; font-weight: 800; font-size: 22px; }
.cal-footer-tag { font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.55; margin: 14px 0 0; }
.cal-footer-cols { display: flex; gap: 60px; flex-wrap: wrap; }
.cal-footer-col { display: flex; flex-direction: column; gap: 11px; font-size: 14px; color: rgba(255,255,255,.6); }
.cal-footer-col a { text-decoration: none; }
.cal-footer-col-title { font-weight: 700; color: #fff; font-size: 13px; letter-spacing: .5px; }
.cal-footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); font-size: 12.5px; color: rgba(255,255,255,.4); }

/* ===================== Legal pages ===================== */
.legal-page { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; padding: clamp(120px,14vw,150px) clamp(20px,5vw,46px) 100px; }
.legal-page h1 { font-family: 'Bricolage Grotesque'; font-weight: 800; font-size: clamp(32px,5vw,48px); letter-spacing: -.03em; margin: 0 0 8px; }
.legal-page .legal-updated { font-size: 13px; color: rgba(255,255,255,.4); margin-bottom: 46px; }
.legal-page h2 { font-family: 'Bricolage Grotesque'; font-weight: 700; font-size: 22px; margin: 40px 0 12px; }
.legal-page p, .legal-page li { font-size: 15.5px; line-height: 1.65; color: rgba(255,255,255,.72); }
.legal-page ul { padding-left: 20px; }
.legal-page a { color: #c7b8ff; }
.legal-page strong { color: #fff; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,.6); text-decoration: none; margin-bottom: 30px; }
