@import url('https://fonts.bunny.net/css?family=cormorant-garamond:400,500,600,700&subset=latin,latin-ext&display=swap');

/*
 * Vite ile derlemede theme.css yüklenmeyebilir — modern gri-beyaz token’lar (public/css/theme.css ile aynı).
 */
:root {
    --font-sans: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --color-canvas: #f7f8fc;
    --color-surface: #ffffff;
    --color-surface-alt: #fbfbff;
    --color-border: #e7eaf3;
    --color-border-strong: #d9deea;
    --color-dark: #0b1220;
    --color-muted: #475569;
    --color-quote: #334155;
    /* Metal / fırçalanmış çelik (mor–mavi yerine) */
    --color-primary: #5f6b78;
    --color-primary-dark: #3d4652;
    --color-primary-light: #b8c2ce;
    --color-accent: #8b98a8;
    --color-inverse: #0f172a;
    --color-on-inverse-muted: #94a3b8;
    --shadow-soft: 0 4px 6px -1px rgb(0 0 0 / 0.06), 0 2px 4px -2px rgb(0 0 0 / 0.04);
    --shadow-card: 0 10px 15px -3px rgb(0 0 0 / 0.07), 0 4px 6px -4px rgb(0 0 0 / 0.04);
    --shadow-card-hover: 0 20px 25px -5px rgb(0 0 0 / 0.07), 0 8px 10px -6px rgb(0 0 0 / 0.035);
    --radius-lg: 1rem;
    --radius-xl: 1.5rem;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.intro-section {
    position: relative;
    background:
        radial-gradient(1100px 320px at 18% 20%, rgba(255, 255, 255, 0.28), transparent 52%),
        linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 48%, var(--color-accent) 110%);
    border-top: 1px solid var(--color-primary-dark);
    border-bottom: 1px solid var(--color-primary-dark);
    color: #fff;
    overflow: hidden;
}
.intro-section > .container {
    position: relative;
    z-index: 1;
}
.intro-section .section-title,
.intro-section__title {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.2),
        0 4px 28px rgba(0, 0, 0, 0.25);
}
.intro-section .intro-text-body,
.intro-section p.intro-text-paragraph {
    font-family: var(--font-sans) !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: clamp(1.28rem, 2.55vw, 1.58rem);
    line-height: 1.48;
    letter-spacing: 0.015em;
    color: rgba(255, 255, 255, 0.99);
    text-shadow:
        0 2px 22px rgba(0, 0, 0, 0.22),
        0 1px 10px rgba(0, 0, 0, 0.18);
}
.intro-section .intro-text-body br {
    font-family: inherit;
}
.intro-section .intro-text-body > p + p {
    margin-top: 0.9rem;
}
@media (min-width: 768px) {
    .intro-section .intro-text-body > p + p {
        margin-top: 1rem;
    }
}

.theme-section--surface {
    background: var(--color-surface);
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}
.theme-section--soft {
    background:
        radial-gradient(860px 280px at 12% 20%, rgba(255, 255, 255, 0.26), transparent 56%),
        linear-gradient(180deg, var(--color-primary-dark) 0%, var(--color-primary) 58%, var(--color-accent) 115%);
    border-top: 1px solid var(--color-primary-dark);
    border-bottom: 1px solid var(--color-primary-dark);
    color: #fff;
}
.theme-section--soft .section-title {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* Anasayfa özellikler — başlık (ör. “Sizin için Hazırlayalım”) gradient üzerinde okunaklı kalsın */
#ozellikler.theme-section--soft .section-title {
    color: #fff;
    font-weight: 700;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.18),
        0 4px 24px rgba(0, 0, 0, 0.22);
}
#ozellikler.theme-section--soft > .container {
    position: relative;
    z-index: 1;
}

/* Mobilde ::before/::after ve hafif rotate taşmalarını keser */
#ozellikler.theme-section--soft {
    overflow-x: clip;
}

@supports not (overflow: clip) {
    #ozellikler.theme-section--soft {
        overflow-x: hidden;
    }
}

/* Başlık + kartlar aynı max genişlikte — yatayda eşit boşluk */
#ozellikler .features-section-frame {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

/* Düzen — theme.css Vite ile yüklenmediği için burada (header, geniş container) */
.container {
    width: 100%;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 640px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.site-header {
    background:
        radial-gradient(900px 160px at 8% 0%, rgba(80, 92, 105, 0.16), transparent 60%),
        radial-gradient(720px 180px at 92% 30%, rgba(160, 174, 192, 0.2), transparent 58%),
        rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.035);
}
.site-header a.logo {
    font-weight: 700;
    color: var(--color-dark);
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    text-decoration: none;
}
.site-header a.logo:hover {
    color: var(--color-primary);
}
.site-header nav a:not(.btn-cta) {
    color: var(--color-muted);
    font-weight: 500;
    transition: color 0.2s;
    text-decoration: none;
}
.site-header nav a:not(.btn-cta):hover {
    color: var(--color-dark);
}

html {
    scroll-behavior: smooth;
}

.site-layout {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

/* Taşmayı keser; sticky header body altında olduğu için bozulmaz */
.site-layout__main {
    flex: 1 0 auto;
    overflow-x: clip;
}

@supports not (overflow: clip) {
    .site-layout__main {
        overflow-x: hidden;
    }
}

.section-anchor {
    scroll-margin-top: 5rem;
}

.section-anchor--tall {
    scroll-margin-top: 6rem;
}

.site-header--sticky {
    position: sticky;
    top: 0;
    z-index: 50;
}

.site-header__nav {
    width: 100%;
}

.site-header__nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 4rem;
}

@media (min-width: 768px) {
    .site-header__nav-inner {
        gap: 1.5rem;
        min-height: 5rem;
    }
}

