body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    color: #111827;
}
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* ===== TOP NAVBAR ===== */
.topbar {
    background: linear-gradient(90deg, #6d5bd0, #8b7cf0);
    padding: 14px 32px;
}

.topbar-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}
.logo img {
    height: 30px;   /* ideal */
    width: auto;
    display: block;
}

.nav {
    display: flex;
    gap: 24px;
    align-items: center;
}

.nav a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav a:hover {
    color: #ffffff;
}


/* ===== PAGE CONTAINER (ALT ALANLAR İÇİN) ===== */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 32px;
}

/* =========================
HERO BASE
========================= */

.hero {
    position: relative;
    background: #ffffff;
    padding: 100px 24px 90px;
    overflow: hidden;
}

/* Arka plan soft color glow */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 30% 45%, rgba(167,139,250,0.30), transparent 45%),
            radial-gradient(circle at 70% 50%, rgba(251,191,36,0.30), transparent 45%),
            radial-gradient(circle at 50% 60%, rgba(236,72,153,0.22), transparent 50%);
    filter: blur(55px);
    z-index: 0;
}

/* İçerik katmanı */
.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

/* =========================
   HERO NAME (TEXT)
   ========================= */

.hero-name {
    position: relative;
    z-index: 3;

    font-size: clamp(72px, 10vw, 140px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 26px;

    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: heroGradientMove 8s ease infinite;
}

/* =========================
   MALE MODERN GRADIENT
   ========================= */

.modern-male {
    background-image: linear-gradient(
            90deg,
            #0f172a,  /* dark navy */
            #1e40af,  /* deep blue */
            #2563eb   /* blue */
    );
}

/* =========================
   FEMALE MODERN GRADIENT
   ========================= */

.modern-female {
    background-image: linear-gradient(
            90deg,
            #ec4899,  /* rose */
            #f472b6,  /* soft pink */
            #fbbf24   /* warm gold */
    );
}

/* =========================
   TAGLINE
   ========================= */

.hero-tagline {
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    color: #6b7280;
}

/* =========================
   GRADIENT ANIMATION
   ========================= */

@keyframes heroGradientMove {
    0%   { background-position:   0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position:   0% 50%; }
}

/* =========================
NAME SEARCH
========================= */

.name-search {
    background: #ffffff;
    padding: 0 24px 40px;
}

.name-search-inner {
    max-width: 720px;
    margin: -28px auto 0; /* hero’ya yakın, ama yapışık değil */
    position: relative;
}

/* INPUT */
.name-search input {
    width: 100%;
    padding: 16px 18px;
    font-size: 15px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #ffffff;

    box-shadow:
            0 8px 30px rgba(0, 0, 0, 0.06);

    outline: none;
    transition: all .2s ease;
}

/* FOCUS */
.name-search input:focus {
    border-color: #a78bfa;
    box-shadow:
            0 10px 40px rgba(167, 139, 250, 0.25);
}

/* PLACEHOLDER */
.name-search input::placeholder {
    color: #9ca3af;
}

/* =========================
   FADE DIVIDER
   ========================= */

.fade-divider {
    height: 60px;
    background: linear-gradient(
            to bottom,
            rgba(255,255,255,0),
            rgba(255,255,255,1)
    );
}

/* =========================
PAGE META (BREADCRUMB + SHARE)
========================= */

.page-meta {
    background: #ffffff;
    padding: 0 24px 32px;
}

.page-meta-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #6b7280;
}

/* Breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb a {
    color: #6366f1;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .current {
    color: #111827;
    font-weight: 500;
}

/* Share */
.share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share span {
    color: #6b7280;
}

.share a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
}

.share a:hover {
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
    .page-meta-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* =========================
   PAGE INTRO (H1 + TEXT)
   ========================= */

.page-intro {
    background: #ffffff;
    padding: 0 24px 48px;
}

.page-intro-inner {
    max-width: 960px;
    margin: 0 auto;
}

/* H1 */
.page-intro h1 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
}

/* Intro paragraph */
.intro-text {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
}

/* =========================
KEY FACTS
========================= */

.key-facts {
    background: #ffffff;
    padding: 0 24px 56px;
}

.key-facts-inner {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
}

/* Single fact card */
.fact {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px 18px;
    text-align: center;
}

/* Label */
.fact .label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    margin-bottom: 6px;
}

