.quote-page {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    color: #1a1333;
    background:
        radial-gradient(ellipse 80% 50% at 10% 0%, rgba(116, 68, 253, 0.12), transparent 55%),
        radial-gradient(ellipse 60% 40% at 90% 10%, rgba(168, 140, 255, 0.18), transparent 50%),
        linear-gradient(180deg, #f7f4ff 0%, #ffffff 42%, #f8f7fc 100%);
}

.quote-hero {
    padding: 20px 0 48px;
}

.quote-wide {
    max-width: 1100px;
}

.quote-intro {
    text-align: center;
    margin-bottom: 22px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.quote-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #efe9ff;
    color: #7444FD;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.quote-intro h1 {
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1a1333;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}

.quote-lead {
    color: #5c5670;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 560px;
}

.quote-panel {
    background: #fff;
    border-radius: 24px;
    padding: 26px 28px 22px;
    box-shadow: 0 18px 50px rgba(82, 54, 255, 0.12);
    border: 1px solid rgba(116, 68, 253, 0.08);
}

.quote-panel__grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 28px;
    align-items: start;
}

.quote-panel h2 {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0 0 4px;
}

.quote-card-sub {
    color: #6b6680;
    margin-bottom: 14px;
    font-size: 0.9rem;
}

.quote-drop {
    position: relative;
    border: 2px dashed #b9a6ff;
    border-radius: 18px;
    background: #faf8ff;
    padding: 22px 16px;
    text-align: center;
    transition: border-color 0.2s ease, background 0.2s ease;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.quote-drop.is-dragover {
    border-color: #7444FD;
    background: #f3edff;
}

.quote-drop input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.quote-drop-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    border-radius: 14px;
    background: #efe9ff;
    color: #7444FD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.quote-drop-title {
    font-weight: 700;
    margin-bottom: 4px;
}

.quote-drop-hint {
    color: #7a748f;
    font-size: 12px;
    margin-bottom: 12px;
}

.quote-pick {
    position: relative;
    z-index: 2;
    pointer-events: none;
    background: #7444FD;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 9px 18px;
    font-weight: 700;
    font-size: 13px;
}

.quote-file-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
    max-height: 280px;
    overflow-y: auto;
}

.quote-file-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f7f5ff;
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 13px;
}

.quote-file-item--preview {
    padding: 8px;
    border: 1px solid rgba(116, 68, 253, 0.1);
}

.quote-file-thumb {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    background: #ebe6f7;
    flex-shrink: 0;
}

.quote-file-thumb img,
.quote-file-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quote-file-thumb__badge {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 19, 51, 0.28);
    color: #fff;
    font-size: 14px;
    pointer-events: none;
}

.quote-file-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.quote-file-item .name {
    flex: 1;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1a1333;
}

.quote-file-item .meta {
    color: #7a748f;
    white-space: nowrap;
    font-size: 12px;
}

.quote-file-item button {
    border: 0;
    background: #fff;
    color: #a33;
    cursor: pointer;
    font-size: 18px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    flex-shrink: 0;
}

.quote-file-item button:hover {
    background: #ffe8e8;
}

.quote-secure {
    margin: 10px 0 0;
    color: #6b6680;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.quote-secure i {
    color: #7444FD;
}

.quote-fields label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #3b3550;
}

.quote-fields input,
.quote-fields textarea {
    width: 100%;
    border: 1.5px solid #e6e1f4;
    border-radius: 12px;
    padding: 11px 13px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    color: #1a1333 !important;
    -webkit-text-fill-color: #1a1333;
    background: #fff;
    caret-color: #1a1333;
}

.quote-fields input::placeholder,
.quote-fields textarea::placeholder {
    color: #9a94ad !important;
    -webkit-text-fill-color: #9a94ad;
    opacity: 1;
}

.quote-fields input:-webkit-autofill,
.quote-fields input:-webkit-autofill:hover,
.quote-fields input:-webkit-autofill:focus,
.quote-fields textarea:-webkit-autofill {
    -webkit-text-fill-color: #1a1333 !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    transition: background-color 9999s ease-in-out 0s;
}