.site-header__logo {
    flex-shrink: 0;
    min-width: 0;
    max-width: min(100%, 11rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 640px) {
    .site-header__logo {
        max-width: min(100%, 16rem);
    }
}

@media (min-width: 768px) {
    .site-header__logo {
        max-width: min(100%, 20rem);
    }
}

.site-header__menu-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    margin-right: -0.5rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    color: var(--color-muted);
    background: none;
    border: none;
    cursor: pointer;
    touch-action: manipulation;
}

.site-header__menu-btn:hover {
    color: var(--color-dark);
}

@media (min-width: 768px) {
    .site-header__menu-btn {
        display: none;
    }
}

.site-header__menu-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.site-header__mobile-panel {
    display: none;
    padding-bottom: 1rem;
    border-top: 1px solid var(--color-border);
}

.site-header__mobile-panel.is-open {
    display: block;
}

@media (min-width: 768px) {
    .site-header__mobile-panel {
        display: none !important;
    }
}

.site-header__mobile-list {
    list-style: none;
    margin: 0;
    padding: 0.75rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.site-header__mobile-link {
    display: block;
    padding: 0.625rem 0;
    color: var(--color-muted);
    text-decoration: none;
}

.site-header__mobile-link:hover {
    color: var(--color-dark);
}

.site-header__mobile-cta {
    padding-top: 0.5rem;
}

.site-header__mobile-cta .btn-cta {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}

@media (min-width: 640px) {
    .site-header__mobile-cta .btn-cta {
        width: auto;
    }
}

.site-header__demo-cta {
    flex-shrink: 0;
    white-space: nowrap;
}

.site-header__desktop-bar {
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(1rem, 2vw, 1.75rem);
}

@media (min-width: 768px) {
    .site-header__desktop-bar {
        display: flex;
        flex: 1 1 0%;
        min-width: 0;
    }
}

.site-header__desktop-bar .site-header__link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem 1.25rem;
}

@media (min-width: 1024px) {
    .site-header__desktop-bar .site-header__link-list {
        gap: 0.35rem 1.75rem;
    }
}

.btn-cta {
    background:
        radial-gradient(600px 160px at 18% 20%, rgba(255, 255, 255, 0.38), transparent 60%),
        linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 48%, var(--color-accent) 112%) !important;
    color: #fff !important;
    font-weight: 600;
    padding: 0.625rem 1.25rem;
    border-radius: 0.5rem;
    box-shadow: var(--shadow-soft);
    transition:
        background 0.2s,
        box-shadow 0.2s,
        transform 0.15s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-cta:hover {
    background:
        radial-gradient(600px 160px at 18% 20%, rgba(255, 255, 255, 0.48), transparent 60%),
        linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 55%, var(--color-accent) 120%) !important;
    box-shadow: var(--shadow-card);
    transform: translateY(-1px);
}

.btn-secondary-light {
    border-color: rgba(255, 255, 255, 0.6) !important;
    color: #fff !important;
    background: transparent !important;
}
.btn-secondary-light:hover {
    border-color: #fff !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
}

.btn-primary {
    background:
        radial-gradient(600px 160px at 18% 20%, rgba(255, 255, 255, 0.35), transparent 60%),
        linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 52%, var(--color-accent) 112%);
    color: #fff;
    font-weight: 600;
    padding: 1rem 1.75rem;
    border-radius: 0.75rem;
    box-shadow: var(--shadow-soft);
    transition:
        background 0.2s,
        box-shadow 0.2s,
        transform 0.15s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn-primary:hover {
    background:
        radial-gradient(600px 160px at 18% 20%, rgba(255, 255, 255, 0.46), transparent 60%),
        linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 55%, var(--color-accent) 120%);
    box-shadow: var(--shadow-card);
    transform: translateY(-1px);
    color: #fff;
}

.btn-secondary {
    border: 2px solid var(--color-border-strong);
    color: var(--color-dark);
    font-weight: 600;
    padding: 1rem 1.75rem;
    border-radius: 0.75rem;
    background: var(--color-surface);
    transition:
        border-color 0.2s,
        background 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-secondary:hover {
    border-color: var(--color-primary);
    background: var(--color-primary-light);
    color: var(--color-primary-dark);
}

.section-title {
    font-weight: 700;
    color: var(--color-dark);
    letter-spacing: -0.02em;
}

/* Footer — theme.css Vite ile yüklenmediği için burada */
.site-footer {
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--color-inverse) 86%, #000) 0%,
        var(--color-inverse) 60%,
        color-mix(in srgb, var(--color-inverse) 70%, #0b1220) 100%
    );
    color: var(--color-on-inverse-muted);
    padding: 3.25rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}
.site-footer::before {
    content: '';
    position: absolute;
    inset: -2px;
    background:
        radial-gradient(780px 240px at 15% 10%, rgba(80, 92, 105, 0.18), transparent 60%),
        radial-gradient(600px 240px at 85% 35%, rgba(170, 182, 196, 0.18), transparent 58%);
    pointer-events: none;
}
.site-footer .container {
    position: relative;
    z-index: 1;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}
.site-footer__grid {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.25rem 2.25rem;
}

.site-footer__col--links {
    grid-column: 1;
    grid-row: 1;
}

.site-footer__col--contact {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    text-align: center;
}

.site-footer__col--contact .site-footer__contact-row {
    justify-content: center;
}

.site-footer__col--social {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 2.35rem 1rem 2.5rem;
        padding-bottom: max(2.5rem, calc(1.25rem + env(safe-area-inset-bottom, 0px)));
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 1.15rem;
    }

    .site-footer__col--links,
    .site-footer__col--contact,
    .site-footer__col--social {
        grid-column: 1;
        grid-row: auto;
        justify-self: stretch;
    }

    .site-footer__col--contact {
        text-align: left;
    }

    .site-footer__col--contact .site-footer__contact-row {
        justify-content: flex-start;
    }

    .site-footer__bottom {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }
}
.site-footer__copy {
    margin: 0 0 0.9rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--color-on-inverse-muted);
}
.site-footer__title {
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    margin: 0 0 0.85rem;
}
.site-footer__col {
    padding-top: 0.15rem;
}
.site-footer__col--links {
    min-width: 0;
}
.site-footer__col--contact {
    min-width: 0;
}
.site-footer__col--social {
    min-width: 0;
}