/* Value */
.fact .value {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}


/* =========================
CONTENT SECTION (GENERIC)
========================= */

.content-section {
    background: #ffffff;
    padding: 0 24px 64px;
}

.content-inner {
    max-width: 720px;
    margin: 0 auto;
}

/* Section heading (H2) */
.content-section h2 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
}

/* Paragraphs */
.content-section p {
    font-size: 16px;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 16px;
}
/* =========================================================
   SIMILAR NAMES – FACTS STYLE FIX
   ========================================================= */

#similar-name-facts .facts-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#similar-name-facts .fact-item {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 10px 22px;
    margin-bottom: 16px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

/* Title */
#similar-name-facts .fact-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Description */
#similar-name-facts .fact-text {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}
#similar-name-facts .fact-title a {
    color: inherit;              /* Mavi iptal */
    text-decoration: none;       /* Alt çizgi iptal */
    font-weight: inherit;        /* Başlık ağırlığını koru */
}
#similar-name-facts .fact-title a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
#similar-name-facts .fact-title a:hover {
    color: #4f46e5; /* çok hafif vurgu */
}
#similar-name-facts .fact-title a:visited {
    color: inherit;
}

#similar-name-facts .fact-title a:focus {
    outline: none;
}

/* =========================================================
   FACT ITEM – INITIAL BADGE (HARFLİ)
   ========================================================= */

.fact-item--initial {
    display: flex;
    align-items: center; /* DİKEY ORTA */
    gap: 16px;
}


/* Harfli daire */
.fact-item--initial .fact-badge {
    flex-shrink: 0;

    width: 40px;
    height: 40px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
    font-weight: 700;
    color: #ffffff;

    background: linear-gradient(
            135deg,
            #6d5bd0 0%,
            #9b8cf2 100%
    );

    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* İçerik */
.fact-item--initial .fact-content {
    flex: 1;
}


.fact-item {
     position: relative;
 }

/* Full card link */
.fact-card-link {
    position: absolute;
    inset: 0;
    z-index: 10;
    text-decoration: none;
}

/* İçerik linki engellemesin */
.fact-item--link .fact-content,
.fact-item--link .fact-badge {
    pointer-events: none;
}

/* Hover efekt */
.fact-item--link {
    cursor: pointer;
    transition:
            transform .2s ease,
            box-shadow .2s ease,
            border-color .2s ease;
}

.fact-item--link:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 70px rgba(108, 99, 255, 0.18);
    border-color: rgba(108, 99, 255, 0.35);
}




/* =========================
PERSONALITY TRAITS
========================= */


#personality-traits .section-desc {
    max-width: 820px;
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 1.65;
}

/* 2-column layout (auto responsive) */
#personality-traits .traits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 22px;
    margin-top: 28px;
}

/* Responsive */
@media (max-width: 900px) {
    #personality-traits .traits-grid {
        grid-template-columns: 1fr;
    }
}

/* Item as “soft blocks” (no icons) */
#personality-traits .trait-item {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 18px 18px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

/* subtle hover */
#personality-traits .trait-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.09);
    border-color: rgba(108, 99, 255, 0.22);
}

#personality-traits .trait-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.2px;
    color: #222;
}

#personality-traits .trait-text {
    margin: 0;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

/* Optional: keep heights more consistent on desktop */
@media (min-width: 901px) {
    #personality-traits .trait-item {
        min-height: 106px;
    }
}

/* =========================
CAREER PATHS
========================= */



#career-paths .section-desc {
    max-width: 820px;
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 1.65;
}

/* 3-column grid */
#career-paths .career-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 32px;
}

/* Responsive */
@media (max-width: 1000px) {
    #career-paths .career-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    #career-paths .career-grid {
        grid-template-columns: 1fr;
    }
}

/* Items */
#career-paths .career-item {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    padding: 20px 20px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

/* Hover: subtle, consistent with previous sections */
#career-paths .career-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
    border-color: rgba(108, 99, 255, 0.22);
}

#career-paths .career-title {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 800;
    color: #222;
}

#career-paths .career-text {
    margin: 0;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

/* CLS protection */
@media (min-width: 641px) {
    #career-paths .career-item {
        min-height: 130px;
    }
}

/* =========================
   UNIQUE NAME FACTS
   ========================= */



#name-facts .section-desc {
    max-width: 820px;
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 1.65;
}

