﻿
.form-pulse {
    border-radius: 16px;
    animation: cardPulseGlow 0.8s ease-in-out 3;
    position: relative;
    z-index: 1;
    outline: 2px solid rgba(37, 99, 235, 0.35);
    outline-offset: 6px;
}

@keyframes cardPulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.45);
    }

    50% {
        box-shadow: 0 0 0 14px rgba(37, 99, 235, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
    }
}

.lp-demo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.lp-demo-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.lp-tabbar {
    margin-bottom: 16px;
}

.lp-tabcontent {
    margin-top: 0 !important;
    width: 100%;
}

    .lp-tabcontent .tab-pane {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

@media (max-width: 991.98px) {
    .lp-demo-grid {
        grid-template-columns: 1fr;
    }

    .lp-demo-right {
        margin-top: 12px;
    }
}

#demo .lp-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0 !important;
}

    #demo .lp-cards-grid .lp-info-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 22px 20px !important;
    }

    #demo .lp-cards-grid .lp-info-title {
        margin: 0 !important;
        line-height: 1.3 !important;
        min-height: 52px; /* tüm başlıklar aynı yerden başlasın ve text aynı yerden başlasın */
    }

    #demo .lp-cards-grid .lp-info-text {
        margin: 0 !important;
        line-height: 1.65 !important;
    }

.landing-demo-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.landing-choice-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
    margin-bottom: 4px;
    text-align: left;
}

.landing-choice-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: #5f5f8f;
    margin-bottom: 4px;
    padding: 0 2px;
}

.landing-choice-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid #e7e3e3;
    border-radius: 12px;
    background: #f7f5f5;
    cursor: pointer;
    transition: all .2s ease;
    margin-bottom: 0;
}

    .landing-choice-item:hover {
        background: #ffffff;
        border-color: #d8d2d2;
    }

    .landing-choice-item input[type="radio"] {
        margin: 0;
        transform: scale(.88);
        transform-origin: center;
        flex: 0 0 auto;
    }

.landing-choice-icon {
    width: 15px;
    height: 15px;
    color: #8a84c7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 15px;
}

    .landing-choice-icon svg {
        width: 15px;
        height: 15px;
        display: block;
    }

.landing-choice-text {
    font-size: 13px;
    line-height: 1.3;
    color: #5a5a5a;
    flex: 1 1 auto;
    min-width: 0;
}

.landing-textarea {
    min-height: 72px;
    height: 72px;
    resize: none;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.35;
}

    .landing-textarea::placeholder {
        font-size: 13px;
        line-height: 1.3;
    }

@media (max-width: 575.98px) {
    .landing-choice-title {
        font-size: 12.5px;
    }

    .landing-choice-item {
        gap: 7px;
        min-height: 40px;
        padding: 8px 10px;
    }

        .landing-choice-item input[type="radio"] {
            transform: scale(.82);
        }

    .landing-choice-icon,
    .landing-choice-icon svg {
        width: 14px;
        height: 14px;
    }

    .landing-choice-text {
        font-size: 12.5px;
    }

    .landing-textarea {
        min-height: 66px;
        height: 66px;
    }
}

/* ===== DEMO FORM - POLISHED COMPACT ===== */

#landing_contact,
#landing_contact .landing-demo-card__inner,
#landing_contact .landing-demo-left {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

    #landing_contact .landing-demo-card__inner {
        padding: 22px 24px 18px !important;
        border-radius: 22px;
    }

    #landing_contact .landing-demo-title {
        margin-bottom: 12px;
        text-align: center;
    }

        #landing_contact .landing-demo-title .t1 {
            line-height: 1.06;
            letter-spacing: -.2px;
        }

        #landing_contact .landing-demo-title .t2 {
            display: block;
            margin-top: 4px;
            font-size: 12px !important;
            line-height: 1.25;
            font-weight: 700;
            color: #7f74bd;
        }

        #landing_contact .landing-demo-title hr {
            margin: 8px 0 10px;
            opacity: .75;
        }

/* Form ritmi */
.compact-demo-form {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 2px;
    align-items: stretch;
}

/* Inputlar */
.compact-input {
    width: 100%;
    min-height: 36px !important;
    height: 36px !important;
    padding: 7px 12px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    border-radius: 11px !important;
    box-sizing: border-box;
    margin: 0 !important;
    border: 1px solid #ece8e8 !important;
    background: #f4f4f4 !important;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

    .compact-input::placeholder {
        font-size: 11.5px !important;
        line-height: 1.2 !important;
        color: #9a9a9a !important;
    }

    .compact-input:focus {
        background: #fff !important;
        border-color: #d8ca7a !important;
        box-shadow: 0 0 0 3px rgba(214, 179, 38, 0.10) !important;
        outline: none !important;
    }

/* Textarea */
.compact-textarea {
    min-height: 42px !important;
    height: 42px !important;
    padding-top: 9px !important;
    padding-bottom: 8px !important;
    resize: none;
    overflow: hidden;
    margin-top: 2px !important;
}

/* Contact method alanı */
.compact-choice-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
    margin-bottom: 3px;
    align-items: flex-start;
    text-align: left;
}

