/* -------------------------------------------------------------
   #1 HOME HERO
   ------------------------------------------------------------- */

.home-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 72px;
    background:
        radial-gradient(circle at top right, rgba(200, 171, 55, 0.18), transparent 26%),
        linear-gradient(180deg, #f8fafc 0%, #eef4f8 100%);
}

.home-hero__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 42px;
    align-items: center;
}

.home-hero__title {
    max-width: 760px;
}

.home-hero__text {
    max-width: 760px;
    margin-bottom: 28px;
}

.home-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.home-hero__trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 720px;
}

.home-hero__trust-item {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.home-hero__trust-item strong {
    display: block;
    font-size: 1.25rem;
    color: #0f172a;
    margin-bottom: 4px;
}

.home-hero__trust-item span {
    color: #64748b;
    font-weight: 600;
    font-size: 0.95rem;
}

.home-hero__visual {
    display: flex;
    justify-content: center;
}

.home-hero__card {
    position: relative;
    width: 100%;
    max-width: 470px;
    min-height: 560px;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(180deg, #06b6d4 0%, #1e293b 100%);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.22);
    padding: 18px;
}

.home-hero__image {
    width: 100%;
    height: 100%;
    min-height: 524px;
    object-fit: cover;
    border-radius: 22px;
}

.home-hero__badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.home-hero__badge--one {
    left: 18px;
    bottom: 24px;
}

.home-hero__badge--two {
    right: 18px;
    top: 24px;
}

/* -------------------------------------------------------------
   #2 SECTION HEAD
   ------------------------------------------------------------- */

.home-section-head {
    max-width: 820px;
    margin: 0 auto 42px;
}

/* -------------------------------------------------------------
   #3 TARGETS
   ------------------------------------------------------------- */

.home-targets {
    align-items: stretch;
}

.home-target {
    height: 100%;
}

.home-target__icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(200, 171, 55, 0.14);
    font-size: 1.6rem;
    margin-bottom: 18px;
}

.home-target__title {
    font-size: 1.35rem;
    color: #0f172a;
    margin-bottom: 12px;
}

.home-target__text {
    color: #475569;
    margin-bottom: 18px;
}

.home-target__list {
    list-style: none;
    margin-bottom: 18px;
}

.home-target__list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    color: #334155;
    font-weight: 500;
}

.home-target__list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -1px;
    color: #06b6d4;
    font-size: 1.2rem;
    font-weight: 800;
}

.home-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0d89ff;
    text-decoration: none;
    font-weight: 800;
    transition: all 0.2s ease;
}

.home-link:hover {
    color: #18d0d0;
    transform: translateX(3px);
}

/* -------------------------------------------------------------
   #4 SERVICES
   ------------------------------------------------------------- */

.home-services-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.home-service-card h3 {
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 1.2rem;
}

.home-service-card p {
    color: #475569;
    margin: 0;
}
/* -------------------------------------------------------------
   #5 PRODUKT SECTIONS (VOXIVO / ZAHLMEISTER)
   ------------------------------------------------------------- */
/* -------------------------------------------------------------
   # VOXIVO SECTION KOMPLETT NEU
   ------------------------------------------------------------- */

