/*
Theme Name: BULLHAUS
Theme URI: https://bullhaus.ch
Author: BULLHAUS
Description: Helles BULLHAUS WordPress-Theme für Trading-Insights, Livestreams und Community.
Version: 3.1.2
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: bullhaus
*/

@font-face {
  font-family: "Anton";
  src: url("assets/fonts/anton-latin-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-latin-400-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --bg: #f5f7f8;
  --surface: #ffffff;
  --surface-2: #eef2f4;
  --text: #17212a;
  --muted: #5e6872;
  --line: rgba(23,33,42,.14);
  --accent: #159dcc;
  --accent-dark: #0d789e;
  --accent-red: #ff2432;
  --max: 1180px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 78% 8%, rgba(21,157,204,.12), transparent 32%), radial-gradient(circle at 14% 38%, rgba(23,33,42,.05), transparent 25%);
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 20px; top: 20px; z-index: 99; background: white; color: black; padding: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.90);
  box-shadow: 0 8px 28px rgba(23,33,42,.06);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 400 1.8rem/1 Anton, Impact, sans-serif; letter-spacing: .08em; }
.brand span { color: var(--text); }
.brand-logo { display: block; width: 43px; height: 43px; padding: 4px; object-fit: contain; object-position: center; border-radius: 9px; background: #f7f8f9; border: 1px solid rgba(23,33,42,.15); box-shadow: 0 4px 12px rgba(23,33,42,.08); }
.header-nav { display: flex; align-items: center; justify-content: flex-start; gap: 14px; margin-left: 22px; }
.header-menu { display: flex; align-items: center; gap: 14px; list-style: none; padding: 0; margin: 0; }
.header-menu li { margin: 0; }
.header-menu a { color: var(--muted); font-size: .9rem; font-weight: 700; }
.header-menu a:hover, .header-menu a:focus, .header-menu .current-menu-item > a { color: var(--text); }
.header-menu a.header-hub-link,
.header-menu a.header-hub-link:hover,
.header-menu a.header-hub-link:focus,
.header-menu .current-menu-item > a.header-hub-link { color: var(--accent); }
.header-action { min-height: 38px; padding: 0 14px; border-radius: 8px; font-size: .82rem; }
.header-action.is-disabled { background: #edf0f2; border-color: var(--line); color: #7a838b; cursor: not-allowed; }
.header-action.is-disabled:hover { transform: none; background: #edf0f2; border-color: var(--line); color: #7a838b; }
.header-action small { margin-left: 6px; font-size: .62rem; font-style: italic; font-weight: 600; }
.language-switcher { display: flex; flex-direction: row; align-items: center; gap: 4px; margin-left: auto; }
.language-link { padding: 7px 10px; border: 1px solid transparent; border-radius: 8px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.language-link:hover, .language-link.is-active { color: var(--text); border-color: var(--line); background: #edf2f4; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 9px; background: var(--accent); color: #ffffff; font-weight: 800; border: 1px solid var(--accent); box-shadow: 0 8px 20px rgba(21,157,204,.18); text-shadow: 0 0 5px rgba(255,255,255,.72), 0 0 12px rgba(57,205,255,.72); transition: .2s ease; }
.button:hover { background: #17212a; border-color: #17212a; color: #ffffff; text-shadow: 0 0 5px rgba(255,255,255,.92), 0 0 15px rgba(57,205,255,.92); transform: translateY(-2px); }
.button-ghost { background: transparent; color: var(--text); border-color: rgba(23,33,42,.28); box-shadow: none; text-shadow: 0 0 7px rgba(21,157,204,.42); }
.button-ghost:hover { color: #ffffff; }
.button.is-disabled { text-shadow: none; }

.hero { padding: 68px 0 60px; display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.hero-simple { grid-template-columns: 1fr; }
.hero-simple > div { max-width: 900px; }
.hero-brand-layout { grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: clamp(32px, 5vw, 76px); }
.hero-copy { min-width: 0; }
.hero-logo { display: flex; align-items: center; justify-content: flex-end; min-width: 0; }
.hero-logo img { display: block; width: min(100%, 470px); height: auto; max-height: 610px; object-fit: contain; filter: drop-shadow(0 22px 34px rgba(23,33,42,.16)); }
.eyebrow { display: inline-flex; color: var(--accent); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; margin-bottom: 16px; }
h1, h2, h3 { margin: 0 0 18px; line-height: 1.05; }
h1, h2 { font-family: Anton, Impact, sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: .02em; }
h1 { font-size: clamp(4rem, 9vw, 8.5rem); }
h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
h3 { font-size: 1.25rem; }
.accent { color: var(--accent); }
.lead { max-width: 720px; color: #45515c; font-size: clamp(1rem, 2vw, 1.2rem); }
.hero .lead { text-align: left; hyphens: none; text-wrap: pretty; }
.about-simple p, .content-page .lead, .consultation-card p { text-align: justify; hyphens: auto; text-wrap: pretty; }
.hero .lead, .about-simple p { line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.live-note { margin: 22px 0 0; color: #34414c; font-weight: 600; }
.live-dot { display: inline-block; width: 9px; height: 9px; margin-right: 8px; border-radius: 50%; background: var(--accent-red); box-shadow: 0 0 13px rgba(255,36,50,.75); }

.section { padding: 64px 0; }
.section-muted { background: var(--surface); border-block: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head p, .card p, .content-page p, .content-page li { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(23,33,42,.06); }
.card-number { display: block; margin-bottom: 38px; color: var(--accent); font: 400 2.2rem/1 Anton, Impact, sans-serif; }
.card a { color: var(--accent); font-weight: 700; }
.cta { padding: 48px; border: 1px solid rgba(21,157,204,.30); border-radius: var(--radius); background: linear-gradient(120deg, #ffffff, rgba(21,157,204,.09)); box-shadow: 0 14px 34px rgba(23,33,42,.07); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { font-size: clamp(2.3rem, 5vw, 4.5rem); margin-bottom: 8px; }
.cta p { color: var(--muted); margin: 0; }

.content-page { max-width: 880px; padding: 70px 0 86px; }
.content-page h1 { font-size: clamp(3rem, 7vw, 6rem); }
.content-page h2 { font-family: Inter, Arial, sans-serif; text-transform: none; font-size: 1.5rem; margin-top: 38px; }
.content-page > .lead { margin: 20px 0 38px; line-height: 1.8; }
.content-page p { max-width: 780px; }
.content-page h3 { margin-top: 28px; }
.notice { padding: 20px; background: rgba(21,157,204,.07); border: 1px solid rgba(21,157,204,.25); border-radius: 12px; }
.consultation-card { margin: 38px 0 46px; padding: 30px; border: 1px solid rgba(21,157,204,.30); border-radius: var(--radius); background: linear-gradient(120deg, #ffffff, rgba(21,157,204,.09)); box-shadow: 0 12px 30px rgba(23,33,42,.06); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.consultation-card h2 { margin-top: 0; margin-bottom: 10px; }
.consultation-card p { margin: 0; max-width: 610px; }
.consultation-card .button { flex: 0 0 auto; text-align: center; }
.about-community { display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; align-items: center; }
.about-simple { grid-template-columns: 1fr; }
.about-simple > div { max-width: 920px; padding-left: 24px; border-left: 2px solid rgba(21,157,204,.36); }
.about-simple .lead { max-width: none; color: var(--muted); font-size: 1rem; }
.about-community h3 { margin-top: 30px; }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.social-links-stack { display: grid; gap: 9px; margin-top: 26px; }
.social-links-stack .social-links { margin-top: 0; }
.platform-note { margin: 10px 0 18px; color: var(--muted); }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.community-section { padding-top: 54px; }
.social-link { display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); font-weight: 700; text-shadow: 0 0 7px rgba(21,157,204,.38); }
.social-link:hover { border-color: var(--accent); color: var(--accent); text-shadow: 0 0 5px rgba(21,157,204,.55), 0 0 12px rgba(21,157,204,.50); transform: translateY(-2px); }
.social-link.is-coming-soon { color: #7d838b; background: #edf0f2; cursor: not-allowed; }
.social-link.is-coming-soon, .social-link.is-coming-soon:hover { color: #7d838b; border-color: var(--line); text-shadow: none; transform: none; }
.social-link small { margin-left: 2px; color: #646b73; font-size: .65rem; font-style: italic; font-weight: 600; }
.social-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px rgba(32,169,218,.75); }
.social-link.is-coming-soon .social-dot { background: var(--accent-red); box-shadow: 0 0 14px rgba(255,36,50,.65); }
.operator-note { color: var(--muted); font-weight: 400; }
.hub-intro { max-width: 760px; margin-bottom: 34px; }
.hub-build-note { max-width: 760px; margin: -20px 0 34px; color: #7a838b; font-size: clamp(1rem, 2vw, 1.2rem); font-style: italic; line-height: 1.7; }
.hub-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.hub-card { display: flex; flex-direction: column; padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(23,33,42,.06); }
.hub-card h2 { margin-top: 0; font-size: 1.55rem; }
.hub-card p { flex: 1; }
.hub-card .button { align-self: flex-start; margin-top: 10px; }
.hub-card-note { color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hub-card-note .status-muted { color: #707780; font-style: italic; font-weight: 600; text-transform: none; }
.hub-card .header-action { align-self: flex-start; margin-top: 10px; }
.hub-disclaimer { margin-top: 24px; }
.prop-firm-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 4px; padding: 0; list-style: none; }
.prop-firm-list li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; background: #edf0f2; color: #4f5a64; font-size: .88rem; cursor: not-allowed; user-select: none; }
.footer-brand-logo { width: 72px; height: 72px; }

.site-footer { border-top: 1px solid var(--line); padding: 36px 0 20px; }
.footer-grid { display: grid; gap: 20px; }
.footer-intro { display: flex; align-items: center; gap: 30px; }
.footer-copy { color: var(--muted); max-width: 580px; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 16px 0 0; margin: 0; border-top: 1px solid var(--line); }
.footer-links li { margin: 0; }
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--text); }
.footer-links .trustpilot-link { display: inline-flex; align-items: center; gap: 7px; color: #34414c; font-weight: 700; text-shadow: 0 0 7px rgba(0,182,122,.30); }
.footer-links .trustpilot-link:hover { color: #00b67a; text-shadow: 0 0 6px rgba(0,182,122,.55), 0 0 12px rgba(0,182,122,.42); }
.trustpilot-dot { width: 8px; height: 8px; border-radius: 50%; background: #00b67a; box-shadow: 0 0 12px rgba(0,182,122,.58); }
.footer-bottom { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: #777d86; font-size: .82rem; }

@media (max-width: 850px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .hero { padding: 42px 0 38px; }
  .hero-grid, .footer-grid, .about-community { grid-template-columns: 1fr; }
  .hero-brand-layout { gap: 28px; }
  .hero-logo { justify-content: center; }
  .hero-logo img { width: min(68vw, 330px); max-height: none; }
  .header-inner { flex-wrap: wrap; gap: 10px 16px; padding-block: 10px; }
  .header-nav { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; gap: 8px 14px; padding-top: 8px; border-top: 1px solid var(--line); }
  .header-menu { justify-content: center; flex-wrap: wrap; gap: 8px 14px; }
  .language-switcher { margin-left: auto; }
  .footer-intro { align-items: flex-start; flex-direction: column; gap: 16px; }
  .language-link { padding: 7px; font-size: .76rem; }
  .cards { grid-template-columns: 1fr 1fr; }
  .button { min-height: 43px; padding: 0 16px; font-size: .9rem; }
  .hero-actions, .social-links { gap: 8px; }
  .hero-actions { margin-top: 24px; }
  .social-link { padding: 9px 12px; font-size: .88rem; }
  .cta { align-items: flex-start; flex-direction: column; padding: 26px; }
  .cta-actions { width: 100%; justify-content: flex-start; gap: 8px; }
  .consultation-card { align-items: flex-start; flex-direction: column; padding: 24px; }
  .consultation-card { margin: 28px 0 34px; gap: 20px; }
  .section { padding: 44px 0; }
  .community-section { padding-top: 38px; }
  .section-head { margin-bottom: 30px; }
  .content-page { padding: 48px 0 62px; }
  .about-simple > div { padding-left: 15px; }
  .hub-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .brand { font-size: 1.45rem; }
  .header-nav { justify-content: flex-start; }
  .header-menu { justify-content: flex-start; }
  .header-action { min-height: 36px; padding: 0 11px; }
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .hero-logo img { width: min(72vw, 280px); }
}
