|
13 | 13 | --glass: rgba(255, 246, 230, 0.07); |
14 | 14 | --glass-brd: rgba(255, 232, 200, 0.18); |
15 | 15 | --glass-hi: rgba(255, 255, 255, 0.05); |
16 | | - --accent: #f6a823; |
17 | | - --accent-2: #ff6a3d; |
18 | | - --accent-grad: linear-gradient(135deg, #f6a823 0%, #ff7b3a 55%, #ff6a3d 100%); |
19 | | - --gold-line: linear-gradient(135deg, rgba(246,168,35,.55), rgba(255,106,61,.18)); |
20 | | - --text: #f7efe0; |
21 | | - --muted: #cbb997; |
22 | | - --dim: #8f7f5f; |
23 | | - --radius: 18px; |
| 16 | + --accent: #d9ae6b; |
| 17 | + --accent-2: #c98b6f; |
| 18 | + --accent-grad: linear-gradient(135deg, #d9ae6b 0%, #d09a72 55%, #c98b6f 100%); |
| 19 | + --gold-line: linear-gradient(135deg, rgba(217,174,107,.45), rgba(201,139,111,.16)); |
| 20 | + --text: #f5ecdd; |
| 21 | + --muted: #bfae90; |
| 22 | + --dim: #8d7d62; |
| 23 | + --radius: 24px; |
24 | 24 | } |
25 | 25 | * { margin: 0; padding: 0; box-sizing: border-box; } |
26 | 26 | html { scroll-behavior: smooth; } |
|
38 | 38 | .bg-wrap { position: fixed; inset: 0; z-index: -2; overflow: hidden; |
39 | 39 | background: linear-gradient(160deg, #1d1509 0%, var(--bg) 40%, #1c120b 100%); } |
40 | 40 | .bg-wrap .orb { position: absolute; border-radius: 50%; filter: blur(110px); mix-blend-mode: screen; } |
41 | | - .bg-wrap .orb.a { width: 520px; height: 520px; background: #ff9a3c; opacity: .34; top: -180px; left: -140px; } |
42 | | - .bg-wrap .orb.b { width: 460px; height: 460px; background: #ff5e3a; opacity: .30; bottom: -160px; right: -120px; } |
43 | | - .bg-wrap .orb.c { width: 300px; height: 300px; background: #f0c96a; opacity: .28; top: 38%; left: 58%; } |
| 41 | + .bg-wrap .orb.a { width: 520px; height: 520px; background: #c8a26b; opacity: .28; top: -180px; left: -140px; } |
| 42 | + .bg-wrap .orb.b { width: 460px; height: 460px; background: #b9896c; opacity: .26; bottom: -160px; right: -120px; } |
| 43 | + .bg-wrap .orb.c { width: 300px; height: 300px; background: #d3ba8a; opacity: .24; top: 38%; left: 58%; } |
44 | 44 | .grain { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .5; |
45 | 45 | background-image: radial-gradient(rgba(255,255,255,.035) 1px, transparent 1px); background-size: 3px 3px; } |
46 | 46 |
|
|
49 | 49 | /* ---- liquid glass panel ---- */ |
50 | 50 | .glass { |
51 | 51 | background: var(--glass); |
| 52 | + border-radius: var(--radius); |
52 | 53 | -webkit-backdrop-filter: blur(16px) saturate(150%); |
53 | 54 | backdrop-filter: blur(16px) saturate(150%); |
54 | 55 | border: 1px solid var(--glass-brd); |
|
60 | 61 | .nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; |
61 | 62 | padding: 10px 14px 10px 12px; border-radius: 999px; } |
62 | 63 | .brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 19px; letter-spacing: .5px; } |
63 | | - .brand img { width: 40px; height: 40px; border-radius: 12px; object-fit: cover; |
64 | | - box-shadow: 0 6px 20px rgba(246,168,35,.4); border: 1px solid var(--glass-brd); } |
| 64 | + .brand img { width: 40px; height: 40px; border-radius: 16px; object-fit: cover; |
| 65 | + box-shadow: 0 6px 20px rgba(217,174,107,.35); border: 1px solid var(--glass-brd); } |
65 | 66 | .nav-links { display: flex; gap: 28px; color: var(--muted); font-size: 15px; } |
66 | 67 | .nav-links a { opacity: .85; transition: opacity .25s, transform .25s; } |
67 | 68 | .nav-links a:hover { opacity: 1; transform: translateY(-1px); color: var(--text); } |
68 | | - .nav-cta { background: var(--accent-grad); padding: 11px 24px; border-radius: 999px; font-size: 14px; font-weight: 700; color: #241505; |
69 | | - box-shadow: 0 10px 28px rgba(246,140,50,.45); transition: transform .25s, box-shadow .25s; } |
70 | | - .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(246,140,50,.55); } |
| 69 | + .nav-cta { background: var(--accent-grad); padding: 11px 24px; border-radius: 999px; font-size: 14px; font-weight: 700; color: #3a2a15; |
| 70 | + box-shadow: 0 10px 28px rgba(160,110,60,.35); transition: transform .25s, box-shadow .25s; } |
| 71 | + .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(160,110,60,.45); } |
71 | 72 |
|
72 | 73 | /* ---- hero ---- */ |
73 | 74 | .hero { text-align: center; padding: 96px 0 70px; } |
74 | | - .hero .logo-glass { width: 108px; height: 108px; margin: 0 auto 30px; border-radius: 28px; overflow: hidden; |
| 75 | + .hero .logo-glass { width: 108px; height: 108px; margin: 0 auto 30px; border-radius: 32px; overflow: hidden; |
75 | 76 | padding: 8px; } |
76 | | - .hero .logo-glass img { width: 100%; height: 100%; border-radius: 20px; object-fit: cover; display: block; } |
77 | | - .hero .badge { display: inline-flex; align-items: center; gap: 8px; color: #f3cf8a; |
| 77 | + .hero .logo-glass img { width: 100%; height: 100%; border-radius: 24px; object-fit: cover; display: block; } |
| 78 | + .hero .badge { display: inline-flex; align-items: center; gap: 8px; color: #e6cfa0; |
78 | 79 | background: var(--glass); border: 1px solid var(--glass-brd); padding: 7px 18px; border-radius: 999px; font-size: 13px; |
79 | 80 | -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); margin-bottom: 26px; } |
80 | | - .hero .badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #ffb84d; box-shadow: 0 0 12px #ffb84d; } |
| 81 | + .hero .badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #e2b877; box-shadow: 0 0 12px #e2b877; } |
81 | 82 | .hero h1 { font-size: clamp(44px, 8vw, 84px); line-height: 1.06; font-weight: 900; letter-spacing: 1px; |
82 | 83 | background: var(--accent-grad); -webkit-background-clip: text; background-clip: text; color: transparent; |
83 | | - filter: drop-shadow(0 6px 22px rgba(246,140,50,.35)); } |
| 84 | + filter: drop-shadow(0 6px 22px rgba(180,135,85,.3)); } |
84 | 85 | .hero .sub { margin: 24px auto 0; max-width: 680px; color: var(--muted); font-size: 18px; } |
85 | | - .hero .sub b { color: #f0cd9a; font-weight: 600; } |
| 86 | + .hero .sub b { color: #e6cfa0; font-weight: 600; } |
86 | 87 | .hero .ctas { margin-top: 40px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; } |
87 | 88 | .btn { padding: 15px 36px; border-radius: 999px; font-size: 16px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; |
88 | 89 | transition: transform .25s, box-shadow .25s, background .25s; } |
89 | | - .btn.primary { background: var(--accent-grad); color: #241505; box-shadow: 0 12px 32px rgba(246,140,50,.45); } |
| 90 | + .btn.primary { background: var(--accent-grad); color: #3a2a15; box-shadow: 0 12px 32px rgba(160,110,60,.4); } |
90 | 91 | .btn:not(.primary) { background: var(--glass); color: var(--text); border: 1px solid var(--glass-brd); |
91 | 92 | -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } |
92 | 93 | .btn:hover { transform: translateY(-3px); } |
93 | 94 | .hero .hint { margin-top: 28px; font-size: 13px; color: var(--dim); } |
94 | | - .hero .hint a { color: #f0c47f; border-bottom: 1px dashed currentColor; } |
| 95 | + .hero .hint a { color: #dcc39a; border-bottom: 1px dashed currentColor; } |
95 | 96 |
|
96 | 97 | /* ---- sections ---- */ |
97 | 98 | section { padding: 78px 0; } |
|
104 | 105 | /* features (一级) */ |
105 | 106 | .features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; } |
106 | 107 | .feat { padding: 32px 28px; } /* glass */ |
107 | | - .feat .ico { width: 54px; height: 54px; border-radius: 16px; background: var(--accent-grad); |
| 108 | + .feat .ico { width: 54px; height: 54px; border-radius: 18px; background: var(--accent-grad); |
108 | 109 | display: grid; place-items: center; font-size: 24px; margin-bottom: 20px; |
109 | | - box-shadow: 0 10px 26px rgba(246,140,50,.4); } |
| 110 | + box-shadow: 0 10px 26px rgba(160,110,60,.35); } |
110 | 111 | .feat h3 { font-size: 20px; margin-bottom: 10px; } |
111 | 112 | .feat p { color: var(--muted); font-size: 15px; } |
112 | 113 |
|
|
120 | 121 | .adv-item p { color: var(--muted); font-size: 15px; } |
121 | 122 |
|
122 | 123 | .trio { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 40px; } |
123 | | - .trio-el { padding: 24px; display: flex; gap: 14px; align-items: flex-start; text-align: left; border-radius: 16px; } /* glass */ |
124 | | - .trio-el .tick { color: #ffb84d; font-size: 22px; line-height: 1; } |
| 124 | + .trio-el { padding: 24px; display: flex; gap: 14px; align-items: flex-start; text-align: left; border-radius: 20px; } /* glass */ |
| 125 | + .trio-el .tick { color: #e2b877; font-size: 22px; line-height: 1; } |
125 | 126 | .trio-el .t-title { font-weight: 700; } |
126 | 127 | .trio-el .t-desc { color: var(--muted); font-size: 13px; } |
127 | 128 |
|
|
132 | 133 | .foot h4 { font-size: 15px; color: var(--text); margin-bottom: 16px; } |
133 | 134 | .foot ul { list-style: none; } |
134 | 135 | .foot li, .foot p { color: var(--muted); font-size: 14px; margin-bottom: 11px; } |
135 | | - .foot a:hover { color: #f0c47f; } |
136 | | - .foot .email { color: #f3cf8a; } |
| 136 | + .foot a:hover { color: #dcc39a; } |
| 137 | + .foot .email { color: #e6cfa0; } |
137 | 138 |
|
138 | 139 | .disclaim { margin-top: 34px; padding: 26px 30px; color: var(--dim); font-size: 12.5px; line-height: 1.9; } |
139 | 140 | .disclaim b { color: var(--muted); } |
|
0 commit comments