.home-product-section--voxivo {
    padding: 90px 0;
    background: linear-gradient(135deg, #02111f 0%, #061a2c 50%, #0a2234 100%);
    overflow: hidden;
}

.home-product-section--voxivo .home-product-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.home-product-section--voxivo .home-product-content {
    color: #ffffff;
}

.home-product-section--voxivo .tg-eyebrow {
    color: #18d0d0;
    margin-bottom: 14px;
}

.home-product-section--voxivo .home-product-logo-wrap {
    margin-bottom: 22px;
}

.home-product-section--voxivo .home-product-logo {
    max-width: 180px;
    height: auto;
}

.home-product-section--voxivo .home-product-title {
    color: #ffffff;
    margin-bottom: 18px;
    max-width: 720px;
}

.home-product-section--voxivo .home-product-text {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 28px;
    max-width: 700px;
}

.home-product-section--voxivo .home-product-points {
    display: grid;
    gap: 14px;
    margin-bottom: 30px;
}

.home-product-section--voxivo .home-product-point {
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #ffffff;
    font-weight: 700;
}

.home-product-section--voxivo .home-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.home-product-section--voxivo .home-gradient-btn {
    background: linear-gradient(135deg, #0d89ff 0%, #18d0d0 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 14px 34px rgba(13, 137, 255, 0.28);
}

.home-product-section--voxivo .home-gradient-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(13, 137, 255, 0.34);
}

.home-product-section--voxivo .home-product-visual {
    display: flex;
    justify-content: center;
}

.home-product-section--voxivo .home-product-visual-card--voxivo {
    width: 100%;
    max-width: 520px;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0d89ff 0%, #172929 100%);
    box-shadow: 0 24px 60px rgba(13, 137, 255, 0.30);
    color: #ffffff;
}

.home-product-section--voxivo .home-product-visual-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.home-product-section--voxivo .home-product-visual-card--voxivo h3 {
    color: #ffffff;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.2;
    margin-bottom: 14px;
}

.home-product-section--voxivo .home-product-visual-card--voxivo p {
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 22px;
}

.home-product-section--voxivo .home-product-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-product-section--voxivo .home-product-mini-card {
    min-height: 92px;
    border-radius: 18px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.home-product-section--voxivo .home-product-mini-card strong {
    display: block;
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 1rem;
}

.home-product-section--voxivo .home-product-mini-card span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.94rem;
}

@media (max-width: 1100px) {
    .home-product-section--voxivo .home-product-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .home-product-section--voxivo {
        padding: 70px 0;
    }

    .home-product-section--voxivo .home-product-visual-card--voxivo {
        padding: 22px;
        border-radius: 22px;
    }

    .home-product-section--voxivo .home-product-mini-grid {
        grid-template-columns: 1fr;
    }

    .home-product-section--voxivo .home-product-point {
        min-height: 48px;
        padding: 10px 14px;
    }
}

/* -------------------------------------------------------------
   #6 ZAHLMEISTER
   ------------------------------------------------------------- */

/* -------------------------------------------------------------
   # ZAHLMEISTER SECTION KOMPLETT NEU
   ------------------------------------------------------------- */

.home-product-section--zahlmeister {
    padding: 90px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #eef7f7 50%, #f4fbfb 100%);
    overflow: hidden;
}

.home-product-section--zahlmeister .home-product-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.home-product-section--zahlmeister .home-product-content {
    color: #0f172a;
}

.home-product-section--zahlmeister .tg-eyebrow {
    color: #0f766e;
    margin-bottom: 14px;
}

.home-product-section--zahlmeister .home-product-title {
    color: #0f172a;
    margin-bottom: 18px;
    max-width: 720px;
}

.home-product-section--zahlmeister .home-product-text {
    color: #475569;
    margin-bottom: 28px;
    max-width: 700px;
}

.home-product-section--zahlmeister .home-product-points {
    display: grid;
    gap: 14px;
    margin-bottom: 30px;
}

.home-product-section--zahlmeister .home-product-point {
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.home-product-section--zahlmeister .home-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.home-product-section--zahlmeister .home-green-btn {
    background: linear-gradient(135deg, #0d89ff, #18d0d0);
    color: #ffffff;
    border: none;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
}

.home-product-section--zahlmeister .home-green-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.24);
}

.home-product-section--zahlmeister .home-product-visual {
    display: flex;
    justify-content: center;
}

.home-product-section--zahlmeister .home-product-visual-card--zahlmeister {
    width: 100%;
    max-width: 520px;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0f172a 0%, #2563eb 100%);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
    color: #ffffff;
}

.home-product-section--zahlmeister .home-product-visual-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.home-product-section--zahlmeister .home-product-visual-card--zahlmeister h3 {
    color: #ffffff;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.2;
    margin-bottom: 14px;
}

.home-product-section--zahlmeister .home-product-visual-card--zahlmeister p {
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 22px;
}

.home-product-section--zahlmeister .home-product-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-product-section--zahlmeister .home-product-mini-card {
    min-height: 92px;
    border-radius: 18px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.home-product-section--zahlmeister .home-product-mini-card strong {
    display: block;
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 1rem;
}

.home-product-section--zahlmeister .home-product-mini-card span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.94rem;
}

@media (max-width: 1100px) {
    .home-product-section--zahlmeister .home-product-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .home-product-section--zahlmeister {
        padding: 70px 0;
    }

    .home-product-section--zahlmeister .home-product-visual-card--zahlmeister {
        padding: 22px;
        border-radius: 22px;
    }

    .home-product-section--zahlmeister .home-product-mini-grid {
        grid-template-columns: 1fr;
    }

    .home-product-section--zahlmeister .home-product-point {
        min-height: 48px;
        padding: 10px 14px;
    }
}

/* -------------------------------------------------------------
   #7 WHY
   ------------------------------------------------------------- */

.home-why-section {
    background: linear-gradient(180deg, #f8fafc 0%, #eef4f8 100%);
}

.home-why-card h3 {
    font-size: 1.12rem;
    color: #0f172a;
    margin-bottom: 10px;
}

.home-why-card p {
    margin: 0;
    color: #475569;
}

/* -------------------------------------------------------------
   #8 CTA
   ------------------------------------------------------------- */

.home-cta__box {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 38px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.home-cta__text {
    max-width: 720px;
    margin: 0 auto 22px;
}

.home-cta__contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 24px;
}

.home-cta__contact a {
    color: #0f172a;
    text-decoration: none;
    font-weight: 800;
}

/* -------------------------------------------------------------
   #9 TABLET
   ------------------------------------------------------------- */

@media (max-width: 1100px) {
    .home-hero__grid,
    .home-voxivo__box {
        grid-template-columns: 1fr;
    }

    .home-hero__visual {
        justify-content: flex-start;
    }

    .home-hero__card {
        max-width: 520px;
    }
}

/* -------------------------------------------------------------
   #10 MOBILE
   ------------------------------------------------------------- */

@media (max-width: 768px) {
    .home-hero {
        padding: 64px 0 52px;
    }

    .home-hero__grid {
        gap: 26px;
    }

    .home-hero__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .home-hero__trust {
        grid-template-columns: 1fr;
    }

    .home-hero__card {
        max-width: 100%;
        min-height: auto;
        padding: 12px;
        border-radius: 24px;
    }

    .home-hero__image {
        min-height: 360px;
        border-radius: 18px;
    }

    .home-hero__badge {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.84rem;
    }

    .home-voxivo__box,
    .home-product-box,
    .home-cta__box {
        padding: 22px;
        border-radius: 22px;
    }

    .home-product-box {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }
}

/* -------------------------------------------------------------
   #11 KLEINE HANDYS
   ------------------------------------------------------------- */

@media (max-width: 420px) {
    .home-hero {
        padding: 52px 0 42px;
    }

    .home-hero__image {
        min-height: 300px;
    }

    .home-section-head {
        margin-bottom: 30px;
    }

    .home-voxivo__point {
        min-height: 48px;
        padding: 10px 14px;
    }

    .home-cta__contact {
        gap: 12px;
        flex-direction: column;
    }
}

/* -------------------------------------------------------------
   #12 PRODUKT SECTIONS RESPONSIVE
   ------------------------------------------------------------- */

@media (max-width: 1100px) {
    .home-product-grid,
    .home-product-grid--reverse {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .home-product-visual-card {
        padding: 22px;
        border-radius: 22px;
    }

    .home-product-mini-grid {
        grid-template-columns: 1fr;
    }

    .home-product-point {
        min-height: 48px;
        padding: 10px 14px;
    }

    .home-product-logo {
        max-width: 180px;
    }
}

@media (max-width: 420px) {
    .home-product-visual-card {
        padding: 18px;
    }
}

/* -------------------------------------------------------------
   # IT LÖSUNGEN & TECHNIK
------------------------------------------------------------- */

.home-tech-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.home-tech-grid {
    align-items: stretch;
}

.home-tech-card {
    height: 100%;
}

 

.home-tech-card h3 {
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 1.2rem;
}

.home-tech-card p {
    margin: 0;
    color: #475569;
}

/* -------------------------------------------------------------
   # IT TECH TITLE INLINE ICON
------------------------------------------------------------- */

.home-tech-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #0f172a;
}

.home-tech-inline-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 137, 255, 0.12);
    font-size: 1.1rem;
}

