﻿

body {
    font-family: "Nunito", sans-serif;
    background: radial-gradient(1200px 500px at 10% 0%, rgba(0,97,179,.12), transparent 60%), radial-gradient(900px 500px at 90% 20%, rgba(77,163,255,.12), transparent 60%), #f4f8fc;
    /*font-family: "Poppins", sans-serif;*/
}


/* HERO */
.hero {
    /*min-height: 100vh;*/
    /*min-height: 70vh;*/
    background: radial-gradient(circle at 20% 20%, #0b4f8a, #357285 70%);
    background: radial-gradient(circle at 20% 20%, #0b4f8a, rgb(73 128 145) 85%);
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 125px;
    padding-bottom: 0;
    clip-path: polygon(0px 0px, 100% 0px, 100% 90%, 0% 100%, 0px 100%);
}
    /*.hero::after {
        content: "";
        position: absolute;
        width: 600px;
        height: 600px;
        right: -200px;
        top: -100px;
        background: radial-gradient(circle,rgba(255,255,255,.15),transparent);
        filter: blur(80px);
    }*/
.hero-tilt {
    transition: transform 0.25s ease-out;
    will-change: transform;
}
/* NAVBAR */
.navbar {
    background: transparent;
}

    .navbar a {
        color: #fff !important;
        font-weight: 500;
    }

.btn-create {
    background: #fff;
    color: #0b4f8a;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 18px;
}

/* HERO CONTENT */
.hero-badge {
    opacity: 0.9;
    font-size: 0.9rem;
}

.hero-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.hero-text {
  /*  color: rgba(255,255,255,0.8);
    max-width: 520px;*/
    opacity: .8;
}

/* BUTTONS */
.btn-primary-custom {
    background: #0d6efd;
    border-radius: 10px;
    padding: 12px 26px;
}

.btn-outline-custom {
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 12px 26px;
}
 

/* ALT DALGA */
.hero-wave {
    position: absolute;
    bottom: -1px;
    width: 100%;
}
.qr1 {
    color: #000 !important;
    padding: 5px 18px;
    font-weight:600!important;
}
.qr2 {
    position: sticky;
    z-index: 555;
    width: 100%;
    background: radial-gradient(circle at 20% 20%, #0b4f8a, #357285 70%);
    background:  radial-gradient(circle at 20% 20%, #0b4f8a, rgb(73 128 145) 85%);
    ;
    top: 0;
}
.qr3 {
    border-bottom: 1px solid #ffffff24;
    padding:10px 0;
}
.qr4 {
    background: #0061b3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
}
.qr5 {
    background: #fff;
    color: #0061b3;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
}
/* ====== SECTION ====== */
.features-v2 {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}

.features-head {
    margin-bottom: 46px;
}

.features-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 600;
    font-size: .9rem;
    color: rgba(21,24,28,.75);
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(61,122,138,.18);
    backdrop-filter: blur(6px);
}

.features-title {
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: -.5px;
    color: #0f172a;
    margin: 14px 0 10px;
}

.features-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    margin: 0;
}

/* ====== CARD ====== */
.feature-card-v2 {
    position: relative;
    height: 100%;
    padding: 34px 28px 28px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.9));
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    overflow: hidden;
}

    /* parlayan border */
    .feature-card-v2::before {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 24px;
        background: conic-gradient(from 180deg, rgba(61,122,138,.0), rgba(61,122,138,.55), rgba(212,175,55,.55), rgba(61,122,138,.0));
        opacity: 0;
        transition: opacity .25s ease;
        filter: blur(0.3px);
    }

    /* iç katman */
    .feature-card-v2::after {
        content: "";
        position: absolute;
        inset: 1px;
        border-radius: 21px;
        background: rgba(255,255,255,.92);
        z-index: 0;
    }

    /* shine (ışık süpürme) */
    .feature-card-v2 .shine {
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
    }

    .feature-card-v2:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 55px rgba(61,122,138,.14);
        border-color: rgba(61,122,138,.30);
    }

        .feature-card-v2:hover::before {
            opacity: 1;
            background: conic-gradient( from 180deg, rgba(0,97,179,0), rgba(0,97,179,.55), rgba(77,163,255,.55), rgba(0,97,179,0) );
        }

    .feature-card-v2 > * {
        position: relative;
        z-index: 2;
    }

    .feature-card-v2.is-highlight {
        box-shadow: 0 18px 55px rgba(212,175,55,.14);
        border-color: rgba(212,175,55,.25);
    }

