@media (max-width: 991px) {
    .container {
    padding-left: 16px;
    padding-right: 16px;
}
    .header {
    padding: 12px 0;
    z-index: 3200 !important;
}
    .header.header-public {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    will-change: background-color, border-bottom-color, backdrop-filter;
}
    .header.header-public.scrolled,
    body.public-menu-open .header.header-public {
    background-color: rgba(245, 245, 245, 0.8);
    border-bottom-color: var(--color-border);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
    .header .container {
    gap: 0.75rem;
}
    .logo {
    font-size: 1.2rem;
    gap: 0.45rem;
}
    .logo-icon {
    width: 34px;
    height: 34px;
}
    .mobile-menu-toggle {
    z-index: 3300;
}
    .mobile-menu {
    z-index: 3100;
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    min-height: 100vh;
    padding: 8.5rem 1.5rem 2.25rem;
    justify-content: flex-start;
    overflow-y: auto;
    visibility: hidden;
}
    .mobile-menu.open {
    visibility: visible;
}
    .mobile-menu nav {
    width: 100%;
    max-width: 420px;
    gap: 0.75rem;
    margin-top: 6rem;
}
    .mobile-menu nav a:last-child {
    margin-bottom: 2.5rem;
}
    .mobile-menu nav a {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--color-text-primary);
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0.2rem 0;
    text-align: center;
}
    .mobile-menu-actions {
    margin-top: 2rem;
    width: 100%;
    max-width: 420px;
    display: none;
}
    .mobile-menu-actions .btn {
    text-align: center;
}

    .legal-page-body .legal-container, .legal-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
    .mobile-auth-notice-page .legal-container h1 {
    font-size: 1.75rem !important;
    margin-bottom: 1.5rem;
}
    .mobile-auth-notice-page .legal-container p {
    text-align: center;
}
    .mobile-app-note {
    display: flex;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2900;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    padding: 1.2rem;
    gap: 0.9rem;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(4px);
}
    .mobile-app-note__content {
    flex: 1;
    max-width: 66%;
}
    .mobile-app-note h2 {
    font-size: 0.95rem;
    margin: 0 0 0.25rem;
    line-height: 1.25;
}
    .mobile-app-note p {
    margin: 0;
    color: var(--color-text-secondary);
    font-size: 0.86rem;
    line-height: 1.4;
    max-width: 30ch;
}
    .mobile-app-note__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    min-width: 122px;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 8px 16px;
    pointer-events: auto;
    opacity: 1;
    background-color: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-white);
    border-radius: 8px;
    text-decoration: none;
}
}
@media (max-width: 767px) {
    section {
    padding: 72px 0;
}
    .legal-container > section {
    padding: 0;
}
    .hero-section {
    padding-top: 92px;
}
    .hero-headline {
    font-size: clamp(2.5rem, 12vw, 3.25rem);
    line-height: 1.02;
}
    .hero-cta-wrapper .btn-large, .footer-cta-section .btn-large {
    font-size: 0.96rem;
    padding: 11px 18px;
    border-radius: 10px;
}
    .hero-subheadline, .support-header .hero-subheadline, .about-hero .hero-subheadline, .footer-cta-section p, .story-grid p, .contact-card p, .faq-item p, .legal-container p, .legal-container li, .legal-container address {
    font-size: 0.98rem;
    line-height: 1.65;
}
    .section-headline, .legal-container h1 {
    font-size: clamp(1.9rem, 8vw, 2.5rem) !important;
    line-height: 1.15;
}
    #produkt .section-headline {
    font-size: clamp(2.25rem, 10vw, 2.9rem) !important;
}
    #sicherheit .section-headline {
    font-size: clamp(2.25rem, 10vw, 2.9rem) !important;
}
    #faq .section-headline {
    font-size: clamp(2.22rem, 9.6vw, 2.82rem) !important;
}
    #assets {
    padding-top: 48px;
}
    .story-grid, .contact-grid, .security-grid {
    gap: 2rem;
}
    .reveal-left, .reveal-right {
    transform: translateY(24px);
}
    .showcase-grid {
    gap: 3rem;
}
    .step {
    grid-template-columns: 32px 1fr !important;
    gap: 0.45rem 0.85rem;
    align-items: baseline;
}
    .step span {
    font-size: 1.12rem;
    font-weight: 700;
    padding-top: 0.1rem;
}
    .step h3 {
    grid-column: 2;
    font-size: 1.12rem;
    line-height: 1.25;
}
    .step-03 h3 br {
    display: none;
}
    .step p {
    grid-column: 1 / -1;
    font-size: 0.97rem;
    max-width: none;
    padding-top: 0;
    margin-left: 0;
}
    .security-grid {
    grid-template-columns: 1fr;
    margin-top: 2.8rem;
}
    .security-section .text-center > p {
    margin-bottom: 1.2rem;
}
    .security-feature {
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 18px;
    padding: 1.1rem;
    transition: none;
}
    .security-feature svg {
    width: 30px;
    height: 30px;
    margin-bottom: 0.85rem;
}
    .security-feature:hover {
    transform: none;
    box-shadow: none;
}
    .security-feature h3 {
    font-size: 1.06rem;
}
    .security-feature p {
    font-size: 0.94rem;
    line-height: 1.55;
}
    .faq-list {
    margin-top: 2rem;
}
    .faq-item summary {
    font-size: 1.05rem;
    padding: 1.15rem 0;
    gap: 0.75rem;
}
    .faq-item summary::after {
    font-size: 1.5rem;
}
    .faq-item p {
    padding-bottom: 1.2rem;
}
    .legal-container {
    margin: 0 auto !important;
    padding: 1rem 14px !important;
    border-radius: 0 !important;
    max-width: none !important;
    width: 100% !important;
}
    .legal-container h2 {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
    .legal-container h3 {
    font-size: 1.05rem;
    margin-top: 1.6rem;
}
    .support-header, .about-hero, .contact-section {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem;
}
    .support-header h1 {
    font-size: clamp(2.3rem, 10.6vw, 3rem);
}
    .search-container {
    max-width: 540px;
}
    .contact-card {
    border-radius: 18px;
    padding: 2rem 1.1rem;
}
    .contact-card .btn {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding: 0 20px !important;
    font-size: 0.94rem;
    border-radius: 12px;
}
    .about-hero .section-headline {
    font-size: clamp(2rem, 9.2vw, 2.45rem) !important;
}
    .story-grid h2 {
    font-size: 1.18rem;
}
    body.about-us-page .story-section {
    padding-top: 3rem !important;
}
    body.about-us-page .story-section .container > .story-grid:last-of-type {
    margin-bottom: 1rem !important;
}
    .footer-cta-section.section-before-footer {
    padding: 2.5rem 1rem 2.5rem !important;
}
    .footer-cta-section .section-headline {
    font-size: clamp(2.35rem, 10vw, 3rem) !important;
}
    #faq-search {
    border-radius: 12px;
    padding: 1rem 1rem 1rem 2.9rem;
}
    .search-container svg {
    left: 1rem;
    width: 18px;
    height: 18px;
}
    .footer {
    padding: 42px 0 !important;
}
    .footer .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
}
    .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2.2rem;
    align-items: start;
    text-align: center;
}
    .footer-logo .logo {
    align-items: center;
    justify-content: center;
    gap: 0rem;
}
    .footer-logo .logo-image {
    height: 80px;
    right: 5px;
    bottom: 0px;
}
    .footer-logo .logo span {
    display: none;
}
    .footer-slogan {
    display: none;
}
    .footer-links {
    display: contents;
}
    .footer-links > div:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
    padding-left: 22px;
}
    .footer-links > div:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    padding-left: 32px;
}
    .footer-links > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    padding-left: 22px;
}
    .footer-links h4 {
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
    .footer-links > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
}
    .footer-links a {
    font-size: 1.02rem;
    font-weight: 400;
    text-align: left;
    color: var(--color-text-secondary);
    line-height: 1.35;
}
    .footer-bottom span {
    font-size: 0.8rem;
}
    .footer-bottom {
    margin-top: 2.7rem;
    padding-top: 1.45rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}
    .footer-bottom-right {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
    .footer-socials {
    gap: 1.15rem;
    flex-wrap: wrap;
    justify-content: center;
}
    .footer-socials a img {
    width: 24px;
    height: 24px;
}
    .section-before-footer {
    padding-bottom: 6rem;
}
    .cookie-banner {
    width: calc(100% - 24px);
    bottom: 12px;
    padding: 1.4rem 14px;
    border-radius: 12px;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
}
    .cookie-actions {
    width: 100%;
}
    .cookie-btn {
    width: 100%;
    text-align: center;
}
    .btn:hover, .btn:focus-visible, .btn-primary:hover, .btn-secondary:hover, .contact-card .btn:hover, .footer-cta-section .btn-primary:hover {
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
}
    .faq-item summary, .faq-item summary::after {
    transition: color 0.3s ease, transform 0.3s ease;
}
    .faq-item > p, .faq-item .faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    will-change: max-height, opacity;
    transition: max-height 0.48s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s ease;
}
    .faq-item[open] > p, .faq-item[open] .faq-answer {
    max-height: 1200px;
    opacity: 1;
}
}
.mobile-app-note {
    display: none;
}
