*{ box-sizing:border-box; }
body{
  margin:0;
  font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background:#f7f7f8;
  color:#0f172a;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

.hero-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 20px;
  background:#ffffff;
  border-bottom:1px solid #e5e7eb;
}
.hero-left{
  display:flex;
  align-items:center;
  gap:22px;
}

.brand-logo{
  height: 64px;
  width:auto;
  object-fit:contain;
}

.hero-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.btn-login{
  min-width:120px;
  font-weight:700;
  padding:10px 16px;
  font-size:1rem;
  border-width:2px;
}

.btn-contact{
  min-width:130px;
  font-weight:700;
  padding:10px 16px;
  font-size:1rem;
  border:2px solid #111827;
  color:#ffffff;
  background:#111827;
  border-radius:8px;
  transition:all 0.2s ease;
}
.btn-contact:hover{
  background:#c5a662;
  border-color:#c5a662;
  color:#111827;
  text-decoration:none;
}

.page-body{
  flex:1;
}

.site-footer{
  background:#1e1e1e;
  color:#f3f4f6;
  margin-top:48px;
}
.footer-top{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:28px;
  padding:36px 28px;
  align-items:start;
}
.footer-logo-img{
  width:140px;
  height:auto;
  display:block;
}
.footer-tagline{
  color:#cdd1d7;
  margin:6px 0 14px;
}
.footer-col h4{
  margin:0 0 10px;
  font-size:1.05rem;
  font-weight:800;
}
.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
  color:#d1d5db;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-col a{
  color:#d1d5db;
  text-decoration:none;
}
.footer-col a:hover{
  color:#c5a662;
}
.footer-social{
  display:flex;
  gap:10px;
  margin-top:12px;
}
.social-circle{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#fff;
  color:#111827;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 4px 14px rgba(0,0,0,0.12);
}
.social-circle:hover{
  background:#e5e7eb;
}
.footer-cta{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
*{ box-sizing:border-box; }
body{
  margin:0;
  font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background:#f7f7f8;
  color:#0f172a;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

.hero-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 20px;
  background:#ffffff;
  border-bottom:1px solid #e5e7eb;
}

.brand-logo{
  height: 64px;
  width:auto;
  object-fit:contain;
}
.brand-link{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}
.hero-left{
  display:flex;
  align-items:center;
  gap:16px;
}
.hero-center{
  flex:1;
  display:flex;
  justify-content:center;
}
.hero-home-link{
  font-weight:700;
  color:#111827;
  font-size: 2rem;
  text-decoration:none;
  position:relative;
  padding-bottom:4px;
}
.hero-home-link:hover{
  color:#c5a662;
}
.hero-home-link::after{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:2px;
  width:100%;
  background:#c5a662;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.2s ease;
}
.hero-home-link:hover::after{
  transform:scaleX(1);
}
.brand-pos{
  font-weight:300;
  font-size:2.2rem;
  color:#111827;
  letter-spacing:0.08em;
}

.hero-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.btn-login{
  min-width:120px;
  font-weight:700;
  padding:10px 16px;
  font-size:1rem;
  border-width:2px;
}

.btn-contact{
  min-width:130px;
  font-weight:700;
  padding:10px 16px;
  font-size:1rem;
  border:2px solid #111827;
  color:#ffffff;
  background:#111827;
  border-radius:8px;
  transition:all 0.2s ease;
}
.btn-contact:hover{
  background:#c5a662;
  border-color:#c5a662;
  color:#111827;
  text-decoration:none;
}

.page-body{
  flex:1;
}

.site-footer{
  background:#1e1e1e;
  color:#f3f4f6;
  margin-top:48px;
}
.footer-top{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:28px;
  padding:36px 28px;
  align-items:start;
}
.footer-logo-img{
  width:140px;
  height:auto;
  display:block;
}
.footer-tagline{
  color:#cdd1d7;
  margin:6px 0 14px;
}
.footer-col h4{
  margin:0 0 10px;
  font-size:1.05rem;
  font-weight:800;
}
.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
  color:#d1d5db;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-col a{
  color:#d1d5db;
  text-decoration:none;
}
.footer-col a:hover{
  color:#c5a662;
}
.footer-social{
  display:flex;
  gap:10px;
  margin-top:12px;
}
.social-circle{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#fff;
  color:#111827;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 4px 14px rgba(0,0,0,0.12);
}
.social-circle:hover{
  background:#e5e7eb;
}
.footer-cta{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
*{ box-sizing:border-box; }
body{
  margin:0;
  font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background:#f7f7f8;
  color:#0f172a;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

.hero-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 20px;
  background:#ffffff;
  border-bottom:1px solid #e5e7eb;
}

.brand-logo{
  height: 64px;
  width:auto;
  object-fit:contain;
}

.hero-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.btn-login{
  min-width:120px;
  font-weight:700;
  padding:10px 16px;
  font-size:1rem;
  border-width:2px;
}

.btn-contact{
  min-width:130px;
  font-weight:700;
  padding:10px 16px;
  font-size:1rem;
  border:2px solid #111827;
  color:#ffffff;
  background:#111827;
  border-radius:8px;
  transition:all 0.2s ease;
}
.btn-contact:hover{
  background:#c5a662;
  border-color:#c5a662;
  color:#111827;
  text-decoration:none;
}

.page-body{
  flex:1;
}

.policy-container{
  max-width: 960px;
  margin: 32px auto 40px;
  padding: 24px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.policy-header h1{
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: 800;
}
.policy-meta{
  margin: 0 0 16px;
  color: #6b7280;
  font-size: 0.95rem;
}
.policy-container h2{
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 1.35rem;
  font-weight: 800;
}
.policy-container h3{
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 700;
}
.policy-container p{
  margin: 0 0 12px;
  line-height: 1.6;
}
.policy-container ul{
  margin: 0 0 12px 18px;
  padding: 0;
  line-height: 1.6;
}
.policy-container li{
  margin-bottom: 6px;
}
.policy-container address{
  font-style: normal;
  line-height: 1.6;
}

.site-footer{
  background:#1e1e1e;
  color:#f3f4f6;
  margin-top:48px;
}
.footer-top{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:28px;
  padding:36px 28px;
  align-items:start;
}
.footer-logo-img{
  width:140px;
  height:auto;
  display:block;
}
.footer-tagline{
  color:#cdd1d7;
  margin:6px 0 14px;
}
.footer-col h4{
  margin:0 0 10px;
  font-size:1.05rem;
  font-weight:800;
}
.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
  color:#d1d5db;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-col a{
  color:#d1d5db;
  text-decoration:none;
}
.footer-col a:hover{
  color:#c5a662;
}
.footer-social{
  display:flex;
  gap:10px;
  margin-top:12px;
}
.social-circle{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#fff;
  color:#111827;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 4px 14px rgba(0,0,0,0.12);
}
.social-circle:hover{
  background:#e5e7eb;
}
.footer-cta{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
