:root{--sea:#0f4c81;--teal:#0e7490;--terra:#b35a3b;--ink:#1e293b;--muted:#64748b;--line:#e2e8f0;--bg:#f4f7fa}*{box-sizing:border-box}html,body{min-height:100%}body{min-height:100vh;margin:0;display:flex;flex-direction:column;background:var(--bg);color:var(--ink);font-family:"Be Vietnam Pro",sans-serif;-webkit-font-smoothing:antialiased}.top{position:sticky;top:0;z-index:10;flex:none;border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);backdrop-filter:blur(14px);box-shadow:0 4px 20px rgba(15,76,129,.04)}.nav{width:min(1180px,calc(100% - 32px));height:84px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:13px;color:var(--sea);text-decoration:none}.logo{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,var(--sea),#1472bb);color:#fff;font-weight:800;box-shadow:0 8px 20px rgba(23,96,154,.24)}.brand strong,.brand small{display:block}.brand strong{font-size:16px;letter-spacing:.02em}.brand small{margin-top:2px;color:var(--muted);font-size:12px}.nav-actions{display:flex;align-items:center;gap:10px}.back,.send-link{padding:11px 16px;border-radius:12px;font-size:13px;font-weight:700;text-decoration:none;transition:.2s}.back{border:1px solid #d5e0e8;color:var(--sea);background:#fff}.send-link{background:var(--sea);color:#fff;box-shadow:0 7px 18px rgba(15,76,129,.16)}.back:hover,.send-link:hover{transform:translateY(-1px)}.hero{position:relative;flex:none;overflow:hidden;padding:68px 20px 118px;text-align:center;background:linear-gradient(125deg,#0d527e,#087985);color:#fff}.hero:before,.hero:after{position:absolute;border-radius:50%;content:"";background:rgba(255,255,255,.06)}.hero:before{width:360px;height:360px;left:-130px;top:-220px}.hero:after{width:440px;height:440px;right:-170px;bottom:-340px}.hero-content{position:relative;z-index:1}.hero span{font-size:12px;font-weight:800;letter-spacing:.16em;color:#fde68a}.hero h1{max-width:800px;margin:14px auto 13px;font-size:clamp(36px,5vw,58px);line-height:1.08;letter-spacing:-.025em}.hero p{max-width:720px;margin:auto;color:#d7f1f5;font-size:15px;line-height:1.75}.wrap{position:relative;z-index:2;flex:1;width:min(1000px,calc(100% - 32px));margin:-66px auto 0;padding-bottom:72px}.list{display:grid;gap:20px}.item{overflow:hidden;border:1px solid #dbe5ec;border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(23,50,79,.1);transition:transform .2s,box-shadow .2s}.item:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(23,50,79,.14)}.question{padding:25px 27px;border-bottom:1px solid #e6edf2}.meta{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;color:#708090;font-size:12px}.tag{padding:6px 10px;border-radius:999px;background:#e5f5f7;color:#087583;font-weight:800}.visitor{display:flex;align-items:center;gap:8px}.visitor i{width:4px;height:4px;border-radius:50%;background:#cbd5e1}.question h2{margin:0 0 10px;color:#18344e;font-size:19px}.question p,.answer p{margin:0;white-space:pre-line;line-height:1.75}.answer{display:flex;gap:15px;padding:22px 27px;background:linear-gradient(100deg,#f7fbfc,#f1f7f9)}.answer-icon{flex:none;display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--terra);color:#fff;font-weight:800;box-shadow:0 6px 14px rgba(179,90,59,.2)}.answer strong{display:block;margin:1px 0 6px;color:#a84528;font-size:14px}.answer p{color:#334155}.empty{padding:64px 24px;border:1px solid var(--line);border-radius:22px;background:#fff;text-align:center;color:var(--muted);box-shadow:0 14px 35px rgba(23,50,79,.08)}.footer{flex:none;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px max(32px,calc((100vw - 1180px)/2));background:#17283c;color:#94a3b8}.footer strong,.footer small{display:block}.footer strong{color:#fff;font-size:16px}.footer small{margin-top:5px}.footer a{padding:11px 16px;border:1px solid rgba(255,255,255,.16);border-radius:11px;color:#fff;font-size:13px;font-weight:700;text-decoration:none}@media(max-width:650px){.nav{height:70px}.brand small,.send-link{display:none}.hero{padding:52px 16px 100px}.hero h1{font-size:34px}.wrap{width:calc(100% - 24px);margin-top:-52px;padding-bottom:48px}.question{padding:20px}.answer{padding:20px}.footer{align-items:flex-start;flex-direction:column;padding:28px 20px}.footer a{width:100%;text-align:center}.back{font-size:12px}.brand strong{font-size:13px}}
