* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:focus-visible {
    overflow: visible;
    outline-offset: 4px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(180deg, #000428 0%, #004e92 100%);
    background-image: url('../../img/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    border-radius: inherit;
    color: white;
}

img {
    display: block;
    max-width: 100%;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 24px;
    background: #00ff88;
    color: #001124;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: top 0.2s ease;
    z-index: 1000;
}

.skip-link:focus {
    top: 24px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 30px 20px 30px;
    position: relative;
}

.menu-container {
    display: flex;
    align-items: center;
}

.burger-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1000;
    padding: 8px;
    border: none;
    background: transparent;
    margin-top: 10px;
}

.burger-menu span {
    width: 30px;
    height: 3px;
    background-color: #00ff88;
    border-radius: 2px;
    transition: transform 0.3s ease;
}

.menu-text {
    display: flex;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 8px;
    letter-spacing: 1px;
}

.logo {
    height: 40px;
    position: relative;
    top: -20px;
}

.logo img {
    height: 100%;
    width: auto;
}

.decorative-line {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
}

.decorative-line svg {
    position: absolute;
    height: 100%;
}

.line-left {
    left: 0;
    width: 300px;
}

.line-right {
    left: 300px;
    width: calc(100% - 300px);
}

main {
    padding: 20px 15px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    flex: 1 0 auto;
}

.headline-area {
    margin-bottom: 40px;
}

.headline-area h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}

.hero-section {
    position: relative;
    margin-bottom: 0px;
    padding: 80px 70px;
    border: 1px solid rgba(0, 255, 136, 0.35);
    border-radius: 32px;
    background: linear-gradient(120deg, rgba(0, 10, 60, 0.92) 0%, rgba(0, 4, 28, 0.95) 100%);
    box-shadow: 0 25px 100px rgba(0, 0, 0, 0.45);
    overflow: visible;
}

.hero-section2 {
    position: relative;
    margin-bottom: 50px;
    padding: 80px 70px;
    border: 1px solid rgba(0, 255, 136, 0.35);
    border-radius: 32px;
    background: linear-gradient(120deg, rgba(0, 10, 60, 0.92) 0%, rgba(0, 4, 28, 0.95) 100%);
    box-shadow: 0 25px 100px rgba(0, 0, 0, 0.45);
    overflow: visible;
}

.hero-section__badge {
    position: absolute;
    top: -12px;
    right: -32px;
    padding: 7px 22px;
    border: 1px solid rgba(0, 255, 136, 0.483);
    color: #00ff88;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
    -webkit-text-stroke: 1px #00ff88;
    paint-order: stroke fill;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-decoration: none;
    line-height: 1.1;
    text-shadow: 0 0 8px rgba(0, 255, 136, 0.6);
    transform: rotate(45deg);
    transform-origin: center;
    z-index: 2;
    background: #001124;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.hero-section__badge:hover,
.hero-section__badge:focus-visible {
    background: #00ff88;
    color: #001124;
    -webkit-text-stroke: 0;
    text-shadow: none;
    box-shadow: 0 15px 35px rgba(0, 255, 136, 0.35);
    transform: rotate(45deg) scale(1.06);
}

.hero-section__badge:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
}

.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../../img/q.png');
    background-repeat: no-repeat;
    background-position: calc(100% + 50px) calc(50% + 100px);
    background-size: clamp(220px, 50%, 560px);
    opacity: 0.45;
    pointer-events: none;
    border-radius: inherit;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 30%, rgba(0, 255, 136, 0.35), transparent 55%);
    mix-blend-mode: screen;
    pointer-events: none;
    border-radius: inherit;
}

.hero-section2::after {
    content: '';
    position: absolute;
    inset: 0;
    
    opacity: 0.45;
    pointer-events: none;
    border-radius: inherit;
}

.hero-section2 h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
    font-style: italic;
}

.hero-section2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 30%, rgba(0, 255, 136, 0.35), transparent 55%);
    mix-blend-mode: screen;
    pointer-events: none;
    border-radius: inherit;
}

.hero-section__content {
    position: relative;
    max-width: 520px;
}

.hero-section__content2 {
    position: relative;
}

.hero-section__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}

.hero-section h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
    font-style: italic;
}

