/*
Theme Name: AlpenCreators
Theme URI: https://example.com/
Author: Matthias Kuhn
Author URI: https://mk-newmedia.at/
Description: Einfaches Onepage-Theme für AlpenCreators – regionale Creator-Kampagnen im Allgäu und Tiroler Außerfern.
Version: 1.1.5
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alpencreators
*/
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/alpencreators-theme/assets/fonts/inter-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f7f3ec;
  --bg-soft: #fffaf3;
  --text: #17130f;
  --muted: #6f6257;
  --line: rgba(23, 19, 15, 0.12);
  --brand: #a35f32;
  --brand-dark: #704120;
  --brand-soft: #ecd3be;
  --sage: #6f7f61;
  --brand-glow: rgba(163, 95, 50, 0.22);
  --sage-glow: rgba(111, 127, 97, 0.18);
  --ac-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(48, 32, 19, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

/* Base */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 72px;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3 {
  font-weight: 680;
}

.button,
.nav-menu a,
.ac-card-title {
  font-weight: 720;
}

button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button__link,
.cookie-notice__button {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.15;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
}

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

img,
svg {
  max-width: 100%;
}

svg {
  display: block;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-weight: 760;
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 243, 236, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 12px 40px rgba(23, 19, 15, 0.06);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  max-width: 240px;
}

.brand-logo {
  display: block;
  width: 220px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.95rem;
  color: var(--muted);
}

.main-nav a:hover {
  color: var(--text);
}

.nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--text);
  color: var(--white) !important;
  transition:
          transform 0.2s var(--ac-ease),
          background 0.2s var(--ac-ease),
          color 0.2s var(--ac-ease),
          box-shadow 0.2s var(--ac-ease);
  will-change: transform;
}

.nav-cta:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 720;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  text-align: center;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--brand);
}

.button-primary:hover {
  background: var(--brand-dark);
}

.button-secondary {
  color: var(--text);
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
}

.button-light {
  color: var(--text);
  background: var(--white);
}

.button.full {
  width: 100%;
}

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px 0 88px;
  background:
          linear-gradient(
                  90deg,
                  rgba(247, 243, 236, 0.96) 0%,
                  rgba(247, 243, 236, 0.86) 45%,
                  rgba(247, 243, 236, 0.38) 100%
          ),
          url("https://alpencreators.at/wp-content/uploads/2026/06/hero.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: -1;
  height: 160px;
  background: linear-gradient(180deg, rgba(247, 243, 236, 0) 0%, var(--bg) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 48px;
  align-items: center;
}

.hero-text {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.22rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  padding: 3px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.42);
  font-size: 0.92rem;
}

.hero-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-card-top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.hero-card p {
  color: var(--muted);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--sage);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.metric-grid div {
  padding: 16px;
  border-radius: 16px;
  background: var(--bg-soft);
}

.metric-grid strong {
  display: block;
  font-size: 1.7rem;
}

.metric-grid span {
  color: var(--muted);
  font-size: 0.82rem;
}

/* Brand values */
.values-strip {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.72);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.value-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.value-item h3 {
  margin-bottom: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.value-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.value-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(48, 32, 19, 0.08);
}

.value-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-icon img {
  width: 32px;
  height: 32px;
}

.value-icon-brand {
  color: var(--brand);
}

.value-icon-sage {
  color: var(--sage);
}

.value-icon-dark {
  color: var(--text);
}

/* Sections */
.section {
  padding: 92px 0;
}

.section-muted {
  background: var(--bg-soft);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 42px;
}

.section-heading.narrow {
  max-width: 720px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.12rem;
}

/* Cards and grids */
.card-grid,
.pricing-grid,
.cost-grid,
.steps {
  display: grid;
  gap: 22px;
}

.card-grid.three,
.pricing-grid,
.cost-grid {
  grid-template-columns: repeat(3, 1fr);
}

.steps {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card,
.example-card,
.pricing-card,
.cost-card,
.step {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.feature-card,
.example-card,
.cost-card {
  padding: 28px;
}

.feature-card p,
.example-card p,
.pricing-intro,
.creator-note,
.cost-card p,
.cost-card li,
.step p {
  color: var(--muted);
}

.card-number {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--brand);
  font-weight: 800;
}

.example-label {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 3px 11px;
  border-radius: 999px;
  color: var(--brand-dark);
  background: var(--brand-soft);
  font-size: 0.82rem;
  font-weight: 800;
}

.step {
  padding: 24px;
}

.step span, .cost-icon, .card-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border-radius: 999px;
  color: var(--white);
  background: var(--brand);
  font-weight: 900;
  font-size: 0.78rem;
}

.step span {
  width: 38px;
  height: 38px;
  background: var(--text);
}

/* Pricing */
.pricing-grid {
  align-items: stretch;
}

.pricing-card {
  position: relative;
  padding: 30px;
}

.pricing-card.featured {
  color: var(--white);
  background: var(--text);
  transform: translateY(-12px);
}

.pricing-card ul,
.cost-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding-left: 20px;
}

.pricing-card li {
  color: var(--muted);
}

.pricing-card.featured .pricing-intro,
.pricing-card.featured li,
.pricing-card.featured .creator-note {
  color: rgba(255, 255, 255, 0.72);
}

.pricing-meta {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
  padding: 14px;
  border-radius: 16px;
  background: var(--bg-soft);
}

.pricing-meta.soft {
  background: var(--brand-soft);
}

.pricing-card.featured .pricing-meta {
  color: var(--text);
  background: var(--white);
}

.pricing-card.featured .pricing-meta.soft {
  background: var(--brand-soft);
}

.pricing-meta span,
.calc-result span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-meta strong,
.calc-result strong {
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.creator-note {
  margin-top: -8px;
  margin-bottom: 24px;
  font-size: 0.92rem;
}

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 3px 11px;
  border-radius: 999px;
  color: var(--text);
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
}

/* Costs */
.cost-card ul {
  gap: 8px;
  margin: 20px 0 0;
}

.cost-example {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  align-items: start;
  margin-top: 34px;
  padding: 32px;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.cost-example h3 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
}

.cost-example p:not(.eyebrow) {
  color: var(--muted);
}

.cost-table-wrap {
  overflow-x: auto;
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
}

.cost-table td {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.cost-table td:last-child {
  text-align: right;
  color: var(--text);
  font-weight: 800;
  white-space: nowrap;
}

.cost-table .total-row td {
  border-bottom: 0;
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 900;
}

/* Calculator */
.calculator {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 32px;
  align-items: start;
  margin-top: 34px;
  padding: 32px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--text);
}

.calculator .eyebrow,
.creator-section .eyebrow {
  color: var(--brand-soft);
}

.calculator-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.calculator-panel {
  padding: 24px;
  border-radius: var(--radius-md);
  color: var(--text);
  background: var(--white);
}

.calc-result {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.calc-result div {
  padding: 16px;
  border-radius: 16px;
  background: var(--bg-soft);
}

.calc-result span {
  display: block;
  margin-bottom: 6px;
}

.calc-result .calc-total {
  grid-column: 1 / -1;
  background: var(--brand-soft);
}

.calc-result .calc-total strong {
  font-size: 2rem;
}

.calc-note {
  margin: 18px 0 0;
  color: var(--muted);
}

/* Creator CTA */
.creator-section {
  color: var(--white);
  background: var(--brand-dark);
}

.creator-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.creator-box p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.12rem;
}

.creator-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-end;
}

.creator-final-actions .button-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.creator-final-actions .button-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 980px) {
  .creator-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .creator-final-actions,
  .creator-final-actions .button {
    width: 100%;
  }
}

/* Contact and forms */
.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  align-items: start;
}

.contact-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.1rem;
}

.contact-note {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--muted);
  background: var(--bg-soft);
}

.form-panel {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(23, 19, 15, 0.06);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

/* Tabs */
.tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px;
  border-radius: 999px;
  background: var(--bg);
}

.tab {
  min-height: 48px;
  padding: 13px 16px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 680;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.tab.is-active {
  color: var(--white);
  background: var(--muted);
  box-shadow: 0 8px 24px rgba(23, 19, 15, 0.08);
  font-weight: 720;
}

/* Form layout */
.form {
  display: none;
}

.form.is-active {
  display: block;
}

.field,
.field-group {
  margin-bottom: 20px;
}

.field-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.field-group > .field {
  margin-bottom: 0;
}

label {
  display: block;
  margin-bottom: 7px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 620;
  line-height: 1.35;
  letter-spacing: -0.005em;
}

/* Base form controls */
input,
select,
textarea,
button {
  font-family: inherit;
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px 15px;
  border: 1px solid rgba(23, 19, 15, 0.11);
  border-radius: 15px;
  color: var(--text);
  background-color: rgba(255, 250, 243, 0.82);
  font-size: 1rem;
  font-weight: 430;
  line-height: 1.32;
  outline: none;
  transition:
          border-color 0.2s ease,
          background-color 0.2s ease,
          box-shadow 0.2s ease;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

/* Custom select arrow */
select {
  padding-right: 42px;
  background-image:
          linear-gradient(45deg, transparent 50%, var(--muted) 50%),
          linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
          calc(100% - 20px) 50%,
          calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* File upload */
input[type="file"] {
  padding: 11px 14px;
  line-height: 1.4;
  cursor: pointer;
}

input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 9px 13px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--brand);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 680;
  cursor: pointer;
}

/* Focus */
input:not([type="checkbox"]):not([type="radio"]):focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(156, 90, 44, 0.12);
}

