:root{--flxry-content-max:1140px;--navy:#f8f8fc;--navy-mid:#f0f0f8;--navy-light:#eaeaf4;--accent-blue:#2563eb;--accent-grad-start:#2563eb;--accent-grad-end:#6d28d9;--text-primary:#0f172a;--text-light:#0f172a;--text-muted:#334155;--text-dim:#64748b;--white:#ffffff;--card-bg:#ffffff;--card-border:rgba(15, 23, 42, 0.08);--radius:16px;--radius-sm:8px;--shadow-sm:0 1px 2px rgba(15, 23, 42, 0.06);--shadow-card:0 4px 32px rgba(0, 0, 0, 0.08);--nav-bg:rgba(248, 248, 252, 0.88);--footer-bg:#ffffff;--flxry-link:var(--accent-blue);--flxry-link-hover:#1d4ed8}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;color-scheme:light}html.flxry-public-html{scroll-padding-top:calc(clamp(5.5rem,12vw,7.5rem) + env(safe-area-inset-top,0px))}html[data-theme=dark]{color-scheme:dark;--navy:#0b0b0f;--navy-mid:#111116;--navy-light:#18181f;--text-primary:#ffffff;--text-light:#ffffff;--text-muted:rgba(255, 255, 255, 0.65);--text-dim:rgba(255, 255, 255, 0.35);--card-bg:#1c1c24;--card-border:rgba(255, 255, 255, 0.07);--shadow-sm:none;--shadow-card:0 4px 32px rgba(0, 0, 0, 0.5);--nav-bg:rgba(11, 11, 15, 0.88);--footer-bg:#111116;--flxry-link:#60a5fa;--flxry-link-hover:#93c5fd;--accent-blue:var(--flxry-link);--accent-grad-start:#60a5fa;--accent-grad-end:#a78bfa}body{font-family:'DM Sans',sans-serif;background:var(--navy);color:var(--text-light);line-height:1.65;font-size:16px;overflow-x:hidden}body.flxry-php-app:not(.admin-body) main a:not([class]):any-link{color:var(--flxry-link)}body.flxry-php-app:not(.admin-body) main a:not([class]):hover{color:var(--flxry-link-hover)}body:not(.admin-body)>nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem clamp(1rem,5vw,2.5rem);background:var(--nav-bg);backdrop-filter:blur(20px);border-bottom:1px solid var(--card-border);box-shadow:var(--shadow-sm)}.nav-actions{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.theme-toggle{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1px solid var(--card-border);background:var(--navy-mid);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s,color .2s}.theme-toggle:hover{border-color:rgba(37,99,235,.4)}.theme-toggle:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.theme-toggle .theme-icon{display:block}.theme-toggle .theme-icon-sun,html[data-theme=dark] .theme-toggle .theme-icon-moon{display:none}html[data-theme=dark] .theme-toggle .theme-icon-sun{display:block}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex:0 1 auto;width:fit-content;max-width:100%;min-width:0}.logo-mark-wrap{display:grid;grid-template-areas:stack;align-items:center;line-height:0;flex-shrink:1;min-width:0}.logo-mark-wrap .logo-mark{grid-area:stack;height:clamp(44px,6.5vw,58px);width:auto;max-width:min(240px,62vw);object-fit:contain;object-position:left center;display:block}body:not(.admin-body)>nav .logo-mark-wrap .logo-mark{height:clamp(34px,4.5vw,44px);max-width:min(152px,28vw)}.logo-mark-wrap .logo-on-dark,html[data-theme=dark] .logo-mark-wrap .logo-on-light{display:none}html[data-theme=dark] .logo-mark-wrap .logo-on-dark{display:block}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text-primary)}@media (min-width:901px){body:not(.admin-body) .nav-links{align-items:center;flex-wrap:nowrap}body:not(.admin-body) .nav-links>li:not(.nav-cta-mobile){display:flex;align-items:center;flex-shrink:0}body:not(.admin-body) .nav-actions{flex-wrap:nowrap;align-items:center;min-width:0}body:not(.admin-body) .nav-links>li>a:not(.nav-cta){display:inline-flex;align-items:center;line-height:1.25}}.nav-cta{background:var(--accent-blue);color:#fff!important;padding:.5rem 1.25rem;border-radius:50px;font-weight:600!important;font-size:.875rem!important;transition:opacity .2s,transform .2s,box-shadow .2s!important;box-shadow:none}.nav-cta:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 4px 18px rgba(37,99,235,.28)}html[data-theme=dark] .nav-cta{background:#60a5fa;color:#0a0f1a!important;box-shadow:none}html[data-theme=dark] .nav-cta:hover{box-shadow:0 4px 20px rgba(96,165,250,.25)}.nav-cta-mobile{display:none}.nav-cta--bar{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.nav-lang-switch{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-left:.5rem}.nav-lang-switch .nav-lang-link{color:var(--text-muted);text-decoration:none;padding:.2rem .35rem;border-radius:6px;transition:color .2s,background-color .2s}.nav-lang-switch .nav-lang-link:hover{color:var(--text-primary)}.nav-lang-switch .nav-lang-link.is-active{color:var(--text-primary);background:rgba(99,102,241,.08)}html[data-theme=dark] .nav-lang-switch .nav-lang-link.is-active{background:rgba(96,165,250,.18)}.nav-lang-switch .nav-lang-sep{opacity:.45;user-select:none}@media (max-width:900px){.nav-links.open .nav-lang-switch{justify-content:center;width:100%;margin:.4rem 0 0;font-size:.95rem}.nav-links.open .nav-lang-switch .nav-lang-link{padding:.5rem .7rem;min-height:36px;min-width:44px}}.hamburger{display:none;box-sizing:border-box;background:0 0;border:none;cursor:pointer;min-width:44px;min-height:44px;padding:11px;margin:0 -4px 0 0;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:var(--radius-sm);color:var(--text-primary);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.hamburger:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.hamburger span{display:block;width:22px;height:2px;background:currentColor;margin:0;transition:.3s}.hero{position:relative;z-index:1;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;padding:8rem 5% 5rem;background:var(--navy)}h1{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(2.2rem, 5.5vw, 4rem);line-height:1.1;letter-spacing:-1px;color:var(--text-primary);margin-bottom:1.5rem;max-width:800px;overflow-wrap:break-word;hyphens:auto;-webkit-hyphens:auto;text-wrap:balance}.flxry-accent-word{color:var(--accent-blue)}html[data-theme=dark] .flxry-accent-word{color:#60a5fa}.gradient-text,h1 .gradient-text{background:0 0;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:currentColor;color:var(--accent-blue)}html[data-theme=dark] .gradient-text,html[data-theme=dark] h1 .gradient-text{color:#60a5fa}.hero:not(.hero--compact) h1,.hero:not(.hero--compact) h1.hero__title{font-family:Inter,'Space Grotesk',sans-serif;font-size:clamp(2.4rem, 6vw, 4.8rem);font-weight:900;letter-spacing:-.05em;line-height:1.05;margin-bottom:1.75rem;max-width:820px;hyphens:none;-webkit-hyphens:none;text-wrap:wrap}.hero__title-line{display:block}.hero-desc{font-size:clamp(1rem, 1.65vw, 1.15rem);font-weight:400;color:var(--text-muted);max-width:35rem;margin:0 0 2.25rem;line-height:1.8;text-align:left}.hero-desc__tagline{white-space:normal}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-start}.hero .btn-p{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.6rem;border-radius:100px;font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;background:var(--accent-blue);color:#fff;border:none;cursor:pointer;transition:opacity .2s,transform .2s,box-shadow .2s;box-shadow:none}.hero .btn-p:hover{opacity:.92;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,99,235,.3)}html[data-theme=dark] .hero .btn-p{background:#60a5fa;color:#0a0f1a;box-shadow:none}html[data-theme=dark] .hero .btn-p:hover{box-shadow:0 8px 24px rgba(96,165,250,.28)}.hero .btn-g{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.6rem;border-radius:100px;font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;background:0 0;color:var(--text-muted);border:1px solid var(--card-border);transition:color .2s,border-color .2s,background .2s}.hero .btn-g:hover{color:var(--text-primary);border-color:var(--flxry-link);background:var(--navy-mid)}html[data-theme=dark] .hero .btn-g{color:rgba(255,255,255,.7);border-color:var(--card-border);background:0 0}html[data-theme=dark] .hero .btn-g:hover{color:var(--text-light);border-color:rgba(96,165,250,.45);background:rgba(255,255,255,.04)}.btn-primary{background:var(--accent-blue);color:#fff;padding:.85rem 2rem;border-radius:50px;font-weight:600;font-size:.95rem;text-decoration:none;display:inline-block;transition:transform .2s,opacity .2s,box-shadow .2s;box-shadow:none}.btn-primary:hover{transform:translateY(-2px);opacity:.92;box-shadow:0 8px 30px rgba(37,99,235,.35)}html[data-theme=dark] .btn-primary{background:#60a5fa;color:#0a0f1a;box-shadow:none}html[data-theme=dark] .btn-primary:hover{box-shadow:0 8px 28px rgba(96,165,250,.28)}.btn-ghost{color:var(--text-primary);padding:.85rem 2rem;border-radius:50px;font-weight:500;font-size:.95rem;text-decoration:none;display:inline-block;border:1px solid var(--card-border);transition:border-color .2s,background .2s;background:var(--white)}.btn-ghost:hover{border-color:rgba(37,99,235,.35);background:var(--navy-mid)}html[data-theme=dark] .btn-ghost{color:var(--text-light);background:0 0;border-color:var(--card-border)}html[data-theme=dark] .btn-ghost:hover{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.04)}.hero-trust-pills{list-style:none;margin:2.25rem auto 0;padding:0;max-width:min(42rem,100%);display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem .75rem}.hero-trust-pills li{font-size:.78rem;font-weight:500;color:var(--text-muted);padding:.4rem .75rem;border-radius:999px;border:1px solid var(--card-border);background:var(--navy-mid);line-height:1.35}html[data-theme=dark] .hero-trust-pills li{background:rgba(255,255,255,.05)}.hero-trust-pills li::before{content:'✓';margin-right:.35rem;color:var(--flxry-link);font-weight:700;font-size:.72rem}.flxry-branchen-section{background:var(--navy-mid);border-top:1px solid var(--card-border)}.flxry-scroll-strip{background:var(--navy-light);border-top:1px solid var(--card-border);border-bottom:1px solid var(--card-border);padding:1.15rem 0;overflow:hidden}.flxry-scroll-strip--hero{background:var(--navy-mid);border-top:1px solid var(--card-border);border-bottom:1px solid var(--card-border);padding:1.05rem 0}html[data-theme=dark] .flxry-scroll-strip--hero{background:#111116}.flxry-scroll-strip--hero .flxry-scroll-strip__item{color:rgba(255,255,255,.78)}html:not([data-theme=dark]) .flxry-scroll-strip--hero .flxry-scroll-strip__item{color:var(--text-muted)}.flxry-scroll-strip__track{display:flex;gap:3rem;white-space:nowrap;width:max-content;animation:28s linear infinite flxry-strip-scroll}.flxry-scroll-strip:hover .flxry-scroll-strip__track{animation-play-state:paused}@keyframes flxry-strip-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.flxry-scroll-strip__item{flex-shrink:0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);display:inline-flex;align-items:center;gap:.75rem}.flxry-scroll-strip__item::before{content:'';width:5px;height:5px;background:var(--accent-blue);border-radius:50%;flex-shrink:0}html[data-theme=dark] .flxry-scroll-strip__item::before{background:var(--flxry-link)}.flxry-branchen-block{padding-top:0}.flxry-branchen-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:clamp(2.25rem,4vw,3rem);border:1px solid var(--card-border);border-radius:var(--radius);overflow:hidden;background:var(--card-border);box-shadow:var(--shadow-sm)}@media (min-width:900px){.flxry-branchen-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.flxry-branchen-card{background:var(--card-bg);padding:1.35rem 1.1rem;display:flex;flex-direction:column;gap:.45rem;min-height:100%;transition:background .25s,box-shadow .25s}.flxry-branchen-card:hover{background:var(--navy-mid);box-shadow:inset 0 0 0 1px rgba(37,99,235,.12)}html[data-theme=dark] .flxry-branchen-card:hover{background:rgba(255,255,255,.04);box-shadow:inset 0 0 0 1px rgba(96,165,250,.2)}.flxry-branchen-ico{width:40px;height:40px;border-radius:10px;background:rgba(37,99,235,.12);border:1px solid rgba(37,99,235,.22);display:flex;align-items:center;justify-content:center;color:var(--flxry-link);flex-shrink:0}.flxry-branchen-ico svg{width:20px;height:20px;display:block}html[data-theme=dark] .flxry-branchen-ico{background:rgba(96,165,250,.14);border-color:rgba(147,197,253,.35);color:#93c5fd}.flxry-branchen-name{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:.875rem;color:var(--text-primary);line-height:1.3}.flxry-branchen-desc{font-size:.75rem;color:var(--text-dim);line-height:1.5}@media (prefers-reduced-motion:reduce){.flxry-scroll-strip__track{animation:none}}section{position:relative;z-index:1;padding:6rem 5%}body.flxry-php-app:not(.admin-body) main section{padding-left:clamp(1rem,5vw,2.5rem);padding-right:clamp(1rem,5vw,2.5rem)}body.flxry-php-app:not(.admin-body) main section>*{max-width:var(--flxry-content-max);margin-left:auto;margin-right:auto;box-sizing:border-box}body.flxry-php-app:not(.admin-body) main section.hero:not(.hero--compact){display:flex;flex-direction:column;align-items:stretch;min-height:100vh;min-height:100dvh;padding-top:8rem;padding-bottom:0}body.flxry-php-app:not(.admin-body) main section.hero:not(.hero--compact) .hero__content{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;align-self:center;width:100%;max-width:var(--flxry-content-max);margin-left:auto;margin-right:auto;box-sizing:border-box;padding-bottom:clamp(2rem,5vw,3.25rem)}body.flxry-php-app:not(.admin-body) main section.hero:not(.hero--compact)>.flxry-scroll-strip{flex:0 0 auto;max-width:none;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:0;box-sizing:border-box}body.flxry-php-app:not(.admin-body) main section>.section-intro{max-width:var(--flxry-content-max);text-align:left}body.flxry-php-app:not(.admin-body) main section>.section-intro h2{text-align:left}body.flxry-php-app:not(.admin-body) main section>.section-intro p{text-align:left;max-width:42rem}body.flxry-php-app:not(.admin-body) main .contact-wrap#kontakt,body.flxry-php-app:not(.admin-body) main .section-intro[id]{scroll-margin-top:0;outline:0}body.flxry-php-app:not(.admin-body) main #branchen.flxry-scroll-strip--hero{scroll-margin-top:calc(var(--flxry-nav-offset,4.75rem) - clamp(5.5rem,12vw,7.5rem));outline:0}body.flxry-php-app:not(.admin-body) main section>.faq-list{max-width:var(--flxry-content-max)}body.flxry-php-app:not(.admin-body) main section.hero .hero__content>h1{max-width:820px}body.flxry-php-app:not(.admin-body) main section.hero .hero__content>.hero-desc{max-width:min(35rem,var(--flxry-content-max))}body.flxry-php-app:not(.admin-body) main section.flxry-section-preise>.hero-trust-pills{max-width:min(42rem,var(--flxry-content-max))}.section-intro-lead{color:var(--text-muted);margin-top:1rem;font-size:1.02rem;line-height:1.65}.flxry-section-showroom{background:var(--navy-mid);border-top:1px solid var(--card-border)}.flxry-section-showroom .flxry-showroom-block:first-of-type{margin-top:clamp(2rem,4vw,3rem)}.ref-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:3rem;align-items:stretch}@media (max-width:720px){.ref-showcase-grid{grid-template-columns:1fr}}.ref-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;transition:border-color .3s,transform .3s,box-shadow .3s}.ref-card:hover{border-color:rgba(37,99,235,.28);transform:translateY(-3px);box-shadow:var(--shadow-card)}.ref-card--has-media{padding:0}.ref-card__media{display:block;width:100%;aspect-ratio:16/10;min-height:160px;background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom:1px solid var(--card-border);text-decoration:none;transition:opacity .2s}.ref-card__media:hover{opacity:.94}.ref-card__media:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.ref-card__body{padding:1.35rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1;gap:.65rem}.ref-card__body--cta{padding-top:1.5rem}.ref-card--cta,html[data-theme=dark] .ref-card--cta{background:var(--card-bg)}.ref-card__meta{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.ref-card__pill{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.28rem .55rem;border-radius:6px;background:rgba(37,99,235,.12);color:var(--flxry-link);border:1px solid rgba(37,99,235,.22)}.ref-card__pill--muted{background:var(--navy-mid);color:var(--text-dim);border-color:var(--card-border)}html[data-theme=dark] .ref-card__pill--muted{background:rgba(255,255,255,.05);color:var(--text-muted)}.ref-card__title{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1.2rem;color:var(--text-primary);margin:0;line-height:1.25}.ref-card__text{margin:0;font-size:.92rem;line-height:1.6;color:var(--text-muted)}.ref-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.15rem}.ref-card__tags span{font-size:.75rem;color:var(--text-dim);padding:.25rem .5rem;border-radius:999px;border:1px solid var(--card-border);background:var(--navy-mid)}html[data-theme=dark] .ref-card__tags span{background:rgba(255,255,255,.04)}.ref-card__footer{margin-top:auto;padding-top:.85rem;border-top:1px solid var(--card-border);display:flex;flex-direction:column;gap:.85rem}.ref-card__footer--stack{border-top:none;padding-top:.35rem;gap:.75rem}.ref-card__result{font-size:.85rem;line-height:1.55;color:var(--text-muted)}.ref-card__result strong{color:var(--text-primary);font-weight:600}.ref-card__actions{display:flex;flex-wrap:wrap;gap:.65rem 1rem;align-items:center}.ref-card__link{font-size:.88rem;font-weight:600;color:var(--flxry-link);text-decoration:none;transition:color .2s}.ref-card__link:hover{color:var(--flxry-link-hover);text-decoration:underline}.ref-card__link--primary{padding:.5rem 1rem;border-radius:999px;border:1px solid var(--card-border);background:var(--navy-mid);color:var(--text-primary);text-decoration:none}.ref-card__link--primary:hover{border-color:rgba(37,99,235,.35);color:var(--flxry-link);text-decoration:none}html[data-theme=dark] .ref-card__link--primary{background:rgba(255,255,255,.04)}.ref-card__cta{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:.75rem 1.35rem;border-radius:999px;font-weight:600;font-size:.92rem;text-decoration:none;color:#fff;background:var(--accent-blue);box-shadow:none;transition:opacity .2s,transform .2s,box-shadow .2s;width:fit-content}html[data-theme=dark] .ref-card__cta{background:#60a5fa;color:#0a0f1a;box-shadow:none}.ref-card__cta:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 6px 24px rgba(37,99,235,.3)}html[data-theme=dark] .ref-card__cta:hover{box-shadow:0 6px 22px rgba(96,165,250,.28)}.section-tag{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--flxry-link);margin-bottom:.75rem}h2{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.7rem, 3.5vw, 2.6rem);color:var(--text-primary);letter-spacing:-.5px;line-height:1.18;overflow-wrap:break-word;hyphens:auto;-webkit-hyphens:auto;text-wrap:balance}.section-intro{max-width:600px}.section-intro p{color:var(--text-muted);margin-top:1rem;font-size:1.05rem}.flxry-section-leistungen{background:var(--navy);border-top:1px solid var(--card-border)}.flxry-section-leistungen .flxry-services-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem 2.5rem;margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--card-border)}.flxry-section-leistungen .flxry-service-item{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;margin:0;transition:opacity .25s}.flxry-section-leistungen .flxry-service-item:hover{opacity:.95}.flxry-section-leistungen .flxry-service-item__icon{width:48px;height:48px;border-radius:12px;background:rgba(37,99,235,.1);border:1px solid rgba(37,99,235,.2);display:grid;place-items:center;color:var(--flxry-link);flex-shrink:0;transition:border-color .25s,background .25s}.flxry-section-leistungen .flxry-service-item:hover .flxry-service-item__icon{border-color:rgba(37,99,235,.35);background:rgba(37,99,235,.14)}html[data-theme=dark] .flxry-section-leistungen .flxry-service-item__icon{background:rgba(96,165,250,.12);border-color:rgba(147,197,253,.3);color:#93c5fd}html[data-theme=dark] .flxry-section-leistungen .flxry-service-item:hover .flxry-service-item__icon{border-color:rgba(147,197,253,.45);background:rgba(96,165,250,.16)}.flxry-section-leistungen .flxry-service-item__icon svg{width:22px;height:22px;display:block}.flxry-section-leistungen .flxry-service-item__body h3{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1.1rem;color:var(--text-primary);margin:0 0 .5rem;line-height:1.25}.flxry-section-leistungen .flxry-service-item__body p{margin:0;color:var(--text-muted);font-size:.92rem;line-height:1.65}@media (max-width:960px){.flxry-section-leistungen .flxry-services-list{grid-template-columns:1fr;gap:0;margin-top:2.25rem;padding-top:2rem}.flxry-section-leistungen .flxry-service-item{flex-direction:row;align-items:flex-start;gap:1.25rem;padding-bottom:1.75rem}.flxry-section-leistungen .flxry-service-item:not(:last-child){border-bottom:1px solid var(--card-border);margin-bottom:1.75rem}}.flxry-section-arbeitsweise{background:var(--navy-mid);border-top:1px solid var(--card-border)}body.flxry-php-app:not(.admin-body) main section.flxry-section-arbeitsweise>.hero-trust-pills{max-width:min(42rem,var(--flxry-content-max))}.flxry-section-preise{background:var(--navy);border-top:1px solid var(--card-border)}.flxry-section-preise .offers-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-top:3rem;align-items:stretch}@media (max-width:900px){.flxry-section-preise .offers-grid{grid-template-columns:1fr}}.flxry-section-preise .offer-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;transition:border-color .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:var(--shadow-sm)}.flxry-section-preise .offer-card:hover{border-color:rgba(37,99,235,.45);box-shadow:0 0 0 1px rgba(37,99,235,.2),var(--shadow-card)}html[data-theme=dark] .flxry-section-preise .offer-card:hover{border-color:rgba(96,165,250,.45);box-shadow:0 0 0 1px rgba(96,165,250,.25),0 8px 32px rgba(0,0,0,.35)}.flxry-section-preise .offer-card--feat{border-color:rgba(37,99,235,.35);box-shadow:0 0 0 1px rgba(37,99,235,.25),inset 0 0 80px rgba(37,99,235,.06)}html[data-theme=dark] .flxry-section-preise .offer-card--feat{border-color:rgba(96,165,250,.4);box-shadow:0 0 0 1px rgba(96,165,250,.3),inset 0 0 100px rgba(96,165,250,.07)}.flxry-section-preise .offer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.flxry-section-preise .offer-icon{width:48px;height:48px;background:rgba(37,99,235,.12);border:1px solid rgba(37,99,235,.22);border-radius:12px;display:grid;place-items:center;color:var(--flxry-link)}html[data-theme=dark] .flxry-section-preise .offer-icon{background:rgba(96,165,250,.14);border-color:rgba(147,197,253,.35);color:#93c5fd}.flxry-section-preise .offer-icon svg{width:22px;height:22px;display:block}.flxry-section-preise .pop-badge{font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--accent-blue);color:#fff;padding:.25rem .65rem;border-radius:100px;line-height:1.2}html[data-theme=dark] .flxry-section-preise .pop-badge{background:#60a5fa;color:#0a0f1a}.flxry-section-preise .offer-title{font-family:'Space Grotesk',sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:.35rem;line-height:1.2}.flxry-section-preise .offer-sub{font-size:.82rem;color:var(--text-dim);margin-bottom:1.5rem;line-height:1.5}.flxry-section-preise .offer-features{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:.6rem;flex:1;min-height:0}.flxry-section-preise .offer-features li{display:flex;align-items:flex-start;gap:.65rem;font-size:.855rem;color:var(--text-muted);line-height:1.5}.flxry-section-preise .offer-features .chk{width:18px;height:18px;background:rgba(37,99,235,.18);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:3px;color:var(--flxry-link)}html[data-theme=dark] .flxry-section-preise .offer-features .chk{background:rgba(96,165,250,.22);color:#93c5fd}.flxry-section-preise .offer-features .chk svg{width:10px;height:10px;display:block}.flxry-section-preise .offer-features .chk.chk--plus{background:0 0;border:1.5px solid rgba(37,99,235,.45);box-sizing:border-box}html[data-theme=dark] .flxry-section-preise .offer-features .chk.chk--plus{border-color:rgba(147,197,253,.55);background:0 0}.flxry-section-preise .offer-features .chk.chk--plus svg{width:11px;height:11px}.flxry-section-preise .offer-features--wartung>li.offer-features__stack{display:block;width:100%;min-width:0}.flxry-section-preise .offer-features--wartung .offer-features__stack-row{display:flex;align-items:flex-start;gap:.65rem;font-size:.855rem;color:var(--text-muted);line-height:1.5}.flxry-section-preise .offer-features--wartung .offer-features__stack-row+.offer-features__stack-row{margin-top:.45rem}.flxry-section-preise .offer-features--wartung .offer-features__stack-row--extra{color:var(--text-dim);font-size:.82rem}.flxry-section-preise .offer-price{border-top:1px solid var(--card-border);padding-top:1.5rem;margin-top:auto}.flxry-section-preise .offer-price__label{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.3rem}.flxry-section-preise .offer-price__row{display:flex;align-items:baseline;gap:.3rem;margin-bottom:.75rem}.flxry-section-preise .offer-price__amt{font-family:'Space Grotesk',sans-serif;font-size:2.2rem;font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--flxry-link)}html[data-theme=dark] .flxry-section-preise .offer-price__amt{color:#60a5fa}.flxry-section-preise .offer-price__meta{font-size:.72rem;color:var(--text-dim);line-height:1.5;margin-bottom:1rem}.flxry-section-preise .offer-cta{display:flex;width:100%;box-sizing:border-box;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.6rem;border-radius:100px;font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;background:var(--accent-blue);color:#fff;border:none;cursor:pointer;transition:opacity .2s,transform .2s,box-shadow .2s;box-shadow:none}.flxry-section-preise .offer-cta:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 6px 24px rgba(37,99,235,.28)}html[data-theme=dark] .flxry-section-preise .offer-cta{background:#60a5fa;color:#0a0f1a;box-shadow:none}html[data-theme=dark] .flxry-section-preise .offer-cta:hover{box-shadow:0 8px 24px rgba(96,165,250,.28)}.flxry-section-preise .offer-card--wartung{margin-top:1.25rem}.flxry-section-preise .offer-wartung-intro{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;row-gap:1.5rem}.flxry-section-preise .offer-wartung-intro .offer-icon,.flxry-section-preise .offer-wartung-intro .pop-badge{flex-shrink:0}.flxry-section-preise .offer-wartung-intro__copy{flex:1 0 100%;min-width:0}@media (min-width:901px){.flxry-section-preise .offer-wartung-intro{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;column-gap:1.25rem;row-gap:0}.flxry-section-preise .offer-wartung-intro .offer-icon{grid-column:1;grid-row:1}.flxry-section-preise .offer-wartung-intro__copy{grid-column:2;grid-row:1;flex:unset}.flxry-section-preise .offer-wartung-intro .pop-badge{grid-column:3;grid-row:1;justify-self:end}}.flxry-section-preise .pop-badge--optional{background:rgba(37,99,235,.12);color:var(--flxry-link);border:1px solid rgba(37,99,235,.28);box-shadow:none}html[data-theme=dark] .flxry-section-preise .pop-badge--optional{background:rgba(96,165,250,.12);color:#93c5fd;border-color:rgba(147,197,253,.35)}.flxry-section-preise .offer-features--wartung{display:grid;grid-template-columns:1fr;gap:.6rem;flex:1;margin-bottom:2rem;min-height:0}@media (min-width:901px){.flxry-section-preise .offer-features--wartung{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.5rem}}.flxry-section-preise .price-note{margin-top:2rem;color:var(--text-dim);font-size:.82rem;text-align:center}#ablauf{background:var(--navy-mid);border-top:1px solid var(--card-border)}.process-steps{display:grid;gap:0;margin-top:3.5rem;max-width:680px}#ablauf .process-steps{width:100%;max-width:var(--flxry-content-max);margin-left:auto;margin-right:auto;box-sizing:border-box;grid-template-columns:1fr;gap:0;margin-top:clamp(2.25rem,4vw,3rem);padding:0}#ablauf .process-steps .step{display:flex;flex-direction:row;align-items:flex-start;text-align:left;position:relative;overflow:visible;background:0 0;border:none;box-shadow:none;border-radius:0;padding:0 0 1.1rem;margin-bottom:0;transition:none}#ablauf .process-steps .step::before{display:none}#ablauf .process-steps .step:hover{transform:none;box-shadow:none;border-color:transparent}#ablauf .process-steps .step:last-child{padding-bottom:0}#ablauf .step-content{min-width:0;flex:1;overflow-wrap:break-word}#ablauf .step-content h3{font-size:1.02rem;line-height:1.25;letter-spacing:-.02em;margin-bottom:.35rem}#ablauf .step-content p{font-size:.86rem;line-height:1.5}#ablauf .step-num{box-shadow:0 1px 0 rgba(255,255,255,.06);width:36px;height:36px;font-size:.78rem}#ablauf .step{gap:.85rem}#ablauf .step:not(:last-child) .step-line{display:block;position:absolute;left:17px;top:36px;bottom:0;width:3px;border-radius:2px;background:rgba(59,130,246,.45)}html[data-theme=dark] #ablauf .step:not(:last-child) .step-line{background:rgba(96,165,250,.45)}.step{display:flex;gap:1.5rem;padding-bottom:2.5rem;position:relative}.step:not(:last-child) .step-line{position:absolute;left:19px;top:40px;bottom:0;width:2px;background:rgba(37,99,235,.35)}html[data-theme=dark] .step:not(:last-child) .step-line{background:rgba(96,165,250,.4)}.step-num{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:rgba(37,99,235,.15);border:1px solid rgba(37,99,235,.3);color:var(--flxry-link);font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.step-content h3{font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--text-primary);margin-bottom:.4rem}.step-content p{color:var(--text-muted);font-size:.92rem}#restaurierung{background:var(--navy);border-top:1px solid var(--card-border)}.restore-intro{color:var(--text-muted);margin-top:1rem;font-size:1.02rem;line-height:1.65;max-width:42rem}.restore-intro a{color:inherit;text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--text-muted) 50%,transparent);text-underline-offset:0.2em;transition:color .2s,text-decoration-color .2s}.restore-intro a:hover{color:var(--flxry-link);text-decoration-color:var(--flxry-link)}html[data-theme=dark] .restore-intro a{text-decoration-color:rgba(255,255,255,0.28)}html[data-theme=dark] .restore-intro a:hover{color:var(--flxry-link-hover);text-decoration-color:var(--flxry-link-hover)}.restore-wrap{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.restore-list{list-style:none;margin-top:1.5rem}.restore-list li{display:flex;align-items:center;gap:12px;padding:.7rem 0;border-bottom:1px solid var(--card-border);color:var(--text-muted);font-size:.95rem}.restore-list li:last-child{border-bottom:none}.restore-list li .dot{width:8px;height:8px;border-radius:50%;background:var(--accent-blue);flex-shrink:0}html[data-theme=dark] .restore-list li .dot{background:#60a5fa}.restore-cta-row{display:flex;flex-wrap:nowrap;align-items:center;column-gap:1.25rem;row-gap:1rem;margin-top:2rem}.restore-cta-row .btn-primary,.restore-cta-secondary{min-height:48px;width:min(100%,320px);justify-content:center;white-space:nowrap}.restore-cta-row .btn-primary{display:inline-flex;align-items:center}.restore-cta-divider{font-size:1rem;font-weight:500;color:var(--text-dim);line-height:1}.restore-cta-secondary{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.35rem .5rem;font-size:.95rem;font-weight:500;color:#3b82f6;text-decoration:none;line-height:1.2;padding:.78rem 1rem;border-radius:999px;border:1px solid rgba(59,130,246,.38);background:rgba(59,130,246,.04);box-shadow:none;transition:color .2s,border-color .2s,background-color .2s,transform .2s}.restore-cta-secondary:hover{color:#2563eb;background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.55);box-shadow:none;transform:translateY(-1px)}.restore-cta-secondary:focus-visible{outline:rgba(96,165,250,.65) solid 2px;outline-offset:3px}html[data-theme=dark] .restore-cta-secondary{color:#60a5fa;border-color:rgba(96,165,250,.26);background:rgba(96,165,250,.06);box-shadow:none}html[data-theme=dark] .restore-cta-divider{color:#9aa7c6}html[data-theme=dark] .restore-cta-secondary:hover{color:#93c5fd;border-color:rgba(147,197,253,.5);background:rgba(96,165,250,.12);box-shadow:none}.restore-visual{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card)}.restore-bar{background:rgba(37,99,235,.12);border-bottom:1px solid var(--card-border);padding:.75rem 1rem;display:flex;gap:6px;align-items:center}.dot-red{width:10px;height:10px;border-radius:50%;background:#ef4444}.dot-yellow{width:10px;height:10px;border-radius:50%;background:#f59e0b}.dot-green{width:10px;height:10px;border-radius:50%;background:#22c55e}.restore-bar-title{margin-left:8px;font-size:.8rem;color:var(--text-muted)}html[data-theme=dark] .restore-bar-title{color:#c8d4eb}.restore-content{padding:1.25rem 1.5rem}.rc-input-row{display:flex;gap:8px;margin-bottom:1rem}.rc-input{flex:1;background:var(--navy);border:1px solid var(--card-border);border-radius:50px;color:var(--text-primary);padding:.6rem 1rem;font-family:'DM Sans',sans-serif;font-size:.85rem;outline:0;transition:border-color .2s;min-width:0}.rc-input:focus{border-color:rgba(37,99,235,.5)}.rc-input::placeholder{color:var(--text-dim)}html[data-theme=dark] .rc-input{background:rgba(255,255,255,.06);color:var(--text-light)}html[data-theme=dark] .rc-input::placeholder{color:#94a3c8}.rc-btn{background:var(--accent-blue);color:#fff;border:none;border-radius:50px;padding:.6rem 1.1rem;font-weight:600;font-size:.82rem;cursor:pointer;white-space:nowrap;transition:opacity .2s,transform .2s,box-shadow .2s;box-shadow:none}.rc-btn:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 6px 20px rgba(37,99,235,.3)}html[data-theme=dark] .rc-btn{background:#60a5fa;color:#0a0f1a}html[data-theme=dark] .rc-btn:hover{box-shadow:0 6px 20px rgba(96,165,250,.28)}.rc-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.rc-idle{text-align:center;padding:1.25rem 0 .5rem;color:var(--text-dim);font-size:.82rem;line-height:1.6}html[data-theme=dark] .rc-idle{color:#b4c0d9}.rc-loading{display:none;text-align:center;padding:1.5rem 0}.rc-loading.show{display:block}.rc-spinner{width:32px;height:32px;border:2px solid var(--card-border);border-top-color:var(--accent-blue);border-radius:50%;animation:.7s linear infinite rcSpin;margin:0 auto .75rem}@keyframes rcSpin{to{transform:rotate(360deg)}}.rc-loading-label{font-size:.8rem;color:var(--text-muted)}html[data-theme=dark] .rc-loading-label{color:#b4c0d9}.rc-results{display:none}.rc-results.show{display:block}.rc-section-label{font-size:.7rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}html[data-theme=dark] .rc-section-label{color:#9aa8c4}.restore-row{display:flex;justify-content:space-between;align-items:center;padding:.55rem 0;border-bottom:1px solid var(--card-border);font-size:.85rem}.restore-row:last-child{border-bottom:none}.restore-row .label{display:inline-flex;align-items:center;gap:.45rem;color:var(--text-muted)}.rc-row-ic{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-dim)}.rc-row-ic svg{width:16px;height:16px;display:block}html[data-theme=dark] .restore-row .label{color:#a8b5d0}html[data-theme=dark] .rc-row-ic{color:#7d8aa3}.status-bad{color:#f87171;font-weight:500}.status-ok{color:#fbbf24;font-weight:500}.status-good{color:#4ade80;font-weight:500}.rc-score-row{display:flex;gap:8px;margin:1rem 0 .25rem;flex-wrap:wrap}.rc-score-pill{flex:1;min-width:70px;text-align:center;background:var(--navy-mid);border:1px solid var(--card-border);border-radius:10px;padding:.6rem .4rem}.rc-score-pill .sp-num{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1.3rem;color:var(--text-primary);display:block}.rc-score-pill .sp-lbl{font-size:.65rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;display:block;margin-top:2px}html[data-theme=dark] .rc-score-pill .sp-lbl{color:#8b9ab8}.rc-score-pill.good{border-color:rgba(74,222,128,.3)}.rc-score-pill.ok{border-color:rgba(251,191,36,.3)}.rc-score-pill.bad{border-color:rgba(248,113,113,.3)}.rc-score-pill.good .sp-num{color:#4ade80}.rc-score-pill.ok .sp-num{color:#fbbf24}.rc-score-pill.bad .sp-num{color:#f87171}.rc-cta{margin-top:1rem;text-align:center;font-size:.8rem;color:var(--text-dim)}.rc-cta a{color:var(--flxry-link);text-decoration:none;font-weight:500}.rc-cta a:hover{color:var(--flxry-link-hover);text-decoration:underline}html[data-theme=dark] .rc-cta{color:#b4c0d9}.rc-error{display:none;font-size:.8rem;color:#f87171;background:rgba(248,113,113,.08);border:1px solid rgba(248,113,113,.2);border-radius:6px;padding:.6rem .85rem;margin-top:.5rem}.rc-error.show{display:block}@media (max-width:1200px){.restore-wrap{grid-template-columns:minmax(0,1fr);gap:2rem}.restore-visual{width:min(100%,720px)}}.flxry-home-about.page-about-body{background:var(--navy-mid);border-top:1px solid var(--card-border);padding-top:clamp(3rem,6vw,4.75rem)}.flxry-home-about.page-about-body .about-me-layout{margin-top:clamp(2rem,4vw,3rem);align-items:flex-start}.flxry-home-about.page-about-body .about-me-text{flex:1 1 min(0,38rem);min-width:0}.flxry-home-about.page-about-body .about-me-image{flex:0 0 auto;max-width:min(100%,17rem);margin-left:auto;margin-right:auto}.flxry-home-about.page-about-body .about-me-image img{display:block;width:100%;height:auto;max-height:clamp(17rem,40vh,26rem);object-fit:cover;object-position:center 18%}@media (min-width:769px){.flxry-home-about.page-about-body .about-me-image{margin-left:0;margin-right:0;max-width:min(100%,18rem)}.flxry-home-about.page-about-body .about-me-image img{max-height:clamp(20rem,46vh,30rem)}}.flxry-home-about.page-about-body .about-me-text h3{font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--text-primary);font-size:clamp(1.2rem, 2vw, 1.5rem);margin:0 0 1rem}.flxry-section-faq{background:var(--navy);border-top:1px solid var(--card-border)}.faq-list{margin-top:3rem;max-width:700px}.faq-item{border-bottom:1px solid var(--card-border);padding:1.25rem 0}.faq-q{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:100%;min-width:0;margin:0;padding:0;border:none;background:0 0;font:inherit;text-align:left;cursor:pointer;color:var(--text-primary);font-weight:500;gap:1rem;appearance:none;-webkit-appearance:none}.faq-q>span:first-of-type{flex:1;min-width:0}.faq-q:focus-visible{outline:2px solid var(--accent-blue);outline-offset:3px;border-radius:4px}.faq-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:rgba(37,99,235,.15);color:var(--flxry-link);display:flex;align-items:center;justify-content:center;font-size:14px;transition:transform .3s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-a{color:var(--text-muted);font-size:1rem;line-height:1.78;letter-spacing:.01em;max-width:62ch;hyphens:auto;-webkit-hyphens:auto;overflow-wrap:break-word;max-height:0;overflow:hidden;transition:max-height .4s,padding .3s}.faq-a strong{color:var(--text-primary);font-weight:600}.faq-a-intro{margin:0 0 .65rem;max-width:62ch}.faq-a-list{margin:0 0 .85rem;padding-left:1.15rem;max-width:62ch;list-style:disc}.faq-a-list li{margin:.4rem 0;padding-left:.25rem}.faq-a-list li::marker{color:var(--flxry-link)}.faq-a-list__sub{display:block;margin-top:.35rem;font-size:.9em;color:var(--text-dim);font-weight:400;line-height:1.5}.faq-a-list li.faq-a-list__extra{color:var(--text-dim);font-size:.9em}.faq-a-list li.faq-a-list__extra .faq-a-list__sub{margin-top:0}.faq-a-extra{margin:.55rem 0 0;max-width:62ch}.faq-a-extra:last-child{margin-bottom:0}.faq-a-muted{color:var(--text-dim);font-weight:400}html[data-theme=dark] .flxry-section-faq .faq-a-muted{color:#8b9bb8}html[data-theme=dark] .flxry-section-faq .faq-a{color:#b9c6dc}.faq-item.open .faq-a{max-height:3200px;padding-top:1rem;padding-bottom:.15rem}.flxry-section-kontakt{background:var(--navy);border-top:1px solid var(--card-border)}.contact-wrap{display:flex;flex-direction:column;gap:2.5rem;align-items:stretch;margin-top:3.5rem}.contact-wrap__message{margin-bottom:0}.contact-head{text-align:left}.contact-head h2{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.45rem, 3.2vw, 2rem);letter-spacing:-.02em;color:var(--text-primary);line-height:1.2;margin:.5rem 0 0}.contact-head__lead{color:var(--text-muted);margin:1rem 0 0;font-size:1.02rem;line-height:1.65;max-width:42rem}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}.contact-aside__intro{font-size:.875rem;color:var(--text-muted);line-height:1.75;margin:0 0 2rem}.contact-methods{display:flex;flex-direction:column;gap:1rem}.c-method{display:flex;align-items:center;gap:1rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-sm);padding:1rem 1.25rem;transition:border-color .2s;min-width:0}.c-method>div:last-child{flex:1 1 auto;min-width:0}.c-method:hover{border-color:rgba(37,99,235,.45)}html[data-theme=dark] .c-method:hover{border-color:rgba(96,165,250,.4)}.c-ic{width:40px;height:40px;background:rgba(37,99,235,.12);border:1px solid rgba(37,99,235,.22);border-radius:10px;display:grid;place-items:center;color:var(--flxry-link);flex-shrink:0}html[data-theme=dark] .c-ic{background:rgba(96,165,250,.14);border-color:rgba(147,197,253,.28);color:#93c5fd}.c-ic svg{width:18px;height:18px;display:block}.c-lbl{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);font-weight:600;margin-bottom:.15rem}.c-val{font-size:.88rem;font-weight:600;color:var(--text-primary);overflow-wrap:anywhere;word-break:break-word}.c-val a{color:inherit;text-decoration:none;overflow-wrap:anywhere;word-break:break-all}.c-val a:hover{color:var(--flxry-link)}.contact-form{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:none}.contact-form .form-group{margin-bottom:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.fg{display:flex;flex-direction:column;gap:.4rem}.fg label{font-size:.72rem;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em}.fg input,.fg select,.fg textarea{width:100%;background:var(--navy-mid);border:1px solid var(--card-border);border-radius:var(--radius-sm);padding:.7rem .9rem;font-family:'DM Sans',sans-serif;font-size:.875rem;color:var(--text-primary);outline:0;transition:border-color .2s,background .2s;resize:vertical;appearance:none;-webkit-appearance:none}html[data-theme=dark] .fg input,html[data-theme=dark] .fg select,html[data-theme=dark] .fg textarea{background:rgba(255,255,255,.06);color:var(--text-light)}.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--flxry-link);background:var(--card-bg)}html[data-theme=dark] .fg input:focus,html[data-theme=dark] .fg select:focus,html[data-theme=dark] .fg textarea:focus{background:rgba(255,255,255,.08)}.fg input::placeholder,.fg textarea::placeholder{color:var(--text-dim);opacity:1}.fg select{color:var(--text-muted)}.fg select option{background:var(--card-bg);color:var(--text-primary)}html[data-theme=dark] .fg select option{background:var(--navy-mid);color:#e8ecf4}.contact-form__submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.25rem;padding:.75rem 1.6rem;border:none;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;background:var(--accent-blue);color:#fff;transition:opacity .2s,transform .2s,box-shadow .2s;box-shadow:none}.contact-form__submit:hover{opacity:.92;transform:translateY(-2px);box-shadow:0 6px 24px rgba(37,99,235,.3)}html[data-theme=dark] .contact-form__submit{background:#60a5fa;color:#0a0f1a;box-shadow:none}html[data-theme=dark] .contact-form__submit:hover{box-shadow:0 8px 24px rgba(96,165,250,.28)}.contact-form .form-note{font-size:.72rem;color:var(--text-dim);text-align:center;line-height:1.6;margin:0}.contact-form .form-note a{color:var(--flxry-link);text-decoration:underline;text-underline-offset:2px}.contact-form .form-note a:hover{color:var(--flxry-link-hover)}.contact-info{text-align:left}.contact-info p{color:var(--text-muted);margin:1rem 0 1.75rem;font-size:1rem;line-height:1.65}.contact-detail{display:flex;align-items:center;gap:12px;padding:1rem 0;border-bottom:1px solid var(--card-border);color:var(--text-muted);font-size:.9rem}.contact-detail a{color:var(--flxry-link);text-decoration:none}.contact-detail a:hover{color:var(--flxry-link-hover);text-decoration:underline}.contact-detail-icon{width:36px;height:36px;border-radius:8px;background:rgba(37,99,235,.12);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:.5rem;letter-spacing:.5px;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{width:100%;background:var(--navy);border:1px solid var(--card-border);border-radius:var(--radius-sm);color:var(--text-primary);padding:.75rem 1rem;font-family:'DM Sans',sans-serif;font-size:.95rem;transition:border-color .2s;appearance:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:rgba(37,99,235,.5)}.form-group select option{background:var(--white);color:var(--text-primary)}html[data-theme=dark] .form-group input,html[data-theme=dark] .form-group select,html[data-theme=dark] .form-group textarea{background:rgba(255,255,255,.06);color:var(--text-light)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-dim);opacity:1}html[data-theme=dark] .form-group input::placeholder,html[data-theme=dark] .form-group textarea::placeholder{color:var(--text-dim);opacity:1}html[data-theme=dark] .form-group select option{background:var(--navy-mid);color:#e8ecf4}.form-group textarea{resize:vertical;min-height:120px}.form-submit{width:100%;padding:.9rem;background:var(--accent-blue);color:#fff;border:none;border-radius:50px;font-family:'DM Sans',sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:opacity .2s,transform .2s,box-shadow .2s;box-shadow:none}.form-submit:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 6px 24px rgba(37,99,235,.35)}html[data-theme=dark] .form-submit{background:#60a5fa;color:#0a0f1a;box-shadow:none}html[data-theme=dark] .form-submit:hover{box-shadow:0 6px 22px rgba(96,165,250,.28)}.form-note{font-size:.78rem;color:var(--text-dim);text-align:center;margin-top:.75rem}@media (max-width:860px){.contact-grid,.form-row{grid-template-columns:1fr}}footer{position:relative;z-index:1;background:var(--footer-bg);border-top:1px solid var(--card-border);padding:2.5rem 5%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}body.flxry-php-app:not(.admin-body) footer{max-width:none;width:100%;margin-left:0;margin-right:0;padding-left:clamp(1rem,5vw,2.5rem);padding-right:clamp(1rem,5vw,2.5rem);box-sizing:border-box}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-links a{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--text-muted)}.footer-copy{color:var(--text-muted);font-size:.8rem}@media (max-width:900px){body:not(.admin-body)>nav{padding:.75rem clamp(1rem,4vw,2rem)}.nav-links{display:none;flex-direction:column;gap:1rem}.nav-links.open{display:flex;position:absolute;top:100%;left:0;right:0;z-index:101;margin-top:0;background:var(--navy-mid);padding:1.25rem 5% 1.5rem;border-bottom:1px solid var(--card-border);box-shadow:0 12px 32px rgba(15,23,42,.12)}html[data-theme=dark] .nav-links.open{box-shadow:0 12px 32px rgba(0,0,0,.35)}body:not(.admin-body)>nav .logo-mark-wrap .logo-mark{max-width:min(152px,calc(100vw - 7.5rem))}.hamburger{display:inline-flex}.nav-links.open a:not(.nav-account-item){display:flex;align-items:center;min-height:44px;padding:.25rem 0;font-size:1rem}.nav-links.open .nav-cta{justify-content:center;margin-top:.25rem;padding:.65rem 1.25rem;min-height:48px}.nav-actions{gap:.75rem}.nav-cta-mobile{display:list-item}.nav-cta--bar{display:none}.restore-cta-row{flex-direction:column;align-items:center}.restore-cta-row .btn-primary,.restore-cta-secondary{width:100%;max-width:520px}.restore-cta-divider{margin:-.15rem 0;text-align:center}}@media (max-width:768px){.restore-wrap{grid-template-columns:1fr}.restore-content{padding:1rem}.rc-input-row{flex-direction:column}.rc-btn{width:100%;min-height:44px}footer{flex-direction:column;align-items:center;text-align:center;gap:1.25rem;padding-top:2rem;padding-bottom:2rem}.footer-links{display:grid;grid-template-columns:repeat(2,max-content);justify-content:center;justify-items:center;gap:.65rem 1.35rem;width:100%;max-width:22rem}.footer-links a{font-size:.82rem;white-space:nowrap}.footer-links a:last-child:nth-child(odd){grid-column:1/-1}.footer-copy{font-size:.78rem;line-height:1.55;max-width:26rem;margin:0}}@media (max-width:600px){.hero-actions{flex-wrap:nowrap;gap:.6rem;width:100%}.hero .btn-g,.hero .btn-p{flex:1 1 0;min-width:0;padding:.75rem;font-size:.85rem;text-align:center;white-space:nowrap}}@media (max-width:380px){.hero .btn-g,.hero .btn-p{padding:.7rem .5rem;font-size:.8rem;gap:.3rem}}@media (max-width:480px){.restore-list li{align-items:flex-start;font-size:.9rem;line-height:1.45}.restore-bar{padding:.65rem .8rem}}@media (max-width:600px){body.flxry-php-app a,body.flxry-php-app h1,body.flxry-php-app h2,body.flxry-php-app h3,body.flxry-php-app li,body.flxry-php-app p{overflow-wrap:break-word;word-break:break-word;hyphens:auto;-webkit-hyphens:auto}body.flxry-php-app:not(.admin-body) main section{padding:4rem 1.1rem}.hero:not(.hero--compact) h1,.hero:not(.hero--compact) h1.hero__title,body.flxry-php-app:not(.admin-body) main section.hero:not(.hero--compact) h1{font-size:clamp(2rem, 9vw, 2.6rem);letter-spacing:-.04em;line-height:1.08;text-wrap:wrap;hyphens:none;-webkit-hyphens:none;word-break:normal}.hero-desc{font-size:.95rem;line-height:1.65}.flxry-branchen-card{padding:1.05rem .85rem;gap:.35rem}.flxry-branchen-name{font-size:.83rem;line-height:1.25}.flxry-branchen-desc{font-size:.72rem;line-height:1.45}.flxry-branchen-ico{width:36px;height:36px;border-radius:9px}.flxry-branchen-ico svg{width:18px;height:18px}.flxry-section-leistungen .flxry-services-list{margin-top:1.75rem;padding-top:1.5rem}.flxry-section-leistungen .flxry-service-item{gap:1rem;padding-bottom:1.5rem}.flxry-section-leistungen .flxry-service-item__icon{width:40px;height:40px;border-radius:10px}.flxry-section-leistungen .flxry-service-item__icon svg{width:18px;height:18px}.flxry-section-leistungen .flxry-service-item__body h3{font-size:1rem}.flxry-section-leistungen .flxry-service-item__body p{font-size:.88rem;line-height:1.6}.flxry-section-preise .offers-grid{margin-top:2rem;gap:1rem}.flxry-section-preise .offer-card{padding:1.4rem 1.15rem}.flxry-section-preise .offer-title{font-size:1.15rem}.flxry-section-preise .offer-sub{margin-bottom:1.15rem}.flxry-section-preise .offer-features{gap:.5rem;margin-bottom:1.4rem}.flxry-section-preise .offer-features li,.flxry-section-preise .offer-features--wartung .offer-features__stack-row{font-size:.84rem;line-height:1.5}.flxry-section-preise .offer-price{padding-top:1.15rem}.flxry-section-preise .offer-price__amt{font-size:1.75rem}.flxry-section-preise .offer-cta{padding:.7rem 1.1rem;font-size:.85rem}.flxry-section-preise .offer-top{margin-bottom:1.15rem}.flxry-section-preise .offer-icon{width:40px;height:40px;border-radius:10px}.flxry-section-preise .offer-icon svg{width:18px;height:18px}.flxry-section-preise .offer-wartung-intro__copy .offer-title{font-size:1.1rem}#ablauf .process-steps .step{gap:.9rem}#ablauf .process-steps .step-content h3{font-size:1rem;line-height:1.3}#ablauf .process-steps .step-content p{font-size:.88rem;line-height:1.6}.restore-cta-row{flex-direction:column;align-items:stretch;column-gap:0;row-gap:.75rem}.restore-cta-row .btn-primary,.restore-cta-secondary{width:100%;max-width:none}.restore-cta-divider{text-align:center;margin:0}.restore-content{padding:1rem 1.1rem}.rc-input-row{flex-direction:column}.rc-btn{width:100%}.flxry-home-about.page-about-body .about-me-layout{gap:1.75rem}.flxry-home-about.page-about-body .about-me-image img{width:100%;height:auto;max-width:360px;display:block;margin:0 auto}.faq-list{margin-top:2rem}.faq-item{padding:1rem 0}.faq-q{gap:.75rem;font-size:.95rem}.faq-a{font-size:.92rem;line-height:1.7}.faq-a-list{padding-left:1rem}.hero-trust-pills{justify-content:flex-start;gap:.45rem .5rem;margin-top:1.5rem}.hero-trust-pills li{font-size:.75rem;padding:.35rem .7rem;max-width:100%}.hero .hero-trust-pills{justify-content:center}body.flxry-php-app:not(.admin-body) main section .section-intro h2{font-size:clamp(1.55rem, 6vw, 2.1rem);line-height:1.2;letter-spacing:-.02em}.flxry-section-kontakt .contact-wrap{gap:1.75rem;margin-top:2rem}.flxry-section-kontakt .contact-grid{gap:1.5rem}.flxry-section-kontakt .c-method{padding:.9rem 1rem;gap:.85rem}.flxry-section-kontakt .c-ic{width:36px;height:36px;border-radius:9px}.flxry-section-kontakt .c-ic svg{width:16px;height:16px}.flxry-section-kontakt .c-lbl{font-size:.7rem}.flxry-section-kontakt .c-val{font-size:.85rem;line-height:1.4}.flxry-section-kontakt .contact-aside__intro{font-size:.85rem;line-height:1.65;margin-bottom:1.5rem}.flxry-section-kontakt .contact-form{padding:1.25rem 1rem;border-radius:var(--radius-sm)}.flxry-section-kontakt .form-row{grid-template-columns:1fr;gap:.85rem}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s,transform .6s}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal,.reveal.visible{opacity:1;transform:none;transition:none}}body.flxry-php-app .flxry-service-page,body.flxry-php-app.flxry-service-page main{background:var(--navy)}.flxry-service-page.content-section{padding-bottom:clamp(3rem,7vw,5rem)}.flxry-service-page .flxry-subpage-intro--left{max-width:46rem;margin-bottom:2.5rem}.flxry-service-blocks{display:grid;gap:1.25rem;margin-bottom:3rem}.flxry-service-block{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:clamp(1.35rem,3vw,2rem);box-shadow:var(--shadow-sm)}.flxry-service-block h2{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.15rem, 2.2vw, 1.45rem);color:var(--text-primary);margin:0 0 .75rem;line-height:1.25}.flxry-service-block p{margin:0;color:var(--text-muted);font-size:1rem;line-height:1.7;max-width:62ch}.flxry-service-checklist{list-style:none;margin:1.1rem 0 0;padding:0;display:grid;gap:.55rem}.flxry-service-checklist li{position:relative;padding-left:1.45rem;color:var(--text-muted);line-height:1.55}.flxry-service-checklist li::before{content:'✓';position:absolute;left:0;top:0;color:var(--flxry-link);font-weight:700}.flxry-service-faq{margin-top:.5rem;padding-top:2.5rem;border-top:1px solid var(--card-border)}.flxry-service-page .section-intro h2{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.35rem, 2.5vw, 1.85rem);line-height:1.2;letter-spacing:-.02em;color:var(--text-primary);margin:0}.flxry-service-faq .section-intro,.flxry-service-related .section-intro{max-width:none;margin-bottom:0}.flxry-service-faq .faq-list--details{margin-top:1.25rem;max-width:none}.faq-item--details{border-bottom:1px solid var(--card-border);padding:0}.faq-item--details summary.faq-q{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 0;cursor:pointer;list-style:none;font-weight:500;color:var(--text-primary)}.faq-item--details summary.faq-q::-webkit-details-marker{display:none}.faq-item--details summary.faq-q>span:first-of-type{flex:1;min-width:0}.faq-item--details summary.faq-q .faq-icon{flex-shrink:0}.faq-item--details[open] summary.faq-q .faq-icon{transform:rotate(45deg)}.faq-item--details .faq-a{max-height:none;overflow:visible;padding:0 0 1.25rem}.faq-item--details .faq-a p{margin:0;max-width:62ch}.flxry-service-related{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid var(--card-border)}.flxry-section-service-nav{background:var(--navy);border-top:1px solid var(--card-border);padding-top:clamp(4rem,8vw,6rem);padding-bottom:clamp(4rem,8vw,6rem)}.flxry-service-link-grid{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:2.5rem 0 0;padding:0}.flxry-service-link-grid>li{flex:1 1 calc(33.333% - 0.85rem);min-width:min(100%,280px);max-width:calc(33.333% - .67rem);display:flex}.flxry-service-link-card{display:flex;align-items:flex-start;gap:1rem;width:100%;min-height:100%;padding:1.25rem 1.2rem;border:1px solid var(--card-border);border-radius:var(--radius);background:var(--card-bg);text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s,transform .2s}.flxry-service-link-card:hover{border-color:rgba(37,99,235,.45);box-shadow:var(--shadow-card);transform:translateY(-2px)}.flxry-service-link-card:focus-visible{outline:2px solid var(--accent-blue);outline-offset:3px}.flxry-service-link-card__icon{width:44px;height:44px;border-radius:12px;background:rgba(37,99,235,.1);border:1px solid rgba(37,99,235,.2);display:grid;place-items:center;color:var(--flxry-link);flex-shrink:0;transition:border-color .2s,background .2s}.flxry-service-link-card:hover .flxry-service-link-card__icon{border-color:rgba(37,99,235,.35);background:rgba(37,99,235,.14)}html[data-theme=dark] .flxry-service-link-card__icon{background:rgba(96,165,250,.12);border-color:rgba(147,197,253,.28);color:#93c5fd}.flxry-service-link-card__icon svg{width:22px;height:22px;display:block}.flxry-service-link-card__body{flex:1;min-width:0}.flxry-service-link-card__title{display:block;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1rem;line-height:1.25;color:var(--text-primary);margin-bottom:.4rem}.flxry-service-link-card__teaser{display:block;font-size:.88rem;line-height:1.55;color:var(--text-muted)}.flxry-service-link-card__arrow{flex-shrink:0;align-self:center;color:var(--flxry-link);font-size:1.1rem;line-height:1;opacity:0;transform:translateX(-6px);transition:opacity .2s,transform .2s}.flxry-service-link-card:hover .flxry-service-link-card__arrow{opacity:1;transform:translateX(0)}@media (max-width:960px){.flxry-service-link-grid>li{flex:1 1 calc(50% - 0.5rem);max-width:calc(50% - .5rem)}}@media (max-width:560px){.flxry-service-link-grid>li{flex:1 1 100%;max-width:100%}}.flxry-service-page .flxry-service-related .flxry-service-link-grid{margin-top:1.25rem}.flxry-service-cta{margin-top:3rem;padding:clamp(1.5rem,4vw,2.25rem);border-radius:var(--radius);border:1px solid var(--card-border);background:var(--navy-mid);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.flxry-service-cta p{margin:0;max-width:36rem;color:var(--text-muted);font-size:1.05rem;line-height:1.65}@media (max-width:600px){.flxry-service-page .flxry-subpage-intro__actions{flex-direction:column;align-items:stretch}.flxry-service-page .flxry-subpage-intro__actions .btn-ghost,.flxry-service-page .flxry-subpage-intro__actions .btn-primary{width:100%;text-align:center}body.flxry-php-app:not(.admin-body) .content-section.flxry-subpage-first{padding-top:clamp(7rem,22vw,9rem)}}body.flxry-php-app{display:flex;flex-direction:column;min-height:100vh}body.flxry-php-app>main{position:relative;z-index:1;flex:1}.page-hero{position:relative;z-index:1;min-height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:7.5rem 5% 3rem}.page-hero .container{width:100%;max-width:960px}.page-hero .hero-content{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%}.page-hero .hero-text h1,.page-hero h1{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.75rem, 4vw, 2.85rem);line-height:1.12;letter-spacing:-.5px;color:var(--text-primary);margin:0}.page-hero .hero-content>.hero-text p,.page-hero .hero-text p{font-size:1.05rem;color:var(--text-muted);margin:0;line-height:1.65}.page-hero .hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:.35rem}.content-section .secondary-button,.page-hero .secondary-button{color:var(--text-primary);padding:.85rem 2rem;border-radius:50px;font-weight:500;font-size:.95rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--card-border);background:var(--white);transition:border-color .2s,background .2s}html[data-theme=dark] .content-section .secondary-button,html[data-theme=dark] .page-hero .secondary-button{color:var(--text-light);background:0 0}.content-section .secondary-button:hover,.page-hero .secondary-button:hover{border-color:rgba(37,99,235,.35);background:var(--navy-mid)}.content-section .cta-button,.page-hero .cta-button{background:var(--accent-blue);color:#fff;padding:.85rem 2rem;border-radius:50px;font-weight:600;font-size:.95rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;box-shadow:none;transition:transform .2s,opacity .2s,box-shadow .2s;border:none}html[data-theme=dark] .content-section .cta-button,html[data-theme=dark] .page-hero .cta-button{background:#60a5fa;color:#0a0f1a;box-shadow:none}.content-section .cta-button:hover,.page-hero .cta-button:hover{transform:translateY(-2px);opacity:.92;box-shadow:0 8px 30px rgba(37,99,235,.35)}html[data-theme=dark] .content-section .cta-button:hover,html[data-theme=dark] .page-hero .cta-button:hover{box-shadow:0 8px 28px rgba(96,165,250,.28)}.content-section{position:relative;z-index:1;padding:2rem 5% 5rem}.content-section .container{max-width:var(--flxry-content-max,1140px);margin:0 auto}.content-section.legal-text a{color:var(--flxry-link);text-decoration:none}.content-section.legal-text a:hover{color:var(--flxry-link-hover);text-decoration:underline}body.flxry-php-app .content-section.legal-text.flxry-legal-section{background:var(--navy-mid);padding-bottom:clamp(3rem,7vw,5rem)}.flxry-legal-lead{margin:0;font-size:.95rem;line-height:1.6;color:var(--text-muted)}.flxry-legal-notice{margin:0 0 1.75rem;padding:.85rem 1rem;max-width:42rem;font-size:.875rem;line-height:1.55;color:var(--text-muted);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:6px}.flxry-legal-prose{max-width:42rem;overflow-wrap:break-word;word-wrap:break-word}.flxry-legal-prose>h2:first-of-type{margin-top:0}body.flxry-php-app .flxry-legal-section .flxry-legal-prose h2{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.15rem, 2.2vw, 1.4rem);color:var(--text-primary);margin-top:2rem;margin-bottom:.65rem;line-height:1.25}body.flxry-php-app .flxry-legal-section .flxry-legal-prose h3{font-family:'DM Sans',sans-serif;font-weight:600;font-size:1.05rem;color:var(--text-primary);margin-top:1.35rem;margin-bottom:.45rem;line-height:1.35}body.flxry-php-app .flxry-legal-section .flxry-legal-prose li,body.flxry-php-app .flxry-legal-section .flxry-legal-prose p{color:var(--text-muted)}body.flxry-php-app .flxry-legal-section .flxry-legal-prose strong{color:var(--text-primary)}body.flxry-php-app .flxry-legal-section .flxry-legal-prose ol li::before,body.flxry-php-app .flxry-legal-section .flxry-legal-prose ul li::before{color:var(--flxry-link)}.section-header h2{font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--text-primary)}.view-all-link{color:var(--flxry-link);text-decoration:none;font-weight:500;font-size:.9rem}.view-all-link:hover{color:var(--flxry-link-hover);text-decoration:underline}.customer-info,.stat-card,.support-form,.support-info,.ticket-item{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:border-color .3s,transform .3s,box-shadow .3s}.stat-card:hover,.ticket-item.ticket-clickable:hover{border-color:rgba(37,99,235,.35);transform:translateY(-3px);box-shadow:var(--shadow-card)}html[data-theme=dark] .stat-card:hover,html[data-theme=dark] .ticket-item.ticket-clickable:hover{border-color:rgba(96,165,250,.4)}.stat-card .stat-number{font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--text-primary)}.stat-text{color:var(--text-muted)}body.flxry-customer-session:not(.admin-body) nav .nav-links{gap:clamp(.75rem,1.4vw,1.35rem)}.nav-account-wrap{position:relative;list-style:none}.nav-account-toggle{display:inline-flex;align-items:center;gap:.4rem;background:rgba(37,99,235,.12);color:var(--accent-blue);border:1px solid rgba(37,99,235,.28);padding:.45rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;line-height:1.25;font-family:inherit;cursor:pointer;transition:background .2s,color .2s,border-color .2s;-webkit-tap-highlight-color:transparent}.nav-account-toggle:hover,.nav-account-toggle[aria-expanded=true]{background:rgba(37,99,235,.2);color:var(--text-primary);border-color:rgba(37,99,235,.4)}.nav-account-toggle:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}html[data-theme=dark] .nav-account-toggle{background:rgba(96,165,250,.14);color:var(--flxry-link);border-color:rgba(96,165,250,.32)}html[data-theme=dark] .nav-account-toggle:hover,html[data-theme=dark] .nav-account-toggle[aria-expanded=true]{background:rgba(96,165,250,.22);color:var(--text-primary);border-color:rgba(96,165,250,.48)}html[data-theme=dark] .nav-account-item:hover{background:rgba(96,165,250,.12)}html[data-theme=dark] .nav-account-item--action i{color:var(--flxry-link)}.nav-account-menu{position:absolute;top:calc(100% + .35rem);left:0;right:auto;width:max(100%,12rem);margin:0;padding:.3rem;list-style:none;background:var(--navy-mid);border:1px solid var(--card-border);border-radius:var(--radius-sm);box-shadow:0 12px 40px rgba(15,23,42,.12);z-index:120;overflow:hidden;box-sizing:border-box}html[data-theme=dark] .nav-account-menu{box-shadow:0 16px 48px rgba(0,0,0,.5)}.nav-account-menu[hidden]{display:none!important}.nav-account-menu li{list-style:none}.nav-account-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.55rem .75rem;font-size:.9rem;font-weight:500;font-family:inherit;text-align:left;text-decoration:none;color:var(--text-primary);background:0 0;border:none;border-radius:calc(var(--radius-sm) - 2px);cursor:pointer;transition:background .15s,color .15s}.nav-account-item:hover{background:rgba(37,99,235,.1)}.nav-account-item--action{color:var(--text-primary)}.nav-account-item i{width:1.1rem;flex-shrink:0;text-align:center;font-size:.95em;line-height:1}.nav-account-item--action i{color:var(--accent-blue)}.nav-account-item--logout{margin-top:.2rem;padding-top:.55rem;border-top:1px solid var(--card-border);color:#b91c1c;font-weight:500}.nav-account-item--logout i{color:#b91c1c;opacity:.95}.nav-account-item--logout:hover{color:#991b1b;background:rgba(220,38,38,.1)}.nav-account-item--logout:hover i{color:inherit}html[data-theme=dark] .nav-account-item--logout,html[data-theme=dark] .nav-account-item--logout i{color:#f87171}html[data-theme=dark] .nav-account-item--logout:hover{color:#fecaca;background:rgba(248,113,113,.14)}@media (max-width:900px){.nav-links.open .nav-account-menu{position:static;left:auto;width:100%;margin-top:.5rem;margin-left:0;min-width:0;box-shadow:none}.nav-links.open .nav-account-toggle{width:100%;justify-content:center;min-height:44px}.nav-links.open .nav-account-menu .nav-account-item{min-height:44px;padding:.55rem .75rem;width:100%;box-sizing:border-box}.nav-links.open .nav-account-menu li{margin:0;padding:0}}.support-form .form-group label,.ticket-form .form-group label{display:block;font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:.5rem;letter-spacing:.5px;text-transform:uppercase}.support-form input,.support-form select,.support-form textarea,.ticket-form input,.ticket-form select,.ticket-form textarea{width:100%;background:var(--navy);border:1px solid var(--card-border);border-radius:var(--radius-sm);color:var(--text-primary);padding:.75rem 1rem;font-family:'DM Sans',sans-serif;font-size:.95rem;transition:border-color .2s}html[data-theme=dark] .support-form input,html[data-theme=dark] .support-form select,html[data-theme=dark] .support-form textarea,html[data-theme=dark] .ticket-form input,html[data-theme=dark] .ticket-form select,html[data-theme=dark] .ticket-form textarea{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.14);color:var(--text-light)}html[data-theme=dark] .support-form input::placeholder,html[data-theme=dark] .support-form textarea::placeholder,html[data-theme=dark] .ticket-form input::placeholder,html[data-theme=dark] .ticket-form textarea::placeholder{color:var(--text-dim);opacity:1}.support-form input:focus,.support-form select:focus,.support-form textarea:focus,.ticket-form input:focus,.ticket-form select:focus,.ticket-form textarea:focus{outline:0;border-color:rgba(37,99,235,.5)}html[data-theme=dark] .support-form input:focus,html[data-theme=dark] .support-form select:focus,html[data-theme=dark] .support-form textarea:focus,html[data-theme=dark] .ticket-form input:focus,html[data-theme=dark] .ticket-form select:focus,html[data-theme=dark] .ticket-form textarea:focus{border-color:rgba(96,165,250,.55)}.primary-button,.submit-ticket-btn,.ticket-form button[type=submit]{background:var(--accent-blue);color:#fff;border:none;border-radius:50px;font-family:'DM Sans',sans-serif;font-weight:600;padding:.9rem 1.75rem;cursor:pointer;box-shadow:none;transition:opacity .2s,transform .2s,box-shadow .2s}html[data-theme=dark] .primary-button,html[data-theme=dark] .submit-ticket-btn,html[data-theme=dark] .ticket-form button[type=submit]{background:#60a5fa;color:#0a0f1a;box-shadow:none}.primary-button:hover,.submit-ticket-btn:hover,.ticket-form button[type=submit]:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 24px rgba(37,99,235,.35)}html[data-theme=dark] .primary-button:hover,html[data-theme=dark] .submit-ticket-btn:hover,html[data-theme=dark] .ticket-form button[type=submit]:hover{box-shadow:0 6px 22px rgba(96,165,250,.28)}.profile-modal{display:none;position:fixed;z-index:1000;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px);align-items:flex-start;justify-content:center;padding:clamp(1rem,4vh,4rem) 1rem calc(1rem + env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}html[data-theme=dark] .profile-modal{background:rgba(0,0,0,.65)}.profile-modal-content{background:var(--card-bg)!important;border:1px solid var(--card-border);box-shadow:var(--shadow-card)!important;margin:0;padding:0;border-radius:var(--radius-sm);width:100%;max-width:500px;max-height:calc(100dvh - clamp(2rem,8vh,8rem));display:flex;flex-direction:column;overflow:hidden;animation:.3s flxry-profile-slide-in}html[data-theme=dark] .profile-modal-content{background-color:var(--navy-mid)!important}@keyframes flxry-profile-slide-in{from{transform:translateY(-24px);opacity:0}to{transform:translateY(0);opacity:1}}.profile-modal-body{padding:1.5rem;overflow-y:auto;flex:1 1 auto;min-height:0;-webkit-overflow-scrolling:touch}.profile-modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--card-border);display:flex;justify-content:space-between;align-items:center;border-radius:var(--radius-sm) var(--radius-sm) 0 0;flex:0 0 auto}.profile-modal-header h3{margin:0;display:flex;align-items:center;gap:.5rem;color:var(--text-primary)}.profile-modal-close{background:0 0;border:none;font-size:1.5rem;cursor:pointer;line-height:1;padding:.15rem;color:var(--text-muted)}.profile-modal-close:hover{color:var(--accent-blue)}.profile-modal-footer{padding:1.25rem 1.5rem;display:flex;gap:1rem;justify-content:flex-end;border-radius:0 0 var(--radius-sm) var(--radius-sm);border-top:1px solid var(--card-border);flex:0 0 auto;flex-wrap:wrap}.profile-btn{padding:.65rem 1.25rem;border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;font-weight:500;transition:opacity .2s,transform .2s}.profile-form-group{margin-bottom:1.25rem}.profile-form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.profile-form-group input{width:100%;padding:.75rem;border-radius:var(--radius-sm);font-family:'DM Sans',sans-serif;font-size:1rem;box-sizing:border-box;background:var(--navy)!important;color:var(--text-primary)!important;border-color:var(--card-border)!important}.profile-form-group input:focus{outline:0;border-color:rgba(37,99,235,.5)!important}.profile-alert{padding:.75rem;border-radius:var(--radius-sm);margin-bottom:1.25rem;display:none}.profile-modal-header{background:var(--navy-mid)!important;border-bottom-color:var(--card-border)!important}.profile-modal-header h3{font-family:'Space Grotesk',sans-serif}html[data-theme=dark] .profile-form-group input{background:var(--navy)!important;color:var(--text-light)!important}.profile-modal-footer{background:var(--navy-mid)!important;border-top-color:var(--card-border)!important}.profile-btn-primary{background:var(--accent-blue)!important;border-radius:var(--radius-sm)!important;color:#fff!important}html[data-theme=dark] .profile-btn-primary{background:#60a5fa!important;color:#0a0f1a!important}body.flxry-php-app .page-hero .hero-content{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:1.25rem!important;text-align:center}body.flxry-php-app .page-hero .hero-actions{justify-content:center!important;width:100%}body.flxry-php-app .page-hero .hero-text h1{color:var(--text-primary)!important}body.flxry-php-app .page-hero .hero-text p{color:var(--text-muted)!important}body.flxry-php-app .hero.hero--compact{min-height:auto;padding:7.5rem 5% 2.5rem;text-align:center;align-items:center}body.flxry-php-app .hero.hero--compact .hero-stats{display:none}.flxry-customer-login .flxry-subpage-intro--left{margin-bottom:2rem}.flxry-customer-login .login-layout{display:grid;grid-template-columns:1fr;gap:clamp(1.75rem,4vw,3rem);max-width:1120px;margin:0 auto;text-align:left;align-items:start}@media (min-width:901px){.flxry-customer-login .login-layout{grid-template-columns:minmax(0,1.2fr) minmax(280px,1fr)}}.flxry-customer-login .features-list{display:grid;grid-template-columns:1fr;gap:.65rem;margin-bottom:1.75rem}@media (min-width:520px){.flxry-customer-login .features-list{grid-template-columns:1fr 1fr;gap:.65rem .75rem}}.flxry-customer-login .feature-item{display:flex;align-items:flex-start;gap:.85rem;padding:1rem 1.1rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:border-color .25s,transform .25s,box-shadow .25s}.flxry-customer-login .feature-item:hover{border-color:rgba(37,99,235,.35);transform:translateY(-3px);box-shadow:var(--shadow-card)}html[data-theme=dark] .flxry-customer-login .feature-item:hover{border-color:rgba(96,165,250,.4)}.flxry-customer-login .feature-item i{color:var(--accent-blue);font-size:1.35rem;margin-top:.15rem;width:1.5rem;flex-shrink:0}.flxry-customer-login .feature-item h3{margin:0 0 .35rem;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1rem;color:var(--text-primary)}.flxry-customer-login .feature-item p{margin:0;color:var(--text-muted);font-size:.9rem;line-height:1.55}.flxry-customer-login .help-section{background:var(--card-bg);padding:1.35rem 1.25rem;border-radius:var(--radius);border:1px solid var(--card-border);box-shadow:var(--shadow-sm)}.flxry-customer-login .help-section h3{font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--accent-blue);margin:0 0 .75rem;font-size:1.1rem}.flxry-customer-login .help-section p{color:var(--text-muted);font-size:.92rem;line-height:1.6;margin-bottom:1rem}.flxry-customer-login .contact-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--flxry-link);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.flxry-customer-login .contact-link:hover{color:var(--flxry-link-hover);text-decoration:underline}.flxry-customer-login .login-form-container{display:flex;justify-content:flex-end;align-items:flex-start;position:sticky;top:6rem}.flxry-customer-login .login-form-card{position:relative;overflow:hidden;background:var(--card-bg);padding:2rem 1.75rem;border-radius:var(--radius);border:1px solid var(--card-border);box-shadow:var(--shadow-card);width:100%;max-width:400px}.flxry-customer-login .login-form-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent-blue);opacity:.95}html[data-theme=dark] .flxry-customer-login .login-form-card::before{background:#60a5fa}.flxry-customer-login .form-header{text-align:center;margin-bottom:1.5rem}.flxry-customer-login .login-form-card__icon{display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;margin:0 auto 1rem;border-radius:14px;background:rgba(37,99,235,.12);color:var(--accent-blue);font-size:1.5rem}html[data-theme=dark] .flxry-customer-login .login-form-card__icon{background:rgba(96,165,250,.14);color:var(--flxry-link)}.flxry-customer-login .form-header__title{font-family:'Space Grotesk',sans-serif;font-weight:700;margin:0 0 .4rem;color:var(--text-primary);font-size:1.25rem;letter-spacing:-.02em}.flxry-customer-login .form-header__subtitle{margin:0;color:var(--text-muted);font-size:.875rem;line-height:1.5}.flxry-customer-login .login-form__hcaptcha .h-captcha{margin-top:.35rem}.flxry-customer-login .login-form__hcaptcha iframe{max-width:100%}.flxry-customer-login .login-form{position:relative}.flxry-customer-login .login-form .form-group{margin-bottom:1.25rem}.flxry-customer-login .login-form .form-group label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:500;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.flxry-customer-login .login-form .form-group label i{color:var(--flxry-link);width:1rem;text-align:center;font-size:.85rem}.flxry-customer-login .login-form .form-group input{width:100%;padding:.75rem 1rem;border:1px solid var(--card-border);border-radius:var(--radius-sm);font-family:'DM Sans',sans-serif;font-size:.95rem;background:var(--navy);color:var(--text-primary);transition:border-color .2s}html[data-theme=dark] .flxry-customer-login .login-form .form-group input{background:rgba(255,255,255,.06);color:var(--text-light)}.flxry-customer-login .login-form .form-group input:focus{outline:0;border-color:rgba(37,99,235,.5)}html[data-theme=dark] .flxry-customer-login .login-form .form-group input:focus{border-color:rgba(96,165,250,.55)}.flxry-customer-login .login-form .form-group input::placeholder{color:var(--text-dim)}.flxry-customer-login .input-wrapper{position:relative;display:flex;align-items:center}.flxry-customer-login .input-wrapper input{padding-right:3rem}.flxry-customer-login .toggle-password{position:absolute;right:.75rem;background:0 0;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;font-size:1rem;z-index:2;transition:color .2s}.flxry-customer-login .toggle-password:hover{color:var(--accent-blue)}.flxry-customer-login .login-button{width:100%;margin-top:.25rem;padding:.9rem 1.25rem;background:var(--accent-blue);color:#fff;border:none;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:none;transition:opacity .2s,transform .2s,box-shadow .2s}html[data-theme=dark] .flxry-customer-login .login-button{background:#60a5fa;color:#0a0f1a;box-shadow:none}.flxry-customer-login .login-button:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 6px 24px rgba(37,99,235,.35)}html[data-theme=dark] .flxry-customer-login .login-button:hover{box-shadow:0 6px 22px rgba(96,165,250,.28)}.flxry-customer-login .form-footer{border-top:1px solid var(--card-border);padding-top:1.25rem;margin-top:.5rem}.flxry-customer-login .security-note{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.8rem;text-align:center;justify-content:center;line-height:1.45}.flxry-customer-login .security-note i{color:var(--flxry-link);flex-shrink:0}.flxry-customer-login .alert{padding:.85rem 1rem;border-radius:var(--radius-sm);margin-bottom:1.25rem;display:flex;align-items:flex-start;gap:.65rem;font-size:.92rem}.flxry-customer-login .alert-success{background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.3);color:var(--text-primary)}.flxry-customer-login .alert-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:var(--text-primary)}.flxry-customer-login .honeypot-field{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;opacity:0;pointer-events:none}@media (max-width:900px){.flxry-customer-login .login-layout{grid-template-columns:1fr;gap:2rem}.flxry-customer-login .login-form-container{position:static;order:-1;justify-content:center;width:100%}.flxry-customer-login .login-form-card{max-width:420px}.flxry-customer-login .login-info{order:1}}body.flxry-php-app .page-hero p{color:var(--text-muted)}.content-section.flxry-subpage-first{padding-top:clamp(5.5rem,12vw,7.5rem)}.flxry-subpage-intro--left{text-align:left;max-width:42rem;margin:0 0 2.75rem}.flxry-subpage-intro--left .section-tag{display:block;margin-bottom:.75rem}.flxry-subpage-intro--left h1{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.75rem, 4vw, 2.85rem);line-height:1.12;letter-spacing:-.5px;color:var(--text-primary);margin:0 0 .75rem}.flxry-subpage-intro--left>p{margin:0;font-size:1.05rem;line-height:1.65;color:var(--text-muted)}.flxry-subpage-intro__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.35rem;align-items:center}.flxry-subpage-intro__actions .btn-ghost,.flxry-subpage-intro__actions .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.page-hero .section-intro--center{max-width:640px;margin:0 auto;text-align:center}.page-hero .section-intro--center h1{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.75rem, 4vw, 2.85rem);line-height:1.12;letter-spacing:-.5px;color:var(--text-primary);margin:0}.page-hero .section-intro--center>p{margin:1rem 0 0;font-size:1.05rem;line-height:1.65}.content-section.content-section--band{background:var(--navy-mid);border-top:1px solid var(--card-border);border-bottom:1px solid var(--card-border)}body.portfolio .flxry-portfolio-section{background:var(--navy-mid);padding-bottom:clamp(3rem,7vw,5rem)}.flxry-portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:clamp(1.25rem,3vw,2rem);max-width:var(--flxry-content-max,1140px);margin:0 auto;padding:0}.flxry-portfolio-grid--showroom{grid-template-columns:1fr;gap:1.25rem}@media (min-width:720px){.hero-desc__tagline{white-space:nowrap}.flxry-portfolio-grid--showroom{grid-template-columns:repeat(2,minmax(0,1fr))}}.flxry-section-showroom .flxry-showroom-card:hover{transform:none;border-color:var(--accent-blue);box-shadow:var(--shadow-card)}.flxry-showroom-card .flxry-showroom-card__media{aspect-ratio:16/9;min-height:0;border-bottom:none}.flxry-sr-meta{display:flex;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:1rem 1.25rem}.flxry-sr-meta-name{font-size:.875rem;font-weight:600;color:var(--text-primary);line-height:1.25;margin:0;font-family:inherit}.flxry-sr-meta-cat{font-size:.72rem;color:var(--text-dim);margin-top:.1rem;line-height:1.4}.flxry-showroom-card--cta.flxry-project-card{border:1px solid color-mix(in srgb,var(--accent-blue) 28%,var(--card-border));box-shadow:var(--shadow-sm),0 0 0 1px color-mix(in srgb,var(--accent-blue) 10%,transparent)}html[data-theme=dark] .flxry-showroom-card--cta.flxry-project-card{border:1px solid color-mix(in srgb,var(--accent-blue) 42%,rgba(255,255,255,.12));box-shadow:0 2px 12px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.1)}.flxry-section-showroom .flxry-showroom-card--cta.flxry-project-card:hover{border-color:color-mix(in srgb,var(--accent-blue) 55%,var(--card-border));box-shadow:var(--shadow-card),0 0 0 1px color-mix(in srgb,var(--accent-blue) 18%,transparent)}html[data-theme=dark] .flxry-section-showroom .flxry-showroom-card--cta.flxry-project-card:hover{border-color:color-mix(in srgb,var(--accent-blue) 65%,rgba(255,255,255,.18));box-shadow:0 10px 36px rgba(0,0,0,.55),0 0 0 1px rgba(96,165,250,.22)}.flxry-showroom-card--cta .flxry-project-card__media--placeholder.flxry-showroom-cta-media{background:color-mix(in srgb,var(--card-bg) 88%,var(--navy-mid));border-bottom:1px solid color-mix(in srgb,var(--accent-blue) 22%,var(--card-border));box-shadow:inset 0 1px 0 rgba(255,255,255,.45)}html[data-theme=dark] .flxry-showroom-card--cta .flxry-project-card__media--placeholder.flxry-showroom-cta-media{background:color-mix(in srgb,var(--card-bg) 55%,var(--navy-mid));border-bottom:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.flxry-showroom-cta-media{position:relative}.flxry-showroom-cta-pill{display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - 2rem);padding:.55rem 1.2rem;font-size:.8125rem;font-weight:600;letter-spacing:.02em;line-height:1.2;text-decoration:none;text-align:center;border-radius:999px;background:var(--accent-blue);color:#fff;box-shadow:0 1px 2px color-mix(in srgb,var(--accent-blue) 40%,transparent);transition:background .2s,box-shadow .2s,transform .15s}.flxry-showroom-cta-pill:hover{color:#fff;background:color-mix(in srgb,var(--accent-blue) 88%,#000);box-shadow:0 4px 14px color-mix(in srgb,var(--accent-blue) 32%,transparent);transform:translateY(-1px)}.flxry-showroom-cta-pill:focus-visible{outline:2px solid var(--accent-blue);outline-offset:3px}html[data-theme=dark] .flxry-showroom-cta-pill{color:#0b0b0f;box-shadow:none}html[data-theme=dark] .flxry-showroom-cta-pill:hover{color:#0b0b0f;background:color-mix(in srgb,var(--accent-blue) 86%,#fff)}.flxry-showroom-card--cta .flxry-sr-meta{padding-top:.85rem;padding-bottom:1.05rem}.flxry-ba-lbl{position:absolute;top:.65rem;font-size:.6rem;font-weight:700;padding:.2rem .55rem;border-radius:999px;letter-spacing:.06em;text-transform:uppercase;z-index:6;pointer-events:none;line-height:1.2}.flxry-ba-lbl--before{left:.65rem;background:rgba(0,0,0,.55);color:#fff}.flxry-ba-lbl--after{right:.65rem;background:var(--accent-blue);color:#fff}html[data-theme=dark] .flxry-ba-lbl--after{color:#0b0b0f}.flxry-showroom-item[hidden]{display:none!important}.flxry-showroom-filter-wrap{max-width:var(--flxry-content-max,1140px);margin:0 auto}.flxry-showroom-filter-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:clamp(1.35rem,3vw,2rem)}.flxry-showroom-fbtn{font-family:inherit;font-size:.8rem;font-weight:600;padding:.45rem 1rem;border-radius:999px;border:1px solid var(--card-border);background:0 0;color:var(--text-muted);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.flxry-showroom-fbtn--active,.flxry-showroom-fbtn:hover{background:var(--accent-blue);border-color:transparent;color:#fff}html[data-theme=dark] .flxry-showroom-fbtn--active,html[data-theme=dark] .flxry-showroom-fbtn:hover{color:#0b0b0f}.flxry-showroom-fbtn:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.flxry-project-card__unterzeile{margin:0 1.5rem .65rem;font-size:.78rem;line-height:1.5;color:var(--text-dim)}.flxry-project-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:0;text-align:left;box-shadow:var(--shadow-sm);transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;flex-direction:column;align-items:stretch;margin:0;overflow:hidden}.flxry-project-card:hover{border-color:rgba(37,99,235,.28);transform:translateY(-3px);box-shadow:var(--shadow-card)}.flxry-project-card__media{width:100%;aspect-ratio:16/10;min-height:180px;background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom:1px solid var(--card-border)}.flxry-project-card__media--placeholder{display:flex;align-items:center;justify-content:center;background:var(--navy-mid);color:var(--text-dim);border-bottom:1px solid var(--card-border)}.flxry-project-card__placeholder-icon{opacity:.55}.flxry-project-card__category{display:block;margin:1.25rem 1.5rem .35rem;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim)}.flxry-project-card__title{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.05rem, 2vw, 1.2rem);color:var(--text-primary);margin:0 1.5rem .65rem;line-height:1.3}.flxry-project-card__text{flex:1;margin:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.65;color:var(--text-muted)}.flxry-project-card__actions{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-top:auto;padding:0 1.5rem 1.5rem;align-items:center}.flxry-project-card__link{display:inline-flex;align-items:center;font-size:.9rem;font-weight:600;color:var(--flxry-link);text-decoration:none;transition:color .2s}.flxry-project-card__link:hover{color:var(--flxry-link-hover)}.flxry-project-card__link--primary{padding:.55rem 1.15rem;border-radius:999px;border:1px solid var(--card-border);background:var(--navy-mid);color:var(--text-primary)}.flxry-project-card__link--primary:hover{border-color:rgba(37,99,235,.35);color:var(--flxry-link)}html[data-theme=dark] .flxry-project-card__link--primary{background:rgba(255,255,255,.04)}body.portfolio .flxry-showroom-section .flxry-subpage-intro{margin-bottom:clamp(1.75rem,4vw,2.5rem)}.flxry-showroom-block{margin-bottom:clamp(2.75rem,6vw,4rem)}#restaurierungen{scroll-margin-top:clamp(5.5rem,9vw,7.5rem)}.flxry-showroom-block:last-child{margin-bottom:0}.flxry-showroom-block__title{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.15rem, 2.2vw, 1.4rem);color:var(--text-primary);margin:0 0 .5rem;line-height:1.25;text-align:left}.flxry-showroom-block__lead{margin:0 0 clamp(1.25rem,3vw,1.75rem);max-width:40rem;font-size:.98rem;line-height:1.65;color:var(--text-muted)}.flxry-portfolio-grid--restorations{max-width:var(--flxry-content-max,1140px)}.flxry-ba{border-bottom:none}.flxry-ba__inner{position:relative;width:100%;aspect-ratio:16/9;min-height:180px;overflow:hidden;background:var(--navy-light)}.flxry-ba__layer{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.flxry-ba__layer .flxry-ba__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;pointer-events:none}.flxry-ba__layer--after{z-index:1}.flxry-ba__layer--before{z-index:2;clip-path:inset(0 50% 0 0)}.flxry-ba__layer--ph{background-image:none}.flxry-ba__layer--ph-after{background:var(--navy-mid)}.flxry-ba__layer--ph-before{background:var(--navy-light);filter:grayscale(.35) brightness(.88)}.flxry-ba__handle{position:absolute;top:0;bottom:0;left:50%;width:2px;margin-left:-1px;background:rgba(255,255,255,.98);box-shadow:0 0 0 1px rgba(0,0,0,.22);z-index:3;pointer-events:none}.flxry-ba__handle::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.14);box-shadow:0 4px 18px rgba(0,0,0,.18)}.flxry-ba__handle::after{content:'↔';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.85rem;font-weight:700;color:#0f172a;z-index:1;line-height:1}.flxry-ba__range{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:ew-resize;z-index:4;-webkit-appearance:none;appearance:none}@media (max-width:600px){.flxry-ba__handle::before{width:32px;height:32px}}.page-about-body .about-me-layout{align-items:flex-start;gap:clamp(2rem,5vw,3.5rem)}.page-about-body .about-me-text h2{font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--text-primary);font-size:clamp(1.35rem, 2.5vw, 1.75rem)}.page-about-body .about-me-text .approach-text,.page-about-body .about-me-text .intro-text,.page-about-body .about-me-text ul{color:var(--text-muted)}.page-about-body .about-me-text ul li strong{color:var(--text-primary)}.page-about-body .about-me-image{border-radius:var(--radius);box-shadow:var(--shadow-card);overflow:hidden;align-self:flex-start;box-sizing:border-box;padding:0;--flxry-about-shade:color-mix(in srgb, var(--text-primary) 54%, var(--navy-mid));--flxry-about-shade-deep:color-mix(in srgb, var(--text-primary) 76%, var(--navy-mid));border:1px solid color-mix(in srgb,var(--accent-blue) 24%,var(--flxry-about-shade));background:linear-gradient(165deg,color-mix(in srgb,var(--accent-blue) 17%,var(--flxry-about-shade-deep)) 0,color-mix(in srgb,var(--accent-blue) 6%,var(--flxry-about-shade)) 55%,var(--flxry-about-shade) 100%)}html[data-theme=dark] .page-about-body .about-me-image{--flxry-about-shade:color-mix(in srgb, black 46%, var(--navy-mid));--flxry-about-shade-deep:color-mix(in srgb, black 64%, var(--navy-mid));border-color:color-mix(in srgb,var(--accent-blue) 32%,var(--flxry-about-shade-deep));background:linear-gradient(165deg,color-mix(in srgb,var(--accent-blue) 22%,var(--flxry-about-shade-deep)) 0,color-mix(in srgb,var(--accent-blue) 9%,var(--flxry-about-shade)) 55%,var(--flxry-about-shade) 100%)}.page-about-body .about-me-image img{display:block;width:100%;height:auto;box-shadow:none;border-radius:inherit;background:0 0}body.page-support .page-support-body a.cta-link{color:var(--flxry-link);transition:color .2s,transform .3s}body.page-support .page-support-body a.cta-link:hover{color:var(--flxry-link-hover)}body.page-support .page-support-body .support-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;text-align:left;max-width:1200px;margin:0 auto}body.page-support .support-info{padding:2rem 1.85rem;box-sizing:border-box}body.page-support .support-info h2{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(1.35rem, 2.5vw, 1.85rem);margin:0 0 1rem;text-align:left;color:var(--text-primary)}body.page-support .support-info>p{font-size:1.05rem;line-height:1.75;margin-bottom:2rem;color:var(--text-muted)}body.page-support .customer-info,body.page-support .support-benefits{background:var(--card-bg);padding:1.85rem 1.65rem;border-radius:var(--radius);border:1px solid var(--card-border);margin-bottom:1.65rem;box-shadow:var(--shadow-sm)}body.page-support .customer-info h3,body.page-support .support-benefits h3,body.page-support .ticket-status-check h3{font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--flxry-link);margin:0 0 1rem;font-size:1.1rem}body.page-support .support-benefits ul{list-style:none;padding:0;margin:0}body.page-support .support-benefits li{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem;line-height:1.5;color:var(--text-muted);font-size:.95rem}body.page-support .support-benefits li:last-child{margin-bottom:0}body.page-support .support-benefits li i{color:var(--flxry-link);width:1.25rem;flex-shrink:0}body.page-support .info-item{display:flex;align-items:center;gap:.85rem;margin-bottom:.65rem;padding-left:.15rem;line-height:1.5;color:var(--text-muted);font-size:.95rem}body.page-support .info-item:last-child{margin-bottom:0}body.page-support .info-item i{color:var(--flxry-link);width:1.25rem;text-align:center;flex-shrink:0}body.page-support .ticket-status-check{background:var(--card-bg);padding:1.85rem 1.65rem;border-radius:var(--radius);border:1px solid var(--card-border)}html[data-theme=dark] body.page-support .customer-info,html[data-theme=dark] body.page-support .support-benefits,html[data-theme=dark] body.page-support .ticket-status-check{background:var(--navy-mid);border-color:rgba(255,255,255,.1)}body.page-support .ticket-status-check p{margin:0;line-height:1.6;color:var(--text-muted);font-size:.95rem}body.page-support .support-form{padding:2.5rem 2.15rem;border-radius:var(--radius);box-shadow:var(--shadow-card)}body.page-support .ticket-form .form-group{margin-bottom:1.5rem}body.page-support .ticket-form .form-group label{margin-bottom:.65rem}body.page-support .ticket-form button[type=submit]{margin-top:.35rem;width:100%}body.page-support .category-description-hint{margin-top:.35rem;margin-bottom:1.25rem;padding:1rem 1.15rem;background:var(--navy);border-radius:var(--radius-sm);border-left:4px solid var(--flxry-link);display:none;width:100%;box-sizing:border-box}html[data-theme=dark] body.page-support .category-description-hint{background:rgba(255,255,255,.06)}body.page-support .hint-text{color:var(--text-muted);font-size:.92rem;line-height:1.55;font-style:italic}body.page-support select[name=category_id]{padding:.75rem 1rem;border:1px solid var(--card-border);border-radius:var(--radius-sm);font-size:.95rem;background:var(--navy);color:var(--text-primary);transition:border-color .2s}html[data-theme=dark] body.page-support select[name=category_id]{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.14);color:var(--text-light)}body.page-support select[name=category_id]:focus{outline:0;border-color:rgba(37,99,235,.5)}html[data-theme=dark] body.page-support select[name=category_id]:focus{border-color:rgba(96,165,250,.55)}body.page-support .file-upload-area{position:relative;border:2px dashed var(--card-border);border-radius:var(--radius-sm);background:var(--navy);padding:1.65rem 1.35rem;min-height:9.5rem;box-sizing:border-box;transition:border-color .2s,background .2s}body.page-support .file-upload-area .file-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}body.page-support .upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.65rem;padding:.35rem .25rem;pointer-events:none}body.page-support .upload-placeholder i{font-size:1.85rem;color:var(--flxry-link);opacity:.9;margin-bottom:.15rem}html[data-theme=dark] body.page-support .file-upload-area{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16)}body.page-support .file-upload-area.dragover,body.page-support .file-upload-area:hover{border-color:rgba(37,99,235,.45);background:rgba(37,99,235,.06)}html[data-theme=dark] body.page-support .file-upload-area.dragover,html[data-theme=dark] body.page-support .file-upload-area:hover{border-color:rgba(96,165,250,.45);background:rgba(96,165,250,.08)}body.page-support .upload-placeholder p{color:var(--text-primary);margin:0;line-height:1.55;font-size:.98rem}body.page-support .upload-info{display:block;margin-top:.15rem;line-height:1.55;font-size:.85rem;color:var(--text-dim)}body.page-support .file-preview{background:var(--card-bg);border-top-color:var(--card-border)}body.page-support .file-preview.has-files{position:relative;z-index:4}body.page-support .preview-item{background:var(--navy);border-color:var(--card-border)}html[data-theme=dark] body.page-support .preview-item{background:rgba(255,255,255,.04)}body.page-support .preview-filename{color:var(--text-primary)}body.page-support .preview-size{color:var(--text-muted)}body.page-support .page-support-body .alert{padding:.9rem 1.1rem;border-radius:var(--radius-sm);align-items:flex-start}body.page-support .page-support-body .alert-success{background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.28);color:var(--text-primary)}body.page-support .page-support-body .alert-success i{color:#22c55e}body.page-support .page-support-body .alert-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.28);color:var(--text-primary)}body.page-support .page-support-body .alert-error i{color:#ef4444}body.page-support .ticket-success-info{display:flex;flex-direction:column;gap:1rem}body.page-support .ticket-number-section{display:flex;flex-direction:column;gap:.5rem}body.page-support .success-label{font-weight:600;font-size:1.05rem;color:var(--text-primary)}html[data-theme=dark] body.page-support .success-label{color:#86efac}body.page-support .ticket-number-display{display:flex;flex-direction:column;gap:.35rem;background:var(--card-bg);padding:.75rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--card-border);border-left:4px solid #22c55e}body.page-support .ticket-number-label{font-size:.9rem;color:var(--text-muted);font-weight:500}body.page-support .ticket-number-value{font-size:1.25rem;font-weight:700;color:var(--text-primary);font-family:ui-monospace,'Courier New',monospace;letter-spacing:.05em}html[data-theme=dark] body.page-support .ticket-number-value{color:#86efac}body.page-support .attachments-section{display:flex;flex-direction:column;gap:.5rem;background:var(--card-bg);padding:.75rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--card-border);border-left:4px solid #0ea5e9}body.page-support .attachments-label{font-size:.9rem;color:var(--text-muted);font-weight:500}body.page-support .attachments-list{font-size:.9rem;color:var(--text-muted);line-height:1.45;word-break:break-word}body.page-support .email-notification{padding:.65rem .85rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;margin-top:.5rem}body.page-support .email-notification.success{background:rgba(34,197,94,.12);color:var(--text-primary);border:1px solid rgba(34,197,94,.28)}body.page-support .email-notification.warning{background:rgba(245,158,11,.12);color:var(--text-primary);border:1px solid rgba(245,158,11,.35)}html[data-theme=dark] body.page-support .email-notification.success{color:#e8ecf4}html[data-theme=dark] body.page-support .email-notification.warning{color:#fde68a}.profile-btn-secondary{background:var(--navy-mid);color:var(--text-muted);border:1px solid var(--card-border)}.profile-btn-secondary:hover{background:var(--navy-light);color:var(--text-primary)}html[data-theme=dark] .profile-btn-secondary{background:rgba(255,255,255,.06);color:var(--text-light)}.profile-alert.success{background:rgba(34,197,94,.12);color:var(--text-primary);border:1px solid rgba(34,197,94,.28)}.profile-alert.error{background:rgba(239,68,68,.1);color:var(--text-primary);border:1px solid rgba(239,68,68,.28)}@media (max-width:900px){body.page-support .page-support-body .support-layout{grid-template-columns:1fr;gap:2.5rem}body.page-support .support-info{order:2;padding:1.65rem 1.35rem}body.page-support .support-form{order:1;padding:2rem 1.5rem}body.page-support .ticket-form .form-row{grid-template-columns:1fr}}@media (max-width:768px){.page-about-body .about-me-layout{flex-direction:column}}body.flxry-php-app{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif} .hero:not(.hero--compact) h1,.hero:not(.hero--compact) h1.hero__title{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:800;min-height:calc(2 * 1.05 * clamp(2.4rem,6vw,4.8rem))} .logo-mark-wrap{flex-shrink:0;width:min(152px,28vw);height:clamp(34px,4.5vw,44px)} .logo-mark-wrap .logo-on-dark{display:none} html[data-theme=dark] .logo-mark-wrap .logo-on-light{display:none} html[data-theme=dark] .logo-mark-wrap .logo-on-dark{display:block}