/* CagatayUgurKlinik - Landing Page Premium Tema
   Renk paleti: Güven Mavisi & Gün Işığı — açık, ferah zeminler üzerinde
   sakinlik/güven veren mavi (primary) ve sıcak, yumuşak turuncu (accent).
   Çocuk ve ergen psikiyatrisi kliniği için ebeveyne güven veren, koyu/kurumsal
   olmayan bir izlenim hedefler. Bkz. docs/LANDİNGPAGE.md */

:root {
    --pub-primary: #2e6f8e;
    --pub-primary-dark: #1f4f68;
    --pub-primary-rgb: 46, 111, 142;
    --pub-secondary: #bfe1da;
    --pub-secondary-rgb: 191, 225, 218;
    --pub-bg: #f6faf9;
    --pub-bg-alt: #eaf3f1;
    --pub-bg-cream: #eaf3f1;
    --pub-bg-beige: #dcebe7;
    --pub-bg-dusty: #cde3de;
    --pub-accent: #f0965b;
    --pub-accent-light: #f5b689;
    --pub-accent-dark: #d97a3d;
    --pub-accent-rgb: 240, 150, 91;
    --pub-text: #1e2e36;
    --pub-text-muted: #5c7480;
    --pub-border: #dce8e5;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--pub-text);
    background-color: var(--pub-bg);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.display-font {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    color: var(--pub-primary);
    letter-spacing: -0.01em;
}

h1 {
    font-size: clamp(2.75rem, 4.4vw, 4.25rem);
    line-height: 1.08;
}

h2 {
    font-size: clamp(2.1rem, 3.1vw, 2.85rem);
    line-height: 1.15;
}

h3 {
    font-size: clamp(1.4rem, 1.8vw, 1.7rem);
}

p {
    line-height: 1.75;
    font-size: 1.03rem;
    color: var(--pub-text-muted);
}

.lead-serif {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: var(--pub-primary);
}

a {
    color: var(--pub-primary);
}

a:hover {
    color: var(--pub-accent-dark);
}

/* ---- Layout rhythm ---- */
.section-py {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.section-py-sm {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.section-bg-soft {
    position: relative;
    background-color: var(--pub-bg-cream);
    background-image: radial-gradient(rgba(var(--pub-primary-rgb), 0.07) 1px, transparent 1px);
    background-size: 22px 22px;
}

.section-bg-beige {
    position: relative;
    background-color: var(--pub-bg-beige);
    background-image: radial-gradient(rgba(var(--pub-primary-rgb), 0.07) 1px, transparent 1px);
    background-size: 22px 22px;
}

.section-bg-dusty {
    position: relative;
    background-color: var(--pub-bg-dusty);
    background-image: radial-gradient(rgba(var(--pub-primary-rgb), 0.08) 1px, transparent 1px);
    background-size: 22px 22px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pub-primary);
    margin-bottom: 1rem;
}

.section-eyebrow::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 1px;
    background-color: var(--pub-accent-dark);
}

.section-eyebrow-center {
    justify-content: center;
}

.section-lead {
    color: var(--pub-text-muted);
    max-width: 640px;
    font-size: 1.1rem;
}

.hairline {
    border: 0;
    border-top: 1px solid var(--pub-border);
    margin: 0;
}

.tag-chip {
    display: inline-block;
    background-color: rgba(var(--pub-secondary-rgb), 0.55);
    color: var(--pub-primary-dark);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.3rem 0.75rem;
    border-radius: 100px;
}

/* ---- Yaş Grupları (interaktif seçici) ---- */
.age-selector {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 2.5rem;
    align-items: start;
}

.age-options {
    position: relative;
    display: flex;
    flex-direction: column;
}

.age-options::before {
    content: "";
    position: absolute;
    top: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
    width: 1px;
    background: var(--pub-border);
}

.age-step {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1.1rem;
    text-align: left;
    background: transparent;
    border: none;
    padding: 1rem 0.5rem;
    border-radius: 12px;
    transition: background-color 250ms ease;
}

.age-step:hover {
    background: rgba(var(--pub-primary-rgb), 0.04);
}

.age-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--pub-border);
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--pub-text-muted);
    transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease;
}

.age-step-label {
    font-weight: 600;
    font-size: 1rem;
    color: var(--pub-text-muted);
    transition: color 250ms ease;
}

.age-step.is-active .age-step-index {
    background: var(--pub-accent);
    border-color: var(--pub-accent);
    color: #fff;
}

.age-step.is-active .age-step-label {
    color: var(--pub-primary);
}

.age-panel {
    background: #fff;
    border: 1px solid var(--pub-border);
    border-radius: 20px;
    padding: 2.25rem;
    box-shadow: 0 24px 48px -24px rgba(var(--pub-primary-rgb), 0.2);
}

.age-panel-body {
    transition: opacity 180ms ease;
}

.age-panel-body.is-fading {
    opacity: 0;
}

.age-panel-title {
    display: block;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--pub-primary);
    margin-bottom: 0.85rem;
}

.age-panel-body p {
    color: var(--pub-text-muted);
    margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
    .age-selector {
        grid-template-columns: 1fr;
    }
}

/* ---- Uzmanlık Alanları (etiket grid'i) ---- */
.expertise-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.expertise-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #fff;
    border: 1px solid var(--pub-border);
    color: var(--pub-primary);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.86rem;
    padding: 0.6rem 1.15rem;
    border-radius: 100px;
    transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.expertise-chip:hover {
    background-color: var(--pub-primary);
    border-color: var(--pub-primary);
    color: #fff;
    transform: translateY(-2px);
}

.expertise-chip i {
    color: var(--pub-accent-dark);
    font-size: 0.9rem;
    transition: color 220ms ease;
}

.expertise-chip:hover i {
    color: var(--pub-accent-light);
}

