-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshared.css
More file actions
365 lines (348 loc) · 9.02 KB
/
Copy pathshared.css
File metadata and controls
365 lines (348 loc) · 9.02 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
/* ReplyMind — Shared Design System
Warm editorial theme matching the homepage redesign.
All subpages import this file for consistent branding. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
/* ── Design Tokens ─────────────────────────────────────── */
:root {
--paper: #f4eee3;
--paper-2:#ebe1d2;
--ink: #1b1916;
--ink-2: #4d463d;
--muted: #776e63;
--line: #d4c7b5;
--rust: #99351f;
--rust-2: #752715;
--sage: #4f5d4a;
--cream: #fffaf1;
--green: #3d7a4a;
--green-light: #5a9e68;
--shadow: 0 20px 60px rgba(45,31,19,.12);
--serif: Georgia, "Times New Roman", serif;
--sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/* ── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
background: var(--paper);
color: var(--ink);
font: 16px/1.6 var(--sans);
-webkit-font-smoothing: antialiased;
}
a { color: var(--rust); }
/* ── Navigation ────────────────────────────────────────── */
.site-nav {
height: 76px;
border-bottom: 1px solid rgba(117,91,65,.18);
display: flex;
align-items: center;
position: sticky;
top: 0;
background: rgba(244,238,227,.92);
backdrop-filter: blur(14px);
z-index: 20;
}
.nav-inner {
width: min(1160px, calc(100% - 40px));
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.wordmark {
font: 700 24px/1 var(--serif);
letter-spacing: -.8px;
text-decoration: none;
color: var(--ink);
}
.wordmark em {
color: var(--rust);
font-style: italic;
}
.nav-links {
display: flex;
align-items: center;
gap: 24px;
font-size: 13px;
font-weight: 650;
color: var(--ink-2);
}
.nav-links a {
text-decoration: none;
color: var(--ink-2);
transition: color .15s;
}
.nav-links a:hover { color: var(--ink); }
/* ── Buttons ───────────────────────────────────────────── */
.button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 46px;
padding: 0 20px;
border: 1px solid transparent;
border-radius: 8px;
background: var(--rust);
color: #fff;
text-decoration: none;
font-weight: 750;
font-size: 14px;
box-shadow: 0 8px 24px rgba(117,39,21,.16);
transition: .18s ease;
cursor: pointer;
}
.button:hover {
background: var(--rust-2);
transform: translateY(-1px);
color: #fff;
}
.button.secondary {
background: transparent;
color: var(--ink);
border-color: var(--line);
box-shadow: none;
}
.button.secondary:hover {
background: rgba(255,255,255,.35);
color: var(--ink);
}
/* ── Shell ─────────────────────────────────────────────── */
.shell {
width: min(1160px, calc(100% - 40px));
margin: auto;
}
/* ── Page Container (for text-heavy pages) ─────────────── */
.page-container {
max-width: 720px;
margin: 0 auto;
padding: 60px 24px 100px;
}
/* ── Typography ────────────────────────────────────────── */
.page-title {
font: 800 clamp(30px,5vw,42px)/1.1 var(--serif);
letter-spacing: -1px;
margin-bottom: 8px;
}
.page-updated {
font-size: 13px;
color: var(--muted);
margin-bottom: 40px;
}
.page-container h2 {
font: 700 22px/1.2 var(--serif);
margin: 36px 0 12px;
color: var(--ink);
}
.page-container h3 {
font: 700 18px/1.3 var(--serif);
margin: 24px 0 8px;
color: var(--ink);
}
.page-container p {
color: var(--ink-2);
margin-bottom: 14px;
}
.page-container ul,
.page-container ol {
color: var(--ink-2);
padding-left: 20px;
margin-bottom: 14px;
}
.page-container ul li,
.page-container ol li {
margin-bottom: 6px;
}
.page-container strong {
color: var(--ink);
}
/* ── Highlight Box ─────────────────────────────────────── */
.highlight-box {
background: var(--cream);
border: 1px solid var(--line);
border-radius: 12px;
padding: 20px 24px;
margin: 24px 0;
}
.highlight-box p {
color: var(--ink-2);
margin: 0;
font-size: 14px;
line-height: 1.6;
}
/* ── Limited-Use / Policy Box ──────────────────────────── */
.limited-use {
background: rgba(79,93,74,.06);
border: 1px solid rgba(79,93,74,.2);
border-radius: 12px;
padding: 20px 24px;
margin: 24px 0;
}
.limited-use p {
color: var(--ink-2);
margin: 0;
font-size: 14px;
line-height: 1.6;
}
/* ── Guarantee Box ─────────────────────────────────────── */
.guarantee-box {
background: rgba(79,93,74,.06);
border: 1px solid rgba(79,93,74,.22);
border-radius: 16px;
padding: 28px 32px;
margin: 24px 0;
text-align: center;
}
.guarantee-box .guarantee-badge {
font-size: 48px;
margin-bottom: 12px;
}
.guarantee-box h3 {
font: 800 22px var(--serif);
color: var(--sage);
margin: 0 0 8px;
}
.guarantee-box p {
color: var(--ink-2);
margin: 0;
font-size: 15px;
line-height: 1.6;
}
/* ── Paddle Notice ─────────────────────────────────────── */
.paddle-notice {
background: var(--cream);
border: 1px solid var(--line);
border-radius: 12px;
padding: 20px 24px;
margin: 24px 0;
}
.paddle-notice p {
color: var(--ink-2);
margin: 0;
font-size: 14px;
line-height: 1.6;
}
/* ── Contact Box ───────────────────────────────────────── */
.contact-box {
background: var(--cream);
border: 1px solid var(--line);
border-radius: 16px;
padding: 28px 32px;
margin-bottom: 48px;
}
.contact-box h2 {
font: 700 22px var(--serif);
margin-bottom: 8px;
}
.contact-box p {
color: var(--ink-2);
margin-bottom: 16px;
}
.contact-email {
display: inline-block;
font-size: 16px;
font-weight: 600;
color: var(--rust);
text-decoration: none;
}
.contact-email:hover { color: var(--rust-2); }
.response-time {
font-size: 13px;
color: var(--muted);
margin-top: 8px;
}
/* ── FAQ Accordion ─────────────────────────────────────── */
.faq-item {
border-bottom: 1px solid var(--line);
padding: 18px 0;
}
.faq-q {
font: 600 16px var(--serif);
color: var(--ink);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
user-select: none;
}
.faq-q::after {
content: '+';
font-size: 20px;
color: var(--rust);
flex-shrink: 0;
transition: transform .2s;
}
.faq-item.open .faq-q::after {
content: '–';
}
.faq-a {
font-size: 14px;
color: var(--ink-2);
line-height: 1.7;
max-height: 0;
overflow: hidden;
transition: max-height .3s ease, padding .3s ease;
}
.faq-item.open .faq-a {
max-height: 400px;
padding-top: 12px;
}
/* ── Footer ────────────────────────────────────────────── */
.site-footer {
border-top: 1px solid var(--line);
padding: 28px 0;
font-size: 12px;
color: var(--muted);
}
.footer-inner {
width: min(1160px, calc(100% - 40px));
margin: auto;
display: flex;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}
.footer-inner a {
color: var(--ink-2);
text-decoration: none;
}
.footer-inner a:hover { color: var(--ink); }
.footer-links {
display: flex;
gap: 18px;
flex-wrap: wrap;
}
.footer-address {
margin-top: 4px;
font-size: 11px;
color: var(--muted);
}
/* ── Success Badge ─────────────────────────────────────── */
.check-badge {
width: 64px;
height: 64px;
border-radius: 50%;
background: rgba(79,93,74,.1);
border: 1.5px solid rgba(79,93,74,.3);
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
margin: 0 auto 20px;
}
/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 860px) {
.site-nav { height: 66px; }
.nav-links a:not(.button) { display: none; }
}
@media (max-width: 520px) {
.nav-inner, .shell, .footer-inner {
width: min(100% - 26px, 1160px);
}
.nav-links { gap: 8px; }
.nav-links .button { padding: 0 13px; min-height: 39px; }
.page-container { padding: 40px 20px 80px; }
.page-title { font-size: 28px; }
}