:root {
    --bg: #ffffff;
    --dark: #000000;
    --accent: #0058ff;
    --gray: #f5f5f7;
}

/* --- INOVASCRIPT SUBTLE BOTTOM AURA --- */

:root {
    --bg: #ffffff;
    --dark: #0f0f0f;
    --aura-opacity: 0.12;
    /* Şıklığı korumak için ideal değer */
}

:root {
    --bg: #f7f9fc;

    /* Light aura renkleri (soft ama canlı) */
    --aura-blue: rgba(59, 130, 246, 0.35);
    --aura-purple: rgba(168, 85, 247, 0.30);
    --aura-pink: rgba(236, 72, 153, 0.25);
    --aura-cyan: rgba(34, 211, 238, 0.30);
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    margin: 0;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

/* LIGHT AURA BACKGROUND */
body::after {
    content: "";
    position: fixed;
    bottom: -25%;
    left: -15%;
    width: 130%;
    height: 90%;
    z-index: 0;
    pointer-events: none;

    background-image:
        radial-gradient(circle at 50% 100%, var(--aura-blue) 0%, transparent 65%),
        radial-gradient(circle at 15% 90%, var(--aura-purple) 0%, transparent 60%),
        radial-gradient(circle at 85% 95%, var(--aura-cyan) 0%, transparent 55%),
        radial-gradient(circle at 60% 80%, var(--aura-pink) 0%, transparent 50%);

    animation: aura-float-light 14s infinite alternate ease-in-out;

    filter: blur(100px);
    opacity: 0.8;

    transform-origin: bottom center;

    /* LIGHT MODE İÇİN DOĞRU BLEND */
    mix-blend-mode: multiply;
}

/* ÜSTTEN GELEN HAFİF IŞIK (premium hissi) */
body::before {
    content: "";
    position: fixed;
    top: -20%;
    left: -10%;
    width: 120%;
    height: 70%;
    z-index: 0;
    pointer-events: none;

    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9), transparent 70%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.6), transparent 60%);

    filter: blur(60px);
    opacity: 0.7;
}



/* CONTENT LAYER */
main,
section,
nav {
    position: relative;
    z-index: 2;
    background: transparent;
}

/* Navbar */
.v-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 30px 50px;
    mix-blend-mode: difference;
    color: white;
}

.logo {
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: -1px;
}

.logo span {
    color: var(--accent);
}

