:root {
  color-scheme: dark;
  --bg: #080a0e;
  --surface: #11141a;
  --surface-2: #181c24;
  --line: rgba(255,255,255,.09);
  --text: #f5f7fb;
  --muted: #a8afbd;
  --mint: #58c9a3;
  --blue: #6694e0;
  --violet: #8a6df0;
  --orange: #ff7819;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 100; background: white; color: #111; padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 20px; }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header { width: var(--shell); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-size: 21px; font-weight: 760; letter-spacing: -.04em; }
.brand img { border-radius: 10px; box-shadow: 0 8px 24px rgba(80,116,255,.18); }
.brand span span { color: var(--blue); }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a, .site-footer nav a { color: var(--muted); text-decoration: none; font-size: 14px; transition: color .2s ease; }
.site-header nav a:hover, .site-footer nav a:hover { color: white; }
.header-cta { border: 1px solid var(--line); background: rgba(255,255,255,.04); padding: 10px 16px; border-radius: 12px; text-decoration: none; font-size: 13px; font-weight: 650; }
.header-cta:hover { background: rgba(255,255,255,.09); }

.hero { min-height: 740px; padding: 78px 0 94px; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px,7vw,100px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #c6cbd5; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 750; margin: 0 0 22px; }
.eyebrow span { width: 22px; height: 2px; border-radius: 2px; background: linear-gradient(90deg,var(--mint),var(--blue)); }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(48px,6.1vw,78px); line-height: .98; letter-spacing: -.062em; margin-bottom: 28px; max-width: 760px; }
h1 em { font-style: normal; color: transparent; background: linear-gradient(120deg,#fff 0%,var(--mint) 35%,var(--blue) 75%,var(--violet)); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 590px; color: var(--muted); font-size: clamp(17px,2vw,20px); line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin: 34px 0 30px; }
.app-store-link { display: inline-block; border-radius: 9px; transition: transform .2s ease, filter .2s ease; }
.app-store-link:hover { transform: translateY(-2px); filter: brightness(1.08); }
.text-link { color: #dce3ef; text-decoration: none; font-size: 14px; font-weight: 650; }
.text-link span { color: var(--mint); margin-left: 5px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 13px 24px; margin: 0; padding: 0; list-style: none; color: #9199a9; font-size: 13px; }
.trust-list li::before { content: "✓"; color: var(--mint); margin-right: 7px; font-weight: 800; }

.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .26; }
.orb-one { width: 360px; height: 360px; background: var(--mint); top: 90px; left: 5%; }
.orb-two { width: 330px; height: 330px; background: var(--blue); bottom: 30px; right: 0; }
.phone-frame { position: relative; width: 328px; height: 670px; overflow: hidden; border: 7px solid #1d212a; border-radius: 48px; background: #07090c; box-shadow: 0 45px 90px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08); }
.phone-frame::before { content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 94px; height: 27px; border-radius: 20px; background: #030405; z-index: 2; }
.phone-frame img { width: 100%; height: auto; }
.phone-main { transform: rotate(2.2deg); }
.floating-card { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.12); background: rgba(24,29,38,.88); backdrop-filter: blur(18px); box-shadow: 0 18px 48px rgba(0,0,0,.42); border-radius: 17px; padding: 14px 16px; display: flex; align-items: center; gap: 11px; }
.floating-card small { display: block; color: var(--muted); font-size: 11px; }
.floating-card strong { display: block; font-size: 14px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(88,201,163,.12); }
.shift-card { top: 104px; left: 0; }
.private-card { bottom: 106px; right: -28px; display: block; width: 210px; }
.private-card strong { margin-bottom: 3px; }

.proof-strip { border-block: 1px solid var(--line); min-height: 74px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 18px; padding: 18px 20px; color: #7f8796; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.proof-strip p { margin: 0; }
.proof-strip span { width: 3px; height: 3px; border-radius: 50%; background: var(--blue); }

.features-section, .audience-section { padding: 132px 0; }
.section-heading { max-width: 760px; margin-bottom: 56px; }
.section-heading h2, .privacy-copy h2, .final-cta h2 { font-size: clamp(38px,5vw,60px); line-height: 1.04; letter-spacing: -.05em; margin-bottom: 20px; }
.section-heading > p:last-child, .privacy-copy > p, .final-cta > p { color: var(--muted); font-size: 18px; max-width: 650px; }
.centred { text-align: center; margin-inline: auto; }
.centred .eyebrow { justify-content: center; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { position: relative; min-height: 380px; overflow: hidden; padding: 36px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018)); }
.feature-card:hover { border-color: rgba(102,148,224,.28); }
.feature-wide { grid-column: 1/-1; min-height: 430px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 40px; }
.feature-copy { max-width: 430px; }
.feature-number { color: var(--blue); font-size: 12px; letter-spacing: .12em; font-weight: 800; }
.feature-card h3 { font-size: clamp(28px,3vw,39px); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 15px; }
.feature-card > p:not(.feature-number), .feature-copy > p:not(.feature-number) { color: var(--muted); font-size: 16px; }
.calendar-art { padding: 24px; background: #0c0f14; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 28px 80px rgba(0,0,0,.35); transform: rotate(-1deg); }
.cal-head { display: flex; justify-content: space-between; margin-bottom: 21px; }
.cal-head b { font-size: 20px; }
.cal-head span { color: var(--muted); background: var(--surface-2); border-radius: 8px; padding: 5px 9px; font-size: 11px; }
.cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 10px; text-align: center; color: #7f8796; font-size: 11px; }
.cal-grid i { min-height: 34px; border-radius: 8px; background: rgba(255,255,255,.02); color: white; font-style: normal; display: grid; place-items: center; }
.cal-grid .shift { font-weight: 800; }
.shift.blue { background: rgba(102,148,224,.25); color: #8fb4ee; }
.shift.mint { background: rgba(88,201,163,.22); color: #72ddb9; }
.shift.violet { background: rgba(138,109,240,.22); color: #ae96ff; }
.mini-stat { position: absolute; left: 36px; right: 36px; bottom: 32px; background: #0c0f14; border: 1px solid var(--line); border-radius: 18px; padding: 20px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.mini-stat span { color: var(--muted); font-size: 12px; }
.mini-stat strong { font-size: 26px; }
.mini-stat small { grid-column: 1/-1; color: var(--mint); margin-top: 5px; }
.trend-art { height: 120px; position: absolute; left: 36px; right: 36px; bottom: 34px; border-bottom: 1px solid var(--line); display: flex; align-items: end; gap: 10px; padding: 0 8px 1px; }
.trend-art::before, .trend-art::after { content: ""; position: absolute; left: 0; right: 0; border-top: 1px dashed rgba(255,255,255,.07); }
.trend-art::before { top: 33%; } .trend-art::after { top: 66%; }
.trend-art span { flex: 1; border-radius: 8px 8px 2px 2px; background: linear-gradient(var(--blue),rgba(102,148,224,.18)); height: 42%; position: relative; z-index: 1; }
.trend-art span:nth-child(2){height:66%}.trend-art span:nth-child(3){height:52%}.trend-art span:nth-child(4){height:84%;background:linear-gradient(var(--mint),rgba(88,201,163,.18))}.trend-art span:nth-child(5){height:72%}.trend-art span:nth-child(6){height:94%;background:linear-gradient(var(--violet),rgba(138,109,240,.18))}

.showcase-section { padding: 130px 0 110px; background: linear-gradient(180deg,#0b0e14,#080a0e); border-block: 1px solid var(--line); }
.screen-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(18px,4vw,48px); align-items: start; }
.screen-gallery figure { margin: 0; }
.screen-wrap { width: 100%; max-height: 630px; overflow: hidden; border: 5px solid #242933; border-radius: 38px; box-shadow: 0 30px 70px rgba(0,0,0,.42); background: #050608; }
.screen-wrap img { width: 100%; height: auto; }
.gallery-raised { transform: translateY(-28px); }
.screen-gallery figcaption { padding: 22px 6px 0; }
.screen-gallery figcaption b { display: block; font-size: 18px; margin-bottom: 5px; }
.screen-gallery figcaption span { color: var(--muted); font-size: 14px; }

.privacy-section { padding: 132px 0; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,9vw,120px); align-items: center; }
.privacy-list { display: grid; gap: 12px; }
.privacy-list article { display: flex; gap: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 19px; padding: 22px; }
.privacy-list article > span { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; color: #07100d; font-weight: 900; background: var(--mint); border-radius: 50%; }
.privacy-list h3 { margin-bottom: 3px; font-size: 17px; }
.privacy-list p { margin: 0; color: var(--muted); font-size: 14px; }

.audience-section { padding-top: 30px; }
.audience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.audience-grid article { min-height: 180px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; }
.audience-grid article:nth-child(1) { background: linear-gradient(145deg,rgba(88,201,163,.14),var(--surface) 58%); }
.audience-grid article:nth-child(2) { background: linear-gradient(145deg,rgba(102,148,224,.14),var(--surface) 58%); }
.audience-grid article:nth-child(3) { background: linear-gradient(145deg,rgba(255,120,25,.12),var(--surface) 58%); }
.audience-grid article:nth-child(4) { background: linear-gradient(145deg,rgba(138,109,240,.14),var(--surface) 58%); }
.audience-grid span { font-weight: 750; margin-bottom: 6px; }
.audience-grid p { color: var(--muted); font-size: 13px; margin: 0; }

.journal-preview { padding: 35px 0 132px; }
.journal-preview-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.journal-preview article { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018)); }
.journal-preview h3 { font-size: 24px; line-height: 1.12; letter-spacing: -.035em; margin-bottom: 12px; }
.journal-preview h3 a, .article-card h2 a { text-decoration: none; }
.journal-preview article > p:not(.article-kicker), .article-card > p:not(.article-kicker) { color: var(--muted); font-size: 14px; }
.article-kicker { color: var(--mint); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; margin-bottom: 14px; }
.journal-more { display: inline-block; margin-top: 28px; }

.journal-hero { padding: 92px 0 66px; max-width: 850px; }
.journal-hero h1 { max-width: 800px; }
.journal-hero > p:last-child { max-width: 650px; color: var(--muted); font-size: 19px; }
.article-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px; padding-bottom: 92px; }
.article-card { min-height: 320px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018)); }
.article-card-featured { grid-row: span 2; min-height: 656px; justify-content: flex-end; background: radial-gradient(circle at 80% 15%,rgba(88,201,163,.18),transparent 38%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); }
.article-card h2 { max-width: 560px; font-size: clamp(28px,3.5vw,44px); line-height: 1.06; letter-spacing: -.045em; margin: 0 0 16px; }
.article-card:not(.article-card-featured) h2 { font-size: clamp(25px,2.8vw,34px); }
.article-card .text-link { margin-top: auto; }
.journal-cta { margin-bottom: 120px; padding: 70px 40px; text-align: center; border: 1px solid rgba(102,148,224,.2); border-radius: 30px; background: radial-gradient(circle at 50% 0,rgba(88,201,163,.14),transparent 45%),linear-gradient(145deg,#11151c,#0b0e13); }
.journal-cta .eyebrow { justify-content: center; }
.journal-cta h2 { max-width: 700px; margin: 0 auto 18px; font-size: clamp(34px,5vw,56px); line-height: 1.04; letter-spacing: -.05em; }
.journal-cta > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 28px; color: var(--muted); font-size: 17px; }
.article-content { width: min(820px,calc(100% - 40px)); margin: auto; padding: 55px 0 100px; }
.breadcrumbs { color: #7f8796; font-size: 13px; margin-bottom: 56px; }
.breadcrumbs a { color: #aeb8c8; text-decoration: none; }
.article-content > h1 { max-width: 780px; font-size: clamp(46px,7vw,76px); margin-bottom: 22px; }
.article-intro { max-width: 720px; color: #c5ccd8; font-size: clamp(19px,2.5vw,24px); line-height: 1.5; margin-bottom: 58px; }
.article-body { max-width: 720px; }
.article-body h2 { font-size: clamp(27px,4vw,38px); line-height: 1.08; letter-spacing: -.04em; margin: 52px 0 13px; }
.article-body p { color: #c2c8d3; font-size: 17px; line-height: 1.75; }
.article-callout { margin: 38px 0; padding: 24px 26px; border: 1px solid rgba(88,201,163,.3); border-radius: 18px; background: rgba(88,201,163,.08); }
.article-callout strong { display: block; color: var(--mint); font-size: 15px; margin-bottom: 7px; }
.article-callout p { margin: 0; font-size: 16px; }
.article-back { display: inline-block; margin-top: 52px; }

.final-cta { padding: 88px 40px; margin-bottom: 120px; text-align: center; border: 1px solid rgba(102,148,224,.2); border-radius: 34px; background: radial-gradient(circle at 50% 0,rgba(88,201,163,.14),transparent 45%),linear-gradient(145deg,#11151c,#0b0e13); overflow: hidden; }
.final-cta > img { margin: 0 auto 23px; border-radius: 21px; box-shadow: 0 20px 50px rgba(83,116,255,.22); }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { max-width: 700px; margin-inline: auto; }
.final-cta > p { margin: 0 auto 28px; }
.final-cta .app-store-link { margin: auto; }

.site-footer { width: var(--shell); margin: auto; padding: 38px 0 48px; border-top: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; gap: 20px 35px; align-items: center; color: var(--muted); font-size: 13px; }
.footer-brand { color: white; font-size: 18px; }
.site-footer p { margin: 0; }
.copyright { grid-column: 1/-1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.05); color: #707786; }

.legal-page { min-height: 100vh; }
.legal-header { width: min(820px,calc(100% - 40px)); margin: auto; height: 82px; display: flex; justify-content: space-between; align-items: center; }
.legal-header a:not(.brand) { color: var(--muted); text-decoration: none; font-size: 14px; }
.legal-content { width: min(760px,calc(100% - 40px)); margin: auto; padding: 65px 0 110px; }
.legal-content h1 { font-size: clamp(42px,7vw,64px); margin-bottom: 12px; }
.legal-content h2 { font-size: 25px; margin-top: 44px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #c2c8d3; }
.legal-content a { color: #8fb4ee; }
.legal-content .muted { color: #7f8796; }
.support-card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 24px; margin: 20px 0; }
.support-card h2 { margin-top: 0; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; text-align: center; }
  .hero-copy { max-width: 760px; margin: auto; }
  .hero-lede { margin-inline: auto; }
  .hero .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-visual { min-height: 650px; }
  .shift-card { left: 5%; } .private-card { right: 2%; }
  .feature-wide { grid-template-columns: 1fr; }
  .calendar-art { margin-top: 20px; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .journal-preview-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card-featured { grid-row: auto; min-height: 390px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p:not(.copyright) { display: none; }
}

@media (max-width: 660px) {
  :root { --shell: min(100% - 28px,1160px); }
  .site-header { height: 72px; }
  .header-cta { display: none; }
  .hero { padding: 44px 0 74px; min-height: auto; gap: 28px; }
  h1 { font-size: clamp(45px,14vw,64px); }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-visual { transform: scale(.91); transform-origin: top center; margin-bottom: -55px; }
  .phone-frame { width: 306px; height: 626px; }
  .shift-card { left: -2%; top: 86px; }
  .private-card { right: -4%; bottom: 82px; width: 190px; }
  .proof-strip { gap: 11px; padding-block: 16px; }
  .proof-strip p:nth-of-type(n+4), .proof-strip span:nth-of-type(n+4) { display: none; }
  .features-section, .audience-section, .privacy-section { padding-block: 88px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; padding: 28px; }
  .feature-card { min-height: 390px; padding: 28px; }
  .calendar-art { padding: 17px; margin-inline: -8px; }
  .screen-gallery { grid-template-columns: 1fr; max-width: 340px; margin: auto; gap: 60px; }
  .gallery-raised { transform: none; }
  .showcase-section { padding-block: 90px; }
  .privacy-section { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .journal-hero { padding-top: 55px; }
  .journal-preview { padding-bottom: 88px; }
  .journal-cta { padding: 56px 24px; margin-bottom: 82px; }
  .article-content { padding-top: 35px; }
  .breadcrumbs { margin-bottom: 38px; }
  .final-cta { padding: 58px 24px; margin-bottom: 82px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .site-footer nav { justify-content: center; }
}

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