.expertise-chip-arrow {
    display: inline-block;
    width: 0.9rem;
    opacity: 0;
    color: inherit;
    transform: translateX(-4px);
    transition: opacity 220ms ease, transform 220ms ease, color 220ms ease;
}

.expertise-chip:hover .expertise-chip-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* ---- Aile Odaklı Yaklaşım (editorial statement/pull-quote) ---- */
.statement-block {
    max-width: 780px;
    margin-inline: auto;
    text-align: center;
}

.statement-mark {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 4.5rem;
    line-height: 1;
    color: var(--pub-accent);
    opacity: 0.55;
    margin-bottom: 0.25rem;
}

.statement-block h2 {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}

.statement-block p {
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    line-height: 1.65;
    color: var(--pub-text-muted);
    margin-bottom: 0;
}

/* ---- Güvenli Ortam (yatay ilke satırı) ---- */
.principle-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 3rem;
}

.principle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 9.5rem;
}

.principle-item .icon-badge {
    margin-bottom: 0.85rem;
}

.principle-item span:last-child {
    font-weight: 600;
    font-size: 0.88rem;
    color: var(--pub-text);
}

/* ---- Umut Alanı (CTA banner) ---- */
.hope-banner {
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
}

.hope-banner h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.hope-banner p {
    color: var(--pub-text-muted);
    font-size: 1.08rem;
    margin-bottom: 2rem;
}

/* ---- Buttons ---- */
.btn {
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 280ms ease, background-color 250ms ease, border-color 250ms ease, color 250ms ease;
    padding: 0.65rem 1.5rem;
    overflow: hidden;
    isolation: isolate;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.35) 45%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 550ms ease;
}

.btn:hover::before {
    transform: translateX(120%);
}

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

.btn:active {
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .btn::before {
        display: none;
    }

    .btn:hover {
        transform: none;
    }
}

.btn-primary {
    background: linear-gradient(155deg, #234a68 0%, var(--pub-primary) 55%, var(--pub-primary-dark) 100%);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 10px 24px -10px rgba(var(--pub-primary-rgb), 0.5);
}

.btn-primary:hover {
    background: linear-gradient(155deg, var(--pub-primary) 0%, var(--pub-primary-dark) 100%);
    border-color: rgba(255, 255, 255, 0.16);
    color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.14) inset, 0 20px 40px -14px rgba(var(--pub-primary-rgb), 0.6);
}

.btn-outline-primary {
    --bs-btn-color: var(--pub-primary);
    --bs-btn-border-color: var(--pub-primary);
    --bs-btn-hover-bg: var(--pub-primary);
    --bs-btn-hover-border-color: var(--pub-primary);
    --bs-btn-focus-shadow-rgb: var(--pub-primary-rgb);
    border-width: 1.5px;
}

.btn-outline-primary:hover {
    box-shadow: 0 12px 28px -14px rgba(var(--pub-primary-rgb), 0.5);
}

.btn-accent {
    background: linear-gradient(155deg, var(--pub-accent-light) 0%, var(--pub-accent) 55%, var(--pub-accent-dark) 100%);
    border-color: rgba(255, 255, 255, 0.35);
    color: var(--pub-primary);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset, 0 10px 24px -10px rgba(var(--pub-accent-rgb), 0.5);
}

.btn-accent:hover {
    background: linear-gradient(155deg, var(--pub-accent) 0%, var(--pub-accent-dark) 100%);
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--pub-primary);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 20px 40px -14px rgba(var(--pub-accent-rgb), 0.6);
}

.btn-lg {
    padding: 0.85rem 2rem;
}

/* ---- Navbar (header) ---- */
.navbar-corporate {
    background: linear-gradient(155deg, rgba(var(--pub-primary-rgb), 0.94), rgba(11, 29, 46, 0.94));
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(var(--pub-accent-rgb), 0.16);
    transition: box-shadow 300ms ease, min-height 300ms ease, background-color 300ms ease, backdrop-filter 300ms ease;
    position: sticky;
    top: 0;
    z-index: 1030;
    min-height: 76px;
}

.navbar-corporate.is-scrolled {
    border-bottom-color: rgba(var(--pub-accent-rgb), 0.3);
    box-shadow: 0 16px 32px -18px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(18px);
}

@media (min-width: 992px) {
    .navbar-corporate {
        min-height: 80px;
    }

    .navbar-corporate.is-scrolled {
        min-height: 70px;
    }
}

.navbar-corporate .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    margin-right: 2.5rem;
}

.navbar-brand-emblem {
    display: block;
    height: 50px;
    width: auto;
    flex-shrink: 0;
}

.navbar-brand-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.navbar-brand-eyebrow {
    display: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pub-accent-light);
    opacity: 0.9;
}

.navbar-brand-name {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    color: #fff;
    white-space: nowrap;
}

.navbar-brand-subtitle {
    display: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
    white-space: nowrap;
}

@media (min-width: 992px) {
    .navbar-brand-emblem {
        height: 55px;
    }

    .navbar-brand-eyebrow,
    .navbar-brand-subtitle {
        display: block;
    }

    .navbar-brand-name {
        font-size: 1.45rem;
    }
}

.navbar-corporate .nav-link {
    position: relative;
    color: #fff !important;
    opacity: 0.68;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
    transition: opacity 200ms ease;
}