.site-footer__bottom {
    margin-top: 2.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}
.site-footer__bottom-copy {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--color-on-inverse-muted);
}

.site-footer__cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.05rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(380px 120px at 20% 10%, rgba(255, 255, 255, 0.12), transparent 60%),
        linear-gradient(
            135deg,
            color-mix(in srgb, var(--color-primary) 55%, transparent) 0%,
            rgba(255, 255, 255, 0.02) 100%
        );
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    transition:
        transform 160ms ease,
        background 160ms ease,
        border-color 160ms ease;
    text-decoration: none;
}
.site-footer__cta-link:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.24);
    background:
        radial-gradient(380px 120px at 20% 10%, rgba(255, 255, 255, 0.18), transparent 60%),
        linear-gradient(
            135deg,
            color-mix(in srgb, var(--color-primary) 70%, transparent) 0%,
            rgba(255, 255, 255, 0.04) 100%
        );
}

.site-footer__link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.1rem;
}
.site-footer__link {
    font-size: 0.875rem;
    color: var(--color-on-inverse-muted);
    transition:
        color 160ms ease,
        opacity 160ms ease,
        transform 160ms ease;
}
.site-footer__link:hover {
    color: #fff;
    transform: translateY(-1px);
}
.site-footer__link--muted {
    opacity: 0.75;
}

.site-footer__contact-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.5rem;
    row-gap: 0.35rem;
    font-size: 0.875rem;
    line-height: 1.45;
}
.site-footer__contact-label {
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    margin-right: 0.15rem;
    flex-shrink: 0;
}
.site-footer__contact-sep {
    color: rgba(255, 255, 255, 0.45);
    user-select: none;
    flex-shrink: 0;
}
.site-footer__contact-link {
    font-size: inherit;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    display: inline;
    transition:
        color 160ms ease,
        transform 160ms ease;
}
.site-footer__contact-link:hover {
    color: #fff;
}
.site-footer__contact-address {
    color: rgba(255, 255, 255, 0.88);
    font-size: inherit;
    display: inline;
}

.site-footer__social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}
.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    font-weight: 600;
    transition:
        transform 160ms ease,
        background 160ms ease,
        border-color 160ms ease,
        color 160ms ease;
}
.site-footer__social-link:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}
.site-footer__social-empty {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75);
}

/* Adım numaraları (yardımcı sınıf; theme.css Vite ile yüklenmediği için burada) */
.step-number {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: linear-gradient(
        180deg,
        var(--color-primary-dark) 0%,
        var(--color-primary) 55%,
        var(--color-accent) 112%
    );
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.18) inset,
        0 16px 30px -22px color-mix(in srgb, var(--color-accent) 55%, transparent);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    font-size: 1.125rem;
}

/* Kayan referanslar — şerit başlığı (theme.css Vite ile yüklenmediği için burada) */
.testimonial-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: var(--shadow-soft);
}
.testimonial-card blockquote p {
    color: var(--color-quote);
    font-size: 1rem;
    line-height: 1.6;
}
.testimonial-card footer {
    font-weight: 600;
    color: var(--color-dark);
    margin-top: 1rem;
}
.testimonial-card .role {
    font-size: 0.875rem;
    color: var(--color-muted);
}

.testimonials-marquee-wrap {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.testimonials-marquee-track {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    width: max-content;
    animation: testimonial-marquee 55s linear infinite;
}
.testimonials-marquee-track:hover {
    animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
    .testimonials-marquee-track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 72rem;
        margin: 0 auto;
        padding: 0 1rem;
    }
}
@keyframes testimonial-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.testimonial-slide {
    flex: 0 0 auto;
    width: min(18.5rem, 100vw - 2.5rem);
    max-width: 320px;
    min-height: 11rem;
}
.testimonial-slide-quote {
    color: var(--color-quote);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}
.testimonial-slide footer {
    font-weight: 600;
    color: var(--color-dark);
    margin-top: 1rem;
}

.home-testimonials.theme-section--soft .section-title {
    font-weight: 700;
}
.home-testimonials .testimonial-slide-quote {
    font-weight: 600;
}
.home-testimonials .testimonial-slide footer,
.home-testimonials .testimonial-card footer {
    font-weight: 700;
}
.home-testimonials .testimonial-card .role {
    font-weight: 600;
}

/* Özellik kartları — başlık üstte, metin ortada, ikon altta (theme.css ile uyumlu) */
.feature-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    transition:
        box-shadow 0.2s,
        border-color 0.2s,
        transform 0.15s;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
}
.feature-card:hover {
    box-shadow: var(--shadow-card-hover);
    border-color: var(--color-border-strong);
    transform: translateY(-2px);
}
.feature-card__title {
    font-weight: 600;
    color: var(--color-dark);
    margin: 0 0 0.625rem;
    font-size: 1.125rem;
    line-height: 1.3;
    order: 1;
}
.feature-card__text {
    color: var(--color-muted);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
    order: 2;
}
.feature-card__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: var(--color-primary-light);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.125rem;
    flex-shrink: 0;
    align-self: flex-start;
    order: 3;
}
.feature-card .icon-wrap {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: var(--color-primary-light);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.125rem;
    flex-shrink: 0;
    order: 3;
    align-self: flex-start;
}
.feature-card .icon-wrap svg,
.feature-card__icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

/* Anasayfa özellik kartları — fotoğraflı çapraz düzen (theme.css ile uyumlu) */
#ozellikler .features-showcase {
    position: relative;
    z-index: 0;
}

.features-showcase {
    display: flex;
    flex-direction: column;
    gap: 1.45rem;
    position: relative;
    padding: 0.55rem 0;
}

