.policy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.policy-title {
    text-align: center;
    margin-bottom: 30px;
    color: #222;
    font-size: 28px;
}

.policy-contents {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.policy-contents h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.policy-contents ul {
    padding-left: 20px;
}

.policy-contents a {
    color: #007bff;
    text-decoration: none;
}

.policy-contents a:hover {
    text-decoration: underline;
}

.policy-section {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.policy-section:last-child {
    border-bottom: none;
}

.policy-section h2 {
    color: #444;
    margin-top: 0;
    padding-top: 10px;
    font-size: 22px;
}

.policy-section h3 {
    color: #555;
    margin-top: 20px;
    font-size: 18px;
}

.policy-section ul {
    padding-left: 25px;
}

.policy-section p {
    margin-bottom: 15px;
}

.policy-section a {
    color: #007bff;
}

/* Responsive d���zenlemeler */
@media (max-width: 768px) {
    .policy-container {
        padding: 15px;
    }

    .policy-title {
        font-size: 24px;
    }

    .policy-section h2 {
        font-size: 20px;
    }
}


/** Smartchain Proje Sayfas��� **/
/* Smartchain ���zel Stilleri - Aileco Renk Paletiyle Uyumlu */
/* Smartchain ���zel Stilleri - Aileco Renk Paletiyle Uyumlu - Daha A������k Tonlar */
body {
    font-family: 'Poppins', sans-serif;
    color: #5a3100;
    line-height: 1.6;
}

.smartchain-intro {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #8B4513, #6B4226);
    position: relative;
    overflow: hidden;
}

.smartchain-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../images/pattern-overlay.png');
    opacity: 0.1;
    pointer-events: none;
}

/* Ba���l���k d���zenlemesi - by A���LE.CO sa���a yaslanacak */
.headline {
    font-size: 64px;
    font-weight: 800;
    color: white;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(30px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.headline .brand-main {
    font-family: 'aile-etnic', sans-serif;
    /* Logo fontu sadece marka isminde */
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-500);
}

.headline .brand-sub {
    font-family: 'aile-sade', sans-serif;
    /* Logo fontu sadece marka isminde */
    font-size: 32px;
    display: block;
    text-align: right;
    margin-top: 5px;
    color: #3a1c00;
}

.scroll-indicator {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--primary-500);
    font-weight: 500;
    z-index: 100;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(-50%);
    }

    40% {
        transform: translateY(-10px) translateX(-50%);
    }

    60% {
        transform: translateY(-5px) translateX(-50%);
    }
}

.scroll-indicator svg {
    fill: var(--primary-500);
    margin-top: 5px;
}

/* Hikaye sahneleri - Daha ayd���nl���k renkler */
.scene {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    background-color: #fff;
    /* Daha a������k arka plan */
    position: relative;
}

.scene:nth-child(even) {
    background-color: #f8f3ee;
    /* ���ok hafif kahverengi ton */
}

.story-container {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.08);
    border: 1px solid rgba(205, 133, 63, 0.1);
    border: none;
    background: radial-gradient(circle at top right, rgba(205, 133, 63, 0.05), transparent);
    transition: all 0.4s ease;
}

.scene:nth-child(even) .story-container {
    background-color: #fff;
}

.story-text {
    width: 45%;
    padding-right: 40px;
}

.highlight-text {
    font-size: 20px;
    line-height: 1.8;
    opacity: 0.8;
    transition: all 0.5s ease;
    color: #5a3100;
    font-family: 'Poppins', sans-serif;
    /* Standart font */
}

.highlight-text.active {
    opacity: 1;
    background: linear-gradient(to right, transparent, rgba(139, 69, 19, 0.05), transparent);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    border-left: 4px solid var(--primary-500);
    color: #5a3100;
    font-weight: 500;
}

.visual-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* Ekranlar ve g���rsel i���erikler */
.app-screen {
    width: 280px;
    height: 560px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(139, 69, 19, 0.15);
    opacity: 0;
    transform: translateY(30px);
    border: 8px solid var(--primary-500);
    overflow: hidden;
}

.qr-code {
    width: 240px;
    height: 240px;
    background-image: url('../../images/smartchain-qr.png');
    background-size: contain;
    background-repeat: no-repeat;
    border: 12px solid white;
    border-radius: 12px;
    box-shadow: 0 12px 36px rgba(139, 69, 19, 0.15);
    opacity: 0;
    transform: scale(0.9);
}