.navbar-corporate .nav-link::after {
    content: "";
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    bottom: 0.1rem;
    height: 2px;
    background: linear-gradient(90deg, var(--pub-accent-light), var(--pub-accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.navbar-corporate .nav-link:hover,
.navbar-corporate .nav-link.active {
    opacity: 1;
}

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

.navbar-corporate .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.25);
}

.navbar-corporate .navbar-toggler-icon {
    filter: invert(1) grayscale(100%) brightness(200%);
}

/* ---- Cards ---- */
.card-corporate {
    background: #fff;
    border: 1px solid var(--pub-border);
    border-radius: 14px;
    padding: 2rem;
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 300ms ease, border-color 300ms ease;
    box-shadow: 0 1px 3px rgba(var(--pub-primary-rgb), 0.04);
    overflow: hidden;
    overflow-wrap: break-word;
}

/* height:100% is opt-in via Bootstrap's .h-100 (used by grid cards that need
   to match a taller sibling in the same row) - standalone sidebar cards must
   NOT stretch to fill a row's align-items:stretch height, or they balloon
   with empty space at the bottom. */

.card-corporate:hover {
    transform: translateY(-5px);
    border-color: rgba(var(--pub-accent-rgb), 0.4);
    box-shadow: 0 20px 36px -12px rgba(var(--pub-primary-rgb), 0.16);
}

.icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background-color: rgba(var(--pub-primary-rgb), 0.08);
    color: var(--pub-primary);
    font-size: 1.4rem;
    margin-bottom: 1rem;
    transition: background-color 250ms ease, color 250ms ease, transform 250ms ease;
}

.icon-badge.icon-badge-accent {
    background-color: rgba(var(--pub-accent-rgb), 0.25);
    color: var(--pub-accent-dark);
}

.icon-badge.icon-badge-lg {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
}

.card-corporate:hover .icon-badge {
    background-color: var(--pub-primary);
    color: #fff;
    transform: scale(1.08) rotate(-4deg);
}

.card-corporate:hover .icon-badge.icon-badge-accent {
    background-color: var(--pub-accent-dark);
    color: #fff;
    transform: scale(1.08) rotate(-4deg);
}

.avatar-placeholder {
    width: 100%;
    height: 100%;
    background-color: var(--pub-bg-alt);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pub-primary);
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    box-shadow: inset 0 0 0 1px var(--pub-border);
}

/* ---- Kurumsal Üyelikler ---- */
.membership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
}

.membership-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    background: #fff;
    border: 1px solid var(--pub-border);
    border-radius: 14px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    text-decoration: none;
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 300ms ease, border-color 300ms ease;
}

a.membership-card:hover {
    transform: translateY(-5px);
    border-color: rgba(var(--pub-accent-rgb), 0.4);
    box-shadow: 0 20px 36px -12px rgba(var(--pub-primary-rgb), 0.16);
    text-decoration: none;
}

.membership-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
}

.membership-logo img {
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: filter 250ms ease, opacity 250ms ease;
}

a.membership-card:hover .membership-logo img {
    filter: none;
    opacity: 1;
}

.membership-logo .icon-badge {
    margin-bottom: 0;
}

.membership-name {
    color: var(--pub-primary);
    font-weight: 600;
    font-size: 0.95rem;
}

.membership-meta {
    color: var(--pub-text-muted);
    font-size: 0.8rem;
}

/* ---- Services (editorial card) ---- */
.service-editorial-card {
    position: relative;
    display: block;
    height: 100%;
    padding-top: 2rem;
    border-top: 1px solid var(--pub-border);
    text-decoration: none;
}

.service-editorial-card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--pub-accent), var(--pub-accent-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-editorial-card:hover::before {
    transform: scaleX(1);
}

.service-editorial-index {
    display: block;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--pub-accent-dark);
    margin-bottom: 1.25rem;
    transition: transform 300ms ease;
}

.service-editorial-card:hover .service-editorial-index {
    transform: translateX(4px);
}

.service-editorial-index-lg {
    font-size: 2.75rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.service-editorial-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.service-editorial-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.05) brightness(0.98);
    transition: transform 400ms ease;
}

.service-editorial-card:hover .service-editorial-media img {
    transform: scale(1.04);
}

.service-editorial-card h5 {
    margin-bottom: 0.6rem;
}

.service-editorial-card p {
    margin-bottom: 1rem;
}

.service-editorial-link {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--pub-primary);
}

.service-editorial-card:hover .service-editorial-link {
    color: var(--pub-accent-dark);
}

/* ---- Uzman Kadro (editorial team card) ---- */
#kadro h2 {
    font-size: clamp(1.5rem, 1.9vw, 1.85rem);
}

.team-editorial-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 1.75rem;
    border-top: 1px solid var(--pub-border);
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.team-editorial-card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--pub-accent), var(--pub-accent-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.team-editorial-card:hover {
    transform: translateY(-5px);
}

.team-editorial-card:hover::before {
    transform: scaleX(1);
}

.team-editorial-media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background-color: var(--pub-bg-alt);
    flex-shrink: 0;
    border-radius: 4px;
}

.team-editorial-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Yüklenen fotoğraflar çoğunlukla tam boy stüdyo çekimi — kırpmayı
       yüz/omuz bölgesine kaydırıyoruz ki kart kişiyi uzaktan değil,
       profesyonel bir portre gibi göstersin. */
    object-position: center 15%;
    filter: saturate(0.94) contrast(1.03);
    transition: transform 500ms ease;
}

.team-editorial-card:hover .team-editorial-media img {
    transform: scale(1.045);
}

.team-editorial-media .avatar-placeholder {
    font-size: 2rem;
    box-shadow: none;
}

.team-editorial-role {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pub-accent-dark);
    margin-bottom: 0.4rem;
}

.team-editorial-card h5 {
    margin-bottom: 0.6rem;
}

.team-editorial-card p {
    color: var(--pub-text-muted);
    margin-bottom: 1.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team-editorial-links {
    margin-top: auto;
    padding-top: 0.25rem;
}

.team-editorial-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--pub-primary);
    text-decoration: none;
    transition: color 250ms ease;
}

.team-editorial-link span {
    transition: transform 250ms ease;
}

.team-editorial-link:hover {
    color: var(--pub-accent-dark);
}

.team-editorial-link:hover span {
    transform: translateX(3px);
}

/* ---- Hero ---- */
.hero-corporate {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 6%, rgba(var(--pub-accent-rgb), 0.1), transparent 45%),
        radial-gradient(circle at 6% 96%, rgba(var(--pub-secondary-rgb), 0.3), transparent 45%),
        linear-gradient(180deg, #fffcf7 0%, var(--pub-bg) 100%);
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
}

