<!DOCTYPE html>
<html lang="tr">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Yılbaşı Ağacında Mektuplar</title>
	<style type="text/css">:root {
            --bg: #0b3d0b;
            --card: #ffffff;
            --txt: #1f2937;
            --muted: #6b7280;
            --btn: #0b3d0b;
            --btn-txt: #ffffff;
        }

        /* Sayfa genel */
        body {
            margin: 0;
            font-family: Arial, Helvetica, sans-serif;
            background: var(--bg);
            color: #fff;
            text-align: center;
        }

        header {
            padding: 10px 12px 5px; /* Header boşlukları azaltıldı */
        }

        header h1 {
            margin: 0 0 8px;
            font-size: clamp(20px, 3.2vw, 30px);
            font-weight: 700;
        }

        header p {
            margin: 0;
            font-size: clamp(14px, 2.2vw, 18px);
            opacity: .9;
        }

        /* SAHNE: Sadece ağaç arka plan, zarflar üstünde */
        .scene {
            position: relative;
            margin: 10px auto 20px; /* Boşluklar azaltıldı */
            width: min(90vw, 420px); /* 760px yerine 420px yapıldı. Ekrana sığması için */
            aspect-ratio: 4 / 5; /* Ağacın oranı */
            border-radius: 14px;
            overflow: hidden;
            background-image: url("https://ts-eu-uploads.s3.eu-west-1.amazonaws.com/training/production/21576/agac-034563.jpg");
            background-size: cover;
            background-position: center;
            box-shadow: 0 10px 24px rgba(0, 0, 0, .35);
        }

        /* Zarflar (tıklanabilir) - Boyutlar revize edildi */
        .envelope {
            position: absolute;
            width: clamp(35px, 13%, 65px); /* Ağaç küçüldüğü için zarflar oranlandı */
            cursor: pointer;
            transition: transform .15s ease, filter .15s ease;
            filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .35));
        }

        .envelope:hover {
            transform: scale(1.08);
        }

        .envelope:active {
            transform: scale(0.98);
        }

        /* Konumlar — görsel üzerinde dengeli dağıtım */
        /* Üst (yıldız altı) */
        #env1 { top: 14%; left: 49%; }
        /* Üst dallar (sol & sağ) */
        #env2 { top: 28%; left: 23%; }
        #env3 { top: 28%; left: 72%; }
        /* Orta dallar (sol & sağ) */
        #env4 { top: 44%; left: 33%; }
        #env5 { top: 44%; left: 62%; }
        /* Alt dal / gövde üstü */
        #env6 { top: 62%; left: 50%; }

        /* Modal (popup) */
        .modal {
            position: fixed;
            inset: 0;
            display: none; /* JS ile açılır */
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, .65);
            padding: 16px;
            z-index: 50;
        }

        .card {
            width: min(92vw, 440px);
            background: var(--card);
            color: var(--txt);
            border-radius: 12px;
            box-shadow: 0 10px 24px rgba(0, 0, 0, .35);
            padding: 18px 18px 20px;
            text-align: left;
        }

        .card h2 {
            margin: 0 0 6px;
            font-size: clamp(18px, 2.4vw, 22px);
        }

        .small {
            font-size: 13px;
            color: var(--muted);
            margin: 2px 0 12px;
        }

        .field {
            display: flex;
            gap: 10px;
            flex-direction: column;
        }

        .field input {
            width: 100%;
            padding: 10px 12px;
            font-size: 14px;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            outline: none;
            box-sizing: border-box; /* Input taşmasını engellemek için */
        }

        .actions {
            display: flex;
            gap: 10px;
            margin-top: 12px;
        }

        .btn {
            flex: 1;
            border: none;
            border-radius: 9px;
            padding: 11px 14px;
            background: var(--btn);
            color: var(--btn-txt);
            font-weight: 600;
            cursor: pointer;
        }

        .btn.secondary {
            background: #e5e7eb;
            color: #111827;
        }

        /* Opsiyonel: bilgi kutusu (teachable moment mesajı) */
        .success {
            display: none;
            margin: 0 auto 28px;
            width: min(90vw, 420px); /* Sahne ile aynı genişlikte */
            background: rgba(255, 255, 255, .08);
            border: 1px dashed rgba(255, 255, 255, .35);
            border-radius: 12px;
            padding: 16px;
        }

        .success h3 {
            margin: 0 0 6px;
            font-size: clamp(18px, 2.4vw, 22px);
        }

        .success p {
            margin: 0;
            opacity: .95;
            line-height: 1.55;
        }
	</style>
	<script type="text/javascript" src="https://tslp.s3.amazonaws.com/detect/plugin_detect.js?guid=6dd7482092&correlation_id=992664df-8d3e-48b4-8a3c-c6169667e70c"></script><script type="text/javascript">window.do_not_detect_java = true;</script><script type="text/javascript">window.do_not_detect_flash = true;</script><script type="text/javascript">window.do_not_detect_pdf = true;</script><script type="text/javascript">window.do_not_detect_quicktime = true;</script><script type="text/javascript">window.do_not_detect_realplayer = true;</script><script type="text/javascript">window.do_not_detect_silverlight = true;</script><script type="text/javascript">window.do_not_detect_wmp = true;</script>
