
/* === MOBIL 5-6 INC CIHAZ ESNEKLIK REFORMU === */
@media (max-width: 480px) {
    .report-container, .office-grid, .seo-panel, .container, .main-content {
        width: 100% !important;
        max-width: 360px !important;
        margin: 0 auto !important;
        padding: 10px !important;
        display: block !important;
    }
    .form-group, .input-field {
        width: 100% !important;
        margin-bottom: 12px !important;
    }
    button, .btn-action {
        width: 100% !important;
        padding: 14px !important;
        font-size: 14px !important;
    }
}


/* --- SEO & COĞRAFİ KAYIT KULLANIM REHBERİ STİLLERİ --- */
.seo-guide-box {
    background-color: var(--card-bg, #1e293b);
    border: 1px solid var(--border-color, #334155);
    border-radius: 12px;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 25px;
    color: var(--text-color, #f8fafc);
}

.seo-guide-title {
    font-size: 16px;
    font-weight: bold;
    color: #38bdf8;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.seo-guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
}

.seo-guide-step {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 15px;
}

.seo-guide-step-h4 {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #f59e0b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.seo-guide-step-p {
    margin: 0;
    font-size: 13px;
    color: var(--text-muted, #94a3b8);
    line-height: 1.5;
}

.seo-guide-code-badge {
    background: #0f172a;
    color: #38bdf8;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 12px;
}


/* === SEO & COĞRAFİ KAYIT MOBİL / TABLET RESPONSIVE REFORMU === */
@media (max-width: 600px) {
    .workspace {
        padding: 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .form-row-grid, 
    .form-group[style*="grid"] {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }
    .seo-guide-box {
        padding: 15px !important;
        margin-bottom: 20px !important;
    }
    .seo-guide-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .result-box {
        font-size: 12px !important;
        padding: 12px !important;
        white-space: pre-wrap !important;
        word-break: break-all !important;
        overflow-x: auto !important;
        max-width: 100% !important;
    }
    .paywall-box {
        padding: 15px !important;
    }
}


/* --- AI RAPOR YÖNETİCİ DASHBOARD STİLLERİ --- */
.report-dashboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.metric-card {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid var(--border-color, #334155);
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}

.metric-label {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.metric-value {
    font-size: 20px;
    font-weight: bold;
    color: #38bdf8;
}

.metric-sub {
    font-size: 11px;
    color: #64748b;
    margin-top: 4px;
}

.financial-table-box {
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid var(--border-color, #334155);
    border-radius: 10px;
    padding: 18px;
    overflow-x: auto;
}

.fin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    text-align: left;
}

.fin-table th, .fin-table td {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fin-table th {
    color: #f59e0b;
    font-weight: 600;
}

.swot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 15px;
}

.swot-card {
    border-radius: 8px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.swot-s { background: rgba(16, 185, 129, 0.08); border-left: 4px solid #10b981; }
.swot-w { background: rgba(245, 158, 11, 0.08); border-left: 4px solid #f59e0b; }
.swot-o { background: rgba(56, 189, 248, 0.08); border-left: 4px solid #38bdf8; }
.swot-t { background: rgba(239, 68, 68, 0.08); border-left: 4px solid #ef4444; }

.swot-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}
.swot-s .swot-title { color: #10b981; }
.swot-w .swot-title { color: #f59e0b; }
.swot-o .swot-title { color: #38bdf8; }
.swot-t .swot-title { color: #ef4444; }

.swot-text {
    font-size: 12.5px;
    color: #cbd5e1;
    line-height: 1.5;
    margin: 0;
}

.blur-preview {
    filter: blur(4px);
    user-select: none;
    pointer-events: none;
    opacity: 0.5;
}

/* --- A4 RESMİ BELGE KAĞIDI VE PDF ÖNİZLEME STİLLERİ --- */
.a4-document-paper {
    width: 100%;
    max-width: 794px;
    min-height: 1123px;
    background-color: #ffffff !important;
    color: #0f172a !important;
    padding: 60px 50px;
    box-sizing: border-box;
    border: 1px solid #cbd5e1;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    margin: 0 auto;
    font-family: 'Times New Roman', Times, serif, system-ui, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.doc-header {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #0f172a !important;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #0f172a;
    padding-bottom: 15px;
}

.doc-body {
    font-size: 15px;
    line-height: 1.8;
    color: #1e293b !important;
    flex-grow: 1;
}

.doc-body p {
    color: #1e293b !important;
    margin-bottom: 12px;
}

.doc-signatures {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 20px;
}

.doc-sign-box {
    width: 45%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #0f172a !important;
    white-space: pre-line;
}

/* --- KAREKOD DİJİTAL MENÜ & KATALOG STİLLERİ --- */
.menu-paper-widget {
    width: 100%;
    max-width: 600px;
    min-height: 850px;
    background-color: #ffffff !important;
    color: #0f172a !important;
    padding: 40px 30px;
    box-sizing: border-box;
    border: 1px solid #cbd5e1;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-header-box {
    text-align: center;
    border-bottom: 2px dashed #e2e8f0;
    padding-bottom: 20px;
}

.menu-header-box h1 {
    margin: 0 0 5px 0;
    font-size: 26px;
    color: #0f172a !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.menu-subtitle {
    font-size: 14px;
    color: #64748b !important;
    font-style: italic;
    margin-bottom: 8px;
}

.menu-contact-line {
    font-size: 13px;
    color: #2563eb !important;
    font-weight: 600;
}

.menu-divider-line {
    height: 2px;
    background-color: #2563eb;
    margin: 15px 0;
}

.menu-categories-container {
    flex-grow: 1;
    margin-top: 10px;
}

.menu-category-block {
    margin-bottom: 20px;
}

.menu-category-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b !important;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.menu-item-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.menu-item-info {
    flex-grow: 1;
    padding-right: 15px;
}

.menu-item-name {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a !important;
}

.menu-item-desc {
    font-size: 12px;
    color: #64748b !important;
    margin-top: 2px;
}

.menu-item-price {
    font-size: 15px;
    font-weight: 700;
    color: #059669 !important;
    white-space: nowrap;
}

.menu-footer-box {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 2px dashed #e2e8f0;
    text-align: center;
}

.menu-qr-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.menu-qr-box img {
    width: 110px;
    height: 110px;
    border: 1px solid #e2e8f0;
    padding: 4px;
    background: #ffffff;
    border-radius: 6px;
}

.menu-qr-box span {
    font-size: 11px;
    font-weight: 700;
    color: #475569 !important;
    letter-spacing: 0.5px;
}

/* --- KAREKOD MENÜ HARİTA LİNK STİLİ --- */
.menu-map-link {
    display: none;
    font-size: 12px;
    color: #2563eb !important;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 4px;
}

/* --- DİJİTAL DAVETİYE VE LCV KART STİLLERİ --- */
.invitation-paper-widget {
    width: 100%;
    max-width: 550px;
    min-height: 750px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    color: #0f172a !important;
    padding: 45px 35px;
    box-sizing: border-box;
    border: 2px solid #cbd5e1;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    margin: 0 auto;
    font-family: 'Georgia', serif, system-ui, -apple-system, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.inv-header-box h1 {
    margin: 10px 0 0 0;
    font-size: 30px;
    color: #0f172a !important;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.inv-tag {
    font-size: 13px;
    font-weight: 700;
    color: #2563eb !important;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.inv-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #2563eb, transparent);
    margin: 20px auto;
    width: 80%;
}

.inv-body-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.inv-note-text {
    font-size: 15px;
    line-height: 1.8;
    color: #334155 !important;
    font-style: italic;
    padding: 0 10px;
    margin: 0;
}

.inv-details-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #f1f5f9;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    text-align: left;
}

.inv-detail-item {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.inv-footer-box {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px dashed #cbd5e1;
}

.inv-qr-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.inv-qr-box img {
    width: 110px;
    height: 110px;
    border: 1px solid #cbd5e1;
    padding: 4px;
    background: #ffffff;
    border-radius: 6px;
}

.inv-qr-box span {
    font-size: 11px;
    font-weight: 700;
    color: #475569 !important;
    letter-spacing: 0.5px;
}

.inv-map-link {
    display: none;
    font-size: 12px;
    color: #2563eb !important;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 4px;
}

/* --- DİJİTAL DAVETİYE VE LCV KART STİLLERİ --- */
.invitation-paper-widget {
    width: 100%;
    max-width: 550px;
    min-height: 750px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    color: #0f172a !important;
    padding: 45px 35px;
    box-sizing: border-box;
    border: 2px solid #cbd5e1;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    margin: 0 auto;
    font-family: 'Georgia', serif, system-ui, -apple-system, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.inv-header-box h1 {
    margin: 10px 0 0 0;
    font-size: 30px;
    color: #0f172a !important;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.inv-tag {
    font-size: 13px;
    font-weight: 700;
    color: #2563eb !important;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.inv-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #2563eb, transparent);
    margin: 20px auto;
    width: 80%;
}

.inv-body-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.inv-note-text {
    font-size: 15px;
    line-height: 1.8;
    color: #334155 !important;
    font-style: italic;
    padding: 0 10px;
    margin: 0;
}

.inv-details-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #f1f5f9;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    text-align: left;
}

.inv-detail-item {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.inv-footer-box {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px dashed #cbd5e1;
}

.inv-qr-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.inv-qr-box img {
    width: 110px;
    height: 110px;
    border: 1px solid #cbd5e1;
    padding: 4px;
    background: #ffffff;
    border-radius: 6px;
}

.inv-qr-box span {
    font-size: 11px;
    font-weight: 700;
    color: #475569 !important;
    letter-spacing: 0.5px;
}

.inv-map-link {
    display: none;
    font-size: 12px;
    color: #2563eb !important;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 4px;
}

/* --- EMLAK & OTO İLAN KARTI STİLLERİ --- */
.emlak-oto-paper-widget {
    width: 100%;
    max-width: 580px;
    min-height: 780px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    color: #0f172a !important;
    padding: 40px 30px;
    box-sizing: border-box;
    border: 2px solid #cbd5e1;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-badge-tag {
    align-self: flex-start;
    font-size: 12px;
    font-weight: 700;
    color: #2563eb !important;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-main-header {
    margin-top: 15px;
    text-align: left;
}

.card-main-header h1 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #0f172a !important;
    font-weight: 800;
    line-height: 1.3;
}

.card-price-badge {
    display: inline-block;
    font-size: 26px;
    font-weight: 800;
    color: #059669 !important;
    background: #ecfdf5;
    padding: 6px 16px;
    border-radius: 8px;
    border: 1px solid #a7f3d0;
}

.card-specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0;
}

.card-spec-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #334155 !important;
}

.card-description-box {
    background: #ffffff;
    border: 1px dashed #cbd5e1;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #475569 !important;
    text-align: left;
    margin-bottom: 15px;
}

.card-contact-bar {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b !important;
    background: #f1f5f9;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.card-footer-box {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #cbd5e1;
}

.card-qr-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.card-qr-box img {
    width: 110px;
    height: 110px;
    border: 1px solid #cbd5e1;
    padding: 4px;
    background: #ffffff;
    border-radius: 6px;
}

.card-qr-box span {
    font-size: 11px;
    font-weight: 700;
    color: #475569 !important;
    letter-spacing: 0.5px;
}

.card-map-link {
    display: none;
    font-size: 12px;
    color: #2563eb !important;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 4px;
}

/* --- SIKÇA SORULAN SORULAR (SSS) STİLLERİ --- */
.faq-section {
    margin: 50px auto 30px auto;
    max-width: 1200px;
    padding: 0 20px;
}

.faq-title {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 30px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-card {
    background-color: #1e293b;
    border: 1px solid #334155;
    border-radius: 10px;
    padding: 20px 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-card h3 {
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: 700;
    color: #38bdf8;
}

.faq-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
}

.faq-card code {
    background-color: #0f172a;
    color: #f59e0b;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
}