/* Numbered list */
#name-facts .facts-list {
    counter-reset: fact-counter;
    margin-top: 32px;
    padding-left: 0;
    list-style: none;
    max-width: 900px;
}

/* Each fact */
#name-facts .fact-item {
    position: relative;
    padding: 22px 24px 22px 70px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
    transition: box-shadow .2s ease, border-color .2s ease;
}

/* Number bubble */
#name-facts .fact-item::before {
    counter-increment: fact-counter;
    content: counter(fact-counter);
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);

    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(
            135deg,
            #6d5bd0 0%,
            #9b8cf2 100%
    );

    color: #fff;
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover (subtle) */
#name-facts .fact-item:hover {
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.09);
    border-color: rgba(108, 99, 255, 0.25);
}

#name-facts .fact-title {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 800;
    color: #222;
}

#name-facts .fact-text {
    margin: 0;
    font-size: 14.5px;
    color: #444;
    line-height: 1.65;
}

/* =========================
FAMOUS PEOPLE
========================= */



#famous-people .section-desc {
    max-width: 820px;
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 1.65;
}

/* Soft info block */
#famous-people .famous-note {
    max-width: 860px;
    margin-top: 28px;
    padding: 24px 26px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
}

#famous-people .famous-note p {
    margin: 0 0 12px;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

#famous-people .famous-note p:last-child {
    margin-bottom: 0;
}

/* =========================
FAQ (VISIBLE, NO ACCORDION)
========================= */



#faq .section-desc {
    max-width: 820px;
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 1.65;
}

/* FAQ list */
#faq .faq-list {
    margin-top: 32px;
    max-width: 900px;
}

/* Each FAQ item */
#faq .faq-item {
    padding: 22px 24px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
}

/* Question */
#faq .faq-question {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 800;
    color: #222;
}

/* Answer */
#faq .faq-answer {
    margin: 0;
    font-size: 14.5px;
    color: #444;
    line-height: 1.7;
}


/* =========================
   TATTOO DESIGN IDEAS
   ========================= */


#tattoo-design-ideas .section-desc {
    max-width: 820px;
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 1.65;
}

/* Grid */
.tattoo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
}

/* Card */
.tattoo-card {
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.tattoo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12);
}

/* Image wrapper — CLS KORUMA */
.tattoo-image {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 16px;
    background: #f3f4f8;
}

.tattoo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Text */
.tattoo-card h3 {
    margin: 18px 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.tattoo-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
    .tattoo-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
LIGHTBOX (JS DRIVEN)
========================= */

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 9999;
}

.lightbox.active {
    opacity: 1;
    pointer-events: auto;
}

.lightbox-overlay {
    position: absolute;
    inset: 0;
}

.lightbox-inner {
    position: relative;
    width: min(1100px, 92vw);
    margin: 6vh auto;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(14px);
}

.lightbox-inner img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
    background: #111;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(0,0,0,.5);
    color: #fff;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

/* =========================
   GLOBAL USAGE DATA CARDS
   ========================= */


#global-usage-cards .section-desc {
    max-width: 820px;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* Grid */
.usage-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
}

/* Card */
.usage-card {
    background: rgba(255,255,255,0.9);
    border-radius: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 14px 40px rgba(0,0,0,0.06);
}

/* Header */
.usage-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.country-name {
    font-weight: 700;
    font-size: 16px;
    color: #111;
}

.usage-percent {
    font-weight: 600;
    font-size: 14px;
    color: #6c63ff;
}

/* Usage bar */
.usage-bar {
    width: 100%;
    height: 8px;
    background: #eef0f7;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 12px;
}

.usage-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #6c63ff, #ffb703);
    border-radius: 999px;
}

/* Gender ratio */
.gender-ratio {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #444;
}

/* Source */
.usage-source {
    margin-top: 18px;
    font-size: 12px !important;
    color: #777;
}