.hero-corporate::before,
.hero-corporate::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
    z-index: 0;
}

.hero-corporate::before {
    width: 34rem;
    height: 34rem;
    top: -14rem;
    right: -10rem;
    background: radial-gradient(circle, rgba(var(--pub-accent-rgb), 0.18), transparent 70%);
    animation: hero-drift-a 16s ease-in-out infinite;
}

.hero-corporate::after {
    width: 28rem;
    height: 28rem;
    bottom: -12rem;
    left: -8rem;
    background: radial-gradient(circle, rgba(var(--pub-secondary-rgb), 0.28), transparent 70%);
    animation: hero-drift-b 20s ease-in-out infinite;
}

@keyframes hero-drift-a {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-2rem, 2.5rem) scale(1.08); }
}

@keyframes hero-drift-b {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(2rem, -2rem) scale(1.06); }
}

.hero-corporate .container {
    z-index: 1;
}

.hero-eyebrow-rule {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    color: var(--pub-accent-dark);
    background: rgba(var(--pub-accent-rgb), 0.12);
    border-radius: 999px;
    padding: 0.45rem 1rem;
    margin-bottom: 1.75rem;
}

.hero-eyebrow-rule::before {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: var(--pub-accent-dark);
}

.hero-corporate h1 {
    max-width: 560px;
    font-size: clamp(2.3rem, 3.1vw, 3.35rem);
    line-height: 1.16;
    color: var(--pub-primary);
}

.hero-lede {
    font-size: 1.08rem;
    line-height: 1.6;
    max-width: 460px;
    color: var(--pub-text-muted);
}

.hero-cta {
    margin-top: 0.5rem;
}

.hero-cta .btn {
    border-radius: 999px;
    padding: 0.85rem 1.85rem;
    font-size: 0.98rem;
}

.hero-cta .btn-accent {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset, 0 16px 34px -10px rgba(var(--pub-accent-rgb), 0.45);
}

.hero-cta .btn-outline-primary {
    --bs-btn-border-color: var(--pub-border);
    --bs-btn-color: var(--pub-primary);
    --bs-btn-hover-bg: var(--pub-primary);
    --bs-btn-hover-border-color: var(--pub-primary);
    border-width: 1.5px;
}

.hero-visual-organic {
    position: relative;
    max-width: 87%;
    margin-inline: auto;
    padding: 2rem 1.5rem;
}

.hero-visual-blob {
    position: absolute;
    z-index: 0;
    filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1) 400ms;
}

.hero-visual-organic.is-visible .hero-visual-blob {
    opacity: 0.22;
}

@media (prefers-reduced-motion: reduce) {
    .hero-visual-blob {
        transition: none;
        opacity: 0.22;
    }
}

.hero-visual-blob-accent {
    width: 78%;
    aspect-ratio: 1;
    top: -10%;
    right: -12%;
    background: var(--pub-accent);
    border-radius: 42% 58% 65% 35% / 45% 40% 60% 55%;
    animation: hero-blob-drift-a 7s ease-in-out infinite;
}

.hero-visual-blob-secondary {
    width: 62%;
    aspect-ratio: 1;
    bottom: -10%;
    left: -10%;
    background: var(--pub-secondary);
    border-radius: 55% 45% 35% 65% / 55% 60% 40% 45%;
    animation: hero-blob-drift-b 8s ease-in-out infinite;
}

@keyframes hero-blob-drift-a {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-2%, 3%) scale(1.05); }
}

@keyframes hero-blob-drift-b {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(3%, -2%) scale(1.05); }
}

.hero-visual-frame {
    position: relative;
    z-index: 1;
    border-radius: 2.25rem;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 3.6;
    max-height: clamp(300px, 52vh, 560px);
    box-shadow: 0 28px 54px -18px rgba(var(--pub-primary-rgb), 0.28);
    animation: hero-photo-float 7s ease-in-out infinite;
}

@keyframes hero-photo-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.hero-visual-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.95) contrast(1.04) brightness(0.99);
}

.hero-visual-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(var(--pub-primary-rgb), 0.22) 0%, transparent 30%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    pointer-events: none;
}

.hero-visual-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1.1rem;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--pub-text-muted);
    text-align: center;
}

@media (prefers-reduced-motion: reduce) {
    .hero-corporate::before,
    .hero-corporate::after,
    .hero-visual-frame,
    .hero-visual-blob {
        animation: none;
    }
}

/* Kısa viewport yüksekliklerinde (ör. 1366x768 laptop ekranları) hero
   içeriğinin CTA'yı ekran dışına itmemesi için kontrollü sıkıştırma. */
@media (max-height: 800px) {
    .hero-corporate {
        padding-top: 2.5rem;
        padding-bottom: 1.75rem;
    }

    .hero-corporate .row {
        --bs-gutter-y: 2rem;
    }

    .hero-eyebrow-rule {
        margin-bottom: 1.1rem;
    }

    .hero-corporate h1 {
        font-size: clamp(1.9rem, 2.6vw, 2.6rem);
        line-height: 1.15;
    }

    .hero-visual-frame {
        max-height: clamp(240px, 38vh, 400px);
    }

    .hero-visual-caption {
        margin-top: 0.75rem;
    }

    .hero-trust-row {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    .hero-scroll-cue {
        display: none;
    }
}

.hero-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    transform: translateX(-50%);
    z-index: 1;
    color: var(--pub-accent-dark);
    font-size: 1.35rem;
    animation: hero-scroll-bounce 2.2s ease-in-out infinite;
}

@keyframes hero-scroll-bounce {
    0%, 100% { transform: translate(-50%, 0); opacity: 0.55; }
    50% { transform: translate(-50%, 8px); opacity: 1; }
}

