<?php
/**
 * ZiganaSMS — modern tema stilleri
 * İnteraktif SMS ve sektör liderlerinden esinlenilmiştir.
 */
:root {
    --zigana-primary: #dc2626;
    --zigana-primary-dark: #b91c1c;
    --zigana-primary-soft: #fef2f2;
    --zigana-navy: #1e4a7a;
    --zigana-navy-deep: #163352;
    --zigana-navy-light: #2563a8;
    --zigana-navy-card: #ffffff;
    --zigana-accent: #38bdf8;
    --zigana-accent-soft: #e0f2fe;
    --zigana-teal: #14b8a6;
    --zigana-teal-soft: #ccfbf1;
    --zigana-orange: #f97316;
    --zigana-orange-soft: #ffedd5;
    --zigana-purple: #8b5cf6;
    --zigana-purple-soft: #ede9fe;
    --zigana-text: #334155;
    --zigana-text-dark: #0f172a;
    --zigana-muted: #64748b;
    --zigana-bg: #f0f4fa;
    --zigana-bg-alt: #ffffff;
    --zigana-bg-warm: #fff8f6;
    --zigana-border: #e2e8f0;
    --zigana-on-dark: #ffffff;
    --zigana-on-dark-muted: rgba(255, 255, 255, 0.92);
    --zigana-on-dark-subtle: rgba(255, 255, 255, 0.78);
    --zigana-success: #16a34a;
    --zigana-radius: 14px;
    --zigana-shadow: 0 8px 32px rgba(30, 74, 122, 0.1);
    --zigana-shadow-lg: 0 20px 60px rgba(30, 74, 122, 0.14);
}

/* ── Genel ── */
body.zigana-theme {
    background: var(--zigana-bg);
    color: var(--zigana-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
body.zigana-theme #content {
    background: var(--zigana-bg);
    color: var(--zigana-text);
}

/* ── Topbar ── */
.zigana-topbar {
    background: var(--zigana-navy);
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    padding: 8px 0;
}
.zigana-topbar a { color: #fff; text-decoration: none; opacity: 0.9; }
.zigana-topbar a:hover { opacity: 1; color: #fff; }
.zigana-topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }

/* ── Navbar ── */
body.zigana-theme #header.navbar,
body.zigana-theme .zigana-navbar {
    background: #fff !important;
    border-bottom: 1px solid var(--zigana-border) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
body.zigana-theme #header .navbar-nav > li > a {
    color: var(--zigana-text-dark) !important;
    font-weight: 500;
}
body.zigana-theme #header .navbar-nav > li > a:hover {
    color: var(--zigana-primary) !important;
}
body.zigana-theme #header .dropdown-menu {
    background: #fff !important;
    border: 1px solid var(--zigana-border) !important;
    box-shadow: var(--zigana-shadow);
}
body.zigana-theme #header .dropdown-menu > li > a {
    color: var(--zigana-text) !important;
}
body.zigana-theme #header .dropdown-menu > li > a:hover {
    background: var(--zigana-bg) !important;
    color: var(--zigana-primary) !important;
}
body.zigana-theme .btn-default {
    background: #fff !important;
    border-color: var(--zigana-border) !important;
    color: var(--zigana-text) !important;
}
.zigana-nav-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--zigana-primary) !important;
    font-weight: 700 !important;
}
body.zigana-theme { padding-top: 0; }
.zigana-theme-spacer { height: 106px; }
@media (max-width: 767px) { .zigana-theme-spacer { height: 56px; } }

/* ── Hero Slider ── */
.zigana-hero-slider {
    position: relative;
    overflow: hidden;
    background: #1e4a7a;
    min-height: 540px;
    isolation: isolate;
}
.zigana-hero-slider-track {
    position: relative;
    min-height: 540px;
    height: 540px;
}
.zigana-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    padding: 64px 0 100px;
    color: #fff;
    z-index: 1;
}
.zigana-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.zigana-hero-slide.zigana-hero-slide-blue { background: linear-gradient(135deg, #1e4a7a 0%, #2563a8 45%, #dc2626 100%); }
.zigana-hero-slide.zigana-hero-slide-red { background: linear-gradient(135deg, #b91c1c 0%, #1e4a7a 50%, #f97316 100%); }
.zigana-hero-slide.zigana-hero-slide-cyan { background: linear-gradient(135deg, #0e7490 0%, #2563a8 40%, #7c3aed 100%); }

.zigana-hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: heroOrb 10s ease-in-out infinite;
}
.zigana-hero-shape-1 { width: 400px; height: 400px; top: -100px; right: -60px; background: rgba(56, 189, 248, 0.45); }
.zigana-hero-shape-2 { width: 300px; height: 300px; bottom: -80px; left: 5%; background: rgba(249, 115, 22, 0.4); animation-delay: -4s; }
.zigana-hero-shape-3 { width: 200px; height: 200px; top: 40%; right: 30%; background: rgba(250, 204, 21, 0.35); animation-delay: -2s; }
.zigana-hero-slide-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
@keyframes heroOrb {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-15px, 20px) scale(1.06); }
}

.zigana-hero-slide-row { position: relative; z-index: 1; align-items: center; }
.zigana-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(220, 38, 38, 0.9);
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(220, 38, 38, 0.35);
}
.zigana-hero-slide-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
    max-width: 560px;
    color: #fff;
    letter-spacing: -0.02em;
}
.zigana-hero-slide-sub {
    font-size: 18px;
    color: var(--zigana-on-dark-muted);
    max-width: 520px;
    line-height: 1.65;
    margin-bottom: 28px;
}
.zigana-hero-slide-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 8px; }
.btn-hero-primary {
    background: var(--zigana-primary);
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 4px 16px rgba(220, 38, 38, 0.35);
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-hero-primary:hover {
    background: var(--zigana-primary-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.4);
}
.btn-hero-outline {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.35);
    font-size: 15px;
    transition: background 0.2s, border-color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-hero-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}