/* ====== ICON ====== */
.icon-wrap {
    width: 78px;
    height: 78px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: #fff;
    font-size: 1.9rem;
    background: linear-gradient(135deg, #0b4f8a, #357285);
    box-shadow: 0 14px 40px rgba(0,97,179,.35);
    position: relative;
    animation: breathe 3.2s ease-in-out infinite;
}

    .icon-wrap i {
        transform: translateZ(0);
        transition: transform .35s ease;
    }

.icon-ring {
    position: absolute;
    inset: -10px;
    border-radius: 22px;
    border: 2px solid rgba(61,122,138,.18);
    opacity: .6;
    animation: ring 2.6s ease-in-out infinite;
}

.feature-card-v2:hover .icon-wrap i {
    transform: rotate(-10deg) scale(1.08);
    box-shadow: 0 20px 55px rgba(0,97,179,.45);
}

/* ====== TEXT ====== */
.card-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.card-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -.2px;
}

.mini-badge {
    font-size: .78rem;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0,97,179,.10);
    color: #0061b3;
    border: 1px solid rgba(0,97,179,.25);
}

.badge-infinite {
    background: rgba(212,175,55,.12);
    color: rgba(120,90,0,1);
    border-color: rgba(212,175,55,.25);
}

.card-desc {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
    text-align: center;
    font-size: 1rem;
}

/* ====== LANG CHIPS ====== */
.lang-chips {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.chip {
    font-weight: 800;
    letter-spacing: .5px;
    font-size: .78rem;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(15,23,42,.04);
    border: 1px solid rgba(0,97,179,.18);
    color: rgba(15,23,42,.75);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.feature-card-v2:hover .chip {
    background: rgba(0,97,179,.08);
    border-color: rgba(61,122,138,.18);
}

.hint {
    margin-top: 12px;
    font-size: .82rem;
    color: rgba(107,114,128,.9);
    text-align: center;
    opacity: .9;
}

/* ====== MINI LIST ====== */
.mini-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    text-align: left;
}

    .mini-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(15,23,42,.03);
        border: 1px solid rgba(15,23,42,.06);
        color: rgba(21,24,28,.82);
        font-weight: 600;
    }

    .mini-list i {
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: rgba(0,97,179,.12);
        color: #0061b3;
    }

/* ====== STATS ====== */
.stats {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.stat {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 12px 10px;
    border-radius: 16px;
    background: rgba(15,23,42,.03);
    border: 1px solid rgba(15,23,42,.06);
}

.stat-num {
    display: block;
    font-size: 1.35rem;
    font-weight: 900;
    color: #0f172a;
}

.stat-txt {
    display: block;
    font-size: .82rem;
    color: #64748b;
    font-weight: 700;
}

/* ====== DEVICE PILLS ====== */
.device-pills {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(0,97,179,.10);
    border: 1px solid rgba(0,97,179,.25);
    color: #0061b3;
    font-weight: 800;
    font-size: .9rem;
}

/* ====== INFINITE GRID ====== */
.infinite-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.inf-item {
    padding: 12px 10px;
    border-radius: 16px;
    background: rgba(212,175,55,.08);
    border: 1px solid rgba(212,175,55,.18);
    text-align: center;
}

.inf-tag {
    display: block;
    font-size: .78rem;
    font-weight: 800;
    color: rgba(120,90,0,.95);
}

.inf-val {
    display: block;
    font-size: 1.35rem;
    font-weight: 1000;
    color: rgba(21,24,28,.92);
    letter-spacing: .5px;
}

/* ====== COLOR DOTS ====== */
.color-dots {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.9);
    box-shadow: 0 10px 25px rgba(0,0,0,.10);
    animation: pop 2.8s ease-in-out infinite;
}

    .dot.d1 {
        background: #0061b3;
        animation-delay: .0s;
    }

    .dot.d2 {
        background: #4da3ff;
        animation-delay: .1s;
    }

    .dot.d3 {
        background: #0f172a;
        animation-delay: .2s;
    }

    .dot.d4 {
        background: #22c55e;
        animation-delay: .3s;
    }

    .dot.d5 {
        background: #ef4444;
        animation-delay: .4s;
    }

/* ====== ANIMATIONS ====== */
@keyframes breathe {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

@keyframes ring {
    0%, 100% {
        transform: scale(1);
        opacity: .55;
    }

    50% {
        transform: scale(1.05);
        opacity: .25;
    }
}

@keyframes pop {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-3px) scale(1.04);
    }
}
.features-section {
    padding: 100px 0;
    background: var(--light-bg);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

    .section-title::after {
        content: '';
        position: absolute;
        width: 60%;
        height: 4px;
        background: linear-gradient(90deg, #0b4f8a, #357285);
        bottom: -10px;
        left: 20%;
        border-radius: 2px;
    }

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 3rem;
}

.feature-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

    .feature-card:hover {
        transform: translateY(-10px);
        border-color: #3d7a8a;
        box-shadow: 0 15px 40px rgba(61, 122, 138, 0.2);
    }

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3d7a8a, var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: white;
    box-shadow: 0 10px 30px rgba(61, 122, 138, 0.3);
}

.feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.feature-description {
    color: #6c757d;
    line-height: 1.6;
}

/* How It Works Section */
.how-it-works-section {
    padding: 100px 0;
    /*background: white;*/
}

.step-card {
    position: relative;
    padding: 30px; 
    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    height: 100%;
}

.step-number {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
    background: radial-gradient(circle at 20% 20%, #0b4f8a, rgb(73 128 145) 85%);
    color: #fff;
    box-shadow: 0 8px 20px rgba(61, 122, 138, 0.3);
}

.step-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.step-description {
    color: #6c757d;
    line-height: 1.6;
}

.step-arrow {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #5ea4b8;
    opacity: 0.3;
}
/* Gallery Section */
.gallery-section {
    padding: 100px 0;
    background: var(--light-bg);
}

.gallery-item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .gallery-item:hover {
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }
/* Contact/Quote Section */
.quote-section {

    background: linear-gradient(135deg, #3d7a8a, #2a5a68);
    color: white;
}

.quote-form {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.form-control {
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 20px;
    margin-bottom: 20px;
}

    .form-control:focus {
        border-color: white;
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
    }
footer {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 28px 0 40px;
    font-size: 13px;
    background: radial-gradient(circle at 20% 20%, #0b4f8a, rgb(73 128 145) 85%);
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    color: rgba(255,255,255,.82);
}

.footer-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-weight: 700;
}

    .footer-links a {
        padding: 8px 10px;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,.08);
        background: rgba(255,255,255,.03);
        color: rgba(255,255,255,.82);
    }
.cta-band {
    padding: 70px 0;
    /*background: #fff;*/
    position: relative;
}

.cta-card {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
    padding: 34px 34px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92));
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 18px 55px rgba(0,0,0,.08);
    position: relative;
    overflow: hidden;
}

    .cta-card::before {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 28px;
        background: conic-gradient(from 180deg, rgba(0,97,179,0), rgba(0,97,179,.35), rgba(77,163,255,.25), rgba(0,97,179,0));
        opacity: .7;
    }

    .cta-card::after {
        content: "";
        position: absolute;
        inset: 1px;
        border-radius: 25px;
        background: rgba(255,255,255,.94);
    }

    .cta-card > * {
        position: relative;
        z-index: 2;
    }

.cta-kicker {
    font-weight: 800;
    color: #0b4f8a;
    opacity: .9;
    margin-bottom: 8px;
}

.cta-left h3 {
    margin: 0 0 6px;
    font-weight: 900;
    color: #0f172a;
}

.cta-left p {
    margin: 0 0 12px;
    color: #64748b;
    font-weight: 600;
}

.cta-btn {
    background: #0b4f8a;
    color: #fff;
    font-weight: 800;
    padding: 12px 18px;
    border-radius: 999px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 14px 35px rgba(0,97,179,.25);
}

.cta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

    .cta-pills span {
        background: rgba(0,97,179,.08);
        border: 1px solid rgba(0,97,179,.18);
    }
    .qr-problem-area{
    /*background:#ffffff;*/
    padding:80px 0;
}

.qr-title{
    font-size:32px;
    font-weight:700;
    color:#111827;
}

.qr-subtitle{
    color:#6b7280;
    margin-top:10px;
}

.qr-card{
    background:#ffffff;
    border-radius:18px;
    padding:28px;
    border:1px solid #e5e7eb;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:0.3s;
}

.qr-card:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.qr-card-header{
  /*  display:flex;
    align-items:center;*/
    /*gap:12px;*/
    margin-bottom:20px;
    display:block;
}

 

.qr-card-header h5, .solution-card  h5{
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: -.2px;
}

.qr-card-header p, .solution-card p {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
    font-size: 14px;
}
.qr-badge-x {
    width: 26px;
    height: 26px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: rgba(255, 102, 102, .10);
    border-color: rgba(255, 102, 102, .18);
}
.qr-badge-ok {
    width: 26px;
    height: 26px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: rgba(47, 230, 184, .13);
    border-color: rgba(47, 230, 184, .25);
}

