
body{
  margin:0;
  font-family:Arial;
  background:#0b0e14;
  color:#fff;
}

.container{
  width:90%;
  max-width:1000px;
  margin:auto;
}

.topbar{
  background:#111;
  padding:15px 0;
  overflow:auto;
}

.logo{
  font-weight:900;
  float:left;
}

.top-actions{
  float:right;
}

.btn{
  padding:10px 16px;
  border-radius:8px;
  text-decoration:none;
  font-weight:bold;
  display:inline-block;
  margin-left:8px;
}

.phone{ background:#1e6bff; color:#fff; }
.kakao{ background:#FEE500; color:#000; }

.hero{
  padding:100px 0;
  text-align:center;
  background:linear-gradient(135deg,#1e6bff,#000);
}

.hero span{ color:#FEE500; }

.form-section{
  padding:60px 0;
}

.form-card{
  background:#111;
  padding:30px;
  border-radius:14px;
}

form{
  display:flex;
  flex-direction:column;
}

input, select, textarea{
  padding:12px;
  margin-bottom:14px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.05);
  color:#fff;
}

select{
  color:#e9eefc;
  background:rgba(255,255,255,.05);
  color-scheme:dark;
}

select option{
  background:#0b0e14;
  color:#e9eefc;
}

.primary{ background:#1e6bff; color:#fff; }
.full{ width:100%; }

.kakao-float{
  position:fixed;
  right:20px;
  bottom:20px;
  background:#FEE500;
  color:#000;
  padding:14px 18px;
  border-radius:50px;
  font-weight:900;
  text-decoration:none;
  z-index:9999;
}

/* Popup */
.pop-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10000;
}

.pop-card{
  background:#111;
  padding:24px;
  border-radius:14px;
  width:90%;
  max-width:380px;
  text-align:center;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 60px rgba(0,0,0,.55);
}

.pop-btn{
  margin-top:16px;
  width:100%;
  padding:12px;
  background:#1e6bff;
  border:none;
  color:#fff;
  border-radius:10px;
  font-weight:900;
  cursor:pointer;
}
