:root {
  --color-bg: #ffffff;
  --color-surface: #f7f8fa;
  --color-border: #e3e6ea;
  --color-text: #1f2937;
  --color-muted: #6b7280;
  --color-accent: #2b7a3d;
  --color-accent-hover: #236431;
  --color-accent-soft: #e8f3ec;
  --color-warning-bg: #fef5c4;
  --color-warning-text: #5a4b00;
  --color-link: #2b7a3d;
  --max-width: 960px;
  --radius: 10px;
  --shadow-sm: 0 1px 2px rgba(17, 24, 39, 0.04);
  --shadow-md: 0 4px 16px rgba(17, 24, 39, 0.06);
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--color-link);
  text-decoration: none;
}
a:hover { text-decoration: underline; }

img { max-width: 100%; height: auto; display: block; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus { left: 1rem; top: 1rem; width: auto; height: auto; background: #000; color: #fff; padding: 0.5rem 1rem; z-index: 1000; }

/* Header */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-logo img { height: 48px; width: 48px; display: block; }
.site-logo a { display: inline-flex; align-items: center; gap: 10px; color: var(--color-text); font-weight: 700; font-size: 18px; text-decoration: none; letter-spacing: -0.01em; }
.site-logo a::after { content: "Calorie Active"; }
.site-footer .site-logo a::after { content: ""; }
.site-footer .site-logo img { height: 40px; width: 40px; }
.site-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
}
.site-navigation .menu a {
  color: var(--color-text);
  font-weight: 500;
  font-size: 15px;
}
.site-navigation .menu a:hover { color: var(--color-accent); text-decoration: none; }
.site-navigation .current-menu-item a { color: var(--color-accent); }
.site-navigation-toggle-holder { display: none; }
.site-navigation-dropdown { display: none; }

/* Main */
.site-main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 32px 20px 64px;
}

/* Sections */
.elementor-section {
  margin-bottom: 40px;
}
.elementor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
.elementor-column { flex: 1 1 300px; min-width: 0; }
.elementor-col-33 { flex: 1 1 320px; }
.elementor-col-66 { flex: 2 1 480px; }
.elementor-col-16 { display: none; }
.elementor-col-100 { flex: 1 1 100%; text-align: center; }

/* Headings */
h1.elementor-heading-title {
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 36px 0 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
h3 { font-size: 1.15rem; margin: 24px 0 10px; font-weight: 600; }

/* Icon list (hero checkpoints) */
.elementor-icon-list-items {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.elementor-icon-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  font-size: 15px;
}
.elementor-icon-list-icon {
  color: var(--color-accent);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-accent-soft);
  flex-shrink: 0;
}
.elementor-icon-list-icon i::before { content: "✓"; font-style: normal; font-weight: 700; }

/* Star rating */
.elementor-star-rating__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.elementor-star-rating__title { font-size: 14px; color: var(--color-muted); }
.elementor-star-rating { color: #f5a623; letter-spacing: 2px; font-size: 18px; }
.elementor-screen-only { position: absolute; left: -9999px; }

/* Buttons */
.elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-accent);
  color: #fff !important;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: background 0.15s ease, transform 0.15s ease;
}
.elementor-button:hover {
  background: var(--color-accent-hover);
  text-decoration: none;
  transform: translateY(-1px);
}
.elementor-button-wrapper { text-align: center; margin: 20px 0; }
.elementor-button-icon i::before { content: "→"; font-style: normal; }
.elementor-button-icon i { font-style: normal; }

/* Hero image */
.elementor-widget-image img { border-radius: var(--radius); }

/* Payment logos / inline images centered */
.elementor-widget-image .elementor-widget-container { text-align: center; }
.elementor-widget-image .elementor-widget-container img { margin-left: auto; margin-right: auto; }
img[alt="Zahlungsmittel"] { margin: 12px auto 0; border-radius: 0; }

