* { box-sizing: border-box; }
body {
  margin: 0;
  background: #f7f6f2;
  color: #2a2a2a;
  font-family: Assistant, Roboto, "Open Sans", sans-serif;
  line-height: 1.7;
}
.elementor-element-4ae42700 {
  background-color: #232323;
}
.elementor-element-4ae42700 .e-con-inner {
  width: 100%;
}
.elementor-element-12ecbbdc {
  text-align: center;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
.site-logo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.site-logo-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: #2F4A3A;
}
.site-logo-bar img {
  display: block;
  flex-shrink: 0;
}
.site-logo-bar span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  white-space: nowrap;
}
.legal-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 24px 72px;
}
.legal-wrap h1 {
  color: #2F4A3A;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 8px;
}
.legal-wrap .updated {
  color: #6b6b6b;
  font-size: 14px;
  margin-bottom: 32px;
}
.legal-wrap h2 {
  color: #2F4A3A;
  font-size: 20px;
  margin: 32px 0 10px;
}
.legal-wrap p, .legal-wrap li {
  font-size: 16px;
}
.legal-wrap a {
  color: #2F4A3A;
  font-weight: 600;
}
.legal-wrap ul {
  padding-left: 22px;
}
.contact-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px 22px;
  margin: 20px 0 8px;
}
.contact-card p {
  margin: 0;
}
.contact-card .label {
  font-size: 13px;
  color: #6b6b6b;
  margin-bottom: 4px;
}
.faq-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 16px 20px;
  margin: 12px 0;
}
.faq-item h3 {
  color: #2F4A3A;
  font-size: 17px;
  margin: 0 0 8px;
}
.faq-item p {
  margin: 0;
}
.site-footer {
  background: #2F4A3A;
  color: #e8e4d8;
  padding: 28px 20px 36px;
  text-align: center;
}
.site-footer a {
  color: #e8e4d8;
  text-decoration: none;
  margin: 0 10px;
  font-size: 14px;
}
.site-footer a:hover { text-decoration: underline; }
.site-footer .copy {
  margin-top: 16px;
  font-size: 13px;
  opacity: 0.9;
}
@media (max-width: 600px) {
  .site-logo-bar span { font-size: 18px; }
  .legal-wrap { padding: 32px 18px 56px; }
  .legal-wrap h1 { font-size: 26px; }
}