.hero-section__lead {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.hero-section__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 34px;
    border-radius: 999px;
    border: 2px solid #00ff88;
    color: #00ff88;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.hero-section__cta-button:hover,
.hero-section__cta-button:focus-visible {
    background: #00ff88;
    color: #001124;
    box-shadow: 0 15px 40px rgba(0, 255, 136, 0.35);
}

.value-section {
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
    grid-template-areas:
        "text visual"
        "cta visual";
    gap: clamp(40px, 6vw, 90px);
    align-items: center;
}

.value-section__text {
    grid-area: text;
    max-width: 540px;
}

.value-section__eyebrow {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
    font-style: italic;
}
.value-section__subhead {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 22px;
}

.value-section__description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 480px;
}


.pill-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 36px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #00ff88;
    color: #00ff88;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.pill-button--filled {
    background: linear-gradient(135deg, #00ffa1, #00c4ff);
    color: #001124;
    border-color: transparent;
    box-shadow: 0 12px 30px rgba(0, 255, 160, 0.25);
}

.pill-button--filled:hover,
.pill-button--filled:focus-visible {
    box-shadow: 0 20px 45px rgba(0, 255, 160, 0.35);
    transform: translateY(-1px);
}

.value-section__facts {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
}

.value-section__facts td {
    padding: 12px 0;
    vertical-align: middle;
    font-size: 1.25rem;
    font-weight: 600;
    color: #00ff88;
    font-style: italic;
}

