/* =============================================================
   main.css - ONLYAMS.COM | TEK CSS | TÜM SAYFALAR İÇİN
   Güncelleme: 2026 | Ateş Farkıyla
   ============================================================= */

/* --- DEĞİŞKENLER --- */
:root {
    --bg: #0b0b14;
    --bg2: #12122a;
    --card: #171a33;
    --card2: #0e1030;
    --neon: #b355ff;
    --blue: #00c8ff;
    --gold: #ffd60b;
    --pink: #ff4bed;
    --orange: #ff6b35;
    --green: #25d366;
    --txt: #e9e9f4;
    --mut: #bfc2d6;
    --max: 1200px;
    --rad: 12px;
    --sh: 0 4px 12px rgba(0, 0, 0, 0.3);
    --gradient-1: linear-gradient(135deg, #ff6b35 0%, #ff4bed 100%);
    --gradient-2: linear-gradient(135deg, #b355ff 0%, #00c8ff 100%);
    --gradient-3: linear-gradient(135deg, #ffd60b 0%, #ff6b35 100%);
}

/* --- SIFIRLAMA --- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(1200px 600px at 20% -10%, rgba(179, 85, 255, .25), transparent),
        radial-gradient(900px 500px at 100% 0, rgba(0, 200, 255, .2), transparent),
        linear-gradient(135deg, var(--bg), var(--bg2));
    color: var(--txt);
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    color: var(--gold);
    text-decoration: none;
    transition: 0.3s;
}

a:hover,
a:focus {
    color: var(--neon);
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 15px;
}

/* --- HEADER --- */
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(5, 5, 14, .9);
    backdrop-filter: blur(5px);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
}

.logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 18px rgba(255, 216, 106, .25));
}

.logo img {
    max-height: 120px;
    height: auto;
    width: auto;
    border-radius: 14px;
    border: 2px solid rgba(255, 216, 106, .35);
}

.menu-toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .05);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all .2s ease;
    z-index: 1001;
}

.menu-toggle:hover {
    border-color: var(--neon);
    transform: scale(1.05);
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
}

.menu a {
    color: var(--txt);
    text-decoration: none;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: all .3s ease;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    white-space: nowrap;
}

.menu a:hover,
.menu a.active {
    color: #fff;
    background: var(--gradient-1);
    border-color: transparent;
    text-decoration: none;
}

.triple {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.triple a {
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    transition: all .2s ease;
}

.triple a:hover {
    transform: scale(1.05);
}

.triple img {
    width: 110px;
    height: 75px;
    object-fit: contain;
    border-radius: 12px;
}

/* --- HERO & CARD --- */
.hero {
    margin: 10px auto;
    text-align: center;
}

.card {
    background: linear-gradient(180deg, var(--card), var(--card2));
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    box-shadow: var(--sh);
    padding: 15px;
    margin: 10px auto;
    max-width: var(--max);
}

.card h1 {
    color: #fff;
    font-size: clamp(1.3rem, 4vw, 2rem);
    letter-spacing: .5px;
    text-shadow: 0 0 8px rgba(179, 85, 255, .3), 0 0 12px rgba(0, 200, 255, .2);
    margin-bottom: 10px;
}

.card h1 .accent {
    color: var(--orange);
    text-shadow: 0 0 20px rgba(255, 107, 53, .4);
}

.card h1 .accent-gold {
    color: var(--gold);
    text-shadow: 0 0 20px rgba(255, 214, 11, .4);
}

.card h2,
.section h2 {
    color: var(--gold);
    text-align: center;
    margin: 8px 0 12px;
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    text-shadow: 0 0 4px rgba(255, 216, 106, .2);
}

.card h3,
.section h3 {
    color: var(--blue);
    margin: 10px 0 8px;
    font-size: clamp(.9rem, 2.5vw, 1.2rem);
    font-weight: 600;
}

.card p,
.section p {
    max-width: 900px;
    margin: 8px auto;
    color: var(--mut);
    word-wrap: break-word;
    font-size: clamp(.75rem, 2vw, .95rem);
    overflow-wrap: break-word;
    text-align: justify;
}

.card figure,
.image-frame {
    margin: 15px auto;
    max-width: 600px;
    border: 2px solid var(--gold);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(255, 214, 11, .4);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card figure:hover,
.image-frame:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(255, 214, 11, .5);
}

.card figure img,
.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-frame {
    width: 100%;
    height: 350px;
    border: 2px solid var(--neon);
    box-shadow: 0 0 20px rgba(179, 85, 255, 0.4);
    margin: 20px 0;
    position: relative;
    background-color: #000;
}

.kiss-image {
    margin: 15px auto;
    max-width: 600px;
    border: 2px solid var(--pink);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(255, 79, 237, .4);
    transition: transform 0.3s, box-shadow 0.3s;
}

.kiss-image:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 10px 30px rgba(255, 79, 237, .6), 0 0 20px rgba(255, 79, 237, .5);
}

