/* =========================================================
   Tumay Creative - Cleaned Main Stylesheet
   Not: Mükerrer/çakışan eski bloklar temizlendi.
   ========================================================= */

/* Root */
:root {
    --tc-pink: #e91662;
    --tc-pink-dark: #c90f52;
    --tc-dark: #27272a;
    --tc-dark-2: #111827;
    --tc-text: #2b2f36;
    --tc-muted: #6b7280;
    --tc-soft: #f6f7fb;
    --tc-soft-pink: #fff0f6;
    --tc-border: rgba(17, 24, 39, 0.09);
    --tc-shadow: 0 24px 70px rgba(17, 24, 39, 0.10);
    --tc-shadow-soft: 0 18px 45px rgba(17, 24, 39, 0.08);
    --tc-radius: 28px;
}

/* Base */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--tc-text);
    background:
            radial-gradient(circle at top left, rgba(233, 22, 98, 0.055), transparent 34rem),
            linear-gradient(180deg, #ffffff 0%, #fbfbfd 48%, #ffffff 100%);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

::selection {
    background: var(--tc-pink);
    color: #fff;
}

/* Container */
@media (min-width: 1400px) {
    .container {
        max-width: 1560px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1640px;
    }
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(17, 24, 39, 0.07);
}

.site-header .navbar {
    padding: 18px 0;
}

.navbar-brand {
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: var(--tc-dark) !important;
}

.navbar-brand::first-letter {
    color: var(--tc-pink);
}

.navbar-nav .nav-link {
    position: relative;
    color: #36383d;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 10px 12px !important;
}

.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    height: 2px;
    background: var(--tc-pink);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.22s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--tc-pink) !important;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
    transform: scaleX(1);
}

/* Bootstrap dropdown oku ::after kullandığı için dokunmuyoruz */
.navbar-nav .dropdown-toggle::after {
    position: static;
    width: 0;
    height: 0;
    margin-left: 7px;
    vertical-align: .2em;
    background: transparent;
    transform: none;
}

.navbar-nav .btn.active {
    background: var(--tc-pink);
    border-color: var(--tc-pink);
    color: #fff;
    box-shadow: 0 14px 32px rgba(233, 22, 98, 0.22);
}

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
}

/* Bootstrap overrides */
.btn {
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.btn-primary {
    background: var(--tc-pink);
    border-color: var(--tc-pink);
    box-shadow: 0 14px 32px rgba(233, 22, 98, 0.22);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--tc-pink-dark);
    border-color: var(--tc-pink-dark);
}

.btn-outline-primary {
    color: var(--tc-pink);
    border-color: rgba(233, 22, 98, 0.35);
    background: rgba(255, 255, 255, 0.55);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: var(--tc-pink);
    border-color: var(--tc-pink);
    color: #fff;
}

/* Hero */
.hero-section {
    position: relative;
    padding: 104px 0 96px;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    width: 760px;
    height: 760px;
    right: -300px;
    top: -280px;
    background: radial-gradient(circle, rgba(233, 22, 98, 0.18) 0%, rgba(233, 22, 98, 0.08) 36%, transparent 68%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-section::after {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -160px;
    width: 360px;
    height: 360px;
    border-radius: 90px;
    transform: rotate(16deg);
    background: rgba(39, 39, 42, 0.045);
    pointer-events: none;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--tc-pink);
    background: rgba(233, 22, 98, 0.075);
    border: 1px solid rgba(233, 22, 98, 0.14);
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 850;
    font-size: 0.82rem;
    margin-bottom: 24px;
}

.hero-eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--tc-pink);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(233, 22, 98, 0.12);
}

.hero-title {
    max-width: 780px;
    font-size: clamp(2.7rem, 6vw, 5.6rem);
    line-height: 0.94;
    letter-spacing: -0.065em;
    font-weight: 850;
    color: #242428;
    margin-bottom: 26px;
}

.hero-text {
    max-width: 660px;
    color: #667085;
    font-size: 1.2rem;
    line-height: 1.75;
    margin-bottom: 34px;
}

.inner-page-hero {
    padding: 82px 0 68px !important;
}

.inner-page-hero .hero-title {
    max-width: 760px !important;
    font-size: clamp(2.15rem, 4vw, 4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
    font-weight: 780 !important;
    color: #2d2e34 !important;
}

.inner-page-hero .hero-text {
    max-width: 720px !important;
    color: #667085 !important;
    font-size: 1.08rem !important;
    line-height: 1.75 !important;
}

.hero-card {
    position: relative;
    padding: 28px;
    border-radius: 30px;
    border: 1px solid rgba(17, 24, 39, 0.075);
    background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.68)),
            radial-gradient(circle at top right, rgba(233, 22, 98, 0.13), transparent 18rem);
    box-shadow: 0 24px 68px rgba(17, 24, 39, 0.10);
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: auto 34px -16px 34px;
    z-index: -1;
    height: 28px;
    border-radius: 999px;
    background: rgba(233, 22, 98, 0.16);
    filter: blur(18px);
}

/* Mock / Dashboard */
.mock-window {
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.mock-window-top {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 18px;
    background: var(--tc-dark);
}

.mock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .36);
}

.mock-dot:first-child {
    background: var(--tc-pink);
}

.mock-content {
    padding: 26px;
}

.mock-line {
    height: 12px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(233, 22, 98, 0.18), rgba(39, 39, 42, 0.08));
}

.mock-line.short {
    width: 38%;
}

.mock-line.medium {
    width: 64%;
}

.mock-box {
    margin-top: 20px;
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(145deg, #ffffff, #fbfbfd);
    border: 1px solid var(--tc-border);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 8px;
}

.hero-trust-row > div {
    min-width: 140px;
    padding: 16px 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.05);
}

.hero-trust-row strong {
    display: block;
    color: var(--tc-dark);
    font-size: 1.02rem;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.hero-trust-row span {
    display: block;
    margin-top: 2px;
    color: var(--tc-muted);
    font-size: 0.86rem;
}

.hero-dashboard {
    position: relative;
    padding: 28px;
    border-radius: 30px;
    background:
            radial-gradient(circle at top right, rgba(233, 22, 98, 0.16), transparent 18rem),
            linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .72));
    border: 1px solid rgba(17, 24, 39, 0.075);
    box-shadow: 0 24px 68px rgba(17, 24, 39, 0.10);
}

.hero-dashboard::before {
    content: "";
    position: absolute;
    inset: 28px -18px -18px 46px;
    z-index: -1;
    border-radius: 36px;
    background: rgba(233, 22, 98, 0.11);
    filter: blur(22px);
}

