:root {
  --beg-red: #c8102e;
  --beg-red-dark: #9f0c25;
  --beg-black: #111214;
  --beg-anthracite: #222428;
  --beg-gray: #eceeef;
  --beg-light: #f7f7f6;
  --beg-white: #ffffff;
  --beg-text: #24262a;
  --beg-muted: #65696f;
  --beg-radius: 4px;
  --beg-shadow: 0 18px 45px rgba(17, 18, 20, 0.10);
}

body.home { margin: 0; background: var(--beg-light); }
body.home #site-header,
body.home header.site-header,
body.home #site-footer,
body.home footer.site-footer,
body.home .page-header,
body.home .entry-title { display: none !important; }
body.home main.site-main,
body.home .site-main,
body.home .page-content,
body.home article.page { width: 100%; max-width: none; margin: 0; padding: 0; }
body.home .entry-content { margin: 0; }

.beg-home { color: var(--beg-text); background: var(--beg-light); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
.beg-home *, .beg-home *::before, .beg-home *::after { box-sizing: border-box; }
.beg-home h1, .beg-home h2, .beg-home h3, .beg-home p { margin-top: 0; }
.beg-home h1, .beg-home h2, .beg-home h3 { color: var(--beg-black); font-weight: 700; line-height: 1.08; letter-spacing: -0.025em; text-wrap: balance; }
.beg-home h1 { max-width: 790px; margin-bottom: 28px; font-size: clamp(2.55rem, 4.7vw, 4.85rem); font-weight: 750; line-height: 1.02; letter-spacing: -0.04em; }
.beg-home h2 { margin-bottom: 22px; font-size: clamp(2.05rem, 3.7vw, 3.65rem); line-height: 1.06; }
.beg-home h3 { font-size: clamp(1.3rem, 1.8vw, 1.7rem); letter-spacing: -0.018em; }
.beg-home a,
.beg-home a:visited,
.beg-home a:hover,
.beg-home a:focus { color: inherit; text-decoration: none !important; }
.beg-home img { display: block; width: 100%; height: auto; }
.beg-wrap { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.beg-section { padding: clamp(78px, 10vw, 140px) 0; }
.beg-section--light { background: var(--beg-light); }
.beg-section--gray { background: var(--beg-gray); }
.beg-section--dark { color: var(--beg-white); background: var(--beg-black); }
.beg-eyebrow { margin-bottom: 14px; color: var(--beg-red); font-size: .74rem; font-weight: 750; letter-spacing: .075em; line-height: 1.4; text-transform: uppercase; }
.beg-section-heading { max-width: 850px; margin-bottom: 54px; }
.beg-section-heading > p:last-child { max-width: 720px; color: var(--beg-muted); font-size: 1.1rem; }
.beg-section-heading--light h2 { color: var(--beg-white); }

.beg-site-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid #dedede; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.admin-bar .beg-site-header { top: 32px; }
.beg-site-header__inner { display: flex; min-height: 84px; align-items: center; gap: 34px; }
.beg-brand { display: inline-flex; min-width: 205px; align-items: flex-start; flex-direction: column; line-height: 1; }
.beg-brand .custom-logo-link { display: block; }
.beg-brand .custom-logo { width: auto; max-width: 205px; max-height: 64px; }
.beg-wordmark { color: var(--beg-red); font-size: 2.45rem; font-style: italic; font-weight: 900; letter-spacing: -.1em; }
.beg-brand small { margin-top: 3px; color: var(--beg-black); font-size: .64rem; font-weight: 700; letter-spacing: .02em; }
.beg-main-nav { display: flex; margin-left: auto; align-items: center; gap: 20px; }
.beg-main-nav a { font-size: .9rem; font-weight: 650; }
.beg-main-nav a:hover { color: var(--beg-red); }
.beg-mobile-nav { display: none; }
.beg-mobile-nav summary { display: grid; width: 44px; height: 44px; padding: 11px; border: 1px solid #d4d5d7; border-radius: var(--beg-radius); align-content: center; gap: 5px; cursor: pointer; list-style: none; background: white; }
.beg-mobile-nav summary::-webkit-details-marker { display: none; }
.beg-mobile-nav summary > span { display: block; width: 100%; height: 2px; background: var(--beg-black); transition: .2s ease; }
.beg-mobile-nav[open] summary > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.beg-mobile-nav[open] summary > span:nth-child(2) { opacity: 0; }
.beg-mobile-nav[open] summary > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.beg-mobile-nav nav { position: absolute; z-index: 90; top: 100%; left: 0; right: 0; display: flex; padding: 10px 20px 16px; border: 1px solid #dedede; border-top: 0; flex-direction: column; background: white; box-shadow: 0 18px 35px rgba(17,18,20,.14); }
.beg-mobile-nav nav a { padding: 12px 2px; border-bottom: 1px solid #ececee; font-weight: 700; }
.beg-mobile-nav nav a:last-child { border-bottom: 0; }
.beg-screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.beg-button { display: inline-flex; min-height: 54px; padding: 13px 24px; border: 2px solid var(--beg-red); border-radius: var(--beg-radius); align-items: center; justify-content: center; color: var(--beg-white) !important; background: var(--beg-red); font-size: .92rem; font-weight: 700; line-height: 1.2; transition: .2s ease; }
.beg-button:hover { border-color: var(--beg-red-dark); background: var(--beg-red-dark); transform: translateY(-2px); }
.beg-button--small { min-height: 44px; padding: 10px 19px; }
.beg-button--ghost { color: var(--beg-black) !important; border-color: #bfc1c4; background: transparent; }
.beg-button--ghost:hover { color: var(--beg-white) !important; border-color: var(--beg-black); background: var(--beg-black); }
.beg-button--light { color: var(--beg-black) !important; border-color: var(--beg-white); background: var(--beg-white); }
.beg-button--light:hover { color: var(--beg-white) !important; border-color: var(--beg-black); background: var(--beg-black); }
.beg-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.beg-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--beg-red) !important; font-weight: 700; }
.beg-text-link span { transition: transform .2s ease; }
.beg-text-link:hover span { transform: translateX(4px); }

.beg-hero { position: relative; isolation: isolate; overflow: hidden; display: flex; min-height: clamp(560px,70vh,760px); padding: clamp(88px,10vw,150px) 0; align-items: center; color: #fff; background-color: #dce9ef; background-image: linear-gradient(90deg,rgba(8,12,15,.70) 0%,rgba(8,12,15,.46) 38%,rgba(8,12,15,.12) 64%,rgba(8,12,15,.03) 100%),linear-gradient(rgba(255,255,255,.10),rgba(255,255,255,.10)),var(--beg-hero-image); background-position: center; background-size: cover; }
.beg-hero::before { position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(180deg,transparent,rgba(255,255,255,.08)); content: ""; pointer-events: none; }
.beg-hero .beg-wrap { position: relative; z-index: 1; width: min(1370px, calc(100% - 48px)); }
.beg-hero__grid { display: block; }
.beg-hero__copy { max-width: 760px; }
.beg-hero h1 { color: #fff; text-shadow: 0 3px 22px rgba(0,0,0,.42); }
.beg-hero .beg-eyebrow { color: #fff; }
.beg-hero__lead { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.92); font-size: clamp(1.04rem,1.3vw,1.2rem); line-height: 1.7; }
.beg-hero .beg-button--ghost { color: #fff !important; border-color: rgba(255,255,255,.75); background: rgba(5,6,7,.18); }
.beg-hero .beg-button--ghost:hover { color: #111 !important; border-color: #fff; background: #fff; }

.beg-galabau { border-top: 1px solid #dde5da; border-bottom: 1px solid #d6dfd3; background: linear-gradient(105deg,#fff 0%,#f5f9f3 100%); }
.beg-galabau__grid { display: grid; padding-top: 34px; padding-bottom: 34px; align-items: center; grid-template-columns: 210px minmax(0,1fr) 310px; gap: clamp(28px,4vw,56px); }
.beg-galabau__logo { display: flex; min-height: 126px; padding: 10px 14px; align-items: center; justify-content: center; background: white; }
.beg-galabau__logo img { display: block; width: 100%; height: 110px; object-fit: contain; }
.beg-galabau__copy .beg-eyebrow { margin-bottom: 10px; color: #238249; }
.beg-galabau__copy h2 { margin-bottom: 12px; color: #17191c; font-size: clamp(1.75rem,2.6vw,2.65rem); line-height: 1.04; }
.beg-galabau__copy > p:not(.beg-eyebrow) { max-width: 760px; margin-bottom: 20px; color: #5c6660; font-size: .94rem; line-height: 1.65; }
.beg-galabau__copy .beg-galabau__ticket-note { margin: 13px 0 0; color: #238249; font-size: .78rem; font-weight: 750; }
.beg-galabau__stands { display: flex; flex-wrap: wrap; gap: 10px; }
.beg-galabau__stands > div { display: flex; min-width: 220px; padding: 11px 15px; border-left: 4px solid #009aa3; flex-direction: column; background: white; }
.beg-galabau__stands > div:last-child { border-left-color: #0055a0; }
.beg-galabau__stands span { color: #646c68; font-size: .72rem; font-weight: 750; }
.beg-galabau__stands strong { color: #17191c; font-size: .88rem; }
.beg-galabau__ticket { align-self: start; display: flex; grid-column: 3; grid-row: 1; margin-top: 12px; flex-direction: column; justify-content: center; }
.beg-galabau__ticket summary { display: flex; min-height: 58px; padding: 15px 19px; align-items: center; justify-content: space-between; gap: 14px; color: white; background: var(--beg-red); font-size: .88rem; font-weight: 800; cursor: pointer; list-style: none; }
.beg-galabau__ticket summary::-webkit-details-marker { display: none; }
.beg-galabau__ticket summary span { font-size: 1.15rem; transition: transform .2s ease; }
.beg-galabau__ticket[open] { grid-column: 1 / -1; grid-row: 2; padding: 28px; border-top: 1px solid #d8dfd5; background: white; }
.beg-galabau__ticket[open] summary { max-width: 330px; margin-bottom: 18px; }
.beg-galabau__ticket[open] summary span { transform: rotate(90deg); }
.beg-galabau__ticket > p { margin: 0 0 22px; color: #626a65; font-size: .86rem; }
.beg-galabau__map-link { align-self: end; display: flex; min-height: 54px; padding: 14px 19px; border: 1px solid #b9c2bc; grid-column: 3; grid-row: 1; align-items: center; justify-content: space-between; gap: 14px; color: #202428 !important; background: white; font-size: .88rem; font-weight: 800; }
.beg-galabau__map-link:hover { border-color: #238249; color: #176835 !important; }
.beg-galabau__form label { display: block; margin-bottom: 14px; color: #25292c; font-size: .82rem; font-weight: 700; }
.beg-galabau__form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .beg-galabau__form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #c9cfca; background: white; font: inherit; }
.beg-galabau__form textarea { min-height: 100px; resize: vertical; }
.beg-galabau__form input[type="submit"] { min-height: 52px; padding: 12px 22px; border: 0; color: white; background: var(--beg-red); font: inherit; font-weight: 750; cursor: pointer; }
.beg-galabau-form__choice { margin: 5px 0 18px; padding: 16px; border: 1px solid #d9dedb; }
.beg-galabau-form__choice legend { padding: 0 7px; color: #25292c; font-size: .82rem; font-weight: 750; }
.beg-galabau-form__choice .wpcf7-form-control { display: flex; flex-wrap: wrap; gap: 9px 22px; }
.beg-galabau-form__choice .wpcf7-list-item { margin: 0; }
.beg-galabau__form .wpcf7-not-valid-tip { display: block; margin-top: 4px; color: var(--beg-red); font-size: .74rem; }
.beg-galabau__form .wpcf7-response-output { margin: 18px 0 0 !important; padding: 12px 14px !important; border-color: var(--beg-red) !important; font-size: .8rem; }
.beg-galabau__form .wpcf7-form.sent .wpcf7-response-output { border-color: #238249 !important; color: #145c31; background: #edf8f1; }

.beg-trust { color: var(--beg-white); background: var(--beg-anthracite); }
.beg-trust__grid { display: grid; min-height: 88px; align-items: center; grid-template-columns: repeat(3,1fr); }
.beg-trust__grid > div { display: flex; min-height: 44px; padding: 0 30px; border-right: 1px solid #4a4d52; align-items: center; gap: 13px; font-size: .9rem; font-weight: 700; }
.beg-trust__grid > div:first-child { padding-left: 0; }
.beg-trust__grid > div:last-child { border: 0; }
.beg-trust__grid span { display: grid; width: 28px; height: 28px; border-radius: 50%; place-items: center; color: var(--beg-white); background: var(--beg-red); }

.beg-brand-panels { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.beg-brand-panel { min-height: 500px; padding: clamp(30px,4vw,52px); color: white; background: var(--beg-black); box-shadow: var(--beg-shadow); }
.beg-brand-panel--kubota { background: #009aa3; }
.beg-brand-panel--mecalac { color: #15171a; background: linear-gradient(145deg,#fff,#edf2f5); }
.beg-brand-panel .beg-eyebrow { color: #e2e2e2; }
.beg-brand-panel__logo-wrap { display: flex; min-height: 102px; margin-bottom: 34px; align-items: center; }
.beg-brand-panel__logo { display: block; width: auto; max-width: 100%; height: auto; max-height: 88px; object-fit: contain; object-position: left center; }
.beg-brand-panel__logo--kubota { width: min(340px,100%); }
.beg-brand-panel__logo--mecalac { width: min(370px,100%); }
.beg-brand-panel ul { margin: 0; padding: 0; list-style: none; }
.beg-brand-panel li { border-top: 1px solid rgba(255,255,255,.2); }
.beg-brand-panel li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.beg-brand-panel li a { display: flex; padding: 15px 2px; align-items: center; justify-content: space-between; font-weight: 700; }
.beg-brand-panel li a:hover { padding-left: 8px; }
.beg-brand-panel--mecalac .beg-eyebrow { color: #0055a0; }
.beg-brand-panel--mecalac li { border-top-color: #cfd7dc; }
.beg-brand-panel--mecalac li:last-child { border-bottom-color: #cfd7dc; }
.beg-brand-panel--mecalac li a { color: #15171a; }
.beg-brand-panel--mecalac li a span { color: #0055a0; }
.beg-accessory-block { display: grid; margin-top: 24px; padding: clamp(32px,4vw,54px); grid-template-columns: .8fr 1.2fr; gap: 54px; color: white; background: var(--beg-anthracite); box-shadow: var(--beg-shadow); }
.beg-accessory-block__intro h3 { margin-bottom: 18px; color: white; font-size: clamp(2rem,3vw,3rem); }
.beg-accessory-block__intro > p:last-child { color: #c9cbce; }
.beg-accessory-feature { display: grid; gap: 12px; }
.beg-accessory-feature__main { display: flex; min-height: 250px; padding: 32px; border: 1px solid #4b4e53; flex-direction: column; color: white; background: #2e3136; transition: .2s ease; }
.beg-accessory-feature__main:hover { border-color: var(--beg-red); background: #34373c; transform: translateY(-3px); }
.beg-accessory-feature__main > span { margin-bottom: 34px; color: var(--beg-red); font-size: .78rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.beg-accessory-feature__main strong { margin-bottom: 14px; font-size: 1.45rem; line-height: 1.22; }
.beg-accessory-feature__main small { color: #c3c5c8; font-size: .86rem; line-height: 1.65; }
.beg-accessory-feature__main b { margin-top: auto; padding-top: 26px; color: white; font-size: .88rem; }
.beg-accessory-feature__contact { display: flex; min-height: 54px; padding: 14px 20px; border: 1px solid #4b4e53; align-items: center; justify-content: space-between; color: white; font-size: .86rem; font-weight: 800; }
.beg-accessory-feature__contact span { color: var(--beg-red); }
.beg-accessory-feature__contact:hover { border-color: var(--beg-red); background: #2e3136; }

.beg-core-areas { background: linear-gradient(135deg,#f5f6f7 0%,#edf0f2 100%); }
.beg-core-areas .beg-section-heading { max-width: 970px; }
.beg-core-areas .beg-section-heading h2 { color: #17191c; }
.beg-solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.beg-solution-card { display: flex; min-height: 460px; padding: 0; border: 1px solid #d4d8dc; flex-direction: column; overflow: hidden; color: #33383d !important; background: #fff; box-shadow: 0 12px 34px rgba(24,29,34,.07); transition: .25s ease; }
.beg-solution-card:hover { border-color: #bcc2c7; box-shadow: 0 18px 42px rgba(24,29,34,.14); transform: translateY(-5px); }
.beg-solution-card--featured { border-color: #d4d8dc; background: #fff; }
.beg-solution-card > span { display: flex; min-height: 96px; margin: 0 0 clamp(34px,3.2vw,48px); padding: 26px clamp(30px,3vw,44px); align-items: flex-end; color: white; background: #2d3136; font-size: .8rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.beg-solution-card:nth-child(2) > span { background: var(--beg-red); }
.beg-solution-card:nth-child(3) > span { background: #485560; }
.beg-solution-card h3 { margin-right: clamp(30px,3vw,44px); margin-left: clamp(30px,3vw,44px); color: #17191c; font-size: clamp(2rem,2.8vw,2.75rem); line-height: 1.02; }
.beg-solution-card p { margin-right: clamp(30px,3vw,44px); margin-left: clamp(30px,3vw,44px); color: #5e656b; }
.beg-solution-card strong { margin-top: auto; padding: 30px clamp(30px,3vw,44px) 38px; color: #17191c; font-size: .92rem; }
.beg-solution-card strong b { margin-left: 7px; color: var(--beg-red); }

.beg-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.beg-product-card { overflow: hidden; border: 1px solid #dedfe0; background: white; transition: .25s ease; }
.beg-product-card:hover { transform: translateY(-5px); box-shadow: var(--beg-shadow); }
.beg-product-card__media { display: block; height: 260px; overflow: hidden; background: #dfe1e3; }
.beg-product-card__media img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.beg-product-card:hover .beg-product-card__media img { transform: scale(1.035); }
.beg-media-placeholder { display: flex; height: 100%; padding: 28px; flex-direction: column; justify-content: flex-end; color: white; background: linear-gradient(145deg,#45484e,#202226); }
.beg-media-placeholder strong { font-size: 2rem; font-style: italic; }
.beg-media-placeholder small { color: #c7c9cc; }
.beg-product-card__body { padding: 28px; }
.beg-product-card__body h3 { margin-bottom: 15px; }
.beg-product-card__body > p:not(.beg-eyebrow) { min-height: 82px; color: var(--beg-muted); font-size: .92rem; }

.beg-service-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; }
.beg-service-card { display: flex; min-height: 360px; padding: 32px; border-top: 5px solid var(--beg-red); grid-column: span 2; flex-direction: column; color: var(--beg-text) !important; background: white; transition: .2s ease; }
.beg-service-card:nth-last-child(2):nth-child(4), .beg-service-card:last-child:nth-child(5) { grid-column: span 3; }
.beg-service-card:hover { transform: translateY(-4px); box-shadow: var(--beg-shadow); }
.beg-service-card p { color: var(--beg-muted); font-size: .9rem; }
.beg-service-card > strong { margin-top: auto; padding-top: 22px; color: var(--beg-red); font-size: .86rem; }
.beg-service-icon { display: grid; width: 46px; height: 46px; margin-bottom: 52px; border-radius: 50%; place-items: center; color: white; background: var(--beg-red); font-size: .76rem; font-weight: 800; line-height: 1; }
#service.beg-section { padding-bottom: 0; }
.beg-service-cta { position: relative; margin-top: clamp(54px,6vw,84px); color: white; background: linear-gradient(105deg,#202328 0%,#202328 72%,#292d32 72%,#292d32 100%); }
.beg-service-cta::before { position: absolute; inset: 0 auto 0 0; width: 6px; content: ""; background: var(--beg-red); }
.beg-service-cta__inner { display: flex; min-height: 190px; padding-top: 38px; padding-bottom: 38px; align-items: center; justify-content: space-between; gap: 48px; }
.beg-service-cta h3 { margin: 0 0 9px; color: white; font-size: clamp(1.45rem,2.2vw,2.05rem); }
.beg-service-cta p:not(.beg-eyebrow) { max-width: 660px; margin: 0; color: #c9cdd1; font-size: .92rem; }
.beg-service-cta__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 26px; }
.beg-service-cta .beg-text-link { color: white; }

.beg-family { background: white; }
.beg-family__grid { display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: clamp(45px,8vw,110px); }
.beg-family__grid > div:first-child > p:not(.beg-eyebrow) { margin-bottom: 30px; color: var(--beg-muted); font-size: 1.08rem; }
.beg-family__media { min-height: 500px; }
.beg-family__media > img { height: 500px; object-fit: cover; }
.beg-family-placeholder { display: flex; height: 500px; padding: 45px; align-items: flex-start; flex-direction: column; justify-content: flex-end; color: white; background: linear-gradient(135deg,#303338,#111214); }
.beg-family-placeholder strong { color: var(--beg-red); font-size: 5rem; font-style: italic; letter-spacing: -.08em; }

.beg-video-strip { padding: 54px 0; color: white; background: var(--beg-red); }
.beg-video-strip .beg-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.beg-video-strip .beg-eyebrow { color: white; opacity: .8; }
.beg-video-strip h2 { margin: 0; color: white; font-size: clamp(1.8rem,4vw,3.1rem); }

.beg-section-heading--row { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 30px; }
.beg-section-heading--row > div { max-width: 860px; }
.beg-news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.beg-news-grid article { overflow: hidden; border: 1px solid #dedfe0; background: white; }
.beg-news-card__image { display: block; height: 230px; overflow: hidden; background: var(--beg-gray); }
.beg-news-card__image img { height: 100%; object-fit: cover; transition: transform .3s ease; }
.beg-news-grid article:hover .beg-news-card__image img { transform: scale(1.035); }
.beg-news-card__body { padding: 30px; }
.beg-news-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.beg-news-meta span { color: #a4a7ab; }
.beg-news-grid h3 a:hover { color: var(--beg-red); }
.beg-news-card__body > p:not(.beg-eyebrow) { color: var(--beg-muted); }

.beg-contact { padding: clamp(70px,9vw,120px) 0; color: white; background: var(--beg-red); }
.beg-contact__grid { display: grid; align-items: start; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,7vw,100px); }
.beg-contact h2 { max-width: 830px; color: white; }
.beg-contact p { max-width: 720px; }
.beg-contact .beg-eyebrow { color: white; opacity: .8; }
.beg-contact__direct { display: flex; margin-top: 34px; flex-wrap: wrap; gap: 12px; }
.beg-contact__direct a { display: flex; min-width: 220px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.45); flex-direction: column; }
.beg-contact__direct small { opacity: .8; }
.beg-contact__form { padding: clamp(28px,4vw,48px); color: var(--beg-text); background: white; box-shadow: var(--beg-shadow); }
.beg-contact__form-title { margin-bottom: 14px; color: var(--beg-black); font-size: 1.5rem; font-weight: 700; }
.beg-contact__form label { display: block; margin-bottom: 15px; font-size: .85rem; font-weight: 700; }
.beg-contact__form input:not([type="submit"]):not([type="checkbox"]), .beg-contact__form select, .beg-contact__form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #c9cbce; border-radius: 2px; background: white; font: inherit; }
.beg-contact__form textarea { min-height: 120px; resize: vertical; }
.beg-contact__form input[type="submit"] { min-height: 52px; padding: 12px 22px; border: 0; color: white; background: var(--beg-red); font: inherit; font-weight: 700; cursor: pointer; }
.beg-form-intro { display: flex; margin-bottom: 28px; flex-direction: column; }
.beg-form-intro strong { color: var(--beg-black); font-size: 1.45rem; }
.beg-form-intro span { color: var(--beg-muted); font-size: .82rem; }
.beg-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px 18px; }
.beg-contact__form .beg-form-grid > p:not(.beg-form-privacy) { display: contents; }
.beg-contact__form .beg-form-grid > br { display: none; }
.beg-form-field--full { grid-column: 1 / -1; }
.beg-contact__form .beg-form-field small { display: block; margin-top: 6px; color: var(--beg-muted); font-size: .74rem; font-weight: 400; }
.beg-contact__form input[type="file"] { padding: 10px; background: var(--beg-light); font-size: .8rem; }
.beg-form-files > strong { display: block; margin-bottom: 8px; font-size: .85rem; }
.beg-contact__form .beg-form-files label { margin-bottom: 8px; color: var(--beg-muted); font-size: .76rem; font-weight: 600; }
.beg-contact__form .beg-form-files input[type="file"] { margin-top: 4px; }
.beg-form-privacy { display: block; margin: 8px 0 20px; grid-column: 1 / -1; color: var(--beg-muted); font-size: .76rem; line-height: 1.6; }
.beg-form-privacy .wpcf7-list-item { margin: 0; }
.beg-form-privacy label { display: flex; margin: 0; align-items: flex-start; gap: 9px; font-weight: 400; }
.beg-form-privacy input { margin-top: 4px; flex: 0 0 auto; }
.beg-form-privacy a { color: var(--beg-red) !important; text-decoration: underline !important; }
.beg-form-submit { display: flex; align-items: center; gap: 15px; }
.beg-contact__form .wpcf7-not-valid-tip { margin-top: 4px; color: var(--beg-red); font-size: .76rem; font-weight: 500; }
.beg-contact__form .wpcf7-response-output { margin: 22px 0 0 !important; padding: 12px 15px !important; border-color: var(--beg-red) !important; font-size: .84rem; }
.beg-contact__form .wpcf7-form.sent .wpcf7-response-output { border-color: #238249 !important; color: #145c31; background: #edf8f1; }

.beg-footer { padding: 72px 0 0; border-top: 8px solid var(--beg-red); color: #c8cacf; background: var(--beg-black); }
.beg-footer__grid { display: grid; padding-bottom: 58px; grid-template-columns: 1.3fr .7fr 1fr 1fr; gap: 48px; }
.beg-footer__grid > div { display: flex; align-items: flex-start; flex-direction: column; }
.beg-footer__company { margin-bottom: 20px; color: white; font-size: 1.18rem; font-weight: 750; line-height: 1.25; }
.beg-footer__brand p { max-width: 320px; }
.beg-footer__brand address { margin-top: 12px; color: #92969c; font-size: .84rem; font-style: normal; line-height: 1.6; }
.beg-footer h3 { margin-bottom: 20px; color: white; font-size: 1rem; letter-spacing: 0; }
.beg-footer nav { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; font-size: .86rem; }
.beg-footer__contact { gap: 15px; }
.beg-footer__contact h3 { margin-bottom: 4px; }
.beg-footer__contact-group { display: flex; align-items: flex-start; flex-direction: column; }
.beg-footer__contact-group > span { margin-bottom: 2px; color: #858990; font-size: .68rem; font-weight: 750; letter-spacing: .065em; text-transform: uppercase; }
.beg-footer__contact p { margin-bottom: 0; font-size: .85rem; line-height: 1.55; }
.beg-footer__contact a { color: white; font-weight: 700; }
.beg-footer__contact-link { margin-top: 7px; color: var(--beg-red) !important; font-size: .84rem; }
.beg-footer__hours p { margin-bottom: 14px; color: white; font-size: .88rem; line-height: 1.75; }
.beg-footer__hours .beg-footer__note { color: #92969c; font-size: .78rem; line-height: 1.55; }
.beg-footer a:hover { color: white; }
.beg-footer__bottom { display: flex; padding: 22px 0; border-top: 1px solid #34363a; align-items: center; justify-content: space-between; gap: 24px; font-size: .76rem; }
.beg-footer__bottom nav { flex-direction: row; gap: 20px; }

@media (max-width: 1024px) {
  .beg-main-nav { display: none; }
  .beg-site-header__inner { position: relative; }
  .beg-mobile-nav { display: block; margin-left: auto; }
  .beg-site-header__inner > .beg-button { margin-left: 0; }
  .beg-card-grid { grid-template-columns: repeat(2,1fr); }
  .beg-accessory-block { grid-template-columns: 1fr; }
  .beg-service-grid { grid-template-columns: repeat(2,1fr); }
  .beg-service-card, .beg-service-card:nth-last-child(2):nth-child(4), .beg-service-card:last-child:nth-child(5) { grid-column: auto; }
  .beg-footer__grid { grid-template-columns: repeat(2,1fr); }
  .beg-galabau__grid { grid-template-columns: 180px minmax(0,1fr); }
  .beg-galabau__ticket, .beg-galabau__ticket[open], .beg-galabau__map-link { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 1140px) {
  .beg-main-nav { display: none; }
  .beg-site-header__inner { position: relative; }
  .beg-mobile-nav { display: block; margin-left: auto; }
  .beg-site-header__inner > .beg-button { margin-left: 0; }
}

@media (max-width: 767px) {
  .admin-bar .beg-site-header { top: 46px; }
  .beg-wrap, .beg-hero .beg-wrap { width: min(100% - 32px, 1240px); }
  .beg-site-header__inner { min-height: 70px; gap: 10px; }
  .beg-brand { min-width: 0; }
  .beg-brand .custom-logo { max-width: 150px; max-height: 54px; }
  .beg-galabau__grid { grid-template-columns: 1fr; gap: 24px; }
  .beg-galabau__logo { width: 210px; min-height: 105px; justify-self: start; }
  .beg-galabau__logo img { height: 90px; }
  .beg-galabau__ticket, .beg-galabau__ticket[open], .beg-galabau__map-link { grid-column: auto; grid-row: auto; }
  .beg-galabau__ticket[open] { padding: 20px; }
  .beg-galabau__stands { flex-direction: column; }
  .beg-wordmark { font-size: 2rem; }
  .beg-brand small { display: none; }
  .beg-site-header__inner > .beg-button { min-height: 40px; padding: 8px 14px; font-size: .8rem; }
  .beg-hero { min-height: 620px; padding: 72px 0 58px; background-image: linear-gradient(90deg,rgba(8,12,15,.78) 0%,rgba(8,12,15,.58) 64%,rgba(8,12,15,.22) 100%),linear-gradient(rgba(255,255,255,.08),rgba(255,255,255,.08)),var(--beg-hero-image); background-position: 58% center; }
  .beg-brand-panels, .beg-solution-grid, .beg-family__grid, .beg-contact__grid { grid-template-columns: 1fr; }
  .beg-trust__grid { padding: 13px 0; grid-template-columns: 1fr; }
  .beg-trust__grid > div, .beg-trust__grid > div:first-child { min-height: 48px; padding: 7px 0; border: 0; }
  .beg-brand-panel { min-height: 0; }
  .beg-brand-panel__logo-wrap { min-height: 84px; margin-bottom: 24px; }
  .beg-brand-panel__logo { max-height: 72px; }
  .beg-solution-grid { grid-template-columns: 1fr; }
  .beg-video-strip .beg-wrap { align-items: flex-start; flex-direction: column; }
  .beg-solution-card { min-height: 330px; }
  .beg-solution-card > span { margin-bottom: 35px; }
  .beg-card-grid, .beg-service-grid, .beg-news-grid { grid-template-columns: 1fr; }
  .beg-service-cta__inner, .beg-service-cta__actions, .beg-section-heading--row, .beg-footer__bottom { align-items: flex-start; flex-direction: column; }
  .beg-service-cta__inner { min-height: 0; gap: 28px; }
  .beg-product-card__body > p:not(.beg-eyebrow) { min-height: 0; }
  .beg-family__media, .beg-family__media > img, .beg-family-placeholder { min-height: 380px; height: 380px; }
  .beg-footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .beg-footer__bottom nav { flex-direction: row; gap: 14px 20px; }
  .beg-form-grid { grid-template-columns: 1fr; }
  .beg-form-field--full { grid-column: auto; }
  .beg-form-submit { align-items: flex-start; flex-direction: column; }
  .beg-form-submit { position: relative; }
  .beg-form-submit .wpcf7-spinner { position: absolute; top: 14px; left: 172px; margin: 0; }
}

/* Gebrauchtmaschinen: eigenständige BEG-Seite mit bewusst geladener TruckScout24-Liste. */
body.beg-used-machines-page { margin: 0; background: #fff; }
body.beg-used-machines-page #site-header,
body.beg-used-machines-page header.site-header,
body.beg-used-machines-page #site-footer,
body.beg-used-machines-page footer.site-footer,
body.beg-used-machines-page .page-header,
body.beg-used-machines-page .entry-title { display: none !important; }
body.beg-used-machines-page main.site-main,
body.beg-used-machines-page .site-main,
body.beg-used-machines-page .page-content,
body.beg-used-machines-page article.page { width: 100%; max-width: none; margin: 0; padding: 0; }
body.beg-used-machines-page .entry-content { margin: 0; }
.beg-used-hero { padding: clamp(68px,8vw,112px) 0; color: white; background: linear-gradient(125deg,#202529 0%,#353c41 68%,#454d52 100%); }
.beg-used-hero__grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: clamp(42px,8vw,112px); align-items: end; }
.beg-used-hero .beg-eyebrow { color: #ff4562; }
.beg-used-hero h1 { max-width: 900px; margin: 12px 0 0; color: white; font-size: clamp(2.7rem,5vw,5rem); line-height: .98; text-wrap: balance; }
.beg-used-hero__grid > div:last-child > p { margin: 0; color: #e1e5e7; font-size: clamp(1.02rem,1.5vw,1.2rem); line-height: 1.65; }
.beg-used-facts { display: flex; margin-top: 28px; flex-wrap: wrap; gap: 9px; }
.beg-used-facts span { padding: 8px 10px; color: #edf0f1; border: 1px solid rgba(255,255,255,.22); font-size: .72rem; font-weight: 850; letter-spacing: .04em; }
.beg-used-stock { padding-top: clamp(66px,8vw,104px); }
.beg-used-stock .beg-section-heading { max-width: 850px; }
.beg-used-widget { margin-top: 42px; border-top: 4px solid var(--beg-red); background: white; box-shadow: 0 18px 48px rgba(18,27,32,.09); }
.beg-used-widget__permission { display: grid; min-height: 340px; padding: clamp(34px,5vw,56px); place-content: center; text-align: center; background: linear-gradient(145deg,#fff 0%,#f5f7f7 100%); }
.beg-used-widget__logo { display: flex; min-height: 62px; align-items: center; justify-content: center; }
.beg-used-widget__logo img { display: block; width: auto; max-width: min(230px,58vw); max-height: 72px; object-fit: contain; }
.beg-used-widget__permission h3 { margin: 20px 0 12px; font-size: clamp(1.75rem,3vw,2.7rem); }
.beg-used-widget__permission p { max-width: 720px; margin: 0 auto; color: #626b70; line-height: 1.7; }
.beg-used-widget__permission p a { color: var(--beg-red); font-weight: 750; }
.beg-used-widget__permission .beg-actions { justify-content: center; margin-top: 30px; }
.beg-used-widget__permission button.beg-button { min-width: 190px; color: #fff !important; border-color: var(--beg-red) !important; background: var(--beg-red) !important; }
.beg-used-widget__permission button.beg-button:hover { border-color: var(--beg-red-dark) !important; background: var(--beg-red-dark) !important; }
.beg-used-widget__permission button:disabled { opacity: .65; cursor: wait; }
.beg-used-widget__frame { min-height: 1200px; background: #f5f6f6; }
.beg-used-widget__frame iframe { display: block; width: 100%; height: 1200px; border: 0; background: white; }
.beg-used-noscript { padding: 22px; border-left: 4px solid var(--beg-red); background: white; }
.beg-used-contact { padding: clamp(58px,7vw,88px) 0; background: #fff; }
.beg-used-contact > .beg-wrap { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.beg-used-contact h2 { margin: 10px 0 14px; font-size: clamp(2rem,3.6vw,3.6rem); }
.beg-used-contact p:not(.beg-eyebrow) { max-width: 720px; margin-bottom: 0; color: #626b70; }
.beg-used-contact .beg-actions { flex: 0 0 auto; align-items: center; }

@media (max-width: 900px) {
  .beg-used-hero__grid { grid-template-columns: 1fr; align-items: start; }
  .beg-used-contact > .beg-wrap { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
  .beg-used-hero { padding: 54px 0 64px; }
  .beg-used-widget { margin-top: 30px; }
  .beg-used-widget__permission { min-height: 380px; padding: 34px 22px; }
  .beg-used-widget__permission .beg-actions { align-items: stretch; flex-direction: column; }
  .beg-used-widget__permission .beg-button { width: 100%; text-align: center; }
  .beg-used-widget__frame,
  .beg-used-widget__frame iframe { min-height: 1450px; height: 1450px; }
}

@media (max-width: 420px) {
	.beg-ax-concept__facts { grid-template-columns: 1fr; }
	.beg-ax-concept__facts div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
	.beg-ax-concept__facts div:last-child { border-bottom: 0; }
  .beg-brand .custom-logo { max-width: 138px; }
  .beg-site-header__inner > .beg-button { padding-inline: 12px; }
  .beg-actions { align-items: stretch; flex-direction: column; }
  .beg-actions .beg-button { width: 100%; }
  .beg-hero { min-height: 600px; background-position: 60% center; }
}

/* Vermietung 0.19.0 */
body.beg-rental-page { margin: 0; background: var(--beg-light); }
body.beg-rental-page #site-header,
body.beg-rental-page header.site-header,
body.beg-rental-page #site-footer,
body.beg-rental-page footer.site-footer,
body.beg-rental-page .page-header,
body.beg-rental-page .entry-title { display: none !important; }
body.beg-rental-page main.site-main,
body.beg-rental-page .site-main,
body.beg-rental-page .page-content,
body.beg-rental-page article.page { width: 100%; max-width: none; margin: 0; padding: 0; }
body.beg-rental-page .entry-content { margin: 0; }

.beg-rental-hero { position: relative; isolation: isolate; display: flex; min-height: clamp(620px,76vh,800px); overflow: hidden; align-items: center; color: white; background: #dce9ef; }
.beg-rental-hero__media { position: absolute; z-index: -2; inset: 0; }
.beg-rental-hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,12,15,.62) 0%,rgba(10,12,15,.32) 42%,rgba(10,12,15,.08) 72%,rgba(10,12,15,.02) 100%),linear-gradient(rgba(255,255,255,.09),rgba(255,255,255,.09)); content: ""; }
.beg-rental-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(1.15) saturate(1.06) contrast(.97); }
.beg-rental-hero__inner { padding-block: clamp(90px,12vw,160px); }
.beg-rental-hero__copy { max-width: 780px; }
.beg-rental-hero h1 { max-width: 830px; color: white; text-shadow: 0 3px 18px rgba(0,0,0,.35); }
.beg-rental-hero .beg-eyebrow { color: #fff; }
.beg-rental-hero__copy > p:not(.beg-eyebrow) { max-width: 690px; margin-bottom: 32px; color: rgba(255,255,255,.9); font-size: clamp(1.06rem,1.5vw,1.25rem); }
.beg-rental-hero .beg-button--ghost { color: white !important; border-color: rgba(255,255,255,.8); background: rgba(0,0,0,.15); }
.beg-rental-hero .beg-button--ghost:hover { color: var(--beg-black) !important; border-color: white; background: white; }
.beg-rental-hero__copy > small { display: block; max-width: 680px; margin-top: 22px; color: rgba(255,255,255,.72); font-size: .8rem; }

.beg-rental-trust { border-bottom: 1px solid #d9dbdd; background: white; }
.beg-rental-trust__grid { display: grid; min-height: 98px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.beg-rental-trust__grid > div { display: flex; padding: 24px 26px; border-right: 1px solid #e2e3e5; align-items: center; gap: 15px; }
.beg-rental-trust__grid > div:first-child { padding-left: 0; }
.beg-rental-trust__grid > div:last-child { border-right: 0; }
.beg-rental-trust__grid span { color: var(--beg-red); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.beg-rental-trust__grid strong { color: var(--beg-black); font-size: .9rem; }

.beg-rental-categories { background: #f5f6f6; }
.beg-rental-category-grid { display: grid; gap: 16px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.beg-rental-category-grid article { display: flex; min-height: 315px; padding: 34px; border: 1px solid #dddfe1; flex-direction: column; background: white; transition: .2s ease; }
.beg-rental-category-grid article:hover { border-color: #b7babd; box-shadow: 0 16px 36px rgba(17,18,20,.08); transform: translateY(-3px); }
.beg-rental-category-grid article > span { margin-bottom: 38px; color: var(--beg-red); font-size: .74rem; font-weight: 800; letter-spacing: .08em; }
.beg-rental-category-grid h3 { margin-bottom: 14px; }
.beg-rental-category-grid p { margin-bottom: 18px; color: var(--beg-muted); font-size: .94rem; }
.beg-rental-category-grid small { margin-top: auto; padding-top: 18px; border-top: 1px solid #ececee; color: #777b80; font-size: .74rem; }
.beg-rental-category-grid a { display: inline-flex; margin-top: 22px; align-items: center; gap: 8px; color: var(--beg-red) !important; font-size: .86rem; font-weight: 750; }
.beg-rental-category-grid a b { transition: transform .2s ease; }
.beg-rental-category-grid a:hover b { transform: translateX(4px); }

.beg-rental-process { padding: clamp(78px,9vw,125px) 0; color: white; background: var(--beg-black); }
.beg-rental-process h2, .beg-rental-process h3 { color: white; }
.beg-rental-process .beg-eyebrow { color: #ff5b72; }
.beg-rental-process ol { display: grid; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(3,minmax(0,1fr)); }
.beg-rental-process li { display: grid; min-height: 230px; padding: 34px; border: 1px solid rgba(255,255,255,.18); border-right: 0; grid-template-rows: auto 1fr; }
.beg-rental-process li:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.beg-rental-process li > span { margin-bottom: 52px; color: #ff5b72; font-size: .74rem; font-weight: 800; letter-spacing: .08em; }
.beg-rental-process li p { margin: 0; color: rgba(255,255,255,.68); font-size: .92rem; }

.beg-rental-benefits { background: white; }
.beg-rental-benefits__grid { display: grid; align-items: start; gap: clamp(46px,8vw,110px); grid-template-columns: .9fr 1.1fr; }
.beg-rental-benefits__grid > div:first-child > p:not(.beg-eyebrow) { color: var(--beg-muted); font-size: 1.04rem; }
.beg-rental-benefits__grid .beg-rental-benefits__closing { margin-top: 30px; padding-top: 22px; border-top: 3px solid var(--beg-red); color: var(--beg-black); font-weight: 750; }
.beg-rental-benefits__cards { display: grid; border-top: 1px solid #dcdedf; }
.beg-rental-benefits__cards article { display: grid; padding: 28px 0; border-bottom: 1px solid #dcdedf; gap: 10px; grid-template-columns: minmax(170px,.7fr) 1fr; }
.beg-rental-benefits__cards strong { color: var(--beg-black); }
.beg-rental-benefits__cards p { margin: 0; color: var(--beg-muted); font-size: .9rem; }

.beg-rental-form-section { padding: clamp(78px,10vw,138px) 0; color: white; background: linear-gradient(125deg,#222428,#111214); }
.beg-rental-form-section__grid { display: grid; align-items: start; gap: clamp(44px,7vw,92px); grid-template-columns: .72fr 1.28fr; }
.beg-rental-form-section h2 { color: white; }
.beg-rental-form-section__copy > p:not(.beg-eyebrow):not(.beg-rental-form-section__note):not(.beg-rental-terms) { color: rgba(255,255,255,.76); font-size: 1.05rem; }
.beg-rental-direct { display: grid; margin-top: 34px; gap: 10px; }
.beg-rental-direct a { display: flex; padding: 17px 19px; border: 1px solid rgba(255,255,255,.2); flex-direction: column; background: rgba(255,255,255,.04); }
.beg-rental-direct small { color: rgba(255,255,255,.6); font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; }
.beg-rental-direct strong { color: white; font-size: 1rem; }
.beg-rental-form-section__note { margin-top: 24px; padding-left: 15px; border-left: 3px solid var(--beg-red); color: rgba(255,255,255,.62); font-size: .8rem; }
.beg-rental-terms { margin-top: 18px; color: rgba(255,255,255,.58); font-size: .74rem; line-height: 1.55; }
.beg-rental-terms strong { color: rgba(255,255,255,.82); }
.beg-rental-form-wrap { padding: clamp(26px,4vw,48px); color: var(--beg-text); background: white; box-shadow: 0 24px 70px rgba(0,0,0,.26); }
.beg-rental-form [hidden] { display: none !important; }
.beg-rental-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.beg-rental-intent { margin-bottom: 34px !important; }
.beg-rental-intent > legend { margin-bottom: 12px; color: var(--beg-black); font-size: 1.08rem; font-weight: 750; }
.beg-rental-intent .wpcf7-form-control { display: grid; gap: 8px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.beg-rental-intent .wpcf7-list-item { margin: 0; }
.beg-rental-intent .wpcf7-list-item label { display: block; position: relative; height: 100%; cursor: pointer; }
.beg-rental-intent input { position: absolute; opacity: 0; pointer-events: none; }
.beg-rental-intent .wpcf7-list-item-label { display: flex; min-height: 58px; padding: 12px; border: 1px solid #cfd1d3; align-items: center; justify-content: center; color: var(--beg-black); background: #fafafa; font-size: .82rem; font-weight: 750; text-align: center; transition: .15s ease; }
.beg-rental-intent input:checked + .wpcf7-list-item-label { border-color: var(--beg-red); color: var(--beg-red); background: #fff2f4; box-shadow: inset 0 0 0 1px var(--beg-red); }
.beg-rental-intent input:focus-visible + .wpcf7-list-item-label { outline: 3px solid rgba(200,16,46,.22); outline-offset: 2px; }
.beg-rental-form__section { margin: 0 -4px 30px; padding: 28px 4px 0; border-top: 1px solid #e0e1e2; }
.beg-rental-form__section-head { display: flex; margin-bottom: 22px; align-items: flex-start; gap: 14px; }
.beg-rental-form__section-head > span { display: inline-flex; width: 32px; height: 32px; flex: 0 0 32px; align-items: center; justify-content: center; color: white; background: var(--beg-red); font-size: .68rem; font-weight: 800; }
.beg-rental-form__section-head strong, .beg-rental-form__section-head small { display: block; }
.beg-rental-form__section-head strong { color: var(--beg-black); font-size: 1rem; }
.beg-rental-form__section-head small { margin-top: 3px; color: var(--beg-muted); font-size: .75rem; }
.beg-rental-form-wrap .beg-form-grid { gap: 4px 16px; }
.beg-rental-form-wrap label, .beg-rental-form-wrap legend { display: block; margin-bottom: 14px; color: #34363a; font-size: .79rem; font-weight: 700; }
.beg-rental-form-wrap input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.beg-rental-form-wrap select,
.beg-rental-form-wrap textarea { width: 100%; min-height: 48px; margin-top: 6px; padding: 10px 12px; border: 1px solid #c7c9cc; border-radius: 2px; color: var(--beg-text); background: white; font: inherit; font-size: .9rem; }
.beg-rental-form-wrap textarea { min-height: 92px; resize: vertical; }
.beg-rental-form-wrap input:focus, .beg-rental-form-wrap select:focus, .beg-rental-form-wrap textarea:focus { border-color: var(--beg-red); outline: 3px solid rgba(200,16,46,.11); }
.beg-rental-transport .wpcf7-form-control { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.beg-rental-transport .wpcf7-list-item { margin: 0; }
.beg-rental-transport label { display: inline-flex; margin: 0; align-items: center; gap: 7px; font-weight: 600; }
.beg-rental-address { margin: 6px 0 18px; padding: 18px; border: 1px solid #dadcde; background: #f7f8f8; }
.beg-rental-address > strong { display: block; margin-bottom: 12px; color: var(--beg-black); font-size: .84rem; }
.beg-rental-address__grid { display: grid; gap: 12px; grid-template-columns: 1.6fr .55fr 1fr; }
.beg-rental-address__grid label { margin: 0; }
.beg-rental-form-wrap .beg-form-privacy { margin-top: 8px; color: var(--beg-muted); font-size: .75rem; font-weight: 500; line-height: 1.5; }
.beg-rental-form-wrap .beg-form-privacy label { display: flex; align-items: flex-start; gap: 9px; font-weight: 500; }
.beg-rental-form-wrap .beg-form-privacy input { margin-top: 3px; }
.beg-rental-form-wrap .beg-form-privacy a { color: var(--beg-red) !important; text-decoration: underline !important; }
.beg-rental-form-wrap .beg-form-submit { display: flex; margin-top: 22px; align-items: center; flex-wrap: wrap; gap: 12px 18px; }
.beg-rental-form-wrap input[type="submit"] { min-height: 54px; padding: 13px 22px; border: 0; color: white; background: var(--beg-red); font: inherit; font-size: .86rem; font-weight: 750; cursor: pointer; transition: .2s ease; }
.beg-rental-form-wrap input[type="submit"]:hover { background: var(--beg-red-dark); transform: translateY(-1px); }
.beg-rental-form-wrap .beg-form-submit small { color: var(--beg-muted); font-size: .74rem; }
.beg-rental-form-wrap .wpcf7-not-valid-tip { display: block; margin-top: 5px; color: var(--beg-red); font-size: .74rem; }
.beg-rental-form-wrap .wpcf7-response-output { margin: 20px 0 0 !important; padding: 12px 14px !important; border-color: var(--beg-red) !important; font-size: .8rem; }
.beg-rental-form-wrap .wpcf7-form.sent .wpcf7-response-output { border-color: #238249 !important; color: #145c31; background: #edf8f1; }

.beg-rental-faq { background: #f5f6f6; }
.beg-rental-faq__grid { display: grid; border-top: 1px solid #ced0d2; }
.beg-rental-faq details { border-bottom: 1px solid #ced0d2; }
.beg-rental-faq summary { display: flex; padding: 23px 0; align-items: center; justify-content: space-between; gap: 24px; color: var(--beg-black); font-size: 1rem; font-weight: 750; cursor: pointer; list-style: none; }
.beg-rental-faq summary::-webkit-details-marker { display: none; }
.beg-rental-faq summary span { color: var(--beg-red); font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.beg-rental-faq details[open] summary span { transform: rotate(45deg); }
.beg-rental-faq details p { max-width: 820px; padding: 0 42px 22px 0; color: var(--beg-muted); }

@media (max-width: 960px) {
  .beg-rental-trust__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beg-rental-trust__grid > div:nth-child(2) { border-right: 0; }
  .beg-rental-trust__grid > div:nth-child(-n+2) { border-bottom: 1px solid #e2e3e5; }
  .beg-rental-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beg-rental-form-section__grid { grid-template-columns: 1fr; }
  .beg-rental-form-section__copy { max-width: 720px; }
}

@media (max-width: 767px) {
  .beg-rental-hero { min-height: 620px; }
  .beg-rental-hero__media::after { background: linear-gradient(90deg,rgba(8,10,12,.70),rgba(8,10,12,.40)),linear-gradient(rgba(255,255,255,.07),rgba(255,255,255,.07)); }
  .beg-rental-trust__grid { grid-template-columns: 1fr; }
  .beg-rental-trust__grid > div { min-height: 68px; padding: 16px 0; border-right: 0; border-bottom: 1px solid #e2e3e5; }
  .beg-rental-category-grid, .beg-rental-process ol, .beg-rental-benefits__grid { grid-template-columns: 1fr; }
  .beg-rental-category-grid article { min-height: 0; }
  .beg-rental-process li, .beg-rental-process li:last-child { min-height: 0; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
  .beg-rental-process li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
  .beg-rental-process li > span { margin-bottom: 30px; }
  .beg-rental-benefits__cards article { grid-template-columns: 1fr; }
  .beg-rental-intent .wpcf7-form-control, .beg-rental-form-wrap .beg-form-grid, .beg-rental-address__grid { grid-template-columns: 1fr; }
  .beg-rental-form-wrap { padding: 24px 18px; }
  .beg-rental-form-wrap .beg-form-submit { align-items: stretch; flex-direction: column; }
  .beg-rental-form-wrap input[type="submit"] { width: 100%; }
}

/* Service-Landingpage */
body.beg-service-landing-page { margin: 0; background: var(--beg-light); }
body.beg-service-landing-page #site-header,
body.beg-service-landing-page header.site-header,
body.beg-service-landing-page #site-footer,
body.beg-service-landing-page footer.site-footer,
body.beg-service-landing-page .page-header,
body.beg-service-landing-page .entry-title { display: none !important; }

body.beg-imprint-page #site-header,
body.beg-imprint-page header.site-header,
body.beg-imprint-page #site-footer,
body.beg-imprint-page footer.site-footer,
body.beg-imprint-page .page-header,
body.beg-imprint-page .entry-title,
body.beg-privacy-page #site-header,
body.beg-privacy-page header.site-header,
body.beg-privacy-page #site-footer,
body.beg-privacy-page footer.site-footer,
body.beg-privacy-page .page-header,
body.beg-privacy-page .entry-title { display: none !important; }

body.beg-privacy-page main.site-main,
body.beg-privacy-page .site-main,
body.beg-privacy-page .page-content,
body.beg-privacy-page article.page,
body.beg-privacy-page .entry-content { width: 100%; max-width: none; margin: 0; padding: 0; }

.beg-legal-hero { padding: clamp(64px,8vw,112px) 0 54px; background: #fff; }
.beg-legal-hero h1 { max-width: 850px; margin: 8px 0 14px; font-size: clamp(2.7rem,6vw,5.6rem); line-height: .95; letter-spacing: -.055em; }
.beg-legal-hero p:last-child { max-width: 720px; margin: 0; color: #55595d; font-size: 1.05rem; }
.beg-legal-content { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 64px; max-width: 1040px; }
.beg-legal-content section { padding: 34px 0; border-top: 1px solid #d7d9db; }
.beg-legal-content section:first-child,
.beg-legal-content section:nth-child(2) { border-top: 0; }
.beg-legal-content h2 { margin: 0 0 14px; font-size: clamp(1.25rem,2vw,1.65rem); line-height: 1.15; }
.beg-legal-content p { margin: 0 0 14px; color: #3f4347; line-height: 1.75; }
.beg-legal-content p:last-child { margin-bottom: 0; }
.beg-legal-content a { color: var(--beg-red); font-weight: 700; text-decoration: none; }
.beg-legal-content a:hover { text-decoration: underline; }
.beg-privacy-overview { max-width: 1040px; }
.beg-privacy-overview p { max-width: 900px; margin: 0; color: #35393d; font-size: clamp(1.02rem,1.8vw,1.25rem); line-height: 1.7; }
.beg-privacy-nav { display: grid; margin-top: 30px; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid #d7d9db; background: #fff; }
.beg-privacy-nav a { padding: 17px 20px; color: var(--beg-black); font-size: .82rem; font-weight: 760; text-decoration: none; border-right: 1px solid #d7d9db; }
.beg-privacy-nav a:last-child { border-right: 0; }
.beg-privacy-nav a:hover { color: var(--beg-red); background: #fff5f6; }
.beg-privacy-content { display: block; max-width: 900px; }
.beg-privacy-content section { scroll-margin-top: 105px; }
.beg-privacy-content section:nth-child(2) { border-top: 1px solid #d7d9db; }

@media (max-width: 767px) {
  .beg-legal-hero { padding: 48px 0 38px; }
  .beg-legal-content { grid-template-columns: 1fr; gap: 0; }
  .beg-legal-content section:nth-child(2) { border-top: 1px solid #d7d9db; }
  .beg-legal-content section { padding: 27px 0; }
  .beg-privacy-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beg-privacy-nav a { border-bottom: 1px solid #d7d9db; }
  .beg-privacy-nav a:nth-child(2n) { border-right: 0; }
  .beg-privacy-nav a:nth-last-child(-n+2) { border-bottom: 0; }
}
body.beg-service-landing-page main.site-main,
body.beg-service-landing-page .site-main,
body.beg-service-landing-page .page-content,
body.beg-service-landing-page article.page,
body.beg-service-landing-page .entry-content { width: 100%; max-width: none; margin: 0; padding: 0; }

.beg-service-hero { position: relative; isolation: isolate; display: flex; min-height: clamp(650px,79vh,830px); overflow: hidden; align-items: center; color: white; background: #dce9ef; }
.beg-service-hero__media { position: absolute; z-index: -2; inset: 0; }
.beg-service-hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(7,9,12,.66) 0%,rgba(7,9,12,.36) 46%,rgba(7,9,12,.10) 76%,rgba(7,9,12,.02) 100%),linear-gradient(rgba(255,255,255,.09),rgba(255,255,255,.09)); }
.beg-service-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(1.15) saturate(1.06) contrast(.97); }
.beg-service-hero__inner { padding-block: clamp(94px,12vw,165px); }
.beg-service-hero__copy { max-width: 820px; }
.beg-service-hero h1 { max-width: 850px; color: white; text-shadow: 0 3px 18px rgba(0,0,0,.34); }
.beg-service-hero .beg-eyebrow { color: #fff; }
.beg-service-hero__copy > p:not(.beg-eyebrow) { max-width: 760px; margin-bottom: 32px; color: rgba(255,255,255,.9); font-size: clamp(1.06rem,1.5vw,1.24rem); }
.beg-service-hero .beg-button--ghost { color: white !important; border-color: rgba(255,255,255,.8); background: rgba(0,0,0,.15); }
.beg-service-hero .beg-button--ghost:hover { color: var(--beg-black) !important; border-color: white; background: white; }
.beg-service-hero__copy > small { display: block; max-width: 720px; margin-top: 22px; color: rgba(255,255,255,.72); font-size: .8rem; }

.beg-service-trust { border-bottom: 1px solid #d9dbdd; background: white; }
.beg-service-trust__grid { display: grid; min-height: 104px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.beg-service-trust__grid > div { display: flex; padding: 23px 25px; border-right: 1px solid #e2e3e5; flex-direction: column; justify-content: center; gap: 6px; }
.beg-service-trust__grid > div:first-child { padding-left: 0; }
.beg-service-trust__grid > div:last-child { border-right: 0; }
.beg-service-trust__grid span { color: var(--beg-red); font-size: .7rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.beg-service-trust__grid strong { color: var(--beg-black); font-size: .92rem; line-height: 1.35; }

.beg-service-first { background: white; }
.beg-service-first__grid { display: grid; align-items: start; gap: clamp(46px,8vw,110px); grid-template-columns: .82fr 1.18fr; }
.beg-service-first__grid > div > p:not(.beg-eyebrow) { max-width: 620px; color: var(--beg-muted); font-size: 1.02rem; }
.beg-service-first ol { display: grid; margin: 0; padding: 0; border-top: 1px solid #d7d9db; list-style: none; }
.beg-service-first li { display: grid; padding: 26px 0; border-bottom: 1px solid #d7d9db; grid-template-columns: 54px 1fr; gap: 14px; }
.beg-service-first li > span { color: var(--beg-red); font-size: .72rem; font-weight: 850; letter-spacing: .07em; }
.beg-service-first li h3 { margin-bottom: 7px; font-size: 1.15rem; }
.beg-service-first li p { margin: 0; color: var(--beg-muted); font-size: .9rem; }

.beg-service-offer { background: #f4f5f5; }
.beg-service-offer__grid { display: grid; gap: 16px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.beg-service-offer__grid article { display: flex; min-height: 310px; padding: 34px; border-top: 4px solid var(--beg-red); flex-direction: column; background: white; box-shadow: 0 12px 30px rgba(17,18,20,.055); }
.beg-service-offer__grid article > span { margin-bottom: 45px; color: var(--beg-red); font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.beg-service-offer__grid h3 { margin-bottom: 15px; }
.beg-service-offer__grid p { margin-bottom: 24px; color: var(--beg-muted); font-size: .92rem; }
.beg-service-offer__grid a { display: inline-flex; margin-top: auto; align-items: center; gap: 8px; color: var(--beg-red) !important; font-size: .84rem; font-weight: 780; }
.beg-service-offer__grid a b { transition: transform .2s ease; }
.beg-service-offer__grid a:hover b { transform: translateX(4px); }

.beg-service-gold { padding: clamp(78px,10vw,140px) 0; color: white; background: linear-gradient(125deg,#152f4e,#0e1f34 70%); }
.beg-service-gold__grid { display: grid; align-items: center; gap: clamp(48px,9vw,130px); grid-template-columns: .72fr 1.28fr; }
.beg-service-gold__mark { position: relative; display: flex; min-height: 340px; padding: 42px; border: 1px solid rgba(255,255,255,.18); flex-direction: column; justify-content: flex-end; overflow: hidden; background: rgba(255,255,255,.05); }
.beg-service-gold__mark::before { position: absolute; width: 250px; height: 250px; top: -92px; right: -72px; border: 48px solid #d3a928; border-radius: 50%; content: ""; opacity: .92; }
.beg-service-gold__mark span { position: relative; color: #e1bc43; font-size: clamp(3.8rem,7vw,6.5rem); font-weight: 900; letter-spacing: -.06em; line-height: .85; }
.beg-service-gold__mark strong { position: relative; max-width: 260px; margin-top: 22px; color: white; font-size: 1.12rem; line-height: 1.3; }
.beg-service-gold .beg-eyebrow { color: #e1bc43; }
.beg-service-gold h2 { color: white; }
.beg-service-gold__grid > div:last-child > p:not(.beg-eyebrow) { color: #dbe3eb; font-size: 1.04rem; }
.beg-service-gold__scope { margin-top: 30px; padding: 20px 22px; border-left: 4px solid #e1bc43; background: rgba(255,255,255,.06); }
.beg-service-gold__scope strong { color: white; }

.beg-service-process { padding: clamp(78px,9vw,125px) 0; color: white; background: var(--beg-black); }
.beg-service-process h2, .beg-service-process h3 { color: white; }
.beg-service-process .beg-eyebrow { color: #ff5b72; }
.beg-service-process ol { display: grid; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(4,minmax(0,1fr)); }
.beg-service-process li { min-height: 260px; padding: 32px; border: 1px solid rgba(255,255,255,.18); border-right: 0; }
.beg-service-process li:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.beg-service-process li > span { display: block; margin-bottom: 54px; color: #ff5b72; font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.beg-service-process li h3 { font-size: 1.12rem; }
.beg-service-process li p { margin: 0; color: rgba(255,255,255,.66); font-size: .88rem; }

.beg-service-form-section { padding: clamp(78px,10vw,138px) 0; color: white; background: linear-gradient(125deg,#25272b,#111214); }
.beg-service-form-section__grid { display: grid; align-items: start; gap: clamp(44px,7vw,92px); grid-template-columns: .72fr 1.28fr; }
.beg-service-form-section h2 { color: white; }
.beg-service-form-section__copy > p:not(.beg-eyebrow):not(.beg-service-form-section__note) { color: rgba(255,255,255,.76); font-size: 1.04rem; }
.beg-service-form-section__note { margin-top: 24px; padding-left: 15px; border-left: 3px solid var(--beg-red); color: rgba(255,255,255,.62); font-size: .78rem; }
.beg-service-form-wrap .beg-service-form__files { display: grid; gap: 9px; }
.beg-service-form-wrap .beg-service-form__files label { margin: 0; padding: 12px 14px; border: 1px solid #d7d9db; background: #f7f8f8; }
.beg-service-form-wrap .beg-service-form__files small { color: var(--beg-muted); font-size: .72rem; }

.beg-service-faq { background: #f5f6f6; }

@media (max-width: 960px) {
  .beg-service-trust__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beg-service-trust__grid > div:nth-child(2) { border-right: 0; }
  .beg-service-trust__grid > div:nth-child(-n+2) { border-bottom: 1px solid #e2e3e5; }
  .beg-service-offer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beg-service-form-section__grid { grid-template-columns: 1fr; }
  .beg-service-form-section__copy { max-width: 720px; }
  .beg-service-process ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beg-service-process li:nth-child(2) { border-right: 1px solid rgba(255,255,255,.18); }
  .beg-service-process li:nth-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 767px) {
  .beg-service-hero { min-height: 650px; }
  .beg-service-hero__media::after { background: linear-gradient(90deg,rgba(7,9,12,.70),rgba(7,9,12,.40)),linear-gradient(rgba(255,255,255,.07),rgba(255,255,255,.07)); }
  .beg-service-trust__grid, .beg-service-first__grid, .beg-service-offer__grid, .beg-service-gold__grid, .beg-service-process ol { grid-template-columns: 1fr; }
  .beg-service-trust__grid > div { min-height: 76px; padding: 16px 0; border-right: 0; border-bottom: 1px solid #e2e3e5; }
  .beg-service-offer__grid article { min-height: 0; }
  .beg-service-gold__mark { min-height: 280px; }
  .beg-service-process li, .beg-service-process li:nth-child(2), .beg-service-process li:last-child { min-height: 0; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
  .beg-service-process li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
  .beg-service-process li > span { margin-bottom: 30px; }
}

/* Produkt-Landingpages */
body.single-beg_product_group { margin: 0; background: var(--beg-light); }
body.single-beg_product_group #site-header,
body.single-beg_product_group header.site-header,
body.single-beg_product_group #site-footer,
body.single-beg_product_group footer.site-footer,
body.single-beg_product_group .page-header,
body.single-beg_product_group .entry-title { display: none !important; }
body.single-beg_product_group main.site-main,
body.single-beg_product_group .site-main,
body.single-beg_product_group .page-content,
body.single-beg_product_group article.beg_product_group,
body.single-beg_product_group .entry-content { width: 100%; max-width: none; margin: 0; padding: 0; }

.beg-product-hero { position: relative; overflow: hidden; padding: clamp(66px,8vw,112px) 0; background: linear-gradient(115deg,#f5f5f3 0%,#fff 72%); }
.beg-product-hero::before { position: absolute; width: 340px; height: 340px; top: -190px; right: -110px; border: 65px solid rgba(200,16,46,.08); border-radius: 50%; content: ""; }
.beg-product-hero__grid { display: grid; align-items: center; grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); gap: clamp(42px,6vw,88px); }
.beg-product-hero h1 { max-width: 700px; }
.beg-product-hero__lead { max-width: 650px; margin-bottom: 34px; color: #51555a; font-size: clamp(1.04rem,1.35vw,1.22rem); line-height: 1.7; }
.beg-product-brand-lockup { display: inline-flex; margin-bottom: 28px; padding: 13px 17px; align-items: center; border-left: 5px solid #f0c400; gap: 18px; background: white; box-shadow: 0 8px 24px rgba(17,18,20,.08); }
.beg-product-brand-lockup img { width: min(280px,100%); height: 70px; object-fit: contain; object-position: left center; }
.beg-product-brand-lockup strong { color: #143a68; font-size: clamp(1.65rem,2.5vw,2.35rem); font-style: italic; font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.beg-product-brand-lockup span { padding-left: 18px; border-left: 1px solid #d9dbde; color: #555a60; font-size: .76rem; font-weight: 750; line-height: 1.35; }
.beg-product-hero__media { position: relative; min-height: 520px; overflow: hidden; background: var(--beg-anthracite); box-shadow: var(--beg-shadow); }
.beg-product-hero__media > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.beg-product-placeholder { position: absolute; inset: 0; display: flex; padding: clamp(34px,5vw,66px); align-items: flex-start; flex-direction: column; justify-content: flex-end; color: white; background: linear-gradient(145deg,#292c31,#101113 70%); }
.beg-product-placeholder::after { position: absolute; width: 330px; height: 330px; top: -105px; right: -90px; border: 60px solid var(--beg-red); border-radius: 50%; opacity: .9; content: ""; }
.beg-product-placeholder strong { position: relative; z-index: 1; color: var(--beg-red); font-size: clamp(4rem,8vw,7rem); font-style: italic; font-weight: 900; letter-spacing: -.07em; line-height: .9; text-transform: uppercase; }
.beg-product-placeholder span { position: relative; z-index: 1; margin-top: 22px; font-size: 1.2rem; font-weight: 750; }
.beg-product-placeholder small { position: relative; z-index: 1; max-width: 420px; margin-top: 8px; color: #bfc2c6; font-size: .8rem; }
.beg-product-hero__fallback { position: absolute; inset: 0; display: flex; padding: clamp(28px,4vw,52px); align-items: center; flex-direction: column; justify-content: center; color: #151618; background: linear-gradient(145deg,#fff,#ececea); }
.beg-product-hero__fallback img { width: 100%; height: auto; max-height: 360px; object-fit: contain; filter: drop-shadow(0 22px 22px rgba(17,18,20,.2)); }
.beg-product-hero__fallback > div { width: 100%; margin-top: 20px; padding-top: 18px; border-top: 1px solid #d5d6d7; }
.beg-product-hero__fallback strong, .beg-product-hero__fallback span { display: block; }
.beg-product-hero__fallback strong { font-size: clamp(1.15rem,1.8vw,1.55rem); }
.beg-product-hero__fallback span { margin-top: 6px; color: var(--beg-red); font-size: .86rem; font-weight: 800; letter-spacing: .04em; }
.beg-product-hero__fallback--photo { align-items: stretch; justify-content: flex-end; color: white; background: #202226; }
.beg-product-hero__fallback--photo::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(to bottom,transparent,rgba(8,9,11,.88)); }
.beg-product-hero__fallback--photo img { position: absolute; inset: 0; width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: 56% center; filter: none; }
.beg-product-hero__fallback--photo > div { position: relative; z-index: 1; margin-top: 0; padding: 22px 0 0; border-top-color: rgba(255,255,255,.48); }
.beg-product-hero__fallback--photo span { color: white; }
.beg-product-hero__fallback--kx { padding: clamp(22px,3vw,38px); background: linear-gradient(145deg,#fff,#edf7f7); }
.beg-product-hero__fallback--kx img { max-height: 410px; filter: drop-shadow(0 22px 24px rgba(17,18,20,.18)); }
.beg-product-hero__fallback--kx > div { border-top-color: rgba(0,154,163,.3); }
.beg-product-hero__fallback--kx span { color: #007c83; }

.beg-product-problem { padding: clamp(54px,7vw,88px) 0; color: white; background: var(--beg-red); }
.beg-product-problem__grid { display: grid; align-items: center; grid-template-columns: .95fr 1.05fr; gap: clamp(38px,7vw,90px); }
.beg-product-problem .beg-eyebrow { color: #fff; opacity: .8; }
.beg-product-problem h2 { max-width: 570px; margin-bottom: 0; color: white; font-size: clamp(2.1rem,3.7vw,3.7rem); }
.beg-product-problem__grid > p { max-width: 630px; margin: 0; font-size: clamp(1.1rem,1.55vw,1.35rem); line-height: 1.65; }

.beg-product-proof { padding: 30px 0 26px; color: white; background: var(--beg-black); }
.beg-product-proof__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #3b3d41; }
.beg-product-proof__grid > div { min-height: 126px; padding: 25px 28px; background: var(--beg-anthracite); }
.beg-product-proof__grid strong { display: block; color: var(--beg-red); font-size: clamp(1.25rem,1.8vw,1.65rem); font-weight: 850; letter-spacing: -.025em; line-height: 1.08; }
.beg-product-proof__grid span { display: block; margin-top: 11px; color: #eef0f2; font-size: .88rem; line-height: 1.45; }
.beg-product-proof__note { margin: 13px auto 0; color: #9fa3a8; font-size: .72rem; }

.beg-product-benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.beg-product-benefit-grid > div { min-height: 315px; padding: clamp(28px,3vw,42px); border-top: 4px solid var(--beg-red); background: white; box-shadow: 0 12px 32px rgba(17,18,20,.07); }
.beg-product-benefit-grid span { display: block; margin-bottom: 46px; color: var(--beg-red); font-size: .8rem; font-weight: 800; letter-spacing: .06em; }
.beg-product-benefit-grid h3 { margin-bottom: 18px; font-size: clamp(1.25rem,1.7vw,1.65rem); line-height: 1.2; }
.beg-product-benefit-grid p { margin: 0; color: var(--beg-muted); font-size: .91rem; line-height: 1.62; }

.beg-product-sector { color: white; background: linear-gradient(125deg,#143a68 0%,#102c4d 62%,#0d233c 100%); }
.beg-product-sector__grid { display: grid; align-items: stretch; grid-template-columns: minmax(0,1.3fr) minmax(320px,.7fr); gap: clamp(34px,6vw,86px); }
.beg-product-sector .beg-eyebrow { color: #f0c400; }
.beg-product-sector h2 { max-width: 720px; color: white; }
.beg-product-sector__copy > p:not(.beg-eyebrow) { max-width: 720px; color: #dbe4ed; font-size: 1.08rem; line-height: 1.75; }
.beg-product-sector__copy ul { display: grid; margin: 34px 0 0; padding: 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 28px; list-style: none; }
.beg-product-sector__copy li { position: relative; padding-left: 25px; color: white; font-size: .94rem; font-weight: 700; }
.beg-product-sector__copy li::before { position: absolute; width: 10px; height: 10px; top: .45em; left: 0; border-radius: 50%; content: ""; background: #f0c400; }
.beg-product-sector__stat { display: flex; min-height: 390px; padding: clamp(34px,5vw,62px); justify-content: center; flex-direction: column; color: #151618; background: #f0c400; }
.beg-product-sector__stat > span { font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.beg-product-sector__stat strong { margin: 18px 0 14px; font-size: clamp(5rem,9vw,9rem); font-weight: 900; letter-spacing: -.08em; line-height: .82; }
.beg-product-sector__stat p { margin: 0; font-size: 1.05rem; font-weight: 750; line-height: 1.55; }
.beg-product-sector__image { min-height: 430px; margin: 0; overflow: hidden; background: #d9e2ea; box-shadow: 0 18px 40px rgba(3,12,22,.25); }
.beg-product-sector__image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: 58% center; }

.beg-product-models .beg-section-heading > p:last-child { color: #bec1c5; }
.beg-product-model-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.beg-product-model-grid article { display: grid; min-height: 760px; overflow: hidden; border: 1px solid #484b50; grid-template-columns: 1fr; grid-template-rows: minmax(410px,auto) 1fr; background: var(--beg-anthracite); }
.beg-product-model-grid article:last-child:nth-child(odd) { width: calc(50% - 10px); grid-column: 1 / -1; justify-self: center; }
.beg-product-model-card__image { position: relative; min-height: 410px; overflow: hidden; background: #f3f3f1; }
.beg-product-model-card__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 5px; }
.beg-product-model-card--12mtx .beg-product-model-card__image img { transform: scale(1.2); }
.beg-product-model-card__placeholder { position: absolute; inset: 0; display: flex; padding: 28px; align-items: flex-start; flex-direction: column; justify-content: center; color: #151618; background: linear-gradient(145deg,#fff,#e8e9e7); }
.beg-product-model-card__placeholder span { margin-bottom: 10px; color: var(--beg-red); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.beg-product-model-card__placeholder b { font-size: clamp(2.3rem,4vw,4.2rem); font-style: italic; font-weight: 900; letter-spacing: -.06em; line-height: .95; }
.beg-product-model-card__placeholder small { max-width: 190px; margin-top: 18px; color: #686c70; line-height: 1.45; }
.beg-product-model-card__body { display: flex; padding: clamp(28px,3vw,40px); flex-direction: column; }
.beg-product-model-card__body > strong { color: white; font-size: clamp(2.1rem,3.4vw,3.35rem); font-style: italic; font-weight: 850; letter-spacing: -.045em; line-height: 1; text-transform: uppercase; }
.beg-product-model-card__use { min-height: 50px; margin: 24px 0 20px; color: #d7d9dc; font-size: .94rem; line-height: 1.55; }
.beg-product-model-card__body dl { margin: 0; border-top: 1px solid #4b4e53; }
.beg-product-model-card__body dl > div { display: grid; padding: 9px 0; border-bottom: 1px solid #414449; grid-template-columns: 1fr auto; gap: 14px; }
.beg-product-model-card__body dt { color: #9ea2a7; font-size: .76rem; }
.beg-product-model-card__body dd { margin: 0; color: white; font-size: .78rem; font-weight: 750; text-align: right; }
.beg-product-model-grid a { margin-top: auto; padding-top: 26px; color: white !important; font-size: .85rem; font-weight: 750; }
.beg-product-model-grid a span { margin-left: 7px; color: var(--beg-red); }
.beg-product-comparison { margin-top: 58px; overflow-x: auto; border: 1px solid #484b50; background: #1c1e21; }
.beg-product-comparison table { width: 100%; min-width: 820px; border-collapse: collapse; color: white; }
.beg-product-comparison caption { padding: 26px 28px; color: white; font-size: 1.2rem; font-weight: 800; text-align: left; }
.beg-product-comparison th, .beg-product-comparison td { padding: 16px 22px; border-top: 1px solid #3e4146; text-align: left; }
.beg-product-comparison thead th { color: white; background: #282b2f; font-size: .92rem; }
.beg-product-comparison tbody th { width: 220px; color: #b9bdc1; font-size: .82rem; font-weight: 600; }
.beg-product-comparison td { font-size: .88rem; font-weight: 700; }
.beg-product-comparison-hint { margin: 42px 0 -42px; color: #aeb2b6; font-size: .78rem; font-weight: 700; text-align: right; }
.beg-product-model-note { max-width: 900px; margin: 15px 0 0; color: #8f9398; font-size: .72rem; line-height: 1.55; }

.beg-kx-new { overflow: hidden; color: #fff; background: linear-gradient(135deg,#062f32,#0b575c); }
.beg-kx-new__grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(34px,6vw,84px); }
.beg-kx-new__copy .beg-eyebrow { color: #87e0e4; }
.beg-kx-new__copy h2 { margin: 12px 0 20px; color: #fff; font-size: clamp(2rem,4vw,3.5rem); line-height: 1.04; }
.beg-kx-new__copy > p:not(.beg-eyebrow) { color: #d8eeee; font-size: 1.08rem; line-height: 1.7; }
.beg-kx-new__copy ul { margin: 26px 0 30px; padding-left: 20px; color: #edf8f8; }
.beg-kx-new__copy li { margin: 11px 0; line-height: 1.55; }
.beg-kx-new__copy li::marker { color: #ff6a3d; }
.beg-kx-new__copy .beg-button--ghost { color: #fff !important; border-color: rgba(255,255,255,.48); background: transparent; }
.beg-kx-new__models { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.beg-kx-new__models figure { position: relative; margin: 0; padding: 18px 18px 0; color: #101719; background: #fff; box-shadow: 0 24px 56px rgba(0,0,0,.22); }
.beg-kx-new__models figure > span { position: absolute; top: 18px; left: 18px; z-index: 1; padding: 7px 10px; color: #fff; background: var(--beg-red); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.beg-kx-new__models img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; }
.beg-kx-new__models figcaption { display: flex; padding: 18px 2px 20px; align-items: baseline; justify-content: space-between; gap: 10px; border-top: 1px solid #e6ebec; }
.beg-kx-new__models figcaption strong { font-size: 1.15rem; }
.beg-kx-new__models figcaption small { color: #687276; font-weight: 700; }
.beg-kx-accessories { background: #eef4f4; }
.beg-kx-accessories .beg-section-heading { max-width: 900px; margin-bottom: 42px; }
.beg-kx-accessories .beg-section-heading > p:last-child { max-width: 790px; color: var(--beg-muted); font-size: 1.08rem; }
.beg-kx-accessories__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.beg-kx-accessory-card { overflow: hidden; padding: 0 26px 28px; border-top: 4px solid #0097a7; background: #fff; box-shadow: 0 14px 34px rgba(20,38,42,.08); }
.beg-home .beg-kx-accessory-card__image { display: block; width: calc(100% + 52px); max-width: none; aspect-ratio: 3 / 2; margin: 0 -26px 24px; object-fit: cover; }
.beg-kx-accessory-card__number { display: block; margin-bottom: 18px; color: var(--beg-red); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.beg-kx-accessory-card h3 { margin: 0 0 12px; font-size: clamp(1.2rem,1.7vw,1.5rem); line-height: 1.12; }
.beg-kx-accessory-card p { min-height: 4.6em; margin: 0 0 20px; color: var(--beg-muted); line-height: 1.55; }
.beg-kx-accessory-card ul { margin: 0; padding-left: 19px; color: #24272a; }
.beg-kx-accessory-card li { margin: 8px 0; line-height: 1.45; }
.beg-kx-accessory-card li::marker { color: #0097a7; }
.beg-kx-accessories__footer { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 38px; margin-top: 22px; padding: 30px 34px; color: #fff; background: #073f43; }
.beg-kx-accessories__footer .beg-eyebrow { color: #71d0d5; }
.beg-kx-accessories__footer p { margin-bottom: 0; line-height: 1.65; }
.beg-kx-accessories__actions { display: flex; align-items: flex-start; flex-direction: column; gap: 17px; }
.beg-kx-accessories__actions .beg-text-link { color: #fff; }

.beg-product-fit { background: white; }
.beg-product-fit__grid { display: grid; align-items: stretch; grid-template-columns: 1.05fr .95fr; gap: clamp(24px,5vw,70px); }
.beg-product-fit__grid > div:first-child { padding: clamp(12px,2vw,24px) 0; }
.beg-product-fit__grid > div:first-child > p:last-child { max-width: 650px; color: var(--beg-muted); font-size: 1.08rem; }
.beg-product-orientation { padding: clamp(34px,4.5vw,58px); color: white; background: var(--beg-anthracite); }
.beg-product-orientation > p:not(.beg-eyebrow) { margin-bottom: 28px; color: #d4d6d9; font-size: 1rem; line-height: 1.7; }

.beg-product-media-section { background: #f1f6fa; }
.beg-product-media-section .beg-section-heading { max-width: 900px; }
.beg-product-media-section .beg-section-heading > p:last-child { max-width: 760px; color: var(--beg-muted); font-size: 1.06rem; line-height: 1.7; }
.beg-product-gallery { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 250px; gap: 18px; }
.beg-product-gallery__item { position: relative; min-width: 0; margin: 0; overflow: hidden; cursor: zoom-in; background: #d8dde1; box-shadow: var(--beg-shadow); }
.beg-product-gallery__item::after { position: absolute; top: 16px; right: 16px; display: grid; width: 42px; height: 42px; place-items: center; color: white; font-size: 1.25rem; line-height: 1; content: '⛶'; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(12,15,19,.72); opacity: .9; transition: background .2s ease, transform .2s ease; }
.beg-product-gallery__item:hover::after { background: var(--beg-red); transform: scale(1.06); }
.beg-product-gallery__item:focus-visible { outline: 4px solid var(--beg-red); outline-offset: 4px; }
.beg-product-gallery__item--featured { grid-column: span 2; grid-row: span 2; }
.beg-product-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.beg-product-gallery__item:hover img { transform: scale(1.025); }
.beg-product-gallery figcaption { position: absolute; inset: auto 0 0; display: flex; padding: 52px 22px 20px; align-items: flex-end; gap: 13px; color: white; background: linear-gradient(transparent,rgba(7,10,14,.9)); }
.beg-product-gallery figcaption span { color: #ffd800; font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.beg-product-gallery figcaption strong { font-size: .94rem; line-height: 1.35; }
.beg-lightbox[hidden] { display: none; }
body.beg-lightbox-open { overflow: hidden; }
.beg-lightbox { position: fixed; z-index: 999999; inset: 0; display: grid; padding: clamp(18px,3vw,42px); place-items: center; background: rgba(5,7,10,.94); }
.beg-lightbox__stage { position: relative; display: grid; width: min(94vw,1500px); height: min(92vh,980px); min-height: 0; padding: 42px 72px 24px; grid-template-columns: 52px minmax(0,1fr) 52px; grid-template-rows: minmax(0,1fr); align-items: center; gap: 18px; }
.beg-lightbox__figure { display: grid; min-width: 0; min-height: 0; width: 100%; height: 100%; margin: 0; grid-template-rows: minmax(0,1fr) auto; align-items: center; overflow: hidden; }
.beg-lightbox__image { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain !important; object-position: center center; box-shadow: 0 24px 70px rgba(0,0,0,.45); }
.beg-lightbox__figure figcaption { display: flex; width: 100%; min-height: 60px; padding-top: 18px; align-items: flex-start; justify-content: space-between; gap: 24px; color: white; }
.beg-lightbox__caption { font-size: clamp(.95rem,1.4vw,1.15rem); line-height: 1.45; }
.beg-lightbox__counter { flex: 0 0 auto; color: #c9cdd2; font-size: .9rem; font-weight: 700; letter-spacing: .08em; }
.beg-lightbox button { display: grid; width: 52px; height: 52px; padding: 0; place-items: center; cursor: pointer; color: white; font-family: Arial,sans-serif; font-size: 2.5rem; line-height: 1; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(25,28,32,.82); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.beg-lightbox button:hover, .beg-lightbox button:focus-visible { border-color: var(--beg-red); outline: none; background: var(--beg-red); transform: scale(1.05); }
.beg-lightbox__close { position: absolute; z-index: 2; top: 0; right: 0; font-size: 2rem !important; }
.beg-lightbox__nav--prev { grid-column: 1; }
.beg-lightbox__figure { grid-column: 2; }
.beg-lightbox__nav--next { grid-column: 3; }
.beg-product-media-actions { display: flex; margin-top: 28px; flex-wrap: wrap; gap: 13px; }

.beg-product-beg { padding: clamp(72px,9vw,120px) 0; color: white; background: linear-gradient(135deg,#1b1d20,#292c31); }
.beg-product-beg__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px,7vw,100px); }
.beg-product-beg h2 { max-width: 620px; margin-bottom: 0; color: white; }
.beg-product-beg__grid > div:last-child > p { color: #d1d3d6; font-size: 1.08rem; line-height: 1.75; }
.beg-product-contact-person { margin-top: 20px; }
.beg-product-contact-person strong { color: white; }
.beg-product-contact { border-top: 1px solid rgba(255,255,255,.25); }

/* Mecalac-Produktwelt: BEG bleibt Absender, Mecalac-Blau führt durch die Produktinhalte. */
.beg-product-landing--mecalac {
  --mecalac-blue: #0055a0;
  --mecalac-blue-dark: #003b70;
  --mecalac-blue-deep: #002d56;
  --mecalac-yellow: #ffd800;
  --municipal-orange: #b84c16;
}
.beg-product-landing--mecalac .beg-product-hero { background: linear-gradient(115deg,#edf5fa 0%,#fff 72%); }
.beg-product-landing--mecalac .beg-product-hero::before { border-color: rgba(0,85,160,.13); }
.beg-product-landing--mecalac .beg-product-hero .beg-eyebrow { color: var(--mecalac-blue); }
.beg-product-landing--mecalac .beg-product-brand-lockup { padding-top: 0; padding-right: 0; padding-bottom: 0; border-left-color: var(--mecalac-yellow); background: transparent; box-shadow: none; }

.beg-product-landing--mecalac .beg-product-problem { background: linear-gradient(125deg,var(--mecalac-blue) 0%,var(--mecalac-blue-dark) 100%); }
.beg-product-landing--mecalac .beg-product-problem .beg-eyebrow { color: var(--mecalac-yellow); opacity: 1; }
.beg-product-landing--mecalac .beg-product-proof { background: var(--mecalac-blue-deep); }
.beg-product-landing--mecalac .beg-product-proof__grid { background: rgba(255,255,255,.2); }
.beg-product-landing--mecalac .beg-product-proof__grid > div { background: var(--mecalac-blue-dark); }
.beg-product-landing--mecalac .beg-product-proof__grid strong { color: var(--mecalac-yellow); }
.beg-product-landing--mecalac .beg-product-proof__note { color: #c9d8e7; }

.beg-product-landing--mecalac .beg-product-benefits { background: #f1f6fa; }
.beg-product-landing--mecalac .beg-product-benefit-grid > div { border-top-color: var(--mecalac-blue); }
.beg-product-landing--mecalac .beg-product-benefit-grid span { color: var(--mecalac-blue); }

.beg-product-landing--mecalac .beg-product-sector { background: linear-gradient(125deg,var(--municipal-orange) 0%,#8f3509 100%); }
.beg-product-landing--mecalac .beg-product-sector .beg-eyebrow { color: var(--mecalac-yellow); }
.beg-product-landing--mecalac .beg-product-sector__copy > p:not(.beg-eyebrow) { color: #fff4ed; }
.beg-product-landing--mecalac .beg-product-sector__copy li::before { background: var(--mecalac-yellow); }
.beg-product-landing--mecalac .beg-product-sector__image { box-shadow: 0 18px 40px rgba(61,19,0,.32); }

.beg-product-landing--mecalac .beg-product-models { background: linear-gradient(135deg,var(--mecalac-blue-deep),var(--mecalac-blue-dark)); }
.beg-product-landing--mecalac .beg-product-models .beg-eyebrow { color: var(--mecalac-yellow); }
.beg-product-landing--mecalac .beg-product-models .beg-section-heading > p:last-child { color: #d6e3ef; }
.beg-product-landing--mecalac .beg-product-model-grid article { border-color: rgba(255,255,255,.24); background: #064779; }
.beg-product-landing--mecalac .beg-product-model-card__body dl { border-top-color: rgba(255,255,255,.24); }
.beg-product-landing--mecalac .beg-product-model-card__body dl > div { border-bottom-color: rgba(255,255,255,.2); }
.beg-product-landing--mecalac .beg-product-model-card__body dt { color: #bfd0df; }
.beg-product-landing--mecalac .beg-product-model-grid a span { color: var(--mecalac-yellow); }
.beg-product-landing--mecalac .beg-product-comparison { border-color: rgba(255,255,255,.24); background: var(--mecalac-blue-deep); }
.beg-product-landing--mecalac .beg-product-comparison th,
.beg-product-landing--mecalac .beg-product-comparison td { border-top-color: rgba(255,255,255,.18); }
.beg-product-landing--mecalac .beg-product-comparison thead th { background: #064779; }
.beg-product-landing--mecalac .beg-product-comparison tbody th { color: #cad9e6; }
.beg-product-landing--as .beg-product-model-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.beg-product-landing--as .beg-product-model-grid article { min-height: 720px; grid-template-rows: minmax(330px,auto) 1fr; }
.beg-product-landing--as .beg-product-model-card__image { background: #fff; }
.beg-product-landing--as .beg-product-model-card__image img { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.beg-product-landing--as .beg-product-model-card--as600 .beg-product-model-card__image img { object-fit: cover; padding: 0; }
.beg-product-landing--as .beg-product-comparison table { width: 1780px; min-width: 1780px; }
.beg-product-landing--as .beg-product-comparison th,
.beg-product-landing--as .beg-product-comparison td { white-space: nowrap; }
.beg-as-unique { color: #fff; background: linear-gradient(135deg,#022f52 0%,#064779 68%,#07578f 100%); }
.beg-as-unique .beg-section-heading { max-width: 980px; }
.beg-as-unique .beg-section-heading > p:last-child { color: #d7e5ef; }
.beg-as-unique__pillars { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 42px; }
.beg-as-unique__pillars article { min-height: 250px; padding: 32px; border: 1px solid rgba(255,255,255,.22); background: rgba(1,31,54,.48); }
.beg-as-unique__pillars span { display: block; margin-bottom: 34px; color: var(--mecalac-yellow); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.beg-as-unique__pillars strong { display: block; margin-bottom: 14px; font-size: clamp(1.35rem,2vw,2rem); line-height: 1.05; }
.beg-as-unique__pillars p { margin: 0; color: #d7e5ef; line-height: 1.65; }
.beg-as-unique__pillars b { color: #fff; }
.beg-as-unique__comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.beg-as-unique__comparison > article { padding: clamp(28px,4vw,50px); color: #111417; background: #fff; }
.beg-as-unique__comparison h3 { max-width: 680px; margin: 8px 0 30px; font-size: clamp(1.55rem,2.5vw,2.45rem); line-height: 1.05; }
.beg-as-turning__visual { position: relative; min-height: 270px; margin: 12px 0 20px; }
.beg-as-turning__visual > div { position: absolute; left: 50%; top: 50%; display: grid; place-content: center; border-radius: 50%; text-align: center; transform: translate(-50%,-50%); }
.beg-as-turning__standard { width: 270px; height: 270px; border: 2px dashed #89949d; color: #56616a; background: #edf1f3; }
.beg-as-turning__mecalac { width: 216px; height: 216px; border: 5px solid var(--mecalac-yellow); color: #fff; background: #064779; }
.beg-as-turning__visual span, .beg-as-turning__visual b { display: block; }
.beg-as-turning__visual span { max-width: 150px; margin: 0 auto 6px; font-size: .76rem; font-weight: 800; }
.beg-as-turning__visual b { font-size: 1.25rem; }
.beg-as-unique__note { margin: 0; color: #6c747a; font-size: .76rem; line-height: 1.5; }
.beg-as-stability__row { display: grid; grid-template-columns: 145px 1fr 1fr; gap: 12px; align-items: end; padding: 18px 0; border-top: 1px solid #d8dde1; }
.beg-as-stability__row > strong { align-self: center; font-size: .88rem; }
.beg-as-stability__row span { display: grid; gap: 7px; }
.beg-as-stability__row i { display: block; width: var(--beg-stability); height: 14px; border-radius: 8px; background: #7b858c; }
.beg-as-stability__row b { font-size: .76rem; }
.beg-as-stability__row--mecalac i { background: var(--mecalac-yellow); }

/* Mecalac Dumper: MDX und Revotruck als zwei klar unterscheidbare Konzepte. */
.beg-product-landing--mecalac-dumper .beg-product-models > .beg-wrap > .beg-section-heading:not(.beg-mdx-model-heading),
.beg-product-landing--mecalac-dumper .beg-product-model-note:not(.beg-mdx-model-note),
.beg-product-landing--mecalac-dumper .beg-product-media-section .beg-section-heading:not(.beg-mdx-gallery-heading) { display: none; }
.beg-product-landing--ax .beg-product-hero__media,
.beg-product-landing--mcr .beg-product-hero__media,
.beg-product-landing--mecalac-dumper .beg-product-hero__media {
  border: 1px solid rgba(0,85,160,.16);
  background: linear-gradient(145deg,#fff 0%,#edf5fa 66%,#d9eaf4 100%);
}
.beg-product-landing--ax .beg-product-hero__media::before,
.beg-product-landing--mcr .beg-product-hero__media::before,
.beg-product-landing--mecalac-dumper .beg-product-hero__media::before {
  position: absolute;
  z-index: 0;
  width: 420px;
  height: 420px;
  top: -235px;
  right: -135px;
  border: 72px solid rgba(0,85,160,.12);
  border-radius: 50%;
  content: "";
}
.beg-product-landing--ax .beg-product-hero__media::after,
.beg-product-landing--mcr .beg-product-hero__media::after,
.beg-product-landing--mecalac-dumper .beg-product-hero__media::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  content: "";
  background: var(--mecalac-blue);
}
.beg-product-landing--ax .beg-product-hero__media > img,
.beg-product-landing--mcr .beg-product-hero__media > img,
.beg-product-landing--mecalac-dumper .beg-product-hero__media > img {
  z-index: 1;
  box-sizing: border-box;
  padding: clamp(22px,3vw,42px);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 22px 22px rgba(13,37,57,.22));
}
.beg-product-landing--ax .beg-product-hero__media > .beg-product-hero__fallback { z-index: 1; }

/* Mecalac AX: heller Freisteller, drei Modelle und die drei konstruktiven Kernideen. */
.beg-product-landing--ax .beg-product-model-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.beg-product-landing--ax .beg-product-model-grid article { min-height: 680px; grid-template-rows: minmax(290px,auto) 1fr; }
.beg-product-landing--ax .beg-product-model-card__image { background: #f8fafb; }
.beg-product-landing--ax .beg-product-model-card__image img { width: 100%; height: 100%; object-fit: contain; padding: 20px; }
.beg-product-landing--ax .beg-product-comparison table { width: 1460px; min-width: 1460px; }
.beg-product-landing--ax .beg-product-media-section > .beg-wrap:not(.beg-ax-gallery-intro) > .beg-section-heading { display: none; }
.beg-ax-gallery-intro { margin-bottom: 28px; }
.beg-ax-concept { color: #fff; background: linear-gradient(135deg,#022f52 0%,#064779 68%,#07578f 100%); }
.beg-ax-concept .beg-section-heading { max-width: 980px; }
.beg-ax-concept .beg-section-heading > p:last-child { color: #d7e5ef; }
.beg-ax-concept__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 42px; }
.beg-ax-concept__grid article { min-height: 260px; padding: 32px; border: 1px solid rgba(255,255,255,.22); background: rgba(1,31,54,.48); }
.beg-ax-concept__grid span { display: block; margin-bottom: 34px; color: var(--mecalac-yellow); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.beg-ax-concept__grid strong { display: block; margin-bottom: 14px; font-size: clamp(1.35rem,2vw,2rem); line-height: 1.05; }
.beg-ax-concept__grid p { margin: 0; color: #d7e5ef; line-height: 1.65; }
.beg-ax-concept__facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 20px; border: 1px solid rgba(255,255,255,.22); }
.beg-ax-concept__facts div { min-height: 130px; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); }
.beg-ax-concept__facts div:last-child { border-right: 0; }
.beg-ax-concept__facts strong { display: block; margin-bottom: 9px; color: var(--mecalac-yellow); font-size: clamp(1.45rem,2.7vw,2.4rem); line-height: 1; }
.beg-ax-concept__facts span { color: #d7e5ef; font-weight: 750; }
.beg-mdx-choice { color: #fff; background: linear-gradient(135deg,#111820 0%,#23313e 65%,#374654 100%); }
.beg-mdx-choice .beg-section-heading { max-width: 1000px; }
.beg-mdx-choice .beg-section-heading > p:last-child { color: #d5dde4; }
.beg-mdx-choice__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 42px; }
.beg-mdx-choice__grid article { position: relative; overflow: hidden; min-height: 410px; padding: clamp(30px,4vw,52px); color: #15191d; background: #fff; }
.beg-mdx-choice__grid article::after { position: absolute; right: -70px; bottom: -105px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,197,0,.16); content: ""; }
.beg-mdx-choice__grid article > span { display: inline-flex; margin-bottom: 42px; padding: 8px 12px; color: #111820; background: var(--mecalac-yellow); font-size: .75rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.beg-mdx-choice__grid h3 { max-width: 570px; margin: 0 0 18px; font-size: clamp(1.65rem,3vw,2.75rem); line-height: 1.04; }
.beg-mdx-choice__grid p { max-width: 650px; color: #46505a; line-height: 1.65; }
.beg-mdx-choice__grid ul { display: grid; gap: 10px; margin: 26px 0 34px; padding: 0; list-style: none; }
.beg-mdx-choice__grid li { position: relative; padding-left: 24px; font-weight: 750; }
.beg-mdx-choice__grid li::before { position: absolute; left: 0; color: #d39c00; content: "→"; }
.beg-mdx-choice__grid a { position: relative; z-index: 1; color: #111820; font-weight: 900; text-decoration: none; }
.beg-mdx-choice__grid .beg-mdx-choice__revo { color: #fff; background: linear-gradient(145deg,#005d96 0%,#00385f 100%); }
.beg-mdx-choice__grid .beg-mdx-choice__revo p { color: #d9e8f2; }
.beg-mdx-choice__grid .beg-mdx-choice__revo a { color: #fff; }
.beg-mdx-revo-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 22px; border: 1px solid rgba(255,255,255,.2); }
.beg-mdx-revo-facts div { min-height: 150px; padding: 30px; border-right: 1px solid rgba(255,255,255,.2); }
.beg-mdx-revo-facts div:last-child { border-right: 0; }
.beg-mdx-revo-facts strong { display: block; margin-bottom: 10px; color: var(--mecalac-yellow); font-size: clamp(1.8rem,3vw,3rem); line-height: 1; }
.beg-mdx-revo-facts span { color: #d5dde4; font-weight: 750; }
.beg-product-landing--mecalac-dumper .beg-product-model-card__image { min-height: 275px; background: #f7f8f9; }
.beg-product-landing--mecalac-dumper .beg-product-model-card__image img { object-fit: contain; }
.beg-as-stability__row--mecalac b { color: #064779; }
.beg-as-stability > p:last-child { margin: 24px 0 0; color: #4f5960; line-height: 1.65; }
.beg-product-landing--mecalac .beg-product-model-note { color: #c1d2e1; }

.beg-product-landing--mecalac .beg-product-fit { background: #f4f8fb; }
.beg-product-landing--mecalac .beg-product-orientation { background: linear-gradient(135deg,var(--mecalac-blue),var(--mecalac-blue-dark)); }
.beg-product-landing--mecalac .beg-product-orientation .beg-eyebrow { color: var(--mecalac-yellow); }
.beg-product-landing--mecalac .beg-product-orientation .beg-text-link { color: white !important; }
.beg-product-landing--mecalac .beg-product-beg .beg-eyebrow { color: var(--mecalac-yellow); }

/* Kontakt und Anfrage bleiben bewusst BEG-Rot: Hier ist BEG der Ansprechpartner. */
.beg-product-landing--mecalac .beg-contact { background: var(--beg-red); }

/* Kubota-KX-Produktwelt: Kubota-Türkis führt durch die Produktinhalte, BEG-Rot bleibt der Kontaktfarbe vorbehalten. */
.beg-product-landing--kubota {
  --kubota-teal: #009aa3;
  --kubota-teal-dark: #00747b;
  --kubota-teal-deep: #064f54;
}
.beg-product-landing--kubota .beg-product-hero { background: linear-gradient(115deg,#edf8f8 0%,#fff 72%); }
.beg-product-landing--kubota .beg-product-hero::before { border-color: rgba(0,154,163,.13); }
.beg-product-landing--kubota .beg-product-hero .beg-eyebrow { color: var(--kubota-teal-dark); }
.beg-product-landing--kubota .beg-product-brand-lockup { padding: 0; overflow: hidden; border-left-color: var(--kubota-teal); background: transparent; box-shadow: none; }
.beg-product-landing--kubota .beg-product-brand-lockup img { width: min(260px,100%); height: 70px; object-fit: cover; }
.beg-product-landing--kubota .beg-product-problem { background: linear-gradient(125deg,var(--kubota-teal) 0%,var(--kubota-teal-dark) 100%); }
.beg-product-landing--kubota .beg-product-problem .beg-eyebrow { color: white; opacity: .9; }
.beg-product-landing--kubota .beg-product-proof { background: var(--kubota-teal-deep); }
.beg-product-landing--kubota .beg-product-proof__grid { background: rgba(255,255,255,.2); }
.beg-product-landing--kubota .beg-product-proof__grid > div { background: #006d73; }
.beg-product-landing--kubota .beg-product-proof__grid strong { color: white; }
.beg-product-landing--kubota .beg-product-proof__note { color: #cbe2e4; }
.beg-product-landing--kubota .beg-product-benefits { background: #eef7f7; }
.beg-product-landing--kubota .beg-product-benefit-grid > div { border-top-color: var(--kubota-teal); }
.beg-product-landing--kubota .beg-product-benefit-grid span { color: var(--kubota-teal-dark); }
.beg-product-landing--kubota .beg-product-models { background: linear-gradient(135deg,#062f32,var(--kubota-teal-deep)); }
.beg-product-landing--kubota .beg-product-models .beg-eyebrow { color: #7de0e4; }
.beg-product-landing--kubota .beg-product-models .beg-section-heading > p:last-child { color: #d3e7e8; }
.beg-product-landing--kubota .beg-product-model-grid article { border-color: rgba(255,255,255,.24); background: #123f43; }
.beg-product-landing--kubota .beg-product-model-card__image { background: white; }
.beg-product-landing--kubota .beg-product-model-card__placeholder span,
.beg-product-landing--kubota .beg-product-model-grid a span { color: #5ad4da; }
.beg-product-landing--kubota .beg-product-model-card__body dl { border-top-color: rgba(255,255,255,.24); }
.beg-product-landing--kubota .beg-product-model-card__body dl > div { border-bottom-color: rgba(255,255,255,.18); }
.beg-product-landing--kubota .beg-product-model-card__body dt { color: #bcd4d6; }
.beg-product-landing--kubota .beg-product-comparison { border-color: rgba(255,255,255,.24); background: #062f32; }
.beg-product-landing--kubota .beg-product-comparison th,
.beg-product-landing--kubota .beg-product-comparison td { border-top-color: rgba(255,255,255,.18); }
.beg-product-landing--kubota .beg-product-comparison thead th { background: #0d565b; }
.beg-product-landing--kubota .beg-product-comparison tbody th { color: #c8dddf; }
.beg-product-landing--kubota .beg-product-comparison table { width: 2360px; min-width: 2360px; table-layout: auto; }
.beg-product-landing--kubota .beg-product-comparison th,
.beg-product-landing--kubota .beg-product-comparison td { padding: 15px 20px; white-space: nowrap; word-break: normal; overflow-wrap: normal; hyphens: none; }
.beg-product-landing--kubota .beg-product-comparison thead th:first-child,
.beg-product-landing--kubota .beg-product-comparison tbody th { position: sticky; left: 0; z-index: 2; min-width: 220px; }
.beg-product-landing--kubota .beg-product-comparison thead th:first-child { z-index: 3; background: #0d565b; }
.beg-product-landing--kubota .beg-product-comparison tbody th { background: #062f32; }
.beg-product-landing--kubota .beg-product-comparison-hint { color: #bdd5d7; }
.beg-product-landing--kubota .beg-product-model-note { color: #bdd5d7; }
.beg-product-landing--kubota .beg-product-orientation { background: linear-gradient(135deg,var(--kubota-teal),var(--kubota-teal-dark)); }
.beg-product-landing--kubota .beg-product-orientation .beg-eyebrow,
.beg-product-landing--kubota .beg-product-orientation .beg-text-link { color: white !important; }
.beg-product-landing--kubota .beg-contact { background: var(--beg-red); }

/* KW-Mobilbagger: zwei Modelle, Praxisartikel und Galerie kompakt inszenieren. */
.beg-product-landing--kw .beg-product-model-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.beg-product-landing--kw .beg-product-comparison table { width: 980px; min-width: 980px; }
.beg-kw-story { background: #f3f7f8; }
.beg-kw-story__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: stretch; }
.beg-kw-story__article,
.beg-kw-story__tools { padding: clamp(32px,4.5vw,58px); }
.beg-kw-story__article { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg,var(--kubota-teal),var(--kubota-teal-dark)); box-shadow: 0 20px 52px rgba(8,43,46,.2); }
.beg-kw-story__article::after { content: "PRAXIS"; position: absolute; right: -.04em; bottom: -.2em; color: rgba(255,255,255,.055); font-size: clamp(4rem,10vw,9rem); font-weight: 900; line-height: 1; pointer-events: none; }
.beg-kw-story__article > * { position: relative; z-index: 1; }
.beg-kw-story__article .beg-eyebrow { color: #8be6e9; }
.beg-kw-story__article h2,
.beg-kw-story__tools h3 { margin: 12px 0 18px; font-size: clamp(1.75rem,3vw,2.65rem); line-height: 1.08; }
.beg-kw-story__article h2 { color: white; }
.beg-kw-story__article > p:not(.beg-eyebrow),
.beg-kw-story__tools > p:not(.beg-eyebrow) { line-height: 1.75; }
.beg-kw-story__article > p:not(.beg-eyebrow) { color: #e6f3f4; }
.beg-kw-story__facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; }
.beg-kw-story__facts li { padding: 8px 10px; border: 1px solid rgba(255,255,255,.28); font-size: .78rem; font-weight: 800; }
.beg-kw-story__article .beg-button--ghost { color: white !important; background: transparent; border-color: rgba(255,255,255,.5); }
.beg-kw-story__tools { color: #12191b; background: white; border: 1px solid #d6e3e4; }
.beg-kw-story__tools .beg-eyebrow,
.beg-kw-story__tools .beg-text-link { color: var(--kubota-teal) !important; }
.beg-kw-story__tools > p:not(.beg-eyebrow) { color: #596166; }
.beg-product-landing--mecalac .beg-kw-story__article { background: linear-gradient(135deg,var(--mecalac-blue),var(--mecalac-blue-dark)); box-shadow: 0 20px 52px rgba(0,45,86,.22); }
.beg-product-landing--mecalac .beg-kw-story__article .beg-eyebrow { color: var(--mecalac-yellow); }
.beg-product-landing--mecalac .beg-kw-story__article > p:not(.beg-eyebrow) { color: #e4eef7; }
.beg-product-landing--mecalac .beg-kw-story__article .beg-button--ghost { color: white !important; border-color: rgba(255,255,255,.62); background: rgba(0,45,86,.16); }
.beg-product-landing--mecalac .beg-kw-story__tools .beg-eyebrow,
.beg-product-landing--mecalac .beg-kw-story__tools .beg-text-link { color: var(--mecalac-blue) !important; }
.beg-product-landing--kw .beg-product-model-card--kw095 .beg-product-model-card__image img { padding: 0; transform: scale(1.2); }

/* R- und RT-Radlader: Bauartenwahl und Anbaugeräte klar als Entscheidungshilfe darstellen. */
.beg-rrt-choice { background: #f4f8f8; }
.beg-rrt-choice__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.beg-rrt-choice__grid article { padding: clamp(30px,4vw,52px); border-top: 4px solid var(--kubota-teal); background: white; box-shadow: 0 16px 40px rgba(8,43,46,.08); }
.beg-rrt-choice__grid span { color: var(--kubota-teal-dark); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.beg-rrt-choice__grid h3 { margin: 18px 0 14px; font-size: clamp(1.45rem,2.3vw,2.05rem); line-height: 1.1; }
.beg-rrt-choice__grid p { color: #555d62; line-height: 1.7; }
.beg-rrt-choice__grid ul { margin: 22px 0 28px; padding-left: 20px; }
.beg-rrt-choice__grid li { margin: 9px 0; }
.beg-rrt-choice__grid a { color: var(--kubota-teal-dark); font-weight: 850; text-decoration: none; }
.beg-rrt-choice__grid a b { margin-left: 6px; color: var(--beg-red); }
.beg-product-landing--rrt .beg-product-model-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.beg-product-landing--rrt .beg-product-model-card__image img { padding: 18px; object-fit: contain; }
.beg-product-landing--rrt .beg-product-comparison table { width: 1620px; min-width: 1620px; }
.beg-rrt-accessories { background: #eef7f7; }
.beg-rrt-accessories__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.beg-rrt-accessories__grid article { min-width: 0; overflow: hidden; border-top: 4px solid var(--kubota-teal); background: white; }
.beg-rrt-accessories__image { aspect-ratio: 16 / 10; overflow: hidden; background: #dfe8e8; }
.beg-rrt-accessories__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.beg-rrt-accessories__body { padding: 26px; }
.beg-rrt-accessories__body > span { color: var(--kubota-teal-dark); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.beg-rrt-accessories__grid h3 { margin: 22px 0 14px; font-size: 1.35rem; line-height: 1.12; }
.beg-rrt-accessories__grid p { color: #5f676b; line-height: 1.6; }
.beg-rrt-accessories__grid ul { margin: 20px 0 0; padding-left: 18px; }
.beg-rrt-accessories__grid li { margin: 9px 0; }
.beg-rrt-accessories .beg-kx-accessories__footer { margin-top: 26px; }

/* Zentrale Anbaugeräte-Seite: Aufgaben führen, Hersteller ordnen sich ein. */
.beg-attachments {
  --attachment-blue: #063c67;
  --attachment-blue-dark: #032b4b;
  --attachment-blue-light: #e9f2f7;
  --attachment-teal: #008f98;
}
.beg-attachments-hero { position: relative; overflow: hidden; padding: clamp(68px,8vw,118px) 0; color: white; background: linear-gradient(125deg,var(--attachment-blue-dark),var(--attachment-blue) 68%,#0a5b91); }
.beg-attachments-hero::after { position: absolute; right: -130px; bottom: -210px; width: 520px; height: 520px; border: 82px solid rgba(255,255,255,.055); border-radius: 50%; content: ""; }
.beg-attachments-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: clamp(40px,7vw,90px); align-items: center; }
.beg-attachments-hero h1 { max-width: 760px; color: white; font-size: clamp(2.6rem,5.2vw,5.1rem); }
.beg-attachments-hero .beg-eyebrow { color: #80dce2; }
.beg-attachments-hero__copy > p:not(.beg-eyebrow) { max-width: 720px; margin-bottom: 32px; color: #dfebf3; font-size: 1.08rem; }
.beg-attachments-hero .beg-button--ghost { color: white !important; border-color: rgba(255,255,255,.62); }
.beg-attachments-hero .beg-button--ghost:hover { color: var(--attachment-blue-dark) !important; border-color: white; background: white; }
.beg-attachments-hero__media { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.25); background: white; box-shadow: 0 28px 65px rgba(0,15,27,.3); }
.beg-attachments-hero__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.beg-attachments-hero__media figcaption { display: flex; padding: 20px 24px; align-items: flex-start; flex-direction: column; color: #17222c; background: white; }
.beg-attachments-hero__media figcaption strong { font-size: 1.1rem; }
.beg-attachments-hero__media figcaption span { color: #62707a; font-size: .86rem; }

.beg-attachment-tasks { scroll-margin-top: 90px; padding: 34px 0 42px; background: #fff; border-bottom: 1px solid #dce2e6; }
.beg-attachment-tasks .beg-eyebrow { margin-bottom: 18px; color: var(--attachment-blue); }
.beg-attachment-tasks__grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); border-top: 1px solid #dce2e6; border-left: 1px solid #dce2e6; }
.beg-attachment-tasks__grid a { display: flex; min-height: 116px; padding: 18px; border-right: 1px solid #dce2e6; border-bottom: 1px solid #dce2e6; flex-direction: column; justify-content: space-between; background: white; transition: .2s ease; }
.beg-attachment-tasks__grid a:hover { color: white; background: var(--attachment-blue); }
.beg-attachment-tasks__grid span { color: var(--attachment-teal); font-size: .74rem; font-weight: 850; letter-spacing: .1em; }
.beg-attachment-tasks__grid a:hover span { color: #8ce3e8; }
.beg-attachment-tasks__grid strong { font-size: .9rem; line-height: 1.25; }

.beg-attachment-system { background: #f4f7f9; }
.beg-attachment-system .beg-section-heading { max-width: 940px; }
.beg-attachment-system .beg-eyebrow { color: var(--attachment-blue); }
.beg-attachment-system__flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; gap: 14px; }
.beg-attachment-system__flow > div { min-height: 180px; padding: 28px; border-top: 4px solid var(--attachment-teal); background: white; box-shadow: 0 12px 32px rgba(16,38,53,.07); }
.beg-attachment-system__flow > b { display: grid; place-items: center; color: var(--attachment-blue); font-size: 1.7rem; }
.beg-attachment-system__flow span { display: block; margin-bottom: 32px; color: var(--attachment-teal); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.beg-attachment-system__flow strong { display: block; margin-bottom: 6px; color: #16222c; font-size: 1.15rem; }
.beg-attachment-system__flow small { color: #65727b; line-height: 1.45; }

.beg-attachment-group { scroll-margin-top: 80px; background: #fff; }
.beg-attachment-group--tint { background: var(--attachment-blue-light); }
.beg-attachment-group__intro { display: grid; margin-bottom: 40px; grid-template-columns: 1.15fr .85fr; gap: clamp(36px,7vw,86px); align-items: center; }
.beg-attachment-group__intro > div > p:last-child { max-width: 710px; color: #5e6971; font-size: 1.05rem; }
.beg-attachment-group__intro .beg-eyebrow { color: var(--attachment-blue); }
.beg-attachment-group__intro img { width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; background: #dfe6ea; box-shadow: 0 18px 45px rgba(16,38,53,.14); }
.beg-attachment-products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.beg-attachment-products article { display: flex; min-height: 370px; padding: 28px; border-top: 4px solid var(--attachment-teal); flex-direction: column; background: white; box-shadow: 0 12px 32px rgba(16,38,53,.08); }
.beg-attachment-products__meta { display: flex; margin-bottom: 44px; align-items: flex-start; justify-content: space-between; gap: 14px; }
.beg-attachment-products__meta span { color: var(--attachment-blue); font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.beg-attachment-products__meta small { color: #69757e; font-size: .72rem; text-align: right; }
.beg-attachment-products h3 { margin-bottom: 14px; font-size: 1.35rem; }
.beg-attachment-products p { color: #5e6870; font-size: .9rem; line-height: 1.6; }
.beg-attachment-products__actions { display: grid; margin-top: auto; padding-top: 22px; border-top: 1px solid #e0e6e9; gap: 8px; }
.beg-attachment-products__actions a { display: flex; min-height: 42px; padding: 10px 12px; align-items: center; justify-content: space-between; font-size: .8rem; font-weight: 850; }
.beg-attachment-products__primary { color: white !important; background: var(--beg-red); }
.beg-attachment-products__primary:hover { background: #aa001f; }
.beg-attachment-products__primary b { color: white; }
.beg-attachment-products__external { color: #52636d !important; background: #eef2f4; }
.beg-attachment-products__external:hover { color: var(--attachment-blue) !important; background: #e3eaee; }
.beg-attachment-products__external b { color: var(--attachment-blue); }
.beg-attachment-group__cta { display: flex; margin-top: 24px; padding: 26px 28px; border: 1px solid #d7e0e5; align-items: center; justify-content: space-between; gap: 28px; background: white; }
.beg-attachment-group__cta p { margin: 0; }
.beg-attachment-group__cta strong, .beg-attachment-group__cta span { display: block; }
.beg-attachment-group__cta strong { margin-bottom: 4px; color: #17262f; }
.beg-attachment-group__cta span { color: #66737b; font-size: .86rem; }
.beg-attachment-group__cta .beg-button { flex: 0 0 auto; }

.beg-hammer { scroll-margin-top: 80px; color: white; background: linear-gradient(130deg,#06343a,#007c84); }
.beg-hammer h2 { color: white; }
.beg-hammer .beg-eyebrow { color: #97ebee; }
.beg-hammer__heading { display: grid; margin-bottom: 46px; grid-template-columns: 1.2fr .8fr; gap: clamp(38px,7vw,90px); }
.beg-hammer__heading > div:first-child > p:last-child { max-width: 760px; color: #d7ebec; font-size: 1.04rem; }
.beg-hammer__benefits { display: grid; padding: 28px; grid-template-columns: auto 1fr; gap: 8px 18px; align-content: center; border: 1px solid rgba(255,255,255,.25); background: rgba(0,35,39,.34); }
.beg-hammer__benefits strong { color: white; }
.beg-hammer__benefits span { color: #cce2e3; font-size: .86rem; }
.beg-hammer-models { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.beg-hammer-models article { padding: 28px; color: #142428; background: white; }
.beg-hammer-models article > span { display: inline-flex; margin-bottom: 24px; padding: 7px 10px; color: white; background: #ec6325; font-weight: 950; letter-spacing: .05em; }
.beg-hammer-models article > strong { display: block; color: #043f45; font-size: 1.55rem; line-height: 1.1; }
.beg-hammer-models article > small { display: block; margin: 5px 0 22px; color: #647478; }
.beg-hammer-models dl { margin: 0; }
.beg-hammer-models dl > div { display: flex; padding: 9px 0; border-top: 1px solid #e0e6e7; justify-content: space-between; gap: 20px; }
.beg-hammer-models dt { color: #647478; font-size: .8rem; }
.beg-hammer-models dd { margin: 0; font-size: .8rem; font-weight: 800; text-align: right; }
.beg-hammer__note { max-width: 940px; margin: 26px 0 30px; color: #c6dcde; font-size: .82rem; }
.beg-hammer .beg-button { border-color: #ec6325; background: #ec6325; }
.beg-hammer .beg-button:hover { border-color: #cf4d14; background: #cf4d14; }
.beg-hammer .beg-button--ghost { color: white !important; border-color: rgba(255,255,255,.6); background: transparent; }
.beg-hammer .beg-button--ghost:hover { color: #06343a !important; border-color: white; background: white; }

.beg-attachment-check { scroll-margin-top: 80px; color: white; background: var(--attachment-blue-dark); }
.beg-attachment-check h2 { color: white; }
.beg-attachment-check .beg-eyebrow { color: #82dce1; }
.beg-attachment-check__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,9vw,120px); align-items: start; }
.beg-attachment-check__grid > div > p:last-child { color: #c9d9e4; }
.beg-attachment-check ol { display: grid; margin: 0; padding: 0; list-style: none; }
.beg-attachment-check li { display: grid; min-height: 94px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.18); grid-template-columns: 62px 1fr; align-items: center; }
.beg-attachment-check li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.beg-attachment-check li > span { color: #75d4da; font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.beg-attachment-check li strong, .beg-attachment-check li small { display: block; }
.beg-attachment-check li small { color: #b9ccd8; }

.beg-attachment-service { padding: clamp(72px,9vw,120px) 0; background: #f1f4f6; }
.beg-attachment-service .beg-eyebrow { color: var(--attachment-blue); }
.beg-attachment-service__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.beg-attachment-service__grid article { min-height: 280px; padding: 30px; border-top: 4px solid var(--beg-red); background: white; }
.beg-attachment-service__grid span { display: block; margin-bottom: 54px; color: var(--beg-red); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.beg-attachment-service__grid p { color: #5f6970; font-size: .9rem; }

.beg-attachments .beg-contact { background: var(--beg-red); }

@media (max-width: 1100px) {
  .beg-attachment-tasks__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .beg-attachment-products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beg-attachment-service__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 1100px) {
  .beg-product-hero__grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .beg-product-hero__media { min-height: 470px; }
	.beg-kx-new__grid { grid-template-columns: 1fr; }
  .beg-kx-accessories__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beg-kx-accessories__footer { grid-template-columns: 1fr; }
	.beg-rrt-accessories__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beg-product-proof__grid, .beg-product-benefit-grid { grid-template-columns: repeat(2,1fr); }
	.beg-product-gallery { grid-template-columns: repeat(2,1fr); }
  .beg-product-model-grid article { grid-template-columns: 1fr; grid-template-rows: minmax(350px,auto) 1fr; }
  .beg-product-model-card__image { min-height: 350px; }
}

@media (max-width: 767px) {
  .beg-attachments-hero__grid, .beg-attachment-group__intro, .beg-hammer__heading, .beg-attachment-check__grid { grid-template-columns: 1fr; }
  .beg-attachments-hero { padding-top: 52px; }
  .beg-attachments-hero__media { max-width: 620px; }
  .beg-attachment-tasks__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beg-attachment-system__flow { grid-template-columns: 1fr; }
  .beg-attachment-system__flow > b { transform: rotate(90deg); }
  .beg-attachment-products, .beg-hammer-models, .beg-attachment-service__grid { grid-template-columns: 1fr; }
  .beg-attachment-products article { min-height: 0; }
  .beg-attachment-group__cta { align-items: stretch; flex-direction: column; }
  .beg-attachment-group__cta .beg-button { width: 100%; }
  .beg-attachment-group__intro img { aspect-ratio: 16 / 10; }
  .beg-product-hero { padding-top: 52px; }
  .beg-product-hero__grid, .beg-product-problem__grid, .beg-product-sector__grid, .beg-product-fit__grid, .beg-product-beg__grid { grid-template-columns: 1fr; }
	.beg-kx-new__models, .beg-article-comparison { grid-template-columns: 1fr; }
  .beg-kx-accessories__grid { grid-template-columns: 1fr; }
	.beg-rrt-choice__grid, .beg-rrt-accessories__grid, .beg-product-landing--rrt .beg-product-model-grid, .beg-product-landing--kw .beg-product-model-grid, .beg-product-landing--ax .beg-product-model-grid, .beg-product-landing--as .beg-product-model-grid, .beg-ax-concept__grid, .beg-as-unique__pillars, .beg-as-unique__comparison, .beg-kw-story__grid { grid-template-columns: 1fr; }
	.beg-ax-concept__facts { grid-template-columns: 1fr 1fr; }
	.beg-ax-concept__facts div:nth-child(2) { border-right: 0; }
	.beg-mdx-choice__grid, .beg-mdx-revo-facts { grid-template-columns: 1fr; }
	.beg-mdx-revo-facts div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
	.beg-mdx-revo-facts div:last-child { border-bottom: 0; }
	.beg-as-stability__row { grid-template-columns: 120px 1fr 1fr; }
	.beg-rrt-accessories__grid article { min-height: 0; }
  .beg-kx-accessory-card p { min-height: 0; }
  .beg-kx-accessories__footer { padding: 26px 22px; }
  .beg-product-brand-lockup { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
  .beg-product-brand-lockup span { padding: 10px 0 0; border-top: 1px solid #d9dbde; border-left: 0; }
  .beg-product-hero__media { min-height: 390px; }
  .beg-product-problem__grid { gap: 26px; }
  .beg-product-proof__grid, .beg-product-benefit-grid, .beg-product-model-grid { grid-template-columns: 1fr; }
  .beg-product-proof__grid > div { min-height: 0; }
  .beg-product-benefit-grid > div { min-height: 220px; }
  .beg-product-benefit-grid span { margin-bottom: 44px; }
  .beg-product-model-grid article { min-height: 0; grid-template-rows: minmax(270px,auto) 1fr; }
  .beg-product-model-grid article:last-child:nth-child(odd) { width: 100%; }
	.beg-as-stability__row { grid-template-columns: 1fr; align-items: stretch; }
  .beg-product-model-card__image { min-height: 270px; }
  .beg-product-sector__image, .beg-product-sector__image img { min-height: 300px; }
  .beg-product-model-card__use { min-height: 0; }
  .beg-product-comparison { margin-top: 38px; }
  .beg-product-sector__copy ul { grid-template-columns: 1fr; }
  .beg-product-sector__stat { min-height: 300px; }
  .beg-product-gallery { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .beg-product-gallery__item, .beg-product-gallery__item--featured { height: 290px; grid-column: auto; grid-row: auto; }
  .beg-lightbox { padding: 10px; }
  .beg-lightbox__stage { width: 100%; height: 96vh; padding: 54px 8px 10px; grid-template-columns: 48px minmax(0,1fr) 48px; gap: 4px; }
  .beg-lightbox button { width: 44px; height: 44px; font-size: 2rem; }
  .beg-lightbox__close { top: 4px; right: 8px; }
  .beg-lightbox__image { width: 100%; height: 100%; max-height: 100%; }
  .beg-lightbox__figure figcaption { padding: 14px 4px 0; flex-direction: column; gap: 5px; }
}

@media (max-width: 420px) {
  .beg-product-hero__media { min-height: 330px; }
  .beg-product-placeholder { padding: 28px; }
  .beg-product-placeholder::after { width: 250px; height: 250px; border-width: 46px; }
	.beg-ax-concept__facts { grid-template-columns: 1fr; }
	.beg-ax-concept__facts div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
	.beg-ax-concept__facts div:last-child { border-bottom: 0; }
}

/* Aktuelles: redaktionelle Übersicht und einheitliche Einzelbeiträge. */
body.beg-journal-overview-page,
body.beg-journal-article-page { margin: 0; background: #fff; }
body.beg-journal-overview-page #site-header,
body.beg-journal-overview-page header.site-header,
body.beg-journal-overview-page #site-footer,
body.beg-journal-overview-page footer.site-footer,
body.beg-journal-overview-page .page-header,
body.beg-journal-overview-page .entry-title,
body.beg-journal-article-page #site-header,
body.beg-journal-article-page header.site-header,
body.beg-journal-article-page #site-footer,
body.beg-journal-article-page footer.site-footer,
body.beg-journal-article-page .entry-header,
body.beg-journal-article-page .entry-title { display: none !important; }
body.beg-journal-overview-page main.site-main,
body.beg-journal-overview-page .site-main,
body.beg-journal-overview-page .page-content,
body.beg-journal-overview-page article.page,
body.beg-journal-article-page main.site-main,
body.beg-journal-article-page .site-main,
body.beg-journal-article-page .page-content,
body.beg-journal-article-page article.post { width: 100%; max-width: none; margin: 0; padding: 0; }
body.beg-journal-overview-page .entry-content,
body.beg-journal-article-page .entry-content { margin: 0; }

.beg-journal-hero { position: relative; overflow: hidden; padding: clamp(76px,9vw,128px) 0 clamp(68px,8vw,108px); color: white; background: linear-gradient(122deg,#181b1e 0%,#292e33 66%,#343b41 100%); }
.beg-journal-hero::after { position: absolute; right: -125px; bottom: -240px; width: 540px; height: 540px; border: 82px solid rgba(218,0,39,.17); border-radius: 50%; content: ""; }
.beg-journal-hero .beg-wrap { position: relative; z-index: 1; }
.beg-journal-hero .beg-eyebrow { color: #ff3b5d; }
.beg-journal-hero h1 { max-width: 920px; margin-bottom: 24px; color: white; font-size: clamp(2.75rem,5.7vw,5.5rem); line-height: .98; }
.beg-journal-hero > .beg-wrap > p:last-child { max-width: 760px; margin: 0; color: #d9dde0; font-size: clamp(1rem,1.5vw,1.18rem); line-height: 1.65; }

.beg-journal-topics { padding: 26px 0; border-bottom: 1px solid #dde1e4; background: white; }
.beg-journal-topics .beg-wrap { display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: center; }
.beg-journal-topics__intro { display: flex; min-width: 150px; flex-direction: column; }
.beg-journal-topics__intro strong { font-size: .86rem; }
.beg-journal-topics__intro span { margin-top: 3px; color: #71787d; font-size: .76rem; }
.beg-journal-topics nav { display: flex; flex-wrap: wrap; gap: 8px; }
.beg-journal-topics nav a { padding: 10px 14px; border: 1px solid #d7dcdf; color: #3f474c; font-size: .78rem; font-weight: 800; text-decoration: none; transition: .2s ease; }
.beg-journal-topics nav a:hover,
.beg-journal-topics nav a.is-active { color: white; border-color: var(--beg-red); background: var(--beg-red); }

.beg-journal-feature { padding: clamp(58px,8vw,104px) 0; background: #fff; }
.beg-journal-feature article { display: grid; overflow: hidden; grid-template-columns: 1.18fr .82fr; background: #f0f2f3; box-shadow: 0 24px 60px rgba(19,27,31,.12); }
.beg-journal-feature__image { display: block; min-height: 520px; overflow: hidden; background: #dfe3e5; }
.beg-journal-feature__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.beg-journal-feature__image:hover img { transform: scale(1.025); }
.beg-journal-feature__body { display: flex; padding: clamp(38px,5vw,72px); flex-direction: column; justify-content: center; }
.beg-journal-feature__body .beg-eyebrow { color: var(--beg-red); }
.beg-journal-feature__body h2 { margin: 16px 0 22px; font-size: clamp(2rem,3.5vw,3.5rem); line-height: 1.04; }
.beg-journal-feature__body h2 a { color: #171b1e; text-decoration: none; }
.beg-journal-feature__body > p:not(.beg-eyebrow) { color: #596168; line-height: 1.68; }
.beg-journal-feature__body > div { display: flex; margin-top: 30px; align-items: center; justify-content: space-between; gap: 20px; }
.beg-journal-feature__body small { color: #6d757a; }
.beg-journal-card__image--empty { display: grid; place-items: center; color: white; background: linear-gradient(135deg,#2b3034,#151719); text-decoration: none; }
.beg-journal-card__image--empty span { color: white; font-size: clamp(2rem,4vw,4rem); font-weight: 950; line-height: .85; letter-spacing: -.06em; }

.beg-journal-archive { padding-top: clamp(72px,9vw,118px); }
.beg-journal-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.beg-journal-card { display: flex; min-width: 0; overflow: hidden; border-top: 4px solid var(--beg-red); flex-direction: column; background: white; box-shadow: 0 14px 36px rgba(20,29,34,.08); }
.beg-journal-card__image { display: block; height: 250px; overflow: hidden; background: #e1e5e7; }
.beg-journal-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.beg-journal-card:hover .beg-journal-card__image img { transform: scale(1.035); }
.beg-journal-card__body { display: flex; min-height: 310px; padding: 28px; flex: 1; flex-direction: column; }
.beg-journal-card__meta { display: flex; flex-wrap: wrap; gap: 8px; }
.beg-journal-card__meta span { padding: 6px 8px; color: #626b70; background: #eef1f2; font-size: .68rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.beg-journal-card h2 { margin: 22px 0 14px; font-size: 1.55rem; line-height: 1.16; text-wrap: balance; overflow-wrap: break-word; }
.beg-journal-card h2 a { color: #191e21; text-decoration: none; }
.beg-journal-card h2 a:hover { color: var(--beg-red); }
.beg-journal-card__body > p { color: #60696e; font-size: .9rem; line-height: 1.65; }
.beg-journal-card__foot { display: flex; margin-top: auto; padding-top: 22px; border-top: 1px solid #e4e7e9; align-items: center; justify-content: space-between; gap: 16px; }
.beg-journal-card__foot small { color: #737a7e; font-size: .72rem; }
.beg-journal-card__foot > a { flex: 0 0 auto; color: #262d31; font-size: .8rem; font-weight: 900; text-decoration: none; }
.beg-journal-card__foot b { margin-left: 5px; color: var(--beg-red); }
.beg-journal-empty { padding: 54px; text-align: center; background: white; }
.beg-journal-empty p { color: #60686d; }
.beg-journal-pagination { display: flex; margin-top: 44px; justify-content: center; gap: 8px; }
.beg-journal-pagination a { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #cfd5d8; color: #2b3236; font-weight: 850; text-decoration: none; background: white; }
.beg-journal-pagination a:hover,
.beg-journal-pagination a.is-active { color: white; border-color: var(--beg-red); background: var(--beg-red); }

.beg-journal-paths { padding: clamp(66px,8vw,104px) 0; color: white; background: #202428; }
.beg-journal-paths > .beg-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(44px,8vw,110px); align-items: start; }
.beg-journal-paths h2 { color: white; font-size: clamp(2rem,3.6vw,3.5rem); }
.beg-journal-paths nav { display: grid; border-top: 1px solid rgba(255,255,255,.18); }
.beg-journal-paths nav a { display: grid; min-height: 92px; padding: 20px 8px; border-bottom: 1px solid rgba(255,255,255,.18); grid-template-columns: 48px 1fr auto; grid-template-rows: auto auto; align-items: center; color: white; text-decoration: none; }
.beg-journal-paths nav a:hover { background: rgba(255,255,255,.045); }
.beg-journal-paths nav span { grid-row: 1 / 3; color: #ff4262; font-size: .72rem; font-weight: 900; }
.beg-journal-paths nav strong { font-size: 1rem; }
.beg-journal-paths nav small { color: #aeb6bb; }
.beg-journal-paths nav b { grid-column: 3; grid-row: 1 / 3; color: #ff4262; font-size: 1.3rem; }

.beg-article-hero { padding: clamp(62px,8vw,108px) 0 clamp(54px,7vw,90px); background: #f0f2f3; }
.beg-article-back { display: inline-block; margin-bottom: 40px; color: #4d565b; font-size: .82rem; font-weight: 850; text-decoration: none; }
.beg-article-back:hover { color: var(--beg-red); }
.beg-article-hero__meta { display: flex; margin-bottom: 24px; flex-wrap: wrap; gap: 9px; }
.beg-article-hero__meta span { padding: 7px 9px; color: #50595e; border: 1px solid #cdd3d6; font-size: .69rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; background: white; }
.beg-article-hero h1 { max-width: 1080px; font-size: clamp(2.45rem,4.7vw,4.6rem); line-height: 1.04; text-wrap: balance; overflow-wrap: normal; }
.beg-article-hero > .beg-wrap > p { max-width: 820px; margin: 26px 0 0; color: #596267; font-size: clamp(1.05rem,1.8vw,1.28rem); line-height: 1.6; }
.beg-article-lead { margin-top: clamp(42px,6vw,76px); margin-bottom: 0; }
.beg-article-lead img { display: block; width: 100%; max-height: 720px; object-fit: cover; }
.beg-article-main { padding: clamp(62px,8vw,110px) 0; }
.beg-article-main__grid { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: clamp(52px,9vw,130px); align-items: start; }
.beg-article-copy { max-width: 820px; color: #3f474c; font-size: 1.04rem; line-height: 1.82; }
.beg-article-copy > *:first-child { margin-top: 0; }
.beg-article-copy h2 { margin: 2.3em 0 .75em; color: #171c1f; font-size: clamp(1.75rem,3vw,2.7rem); line-height: 1.12; }
.beg-article-copy h3 { margin: 2em 0 .65em; color: #20262a; font-size: 1.45rem; }
.beg-article-copy a { color: var(--beg-red); font-weight: 750; }
.beg-article-copy img { height: auto; margin: 28px 0; }
.beg-article-copy blockquote { margin: 34px 0; padding: 8px 0 8px 28px; border-left: 4px solid var(--beg-red); color: #242b2f; font-size: 1.2rem; font-weight: 700; }
.beg-article-main aside { position: sticky; top: 100px; padding: 34px; border-top: 4px solid var(--beg-red); background: #f0f2f3; }
.beg-article-main aside h2 { margin: 14px 0 16px; font-size: 1.65rem; }
.beg-article-main aside > p:not(.beg-eyebrow) { color: #596267; line-height: 1.65; }
.beg-article-main aside .beg-button { width: 100%; margin-top: 16px; text-align: center; }
.beg-article-main aside .beg-text-link { display: block; margin-top: 20px; text-align: center; }
.beg-article-video { margin-top: 42px; padding: 24px; background: #f1f3f4; }
.beg-article-video a { display: flex; justify-content: space-between; text-decoration: none; }
.beg-article-video--inline { display: grid; margin: 42px 0 0; place-items: center; background: #edf2f3; }
.beg-article-video--inline video { display: block; width: min(100%,420px); max-height: 720px; background: #0b1113; }
.beg-article-video--inline figcaption { width: min(100%,420px); padding: 12px 0 0; color: #60696e; font-size: .84rem; text-align: center; }
.beg-article-comparison { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 28px 0 36px; }
.beg-article-comparison article { padding: 26px; border-top: 4px solid #0097a7; background: #f0f6f6; }
.beg-article-comparison span { color: #00777f; font-size: .78rem; font-weight: 900; letter-spacing: .09em; }
.beg-article-comparison h3 { margin: 8px 0 15px; }
.beg-article-comparison ul { margin-bottom: 0; padding-left: 19px; }
.beg-article-related { padding-top: clamp(70px,8vw,108px); }

@media (max-width: 980px) {
  .beg-journal-feature article { grid-template-columns: 1fr; }
  .beg-journal-feature__image { min-height: 420px; }
  .beg-journal-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beg-journal-paths > .beg-wrap { grid-template-columns: 1fr; }
  .beg-article-main__grid { grid-template-columns: 1fr; }
  .beg-article-main aside { position: static; max-width: 620px; }
}

@media (max-width: 767px) {
  .beg-journal-hero { padding: 58px 0 62px; }
  .beg-journal-hero::after { right: -220px; bottom: -300px; }
  .beg-journal-topics .beg-wrap { grid-template-columns: 1fr; gap: 16px; }
  .beg-journal-topics nav { flex-wrap: nowrap; margin-right: -20px; padding-right: 20px; overflow-x: auto; }
  .beg-journal-topics nav a { flex: 0 0 auto; }
  .beg-journal-feature { padding: 42px 0 62px; }
  .beg-journal-feature__image { min-height: 280px; }
  .beg-journal-feature__body { padding: 30px 24px; }
  .beg-journal-feature__body > div { align-items: flex-start; flex-direction: column; }
  .beg-journal-grid { grid-template-columns: 1fr; }
  .beg-journal-card__image { height: 230px; }
  .beg-journal-card__body { min-height: 0; }
  .beg-journal-paths nav a { grid-template-columns: 42px 1fr auto; }
  .beg-article-hero { padding: 48px 0 56px; }
  .beg-article-back { margin-bottom: 28px; }
  .beg-article-lead { margin-top: 28px; }
  .beg-article-main { padding: 54px 0 72px; }
  .beg-article-copy { font-size: 1rem; line-height: 1.72; }
  .beg-article-main aside { padding: 28px 24px; }
}

/* Globale Suche: kompakter Einstieg, eigene Ergebnisse und klare Mobilbedienung. */
.beg-search-toggle { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid #d7dadd; color: #202529; background: white; cursor: pointer; transition: .2s ease; }
.beg-search-toggle:hover { color: white; border-color: var(--beg-red); background: var(--beg-red); }
.beg-search-toggle svg,
.beg-search-mobile svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.beg-search-mobile { display: flex; width: 100%; padding: 14px 4px; border: 0; border-top: 1px solid #e3e5e7; align-items: center; gap: 10px; color: #242a2e; font: inherit; font-weight: 800; text-align: left; background: transparent; cursor: pointer; }
.beg-search-panel[hidden] { display: none !important; }
.beg-search-panel { position: fixed; z-index: 10020; inset: 0; display: grid; padding: 88px 20px 20px; place-items: start center; }
.beg-search-panel__backdrop { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(9,12,14,.78); cursor: default; }
.beg-search-panel > section { position: relative; z-index: 1; width: min(820px,100%); padding: clamp(30px,5vw,58px); background: white; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.beg-search-panel__head { display: flex; margin-bottom: 34px; align-items: flex-start; justify-content: space-between; gap: 24px; }
.beg-search-panel__head span { color: var(--beg-red); font-size: .73rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.beg-search-panel__head h2 { margin: 8px 0 0; font-size: clamp(2rem,4vw,3.4rem); line-height: 1; }
.beg-search-panel__head > button { width: 44px; height: 44px; padding: 0; border: 1px solid #d7dbdd; color: #30373b; font-size: 1.75rem; line-height: 1; background: white; cursor: pointer; }
.beg-search-panel label,
.beg-search-hero label { display: block; margin-bottom: 9px; font-size: .76rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.beg-search-panel form > div,
.beg-search-hero form > div { display: grid; grid-template-columns: 1fr auto; }
.beg-search-panel input,
.beg-search-hero input { width: 100%; min-width: 0; height: 58px; padding: 0 18px; border: 1px solid #bfc6ca; border-right: 0; border-radius: 0; color: #171b1e; font: inherit; background: white; outline: 0; }
.beg-search-panel input:focus,
.beg-search-hero input:focus { border-color: var(--beg-red); box-shadow: inset 0 0 0 1px var(--beg-red); }
.beg-search-panel form button,
.beg-search-hero form button { min-width: 142px; height: 58px; padding: 0 22px; border: 1px solid var(--beg-red); color: white; font-weight: 900; background: var(--beg-red); cursor: pointer; }
.beg-search-panel form button:hover,
.beg-search-hero form button:hover { border-color: #ad001f; background: #ad001f; }
.beg-search-panel form button span,
.beg-search-hero form button span { margin-left: 7px; }
.beg-search-panel > section > p { margin: 18px 0 0; color: #697176; font-size: .8rem; }
.beg-search-is-open { overflow: hidden; }

body.beg-search-results-page { margin: 0; background: #fff; }
body.beg-search-results-page #site-header,
body.beg-search-results-page header.site-header,
body.beg-search-results-page #site-footer,
body.beg-search-results-page footer.site-footer,
body.beg-search-results-page .page-header,
body.beg-search-results-page .entry-title { display: none !important; }
body.beg-search-results-page main.site-main,
body.beg-search-results-page .site-main,
body.beg-search-results-page .page-content,
body.beg-search-results-page article.page { width: 100%; max-width: none; margin: 0; padding: 0; }
body.beg-search-results-page .entry-content { margin: 0; }
.beg-search-hero { padding: clamp(66px,8vw,108px) 0; color: white; background: linear-gradient(125deg,#1d2124,#33393e); }
.beg-search-hero .beg-eyebrow { color: #ff4262; }
.beg-search-hero h1 { max-width: 920px; margin-bottom: 38px; color: white; font-size: clamp(2.65rem,5vw,4.9rem); line-height: 1; }
.beg-search-hero form { max-width: 900px; }
.beg-search-hero label { color: #d7dcdf; }
.beg-search-results { min-height: 520px; padding-top: clamp(66px,8vw,108px); }
.beg-search-results__heading { display: flex; margin-bottom: 42px; align-items: flex-end; justify-content: space-between; gap: 28px; }
.beg-search-results__heading h2 { margin: 10px 0 0; }
.beg-search-results__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.beg-search-results__grid article { display: flex; overflow: hidden; border-top: 4px solid var(--beg-red); flex-direction: column; background: white; box-shadow: 0 13px 34px rgba(18,27,32,.08); }
.beg-search-result__image { display: block; height: 210px; overflow: hidden; background: #e0e4e6; }
.beg-search-result__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.beg-search-results__grid article:hover .beg-search-result__image img { transform: scale(1.03); }
.beg-search-result__body { display: flex; min-height: 285px; padding: 28px; flex: 1; flex-direction: column; }
.beg-search-result__body > span { align-self: flex-start; padding: 6px 8px; color: #626a6f; background: #edf0f1; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.beg-search-result__body h3 { margin: 20px 0 13px; font-size: 1.45rem; line-height: 1.12; }
.beg-search-result__body h3 a { color: #1a1f22; text-decoration: none; }
.beg-search-result__body h3 a:hover { color: var(--beg-red); }
.beg-search-result__body p { color: #626b70; font-size: .9rem; line-height: 1.62; }
.beg-search-result__link { margin-top: auto; padding-top: 20px; border-top: 1px solid #e2e6e8; color: #242a2e; font-size: .8rem; font-weight: 900; text-decoration: none; }
.beg-search-result__link b { margin-left: 6px; color: var(--beg-red); }
.beg-search-empty { max-width: 820px; padding: clamp(36px,5vw,62px); background: white; }
.beg-search-empty p { max-width: 650px; color: #606a70; line-height: 1.7; }
.beg-search-start h2 { margin: 10px 0 32px; }
.beg-search-start > div { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.beg-search-start > div a { display: flex; min-height: 110px; padding: 22px; border-top: 4px solid var(--beg-red); align-items: flex-end; justify-content: space-between; color: #20262a; font-weight: 850; text-decoration: none; background: white; box-shadow: 0 12px 30px rgba(18,27,32,.07); }
.beg-search-start > div a:hover { color: white; background: #24292d; }
.beg-search-start > div span { color: var(--beg-red); }

@media (max-width: 1024px) {
  .beg-search-results__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beg-search-start > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .beg-search-panel { padding: 18px 12px; align-items: center; }
  .beg-search-panel > section { padding: 28px 20px; }
  .beg-search-panel__head { margin-bottom: 26px; }
  .beg-search-panel form > div,
  .beg-search-hero form > div { grid-template-columns: 1fr; }
  .beg-search-panel input,
  .beg-search-hero input { border-right: 1px solid #bfc6ca; }
  .beg-search-panel form button,
  .beg-search-hero form button { width: 100%; }
  .beg-search-hero { padding: 52px 0 64px; }
  .beg-search-results__heading { align-items: flex-start; flex-direction: column; }
  .beg-search-results__grid,
  .beg-search-start > div { grid-template-columns: 1fr; }
  .beg-search-result__body { min-height: 0; }
  .beg-search-start > div a { min-height: 88px; }
}
