* { box-sizing:border-box; margin:0; padding:0; }
  body { font-family:var(--font-sans, "Helvetica Neue", system-ui, -apple-system, sans-serif); background:#fff; color:#1a1a1a; -webkit-font-smoothing:antialiased; }
  .pw { max-width:1600px; margin:0 auto; background:#fff; min-height:900px; display:flex; flex-direction:column; }
  .hd { display:flex; align-items:center; justify-content:space-between; padding:18px 40px; border-bottom:1px solid #eee; }
  .logo-img { height:64px; width:auto; display:block; }
  .nv { display:flex; gap:40px; align-items:center; }
  .nv a { text-decoration:none; color:#444; font-size:20px; font-weight:500; letter-spacing:.5px; cursor:pointer; }
  .nv a:hover, .nv a.act { color: #7a5c2e; }
  .nv a.act { position:relative; }
  .nv a.act::after { content:''; position:absolute; bottom:-6px; left:0; right:0; height:3px; background:#B8916A; border-radius:2px; }
  .hero { background:#fff; padding:72px 48px 56px; max-width:1440px; margin:0 auto; }
  .hero h1 { font-size:42px; font-weight:300; letter-spacing:-.5px; color:#1a1a1a; margin-bottom:16px; line-height:1.25; }
  .hero h1 b { font-weight:600; }
  .hero p { font-size:19.5px; color: #6b6b6b; max-width:640px; line-height:1.8; margin-bottom:44px; }
  .cards3 { display:grid; grid-template-columns:1fr; gap:28px; max-width:760px; margin:0 auto; }
  .pcard { background:#fff; border:1px solid #eee; border-radius:14px; overflow:hidden; transition:.25s; box-shadow:0 6px 22px rgba(36,28,16,.06); }
  .pcard:hover { box-shadow:0 14px 34px rgba(36,28,16,.13); transform:translateY(-4px); border-color:#e0d2bd; }
  .pcard img { width:100%; aspect-ratio:4/3; height:auto; object-fit:cover; object-position:center; display:block; }
  .pcard .info { padding:20px 22px; }
  .pcard h2 { font-size:18px; font-weight:600; color:#1a1a1a; margin-bottom:6px; text-align:center; }

  .fbanner { position:relative; margin:0; height:440px; overflow:hidden; border-radius:0; }
  .fbanner img.bg { width:100%; height:100%; object-fit:cover; display:block; border-radius:0; }
  .fbanner .ov { position:absolute; inset:0; background:linear-gradient(90deg,rgba(20,20,20,.82),rgba(20,20,20,.28)); display:flex; flex-direction:column; justify-content:flex-end; padding:56px 48px; }
  .fbanner .ov .kick { color:#B8916A; font-size:13px; letter-spacing:3px; text-transform:uppercase; margin-bottom:14px; }
  .fbanner .ov h2 { color:#fff; font-size:34px; font-weight:300; line-height:1.25; max-width:560px; margin-bottom:22px; }
  .fbanner .ov h2 b { font-weight:600; }
  .btns { display:flex; gap:14px; }
  .btn1 { display:inline-block; text-decoration:none; padding:13px 30px; background:#B8916A; color:#fff; border:none; border-radius:8px; font-size:14px; font-weight:500; cursor:pointer; }
  .btn1:hover { background:#a07855; }
  .btn2 { display:inline-block; text-decoration:none; padding:13px 30px; background:transparent; color:#fff; border:1px solid rgba(255,255,255,.5); border-radius:8px; font-size:14px; cursor:pointer; }
  .btn2:hover { border-color:#fff; }

  .why { padding:80px 48px; background:#fff; max-width:1076px; margin:0 auto; }
  .why .head { text-align:center; margin-bottom:52px; }
  .why .head .kick { color: #7a5c2e; font-size:13px; letter-spacing:3px; text-transform:uppercase; }
  .why .head h2 { font-size:30px; font-weight:300; color:#1a1a1a; margin-top:10px; }
  .why .head h2 b { font-weight:600; }
  .cols3 { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; }
  .vc { text-align:center; padding:0 14px; }
  .vic { width:56px; height:56px; border-radius:50%; border:1px solid #e6ddd0; display:flex; align-items:center; justify-content:center; margin:0 auto 20px; }
  .vic svg { width:24px; height:24px; stroke: #7a5c2e; stroke-width:1.5; fill:none; }
  .vc h3 { font-size:18px; font-weight:600; color:#1a1a1a; margin-bottom:10px; }
  .vc p { font-size:15px; color: #6b6b6b; line-height:1.8; }

  .stats { background:#fff; padding:48px 40px; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #eee; border-bottom:1px solid #eee; max-width:1076px; margin:0 auto; }
  .st { text-align:center; position:relative; }
  .st:not(:last-child)::after { content:''; position:absolute; right:0; top:20%; bottom:20%; width:1px; background:#e6ddd0; }
  .st .n { font-size:36px; font-weight:300; color: #7a5c2e; }
  .st .l { font-size:13px; color: #6b6b6b; margin-top:6px; letter-spacing:.5px; }

  .cta { background:#1a1a1a; padding:72px 40px; text-align:center; }
  .cta h2 { color:#fff; font-size:30px; font-weight:300; margin-bottom:14px; }
  .cta h2 b { font-weight:600; }
  .cta p { color:#aaa; font-size:16px; margin-bottom:30px; }
  .cta .btn2 { padding:14px 36px; font-size:15px; }

  .ft { background:#1a1a1a; color:#ccc; padding:44px 40px 28px; font-size:13px; margin-top:auto; border-top:1px solid #2a2a2a; }
  .fg2 { display:grid; grid-template-columns:2fr 1fr 1fr; gap:32px; margin-bottom:28px; }
  .ft h4, .ft-h { color:#fff; font-size:14px; font-weight:500; margin-bottom:14px; }
  .ft a { color:#999; text-decoration:none; display:block; margin-bottom:8px; cursor:pointer; }
  .ft a:hover { color:#B8916A; }
  .ft .tg { color:#999; line-height:1.6; margin-top:10px; }
  .ft .brand { color:#B8916A; font-weight:700; letter-spacing:1px; font-size:18px; }
  .fb { border-top:1px solid #333; padding-top:20px; display:flex; justify-content:space-between; font-size:12px; color: #999999; }

  @media (max-width:768px) {
    .cards3,.cols3 { grid-template-columns:1fr; }
    .stats { grid-template-columns:repeat(2,1fr); gap:24px 0; }
    .nv a { font-size:20px; }
  }