/* Notes and hints */
.form-note {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid rgba(38, 34, 28, 0.1);
  border-radius: 18px;
  color: var(--muted);
  background: rgba(247, 243, 236, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

.form-note strong {
  color: var(--text);
  font-weight: 650;
}

.field-hint {
  display: block;
  max-width: 680px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.field-hint-before {
  margin: -2px 0 11px;
}

input + .field-hint,
select + .field-hint,
textarea + .field-hint {
  margin-top: 7px;
}

/* Form sections */
.form-section {
  margin-bottom: 30px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(23, 19, 15, 0.08);
}

.form-section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.form-section h3 {
  margin: 0 0 20px;
  color: var(--text);
  font-size: clamp(1.25rem, 2vw, 1.48rem);
  line-height: 1.2;
}

/* Checkbox fields */
.checkbox-field label,
.ac-inline-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 540;
}

.checkbox-field input,
.ac-inline-checkbox input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 3px 0 0;
  accent-color: var(--brand);
}

.checkbox-group-field > label,
.social-group > label {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.35;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 14px;
}

.checkbox-grid label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-height: 42px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(23, 19, 15, 0.09);
  border-radius: 14px;
  color: var(--muted);
  background: rgba(255, 250, 243, 0.68);
  font-size: 0.9rem;
  font-weight: 520;
  line-height: 1.32;
  cursor: pointer;
  transition:
          border-color 0.2s ease,
          background-color 0.2s ease,
          box-shadow 0.2s ease,
          color 0.2s ease;
}

.checkbox-grid label:hover {
  border-color: rgba(156, 90, 44, 0.35);
  background: var(--white);
}

.checkbox-grid input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  min-height: 17px;
  margin: 1px 0 0;
  padding: 0;
  border-radius: 5px;
  cursor: pointer;
  accent-color: var(--brand);
}

.checkbox-grid label:has(input:checked) {
  border-color: rgba(163, 95, 50, 0.42);
  color: var(--text);
  background: rgba(236, 211, 190, 0.32);
  font-weight: 620;
  box-shadow: none;
}

.checkbox-group-field input[type="text"] {
  margin-top: 0;
}

/* Social fields */
.social-field {
  margin-bottom: 0;
}

/* Creator profile: calmer spacing for longer optional content */
.ac-profile-form {
  display: grid;
  gap: 0;
}

.ac-profile-form .form-section {
  position: relative;
}

.ac-profile-form .field,
.ac-profile-form .field-group,
.ac-profile-form .checkbox-group-field {
  margin-bottom: 24px;
}

.ac-profile-form .field-group > .field,
.ac-profile-form .social-field {
  margin-bottom: 0;
}

.ac-profile-form .checkbox-group-field + .checkbox-group-field,
.ac-profile-form .checkbox-group-field + .field,
.ac-profile-form .field + .checkbox-group-field {
  margin-top: 4px;
}

.ac-profile-form .checkbox-group-field > label {
  font-size: 0.96rem;
}

/* Status and validation */
.error-message {
  display: none;
  margin-top: 6px;
  color: #b42318;
  font-size: 0.82rem;
  line-height: 1.35;
}

.field.has-error input:not([type="checkbox"]):not([type="radio"]),
.field.has-error select,
.field.has-error textarea {
  border-color: #b42318;
}

.field.has-error .error-message,
.checkbox-group-field.has-error .error-message,
.social-group.has-error .error-message {
  display: block;
}

.checkbox-group-field.has-error .checkbox-grid label {
  border-color: rgba(180, 35, 24, 0.45);
}

.social-group.has-error .social-fields input {
  border-color: #b42318;
}

.form-success,
.form-error {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.form-success {
  color: #14532d;
  background: #dcfce7;
}

.form-error {
  color: #7f1d1d;
  background: #fee2e2;
}

/* Honeypot */
.ac-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Profile image */
.ac-profile-image-preview {
  width: 220px;
  height: 220px;
  margin: 0 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--bg-soft);
}

.ac-profile-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ac-inline-checkbox {
  margin: 0 0 12px;
}

.ac-profile-image-upload-state[hidden] {
  display: none;
}

