/* HaberSitesiKur.com - Modern News Software Platform (High-End Tech Aesthetic) */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Newsreader:ital,opsz,wght@0,6..72,500;0,6..72,600;0,6..72,700;0,6..72,800;1,6..72,600;1,700&family=Outfit:wght@400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,600;0,700;0,800;0,900;1,600;1,700&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600;1,700&display=swap');

:root {
    --primary: #0284c7;
    --primary-dark: #0369a1;
    --accent-red: #d9224b;
    --accent-red-hover: #b91c3c;
    --navy-base: #0a0c18;
    --navy-base2: #10132a;
    --slate-dark: #0f172a;
    --slate-light: #f8fafc;
    --border-line: rgba(255, 255, 255, 0.10);
    --border-light: #e2e8f0;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #f8fafc;
    color: #475569;
    overflow-x: hidden;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .font-heading {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    color: #0f172a;
}

.font-newspaper {
    font-family: 'Playfair Display', 'Newsreader', 'Merriweather', Georgia, serif;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Header & Navigation Styling (Ultra Clean & Modern 2026 SaaS Aesthetic) */
.te-nav-link {
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: inline-flex;
    align-items: center;
}
.te-nav-link:hover {
    color: #0284c7;
    background: #f0f9ff;
}
.te-nav-link.active {
    color: #0284c7;
    background: transparent;
    font-weight: 700;
}
.te-nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 14px;
    right: 14px;
    height: 2.5px;
    background: linear-gradient(90deg, #00d2ff, #0284c7);
    border-radius: 999px;
}
.btn-demo-talep {
    background: linear-gradient(135deg, #0284c7, #2563eb);
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    padding: 9px 20px;
    border-radius: 999px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.btn-demo-talep:hover {
    background: linear-gradient(135deg, #0369a1, #1d4ed8);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.35);
}

/* =======================================================
   HERO SLIDER CORE CSS (#te-hero-slider)
   With Sinifer.com Mouse-Reveal Backdrop & Clean Visuals
   ======================================================= */
#te-hero-slider {
    position: relative;
    width: 100%;
    background: #080a14;
    color: #f4f6ff;
    overflow: hidden;
    isolation: isolate;
    --mx: 50%;
    --my: 50%;
    --cam-red: #ef4444;
}
#te-hero-slider * {
    box-sizing: border-box;
}

/* 1. Base Dark & Ambient Lights */
.te-slider-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.te-slider-orb {
    position: absolute;
    right: -5%;
    top: -15%;
    width: 55%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, var(--ac, #60a5fa), var(--ac2, #a78bfa) 55%, transparent 70%);
    filter: blur(50px);
    opacity: 0.35;
    transition: background 0.6s ease;
}
.te-slider-grid {
    position: absolute;
    inset: -1px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(120% 90% at 70% 30%, #000, transparent 80%);
    opacity: 0.7;
}

/* 2. Sinifer.com Interactive Mouse-Reveal Background Layer (Refined Focused Spotlight) */
.te-reveal-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.95;
    transition: opacity 0.5s ease;
    -webkit-mask-image: radial-gradient(circle 200px at var(--mx, 50%) var(--my, 50%), rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.1) 75%, transparent 100%);
    mask-image: radial-gradient(circle 200px at var(--mx, 50%) var(--my, 50%), rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.1) 75%, transparent 100%);
}

.te-reveal-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8, 10, 20, 0.85) 0%, rgba(15, 23, 42, 0.7) 50%, rgba(10, 12, 24, 0.88) 100%);
    mix-blend-mode: multiply;
}

/* Mouse Follower Glow Aura (Refined Compact Focus) */
.te-cursor-glow {
    position: absolute;
    left: var(--mx, 50%);
    top: var(--my, 50%);
    width: 280px;
    height: 280px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.15) 0%, rgba(217, 34, 75, 0.06) 45%, transparent 70%);
    pointer-events: none;
    z-index: 2;
    filter: blur(18px);
}

