/* Fixecke — Marken-Design Stufe 1: Schrift, Farben, Buttons */
@font-face { font-family: "Poppins"; font-weight: 400; font-style: normal; font-display: swap; src: url("poppins-400.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 600; font-style: normal; font-display: swap; src: url("poppins-600.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 700; font-style: normal; font-display: swap; src: url("poppins-700.woff2") format("woff2"); }

:root {
  --fx-violet: #7a2ff2;
  --fx-violet-2: #b15cff;
  --fx-grad: linear-gradient(100deg, #7a2ff2, #b15cff);
  --fx-ink: #14161f;
  --fx-muted: #667085;
}
body, button, input, select, textarea,
.wp-block-post-title, .wp-block-heading, h1, h2, h3, h4 {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
}
body { color: var(--fx-ink); }

/* Buttons: runde Verlaufs-Pills */
.wp-block-button__link,
.wc-block-components-button,
button.button, a.button, .button,
.single_add_to_cart_button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wp-element-button {
  background: var(--fx-grad) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  box-shadow: 0 6px 18px rgba(122, 47, 242, 0.28);
  transition: transform .15s ease, box-shadow .15s ease;
}
.wp-block-button__link:hover, .wc-block-components-button:hover,
button.button:hover, a.button:hover, .wp-element-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(122, 47, 242, 0.36);
}

/* Preise + Links in Markenfarbe */
.woocommerce-Price-amount, .wc-block-components-product-price, .price {
  color: var(--fx-violet) !important;
  font-weight: 700;
}
a { accent-color: var(--fx-violet); }
.fixecke-suffix { color: var(--fx-muted); font-weight: 400; font-size: .8em; }

/* Produktkarten: weiche Karten-Optik wie im Mockup */
ul.products li.product,
.wc-block-grid__product,
.wp-block-woocommerce-product-template .wc-block-product,
li.wc-block-product {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(20, 22, 31, 0.07);
  padding: 18px !important;
  transition: transform .15s ease, box-shadow .15s ease;
}
ul.products li.product:hover, li.wc-block-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(20, 22, 31, 0.11);
}

/* Sale-/Feature-Badges violett */
.onsale, .wc-block-components-product-sale-badge {
  background: var(--fx-grad) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
}

/* Seitenhintergrund leicht grau wie im Mockup */
body { background-color: #f4f5f8; }
.wp-site-blocks { background-color: transparent; }

/* Auftrag verfolgen: doppelten Standardtext ausblenden */
form.track_order > p:first-of-type { display: none; }

/* ===== Startseite (Stufe 2) ===== */
.fx-wrap { max-width: 1140px; margin: 0 auto; }
.fx-hero { background: #fff; border-radius: 24px; box-shadow: 0 12px 32px rgba(20,22,31,.07); padding: 56px 36px; text-align: center; }
.fx-badge { display: inline-block; background: #f4edff; color: #7a2ff2; font-weight: 600; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; border-radius: 999px; padding: 8px 18px; margin-bottom: 18px; }
.fx-hero h1 { font-size: clamp(34px, 5.5vw, 56px); font-weight: 700; line-height: 1.12; margin: 0 0 14px; letter-spacing: -0.02em; }
.fx-grad-text { background: linear-gradient(100deg,#7a2ff2,#b15cff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.fx-hero p { color: #667085; font-size: 17px; max-width: 54ch; margin: 0 auto 26px; }
.fx-btnrow { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.fx-btn-line { display: inline-block; background: #fff; color: #14161f !important; border: 1.5px solid #d8dde7 !important; border-radius: 999px; padding: 12px 26px; font-weight: 600; text-decoration: none !important; box-shadow: none !important; }
.fx-btn-line:hover { border-color: #7a2ff2 !important; color: #7a2ff2 !important; }
.fx-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 18px 0; }
.fx-tile { background: #fff; border-radius: 16px; box-shadow: 0 10px 28px rgba(20,22,31,.06); padding: 20px 22px; display: flex; gap: 13px; align-items: center; }
.fx-tile svg { flex: 0 0 40px; width: 40px; height: 40px; padding: 8px; background: #f4edff; border-radius: 12px; color: #7a2ff2; }
.fx-tile b { display: block; font-size: 15px; }
.fx-tile span { font-size: 13px; color: #667085; }
.fx-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.fx-step { background: #fff; border-radius: 16px; box-shadow: 0 10px 28px rgba(20,22,31,.06); padding: 20px; }
.fx-step .n { font-size: 26px; font-weight: 700; background: linear-gradient(100deg,#7a2ff2,#b15cff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.fx-step b { display: block; margin: 6px 0 4px; font-size: 15px; }
.fx-step span { font-size: 13px; color: #667085; }
.fx-cta { background: linear-gradient(100deg,#7a2ff2,#b15cff); border-radius: 24px; color: #fff; text-align: center; padding: 44px 30px; }
.fx-cta h2 { color: #fff; font-size: clamp(24px, 3.5vw, 34px); margin: 0 0 10px; }
.fx-cta p { color: rgba(255,255,255,.85); margin: 0 0 22px; }
.fx-cta .wp-element-button, .fx-cta a.fx-white-btn { background: #fff !important; color: #7a2ff2 !important; border-radius: 999px; padding: 13px 28px; font-weight: 700; text-decoration: none; display: inline-block; box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.fx-h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 700; letter-spacing: -0.02em; margin: 34px 0 6px; }
.fx-sub { color: #667085; margin: 0 0 18px; }
/* Fußleiste mit Rechtslinks (auf jeder Seite) */
.fx-footbar { max-width: 1140px; margin: 40px auto 24px; padding: 18px 22px; text-align: center; font-size: 13.5px; color: #667085; }
.fx-footbar a { color: #667085; text-decoration: none; margin: 0 10px; }
.fx-footbar a:hover { color: #7a2ff2; }

/* Aufgeräumte Kopfleiste */
.fx-nav { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.fx-nav a { color: #667085; text-decoration: none; font-size: 14.5px; font-weight: 600; }
.fx-nav a:hover { color: #14161f; }
.fx-nav .fx-nav-cta { background: linear-gradient(100deg,#7a2ff2,#b15cff); color: #fff !important; border-radius: 999px; padding: 10px 20px; box-shadow: 0 6px 18px rgba(122,47,242,.28); }
.wp-block-site-title a { text-decoration: none; font-weight: 700; letter-spacing: -0.02em; }
@media (max-width: 640px) { .fx-nav { gap: 14px; font-size: 13px; } }
