/* Start custom CSS for html, class: .elementor-element-1d61843 */@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700;800&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --primary: #1EC8A0;
  --primary-dark: #17a882;
  --text-dark: #1a1a1a;
  --text-mid: #444;
  --text-light: #777;
  --bg-light: #f5f6f8;
  --border: #e5e7eb;
  --white: #fff;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  color: var(--text-dark);
  background: #fff;
  min-height: 100vh;
}

/* ── HEADER ── */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--border);
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.header-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
}

.logo {
  font-size: 22px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.5px;
  text-decoration: none;
  flex-shrink: 0;
}

.search-box {
  flex: 1;
  max-width: 520px;
  position: relative;
}

.search-box input {
  width: 100%;
  padding: 10px 44px 10px 16px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
}

.search-box input:focus { border-color: var(--primary); }

.search-box button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #aaa;
}

.search-box button svg { width: 18px; height: 18px; }

nav.header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

nav.header-nav a {
  font-size: 14px;
  color: var(--text-mid);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}

nav.header-nav a:hover { color: var(--primary); }

.btn-login {
  padding: 8px 18px;
  border: 1.5px solid var(--primary);
  border-radius: 8px;
  color: var(--primary) !important;
  font-weight: 600 !important;
  font-size: 14px;
}

.btn-login:hover { background: var(--primary) !important; color: #fff !important; }

.btn-signup {
  padding: 8px 18px;
  background: var(--primary);
  border-radius: 8px;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px;
  transition: background 0.2s !important;
}

.btn-signup:hover { background: var(--primary-dark) !important; }

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, #e8fdf7 0%, #d4f5ec 40%, #f0fefa 100%);
  padding: 64px 24px 56px;
  text-align: center;
}

.hero h1 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 16px;
}

.hero h1 span { color: var(--primary); }

.hero p {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 36px;
  line-height: 1.7;
}

.hero-search {
  display: flex;
  max-width: 560px;
  margin: 0 auto 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  overflow: hidden;
  border: 1.5px solid var(--border);
}

.hero-search input {
  flex: 1;
  padding: 16px 20px;
  border: none;
  outline: none;
  font-size: 15px;
  font-family: inherit;
  color: var(--text-dark);
}

.hero-search button {
  padding: 0 24px;
  background: var(--primary);
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
}

.hero-search button:hover { background: var(--primary-dark); }

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 640px;
  margin: 0 auto;
}

.hero-tags span {
  padding: 6px 14px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(30,200,160,0.25);
  border-radius: 20px;
  font-size: 13px;
  color: var(--text-mid);
  cursor: pointer;
  transition: all 0.15s;
  backdrop-filter: blur(4px);
}

.hero-tags span:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

/* ── STATS BAR ── */
.stats-bar {
  background: var(--text-dark);
  padding: 20px 24px;
}

.stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
}

.stat-item { text-align: center; }

.stat-num {
  font-size: 22px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.5px;
}

.stat-label { font-size: 12px; color: #aaa; margin-top: 2px; }

/* ── CATEGORY SECTION ── */
.section {
  padding: 56px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}

.section-sub {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 28px;
}

.category-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.tab {
  padding: 8px 18px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-mid);
  cursor: pointer;
  transition: all 0.15s;
  background: #fff;
}

.tab.active, .tab:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

@media (max-width: 900px) { .service-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 600px) { .service-grid { grid-template-columns: repeat(3, 1fr); } }

.service-card {
  background: var(--bg-light);
  border-radius: 12px;
  padding: 20px 12px 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  border: 1.5px solid transparent;
}

.service-card:hover {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 4px 16px rgba(30,200,160,0.12);
  transform: translateY(-2px);
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 24px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.service-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-mid);
  line-height: 1.4;
}

/* ── HOW IT WORKS ── */
.how-section {
  background: var(--bg-light);
  padding: 64px 24px;
  margin-top: 56px;
}