.zigana-hero-trust {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 13px;
    color: var(--zigana-on-dark-subtle);
}
.zigana-hero-trust span { display: flex; align-items: center; gap: 6px; }
.zigana-hero-trust .fa { color: var(--zigana-success); }

/* Hero görsel */
.zigana-hero-visual {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
}
.zigana-hero-visual-ring {
    position: absolute;
    inset: 0;
    border: 4px dashed;
    border-radius: 50%;
    border-color: #dc2626 #38bdf8 #f97316 #14b8a6;
    animation: spinSlow 12s linear infinite;
    box-shadow: 0 0 24px rgba(56, 189, 248, 0.4), inset 0 0 20px rgba(220, 38, 38, 0.15);
}
.zigana-hero-visual-icon {
    position: absolute;
    inset: 40px;
    background: linear-gradient(135deg, rgba(220,38,38,0.35), rgba(56,189,248,0.35));
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25), inset 0 0 40px rgba(255,255,255,0.08);
}
.zigana-hero-visual-icon .fa {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    color: #fde047;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.zigana-hero-slide-red .zigana-hero-visual-icon .fa { color: #f45353; }
.zigana-hero-slide-cyan .zigana-hero-visual-icon .fa { color: #0fc8bc; }
@keyframes spinSlow { to { transform: rotate(360deg); } }
.zigana-hero-float-msg {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    font-size: 12px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(75, 125, 189, 0.18);
    animation: floatMsg 4s ease-in-out infinite;
    white-space: nowrap;
}
.zigana-hero-float-msg .fa {
    font-family: FontAwesome !important;
    margin-right: 6px;
}
.zigana-float-a {
    top: 10px;
    right: -20px;
    border-left: 4px solid #f45353;
}
.zigana-float-a .fa { color: #f45353; }
.zigana-float-a span { color: #4b7dbd; }
.zigana-float-b {
    bottom: 60px;
    left: -30px;
    animation-delay: -1.5s;
    border-left: 4px solid #0fc8bc;
}
.zigana-float-b .fa { color: #0fc8bc; }
.zigana-float-b span { color: #676be9; }
.zigana-float-c {
    top: 50%;
    right: -40px;
    animation-delay: -3s;
    border-left: 4px solid #e56d15;
}
.zigana-float-c .fa { color: #e56d15; }
.zigana-float-c span { color: #ec0864; }
@keyframes floatMsg {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Slider navigasyon — yalnizca banner icinde */
.zigana-hero-slider-nav {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 30;
    pointer-events: auto;
}
.zigana-hero-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}
.zigana-hero-nav-btn:hover { background: rgba(255, 255, 255, 0.25); border-color: #fff; }
.zigana-hero-dots { display: flex; gap: 8px; }
.zigana-hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}
.zigana-hero-dot.is-active {
    background: #fff;
    transform: scale(1.2);
}
.zigana-hero-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 5;
}
.zigana-hero-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--zigana-primary);
    animation: heroProgress 6s linear infinite;
}
@keyframes heroProgress {
    from { width: 0; }
    to { width: 100%; }
}

/* ── İstatistik bandı ── */
.zigana-stats-wrap {
    position: relative;
    z-index: 8;
    margin-top: -56px;
    pointer-events: none;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
}
.zigana-stats {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.65);
    position: relative;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(75, 125, 189, 0.12);
    padding: 28px 24px 36px;
    pointer-events: auto;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 140'%3E%3Crect width='1000' height='140' fill='white' rx='18'/%3E%3Cellipse cx='500' cy='142' rx='100' ry='42' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 140'%3E%3Crect width='1000' height='140' fill='white' rx='18'/%3E%3Cellipse cx='500' cy='142' rx='100' ry='42' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.zigana-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.zigana-stat-num {
    font-size: 36px;
    font-weight: 800;
    color: var(--zigana-navy);
    line-height: 1;
}
.zigana-stats-grid > div:nth-child(1) .zigana-stat-num { color: #4b7dbd; }
.zigana-stats-grid > div:nth-child(2) .zigana-stat-num { color: #f45353; }
.zigana-stats-grid > div:nth-child(3) .zigana-stat-num { color: #0fc8bc; }
.zigana-stats-grid > div:nth-child(4) .zigana-stat-num { color: #e56d15; }
.zigana-stat-label { font-size: 13px; color: #334155; margin-top: 8px; font-weight: 600; }

/* ── Bölüm başlıkları ── */
.zigana-section { padding: 72px 0; background: var(--zigana-bg); }
.zigana-section-alt { background: var(--zigana-bg-alt); }
.zigana-section:nth-of-type(even) { background: linear-gradient(180deg, #fff 0%, var(--zigana-bg) 100%); }
.zigana-section-title {
    text-align: center;
    margin-bottom: 48px;
}
.zigana-section-title-left { text-align: left; max-width: 640px; }
.zigana-section-title-left p { margin: 0; }
.zigana-section-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--zigana-primary);
    margin-bottom: 10px;
}
.zigana-section-title h2 {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--zigana-navy) 0%, var(--zigana-primary) 55%, var(--zigana-teal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.zigana-section-title p { color: var(--zigana-text); font-size: 16px; max-width: 600px; margin: 0 auto; line-height: 1.6; font-weight: 500; }

/* ── Marka marquee ── */
.zigana-brand-section { padding-bottom: 48px; }
.zigana-marquee-wrap {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
    margin-top: 32px;
}
.zigana-marquee-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: marqueeScroll 35s linear infinite;
}
@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.zigana-marquee-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--zigana-border);
    border-radius: 999px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: var(--zigana-text-dark);
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.zigana-marquee-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.zigana-marquee-icon .fa {
    font-family: FontAwesome !important;
    font-style: normal;
}
.zigana-marquee-item:nth-child(8n+1) .zigana-marquee-icon { background: rgba(75, 125, 189, 0.15); color: #4b7dbd; }
.zigana-marquee-item:nth-child(8n+2) .zigana-marquee-icon { background: rgba(244, 83, 83, 0.15); color: #f45353; }
.zigana-marquee-item:nth-child(8n+3) .zigana-marquee-icon { background: rgba(236, 8, 100, 0.12); color: #ec0864; }
.zigana-marquee-item:nth-child(8n+4) .zigana-marquee-icon { background: rgba(103, 107, 233, 0.15); color: #676be9; }
.zigana-marquee-item:nth-child(8n+5) .zigana-marquee-icon { background: rgba(15, 200, 188, 0.15); color: #0fc8bc; }
.zigana-marquee-item:nth-child(8n+6) .zigana-marquee-icon { background: rgba(229, 109, 21, 0.15); color: #e56d15; }
.zigana-marquee-item:nth-child(8n+7) .zigana-marquee-icon { background: rgba(141, 11, 157, 0.12); color: #8d0b9d; }
.zigana-marquee-item:nth-child(8n) .zigana-marquee-icon { background: rgba(72, 144, 236, 0.15); color: #4890ec; }

/* ── Hakkımızda ── */
.zigana-about-row { align-items: center; }
.zigana-about-visual { position: relative; padding: 24px; }
.zigana-about-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #4b7dbd 0%, #676be9 40%, #ec0864 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    padding: 14px 24px;
    border-radius: 12px;
    z-index: 2;
    letter-spacing: 0.02em;
    line-height: 1.25;
    box-shadow: 0 10px 32px rgba(103, 107, 233, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.zigana-about-circle {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 40px auto 0;
}
.zigana-about-circle-text {
    position: absolute;
    inset: 0;
    animation: spinSlow 20s linear infinite;
}
.zigana-about-circle-text svg { width: 100%; height: 100%; }
.zigana-about-circle-text text {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.zigana-about-circle-inner {
    position: absolute;
    inset: 50px;
    background: linear-gradient(135deg, #dc2626 0%, #2563a8 50%, #14b8a6 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 48px rgba(220, 38, 38, 0.25), 0 0 0 4px rgba(255,255,255,0.9);
    border: none;
}
.zigana-about-circle-inner .fa { font-size: 48px; color: #fff; margin-bottom: 8px; text-shadow: 0 2px 8px rgba(0,0,0,0.2); }
.zigana-about-circle-inner strong { font-size: 16px; color: #fff; font-weight: 800; }
.zigana-about-content h2 {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 800;
    color: var(--zigana-text-dark);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}
.zigana-about-lead { font-size: 16px; color: var(--zigana-muted); line-height: 1.75; margin-bottom: 28px; }
.zigana-about-features { display: grid; gap: 14px; margin-bottom: 24px; }
.zigana-about-feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px 20px;
    background: #fff;
    border-radius: var(--zigana-radius);
    border: 1px solid var(--zigana-border);
    border-left: 4px solid transparent;
}
.zigana-about-feature-hover {
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.35s ease, border-color 0.3s ease, background 0.3s ease;
}
.zigana-about-feature-hover:hover {
    transform: translateX(10px) translateY(-2px);
    box-shadow: 0 12px 32px rgba(75, 125, 189, 0.14);
}
.zigana-about-feature .fa {
    font-family: FontAwesome !important;
    font-size: 22px;
    margin-top: 2px;
    transition: transform 0.35s ease, color 0.3s ease;
}
.zigana-about-feature-hover:hover .fa { transform: scale(1.15); }
.zigana-about-feat-1 .fa { color: #4b7dbd; }
.zigana-about-feat-1:hover { border-left-color: #4b7dbd; background: linear-gradient(90deg, rgba(75, 125, 189, 0.1), #fff 55%); }
.zigana-about-feat-1:hover strong { color: #4b7dbd; }
.zigana-about-feat-2 .fa { color: #f45353; }
.zigana-about-feat-2:hover { border-left-color: #f45353; background: linear-gradient(90deg, rgba(244, 83, 83, 0.1), #fff 55%); }
.zigana-about-feat-2:hover strong { color: #f45353; }
.zigana-about-feat-3 .fa { color: #0fc8bc; }
.zigana-about-feat-3:hover { border-left-color: #0fc8bc; background: linear-gradient(90deg, rgba(15, 200, 188, 0.1), #fff 55%); }
.zigana-about-feat-3:hover strong { color: #0fc8bc; }
.zigana-about-feat-4 .fa { color: #e56d15; }
.zigana-about-feat-4:hover { border-left-color: #e56d15; background: linear-gradient(90deg, rgba(229, 109, 21, 0.1), #fff 55%); }
.zigana-about-feat-4:hover strong { color: #e56d15; }
.zigana-about-feature strong {
    display: block;
    font-size: 15px;
    color: var(--zigana-text-dark);
    margin-bottom: 4px;
    transition: color 0.3s ease;
}
.zigana-about-feature span { font-size: 13px; color: var(--zigana-muted); line-height: 1.5; }
.zigana-about-link {
    color: var(--zigana-primary);
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.zigana-about-link:hover { color: var(--zigana-primary-dark); }

/* ── Hizmet kartları ── */
.zigana-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.zigana-service-card {
    background: #fff;
    border: 1px solid var(--zigana-border);
    border-radius: var(--zigana-radius);
    padding: 28px 24px;
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.zigana-service-card:hover {
    box-shadow: var(--zigana-shadow-lg);
    transform: translateY(-4px);
    border-color: var(--zigana-accent);
}
.zigana-service-icon .fa,
.zigana-integ-card > .fa {
    display: inline-block !important;
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
    font-size: 26px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zigana-service-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: transform 0.35s ease;
}
.zigana-card-interactive:hover .zigana-service-icon {
    transform: scale(1.12) rotate(-4deg);
}
.zigana-service-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--zigana-navy-light); }
.zigana-service-card p { font-size: 14px; color: var(--zigana-text); line-height: 1.65; margin-bottom: 14px; }
.zigana-service-points {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    flex-grow: 1;
}
.zigana-service-points li {
    font-size: 13px;
    color: var(--zigana-text);
    padding: 4px 0 4px 18px;
    position: relative;
}
.zigana-service-points li::before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: var(--zigana-success);
    font-size: 11px;
}
.zigana-service-card a {
    color: var(--zigana-primary);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.zigana-service-card a:hover { color: var(--zigana-primary-dark); }

/* ── Fiyat kartları ── */
.zigana-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}
.zigana-price-card {
    background: #fff;
    border: 1px solid var(--zigana-border);
    border-radius: var(--zigana-radius);
    padding: 32px 28px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s, transform 0.25s;
}
.zigana-price-card:hover { box-shadow: var(--zigana-shadow); }
.zigana-price-card.popular {
    border: 2px solid #ec0864 !important;
    box-shadow: 0 16px 48px rgba(236, 8, 100, 0.2) !important;
    transform: scale(1.03);
    padding-top: 36px;
}
.zigana-price-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ec0864, #f45353);
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 22px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    z-index: 5;
    box-shadow: 0 6px 18px rgba(236, 8, 100, 0.45);
    border: 2px solid #fff;
    white-space: nowrap;
}
.zigana-price-header { margin-bottom: 16px; }
.zigana-price-header h3 { font-size: 20px; color: var(--zigana-text-dark); font-weight: 800; margin-bottom: 4px; }
.zigana-price-sub { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--zigana-muted); }
.zigana-price-card .price,
.zigana-price-card .price .price-int,
.zigana-price-card .price .price-currency {
    background: linear-gradient(135deg, var(--zigana-navy), var(--zigana-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.zigana-price-card.popular .price,
.zigana-price-card.popular .price .price-int,
.zigana-price-card.popular .price .price-currency {
    background: linear-gradient(135deg, #ec0864, #f45353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.zigana-price-card .price-int { font-size: 48px; }
.zigana-price-card .price-currency { font-size: 24px; vertical-align: super; margin-left: 2px; }
.zigana-price-card .price-note { font-size: 13px; color: var(--zigana-muted); margin-bottom: 24px; }
.zigana-price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
    flex-grow: 1;
}
.zigana-price-features li {
    font-size: 13px;
    color: var(--zigana-text);
    padding: 10px 0 10px 24px;
    border-bottom: 1px solid var(--zigana-border);
    position: relative;
}
.zigana-price-features li::before {
    content: '\f058';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: var(--zigana-success);
    font-size: 14px;
}
.zigana-price-card .btn-price {
    display: block;
    background: var(--zigana-navy);
    color: #fff;
    padding: 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: background 0.2s, transform 0.2s;
}
.zigana-price-card .btn-price:hover { background: var(--zigana-navy-light); color: #fff; transform: translateY(-1px); }
.zigana-price-card.popular .btn-price { background: var(--zigana-primary); }
.zigana-price-card.popular .btn-price:hover { background: var(--zigana-primary-dark); }
.zigana-price-footnote { font-size: 11px; color: var(--zigana-muted); margin: 12px 0 0; }

/* ── Özellik grid ── */
.zigana-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.zigana-feature-item {
    display: flex;
    gap: 14px;
    padding: 22px;
    background: #fff;
    border-radius: var(--zigana-radius);
    border: 1px solid var(--zigana-border);
    transition: box-shadow 0.2s;
}
.zigana-feature-item:hover { box-shadow: var(--zigana-shadow); }
.zigana-feature-item .fa {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.35s ease;
}
.zigana-card-interactive:hover > .fa {
    transform: scale(1.15);
}
.zigana-feature-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; color: var(--zigana-navy-light); }
.zigana-feature-item p { font-size: 13px; color: var(--zigana-text); margin: 0; line-height: 1.55; }

/* ── Entegrasyon ── */
.zigana-integrations {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.zigana-integ-card {
    background: #fff;
    border: 1px solid var(--zigana-border);
    border-radius: var(--zigana-radius);
    padding: 24px 16px;
    text-align: center;
    transition: box-shadow 0.2s;
}
.zigana-integ-card:hover { box-shadow: var(--zigana-shadow); }
.zigana-integ-card .fa { font-size: 28px; color: var(--zigana-navy); margin-bottom: 10px; }
.zigana-integrations > .zigana-integ-card:nth-child(1) .fa { color: var(--zigana-navy-light); }
.zigana-integrations > .zigana-integ-card:nth-child(2) .fa { color: var(--zigana-primary); }
.zigana-integrations > .zigana-integ-card:nth-child(3) .fa { color: var(--zigana-teal); }
.zigana-integrations > .zigana-integ-card:nth-child(4) .fa { color: var(--zigana-orange); }
.zigana-integ-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 6px; color: var(--zigana-text-dark); }
.zigana-integ-card p { font-size: 12px; color: var(--zigana-muted); margin: 0; }

/* ── Adımlar ── */
.zigana-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.zigana-step { text-align: center; }
.zigana-step-num {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #4b7dbd, #676be9);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 22px;
    margin: 0 auto 16px;
    box-shadow: 0 6px 22px rgba(75, 125, 189, 0.45);
    border: 3px solid #fff;
}
.zigana-step-num-1 {
    background: linear-gradient(135deg, #4b7dbd, #676be9);
    box-shadow: 0 6px 22px rgba(75, 125, 189, 0.5);
}
.zigana-step-num-2 {
    background: linear-gradient(135deg, #ec0864, #f45353);
    box-shadow: 0 6px 22px rgba(236, 8, 100, 0.5);
}
.zigana-step-num-3 {
    background: linear-gradient(135deg, #0fc8bc, #4b7dbd);
    box-shadow: 0 6px 22px rgba(15, 200, 188, 0.5);
}
.zigana-step h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--zigana-text-dark); }
.zigana-step p { font-size: 13px; color: var(--zigana-muted); line-height: 1.55; }

/* ── Referanslar ── */
.zigana-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.zigana-testimonial {
    background: #fff;
    border: 1px solid var(--zigana-border);
    border-left: 4px solid var(--zigana-accent);
    border-radius: var(--zigana-radius);
    padding: 24px;
}
.zigana-testimonials > .zigana-testimonial:nth-child(2) { border-left-color: var(--zigana-primary); }
.zigana-testimonials > .zigana-testimonial:nth-child(3) { border-left-color: var(--zigana-teal); }
.zigana-testimonial .quote { font-size: 14px; color: var(--zigana-text); line-height: 1.65; font-style: italic; margin-bottom: 16px; }
.zigana-testimonial .author { font-size: 13px; font-weight: 700; color: var(--zigana-text-dark); }
.zigana-testimonial .role { font-size: 12px; color: var(--zigana-muted); }
.zigana-stars { color: #fbbf24; font-size: 12px; margin-bottom: 10px; }

/* ── Sektörler ── */
.zigana-sectors {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    text-align: center;
}
.zigana-sector-item {
    background: #fff;
    padding: 24px 16px;
    border-radius: var(--zigana-radius);
    border: 1px solid var(--zigana-border);
    transition: box-shadow 0.2s, transform 0.2s;
}
.zigana-sector-item:hover { box-shadow: var(--zigana-shadow); transform: translateY(-2px); }
.zigana-sector-item .fa {
    font-size: 28px;
    color: var(--zigana-navy);
    margin-bottom: 8px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    background: var(--zigana-accent-soft);
    display: inline-block;
}
.zigana-sectors > .zigana-sector-item:nth-child(1) .fa { background: var(--zigana-accent-soft); color: var(--zigana-navy-light); }
.zigana-sectors > .zigana-sector-item:nth-child(2) .fa { background: var(--zigana-primary-soft); color: var(--zigana-primary); }
.zigana-sectors > .zigana-sector-item:nth-child(3) .fa { background: var(--zigana-teal-soft); color: var(--zigana-teal); }
.zigana-sectors > .zigana-sector-item:nth-child(4) .fa { background: var(--zigana-orange-soft); color: var(--zigana-orange); }
.zigana-sector-item strong { display: block; font-size: 22px; color: var(--zigana-navy); }
.zigana-sector-item span { font-size: 12px; color: var(--zigana-text); font-weight: 500; }

/* ── CTA band ── */
.zigana-cta-band {
    background: #4890ec;
    color: #fff;
    padding: 64px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.zigana-cta-band::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    filter: blur(40px);
}
.zigana-cta-band::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(40px);
}
.zigana-cta-band .container { position: relative; z-index: 1; }
.zigana-cta-band h2 { font-size: 28px; font-weight: 800; margin-bottom: 10px; color: #fff; }
.zigana-cta-band p { color: rgba(255, 255, 255, 0.92); margin-bottom: 24px; font-size: 16px; }
.zigana-cta-band .btn-cta-white {
    background: linear-gradient(135deg, #f45353, #ec0864);
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    box-shadow: 0 8px 24px rgba(236, 8, 100, 0.35);
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
    border: 2px solid rgba(255, 255, 255, 0.85);
}
.zigana-cta-band .btn-cta-white .fa {
    font-family: FontAwesome !important;
    color: #fff !important;
}
.zigana-cta-band .btn-cta-white:hover {
    background: linear-gradient(135deg, #676be9, #4b7dbd);
    transform: translateY(-3px) scale(1.03);
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(103, 107, 233, 0.45);
    border-color: #fff;
}

/* ── Renk paleti & interaktif kartlar ── */
:root {
    --zigana-c1: #f45353;
    --zigana-c2: #676be9;
    --zigana-c3: #4b7dbd;
    --zigana-c4: #ec0864;
    --zigana-c5: #0fc8bc;
    --zigana-c6: #e56d15;
    --zigana-c7: #8d0b9d;
}

.zigana-section-services {
    background: linear-gradient(160deg, rgba(103, 107, 233, 0.12) 0%, rgba(75, 125, 189, 0.08) 40%, #f8faff 100%);
}
.zigana-section-features {
    background: linear-gradient(160deg, rgba(236, 8, 100, 0.06) 0%, rgba(244, 83, 83, 0.08) 50%, #fff8fb 100%);
}
.zigana-section-integrations {
    background: linear-gradient(160deg, rgba(15, 200, 188, 0.1) 0%, rgba(103, 107, 233, 0.08) 100%);
}
.zigana-section-pricing {
    background: linear-gradient(160deg, rgba(229, 109, 21, 0.08) 0%, rgba(141, 11, 157, 0.06) 50%, #fdf8ff 100%);
}

.zigana-card-interactive {
    transition: transform 0.4s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.4s ease, border-color 0.3s ease;
    will-change: transform;
}
.zigana-card-interactive:hover {
    transform: translateY(-12px) scale(1.03);
    z-index: 2;
}

.zigana-card-c1 { border-top: 4px solid var(--zigana-c1) !important; }
.zigana-card-c1:hover { box-shadow: 0 22px 48px rgba(244, 83, 83, 0.28) !important; }
.zigana-card-c1 .zigana-service-icon,
.zigana-card-c1.zigana-integ-card > .fa { background: rgba(244, 83, 83, 0.14) !important; color: var(--zigana-c1) !important; }
.zigana-card-c1 h3, .zigana-card-c1 h4 { color: var(--zigana-c1) !important; }
.zigana-card-c1 .zigana-service-icon .fa,
.zigana-card-c1.zigana-integ-card > .fa { color: var(--zigana-c1) !important; }

.zigana-card-c2 { border-top: 4px solid var(--zigana-c2) !important; }
.zigana-card-c2:hover { box-shadow: 0 22px 48px rgba(103, 107, 233, 0.28) !important; }
.zigana-card-c2 .zigana-service-icon,
.zigana-card-c2.zigana-integ-card > .fa { background: rgba(103, 107, 233, 0.14) !important; color: var(--zigana-c2) !important; }
.zigana-card-c2 h3, .zigana-card-c2 h4 { color: var(--zigana-c2) !important; }
.zigana-card-c2 .zigana-service-icon .fa,
.zigana-card-c2.zigana-integ-card > .fa { color: var(--zigana-c2) !important; }

.zigana-card-c3 { border-top: 4px solid var(--zigana-c3) !important; }
.zigana-card-c3:hover { box-shadow: 0 22px 48px rgba(75, 125, 189, 0.28) !important; }
.zigana-card-c3 .zigana-service-icon,
.zigana-card-c3.zigana-integ-card > .fa { background: rgba(75, 125, 189, 0.14) !important; color: var(--zigana-c3) !important; }
.zigana-card-c3 h3, .zigana-card-c3 h4 { color: var(--zigana-c3) !important; }
.zigana-card-c3 .zigana-service-icon .fa,
.zigana-card-c3.zigana-integ-card > .fa { color: var(--zigana-c3) !important; }

.zigana-card-c4 { border-top: 4px solid var(--zigana-c4) !important; }
.zigana-card-c4:hover { box-shadow: 0 22px 48px rgba(236, 8, 100, 0.28) !important; }
.zigana-card-c4 .zigana-service-icon,
.zigana-card-c4.zigana-integ-card > .fa { background: rgba(236, 8, 100, 0.12) !important; color: var(--zigana-c4) !important; }
.zigana-card-c4 h3, .zigana-card-c4 h4 { color: var(--zigana-c4) !important; }
.zigana-card-c4 .zigana-service-icon .fa,
.zigana-card-c4.zigana-integ-card > .fa { color: var(--zigana-c4) !important; }
.zigana-card-c4.popular { border-color: var(--zigana-c4) !important; }

.zigana-card-c5 { border-top: 4px solid var(--zigana-c5) !important; }
.zigana-card-c5:hover { box-shadow: 0 22px 48px rgba(15, 200, 188, 0.28) !important; }
.zigana-card-c5 .zigana-service-icon,
.zigana-card-c5.zigana-integ-card > .fa { background: rgba(15, 200, 188, 0.14) !important; color: var(--zigana-c5) !important; }
.zigana-card-c5 h3, .zigana-card-c5 h4 { color: var(--zigana-c5) !important; }
.zigana-card-c5 .zigana-service-icon .fa,
.zigana-card-c5.zigana-integ-card > .fa { color: var(--zigana-c5) !important; }

.zigana-card-c6 { border-top: 4px solid var(--zigana-c6) !important; }
.zigana-card-c6:hover { box-shadow: 0 22px 48px rgba(229, 109, 21, 0.28) !important; }
.zigana-card-c6 .zigana-service-icon,
.zigana-card-c6.zigana-integ-card > .fa { background: rgba(229, 109, 21, 0.14) !important; color: var(--zigana-c6) !important; }
.zigana-card-c6 h3, .zigana-card-c6 h4 { color: var(--zigana-c6) !important; }
.zigana-card-c6 .zigana-service-icon .fa,
.zigana-card-c6.zigana-integ-card > .fa { color: var(--zigana-c6) !important; }

.zigana-card-c7 { border-top: 4px solid var(--zigana-c7) !important; }
.zigana-card-c7:hover { box-shadow: 0 22px 48px rgba(141, 11, 157, 0.28) !important; }
.zigana-card-c7 .zigana-service-icon,
.zigana-card-c7.zigana-integ-card > .fa { background: rgba(141, 11, 157, 0.12) !important; color: var(--zigana-c7) !important; }
.zigana-card-c7 h3, .zigana-card-c7 h4 { color: var(--zigana-c7) !important; }
.zigana-card-c7 .zigana-service-icon .fa,
.zigana-card-c7.zigana-integ-card > .fa { color: var(--zigana-c7) !important; }

.zigana-card-interactive .btn-price {
    transition: transform 0.25s ease, background 0.25s ease;
}
.zigana-card-interactive:hover .btn-price {
    transform: scale(1.04);
}

.zigana-feature-item.zigana-card-interactive {
    border-left: 4px solid transparent;
    padding-left: 22px;
}
.zigana-card-c1.zigana-feature-item { border-left-color: var(--zigana-c1); }
.zigana-card-c2.zigana-feature-item { border-left-color: var(--zigana-c2); }
.zigana-card-c3.zigana-feature-item { border-left-color: var(--zigana-c3); }
.zigana-card-c4.zigana-feature-item { border-left-color: var(--zigana-c4); }
.zigana-card-c5.zigana-feature-item { border-left-color: var(--zigana-c5); }
.zigana-card-c6.zigana-feature-item { border-left-color: var(--zigana-c6); }
.zigana-card-c7.zigana-feature-item { border-left-color: var(--zigana-c7); }

@media (prefers-reduced-motion: reduce) {
    .zigana-card-interactive,
    .zigana-card-interactive:hover {
        transform: none !important;
        transition: box-shadow 0.2s ease;
    }
}

/* ── Footer ── */
.zigana-footer-main {
    background: linear-gradient(180deg, var(--zigana-navy-deep) 0%, #0f2744 100%);
    color: #e2e8f0;
    padding: 56px 0 28px;
    border-top: 4px solid var(--zigana-primary);
}
.zigana-footer-brand .zigana-footer-logo {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}
.zigana-footer-brand .zigana-footer-tagline {
    font-size: 14px;
    line-height: 1.65;
    color: #cbd5e1;
    margin-bottom: 12px;
}
.zigana-footer-brand .zigana-footer-desc {
    font-size: 13px;
    line-height: 1.65;
    color: #94a3b8;
}
.zigana-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 36px;
}
.zigana-footer-grid h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--zigana-primary);
    display: inline-block;
}
.zigana-footer-grid ul { list-style: none; padding: 0; margin: 0; }
.zigana-footer-grid li {
    margin-bottom: 10px;
    font-size: 13px;
    color: #cbd5e1;
    line-height: 1.5;
}
.zigana-footer-grid a {
    color: #e2e8f0;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}
.zigana-footer-grid a:hover { color: var(--zigana-accent); }
.zigana-footer-grid .fa {
    color: var(--zigana-accent);
    width: 18px;
    margin-right: 6px;
}
.zigana-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 22px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    color: #94a3b8;
}
.zigana-footer-bottom span:last-child {
    color: var(--zigana-accent);
    font-weight: 600;
}

/* app.v2.css ezici — footer metin kontrasti */
body.zigana-theme .zigana-footer-main,
body.zigana-theme .zigana-footer-main p,
body.zigana-theme .zigana-footer-main li,
body.zigana-theme .zigana-footer-main span {
    color: #cbd5e1 !important;
}
body.zigana-theme .zigana-footer-main h4 {
    color: #fff !important;
}
body.zigana-theme .zigana-footer-main a {
    color: #e2e8f0 !important;
}
body.zigana-theme .zigana-footer-main a:hover {
    color: var(--zigana-accent) !important;
}
body.zigana-theme .zigana-footer-bottom,
body.zigana-theme .zigana-footer-bottom span {
    color: #94a3b8 !important;
}
body.zigana-theme .zigana-footer-bottom span:last-child {
    color: var(--zigana-accent) !important;
}

/* ── Fiyat sayfası tablo ── */
.zigana-pricing-table-wrap { overflow-x: auto; }
.zigana-pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid var(--zigana-border);
    border-radius: var(--zigana-radius);
    overflow: hidden;
    box-shadow: var(--zigana-shadow);
}
.zigana-pricing-table th {
    background: var(--zigana-navy);
    color: #fff;
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
}
.zigana-pricing-table td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--zigana-border);
    font-size: 14px;
    color: var(--zigana-text);
}
.zigana-pricing-table tr:hover td { background: var(--zigana-bg); }
.zigana-pricing-table .highlight td { background: rgba(220, 38, 38, 0.08); font-weight: 600; }
.zigana-pricing-note {
    margin-bottom: 20px;
    padding: 14px 18px;
    background: #fff8e6;
    border-left: 4px solid #f59e0b;
    border-radius: 8px;
    color: #92400e;
    font-size: 14px;
}
.zigana-section-colored { background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%); }
.zigana-integrations-section { border-top: 3px solid var(--zigana-accent); border-bottom: 3px solid var(--zigana-primary-soft); }
.zigana-integ-card { transition: transform 0.2s, box-shadow 0.2s; }
.zigana-integ-wp { border-top: 3px solid #21759b; }
.zigana-integ-oc { border-top: 3px solid var(--zigana-primary); }
.zigana-integ-whmcs { border-top: 3px solid var(--zigana-teal); }
.zigana-integ-api { border-top: 3px solid var(--zigana-purple); }
.zigana-integ-card:hover { transform: translateY(-3px); box-shadow: var(--zigana-shadow-lg); }
.zigana-btn-register {
    background: var(--zigana-primary);
    border-color: var(--zigana-primary);
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}
.zigana-btn-register:hover { background: var(--zigana-primary-dark); color: #fff; }

/* ── Sayfa başlık ── */
.zigana-page-header {
    background: linear-gradient(135deg, var(--zigana-navy) 0%, #1a3d66 100%);
    color: #fff;
    padding: 48px 0 40px;
}
.zigana-page-header h1 { font-size: 32px; font-weight: 800; margin-bottom: 8px; color: #fff; }
.zigana-page-header-subtitle { color: rgba(255, 255, 255, 0.85); font-size: 16px; margin-bottom: 0; }
.zigana-page-header .breadcrumb { background: none; padding: 0; margin: 12px 0 0; }
.zigana-page-header .breadcrumb a { color: rgba(255, 255, 255, 0.7); }
.zigana-page-header .breadcrumb .active { color: rgba(255, 255, 255, 0.9); }

/* ── Sayfa içeriği ── */
.zigana-content-prose,
#content .clear {
    color: var(--zigana-text);
    font-size: 15px;
    line-height: 1.75;
}
.zigana-content-prose h1, .zigana-content-prose h2, .zigana-content-prose h3,
#content .clear h1, #content .clear h2, #content .clear h3 {
    color: var(--zigana-text-dark);
    font-weight: 700;
}
.zigana-content-prose a, #content .clear a { color: var(--zigana-primary); }
.zigana-content-prose a:hover, #content .clear a:hover { color: var(--zigana-primary-dark); }

/* ── Bootstrap ezici ── */
body.zigana-theme .b-light, body.zigana-theme .b-b { border-color: var(--zigana-border) !important; }
body.zigana-theme .table,
body.zigana-theme .table > thead > tr > th,
body.zigana-theme .table > tbody > tr > td {
    background-color: #fff !important;
    color: var(--zigana-text) !important;
    border-color: var(--zigana-border) !important;
}
body.zigana-theme .panel, body.zigana-theme .well {
    background: #fff !important;
    border-color: var(--zigana-border) !important;
    color: var(--zigana-text) !important;
}

/* ── İletişim sayfası ── */
.zigana-contact-layout { margin-bottom: 64px; }
.zigana-contact-info h3,
.zigana-contact-form-wrap h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--zigana-text-dark);
    margin-bottom: 12px;
}
.zigana-contact-lead,
.zigana-contact-form-desc {
    font-size: 14px;
    color: var(--zigana-muted);
    line-height: 1.65;
    margin-bottom: 24px;
}
.zigana-contact-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--zigana-border);
    border-radius: 14px;
    margin-bottom: 14px;
    box-shadow: 0 4px 16px rgba(75, 125, 189, 0.06);
    transition: box-shadow 0.2s, transform 0.2s;
}
.zigana-contact-card:hover {
    box-shadow: 0 8px 24px rgba(75, 125, 189, 0.12);
    transform: translateY(-2px);
}
.zigana-contact-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}
.zigana-contact-card-icon .fa { font-family: FontAwesome !important; color: #fff; }
.zigana-contact-card-1 .zigana-contact-card-icon { background: linear-gradient(135deg, #4b7dbd, #676be9); }
.zigana-contact-card-2 .zigana-contact-card-icon { background: linear-gradient(135deg, #f45353, #ec0864); }
.zigana-contact-card-3 .zigana-contact-card-icon { background: linear-gradient(135deg, #0fc8bc, #4b7dbd); }
.zigana-contact-card-4 .zigana-contact-card-icon { background: linear-gradient(135deg, #e56d15, #f45353); }
.zigana-contact-card strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--zigana-text-dark);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.zigana-contact-card span,
.zigana-contact-card a {
    font-size: 14px;
    color: var(--zigana-text);
    line-height: 1.5;
    text-decoration: none;
}
.zigana-contact-card a:hover { color: #4890ec; }
.zigana-contact-form-wrap {
    background: #fff;
    border: 1px solid var(--zigana-border);
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 12px 40px rgba(75, 125, 189, 0.1);
}
.zigana-form-group { margin-bottom: 20px; }
.zigana-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--zigana-text-dark);
    margin-bottom: 8px;
}
.zigana-required { color: #ec0864; }
.zigana-form-control {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--zigana-text-dark);
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    box-sizing: border-box;
}
.zigana-form-control:focus {
    outline: none;
    border-color: #4890ec;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(72, 144, 236, 0.15);
}
.zigana-form-control::placeholder { color: #94a3b8; }
textarea.zigana-form-control { resize: vertical; min-height: 140px; }
select.zigana-form-control { appearance: auto; cursor: pointer; }
.zigana-contact-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #4890ec, #4b7dbd);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(72, 144, 236, 0.35);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.zigana-contact-submit .fa { font-family: FontAwesome !important; }
.zigana-contact-submit:hover {
    background: linear-gradient(135deg, #676be9, #4890ec);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(103, 107, 233, 0.4);
}
.zigana-contact-alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.5;
}
.zigana-contact-alert .fa { font-family: FontAwesome !important; margin-top: 2px; flex-shrink: 0; }
.zigana-contact-alert-success {
    background: rgba(15, 200, 188, 0.12);
    border: 1px solid rgba(15, 200, 188, 0.35);
    color: #0d9488;
}
.zigana-contact-alert-error {
    background: rgba(244, 83, 83, 0.1);
    border: 1px solid rgba(244, 83, 83, 0.35);
    color: #dc2626;
}

/* app.v2.css genel metin ezici */
body.zigana-theme,
body.zigana-theme #content {
    color: var(--zigana-text) !important;
}
body.zigana-theme .zigana-section-title p,
body.zigana-theme .zigana-service-card p,
body.zigana-theme .zigana-feature-item p,
body.zigana-theme .zigana-testimonial .quote {
    color: var(--zigana-muted) !important;
}
body.zigana-theme .zigana-section-title h2,
body.zigana-theme .zigana-service-card h3,
body.zigana-theme .zigana-feature-item h4 {
    color: var(--zigana-text-dark) !important;
}

@media (prefers-reduced-motion: reduce) {
    .zigana-hero-shape, .zigana-hero-float-msg, .zigana-marquee-track,
    .zigana-hero-visual-ring, .zigana-about-circle-text, .zigana-hero-progress span {
        animation: none !important;
    }
    .zigana-hero-slide { transition: none; }
}

@media (max-width: 992px) {
    .zigana-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .zigana-services-grid,
    .zigana-pricing-grid,
    .zigana-features-grid,
    .zigana-testimonials,
    .zigana-steps { grid-template-columns: 1fr; }
    .zigana-integrations { grid-template-columns: repeat(2, 1fr); }
    .zigana-sectors { grid-template-columns: repeat(2, 1fr); }
    .zigana-footer-grid { grid-template-columns: 1fr 1fr; }
    .zigana-price-card.popular { transform: none; }
    .zigana-hero-slider, .zigana-hero-slider-track { min-height: 480px; height: 480px; }
    .zigana-hero-slide { padding: 48px 0 88px; }
}
@media (max-width: 576px) {
    .zigana-hero-slider, .zigana-hero-slider-track { min-height: 520px; height: 520px; }
    .zigana-hero-visual { display: none; }
    .zigana-stats-grid { grid-template-columns: 1fr; }
    .zigana-footer-grid { grid-template-columns: 1fr; }
    .zigana-integrations { grid-template-columns: 1fr; }
    .zigana-section { padding: 48px 0; }
}
