.anf-page #navbar { background: rgba(255,255,255,0.97); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); padding: 15px 5%; border-bottom: 1px solid rgba(0,0,0,0.05); }
.anf-page #navbar .nav-logo { transform: translateY(0); }

.anf-hero { background: var(--secondary); color: #fff; min-height: 90vh; display: flex; align-items: center; padding: 100px 10% 80px; gap: 60px; position: relative; overflow: hidden; }
.anf-hero-glow { position: absolute; top: -20%; right: -10%; width: 60vw; height: 60vw; border-radius: 50%; background: radial-gradient(circle, rgba(99,106,175,0.18) 0%, transparent 65%); pointer-events: none; animation: glowPulse 6s ease-in-out infinite; }
@keyframes glowPulse { 0%, 100% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.08); opacity: 1; } }
.anf-hero-inner { flex: 1; min-width: 0; position: relative; z-index: 1; }
.anf-eyebrow { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 3px; color: var(--primary); font-weight: 700; margin-bottom: 24px; display: block; }
.anf-in-1 { animation: fadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.1s both; }
.anf-in-2 { animation: fadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.25s both; }
.anf-in-3 { animation: fadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.4s both; }
.anf-in-4 { animation: fadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.55s both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.anf-hero h1 { font-family: 'Lexend', sans-serif; font-size: clamp(2.5rem, 5.5vw, 4.8rem); line-height: 0.95; font-weight: 900; letter-spacing: -2px; margin-bottom: 28px; }
.anf-hero h1 span { color: var(--primary); }
.anf-sub { font-size: 1.05rem; opacity: 0.6; max-width: 480px; margin-bottom: 40px; line-height: 1.7; }
.anf-hero-actions { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.anf-trust { display: flex; gap: 20px; flex-wrap: wrap; }
.anf-trust span { font-size: 0.75rem; color: rgba(255,255,255,0.45); font-weight: 600; letter-spacing: 0.5px; }
.anf-btn { background: var(--primary); color: #fff; border: none; padding: 17px 40px; border-radius: 50px; font-family: 'Lexend', sans-serif; font-weight: 800; font-size: 0.88rem; text-transform: uppercase; letter-spacing: 1.5px; cursor: none !important; transition: transform 0.25s cubic-bezier(0.16,1,0.3,1), box-shadow 0.25s cubic-bezier(0.16,1,0.3,1); box-shadow: 0 8px 28px rgba(99,106,175,0.4); }
.anf-btn:hover { transform: translateY(-3px); box-shadow: 0 16px 44px rgba(99,106,175,0.55); }
.anf-btn-lg { font-size: 1.1rem; padding: 20px 52px; }
.anf-hero-visual { flex: 0 0 420px; position: relative; z-index: 1; }
.anf-browser { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.08); transform: perspective(800px) rotateY(-8deg) rotateX(3deg); transition: transform 0.5s ease; animation: browserFloat 5s ease-in-out infinite; }
@keyframes browserFloat { 0%, 100% { transform: perspective(800px) rotateY(-8deg) rotateX(3deg) translateY(0); } 50% { transform: perspective(800px) rotateY(-8deg) rotateX(3deg) translateY(-10px); } }
.anf-browser-bar { background: #f0f0f0; padding: 10px 14px; display: flex; align-items: center; gap: 6px; }
.anf-dot { width: 10px; height: 10px; border-radius: 50%; background: #ddd; display: inline-block; }
.anf-dot:nth-child(1) { background: #ff5f57; }
.anf-dot:nth-child(2) { background: #febc2e; }
.anf-dot:nth-child(3) { background: #28c840; }
.anf-url { font-size: 0.65rem; color: #aaa; margin-left: 8px; font-family: monospace; }
.anf-browser-body { padding: 0; }
.anf-mock-nav { height: 36px; background: #1b1b1b; }
.anf-mock-hero { background: #1b1b1b; padding: 28px 20px 24px; }
.anf-mock-h { height: 14px; background: rgba(255,255,255,0.85); border-radius: 3px; width: 75%; margin-bottom: 10px; animation: shimmer 2.5s ease-in-out infinite; }
.anf-mock-h--sm { width: 45%; height: 10px; opacity: 0.5; }
.anf-mock-btn { width: 90px; height: 28px; background: var(--primary); border-radius: 50px; margin-top: 14px; animation: shimmer 2.5s ease-in-out infinite 0.4s; }
@keyframes shimmer { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } }
.anf-mock-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 16px; background: #f8f8fa; }
.anf-mock-card { height: 60px; background: #fff; border-radius: 6px; border: 1px solid #eee; animation: shimmer 2.5s ease-in-out infinite; }
.anf-mock-card:nth-child(2) { animation-delay: 0.3s; }
.anf-mock-card:nth-child(3) { animation-delay: 0.6s; }

.leistungen-section { padding: 110px 10% 80px; }
.leistungen-section .section-title { text-align: center; }
.leistungen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.leistung-card { padding: 40px 32px; border: 1px solid rgba(0,0,0,0.07); border-radius: 18px; transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }
.leistung-card:hover { border-color: var(--primary); transform: translateY(-6px); box-shadow: 0 24px 60px rgba(99,106,175,0.12); }
.leistung-icon-wrap { margin-bottom: 28px; }
.leistung-svg { width: 80px; height: 80px; }
.svg-draw { stroke-dasharray: 300; stroke-dashoffset: 300; transition: stroke-dashoffset 1.2s cubic-bezier(0.4, 0, 0.2, 1); }
.svg-draw-delay-1 { transition-delay: 0.2s; }
.svg-draw-delay-2 { transition-delay: 0.42s; }
.svg-draw-delay-3 { transition-delay: 0.64s; }
.svg-draw-delay-4 { transition-delay: 0.86s; }
.svg-draw-pop { opacity: 0; transform: scale(0.5); transform-origin: center; transition: opacity 0.5s ease 0.7s, transform 0.5s cubic-bezier(0.34,1.56,0.64,1) 0.7s; }
.leistung-card:hover .svg-draw, .leistung-card.drawn .svg-draw { stroke-dashoffset: 0; }
.leistung-card:hover .svg-draw-pop, .leistung-card.drawn .svg-draw-pop { opacity: 1; transform: scale(1); }
@keyframes iconFloat { 0%, 100% { transform: translateY(0) rotate(0deg); } 35% { transform: translateY(-9px) rotate(-1.5deg); } 65% { transform: translateY(-6px) rotate(1deg); } }
.leistung-card.drawn .leistung-svg { animation: iconFloat 4.5s cubic-bezier(0.45, 0, 0.55, 1) 2s infinite; }
.leistung-card h3 { font-family: 'Lexend', sans-serif; font-size: 1.25rem; font-weight: 800; margin-bottom: 14px; color: var(--secondary); }
.leistung-card p { font-size: 0.93rem; opacity: 0.6; line-height: 1.7; color: var(--secondary); }

.qualitaet-section { background: var(--secondary); padding: 110px 10%; text-align: center; }
.qualitaet-section .anf-eyebrow { margin-bottom: 14px; }
.qualitaet-section .section-title { color: #fff; margin-bottom: 64px; text-align: center; }
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: left; }
.feat-item { padding: 26px 22px; border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; transition: border-color 0.3s ease, background 0.3s ease; }
.feat-item:hover { border-color: rgba(99,106,175,0.5); background: rgba(99,106,175,0.07); }
.feat-icon-wrap { margin-bottom: 16px; }
.feat-svg { width: 40px; height: 40px; }
.feat-draw { stroke-dasharray: 200; stroke-dashoffset: 200; transition: stroke-dashoffset 1s cubic-bezier(0.4, 0, 0.2, 1); }
.feat-draw-d1 { transition-delay: 0.18s; }
.feat-draw-d2 { transition-delay: 0.36s; }
.feat-pop { opacity: 0; transform: scale(0.5); transform-origin: center; transition: opacity 0.4s ease 0.5s, transform 0.4s cubic-bezier(0.34,1.56,0.64,1) 0.5s; }
.feat-item:hover .feat-draw, .feat-item.drawn .feat-draw { stroke-dashoffset: 0; }
.feat-item:hover .feat-pop, .feat-item.drawn .feat-pop { opacity: 1; transform: scale(1); }
@keyframes featFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.feat-item.drawn .feat-svg { animation: featFloat 3.8s ease-in-out 1.6s infinite; }
.feat-item strong { display: block; font-family: 'Lexend', sans-serif; font-size: 0.88rem; font-weight: 800; margin-bottom: 8px; color: #fff; }
.feat-item p { font-size: 0.8rem; color: rgba(255,255,255,0.38); line-height: 1.6; margin: 0; }

.ablauf-section { padding: 80px 10% 110px; background: var(--secondary); color: #fff; border-top: 1px solid rgba(255,255,255,0.06); }
.ablauf-section .section-title { color: #fff; text-align: center; }
.ablauf-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.ablauf-step { position: relative; }
.ablauf-icon-wrap { position: relative; width: 70px; height: 70px; margin-bottom: 24px; }
.ablauf-svg { width: 70px; height: 70px; }
.ablauf-num-badge { position: absolute; top: -6px; right: -8px; font-family: 'Lexend', sans-serif; font-size: 0.65rem; font-weight: 900; color: #fff; background: var(--primary); border-radius: 50px; padding: 3px 7px; letter-spacing: 0.5px; }
.ablauf-check { stroke-dasharray: 60; stroke-dashoffset: 60; }
@keyframes drawCheck { to { stroke-dashoffset: 0; } }
.ablauf-dot { opacity: 0; }
@keyframes popDot { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } }
.ablauf-type { stroke-dasharray: 60; stroke-dashoffset: 60; }
.ablauf-rocket-body { stroke-dasharray: 200; stroke-dashoffset: 200; }
.ablauf-step.active .ablauf-rocket-body { animation: drawCheck 0.8s cubic-bezier(0.16,1,0.3,1) 0.2s forwards; }
.ablauf-svg-launch { overflow: visible; }
.rocket-group { transform-box: fill-box; transform-origin: center; }
.ablauf-exhaust { opacity: 0; transform-box: fill-box; transform-origin: top center; }
@keyframes rocketLaunch {
    0%   { transform: translateY(0) scale(1); }
    8%   { transform: translateY(4px) scale(0.95); }
    42%  { transform: translateY(-95px) scale(0.88); opacity: 1; }
    49%  { transform: translateY(-95px); opacity: 0; }
    50%  { transform: translateY(70px); opacity: 0; }
    73%  { transform: translateY(5px) scale(1.06); opacity: 1; }
    85%  { transform: translateY(-2px) scale(1); }
    100% { transform: translateY(0) scale(1); }
}
@keyframes exhaustBurn { from { opacity: 0.3; transform: scaleY(0.5); } to { opacity: 1; transform: scaleY(1.6); } }
.ablauf-step.active .rocket-group { animation: rocketLaunch 4s cubic-bezier(0.55,0,0.1,1) 1.1s infinite; }
.ablauf-step.active .ablauf-exhaust { animation: exhaustBurn 0.22s ease-in-out 1.1s infinite alternate; }
.ablauf-step h3 { font-family: 'Lexend', sans-serif; font-size: 1.05rem; font-weight: 800; margin-bottom: 10px; color: #fff; }
.ablauf-step p { font-size: 0.88rem; opacity: 0.5; line-height: 1.65; color: #fff; }
@keyframes ablaufFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes checkPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
@keyframes dotLoop { 0%, 100% { transform: translateY(0); } 45% { transform: translateY(-4px); } }
.ablauf-step.active .ablauf-svg-check { animation: ablaufFloat 3.8s ease-in-out 1s infinite; }
.ablauf-step.active .ablauf-svg-check .ablauf-check { animation: drawCheck 0.6s cubic-bezier(0.16,1,0.3,1) 0.2s both, checkPulse 2.8s ease-in-out 1.6s infinite; }
.ablauf-step.active .ablauf-svg-build { animation: ablaufFloat 4.2s ease-in-out 1.3s infinite; }
.ablauf-step.active .ablauf-svg-build .ablauf-type { animation: drawCheck 0.5s cubic-bezier(0.16,1,0.3,1) 0.4s both; }
.ablauf-step.active .ablauf-dot-1 { animation: popDot 0.3s cubic-bezier(0.34,1.56,0.64,1) 0.3s both, dotLoop 1.6s ease-in-out 1.4s infinite; }
.ablauf-step.active .ablauf-dot-2 { animation: popDot 0.3s cubic-bezier(0.34,1.56,0.64,1) 0.5s both, dotLoop 1.6s ease-in-out 1.7s infinite; }
.ablauf-step.active .ablauf-dot-3 { animation: popDot 0.3s cubic-bezier(0.34,1.56,0.64,1) 0.7s both, dotLoop 1.6s ease-in-out 2s infinite; }

.faq-section { padding: 110px 10%; background: var(--gray-bg); }
.faq-section .section-title { text-align: center; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(0,0,0,0.09); }
.faq-item:last-child { border-bottom: none; }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 28px 0; line-height: 1; font-family: 'Lexend', sans-serif; font-size: 1rem; font-weight: 700; color: var(--secondary); cursor: none !important; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq-q::after { content: ''; display: block; width: 14px; height: 14px; flex-shrink: 0; background: linear-gradient(var(--primary), var(--primary)) center / 2px 100% no-repeat, linear-gradient(var(--primary), var(--primary)) center / 100% 2px no-repeat; transition: transform 0.4s cubic-bezier(0.16,1,0.3,1); }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height 0.4s ease-in-out; }
.faq-item.open .faq-a { max-height: 400px; transition: max-height 0.65s ease-in-out; }
.faq-a p { padding-bottom: 22px; color: var(--secondary); opacity: 0.75; line-height: 1.75; font-size: 0.97rem; }

.anf-cta-section { padding: 110px 10% 64px; text-align: center; background: var(--secondary); color: #fff; }
.anf-cta-section .anf-eyebrow { margin-bottom: 14px; }
.anf-cta-section h2 { font-family: 'Lexend', sans-serif; font-size: clamp(3rem, 8vw, 5rem); font-weight: 900; letter-spacing: -2px; margin-bottom: 18px; }
.anf-cta-section > p { font-size: 1.05rem; opacity: 0.5; margin-bottom: 44px; }

html { background: var(--secondary); }
body.anf-page { background-color: var(--secondary); }
.leistungen-section { background: #fff; }
footer { background: var(--secondary); padding: 0 10% 40px; }

.wizard-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.65); z-index: 100000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.wizard-overlay.open { opacity: 1; pointer-events: all; }
.wizard-panel { background: #fff; border-radius: 22px; width: min(620px, 94vw); max-height: 88vh; overflow-y: auto; overflow-x: hidden; padding: 32px 48px 24px; position: relative; transform: translateY(28px); transition: transform 0.35s cubic-bezier(0.16,1,0.3,1); scrollbar-width: none; }
.wizard-panel::-webkit-scrollbar { display: none; }
.wizard-overlay.open .wizard-panel { transform: translateY(0); }
.wizard-header { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.wizard-progress { flex: 1; height: 2px; background: rgba(0,0,0,0.07); border-radius: 2px; }
.wizard-close { flex-shrink: 0; width: 28px; height: 28px; position: relative; display: flex; align-items: center; justify-content: center; background: var(--primary); border: none; border-radius: 50%; cursor: none !important; transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), background 0.2s ease; }
.wizard-close::before, .wizard-close::after { content: ''; position: absolute; width: 11px; height: 2px; background: #fff; border-radius: 1px; top: 50%; left: 50%; }
.wizard-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.wizard-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.wizard-close:hover { transform: rotate(90deg); background: #4d54a0; }
.wizard-bar { height: 100%; background: var(--primary); border-radius: 2px; transition: width 0.45s cubic-bezier(0.16,1,0.3,1); }
.wizard-step { display: block; }
@keyframes wizardShake { 0%,100% { transform: translateX(0); } 20% { transform: translateX(-8px); } 40% { transform: translateX(8px); } 60% { transform: translateX(-5px); } 80% { transform: translateX(5px); } }
.wizard-shake { animation: wizardShake 0.45s cubic-bezier(0.36,0.07,0.19,0.97); }
@keyframes stepInRight { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } }
@keyframes stepInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }
@keyframes stepOut { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(-20px); } }
@keyframes stepOutBack { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(20px); } }
.wizard-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 2.5px; color: var(--primary); font-weight: 700; margin-bottom: 10px; display: block; }
.wizard-step h2 { font-family: 'Lexend', sans-serif; font-size: clamp(1.25rem, 4vw, 1.7rem); font-weight: 900; color: var(--secondary); margin-bottom: 16px; line-height: 1.15; text-wrap: balance; }
.opt-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.opt-card { border: 2px solid rgba(0,0,0,0.08); border-radius: 14px; padding: 16px 12px; cursor: none !important; transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 96px; }
.opt-card:hover { border-color: var(--primary); transform: translateY(-2px); }
.opt-card.sel { border-color: var(--primary); background: rgba(99,106,175,0.06); }
.opt-card-icon { font-size: 1.6rem; margin-bottom: 10px; line-height: 1; }
.opt-card-label { font-size: 0.82rem; font-weight: 700; color: var(--secondary); line-height: 1.3; text-wrap: balance; }
.opt-list { display: flex; flex-direction: column; gap: 9px; }
.opt-list-item { border: 2px solid rgba(0,0,0,0.08); border-radius: 12px; padding: 14px 18px; cursor: none !important; font-size: 0.9rem; font-weight: 600; color: var(--secondary); transition: border-color 0.25s ease, background 0.25s ease, transform 0.2s ease; display: flex; align-items: center; gap: 13px; }
.opt-list-item:hover { border-color: rgba(99,106,175,0.4); transform: translateX(3px); }
.opt-list-item.sel { border-color: var(--primary); background: rgba(99,106,175,0.06); transform: translateX(3px); }
.opt-li-icon { font-size: 1.2rem; flex-shrink: 0; line-height: 1; }
.opt-li-text { flex: 1; }
.opt-li-check { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(0,0,0,0.14); flex-shrink: 0; transition: border-color 0.25s ease, background 0.25s cubic-bezier(0.34,1.56,0.64,1), transform 0.25s cubic-bezier(0.34,1.56,0.64,1); }
.opt-list-item:hover .opt-li-check { border-color: var(--primary); }
.opt-list-item.sel .opt-li-check { border-color: var(--primary); background: var(--primary); transform: scale(1.15); }
.multi-note { font-size: 0.72rem; color: rgba(0,0,0,0.38); margin-bottom: 14px; display: block; }
.wizard-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(0,0,0,0.06); }
.wizard-back { flex-shrink: 0; background: none; border: none; font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 0.78rem; color: rgba(0,0,0,0.28); cursor: none !important; text-transform: uppercase; letter-spacing: 1.5px; transition: color 0.2s; white-space: nowrap; }
.wizard-back:hover { color: var(--secondary); }
.wizard-next { flex-shrink: 1; min-width: 0; max-width: 100%; background: var(--primary); color: #fff; border: none; padding: 14px 28px; border-radius: 50px; font-family: 'Lexend', sans-serif; font-weight: 800; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1px; cursor: none !important; transition: transform 0.2s ease, box-shadow 0.2s ease; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wizard-next:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(99,106,175,0.4); }
.wizard-field-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(0,0,0,0.4); margin-bottom: 7px; display: block; }
.wizard-opt { color: rgba(0,0,0,0.28); font-size: 0.7rem; margin-left: 6px; font-weight: 400; text-transform: none; letter-spacing: 0; }
.wizard-input { width: 100%; border: 2px solid rgba(0,0,0,0.1); border-radius: 11px; padding: 13px 17px; font-size: 0.93rem; font-family: 'Inter', sans-serif; color: var(--secondary); outline: none; transition: border-color 0.2s; margin-bottom: 14px; resize: none; background: #fff; box-sizing: border-box; }
.wizard-input:focus { border-color: var(--primary); }
.wizard-success { text-align: center; padding: 30px 0; }
.wizard-success-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(99,106,175,0.1); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.wizard-success h2 { font-family: 'Lexend', sans-serif; font-size: 1.8rem; font-weight: 900; margin-bottom: 14px; color: var(--secondary); }
.wizard-success p { opacity: 0.6; line-height: 1.7; font-size: 0.95rem; color: var(--secondary); }

.budget-slider-wrap { padding: 6px 0 26px; }
.budget-val-display { font-family: 'Lexend', sans-serif; font-size: 1.45rem; font-weight: 900; color: var(--primary); text-align: center; margin-bottom: 20px; letter-spacing: -0.5px; transition: color 0.2s; }
.budget-slider { -webkit-appearance: none; appearance: none; width: 100%; height: 4px; border-radius: 4px; outline: none; cursor: none !important; margin: 0; border: none; background: rgba(0,0,0,0.1); }
.budget-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--primary); cursor: none !important; box-shadow: 0 2px 12px rgba(99,106,175,0.4); transition: box-shadow 0.2s, transform 0.15s cubic-bezier(0.34,1.56,0.64,1); }
.budget-slider::-webkit-slider-thumb:hover { box-shadow: 0 4px 22px rgba(99,106,175,0.55); transform: scale(1.18); }
.budget-slider::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--primary); border: none; cursor: pointer; box-shadow: 0 2px 12px rgba(99,106,175,0.4); }
.budget-ticks { display: flex; justify-content: space-between; margin-top: 11px; }
.budget-tick-label { font-size: 0.6rem; color: rgba(0,0,0,0.28); font-weight: 600; text-align: center; flex: 1; transition: color 0.2s; line-height: 1.3; }
.budget-tick-label.active { color: var(--primary); font-weight: 800; }

@media (max-width: 1000px) {
    .anf-hero { flex-direction: column; padding: 110px 6% 60px; min-height: auto; gap: 40px; }
    .anf-hero-visual { flex: none; width: 100%; max-width: 360px; }
    .leistungen-grid { grid-template-columns: 1fr; }
    .feat-grid { grid-template-columns: repeat(2, 1fr); }
    .ablauf-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .ablauf-section .section-title, .faq-section .section-title, .leistungen-section .section-title, .qualitaet-section .section-title { font-size: 2.5rem; }
    .wizard-panel { padding: 36px 24px 28px; }
    .reveal { opacity: 1 !important; transform: none !important; }
    .anf-btn, .faq-q, .wizard-next, .wizard-back, .wizard-close, .opt-card, .opt-list-item, .budget-slider { cursor: pointer !important; touch-action: manipulation; }
    .budget-slider::-webkit-slider-thumb { width: 28px; height: 28px; }
    .budget-slider::-moz-range-thumb { width: 28px; height: 28px; }
}
@media (max-width: 480px) {
    .ablauf-grid { grid-template-columns: 1fr; }
    .feat-grid { grid-template-columns: 1fr; }
    .opt-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 120px; }
    .opt-card:last-child:nth-child(odd) { grid-column: 1 / -1; justify-self: center; width: calc(50% - 5px); }
    .budget-val-display { font-size: 1.15rem; }
    .anf-trust { flex-direction: column; gap: 8px; }
}