.qr-caption {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    opacity: 0;
    color: #6B4226;
    font-family: 'Poppins', sans-serif;
    /* Standart font */
}

/* Dialog baloncuklar��� - Daha a������k tonlarda */
.dialog-bubble {
    position: absolute;
    top: -80px;
    right: -40px;
    width: 280px;
    padding: 20px;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(139, 69, 19, 0.1);
    opacity: 0;
    transform: translateY(20px) rotate(5deg);
    border-left: 4px solid var(--primary-500);
}

.dialog-bubble h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #5a3100;
    font-family: 'Poppins', sans-serif;
    /* Standart font */
}

.dialog-bubble .response {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-500);
    font-family: 'Poppins', sans-serif;
    /* Standart font */
}

/* Notification stili */
.notification-preview {
    position: absolute;
    top: -40px;
    right: -30px;
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 1;
    transform: translateX(0);
}

.notification-bubble {
    padding: 12px 15px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(139, 69, 19, 0.15);
    border-left: 3px solid var(--primary-500);
    color: #5a3100;
    font-weight: 500;
    font-size: 14px;
}

.whatsapp-bubble {
    padding: 15px;
    background-color: #e2ffc7;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(139, 69, 19, 0.08);
    color: #5a3100;
}

/* Final ekran��� i���in */
.finale-container {
    text-align: center;
    padding: 40px;
    max-width: 800px;
    opacity: 0;
}

.finale-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #8B4513;
    /* Logo fontu sadece marka isminde */
}

.finale-tagline {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #5a3100;
    font-weight: 500;
}

.finale-slogan {
    font-size: 28px;
    font-style: italic;
    font-weight: 500;
    margin: 30px 0;
    color: var(--primary-500);
}

.cta-button {
    display: inline-block;
    padding: 16px 36px;
    background: linear-gradient(45deg, #8B4513, var(--primary-500));
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(139, 69, 19, 0.3);
    transition: all 0.3s ease;
    margin-top: 20px;
}


/* Add these responsive styles at the end of your file */

/* Mobile responsive fixes */
@media (max-width: 768px) {

    /* Adjust headline for mobile */
    .headline {
        font-size: 42px;
    }

    .headline .brand-sub {
        font-size: 24px;
    }

    /* Make story containers stack vertically */
    .story-container {
        flex-direction: column;
        padding: 20px 15px;
    }

    /* Full width for text and visual containers */
    .story-text,
    .visual-container {
        width: 100%;
        padding-right: 0;
    }

    .story-text {
        margin-bottom: 30px;
    }

    /* Adjust visual elements for mobile */
    .app-screen {
        width: 240px;
        height: 480px;
    }

    /* Fix dialog positioning */
    .dialog-bubble {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 20px;
    }

    /* Fix notification positioning */
    .notification-preview {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 20px;
    }

    /* Adjust highlight text */
    .highlight-text {
        font-size: 16px;
    }

    /* Adjust finale container */
    .finale-container {
        padding: 20px;
    }

    .finale-title {
        font-size: 32px;
    }

    .finale-tagline {
        font-size: 18px;
    }

    .finale-slogan {
        font-size: 22px;
    }

    /* Fix QR code display */
    .qr-code {
        width: 200px;
        height: 200px;
    }
}

/* Smaller phones */
@media (max-width: 480px) {
    .headline {
        font-size: 36px;
    }

    .headline .brand-sub {
        font-size: 20px;
    }

    .app-screen {
        width: 220px;
        height: 440px;
    }
}

/* App screen background images */
#dashboard-screen {
    background-image: url('../../images/smartchain_story/aile-profile.png');
}

#notifications-screen {
    background-image: url('../../images/smartchain-notif.jpeg');
}

#lost-mode-screen {
    background-image: url('../../images/smartchain_story/aile-lost-mode.jpg');
}

#water-reminder-screen {
    background-image: url('../../images/smartchain_story/aile-water-not.jpeg');
}

#task-reminder-screen {
    background-image: url('../../images/smartchain_story/aile-timeline.png');
}

#tamagotchi-screen {
    background-image: url('../../images/smartchain_story/aile-tama.png');
}

#vcard-screen {
    background-image: url('../../images/smartchain_story/aile-vcard.png');
}


.phone-case {
    position: relative;
    /* So we can position the hole absolutely */
    width: 54mm;
    height: 86mm;
    background: url("wolf-design.png") no-repeat center / cover;
    border-radius: 5mm;
    /* Adjust as needed for your corner style */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin: 40px auto;
    /* Center horizontally, add spacing */
}