.nav-links a {
    color: white;
    text-decoration: none;
    margin-left: 30px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Hero Section - Layered */
.v-hero {
    height: 120vh;
    position: relative;
    background: #000;
    overflow: hidden;
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-text h1 {
    font-size: 12vw;
    font-weight: 900;
    color: #fff;
    opacity: 0.1;
    letter-spacing: -5px;
}

.l-pc img {
    width: 60%;
    transform: translateY(100px);
    z-index: 5;
}

.l-phone img {
    width: 15%;
    transform: translate(300px, 150px);
    z-index: 6;
}

.l-ui img {
    width: 20%;
    transform: translate(-350px, -50px);
    z-index: 4;
}

/* Studio PC Section */
.v-studio {
    padding: 150px 0;
    background: #fff;
}

.mouse-icon {
    width: 20px;
    height: 35px;
    border: 2px solid #ddd;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}

.mouse-icon .dot {
    width: 4px;
    height: 8px;
    background: var(--accent);
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    animation: scrollAnim 2s infinite;
}


.studio-pc-frame {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.studio-pc-frame img {
    width: 100%;
}

.studio-subtext {
    margin-top: 40px;
    font-weight: 300;
    font-size: 1.2rem;
    color: #888;
}

/* Black Showcase - Horizontal Scroll */
.v-black-showcase {
    background: #000;
    overflow: hidden;
}

.pin-panel {
    display: flex;
    width: 300vw;
    height: 100vh;
}

.v-horizontal-scroll {
    display: flex;
}

.v-slide {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.v-content {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0 10%;
}

.v-img-box img {
    width: 500px;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}

.v-text-box h2 {
    font-size: 4rem;
    font-weight: 900;
}

/* Metrics */
.v-metrics {
    padding: 150px 0;
    background: #fff;
}

.section-title {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -2px;
}

.count {
    font-size: 4rem;
    font-weight: 900;
    color: var(--accent);
}

/* ASSET/CSS/STYLE.CSS LOGIC */
.art-v4-loop-container {
    padding: 100px 0;
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
}

.art-v4-sub {
    font-size: 0.7rem;
    letter-spacing: 4px;
    color: #aaa;
    text-transform: uppercase;
}

.art-v4-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 60px;
}

/* Marquee (Sonsuz Döngü) Mimari */
.art-v4-marquee-wrapper {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 30px;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.art-v4-marquee {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: 30px;
    animation: art-v4-scroll 30s linear infinite;
}


/* Agency Card Styling */
.art-v4-agency-card {
    background: #fff;
    padding: 20px 40px;
    border: 1px solid #f0f0f0;
    border-radius: 100px;
    /* Pill Shape */
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    cursor: pointer;
}

.art-v4-agency-card:hover {
    border-color: #000;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

/* Monogram (The 2-Letter Logo) */
.art-v4-monogram {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border: 1px solid #eee;
    transition: 0.4s;
}

.art-v4-agency-card:hover .art-v4-monogram {
    background: #000;
    color: #fff;
}

.gold-border {
    border: 2px solid #d4af37;
    color: #d4af37;
}

.gradient-bg {
    background: linear-gradient(45deg, #0058ff, #00ffc8);
    color: white;
    border: none;
}

.art-v4-agency-name {
    font-size: 0.95rem;
    font-weight: 600;
    white-space: nowrap;
    color: #111;
}

.art-v4-stars {
    color: #ffd700;
    font-size: 0.7rem;
    letter-spacing: 2px;
}





.agency-ecosystem {
    padding: 100px 0;
    overflow: hidden;
}

/* Header Style */
.a-label-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.a-dot {
    width: 8px;
    height: 8px;
    background: #0058ff;
    border-radius: 50%;
}

.a-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #0058ff;
}

.a-display-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #111;
    letter-spacing: -2px;
}

.a-display-title span {
    color: #ddd;
    -webkit-text-stroke: 1px #ccc;
    color: transparent;
}

.a-lead-text {
    color: #888;
    font-size: 14px;
    max-width: 300px;
    line-height: 1.6;
}

/* Slider Track */
.a-slider-wrapper {
    margin-top: 50px;
    position: relative;
}

.a-track {
    display: flex;
    gap: 30px;
    animation: slideInfinite 60s linear infinite;
    width: max-content;
    padding: 20px 0;
}

.a-track:hover {
    animation-play-state: paused;
}

/* Card Design: Light & Premium */
.a-card-item {
    width: 340px;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.a-card-inner {
    background: #fff;
    border-radius: 30px;
    padding: 35px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
}

.a-card-item:hover {
    transform: translateY(-15px);
}

.a-card-item:hover .a-card-inner {
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.06);
    border-color: #0058ff;
}

.a-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.a-rating {
    background: #f8f9fa;
    padding: 5px 12px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 900;
}

.a-rating i {
    color: #ffc107;
}

.a-badge {
    font-size: 10px;
    font-weight: 800;
    color: #bbb;
    letter-spacing: 1px;
}

.a-logo-box {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #f9f9f9;
}

.a-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a-title {
    font-size: 15px;
    font-weight: 800;
    color: #111;
    margin: 0;
}

.a-location {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
    font-weight: 500;
}

.a-card-footer {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.a-stat b {
    display: block;
    font-size: 14px;
    color: #111;
    font-weight: 900;
}

.a-stat span {
    font-size: 9px;
    color: #bbb;
    font-weight: 800;
    letter-spacing: 1px;
}

.a-btn-plus {
    width: 40px;
    height: 40px;
    background: #0058ff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: 0.3s;
}

.a-card-item:hover .a-btn-plus {
    transform: rotate(90deg);
    background: #000;
}

/* Modal Architecture */
.a-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.a-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
}

.a-modal-content {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 800px;
    border-radius: 40px;
    padding: 60px;
    border: 1px solid #eee;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.1);
    transform: translateY(30px);
    opacity: 0;
    transition: 0.4s;
}

.a-modal.active {
    display: flex;
}

.a-modal.active .a-modal-content {
    transform: translateY(0);
    opacity: 1;
}

.a-modal-close {
    position: absolute;
    top: 30px;
    right: 40px;
    background: none;
    border: none;
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
}

/* Modal Details */
.am-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.am-address {
    margin-top: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 20px;
}

.am-address h4 {
    font-size: 11px;
    font-weight: 900;
    color: #0058ff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.am-address p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.am-tag {
    display: inline-block;
    padding: 6px 15px;
    background: #eee;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 700;
    margin: 5px 5px 0 0;
}




/* ASSET/CSS/STYLE.CSS LOGIC */
.art-v5-offer-wrap {
    background: #000;
    /* Koyu, premium bir hava */
    padding: 180px 0;
    position: relative;
    overflow: hidden;
}

/* Arka plan sanatsal ışık sızması */
.art-v5-offer-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40vw;
    height: 40vw;
    background: radial-gradient(circle, rgba(0, 88, 255, 0.15) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.art-v5-status {
    color: #0058ff;
    font-size: 0.7rem;
    letter-spacing: 5px;
    font-weight: 800;
    display: block;
    margin-bottom: 20px;
}

.art-v5-big-text {
    color: #fff;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -3px;
}

.art-v5-sub-desc {
    color: #777;
    font-size: 1.1rem;
    max-width: 400px;
    margin-top: 30px;
    font-weight: 300;
}

/* Price Card Styling */
.art-v5-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    border-radius: 40px;
    position: relative;
    z-index: 5;
}

.art-v5-label {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.art-v5-numbers {
    display: flex;
    align-items: center;
    gap: 20px;
}

.art-v5-old-price {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.2);
    text-decoration: line-through;
    font-weight: 300;
}

.art-v5-arrow {
    color: #0058ff;
    font-size: 1.5rem;
}

.art-v5-new-price {
    font-size: 6rem;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 40px rgba(0, 88, 255, 0.3);
}

/* Minimalist Form */
.art-v5-form-box {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.art-v5-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
    color: #fff;
    font-size: 1rem;
    outline: none;
    transition: 0.3s;
}

.art-v5-input:focus {
    border-bottom-color: #fff;
}

.art-v5-btn-submit {
    background: #fff;
    color: #000;
    border: none;
    padding: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: 0.4s;
    margin-top: 10px;
}

.art-v5-btn-submit:hover {
    background: #0058ff;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 88, 255, 0.4);
}

.art-v5-footer-note {
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.7rem;
    margin-top: 25px;
    text-align: center;
}



.art-v11-contact-master {
    background: #000;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
}

/* Aura */
.v11-aura-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.v11-aura {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.18;
}

.v11-blue {
    background: #0058ff;
    top: -100px;
    right: -100px;
}

.v11-purple {
    background: #ff00c8;
    bottom: -100px;
    left: -100px;
}

/* Typography */
.v11-tag {
    color: #0058ff;
    letter-spacing: 5px;
    font-weight: 800;
    font-size: 0.7rem;
    margin-bottom: 20px;
}

.v11-title {
    color: #fff;
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -3px;
}

.v11-outline {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.v11-info {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}

.v11-info-item small {
    display: block;
    color: #555;
    font-size: 0.6rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.v11-info-item span {
    color: #fff;
    font-size: 1rem;
}

/* Desktop Form */
.v11-desk-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 40px;
}

.v11-input-box {
    margin-bottom: 25px;
}

.v11-input-box label {
    display: block;
    color: #444;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.v11-input-box input,
.v11-input-box textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 10px 0;
    outline: none;
    font-size: 0.95rem;
}

.v11-input-box input:focus {
    border-bottom-color: #0058ff;
}

/* Desktop Button */
.v11-desk-btn {
    width: 100%;
    height: 75px;
    background: #fff;
    border: none;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-weight: 900;
}

.v11-dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #0058ff;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.6s;
    z-index: 1;
    pointer-events: none;
}

.v11-desk-btn:hover .v11-dot {
    transform: scale(35);
}

.v11-btn-txt {
    position: relative;
    z-index: 2;
    color: #000;
    transition: 0.3s;
}

.v11-desk-btn:hover .v11-btn-txt {
    color: #fff;
}

/* --- MOBILE MODAL (ISOLATED) --- */
.v11-modal-overlay {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 10000;
    display: none;
    flex-direction: column;
}




/* BASE & RESET */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap');

/* 1. Header Çakışmasını Önlemek İçin Ana Section Düzenlemesi */
.onboarding-system {
    min-height: 100vh;
    padding-top: 80px;
    /* Header yüksekliğine göre burayı artırabilirsin */
    background: #fff;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* 2. Wrapper Boyutlarını ve Mobildeki Kayma Sorununu Düzeltme */
.onboarding-wrapper {
    display: flex;
    width: 100%;
    max-width: 1300px;
    min-height: 750px;
    /* Sabit bir min-height formun zıplamasını engeller */
    background: #fff;
    margin: 40px 20px;
    /* Üstten ve alttan nefes payı */
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    position: relative;
    z-index: 1;
    /* Diğer arka plan öğelerinin üzerinde kalmasını sağlar */
}

/* 3. İçerik Alanlarının Taşmasını Engelleme */
.form-content {
    flex: 1.2;
    padding: 60px;
    display: flex;
    flex-direction: column;
    /* Step indicator ve formun düzgün dizilmesi için */
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow-y: auto;
    /* İçerik çok uzarsa kendi içinde kayar */
}



/* LEFT SIDEBAR */
.info-sidebar {
    flex: 1;
    background: #0a0a0a;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    position: relative;
}

.brand-tag {
    font-weight: 800;
    letter-spacing: 4px;
    color: #555;
    font-size: 0.7rem;
    margin-bottom: 20px;
}

.sidebar-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}

.sidebar-title span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.sidebar-desc {
    color: #888;
    line-height: 1.6;
    max-width: 350px;
    font-weight: 300;
}

.promo-card {
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 25px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.promo-icon {
    font-size: 2rem;
    color: #0058ff;
}

.promo-text strong {
    display: block;
    font-size: 0.9rem;
    color: #fff;
}

.promo-text span {
    font-size: 0.8rem;
    color: #aaa;
}

.highlight {
    color: #fff;
}

.sidebar-footer {
    font-size: 0.7rem;
    color: #444;
}

/* RIGHT CONTENT */
.form-content {
    flex: 1.2;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.form-container {
    width: 100%;
    max-width: 500px;
}

/* STEP INDICATOR */
.step-indicator {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
}

.step {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #ccc;
    transition: 0.4s;
}

.step.active {
    background: #0a0a0a;
    color: #fff;
    border-color: #0a0a0a;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.step-line {
    flex: 1;
    height: 1px;
    background: #eee;
}

/* FORMS */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
    animation: slideUp 0.5s ease;
}

.step-header h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0a0a0a;
    margin-bottom: 5px;
}

.step-header p {
    color: #aaa;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

/* INPUTS */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
    width: 100%;
    padding: 18px 25px;
    border-radius: 15px;
    border: 1px solid #f0f0f0;
    background: #f9f9f9;
    font-size: 0.9rem;
    font-weight: 500;
    transition: 0.3s;
}

input:focus {
    background: #fff;
    border-color: #0058ff;
    outline: none;
    box-shadow: 0 10px 30px rgba(0, 88, 255, 0.05);
}

/* SELECT BOXES (Step 1) */
.type-selector-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.type-selector-grid input {
    display: none;
}

.select-box {
    border: 1px solid #eee;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.select-box i {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 10px;
    color: #ccc;
}

.select-box span {
    font-size: 0.8rem;
    font-weight: 600;
    color: #888;
}

input:checked+.select-box {
    border-color: #0058ff;
    background: rgba(0, 88, 255, 0.02);
}

input:checked+.select-box i {
    color: #0058ff;
}

input:checked+.select-box span {
    color: #0a0a0a;
}

/* BUTTONS */
.next-btn,
.submit-btn {
    background: #0a0a0a;
    color: #fff;
    border: none;
    padding: 18px 40px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

.back-btn {
    background: #f0f0f0;
    color: #888;
    border: none;
    padding: 18px 30px;
    border-radius: 15px;
    font-weight: 700;
    cursor: pointer;
}

.next-btn:hover,
.submit-btn:hover {
    background: #0058ff;
    transform: translateY(-3px);
}

/* CHECKBOX */
.checkbox-group {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.checkbox-group label {
    font-size: 0.75rem;
    color: #888;
    line-height: 1.4;
}

.checkbox-group a {
    color: #0a0a0a;
    font-weight: 600;
    text-decoration: none;
}


/* ASSET/CSS/STYLE.CSS LOGIC */
.art-v10-faq-wrap {
    padding: 180px 0;
    overflow: hidden;
}

.art-v10-sub-tag {
    font-size: 0.7rem;
    letter-spacing: 5px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.art-v10-main-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #000;
}

/* Minimalist Accordion */
.art-v10-acc-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: 0.3s;
}

.art-v10-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    position: relative;
}

.art-v10-acc-header h3 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #111;
    margin: 0;
    line-height: 1.2;
    transition: color 0.3s;
}

.art-v10-acc-item.active .art-v10-acc-header h3 {
    color: #0058ff;
}

.art-v10-acc-icon {
    width: 15px;
    height: 15px;
    position: relative;
}

/* Soru kapalıyken artı işareti */
.art-v10-acc-icon::before,
.art-v10-acc-icon::after {
    content: '';
    position: absolute;
    background: #ccc;
    transition: transform 0.3s ease;
}

.art-v10-acc-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.art-v10-acc-icon::after {
    height: 100%;
    width: 2px;
    left: 50%;
    transform: translateX(-50%);
}

/* Soru açıkken eksi işareti */
.art-v10-acc-item.active .art-v10-acc-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.art-v10-acc-item.active .art-v10-acc-icon::before {
    background: #0058ff;
}

.art-v10-acc-body {
    padding: 0 0 30px 0;
}

.art-v10-acc-body p {
    font-size: 0.9rem;
    color: #777;
    max-width: 420px;
    line-height: 1.8;
    font-weight: 300;
}

/* Dynamic Image Showcase */
.art-v10-image-gallery {
    position: relative;
    width: 100%;
    height: 424px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0);
}

.art-v10-dynamic-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    transform: scale(1.1);
}

.art-v10-dynamic-img.active {
    opacity: 1;
    transform: scale(1);
}

/* Visual Decor Frame */
.art-v10-visual-frame {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
    z-index: 5;
}



/* ASSET/CSS/STYLE.CSS LOGIC */
.art-v14-footer {
    background: #ffffff;
    padding-top: 120px;
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
}

.art-v14-top {
    padding-bottom: 80px;
}

.art-v14-news-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.art-v14-news-title span {
    color: #0058ff;
}

/* Subscribe Input */
.art-v14-subscribe {
    display: flex;
    border-bottom: 1px solid #eee;
    max-width: 350px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.art-v14-subscribe:focus-within {
    border-bottom-color: #000;
}

.art-v14-subscribe input {
    border: none;
    outline: none;
    flex-grow: 1;
    font-size: 0.9rem;
    font-weight: 300;
}

.art-v14-subscribe button {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1.2rem;
    transition: 0.3s;
}

.art-v14-subscribe button:hover {
    transform: translateX(5px);
    color: #0058ff;
}

.art-v14-privacy {
    font-size: 0.6rem;
    color: #ccc;
    letter-spacing: 1px;
}

/* Links Grid */
.art-v14-list-title {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 3px;
    color: #ddd;
    margin-bottom: 25px;
}

.art-v14-links {
    list-style: none;
    padding: 0;
}

.art-v14-links li {
    margin-bottom: 12px;
}

.art-v14-links li a {
    text-decoration: none;
    color: #777;
    font-size: 0.85rem;
    transition: 0.3s;
    font-weight: 400;
}

.art-v14-links li a:hover {
    color: #000;
    padding-left: 5px;
}

/* Middle Row */
.art-v14-middle {
    padding: 40px 0;
    border-top: 1px solid #f8f8f8;
}

.art-v14-clock-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.art-v14-time-label {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #bbb;
}

.art-v14-time-val {
    font-size: 0.8rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.art-v14-legal {
    font-size: 0.7rem;
    color: #ccc;
    letter-spacing: 2px;
    font-weight: 600;
}

.art-v14-legal span {
    margin-left: 20px;
}

/* The Giant Signature */
.art-v14-signature {
    padding: 20px 0;
    user-select: none;
}

.art-v14-signature h2 {
    font-size: 14vw;
    font-weight: 900;
    letter-spacing: -0.8vw;
    text-align: center;
    margin: 0;
    line-height: 0.8;
    color: #f9f9f9;
    /* Silik ama devasa duruş */
    transition: 0.5s;
}

.art-v14-signature:hover h2 {
    color: #f2f2f2;
}





/* ASSET/CSS/STYLE.CSS LOGIC */
.art-v2-master-hero {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

/* Visual Layout */
.art-v2-visual-area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
}

.art-v2-main-wrapper {
    position: relative;
    width: 100%;
    max-width: 750px;
}

.art-v2-layer img {
    width: 100%;
    height: auto;
    display: block;
}

/* Elements Positioning */
.art-v2-base-pc {
    position: relative;
    z-index: 5;
    filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.06));
}

.art-v2-float {
    position: absolute;
    z-index: 10;
    transition: transform 0.2s cubic-bezier(0.1, 0, 0.3, 1);
}

.art-v2-ui-card {
    top: -15%;
    left: 0%;
    width: 30%;
}

.art-v2-mobile-mock {
    bottom: -5%;
    left: -10%;
    width: 22%;
}

.art-v2-interaction-icon {
    top: 10%;
    right: 10%;
    width: 8%;
    opacity: 0.3;
    filter: grayscale(1);
}

/* Text Styling (Right Side) */
.art-v2-text-area {
    padding-right: 10%;
}

.art-v2-mini-tag {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 4px;
    color: #bbb;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.art-v2-gradient-text {
    font-size: 4rem;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -4px;
    background: linear-gradient(180deg, #000 0%, #888 60%, #eeeeee00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 35px;
}

.art-v2-description {
    font-size: 1.05rem;
    color: #777;
    max-width: 420px;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 45px;
}

.art-v2-link {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    transition: 0.4s;
}

.art-v2-link:hover {
    border-bottom-color: #000;
    letter-spacing: 4px;
}



/* ASSET/CSS/STYLE.CSS LOGIC */
.art-v9-master-wrap {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.art-v9-composition {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* --- 1. Arka Plan Yazısı --- */
.art-v9-bg-text-layer {
    position: absolute;
    z-index: 1;
    /* En altta */
    user-select: none;
}

.art-v9-giant-title {
    font-size: 12vw;
    /* Sayfa genişliğine göre devasa */
    font-weight: 900;
    letter-spacing: -1vw;
    color: #f2f2f2;
    /* Çok açık gri, "silik" efekt */
    margin: 0;
    line-height: 1;
    text-align: center;
}

/* --- 2. Üstte Duran PC --- */
.art-v9-pc-trigger {
    position: relative;
    z-index: 5;
    /* Yazının üstünde */
    cursor: pointer;
    width: 100%;
    max-width: 850px;
}

/* Sürekli Yaşayan (Normal Efektif) Animasyon */
.art-v9-pc-float-engine {
    position: relative;
    animation: art-pc-float 6s ease-in-out infinite;
    /* Sürekli süzülme */
    z-index: 10;
}


.art-v9-pc-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.1));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* PC Altındaki Dinamik Gölge */
.art-v9-pc-glow {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 40px;
    background: radial-gradient(ellipse at center, rgba(0, 88, 255, 0.15) 0%, transparent 70%);
    filter: blur(20px);
    z-index: 2;
    animation: art-shadow-scale 6s ease-in-out infinite;
}


/* --- 3. Tıklama Efekti (Click) --- */
.art-v9-click-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.art-v9-wave {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(0, 88, 255, 0.8);
    border-radius: 50%;
    transform: scale(0);
    z-index: 11;
}

.art-v9-action-text {
    color: #fff;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 4px;
    opacity: 0;
    z-index: 12;
    text-transform: uppercase;
}

/* Tıklama anı fiziksel tepki */
.art-v9-pc-trigger:active .art-v9-pc-img {
    transform: scale(0.95);
}

.art-v9-pc-trigger:active .art-v9-wave {
    animation: art-ripple-out 0.8s ease-out forwards;
}

.art-v9-pc-trigger:active .art-v9-action-text {
    opacity: 1;
    transition: 0.3s;
}


/* --- 4. Footer Bilgi --- */
.art-v9-footer-info {
    margin-top: 60px;
    z-index: 10;
}

.art-v9-sub-desc {
    font-size: 0.7rem;
    letter-spacing: 5px;
    color: #bbb;
    font-weight: 700;
}



/* ASSET/CSS/CORE-ARCHITECTURE.CSS */
:root {
    --accent: #0058ff;
    --dark: #0a0a0a;
    --grey-light: #f4f4f4;
    --text-muted: #888;
    --transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.art-marketplace {
    padding: 160px 0;
    background: #fff;
    overflow: hidden;
}

.mb-100 {
    margin-bottom: 100px;
}

/* Typography */
.art-label-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.art-dot {
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
}

.art-label {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 3px;
    color: var(--accent);
}

.art-display-title {
    font-size: 5rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -4px;
    color: var(--dark);
}

.art-display-title span {
    color: #eee;
    -webkit-text-stroke: 1px #ddd;
    color: transparent;
}

.art-lead-text {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 400px;
    font-weight: 300;
}

/* Sticky Filter Bar */
.art-filter-bar {
    position: sticky;
    top: 30px;
    z-index: 100;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 100px;
    padding: 15px 40px;
    margin-bottom: 80px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.03);
    transition: var(--transition);
}

.art-filter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.art-categories {
    display: flex;
    gap: 30px;
}

.filter-btn {
    background: none;
    border: none;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #aaa;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-btn .num {
    font-size: 0.6rem;
    color: #ddd;
}

.filter-btn.active,
.filter-btn:hover {
    color: var(--dark);
}

.filter-btn.active .num {
    color: var(--accent);
}

.art-filter-meta {
    font-size: 0.7rem;
    font-weight: 700;
    color: #eee;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Grid & Cards */
.art-item-wrapper {
    position: relative;
    width: 100%;
    transition: var(--transition);
}

.art-item-visual {
    height: 269px;
    position: relative;
    width: 100%;
    aspect-ratio: 16/12;
    border-radius: 4px;
    overflow: hidden;
    background: var(--grey-light);
}

.art-visual-inner {
    width: 100%;
    height: 100%;
    transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.art-visual-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Professional Hover Action */
.art-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

.art-live-action {
    position: relative;
    padding: 20px 45px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000bd;
    ;
    border-radius: 4px;
    /* SQUARE PREFERENCE */
    transform: translateY(20px);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.action-text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 3px;
}

.art-tech-stack {
    position: absolute;
    bottom: 30px;
    display: flex;
    gap: 15px;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.5s 0.2s;
}

.art-tech-stack span {
    font-size: 0.6rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
    border-radius: 2px;
}

.art-item-wrapper:hover .art-item-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.1);
}

.art-item-wrapper:hover .action-bg {
    transform: translateY(0);
}

.art-item-wrapper:hover .art-tech-stack {
    opacity: 1;
    transform: translateY(0);
}

.art-item-wrapper:hover .art-visual-inner {
    transform: scale(1.08);
}

/* Item Info */
.art-item-info {
    padding-top: 30px;
}

.info-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.category-tag {
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.project-id {
    font-size: 0.65rem;
    font-weight: 700;
    color: #ddd;
}

.project-name {
    font-size: 13px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 10px;
}

.project-desc {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.6;
}

/* ADVANCED PAGINATION */
.art-pagination-wrap {
    margin-top: 100px;
    width: 100%;
}

.pagination-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.page-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none !important;
    color: var(--dark);
    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: 2px;
    transition: 0.3s;
}

.page-nav.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.page-numbers {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-num {
    text-decoration: none !important;
    color: #ccc;
    font-weight: 800;
    font-size: 0.9rem;
    transition: 0.3s;
}

.page-num.active,
.page-num:hover {
    color: var(--dark);
}

.page-sep {
    color: #eee;
    font-weight: 300;
}

.pagination-progress {
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    border-radius: 10px;
    position: relative;
}

.progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--accent);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}



/* ASSET/CSS/STYLE.CSS LOGIC */
.art-v13-slider-wrap {
    padding: 120px 0;
    overflow: hidden;
}

.art-v13-sub {
    font-size: 0.7rem;
    letter-spacing: 4px;
    color: #ccc;
    margin-bottom: 15px;
}

.art-v13-title {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #111;
}

.art-v13-status {
    font-size: 0.65rem;
    color: #0058ff;
    font-weight: 800;
    letter-spacing: 2px;
}

/* Marquee Engine */
.art-v13-marquee-container {
    margin-top: 60px;
    display: flex;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.art-v13-track {
    display: flex;
    gap: 40px;
    animation: art-v13-scroll 40s linear infinite;
}


/* Ürün Kartı */
.art-v13-item {
    width: 450px;
    flex-shrink: 0;
    cursor: pointer;
}

.art-v13-visual {
    position: relative;
    width: 100%;
    height: 320px;
    background: #f8f9fa;
    border-radius: 4px;
    overflow: hidden;
}

.art-v13-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Hover Overlay */
.art-v13-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.4s ease;
}

.art-v13-item:hover .art-v13-overlay {
    background: rgba(0, 88, 255, 0.05);
    /* Çok hafif mavi bir parlama */
}

.art-v13-item:hover img {
    transform: scale(1.05);
}

/* Live Button Effect */
.art-v13-live-btn {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.art-v13-item:hover .art-v13-live-btn {
    opacity: 1;
    transform: scale(1);
}

.btn-icon {
    font-size: 0.7rem;
    font-weight: 900;
    color: #fff;
    background: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    z-index: 2;
}

.pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #0058ff;
    border-radius: 50%;
    animation: art-v13-pulse 2s infinite;
}


/* Meta Text */
.art-v13-meta {
    margin-top: 25px;
    text-align: left;
}

.art-v13-meta h4 {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

.art-v13-meta span {
    font-size: 9px;
    letter-spacing: 2px;
    color: #aaa;
    font-weight: 600;
    text-transform: uppercase;
}

/* Slider'ı Durdurma */
.art-v13-marquee-container:hover .art-v13-track {
    animation-play-state: paused;
}


/* ASSET/CSS/STYLE.CSS LOGIC */
.art-v3-agency-scroller {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    transition: background 0.8s ease;
}

/* Dynamic Background Blobs */
.art-v3-bg-shape {
    position: absolute;
    width: 50vw;
    height: 50vw;
    filter: blur(80px);
    z-index: 1;
    opacity: 0.2;
    pointer-events: none;
    border-radius: 50%;
}

.art-v3-shape-1 {
    background: #0058ff;
    top: -10%;
    left: -25%;
}

.art-v3-shape-2 {
    background: #ff00c8;
    bottom: -10%;
    right: -25%;
}

.art-v3-pin-wrapper {
    height: 100vh;
    display: flex;
    width: 300vw;
    /* 3 Panel olduğu için */
}

.art-v3-horizontal-content {
    display: flex;
    height: 100vh;
    width: 300vw;
}

.art-v3-panel {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 5;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

/* Panel Typography */
.art-v3-tag {
    font-size: 0.7rem;
    letter-spacing: 4px;
    color: #888;
    margin-bottom: 20px;
}

.art-v3-panel-title {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 25px;
    color: #716f6f;
}

.art-v3-panel-desc {
    font-size: 1rem;
    color: #e0e0e0;
    max-width: 400px;
    line-height: 1.8;
    font-weight: 300;
}

/* Panel Visuals */
.art-v3-panel-img {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.art-v3-panel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.1, 0, 0.3, 1);
}

.art-v3-panel:hover .art-v3-panel-img img {
    transform: scale(1.08);
}

.art-v3-btn-white {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 18px 40px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: 0.3s;
}

/* --- NAV TEMEL --- */
.v-nav {
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.logo {
    font-weight: 900;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: -0.5px;
}

.logo span {
    color: #0058ff;
}

/* --- MOBİL TETİKLEYİCİ (HAMBURGER) --- */
.v-mobile-trigger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 2001;
    padding: 5px;
}

.v-line {
    width: 18px;
    height: 1.2px;
    background: #fff;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- MİKRO MOBİL PANEL --- */
.v-mobile-mini-panel {
    position: fixed;
    top: 65px;
    right: 15px;
    width: 170px;
    /* Daha dar ve kompakt */
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 15px;
    z-index: 2000;
    transform: translateY(-10px) scale(0.98);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.v-mobile-mini-panel.active {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: all;
}

.v-mini-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.v-panel-label {
    font-size: 0.55rem;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 8px;
}

.v-mini-link {
    color: #eee;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 8px 0;
    transition: 0.2s;
    border-radius: 5px;
}

.v-mini-link:hover {
    color: #fff;
    transform: translateX(3px);
}

.v-panel-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 10px 0;
}

/* --- MİNİ ACCESS BUTON --- */
.v-access-btn-mini {
    background: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    width: 100%;
    transition: 0.2s;
}

.v-access-btn-mini .v-btn-dot {
    width: 4px;
    height: 4px;
    background: #0058ff;
    border-radius: 50%;
}

.v-access-btn-mini .v-btn-text {
    font-size: 0.65rem;
    font-weight: 800;
    color: #000;
    letter-spacing: 0.5px;
}

.v-access-btn-mini:hover {
    background: #0058ff;
}

.v-access-btn-mini:hover .v-btn-text {
    color: #fff;
}

.v-access-btn-mini:hover .v-btn-dot {
    background: #fff;
}

/* MASAÜSTÜ BUTON AYARI (Senin mevcut yapın için) */
.v-access-btn {
    background: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Trigger Button Style */
.v-access-btn {
    background: none;
    border: 1px solid #eee;
    padding: 8px 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin-left: 30px;
}

.v-btn-dot {
    width: 6px;
    height: 6px;
    background: #0058ff;
    border-radius: 50%;
    transition: 0.3s;
}

.v-btn-text {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
}

.v-access-btn:hover {
    background: #000;
    border-color: #000;
}

.v-access-btn:hover .v-btn-text {
    color: #fff;
}

.v-access-btn:hover .v-btn-dot {
    background: #fff;
    box-shadow: 0 0 10px #fff;
}

/* Modal Architecture */
.v-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
}

.v-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
}

.v-modal-container {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 450px;
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.05);
    padding: 50px;
    transform: scale(0.9);
    opacity: 0;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.v-modal.active {
    display: flex;
}

.v-modal.active .v-modal-container {
    transform: scale(1);
    opacity: 1;
}

/* Modal Content Parts */
.v-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.v-modal-label {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #bbb;
}

.v-modal-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #ccc;
    cursor: pointer;
    transition: 0.3s;
}

.v-modal-close:hover {
    color: #000;
}

.v-modal-title {
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
    color: #111;
}

.v-modal-title span {
    color: #0058ff;
}

.v-modal-desc {
    font-size: 13px;
    color: #888;
    margin-bottom: 40px;
    font-weight: 400;
}

/* Form Elements */
.v-input-group {
    margin-bottom: 25px;
}

.v-input-group label {
    display: block;
    font-size: 9px;
    font-weight: 900;
    color: #111;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.v-input-group input {
    width: 100%;
    padding: 15px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #111;
    outline: none;
    transition: 0.3s;
}

.v-input-group input:focus {
    border-bottom-color: #0058ff;
}

.v-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #777;
    cursor: pointer;
}

.v-forgot {
    font-size: 12px;
    color: #aaa;
    text-decoration: none;
    transition: 0.3s;
}

.v-forgot:hover {
    color: #0058ff;
}

.v-submit-btn {
    width: 100%;
    padding: 18px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.v-submit-btn:hover {
    background: #0058ff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 88, 255, 0.2);
}

.v-modal-footer {
    margin-top: 40px;
    border-top: 1px solid #f5f5f5;
    padding-top: 25px;
    text-align: center;
}

.v-modal-footer span {
    font-size: 12px;
    color: #aaa;
}

.v-modal-footer a {
    font-size: 12px;
    color: #111;
    font-weight: 700;
    text-decoration: none;
    margin-left: 5px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    /* İkon ve yazı arası boşluk */
    font-weight: 900;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: -0.5px;
}

.v-logo-icon {
    position: relative;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0058ff;
    /* İkon rengi */
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.v-logo-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 5px rgba(0, 88, 255, 0.3));
}

/* İkonun ortasındaki parlayan nokta */
.v-icon-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff, 0 0 20px #0058ff;
    z-index: 2;
    animation: icon-pulse 2s infinite;
}