.ac-profile-image-upload-state {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 12px;
  padding: 10px 13px;
  border: 1px solid var(--line, rgba(23, 19, 15, 0.12));
  border-radius: 999px;
  background: var(--bg-soft, #fffaf3);
  color: var(--brand-dark, #704120);
  font-size: 0.9rem;
  font-weight: 700;
}

.ac-upload-spinner {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 2px solid rgba(112, 65, 32, 0.22);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: ac-upload-spin 0.75s linear infinite;
}

.ac-profile-image-field.is-uploading input[type="file"] {
  pointer-events: none;
}

.ac-profile-image-field.is-uploading .ac-profile-image-preview img {
  opacity: 0.55;
}

@keyframes ac-upload-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ac-upload-spinner {
    animation: none;
  }
}

/* Profile management */
.ac-profile-management {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.ac-profile-management h3 {
  margin: 0 0 10px;
}

.ac-profile-management p {
  margin: 0 0 16px;
  color: var(--muted);
}

.ac-profile-management-actions {
  display: grid;
  gap: 12px;
}

.ac-profile-status-form {
  margin: 0;
}

.ac-danger-button {
  border-color: #b42318;
  color: #b42318;
  background: var(--white);
}

.ac-danger-button:hover {
  background: #fee2e2;
}

/* Disabled */
button:disabled,
.button:disabled,
button[disabled],
.button[disabled] {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

/* Responsive */
@media (max-width: 760px) {
  .field-group,
  .checkbox-grid {
    grid-template-columns: 1fr;
  }

  .field,
  .field-group,
  .ac-profile-form .field,
  .ac-profile-form .field-group,
  .ac-profile-form .checkbox-group-field {
    margin-bottom: 22px;
  }

  .form-section {
    margin-bottom: 26px;
    padding-bottom: 22px;
  }

  .checkbox-grid label {
    min-height: 42px;
  }
}

/* Social and Turnstile fields */
.social-group > label {
  margin-bottom: 12px;
}

.social-fields {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0;
}

.social-field {
  margin-bottom: 0;
}

.social-field label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 520;
  line-height: 1.35;
}

.social-group.has-error .social-fields input {
  border-color: #b42318;
}

.turnstile-field {
  margin: 18px 0;
}

.ac-turnstile {
  min-height: 65px;
}

.turnstile-field.has-error .ac-turnstile {
  border-radius: 14px;
  outline: 2px solid rgba(180, 35, 24, 0.26);
  outline-offset: 4px;
}



/* Form status directly above submit button */
.form-status {
  margin: 18px 0 14px;
  padding: 15px 16px;
  border-radius: 16px;
  font-weight: 650;
  line-height: 1.45;
}

.form-status[hidden] {
  display: none;
}

.form-status.is-success {
  border: 1px solid rgba(20, 83, 45, 0.18);
  color: #14532d;
  background: #dcfce7;
}

.form-status.is-error {
  border: 1px solid rgba(180, 35, 24, 0.18);
  color: #b42318;
  background: #fef3f2;
}

button[disabled],
.button[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

@media (max-width: 640px) {
  .form-status {
    position: relative;
    margin-top: 20px;
    margin-bottom: 14px;
    padding: 14px;
    font-size: 0.95rem;
  }
}

/* Footer */
.site-footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-brand,
.footer-links {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.footer-brand {
  gap: 10px;
}

.footer-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.footer-brand p {
  margin: 0;
  line-height: 1;
}

.footer-links a:hover {
  color: var(--text);
}

/* Responsive */
@media (max-width: 980px) {
  .hero-grid,
  .contact-grid,
  .pricing-grid,
  .card-grid.three,
  .steps,
  .cost-grid,
  .cost-example,
  .calculator {
    grid-template-columns: 1fr;
  }

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

  .pricing-card.featured {
    transform: none;
  }

  .creator-box {
    align-items: flex-start;
    flex-direction: column;
  }

  body.ac-nav-open {
    overflow: hidden;
  }

  body.ac-nav-open::after {
    content: "";
    position: fixed;
    inset: 72px 0 0;
    z-index: 25;
    background: rgba(23, 19, 15, 0.38);
    backdrop-filter: blur(3px);
    opacity: 1;
  }

  .site-header {
    z-index: 80;
  }

  .nav-toggle {
    z-index: 90;
  }

  .hero-grid,
  .contact-grid,
  .pricing-grid,
  .card-grid.three,
  .steps,
  .cost-grid,
  .cost-example,
  .calculator {
    grid-template-columns: 1fr;
  }

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

  .pricing-card.featured {
    transform: none;
  }

  .creator-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-inner {
    min-height: 72px;
    gap: 16px;
  }

  .brand {
    max-width: 210px;
  }

  .nav-toggle {
    position: relative;
    display: inline-grid;
    place-content: center;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin-left: auto;
    border: 1px solid rgba(23, 19, 15, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 28px rgba(48, 32, 19, 0.08);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }

  .nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 3px auto;
    border-radius: 999px;
    background: var(--text);
    transition:
            transform 0.22s ease,
            opacity 0.22s ease;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    top: 84px;
    right: 14px;
    left: 14px;
    z-index: 100;
    display: grid;
    gap: 4px;
    max-height: calc(100svh - 102px);
    padding: 14px;
    overflow-y: auto;
    border: 1px solid rgba(23, 19, 15, 0.1);
    border-radius: 26px;
    color: var(--text);
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 243, 0.94));
    box-shadow: 0 24px 80px rgba(48, 32, 19, 0.18);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top center;
    transition:
            opacity 0.22s ease,
            visibility 0.22s ease,
            transform 0.22s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .main-nav a {
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 13px 15px;
    border-radius: 16px;
    color: var(--text);
    font-size: 1.05rem;
    font-weight: 720;
    line-height: 1.2;
    transition:
            background-color 0.18s ease,
            color 0.18s ease,
            transform 0.18s ease;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    color: var(--brand-dark);
    background: rgba(156, 90, 44, 0.08);
    transform: translateX(2px);
  }

  .main-nav .nav-cta {
    justify-content: center;
    min-height: 54px;
    margin-top: 8px;
    padding: 15px 18px;
    border-radius: 999px;
    color: var(--white) !important;
    background: var(--text);
    box-shadow: 0 12px 34px rgba(23, 19, 15, 0.18);
    text-align: center;
  }

  .main-nav .nav-cta:hover,
  .main-nav .nav-cta:focus-visible {
    color: var(--white) !important;
    background: var(--brand-dark);
    transform: translateY(-1px);
  }

  body.ac-nav-open {
    overflow: hidden;
  }

  .admin-bar .main-nav {
    top: 130px;
    max-height: calc(100svh - 148px);
  }

  .nav-cta {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .pricing-card .badge {
    position: static;
    display: inline-flex;
    width: max-content;
    margin-bottom: 14px;
  }
  .container {
    width: min(100% - 28px, var(--container));
  }

  .brand-logo {
    width: 180px;
  }

  .hero {
    padding: 58px 0 62px;
    background:
            linear-gradient(
                    180deg,
                    rgba(247, 243, 236, 0.96) 0%,
                    rgba(247, 243, 236, 0.9) 58%,
                    rgba(247, 243, 236, 0.72) 100%
            ),
            url("https://alpencreators.at/wp-content/uploads/2026/06/hero-mobile.jpg");
    background-size: cover;
    background-position: center;
  }

  .section {
    padding: 82px 0;
  }

  .values-grid,
  .field-group,
  .social-fields,
  .metric-grid,
  .calc-result {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .value-item {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
  }

  .value-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .form-panel,
  .cost-example,
  .calculator {
    padding: 22px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .form-panel,
  .cost-example,
  .calculator {
    padding: 15px;
  }
}

/* WordPress helpers */
.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wp-site-blocks {
  min-height: 100vh;
}

.footer-inner {
  flex-wrap: wrap;
  gap: 16px 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 34px;
  height: 34px;
}

.footer-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-credit {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-credit:hover {
  color: var(--text);
}

.footer-heart {
  width: 15px;
  height: 15px;
  margin: 0 1px -2px;
  fill: var(--brand-dark);
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid var(--line);
  border-radius: 999px;
  transition:
          transform 0.2s ease,
          color 0.2s ease,
          background-color 0.2s ease,
          border-color 0.2s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
  color: var(--white);
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 640px) {
  .footer-brand {
    align-items: flex-start;
  }

  .footer-social,
  .footer-links {
    width: 100%;
  }
}

/* FAQ page accordion */
.ac-faq-page {
  max-width: 980px;
  margin-inline: auto;
}

.ac-faq-page > h1,
.ac-faq-page > .wp-block-heading:first-child {
  max-width: 860px;
}

.ac-faq-page > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.ac-faq-page > h2 {
  margin: 64px 0 20px;
  padding-top: 0;
  color: var(--text);
  text-wrap: balance;
}

.ac-faq-page > h2:first-of-type {
  margin-top: 46px;
}

.ac-faq-item {
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 14px 42px rgba(48, 32, 19, 0.06);
  overflow: hidden;
}

.ac-faq-question-heading {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.ac-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 22px 24px;
  border: 0;
  color: var(--text);
  background: transparent;
  font: inherit;
  font-weight: 680;
  text-align: left;
  cursor: pointer;
}

.ac-faq-question:hover {
  color: var(--brand);
}

.ac-faq-question:focus-visible {
  outline: 3px solid rgba(156, 90, 44, 0.24);
  outline-offset: -3px;
}

.ac-faq-icon {
  position: relative;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--brand-soft);
}

.ac-faq-icon::before,
.ac-faq-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-dark);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.ac-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ac-faq-item.is-open .ac-faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.ac-faq-answer {
  padding: 24px;
  color: var(--muted);
}

.ac-faq-answer > *:last-child {
  margin-bottom: 0;
}

.ac-faq-answer p {
  color: var(--muted);
}

.ac-faq-answer ul,
.ac-faq-answer ol {
  display: grid;
  gap: 7px;
  margin: 12px 0 20px;
  padding-left: 22px;
}

.ac-faq-answer li {
  color: var(--muted);
}

.ac-faq-answer[hidden] {
  display: none;
}

.ac-faq-page .wp-block-separator {
  margin: 38px 0 22px;
  border-color: var(--line);
}

.ac-faq-page .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ac-faq-page .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 720;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.ac-faq-page .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: var(--white);
  background: var(--brand);
}

.ac-faq-page .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--text);
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
}

@media (max-width: 640px) {
  .ac-faq-page > h2 {
    margin-top: 46px;
  }

  .ac-faq-question {
    padding: 18px;
  }

  .ac-faq-answer {
    padding: 0 18px 20px;
  }

  .ac-faq-page .wp-block-button,
  .ac-faq-page .wp-block-button__link {
    width: 100%;
  }
}


/* FAQ fallback before JavaScript transforms headings */
.ac-faq-source > h3:not(.ac-faq-question-heading) {
  margin: 14px 0 0;
  padding: 20px 24px;
  border: 1px solid rgba(23, 19, 15, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 34px rgba(48, 32, 19, 0.045);
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.ac-faq-source > h3:not(.ac-faq-question-heading) + p,
.ac-faq-source > h3:not(.ac-faq-question-heading) + p + p,
.ac-faq-source > h3:not(.ac-faq-question-heading) + p + ul,
.ac-faq-source > h3:not(.ac-faq-question-heading) + p + ol {
  margin-left: 24px;
  margin-right: 24px;
}

/* Seiten schöner darstellen */

body.page main.section {
  padding: 72px 0 96px;
}

body.page main.section > .container {
  max-width: 980px;
}

body.page article {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

body.page article > h1 {
  max-width: 820px;
  margin-bottom: 28px;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.075em;
}

body.page article p {
  max-width: 760px;
  margin-bottom: 1.1em;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

body.page article a {
  color: var(--brand);
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
  word-break: break-word;
}

body.page article a:hover {
  color: var(--brand-dark);
}

body.page article ul,
body.page article ol {
  max-width: 760px;
  margin: 0 0 1.4em;
  padding-left: 1.4em;
  color: var(--muted);
}

body.page article li {
  margin-bottom: 0.55em;
  line-height: 1.7;
}

body.page article li::marker {
  color: var(--brand);
  font-weight: 800;
}

body.page article strong {
  color: var(--text);
}

body.page article blockquote {
  max-width: 760px;
  margin: 32px 0;
  padding: 24px 28px;
  border: 1px solid rgba(23, 19, 15, 0.08);
  border-radius: var(--radius-md);
  color: var(--text);
  background: rgba(255, 250, 243, 0.78);
}

body.page article hr {
  max-width: 760px;
  margin: 42px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

body.page article table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--white);
}

body.page article th,
body.page article td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

body.page article th {
  color: var(--text);
  background: var(--brand-soft);
}

body.page article td {
  color: var(--muted);
}

@media (max-width: 640px) {
  body.page main.section {
    padding: 42px 0 64px;
  }

  body.page article {
    padding: 24px 20px;
    border-radius: 22px;
  }

  body.page article > h1 {
    font-size: clamp(2.4rem, 13vw, 3.8rem);
  }

  body.page article p,
  body.page article li {
    font-size: 0.98rem;
    line-height: 1.7;
  }
}

/** Sektion creator-preview **/
.personal-note {
  padding: 72px 0;
  background: var(--bg);
}

.personal-note-inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.personal-note-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 999px;
  border: 8px solid var(--bg-soft);
}

.personal-note-content h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.personal-note-content p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.personal-note-content strong {
  display: inline-flex;
  margin-top: 8px;
  color: var(--brand);
}

@media (max-width: 760px) {
  .personal-note-inner {
    grid-template-columns: 1fr;
  }

  .personal-note-image {
    max-width: 150px;
  }
}

.creator-pool-preview {
  padding: 0 0 82px;
  background: var(--bg);
}

.creator-pool-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 34px;
  align-items: center;
  padding: clamp(26px, 5vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-soft);
}

.creator-pool-copy h2 {
  max-width: 620px;
  font-size: clamp(1.9rem, 3.6vw, 3.1rem);
}

.creator-pool-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.05rem;
}

.creator-pool-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.creator-mini-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(48, 32, 19, 0.07);
}

.creator-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  color: var(--white);
  background: var(--brand);
  font-size: 1.2rem;
  font-weight: 900;
}