.hero-dashboard-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.dashboard-kicker {
    display: block;
    margin-bottom: 6px;
    color: var(--tc-pink);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-dashboard-header strong {
    display: block;
    color: var(--tc-dark);
    font-size: 1.25rem;
    line-height: 1.22;
    letter-spacing: -0.035em;
}

.dashboard-status {
    flex: 0 0 auto;
    padding: 8px 12px;
    color: #047857;
    background: rgba(16, 185, 129, 0.11);
    border: 1px solid rgba(16, 185, 129, 0.16);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
}

.dashboard-preview-card,
.dashboard-mini-card,
.dashboard-note {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.07);
    box-shadow: none;
}

.dashboard-preview-card.main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
    margin-bottom: 16px;
}

.dashboard-preview-card span,
.dashboard-mini-card span,
.dashboard-progress span {
    color: var(--tc-muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.dashboard-preview-card strong,
.dashboard-mini-card strong {
    display: block;
    margin-top: 6px;
    color: var(--tc-dark);
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.dashboard-score {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: var(--tc-pink);
    color: #fff;
    font-weight: 950;
    box-shadow: 0 16px 32px rgba(233, 22, 98, 0.22);
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.dashboard-mini-card {
    padding: 18px;
    border-radius: 20px;
}

.dashboard-progress {
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 240, 246, 0.76);
    border: 1px solid rgba(233, 22, 98, 0.13);
    margin-bottom: 18px;
}

.dashboard-progress strong {
    color: var(--tc-pink);
}

.progress-line {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(233, 22, 98, 0.13);
}

.progress-line span {
    display: block;
    height: 100%;
    width: 82%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--tc-pink), #ff6b9f);
}

.dashboard-note {
    padding: 18px 20px;
    border-radius: 22px;
    color: var(--tc-muted);
    line-height: 1.65;
}

.dashboard-note strong {
    color: var(--tc-dark);
}

/* Sections */
.section-padding {
    padding: 104px 0 !important;
}

.section-light {
    background: linear-gradient(180deg, rgba(248, 249, 252, 0.72) 0%, #ffffff 100%);
    border-top: 0;
    border-bottom: 0;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -0.055em;
    color: var(--tc-dark);
    margin-bottom: 18px;
}

.section-desc {
    color: var(--tc-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

/* Cards */
.service-card,
.feature-box,
.process-step,
.contact-info-card,
.contact-faq-card,
.footer-brand-box,
.footer-card {
    position: relative;
    height: 100%;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 24, 39, 0.065);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.055);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    overflow: hidden;
}

.service-card::before,
.feature-box::before,
.process-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    width: 54px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: var(--tc-pink);
    opacity: 1;
    transition: .22s ease;
}

.service-card:hover,
.feature-box:hover,
.process-step:hover {
    transform: translateY(-5px);
    border-color: rgba(233, 22, 98, 0.22);
    box-shadow: 0 22px 54px rgba(17, 24, 39, 0.095);
}

.service-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 18px;
    background: var(--tc-soft-pink);
    color: var(--tc-pink);
    font-weight: 950;
    font-size: 1.25rem;
}

.service-card h3,
.feature-box h3 {
    margin-bottom: 12px;
    color: #2d2e34;
    font-size: 1.34rem;
    line-height: 1.22;
    font-weight: 820;
    letter-spacing: -0.028em;
}

.service-card p,
.feature-box p {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.7;
}

.service-card a.fw-bold {
    color: var(--tc-pink) !important;
}

.service-card a.fw-bold:hover {
    color: var(--tc-pink-dark) !important;
}

.service-card img {
    border-radius: 18px;
    transition: transform .28s ease, filter .28s ease;
}

.service-card:hover img {
    transform: scale(1.025);
    filter: saturate(1.08) contrast(1.02);
}

.service-card .ratio,
.service-card .overflow-hidden {
    border-radius: 20px;
}

/* Process */
.step-number {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 16px;
    background: var(--tc-pink);
    color: #fff;
    font-weight: 950;
    box-shadow: 0 14px 28px rgba(233, 22, 98, 0.20);
}

/* CTA */
.cta-section,
.portfolio-cta {
    position: relative;
    overflow: hidden;
    padding: 44px;
    border-radius: 34px;
    color: #fff;
    background:
            radial-gradient(circle at top right, rgba(255, 255, 255, 0.17), transparent 20rem),
            linear-gradient(135deg, #242428 0%, #17171a 56%, #b91552 140%);
    box-shadow: 0 28px 74px rgba(17, 24, 39, 0.16);
}

.cta-section::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -74px;
    top: -82px;
    border: 22px solid rgba(255, 255, 255, 0.12);
    transform: rotate(16deg);
}

.cta-section h2,
.portfolio-cta h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 850;
    letter-spacing: -0.055em;
}

.cta-section p,
.portfolio-cta p {
    max-width: 720px;
    color: rgba(255, 255, 255, .76);
    font-size: 1.08rem;
    line-height: 1.7;
    margin: 0;
}

.cta-section .btn-light {
    color: var(--tc-dark);
    font-weight: 900;
}

.portfolio-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.portfolio-cta span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .72);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
    font-weight: 900;
}