.logo:hover .v-logo-icon {
    transform: rotate(15deg) scale(1.1);
    color: #fff;
    /* Hoverda ikon beyaza döner */
}



.logo span {
    color: #0058ff;
}


.art-v2-main-wrapper {
    position: relative;
}

/* BÜYÜK GÖRSEL (ARKA) */
.art-v2-base-pc {
    position: relative;
    z-index: 1;
}

.art-v2-base-pc img {
    width: 100%;
    display: block;
}

/* KÜÇÜK GÖRSEL (ÖN) */
.art-v2-second-img {
    position: absolute;
    right: -83px;
    top: 325px;
    width: 65%;
    z-index: 3;
}



/* Konteyner Ana Yapısı */
.ivs-priv-container {
    max-width: 600px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 60px 50px;
    margin: 40px auto;
    color: #1a1a1a;
    font-family: 'Inter', -apple-system, sans-serif;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    /* Arka plan yazısının taşmaması için */
}

/* Arka Plan Büyük Silik Yazı */
.ivs-priv-container::before {
    content: "INOVASCRIPT";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
    font-size: 110px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.02);
    /* Çok silik, zarif duruş */
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
    letter-spacing: -2px;
}

/* İçeriklerin Arka Plandan Üstte Durması İçin */
.ivs-priv-top-bar,
.ivs-priv-header,
.ivs-priv-body,
.ivs-priv-seal-grid,
.ivs-priv-action-btn {
    position: relative;
    z-index: 1;
}