.creator-avatar img {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 999px;
  object-fit: cover;
  background: #e8ded1;
}
.creator-mini-card strong {
  display: block;
  margin-bottom: 2px;
  color: var(--text);
}

.creator-mini-card span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 820px) {
  .creator-pool-inner,
  .creator-pool-list {
    grid-template-columns: 1fr;
  }

  .creator-pool-preview {
    padding-bottom: 64px;
  }
}


/* -------------------------------------------------
   AlpenCreators Scroll- & Wow-Effekte
   bewusst gesetzte Hooks statt globaler Box-Animationen
   ------------------------------------------------- */

body.home::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
          radial-gradient(
                  620px circle at var(--ac-mouse-x, 82%) var(--ac-mouse-y, 10%),
                  rgba(163, 95, 50, 0.13),
                  transparent 58%
          ),
          radial-gradient(
                  520px circle at 8% 72%,
                  rgba(111, 127, 97, 0.12),
                  transparent 62%
          );
  opacity: 0.85;
}

.ac-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 3px;
  transform: scaleX(var(--ac-scroll-progress, 0));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--brand), var(--sage), var(--brand-dark));
  pointer-events: none;
}

.admin-bar .ac-scroll-progress {
  top: 32px;
}

.button {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  pointer-events: none;
  background:
          radial-gradient(
                  circle at var(--ac-btn-x, 50%) var(--ac-btn-y, 50%),
                  rgba(255, 255, 255, 0.54),
                  transparent 32%
          );
  opacity: 0;
  transition: opacity 0.25s ease;
}

.button:hover::after,
.button:focus-visible::after {
  opacity: 1;
}

[data-ac-magnetic] {
  transform: translate3d(var(--ac-magnetic-x, 0), var(--ac-magnetic-y, 0), 0);
}

.hero {
  --ac-hero-y: 0px;
  background-position: center calc(50% + var(--ac-hero-y));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
          radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.42), transparent 28%),
          linear-gradient(120deg, rgba(163, 95, 50, 0.12), transparent 38%);
  mix-blend-mode: soft-light;
}

.hero-card {
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
          linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 34%),
          radial-gradient(circle at 18% 12%, rgba(236, 211, 190, 0.55), transparent 32%);
  opacity: 0.74;
}

.hero-card > * {
  position: relative;
}

.status-dot {
  box-shadow: 0 0 0 0 rgba(63, 143, 99, 0.36);
  animation: acPulseDot 2.8s ease-in-out infinite;
}

@keyframes acPulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(63, 143, 99, 0.32); }
  50% { box-shadow: 0 0 0 8px rgba(63, 143, 99, 0); }
}

[data-ac-reveal] {
  --ac-base-y: 0px;
  --ac-parallax-y: 0px;
  --ac-reveal-x: 0px;
  --ac-reveal-y: 34px;
  --ac-reveal-scale: 0.985;
  --ac-tilt-x: 0deg;
  --ac-tilt-y: 0deg;
  opacity: 0;
  filter: blur(10px);
  transform:
          translate3d(
                  var(--ac-reveal-x),
                  calc(var(--ac-base-y) + var(--ac-parallax-y) + var(--ac-reveal-y)),
                  0
          )
          perspective(900px)
          rotateX(var(--ac-tilt-x))
          rotateY(var(--ac-tilt-y))
          scale(var(--ac-reveal-scale));
  transition:
          opacity 0.72s var(--ac-ease),
          filter 0.72s var(--ac-ease),
          transform 0.72s var(--ac-ease),
          box-shadow 0.32s ease,
          border-color 0.32s ease;
  transition-delay: var(--ac-delay, 0ms);
  will-change: opacity, filter, transform;
}

[data-ac-reveal].is-visible {
  --ac-reveal-x: 0px;
  --ac-reveal-y: 0px;
  --ac-reveal-scale: 1;
  opacity: 1;
  filter: blur(0);
}

[data-ac-reveal="left"] { --ac-reveal-x: -34px; }
[data-ac-reveal="right"] { --ac-reveal-x: 34px; }
[data-ac-reveal="hero-card"] { --ac-reveal-x: 24px; --ac-reveal-y: 18px; --ac-reveal-scale: 0.97; }
[data-ac-reveal="featured"] { --ac-base-y: -12px; --ac-reveal-y: 28px; }

[data-ac-tilt]:not([data-ac-reveal]),
[data-ac-parallax]:not([data-ac-reveal]) {
  --ac-base-y: 0px;
  --ac-parallax-y: 0px;
  --ac-tilt-x: 0deg;
  --ac-tilt-y: 0deg;
  transform:
          translate3d(0, calc(var(--ac-base-y) + var(--ac-parallax-y)), 0)
          perspective(900px)
          rotateX(var(--ac-tilt-x))
          rotateY(var(--ac-tilt-y));
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  [data-ac-tilt]:hover {
    border-color: rgba(163, 95, 50, 0.24);
    box-shadow: 0 28px 82px rgba(48, 32, 19, 0.16);
  }
}

[data-ac-reveal="hero-copy"].is-visible .eyebrow,
[data-ac-reveal="hero-copy"].is-visible h1,
[data-ac-reveal="hero-copy"].is-visible .hero-text,
[data-ac-reveal="hero-copy"].is-visible .hero-actions,
[data-ac-reveal="hero-copy"].is-visible .trust-row {
  animation: acHeroRise 0.72s var(--ac-ease) both;
}

[data-ac-reveal="hero-copy"].is-visible h1 { animation-delay: 80ms; }
[data-ac-reveal="hero-copy"].is-visible .hero-text { animation-delay: 160ms; }
[data-ac-reveal="hero-copy"].is-visible .hero-actions { animation-delay: 240ms; }
[data-ac-reveal="hero-copy"].is-visible .trust-row { animation-delay: 320ms; }

@keyframes acHeroRise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.values-strip {
  position: relative;
  overflow: hidden;
}

.values-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  transform: translateX(calc(-120% + (var(--ac-values-progress, 0) * 220%)));
  opacity: 0.55;
}

.values-strip .container {
  position: relative;
}

[data-ac-reveal="split"] .personal-note-image,
[data-ac-reveal="split"] .personal-note-content,
[data-ac-reveal="pool"] .creator-pool-copy,
[data-ac-reveal="pool"] .creator-mini-card {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.68s var(--ac-ease), transform 0.68s var(--ac-ease);
}

[data-ac-reveal="split"].is-visible .personal-note-image,
[data-ac-reveal="split"].is-visible .personal-note-content,
[data-ac-reveal="pool"].is-visible .creator-pool-copy,
[data-ac-reveal="pool"].is-visible .creator-mini-card {
  opacity: 1;
  transform: translateY(0);
}

[data-ac-reveal="split"].is-visible .personal-note-content { transition-delay: 110ms; }
[data-ac-reveal="pool"].is-visible .creator-mini-card:nth-child(1) { transition-delay: 90ms; }
[data-ac-reveal="pool"].is-visible .creator-mini-card:nth-child(2) { transition-delay: 150ms; }
[data-ac-reveal="pool"].is-visible .creator-mini-card:nth-child(3) { transition-delay: 210ms; }
[data-ac-reveal="pool"].is-visible .creator-mini-card:nth-child(4) { transition-delay: 270ms; }

.personal-note-inner,
.creator-pool-inner,
.cost-example,
.calculator,
.form-panel {
  position: relative;
  overflow: hidden;
}

.personal-note-inner::after,
.creator-pool-inner::after,
.cost-example::after,
.calculator::after,
.form-panel::after {
  content: "";
  position: absolute;
  inset: -35% auto auto -12%;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(163, 95, 50, 0.12), transparent 68%);
  pointer-events: none;
}