/* Badges */
.badge-soft-success {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.badge-soft-warning {
    background: rgba(245, 158, 11, 0.13);
    color: #92400e;
}

.badge-soft-danger {
    background: rgba(239, 68, 68, 0.12);
    color: #991b1b;
}

.badge-soft-new {
    background: rgba(233, 22, 98, 0.12);
    color: var(--tc-pink);
}

/* Contact */
.contact-hero {
    position: relative;
    padding: 88px 0 78px;
    background:
            radial-gradient(circle at top right, rgba(233, 22, 98, 0.10), transparent 34rem),
            linear-gradient(180deg, #fff 0%, #fafbfe 100%);
    overflow: hidden;
}

.contact-hero::before {
    content: "";
    position: absolute;
    left: -90px;
    top: 140px;
    width: 280px;
    height: 280px;
    border-radius: 80px;
    background: rgba(39, 39, 42, 0.04);
    transform: rotate(14deg);
}

.contact-title {
    margin-bottom: 24px;
    color: var(--tc-dark);
    font-size: clamp(2.6rem, 5vw, 5rem);
    line-height: .95;
    letter-spacing: -0.075em;
    font-weight: 950;
}

.contact-lead {
    max-width: 620px;
    margin-bottom: 30px;
    color: var(--tc-muted);
    font-size: 1.16rem;
    line-height: 1.75;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact-info-card {
    display: block;
    color: inherit;
}

.contact-info-card span {
    display: block;
    margin-bottom: 6px;
    color: var(--tc-muted);
    font-size: 1.5rem;
    font-weight: 800;
}

.contact-info-card strong {
    display: block;
    color: var(--tc-dark);
    font-weight: 950;
    letter-spacing: -0.03em;
    word-break: break-word;
}

.contact-info-card:hover strong {
    color: var(--tc-pink);
}

.contact-panel {
    position: relative;
    z-index: 1;
    padding: 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(17, 24, 39, 0.075);
    box-shadow: 0 24px 68px rgba(17, 24, 39, 0.10);
}

.contact-panel-head {
    margin-bottom: 24px;
}

.contact-panel-head span {
    display: block;
    margin-bottom: 6px;
    color: var(--tc-pink);
    font-size: .82rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.contact-panel-head strong {
    display: block;
    color: var(--tc-dark);
    font-size: 1.65rem;
    line-height: 1.15;
    letter-spacing: -0.045em;
}

.contact-panel .form-label {
    font-weight: 800;
    color: var(--tc-dark);
    font-size: .92rem;
}

.contact-panel .form-control,
.contact-panel .form-select {
    min-height: 48px;
    border-radius: 16px;
    border-color: rgba(17, 24, 39, 0.12);
    background-color: #fff;
}

.contact-panel textarea.form-control {
    min-height: 132px;
}

.contact-panel .form-control:focus,
.contact-panel .form-select:focus {
    border-color: rgba(233, 22, 98, 0.45);
    box-shadow: 0 0 0 .2rem rgba(233, 22, 98, .10);
}

.contact-kvkk-check {
    padding: 16px 16px 16px 42px;
    border-radius: 18px;
    background: var(--tc-soft-pink);
    border: 1px solid rgba(233, 22, 98, 0.12);
}

.contact-kvkk-check a {
    color: var(--tc-pink);
    font-weight: 900;
}

.contact-faq-strip {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.contact-faq-card strong {
    display: block;
    margin-bottom: 12px;
    color: var(--tc-dark);
    font-size: 1.08rem;
    line-height: 1.25;
    letter-spacing: -0.035em;
}

.contact-faq-card span {
    display: block;
    color: var(--tc-muted);
    line-height: 1.65;
}

/* Floating buttons and KVKK band */
.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1060;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 999px;
    background: #25D366;
    color: #fff !important;
    font-weight: 950;
    box-shadow: 0 18px 46px rgba(37, 211, 102, 0.34);
}

.floating-whatsapp:hover {
    transform: translateY(-2px);
}

.kvkk-bottom-band {
    position: fixed;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 1050;
    max-width: 760px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(17, 24, 39, 0.10);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.16);
    backdrop-filter: blur(16px);
}

.kvkk-bottom-band p {
    margin: 0;
    color: var(--tc-muted);
    line-height: 1.55;
}

.kvkk-bottom-band a {
    color: var(--tc-pink);
    font-weight: 900;
}

.kvkk-bottom-band .btn {
    white-space: nowrap;
}

/* Legal / KVKK */
.legal-page {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 44px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.075);
    box-shadow: 0 24px 68px rgba(17, 24, 39, 0.10);
}

.legal-page h1 {
    margin-bottom: 24px;
    color: var(--tc-dark);
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -0.06em;
    font-weight: 950;
}

.legal-page h2 {
    margin-top: 30px;
    color: var(--tc-dark);
    font-size: 1.32rem;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.legal-page p,
.legal-page ul {
    color: var(--tc-muted);
    line-height: 1.8;
}

.legal-page ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.legal-page li + li {
    margin-top: 8px;
}

.legal-table-wrap {
    margin: 22px 0 8px;
    border-radius: 22px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.06);
}

.legal-table {
    margin-bottom: 0;
}

.legal-table th {
    background: var(--tc-soft-pink);
    color: var(--tc-dark);
    font-weight: 950;
    border-bottom: 1px solid rgba(233, 22, 98, 0.12);
}

.legal-table td {
    color: var(--tc-muted);
    vertical-align: middle;
}

.legal-table a {
    color: var(--tc-pink);
    font-weight: 900;
}

.legal-contact-box {
    padding: 22px;
    border-radius: 22px;
    background: var(--tc-soft-pink);
    border: 1px solid rgba(233, 22, 98, 0.12);
}

.legal-contact-box p {
    margin-bottom: 8px;
}

.legal-contact-box p:last-child {
    margin-bottom: 0;
}

/* Footer */
.site-footer {
    padding: 34px 0;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    background: #fff;
    color: var(--tc-muted);
}

.site-footer strong {
    color: var(--tc-dark);
}

.site-footer a {
    color: var(--tc-pink);
}

.premium-footer {
    padding: 0;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    background:
            radial-gradient(circle at top right, rgba(233, 22, 98, 0.055), transparent 28rem),
            linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.footer-main {
    padding: 74px 0 38px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 22px;
}

.footer-logo img {
    height: 68px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
}

.footer-brand-box p {
    color: var(--tc-muted);
    line-height: 1.75;
    margin-bottom: 22px;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-badges span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--tc-pink);
    background: var(--tc-soft-pink);
    border: 1px solid rgba(233, 22, 98, 0.12);
    font-size: 0.82rem;
    font-weight: 900;
}

.footer-card h3 {
    margin-bottom: 22px;
    color: var(--tc-dark);
    font-size: 1.2rem;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.footer-links-grid a {
    color: var(--tc-muted);
    font-weight: 600;
    transition: .18s ease;
}

.footer-links-grid a:hover {
    color: var(--tc-pink);
    transform: translateX(3px);
}

.footer-contact-list {
    display: grid;
    gap: 16px;
}

.footer-contact-list div {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.07);
}

.footer-contact-list div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.footer-contact-list span {
    display: block;
    margin-bottom: 4px;
    color: var(--tc-muted);
    font-size: 0.82rem;
    font-weight: 600;
}

.footer-contact-list strong,
.footer-contact-list a {
    color: var(--tc-dark);
    font-weight: 700;
    word-break: break-word;
}

.footer-contact-list a:hover {
    color: var(--tc-pink);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 0;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    color: #7a808d;
    font-size: 0.92rem;
}

/* Portfolio list */
.portfolio-hero {
    padding: 88px 0 34px !important;
    background:
            radial-gradient(circle at top right, rgba(233, 22, 98, 0.08), transparent 30rem),
            linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
}

.portfolio-hero-inner {
    padding-bottom: 42px;
}

.portfolio-title {
    max-width: 920px;
    margin: 0 0 22px;
    color: #242428;
    font-size: clamp(2.4rem, 5vw, 5.6rem);
    line-height: .98;
    letter-spacing: -0.07em;
    font-weight: 850;
}

.portfolio-lead {
    max-width: 760px;
    color: #667085;
    font-size: 1.16rem;
    line-height: 1.75;
    margin: 0;
}

.portfolio-hero-note {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(17, 24, 39, .075);
    box-shadow: 0 18px 48px rgba(17, 24, 39, .06);
}

.portfolio-hero-note span {
    display: block;
    margin-bottom: 8px;
    color: var(--tc-pink);
    font-weight: 900;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.portfolio-hero-note strong {
    display: block;
    margin-bottom: 10px;
    color: #242428;
    font-size: 1.75rem;
    letter-spacing: -.04em;
}

.portfolio-hero-note p {
    color: #667085;
    line-height: 1.65;
    margin: 0;
}

.portfolio-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(17, 24, 39, .07);
    box-shadow: 0 16px 42px rgba(17, 24, 39, .055);
}

.portfolio-filter-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 999px;
    color: #4b5563;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .075);
    font-weight: 850;
    cursor: pointer;
}

.portfolio-filter-link span {
    display: inline-flex;
    min-width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f4f5f7;
    color: #667085;
    font-size: .78rem;
}

.portfolio-filter-link.active,
.portfolio-filter-link:hover {
    color: #fff;
    background: var(--tc-pink);
    border-color: var(--tc-pink);
}

.portfolio-filter-link.active span,
.portfolio-filter-link:hover span {
    color: var(--tc-pink);
    background: #fff;
}

.portfolio-section {
    position: relative;
    padding: 70px 0 102px;
}

.portfolio-grid,
.portfolio-grid-four,
.portfolio-grid-related {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.portfolio-filter-item {
    transition: opacity .16s ease, transform .16s ease;
}

.portfolio-filter-item.d-none {
    display: none !important;
}

.portfolio-image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / .72;
    border-radius: 24px;
    background: #f3f4f6;
    box-shadow: 0 24px 64px rgba(17, 24, 39, .10);
}

.portfolio-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
}

