/* ÜRETİMPAZARI — Premium Styles */

/* Sabit üst header (mobil + masaüstü) */
.site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    padding-top: env(safe-area-inset-top, 0px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

@media (max-width: 1023px) {
    body:not(.page-home) main {
        padding-top: calc(4.25rem + env(safe-area-inset-top, 0px));
    }

    .animate-fade-up,
    .animate-fade-up.delay-200 {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .page-home .site-header__bg,
    .page-home .site-header.scrolled .site-header__bg {
        background: #0a1222 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    }

    .site-header__bg {
        background: #0f172a !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .mobile-hero-panel__inner {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: rgba(15, 23, 42, 0.82);
    }
}

/* ─── Animations ─── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

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

@keyframes floatSlow {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-8px) rotate(1deg); }
}

.animate-fade-up {
    animation: fadeUp 0.7s ease-out both;
}

.animate-fade-up.delay-200 {
    animation-delay: 0.2s;
}

.animate-float {
    animation: float 4s ease-in-out infinite;
}

.animate-float-delay {
    animation: float 4s ease-in-out 1s infinite;
}

.animate-float-slow {
    animation: floatSlow 5s ease-in-out 0.5s infinite;
}

/* ─── Hero showcase ─── */
.hero-showcase__card {
    will-change: transform;
}

.hero-showcase__card:hover {
    border-color: rgba(255, 255, 255, 0.25);
}

/* ─── Mobile hero panel (premium) ─── */
.mobile-hero-panel__inner {
    padding: 1.125rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mobile-hero-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.875rem;
    padding: 0 0.125rem;
}

.mobile-hero-panel__eyebrow {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.mobile-hero-panel__link {
    display: inline-flex;
    align-items: center;
    gap: 0.125rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    transition: color 0.2s ease;
}

.mobile-hero-panel__link:hover {
    color: #fff;
}

.mobile-hero-panel__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.625rem;
}

.mobile-cat-tile {
    display: flex;
    flex-direction: column;
    gap: 0.4375rem;
    min-width: 0;
}

.mobile-cat-tile__media {
    position: relative;
    display: block;
    aspect-ratio: 1;
    border-radius: 0.875rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.mobile-cat-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-cat-tile:active .mobile-cat-tile__media img {
    transform: scale(1.06);
}

.mobile-cat-tile__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.05) 0%,
        rgba(15, 23, 42, 0.55) 100%
    );
}

.mobile-cat-tile__label {
    font-size: 0.625rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-hero-panel__stats {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-hero-panel__stat {
    flex: 1;
    min-width: 0;
    text-align: center;
}

.mobile-hero-panel__stat-value {
    display: block;
    font-size: 0.8125rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.mobile-hero-panel__stat-label {
    display: block;
    margin-top: 0.125rem;
    font-size: 0.5625rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.42);
    letter-spacing: 0.02em;
}

.mobile-hero-panel__stat-divider {
    width: 1px;
    height: 1.75rem;
    background: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

/* ─── Scroll reveal ─── */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── Site brand (logo) ─── */
.site-brand--header .site-brand__logo {
    height: 2.5rem;
    width: auto;
    max-width: min(11rem, 46vw);
}

.site-brand--header .site-brand__logo--solo {
    height: 2.75rem;
    max-width: min(13rem, 56vw);
}

@media (min-width: 640px) {
    .site-brand--header .site-brand__logo {
        height: 2.875rem;
        max-width: 12rem;
    }

    .site-brand--header .site-brand__logo--solo {
        height: 3.125rem;
        max-width: 14rem;
    }
}

@media (min-width: 1024px) {
    .site-brand--header .site-brand__logo--solo {
        height: 3.375rem;
        max-width: 16rem;
    }
}

.site-brand__logo--footer,
.site-brand--footer .site-brand__logo {
    height: 3rem;
    width: auto;
    max-width: 14rem;
}

.site-brand__mark {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 1024px) {
    .site-brand__mark {
        width: 3.5rem;
        height: 3.5rem;
    }
}

/* ─── Ana sayfa mobil üst (safe-area + header arkası) ─── */
html.page-home,
body.page-home {
    background-color: #0a1222;
}

@media (max-width: 1023px) {
    .page-home .hero-section {
        padding-top: calc(4.25rem + env(safe-area-inset-top, 0px) + 8.25rem) !important;
    }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .page-home .hero-section {
        padding-top: calc(4.5rem + env(safe-area-inset-top, 0px) + 8.25rem) !important;
    }
}

/* ─── Site header ─── */
.site-header__bg {
    top: calc(-1 * env(safe-area-inset-top, 0px));
    height: calc(100% + env(safe-area-inset-top, 0px));
    background: rgba(15, 23, 42, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .site-header__bg {
    background: linear-gradient(
        180deg,
        rgba(10, 18, 34, 0.72) 0%,
        rgba(10, 18, 34, 0.28) 55%,
        rgba(10, 18, 34, 0) 100%
    );
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: none;
    box-shadow: none;
}

.page-home .site-header.scrolled .site-header__bg {
    background: rgba(10, 18, 34, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.site-header__nav-link {
    padding: 0.5rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72);
    border-radius: 0.625rem;
    transition: color 0.2s ease, background 0.2s ease;
}

.site-header__nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.site-header__nav-link--active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.site-header__nav-dropdown {
    position: relative;
}

.site-header__nav-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.site-header__nav-caret {
    width: 0.875rem;
    height: 0.875rem;
    opacity: 0.75;
    transition: transform 0.2s ease;
}

.site-header__nav-dropdown:hover .site-header__nav-caret,
.site-header__nav-dropdown:focus-within .site-header__nav-caret {
    transform: rotate(180deg);
}

.site-header__nav-submenu {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    min-width: 13.5rem;
    padding: 0.35rem;
    border-radius: 0.875rem;
    background: rgba(10, 18, 34, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.35rem);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 60;
}

.site-header__nav-dropdown:hover .site-header__nav-submenu,
.site-header__nav-dropdown:focus-within .site-header__nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-header__nav-submenu-link {
    display: block;
    padding: 0.625rem 0.875rem;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
    transition: color 0.2s ease, background 0.2s ease;
}

.site-header__nav-submenu-link:hover,
.site-header__nav-submenu-link--active {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.site-header__mobile-nav-group {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.site-header__mobile-nav-group .mobile-submenu-caret {
    transition: transform 0.2s ease;
}

.site-header__cta {
    display: none;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.site-header__cta--in-nav {
    margin-left: 0.5rem;
}

@media (min-width: 1024px) {
    .site-header__cta {
        display: inline-flex;
    }
}

.site-header__cta:hover {
    background: #2563EB;
    border-color: #2563EB;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

.page-home .site-header.scrolled .site-header__cta {
    background: #2563EB;
    border-color: #2563EB;
}

.page-home .site-header.scrolled .site-header__cta:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

/* ─── Header scroll state (legacy hook) ─── */
.site-header.scrolled .site-header__bg {
    background: rgba(15, 23, 42, 0.95);
}

/* ─── Glass search ─── */
.search-glass input:focus {
    outline: none;
}

/* ─── Category cards ─── */
.category-card {
    will-change: transform;
}

.category-card:hover {
    transform: translateY(-4px);
}

/* ─── Manufacturer cards ─── */
.manufacturer-card:hover {
    transform: translateY(-2px);
}

/* ─── Line clamp ─── */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ─── Mobile bottom nav (sabit premium dock) ─── */
@media (max-width: 1023px) {
    body.has-mobile-nav {
        padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
    }
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483646;
    isolation: isolate;
    -webkit-touch-callout: none;
    touch-action: manipulation;
    pointer-events: auto;
}

.mobile-bottom-nav__inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
    gap: 0.125rem;
    padding: 0.5rem 0.5rem 0;
    /* Home indicator alanı — tıklanabilir butonlar üstte kalır */
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    min-height: 3.75rem;
    background: #0a1222;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.5);
}

/* iPhone: safe-area bazen 0 döner — minimum home indicator boşluğu */
@media (hover: none) and (pointer: coarse) {
    .mobile-bottom-nav__inner {
        padding-bottom: max(34px, env(safe-area-inset-bottom, 0px));
        min-height: calc(3.75rem + max(34px, env(safe-area-inset-bottom, 0px)));
    }

    body.has-mobile-nav {
        padding-bottom: calc(3.75rem + max(34px, env(safe-area-inset-bottom, 0px)));
    }
}

.mobile-bottom-nav__inner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(37, 99, 235, 0.55) 25%,
        rgba(6, 182, 212, 0.55) 75%,
        transparent 100%
    );
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.35);
}

.mobile-bottom-nav__link {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    width: 100%;
    min-height: 3rem;
    padding: 0.4rem 0.15rem;
    margin: 0;
    border-radius: 0.875rem;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: rgba(37, 99, 235, 0.35);
}

/* iOS: transform dokunma kutusunu kaydırır */
@media (hover: none) and (pointer: coarse) {
    .mobile-bottom-nav__link--cta {
        transform: none;
        margin-top: 0;
    }

    .mobile-bottom-nav__link:active {
        transform: none;
    }
}

/* Dokunma hedefi her zaman <a> olsun (iOS WebView) */
.mobile-bottom-nav__link .mobile-bottom-nav__icon,
.mobile-bottom-nav__link .mobile-bottom-nav__label {
    pointer-events: none;
}

.mobile-bottom-nav__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
}

.mobile-bottom-nav__icon svg {
    width: 1.375rem;
    height: 1.375rem;
    pointer-events: none;
}

.mobile-bottom-nav__label {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.1;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-bottom-nav__link--active {
    color: #fff;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.45) 0%, rgba(6, 182, 212, 0.22) 100%);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
}

.mobile-bottom-nav__link--active .mobile-bottom-nav__icon {
    color: #93C5FD;
}

.mobile-bottom-nav__link--cta {
    color: #fff;
    background: linear-gradient(135deg, #2563EB 0%, #0891b2 100%);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.45);
}

.mobile-bottom-nav__link--cta.mobile-bottom-nav__link--active {
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.55);
}

.mobile-bottom-nav__link:not(.mobile-bottom-nav__link--active):not(.mobile-bottom-nav__link--cta):active {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.1);
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1024px) {
    body.has-mobile-nav {
        padding-bottom: 0;
    }

    .mobile-bottom-nav {
        display: none !important;
    }
}

/* ─── Stat counter highlight ─── */
.stat-card:hover {
    transform: translateY(-2px);
}

/* ─── Smooth scroll ─── */
html {
    height: 100%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

/* ─── Selection ─── */
::selection {
    background: rgba(37, 99, 235, 0.2);
    color: #0F172A;
}

/* ─── Focus visible ─── */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid #2563EB;
    outline-offset: 2px;
}

/* ─── Form Styles ─── */
.form-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.375rem;
    letter-spacing: 0.01em;
}

.form-input {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    color: #0F172A;
    background: #fff;
    border: 2px solid #CBD5E1;
    border-radius: 0.5rem;
    transition: border-color 0.15s, box-shadow 0.15s;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.form-input::placeholder {
    color: #94A3B8;
}

.form-input:focus {
    outline: none;
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.form-input:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    background: #F1F5F9;
    border-color: #E2E8F0;
}

.form-input-error {
    border-color: #EF4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12) !important;
}

.form-error {
    margin-top: 0.375rem;
    font-size: 0.8125rem;
    color: #EF4444;
}

.form-group {
    margin-bottom: 0;
}

/* Başvuru formu — kurumsal */
.application-form-card {
    border: 1px solid #E2E8F0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.application-form-card .form-header {
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #E2E8F0;
}

.application-form-card .form-header h2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0F172A;
}

.application-form-card .form-header p {
    font-size: 0.8125rem;
    color: #64748B;
    margin-top: 0.25rem;
}

.form-file-input {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #475569;
    background: #fff;
    border: 2px solid #CBD5E1;
    border-radius: 0.5rem;
    cursor: pointer;
}

.form-file-input::file-selector-button {
    margin-right: 1rem;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0F172A;
    background: #F1F5F9;
    border: 1px solid #CBD5E1;
    border-radius: 0.375rem;
    cursor: pointer;
}

.form-terms {
    padding: 1rem 1.25rem;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 0.5rem;
}

.form-submit-btn {
    width: 100%;
    padding: 0.9375rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background: #0F172A;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background 0.15s;
}

.form-submit-btn:hover {
    background: #1E293B;
}

/* Legal / static content pages */
.legal-prose {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.75;
}

.legal-prose h2 {
    color: #0F172A;
    font-size: 1.0625rem;
    font-weight: 700;
    margin: 1.75rem 0 0.75rem;
}

.legal-prose h2:first-child {
    margin-top: 0;
}

.legal-prose p {
    margin: 0 0 1rem;
}

.legal-prose ul {
    margin: 0 0 1rem 1.25rem;
    list-style: disc;
}

.legal-prose li {
    margin-bottom: 0.35rem;
}

.legal-prose a {
    color: #2563EB;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-prose strong {
    color: #0F172A;
    font-weight: 600;
}

/* Hakkımızda — premium kurumsal tipografi */
.home-about {
    position: relative;
    overflow: hidden;
    background: #F8FAFC;
}

.home-about__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 50% at 100% 0%, rgba(37, 99, 235, 0.06), transparent 55%),
        radial-gradient(ellipse 50% 40% at 0% 100%, rgba(6, 182, 212, 0.05), transparent 50%),
        linear-gradient(180deg, #fff 0%, #F8FAFC 38%, #F1F5F9 100%);
}

.home-about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #2563EB;
}

.home-about__eyebrow-line {
    width: 2rem;
    height: 1px;
    background: linear-gradient(90deg, #2563EB, rgba(37, 99, 235, 0.2));
}

.home-about__title {
    font-size: clamp(1.625rem, 4vw, 2.375rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #0F172A;
    margin-bottom: 1.125rem;
}

.home-about__summary {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #64748B;
    margin-bottom: 2rem;
    max-width: 26rem;
}

.home-about__pillars {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    display: grid;
    gap: 0.625rem;
}

.home-about__pillar {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.875rem 1rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 0.875rem;
    backdrop-filter: blur(6px);
}

.home-about__pillar-mark {
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563EB, #06B6D4);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
    flex-shrink: 0;
}

.home-about__pillar-text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.home-about__pillar-text strong {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #0F172A;
}

.home-about__pillar-text em {
    font-size: 0.75rem;
    font-style: normal;
    color: #94A3B8;
}

.home-about__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #0F172A;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 0.75rem;
    transition: border-color 0.2s, box-shadow 0.2s, gap 0.2s;
}

.home-about__link:hover {
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    gap: 0.65rem;
}

.home-about__card {
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 12px 40px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

@media (min-width: 1024px) {
    .home-about__card {
        border-radius: 1.5rem;
    }
}

.home-about__card-head {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #F1F5F9;
    background: linear-gradient(180deg, #FAFBFC 0%, #fff 100%);
}

@media (min-width: 640px) {
    .home-about__card-head {
        padding: 1.125rem 2rem;
    }
}

.home-about__card-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94A3B8;
}

.home-about__card-body {
    padding: 1.5rem 1.5rem 1.75rem;
}

@media (min-width: 640px) {
    .home-about__card-body {
        padding: 2rem 2.25rem 2.25rem;
    }
}

@media (min-width: 1024px) {
    .home-about__card-body {
        padding: 2.25rem 2.5rem 2.5rem;
    }
}

.about-content {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.85;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
    .about-content {
        font-size: 1rem;
        line-height: 1.9;
    }
}

.about-content__lead-wrap {
    margin-bottom: 1.75rem;
    padding-left: 1.125rem;
    border-left: 3px solid #2563EB;
}

.about-content__lead {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #1E293B;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .about-content__lead {
        font-size: 1.125rem;
        line-height: 1.8;
    }
}

.about-content__brand {
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0F172A;
}

.about-content__body p {
    margin: 0 0 1.125rem;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.about-content__body p:last-child {
    margin-bottom: 0;
}

.about-content__mission {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #0F172A !important;
    letter-spacing: -0.01em;
    padding: 0.875rem 0;
    margin: 0.25rem 0 1.25rem !important;
    text-align: left !important;
}

.about-content__closing {
    margin: 2rem 0 0;
    padding: 1.375rem 1.5rem;
    border: none;
    border-radius: 0.875rem;
    background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
    border-left: 3px solid #06B6D4;
}

.about-content__closing p {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: -0.015em;
    color: #0F172A;
    text-align: left;
}

@media (min-width: 1024px) {
    .about-content__closing p {
        font-size: 1.0625rem;
    }
}

/* Hakkımızda — ayrı sayfa */
.page-about-static__inner {
    max-width: 46rem;
}

.page-about-static__header {
    margin-bottom: 2rem;
}

.page-about-static__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: #0F172A;
    margin-bottom: 0.75rem;
}

.page-about-static__subtitle {
    font-size: 1rem;
    line-height: 1.65;
    color: #64748B;
    max-width: 36rem;
}

.home-about__eyebrow--page {
    margin-bottom: 1rem;
}

.page-about-static__card {
    padding: 1.75rem 1.5rem 2rem;
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid #E2E8F0;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.05);
}

@media (min-width: 640px) {
    .page-about-static__card {
        padding: 2.25rem 2.5rem 2.5rem;
    }
}