/* -------------------------------------------------------------
   # TARGET ICON INLINE (MODERN STYLE)
------------------------------------------------------------- */

.home-target__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.home-target-inline-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 137, 255, 0.12);
    font-size: 1.2rem;
}

/* -------------------------------------------------------------
   # HOME TECH HOVER EFFECT (PREMIUM)
------------------------------------------------------------- */

.home-tech-card {
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Bewegung */
.home-tech-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

/* leichter Glow Effekt */
.home-tech-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0d89ff, #18d0d0);
    opacity: 0;
    transition: 0.3s ease;
    z-index: 0;
}

.home-tech-card:hover::before {
    opacity: 0.05;
}

/* Inhalt bleibt über Glow */
.home-tech-card > * {
    position: relative;
    z-index: 1;
}

/* -------------------------------------------------------------
   # ICON HOVER
------------------------------------------------------------- */

.home-tech-inline-icon {
    transition: all 0.25s ease;
}

.home-tech-card:hover .home-tech-inline-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, #0d89ff, #18d0d0);
    color: #fff;
}

/* -------------------------------------------------------------
   # PROFESSIONAL BADGES
------------------------------------------------------------- */
.profile-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    backdrop-filter: blur(6px);
    position: absolute;
    z-index: 5;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Web & KI */