.kiss-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: brightness(1.1);
}

.kiss-image:hover img {
    filter: brightness(1.3) drop-shadow(0 0 10px var(--pink));
}

/* --- BUTONLAR --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all .3s ease;
    cursor: pointer;
    border: none;
}

.btn i {
    font-size: 1rem;
}

.btn-whatsapp,
.btn-wa {
    background: var(--green);
    color: #fff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, .3);
}

.btn-whatsapp:hover,
.btn-wa:hover {
    background: #128c7e;
    transform: scale(1.02);
    text-decoration: none;
    color: #fff;
}

.btn-tel {
    background: #fff;
    color: var(--bg);
    box-shadow: 0 4px 15px rgba(255, 255, 255, .1);
}

.btn-tel:hover {
    transform: scale(1.02);
    text-decoration: none;
}

.btn-gold {
    background: var(--gradient-3);
    color: var(--bg);
    box-shadow: 0 4px 15px rgba(255, 214, 11, .3);
    font-weight: 800;
}

.btn-gold:hover {
    transform: scale(1.02);
    text-decoration: none;
}

.btn-outline {
    background: transparent;
    color: var(--txt);
    border: 2px solid rgba(255, 255, 255, .2);
}

.btn-outline:hover {
    border-color: var(--neon);
    background: rgba(179, 85, 255, .1);
    text-decoration: none;
}

.hero-cta {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 15px 0;
    flex-wrap: wrap;
}

/* --- HERO PROOF & STATS --- */
.hero-proof {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    color: var(--mut);
    margin: 15px auto;
}

.hero-proof-dot {
    width: 8px;
    height: 8px;
    background: var(--green);
    border-radius: 50%;
    box-shadow: 0 0 14px var(--green);
    animation: pulseDot 2s infinite;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.hero-stat {
    text-align: center;
    padding: 10px 15px;
    background: rgba(255, 255, 255, .02);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .04);
}

.hero-stat .num {
    font-size: 1.6rem;
    font-weight: 900;
    background: var(--gradient-3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-stat .label {
    font-size: 0.75rem;
    color: var(--mut);
}

/* --- CANLI BİLDİRİM --- */
.live-notifications {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 10px 0;
}

.live-notif {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 107, 53, .08);
    border: 1px solid rgba(255, 107, 53, .2);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    color: var(--mut);
    animation: fadeInUp 0.5s ease;
}

.live-notif i {
    color: var(--green);
    font-size: 0.5rem;
}

.live-notif .time {
    color: var(--orange);
    font-weight: 700;
}

/* --- SLIDER --- */
.slider-section {
    padding: 20px 0;
    overflow: hidden;
}

.slider-label {
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--mut);
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-weight: 600;
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
}

.slider-track {
    display: flex;
    gap: 15px;
    width: max-content;
    animation: scrollSlider 80s linear infinite;
}

.slider-track img {
    width: 160px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(0.8);
    border: 1px solid rgba(255, 107, 53, .2);
    transition: filter 0.3s;
}

.slider-track img:hover {
    filter: brightness(1);
    border-color: var(--orange);
}

/* --- HİZMET KARTLARI --- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 20px auto;
    max-width: var(--max);
}

.service-card {
    background: linear-gradient(180deg, var(--card), var(--card2));
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    transition: all .3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: var(--orange);
    box-shadow: 0 8px 25px rgba(255, 107, 53, .2);
}

.service-card .service-icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-card h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-card p {
    color: var(--mut);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.service-card .btn {
    padding: 8px 20px;
    font-size: 0.85rem;
}

/* --- KATALOG / PROFİL GRID --- */
.profile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 30px auto;
    max-width: var(--max);
}