/* Desktop enhancement */
@media (min-width: 900px) {
    .usage-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .usage-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {

    .topbar {
        padding: 12px 16px;
    }

    .container {
        padding: 36px 16px;
    }

    .hero {
        padding: 80px 16px 70px;
    }

    .page-meta,
    .page-intro,
    .content-section,
    .key-facts {
        padding-left: 16px;
        padding-right: 16px;
    }
    .topbar-inner {
        flex-wrap: wrap;
        gap: 10px;
    }

    .logo {
        flex: 1 1 auto;
        font-size: 18px;
    }

    .nav {
        flex: 1 1 100%;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
    }


}

*, *::before, *::after {
    box-sizing: border-box;
}



#autocompleteResults {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    padding: 0;
    overflow: hidden;

    position:absolute;
    top: 50px; left:0;
    width: 100%;
    max-height:500px;
    overflow-y:auto;
    display:none;
    z-index:9999;
}

/* Tek satır */
.autocomplete-item {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
    transition: background 0.15s ease;
}

/* Hover efekti */
.autocomplete-item:hover {
    background: #f9f9f9;
}

/* İsim */
.autocomplete-name {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

/* Tag container */
.autocomplete-tags {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* Tek tag — badge */
.autocomplete-tag {
    background: #eef2ff;
    color: #475569;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 6px;
    display: inline-block;
}
.name-search.is-fixed {
    position: fixed;
    top: 0; /* navbar yüksekliğine göre ayarla */
    left: 0;
    width: 100%;
    z-index: 999;
    padding-bottom: 20px;
    padding-top: 20px;
    background: linear-gradient(
            90deg,
            rgba(108,99,255,0.50),
            rgba(255,183,3,0.25)
    );
    backdrop-filter: blur(6px);
}

/* Fixed iken iç container */
.name-search.is-fixed .name-search-inner {
    margin: 0 auto;
}

.famous-people ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.famous-people li {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
    line-height: 1.55;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.famous-people li:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.famous-people li strong {
    font-weight: 600;
}

/* =========================================================
   RELATED TAGS SECTION (FAQ ALTINA UYUMLU)
   ========================================================= */

.tag-cloud {
    margin-top: 20px;
}

/* Section başlığı */
.name-tags h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Section alt açıklaması */
.name-tags .tags-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
    max-width: 720px;
}

/* =========================================================
   TAG CLOUD CONTAINER
   ========================================================= */

.name-tags .tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* =========================================================
   TAG PILL (DEFAULT)
   ========================================================= */

.name-tags .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 14px;

    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;

    font-size: 14px;
    font-weight: 500;
    line-height: 1;

    color: #2563eb;
    text-decoration: none;

    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);

    transition:
            background-color 0.15s ease,
            box-shadow 0.15s ease,
            transform 0.15s ease;
}

/* =========================================================
   TAG HOVER / FOCUS
   ========================================================= */

.name-tags .tag:hover,
.name-tags .tag:focus {
    background: #f5f7ff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

/* Keyboard accessibility */
.name-tags .tag:focus-visible {
    outline: 2px solid #c7d2fe;
    outline-offset: 2px;
}

/* =========================================================
   ACTIVE / CURRENT TAG (OPSİYONEL)
   ========================================================= */

.name-tags .tag.is-active {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #1e40af;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

/* =========================================================
   MOBILE OPTIMIZATION
   ========================================================= */

@media (max-width: 640px) {
    .name-tags {
        margin-top: 56px;
    }

    .name-tags .tag {
        font-size: 13px;
        padding: 7px 12px;
    }
}

/* =========================================================
   SITE FOOTER
   ========================================================= */

.site-footer {
    background: linear-gradient(180deg, #6d5bd0 0%, #9b8cf2 100%);
    color: #ffffff;
    padding: 48px 20px 36px;
    font-size: 14px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

/* =========================================================
   FOOTER COLUMNS
   ========================================================= */

.footer-col h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col li {
    margin-bottom: 8px;
}

.footer-col a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
}

.footer-col a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* =========================================================
   BRAND
   ========================================================= */

.footer-brand {
    max-width: 260px;
}

.footer-logo {
    height: 32px;
    margin-bottom: 12px;
}

.footer-copy {
    font-size: 13px;
    opacity: 0.9;
}

/* =========================================================
   CONTACT
   ========================================================= */

.footer-contact p {
    margin-bottom: 10px;
}

.footer-address {
    font-size: 13px;
    opacity: 0.85;
    line-height: 1.5;
}

/* =========================================================
   DESKTOP LAYOUT
   ========================================================= */

@media (min-width: 768px) {
    .footer-inner {
        grid-template-columns: 1.2fr 1fr 1fr 1.4fr;
        gap: 48px;
    }
}