.creator-pool-inner::after,
.calculator::after {
  inset: auto -14% -38% auto;
  background: radial-gradient(circle, rgba(236, 211, 190, 0.18), transparent 68%);
}

.section-heading[data-ac-reveal]::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), rgba(163, 95, 50, 0));
  transition: width 0.82s var(--ac-ease) 0.16s;
}

.section-heading[data-ac-reveal].is-visible::after {
  width: min(190px, 46vw);
}

[data-ac-reveal="cards-soft"].is-visible .feature-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

@media (hover: hover) and (pointer: fine) {
  [data-ac-reveal="cards-soft"].is-visible .feature-card:hover,
  .example-card:hover,
  .cost-card:hover,
  .creator-mini-card:hover {
    transform: translateY(-6px);
    border-color: rgba(163, 95, 50, 0.22);
    box-shadow: 0 22px 58px rgba(48, 32, 19, 0.12);
  }
}

.steps[data-ac-steps] {
  --ac-step-progress: 0;
  position: relative;
}

.steps[data-ac-steps]::before,
.steps[data-ac-steps]::after {
  content: "";
  position: absolute;
  left: 19px;
  right: 19px;
  top: 43px;
  height: 2px;
  border-radius: 999px;
  background: rgba(23, 19, 15, 0.12);
  pointer-events: none;
}

.steps[data-ac-steps]::after {
  right: auto;
  width: calc(var(--ac-step-progress) * 100%);
  background: linear-gradient(90deg, var(--brand), var(--sage));
  transition: width 0.18s linear;
}

.steps[data-ac-steps] .step {
  position: relative;
  z-index: 1;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.steps[data-ac-steps] .step span {
  transition: background-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.steps[data-ac-steps] .step.is-active {
  transform: translateY(-6px);
  border-color: rgba(163, 95, 50, 0.28);
  box-shadow: 0 18px 54px rgba(48, 32, 19, 0.1);
}

.steps[data-ac-steps] .step.is-active span {
  background: var(--brand);
  box-shadow: 0 0 0 7px rgba(163, 95, 50, 0.12);
  transform: scale(1.04);
}

.creator-section {
  position: relative;
  overflow: hidden;
}

.creator-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
          radial-gradient(circle at 18% 40%, rgba(255, 255, 255, 0.13), transparent 34%),
          linear-gradient(115deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0));
  transform: translateX(calc(-32% + (var(--ac-cta-progress, 0) * 46%)));
}

.creator-box {
  position: relative;
  z-index: 1;
}

.form-panel[data-ac-reveal].is-visible {
  box-shadow: 0 28px 86px rgba(48, 32, 19, 0.16);
}

@media (max-width: 980px) {
  [data-ac-reveal="featured"] {
    --ac-base-y: 0px;
  }

  .steps[data-ac-steps]::before,
  .steps[data-ac-steps]::after {
    top: 19px;
    bottom: 19px;
    left: 43px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .steps[data-ac-steps]::after {
    height: calc(var(--ac-step-progress) * 100%);
  }
}

@media (max-width: 640px) {
  body.home::before {
    opacity: 0.42;
  }

  [data-ac-reveal] {
    --ac-reveal-x: 0px !important;
    --ac-reveal-y: 22px;
    --ac-reveal-scale: 1;
    filter: blur(5px);
    transition-duration: 0.52s;
  }

  [data-ac-parallax] {
    --ac-parallax-y: 0px !important;
  }

  .ac-scroll-progress {
    height: 2px;
  }

  .hero::before,
  .values-strip::before,
  .creator-section::before {
    opacity: 0.38;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ac-scroll-progress,
  body.home::before,
  [data-ac-reveal],
  [data-ac-reveal] *,
  [data-ac-tilt],
  [data-ac-parallax],
  [data-ac-magnetic],
  .status-dot,
  .button::after,
  .steps[data-ac-steps] .step,
  .steps[data-ac-steps] .step span {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
  }

  [data-ac-reveal],
  [data-ac-reveal] * {
    opacity: 1 !important;
  }
}



/* -------------------------------------------------
   Dezente Effekte für Unterseiten
   ------------------------------------------------- */

body.page:not(.home) main.section {
  position: relative;
  overflow: clip;
}

body.page:not(.home) main.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
          radial-gradient(circle at 86% 8%, rgba(163, 95, 50, 0.08), transparent 30%),
          radial-gradient(circle at 8% 42%, rgba(111, 127, 97, 0.07), transparent 34%);
}

body.page:not(.home) main.section > .container {
  position: relative;
}

body.page:not(.home) article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body.page:not(.home) article > h1 {
  margin-bottom: 34px;
  text-wrap: balance;
}

body.page:not(.home) article::before {
  content: "";
  position: absolute;
  inset: -1px -1px auto auto;
  z-index: -1;
  width: min(340px, 48vw);
  height: min(340px, 48vw);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(236, 211, 190, 0.26), transparent 66%);
  pointer-events: none;
}

body.page:not(.home) article::after {
  content: "";
  position: absolute;
  inset: auto auto -160px -160px;
  z-index: -1;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(111, 127, 97, 0.09), transparent 68%);
  pointer-events: none;
}

body.page.ac-subpage-effects:not(.ac-subpage-loaded) article {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(12px);
}

body.page.ac-subpage-effects article {
  transition:
          opacity 0.52s var(--ac-ease),
          filter 0.52s var(--ac-ease),
          transform 0.52s var(--ac-ease);
}

body.page.ac-subpage-effects.ac-subpage-loaded article {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* Unterseiten: H2 bekommt eine dezente Abschnittsmarkierung, H3 bleibt bewusst ruhig. */
body.page:not(.home) article > h2.wp-block-heading,
body.page:not(.home) article > h2 {
  position: relative;
  margin-top: 56px;
  padding-top: 30px;
}

body.page:not(.home) article > h2.wp-block-heading::before,
body.page:not(.home) article > h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(170px, 44vw);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), rgba(163, 95, 50, 0));
}

body.page:not(.home) article > h3.wp-block-heading,
body.page:not(.home) article > h3:not(.ac-faq-question-heading) {
  margin-top: 34px;
  text-wrap: balance;
}

body.page [data-ac-sub-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition:
          opacity 0.5s var(--ac-ease),
          transform 0.5s var(--ac-ease);
  transition-delay: var(--ac-sub-delay, 0ms);
}

body.page [data-ac-sub-reveal].is-sub-visible {
  opacity: 1;
  transform: translateY(0);
}

body.page:not(.home) .ac-faq-item {
  transition:
          transform 0.24s ease,
          box-shadow 0.24s ease,
          border-color 0.24s ease,
          background-color 0.24s ease;
}

body.page:not(.home) .ac-faq-item.is-open {
  border-color: rgba(163, 95, 50, 0.22);
  box-shadow: 0 18px 50px rgba(48, 32, 19, 0.09);
}

body.page:not(.home) .ac-faq-item.is-open .ac-faq-question {
  color: var(--brand-dark);
  background: linear-gradient(90deg, rgba(236, 211, 190, 0.22), transparent 74%);
}

body.page:not(.home) .ac-faq-item.is-open .ac-faq-answer {
  animation: acFaqAnswerIn 0.24s ease both;
}

@keyframes acFaqAnswerIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

body.page:not(.home) .wp-block-button__link,
body.page:not(.home) article a {
  transition:
          color 0.2s ease,
          background-color 0.2s ease,
          box-shadow 0.2s ease,
          transform 0.2s ease;
}

body.page:not(.home) .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(48, 32, 19, 0.12);
}

@media (hover: hover) and (pointer: fine) {
  body.page:not(.home) .ac-faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(163, 95, 50, 0.18);
    box-shadow: 0 16px 46px rgba(48, 32, 19, 0.08);
  }
}