.quote-fields textarea {
    resize: vertical;
    min-height: 64px;
    max-height: 100px;
}

.quote-fields input:focus,
.quote-fields textarea:focus {
    border-color: #7444FD;
    box-shadow: 0 0 0 3px rgba(116, 68, 253, 0.12);
}

.quote-alert {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.quote-alert.is-error {
    background: #fff1f1;
    color: #b42318;
}

.quote-alert.is-success {
    background: #ecfdf3;
    color: #027a48;
}

.quote-panel__cta {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #f0ecf8;
    text-align: center;
}

.quote-submit {
    width: 100%;
    max-width: 420px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #7444FD, #5b2fe0);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    padding: 15px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 10px 28px rgba(116, 68, 253, 0.35);
}

.quote-submit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(116, 68, 253, 0.42);
}

.quote-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.quote-note {
    text-align: center;
    color: #8a849c;
    font-size: 12px;
    margin: 10px 0 0;
}

.quote-highlights {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.quote-hl {
    background: #fff;
    border: 1px solid rgba(116, 68, 253, 0.1);
    border-radius: 18px;
    padding: 18px 16px;
    box-shadow: 0 10px 28px rgba(26, 19, 51, 0.04);
    transition: transform .2s ease, box-shadow .2s ease;
}

.quote-hl:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(116, 68, 253, 0.12);
}

.quote-hl__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(145deg, #efe9ff, #f7f4ff);
    color: #7444FD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    margin-bottom: 12px;
}

.quote-hl strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 6px;
    color: #1a1333;
}

.quote-hl p {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: #6b6680;
}

.quote-trust {
    margin-top: 16px;
    background: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    box-shadow: 0 8px 24px rgba(26, 19, 51, 0.04);
    font-weight: 700;
    font-size: 13px;
    color: #3b3550;
}

.quote-trust div {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.quote-trust i {
    color: #7444FD;
}

@media (max-width: 991px) {
    .quote-panel__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .quote-highlights {
        grid-template-columns: 1fr 1fr;
    }
    .quote-trust {
        grid-template-columns: 1fr 1fr;
    }
    .quote-submit {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .quote-panel {
        padding: 18px 14px 16px;
        border-radius: 18px;
    }
    .quote-highlights,
    .quote-trust {
        grid-template-columns: 1fr;
    }
    .quote-drop {
        min-height: 150px;
    }
}

/* Gönderim overlay */
.quote-send-overlay {
    position: fixed;
    inset: 0;
    z-index: 10050;
    background: rgba(26, 19, 51, 0.48);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.quote-send-overlay[hidden] {
    display: none !important;
}

.quote-send-card {
    width: min(420px, 100%);
    background: #fff;
    border-radius: 24px;
    padding: 36px 28px 30px;
    text-align: center;
    box-shadow: 0 24px 64px rgba(26, 19, 51, 0.22);
    position: relative;
    overflow: hidden;
}

.quote-send-plane {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 20px;
    background: linear-gradient(145deg, #7444FD, #8e55ff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 12px 28px rgba(116, 68, 253, 0.35);
}

.quote-send-overlay.is-sending .quote-send-plane {
    animation: quotePlanePulse 1.1s ease-in-out infinite;
}

.quote-send-overlay.is-sent .quote-send-plane {
    animation: quotePlaneFly 1.35s cubic-bezier(.2,.7,.2,1) forwards;
}

.quote-send-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a1333;
    margin-bottom: 6px;
}

.quote-send-sub {
    color: #6b6680;
    font-size: 14px;
    line-height: 1.5;
}

@keyframes quotePlanePulse {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-6px) scale(1.04); }
}

@keyframes quotePlaneFly {
    0% { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 1; }
    70% { opacity: 1; }
    100% { transform: translate(140px, -120px) rotate(28deg) scale(.55); opacity: 0; }
}