.profile-card {
    background: var(--card2);
    border-radius: 16px;
    border: 1px solid #2a2a4a;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.profile-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .4);
}

.profile-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.profile-info {
    padding: 15px;
    text-align: center;
}

.profile-info h4 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.profile-info p {
    color: var(--mut);
    font-size: 0.85rem;
    margin-bottom: 8px;
}

/* --- KATALOG SLIDER (YATAY) --- */
.catalog-slider-wrapper {
    overflow: hidden;
    margin: 20px -10px;
}

.catalog-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 15px 10px 25px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.catalog-slider::-webkit-scrollbar {
    height: 5px;
}

.catalog-slider::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .04);
    border-radius: 10px;
}

.catalog-slider::-webkit-scrollbar-thumb {
    background: var(--orange);
    border-radius: 10px;
}

.catalog-card {
    flex: 0 0 280px;
    background: var(--card2);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(179, 85, 255, .15);
    transition: all .4s ease;
    scroll-snap-align: start;
    position: relative;
}

.catalog-card:hover {
    transform: translateY(-8px);
    border-color: var(--orange);
    box-shadow: 0 20px 50px rgba(255, 107, 53, .2);
}

.catalog-card .card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--orange);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

.catalog-card .card-badge.hot {
    background: var(--pink);
}

.catalog-card .card-badge.elite {
    background: var(--gold);
    color: var(--bg);
}

.catalog-card .card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
    background: #1a1a2e;
}

.catalog-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.catalog-card:hover .card-image img {
    transform: scale(1.06);
}

.catalog-card .card-body {
    padding: 15px;
}

.catalog-card .card-body h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.catalog-card .card-body p {
    color: var(--mut);
    font-size: 0.8rem;
    margin-bottom: 8px;
}

/* --- BÖLÜM KUTUSU --- */
.section {
    background: linear-gradient(180deg, rgba(18, 18, 42, .85), rgba(14, 14, 32, .85));
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    box-shadow: var(--sh);
    padding: 15px;
    margin: 12px auto;
    max-width: var(--max);
}

.info {
    background: rgba(255, 214, 11, .1);
    border: 1px solid rgba(255, 214, 11, .3);
    border-left: 3px solid var(--gold);
    padding: 10px;
    border-radius: 12px;
    margin: 10px 0;
    box-shadow: inset 0 0 6px rgba(255, 216, 106, .05);
}

.testi {
    border-left: 3px solid var(--blue);
    background: rgba(0, 200, 255, .1);
    padding: 10px;
    border-radius: 12px;
    margin: 10px 0;
    box-shadow: inset 0 0 6px rgba(0, 200, 255, .05);
}

/* --- FLEX ROW --- */
.flex-row {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
}

.flex-img {
    flex: 0 0 300px;
    min-width: 240px;
    text-align: center;
}

.flex-img img {
    width: 100%;
    border-radius: 14px;
    border: 3px solid var(--neon);
    box-shadow: 0 0 25px rgba(179, 85, 255, .25);
    transition: all 0.3s;
}

.flex-img img:hover {
    transform: scale(1.02);
    box-shadow: 0 0 45px rgba(179, 85, 255, .55);
    border-color: var(--gold);
}

.flex-text {
    flex: 1;
    min-width: 250px;
}

.img-caption {
    display: inline-block;
    margin-top: 8px;
    color: var(--mut);
    font-style: italic;
    font-size: 0.85rem;
    background: rgba(0, 0, 0, .3);
    padding: 4px 12px;
    border-radius: 20px;
}

/* --- TABLO --- */
.table-responsive {
    overflow-x: auto;
    margin: 15px 0;
    border-radius: 12px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    background: #1a1f40;
    border-radius: 12px;
    overflow: hidden;
}

.table th,
.table td {
    padding: 10px;
    text-align: center;
    color: var(--txt);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 0.85rem;
}

.table th {
    background: #2a3d6e;
    color: #e9f8ff;
    font-weight: 700;
    text-transform: uppercase;
}

.table tr:nth-child(even) {
    background: #1e2a5e;
}

.table tr:hover {
    background: #2e3f7e;
}

.price {
    color: var(--gold) !important;
    font-weight: 700;
    font-size: 1rem;
}