/* 
  The .camera-hole simulates the hole at the top center.
  - Adjust top, width, and height as needed to match your design.
*/

.camera-hole {
    position: absolute;
    top: 3mm;
    /* Distance from top edge; tweak as needed */
    left: 50%;
    /* Center horizontally */
    transform: translateX(-50%);
    /* Correctly center the circle */
    width: 5mm;
    /* Diameter of the hole; adjust if needed */
    height: 5mm;
    background: #000;
    /* Or use a color/gradient if you want a ring effect */
    border-radius: 50%;
    /* Makes it a circle */
    box-shadow: 0 0 0 2px #fff inset;
    /* ^ optional: a small inner border or ring effect if needed. 
     Remove if you want just a plain circle. */
}

/* Smartchain intro layout */
.smartchain-intro {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #8B4513, #6B4226);
    position: relative;
    overflow: hidden;
}

.intro-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
}

/* Smartchain device styling */
.smartchain-device {
    perspective: 1000px;
    animation: floatDevice 6s ease-in-out infinite;
}

@keyframes floatDevice {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.phone-case {
    position: relative;
    width: 54mm;
    height: 86mm;
    background-color: #3a1c00;
    /* Base color */
    border-radius: 5mm;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: rotateY(-10deg);
    transition: transform 0.5s ease;
}

.phone-case:hover {
    transform: rotateY(0);
}

.device-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5mm;
    background: url('../../images/smartchain-design.jpg') no-repeat center/cover;
    opacity: 0.9;
}

.camera-hole {
    position: absolute;
    top: 3mm;
    left: 50%;
    transform: translateX(-50%);
    width: 5mm;
    height: 5mm;
    background: linear-gradient(135deg, #8B4513, #6B4226);
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3) inset;
    z-index: 10;
}

/* Adjust headline position for new layout */
.headline {
    font-size: 64px;
    font-weight: 800;
    color: white;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(30px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .intro-content {
        flex-direction: column;
        gap: 30px;
    }

    .phone-case {
        width: 40mm;
        height: 64mm;
        transform: rotateY(0);
    }

    .headline {
        font-size: 42px;
        text-align: center;
        align-items: center;
    }

    .headline .brand-sub {
        font-size: 24px;
        text-align: center;
    }
}

/* Animasyon ve Geçiş İyileştirmeleri */
.highlight-text {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.story-container {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.story-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(139, 69, 19, 0.15);
}

/* Vurgu Efektleri */
.feature-tag {
    display: inline-block;
    padding: 8px 16px;
    margin: 5px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(205, 133, 63, 0.8), rgba(139, 69, 19, 0.8));
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 3px 8px rgba(139, 69, 19, 0.2);
    transition: all 0.3s ease;
}

.feature-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(139, 69, 19, 0.3);
}

/* Badge Görsel İyileştirmeleri */
.achievement-badges {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
    max-width: 280px;
}

.badge {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-500), #8B4513);
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(139, 69, 19, 0.3);
    transition: all 0.3s ease;
}

.badge:hover {
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 6px 14px rgba(139, 69, 19, 0.4);
}

.status-bar {
    width: 100%;
    height: 15px;
    background: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 5px;
}

.status-bar .fill {
    height: 100%;
    background: linear-gradient(90deg, #8dcd3f, #45a313);
    width: 70%;
    border-radius: 8px;
}

/* Finale Bölümü İyileştirmesi */
.finale-container {
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(135deg, rgba(205, 133, 63, 0.05), rgba(139, 69, 19, 0.1));
    border-radius: 16px;
}

.finale-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #5a3100;
    text-shadow: 0 1px 2px rgba(139, 69, 19, 0.1);
}

.finale-tagline {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #8B4513;
}

.finale-slogan {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0;
    font-style: italic;
    color: #6B4226;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(135deg, var(--primary-500), #8B4513);
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.4);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(139, 69, 19, 0.5);
    background: linear-gradient(135deg, var(--primary-500), #6B4226);
}

/* Split screen düzenleme */
.split-screen {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.split-screen .app-screen {
    height: 320px;
    width: 240px;
}

/* Mobil için iyileştirmeler */
@media (max-width: 768px) {
    .notification-preview {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 20px;
    }

    .split-screen {
        flex-direction: column;
    }

    .split-screen .app-screen {
        height: 280px;
        width: 200px;
    }
}