.profile-badge--primary {
    background: rgba(13, 137, 255, 0.12);
    color: #0d89ff;
    border: 1px solid rgba(13, 137, 255, 0.25);
}

/* IT Support */
.profile-badge--dark {
    background: rgba(15, 23, 42, 0.75);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* WICHTIG: echter Bild-Container */
.home-hero__card {
    position: relative;
}

/* Oben rechts */
.profile-badge--top {
    top: 16px;
    right: 16px;
}

/* Unten links */
.profile-badge--bottom {
    bottom: 19px;
    left: 270px;
}

/* -------------------------------------------------------------
   # HERO BADGES MOBILE
------------------------------------------------------------- */

@media (max-width: 768px) {
    .profile-badge {
        padding: 5px 10px;
        font-size: 0.72rem;
        line-height: 1.1;
        border-radius: 999px;
    }

    .profile-badge--top {
        top: 12px;
        right: 12px;
    }

    .profile-badge--bottom {
        bottom: 14px;
        left: 215px;
    }
}

@media (max-width: 420px) {
    .profile-badge {
        padding: 4px 9px;
        font-size: 0.66rem;
    }

    .profile-badge--top {
        top: 10px;
        right: 10px;
    }

    .profile-badge--bottom {
        bottom: 14px;
        left: 215px;
    }
}


/* -------------------------------------------------------------
   # FOOTER SOCIAL ICONS
------------------------------------------------------------- */

.tg-footer__socials {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.tg-footer__socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    color: #ffffff;
    font-size: 16px;
    transition: all 0.25s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

/* Hover */
.tg-footer__socials a:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #0d89ff, #18d0d0);
    color: #fff;
    box-shadow: 0 10px 25px rgba(13,137,255,0.25);
}

/* //Kommentar: Badge Basis */
.home-product-visual-badge {
    position: relative;
    overflow: hidden;
}

/* //Kommentar: Glanz Effekt */
.home-product-visual-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
    );
    transform: skewX(-20deg);

    /* 🔥 Auto Animation */
    animation: tg-shine 3s ease-in-out infinite;
}

/* //Kommentar: Keyframes */
@keyframes tg-shine {
    0% {
        left: -75%;
    }
    50% {
        left: 125%;
    }
    100% {
        left: 125%;
    }
}