.features-showcase::before,
.features-showcase::after {
    content: '';
    position: absolute;
    left: -1rem;
    right: -1rem;
    pointer-events: none;
    z-index: -1;
    filter: blur(2px);
    opacity: 1;
}

.features-showcase::before {
    top: -3rem;
    height: 14rem;
    background:
        radial-gradient(600px 180px at 15% 20%, color-mix(in srgb, var(--color-primary) 40%, transparent), transparent 55%),
        radial-gradient(540px 220px at 85% 30%, color-mix(in srgb, var(--color-primary-dark) 35%, transparent), transparent 58%);
}

.features-showcase::after {
    bottom: -4rem;
    height: 12rem;
    background:
        radial-gradient(540px 180px at 20% 80%, color-mix(in srgb, var(--color-primary-dark) 35%, transparent), transparent 60%),
        radial-gradient(600px 200px at 80% 85%, color-mix(in srgb, var(--color-primary) 20%, transparent), transparent 62%);
    opacity: 0.35;
}

@media (min-width: 768px) {
    .features-showcase {
        gap: 1.7rem;
        padding: 0.85rem 0;
    }
}

/* Özellikler — geniş ekranda iki sütun (satır başına iki kart; sol/sağ görseller) */
@media (min-width: 1024px) {
    #ozellikler .features-showcase {
        --features-grid-gap-x: clamp(1.65rem, 3.8vw, 2.85rem);
        --features-grid-gap-y: clamp(2rem, 4.2vw, 3.35rem);
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: var(--features-grid-gap-x);
        row-gap: var(--features-grid-gap-y);
        align-items: stretch;
        padding-top: 0.5rem;
        padding-bottom: 1rem;
    }

    /* Dar hücrede okunaklılık: görsel üstte, metin altta */
    #ozellikler .features-showcase .feature-card.feature-card--photo {
        grid-template-columns: 1fr;
        gap: clamp(1.1rem, 2vw, 1.45rem);
        height: 100%;
    }

    #ozellikler .features-showcase .feature-card.feature-card--photo.feature-card--reverse {
        direction: ltr;
    }

    #ozellikler .features-showcase .feature-card.feature-card--photo.feature-card--reverse > * {
        direction: ltr;
    }
}

@media (min-width: 1280px) {
    #ozellikler .features-showcase .feature-card.feature-card--photo {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(1.4rem, 2.4vw, 2.15rem);
        align-items: center;
    }

    #ozellikler .features-showcase .feature-card.feature-card--photo.feature-card--reverse {
        direction: rtl;
    }

    #ozellikler .features-showcase .feature-card.feature-card--photo.feature-card--reverse > * {
        direction: ltr;
    }
}

@media (min-width: 1536px) {
    #ozellikler .features-showcase {
        --features-grid-gap-x: clamp(2rem, 3.2vw, 3.25rem);
        --features-grid-gap-y: clamp(2.35rem, 3.8vw, 3.75rem);
    }
}

.feature-card.feature-card--photo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: center;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    height: auto;
    text-align: left;
    box-shadow: none;
    position: relative;
}

@media (min-width: 768px) {
    .feature-card.feature-card--photo {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 1.5rem 2.25rem;
    }
    .feature-card.feature-card--photo.feature-card--reverse {
        direction: rtl;
    }
    .feature-card.feature-card--photo.feature-card--reverse > * {
        direction: ltr;
    }

    #ozellikler .feature-card.feature-card--photo {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(1.35rem, 2.6vw, 2rem);
    }
}

.feature-card.feature-card--photo:hover {
    transform: none;
    box-shadow: none;
    border-color: transparent;
}

/* Tek sütun iken hafif yatay kaydırma; #ozellikler’de kapalı (eşit hizalama) */
@media (min-width: 768px) and (max-width: 1023px) {
    .features-showcase .feature-card--photo:nth-child(odd) {
        transform: translateX(clamp(-0.9rem, -3vw, -0.15rem));
    }
    .features-showcase .feature-card--photo:nth-child(even) {
        transform: translateX(clamp(0.15rem, 3vw, 1.2rem));
        margin-top: 0.25rem;
    }
    .features-showcase .feature-card--photo:hover:nth-child(odd) {
        transform: translateX(clamp(-0.9rem, -3vw, -0.15rem)) translateY(-2px);
    }
    .features-showcase .feature-card--photo:hover:nth-child(even) {
        transform: translateX(clamp(0.15rem, 3vw, 1.2rem)) translateY(-2px);
    }

    #ozellikler .features-showcase .feature-card--photo,
    #ozellikler .features-showcase .feature-card--photo:nth-child(odd),
    #ozellikler .features-showcase .feature-card--photo:nth-child(even),
    #ozellikler .features-showcase .feature-card--photo:hover,
    #ozellikler .features-showcase .feature-card--photo:hover:nth-child(odd),
    #ozellikler .features-showcase .feature-card--photo:hover:nth-child(even) {
        transform: none;
        margin-top: 0;
    }
}

.feature-card__media-shell {
    perspective: 900px;
}

.feature-card__media {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 18 / 10;
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--color-primary) 22%, transparent),
        rgba(255, 255, 255, 0.02)
    );
    box-shadow:
        0 22px 44px -12px rgba(0, 0, 0, 0.38),
        0 0 0 1px rgba(255, 255, 255, 0.22);
    transform: rotate(-1.2deg);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.feature-card__media::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.85;
    background:
        linear-gradient(120deg, color-mix(in srgb, var(--color-primary) 35%, transparent), rgba(255, 255, 255, 0) 45%),
        radial-gradient(420px 180px at 20% 25%, color-mix(in srgb, var(--color-primary) 24%, transparent), transparent 58%),
        radial-gradient(520px 220px at 85% 75%, rgba(0, 0, 0, 0.16), transparent 60%);
}

.feature-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
    opacity: 0.75;
}