.portfolio-placeholder,
.project-single-placeholder {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tc-pink);
    background:
            radial-gradient(circle at top right, rgba(233, 22, 98, .16), transparent 20rem),
            linear-gradient(135deg, #fff, #f6f7fb);
    font-size: 5rem;
    font-weight: 900;
}

.portfolio-view {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 11px 16px;
    border-radius: 999px;
    color: #242428;
    background: rgba(255, 255, 255, .92);
    font-weight: 900;
    transform: translateY(8px);
    opacity: 0;
    transition: .25s ease;
}

.portfolio-card {
    grid-column: auto !important;
}

.portfolio-card:hover .portfolio-image-wrap img {
    transform: scale(1.045);
    filter: saturate(1.04) contrast(1.02);
}

.portfolio-card:hover .portfolio-view {
    transform: translateY(0);
    opacity: 1;
}

.portfolio-content {
    padding: 18px 4px 0;
}

.portfolio-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.portfolio-meta span,
.portfolio-client {
    display: inline-flex;
    color: #667085;
    font-size: .8rem;
    font-weight: 800;
}

.portfolio-meta span + span::before {
    content: "•";
    margin-right: 8px;
    color: var(--tc-pink);
}

.portfolio-content h2 {
    margin: 0 0 12px;
    font-size: 1.28rem;
    line-height: 1.18;
    letter-spacing: -.035em;
    font-weight: 850;
}

.portfolio-content h2 a {
    color: #242428;
}

.portfolio-content h2 a:hover {
    color: var(--tc-pink);
}

.portfolio-content p {
    max-width: 620px;
    color: #667085;
    font-size: .94rem;
    line-height: 1.65;
    margin-bottom: 14px;
}

.portfolio-link {
    color: var(--tc-pink);
    font-weight: 900;
}

/* Project single */
.project-single-title {
    padding: 86px 0 66px;
    background:
            radial-gradient(circle at top right, rgba(233, 22, 98, 0.055), transparent 30rem),
            linear-gradient(180deg, #fff 0%, #fbfbfd 100%);
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.project-single-title .hero-eyebrow {
    margin-bottom: 18px;
}

.project-single-title h1 {
    margin: 0;
    color: #242428;
    font-size: clamp(2.2rem, 4vw, 4.3rem);
    line-height: 1.06;
    letter-spacing: -0.055em;
    font-weight: 820;
}

.project-single-title p {
    max-width: 720px;
    margin: 18px auto 0;
    color: #667085;
    font-size: 1.08rem;
    line-height: 1.75;
}

.project-single-section {
    padding: 96px 0 110px;
}

.project-single-image {
    overflow: hidden;
    min-height: 520px;
    border-radius: 10px;
    background: #f5f6f8;
}

.project-single-image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

.project-single-placeholder {
    min-height: 520px;
    font-size: 6rem;
}

.project-single-info {
    position: sticky;
    top: 112px;
    padding-left: 12px;
}

.project-single-about {
    margin-bottom: 38px;
}

.project-single-about h2 {
    margin: 0 0 20px;
    color: #242428;
    font-size: clamp(1.65rem, 2.4vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: -0.045em;
    font-weight: 830;
}

.project-single-summary {
    margin-bottom: 18px;
    padding: 18px 20px;
    border-left: 4px solid var(--tc-pink);
    border-radius: 14px;
    background: var(--tc-soft-pink);
    color: #383b42;
    font-size: 1.02rem;
    line-height: 1.7;
    font-weight: 650;
}

.project-single-text {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #4f5663;
    font-size: 1.02rem;
    line-height: 1.86;
}

.project-single-text + .project-single-text {
    margin-top: 18px;
}

.project-single-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
    margin-bottom: 34px;
}

.project-single-meta-grid span,
.project-single-skills h3,
.project-single-works h3 {
    display: block;
    margin-bottom: 8px;
    color: #242428;
    font-size: .98rem;
    font-weight: 880;
    letter-spacing: -0.02em;
}

.project-single-meta-grid strong {
    display: block;
    color: #667085;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.55;
}

.project-single-skills,
.project-single-works {
    margin-bottom: 32px;
}

.project-single-skills > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.project-single-skills span {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 7px;
    background: #16b894;
    color: #fff;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .02em;
}

.project-single-works ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #667085;
    line-height: 1.8;
}

.project-single-works li + li {
    margin-top: 7px;
}

.project-visit-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tc-pink);
    font-size: 1.08rem;
    font-weight: 800;
}

