/**
 * Path: /home/main/public_html/osmanlicacevirmen.com/assets/css/ottoman-decorative.css
 * Description: Osmanlıca dekoratif öğeler — tezhip motifleri, hat arka plan, wisdom kutuları.
 *              Siteye otantik Osmanlı estetik dokunuşu katar.
 * Version: 1.0.0
 */

/* ========================================
   TEZHIP CORNER MOTIFS
   ======================================== */
.tezhip-frame {
    position: relative;
    overflow: visible;
}

.tezhip-frame::before,
.tezhip-frame::after {
    content: '✾';
    position: absolute;
    font-size: 1.6rem;
    color: var(--gold-primary);
    opacity: 0.35;
    pointer-events: none;
    line-height: 1;
}

.tezhip-frame::before {
    top: -6px;
    left: -6px;
}

.tezhip-frame::after {
    bottom: -6px;
    right: -6px;
}

/* 4 corners variant */
.tezhip-frame-full {
    position: relative;
}

.tezhip-frame-full::before {
    content: '❋';
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 1.2rem;
    color: var(--gold-primary);
    opacity: 0.3;
}

.tezhip-frame-full::after {
    content: '❋';
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 1.2rem;
    color: var(--gold-primary);
    opacity: 0.3;
}

/* ========================================
   OTTOMAN DIVIDER
   ======================================== */
.ottoman-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
    color: var(--gold-primary);
    opacity: 0.5;
}

.ottoman-divider::before,
.ottoman-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
}

.ottoman-divider-icon {
    font-size: 1rem;
    letter-spacing: 0.5rem;
}

/* ========================================
   WISDOM BOX (İlim / Bilgelik Kutusu)
   ======================================== */
.wisdom-box {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.06), rgba(201, 162, 39, 0.02));
    border: 1px solid rgba(201, 162, 39, 0.15);
    border-radius: var(--radius-xl);
    padding: 1.5rem 2rem;
    position: relative;
    overflow: hidden;
}

.wisdom-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--gold-primary), var(--gold-dark), transparent);
    border-radius: 4px 0 0 4px;
}

.wisdom-ottoman {
    font-family: var(--font-ottoman);
    font-size: 1.6rem;
    color: var(--gold-light);
    text-align: right;
    direction: rtl;
    margin-bottom: 0.75rem;
    line-height: 1.8;
}

.wisdom-turkish {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
}

.wisdom-source {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 0.5rem;
    text-align: right;
}

/* ========================================
   CALLIGRAPHY BACKGROUND PATTERN
   ======================================== */
.ottoman-bg-pattern {
    position: relative;
}

.ottoman-bg-pattern::before {
    content: 'بسم الله الرحمن الرحيم';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    font-family: var(--font-ottoman);
    font-size: 6rem;
    color: rgba(201, 162, 39, 0.03);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
}

/* ========================================
   SECTION HEADER with OTTOMAN FLAIR
   ======================================== */
.ottoman-section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.ottoman-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--gold-primary);
    margin-bottom: 1rem;
    font-weight: 600;
}

.ottoman-section-tag::before,
.ottoman-section-tag::after {
    content: '◆';
    font-size: 0.5rem;
    opacity: 0.5;
}

.ottoman-section-title {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.ottoman-section-subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    max-width: 500px;
    margin: 0 auto;
}

/* ========================================
   TUGRA BADGE (Osmanlı Tuğra Rozeti)
   ======================================== */
.tugra-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: rgba(201, 162, 39, 0.1);
    border: 1px solid rgba(201, 162, 39, 0.2);
    border-radius: var(--radius-full);
    font-size: 0.7rem;
    color: var(--gold-primary);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.tugra-badge i {
    font-size: 0.65rem;
}

/* ========================================
   SCROLL ORNAMENT
   ======================================== */
.scroll-ornament {
    text-align: center;
    padding: 0.5rem 0;
    color: var(--gold-primary);
    opacity: 0.3;
    font-size: 1.2rem;
    letter-spacing: 0.75rem;
}