:root{--navy:#0b1f33;--gold:#c9a45c;--soft:#f7f5f0;--text:#1f2933;--muted:#6b7280;--border:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--soft);line-height:1.6}header{background:var(--navy);color:white;padding:18px 7%;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:10}.logo{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:2px;font-size:22px}.logo-mark{width:42px;height:42px;border-radius:50%;border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;color:var(--gold);font-weight:bold}nav a{color:white;text-decoration:none;margin-left:22px;font-size:14px}.btn{display:inline-block;padding:12px 22px;border-radius:30px;text-decoration:none;font-weight:bold;border:none;cursor:pointer}.btn-gold{background:var(--gold);color:var(--navy)}.btn-dark{background:var(--navy);color:white}.btn-outline{border:1px solid var(--gold);color:var(--gold)}section{padding:60px 7%}.hero{padding:85px 7%;background:linear-gradient(135deg,var(--navy),#17344f);color:white;display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:center}.hero h1{font-size:52px;line-height:1.1;margin-bottom:18px}.hero span{color:var(--gold)}.hero p{font-size:19px;margin-bottom:28px}.card,.form-box,.chat-list,.chat-box{background:white;padding:26px;border-radius:22px;box-shadow:0 10px 25px rgba(0,0,0,.06);border:1px solid var(--border)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.two,.sidebar-layout,.chat-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}.sidebar-layout{grid-template-columns:260px 1fr}.chat-layout{grid-template-columns:320px 1fr}.section-title{text-align:center;margin-bottom:40px}.section-title h2{font-size:34px;color:var(--navy)}.section-title p{color:var(--muted)}.form-box{max-width:760px;margin:auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}input,select,textarea{width:100%;padding:14px;border:1px solid var(--border);border-radius:14px;font-size:14px}textarea{height:120px}label{font-weight:bold;font-size:14px;color:var(--navy)}.badge{display:inline-block;background:rgba(201,164,92,.18);color:#8a6a25;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:bold;margin-bottom:12px}.price{font-size:32px;color:var(--navy);font-weight:bold;margin:14px 0}.sidebar{background:var(--navy);color:white;border-radius:24px;padding:24px;height:max-content}.sidebar a{display:block;color:white;text-decoration:none;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.progress{height:10px;background:#eef2f7;border-radius:20px;overflow:hidden;margin-top:8px}.progress div{height:100%;background:var(--gold)}.message{padding:12px 14px;border-radius:18px;margin-bottom:12px;max-width:80%;font-size:14px}.m1{background:#eef2f7}.m2{background:rgba(201,164,92,.25);margin-left:auto}.locked,.notice{background:#fff7e6;border:1px solid #f3d38b;padding:14px;border-radius:16px;font-size:14px;margin-top:14px}.chat-item{padding:14px;border-bottom:1px solid var(--border)}footer{background:var(--navy);color:white;padding:35px 7%;margin-top:40px}footer p{color:#d1d5db}@media(max-width:900px){.hero,.grid,.two,.sidebar-layout,.chat-layout,.form-row{grid-template-columns:1fr}nav{display:none}.hero h1{font-size:38px}}