/* Hero arama butonu */
.deep-hero-section button[type="submit"] {
    background-color: var(--color-primary) !important;
}
.deep-hero-section button[type="submit"]:hover {
    background-color: #c52840 !important;
}
.deep-hero-section a:hover {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff !important;
}
.grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-4.gap-6.my-10 > div {
    border: 2px solid var(--color-primary) !important;
    border-radius: 10px;
    transition: 0.3s;
}
.grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-4.gap-6.my-10 > div:hover {
    background-color: var(--color-primary) !important;
}
.grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-4.gap-6.my-10 > div:hover h3,
.grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-4.gap-6.my-10 > div:hover p {
    color: #fff !important;
}
.deep-hero-section {
    position: relative;
}
.deep-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,10,40,0.65), rgba(230,57,80,0.35));
    border-radius: inherit;
    z-index: 0;
}
.deep-hero-section > div {
    position: relative;
    z-index: 1;
}
.deep-hero-section h1,
.deep-hero-section p {
    color: #ffffff !important;
}
.deep-hero-section ul a {
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.deep-hero-section span.block.text-center {
    color: #ffffff !important;
}
.hero-badge {
    display: inline-block;
    background-color: var(--color-primary);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 8px 28px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px dashed rgba(255,255,255,0.5);
}
body {
    padding-top: 38px;
}
.top-ticker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #14142b;
    overflow: hidden;
    white-space: nowrap;
    padding: 9px 0;
    z-index: 80;
}
.top-ticker-track {
    display: inline-flex;
    width: max-content;
    animation: ticker-scroll 30s linear infinite;
}
.ticker-item {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 25px;
}
.ticker-item::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid var(--color-primary);
    margin-right: 10px;
}
@keyframes ticker-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
#main-header {
    top: 38px !important;
}
/* Hero görselini tam genişlik yap */
.deep-hero-section {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
}
/* Footer - fotoğraf arka plan + overlay */
footer.bg-black {
    position: relative;
    background-color: #0a0a1f !important;
    overflow: hidden;
}
footer.bg-black::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://tanitimyazisipaketi.seoabi.com/storage/site/hero/8c20c361-4e80-4ada-9167-92614e4c139e.png');
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    z-index: 0;
}
footer.bg-black::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,10,31,0.7), rgba(27,27,58,0.55));
    z-index: 1;
}
footer.bg-black > .container {
    position: relative;
    z-index: 2;
}

/* Sütun başlıkları */
footer.bg-black .font-bold.text-sm.text-gray-700.mb-4.uppercase {
    color: #ffffff !important;
    letter-spacing: 2px;
}

/* Footer linkleri */
footer.bg-black a {
    color: #c9c9d6 !important;
    transition: 0.2s;
}
footer.bg-black a:hover {
    color: var(--color-primary) !important;
    text-decoration: underline;
}

/* Telif yazısı */
footer.bg-black .text-\[\#b5b6ba\] {
    color: #c9c9d6 !important;
}

/* Ayırıcı çizgi */
footer.bg-black .border-t-2 {
    border-color: rgba(255,255,255,0.08) !important;
}
/* Footer kayan şerit */
footer.bg-black {
    padding-top: 130px !important;
}
.footer-ticker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.45);
    overflow: hidden;
    white-space: nowrap;
    padding: 9px 0;
    z-index: 3;
}
.footer-ticker-track {
    display: inline-flex;
    width: max-content;
    animation: ticker-scroll 30s linear infinite;
}
/* Footer iletişim çubuğu */
.footer-contact-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    padding: 28px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* GÜNCELLENEN KISIM: Sağ elemanı en sağa yaslar ve içeriği hizalar */
.footer-contact-item-right {
    justify-self: end; /* Tüm kutuyu sağ sütunun en sağına iter */
    flex-direction: row-reverse; /* İkon ve metnin yerini tersine çevirir */
    text-align: right; /* Metinleri sağa yaslar */
}

.footer-contact-label {
    display: block;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
}
.footer-contact-item a {
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none !important;
}
.footer-contact-logo {
    display: flex;
    justify-content: center;
}
.footer-contact-logo img {
    height: 55px;
    width: auto;
}