.value-section__facts tr + tr td {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.value-section__fact-icon-cell {
    width: 80px;
    padding-right: 16px;
}

.value-section__fact-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 0px solid rgba(0, 255, 136, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(0, 255, 136, 0.08);*/
    color: #00ff88;
    font-size: 1.2rem;
}

.value-section__fact-text {
    color: #00ffb4;
    font-style: italic;
}

.value-section__visual-slot {
    grid-area: visual;
    width: 100%;
    min-height: 450px;
    background-image: url('../../img/aus_einer_hand_background_icons.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.value-section__cta {
    grid-area: cta;
    align-self: flex-start;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.service-section {
    margin-bottom: 0px;
}

.service-section__content {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "text media"
        "cta media";
    gap: clamp(30px, 6vw, 80px);
    align-items: center;
}

.service-section__content2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    grid-template-areas:
        "text media"
        "cta media";
    gap: clamp(30px, 6vw, 80px);
    align-items: center;
}

.service-section__text2 {
    grid-area: text;
    max-width: 520px;
}

.service-section__text {
    grid-area: text;
    width: 100%;
}

.service-section__eyebrow {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    font-style: italic;
    margin-bottom: 14px;
}

.service-section__headline {
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 12px;
}

.service-section__subhead {
    font-size: 1.35rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}

.service-section__body {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    width: 100%;
    max-width: 100%;
}

.service-section__media {
    grid-area: media;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.service-section--livemanager {
    margin-bottom: 90px;
}

.service-section__icons-board {
    width: 100%;
    min-height: 260px;

    .appdesigner-section__inner {
        padding: 32px 26px;
    }

    .appdesigner-section__points {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    border-radius: 32px;
    border: 1px solid rgba(39, 252, 181, 0.4);
    background: radial-gradient(circle at 20% 20%, rgba(6, 91, 169, 0.45), rgba(3, 16, 67, 0.95));
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    padding: clamp(28px, 4vw, 44px);
}

.service-section__icons-matrix {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;

    .appdesigner-point {
        gap: 8px;
    }
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2.5vw, 26px);
    text-align: center;
}

.service-section__icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 12px 10px;
    color: #ffffff;
    font-weight: 500;
}

.service-section__icon {
    width: 54px;
    height: 54px;
}

.service-section__icon-label {
    font-size: 0.95rem;
    line-height: 1.3;
    color: #ffffff;
}

.service-section__image {
    width: 100%;
    border-radius: 28px;
    border: 1px solid rgba(0, 255, 136, 0.35);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.appdesigner-section {
    margin: clamp(10px, 10vw, 10px) 0 50px;
}

.appdesigner-section__inner {
    border: 1px solid rgba(0, 255, 136, 0.35);
    border-radius: 32px;
    padding: clamp(24px, 3vw, 40px) clamp(36px, 5vw, 70px) clamp(36px, 5vw, 70px);
    background: radial-gradient(circle at 10% 20%, rgba(3, 105, 170, 0.55), rgba(3, 18, 54, 0.95));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: clamp(30px, 4vw, 50px);
}

.appdesigner-section__inner::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../../img/neu.png');
    background-size: 75%;
    background-position: left bottom;
    background-repeat: no-repeat;
    opacity: 0.2;
    pointer-events: none;
    transform: none;
    transform-origin: left bottom;
}

.appdesigner-section__inner_nobg {
    border: 1px solid rgba(0, 255, 136, 0.35);
    border-radius: 32px;
    padding: clamp(24px, 3vw, 40px) clamp(36px, 5vw, 70px) clamp(36px, 5vw, 70px);
    background: radial-gradient(circle at 10% 20%, rgba(3, 105, 170, 0.55), rgba(3, 18, 54, 0.95));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: clamp(30px, 4vw, 50px);
}

.appdesigner-section__inner_nobg::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.2;
    pointer-events: none;
    transform: none;
    transform-origin: left bottom;
}

.appdesigner-section__intro,
.appdesigner-section__points {
    position: relative;
    z-index: 1;
}

.appdesigner-section__intro {
    margin-bottom: clamp(10px, 4vw, 30px);
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.appdesigner-section__headline {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
    color: #ffffff;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .appdesigner-section__inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "intro cta"
            "points points";
        align-items: start;
        column-gap: 40px;
    }

    .appdesigner-section__intro {
        grid-area: intro;
        margin-bottom: 0;
    }

    .appdesigner-section__points {
        grid-area: points;
    }

    .appdesigner-section__cta {
        grid-area: cta;
        align-self: center;
        justify-self: center;
        margin-top: 0;
    }
}

.appdesigner-section__subhead {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

.appdesigner-section__points {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 26px 48px;
}


@media (max-width: 767px) {
    .appdesigner-section__cta {
        align-self: flex-start;
        margin-top: 10px;
    }
}

.appdesigner-point {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
}

.appdesigner-point__icon {
    font-size: 1.3rem;
    color: #00ff88;
    font-weight: 700;
    line-height: 1;
    transform: translateY(4px);
}

.appdesigner-point__title {
    color: #00ff88;
    font-size: 1.05rem;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 6px;
}

.appdesigner-point__body {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
}

.service-section__cta {
    grid-area: cta;
    align-self: flex-start;
    margin-top: 0px;
}

.content-area {
    font-size: 18px;
    line-height: 1.6;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 2fr;
    gap: 32px;
    align-items: stretch;
}

.contact-panel {
    background: linear-gradient(180deg, #010728 0%, #02205a 100%);
    border-radius: 28px;
    padding: 40px 32px;
    border: 1px solid #00ff88;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.contact-panel__inner {
    width: 100%;
    max-width: 260px;
    text-align: left;
}

.contact-panel--auto {
    align-self: flex-start;
}

.contact-panel__inner--wide {
    max-width: none;
}

.contact-panel__eyebrow {
    font-style: italic;
    font-size: 2.2rem;
    font-weight: 600;
}

.contact-panel__company {
    color: #00ff88;
    font-weight: 700;
    font-size: 1.1rem;
}

.contact-panel address {
    font-style: normal;
    line-height: 1.8;
}

.contact-panel__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
}

.contact-panel__list .label {
    display: block;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 6px;
}

.contact-panel__list a {
    color: #00ff88;
    text-decoration: none;
}

.contact-panel__list--icons {
    width: 100%;
    gap: 20px;
}

.contact-panel__list--icons li {
    width: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
}

.contact-panel__icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.contact-panel__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-panel__list--icons a {
    color: white;
    font-weight: 600;
}

.contact-panel__list--icons a:hover,
.contact-panel__list--icons a:focus-visible {
    color: #00ff88;
}

.contact-form-wrapper {
    border: 1px solid #00ff88;
    border-radius: 28px;
    padding: 40px;
    background: rgba(0, 10, 36, 0.8);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-form-wrapper header h1 {
    margin-bottom: 12px;
}

.contact-form-wrapper header p {
    color: #c5cbdc;
}

.site-footer {
    width: 100%;
    margin: 0px 0 5px;
    padding-top: 50px;
    position: relative;
}

.site-footer__outer {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 0 24px;
}

.site-footer__container {
    max-width: 1200px;
    width: 100%;
    flex: 1;
}

.footer-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
}

.footer-line svg {
    position: absolute;
    height: 100%;
}

.footer-line .line-left {
    left: 0;
    width: 260px;
}

.footer-line .line-right {
    left: 260px;
    width: calc(100% - 260px);
}

.site-footer__content {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
    display: flex;
    justify-content: center;
    font-size: 0.95rem;
    color: white;
}

.site-footer__content a {
    color: white;
    text-decoration: none;
}

.site-footer__copy {
    min-width: 200px;
    transform: translateY(-25px);
    flex-shrink: 0;
    color: white;
}

.site-footer__title {
    font-weight: 600;
    color: white;
}


.site-footer__links-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    text-align: center;
}

.site-footer__icon-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.site-footer__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.imprint-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.imprint-list li {
    line-height: 1.7;
}

.legal-section {
    margin-bottom: 28px;
}

.legal-section h3 {
    font-size: 1.1rem;
    color: #00ff88;
    margin-bottom: 8px;
}

.legal-section p,
.legal-section li {
    color: #c5cbdc;
    line-height: 1.7;
}

.ga-optout-link,
.ga-optout-link:visited,
.ga-optout-link:hover,
.ga-optout-link:focus-visible {
    color: #c5cbdc;
    text-decoration: none;
}

.contact__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact__form-table {
    width: 100%;
    border-collapse: collapse;
}

.contact__form-table th,
.contact__form-table td {
    padding: 6px 0;
    vertical-align: top;
}

.contact__form-table th {
    width: 32%;
    color: #00ff88;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    font-weight: 600;
}

.contact__form-table label {
    color: inherit;
}

.contact__form-table td input,
.contact__form-table td textarea {
    width: 100%;
    background: rgba(5, 20, 50, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 14px 16px;
    color: white;
    font: inherit;
    margin-bottom: 10px;
}

.contact__form-table td textarea {
    resize: vertical;
}

.contact__form-table td input:focus,
.contact__form-table td textarea:focus {
    outline: none;
    border-color: #00ff88;
    box-shadow: 0 0 0 1px rgba(0, 255, 136, 0.5);
}

.btn--accent-outline {
    border: 2px solid #00ff88;
    color: #00ff88;
    background: transparent;
    padding: 14px 32px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease;
    align-self: flex-start;
}

.btn--accent-outline:hover,
.btn--accent-outline:focus-visible {
    background: #00ff88;
    color: #001124;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: rgba(0, 4, 40, 0.95);
    backdrop-filter: blur(10px);
    padding: 80px 30px 30px;
    transition: left 0.3s ease;
    z-index: 999;
    border-right: 2px solid #00ff88;
}

.sidebar.active {
    left: 0;
}

.sidebar nav ul {
    list-style: none;
}

.sidebar nav ul li {
    margin-bottom: 0px;
}

.sidebar nav ul li:first-child {
    margin-top: 30px;
}

.sidebar nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
    display: block;
    padding: 10px 0;
}

.sidebar nav ul li a:hover,
.sidebar nav ul li a:focus-visible {
    color: #00ff88;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 998;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .headline-area h1 {
        font-size: 32px;
    }

    header {
        padding: 40px 20px 15px 20px;
        align-items: center;
    }

    .logo {
        height: 28px;
        top: -10px;
    }

    main {
        padding: 20px 10px;
    }

    .hero-section {
        padding: 50px 32px;
        border-radius: 24px;
    }

    .hero-section2 {
        padding: 50px 32px;
        border-radius: 24px;
    }

    .value-section {
        grid-template-columns: 1fr;
        row-gap: 30px;
        grid-template-areas:
            "text"
            "visual"
            "cta";
    }

    .value-section__visual-slot {
        min-height: 320px;
    }

    .value-section__cta {
        justify-self: flex-start;
        width: 100%;
    }

    .service-section__content {
        grid-template-columns: 1fr;
        grid-template-areas:
            "text"
            "media"
            "cta";
    }

    .service-section__cta {
        justify-self: flex-start;
        margin-top: 6px;
    }

    .service-section--livemanager .service-section__icons-board {
        min-height: 220px;
    }

    .service-section__icons-matrix {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .appdesigner-section__inner::after {
        inset: auto;
        top: 0;
        left: 156px;
        width: 500px;
        height: 156px;
        background-size: 500px 156px;
        background-position: left top;
        transform: rotate(90deg);
        transform-origin: left top;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-panel,
    .contact-form-wrapper {
        padding: 32px 24px;
    }

    .contact__form-table th,
    .contact__form-table td {
        display: block;
        width: 100%;
    }

    .contact__form-table th {
        margin-bottom: 6px;
        text-align: left;
    }

    .site-footer__outer {
        flex-direction: column;
        padding: 0 20px;
        gap: 20px;
    }

    .site-footer__container {
        width: 100%;
    }

    .site-footer__content {
        flex-direction: column;
        align-items: center;
    }

    .site-footer__links-group {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .logo {
        height: 22px;
        top: -6px;
        left: 20px;
    }

    .service-section__icons-matrix {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .appdesigner-section__points {
        grid-template-columns: 1fr;
    }
}