/* --- SSS --- */
.hide-links details {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 12px;
    padding: 8px 12px;
    margin-bottom: 6px;
    transition: all .2s ease;
    cursor: pointer;
}

.hide-links details:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.hide-links details[open] {
    background: rgba(0, 200, 255, .1);
    border-color: var(--blue);
}

.hide-links summary {
    font-weight: 700;
    color: var(--neon);
    cursor: pointer;
    outline: none;
    font-size: 0.95rem;
}

.hide-links summary::-webkit-details-marker {
    display: none;
}

/* --- CTA BOX --- */
.cta-box {
    background: linear-gradient(135deg, #0e1030, #2a1b3d);
    border: 2px solid var(--gold);
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    margin: 25px auto;
    max-width: 700px;
    box-shadow: 0 0 30px rgba(255, 214, 11, .2);
}

.cta-box h3 {
    color: var(--gold);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.cta-box p {
    color: var(--txt);
    font-size: 0.95rem;
    margin-bottom: 18px;
}

/* --- COLLAPSE --- */
.long-content-wrapper {
    position: relative;
}

.long-content-collapsed {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

.long-content-collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, var(--card));
    pointer-events: none;
}

.long-content-expanded {
    max-height: none;
    overflow: visible;
}

.long-content-expanded::after {
    display: none;
}

.read-more-btn {
    display: block;
    margin: 15px auto 0;
    padding: 10px 25px;
    background: var(--gradient-2);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.read-more-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 20px rgba(179, 85, 255, .4);
}

/* --- CHAT BUBBLE --- */
.chat-bubble {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 998;
    max-width: 300px;
    background: var(--card2);
    border: 1px solid rgba(255, 107, 53, .25);
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .55);
    overflow: hidden;
    display: none;
}

.chat-bubble.open {
    display: block;
}

.chat-bubble .cb-head {
    background: linear-gradient(135deg, #1a1a3a, #2a1b3d);
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 107, 53, .15);
}

.chat-bubble .cb-av {
    width: 36px;
    height: 36px;
    background: var(--gradient-1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
}

.chat-bubble .cb-meta strong {
    color: #fff;
    font-size: 0.85rem;
    display: block;
}

.chat-bubble .cb-meta span {
    color: var(--green);
    font-size: 0.65rem;
}

.chat-bubble .cb-x {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    color: var(--mut);
    cursor: pointer;
    font-size: 0.9rem;
}

.chat-bubble .cb-body {
    padding: 14px;
}

.chat-bubble .cb-msg {
    font-size: 0.8rem;
    color: var(--txt);
    margin-bottom: 12px;
    line-height: 1.4;
}

/* --- FOOTER --- */
.footer {
    background: rgba(5, 5, 14, .9);
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: auto;
    padding: 30px 0 20px;
}

.footer-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    flex-wrap: wrap;
}

.footer .logo img {
    max-height: 90px;
    border-radius: 12px;
    border: 1px solid rgba(255, 214, 11, .3);
}

.footer p {
    color: #b8b0d0;
    font-size: clamp(.65rem, 2vw, .8rem);
    text-align: center;
    max-width: 900px;
    line-height: 1.7;
}

.footer p a {
    color: var(--gold);
    font-weight: 600;
}

.footer .triple a:hover img {
    filter: drop-shadow(0 0 10px rgba(179, 85, 255, .4));
}

.footer-trust {
    background: rgba(255, 215, 0, .04);
    border: 1px solid rgba(255, 215, 0, .2);
    border-radius: 12px;
    padding: 15px;
    margin: 10px auto;
    max-width: 700px;
    text-align: center;
}