@media (max-width: 991.98px), (prefers-reduced-motion: reduce) {
    .hero-scroll-cue {
        display: none;
    }
}

.about-photo-frame {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 24px 48px -20px rgba(var(--pub-primary-rgb), 0.3);
}

.about-photo-frame::before {
    content: "";
    position: absolute;
    inset: -14px;
    z-index: -1;
    border: 1px solid rgba(var(--pub-accent-rgb), 0.5);
    border-radius: 10px;
    pointer-events: none;
}

.about-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.05) brightness(0.98);
    transition: transform 500ms ease;
}

.about-photo-frame:hover img {
    transform: scale(1.03);
}

/* ---- Ortamımız (fotoğraf kolajı) ---- */
.ortam-gallery {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    height: 26rem;
    max-width: 960px;
    margin-bottom: 3rem;
}

.ortam-gallery .about-photo-frame {
    aspect-ratio: unset;
    height: 100%;
}

.ortam-gallery-main {
    grid-row: 1 / span 2;
}

@media (max-width: 767.98px) {
    .ortam-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        height: auto;
        gap: 0.85rem;
    }

    .ortam-gallery-main,
    .ortam-gallery-sub {
        grid-row: auto;
        height: 14rem;
    }
}

/* ---- FAQ / Accordion ---- */
.accordion-corporate .accordion-item {
    border: 1px solid var(--pub-border);
    border-left: 2px solid transparent;
    border-radius: 12px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: border-left-color 250ms ease, transform 250ms ease;
}

.accordion-corporate .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-left-color: var(--pub-accent);
}

.accordion-corporate .accordion-button {
    font-weight: 600;
    color: var(--pub-primary);
    background-color: #fff;
    transition: background-color 250ms ease, color 250ms ease;
    --bs-accordion-btn-icon-transition: transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
}

.accordion-corporate .accordion-button:not(.collapsed) {
    background-color: rgba(var(--pub-accent-rgb), 0.08);
    color: var(--pub-primary);
    box-shadow: none;
}

.accordion-corporate .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--pub-accent-rgb), 0.35);
}

/* ---- Footer ---- */
.footer-corporate {
    position: relative;
    background-color: var(--pub-primary);
    color: rgba(255, 255, 255, 0.75);
}

.footer-corporate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--pub-accent), transparent);
}

.footer-corporate a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.footer-corporate a:hover {
    color: var(--pub-accent);
}

.footer-heading {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pub-accent-light);
    opacity: 0.9;
    margin-bottom: 0.9rem;
}

.footer-brand-lockup {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.footer-brand-emblem {
    display: block;
    height: 60px;
    width: auto;
    flex-shrink: 0;
}

.footer-brand-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.footer-brand-name {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
}

.footer-brand-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--pub-accent-light);
    opacity: 0.85;
}

.footer-py {
    padding-top: 3.25rem;
    padding-bottom: 1.75rem;
}

@media (max-width: 767.98px) {
    .footer-py {
        padding-top: 2.5rem;
        padding-bottom: 1.5rem;
    }
}

.footer-link-list li {
    margin-bottom: 0.75rem;
}

.footer-link-list li:last-child {
    margin-bottom: 0;
}

.footer-link-list a {
    font-size: 0.92rem;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.9rem;
    font-size: 0.92rem;
    line-height: 1.5;
}

.footer-contact-list li:last-child {
    margin-bottom: 0;
}

.footer-contact-list i {
    color: var(--pub-accent);
    font-size: 0.85rem;
    width: 1rem;
    flex-shrink: 0;
    text-align: center;
    margin-top: 0.3em;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: background-color 200ms ease, transform 250ms ease;
}

.footer-social-link:hover {
    background-color: var(--pub-accent);
    color: var(--pub-primary-dark);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}

/* ---- Forms ---- */
.form-control:focus,
.form-select:focus {
    border-color: var(--pub-accent);
    box-shadow: 0 0 0 0.2rem rgba(var(--pub-accent-rgb), 0.35);
}

/* ---- Breadcrumb / inner pages ---- */
.page-header-corporate {
    position: relative;
    overflow: hidden;
    background: var(--pub-bg-alt);
    padding: 3.5rem 0 3rem;
}

.page-header-corporate::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 85% 20%, rgba(var(--pub-accent-rgb), 0.14), transparent 45%),
        radial-gradient(circle at 10% 90%, rgba(var(--pub-accent-rgb), 0.12), transparent 40%);
}

.page-header-corporate .breadcrumb {
    position: relative;
    margin-bottom: 0.75rem;
}

.page-header-corporate .breadcrumb-item,
.page-header-corporate .breadcrumb-item a {
    color: var(--pub-text-muted);
    font-size: 0.85rem;
}

.page-header-corporate .breadcrumb-item.active {
    color: var(--pub-text);
}

.page-header-corporate .breadcrumb-item + .breadcrumb-item::before {
    color: var(--pub-text-muted);
    opacity: 0.5;
}

.page-header-corporate h1 {
    position: relative;
    color: var(--pub-text);
    margin-bottom: 0;
}

.page-header-corporate p {
    position: relative;
    color: var(--pub-text-muted);
    max-width: 640px;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.page-header-compact {
    padding: 2.25rem 0 1.75rem;
}

.page-header-compact h1 {
    font-size: clamp(1.65rem, 2.6vw, 2.15rem);
}

.page-header-compact p {
    font-size: 0.95rem;
    margin-top: 0.4rem;
}

/* ---- Long-form content (Html.Raw) ---- */
.prose {
    max-width: 760px;
}

.prose h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

.prose h3 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

.prose p {
    margin-bottom: 1.1rem;
}

.prose ul,
.prose ol {
    color: var(--pub-text-muted);
    margin-bottom: 1.1rem;
}

.prose blockquote {
    border-left: 3px solid var(--pub-accent);
    padding-left: 1.25rem;
    margin: 1.5rem 0;
    color: var(--pub-text);
    font-style: italic;
}

.prose img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 1.5rem 0;
}

