/* Header Styles */
.header {
  padding: 12px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  transition: transform 0.3s ease, background 0.3s ease;
}

.header.hidden {
  transform: translateY(-100%);
}

.header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* 햄버거 메뉴 및 데스크톱 메뉴 제거됨 - 로고만 사용 */

.mobile-login {
  display: none;
}

.desktop-only {
  display: flex;
}

.logo {
  display: flex;
  align-items: baseline;
  font-family: "Arial", sans-serif;
  flex-shrink: 0;
  cursor: pointer;
}

.logo-main {
  font-size: 26px;
  font-weight: 800;
  color: #2c3e50;
  letter-spacing: -0.5px;
}

.logo-accent {
  font-size: 24px;
  font-weight: 600;
  color: #4fc3f7;
  margin-left: 2px;
  text-decoration: none;
  position: relative;
}

.logo-text {
  font-size: 24px;
  font-weight: 300;
  color: #333;
}

.logo-box {
  background: #333;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 600;
}

.auth-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.auth-btn {
  background: none;
  border: none;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.auth-btn:hover {
  background: #f0f0f0;
}

.login-btn {
  background: #333;
  color: white;
}

.login-btn:hover {
  background: #555;
}

/* 모바일 메뉴 제거됨 */

/* Main Content Layout */
.main {
  padding: 160px 0 40px 0;
}

.main-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
  padding-top: 20px;
}

/* Section Titles */
.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 1rem;
}

.pricing-link-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.pricing-link-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
}

/* Footer */
.footer {
  background: white;
  color: #333;
  padding: 40px 0 20px;
  margin-top: 40px;
  border-top: 1px solid #e9ecef;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
  align-items: start;
}

/* Footer Left */
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-logo {
  display: flex;
  align-items: baseline;
  font-family: "Arial", sans-serif;
  margin-bottom: 10px;
}

.footer-logo .logo-main {
  font-size: 24px;
  font-weight: 800;
  color: #2c3e50;
  letter-spacing: -0.5px;
}

.footer-logo .logo-accent {
  font-size: 22px;
  font-weight: 600;
  color: #4fc3f7;
  margin-left: 2px;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-item {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.contact-label {
  font-weight: 600;
  margin-right: 8px;
}

.contact-value {
  color: #666;
}

.business-hours {
  margin-top: 8px;
}

.business-hours p {
  margin: 2px 0;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

/* Footer Center */
.footer-center {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.footer-link {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #4fc3f7;
}

.footer-link::after {
  content: "|";
  margin-left: 16px;
  color: #ddd;
}

.footer-link:last-child::after {
  display: none;
}

.service-hours {
  margin-top: 10px;
}

.service-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4caf50;
}

.status-text {
  color: #333;
  font-weight: 500;
}

.status-time {
  color: #4caf50;
  font-weight: 600;
}

/* Footer Right */
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.kakao-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fee500;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #3c1e1e;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(254, 229, 0, 0.3);
}

.kakao-btn:hover {
  background: #fdd835;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(254, 229, 0, 0.4);
}

.kakao-icon {
  font-size: 16px;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
  background: #128c7e;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.whatsapp-icon {
  font-size: 16px;
}

.chat-buttons {
  display: flex;
  gap: 8px;
}

.chat-btn {
  padding: 8px 16px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 20px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}

.chat-btn:hover {
  background: #f8f9fa;
  border-color: #4fc3f7;
  color: #4fc3f7;
}

.estimate-btn {
  background: #333;
  color: white;
  border-color: #333;
}

.estimate-btn:hover {
  background: #555;
  border-color: #555;
  color: white;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #e9ecef;
  padding-top: 20px;
}

.company-info p {
  margin: 4px 0;
  font-size: 11px;
  color: #999;
  line-height: 1.4;
}

/* Responsive Design for Section Header */
@media (max-width: 768px) {
  .main {
    padding: 120px 0 30px 0;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 15px;
  }

  .pricing-link-btn {
    align-self: center;
    padding: 10px 20px;
    font-size: 13px;
  }

  /* 모바일 메뉴 관련 스타일 제거됨 */
}

@media (max-width: 480px) {
  .main {
    padding: 100px 0 20px 0;
  }

  .main-title {
    font-size: 24px;
    padding-top: 20px;
  }
}