.project-visit-link span {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--tc-pink);
    border-radius: 50%;
    font-size: .8rem;
}

.project-visit-link:hover {
    color: var(--tc-pink-dark);
}

/* Responsive */
@media (max-width: 1399.98px) {
    .portfolio-grid,
    .portfolio-grid-four,
    .portfolio-grid-related {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar {
        padding: 14px 0;
    }

    .hero-section {
        padding: 74px 0 62px;
    }

    .hero-card {
        margin-top: 42px;
    }

    .section-padding {
        padding: 68px 0 !important;
    }

    .cta-section {
        padding: 38px 28px;
        border-radius: 28px;
    }

    .contact-info-grid,
    .contact-faq-strip {
        grid-template-columns: 1fr;
    }

    .contact-panel {
        padding: 26px;
    }

    .kvkk-bottom-band {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 96px;
    }

    .footer-main {
        padding: 46px 0 26px;
    }

    .footer-logo img {
        height: 56px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .hero-dashboard {
        padding: 22px;
        border-radius: 28px;
    }

    .hero-trust-row > div {
        min-width: 100%;
    }

    .portfolio-grid,
    .portfolio-grid-four,
    .portfolio-grid-related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portfolio-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .project-single-info {
        position: static;
        padding-left: 0;
    }

    .project-single-image,
    .project-single-image img,
    .project-single-placeholder {
        min-height: 360px;
    }
}

@media (max-width: 575.98px) {
    .hero-section,
    .inner-page-hero {
        padding: 62px 0 52px !important;
    }

    .hero-title,
    .inner-page-hero .hero-title {
        font-size: 2.35rem !important;
        letter-spacing: -0.055em !important;
    }

    .hero-text {
        font-size: 1.04rem;
    }

    .section-title {
        font-size: 2.1rem;
    }

    .service-card,
    .feature-box,
    .process-step,
    .footer-brand-box,
    .footer-card {
        padding: 24px;
        border-radius: 24px;
    }

    .mock-content {
        padding: 20px;
    }

    .footer-links-grid,
    .portfolio-grid,
    .portfolio-grid-four,
    .portfolio-grid-related,
    .project-single-meta-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-title {
        font-size: 2.5rem;
    }

    .portfolio-image-wrap {
        aspect-ratio: 1 / .78;
        border-radius: 24px;
    }

    .project-single-title {
        padding: 62px 0 48px;
    }

    .project-single-section {
        padding: 62px 0 78px;
    }

    .project-single-image,
    .project-single-image img,
    .project-single-placeholder {
        min-height: 280px;
    }
}

/* Portfolio filtre geçiş efekti */
.portfolio-filter-item {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition:
            opacity .24s ease,
            transform .24s ease;
}

.portfolio-filter-item.is-hiding {
    opacity: 0;
    transform: translateY(12px) scale(.98);
}

.portfolio-filter-item.is-showing {
    animation: portfolioFadeIn .32s ease both;
}

@keyframes portfolioFadeIn {
    from {
        opacity: 0;
        transform: translateY(16px) scale(.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Kurumsal içerik alanı - full container ve kompakt boşluk */
.corporate-content-section {
    padding: 64px 0 72px;
}

.corporate-content-card {
    width: 100%;
    padding: 44px 48px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(233, 22, 98, 0.16);
    box-shadow: 0 18px 52px rgba(17, 24, 39, 0.07);
    color: #4f5663;
    font-size: 1.02rem;
    line-height: 1.75;
}

.corporate-content-card h1,
.corporate-content-card h2,
.corporate-content-card h3 {
    color: #242428;
    letter-spacing: -0.04em;
    font-weight: 830;
}

.corporate-content-card h1 {
    margin: 0 0 22px;
    font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.corporate-content-card h2 {
    margin: 34px 0 14px;
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.corporate-content-card h3 {
    margin: 26px 0 12px;
    font-size: 1.25rem;
}

.corporate-content-card p {
    margin: 0 0 16px;
    color: #5f6674;
    line-height: 1.75;
}

.corporate-content-card p:empty {
    display: none;
}

.corporate-content-card ul,
.corporate-content-card ol {
    margin: 12px 0 18px;
    padding-left: 1.25rem;
    color: #5f6674;
    line-height: 1.75;
}

.corporate-content-card li + li {
    margin-top: 8px;
}

@media (max-width: 767.98px) {
    .corporate-content-section {
        padding: 46px 0 56px;
    }

    .corporate-content-card {
        padding: 28px 24px;
        border-radius: 24px;
    }
}

.hero-image-box {
    position: relative;
    width: 100%;
    padding: 14px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(233, 22, 98, 0.12);
    box-shadow: 0 28px 80px rgba(17, 24, 39, 0.10);
}

.hero-image-box img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 26px;
}

@media (max-width: 991.98px) {
    .hero-image-box {
        margin-top: 34px;
    }
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    position: relative;
}

.process-card {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    padding: 34px 28px 30px;
    border-radius: 28px;
    background:
            linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,255,.78)),
            radial-gradient(circle at top right, rgba(233,22,98,.12), transparent 42%);
    border: 1px solid rgba(233, 22, 98, 0.13);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.process-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    width: 64px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e91662, rgba(233,22,98,.18));
}

.process-card::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -42px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(233, 22, 98, 0.055);
}

.process-card:hover {
    transform: translateY(-8px);
    border-color: rgba(233, 22, 98, 0.28);
    box-shadow: 0 34px 90px rgba(17, 24, 39, 0.11);
}

.process-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 38px rgba(122, 128, 141, 0.22);
    overflow: hidden;
}

.process-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

.process-number {
    position: absolute;
    top: 30px;
    right: 28px;
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.08em;
    color: rgba(233, 22, 98, 0.10);
}

.process-card h3 {
    margin: 0 0 12px;
    font-size: 1.18rem;
    font-weight: 850;
    color: #242428;
    letter-spacing: -0.035em;
}

.process-card p {
    margin: 0;
    color: #626b7a;
    font-size: .98rem;
    line-height: 1.75;
}

@media (max-width: 1199.98px) {
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .process-grid {
        grid-template-columns: 1fr;
    }

    .process-card {
        min-height: auto;
        padding: 30px 24px;
    }
}

.why-tumay-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.why-tumay-section::before {
    content: "";
    position: absolute;
    top: 8%;
    right: -8%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(233, 22, 98, 0.10), transparent 68%);
    pointer-events: none;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #e91662;
    font-size: .82rem;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: #e91662;
}