/* 3. Slides Track */
.te-slide {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    min-height: 520px;
    position: relative;
    z-index: 10;
}
.te-slide.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Slide Theme Accents */
.te-slide[data-theme="migrate"] { --ac: #60a5fa; --ac2: #a78bfa; }
.te-slide[data-theme="app"] { --ac: #f43f5e; --ac2: #8b5cf6; }
.te-slide[data-theme="seo"] { --ac: #10b981; --ac2: #0284c7; }
.te-slide[data-theme="bik"] { --ac: #38bdf8; --ac2: #6366f1; }
.te-slide[data-theme="ai"] { --ac: #a855f7; --ac2: #ec4899; }

/* Slide Inner Container - Clean & Airy */
.te-slide-inner {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 24px 65px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}
@media (max-width: 991px) {
    .te-slide-inner {
        grid-template-columns: 1fr;
        padding: 36px 20px 48px;
        gap: 28px;
    }
}

/* Eyebrow, Title & Lead - Gazete Manşet Fontu */
.te-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--ac, #60a5fa);
    text-transform: uppercase;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.05);
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}
.te-eyebrow i {
    width: 6px;
    height: 6px;
    background: var(--ac, #60a5fa);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px var(--ac, #60a5fa);
}
.te-title {
    font-family: 'Playfair Display', 'Newsreader', 'Merriweather', Georgia, serif;
    font-size: clamp(2.2rem, 4.2vw, 3.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.015em;
    color: #ffffff;
    margin-bottom: 16px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.6);
}
.te-title em {
    font-style: italic;
    background: linear-gradient(100deg, var(--ac, #60a5fa), var(--ac2, #a78bfa));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.te-lead {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(244, 246, 255, 0.80);
    margin-bottom: 24px;
    max-width: 520px;
}
.te-lead b {
    color: #ffffff;
    font-weight: 700;
}

/* Slider Action Buttons */
.te-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.te-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    background: linear-gradient(100deg, var(--ac, #60a5fa), var(--ac2, #a78bfa));
    color: #07101a;
    font-weight: 800;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0 10px 25px -8px var(--ac, #60a5fa);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.te-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 32px -8px var(--ac, #60a5fa);
}
.te-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    transition: all 0.25s ease;
}
.te-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Clean Elegant Device Browser Mockup (Right Visual) */
.te-device-card {
    position: relative;
    background: linear-gradient(145deg, rgba(20, 26, 45, 0.85), rgba(10, 14, 26, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.8), 0 0 35px -10px var(--ac, rgba(96, 165, 250, 0.2));
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
}
.te-device-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 35px 70px -15px rgba(0, 0, 0, 0.9), 0 0 45px -5px var(--ac, rgba(96, 165, 250, 0.3));
}
.te-device-header {
    background: rgba(15, 23, 42, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.te-device-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}
.te-device-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.te-device-url {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 3px 12px;
    font-size: 11px;
    font-family: monospace;
    color: #94a3b8;
}
.te-device-badge {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: linear-gradient(135deg, var(--ac, #60a5fa), var(--ac2, #a78bfa));
    color: #07101a;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

/* Slider Controls & Tabs Bottom Bar */
.te-slider-nav-tabs {
    background: #0b0f19;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 24px;
}
.te-tab-pill {
    padding: 8px 16px;
    border-radius: 8px;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 1px solid transparent;
}
.te-tab-pill.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

/* =======================================================
   ICON BOX GRID (Hizmetlerimiz / Modüller)
   ======================================================= */
.te-icon-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.te-icon-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}
.te-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: transform 0.3s ease;
}
.te-icon-box:hover .te-icon-circle {
    transform: scale(1.1);
}
.te-btn-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px 16px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s ease;
    margin-top: 20px;
}
.te-btn-details:hover {
    background: #d9224b;
    color: #ffffff;
}

/* =======================================================
   FEATURE SPLIT SECTION ("Haber Yazılımının Çok Ötesinde")
   ======================================================= */
.te-split-section {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}
.te-divider {
    width: 60px;
    height: 3px;
    background: #d9224b;
    margin: 12px auto 20px;
    border-radius: 2px;
}

/* =======================================================
   DEMO CARD SHOWCASE (turantv, mavihaber, kizilkule)
   ======================================================= */
.te-demo-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}
.te-demo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.12);
    border-color: #cbd5e1;
}
.te-browser-bar {
    background: #0f172a;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* =======================================================
   DEMO TALEBİ / LEAD FORM (#hy-form)
   ======================================================= */
.te-lead-form-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.07);
}
.te-form-input {
    width: 100%;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 14px;
    color: #1e293b;
    transition: all 0.2s ease;
}
.te-form-input:focus {
    outline: none;
    border-color: #d9224b;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(217, 34, 75, 0.15);
}

/* =======================================================
   ANIMATIONS & MARQUEE
   ======================================================= */
@keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}
.animate-marquee {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
}
.animate-marquee:hover {
    animation-play-state: paused;
}

/* Badge Live Dot */
.badge-live-dot {
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.badge-live-dot::after {
    content: '';
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    border-radius: 50%;
    background-color: rgba(16, 185, 129, 0.6);
    animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping {
    75%, 100% { transform: scale(2); opacity: 0; }
}

/* =======================================================
   WEBSITETESCIL.COM STYLE MOCKUP & PORTFOLIO SHOWCASE
   ======================================================= */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 48px 36px;
}
@media (min-width: 1024px) {
    .portfolio-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.portfolio-item {
    background: transparent;
    border-radius: 0;
    overflow: visible;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    display: flex;
    flex-direction: column;
}
.portfolio-item:hover {
    transform: translateY(-8px);
}

/* MOCKUP CONTAINER */
.mockup-container {
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 20px;
}

/* LAPTOP MOCKUP */
.laptop-mockup {
    position: relative;
    width: 88%;
    margin-left: auto;
}
.laptop-mockup .screen {
    position: relative;
    background: #0f172a;
    padding: 3.5%;
    border-radius: 14px 14px 0 0;
    aspect-ratio: 16/10;
    box-shadow: inset 0 0 0 2px #cbd5e1, 0 -5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #cbd5e1;
    border-bottom: none;
    z-index: 1;
    overflow: hidden;
}
.laptop-mockup .screen::after {
    content: '';
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #1e293b;
    border-radius: 50%;
    box-shadow: inset 0 0 2px black;
    z-index: 15;
}
.laptop-mockup .screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 4px;
    background: white;
    transition: object-position 4.5s ease-in-out;
}
.portfolio-item:hover .laptop-mockup .screen img {
    object-position: bottom;
}

.laptop-mockup .base {
    position: absolute;
    bottom: -14px;
    left: -5%;
    width: 110%;
    height: 14px;
    background: linear-gradient(to bottom, #cbd5e1, #94a3b8);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.8);
    z-index: 2;
}
.laptop-mockup .base::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    height: 4px;
    background: #94a3b8;
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* PHONE MOCKUP */
.phone-mockup {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 28%;
    background: #ffffff;
    padding: 3% 2% 7% 2%;
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px #cbd5e1, 0 15px 35px rgba(0, 0, 0, 0.25), 10px 10px 20px rgba(0, 0, 0, 0.1);
    aspect-ratio: 9/16;
    z-index: 5;
    transition: transform 0.4s ease;
}
.portfolio-item:hover .phone-mockup {
    transform: translateY(-6px) scale(1.04);
}
.phone-mockup::before {
    content: '';
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #cbd5e1;
    border-radius: 50%;
}
.phone-mockup::after {
    content: '';
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border: 1px solid #cbd5e1;
    border-radius: 50%;
}
.phone-mockup .screen {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f8fafc;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}
.phone-mockup .screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: object-position 4.5s ease-in-out;
    background: white;
}
.portfolio-item:hover .phone-mockup .screen img {
    object-position: bottom;
}

/* PORTFOLIO OVERLAY & BTN */
.portfolio-overlay {
    position: absolute;
    inset: 3.5%;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
    border-radius: 4px;
}
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

/* PORTFOLIO INFO */
.portfolio-info {
    padding: 24px 22px 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    text-align: left;
}
