.elementor-8441 .elementor-element.elementor-element-bbdb679{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-244fe4f */:root {
  --bg: #f4f1ed;
  --text: #3b2a23;
  --accent: #5a3a2d;
  --border: #ddd6cf;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
}

.header {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
  background: white;
}

.logo {
  font-weight: bold;
  letter-spacing: 4px;
}

.hero {
  text-align: center;
  padding: 80px 20px 40px;
}

.hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.container {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
}

section {
  margin-bottom: 50px;
}

h2 {
  font-size: 26px;
  margin-bottom: 15px;
  border-left: 4px solid var(--accent);
  padding-left: 10px;
}

h3 {
  margin-top: 20px;
  font-size: 18px;
}

ul {
  padding-left: 20px;
}

footer {
  text-align: center;
  padding: 30px;
  border-top: 1px solid var(--border);
  font-size: 14px;
}/* End custom CSS */