/* Patlamış yıldız rozet ikon */
.footer-icon-badge {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background-color: var(--color-primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    clip-path: polygon(50% 0%, 61% 12%, 75% 6%, 80% 20%, 95% 20%, 95% 35%, 100% 50%, 95% 65%, 95% 80%, 80% 80%, 75% 94%, 61% 88%, 50% 100%, 39% 88%, 25% 94%, 20% 80%, 5% 80%, 5% 65%, 0% 50%, 5% 35%, 5% 20%, 20% 20%, 25% 6%, 39% 12%);
}

/* Mobilde alt alta düzgün dursun */
@media (max-width: 768px) {
    .footer-contact-bar {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-contact-item,
    .footer-contact-item-right {
        justify-self: auto; /* Mobilde sağa yaslamayı iptal eder */
        flex-direction: row;
        justify-content: center;
        text-align: left;
    }
}
/* seoabi.com tarzı flip kartlar */
.seoabi-cards-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    margin: 40px 0 !important;
    width: 100% !important;
}
.seoabi-card {
    height: 280px !important;
    perspective: 1000px;
    cursor: pointer;
    width: 100% !important;
}
.seoabi-card-icon {
    width: 64px !important;
    height: 64px !important;
    object-fit: contain;
    margin-bottom: 16px;
}
@media (max-width: 1024px) {
    .seoabi-cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 600px) {
    .seoabi-cards-grid {
        grid-template-columns: 1fr !important;
    }
}
.seoabi-card {
    height: 280px;
    perspective: 1000px;
    cursor: pointer;
}
.seoabi-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}
.seoabi-card:hover .seoabi-card-inner {
    transform: rotateY(180deg);
}
.seoabi-card-front,
.seoabi-card-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.seoabi-card-front {
    background: #ffffff;
    border: 2px solid #f0f0f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.seoabi-card-back {
    background: #ffffff;
    border: 2px solid var(--color-primary);
    box-shadow: 0 8px 30px rgba(230,57,80,0.15);
    transform: rotateY(180deg);
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
    padding: 24px;
    position: relative;
    overflow: hidden;
}
.seoabi-card-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 16px;
}
.seoabi-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.seoabi-card-desc {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
}
.seoabi-card-back-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.seoabi-card-back-desc {
    font-size: 0.82rem;
    color: #555;
    line-height: 1.6;
    flex-grow: 1;
}
.seoabi-card-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 7px 20px;
    border: 2px solid var(--color-primary);
    border-radius: 6px;
    color: var(--color-primary) !important;
    font-weight: 700;
    font-size: 0.82rem;
    text-decoration: none !important;
    transition: 0.2s;
    background: transparent;
}
.seoabi-card-btn:hover {
    background: var(--color-primary) !important;
    color: #fff !important;
}
.seoabi-card-badge {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    clip-path: polygon(50% 0%, 61% 12%, 75% 6%, 80% 20%, 95% 20%, 95% 35%, 100% 50%, 95% 65%, 95% 80%, 80% 80%, 75% 94%, 61% 88%, 50% 100%, 39% 88%, 25% 94%, 20% 80%, 5% 80%, 5% 65%, 0% 50%, 5% 35%, 5% 20%, 20% 20%, 25% 6%, 39% 12%);
}
/* Projelerimiz bölümü */
.projeler-section {
    width: 100%;
    margin: 40px 0 20px 0;
}
.projeler-baslik {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 32px;
}
.projeler-cizgi {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--color-primary));
    max-width: 200px;
}
.projeler-baslik .projeler-cizgi:last-child {
    background: linear-gradient(to left, transparent, var(--color-primary));
}
.projeler-title {
    font-size: 2rem;
    font-weight: 900;
    color: #1a1a2e;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
}
.projeler-title::after {
    content: "";
    display: block;
    width: 60%;
    height: 3px;
    background: var(--color-primary);
    margin: 6px auto 0;
    border-radius: 2px;
}
.logo-ticker-wrapper {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    padding: 24px 0;
    border-radius: 12px;
    position: relative;
}
.logo-ticker-wrapper::before,
.logo-ticker-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.logo-ticker-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #f8f8f8, transparent);
}
.logo-ticker-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #f8f8f8, transparent);
}
.logo-ticker-track {
    display: inline-flex;
    align-items: center;
    width: max-content;
    animation: logo-scroll 25s linear infinite;
}
.logo-ticker-track:hover {
    animation-play-state: paused;
}
.logo-ticker-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px;
    padding: 14px 22px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none !important;
    position: relative;
    overflow: visible;
}
.logo-ticker-item:hover {
    transform: translateY(-5px) scale(1.06);
    box-shadow: 0 10px 28px rgba(230,57,80,0.2);
}
.logo-ticker-item img {
    height: 48px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
    display: block;
}
.logo-ticker-item:hover img {
    filter: grayscale(0%);
}
/* Yıldız parçacıkları */
.sparkle-particle {
    position: fixed;
    pointer-events: none;
    border-radius: 50%;
    animation: sparkle-fall 0.8s ease-out forwards;
    z-index: 9999;
}
@keyframes sparkle-fall {
    0%   { opacity: 1; transform: translate(0, 0) scale(1); }
    100% { opacity: 0; transform: translate(var(--tx), var(--ty)) scale(0); }
}
@keyframes logo-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
/* Kategori başlık bloğu */
.kategori-baslik-wrapper {
    text-align: center;
    margin-bottom: 24px;
    padding: 40px 20px 32px;
    background: linear-gradient(135deg, #0a0a2e 0%, #1b1b4b 50%, #0d0d35 100%);
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}
.kategori-baslik-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top right, rgba(230,57,80,0.15), transparent 60%),
                radial-gradient(ellipse at bottom left, rgba(77,150,255,0.1), transparent 60%);
    pointer-events: none;
}
.kategori-baslik-wrapper .projeler-title {
    color: #ffffff !important;
}
.kategori-baslik-wrapper .projeler-cizgi {
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.4)) !important;
}
.kategori-baslik-wrapper .projeler-cizgi:last-child {
    background: linear-gradient(to left, transparent, rgba(255,255,255,0.4)) !important;
}
.kategori-baslik-wrapper .projeler-title::after {
    background: var(--color-primary) !important;
}
.kategori-aciklama {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.75) !important;
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}
.kategori-tumu {
    margin-top: 8px;
    position: relative;
    z-index: 1;
}
.kategori-tumu-btn {
    display: inline-block;
    padding: 9px 28px;
    border: 2px solid var(--color-primary);
    border-radius: 25px;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none !important;
    transition: 0.2s;
    background: rgba(230,57,80,0.15);
}
.kategori-tumu-btn:hover {
    background: var(--color-primary) !important;
    color: #fff !important;
}
/* Profil sayfası avatar boyutu */
.profile-avatar img,
img.rounded-full.object-cover.w-full.h-full {
    max-width: 150px !important;
    max-height: 150px !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Avatar wrapper ortalama */
.profile-avatar,
.profile-avatar ~ div,
figure.profile-avatar {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}