/* Üst Bilgi Çubuğu */
.ivs-priv-top-bar {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c0c0c0;
    margin-bottom: 60px;
}

/* Başlık Grubu */
.ivs-priv-header {
    margin-bottom: 50px;
}

.ivs-priv-main-title {
    font-size: 32px;
    font-weight: 200;
    /* İnce ve modern */
    line-height: 1;
    letter-spacing: -1px;
    margin: 0;
    color: #111;
}

.ivs-priv-sub-label {
    font-size: 10px;
    color: #a0a0a0;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Bölüm İçerikleri */
.ivs-priv-section {
    margin-bottom: 40px;
}

.ivs-priv-id {
    font-size: 9px;
    font-weight: 600;
    color: #e0e0e0;
    display: block;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.ivs-priv-item-title {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin: 0 0 12px 0;
    letter-spacing: -0.2px;
}

.ivs-priv-text {
    font-size: 12.5px;
    line-height: 1.8;
    color: #888;
    /* Yumuşak ve silik yazı */
    margin: 0;
    font-weight: 300;
}

.ivs-priv-text b {
    color: #444;
    font-weight: 500;
}

/* Alt Mühür Alanı */
.ivs-priv-seal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #f7f7f7;
}

.ivs-priv-seal-item {
    font-size: 10px;
    color: #999;
    letter-spacing: 0.2px;
}

.ivs-priv-seal-item label {
    display: block;
    font-size: 8px;
    color: #d0d0d0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* Onay Butonu - Minimalist */
.ivs-priv-action-btn {
    width: 100%;
    margin-top: 50px;
    background: transparent;
    color: #111;
    border: 1px solid #111;
    padding: 16px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ivs-priv-action-btn:hover {
    background: #111;
    color: #fff;
    letter-spacing: 4px;
    /* Hafif genişleme efekti */
}

/* Filigran (Eski versiyonu gizlemek istersen) */
.ivs-priv-watermark {
    display: none;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

/* Toast Tasarımı */
.shifu-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgba(15, 15, 15, 0.9);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 12px;
    color: white;
    z-index: 99999;
    transform: translateX(150%);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.shifu-toast.active {
    transform: translateX(0);
}

.shifu-toast-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shifu-icon {
    background: #0058ff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
}

.shifu-details {
    display: flex;
    flex-direction: column;
}

.shifu-details strong {
    font-size: 12px;
    color: #0058ff;
    letter-spacing: 1px;
}

.shifu-details span {
    font-size: 10px;
    opacity: 0.6;
}

@keyframes icon-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
}

@keyframes art-v13-pulse {
    0% {
        transform: scale(0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes art-v13-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes art-ripple-out {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(100);
        opacity: 0;
    }
}

@keyframes art-shadow-scale {

    0%,
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translateX(-50%) scale(0.8);
        opacity: 0.2;
    }
}

@keyframes art-pc-float {

    0%,
    100% {
        transform: translateY(0) rotateX(0deg);
    }

    50% {
        transform: translateY(-30px) rotateX(2deg);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes v11FadeUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInfinite {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes art-v4-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollAnim {
    0% {
        opacity: 0;
        top: 5px;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        top: 20px;
    }
}

/* ANİMASYON */
@keyframes aura-float-light {
    0% {
        transform: translateY(0) scale(1) rotate(0deg);
        opacity: 0.7;
    }

    50% {
        transform: translateY(-8%) scale(1.08) rotate(1deg);
        opacity: 1;
    }

    100% {
        transform: translateY(6%) scale(0.95) rotate(-1deg);
        opacity: 0.7;
    }
}



/* Mobile Adjustments */
@media (max-width: 991px) {
    .art-v13-item {
        width: 300px;
    }

    .art-v13-visual {
        height: 220px;
    }

    .v11-modal-overlay {
        display: none !important;
    }

    .art-v5-big-text {
        font-size: 3rem;
    }

    .art-v5-new-price {
        font-size: 4rem;
    }

    .art-v5-card {
        margin-top: 60px;
        padding: 40px 20px;
    }

    .onboarding-system {
        padding-top: 60px;
        /* Mobil header için */
        display: block;
        /* Flex'i bozup doğal akışa bırakıyoruz */
    }

    .onboarding-wrapper {
        flex-direction: column;
        margin: 0;
        border-radius: 0;
        min-height: 100vh;
        height: auto;
    }

    .info-sidebar {
        padding: 60px 30px 40px 30px;
        min-height: 300px;
    }

    .form-content {
        padding: 40px 20px;
        overflow-y: visible;
    }

    .onboarding-wrapper {
        flex-direction: column;
        margin: 0;
        border-radius: 0;
        min-height: 100vh;
    }

    .info-sidebar {
        padding: 40px 20px;
        flex: none;
    }

    .sidebar-title {
        font-size: 2.5rem;
    }

    .sidebar-desc,
    .sidebar-footer {
        display: none;
    }

    .form-content {
        padding: 40px 20px;
    }

    .type-selector-grid {
        grid-template-columns: 1fr;
    }

    .art-v10-main-title {
        font-size: 2.2rem;
    }

    .art-v10-image-gallery {
        height: 400px;
        margin-top: 60px;
    }

    .art-v10-faq-wrap {
        padding: 80px 0;
    }

    .art-v2-gradient-text {
        font-size: 2rem;
    }

    .art-v2-master-hero {
        height: auto;
        padding: 100px 0;
    }

    .art-display-title {
        font-size: 3rem;
    }

    .art-filter-bar {
        border-radius: 20px;
        padding: 20px;
    }

    .art-categories {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .art-v9-giant-title {
        font-size: 20vw;
    }

    .art-v9-pc-trigger {
        max-width: 90%;
    }

    /* 3 Ana Panel vardı, her panelde 1 yazı + 1 resim var = Toplam 6 Tam Ekran Sahne */
    .art-v3-pin-wrapper,
    .art-v3-horizontal-content {
        display: flex !important;
        width: 600vw !important;
        /* 6 sahne x 100vw */
        height: 100vh !important;
        flex-wrap: nowrap !important;
    }

    .art-v3-panel {
        width: 200vw !important;
        /* Panel içindeki 2 sütun yan yana dursun diye 200vw */
        height: 100vh !important;
        padding: 0 !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
    }

    .art-v3-panel .container {
        width: 200vw !important;
        max-width: none !important;
        height: 100vh !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .art-v3-panel .row {
        width: 200vw !important;
        height: 100vh !important;
        margin: 0 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        /* Alt alta düşmeyi kesin engeller */
        flex-direction: row !important;
    }

    /* Her bir COL (Yazı ve Resim) artık bağımsız bir tam ekran */
    .art-v3-panel .col-lg-5,
    .art-v3-panel .col-lg-6 {
        flex: 0 0 100vw !important;
        /* Kesinlikle 100vw genişlik kapla */
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        margin: 0 !important;
        padding: 40px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    /* YAZI SAHNESİ (Dark Aesthetic) */
    .art-v3-panel .col-lg-5 {
        background: #0a0a0a00 !important;
        /* Saf siyah arka plan */
    }

    .art-v3-panel-title {
        font-size: 20px !important;
        line-height: 1.1 !important;
        font-weight: 800 !important;
        margin-bottom: 25px !important;
        color: #fff !important;
    }

    .art-v3-panel-desc {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        opacity: 0.8 !important;
        max-width: 90% !important;
    }

    /* RESİM SAHNESİ */
    .art-v3-panel .col-lg-6 {
        padding: 20px !important;
    }

    .art-v3-panel-img {
        width: 100% !important;
        height: 60vh !important;
        /* Resim mobilde ekrana daha çok otursun */
        margin: 0 !important;
        border-radius: 20px !important;
        /* Quiet Luxury kavis */
        overflow: hidden !important;
    }

    .art-v3-panel-img img {
        width: 100% !important;
        height: 70% !important;
        object-fit: cover !important;
    }

    /* Numaralandırma/Badge varsa mobilde gizle ya da yukarı al */
    .art-v3-panel-num {
        position: absolute !important;
        top: 40px !important;
        left: 40px !important;
        font-size: 0.9rem !important;
    }

    .art-v3-panel-img {
        height: 300px;
        margin-top: 30px;
    }

    .art-v3-horizontal-content {
        width: 100%;
        display: block;
        height: auto;
    }

    .art-v3-panel {
        width: 100vw;
        height: auto;
        padding: 80px 0;
    }

    .art-v3-pin-wrapper {
        height: auto;
        width: 100%;
        display: block;
    }

    .art-marketplace {
        padding: 80px 0;
        /* Boşlukları daralttık */
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    /* Başlığı ve Lead metni küçültelim */
    .art-display-title {
        font-size: 2.8rem !important;
        letter-spacing: -2px !important;
        line-height: 1 !important;
        margin-bottom: 20px;
    }

    .art-lead-text {
        font-size: 0.95rem !important;
        max-width: 100% !important;
        margin-top: 15px;
    }

    /* Filtre Barı: Mobilde yan yana kaydırılabilir ve çok daha ince */
    .art-filter-bar {
        top: 15px !important;
        padding: 10px 20px !important;
        border-radius: 15px !important;
        margin-bottom: 40px !important;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }

    .art-filter-container {
        flex-direction: column;
        gap: 10px;
    }

    .art-categories {
        width: 100%;
        display: flex !important;
        overflow-x: auto !important;
        /* Kaydırılabilir kategori */
        padding-bottom: 5px;
        gap: 20px !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox için gizle */
    }

    .art-categories::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari için gizle */
    }

    .filter-btn {
        white-space: nowrap;
        /* Yazılar alt alta binmesin */
        font-size: 0.65rem !important;
    }

    .art-filter-meta {
        display: none;
        /* Mobilde gereksiz kalabalığı kaldırıyoruz */
    }

    /* Kart Yapıları: İç içe geçmeyi önleyen temiz grid */
    .art-template-grid {
        --bs-gutter-y: 2rem !important;
        /* Kartlar arasına dikey boşluk */
    }

    .art-item-visual {
        height: 214px;
        aspect-ratio: 4/3 !important;
        /* Daha kompakt dikey görüntü */
        border-radius: 12px !important;
    }

    .art-item-info {
        padding-top: 20px !important;
    }

    .project-name {
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }

    .project-desc {
        font-size: 10px !important;
        line-height: 1.5 !important;
    }

    /* Overlay Butonu: Mobilde daha tıklanabilir ama küçük */
    .art-live-action {
        padding: 12px 30px !important;
    }

    .action-text {
        font-size: 0.65rem !important;
        letter-spacing: 2px !important;
    }

    .art-tech-stack {
        bottom: 15px !important;
        gap: 8px !important;
    }

    .art-tech-stack span {
        font-size: 0.55rem !important;
        padding: 3px 8px !important;
    }

    /* Pagination (Sayfalama): Yan yana ve çok ince */
    .art-pagination-wrap {
        margin-top: 60px !important;
    }

    .page-nav span {
        display: none;
        /* "PREVIOUS/NEXT" yazılarını mobilde gizle, sadece oklar kalsın */
    }

    .page-nav i {
        font-size: 1.2rem;
    }

    .page-numbers {
        gap: 12px !important;
    }

    .page-num {
        font-size: 0.8rem !important;
    }

    .art-v2-master-hero {
        height: auto !important;
        min-height: 100vh !important;
        /* Ekranı tam kaplasın ama dikey akışa izin versin */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 80px 20px !important;
        text-align: center !important;
        /* Her şeyi ortala */
    }

    .art-v2-master-hero .row {
        display: flex !important;
        flex-direction: column !important;
        /* Üst üste diz */
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 !important;
    }

    /* Görsel Alanı - Üstte ve Ortada */
    .art-v2-visual-area {
        flex: 0 0 auto !important;
        max-width: 80% !important;
        /* Görsel çok yayılmasın, kompakt kalsın */
        padding: 0 !important;
        margin-bottom: 30px !important;
        /* Yazıyla arasına şık bir boşluk */
        order: 1;
    }

    .art-v2-main-wrapper {
        transform: scale(0.9);
        /* Mobilde daha zarif durması için hafif küçültme */
        transform-origin: center center;
        margin: 0 auto;
    }

    /* Metin Alanı - Altta ve Ortada */
    .art-v2-text-area {
        flex: 0 0 auto !important;
        max-width: 100% !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        order: 2;
    }

    /* Tipografi: Büyük, Kalın ve Ortalanmış */
    .art-v2-gradient-text {
        font-size: 2rem !important;
        /* Mobilde iddialı bir büyüklük */
        line-height: 1 !important;
        margin-bottom: 20px !important;
        letter-spacing: -2px !important;
        background: linear-gradient(180deg, #000 0%, #666 100%);
        /* Gradyan mobilde netleşsin */
        -webkit-background-clip: text;
        white-space: normal !important;
    }

    .art-v2-mini-tag {
        font-size: 0.6rem !important;
        margin-bottom: 15px !important;
        letter-spacing: 3px !important;
        display: inline-block;
    }

    .art-v2-description {
        font-size: 1rem !important;
        margin: 0 auto 30px auto !important;
        line-height: 1.5 !important;
        max-width: 300px !important;
        /* Yazı sağa sola çok taşmasın, ortada blok dursun */
        color: #888 !important;
    }

    .art-v2-action {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .art-v2-link {
        font-size: 0.75rem !important;
        padding-bottom: 5px !important;
        border-bottom-width: 2px !important;
    }

    /* Floating katmanları mobilde biraz daha sakinleştir */
    .art-v2-ui-card {
        width: 35%;
        top: -10%;
        left: 5%;
    }

    .art-v2-mobile-mock {
        width: 25%;
        bottom: -10%;
        left: -5%;
    }

    .v11-title {
        font-size: 3rem;
        text-align: center;
    }

    .v11-info {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .v11-mob-trigger {
        background: #0058ff;
        color: #fff;
        border: none;
        padding: 20px 45px;
        border-radius: 100px;
        font-weight: 900;
        width: 100%;
    }

    .v11-modal-overlay.active {
        display: flex;
        animation: v11FadeUp 0.4s ease;
    }

    .v11-modal-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 36px;
        margin-top: 31px;
    }

    .v11-modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .v11-modal-tag {
        color: #0058ff;
        font-weight: 800;
        font-size: 0.7rem;
        letter-spacing: 2px;
    }

    .v11-modal-close {
        background: none;
        border: none;
        color: #fff;
        font-size: 2.5rem;
        line-height: 1;
    }

    .v11-modal-body {
        flex: 1;
        overflow-y: auto;
    }

    /* Kayma sorunu çözümü */
    .v11-modal-submit-btn {
        width: 100%;
        padding: 20px;
        background: #fff;
        border: none;
        border-radius: 15px;
        font-weight: 900;
        margin-top: 30px;
    }

    .logo {
        font-weight: 600 !important;
        font-size: 14px !important;
    }

    /* Modal Genel Çerçeve */
    .a-modal {
        padding: 15px;
    }

    .a-modal-content {
        padding: 45px 20px 25px 20px !important;
        border-radius: 30px !important;
        max-height: 85vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        /* iOS akışkan kaydırma */
    }

    /* Kapatma Butonu */
    .a-modal-close {
        top: 20px !important;
        right: 20px !important;
        font-size: 18px !important;
        opacity: 0.6;
    }

    /* Tipografi Küçültme & Zarifleştirme */
    .a-modal-content .a-label {
        font-size: 9px !important;
        letter-spacing: 2px !important;
        margin-bottom: 8px;
    }

    .a-modal-content .a-display-title {
        font-size: 1.6rem !important;
        /* Büyük başlık çok daha zarif */
        letter-spacing: -1px !important;
        line-height: 1.1;
        margin-bottom: 12px !important;
    }

    .a-modal-content p {
        font-size: 12px !important;
        /* Açıklama metni küçültüldü */
        line-height: 1.6 !important;
        color: #666;
    }

    /* Grid ve Elemanları Yan Yana Getirme */
    .am-grid {
        display: flex !important;
        flex-direction: column;
        gap: 15px !important;
    }

    /* Adres ve İstatistik Alanlarını Kompakt Yap */
    .am-address {
        margin-top: 10px !important;
        padding: 15px !important;
        border-radius: 15px !important;
    }

    .am-address h4 {
        font-size: 9px !important;
        margin-bottom: 5px !important;
    }

    .am-address p {
        font-size: 11px !important;
    }

    /* İstatistik Panelini Yan Yana Düzenle (Kritik Alan) */
    .am-grid>div:last-child .am-address {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #0058ff !important;
    }

    .am-grid>div:last-child .am-address p {
        font-size: 1.2rem !important;
        /* Rakamı küçülttük */
        margin: 0 !important;
    }

    /* Taglar (Yetenekler) */
    .am-tag {
        font-size: 9px !important;
        padding: 4px 10px !important;
        background: rgba(0, 0, 0, 0.04) !important;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    /* Buton Optimizasyonu */
    .a-modal-content .a-btn-plus {
        height: 45px !important;
        border-radius: 12px !important;
        font-size: 10px !important;
        letter-spacing: 1px !important;
        margin-top: 20px !important;
        text-decoration: none;
        /* Siyah daha premium durur */
    }

    /* İçerik Scroll Barını Gizle veya İncelt */
    .a-modal-content::-webkit-scrollbar {
        width: 3px;
    }

    .a-modal-content::-webkit-scrollbar-thumb {
        background: #eee;
        border-radius: 10px;
    }

    .art-v10-dynamic-img.active {
        opacity: 1;
        transform: scale(1);
        height: 230px;
    }

    .art-v13-slider-wrap {
        padding: 120px 0;
        overflow: hidden;
        margin-top: -260px;
    }

    .art-v2-second-img {
        right: -42px;
        top: 107px;
        width: 75%;
    }

    .art-v14-news-title {
        font-size: 2rem;
    }

    .art-v14-signature h2 {
        font-size: 18vw;
    }

    .art-v14-legal span {
        display: block;
        margin: 5px 0;
    }

    .am-grid {
        grid-template-columns: 1fr;
    }

    .a-display-title {
        font-size: 2.5rem;
    }

    .art-v4-agency-card {
        padding: 15px 25px;
    }

    .art-v4-main-title {
        font-size: 1.8rem;
    }
}