.how-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.how-inner .section-title { margin-bottom: 48px; }

.steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: start;
}

@media (max-width: 700px) {
  .steps { grid-template-columns: 1fr; }
  .step-arrow { display: none; }
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-arrow {
  padding-top: 18px;
  color: #ccc;
  font-size: 28px;
  font-weight: 300;
}

.step-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
}

.step-desc {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.6;
  max-width: 180px;
}

/* ── POPULAR PROS ── */
.pros-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px;
}

.pros-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 900px) { .pros-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .pros-grid { grid-template-columns: 1fr; } }

.pro-card {
  border: 1.5px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  background: #fff;
}

.pro-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  transform: translateY(-4px);
  border-color: var(--primary);
}

.pro-cover {
  height: 100px;
  background: linear-gradient(135deg, #1EC8A0, #0ea57e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.pro-info { padding: 16px; }
.pro-name { font-size: 15px; font-weight: 700; margin-bottom: 2px; }
.pro-specialty { font-size: 12px; color: var(--primary); font-weight: 600; margin-bottom: 8px; }
.pro-rating { font-size: 12px; color: var(--text-light); display: flex; align-items: center; gap: 4px; }
.star { color: #FFD700; }

.pro-badge {
  display: inline-block;
  padding: 2px 8px;
  background: #fff3e0;
  color: #f97316;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}

.pro-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

/* ── APP SECTION ── */
.app-section {
  background: #f5f6f8;
  padding: 48px 24px;
}

.app-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.app-text h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.3px; }
.app-text p { font-size: 14px; color: var(--text-light); line-height: 1.6; }

.app-btns { display: flex; gap: 12px; flex-wrap: wrap; }

.app-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: #111;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s;
}

.app-btn:hover { background: #333; }
.app-btn-icon { font-size: 24px; }
.app-btn-text small { display: block; font-size: 10px; color: #aaa; }
.app-btn-text span { font-size: 14px; font-weight: 700; }

/* ── CTA BANNER ── */
.banner {
  background: linear-gradient(135deg, var(--primary) 0%, #0ea57e 100%);
  padding: 56px 24px;
  text-align: center;
  color: #fff;
}

.banner h2 { font-size: 30px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 12px; }
.banner p { font-size: 15px; opacity: 0.85; margin-bottom: 32px; line-height: 1.6; }

.banner-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.banner-btn-light {
  padding: 14px 32px;
  background: #fff;
  color: var(--primary);
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  border: none;
  font-family: inherit;
  transition: all 0.2s;
}

.banner-btn-light:hover { background: #e8fdf7; }

.banner-btn-outline {
  padding: 14px 32px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
}

.banner-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); }

/* ── FOOTER ── */
footer {
  background: #111;
  color: #999;
  padding: 48px 24px 32px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 32px;
}

@media (max-width: 700px) { .footer-top { grid-template-columns: 1fr 1fr; } }

.footer-logo { font-size: 24px; font-weight: 800; color: var(--primary); margin-bottom: 12px; }
.footer-desc { font-size: 13px; line-height: 1.7; color: #666; }

.footer-col h4 { font-size: 13px; font-weight: 700; color: #ddd; margin-bottom: 14px; }

.footer-col a {
  display: block;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.15s;
}

.footer-col a:hover { color: var(--primary); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p { font-size: 12px; color: #555; }

.footer-links { display: flex; gap: 16px; }
.footer-links a { font-size: 12px; color: #ffffff; text-decoration: none; }
.footer-links a:hover { color: var(--primary); }

/* ── CATEGORIES WRAPPER ── */
.categories-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px 0;
}

/* ── ANIMATIONS ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero h1, .hero p, .hero-search, .hero-tags {
  animation: fadeInUp 0.6s ease both;
}
.hero p { animation-delay: 0.1s; }
.hero-search { animation-delay: 0.2s; }
.hero-tags { animation-delay: 0.3s; }/* End custom CSS */