
:root{--bg:#f6f6f3;--paper:#fff;--ink:#0b0d10;--muted:#656a72;--line:#d9dcdf;--soft:#eceeea;--ok:#14735a;--warn:#9b5c08;--radius:19px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Calibri,"Segoe UI",Arial,sans-serif}.topbar{height:66px;position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,5vw,70px);background:rgba(246,246,243,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(11,13,16,.08)}.brand{text-decoration:none;color:var(--ink);font-weight:800;letter-spacing:.15em}.topbar nav{display:flex;align-items:center;gap:18px}.topbar nav a{color:var(--ink);text-decoration:none;font-size:14px}.ghost,.textbtn,.mini{appearance:none;border:0;background:transparent;font:inherit;font-weight:700;cursor:pointer}.ghost{border:1px solid var(--ink);border-radius:999px;padding:9px 14px}.hero{min-height:75vh;display:flex;flex-direction:column;justify-content:center;max-width:1180px;margin:auto;padding:84px clamp(20px,7vw,110px)}.eyebrow,.kicker{font-size:12px;font-weight:800;letter-spacing:.17em}.hero h1{font-size:clamp(50px,9vw,108px);line-height:.9;letter-spacing:-.055em;margin:18px 0 26px}.hero h1 span{color:#6a7078}.hero p{font-size:clamp(18px,2vw,24px);line-height:1.5;color:var(--muted);max-width:730px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.primary,.secondary{appearance:none;border:1px solid var(--ink);border-radius:999px;padding:13px 18px;font:inherit;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.primary{background:var(--ink);color:#fff}.secondary{background:transparent;color:var(--ink)}.trustline{font-size:13px;color:var(--muted);margin-top:22px}.section{max-width:1180px;margin:auto;padding:76px clamp(20px,5vw,70px)}.section h2{font-size:clamp(36px,5vw,66px);line-height:.96;letter-spacing:-.045em;margin:10px 0 26px}.sub,.notice p{color:var(--muted);line-height:1.6}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.cat{border:1px solid var(--line);background:var(--paper);border-radius:var(--radius);padding:20px;min-height:148px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;text-align:left}.cat:hover{border-color:#9da2a7;transform:translateY(-1px)}.cat .icon{font-size:22px}.cat h3{font-size:17px;margin:24px 0 6px}.cat p{font-size:12px;color:var(--muted);line-height:1.45;margin:0}.cat.hidden{display:none}.how{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.steps article,.plan,.payment-box,.referral-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:25px}.steps h3{font-size:24px;margin:40px 0 8px}.steps p,.plan p{color:var(--muted);line-height:1.55}.single-plan{display:grid;grid-template-columns:minmax(280px,520px);justify-content:center}.plan.featured{border:2px solid var(--ink);position:relative}.badge{position:absolute;right:14px;top:14px;border:1px solid var(--ink);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.plan h3{font-size:38px;margin:16px 0}.plan h3 small{font-size:13px;color:var(--muted)}.plan .primary{width:100%}.payment-box{max-width:800px;margin:26px auto 0}.payment-head{display:flex;justify-content:space-between;gap:18px}.payment-head h3{font-size:30px;margin:8px 0}.amount{text-align:right}.amount small{color:var(--muted);font-size:10px}.amount strong{display:block;font-size:24px}.flow{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:20px 0}.flow div{background:var(--soft);border-radius:14px;padding:13px;font-size:12px;line-height:1.45}.order-panel{margin-top:14px;border:1px dashed #aaa;border-radius:15px;padding:15px;display:none}.order-panel.show{display:block}.order-panel strong{display:block;font-size:20px;margin:5px 0 12px}.status{font-size:12px;color:var(--muted);margin-top:12px}.referral-card{max-width:860px}.ref-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:18px}.ref-stats div{border:1px solid var(--line);border-radius:13px;padding:13px}.ref-stats small{display:block;color:var(--muted);font-size:10px}.ref-stats strong{display:block;font-size:20px;margin-top:6px}.notice{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}footer{max-width:1180px;margin:auto;padding:35px clamp(20px,5vw,70px);display:flex;gap:16px;flex-wrap:wrap;color:var(--muted)}footer b{color:var(--ink);letter-spacing:.12em}footer small{margin-left:auto}.modal{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:80;display:none;align-items:center;justify-content:center;padding:18px}.modal.open{display:flex}.modal-card{width:min(460px,100%);background:#fff;border-radius:22px;padding:22px;position:relative}.close{position:absolute;right:12px;top:12px;width:38px;height:38px;border:0;border-radius:50%;font-size:22px;background:var(--soft)}.tabs{display:flex;gap:8px;margin-bottom:20px}.tab{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 14px;font-weight:800}.tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}.auth-form{display:grid;gap:13px}.auth-form h3{font-size:27px;margin:0}.auth-form label{font-size:12px;font-weight:800}.auth-form input{display:block;width:100%;padding:12px;border:1px solid var(--line);border-radius:12px;margin-top:6px;font:inherit}.chat-shell{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:70;display:none;justify-content:flex-end}.chat-shell.open{display:flex}.chat-panel{height:100%;width:min(560px,100%);background:#fff;display:flex;flex-direction:column}.chat-head{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.chat-head div{display:flex;flex-direction:column}.chat-head small{font-weight:800;letter-spacing:.14em}.chat-head button{width:38px;height:38px;border:0;border-radius:50%;background:var(--soft);font-size:22px}.quickcats{display:flex;gap:7px;padding:9px 12px;overflow:auto;border-bottom:1px solid var(--line)}.quickcats button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;font-size:12px}.messages{flex:1;overflow:auto;padding:17px;display:flex;flex-direction:column;gap:10px}.msg{max-width:88%;padding:12px 14px;border-radius:16px;line-height:1.48;font-size:14px;white-space:pre-wrap}.msg.bot{background:var(--soft);align-self:flex-start}.msg.user{background:var(--ink);color:#fff;align-self:flex-end}.msg.waiting{opacity:.65}.composer{display:flex;gap:8px;padding:11px;border-top:1px solid var(--line)}.composer textarea{flex:1;resize:none;padding:12px;border:1px solid var(--line);border-radius:15px;font:inherit;max-height:130px}.send{border:0;border-radius:15px;background:var(--ink);color:#fff;font-weight:800;padding:0 16px}.chat-note{font-size:11px;color:var(--muted);text-align:center;padding:0 12px 10px}.member-pill{font-size:11px;background:var(--soft);padding:7px 10px;border-radius:999px}.tiny{font-size:11px;color:var(--muted)}
@media(max-width:850px){.topbar nav a{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.flow{grid-template-columns:1fr 1fr}.ref-stats{grid-template-columns:1fr 1fr}.payment-head{flex-direction:column}.amount{text-align:left}}@media(max-width:520px){.topbar{height:60px}.hero{padding-top:62px;min-height:70vh}.hero h1{font-size:49px}.section{padding-top:58px;padding-bottom:58px}.section h2{font-size:38px}.cat{padding:15px;min-height:135px}.cat p{font-size:11px}.flow{grid-template-columns:1fr}.ref-stats{grid-template-columns:1fr 1fr}footer small{margin-left:0;width:100%}}