.qr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .qr-list li {
        background: #f9fafb;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        margin-bottom: 12px;
        color: #374151;
        font-weight: 500;
        display: flex;
        gap: 10px;
        align-items: flex-start;
        padding: 12px 12px;
        border-radius: 16px;
    }
.qr-adv-area {
    /*background: #ffffff;*/
    padding: 90px 0;
}

/* Üst badge */
.qr-pill {
    background: #f1f5f9;
    color: #334155;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 5px 12px rgb(181 181 181 / 60%);
}

/* Telefon glow */
.phone-wrapper {
    position: relative;
}

    .phone-wrapper::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        background: radial-gradient(circle,#22c55e22,transparent);
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: -1;
    }
    .phone-wrapper img {
        /*height: 420px;*/
        padding: 25px 50px;
        border-radius: 28px;
        /*box-shadow: 0 40px 80px rgba(0, 0, 0, .6);*/
    }
    /* Kartlar */
    .qr-white-card {
        background: #ffffff;
        border-radius: 18px;
        padding: 28px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    }

    .qr-white-card h5 {
        font-weight: 600;
        color: #111827;
        margin-bottom: 18px;
    }

/* Liste */
.qr-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .qr-feature-list li {
        padding: 14px 0;
        border-bottom: 1px solid #f1f5f9;
        font-weight: 500;
        color: #374151;
    }

        .qr-feature-list li:last-child {
            border-bottom: none;
        }

/* QR ikon glow */
.qr-circle {
    height: 165px;
    margin-top: 10px;
    filter: drop-shadow(0 10px 20px rgba(34,197,94,0.2));
}

/* Gradient buton */
.qr-gradient-btn {
    background: radial-gradient(circle at 20% 20%, #0b4f8a, rgb(73 128 145) 85%);
    color: #fff;
    border-radius: 30px;
    padding: 12px 28px;
    font-weight: 600;
    border: none;
}

    .qr-gradient-btn:hover {
        opacity: .9;
    }

.qr-features-area {
    /*background: #ffffff;*/
    padding: 90px 0;
}

.qr-features-title {
    font-size: 34px;
    font-weight: 700;
    color: #111827;
}

.qr-features-sub {
    color: #6b7280;
    margin-top: 10px;
}

/* Kart */
.qr-feature-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
}

    .qr-feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    }

/* Icon */
.qr-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
    background: radial-gradient(circle at 20% 20%, #0b4f8a, rgb(73 128 145) 85%);
    color: #fff;
}

.qr-feature-card h5 {
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.qr-feature-card p {
    color: #6b7280;
    margin: 0;
}

.qr-feature-card small {
    color: #6b7280;
    margin: 0;
    font-weight: 700;
}

.qr-who-area {
    /*background: #ffffff;*/
    padding: 90px 0;
}

.qr-who-title {
    font-size: 34px;
    font-weight: 700;
    color: #111827;
}

.qr-who-sub {
    color: #6b7280;
    margin-top: 10px;
}

/* Kart */
.qr-who-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
}

    .qr-who-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    }

    .qr-who-card h5 {
        font-weight: 600;
        color: #111827;
        margin-bottom: 8px;
    }

    .qr-who-card p {
        color: #6b7280;
        margin: 0;
    }
.qr-cta-area {
    /*background: #ffffff;*/
    padding: 100px 0;
}

/* Ana Box */
.qr-cta-box {
    background: linear-gradient(135deg,#f8fafc,#ffffff);
    border-radius: 22px;
    padding: 50px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 30px 80px rgba(0,0,0,0.05);
}

    .qr-cta-box h2 {
        font-weight: 700;
        color: #111827;
    }

    .qr-cta-box p {
        color: #6b7280;
        margin-top: 8px;
    }

/* Form Card */
.qr-form-card,
.qr-info-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 26px;
    border: 1px solid #e5e7eb;
}

/* Input */
.qr-input {
    width: 100%;
    margin-top: 12px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px;
    background: #f9fafb;
    outline: none;
}

    .qr-input:focus {
        border-color: #22c55e;
        background: #ffffff;
    }

/* Gradient Button */
.qr-gradient-btn {
    background: radial-gradient(circle at 20% 20%, #0b4f8a, rgb(73 128 145) 85%);
    color: #fff;
    border-radius: 30px;
    padding: 10px 24px;
    font-weight: 600;
    border: none;
}

/* Outline Button */
.qr-outline-btn {
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    padding: 10px 22px;
    color: #111827;
    background: #fff;
}

    .qr-outline-btn:hover {
        background: #f9fafb;
    }

/* Liste */
.qr-info-card ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.qr-info-card li {
    padding: 10px 14px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 10px;
    /*color: #065f46;*/
}
