:root { --bg: #f0ece4; --card: #fcfaf6; --ink: #26221c; --ink-soft: #6e6557; --ink-muted: #948a7b; --accent: #d48b32; --accent-dark: #b5731f; --accent-soft: #f7ead4; --rule: #e1dcd3; --twilight: #2a2346; --twilight-deep: #1d1834; --radius: 16px; --radius-lg: 22px; --maxw: 1080px; --serif: "New York", "Iowan Old Style", "Palatino", Georgia, "Times New Roman", serif; } * { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { background: var(--bg); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; } a { color: inherit; text-decoration: none; } img { max-width: 100%; display: block; } .container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; } .section { padding: 84px 0; } .header { position: sticky; top: 0; z-index: 50; background: rgba(240, 236, 228, 0.85); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--rule); } .header .container { display: flex; align-items: center; justify-content: space-between; height: 66px; } .brand { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 18px; letter-spacing: -0.2px; } .brand-mark { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(165deg, #f3b96b 0%, #d4763a 55%, #4b3b6e 100%); position: relative; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35); } .brand-mark span { position: absolute; left: 50%; bottom: 5px; transform: translateX(-50%); width: 19px; height: 19px; border-radius: 50%; background: #fdf6ea; box-shadow: 0 0 12px 4px rgba(253, 246, 234, 0.7); clip-path: inset(0 0 44% 0); } .brand-mark::after { content: ""; position: absolute; left: 2px; right: 2px; bottom: 9px; height: 2px; background: rgba(253, 246, 234, 0.85); } .nav { display: flex; align-items: center; gap: 28px; } .nav a { color: var(--ink-soft); font-size: 15px; font-weight: 500; } .nav a:hover { color: var(--ink); } .nav a.btn, .nav a.btn:hover { color: #fff; } .btn { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: #fdf9f2; font-weight: 600; font-size: 15px; padding: 11px 20px; border-radius: 999px; border: none; cursor: pointer; transition: background 0.15s, transform 0.1s; } .btn:hover { background: #3a352c; } .btn-accent { background: var(--accent); } .btn-accent:hover { background: var(--accent-dark); } .btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--rule); } .btn-ghost:hover { background: var(--card); } .hero { padding: 96px 0 72px; text-align: center; } .eyebrow { display: inline-block; color: var(--accent-dark); background: var(--accent-soft); font-size: 13px; font-weight: 700; letter-spacing: 0.6px; padding: 6px 14px; border-radius: 999px; margin-bottom: 22px; } .hero h1 { font-family: var(--serif); font-size: 58px; line-height: 1.07; font-weight: 600; letter-spacing: -0.5px; } .hero h1 .accent { color: var(--accent-dark); font-style: italic; } .hero p.lead { font-size: 20px; color: var(--ink-soft); max-width: 600px; margin: 22px auto 32px; } .hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; } .hero-note { margin-top: 16px; font-size: 14px; color: var(--ink-muted); } .sun-scene { max-width: 420px; margin: 56px auto 0; position: relative; height: 200px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(180deg, #f5c98e 0%, #e09a6a 38%, #8b5e7e 70%, var(--twilight) 100%); box-shadow: 0 18px 40px -18px rgba(42, 35, 70, 0.45); } .sun-scene .sun { position: absolute; left: 50%; bottom: -90px; transform: translateX(-50%); width: 180px; height: 180px; border-radius: 50%; background: #fdf3df; box-shadow: 0 0 90px 32px rgba(253, 222, 160, 0.65); } .sun-scene .horizon { position: absolute; left: 0; right: 0; bottom: 36px; height: 1px; background: rgba(253, 243, 223, 0.55); } .section-head { text-align: center; max-width: 620px; margin: 0 auto 48px; } .section-head h2 { font-family: var(--serif); font-size: 40px; font-weight: 600; letter-spacing: -0.3px; } .section-head p { font-size: 18px; color: var(--ink-soft); margin-top: 12px; } .grid { display: grid; gap: 20px; } .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-2 { grid-template-columns: repeat(2, 1fr); } .card { background: var(--card); border: 1px solid var(--rule); border-radius: var(--radius); padding: 26px; } .card .icon { width: 44px; height: 44px; border-radius: 12px; background: var(--accent-soft); color: var(--accent-dark); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; } .card h3 { font-size: 18px; font-weight: 600; margin-bottom: 6px; } .card p { font-size: 15px; color: var(--ink-soft); } .band { background: linear-gradient(180deg, var(--twilight) 0%, var(--twilight-deep) 100%); color: #ece8f6; border-radius: var(--radius-lg); padding: 56px 44px; } .band h2 { font-family: var(--serif); color: #f7f4ff; font-size: 36px; font-weight: 600; letter-spacing: -0.2px; } .band p { color: #c4bcdd; font-size: 17px; margin-top: 14px; max-width: 540px; } .band .pill { display: inline-block; background: rgba(245, 187, 111, 0.16); color: #f5bb6f; font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 999px; margin-bottom: 18px; } .price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 760px; margin: 0 auto; } .price-card { background: var(--card); border: 1px solid var(--rule); border-radius: var(--radius-lg); padding: 32px; } .price-card.featured { border: 2px solid var(--accent); position: relative; } .price-card .tag { position: absolute; top: -12px; left: 32px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 999px; } .price-card h3 { font-size: 20px; font-weight: 600; } .price-card .price { font-family: var(--serif); font-size: 42px; font-weight: 600; margin: 10px 0 2px; } .price-card .price small { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 16px; color: var(--ink-muted); font-weight: 500; } .price-card .sub { font-size: 14px; color: var(--ink-muted); margin-bottom: 18px; } .price-card ul { list-style: none; } .price-card li { font-size: 15px; color: var(--ink-soft); padding: 7px 0; padding-left: 26px; position: relative; } .price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-dark); font-weight: 700; } .earn-note { max-width: 760px; margin: 18px auto 0; text-align: center; background: var(--accent-soft); color: var(--accent-dark); border-radius: 12px; padding: 12px 18px; font-size: 15px; font-weight: 500; } .footer { border-top: 1px solid var(--rule); padding: 44px 0; } .footer .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; } .footer .links { display: flex; gap: 24px; flex-wrap: wrap; } .footer a { color: var(--ink-soft); font-size: 15px; } .footer a:hover { color: var(--ink); } .footer .copy { color: var(--ink-muted); font-size: 14px; } .doc { background: var(--card); border: 1px solid var(--rule); border-radius: var(--radius-lg); padding: 44px 42px; margin: 56px 0; } .doc h1 { font-family: var(--serif); font-size: 34px; font-weight: 600; } .doc .updated { color: var(--ink-muted); font-size: 14px; margin: 6px 0 26px; } .doc h2 { font-size: 20px; font-weight: 600; margin: 30px 0 8px; } .doc p, .doc li { font-size: 16px; color: var(--ink-soft); } .doc ul { padding-left: 22px; margin: 8px 0; } .doc li { margin: 5px 0; } .doc a { color: var(--accent-dark); } .doc strong { color: var(--ink); } .doc .note { background: var(--accent-soft); color: var(--accent-dark); border-radius: 12px; padding: 14px 16px; font-size: 15px; margin: 18px 0; } @media (max-width: 860px) { .hero h1 { font-size: 40px; } .section-head h2 { font-size: 31px; } .grid-3, .grid-2, .price-grid { grid-template-columns: 1fr; } .nav a:not(.btn) { display: none; } .section { padding: 60px 0; } .band { padding: 40px 26px; } } .waitlist{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;align-items:center}.waitlist input{font-size:15px;padding:11px 18px;border-radius:999px;border:1px solid var(--rule);background:var(--card);color:var(--ink);min-width:250px;outline:none;font-family:inherit}.waitlist input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(212,139,50,.15)}.waitlist-ok{color:var(--accent-dark);font-weight:600;background:var(--accent-soft);border-radius:999px;padding:11px 22px}