/* ---- Media placeholder (blog cards without an image) ---- */
.media-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: var(--pub-bg-alt);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pub-accent-dark);
    font-size: 2rem;
    box-shadow: inset 0 0 0 1px var(--pub-border);
}

/* ---- Blog card (fully clickable, hover interaction) ---- */
.blog-card,
.blog-card:hover,
.blog-card:focus {
    color: var(--pub-text);
}

.blog-card-media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
}

.blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.blog-card:hover .blog-card-media img {
    transform: scale(1.03);
}

.blog-card-title {
    transition: color 250ms ease;
}

.blog-card:hover .blog-card-title {
    color: var(--pub-accent-dark);
}

.blog-card-link {
    color: var(--pub-primary);
}

.blog-card-link i {
    transition: transform 250ms ease;
}

.blog-card:hover .blog-card-link i {
    transform: translateX(3px);
}

/* ---- Testimonial / Google Yorumları (premium editorial quote) ---- */
.google-rating-summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.9rem;
    font-size: 0.95rem;
    text-decoration: none;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    border: 1px solid var(--pub-border);
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.google-rating-summary:hover {
    border-color: var(--pub-accent);
    box-shadow: 0 8px 20px -12px rgba(var(--pub-accent-rgb), 0.5);
    transform: translateY(-1px);
}

.google-rating-summary-arrow {
    color: var(--pub-text-muted);
    font-size: 0.75rem;
}

.google-rating-summary i.bi-google {
    color: var(--pub-primary);
    font-size: 1.05rem;
}

.google-rating-summary-score {
    font-weight: 700;
    color: var(--pub-text);
}

.google-rating-summary-stars {
    color: var(--pub-accent-dark);
    font-size: 0.85rem;
    letter-spacing: 0.1em;
}

.google-rating-summary-count {
    color: var(--pub-text-muted);
    font-size: 0.85rem;
}

/* ---- Google Yorumları: yüzen avatarlar + konuşma balonu ---- */
.review-orbit {
    max-width: 620px;
    margin-inline: auto;
    margin-top: 2.75rem;
}

.review-bubble {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 2.75rem 3rem;
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--pub-border);
    box-shadow: 0 32px 64px -32px rgba(var(--pub-primary-rgb), 0.22);
    text-align: center;
    opacity: 1;
    transform: scale(1) translateY(0);
    transition: opacity 550ms cubic-bezier(0.22, 1, 0.36, 1), transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

.review-bubble.is-leaving {
    opacity: 0;
    transform: scale(0.96) translateY(8px);
}

.review-bubble-mark {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 4.5rem;
    line-height: 1;
    color: var(--pub-accent-dark);
    opacity: 0.5;
    margin-bottom: -0.5rem;
}

.review-bubble-stars {
    color: var(--pub-accent-dark);
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin-bottom: 1.1rem;
}

.review-bubble-text {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.6;
    color: var(--pub-primary);
    margin: 0 0 1.5rem;
}

.review-bubble-author {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.review-bubble-author-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--pub-primary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.review-bubble-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--pub-accent-dark);
    text-decoration: none;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--pub-accent-rgb), 0.35);
    transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
}

.review-bubble-link:hover {
    background: var(--pub-accent-dark);
    border-color: var(--pub-accent-dark);
    color: #fff;
}

.review-bubble-link.d-none {
    display: none;
}

/* Yüzen avatarlar */
.review-orbit-avatar {
    position: absolute;
    z-index: 1;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 12px 24px -12px rgba(var(--pub-primary-rgb), 0.35);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.85;
    transform: translate(0, 0) scale(1);
    transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 450ms ease, opacity 450ms ease, border-color 450ms ease;
    animation-name: review-avatar-float;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.review-orbit-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-orbit-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(var(--pub-primary-rgb), 0.1);
    color: var(--pub-primary);
    font-size: 1.1rem;
}

.review-orbit-avatar:hover {
    opacity: 1;
    box-shadow: 0 16px 30px -12px rgba(var(--pub-primary-rgb), 0.45);
}

.review-orbit-avatar:focus-visible {
    outline: 2px solid var(--pub-accent-dark);
    outline-offset: 3px;
}

.review-orbit-avatar-1 { top: -1.1rem; left: 9%; animation-duration: 7s; animation-delay: 0s; }
.review-orbit-avatar-2 { top: -1.4rem; right: 10%; animation-duration: 8s; animation-delay: 1.4s; }
.review-orbit-avatar-3 { bottom: -1.1rem; left: 13%; animation-duration: 6.5s; animation-delay: 2.6s; }
.review-orbit-avatar-4 { bottom: -1.4rem; right: 8%; animation-duration: 7.5s; animation-delay: 0.8s; }
.review-orbit-avatar-5 { bottom: -1.3rem; left: calc(50% - 1.75rem); animation-duration: 7.8s; animation-delay: 1.8s; }

/* Aktif konuşmacı: balonun tam üstüne, büyümüş halde geçer */
.review-orbit-avatar.is-active {
    top: -2.6rem;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 4.5rem;
    height: 4.5rem;
    opacity: 1;
    z-index: 3;
    border-color: var(--pub-accent-dark);
    box-shadow: 0 18px 34px -14px rgba(var(--pub-accent-rgb), 0.55);
    transform: translateX(-50%);
    animation: none;
}

@keyframes review-avatar-float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(0, -8px) rotate(1.5deg); }
}

.review-orbit-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.75rem;
}

.review-orbit-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--pub-border);
    border: none;
    padding: 0;
    transition: background-color 250ms ease, transform 250ms ease;
}

.review-orbit-dot.is-active {
    background: var(--pub-accent-dark);
    transform: scale(1.35);
}