.why-tumay-note {
    max-width: 520px;
    padding: 20px 22px;
    border-radius: 22px;
    background: rgba(233, 22, 98, 0.055);
    border: 1px solid rgba(233, 22, 98, 0.14);
    color: #626b7a;
    line-height: 1.7;
}

.why-tumay-note strong {
    color: #242428;
}

.why-tumay-panel {
    position: relative;
    padding: 26px;
    border-radius: 34px;
    background:
            linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,255,.82)),
            radial-gradient(circle at top right, rgba(233,22,98,.12), transparent 44%);
    border: 1px solid rgba(233, 22, 98, 0.14);
    box-shadow: 0 30px 90px rgba(17, 24, 39, 0.09);
}

.why-tumay-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    width: 72px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e91662, rgba(233,22,98,.12));
}

.why-tumay-item {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(17, 24, 39, 0.06);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.why-tumay-item + .why-tumay-item {
    margin-top: 16px;
}

.why-tumay-item:hover {
    transform: translateX(8px);
    border-color: rgba(233, 22, 98, 0.18);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
}

.why-tumay-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(122, 128, 141, 0.18);
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
}

.why-tumay-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.why-tumay-item h3 {
    margin: 0 0 8px;
    color: #242428;
    font-size: 1.14rem;
    font-weight: 850;
    letter-spacing: -0.035em;
}

.why-tumay-item p {
    margin: 0;
    color: #626b7a;
    line-height: 1.72;
    font-size: .98rem;
}

@media (max-width: 991.98px) {
    .why-tumay-panel {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .why-tumay-item {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px;
    }

    .why-tumay-item:hover {
        transform: translateY(-4px);
    }
}

.service-content-body h2 {

    font-size: 25px!important;
    font-weight: 700!important;

}

.service-content-body p {

    padding: 10px 0!important;

}

.service-content-no{

    color:#E51B5C!important;
    font-weight:700!important;

}

.contact-info-card {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: flex-start;
}

.contact-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(233, 22, 98, 0.08);
    color: #e91662;
    font-size: 21px;
    box-shadow: 0 14px 34px rgba(233, 22, 98, 0.16);
}

.contact-info-card h3 {
    margin: 0 0 10px;
}

.contact-info-card p {
    margin: 0;
}

@media (max-width: 575.98px) {
    .contact-info-card {
        grid-template-columns: 1fr;
    }
}
.references-section {
    position: relative;
    overflow: hidden;
    background:
            radial-gradient(circle at top right, rgba(233, 22, 98, 0.045), transparent 32rem),
            linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
}

.references-slider {
    position: relative;
}

.references-slider .carousel-inner {
    overflow: hidden;
}

.references-slider .carousel-item {
    transition: transform .45s ease, opacity .35s ease;
}

/* Sıkı grid */
.references-logo-grid {
    display: grid;
    grid-template-columns: repeat(7, 118px);
    justify-content: center;
    gap: 50px;
}

/* Küçük kutu, büyük logo */
.reference-logo-card {

    width: 150px!important;
    padding: 6px 8px;
    margin: 0 10px!important;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 24, 39, 0.055);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.reference-logo-card img {
    width: 100%;
    height: 100%;

    object-fit: contain;
    display: block;
    filter: grayscale(1);
    opacity: .86;
    transition: filter .22s ease, opacity .22s ease, transform .22s ease;
}

.reference-logo-card:hover {
    transform: translateY(-3px);
    border-color: rgba(233, 22, 98, 0.16);
    box-shadow: 0 14px 36px rgba(17, 24, 39, 0.07);
}

.reference-logo-card:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.08);
}

.references-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 24px;
}

.references-slider-btn {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #e91662;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.09);
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.references-slider-btn:hover {
    transform: translateY(-2px);
    background: #e91662;
    color: #fff;
}

.references-slider-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.references-slider-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(233, 22, 98, 0.22);
    transition: width .2s ease, background .2s ease;
}

.references-slider-dots button.active {
    width: 30px;
    background: #e91662;
}

@media (max-width: 1199.98px) {
    .references-logo-grid {
        grid-template-columns: repeat(6, 112px);
    }

    .reference-logo-card {
        width: 112px;
        height: 80px;
    }
}

@media (max-width: 991.98px) {
    .references-logo-grid {
        grid-template-columns: repeat(4, 116px);
    }
}

@media (max-width: 575.98px) {
    .references-logo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .reference-logo-card {
        width: 100%;
        height: 74px;
        padding: 6px 8px;
        border-radius: 13px;
    }

    .reference-logo-card img {
        max-width: 130px;
        max-height: 58px;
    }
}