.feature-card--reverse .feature-card__media {
    transform: rotate(1.2deg);
}

.feature-card--photo:hover .feature-card__media {
    transform: rotate(-0.5deg) scale(1.01);
    box-shadow:
        0 26px 54px -18px rgba(0, 0, 0, 0.46),
        0 0 0 1px rgba(255, 255, 255, 0.28);
}

.feature-card--reverse:hover .feature-card__media {
    transform: rotate(0.7deg) scale(1.02);
}

.feature-card__img {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.35s ease, filter 0.35s ease;
    filter: saturate(1.05) contrast(1.02);
}

.feature-card--photo:hover .feature-card__img {
    transform: scale(1.03);
    filter: saturate(1.08) contrast(1.03);
}

.feature-card__media-placeholder {
    width: 100%;
    height: 100%;
    min-height: 6.6rem;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.18) 0%,
        rgba(255, 255, 255, 0.06) 45%,
        rgba(255, 255, 255, 0.12) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.feature-card__media-placeholder-inner {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.75rem;
    border: 2px dashed rgba(255, 255, 255, 0.52);
    opacity: 0.85;
}

.feature-card--photo .feature-card__body {
    background: var(--color-surface);
    padding: 0.9rem 1rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    box-shadow: 0 10px 22px -18px rgba(0, 0, 0, 0.22);
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
}

.feature-card--photo .feature-card__body::before {
    content: '';
    position: absolute;
    right: -35%;
    top: -45%;
    width: 70%;
    height: 110%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.62), transparent 60%);
    transform: rotate(18deg);
    opacity: 0.15;
    pointer-events: none;
}

.feature-card--photo:hover .feature-card__body {
    box-shadow: 0 15px 32px -20px rgba(0, 0, 0, 0.30);
    transform: translateY(-0.75px);
}

.feature-card--photo .feature-card__title {
    position: relative;
    z-index: 1;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.feature-card--photo .feature-card__text {
    position: relative;
    z-index: 1;
    flex-grow: 0;
    font-size: 0.94rem;
    font-weight: 500;
    color: var(--color-quote);
}

#ozellikler .feature-card--photo .feature-card__title {
    font-weight: 800;
}

#ozellikler .feature-card--photo .feature-card__text {
    font-weight: 600;
}

/* Welify / Davetiye modülü — hafif tonlu arka plan + başlık/lead */
.welify-video-section {
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    background:
        radial-gradient(ellipse 95% 100% at -8% 48%, rgba(75, 88, 102, 0.2), transparent 50%),
        radial-gradient(ellipse 100% 85% at 0% 105%, rgba(90, 102, 118, 0.22), transparent 55%),
        radial-gradient(ellipse 130% 90% at 50% -28%, rgba(100, 112, 128, 0.16), transparent 62%),
        radial-gradient(ellipse 90% 75% at 100% 35%, rgba(176, 186, 200, 0.18), transparent 55%),
        linear-gradient(
            165deg,
            color-mix(in srgb, var(--color-primary) 14%, var(--color-surface-alt)) 0%,
            color-mix(in srgb, var(--color-primary) 10%, var(--color-surface)) 28%,
            color-mix(in srgb, var(--color-primary) 5%, var(--color-surface)) 58%,
            color-mix(in srgb, var(--color-accent) 12%, var(--color-canvas)) 100%
        );
}
.welify-video-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(580px 200px at 78% 100%, rgba(255, 255, 255, 0.2), transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.welify-video-section > .container {
    position: relative;
    z-index: 1;
}

.welify-video-section .section-title {
    font-weight: 700;
    color: var(--color-dark);
    letter-spacing: -0.02em;
    font-size: clamp(1.65rem, 4.5vw, 2.4rem);
}

.welify-video-section .welify-lead-body {
    max-width: 42rem;
    margin: 0 auto 2rem;
    text-align: center;
}
@media (min-width: 768px) {
    .welify-video-section .welify-lead-body {
        margin-bottom: 2.5rem;
    }
}
.welify-video-section .welify-lead-paragraph {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.65;
    font-weight: 600;
    color: var(--color-dark);
}
@media (min-width: 768px) {
    .welify-video-section .welify-lead-paragraph {
        font-size: 1.2rem;
    }
}
.welify-video-section .welify-lead-paragraph + .welify-lead-paragraph {
    margin-top: 0.85rem;
}

.welify-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--color-inverse);
    box-shadow: var(--shadow-card);
}

.welify-video-element,
.welify-video-iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: middle;
}

.welify-video-element {
    object-fit: contain;
    background: #000;
}

/* Güven şeridi — Vite ile yüklenen app.css’te olmalı (theme.css yalnızca manifest yokken kullanılır) */
.trust-strip {
    position: relative;
    overflow: hidden;
    background: var(--color-inverse);
    color: #fff;
    border-top: 1px solid color-mix(in srgb, var(--color-primary-dark) 52%, transparent);
    border-bottom: 1px solid var(--color-border);
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
}
.trust-strip::before {
    content: '';
    position: absolute;
    inset: -2px;
    background:
        radial-gradient(820px 240px at 50% 0%, rgba(255, 255, 255, 0.18), transparent 62%),
        radial-gradient(520px 240px at 15% 30%, color-mix(in srgb, var(--color-primary) 28%, transparent), transparent 60%),
        radial-gradient(520px 240px at 85% 45%, color-mix(in srgb, var(--color-accent) 26%, transparent), transparent 58%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.58) 35%, rgba(0, 0, 0, 0.72) 100%);
    opacity: 1;
    z-index: 0;
}
.trust-strip::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.16;
    z-index: 0;
    pointer-events: none;
}
.trust-strip > .container {
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .trust-strip {
        padding-top: 3.05rem;
        padding-bottom: 3.05rem;
    }
}
.trust-strip__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.25rem 1rem;
    align-items: stretch;
}
@media (max-width: 900px) {
    .trust-strip__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 520px) {
    .trust-strip__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem 0.75rem;
    }
}
.trust-strip__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    padding: 0.65rem 0.55rem;
    border-radius: 1.05rem;
    min-width: 0;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}