.compact-choice-title {
    width: 100%;
    font-size: 11px !important;
    line-height: 1.25 !important;
    font-weight: 700;
    color: #6b6298;
    text-align: left !important;
    margin: 0 0 4px 0;
    padding-left: 1px;
}

/* Radio item: daha zarif */
.compact-choice-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 7px;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #e8e3e3;
    background: #faf9f9;
    margin: 0;
    box-sizing: border-box;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

    .compact-choice-item:hover {
        background: #ffffff;
        border-color: #ddd4d4;
    }

    .compact-choice-item input[type="radio"] {
        margin: 0;
        transform: scale(.74);
        transform-origin: center;
        flex: 0 0 auto;
    }

.compact-choice-icon {
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8a84c7;
    opacity: .95;
}

    .compact-choice-icon svg {
        width: 11px;
        height: 11px;
        display: block;
    }

.compact-choice-text {
    font-size: 10.9px !important;
    line-height: 1.18 !important;
    color: #5f5f5f;
    flex: 1 1 auto;
    min-width: 0;
    text-align: left !important;
}

/* Recaptcha */
.compact-recaptcha {
    margin-top: 6px;
    margin-bottom: 0;
}

#landing_contact .landing-recaptcha #recaptchaWrapper {
    width: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    min-height: 68px;
}

#landing_contact .landing-recaptcha .g-recaptcha {
    transform: scale(.84);
    transform-origin: top center;
}

/* Buton */
.compact-submit-btn {
    width: 74% !important;
    min-height: 38px;
    height: 38px;
    font-size: 12.5px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 12px;
    margin: 8px auto 0 !important;
    display: block;
    box-shadow: 0 10px 24px rgba(24, 160, 48, 0.18);
}

/* Alt yazı */
#landing_contact .landing-trust {
    margin-top: 8px;
    font-size: 11.3px;
    line-height: 1.32;
    text-align: center;
    color: #777;
}

/* Kart genel görünüm biraz daha premium */
#landing_contact {
    border-radius: 24px;
}

    #landing_contact .landing-demo-card__inner {
        box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);
        background: rgba(255,255,255,.72);
        backdrop-filter: blur(2px);
    }

/* Dar ekran / zoom */
@media (max-width: 1400px) {
    #landing_contact .landing-demo-card__inner {
        padding: 18px 20px 16px !important;
    }

    .compact-demo-form {
        gap: 6px;
    }

    .compact-input {
        min-height: 34px !important;
        height: 34px !important;
        padding: 6px 11px !important;
        font-size: 11.4px !important;
    }

        .compact-input::placeholder {
            font-size: 10.9px !important;
        }

    .compact-choice-title {
        font-size: 10.3px !important;
        margin-bottom: 3px;
    }

    .compact-choice-item {
        min-height: 28px;
        padding: 4px 9px;
        gap: 6px;
    }

        .compact-choice-item input[type="radio"] {
            transform: scale(.68);
        }

    .compact-choice-icon,
    .compact-choice-icon svg {
        width: 10px;
        height: 10px;
    }

    .compact-choice-text {
        font-size: 10.3px !important;
    }

    .compact-textarea {
        min-height: 40px !important;
        height: 40px !important;
    }

    #landing_contact .landing-recaptcha #recaptchaWrapper {
        min-height: 60px;
    }

    #landing_contact .landing-recaptcha .g-recaptcha {
        transform: scale(.78);
    }

    .compact-submit-btn {
        width: 72% !important;
        min-height: 36px;
        height: 36px;
        font-size: 12px;
    }
}