/* ANA SAYFA - HİZMETLER BÖLÜMÜ */
.services-showcase{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
            radial-gradient(circle at 10% 0%, rgba(233,22,98,.08), transparent 30%),
            linear-gradient(180deg,#fff 0%,#f8fafc 100%);
}
.services-showcase::before{
    content:"";
    position:absolute;
    top:70px;
    right:-180px;
    width:430px;
    height:430px;
    border:1px solid rgba(19,67,108,.08);
    border-radius:50%;
}
.services-showcase .container{position:relative;z-index:2}
.services-showcase-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:40px;
    margin-bottom:52px;
}
.services-showcase-copy{max-width:820px}
.services-showcase-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:16px;
    color:#e91662;
    font-size:14px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.services-showcase-kicker::before{
    content:"";
    width:34px;
    height:2px;
    background:#e91662;
}
.services-showcase-title{
    max-width:780px;
    margin:0 0 18px;
    color:#202126;
    font-size:clamp(38px,4.6vw,68px);
    font-weight:850;
    line-height:.98;
    letter-spacing:-.045em;
}
.services-showcase-desc{
    max-width:760px;
    margin:0;
    color:#687386;
    font-size:18px;
    line-height:1.8;
}
.services-showcase-note{
    flex:0 0 auto;
    min-width:245px;
    padding:18px 22px;
    border-left:3px solid #e91662;
    background:rgba(255,255,255,.78);
    box-shadow:0 18px 50px rgba(19,67,108,.08);
}
.services-showcase-note span,
.services-showcase-note strong{display:block}
.services-showcase-note span{
    margin-bottom:3px;
    color:#8993a2;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.services-showcase-note strong{color:#13436c;font-size:16px}
.services-showcase-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}
.services-showcase-card{
    position:relative;
    min-height:330px;
    border:1px solid rgba(19,67,108,.10);
    border-radius:26px;
    background:rgba(255,255,255,.94);
    box-shadow:0 20px 55px rgba(20,39,67,.08);
    transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.services-showcase-card::before{
    content:"";
    position:absolute;
    top:-1px;
    left:32px;
    width:56px;
    height:3px;
    background:#e91662;
    transition:width .35s ease;
}
.services-showcase-card:hover{
    transform:translateY(-9px);
    border-color:rgba(233,22,98,.28);
    box-shadow:0 30px 75px rgba(20,39,67,.14);
}
.services-showcase-card:hover::before{width:calc(100% - 64px)}
.services-showcase-link{
    display:flex;
    flex-direction:column;
    min-height:330px;
    padding:34px;
    color:inherit;
    text-decoration:none;
}
.services-showcase-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:40px;
}
.services-showcase-number{
    color:#a5adba;
    font-size:13px;
    font-weight:800;
    letter-spacing:.12em;
}
.services-showcase-icon{
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    border-radius:16px;
    color:#e91662;
    background:rgba(233,22,98,.08);
    font-size:20px;
    transition:.3s ease;
}
.services-showcase-card:hover .services-showcase-icon{
    color:#fff;
    background:#e91662;
    transform:rotate(-5deg) scale(1.06);
}
.services-showcase-content{flex:1}
.services-showcase-content h3{
    margin:0 0 14px;
    color:#202126;
    font-size:23px;
    font-weight:800;
    line-height:1.28;
    letter-spacing:-.025em;
}
.services-showcase-content p{
    margin:0;
    color:#6d7788;
    font-size:16px;
    line-height:1.75;
}
.services-showcase-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding-top:28px;
    margin-top:28px;
    border-top:1px solid rgba(19,67,108,.09);
    color:#13436c;
    font-size:15px;
    font-weight:800;
}
.services-showcase-arrow{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    border-radius:50%;
    color:#fff;
    background:#13436c;
    transition:.3s ease;
}
.services-showcase-card:hover .services-showcase-arrow{
    transform:translateX(5px);
    background:#e91662;
}
@media (max-width:1199.98px){
    .services-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:991.98px){
    .services-showcase{padding:85px 0}
    .services-showcase-head{align-items:flex-start;flex-direction:column;margin-bottom:38px}
    .services-showcase-note{min-width:0;width:100%}
}
@media (max-width:767.98px){
    .services-showcase{padding:70px 0}
    .services-showcase-grid{grid-template-columns:1fr;gap:16px}
    .services-showcase-title{font-size:40px;line-height:1.04}
    .services-showcase-desc{font-size:16px;line-height:1.7}
    .services-showcase-card,.services-showcase-link{min-height:0}
    .services-showcase-link{padding:28px 24px}
    .services-showcase-top{margin-bottom:28px}
}

/* =========================================================
   KURUMSAL SAYFA - KURUCU HERO
   ========================================================= */

.corporate-founder-hero{
    position:relative;
    overflow:hidden;
    padding:105px 0 90px;
    background:
            radial-gradient(circle at 10% 10%, rgba(233,22,98,.10), transparent 30%),
            linear-gradient(135deg,#ffffff 0%,#f6f9fc 100%);
}

.corporate-founder-hero::before{
    content:"";
    position:absolute;
    width:560px;
    height:560px;
    right:-260px;
    top:-170px;
    border:1px solid rgba(19,67,108,.08);
    border-radius:50%;
}

.corporate-founder-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
    align-items:center;
    gap:70px;
}

.corporate-founder-kicker{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-bottom:22px;
    color:#e91662;
    font-size:14px;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.corporate-founder-kicker::before{
    content:"";
    width:38px;
    height:2px;
    background:#e91662;
}

.corporate-founder-copy h1{
    max-width:850px;
    margin:0 0 24px;
    color:#202126;
    font-size:clamp(48px,5.6vw,82px);
    font-weight:850;
    line-height:.98;
    letter-spacing:-.055em;
}

.corporate-founder-lead{
    max-width:760px;
    margin:0 0 18px;
    color:#13436c;
    font-size:22px;
    font-weight:650;
    line-height:1.6;
}

.corporate-founder-text{
    max-width:750px;
    margin:0;
    color:#687386;
    font-size:17px;
    line-height:1.85;
}

.corporate-founder-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:34px;
}

.corporate-founder-stats{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:46px;
}

.corporate-founder-stats > div{
    padding:20px 0 0;
    border-top:1px solid rgba(19,67,108,.13);
}

.corporate-founder-stats strong,
.corporate-founder-stats span{
    display:block;
}

.corporate-founder-stats strong{
    margin-bottom:7px;
    color:#202126;
    font-size:24px;
    font-weight:850;
}

.corporate-founder-stats span{
    color:#7a8492;
    font-size:13px;
    line-height:1.5;
}

.corporate-founder-visual{
    position:relative;
    min-height:650px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
}

.corporate-founder-shape{
    position:absolute;
    left:50%;
    bottom:18px;
    width:430px;
    height:500px;
    transform:translateX(-50%);
    border-radius:220px 220px 38px 38px;
    background:
            linear-gradient(180deg,rgba(19,67,108,.08),rgba(19,67,108,.02));
    border:1px solid rgba(19,67,108,.08);
}

.corporate-founder-image{
    position:relative;
    z-index:2;
    width:100%;
    max-width:510px;
    line-height:0;
}

.corporate-founder-image img{
    display:block;
    width:100%;
    height:auto;
    filter:drop-shadow(0 28px 42px rgba(19,40,70,.18));
}

.corporate-founder-signature{
    position:absolute;
    z-index:3;
    left:0;
    bottom:58px;
    min-width:225px;
    padding:18px 22px;
    border-left:4px solid #e91662;
    background:rgba(255,255,255,.94);
    box-shadow:0 22px 55px rgba(19,40,70,.14);
    backdrop-filter:blur(12px);
}

.corporate-founder-signature span,
.corporate-founder-signature strong,
.corporate-founder-signature small{
    display:block;
}