.trust-strip__item:hover {
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 18px 40px -28px rgba(0, 0, 0, 0.65);
    transform: translateY(-2px);
}
.trust-strip__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.96);
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 16px 30px -24px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
}
.trust-strip__svg {
    width: 2.6rem;
    height: 2.6rem;
    flex-shrink: 0;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.42));
}
.trust-strip__text {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: clamp(0.88rem, 1.28vw, 1.08rem);
    line-height: 1.22;
    letter-spacing: 0.005em;
    text-wrap: balance;
    color: rgba(255, 255, 255, 0.97);
    max-width: 12rem;
    min-width: 0;
    width: 100%;
    overflow-wrap: break-word;
}

/* Ana sayfa — hero (arka plan görseli + içerik) */
.hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-canvas) 52%);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-section--home {
    display: flex;
    align-items: center;
    min-height: min(28rem, 90dvh);
    padding: clamp(3.25rem, 12vw, 5rem) 0;
}

@media (min-width: 768px) {
    .hero-section--home {
        min-height: 28rem;
        padding: 7rem 0;
    }
}

@media (min-width: 1024px) {
    .hero-section--home {
        padding: 9rem 0;
    }
}

.hero-content--center {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.home-hero__title {
    margin: 0 0 1.5rem;
    font-size: clamp(1.7rem, 6vw + 0.85rem, 3rem);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff;
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 0 0.25rem;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    hyphens: auto;
}

@media (min-width: 640px) {
    .home-hero__title {
        font-size: 3.75rem;
    }
}

@media (min-width: 1024px) {
    .home-hero__title {
        font-size: 4.5rem;
    }
}

.home-hero__title-text {
    position: relative;
    z-index: 10;
    display: block;
}

.home-hero__lead {
    margin: 0 auto 2.5rem;
    max-width: 48rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 2.8vw + 0.65rem, 1.125rem);
    line-height: 1.625;
    padding: 0 0.25rem;
    overflow-wrap: break-word;
}