@media (max-width: 640px) {
  body.page:not(.home) main.section::before {
    opacity: 0.62;
  }

  body.page:not(.home) article > h2.wp-block-heading,
  body.page:not(.home) article > h2 {
    margin-top: 44px;
    padding-top: 24px;
  }

  body.page:not(.home) article > h3.wp-block-heading,
  body.page:not(.home) article > h3:not(.ac-faq-question-heading) {
    margin-top: 30px;
  }

  body.page [data-ac-sub-reveal] {
    transform: translateY(10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page.ac-subpage-effects:not(.ac-subpage-loaded) article,
  body.page [data-ac-sub-reveal],
  body.page:not(.home) .ac-faq-item,
  body.page:not(.home) .ac-faq-item.is-open .ac-faq-answer,
  body.page:not(.home) .wp-block-button__link {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

/** Cookie Banner **/
.cookie-notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 9999;
  pointer-events: none;
}

.cookie-notice__inner {
  width: min(100%, 560px);
  margin-left: auto;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(55, 43, 31, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 60px rgba(55, 43, 31, 0.16);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.cookie-notice__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(172, 111, 56, 0.12);
  font-size: 1.35rem;
}

.cookie-notice__content {
  min-width: 0;
}

.cookie-notice__title {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.25;
}

.cookie-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.cookie-notice a {
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
}

.cookie-notice a:hover {
  text-decoration: underline;
}

.cookie-notice__button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  color: #fff;
  background: var(--brand);
  font: inherit;
  font-weight: 720;
  letter-spacing: -0.01em;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cookie-notice__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(55, 43, 31, 0.18);
}

@media (max-width: 640px) {
  .cookie-notice {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .cookie-notice__inner {
    grid-template-columns: auto 1fr;
    align-items: start;
    padding: 16px;
    border-radius: 18px;
  }

  .cookie-notice__button {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 2px;
  }
}
/* -------------------------------------------------
   No-JS-Fallback
   ------------------------------------------------- */
.ac-nojs-notice {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 99999;
  width: min(100% - 32px, 640px);
  margin-left: auto;
  padding: 18px 20px;
  border: 1px solid rgba(163, 95, 50, 0.22);
  border-radius: 22px;
  color: var(--text);
  background: rgba(255, 250, 243, 0.98);
  box-shadow: 0 18px 60px rgba(48, 32, 19, 0.18);
}

.ac-nojs-notice strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
}

.ac-nojs-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.ac-nojs-form-title {
  margin: 28px 0 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(23, 19, 15, 0.08);
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1.15;
}

.form-status + .tabs,
.form-status + .ac-nojs-form-title {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .ac-nojs-notice {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    padding: 16px;
    border-radius: 18px;
  }
}

html:not(.js) body {
  margin-bottom: 100px;
}

html:not(.js) [data-ac-reveal],
html:not(.js) [data-ac-reveal] *,
html:not(.js) [data-ac-parallax],
html:not(.js) [data-ac-tilt],
html:not(.js) [data-ac-magnetic] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
  transition: none !important;
}

/* -------------------------------------------------
   No-JS: Mobile Menü per :target
   ------------------------------------------------- */
.ac-nojs-menu-toggle,
.ac-nojs-mobile-nav {
  display: none;
}

@media (max-width: 980px) {
  html:not(.js) .nav-toggle,
  html:not(.js) .main-nav {
    display: none !important;
  }

  html:not(.js) .ac-nojs-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    margin-left: auto;
    padding: 0 15px;
    border: 1px solid rgba(23, 19, 15, 0.1);
    border-radius: 16px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 28px rgba(48, 32, 19, 0.08);
    font-weight: 720;
    text-decoration: none;
  }

  html:not(.js) .ac-nojs-mobile-menu-icon {
    display: grid;
    gap: 4px;
  }

  html:not(.js) .ac-nojs-mobile-menu-icon span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
  }

  html:not(.js) .ac-nojs-mobile-nav {
    position: fixed;
    top: 84px;
    right: 14px;
    left: 14px;
    z-index: 100;
    gap: 4px;
    max-height: calc(100svh - 102px);
    padding: 14px;
    overflow-y: auto;
    border: 1px solid rgba(23, 19, 15, 0.1);
    border-radius: 26px;
    color: var(--text);
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 243, 0.94));
    box-shadow: 0 24px 80px rgba(48, 32, 19, 0.18);
    backdrop-filter: blur(18px);
  }

  html:not(.js) .ac-nojs-mobile-nav:target {
    display: grid;
  }

  html:not(.js) .ac-nojs-mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 15px;
    border-radius: 16px;
    color: var(--text);
    font-size: 1.05rem;
    font-weight: 720;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
  }

  html:not(.js) .ac-nojs-mobile-nav a:hover,
  html:not(.js) .ac-nojs-mobile-nav a:focus-visible {
    color: var(--brand-dark);
    background: rgba(156, 90, 44, 0.08);
  }

  html:not(.js) .ac-nojs-mobile-nav .nav-cta {
    min-height: 54px;
    margin-top: 8px;
    padding: 15px 18px;
    border-radius: 999px;
    color: var(--white) !important;
    background: var(--text);
    box-shadow: 0 12px 34px rgba(23, 19, 15, 0.18);
  }

  html:not(.js) .admin-bar .ac-nojs-mobile-nav {
    top: 130px;
    max-height: calc(100svh - 148px);
  }
}

/* Top Header / Profilzugänge */
.top-header {
  display: block;
  background:
          linear-gradient(
                  90deg,
                  rgba(111, 127, 97, 0.14),
                  rgba(236, 211, 190, 0.2)
          );
  border-bottom: 1px solid rgba(23, 19, 15, 0.08);
  font-size: 0.86rem;
}

.top-header-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
}

.top-header-text {
  color: var(--muted);
  white-space: nowrap;
}

.top-header-links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.top-header-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  color: var(--text);
  text-decoration: none;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(23, 19, 15, 0.06);
  transition:
          background 0.2s var(--ac-ease),
          border-color 0.2s var(--ac-ease),
          color 0.2s var(--ac-ease),
          transform 0.2s var(--ac-ease);
}

.top-header-link:hover {
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(163, 95, 50, 0.18);
  transform: translateY(-1px);
}

.top-header-icon,
.mobile-account-icon {
  width: 1.05rem;
  height: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.top-header-icon {
  color: var(--sage);
}

.top-header-icon svg,
.mobile-account-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Mobile Profilzugänge im Menü */
.mobile-account-links {
  display: none;
}

@media (max-width: 780px) {
  .top-header {
    display: none;
  }

  .main-nav .mobile-account-links {
    display: grid;
    width: 100%;
    gap: 0.2rem;
    padding: 0 0 0.95rem;
    margin: 0 0 0.95rem;
    border-bottom: 1px solid var(--line);
  }

  .mobile-account-link {
    display: flex;
    align-items: center;
    gap: 0.58rem;
    padding: 0.72rem 0;
    color: var(--text);
    text-decoration: none;
    font-weight: 650;
    line-height: 1.25;
  }

  .mobile-account-link:hover {
    color: var(--brand-dark);
  }

  .mobile-account-icon {
    color: var(--sage);
    opacity: 0.95;
  }

  .mobile-account-links-nojs {
    display: grid;
    width: 100%;
    gap: 0.2rem;
    padding: 0 0 0.95rem;
    margin: 0 0 0.95rem;
    border-bottom: 1px solid var(--line);
  }
}

/** Profil Seiten **/
.profile-access-simple {
  max-width: 720px;
  margin: 0;
  text-align: left;
}

.profile-access-intro {
  max-width: 600px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.profile-access-simple-note {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.profile-access-simple-note p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.profile-access-simple-note .button {
  white-space: nowrap;
}

@media (max-width: 780px) {
  .profile-access-simple {
    max-width: none;
  }

  .profile-access-intro {
    margin-bottom: 24px;
  }

  .profile-access-simple-note {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .profile-access-simple-note .button {
    width: 100%;
    justify-content: center;
  }
}

/** Scroll Bug beheben **/
/* Formular-/Shortcode-Seiten nicht clippen */
body.page main.section:has(form[data-form]),
body.page article:has(form[data-form]) {
  overflow: visible;
}

/** Separator Sektion **/
 .ac-soft-separator {
   position: relative;
   overflow: hidden;
   padding: clamp(42px, 6vw, 68px) 0;
   border-top: 1px solid rgba(23, 19, 15, 0.07);
   border-bottom: 1px solid rgba(23, 19, 15, 0.07);
   background:
           radial-gradient(circle at 20% 45%, rgba(111, 127, 97, 0.08), transparent 32%),
           radial-gradient(circle at 78% 55%, rgba(163, 95, 50, 0.08), transparent 34%),
           linear-gradient(135deg, var(--bg-soft), var(--bg));
 }

.ac-soft-separator-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 2vw, 1.4rem);
}

.ac-soft-separator-inner i {
  display: block;
  width: min(360px, 42vw);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
          90deg,
          transparent,
          rgba(111, 127, 97, 0.48),
          rgba(163, 95, 50, 0.42),
          transparent
  );
}

.ac-soft-separator-inner span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--muted);
  box-shadow: 0 0 0 8px rgba(111, 127, 97, 0.08);
}

.ac-soft-separator-inner span:last-child {
  background: var(--brand);
  box-shadow: 0 0 0 8px rgba(163, 95, 50, 0.08);
}

@media (max-width: 640px) {
  .ac-soft-separator {
    padding: 38px 0;
  }

  .ac-soft-separator-inner i {
    width: min(260px, 54vw);
  }
}

/* -------------------------------------------------
   Creator-Hauptsektion: ruhige Bühne mit Wow-Effekt
   ------------------------------------------------- */
.creator-intro-section {
  --creator-x: 72%;
  --creator-y: 24%;
  --creator-progress: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(94px, 10vw, 136px) 0;
  border-top: 1px solid rgba(23, 19, 15, 0.08);
  border-bottom: 1px solid rgba(23, 19, 15, 0.08);
  background: #eee8df;
}