@media (max-width: 767.98px) {
    .review-orbit {
        margin-top: 2.25rem;
    }

    .review-bubble {
        padding: 2.5rem 1.25rem 2rem;
        border-radius: 22px;
    }

    .review-bubble-mark {
        font-size: 3.25rem;
    }

    .review-bubble-text {
        font-size: 1.05rem;
    }

    .review-orbit-avatar {
        width: 2.5rem;
        height: 2.5rem;
    }

    .review-orbit-avatar-1 { top: -0.9rem; left: 6%; }
    .review-orbit-avatar-2 { top: -1.1rem; right: 6%; }
    .review-orbit-avatar-3 { bottom: -0.9rem; left: 8%; }
    .review-orbit-avatar-4 { bottom: -1.1rem; right: 6%; }
    .review-orbit-avatar-5 { bottom: -1rem; left: calc(50% - 1.25rem); }

    .review-orbit-avatar.is-active {
        top: -2.1rem;
        width: 3.5rem;
        height: 3.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .review-orbit-avatar {
        animation: none;
        transition: opacity 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
    }

    .review-bubble {
        transition: opacity 250ms ease;
    }

    .review-bubble.is-leaving {
        transform: none;
    }
}

/* ---- Footer map ---- */
.footer-map {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 130px;
    max-width: 520px;
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(1) brightness(0.92) contrast(1.05);
}

.footer-map::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11, 29, 46, 0.38);
    mix-blend-mode: multiply;
    pointer-events: none;
}

/* ---- Hero trust row (inline, sits inside the hero itself) ---- */
.hero-trust-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 2.5rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(var(--pub-primary-rgb), 0.08);
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 500;
    font-size: 0.84rem;
    color: var(--pub-text);
    white-space: nowrap;
}

.hero-trust-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    background: rgba(var(--pub-accent-rgb), 0.1);
    color: var(--pub-accent-dark);
    font-size: 0.92rem;
}

.hero-trust-divider {
    width: 1px;
    height: 1.5rem;
    background: rgba(var(--pub-primary-rgb), 0.1);
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .hero-trust-row {
        margin-top: 1.5rem;
        padding-top: 1rem;
        gap: 0.75rem 1.5rem;
    }

    .hero-trust-divider {
        display: none;
    }
}

/* ---- About bento (photo + floating callout) ---- */
.about-bento {
    position: relative;
}

.about-bento::before {
    content: "";
    position: absolute;
    width: 22rem;
    height: 22rem;
    top: -4rem;
    left: -6rem;
    background: radial-gradient(circle, rgba(var(--pub-accent-rgb), 0.16), transparent 70%);
    filter: blur(40px);
    z-index: 0;
    animation: hero-drift-b 18s ease-in-out infinite;
}

.about-bento-callout {
    position: absolute;
    right: -1rem;
    bottom: -1.5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    max-width: 250px;
    background: linear-gradient(160deg, var(--pub-accent), var(--pub-accent-dark));
    color: #fff;
    border-radius: 14px;
    padding: 1.15rem 1.35rem;
    box-shadow: 0 24px 44px -18px rgba(var(--pub-accent-rgb), 0.5);
    animation: hero-photo-float 8s ease-in-out infinite;
    animation-delay: 1.2s;
}

.about-bento-callout i {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 1.15rem;
}

.about-bento-callout span {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 575.98px) {
    .about-bento-callout {
        right: 0.5rem;
        bottom: -1rem;
        max-width: 210px;
        padding: 0.9rem 1.1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-bento::before,
    .about-bento-callout {
        animation: none;
    }
}

/* ---- Process path (connected step cards) ---- */
.process-path {
    position: relative;
}

.process-path::before {
    content: "";
    position: absolute;
    top: 2.1rem;
    left: 0;
    right: 0;
    height: 0;
    border-top: 2px dashed rgba(var(--pub-primary-rgb), 0.15);
}

.process-path::after {
    content: "";
    position: absolute;
    top: 2.1rem;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--pub-accent), var(--pub-accent-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1) 200ms;
}

.process-path.is-visible::after {
    transform: scaleX(1);
}

.process-step {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid var(--pub-border);
    border-radius: 14px;
    padding: 1.75rem 1.5rem 1.5rem;
    box-shadow: 0 16px 32px -22px rgba(var(--pub-primary-rgb), 0.3);
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 300ms ease, border-color 300ms ease;
    cursor: pointer;
}

.process-step:hover,
.process-step.is-active {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px -18px rgba(var(--pub-primary-rgb), 0.32);
}

.process-step.is-active {
    border-color: rgba(var(--pub-accent-rgb), 0.5);
}

.process-step-index {
    position: relative;
    z-index: 1;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
    background: linear-gradient(160deg, var(--pub-accent), var(--pub-accent-dark));
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
    transition: transform 300ms ease;
}

.process-step:hover .process-step-index,
.process-step.is-active .process-step-index {
    transform: scale(1.1);
}

.process-step h6 {
    font-family: "Playfair Display", serif;
    font-size: 1.15rem;
    color: var(--pub-primary);
    margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
    .process-path::before,
    .process-path::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .process-path::after {
        transition: none;
    }
}

/* ---- Neden Biz (value card grid) ---- */
.value-card {
    height: 100%;
    text-align: left;
}

.value-card h5 {
    margin-bottom: 0.5rem;
}

.value-card p {
    margin-bottom: 0;
}

/* ---- Mood check (bugün nasıl hissediyorsun) - interaktif seçici ---- */
.mood-selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
}

.mood-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mood-option {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    background: #fff;
    border: 1px solid var(--pub-border);
    border-radius: 14px;
    padding: 0.9rem 1.1rem;
    transition: border-color 250ms ease, background-color 250ms ease, transform 250ms ease;
}

.mood-option .icon-badge {
    margin-bottom: 0;
    flex-shrink: 0;
}

.mood-option span:last-child {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--pub-primary);
}

.mood-option:hover {
    transform: translateX(3px);
    border-color: rgba(var(--pub-accent-rgb), 0.4);
}