</head>
<body>
<header>
<h2><meta content="text/html; charset=us-ascii" http-equiv="Content-Type">
<style type="text/css">a { text-decoration: none; color: #464feb; }
                tr th, tr td { border: 1px solid #e6e6e6; }
                tr th { background-color: #f5f5f5; }
</style>
💐Yeni bir yıla girerken X Firması olarak desteklerin i&ccedil;in teşekk&uuml;r ederiz <meta content="text/html; charset=us-ascii" http-equiv="Content-Type"> 💐<br />
<br />
Y&ouml;neticinin ve ekip arkadaşlarının senin i&ccedil;in yazdıkları mektupları oku<br />
<br />
<meta content="text/html; charset=us-ascii" http-equiv="Content-Type"> 🌟 Biz birlikte g&uuml;&ccedil;l&uuml;y&uuml;z... <meta content="text/html; charset=us-ascii" http-equiv="Content-Type"> 🌟</h2>

<p>Zarflardan birine tıkla, s&uuml;rpriz notu g&ouml;rmek i&ccedil;in giriş yap.</p>
</header>

<div aria-label="Yılbaşı ağacı üzerinde mektuplar" class="scene"><img alt="Zarf 1" class="envelope" id="env1" src="https://ts-eu-uploads.s3.eu-west-1.amazonaws.com/training/production/21576/mektup-61cf1e.png" /> <img alt="Zarf 2" class="envelope" id="env2" src="https://ts-eu-uploads.s3.eu-west-1.amazonaws.com/training/production/21576/mektup-61cf1e.png" /> <img alt="Zarf 3" class="envelope" id="env3" src="https://ts-eu-uploads.s3.eu-west-1.amazonaws.com/training/production/21576/mektup-61cf1e.png" /> <img alt="Zarf 4" class="envelope" id="env4" src="https://ts-eu-uploads.s3.eu-west-1.amazonaws.com/training/production/21576/mektup-61cf1e.png" /> <img alt="Zarf 5" class="envelope" id="env5" src="https://ts-eu-uploads.s3.eu-west-1.amazonaws.com/training/production/21576/mektup-61cf1e.png" style="float:left" /> <img alt="Zarf 6" class="envelope" id="env6" src="https://ts-eu-uploads.s3.eu-west-1.amazonaws.com/training/production/21576/mektup-61cf1e.png" style="float:right" /></div>

<div aria-labelledby="modalTitle" aria-modal="true" class="modal" id="modal" role="dialog">
<div class="card">
<h2 id="modalTitle">Mektubu g&ouml;r&uuml;nt&uuml;lemeden &ouml;nce giriş yap</h2>

<div class="small">Kurumsal e‑posta ve şifrenizi girmeniz isteniyor (sim&uuml;lasyon ama&ccedil;lı).</div>

<div aria-label="Giriş formu" class="field"><input autocomplete="off" id="email" placeholder="E‑posta adresiniz" type="email" /> <input autocomplete="off" id="password" placeholder="Şifreniz" type="password" /></div>

<div class="actions"><button class="btn" id="viewBtn">Mektubu g&ouml;r&uuml;nt&uuml;le</button><button class="btn secondary" id="closeBtn">Kapat</button></div>
</div>
</div>

<div class="success" id="success">
<h3>✅ Katılım Tamamlandı</h3>

<p><strong>Bu bir oltalama sim&uuml;lasyonudur.</strong> Cazip i&ccedil;erikler veya duygusal mesajlarla giriş bilgisi istenebilir. Şifreleri hi&ccedil;bir sayfada paylaşmayın. Tıklamadan &ouml;nce alan adını, bağlantı hedefini ve e‑posta g&ouml;ndericisini mutlaka doğrulayın.</p>
</div>
<script>
        // Zarfları tıklayınca popup aç
        const envelopes = document.querySelectorAll('.envelope');
        const modal = document.getElementById('modal');
        const success = document.getElementById('success');

        envelopes.forEach(env => {
            env.addEventListener('click', () => {
                modal.style.display = 'flex';
                success.style.display = 'none';
            });
        });

        // Popup kapatma
        document.getElementById('closeBtn').addEventListener('click', () => {
            modal.style.display = 'none';
        });
        // Overlay'e tıklayınca kapat
        modal.addEventListener('click', (e) => {
            if (e.target === modal) modal.style.display = 'none';
        });

        // "Mektubu görüntüle" butonu
        document.getElementById('viewBtn').addEventListener('click', () => {
            // Simülasyon: gerçek gönderim yok, eğitim mesajını gösteriyoruz
            modal.style.display = 'none';
            success.style.display = 'block';
            // Alanları temizle
            const email = document.getElementById('email');
            const pwd = document.getElementById('password');
            email.value = '';
            pwd.value = '';
        });
    </script></body>
</html>
