* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Georgia, serif; background: #FFFBF4; color: #1E1814; }

nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 40px; background: #FFFBF4;
  border-bottom: 1px solid rgba(30,24,20,0.08);
}
.nav-logo { display: flex; align-items: center; gap: 10px; font-size: 26px; font-weight: bold; font-style: italic; color: #E4568B; text-decoration: none; }
.nav-logo img { width: 36px; height: 36px; border-radius: 9px; object-fit: cover; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { font-family: 'Helvetica Neue', sans-serif; font-size: 14px; color: rgba(30,24,20,0.6); text-decoration: none; }
.nav-links a:hover { color: #E4568B; }

.content { max-width: 700px; margin: 60px auto; padding: 0 24px 80px; }

h1 { font-size: 36px; font-style: italic; margin-bottom: 8px; }
.subtitle { font-family: 'Helvetica Neue', sans-serif; font-size: 15px; color: rgba(30,24,20,0.6); margin-bottom: 40px; }

.jump-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; }
.jump-nav a {
  font-family: 'Helvetica Neue', sans-serif; font-size: 13px; font-weight: 600;
  color: #E4568B; border: 1px solid rgba(228,86,139,0.4);
  border-radius: 20px; padding: 5px 14px; text-decoration: none;
}
.jump-nav a:hover { background: #E4568B; color: white; }

.contact-card {
  background: white; border-radius: 16px; padding: 28px 32px;
  border: 1px solid rgba(30,24,20,0.08);
  box-shadow: 0 2px 10px rgba(30,24,20,0.05);
  margin-bottom: 52px; text-align: center;
}
.contact-card p { font-family: 'Helvetica Neue', sans-serif; font-size: 15px; color: rgba(30,24,20,0.6); margin-bottom: 18px; line-height: 1.6; }
.email-btn {
  display: inline-block; background: #E4568B; color: white;
  border-radius: 10px; padding: 12px 28px;
  font-family: 'Helvetica Neue', sans-serif; font-size: 14px; font-weight: 700;
  text-decoration: none;
}
.email-btn:hover { background: #C03070; }

.section-heading { font-size: 24px; font-style: italic; margin-bottom: 4px; margin-top: 56px; }
.section-desc { font-family: 'Helvetica Neue', sans-serif; font-size: 14px; color: rgba(30,24,20,0.55); margin-bottom: 20px; line-height: 1.6; }

.guide-card {
  background: white; border-radius: 14px; padding: 24px;
  border: 1px solid rgba(30,24,20,0.08);
  box-shadow: 0 1px 8px rgba(30,24,20,0.05);
  margin-bottom: 14px;
}
.guide-card h3 {
  font-family: 'Helvetica Neue', sans-serif; font-size: 15px; font-weight: 700;
  color: #1E1814; margin-bottom: 14px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(30,24,20,0.07);
}

.steps { list-style: none; counter-reset: step; }
.steps li {
  counter-increment: step;
  font-family: 'Helvetica Neue', sans-serif; font-size: 14px;
  color: rgba(30,24,20,0.72); line-height: 1.65;
  padding: 7px 0 7px 32px; position: relative;
  border-bottom: 1px solid rgba(30,24,20,0.05);
}
.steps li:last-child { border-bottom: none; padding-bottom: 0; }
.steps li::before {
  content: counter(step);
  position: absolute; left: 0; top: 9px;
  width: 20px; height: 20px; border-radius: 50%;
  background: #E4568B; color: white;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.steps li strong { color: #1E1814; }

.note {
  margin-top: 12px; background: #FDF0F5; border-left: 3px solid #E4568B;
  border-radius: 0 8px 8px 0; padding: 10px 14px;
  font-family: 'Helvetica Neue', sans-serif; font-size: 13px;
  color: rgba(30,24,20,0.65); line-height: 1.6;
}

.faq-block { margin-top: 8px; }
.faq-item { border-bottom: 1px solid rgba(30,24,20,0.07); }
.faq-item:last-child { border-bottom: none; }
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 17px 0; text-align: left; gap: 16px;
}
.faq-question span {
  font-family: 'Helvetica Neue', sans-serif; font-size: 15px;
  font-weight: 600; color: #1E1814; line-height: 1.4;
}
.faq-toggle {
  width: 18px; height: 18px; flex-shrink: 0;
  font-family: 'Helvetica Neue', sans-serif; font-size: 18px; line-height: 18px;
  color: #E4568B; transition: transform 0.2s;
  display: flex; align-items: center; justify-content: center;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-answer {
  font-family: 'Helvetica Neue', sans-serif; font-size: 14px;
  color: rgba(30,24,20,0.68); line-height: 1.75;
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item.open .faq-answer { max-height: 500px; padding-bottom: 16px; }

code {
  font-family: 'Courier New', monospace; font-size: 12px;
  background: rgba(30,24,20,0.06); border-radius: 4px; padding: 2px 5px;
}

footer {
  background: #1E1814; color: rgba(255,255,255,0.5);
  text-align: center; padding: 32px 24px;
  font-family: 'Helvetica Neue', sans-serif; font-size: 13px;
}
footer a { color: rgba(255,255,255,0.5); text-decoration: none; margin: 0 12px; }
footer a:hover { color: #E4568B; }

@media (max-width: 600px) {
  nav { padding: 16px 20px; }
  .nav-links { gap: 16px; }
}