.mood-option.is-active {
    background: rgba(var(--pub-accent-rgb), 0.1);
    border-color: var(--pub-accent-dark);
}

.mood-panel {
    position: sticky;
    top: 6rem;
    background: #fff;
    border: 1px solid var(--pub-border);
    border-radius: 20px;
    padding: 2.25rem;
    box-shadow: 0 24px 48px -24px rgba(var(--pub-primary-rgb), 0.2);
}

.mood-panel-body {
    transition: opacity 180ms ease;
}

.mood-panel-body.is-fading {
    opacity: 0;
}

.mood-panel-title {
    display: block;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--pub-primary);
    margin-bottom: 0.85rem;
}

.mood-panel-body p {
    color: var(--pub-text-muted);
    margin-bottom: 1.5rem;
}

@media (prefers-reduced-motion: reduce) {
    .mood-panel-body,
    .age-panel-body {
        transition: none;
    }
}

.panel-topics {
    margin-bottom: 1.75rem;
}

.panel-topics-label {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pub-text-muted);
    margin-bottom: 0.6rem;
}

.panel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

@media (max-width: 991.98px) {
    .mood-selector {
        grid-template-columns: 1fr;
    }

    .mood-panel {
        position: static;
    }
}

/* ---- FAQ split panel ---- */
.faq-aside {
    position: relative;
    height: 100%;
    min-height: 280px;
    overflow: hidden;
    background: linear-gradient(160deg, var(--pub-accent) 0%, var(--pub-accent-dark) 100%);
    border-radius: 18px;
    padding: 2.75rem 2.25rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.faq-aside::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.16), transparent 45%),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.1), transparent 40%);
    pointer-events: none;
}

.faq-aside-mark {
    position: relative;
    font-family: "Playfair Display", serif;
    font-size: 4.5rem;
    line-height: 1;
    color: #fff;
    opacity: 0.85;
    margin-bottom: 0.5rem;
}

.faq-aside h2,
.faq-aside .section-eyebrow {
    position: relative;
    color: #fff;
}

.faq-aside .section-eyebrow::before {
    background-color: #fff;
}

.faq-aside p {
    position: relative;
    color: rgba(255, 255, 255, 0.82);
}

/* ---- Testimonials watermark ---- */
.section-testimonials {
    position: relative;
    overflow: hidden;
}

.section-testimonials::before {
    content: "\201C";
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Playfair Display", serif;
    font-size: 26rem;
    line-height: 1;
    color: rgba(var(--pub-primary-rgb), 0.035);
    pointer-events: none;
    z-index: 0;
}

.section-testimonials .container {
    position: relative;
    z-index: 1;
}

/* ---- Contact split panel ---- */
.contact-panel {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 32px 64px -26px rgba(var(--pub-primary-rgb), 0.3);
}

.contact-panel-aside {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(160deg, var(--pub-accent) 0%, var(--pub-accent-dark) 100%);
    color: #fff;
    padding: 3rem 2.5rem;
}

.contact-panel-aside::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.16), transparent 45%);
    pointer-events: none;
}

.contact-panel-aside > * {
    position: relative;
}

.contact-panel-aside h2 {
    color: #fff;
}

.contact-panel-aside .section-eyebrow {
    color: #fff;
}

.contact-panel-aside .section-eyebrow::before {
    background-color: #fff;
}

.contact-panel-aside p {
    color: rgba(255, 255, 255, 0.82);
}

.contact-panel-aside a {
    color: #fff;
}

.contact-panel-aside .icon-badge {
    background-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.contact-panel-form {
    background: #fff;
    padding: 3rem 2.5rem;
    height: 100%;
}

@media (min-width: 992px) {
    .contact-panel-form {
        padding: 3.5rem;
    }
}

/* ---- Başlangıç Rehberi (hero altı hızlı yönlendirme kartı) ---- */
.quickstart-section {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 3rem;
    margin-top: -2.75rem;
}

.quickstart-panel {
    background: #fff;
    border: 1px solid var(--pub-border);
    border-radius: 22px;
    padding: 2.25rem clamp(1.5rem, 4vw, 3rem);
    box-shadow: 0 30px 60px -28px rgba(var(--pub-primary-rgb), 0.22);
}

.quickstart-panel-head {
    max-width: 620px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.quickstart-panel-head h2 {
    font-size: clamp(1.5rem, 2.2vw, 1.9rem);
    margin-bottom: 0.6rem;
}

.quickstart-panel-head p {
    color: var(--pub-text-muted);
}

.quickstart-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.quickstart-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--pub-bg-cream);
    border: 1px solid var(--pub-border);
    color: var(--pub-primary);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.7rem 1.4rem;
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.quickstart-chip i {
    color: var(--pub-accent-dark);
    font-size: 1rem;
    transition: color 220ms ease;
}

.quickstart-chip:hover,
.quickstart-chip:focus-visible {
    background-color: var(--pub-primary);
    border-color: var(--pub-primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 26px -12px rgba(var(--pub-primary-rgb), 0.35);
}

.quickstart-chip:hover i,
.quickstart-chip:focus-visible i {
    color: #fff;
}

.quickstart-chip-muted {
    background-color: transparent;
    border-style: dashed;
    color: var(--pub-text-muted);
}

.quickstart-chip-muted i {
    color: var(--pub-text-muted);
}

.is-quickstart-filled {
    border-color: var(--pub-accent-dark) !important;
    box-shadow: 0 0 0 0.2rem rgba(var(--pub-accent-rgb), 0.25);
    transition: box-shadow 300ms ease, border-color 300ms ease;
}

@media (max-width: 767.98px) {
    .quickstart-section {
        margin-top: -1.75rem;
    }

    .quickstart-panel {
        border-radius: 18px;
    }
}

/* ---- Animations: fade in / fade up / smooth scroll ---- */
html {
    scroll-behavior: smooth;
}

.fade-up {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
    transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .fade-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