/* Content card */
.sue-panel {
  background: var(--color-accent-soft) !important;
  border: 1px solid #d5e6da !important;
  border-radius: var(--radius) !important;
  box-shadow: none !important;
  margin: 24px 0;
}
.sue-panel-content { padding: 18px 20px !important; font-size: 15px; }

/* Warning panel */
.sue-panel[style*="FEF5C4"] {
  background: var(--color-warning-bg) !important;
  border: 1px solid #f1e19a !important;
  color: var(--color-warning-text) !important;
}
.sue-panel[style*="FEF5C4"] .sue-panel-content { color: var(--color-warning-text) !important; }
.sue-panel strong { display: block; margin-bottom: 4px; }

/* Divider */
.su-divider { border-top: 1px dashed var(--color-border) !important; border-color: var(--color-border) !important; margin: 32px 0 !important; }

/* Lists */
.su-list ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 20px;
}
.su-list li {
  padding: 8px 0 8px 28px;
  position: relative;
  line-height: 1.5;
}
.su-list .sui-caret-right {
  position: absolute;
  left: 0;
  top: 12px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent) !important;
}
.su-list .sui-caret-right::before { content: "›"; font-weight: 700; font-size: 18px; }

/* Tables */
.su-table {
  overflow-x: auto;
  margin: 16px 0 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
}
.su-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.su-table th,
.su-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
.su-table th {
  background: var(--color-surface);
  font-weight: 600;
  color: var(--color-text);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.su-table tbody tr:last-child td { border-bottom: none; }
.su-table tbody tr:hover { background: var(--color-surface); }

/* Content text */
.elementor-widget-text-editor p { margin: 12px 0; }
.elementor-widget-text-editor em { color: var(--color-muted); font-size: 14px; }

/* Trust section */
.elementor-element-553686f .elementor-widget-container { text-align: center; }
.elementor-element-553686f img { margin: 16px auto; }
.elementor-element-fbe238c p { color: var(--color-muted); font-size: 13px; text-align: center; }

/* Footer */
.site-footer {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  padding: 40px 20px;
  margin-top: 60px;
}
.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.site-footer .site-logo.hide { display: none; }
.site-footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  justify-content: center;
}
.site-footer .menu a {
  color: var(--color-muted);
  font-size: 14px;
}
.site-footer .copyright p {
  color: var(--color-muted);
  font-size: 13px;
  margin: 0;
}

/* Studies / content pages specific */
.content-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 20px 64px;
}
.content-page h1 {
  font-size: 2rem;
  margin: 20px 0 24px;
}
.content-page h2 {
  border-top: 1px solid var(--color-border);
  padding-top: 28px;
  margin-top: 40px;
}
.content-page h2:first-of-type { border-top: none; padding-top: 0; }
.content-page .lead {
  font-size: 1.1rem;
  color: var(--color-muted);
  line-height: 1.6;
}
.content-page ul { padding-left: 20px; }
.content-page li { margin-bottom: 6px; }
.content-page .notice {
  background: var(--color-warning-bg);
  color: var(--color-warning-text);
  padding: 14px 18px;
  border-radius: var(--radius);
  margin: 20px 0;
  font-size: 15px;
}
.content-page .info-box {
  background: var(--color-accent-soft);
  border: 1px solid #d5e6da;
  padding: 16px 18px;
  border-radius: var(--radius);
  margin: 20px 0;
}

/* Responsive */
@media (max-width: 768px) {
  h1.elementor-heading-title { font-size: 1.7rem; }
  h2 { font-size: 1.3rem; }
  .header-inner { flex-direction: column; gap: 12px; padding: 12px 16px; }
  .site-navigation .menu { gap: 18px; flex-wrap: wrap; justify-content: center; }
  .elementor-container { gap: 20px; }
  .site-main { padding: 20px 16px 48px; }
  .elementor-button { padding: 12px 22px; font-size: 15px; }
  .su-table th, .su-table td { padding: 10px 12px; font-size: 14px; }
}