.creator-intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
          radial-gradient(
                  560px circle at var(--creator-x) var(--creator-y),
                  rgba(111, 127, 97, 0.12),
                  rgba(111, 127, 97, 0.045) 38%,
                  transparent 72%
          );
  opacity: 0.86;
}

.creator-intro-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 3px;
  transform: scaleX(var(--creator-progress));
  transform-origin: left center;
  background: var(--muted);
  pointer-events: none;
}

.creator-stage-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(500px, 1.16fr);
  gap: clamp(2rem, 5vw, 4.6rem);
  align-items: center;
}

.creator-stage-copy {
  max-width: 620px;
}

.creator-stage-copy .eyebrow {
  color: var(--brand);
}

.creator-stage-copy h2 {
  max-width: 720px;
  margin-bottom: 20px;
  text-wrap: balance;
}

.creator-stage-copy p:not(.eyebrow) {
  max-width: 600px;
  color: var(--muted);
  font-size: 1.13rem;
}

.creator-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.45rem 0 1.7rem;
}

.creator-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.48rem 0.82rem;
  border: 1px solid rgba(23, 19, 15, 0.08);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 250, 243, 0.68);
  box-shadow: 0 10px 28px rgba(48, 32, 19, 0.045);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1;
}

.creator-badges span:first-child {
  border-color: rgba(111, 127, 97, 0.24);
  background: rgba(111, 127, 97, 0.105);
}

.creator-stage-button {
  box-shadow: 0 16px 42px rgba(112, 65, 32, 0.19);
}

.creator-benefit-layout {
  --creator-card-rx: 0deg;
  --creator-card-ry: 0deg;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(220px, 0.86fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.creator-benefit {
  position: relative;
  min-height: 182px;
  padding: clamp(1.2rem, 2.4vw, 1.55rem);
  border: 1px solid rgba(23, 19, 15, 0.095);
  border-radius: 24px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: 0 18px 48px rgba(48, 32, 19, 0.075);
  overflow: hidden;
  transition:
          transform 0.28s var(--ac-ease),
          border-color 0.28s var(--ac-ease),
          background-color 0.28s var(--ac-ease),
          box-shadow 0.28s var(--ac-ease),
          opacity 0.28s var(--ac-ease);
}

.creator-benefit::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  transform: scaleY(0.22);
  transform-origin: center;
  border-radius: 999px;
  background: var(--brand);
  opacity: 0;
  transition: transform 0.3s var(--ac-ease), opacity 0.3s var(--ac-ease);
}

.creator-benefit::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
          radial-gradient(
                  320px circle at var(--creator-card-x, 80%) var(--creator-card-y, 20%),
                  rgba(255, 255, 255, 0.38),
                  transparent 62%
          );
  opacity: 0;
  transition: opacity 0.28s var(--ac-ease);
}

.creator-benefit > * {
  position: relative;
  z-index: 1;
}

.creator-benefit-main {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 390px;
  padding: clamp(1.6rem, 3.2vw, 2.25rem);
  border-color: rgba(111, 127, 97, 0.24);
  color: var(--text);
  background: rgba(255, 250, 243, 0.88);
  box-shadow: 0 28px 78px rgba(48, 32, 19, 0.13);
  transform: perspective(1000px) rotateX(var(--creator-card-rx)) rotateY(var(--creator-card-ry));
}

.creator-benefit-main::before {
  opacity: 1;
  transform: scaleY(1);
  background: var(--muted);
}

.creator-benefit-main::after {
  opacity: calc(0.34 + (var(--creator-progress) * 0.22));
}

.creator-benefit-orbit {
  --creator-orbit-scale: calc(0.94 + (var(--creator-progress) * 0.08));
  position: absolute;
  top: 1.2rem;
  right: 1.15rem;
  display: grid;
  place-items: center;
  width: 6.7rem;
  height: 6.7rem;
  border: 1px solid rgba(111, 127, 97, 0.16);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(111, 127, 97, 0.048);
  opacity: calc(0.44 + (var(--creator-progress) * 0.18));
  transform: translate3d(0, 0, 0) scale(var(--creator-orbit-scale));
  pointer-events: none;
  animation: acCreatorOrbitFloat 8.5s ease-in-out infinite alternate;
}

.creator-benefit-orbit::before,
.creator-benefit-orbit::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.creator-benefit-orbit::before {
  inset: 18px;
  border: 1px solid rgba(111, 127, 97, 0.13);
}

.creator-benefit-orbit::after {
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background: var(--muted);
  box-shadow: 0 0 0 7px rgba(111, 127, 97, 0.08);
  transform: translate(-50%, -50%) rotate(18deg) translateX(3.32rem);
  transform-origin: center;
  animation: acCreatorOrbitDot 9.5s linear infinite;
}

.creator-orbit-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3.15rem;
  height: 3.15rem;
  border: 1px solid rgba(111, 127, 97, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: 0 14px 34px rgba(48, 32, 19, 0.075);
  transform: translate3d(0, 0, 0);
  animation: acCreatorOrbitIconFloat 6.8s ease-in-out infinite alternate;
}

.creator-orbit-icon svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes acCreatorOrbitFloat {
  0% {
    transform: translate3d(-12px, 5px, 0) scale(var(--creator-orbit-scale));
  }
  50% {
    transform: translate3d(10px, -4px, 0) scale(var(--creator-orbit-scale));
  }
  100% {
    transform: translate3d(-7px, 2px, 0) scale(var(--creator-orbit-scale));
  }
}

@keyframes acCreatorOrbitIconFloat {
  0% {
    transform: translate3d(-4px, 1px, 0) rotate(-2deg);
  }
  100% {
    transform: translate3d(4px, -2px, 0) rotate(2deg);
  }
}

@keyframes acCreatorOrbitDot {
  from {
    transform: translate(-50%, -50%) rotate(0deg) translateX(3.32rem);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg) translateX(3.32rem);
  }
}

.creator-benefit-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 2.55rem;
  height: 2.55rem;
  margin-bottom: 1rem;
  padding: 0 0.6rem;
  border-radius: 999px;
  color: var(--brand-dark);
  background: var(--brand-soft);
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.06em;
  line-height: 1;
  transition:
          color 0.28s var(--ac-ease),
          background-color 0.28s var(--ac-ease),
          box-shadow 0.28s var(--ac-ease),
          transform 0.28s var(--ac-ease);
}

.creator-benefit-main .creator-benefit-kicker {
  color: var(--white);
  background: var(--muted);
  box-shadow: 0 0 0 8px rgba(111, 127, 97, 0.1);
}