/* ===== MOBILE FIX - FINAL ===== */
@media (max-width: 767.98px) {
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
    }

        body.landing-page {
            overflow-x: hidden !important;
        }

    .konguru-landing {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

        .konguru-landing * {
            box-sizing: border-box;
            min-width: 0;
        }

    .lp-container,
    .lp-container.lp-container--wide {
        width: 100%;
        max-width: 100%;
        padding-left: 14px !important;
        padding-right: 14px !important;
        margin-left: auto;
        margin-right: auto;
    }
    /* HERO */
    .lp-hero,
    .lp-hero-grid,
    .lp-hero-grid.lp-hero-grid--wide {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

        .lp-hero-grid,
        .lp-hero-grid.lp-hero-grid--wide {
            display: grid !important;
            grid-template-columns: 1fr !important;
            gap: 18px !important;
        }

            .lp-hero-grid > div,
            .lp-hero-grid.lp-hero-grid--wide > div {
                width: 100%;
                max-width: 100%;
                min-width: 0;
            }

    .lp-h1 {
        font-size: 26px !important;
        line-height: 1.1 !important;
        letter-spacing: -.2px;
        margin-top: 6px !important;
        margin-bottom: 10px !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .lp-subtitle {
        width: 100%;
        max-width: 100%;
        font-size: 17px !important;
        line-height: 1.32 !important;
        margin-bottom: 12px !important;
        word-break: break-word;
        overflow-wrap: anywhere;
        font-weight: 600 !important;
    }

    .lp-hero-copy {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

        .lp-desc,
        .lp-desc.lp-desc--big,
        .lp-hero-copy p {
            width: 100%;
            max-width: 100%;
            font-size: 14px !important;
            line-height: 1.65 !important;
            margin-bottom: 0 !important;
            word-break: break-word;
            overflow-wrap: anywhere;
        }
    /* HERO FORM CARD */
    #landing_contact {
        width: 100%;
        max-width: 100%;
        margin-top: 2px;
        border-radius: 18px !important;
    }

        #landing_contact .landing-demo-card__inner {
            width: 100%;
            max-width: 100%;
            padding: 16px 12px 14px !important;
            border-radius: 18px !important;
            overflow: hidden;
        }

        #landing_contact .landing-demo-left {
            width: 100%;
            max-width: 100%;
        }

        #landing_contact .landing-demo-title {
            margin-bottom: 8px !important;
            text-align: center;
        }

            #landing_contact .landing-demo-title .t1 {
                font-size: 16px !important;
                line-height: 1.1 !important;
            }

            #landing_contact .landing-demo-title .t2 {
                font-size: 10px !important;
                line-height: 1.2 !important;
                margin-top: 3px !important;
            }

            #landing_contact .landing-demo-title hr {
                margin: 7px 0 7px !important;
            }

    .compact-demo-form {
        gap: 5px !important;
        width: 100%;
    }

    .compact-input {
        width: 100%;
        min-height: 36px !important;
        height: 36px !important;
        padding: 6px 10px !important;
        font-size: 11.5px !important;
        border-radius: 9px !important;
    }

        .compact-input::placeholder {
            font-size: 10.5px !important;
        }

    .compact-choice-group {
        width: 100%;
        gap: 4px !important;
        margin-top: 4px !important;
        margin-bottom: 2px !important;
    }

    .compact-choice-title {
        font-size: 10px !important;
        line-height: 1.2 !important;
        margin-bottom: 2px !important;
    }

    .compact-choice-item {
        width: 100%;
        min-height: 28px !important;
        padding: 4px 7px !important;
        gap: 5px !important;
        border-radius: 8px !important;
    }

        .compact-choice-item input[type="radio"] {
            transform: scale(.68) !important;
        }

    .compact-choice-icon,
    .compact-choice-icon svg {
        width: 9px !important;
        height: 9px !important;
        flex: 0 0 9px !important;
    }

    .compact-choice-text {
        font-size: 9.7px !important;
        line-height: 1.18 !important;
    }

    .compact-textarea {
        min-height: 38px !important;
        height: 38px !important;
    }

    #landing_contact .landing-recaptcha #recaptchaWrapper {
        width: 100%;
        min-height: 58px !important;
        display: flex;
        justify-content: center !important;
        align-items: center;
    }

    #landing_contact .landing-recaptcha .g-recaptcha {
        transform: scale(.74) !important;
        transform-origin: top center !important;
    }

    .compact-submit-btn {
        width: 100% !important;
        max-width: 240px !important;
        min-height: 36px !important;
        height: 36px !important;
        font-size: 11.5px !important;
        margin: 8px auto 0 !important;
    }

    #landing_contact .landing-trust {
        width: 100%;
        max-width: 100%;
        font-size: 10.3px !important;
        line-height: 1.25 !important;
        margin-top: 7px !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
    /* DEMO SECTION */
    .lp-demo,
    .lp-demo .lp-container,
    .lp-demo-grid,
    .lp-demo-right,
    .lp-tabcontent,
    .lp-tabcontent .tab-pane,
    .tab-content,
    .tab-pane {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .lp-demo-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .lp-demo-leftVisual,
    .lp-demo-right {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .lp-demo-gif {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 14px;
    }

    .lp-demo-title h2 {
        font-size: 22px !important;
        line-height: 1.16 !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .lp-demo-title p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
    /* TAB BAR - 4 tab da erişilebilir olsun */
    .lp-tabbar {
        width: 100%;
        max-width: 100%;
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 8px;
        padding: 0 0 6px 0;
        margin-bottom: 12px !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        justify-content: flex-start !important;
        align-items: stretch;
    }

        .lp-tabbar::-webkit-scrollbar {
            display: none;
        }

        .lp-tabbar[role="tablist"] {
            white-space: nowrap;
        }

    .lp-tab {
        flex: 0 0 auto !important;
        width: max-content !important;
        max-width: none !important;
        white-space: nowrap !important;
        font-size: 13px !important;
        line-height: 1.15 !important;
        padding: 10px 14px !important;
        border-radius: 999px !important;
    }
    /* KARTLAR tek kolon */
    #demo .lp-cards-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

        #demo .lp-cards-grid .lp-info-card {
            width: 100%;
            max-width: 100%;
            padding: 16px 14px !important;
            border-radius: 16px !important;
        }

        #demo .lp-cards-grid .lp-info-title {
            min-height: 0 !important;
            font-size: 16px !important;
            line-height: 1.28 !important;
            margin-bottom: 8px !important;
            word-break: break-word;
            overflow-wrap: anywhere;
        }

        #demo .lp-cards-grid .lp-info-text {
            font-size: 13.5px !important;
            line-height: 1.58 !important;
            word-break: break-word;
            overflow-wrap: anywhere;
        }
    /* Diğer sectionlar */
    .lp-stories-grid,
    .lp-steps,
    .lp-compare-grid,
    .lp-bottom-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .lp-story-card,
    .lp-step,
    .lp-card,
    .lp-rightCta,
    .lp-section-title,
    .lp-how-title {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

        .lp-section-title h3,
        .lp-how-title h3,
        .lp-compare h3 {
            font-size: 22px !important;
            line-height: 1.18 !important;
            word-break: break-word;
            overflow-wrap: anywhere;
        }

        .lp-section-title p,
        .lp-how-title p,
        .lp-step p,
        .lp-story-quote,
        .lp-card li,
        .lp-card p,
        .mini {
            word-break: break-word;
            overflow-wrap: anywhere;
        }

    .lp-bottom-grid {
        text-align: center;
    }

    .lp-store-badges {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

        .lp-store-badges a img {
            max-width: 132px;
            height: auto;
        }
    /* WhatsApp biraz aşağıdan yukarı alsın ama içerik kapatmasın */
    .whatsapp-widget,
    .whatsapp-float,
    .whatsapp-btn {
        bottom: 18px !important;
        right: 14px !important;
    }
}

@media (max-width: 767.98px) {
    .lp-tabbar {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        overflow: visible !important;
    }

    .lp-tab {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
        white-space: normal !important;
    }
}

/* ===== White header / modern look ===== */
#lpMiniHeader {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}

    #lpMiniHeader .lp-miniheader__inner {
        min-height: 72px;
    }

    #lpMiniHeader .lp-miniheader__brand img {
        display: block;
        max-height: 34px;
        width: auto;
    }

    /* dil butonu */
    #lpMiniHeader .lp-miniheader__langbtn {
        background: #ffffff !important;
        border: 1px solid rgba(17, 24, 39, 0.08);
        border-radius: 999px;
        padding: 8px 12px;
        min-height: 42px;
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
        transition: all .18s ease;
    }

        #lpMiniHeader .lp-miniheader__langbtn:hover {
            background: #f8fafc !important;
            border-color: rgba(17, 24, 39, 0.14);
        }

    #lpMiniHeader .lp-miniheader__langbtn,
    #lpMiniHeader .lp-miniheader__chev {
        color: #1f2937 !important;
    }

    /* dropdown */
    #lpMiniHeader .lp-miniheader__langmenu {
        background: #ffffff !important;
        border: 1px solid rgba(17, 24, 39, 0.08);
        border-radius: 16px;
        box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10);
        padding: 8px;
    }

    #lpMiniHeader .lp-miniheader__langitem {
        border-radius: 12px;
        color: #1f2937 !important;
    }

        #lpMiniHeader .lp-miniheader__langitem:hover {
            background: #f8fafc;
        }

        #lpMiniHeader .lp-miniheader__langitem.is-active {
            background: #f3f4f6;
        }

/* mobilde biraz daha kompakt */
@media (max-width: 767.98px) {
    #lpMiniHeader .lp-miniheader__inner {
        min-height: 62px;
    }

    #lpMiniHeader .lp-miniheader__brand img {
        max-height: 28px;
    }

    #lpMiniHeader .lp-miniheader__langbtn {
        min-height: 38px;
        padding: 6px 10px;
    }
}

