a{
  color:inherit;
  text-decoration:none;
}

.site{
  width:1640px;
  margin:0 auto;
}

:root {
  --help-green: #344C34;
  --help-gold: #B77B2B;
  --help-pink: #f8dfe5;
  --help-line: #e3ddd5;
  --help-paper: #fbf8f3;
  --help-text: #222222;
  --help-muted: #6f6b66;
}

.help-page {
  width: 1640px;
  margin: 0 auto;
  color: var(--help-text);
}

.help-hero {
  width: 1568px;
  min-height: 180px;
  margin: 24px auto 18px;
  padding: 34px 40px;
  box-sizing: border-box;
  border: 1px solid var(--help-line);
  border-radius: 16px;
  background: linear-gradient(110deg, #fff 0%, #fff 66%, #f7efe9 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--help-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.help-hero h1 {
  margin: 0 0 10px;
  color: var(--help-green);
  font-size: 36px;
  line-height: 1.08;
}

.help-hero p {
  max-width: 790px;
  margin: 0;
  color: var(--help-muted);
  font-size: 15px;
  line-height: 1.65;
}

.contact-button,
.help-cta a,
.split-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 9px;
  background: var(--help-green);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease;
}

.contact-button:hover,
.help-cta a:hover,
.split-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(52, 76, 52, .18);
}

.help-shell {
  width: 1568px;
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.help-nav {
  position: sticky;
  top: 18px;
  padding: 22px;
  border: 1px solid var(--help-line);
  border-radius: 14px;
  background: var(--help-paper);
}

.help-nav h2 {
  margin: 0 0 12px;
  color: var(--help-green);
  font-size: 17px;
}

.help-nav a {
  display: block;
  padding: 9px 10px;
  border-radius: 7px;
  color: #3e3b38;
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
}

.help-nav a:hover {
  background: #fff;
  color: var(--help-green);
  transform: translateX(2px);
}

.help-nav .nav-contact {
  margin-top: 10px;
  background: var(--help-pink);
  color: var(--help-green);
}

.help-content {
  min-width: 0;
}

.help-section {
  scroll-margin-top: 20px;
  margin-bottom: 18px;
  padding: 30px 32px;
  border: 1px solid var(--help-line);
  border-radius: 14px;
  background: #fff;
}

.section-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.section-heading > span {
  flex: 0 0 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--help-pink);
  color: var(--help-green);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
}

.section-heading h2 {
  margin: 1px 0 5px;
  color: var(--help-green);
  font-size: 22px;
}

.section-heading p {
  margin: 0;
  color: var(--help-muted);
  font-size: 14px;
}

.step-grid,
.info-grid {
  display: grid;
  gap: 14px;
}

.step-grid { grid-template-columns: repeat(3, 1fr); }
.info-grid { grid-template-columns: repeat(2, 1fr); }

.step-grid article,
.info-grid article,
.notice-card {
  padding: 20px;
  border: 1px solid var(--help-line);
  border-radius: 11px;
  background: #fdfbf8;
}

.step-grid article {
  transition: transform .18s ease, box-shadow .18s ease;
}

.step-grid article:hover,
.info-grid article:hover,
.tool-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
}

.step-grid b {
  color: var(--help-gold);
  font-size: 12px;
  letter-spacing: .08em;
}

.step-grid h3,
.info-grid h3,
.notice-card h3,
.split-card h3 {
  margin: 8px 0 7px;
  color: var(--help-green);
  font-size: 15px;
}

.step-grid p,
.info-grid p,
.notice-card p,
.split-card p {
  margin: 0;
  color: var(--help-muted);
  font-size: 14px;
  line-height: 1.6;
}

.notice-card {
  margin-bottom: 12px;
  background: #f8f1ea;
}

.tool-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.tool-links a {
  padding: 17px 18px;
  border: 1px solid var(--help-line);
  border-radius: 10px;
  color: var(--help-text);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.tool-links strong,
.tool-links span {
  display: block;
}

.tool-links strong {
  margin-bottom: 5px;
  color: var(--help-green);
  font-size: 14px;
}

.tool-links span {
  color: var(--help-muted);
  font-size: 13px;
  line-height: 1.45;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--help-line);
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  padding: 15px 46px 15px 17px;
  cursor: pointer;
  color: var(--help-green);
  font-size: 14px;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--help-gold);
  font-size: 20px;
  font-weight: 400;
}

.faq-list details[open] summary::after { content: "−"; }

.faq-list details[open] summary {
  background: #fbf8f3;
}

.faq-list details p {
  margin: 0;
  padding: 0 17px 16px;
  color: var(--help-muted);
  font-size: 14px;
  line-height: 1.65;
}

.split-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px;
  border-radius: 11px;
  background: #fbf8f3;
}

.split-card h3 { margin-top: 0; }
.split-card div { max-width: 760px; }
.split-card a { flex: 0 0 auto; }

.help-cta {
  min-height: 125px;
  padding: 26px 30px;
  border-radius: 14px;
  background: var(--help-green);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.help-cta h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 22px;
}

.help-cta p {
  max-width: 770px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.55;
}

.help-cta a {
  background: #fff;
  color: var(--help-green);
}

@media (max-width: 1365px) {
  .help-page { width: 100%; min-width: 1000px; }
  .help-hero, .help-shell { width: calc(100% - 48px); }
}