.corporate-founder-signature span{
    margin-bottom:2px;
    color:#e91662;
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.corporate-founder-signature strong{
    color:#202126;
    font-size:22px;
    font-weight:850;
}

.corporate-founder-signature small{
    margin-top:3px;
    color:#7b8492;
    font-size:13px;
}

.corporate-founder-message{
    padding:0 0 100px;
    background:#f6f9fc;
}

.corporate-founder-message-card{
    display:grid;
    grid-template-columns:180px minmax(0,1fr);
    gap:58px;
    padding:58px 64px;
    border-radius:30px;
    background:#13436c;
    box-shadow:0 28px 80px rgba(19,67,108,.20);
}

.corporate-founder-message-label{
    color:rgba(255,255,255,.58);
    font-size:13px;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.corporate-founder-message-content h2{
    max-width:820px;
    margin:0 0 24px;
    color:#fff;
    font-size:clamp(34px,4vw,56px);
    font-weight:820;
    line-height:1.08;
    letter-spacing:-.035em;
}

.corporate-founder-message-content p{
    max-width:900px;
    margin:0 0 16px;
    color:rgba(255,255,255,.78);
    font-size:17px;
    line-height:1.85;
}

.corporate-founder-quote{
    margin-top:30px;
    padding:22px 0 0 28px;
    border-left:3px solid #e91662;
    color:#fff;
    font-size:21px;
    font-weight:700;
    line-height:1.55;
}

@media (max-width:1199.98px){
    .corporate-founder-grid{
        grid-template-columns:minmax(0,1fr) 410px;
        gap:45px;
    }

    .corporate-founder-copy h1{
        font-size:60px;
    }

    .corporate-founder-visual{
        min-height:570px;
    }
}

@media (max-width:991.98px){
    .corporate-founder-hero{
        padding:80px 0 65px;
    }

    .corporate-founder-grid{
        grid-template-columns:1fr;
    }

    .corporate-founder-copy h1{
        font-size:54px;
    }

    .corporate-founder-visual{
        min-height:560px;
        max-width:560px;
        margin:0 auto;
    }

    .corporate-founder-message-card{
        grid-template-columns:1fr;
        gap:22px;
        padding:46px 38px;
    }
}

@media (max-width:767.98px){
    .corporate-founder-hero{
        padding:65px 0 50px;
    }

    .corporate-founder-copy h1{
        font-size:42px;
        line-height:1.03;
    }

    .corporate-founder-lead{
        font-size:18px;
    }

    .corporate-founder-stats{
        grid-template-columns:1fr;
        gap:14px;
    }

    .corporate-founder-visual{
        min-height:480px;
    }

    .corporate-founder-shape{
        width:330px;
        height:390px;
    }

    .corporate-founder-signature{
        left:8px;
        bottom:22px;
        min-width:205px;
        padding:15px 18px;
    }

    .corporate-founder-message{
        padding-bottom:70px;
    }

    .corporate-founder-message-card{
        padding:36px 24px;
        border-radius:22px;
    }

    .corporate-founder-message-content h2{
        font-size:34px;
    }

    .corporate-founder-message-content p{
        font-size:16px;
    }

    .corporate-founder-quote{
        font-size:18px;
    }
}


/* Menü çizgisi güvenlik düzeltmesi */
.site-header .navbar-nav > .nav-item::before,
.site-header .navbar-nav > .nav-item::after {
    content: none !important;
}

.site-header .navbar-nav > .nav-item > .nav-link.active {
    box-shadow: none !important;
}


/* =========================================================
   MOBİL MENÜ - KART GRUP GÖRÜNÜMÜ
   ========================================================= */
@media (max-width: 991.98px) {
    .site-header {
        background: rgba(255, 255, 255, .96);
    }

    .site-header .navbar {
        padding: 12px 0 14px;
    }

    .site-header .navbar-brand img {
        height: 68px !important;
        width: auto !important;
    }

    .site-header .navbar-toggler {
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 14px;
        background: #f7f8fb;
        border: 1px solid rgba(17, 24, 39, .08);
    }

    .site-header .navbar-collapse {
        margin-top: 18px;
        padding: 14px;
        border: 1px solid rgba(17, 24, 39, .08);
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 18px 45px rgba(17, 24, 39, .09);
    }

    .site-header .navbar-nav {
        width: 100%;
        align-items: stretch !important;
        gap: 4px !important;
        margin: 0 !important;
    }

    .site-header .navbar-nav > .nav-item {
        width: 100%;
    }

    .site-header .navbar-nav > .nav-item > .nav-link {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 48px;
        padding: 12px 15px 12px 18px !important;
        border-radius: 12px;
        color: #34373e;
        background: transparent;
        transition:
                color .2s ease,
                background .2s ease,
                transform .2s ease;
    }

    /* Mobilde yatay alt çizgi tamamen kaldırılır */
    .site-header .navbar-nav > .nav-item > .nav-link::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 50%;
        bottom: auto;
        width: 3px;
        height: 22px;
        border-radius: 999px;
        background: var(--tc-pink);
        transform: translateY(-50%) scaleY(0);
        transform-origin: center;
        transition: transform .2s ease;
    }

    .site-header .navbar-nav > .nav-item > .nav-link:hover,
    .site-header .navbar-nav > .nav-item > .nav-link.active {
        color: var(--tc-pink) !important;
        background: rgba(233, 22, 98, .065);
        transform: none;
    }

    .site-header .navbar-nav > .nav-item > .nav-link:hover::before,
    .site-header .navbar-nav > .nav-item > .nav-link.active::before {
        transform: translateY(-50%) scaleY(1);
    }

    .site-header .navbar-nav > .nav-item.dropdown > .nav-link {
        justify-content: space-between;
    }

    .site-header .navbar-nav > .nav-item.dropdown > .nav-link::after {
        margin-left: auto;
    }

    .site-header .navbar .dropdown-menu {
        margin: 5px 0 7px 10px;
        padding: 7px;
        border: 0;
        border-left: 2px solid rgba(233, 22, 98, .18);
        border-radius: 0 13px 13px 0;
        background: #f8f9fc;
        box-shadow: none;
    }

    .site-header .navbar .dropdown-item {
        min-height: 44px;
        padding: 9px 11px;
        border-radius: 10px;
    }

    .site-header .navbar-nav .ms-lg-2 {
        margin-top: 7px;
    }

    .site-header .navbar-nav .btn {
        display: inline-flex;
        width: auto;
        min-width: 104px;
        justify-content: center;
        margin-left: 4px;
        padding: 10px 18px !important;
    }
}

@media (max-width: 575.98px) {
    .site-header .navbar-brand img {
        height: 62px !important;
    }

    .site-header .navbar-collapse {
        margin-top: 14px;
        padding: 11px;
        border-radius: 17px;
    }
}