.creator-benefit h3 {
  margin: 0 0 0.55rem;
  color: var(--text);
  font-size: clamp(1.14rem, 1.6vw, 1.42rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.creator-benefit-main h3 {
  max-width: 360px;
  color: var(--text);
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.creator-benefit p {
  max-width: 380px;
  margin: 0;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.55;
}

.creator-benefit-main p {
  max-width: 420px;
  color: var(--muted);
  font-size: 1.03rem;
}

.creator-benefit.is-creator-past {
  opacity: 0.86;
}

.creator-benefit.is-creator-active,
.creator-benefit:hover,
.creator-benefit:focus-within {
  transform: translateY(-5px);
  border-color: rgba(163, 95, 50, 0.22);
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 26px 72px rgba(48, 32, 19, 0.13);
}

.creator-benefit-main.is-creator-active,
.creator-benefit-main:hover,
.creator-benefit-main:focus-within {
  border-color: rgba(111, 127, 97, 0.34);
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 34px 92px rgba(48, 32, 19, 0.17);
}

.creator-benefit.is-creator-active::before,
.creator-benefit:hover::before,
.creator-benefit:focus-within::before {
  opacity: 1;
  transform: scaleY(1);
}

.creator-benefit.is-creator-active::after,
.creator-benefit:hover::after,
.creator-benefit:focus-within::after {
  opacity: 1;
}

.creator-benefit.is-creator-active .creator-benefit-kicker,
.creator-benefit:hover .creator-benefit-kicker,
.creator-benefit:focus-within .creator-benefit-kicker {
  color: var(--white);
  background: var(--brand);
  box-shadow: 0 0 0 8px rgba(163, 95, 50, 0.12);
  transform: scale(1.04);
}

.creator-benefit-main.is-creator-active .creator-benefit-kicker,
.creator-benefit-main:hover .creator-benefit-kicker,
.creator-benefit-main:focus-within .creator-benefit-kicker {
  color: var(--white);
  background: var(--muted);
  box-shadow: 0 0 0 8px rgba(111, 127, 97, 0.12);
}

.creator-stage-grid.is-visible .creator-stage-copy,
.creator-stage-grid.is-visible .creator-benefit {
  animation: acCreatorStageRise 0.74s var(--ac-ease) both;
}

.creator-stage-grid.is-visible .creator-stage-copy { animation-delay: 40ms; }
.creator-stage-grid.is-visible .creator-benefit-main { animation-delay: 120ms; }
.creator-stage-grid.is-visible .creator-benefit:nth-child(2) { animation-delay: 210ms; }
.creator-stage-grid.is-visible .creator-benefit:nth-child(3) { animation-delay: 290ms; }

@keyframes acCreatorStageRise {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(26px) scale(0.985);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .creator-benefit-main:hover {
    border-color: rgba(111, 127, 97, 0.4);
  }
}

/* Finale CTA bleibt bewusst ruhiger als die Creator-Hauptsektion */
.creator-final-cta {
  background:
          radial-gradient(circle at 18% 40%, rgba(255, 255, 255, 0.12), transparent 34%),
          linear-gradient(135deg, var(--brand-dark), #5f381d);
}

.creator-final-cta .creator-box {
  gap: 2rem;
}

.creator-final-cta h2 {
  max-width: 680px;
}

.creator-final-cta p {
  max-width: 560px;
}

@media (max-width: 1040px) {
  .creator-stage-grid {
    grid-template-columns: 1fr;
  }

  .creator-stage-copy {
    max-width: 800px;
  }

  .creator-benefit-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
  }
}

@media (max-width: 720px) {
  .creator-intro-section {
    padding: 78px 0;
    background: #eee8df;
  }

  .creator-intro-section::before {
    opacity: 0.52;
  }

  .creator-benefit-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .creator-benefit-main {
    grid-row: auto;
    min-height: 300px;
  }

  .creator-benefit {
    min-height: auto;
    border-radius: 22px;
  }

  .creator-benefit-main h3 {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }
}

@media (max-width: 520px) {
  .creator-stage-copy p:not(.eyebrow) {
    font-size: 1.02rem;
  }

  .creator-badges {
    margin-bottom: 1.25rem;
  }

  .creator-stage-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .creator-intro-section,
  .creator-intro-section::before,
  .creator-intro-section::after,
  .creator-stage-grid.is-visible .creator-stage-copy,
  .creator-stage-grid.is-visible .creator-benefit,
  .creator-benefit,
  .creator-benefit::before,
  .creator-benefit::after,
  .creator-benefit-kicker,
  .creator-benefit-main,
  .creator-benefit-orbit,
  .creator-benefit-orbit::after,
  .creator-orbit-icon {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
  }
}

/** Feedback **/
.ac-feedback {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ac-feedback-toggle {
  border: 1px solid rgba(23, 19, 15, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.92);
  color: #6f6257;
  padding: 0.55rem 0.8rem;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(23, 19, 15, 0.08);
  backdrop-filter: blur(10px);
  transition:
          color 0.2s ease,
          background 0.2s ease,
          border-color 0.2s ease,
          box-shadow 0.2s ease,
          transform 0.2s ease;
}

.ac-feedback-toggle:hover {
  color: #17130f;
  background: #fffaf3;
  border-color: rgba(163, 95, 50, 0.28);
  box-shadow: 0 12px 30px rgba(23, 19, 15, 0.12);
  transform: translateY(-1px);
}

.ac-feedback-toggle:focus-visible {
  outline: 3px solid rgba(163, 95, 50, 0.22);
  outline-offset: 3px;
}

.ac-feedback-dialog {
  width: min(440px, calc(100vw - 32px));
  border: 0;
  border-radius: 24px;
  padding: 0;
  background: #fffaf3;
  color: #17130f;
  box-shadow: 0 24px 70px rgba(23, 19, 15, 0.28);
}

.ac-feedback-dialog::backdrop {
  background: rgba(23, 19, 15, 0.28);
}

.ac-feedback-form {
  position: relative;
  padding: 1.5rem;
}

.ac-feedback-form h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.ac-feedback-form p {
  margin: 0 0 1.2rem;
  color: #6f6257;
}

.ac-feedback-form label {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.ac-feedback-form input,
.ac-feedback-form select,
.ac-feedback-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 19, 15, 0.16);
  border-radius: 14px;
  padding: 0.8rem 0.9rem;
  background: #fff;
  color: #17130f;
  font: inherit;
  font-weight: 400;
}

.ac-feedback-form textarea {
  resize: vertical;
}

.ac-feedback-close {
  position: absolute;
  top: 0.8rem;
  right: 0.9rem;
  border: 0;
  background: transparent;
  color: #6f6257;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.ac-feedback-hp {
  position: absolute;
  left: -9999px;
}

@media (max-width: 700px) {
  .ac-feedback {
    right: 14px;
    bottom: 14px;
  }

  .ac-feedback-toggle {
    padding: 0.65rem 0.85rem;
    font-size: 0.9rem;
  }
}

.ac-feedback {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ac-feedback.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ac-feedback-toggle {
  border: 1px solid rgba(23, 19, 15, 0.14);
  border-radius: 999px;
  background: #17130f;
  color: #fffaf3;
  padding: 0.75rem 1rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 35px rgba(23, 19, 15, 0.18);
}

.ac-feedback-toggle:hover {
  transform: translateY(-1px);
}

.ac-feedback-dialog {
  width: min(440px, calc(100vw - 32px));
  border: 0;
  border-radius: 24px;
  padding: 0;
  background: #fffaf3;
  color: #17130f;
  box-shadow: 0 24px 70px rgba(23, 19, 15, 0.28);
  overflow: hidden;
}

.ac-feedback-dialog::backdrop {
  background: rgba(23, 19, 15, 0.28);
}

.ac-feedback-form {
  position: relative;
  padding: 1.5rem;
  max-height: calc(100dvh - 48px);
  overflow: hidden;
}

.ac-feedback-form h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.ac-feedback-form p {
  margin: 0 0 1.2rem;
  color: #6f6257;
}

.ac-feedback-form label {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.ac-feedback-form input,
.ac-feedback-form select,
.ac-feedback-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 19, 15, 0.16);
  border-radius: 14px;
  padding: 0.8rem 0.9rem;
  background: #fff;
  color: #17130f;
  font: inherit;
  font-weight: 400;
}

.ac-feedback-form textarea {
  resize: vertical;
  overflow: hidden;
}

.ac-feedback-close {
  position: absolute;
  top: 0.8rem;
  right: 0.9rem;
  border: 0;
  background: transparent;
  color: #6f6257;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.ac-feedback-hp {
  position: absolute;
  left: -9999px;
}

.ac-feedback-rating {
  border: 0;
  padding: 0;
  margin: 0 0 1rem;
}

.ac-feedback-rating legend {
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.ac-rating-stars {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 0.15rem;
}

.ac-rating-stars input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ac-rating-stars label {
  display: block;
  margin: 0;
  color: rgba(23, 19, 15, 0.22);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
}

.ac-rating-stars label:hover,
.ac-rating-stars label:hover ~ label,
.ac-rating-stars input:checked ~ label {
  color: #a35f32;
}

.ac-rating-stars label:hover {
  transform: translateY(-1px);
}

@media (max-width: 700px) {
  .ac-feedback {
    display: none;
  }
}

.ac-feedback-toast {
  position: fixed;
  right: 16px;
  bottom: 76px;
  z-index: 90;
  max-width: 320px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(23, 19, 15, 0.12);
  border-radius: 16px;
  background: #fffaf3;
  color: #17130f;
  box-shadow: 0 14px 35px rgba(23, 19, 15, 0.12);
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ac-feedback-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ac-feedback-toast.is-error {
  border-color: rgba(163, 95, 50, 0.32);
}

@media (max-width: 700px) {
  .ac-feedback-toast {
    display: none;
  }
}

/** Feedback ausblenden **/
.ac-feedback {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ac-feedback.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ac-feedback.is-hiding {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.ac-feedback-toggle {
  border: 1px solid rgba(23, 19, 15, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.92);
  color: #6f6257;
  padding: 0.55rem 0.8rem;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(23, 19, 15, 0.08);
  backdrop-filter: blur(10px);
  transition:
          color 0.2s ease,
          background 0.2s ease,
          border-color 0.2s ease,
          box-shadow 0.2s ease,
          transform 0.2s ease;
}

.ac-feedback-toggle:hover {
  color: #17130f;
  background: #fffaf3;
  border-color: rgba(163, 95, 50, 0.28);
  box-shadow: 0 12px 30px rgba(23, 19, 15, 0.12);
  transform: translateY(-1px);
}

.ac-feedback-dismiss {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(23, 19, 15, 0.12);
  border-radius: 999px;
  background: #fffaf3;
  color: #6f6257;
  font: inherit;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(23, 19, 15, 0.12);
  opacity: 0;
  transform: scale(0.88);
  pointer-events: none;
  transition:
          opacity 0.18s ease,
          transform 0.18s ease,
          color 0.18s ease,
          border-color 0.18s ease;
}

.ac-feedback:hover .ac-feedback-dismiss,
.ac-feedback:focus-within .ac-feedback-dismiss {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.ac-feedback-dismiss:hover {
  color: #17130f;
  border-color: rgba(163, 95, 50, 0.28);
}

@media (max-width: 700px) {
  .ac-feedback,
  .ac-feedback-toast {
    display: none;
  }
}