-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
415 lines (357 loc) · 20.4 KB
/
Copy pathstyles.css
File metadata and controls
415 lines (357 loc) · 20.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
/* v0.4.4 — partners planet marquee (2x size, embossed, orbit effect) */
:root{ --bg:#070709; --ink:#f5f3eb; --muted:#b9b3a3; --glass:#0c0d11; --stroke:rgba(255,255,255,.10);
--gold1:#f7e3a1; --gold2:#b88a2a; --link:#f0c65a; --link-visited:#d0b36e }
*{box-sizing:border-box} html{scroll-behavior:smooth} html,body{height:100%}
body{margin:0; font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; color:var(--ink);
background: radial-gradient(900px 500px at 10% 15%, rgba(247,227,161,.08), transparent 60%), radial-gradient(800px 420px at 80% 8%, rgba(184,138,42,.10), transparent 60%), radial-gradient(1200px 600px at 70% 70%, rgba(255,255,255,.05), transparent 60%), var(--bg); line-height:1.6 }
a{color:var(--link); text-decoration:none} a:hover{text-decoration:underline} a:visited{color:var(--link-visited)}
.container{width:min(1120px, 92%); margin:0 auto}
.nav-container-wide{width:min(1160px, 96%)}
/* Navbar */
.nav{position:fixed; top:0; left:0; right:0; z-index:100; border-bottom:1px solid var(--stroke); backdrop-filter:saturate(150%) blur(8px); background:rgba(7,7,9,.70); box-shadow:0 6px 18px rgba(0,0,0,.35)}
.nav-inner{display:flex; align-items:center; gap:24px; padding:12px 0}
.brand{display:flex; align-items:center; gap:10px; font-weight:900; margin-right:36px}
.logo-mark{display:inline-grid; place-items:center; width:34px; height:34px; border-radius:10px; background:linear-gradient(135deg, var(--gold1), var(--gold2)); color:#0d1116; font-weight:900}
.logo-text{font-weight:900}
.nav-links{display:flex; gap:22px; margin-left:auto}
.nav-links a{color:var(--muted); font-weight:600}
.nav-links a:hover{color:var(--ink)} .nav-links a[aria-current="page"]{color:var(--ink)}
.nav-actions{display:flex; gap:8px; margin-left:8px}
.icon-btn{border:1px solid var(--stroke); background:transparent; color:var(--ink); padding:8px 10px; border-radius:10px; cursor:pointer}
.burger{display:none; margin-left:8px; background:transparent; border:1px solid var(--stroke); color:var(--ink); border-radius:10px; padding:8px 10px; cursor:pointer}
body.has-fixed-nav{padding-top:72px}
/* Sections */
.hero{padding:96px 0 56px}
.hero-inner{display:grid; grid-template-columns: 1.2fr .8fr; gap:32px; align-items:center}
.hero-copy h1{font-size: clamp(36px, 5.8vw, 66px); line-height:1.06; margin:0 0 10px; font-weight:900; letter-spacing:-.02em}
.grad{background:linear-gradient(90deg, var(--gold1) 0%, var(--gold2) 38%, #fff 70%); -webkit-background-clip:text; background-clip:text; color:transparent}
.sub{color:var(--muted); margin:0}
.cta-row{display:flex; gap:12px; margin-top:16px}
.cta{display:inline-flex; align-items:center; gap:10px; text-decoration:none; font-weight:800; padding:12px 16px; border-radius:16px; border:1px solid var(--stroke); background:linear-gradient(180deg, #141414, #0f1115); color:var(--ink)}
.cta:hover{transform:translateY(-1px)} .cta.ghost{background:transparent; color:var(--ink); border-color:var(--stroke)}
.cta-bot{position:relative; overflow:hidden} .cta-bot .aura{position:absolute; inset:-2px; border-radius:18px; pointer-events:none; background:conic-gradient(from 0deg, rgba(247,227,161,.0), rgba(247,227,161,.35), rgba(184,138,42,.35), rgba(247,227,161,.0)); filter:blur(8px); animation:spin 3s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.glass{background:rgba(255,255,255,.03); border:1px solid var(--stroke); border-radius:18px; box-shadow:0 18px 48px rgba(0,0,0,.45); backdrop-filter: blur(10px)}
.section{padding:68px 0} .section.alt{background:linear-gradient(180deg, rgba(255,255,255,.03), transparent)}
.band{background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.00))}
.center{min-height:260px; padding:0} .band-inner{display:flex; align-items:center; min-height:260px}
/* Screens */
.screens-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:16px}
.screen{padding:16px}
.viewport{border-radius:12px; border:1px solid var(--stroke); background:rgba(255,255,255,.02); overflow:hidden; aspect-ratio:16/10; display:grid; place-items:center}
.viewport img{width:100%; height:100%; object-fit:cover; display:block}
.viewport.placeholder{background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01)), radial-gradient(600px 300px at 80% 10%, rgba(247,227,161,.10), transparent 60%), rgba(0,0,0,.15)}
/* Features & cards */
.features-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:16px}
.feature{padding:16px}
.cards{display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:16px}
.card{padding:18px}
.card .price{font-size:22px; font-weight:900}
/* Partners — planet marquee */
.logos.marquee{position:relative; overflow:hidden; perspective:1200px;
background: radial-gradient(650px 120px at 50% 120%, rgba(88,140,200,.08), rgba(0,0,0,0) 70%) }
.logos.marquee::before{ /* faint "earth" rim */
content:""; position:absolute; left:50%; top:50%; width:1200px; height:120px; transform:translate(-50%,-50%) rotateX(65deg);
border-radius:50%; box-shadow:0 0 120px rgba(86,160,230,.18) inset; pointer-events:none; filter:blur(1px);
}
.logos.marquee .marquee-track{display:flex; gap:20px; align-items:center; width:max-content; animation:marquee-left 34s linear infinite; transform-style:preserve-3d}
/* Reverse direction via .rtl */
.logos.marquee.rtl .marquee-track{animation-name:marquee-right}
.logo{flex:0 0 auto; display:grid; place-items:center; padding:18px; height:140px; min-width:240px;
border-radius:22px; border:1px solid var(--stroke);
background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
box-shadow:
0 18px 48px rgba(0,0,0,.35),
inset 0 1px 0 rgba(255,255,255,.10),
inset 0 -8px 16px rgba(0,0,0,.25); /* embossed */
backdrop-filter: blur(8px);
transform:rotateX(12deg) rotateY(10deg);
animation:orbit 6s ease-in-out infinite alternate;
}
.logo img{max-width:240px; max-height:112px; opacity:.97; filter:grayscale(100%) contrast(110%)}
@keyframes marquee-left{ from{ transform:translateX(0) } to{ transform:translateX(-33.3333%) } }
@keyframes marquee-right{ from{ transform:translateX(-33.3333%) } to{ transform:translateX(0) } }
@keyframes orbit{
0% { transform:rotateX(12deg) rotateY(10deg) translateY(0) translateZ(0) scale(1.00); box-shadow:0 18px 48px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.10), inset 0 -8px 16px rgba(0,0,0,.25) }
50% { transform:rotateX(16deg) rotateY(0deg) translateY(-6px) translateZ(26px) scale(1.04); box-shadow:0 22px 64px rgba(0,0,0,.40), inset 0 1px 0 rgba(255,255,255,.12), inset 0 -10px 18px rgba(0,0,0,.28) }
100%{ transform:rotateX(12deg) rotateY(-10deg) translateY(0) translateZ(0) scale(1.00); box-shadow:0 18px 48px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.10), inset 0 -8px 16px rgba(0,0,0,.25) }
}
.logos.marquee:hover .marquee-track{ animation-play-state:paused }
/* How & Security */
.how-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:16px}
.how{padding:18px; position:relative}
.step{position:absolute; top:12px; right:14px; font-weight:900; opacity:.4}
.security-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:16px}
.sec{padding:18px}
.sec h3{margin:0 0 8px}
.sec ul{margin:0; padding-left:18px}
/* Articles & Videos */
.articles{display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:16px}
.post{padding:16px 18px 16px 22px}
.videos-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:16px}
.video-card{padding:12px}
.video-card .thumb{position:relative; border-radius:12px; overflow:hidden; border:1px solid var(--stroke); cursor:pointer}
.video-card .thumb img{display:block; width:100%; height:auto}
.video-card .thumb .play{position:absolute; bottom:10px; right:10px; border:1px solid var(--stroke); background:rgba(0,0,0,.45); color:#fff; border-radius:10px; padding:6px 10px; cursor:pointer}
/* Modal */
.modal[hidden]{display:none}
.modal{position:fixed; inset:0; z-index:200; display:grid; place-items:center}
.modal-backdrop{position:absolute; inset:0; background:rgba(0,0,0,.6)}
.modal-dialog{position:relative; width:min(920px, 92%); padding:0}
.modal-body{padding:10px}
.modal-close{position:absolute; top:8px; right:8px; border:1px solid var(--stroke); background:rgba(0,0,0,.35); color:var(--ink); border-radius:10px; padding:6px 10px; cursor:pointer; z-index:5}
.modal video{width:100%; height:auto; display:block; border-radius:12px; background:#000}
/* Footer */
.footer{padding:36px 0; border-top:1px solid var(--stroke); color:var(--muted)}
/* Reveal */
.reveal{opacity:0; transform:translateY(14px); will-change:opacity, transform}
.reveal.in{opacity:1; transform:none; transition:opacity .6s ease, transform .6s ease}
/* Mobile */
@media (max-width:900px){
.hero-inner{grid-template-columns:1fr; gap:18px} .hero{padding-top:64px}
.nav-inner{flex-wrap:wrap} .nav-links{display:none; flex-direction:column; width:100%; order:3; padding:8px 0}
.nav-actions{margin-left:auto} .burger{display:inline-block} .nav-links.open{display:flex}
.logo{height:120px; min-width:200px}
.logo img{max-height:96px; max-width:200px}
}
/* Light theme tweaks */
:root.light{--bg:#faf8f2; --ink:#14120e; --muted:#5a5346; --glass:#ffffff; --stroke:rgba(0,0,0,.10); --link:#916c16; --link-visited:#6d5524; background:none}
:root.light body{background:var(--bg)}
:root.light .nav{background:rgba(255,255,255,.90); border-bottom-color:var(--stroke); box-shadow:0 6px 18px rgba(0,0,0,.08)}
:root.light .nav-links a{color:var(--muted)} :root.light .nav-links a:hover, :root.light .nav-links a[aria-current="page"]{color:var(--ink)}
:root.light .icon-btn{color:var(--ink); border-color:var(--stroke)}
:root.light .cta{background:linear-gradient(180deg, #ffffff, #f2efe9); color:#14120e; border-color:var(--stroke)}
:root.light .cta.ghost{background:transparent; color:#14120e; border-color:var(--stroke)}
:root.light .glass{background:rgba(255,255,255,.75); box-shadow:0 8px 24px rgba(0,0,0,.10)}
:root.light .grad{background:linear-gradient(90deg, #14120e 0%, #14120e 40%, #b88a2a 80%); -webkit-background-clip:text; background-clip:text; color:transparent}
/* Pricing CTA buttons */
.card .features.small{margin:8px 0 12px; padding-left:18px; color:var(--muted); font-size:14px}
.card .features.small li{margin:2px 0}
.card .actions{margin-top:10px; display:flex; gap:8px; flex-wrap:wrap}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:10px 14px; border-radius:12px; border:1px solid var(--stroke); text-decoration:none; font-weight:800; cursor:pointer}
.btn.primary{background:linear-gradient(180deg, #141414, #0f1115); color:var(--ink)}
.btn.accent{background:linear-gradient(180deg, var(--gold1), var(--gold2)); color:#0d1116; border-color:transparent}
.btn.ghost{background:transparent; color:var(--ink)}
.btn:hover{transform:translateY(-1px)}
/* Sticky paywall banner */
.banner{position:sticky; top:72px; z-index:90; background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); border-bottom:1px solid var(--stroke); border-top:1px solid var(--stroke); box-shadow:0 14px 28px rgba(0,0,0,.22)}
.banner-inner{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:10px 0}
.banner-text{display:flex; align-items:baseline; gap:10px; flex-wrap:wrap}
.banner-text .muted{color:var(--muted); font-size:14px}
.banner-actions{display:flex; align-items:center; gap:8px; flex-wrap:wrap}
.banner .icon-btn.banner-close{border-color:var(--stroke)}
@media (max-width:900px){ .banner{top:64px} }
/* Tip under hero CTA */
.hero-tip{margin-top:8px; font-size:13px; color:var(--muted)}
.hero-tip.text-center{text-align:center}
/* Secondary CTA row for PDF buttons */
.cta-row--secondary {
margin-top: 10px;
gap: 8px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.cta-row--secondary .cta { min-width: 180px; }
/* Small (i) tooltip icon */
.i-tip {
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px; height: 18px;
border-radius: 50%;
border: 1px solid rgba(229,201,122,.6);
color: rgba(229,201,122,.95);
font-size: 12px;
line-height: 1;
cursor: help;
margin-top: 8px;
margin-left: 8px;
user-select: none;
}
.i-tip:hover { box-shadow: 0 0 0 2px rgba(229,201,122,.18); }
}
}
/* === CTA two-row alignment: share the same right edge === */
.hero .cta-stack{
display: grid;
justify-items: end; /* both rows align to the same right edge */
}
.hero .cta-stack .cta-row{
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 16px; /* keep your vertical rhythm */
}
.hero .cta-stack .cta-row .cta{ margin: 0; } /* avoid stray margins */
.hero .cta-stack .cta-row--secondary{ justify-content: flex-end; }
/* Mobile: center both rows */
@media (max-width: 720px){
.hero .cta-stack{ justify-items: center; }
.hero .cta-stack .cta-row{ justify-content: center; }
}
/* ===== SAFE8-FOX OVERRIDE (2025-09-30) — CTA two-row alignment: share the same LEFT edge ===== */
.hero .cta-stack{ justify-items: start !important; }
.hero .cta-stack .cta-row{ justify-content: flex-start !important; }
.hero .cta-stack .cta-row--secondary{ justify-content: flex-start !important; }
/* Ensure buttons don't cause overflow or wrap oddly */
.hero .cta-stack .cta-row .cta{
margin: 0 !important;
white-space: nowrap;
flex: 0 0 auto;
}
/* Mobile: center both rows for balance */
@media (max-width: 720px){
.hero .cta-stack{ justify-items: center !important; }
.hero .cta-stack .cta-row{ justify-content: center !important; }
}
/* ===== END SAFE8-FOX OVERRIDE ===== */
/* === Metridex: wordmark color fix (gold) === */
header .logo-text,
.brand-text,
.brand .logo-text {
color: #d4b14a !important; /* premium gold */
opacity: 1 !important;
mix-blend-mode: normal !important;
filter: none !important;
}
header .brand:hover .logo-text,
header .brand:hover .brand-text {
color: #e1c46a !important; /* hover: lighter gold */
}
/* === AURUM-DELTA: Screens fixes v2 === */
/* Grid: make windows wide enough */
.screens-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(520px,1fr)) !important; gap:24px !important}
/* Figure container */
figure.screen{padding:0 !important; margin:0 auto !important; max-width:1000px}
/* Frame window */
.mdx-frame{
border:none !important; /* remove gold/green frames */
border-radius:14px !important;
overflow:hidden !important;
background:#0b0b0b;
box-shadow:0 10px 30px rgba(0,0,0,.35) !important;
width:100% !important;
}
/* STAGE MUST BE VISIBLE (fix) */
.mdx-frame .mdx-stage{
display:block !important;
line-height:0; /* no gaps */
}
/* Image sizing */
.mdx-frame .mdx-stage img{
display:block !important;
width:100% !important;
height:auto !important;
}
/* Optional toolbar/look can stay minimal */
.mdx-frame .toolbar, .mdx-frame .mdx-nav{display:none}
/* === AURUM-DELTA: Lightbox & nav for screens === */
.mdx-frame{ position:relative }
.mdx-nav, .mdx-prev, .mdx-next{ display:flex; align-items:center; justify-content:center }
.mdx-prev, .mdx-next{
position:absolute; top:50%; transform:translateY(-50%);
width:42px; height:42px; border-radius:50%;
background:rgba(0,0,0,0.45); border:1px solid rgba(255,255,255,0.12);
color:#fff; font-size:22px; line-height:1; cursor:pointer;
user-select:none;
}
.mdx-prev{ left:10px } .mdx-next{ right:10px }
.mdx-prev:hover, .mdx-next:hover{ background:rgba(0,0,0,0.6) }
.mdx-lightbox{
position:fixed; inset:0; background:rgba(0,0,0,.9);
display:none; align-items:center; justify-content:center; z-index:10000;
}
.mdx-lightbox.open{ display:flex }
.mdx-lb-img{ max-width:92vw; max-height:92vh; object-fit:contain; }
.mdx-lb-prev, .mdx-lb-next, .mdx-lb-close{
position:absolute; background:rgba(255,255,255,0.1); color:#fff; border:1px solid rgba(255,255,255,0.2);
width:48px; height:48px; border-radius:50%; cursor:pointer;
display:flex; align-items:center; justify-content:center; font-size:26px;
}
.mdx-lb-prev{ left:24px } .mdx-lb-next{ right:24px }
.mdx-lb-close{ top:20px; right:20px; font-size:28px }
.mdx-lb-prev:hover, .mdx-lb-next:hover, .mdx-lb-close:hover{ background:rgba(255,255,255,0.2) }
/* === AURUM-DELTA: Screens size tweak === */
.screens-grid{ grid-template-columns:repeat(auto-fit,minmax(460px,1fr)) !important; }
figure.screen{ max-width:900px !important; }
.mdx-frame{ border-radius:12px !important; }
/* === AURUM-DELTA: smaller windows & z-index for lightbox buttons === */
.screens-grid{ grid-template-columns:repeat(auto-fit,minmax(420px,1fr)) !important; }
figure.screen{ max-width:840px !important; }
.mdx-prev, .mdx-next{ z-index:3; } /* above image */
.mdx-lb-close, .mdx-lb-prev, .mdx-lb-next{ z-index:10001; }
.mdx-lb-img{ pointer-events:auto }
/* === AURUM-DELTA: Header fixes (logo + nowrap) === */
header.nav .brand{margin-left:-1cm !important}
@media (max-width:640px){ header.nav .brand{margin-left:-0.6cm !important} }
header.nav .menu a{white-space:nowrap !important}
/* === AURUM-DELTA: Screens sizing (smaller, centered) === */
.screens{display:block}
.screens .screens-grid,
.screens .grid,
.screens .row{display:grid; grid-template-columns:repeat(auto-fit,minmax(420px,1fr)) !important; gap:24px !important; justify-items:center}
figure.screen{margin:0 auto !important; max-width:840px !important; width:100% !important}
.mdx-frame{max-width:840px !important; width:100% !important; border-radius:12px !important}
/* Ensure stage & image visible and fluid */
.mdx-frame .mdx-stage{display:block !important; line-height:0}
.mdx-frame .mdx-stage img{display:block !important; width:100% !important; height:auto !important}
/* Lightbox polish & reliable close */
.mdx-lightbox{transition:opacity .15s ease; opacity:0}
.mdx-lightbox.open{opacity:1}
.mdx-lb-close, .mdx-lb-prev, .mdx-lb-next{z-index:10001; outline:none; border-radius:50%}
.mdx-lb-close:focus, .mdx-lb-prev:focus, .mdx-lb-next:focus{outline:none}
.mdx-lightbox *{outline:none !important}
/* keep images fluid */
.mdx-frame .mdx-stage{display:block !important;line-height:0}
.mdx-frame .mdx-stage img{display:block !important;width:100% !important;height:auto !important}
/* === SG v1 (2025-10-02) — screens block rebuilt cleanly === */
#screens .container{ max-width: 1180px; margin:0 auto; }
#screens .section-title{ margin:0 0 16px; font-size:clamp(24px,2vw+12px,32px); }
.sg-grid{ display:grid; grid-template-columns:1fr; gap:24px; }
@media (min-width:1024px){ .sg-grid{ grid-template-columns:1fr 1fr; } }
.sg-card{ margin:0; }
.sg-frame{
position:relative; border:1px solid var(--stroke); border-radius:14px; overflow:hidden;
background: rgba(255,255,255,.02);
aspect-ratio: 16 / 10;
}
.sg-track{
display:grid; grid-auto-flow:column; grid-auto-columns:100%;
overflow-x:auto; gap:0; margin:0; padding:0; list-style:none;
scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch;
}
.sg-track > li{ scroll-snap-align:center; }
.sg-track img{ display:block; width:100%; height:100%; object-fit:cover; }
.sg-arrow{
position:absolute; top:50%; transform:translateY(-50%);
background:rgba(0,0,0,.5); color:#fff; border:1px solid var(--stroke);
border-radius:10px; padding:8px 12px; cursor:pointer; z-index:2;
}
.sg-prev{ left:10px; } .sg-next{ right:10px; }
#screens figcaption{ margin-top:8px; font-size:0.95rem; opacity:.9; }
/* Lightbox */
.sg-lightbox{
position:fixed; inset:0; display:none; align-items:center; justify-content:center;
background:rgba(0,0,0,.88); z-index:10000;
}
.sg-lightbox.open{ display:flex; }
.sg-lb-img{ max-width:min(96vw,1400px); max-height:90vh; border-radius:12px; box-shadow:0 20px 60px rgba(0,0,0,.6); }
.sg-close, .sg-lb-prev, .sg-lb-next{
position:absolute; background:rgba(0,0,0,.55); color:#fff; border:1px solid var(--stroke);
border-radius:10px; padding:8px 12px; cursor:pointer; z-index:10001; pointer-events:auto;
}
.sg-close{ top:16px; right:16px; }
.sg-lb-prev{ left:16px; top:50%; transform:translateY(-50%); }
.sg-lb-next{ right:16px; top:50%; transform:translateY(-50%); }
body.sg-no-scroll{ overflow:hidden; }
/* === SG v1.1 (2025-10-02) — hide scrollbars on tracks === */
.sg-track{ scrollbar-width: none; -ms-overflow-style: none; }
.sg-track::-webkit-scrollbar{ display: none; }
/* === MDX: Trusted by — disable vertical bobbing on logo cards, keep horizontal scroll === */
.logos.marquee .logo{
/* kill orbit animation (which applied translateY/translateZ) */
animation: none !important;
/* keep a subtle 3D tilt but lock Y/Z so it doesn't float up/down */
transform: rotateX(12deg) rotateY(10deg) translateY(0) translateZ(0) scale(1) !important;
}