@media (min-width: 640px) {
    .home-hero__lead {
        font-size: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .home-hero__lead {
        font-size: 1.5rem;
    }
}

.home-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

@media (min-width: 640px) {
    .home-hero__actions {
        flex-direction: row;
    }
}

@media (max-width: 639px) {
    .home-hero__actions {
        width: 100%;
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
    }

    .home-hero__actions .btn-primary,
    .home-hero__actions .btn-secondary {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

.section-pad--md {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .section-pad--md {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.section-pad--lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 768px) {
    .section-pad--lg {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.section-pad--video {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
    .section-pad--video {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.content-narrow {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.section-title--intro {
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
}

@media (min-width: 768px) {
    .section-title--intro {
        font-size: 2.25rem;
    }
}

.section-title--center {
    text-align: center;
}

.section-title--mb-sm {
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .section-title--mb-sm {
        margin-bottom: 2rem;
    }
}

.section-title--features {
    margin-bottom: 3rem;
    font-size: 1.875rem;
}

@media (min-width: 768px) {
    .section-title--features {
        margin-bottom: 4rem;
        font-size: 2.25rem;
    }
}

.section-title--testimonials {
    font-size: 1.875rem;
}

@media (min-width: 768px) {
    .section-title--testimonials {
        font-size: 2.25rem;
    }
}

.welify-video-frame--contain {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.testimonials__heading-wrap {
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .testimonials__heading-wrap {
        margin-bottom: 3rem;
    }
}

.home-testimonials--clip {
    overflow: hidden;
}

/* Basit içerik sayfaları (yükleme, özellik listesi) */
.simple-page-section {
    padding: 4rem 0;
}

@media (min-width: 768px) {
    .simple-page-section {
        padding: 6rem 0;
    }
}

.simple-page__title {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 1.5rem;
}

@media (min-width: 768px) {
    .simple-page__title {
        font-size: 3rem;
    }
}

.simple-page__lead {
    text-align: center;
    font-size: 1.25rem;
    color: var(--color-muted);
    max-width: 42rem;
    margin: 0 auto 3rem;
}

.simple-page__box {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.simple-page__stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.is-hidden {
    display: none !important;
}

.upload-field__label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-muted);
    margin-bottom: 0.5rem;
}

.upload-field__select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-border-strong);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    background: var(--color-surface);
    color: var(--color-dark);
}

.upload-field__select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 20%, transparent);
}

.upload-field__file {
    width: 100%;
    font-size: 1rem;
    color: var(--color-muted);
}

.upload-field__file::file-selector-button {
    margin-right: 1rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.5rem;
    background: var(--color-border);
    color: var(--color-dark);
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
}

.upload-submit {
    width: 100%;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    background: var(--color-inverse);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    font-family: inherit;
}

.upload-submit:hover:not(:disabled) {
    background: var(--color-primary-dark);
}

.upload-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (min-width: 768px) {
    .upload-submit {
        width: auto;
    }
}

.upload-alert {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid;
}

.upload-alert--error {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.upload-alert__list {
    margin: 0;
    padding-left: 1.25rem;
}

.upload-alert--success {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: var(--color-dark);
}

.upload-alert--success a {
    color: var(--color-primary-dark);
    text-decoration: underline;
}

.features-detail__list {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.features-detail__row {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 768px) {
    .features-detail__row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .features-detail__row--flip .features-detail__visual {
        order: -1;
    }
}

.features-detail__visual {
    aspect-ratio: 16 / 9;
    background: var(--color-border);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-muted);
}

.features-detail__copy h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 1rem;
}

.features-detail__copy p {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.625;
}

.features-detail__cta-band {
    padding: 4rem 0;
    background: var(--color-canvas);
    border-top: 1px solid var(--color-border);
    text-align: center;
}

.features-detail__cta-band p {
    margin: 0 0 1.5rem;
    color: var(--color-muted);
}

.btn-stone-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    background: var(--color-inverse);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.btn-stone-primary:hover {
    background: var(--color-primary-dark);
}

/* Üst slider — fotoğraf üzerinde başlık ve lead okunaklılığı (hafif) */
.hero-section h1,
.hero-section h1 span {
    text-shadow:
        0 1px 1px rgba(0, 0, 0, 0.22),
        0 2px 12px rgba(0, 0, 0, 0.18);
}

.hero-section .lead {
    text-shadow:
        0 1px 1px rgba(0, 0, 0, 0.2),
        0 2px 10px rgba(0, 0, 0, 0.15);
}

body {
    margin: 0;
    font-family: var(--font-sans);
    background-color: var(--color-canvas);
    color: var(--color-dark);
}

/* ——— Hakkımızda sayfası ——— */
.about-page {
    overflow-x: hidden;
}

/* Hakkımızda — gövde ve alt başlık metinlerini hafif kalınlaştır (SSS sayfasını etkilemez) */
.about-page--about .about-page__lead {
    font-weight: 600;
}

.about-page--about .about-page__section-lead {
    font-weight: 600;
}

.about-page--about .about-page__card-text {
    font-weight: 500;
}

.about-page--about .about-page__stat-label {
    font-weight: 700;
}

.about-page__hero {
    position: relative;
    padding: clamp(3.5rem, 10vw, 6.5rem) 0 clamp(4rem, 12vw, 7rem);
    color: #fff;
    isolation: isolate;
}

.about-page__hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(900px 420px at 12% 18%, rgba(255, 255, 255, 0.22), transparent 55%),
        radial-gradient(700px 380px at 88% 42%, rgba(176, 188, 202, 0.32), transparent 52%),
        linear-gradient(145deg, var(--color-primary-dark) 0%, var(--color-primary) 42%, #2a323c 78%, var(--color-inverse) 100%);
}

.about-page__hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 70%);
}

.about-page__hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: -1;
    pointer-events: none;
    opacity: 0.55;
}

.about-page__hero-orb--1 {
    width: min(420px, 55vw);
    height: min(420px, 55vw);
    top: -8%;
    right: -5%;
    background: rgba(168, 180, 196, 0.5);
}

.about-page__hero-orb--2 {
    width: min(320px, 45vw);
    height: min(320px, 45vw);
    bottom: 5%;
    left: -6%;
    background: rgba(118, 130, 146, 0.42);
}

.about-page__hero-inner {
    position: relative;
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
}

.about-page__eyebrow {
    display: inline-block;
    margin: 0 0 1rem;
    padding: 0.35rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.about-page__title {
    margin: 0 0 1.1rem;
    font-size: clamp(2.35rem, 5.5vw, 3.65rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-shadow:
        0 2px 3px rgba(0, 0, 0, 0.18),
        0 12px 40px rgba(0, 0, 0, 0.25);
}

.about-page__lead {
    margin: 0 auto 2rem;
    max-width: 36rem;
    font-size: clamp(1.08rem, 2.1vw, 1.28rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.about-page__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
    align-items: center;
}

.about-page__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.65rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease,
        border-color 0.18s ease;
}

.about-page__btn--primary {
    color: var(--color-primary-dark);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 14px 36px -12px rgba(0, 0, 0, 0.35);
}

.about-page__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px -14px rgba(0, 0, 0, 0.4);
}

.about-page__stats-wrap {
    margin-top: -2.75rem;
    position: relative;
    z-index: 1;
    padding: 0 1rem 2.5rem;
}

.about-page__stats {
    list-style: none;
    margin: 0 auto;
    padding: 1.15rem 1.25rem;
    max-width: 56rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    border-radius: var(--radius-xl);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    box-shadow: var(--shadow-card);
}

@media (max-width: 640px) {
    .about-page__stats {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.about-page__stat {
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    border-radius: var(--radius-lg);
}

.about-page__stat-value {
    font-size: clamp(1.65rem, 4vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    background: linear-gradient(120deg, var(--color-primary) 0%, var(--color-accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.about-page__stat-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-muted);
}

.about-page__pillars {
    padding: 2rem 0 4rem;
    background: var(--color-canvas);
}

.about-page__section-title {
    text-align: center;
    margin: 0 0 0.5rem;
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 700;
    color: var(--color-dark);
    letter-spacing: -0.02em;
}

.about-page__section-lead {
    text-align: center;
    margin: 0 auto 2.5rem;
    max-width: 28rem;
    font-size: 1.05rem;
    color: var(--color-muted);
    line-height: 1.5;
}

.about-page__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
    max-width: 72rem;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .about-page__cards {
        grid-template-columns: 1fr;
        max-width: 28rem;
    }
}

.about-page__card {
    padding: 1.65rem 1.5rem;
    border-radius: var(--radius-xl);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-soft);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.about-page__card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card-hover);
    border-color: color-mix(in srgb, var(--color-primary) 28%, var(--color-border));
}

.about-page__card-icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    margin-bottom: 1.1rem;
    color: var(--color-primary);
    background: color-mix(in srgb, var(--color-primary) 14%, transparent);
    border: 1px solid color-mix(in srgb, var(--color-primary) 22%, transparent);
}

.about-page__card-title {
    margin: 0 0 0.65rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-dark);
}

.about-page__card-text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--color-muted);
}

/* SSS — Hakkımızda ile aynı sayfa iskeleti, akordeon liste */
.about-page__faq {
    padding: 2rem 0 4rem;
    background: var(--color-canvas);
}

.about-page--faq .about-page__faq {
    padding-top: 3rem;
}

.about-page__faq-inner {
    max-width: 42rem;
    margin: 0 auto;
}