.footer-trust i {
    color: var(--gold);
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.footer-trust p {
    color: #c0c5d6 !important;
    font-size: 0.8rem;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.footer-nav a {
    color: var(--txt);
    font-weight: 600;
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 15px;
    transition: all .3s ease;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #fff;
    background: var(--gradient-1);
    text-decoration: none;
}

.footer-disclaimer {
    font-size: 0.7rem !important;
    color: #5f6575 !important;
    max-width: 800px;
    margin: 0 auto;
    text-align: center !important;
    line-height: 1.6 !important;
}

/* --- FLOATING CTA --- */
.floating-cta {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
    gap: 10px;
    width: calc(100% - 30px);
    max-width: 380px;
}

.floating-cta .btn {
    flex: 1;
    padding: 10px;
    font-size: 0.85rem;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
}

.floating-cta.shake {
    animation: shakeBtn 0.6s ease-in-out;
}

/* --- ANİMASYONLAR --- */
@keyframes pulseDot {
    0%, 100% { box-shadow: 0 0 6px var(--green); }
    50% { box-shadow: 0 0 20px var(--green), 0 0 35px rgba(37, 211, 102, .4); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes scrollSlider {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 7.5px)); }
}

@keyframes shakeBtn {
    0%, 100% { transform: translateX(-50%) scale(1); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-51%) scale(1.01); }
    20%, 40%, 60%, 80% { transform: translateX(-49%) scale(1.01); }
}

.neon-icon {
    color: var(--pink);
    animation: flicker 1.5s infinite;
}

@keyframes flicker {
    0%, 100% { opacity: 1; }
    50% { opacity: .7; }
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .profile-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .menu {
        display: none;
        position: absolute;
        right: 10px;
        top: 50px;
        min-width: 200px;
        background: rgba(23, 26, 51, .95);
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 12px;
        padding: 8px;
        flex-direction: column;
        box-shadow: var(--sh);
        z-index: 1001;
    }

    .menu.active {
        display: flex;
    }

    .menu a {
        width: 100%;
        text-align: center;
        margin: 2px 0;
    }

    .profile-grid {
        grid-template-columns: 1fr;
    }

    .profile-img {
        height: 250px;
    }

    .card h1 {
        font-size: 1.4rem;
    }

    .card p,
    .section p {
        font-size: .8rem;
    }

    .footer-inner {
        flex-direction: column;
        align-items: center;
    }

    .triple img {
        width: 90px;
        height: 60px;
    }

    .image-frame {
        height: 200px;
    }

    .floating-cta {
        display: flex;
    }

    .catalog-card {
        flex: 0 0 240px;
    }

    .hero-stats {
        gap: 10px;
    }

    .hero-stat {
        padding: 8px 12px;
    }

    .hero-stat .num {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .hero-cta .btn {
        width: 100%;
        max-width: 260px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .flex-row {
        flex-direction: column;
    }

    .flex-img {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .live-notifications {
        flex-direction: column;
        align-items: center;
    }

    .cta-box {
        padding: 20px 15px;
    }

    .cta-box h3 {
        font-size: 1.2rem;
    }
}

/* ==================== TRIPLE BAR (HEADER ALTI) ==================== */
.triple-bar {
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.triple-icon {
    display: inline-block;
    transition: transform 0.3s;
    animation: bounce 2s infinite;
}

.triple-icon img {
    width: 110px;
    height: 75px;
    border-radius: 12px;
    object-fit: contain;
    border: 2px solid rgba(255, 107, 53, 0.4);
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.3);
    transition: all 0.3s;
}

.triple-icon:hover {
    transform: scale(1.1);
}

.triple-icon:hover img {
    border-color: var(--gold);
    box-shadow: 0 0 30px rgba(255, 214, 11, 0.5);
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ==================== YATAY KAYAN SERVİS KARTLARI ==================== */
.services-scroll-wrapper {
    overflow: hidden;
    padding: 10px 0;
    margin: 0 -10px;
}

.services-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 15px 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.services-scroll::-webkit-scrollbar {
    height: 4px;
}

.services-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
}

.services-scroll::-webkit-scrollbar-thumb {
    background: var(--neon);
    border-radius: 10px;
}

.service-scroll-card {
    flex: 0 0 280px;
    background: linear-gradient(180deg, var(--card), var(--card2));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    scroll-snap-align: start;
    transition: transform 0.3s, border-color 0.3s;
}

.service-scroll-card:hover {
    transform: translateY(-5px);
    border-color: var(--orange);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.15);
}

.service-scroll-card .s-icon {
    font-size: 2rem;
    margin-bottom: 10px;
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-scroll-card h3 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.service-scroll-card p {
    color: var(--mut);
    font-size: 0.85rem;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* Mobilde service-scroll-card biraz daha küçük */
@media (max-width: 576px) {
    .service-scroll-card {
        flex: 0 0 240px;
        padding: 15px;
    }
}