.about-page__faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.about-page__faq-item {
    border-radius: var(--radius-xl);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    box-shadow: var(--shadow-soft);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.about-page__faq-item[open] {
    border-color: color-mix(in srgb, var(--color-primary) 32%, var(--color-border));
    box-shadow: var(--shadow-card);
}

.about-page__faq-summary {
    list-style: none;
    cursor: pointer;
    padding: 1.1rem 1.35rem;
    padding-right: 2.85rem;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-dark);
    position: relative;
    user-select: none;
}

.about-page__faq-summary::-webkit-details-marker {
    display: none;
}

.about-page__faq-summary::after {
    content: '';
    position: absolute;
    right: 1.2rem;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.22s ease;
    opacity: 0.85;
}

.about-page__faq-item[open] .about-page__faq-summary::after {
    transform: translateY(-25%) rotate(-135deg);
}

.about-page__faq-body {
    padding: 0 1.35rem 1.2rem;
    border-top: 1px solid var(--color-border);
}

.about-page__faq-body p {
    margin: 0.85rem 0 0;
    font-size: 0.98rem;
    line-height: 1.62;
    color: var(--color-muted);
}

.about-page__faq-footnote {
    margin: 1.75rem 0 0;
    text-align: center;
    font-size: 0.95rem;
    color: var(--color-muted);
    line-height: 1.5;
}

.about-page__faq-link {
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
}

.about-page__faq-link:hover {
    text-decoration: underline;
}

/* ——— İletişim sayfası (Hakkımızda / SSS ile aynı hero dili) ——— */
.about-page--contact .about-page__lead {
    font-weight: 600;
}

.contact-page__main {
    padding: 0 0 4rem;
    background: var(--color-canvas);
}

.about-page--contact .contact-page__main {
    padding-top: 3rem;
}

.contact-page__grid {
    display: grid;
    gap: 2rem;
    align-items: start;
    max-width: 72rem;
    margin: 0 auto;
}

@media (min-width: 960px) {
    .contact-page__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
        gap: 2.5rem;
    }
}

.contact-page__aside-title {
    margin: 0 0 1.25rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-dark);
    letter-spacing: -0.02em;
}

.contact-page__info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.contact-page__info-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.15rem 1.25rem;
    border-radius: var(--radius-xl);
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    box-shadow: var(--shadow-soft);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-page__info-card:hover {
    border-color: color-mix(in srgb, var(--color-primary) 22%, var(--color-border));
    box-shadow: var(--shadow-card);
}

.contact-page__info-icon {
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    color: var(--color-primary);
    background: color-mix(in srgb, var(--color-primary) 14%, transparent);
    border: 1px solid color-mix(in srgb, var(--color-primary) 22%, transparent);
}

.contact-page__info-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.contact-page__info-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-muted);
}

.contact-page__info-value {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--color-dark);
    line-height: 1.45;
}

.contact-page__info-value--multiline {
    font-weight: 500;
}

.contact-page__info-value--link {
    text-decoration: none;
    color: var(--color-primary);
    transition: color 0.15s ease;
}

.contact-page__info-value--link:hover {
    color: var(--color-primary-dark);
    text-decoration: underline;
}

.contact-page__form-wrap {
    min-width: 0;
}

.contact-page__alert {
    margin-bottom: 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: var(--radius-lg);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--color-dark);
    background: color-mix(in srgb, var(--color-accent) 12%, var(--color-surface));
    border: 1px solid color-mix(in srgb, var(--color-accent) 35%, var(--color-border));
}

.contact-page__form-card {
    padding: 1.65rem 1.5rem 1.85rem;
    border-radius: var(--radius-xl);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-card);
}

@media (min-width: 640px) {
    .contact-page__form-card {
        padding: 2rem 2rem 2.15rem;
    }
}

.contact-page__form-title {
    margin: 0 0 0.5rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-dark);
    letter-spacing: -0.02em;
}

.contact-page__form-lead {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.55;
    color: var(--color-muted);
}

.contact-page__form {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.contact-page__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.contact-page__label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-dark);
}

.contact-page__req {
    color: #dc2626;
    font-weight: 700;
}

.contact-page__input,
.contact-page__textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: var(--font-sans);
    font-weight: 500;
    color: var(--color-dark);
    background: var(--color-surface-alt);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        background 0.15s ease;
}

.contact-page__textarea {
    min-height: 8.5rem;
    resize: vertical;
    line-height: 1.5;
}

.contact-page__input:hover,
.contact-page__textarea:hover {
    border-color: var(--color-border-strong);
}

.contact-page__input:focus,
.contact-page__textarea:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--color-primary) 45%, var(--color-border));
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 18%, transparent);
    background: var(--color-surface);
}

.contact-page__input--error,
.contact-page__textarea.contact-page__input--error {
    border-color: #dc2626;
}

.contact-page__input--error:focus,
.contact-page__textarea.contact-page__input--error:focus {
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.contact-page__error {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #dc2626;
}

.contact-page__submit {
    margin-top: 0.35rem;
    align-self: flex-start;
    border: none;
    cursor: pointer;
}

/* Sağ alt sabit WhatsApp iletişim butonu */
.whatsapp-float {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: linear-gradient(135deg, #25d366 0%, #1ea952 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    box-shadow: 0 16px 34px -18px rgba(22, 130, 62, 0.9);
    text-decoration: none;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        filter 0.18s ease;
}

.whatsapp-float svg {
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
}

.whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px -20px rgba(22, 130, 62, 0.95);
    filter: brightness(1.03);
}

.whatsapp-float:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(37, 211, 102, 0.22),
        0 16px 34px -18px rgba(22, 130, 62, 0.9);
}

@media (max-width: 640px) {
    .whatsapp-float {
        right: max(0.8rem, env(safe-area-inset-right, 0px));
        bottom: max(0.8rem, env(safe-area-inset-bottom, 0px));
        padding: 0.95rem;
    }

    .whatsapp-float span {
        display: none;
    }
}
