/* ==========================================================================
   SONEO Creative Works — Stylesheet
   ========================================================================== */

/* ---------- Reset & Tokens ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Sofia Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    color: #303030;
    background: #ffffff;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; margin: 0; }
h1,h2,h3,h4,h5,h6 { margin: 0; font-weight: 700; }
p { margin: 0; }

:root {
    --color-title: #303030;
    --color-title-dark: #1F1E1E;
    --color-secondary-text: #45556C;
    --color-primary: #FA3000;
    --color-primary-2: #E13701;
    --color-primary-3: #FE7500;
    --color-teal: #00B2A9;
    --color-soneo-white: #F1EDE4;
    --color-text-gray: #2a2929;
    --color-footer-text: #C0C5D5;
    --color-blog-meta: #7d735c;
    --gradient-primary: linear-gradient(40deg, #FE7500 1.7%, #E13701 50.8%, #FA3000 100%);
    --gradient-primary-soft: linear-gradient(22deg, #FE7500 1.7%, #E13701 50.8%, #FA3000 100%);
    --gradient-footer: linear-gradient(180deg, #29292a 0%, #010618 100%);
    --gradient-stats: linear-gradient(180deg, #effcff 0%, #ffffff 50%, #fdfdfd 100%);
    --shadow-card: 0 2px 8px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.05);
    --container-width: 1248px;
}

/* ---------- Layout ---------- */
.container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 24px;
}
@media (min-width: 1024px) {
    .container { padding: 0 32px; }
}

/* ---------- Typography helpers ---------- */
.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.text-gradient--italic {
    font-family: 'Sofia Sans Extra Condensed', 'Sofia Sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    /* Italic karakterlerin (özellikle "?") sağa taşmasını engelle */
    padding-right: 0.08em;
    margin-right: -0.08em;
    display: inline-block;
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    font-family: inherit;
}
/* button reset — only resets buttons WITHOUT .btn--primary class */
button.btn:not(.btn--primary):not(.btn--red):not(.btn--teal) { background: none; }
button.btn { border: 0; }
button.footer-action { background: #fff; border: 0; }
button.top-bar__link { background: none; color: #fff; padding: 0; border: 0; }
.btn:hover { transform: translateY(-1px); opacity: .96; }
.btn--primary {
    background: var(--gradient-primary);
    color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.btn--outline {
    background: #fff;
    color: var(--color-title);
    border: 2px solid rgba(0,0,0,0.12);
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    transition: border-color .15s, color .15s, background .15s;
}
.btn--outline:hover {
    background: #f5f5f5;
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.btn--xl {
    height: 56px;
    padding: 0 28px;
    font-size: 20px;
    font-weight: 600;
    min-width: 200px;
}
.btn--header { height: 48px; min-width: 190px; font-size: 16px; font-weight: 700; }
.btn--red { background: #FA3000; box-shadow: 0 1px 2px rgba(0,0,0,0.18); }
.btn--teal { background: var(--color-teal); color: #fff; box-shadow: 0 1px 2px rgba(0,0,0,0.15); }
.btn--teal:hover { opacity: .92; }
.btn--with-arrow .btn__arrow { width: 24px; height: 24px; }
.blog__cta .btn__arrow { width: 18px; height: 14.73px; }

/* ---------- Top utility bar ---------- */
.top-bar {
    background: linear-gradient(90deg, #000 0%, #111 100%);
    color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.top-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    gap: 24px;
    flex-wrap: wrap;
}
.top-bar__tagline {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.18px;
}
.top-bar__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.top-bar__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    transition: opacity .15s;
    font-family: inherit;
}
.top-bar__link:hover { opacity: .85; }
button.top-bar__link { cursor: pointer; }
.icon-24 { width: 24px; height: 24px; }
.top-bar__divider {
    width: 1px;
    height: 24px;
    background: rgba(255,255,255,0.25);
    display: inline-block;
}

/* ---------- Main header ---------- */
.site-header {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 50;
}
.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 94px;
    gap: 24px;
}
.site-header__logo img { height: 66px; width: 150.24px; object-fit: contain; object-position: left center; }
.main-nav__list {
    display: flex;
    align-items: center;
    gap: 30px;
}
.main-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 20px;
    font-weight: 400;
    color: var(--color-title-dark);
    line-height: 38px;
    transition: color .15s ease;
}
.main-nav__link:hover { color: var(--color-primary); }
.main-nav__arrow { width: 24px; height: 24px; transform: rotate(180deg); }
.mobile-toggle {
    display: none;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: 0;
    padding: 8px;
}
.mobile-toggle span {
    display: block;
    height: 2px;
    background: #303030;
    border-radius: 2px;
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(181.16deg, #f9faf9 2.07%, #fdfdfd 131.19%);
    height: 677px;
}
.hero__bg-ellipse {
    position: absolute;
    top: -297px;
    left: 109px;
    width: 1240px;
    height: 684px;
    pointer-events: none;
    z-index: 0;
}
.hero__bg-ellipse img { width: 100%; height: 100%; display: block; }
.hero__inner {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0;
}
.hero__content {
    position: absolute;
    left: 0;
    top: 173px;
    width: 613px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.hero__heading-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 0;
}
.hero__eyebrow {
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
    color: var(--color-title);
    margin: 0;
}
.hero__divider-line {
    width: 546px;
    height: 4px;
    max-width: 100%;
    margin: -5px 0 0;
    display: block;
}
.hero__title { line-height: 1; margin: 0; }
.hero__title-gradient {
    display: inline-block;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 80.412px;
    line-height: 1;
    background: linear-gradient(23.72deg, #FE7500 1.73%, #E13701 50.87%, #FA3000 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
}
.hero__lead {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: var(--color-secondary-text);
    margin: 0;
    width: 593px;
    max-width: 100%;
}
.hero__actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 0;
}
.hero__visual {
    position: absolute;
    left: 593px;
    top: 46px;
    width: 714.079px;
    height: 715.301px;
    pointer-events: none;
}
.hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---------- Section titles ---------- */
.section-title {
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 800;
    font-size: 52px;
    line-height: 1.1;
    color: var(--color-title);
}
.section-title--center { text-align: center; }

/* ---------- Pills ---------- */
.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.pill--primary { background: var(--gradient-primary); }
.pill--teal { background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%), #00B2A9; color: var(--color-soneo-white); font-size: 24px; padding: 12px 32px; }
.pill--dark  { background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 100%), #000; color: var(--color-soneo-white); font-size: 24px; padding: 14px 28px; }

/* ---------- Inter-section gaps (matches Figma frame positioning) ---------- */
.clients { margin-top: 60px; }
.services, .why-soneo, .projects, .process, .testimonials, .partners, .cta-banner, .blog, .site-footer { margin-top: 100px; }

/* ---------- Clients section (Figma 459:495) — birebir markalar ---------- */
.clients {
    padding: 0;
    background: #fff;
    min-height: 340px;
    display: flex;
    align-items: center;
}
.clients .container { width: 100%; }
.clients__title {
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    color: var(--color-title);
    text-align: center;
    margin: 0 0 50px;
}
/* === Marquee (kayan logo şeridi) === */
.marquee {
    overflow: hidden;
    width: 100%;
    height: 100px;
    margin-bottom: 28px;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
}
.marquee:last-child { margin-bottom: 0; }
.marquee__track {
    display: flex;
    align-items: center;
    gap: 56px;
    width: max-content;
    animation: marquee-scroll 40s linear infinite;
    will-change: transform;
}
.marquee--reverse .marquee__track { animation: marquee-scroll-reverse 40s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 180px;
    flex-shrink: 0;
    padding: 0 8px;
}
/* Marquee logo — UNIFORM COMPONENT (180x90 kutu, hepsi aynı görsel kütle) */
.marquee__item {
    width: 180px !important;
    height: 90px !important;
    flex-shrink: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}
.marquee__item img {
    max-width: 140px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}
/* Çok yatay logolar (aspect > 3:1) — daha geniş + hafif scale up */
.marquee__item img[alt="Petrol Ofisi"],
.marquee__item img[alt="Seyran Pastanesi"],
.marquee__item img[alt="Lotus"],
.marquee__item img[alt="Nadir"] {
    max-width: 150px;
    max-height: 35px;
    transform: scale(1.15);
}
/* Logo boyut tweakleri (user feedback) */
.marquee__item img[alt="MP Mefe Parts"] {
    max-width: 80px !important;
    max-height: 45px !important;
}
.marquee__item img[alt="Malatya Pazarı"] {
    max-width: 90px !important;
    max-height: 55px !important;
}
.marquee__item img[alt="Yaprak Askı"] {
    max-width: 150px !important;
    max-height: 75px !important;
    transform: scale(1.1);
}
.marquee__item img[alt="Kara Oklar"] {
    max-width: 130px !important;
    max-height: 70px !important;
    transform: scale(1.15);
}
@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@keyframes marquee-scroll-reverse {
    from { transform: translateX(-50%); }
    to   { transform: translateX(0); }
}
/* Marquee animasyonu kullanıcı tarafından açıkça istenmiş — reduced-motion'ı override etme */

/* ---------- Services ---------- */
.services {
    padding: 30px 0 30px;
    background: #fff;
    min-height: 780px;
    display: flex;
    align-items: center;
}
.services__inner { display: flex; flex-direction: column; gap: 32px; align-items: center; width: 100%; }
.services__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.services .section-title { font-size: 44px; }
.services .section-title .text-gradient {
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.services__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
/* Yatay ayraç — 2 satır arasında, kart kenarlarından uzar */
.services__grid::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(0,0,0,0.08);
    pointer-events: none;
}
.service-card {
    padding: 24px 28px;
    border-radius: 0;
    position: relative;
    background: #fff;
    height: 260px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* Dikey ayraçlar — her kartın sağında (son sütun hariç), tam yükseklik */
.service-card:not(:nth-child(4n))::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0,0,0,0.08);
    pointer-events: none;
}
.service-card__icon { width: 32px; height: 32px; margin-bottom: 0; flex-shrink: 0; }
.service-card__icon img { width: 100%; height: 100%; }
.service-card__title {
    font-family: 'Sofia Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--color-title);
    margin: 0;
    max-width: 230px;
    /* Title doğal yükseklikte — başlık-açıklama arası sıkı */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service-card__desc {
    font-family: 'Sofia Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-secondary-text);
    max-width: 230px;
    margin: 0;
    /* 3 satır sabit — PDF madde 8 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
}

/* ---------- Why SONEO + Stats ---------- */
.why-soneo {
    background: linear-gradient(180deg, #f7fcfd 0%, #ffffff 100%);
    padding: 32px 0;
    min-height: 240px;
    display: flex;
    align-items: center;
}
.why-soneo__inner {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.why-soneo__copy { flex: 1 1 auto; max-width: 560px; min-width: 0; }
.why-soneo__title {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 56px;
    line-height: 1;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: var(--color-title);
}
.why-soneo__lead {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: var(--color-title);
    max-width: 540px;
    margin-bottom: 10px;
}
.stats {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}
.stats__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 140px;
}
.stats__number {
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 76px;
    line-height: 1;
    color: var(--color-teal);
    margin-bottom: 8px;
}
.stats__label {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000;
}
.stats__divider {
    width: 1px;
    height: 100px;
    background: rgba(0,0,0,0.06);
    flex-shrink: 0;
}

/* ---------- Projects ---------- */
.projects {
    padding: 40px 0;
    background: #fff;
    min-height: 626px;
    display: flex;
    align-items: center;
}
.projects__inner { display: flex; flex-direction: column; gap: 28px; width: 100%; }
.projects__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.projects .section-title { font-family: 'Sofia Sans Condensed', sans-serif; font-weight: 600; }
.projects__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 33px;
}
/* Projeler — kayan marquee (PDF madde 13) */
.projects-marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
    margin-top: 28px;
}
.projects-marquee__track {
    display: flex;
    gap: 28px;
    width: max-content;
    animation: projectsMarquee 45s linear infinite;
    will-change: transform;
}
.projects-marquee:hover .projects-marquee__track { animation-play-state: paused; }
.projects-marquee .project-card { width: 290px; flex-shrink: 0; padding: 8px; }
.projects-marquee .project-card__image { aspect-ratio: 290 / 295; }
@keyframes projectsMarquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.project-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 8px;
}
.project-card__image {
    aspect-ratio: 432 / 440;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    position: relative;
}
.project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.project-card:hover .project-card__image img { transform: scale(1.03); }
.project-card__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--color-title);
    margin: 0;
}
.project-card__category {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-secondary-text);
    margin: -4px 0 0;
}

/* ---------- Process ---------- */
.process {
    padding: 20px 0;
    background: #fff;
    min-height: 418px;
    display: flex;
    align-items: center;
}
.process__inner { display: flex; flex-direction: column; gap: 24px; align-items: center; width: 100%; }
.process__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
/* process title overridden above */
.process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}
.process-card {
    background: #fff;
    border-radius: 16px;
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    box-shadow: 0 1px 2px rgba(233,72,1,0.05), 0 2px 8px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.05);
    height: 180px;
    justify-content: center;
}
.process .section-title { font-weight: 800; font-size: 40px; line-height: 48px; }
.process-card__symbol {
    font-size: 72px;
    line-height: 1;
    display: inline-block;
    /* Italic gradient sembollerin frame'e yapışmasını engelle */
    padding: 4px 0.12em 6px 0.04em;
    margin: 0;
}
.process-card__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}
.process-card__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-secondary-text);
}

/* ---------- Testimonials ---------- */
.testimonials {
    padding: 20px 0;
    background: #fff;
    min-height: 356px;
    display: flex;
    align-items: center;
}
.testimonials__inner { display: flex; flex-direction: column; gap: 40px; align-items: center; width: 100%; }
.testimonials .section-title { font-weight: 800; font-size: 42px; line-height: 48px; max-width: 747px; }
.testimonials__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}
.testimonial-card {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 230px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), 0 1px 6px rgba(0,0,0,0.1);
}
.testimonial-card__stars {
    display: inline-flex;
    gap: 2px;
    color: #FFB800;
    font-size: 18px;
    line-height: 1;
}
.testimonial-card__stars span { display: inline-block; }
.testimonial-card__date {
    font-weight: 500;
    font-size: 13px;
    color: #646464;
}
.testimonial-card__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-title);
    flex: 1;
}
.testimonial-card__name {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-title-dark);
}
.testimonial-card__role {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: var(--color-secondary-text);
    margin-top: 2px;
}

/* ---------- Partners ---------- */
.partners {
    padding: 20px 0;
    background: #fff;
    min-height: 251px;
    display: flex;
    align-items: center;
}
.partners__inner { display: flex; flex-direction: column; align-items: center; gap: 20px; width: 100%; }
.partners .section-title { font-weight: 800; font-size: 52px; line-height: 56px; margin-top: 0; color: #1f1e1e; }
.partners__grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 18.85px;
    width: 100%;
    margin-top: 30px;
}
.partner-card {
    background: linear-gradient(180deg, #fcfcfc 0%, #f1f1f1 100%);
    border: 0.671px solid rgba(232,232,232,0.53);
    border-radius: 6.7px;
    height: 63.7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9.6px;
    padding: 14px 12px;
}
.partner-card__logo {
    height: 33.5px;
    width: auto;
    max-width: 36px;
    object-fit: contain;
    flex-shrink: 0;
}
.partner-card__name {
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 700;
    font-size: 18.78px;
    line-height: 21.46px;
    color: #000;
    white-space: nowrap;
}
/* TikTok ve LinkedIn artık kırpılmış (PIL ile) — diğerleriyle optik denk */
.partner-card__logo[src*="tiktok"],
.partner-card__logo[src*="linkedin"] {
    max-width: 40px;
}

/* ---------- CTA Banner ---------- */
.cta-banner {
    position: relative;
    background: linear-gradient(180deg, rgba(246,242,229,0.2) 0%, #fdfdfd 107%);
    padding: 50px 0;
    overflow: hidden;
    text-align: center;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-banner::before,
.cta-banner::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 320px;
    background: linear-gradient(135deg, rgba(255,241,223,0.35), rgba(255,255,255,0));
    filter: blur(120px);
    pointer-events: none;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.cta-banner::before { left: -100px; }
.cta-banner::after  { right: -100px; background: linear-gradient(225deg, rgba(255,241,223,0.35), rgba(255,255,255,0)); }
.cta-banner__decoration {
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    width: 356px;
    pointer-events: none;
    opacity: 0.5;
    z-index: 0;
}
.cta-banner__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}
.cta-banner__eyebrow {
    font-weight: 700;
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: 0.5px;
    color: #000;
}
.cta-banner__title {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 96px;
    line-height: 1;
    color: var(--color-primary);
    margin: -6px 0;
}
.cta-banner__lead {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 12px;
}
.cta-banner .btn--with-arrow .btn__arrow {
    transform: rotate(180deg);
}

/* ---------- Blog ---------- */
.blog {
    padding: 50px 0;
    background: #fff;
    min-height: 785px;
    display: flex;
    align-items: center;
}
.blog__inner { display: flex; flex-direction: column; align-items: center; gap: 24px; width: 100%; }
.blog__header { width: 100%; text-align: center; }
.blog .section-title { font-weight: 800; font-size: 52px; margin-bottom: 20px; }
.blog__subtitle {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: var(--color-secondary-text);
}
.blog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    width: 100%;
}
.blog-card {
    background: url('../images/blog/blog-bg.svg') top left / 100% 100% no-repeat;
    height: 485px;
    transition: transform .2s ease, filter .2s ease;
}
.blog-card:hover { transform: translateY(-4px); filter: drop-shadow(0 8px 18px rgba(0,0,0,0.08)); }
.blog-card__link {
    display: block;
    padding: 16px 17px;
    height: 100%;
    position: relative;
}
.blog-card__image {
    width: 100%;
    height: 267px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__meta {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-blog-meta);
    margin-bottom: 12px;
}
.blog-card__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--color-title);
    max-width: 340px;
}
.blog-card__arrow {
    /* Figma: (350.14, 449) içinde 396×485 kartta → sağ alt notch */
    position: absolute;
    bottom: 0;
    right: 14px;
    width: 32px;
    height: 36px;
}
.blog-card__arrow img {
    width: 100%;
    height: 100%;
}
.blog__cta {
    background: linear-gradient(36.09deg, #FE7500 1.73%, #E13701 50.87%, #FA3000 100%);
    border: 0;
    height: 52px;
    width: 200px;
    padding: 0 24px;
    gap: 10px;
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    border-radius: 10px;
}
.blog__cta .btn__arrow { width: 16px; height: 13px; }

/* ---------- Footer ---------- */
.site-footer {
    position: relative;
    background: var(--gradient-footer);
    color: #fff;
    padding: 60px 0 40px;
    overflow: hidden;
    min-height: 751px;
}
.site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 0%, rgba(255,255,255,0.04), transparent 70%);
    pointer-events: none;
}
.site-footer__inner { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 40px; }
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.3fr 1.8fr;
    gap: 40px;
    align-items: flex-start;
}
.footer-brand__logo img { width: 227.632px; height: 100px; margin-bottom: 30px; display: block; }
.footer-brand__tagline {
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: var(--color-soneo-white);
    margin-bottom: 36px;
    max-width: 320px;
}
.footer-social { display: flex; gap: 10.637px; }
.footer-social__link {
    width: 54px;
    height: 54px;
    border-radius: 6.382px;
    padding: 9.573px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.003) 100%),
        linear-gradient(186.22deg, #12131a 29.82%, #111520 90.24%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease, background .15s ease;
    box-sizing: border-box;
}
.footer-social__link:hover { transform: translateY(-2px); }
.footer-social__link img { width: 34.854px; height: 34.854px; display: block; }
.footer-social__link img[src*="twitter"] { width: 26px; height: 26px; margin: auto; }
.footer-col__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 14px;
}
.footer-col__list { display: flex; flex-direction: column; gap: 12px; }
.footer-col__list a, .footer-col__list span.footer-value {
    font-weight: 500;
    font-size: 20px;
    color: var(--color-footer-text);
    transition: color .15s ease;
}
.footer-col__list a:hover { color: #fff; }
.footer-label { font-weight: 400; font-size: 18px; color: var(--color-footer-text); }
.footer-actions {
    display: flex;
    gap: 9px;
    justify-content: flex-end;
}
.footer-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #000;
    border-radius: 8px;
    padding: 9px 14px;
    font-weight: 500;
    font-size: 14px;
    transition: transform .15s ease;
}
.footer-action img { width: 23px; height: 23px; }
.footer-action { font-family: inherit; cursor: pointer; }
.footer-action--whatsapp { box-shadow: 0 1px 6px rgba(27,196,71,0.6); }
.footer-action--orange  { box-shadow: 0 1px 6px rgba(250,48,0,0.6); }
.footer-action--teal    { box-shadow: 0 1px 6px rgba(0,178,169,0.6); }
.footer-action:hover { transform: translateY(-1px); }
.footer-rule { border: 0; border-top: 1px solid rgba(255,255,255,0.12); margin: 0; }
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.footer-copy {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.footer-copy__faded { color: rgba(255,255,255,0.6); }
.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #fff;
    color: #0c0c0c;
    border-radius: 10px;
    padding: 11px 12px;
    width: 130px;
    height: 44px;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
}
.lang-switcher__icon { width: 18px; height: 18px; }
.lang-switcher__caret { width: 18px; height: 18px; transform: rotate(90deg); }

/* ==========================================================================
   Inner pages — shared components
   ========================================================================== */
.page-hero {
    padding: 36px 0 28px;
    background: linear-gradient(180deg, #f7f7f7 0%, #fff 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-hero__inner { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 60px;
    background: rgba(250, 48, 0, 0.08);
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700;
}
.page-hero__title {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    color: var(--color-title);
    max-width: 920px;
    margin: 0;
}
.page-hero__subtitle {
    font-size: 20px;
    line-height: 1.5;
    color: var(--color-secondary-text);
    max-width: 760px;
}
.page-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--color-secondary-text);
    flex-wrap: wrap;
}
.breadcrumb__link { color: var(--color-secondary-text); transition: color .15s ease; }
.breadcrumb__link:hover { color: var(--color-primary); }
.breadcrumb__sep { color: #c0c0c0; }
.breadcrumb__current { color: var(--color-title); font-weight: 600; }
.breadcrumb__home-icon { width: 16px; height: 16px; vertical-align: -2px; margin-right: 4px; opacity: 0.7; }
.breadcrumb__link:hover .breadcrumb__home-icon { opacity: 1; }
.breadcrumb__link { display: inline-flex; align-items: center; gap: 4px; }

/* Generic info card used across inner pages */
.info-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 14px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    transition: transform .15s ease, box-shadow .15s ease;
}
.info-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.info-card__icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: rgba(250, 48, 0, 0.08); margin-bottom: 4px; }
.info-card__icon img { width: 22px; height: 22px; }
.info-card__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-title);
    line-height: 1.3;
    min-height: calc(1.3em * 2);   /* 2 satır sabit yükseklik — tüm kartlar eşit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.info-card__desc  {
    font-size: 14px;
    color: var(--color-secondary-text);
    line-height: 1.45;
    min-height: calc(1.45em * 3);  /* 3 satır sabit yükseklik */
}

.step-card { background: #fff; border-radius: 14px; padding: 22px 20px; display: flex; flex-direction: column; gap: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.04); text-align: center; align-items: center; }
.step-card__num { width: 40px; height: 40px; border-radius: 50%; background: var(--gradient-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; margin-bottom: 6px; }
.step-card__title { font-size: 18px; font-weight: 700; color: var(--color-title); }
.step-card__desc  { font-size: 14px; color: var(--color-secondary-text); line-height: 1.45; }

.service-block { padding: 60px 0; }
.service-block--alt { background: #f7f9fa; }
.service-block__title { margin-bottom: 32px; }
.service-block__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-block__grid--3 { grid-template-columns: repeat(3, 1fr); }

.cta-strip { background: var(--gradient-stats); padding: 50px 0; }
.cta-strip__inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; background: linear-gradient(135deg, #2bcfc1 0%, #00b2a9 100%); color: #fff; padding: 36px 44px; border-radius: 22px; }
.cta-strip__title { font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.cta-strip__lead  { font-size: 16px; color: rgba(255,255,255,0.85); }
.cta-strip .btn--primary { background: #fff; color: var(--color-primary); }

/* Services list page */
.services-list { padding: 60px 0; background: #fff; }
.services-list__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-list-card { background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 14px; padding: 24px 22px; display: flex; flex-direction: column; gap: 10px; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; text-decoration: none; color: inherit; }
.service-list-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,0.06); border-color: rgba(250,48,0,0.2); }
.service-list-card__icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: rgba(250, 48, 0, 0.08); }
.service-list-card__icon img { width: 22px; height: 22px; }
.service-list-card__title { font-size: 18px; font-weight: 700; color: var(--color-title); }
.service-list-card__desc { font-size: 14px; color: var(--color-secondary-text); line-height: 1.4; }

/* Hakkımızda */
.about-strip { padding: 60px 0; background: #fff; }
.about-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.about-strip__item { display: flex; align-items: center; gap: 10px; background: #f7f9fa; padding: 14px 16px; border-radius: 12px; font-weight: 600; color: var(--color-title); font-size: 15px; }
.about-strip__icon { width: 24px; height: 24px; }
.about-pillars { padding: 30px 0 60px; background: #fff; }
.about-pillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.about-pillar { background: #f7f9fa; border-radius: 14px; padding: 26px; }
.about-pillar h3 { font-size: 20px; margin-bottom: 8px; color: var(--color-title); }
.about-pillar p { color: var(--color-secondary-text); font-size: 15px; line-height: 1.5; }
.about-clients { padding: 60px 0; background: #fff; }
.about-clients__lead { text-align: center; font-size: 18px; color: var(--color-secondary-text); margin: 12px 0 30px; }
.about-clients__ctas { display: flex; gap: 14px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
.about-clients__row { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.about-clients__images { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-clients__images img { width: 100%; height: 220px; object-fit: cover; border-radius: 14px; }
.about-clients__images img:nth-child(1) { grid-column: span 2; height: 260px; }

/* Ücretsiz Analiz */
.analysis { padding: 50px 0 60px; background: #fff; }
.analysis__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.analysis__stats { display: flex; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.stat-mini { display: flex; flex-direction: column; }
.stat-mini__num { color: var(--color-primary); font-size: 28px; font-weight: 800; }
.stat-mini__label { color: var(--color-secondary-text); font-size: 14px; }
.analysis__title { font-size: 36px; font-weight: 800; color: var(--color-title); margin-bottom: 14px; }
.analysis__copy { color: var(--color-secondary-text); font-size: 16px; line-height: 1.5; margin-bottom: 24px; }
.analysis__features { display: grid; gap: 18px; }
.feature-item strong { display: block; font-size: 16px; font-weight: 700; color: var(--color-title); margin-bottom: 4px; }
.feature-item p { color: var(--color-secondary-text); font-size: 14px; line-height: 1.45; }
.analysis__form-wrap { position: sticky; top: 110px; }
.analysis-form { background: #fff; border-radius: 18px; padding: 26px; box-shadow: 0 6px 24px rgba(0,0,0,0.08); border: 1px solid rgba(0,0,0,0.04); }
.analysis-form__title { font-size: 22px; font-weight: 800; color: var(--color-title); margin-bottom: 18px; line-height: 1.2; }

/* FAQ */
.faq { padding: 60px 0; background: #fff; }
.faq__list { max-width: 880px; margin: 36px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq__item { background: #f7f9fa; border-radius: 12px; padding: 0; transition: background .15s ease; }
.faq__item[open] { background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.faq__q { padding: 18px 22px; cursor: pointer; font-weight: 700; color: var(--color-title); font-size: 16px; display: flex; justify-content: space-between; align-items: center; list-style: none; }
.faq__q::-webkit-details-marker { display: none; }
.faq__caret { color: var(--color-primary); font-size: 22px; transition: transform .2s ease; }
.faq__item[open] .faq__caret { transform: rotate(45deg); }
.faq__a { padding: 0 22px 18px; color: var(--color-secondary-text); font-size: 15px; line-height: 1.55; }

/* İletişim sayfası */
/* Eski .contact-info kuralı kaldırıldı — yeni Figma 202:9 birebir kuralları aşağıda */
.contact-form__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.chip { display: inline-flex; align-items: center; gap: 6px; background: #f7f9fa; padding: 8px 14px; border-radius: 20px; cursor: pointer; transition: background .15s ease, color .15s ease; font-size: 13px; }
.chip input { display: none; }
.chip input:checked + span { color: #fff; }
.chip:has(input:checked) { background: var(--color-primary); color: #fff; }

.map-section { padding: 30px 0 60px; background: #fff; }
.map-section__title { margin-bottom: 24px; }
.map-section__embed { border-radius: 18px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.map-section__embed iframe { width: 100%; height: 420px; border: 0; display: block; }

/* Blog list page */
.blog-list-page { padding: 32px 0 60px; background: #fff; }
.blog-search { display: flex; max-width: 520px; margin: 0 auto 36px; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 12px; padding: 6px; box-shadow: 0 2px 6px rgba(0,0,0,0.03); }
.blog-search input { flex: 1; padding: 10px 14px; border: 0; outline: 0; font-size: 15px; background: transparent; font-family: inherit; }
.blog-search button { width: 44px; height: 44px; border: 0; border-radius: 8px; background: var(--gradient-primary); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.blog-search button img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.blog__grid--3 { grid-template-columns: repeat(3, 1fr); }

/* Haberler */
.news-list { padding: 50px 0 60px; background: #fff; }
.news-list__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: transform .15s ease, box-shadow .15s ease; }
.news-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.news-card__link { display: block; color: inherit; text-decoration: none; }
.news-card__image { height: 200px; background-size: cover; background-position: center; }
.news-card__body { padding: 20px 22px; position: relative; }
.news-card__meta { font-size: 12px; color: var(--color-blog-meta); font-weight: 500; margin-bottom: 8px; }
.news-card__title { font-size: 17px; font-weight: 700; color: var(--color-title); line-height: 1.3; padding-right: 32px; }
.news-card__arrow { position: absolute; right: 22px; bottom: 22px; color: var(--color-primary); font-size: 20px; font-weight: 700; }

/* Post detail with sidebar */
.post-layout { padding: 50px 0 60px; background: #fff; }
.post-layout__inner { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.post__cover { border-radius: 18px; overflow: hidden; margin-bottom: 30px; }
.post__cover img { width: 100%; height: 420px; object-fit: cover; display: block; }
.post__body { font-size: 16px; line-height: 1.7; color: var(--color-text-gray); }
.post__body h2 { font-size: 24px; font-weight: 800; color: var(--color-title); margin: 28px 0 14px; }
.post__body p { margin-bottom: 16px; }
.post__body ul { margin: 0 0 18px 22px; }
.post__body li { margin-bottom: 6px; }
.post__body blockquote { border-left: 4px solid var(--color-primary); padding: 14px 18px; background: #f7f9fa; border-radius: 0 10px 10px 0; font-style: italic; color: var(--color-title); margin: 24px 0; }
.post-aside { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 110px; }
.post-aside__block { background: #f7f9fa; border-radius: 16px; padding: 22px; }
.post-aside__title { font-size: 18px; font-weight: 800; color: var(--color-title); margin-bottom: 14px; }
.post-aside__toc, .post-aside__cats { display: flex; flex-direction: column; gap: 8px; }
.post-aside__toc a, .post-aside__cats a { color: var(--color-secondary-text); font-size: 14px; transition: color .15s ease; }
.post-aside__toc a:hover, .post-aside__cats a:hover { color: var(--color-primary); }
.post-aside__related { display: flex; flex-direction: column; gap: 14px; }
.post-aside__related-item { display: flex; gap: 12px; color: inherit; text-decoration: none; }
.post-aside__related-item img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; flex-shrink: 0; }
.post-aside__related-item span { display: block; font-size: 12px; color: var(--color-blog-meta); }
.post-aside__related-item strong { font-size: 14px; color: var(--color-title); font-weight: 700; display: block; line-height: 1.3; }

/* Referanslar */
.references-page { padding: 32px 0 60px; background: #fff; }
.references-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.references-grid__item { display: flex; align-items: center; justify-content: center; height: 130px; padding: 18px; background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 14px; transition: transform .15s ease, box-shadow .15s ease; }
.references-grid__item:hover { transform: translateY(-3px); box-shadow: 0 8px 18px rgba(0,0,0,0.06); }
.references-grid__item img { max-width: 80%; max-height: 70px; object-fit: contain; }

.about-clients--alt { padding: 60px 24px; background: linear-gradient(180deg, #fff 0%, #fef8f3 100%); border-radius: 24px; }

/* ============================================================
   Referanslar — 5x4 logo grid + collage CTA
   ============================================================ */
.references-list { padding: 32px 0 60px; background: #fff; }
.references-list__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 18px; }
.references-list__grid + .references-list__grid { margin-top: 24px; }
.references-list__grid--last {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    justify-content: center;
    gap: 18px;
}
.references-list__card {
    background: #fff;
    border: 1px solid rgba(232,232,232,0.6);
    border-radius: 12px;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.references-list__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(250,48,0,0.08);
    border-color: rgba(250,48,0,0.18);
}
.references-list__card img { max-width: 70%; max-height: 80%; object-fit: contain; }

.brands-cta { padding: 60px 0; background: #fff; }
.brands-cta__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; padding: 70px 60px; border-radius: 24px; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.04), 0 18px 50px rgba(0,0,0,0.06); position: relative; overflow: hidden; min-height: 488px; }
/* Referanslar varyantı: metin SOL — görseller SAĞ (stacked rotation) */
.brands-cta__inner--copy-left { grid-template-columns: 1fr 1.1fr; }
.brands-cta__inner--copy-left .brands-cta__copy { order: 1; }
.brands-cta__inner--copy-left .brands-cta__media { order: 2; }
.brands-cta__media--stack {
    position: relative;
    height: 348px;
    width: 100%;
    min-width: 540px;
}
.brands-cta__media--stack .brands-cta__img {
    position: absolute;
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 18px 36px rgba(0,0,0,0.22);
}
/* Görseller sağ üstten sol alta kademeli kaskat (Figma) */
.brands-cta__media--stack .brands-cta__img--1 { right: 0;    top: 0;   transform: rotate(8deg);   z-index: 3; }
.brands-cta__media--stack .brands-cta__img--2 { right: 150px; top: 28px; transform: rotate(0deg);  z-index: 2; }
.brands-cta__media--stack .brands-cta__img--3 { right: 300px; top: 70px; transform: rotate(-8deg); z-index: 1; }
.brands-cta__media { position: relative; height: 380px; width: 100%; }
.brands-cta__cluster {
    position: absolute;
    inset: 0;
}
.brand-float {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(0,0,0,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 92px;
    height: 92px;
}
.brand-float img { max-width: 70%; max-height: 70%; object-fit: contain; }
/* Sağ tarafta tek dikey kolon — 5 dairesel logo, hafif zig-zag */
.brand-float--1  { right: 20px;  top: 0;   width: 92px;  height: 92px; }
.brand-float--2  { right: 80px;  top: 80px; width: 104px; height: 104px; }
.brand-float--3  { right: 20px;  top: 175px; width: 90px;  height: 90px; }
.brand-float--4  { right: 90px;  top: 252px; width: 88px;  height: 88px; }
.brand-float--5  { right: 20px;  top: 320px; width: 92px;  height: 92px; }
.brand-float--6  { display: flex; }
.brand-float--7  { display: flex; }
.brand-float--8  { display: flex; }
.brand-float--9  { display: flex; }
.brand-float--10 { display: flex; }

/* ============= BRANDS DIKEY MARQUEE — Hakkımızda 200+ Marka (desktop) ============= */
.brand-marquee {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    height: 460px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
            mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.brand-marquee__col {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.brand-marquee__track {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    will-change: transform;
}
.brand-marquee__col--down .brand-marquee__track {
    animation: brandMarqueeDown 28s linear infinite;
}
.brand-marquee__col--up .brand-marquee__track {
    animation: brandMarqueeUp 28s linear infinite;
}
.brand-marquee__col--up .brand-marquee__track { margin-top: 24px; }
.brand-marquee:hover .brand-marquee__track { animation-play-state: paused; }

@keyframes brandMarqueeDown {
    from { transform: translateY(-50%); }
    to   { transform: translateY(0); }
}
@keyframes brandMarqueeUp {
    from { transform: translateY(0); }
    to   { transform: translateY(-50%); }
}
/* Marquee içindeki .brand-float'lar — relative + uniform shape */
.brand-marquee .brand-float {
    position: relative;
    right: auto !important; top: auto !important; left: auto !important;
    background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 14px;
    flex-shrink: 0;
}
.brands-cta__img { position: absolute; width: 230px; height: 230px; border-radius: 16px; object-fit: cover; box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.brands-cta__img--1 { left: 0;   top: 50px; transform: rotate(-8deg); z-index: 1; }
.brands-cta__img--2 { left: 130px; top: 0;  transform: rotate(4deg);  z-index: 2; }
.brands-cta__img--3 { left: 260px; top: 60px; transform: rotate(10deg); z-index: 3; }
.brands-cta__floating { width: 100%; }
.brands-cta__copy { display: flex; flex-direction: column; gap: 14px; }
.brands-cta__title { font-size: 56px; font-weight: 800; color: var(--color-title); line-height: 1.05; }
.brands-cta__title .text-gradient { font-size: 64px; }
.brands-cta__lead { color: var(--color-secondary-text); font-size: 20px; line-height: 1.5; }
.brands-cta__ctas { display: flex; gap: 15px; margin-top: 16px; flex-wrap: wrap; }

/* ============================================================
   İletişim sayfası — circular contact cards + form chips
   ============================================================ */
.contact-page { padding: 32px 0 60px; background: #fdfdfd; }
.contact-page__inner { display: grid; grid-template-columns: 514px 1fr; gap: 60px; align-items: start; }

/* SOL: İletişim Bilgileri */
.contact-info { background: transparent; border-radius: 0; padding: 0; }
.contact-info__title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 52px;
    margin: 0 0 16px;
}
.contact-info__lead {
    color: #45556c;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 48px;
}
.contact-info__list { display: flex; flex-direction: column; gap: 23px; padding: 0; list-style: none; }
.contact-info__row {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    background: linear-gradient(to right, #f9f9f9, #ffffff);
    border: 0;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.10);
    min-height: 133px;
}
.contact-info__icon {
    width: 73px;
    height: 73px;
    border-radius: 14.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-info__icon--red    { background: #FA3000; }
.contact-info__icon--green  { background: #00DB3E; }
.contact-info__icon--teal   { background: #00B2A9; }
.contact-info__icon--slate  { background: #43566B; }
/* Geriye dönük uyumluluk için eski class isimleri */
.contact-info__icon--orange { background: #FA3000; }
.contact-info__icon img {
    width: 36px;
    height: 36px;
    filter: brightness(0) invert(1);
}
.contact-info__text { display: flex; flex-direction: column; gap: 8px; }
.contact-info__label {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #45556c;
    letter-spacing: 0;
    margin: 0;
    line-height: 22px;
    text-transform: none;
}
.contact-info__value {
    font-size: 20px;
    font-weight: 700;
    color: #303030;
    line-height: 24px;
}
.contact-info__value--sm { font-size: 17px; line-height: 22px; font-weight: 700; }
.contact-info__value--green { color: #009965; }
.contact-info__value:hover { opacity: .85; }

/* SAĞ: Mesaj Gönderin Card */
.contact-form-card {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 10px #a8a8a8;
}
.contact-form-card__title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 36px;
    margin: 0 0 40px;
}
/* Form chips — Figma 211×54 gri rectangle + checkbox */
.contact-form__chips {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 8px;
}
.chip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 14px;
    border: 0;
    border-radius: 10px;
    background: #f9fafb;
    cursor: pointer;
    transition: all .15s ease;
    font-family: 'Sofia Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #303030;
    height: 48px;
    width: 100%;
    gap: 8px;
}
.chip::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1.3px solid #7f8080;
    border-radius: 4.5px;
    background: #fff;
    flex-shrink: 0;
    transition: all .15s ease;
}
.chip:has(input:checked) {
    background: rgba(250,48,0,0.10);
    color: var(--color-title);              /* beyaz değil, koyu — okunaklı */
    box-shadow: inset 0 0 0 1px rgba(250,48,0,0.30);
}
.chip:has(input:checked)::before {
    background: var(--color-primary);
    border-color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}
.chip:hover {
    background: rgba(250,48,0,0.05);        /* nötr gri → soft primary tint */
    color: var(--color-title);
}
.chip:has(input:checked):hover {
    background: rgba(250,48,0,0.14);
}
.chip input { display: none; }

/* ============================================================
   Blog & Yazı detay (2-col + sidebar)
   ============================================================ */
/* ==========================================================================
   BLOG (283:543) + BLOG DETAY (283:847) — Figma uyumlu
   ========================================================================== */

/* Sayfa breadcrumb (siyah link + chevron) — makale kolonuyla hizalı */
.page-breadcrumb { padding: 28px 0 8px; background: #fff; }
.page-breadcrumb .container { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--color-title); flex-wrap: wrap; }
.page-breadcrumb__home { display: inline-flex; align-items: center; gap: 6px; color: var(--color-title); }
.page-breadcrumb__icon { width: 20px; height: 20px; }
.page-breadcrumb__sep { opacity: 0.6; }
.page-breadcrumb__link { color: var(--color-title); }
.page-breadcrumb__link:hover { color: var(--color-primary); }
.page-breadcrumb__current { color: var(--color-secondary-text); font-weight: 500; }

/* Blog liste — Figma 283:543 */
.blog-list { padding: 32px 0 80px; background: #fff; }
.blog-list__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}
.blog-list__heading { max-width: 497px; }
.blog-list__title {
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 800;
    font-size: 56px;
    line-height: 1;
    color: var(--color-title);
    margin: 0 0 20px;
    text-align: left;
}
.blog-list__subtitle {
    font-size: 24px;
    line-height: 32px;
    color: var(--color-secondary-text);
    margin: 0;
    text-align: left;
    font-weight: 500;
}
.blog-list__search {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 14px;
    padding: 18px;
    width: 506px;
    height: 64px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    margin-top: 22px;
    flex-shrink: 0;
    transition: border-color .15s, box-shadow .15s;
}
.blog-list__search:hover {
    border-color: var(--color-primary);
    box-shadow: 0 4px 14px rgba(250,48,0,0.10);
}
.blog-list__search:focus-within {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(250,48,0,0.08);
}
.blog-list__search-icon {
    width: 22px;
    height: 22px;
    opacity: 1;
    flex-shrink: 0;
    /* Text rengiyle eşle: gri tonda */
    filter: brightness(0) saturate(0) invert(60%);
    transition: filter .15s;
}
.blog-list__search:hover .blog-list__search-icon,
.blog-list__search:focus-within .blog-list__search-icon {
    /* hover'da primary turuncuya geç */
    filter: brightness(0) saturate(100%) invert(28%) sepia(96%) saturate(7400%) hue-rotate(8deg) brightness(102%) contrast(106%);
}
.blog-list__search input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    color: var(--color-title);
}
.blog-list__search input::placeholder { color: #9aa0a6; }

.blog-list__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}
/* Modern beyaz kart (Figma 391×498) */
.blog-tile {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    height: 498px;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.blog-tile:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.08); border-color: rgba(250,48,0,0.2); }
.blog-tile__link {
    display: flex;
    flex-direction: column;
    color: inherit;
    padding: 16px;
    height: 100%;
}
.blog-tile__image {
    width: 100%;
    height: 238px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    flex-shrink: 0;
}
.blog-tile__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-tile__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}
.blog-tile__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.blog-tile__category {
    background: rgba(250,48,0,0.06);
    color: var(--color-primary);
    font-weight: 700;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 24px;
    line-height: 1;
}
.blog-tile__date { font-size: 13px; color: var(--color-secondary-text); font-weight: 500; }
.blog-tile__title {
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    color: var(--color-title);
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-tile__excerpt {
    font-size: 14px;
    line-height: 22px;
    color: var(--color-secondary-text);
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.blog-tile__read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 14px;
    margin-top: auto;
    align-self: flex-start;
}
.blog-tile__arrow { width: 18px; height: 14px; flex-shrink: 0; }

/* Blog Detay — Figma 283:847 */
.post-page { padding: 24px 0 60px; background: #fff; }
.post-page__inner { display: grid; grid-template-columns: 845px 343px; gap: 60px; align-items: start; }

/* Sol — Makale */
.post-article__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(250,48,0,0.10);
    color: var(--color-primary);
    padding: 13.5px 41px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}
.post-article__title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 56px;
    line-height: 1;
    font-weight: 800;
    color: var(--color-title);
    margin: 0 0 28px;
}
.post-article__lead {
    font-size: 18px;
    line-height: 28px;
    color: var(--color-secondary-text);
    margin: 0 0 20px;
}
.post-article__date { font-size: 14px; color: var(--color-secondary-text); margin: 0 0 30px; font-weight: 500; }
.post-article__cover { border-radius: 18px; overflow: hidden; margin-bottom: 40px; }
.post-article__cover img { width: 100%; height: 453px; object-fit: cover; display: block; }
.post-article__h2 {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    color: var(--color-title);
    margin: 36px 0 16px;
}
.post-article p { font-size: 16px; line-height: 1.7; color: var(--color-text-gray); margin: 0 0 16px; }
.post-article ul { margin: 0 0 20px 24px; }
.post-article li { margin-bottom: 8px; color: var(--color-text-gray); line-height: 1.6; }

/* Sağ — Sidebar (343w) */
.post-sidebar { display: flex; flex-direction: column; gap: 30px; position: sticky; top: 110px; }
.post-sidebar__block {
    background: #f7f9fa;
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: 16px;
    padding: 18px;
}
.post-sidebar__title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--color-title);
    margin: 0 0 14px;
}
/* İçindekiler — numaralı liste */
.post-sidebar__toc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 22px;
    margin: 0;
    list-style: decimal;
}
.post-sidebar__toc li { color: var(--color-title); font-size: 14px; line-height: 24px; transition: color .15s ease; }
.post-sidebar__toc li::marker { color: var(--color-secondary-text); }
.post-sidebar__toc a { color: inherit; transition: color .15s ease; }
.post-sidebar__toc li:hover,
.post-sidebar__toc li:hover::marker,
.post-sidebar__toc a:hover { color: var(--color-primary); }
/* Kategoriler */
.post-sidebar__cats { display: flex; flex-direction: column; gap: 0; list-style: none; padding: 0; margin: 0; }
.post-sidebar__cats a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    color: var(--color-title);
    line-height: 24px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.post-sidebar__cats a:last-child { border-bottom: 0; }
.post-sidebar__cats a:hover { color: var(--color-primary); }
.post-sidebar__chev { width: 16px; height: 16px; }
/* Diğer Bloglar */
.post-sidebar__related { display: flex; flex-direction: column; gap: 16px; }
.post-sidebar__related-item {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    padding: 10px 9px;
    border-radius: 10px;
    transition: background .15s ease;
    color: inherit;
}
.post-sidebar__related-item:hover { background: rgba(0,0,0,0.03); }
.post-sidebar__related-img { width: 92px; height: 68px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.post-sidebar__related-img img { width: 100%; height: 100%; object-fit: cover; }
.post-sidebar__related-text { flex: 1; min-width: 0; }
.post-sidebar__related-text strong {
    display: block;
    font-size: 13px;
    line-height: 19px;
    color: var(--color-title);
    font-weight: 700;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-sidebar__related-date { font-size: 12px; color: var(--color-secondary-text); display: block; }

/* Blog list page v2 */
.blog-page { padding: 30px 0 60px; background: #fff; }
.blog-page__toolbar { display: flex; justify-content: flex-end; margin-bottom: 28px; }
.blog-page__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-page-card { background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 18px; overflow: hidden; transition: transform .15s ease, box-shadow .15s ease; }
.blog-page-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.blog-page-card__link { display: block; color: inherit; }
.blog-page-card__image { aspect-ratio: 359/238; overflow: hidden; }
.blog-page-card__image img { width: 100%; height: 100%; object-fit: cover; }
.blog-page-card__meta-row { display: flex; justify-content: space-between; padding: 14px 18px 6px; align-items: center; }
.blog-page-card__category { background: rgba(250,48,0,0.1); color: var(--color-primary); font-weight: 700; padding: 4px 10px; border-radius: 14px; font-size: 11px; }
.blog-page-card__date { color: var(--color-secondary-text); font-size: 12px; }
.blog-page-card__title { padding: 0 18px; font-size: 18px; font-weight: 800; color: var(--color-title); line-height: 1.3; margin-bottom: 8px; }
.blog-page-card__excerpt { padding: 0 18px; font-size: 13px; color: var(--color-secondary-text); line-height: 1.5; margin-bottom: 14px; }
.blog-page-card__read { padding: 0 18px 16px; display: inline-flex; color: var(--color-primary); font-weight: 700; font-size: 13px; gap: 4px; }

/* Haberler page */
/* Blog (Haberler) sayfası — Figma 283:242 */
.news-page { padding: 70px 0 80px; background: #fff; }
.news-page__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}
.news-page__heading { max-width: 831px; }
.news-page__title {
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 800;
    font-size: 56px;
    line-height: 1;
    color: var(--color-title);
    margin: 0 0 20px;
    text-align: left;
}
.news-page__subtitle {
    font-size: 24px;
    line-height: 32px;
    color: var(--color-secondary-text);
    margin: 0;
    text-align: left;
    font-weight: 500;
}
.news-page__search {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 14px;
    padding: 18px 18px;
    width: 438px;
    height: 64px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    margin-top: 38px;
    flex-shrink: 0;
}
.news-page__search-icon { width: 24px; height: 24px; opacity: 0.6; flex-shrink: 0; }
.news-page__search input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    color: var(--color-title);
}
.news-page__search input::placeholder { color: var(--color-secondary-text); }
.news-page__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
/* Bu sayfada blog-card daha yüksek (Figma 396×485) */
.news-page__grid .blog-card { height: 485px; }
.news-page__grid .blog-card__title { max-width: 100%; font-size: 24px; line-height: 28px; }
.news-page__grid .blog-card__image { height: 267px; aspect-ratio: auto; }

/* Haber Detay — Figma 283:46 (tek sütun ortalı düzen) */
.news-detail { padding: 32px 0 80px; background: #fff; }
.news-detail__head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 32px;
}
.news-detail__title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--color-title);
    margin: 0 0 16px;
    text-align: center;
}
.news-detail__date {
    font-size: 14px;
    color: var(--color-secondary-text);
    margin: 0;
    font-weight: 500;
    text-align: center;
}
.news-detail__cover {
    width: 100%;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 40px;
    background: #f4f2ed;
}
.news-detail__cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-detail__body {
    max-width: 1000px;
    margin: 0 auto;
}
.news-detail__body p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--color-text-gray);
    margin: 0 0 22px;
}
.news-detail__media-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 32px 0;
}
.news-detail__media-row img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 14px;
    background: #f4f2ed;
}

/* Eski haber-detay class'ı geriye dönük uyum için (varsa) */
.haber-detay { padding: 30px 0 50px; background: #fff; max-width: 1000px; margin: 0 auto; }
.haber-detay__pill { display: inline-block; background: var(--gradient-primary); color: #fff; padding: 6px 16px; border-radius: 20px; font-weight: 700; font-size: 13px; margin-bottom: 18px; }
.haber-detay__cover { width: 100%; height: 360px; background-size: cover; background-position: center; border-radius: 18px; margin-bottom: 24px; }
.haber-detay__title { font-size: 36px; font-weight: 800; color: var(--color-title); line-height: 1.2; margin-bottom: 12px; }
.haber-detay__meta { font-size: 14px; color: var(--color-secondary-text); margin-bottom: 28px; }
.haber-detay__body p { font-size: 16px; line-height: 1.7; color: var(--color-text-gray); margin-bottom: 18px; }
.related-news { padding: 30px 0 60px; background: #fff; }
.related-news__title { margin-bottom: 28px; }
.related-news__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.news-page-card--sm .news-page-card__image { height: 180px; }
.news-page-card--sm .news-page-card__title { font-size: 15px; }

/* ============================================================
   Hakkımızda — dark hero, platforms strip, illustrated cards
   ============================================================ */
/* HAKKIMIZDA — Hero (Figma 224:10) */
.about-hero {
    padding: 80px 0 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    min-height: 660px;
    overflow: hidden;
}
.about-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    align-self: flex-start;
}
.about-hero__breadcrumb a { color: rgba(255,255,255,0.85); display: inline-flex; align-items: center; gap: 6px; }
.about-hero__breadcrumb a:hover { color: #fff; }
.about-hero__breadcrumb-icon { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.about-hero__breadcrumb-sep { opacity: 0.6; }
.about-hero__breadcrumb-current { color: #fff; font-weight: 600; }
.about-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 108px;
    align-items: flex-end;
    max-width: 1251px;
    padding-left: 95px;
}
.about-hero__top {
    display: grid;
    grid-template-columns: 441px 1fr;
    gap: 171px;
    width: 100%;
    align-items: flex-start;
}
.about-hero__left {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
}
.about-hero__left > :is(.about-hero__pill, .about-hero__title) { margin: 0; }
.about-hero__left .about-hero__pill + .about-hero__title { margin-top: 20px; }
.about-hero__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 30px;
    background: linear-gradient(to right, rgba(42,42,42,0.54), rgba(144,144,144,0.22));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #fff;
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 28.5px;
}
.about-hero__title {
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.05;
    color: #fff;
    text-transform: none;
    margin: 0;
}
.about-hero__cta {
    height: 56px;
    width: 200px;
    padding: 9px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 12px;
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 0 1px 3px rgba(214,147,147,0.2);
}
.about-hero__right {
    color: #fff;
    font-size: 24px;
    line-height: 1.35;
    width: 638px;
    max-width: 100%;
}
.about-hero__right p { color: #fff; margin: 0 0 24px; font-size: 24px; line-height: 1.35; font-weight: 400; }
.about-hero__right p:last-child { margin-bottom: 0; }
.breadcrumb--light, .breadcrumb--light a, .breadcrumb--light .breadcrumb__current { color: rgba(255,255,255,0.85); }
.breadcrumb--light .breadcrumb__sep { color: rgba(255,255,255,0.5); }
.page-hero__eyebrow--dark { background: rgba(255,255,255,0.15); color: #fff; backdrop-filter: blur(8px); }
.about-hero__platforms {
    display: flex;
    gap: 18.85px;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: nowrap;
}
.platform-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9.6px;
    padding: 14px 14px;
    width: 162px;
    height: 64px;
    background: linear-gradient(to bottom, rgba(252,252,252,0), rgba(241,241,241,0.22));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 0.67px solid rgba(232,232,232,0.4);
    border-radius: 6.7px;
    color: #fbfbfb;
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 700;
    font-size: 18.78px;
    line-height: 21.46px;
    flex-shrink: 0;
}
.platform-card img { width: 33.7px; height: 33.7px; object-fit: contain; }
.platform-card span { color: #fbfbfb; }

.feature-cards { padding: 30px 0 60px; background: #fff; }
.feature-cards__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.feature-card { background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 18px; padding: 32px 28px; min-height: 420px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); display: flex; flex-direction: column; gap: 28px; }
.feature-card__title { font-size: 24px; font-weight: 800; color: var(--color-title); margin: auto 0 0; line-height: 1.25; padding-top: 12px; }
.feature-card h3 { font-size: 24px; font-weight: 800; color: var(--color-title); margin: 0; line-height: 1.25; }
.feature-card__media { position: relative; min-height: 240px; flex: 1; }
.feature-card--chart .feature-card__media img { width: 100%; height: 220px; object-fit: contain; }
.feature-card__chip { position: absolute; background: #fff; padding: 8px 14px; border-radius: 12px; box-shadow: 0 6px 16px rgba(0,0,0,0.10); font-size: 12px; font-weight: 600; display: flex; flex-direction: column; gap: 2px; min-width: 100px; }
.feature-card__chip span { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--color-secondary-text); font-weight: 500; position: relative; padding-left: 14px; }
.feature-card__chip span::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; border-radius: 50%; background: var(--color-primary); }
.feature-card__chip strong { font-size: 18px; color: var(--color-title); font-weight: 700; }
.feature-card__chip em { color: #00b2a9; font-style: normal; font-weight: 700; font-size: 14px; margin-left: 4px; }
.feature-card__chip--orange { top: 10px; left: 0; }
.feature-card__chip--orange span::before { background: var(--color-primary); }
.feature-card__chip--orange em { color: #00b2a9; }
.feature-card__chip--teal { bottom: 10px; right: 0; }
.feature-card__chip--teal span::before { background: var(--color-primary); }

/* Veriye Dayalı kart — Üstte platform ikonları */
.feature-card__platforms {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin: -8px 0 4px;
    position: relative;
}
.feature-card__platforms::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.06), transparent);
    z-index: 0;
}
.platform-pill {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    position: relative;
    z-index: 1;
}
.platform-pill img { width: 20px; height: 20px; object-fit: contain; }
/* TikTok & LinkedIn PNG'leri kare oranlı değil — pill içinde daha büyük göster */
.platform-pill img[src*="tiktok"] { width: 18px; height: 22px; }
.platform-pill img[src*="linkedin"] { width: 22px; height: 18px; }
.feature-card__media--posts {
    display: flex;
    gap: 10px;
    position: relative;
    min-height: 220px;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.feature-card__post {
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    flex: 1 1 0;
    max-width: 33.33%;
    height: 200px;
    position: relative;
}
.feature-card__post--1 { z-index: 1; transform: translateY(8px); }
.feature-card__post--2 { z-index: 3; transform: translateY(-4px); }
.feature-card__post--3 { z-index: 2; transform: translateY(8px); }
/* Bar chart for "Ölçülebilir Büyüme" */
/* Tüm feature kartları (Veriye Dayalı / Fark Yaratan / Ölçülebilir): başlık + içerik ortalı */
.feature-card { align-items: center; text-align: center; }
.feature-card .feature-card__title { text-align: center; width: 100%; }
.feature-card--bars { text-align: center; align-items: center; }
.feature-card--bars .feature-card__title { text-align: center; width: 100%; }

/* Figma 441:182 — her gün primary + secondary (opacity 0.4) çift bar */
.bar-chart {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 18px;
    height: 240px;
    padding: 12px 20px 36px;
    margin: 0 auto;
    max-width: 360px;
    position: relative;
}
.bar-chart__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 0 0 24px;
    height: 100%;
    justify-content: flex-end;
}
.bar-chart__pair {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.bar-chart__bar {
    width: 11.66px;
    border-radius: 2.3px;
    background: #FE7500;
    min-height: 12px;
}
.bar-chart__bar--secondary {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.4;
}
.bar-chart__bar--primary {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.bar-chart__col em {
    font-style: normal;
    font-size: 11px;
    color: #454459;
    font-weight: 500;
    opacity: 0.5;
}
.bar-chart__col--active em {
    opacity: 1;
    font-weight: 700;
}

.about-services { padding: 80px 0 50px; background: #fff; }
.about-services__head { margin-bottom: 50px; }
.about-services__title {
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 1.15;
    color: var(--color-title);
    text-align: left;
    margin: 0 0 18px;
}
.about-services__lead {
    text-align: left;
    color: var(--color-secondary-text);
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    max-width: 1233px;
    font-weight: 400;
}
.about-services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px 32px; }
.about-service-tile {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 14px;
    font-weight: 700;
    color: var(--color-title);
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.about-service-tile:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.06); border-color: rgba(250,48,0,0.2); }
.about-service-tile__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.about-service-tile__icon img {
    width: 24px;
    height: 24px;
    /* Siyah/koyu tek ton — üst section ile uyum */
    filter: brightness(0) saturate(0);
}
.about-service-tile__title { font-size: 18px; line-height: 1.3; font-weight: 700; }

/* ==================== HAKKIMIZDA — Neden SONEO + Feature Kartları ==================== */
.about-why { padding: 80px 0 80px; background: #fff; }
.about-why__head {
    display: grid;
    grid-template-columns: 545px 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 60px;
}
.about-why__copy { display: flex; flex-direction: column; gap: 24px; }
.about-why__copy .why-soneo__title { font-size: 64px; line-height: 1; margin: 0; }
.about-why__lead { color: var(--color-secondary-text); font-size: 20px; line-height: 32px; margin: 0; }
.stats--about { gap: 24px; justify-content: flex-start; }
/* Hakkımızda sayfası — stats rakamları tek tutarlı koyu ton (anasayfa teal'inden ayrış) */
.stats--about .stats__number { color: var(--color-title); }

/* ============================================================
   ÜCRETSİZ ANALİZ — Figma 202:243 birebir
   ============================================================ */
/* HERO: SOL kopya 511w + SAĞ form 724w */
.analyze-hero { padding: 32px 0 60px; background: #fff; }
.analyze-hero__inner {
    display: grid;
    grid-template-columns: 511px 1fr;
    gap: 66px;
    align-items: start;
}
.analyze-hero__copy { padding-top: 52px; }
.analyze-hero__title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 56px;
    line-height: 1.05;
    font-weight: 800;
    color: var(--color-title);
    margin: 0 0 24px;
}
.analyze-hero__lead {
    font-size: 18px;
    line-height: 30px;
    color: var(--color-secondary-text);
    margin: 0 0 32px;
}
/* Stats card with vertical dividers */
.analyze-stats-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    width: 487px;
    max-width: 100%;
    gap: 12px;
}
.analyze-stat { display: flex; flex-direction: column; gap: 4px; flex: 1; text-align: center; }
.analyze-stat__num {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-primary);
    line-height: 24px;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-style: italic;
}
.analyze-stat__label { font-style: normal; color: var(--color-title); font-size: 16px; font-weight: 600; }
.analyze-stat__divider {
    width: 1px;
    height: 49px;
    background: rgba(0,0,0,0.10);
    display: block;
}

/* FORM CARD (sağ) */
.analyze-form-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 24px;
    padding: 49px;
    box-shadow: 0 8px 32px rgba(250,48,0,0.10);
}
.analyze-form-card__badge {
    position: absolute;
    top: 22px;
    right: 49px;
    background: linear-gradient(36deg, #FE7500 1.73%, #E13701 50.87%, #FA3000 100%);
    color: #fff;
    font-weight: 800;
    padding: 9px 16px;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 1.2px;
}
.analyze-form-card__title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    color: var(--color-title);
    margin: 0 0 6px;
}
.analyze-form-card__lead {
    font-size: 18px;
    color: var(--color-secondary-text);
    margin: 0 0 28px;
}

/* Form */
.analyze-form { display: flex; flex-direction: column; gap: 24px; }
.analyze-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.analyze-form__field { display: flex; flex-direction: column; gap: 12px; font-size: 16px; font-weight: 600; color: var(--color-title); }
.analyze-form__field > span { font-weight: 600; font-size: 16px; }
.analyze-form__field em { color: var(--color-primary); font-style: normal; }
.analyze-form__field em.muted { color: var(--color-secondary-text); font-weight: 400; font-size: 13px; }
.analyze-form__field input,
.analyze-form__field textarea {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    padding: 18px;
    font-family: inherit;
    font-size: 15px;
    color: var(--color-title);
    background: #fff;
    transition: border-color .15s, box-shadow .15s;
}
.analyze-form__field input::placeholder,
.analyze-form__field textarea::placeholder { color: #9aa0a6; opacity: 1; }
.analyze-form__field input:focus {
    outline: 0;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(250,48,0,0.08);
}
.analyze-form__submit {
    margin-top: 8px;
    height: 70px;
    width: 100%;
    background: linear-gradient(36deg, #FE7500 1.73%, #E13701 50.87%, #FA3000 100%);
    color: #fff;
    border-radius: 16px;
    font-family: 'Sofia Sans', sans-serif;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 0;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(250,48,0,0.25);
}
.analyze-form__submit-icon { width: 22px; height: 22px; filter: brightness(0) invert(1); }
.analyze-form__legal { text-align: center; font-size: 13px; color: var(--color-secondary-text); margin: 12px 0 0; white-space: nowrap; }
.analyze-form__legal strong { color: var(--color-title); font-weight: 600; }

/* ============= NEDEN ÜCRETSİZ ============= */
.reason-block { padding: 80px 0; background: linear-gradient(180deg, #fdfaf3 0%, #ffffff 100%); text-align: center; }
.reason-block__inner { display: flex; flex-direction: column; align-items: center; }
.reason-block__pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 30px;
    background: #fff;
    color: var(--color-title);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 48px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 4px 14px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.04);
}
.reason-block__pill-icon { width: 18px; height: 18px; filter: brightness(0) saturate(0); }
.reason-block__title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 56px;
    line-height: 1;
    font-weight: 800;
    color: var(--color-title);
    margin: 0 0 20px;
}
.reason-block__lead {
    font-size: 18px;
    color: var(--color-secondary-text);
    max-width: 785px;
    margin: 0 auto 60px;
    line-height: 30px;
}
.reason-block__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}
.reason-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 18px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform .15s, box-shadow .15s;
}
.reason-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.06); }
.reason-card__icon {
    width: 53px;
    height: 53px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: rgba(250,48,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.reason-card__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    /* Tüm ikonları tek tutarlı turuncu (primary) tonuna çevir — viewBox/stroke farklılıklarını yok eder */
    filter: brightness(0) saturate(100%) invert(28%) sepia(96%) saturate(7400%) hue-rotate(8deg) brightness(102%) contrast(106%);
}
.reason-card__title { font-size: 24px; font-weight: 700; color: var(--color-title); margin: 0 0 12px; }
.reason-card__desc { color: var(--color-secondary-text); font-size: 18px; line-height: 30px; margin: 0; }

/* ============= ANALİZDE NELER VAR ============= */
.analyze-includes { padding: 30px 0 80px; background: #fff; text-align: center; }
.analyze-includes__title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 56px;
    font-weight: 800;
    color: var(--color-title);
    margin: 0 0 48px;
    line-height: 1;
}
.analyze-includes__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}
.include-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 16px;
    padding: 28px 14px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform .15s;
}
.include-card:hover { transform: translateY(-3px); }
.include-card__icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(250,48,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.include-card__icon img { width: 24px; height: 24px; }
.include-card__title { font-size: 18px; font-weight: 700; color: var(--color-title); margin: 0 0 8px; line-height: 1.2; }
.include-card__desc { color: var(--color-secondary-text); font-size: 14px; line-height: 1.45; margin: 0; }

/* ============= MARKALAR BİZE GÜVENDİ ============= */
.brands-strip { padding: 60px 0; background: #fff; text-align: center; }
.brands-strip__title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 56px;
    font-weight: 800;
    color: var(--color-title);
    margin: 0 0 48px;
    line-height: 1;
}
.brands-strip__row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.brand-pill {
    background: rgba(0,178,169,0.08);
    border: 1px solid rgba(0,178,169,0.18);
    padding: 16px 22px;
    border-radius: 30px;
    font-weight: 600;
    color: var(--color-teal);
    font-size: 18px;
    line-height: 1;
}
.brands-strip__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 18px;
}

/* ============= FAQ ============= */
.faq { padding: 60px 0 80px; background: #fff; }
.faq__inner { max-width: 1078px; margin: 0 auto; padding: 0 24px; }
.faq__title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 56px;
    font-weight: 800;
    color: var(--color-title);
    text-align: center;
    margin: 0 0 16px;
    line-height: 1;
}
.faq__lead { text-align: center; color: var(--color-secondary-text); font-size: 18px; margin: 0 0 50px; }
.faq__list { display: flex; flex-direction: column; gap: 18px; }
.faq__item {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 20px 36px;
    transition: border-color .15s;
}
.faq__item[open] { border-color: rgba(250,48,0,0.25); background: rgba(250,48,0,0.02); }
.faq__q {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-title);
    line-height: 29px;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__chev {
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
    transition: transform .2s ease;
    flex-shrink: 0;
}
.faq__item[open] .faq__chev { transform: rotate(-90deg); }
.faq__a {
    margin: 16px 0 0;
    color: var(--color-secondary-text);
    font-size: 15px;
    line-height: 24px;
}

/* ============= HEMEN BAŞLAYIN CTA ============= */
.cta-final { padding: 30px 0 80px; background: #fff; }
.cta-final__inner {
    position: relative;
    text-align: center;
    background: linear-gradient(180deg, #f7fcfd 0%, #ffffff 100%);
    border: 1px solid rgba(0,0,0,0.05);
    padding: 60px 32px;
    border-radius: 24px;
    overflow: hidden;
    max-width: 1244px;
    margin: 0 auto;
}
.cta-final__title {
    font-family: 'Sofia Sans', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: var(--color-title);
    margin: 0 0 12px;
    line-height: 1;
}
.cta-final__lead { font-size: 18px; color: var(--color-secondary-text); margin: 0 0 40px; }
.cta-final__buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-final__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 56px;
    padding: 0 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    transition: transform .15s, opacity .15s;
}
.cta-final__btn:hover { transform: translateY(-1px); opacity: 0.95; }
.cta-final__btn-icon { width: 24px; height: 24px; }
.cta-final__btn--primary {
    background: linear-gradient(36deg, #FE7500 1.73%, #E13701 50.87%, #FA3000 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(250,48,0,0.25);
}
.cta-final__btn--outline {
    background: #fff;
    color: var(--color-title);
    border: 1px solid rgba(0,0,0,0.10);
    height: 48px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    border-radius: 10px;
}
.cta-final__btn--outline .cta-final__btn-icon { width: 20px; height: 20px; filter: none; }
/* WhatsApp özel: yeşil tint */
.cta-final__btn--outline[href*="wa.me"] {
    color: #1bc447;
    border-color: rgba(27,196,71,0.25);
}
/* Telefon: nötr gri tint */
.cta-final__btn--outline[href^="tel:"] {
    color: var(--color-title);
}

/* ============================================================
   Hizmetler — 10 service cards with bullets + Diğer Hizmetler
   ============================================================ */
.services-main { padding: 50px 0; background: #fff; }
.services-main__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.services-main__grid--three { grid-template-columns: repeat(3, 1fr); }
.service-detail-card { background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 16px; padding: 24px; color: inherit; display: flex; flex-direction: column; gap: 12px; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.service-detail-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); border-color: rgba(250,48,0,0.25); }
.service-detail-card__icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(250,48,0,0.20); }
.service-detail-card__icon img { width: 24px; height: 24px; object-fit: contain; }
/* Figma — her ikon kendi rengi + bg %20 opacity */
.service-detail-card__icon--red    { background: rgba(250,48,0,0.20); }
.service-detail-card__icon--red    img { filter: brightness(0) saturate(100%) invert(28%) sepia(96%) saturate(7400%) hue-rotate(8deg) brightness(102%) contrast(106%); }
.service-detail-card__icon--teal   { background: rgba(0,178,169,0.20); }
.service-detail-card__icon--teal   img { filter: brightness(0) saturate(100%) invert(54%) sepia(96%) saturate(2510%) hue-rotate(146deg) brightness(94%) contrast(101%); }
.service-detail-card__icon--yellow { background: rgba(255,184,0,0.20); }
.service-detail-card__icon--yellow img { filter: brightness(0) saturate(100%) invert(75%) sepia(95%) saturate(1600%) hue-rotate(2deg) brightness(102%) contrast(104%); }
.service-detail-card__icon--orange { background: rgba(254,117,0,0.20); }
.service-detail-card__icon--orange img { filter: brightness(0) saturate(100%) invert(50%) sepia(75%) saturate(3600%) hue-rotate(15deg) brightness(104%) contrast(105%); }
.service-detail-card__icon--green  { background: rgba(46,184,103,0.20); }
.service-detail-card__icon--green  img { filter: brightness(0) saturate(100%) invert(63%) sepia(43%) saturate(1004%) hue-rotate(95deg) brightness(95%) contrast(89%); }
.service-detail-card__title { font-size: 18px; font-weight: 800; color: var(--color-title); transition: color .15s ease; }
/* Hover: title rengi varyant ikonu ile aynı tona geçsin */
.service-detail-card--red:hover    .service-detail-card__title,
.service-detail-card:has(.service-detail-card__icon--red):hover    .service-detail-card__title { color: #FA3000; }
.service-detail-card:has(.service-detail-card__icon--teal):hover   .service-detail-card__title { color: #00B2A9; }
.service-detail-card:has(.service-detail-card__icon--yellow):hover .service-detail-card__title { color: #d99a00; }
.service-detail-card:has(.service-detail-card__icon--orange):hover .service-detail-card__title { color: #FE7500; }
.service-detail-card:has(.service-detail-card__icon--green):hover  .service-detail-card__title { color: #2EB867; }
.service-detail-card__bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.service-detail-card__bullets li { position: relative; padding-left: 14px; font-size: 13px; color: var(--color-secondary-text); line-height: 1.45; }
.service-detail-card__bullets li::before { content: '•'; color: var(--color-primary); position: absolute; left: 0; font-weight: 700; }

.services-other { padding: 30px 0 60px; background: #fff; }
.services-other__title {
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    color: var(--color-title);
    margin: 0 0 28px;
    text-align: left;
}

/* Map (already exists but ensure spacing) */
.map-section { padding: 30px 0 60px; background: #fff; }
.map-section__embed { border-radius: 18px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.map-section__embed iframe { width: 100%; height: 420px; border: 0; display: block; }
.map-section__title { margin-bottom: 24px; text-align: center; }

/* ==========================================================================
   Contact Modal
   ========================================================================== */
.no-scroll { overflow: hidden; }
.contact-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.contact-modal--open { display: flex; }
.contact-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 18, 28, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: contactFade .2s ease;
}
.contact-modal__dialog {
    position: relative;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 520px;
    padding: 28px 28px 22px;
    box-shadow: 0 24px 64px rgba(0,0,0,0.25);
    max-height: 90vh;
    overflow-y: auto;
    animation: contactPop .25s cubic-bezier(.2,.7,.2,1);
}
.contact-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    background: #f3f3f3;
    font-size: 22px;
    line-height: 1;
    color: #303030;
    cursor: pointer;
    transition: background .15s ease;
}
.contact-modal__close:hover { background: #e6e6e6; }
.contact-modal__head { margin-bottom: 18px; padding-right: 32px; }
.contact-modal__title {
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.15;
    color: var(--color-title);
    margin-bottom: 6px;
}
.contact-modal__lead {
    font-size: 15px;
    line-height: 1.5;
    color: var(--color-secondary-text);
}
.contact-form { display: flex; flex-direction: column; gap: 40px; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-form__field {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: 'Sofia Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #303030;
}
.contact-form__field > span { font-weight: 500; font-size: 20px; line-height: 24px; }
.contact-form__field > span em { color: var(--color-primary); font-style: normal; font-weight: 500; }
.contact-form__field input,
.contact-form__field textarea {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 22px 18px;
    font-family: inherit;
    font-size: 18px;
    color: #303030;
    background: #f3f4f6;
    height: 66px;
    transition: box-shadow .15s ease, background .15s ease;
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
    color: #9aa3b0;
    font-weight: 400;
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
    outline: 0;
    background: #fff;
    /* Primary with opacity 0.30 — daha yumuşak focus halkası */
    box-shadow: 0 0 0 1px rgba(250,48,0,0.30), 0 0 0 4px rgba(250,48,0,0.08);
}
.contact-form__field textarea {
    resize: vertical;
    min-height: 215px;
    height: 215px;
    line-height: 1.5;
    padding-top: 22px;
}
.contact-form__submit {
    margin-top: 0;
    height: 60px;
    width: 100%;
    background: linear-gradient(17.93deg, #FE7500 1.73%, #E13701 50.87%, #FA3000 100%);
    color: #fff;
    border-radius: 12px;
    font-family: 'Sofia Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    cursor: pointer;
    box-shadow: 0 28px 17px rgba(0,0,0,0.04), 0 13px 13px rgba(0,0,0,0.06), 0 3px 7px rgba(0,0,0,0.07);
}
.contact-form__submit-arrow {
    width: 20px;
    height: 16px;
    filter: brightness(0) invert(1);
    transform: scaleX(-1) rotate(180deg);
}
.contact-form__legal {
    text-align: center;
    font-size: 16px;
    color: #303030;
    margin: 0;
    font-family: 'Sofia Sans', sans-serif;
    font-weight: 400;
}
.contact-form__legal a,
.contact-form__legal strong { color: var(--color-primary); font-weight: 700; }
.contact-form__honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}
.contact-form__submit:disabled { opacity: 0.7; cursor: progress; }
.contact-form__status {
    margin: 0;
    font-size: 14px;
    text-align: center;
    min-height: 18px;
}
.contact-form__status--ok  { color: #07835c; }
.contact-form__status--err { color: #b3261e; }

@keyframes contactFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes contactPop {
    from { opacity: 0; transform: translateY(12px) scale(.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 480px) {
    .contact-modal__dialog { padding: 22px 18px 18px; border-radius: 16px; }
    .contact-modal__title { font-size: 22px; }
    .contact-form__row { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1280px) {
    .partners__grid { grid-template-columns: repeat(4, 1fr); }
    .references-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1280px) {
    .references-list__grid { grid-template-columns: repeat(3, 1fr); }
    .related-news__grid { grid-template-columns: repeat(2, 1fr); }
    .analyze-includes__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1100px) {
    .services-main__grid, .services-main__grid--three { grid-template-columns: repeat(2, 1fr); }
    .contact-page__inner { grid-template-columns: 1fr; }
    .post-page__inner { grid-template-columns: 1fr; }
    .post-sidebar { position: static; }
    .analyze-hero__inner { grid-template-columns: 1fr; }
    .brands-cta__inner { grid-template-columns: 1fr; }
    .reason-block__grid { grid-template-columns: 1fr; }
    .analyze-includes__grid { grid-template-columns: repeat(2, 1fr); }
    .references-list__grid { grid-template-columns: repeat(3, 1fr); }
    .feature-cards__grid { grid-template-columns: 1fr; }
    .about-services__grid { grid-template-columns: repeat(2, 1fr); }
    .hero__inner { grid-template-columns: 1fr; text-align: center; }
    .hero__content { max-width: 100%; margin-inline: auto; }
    .hero__heading-block { align-items: center; }
    .hero__divider-line { display: none; }
    .hero__actions { justify-content: center; }
    .hero__visual { justify-content: center; }
    .hero__image { width: 100%; max-width: 600px; }
    .why-soneo__inner { justify-content: center; text-align: center; flex-direction: column; }
    .why-soneo__copy { text-align: center; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .services__grid { grid-template-columns: repeat(2, 1fr); }
    .service-card:not(:nth-child(4n))::after { display: none; }
    .service-card:not(:nth-child(2n))::after { content:''; position: absolute; right: -12px; top: 16px; bottom: 16px; width: 1px; background: rgba(0,0,0,0.08); }
    .projects__grid { grid-template-columns: repeat(2, 1fr); }
    .process__grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials__grid { grid-template-columns: repeat(2, 1fr); }
    .services-list__grid { grid-template-columns: repeat(3, 1fr); }
    .service-block__grid { grid-template-columns: repeat(2, 1fr); }
    .service-block__grid--3 { grid-template-columns: repeat(2, 1fr); }
    .about-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .about-pillars__grid { grid-template-columns: 1fr; }
    .analysis__inner { grid-template-columns: 1fr; }
    .analysis__form-wrap { position: static; }
    .contact-page__inner { grid-template-columns: 1fr; }
    .post-layout__inner { grid-template-columns: 1fr; }
    .post-aside { position: static; }
    .about-clients__row { grid-template-columns: 1fr; }
    .about-clients__images img { height: 180px; }
    .about-clients__images img:nth-child(1) { height: 220px; }
    .references-grid { grid-template-columns: repeat(3, 1fr); }
    .news-list__grid { grid-template-columns: repeat(2, 1fr); }
    .blog__grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
    .references-list__grid { grid-template-columns: repeat(2, 1fr); }
    .references-list__card { height: 140px; }
    .news-page__grid, .blog-page__grid { grid-template-columns: 1fr; }
    .related-news__grid { grid-template-columns: 1fr; }
    .contact-form__chips { grid-template-columns: 1fr 1fr; }
    .brands-cta__media { height: 220px; }
    .brands-cta__img { width: 160px; height: 160px; }
    .brands-cta__img--1 { left: 0; }
    .brands-cta__img--2 { left: 80px; }
    .brands-cta__img--3 { left: 160px; }
    .about-hero__title { font-size: 40px; }
    .feature-card { min-height: auto; }
    .analyze-hero__title { font-size: 32px; }
    .analyze-includes__grid { grid-template-columns: 1fr; }
    .haber-detay__title { font-size: 26px; }
    .haber-detay__cover { height: 240px; }
    .post-article__title { font-size: 26px; }
    .post-article__cover img { height: 260px; }
    .services-main__grid, .services-main__grid--three { grid-template-columns: 1fr; }
    .about-services__grid { grid-template-columns: 1fr 1fr; gap: 12px 10px; }
    .about-service-tile { padding: 10px 12px; gap: 10px; border-radius: 10px; }
    .about-service-tile__icon { width: 32px; height: 32px; }
    .about-service-tile__icon img { width: 18px; height: 18px; }
    .about-service-tile__title { font-size: 13px; line-height: 1.2; }

    /* Top utility bar mobilde (Figma: tagline solda 2-satır, actions sağda stacked) */
    .top-bar { display: block; }
    .top-bar__inner {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        height: auto;
        gap: 16px;
        padding: 12px 0;
        flex-wrap: nowrap;
    }
    .top-bar__tagline {
        font-size: 14px;
        line-height: 18px;
        max-width: 185px;
        flex: 0 1 auto;
    }
    .top-bar__actions {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        flex: 0 0 auto;
    }
    .top-bar__link { font-size: 13px; gap: 6px; }
    .top-bar__divider { display: none; }
    .icon-24 { width: 14px; height: 14px; }

    .btn--header { display: none; }
    .mobile-toggle { display: inline-flex; }
    .site-header__inner { height: 54px; gap: 12px; padding-left: 25px; padding-right: 25px; }
    .site-header__logo, .site-header__logo picture { display: inline-block; }
    .site-header__logo img { height: 28px; width: 63.7px; display: block; }
    .mobile-toggle { width: 24px; height: 24px; padding: 0; }
    .mobile-toggle span { height: 1.5px; }

    /* Slide-in mobile menu */
    .main-nav {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        width: min(86vw, 360px);
        background: #fff;
        z-index: 200;
        box-shadow: -8px 0 24px rgba(0,0,0,0.12);
        padding: 80px 26px 24px;
        overflow-y: auto;
    }
    body.menu-open .main-nav,
    .main-nav.main-nav--open { display: block !important; }
    .main-nav__list { flex-direction: column; gap: 4px; align-items: stretch; }
    .main-nav__item { width: 100%; }
    .main-nav__link {
        font-size: 18px;
        padding: 12px 4px;
        border-bottom: 1px solid rgba(0,0,0,0.06);
        width: 100%;
        line-height: 1.4;
        display: flex;          /* ikon yazının yanına gelsin */
        align-items: center;
        gap: 8px;
    }
    .main-nav__arrow { transform: rotate(90deg); width: 18px; height: 18px; flex-shrink: 0; }

    .mobile-toggle { position: relative; z-index: 210; }
    body.menu-open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: #ffffff;
        z-index: 150;
        pointer-events: none;
    }
    .main-nav__link { pointer-events: auto; cursor: pointer; }
    .main-nav a { color: inherit; text-decoration: none; }

    .section-title { font-size: 28px; line-height: 1.2; }

    /* Mobile Hero (Figma 390x559) — desktop'taki absolute pozisyonları sıfırla */
    .hero { padding: 0; min-height: auto; height: auto; overflow: hidden; }
    .hero__bg-ellipse { display: none; }
    .hero .hero__inner {
        position: relative;
        min-height: auto;
        height: auto;
        padding: 52px 24px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero__content {
        position: static;
        width: 100%;
        max-width: 318px;
        top: auto;
        left: auto;
        gap: 20px;
        align-items: center;
        text-align: center;
    }
    .hero__heading-block { gap: 0; margin-bottom: 0; align-items: center; text-align: center; }
    .hero__eyebrow {
        font-family: 'Sofia Sans Condensed', sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .hero__divider-line { display: block; width: 261px; height: 4px; margin: 0 auto; }
    .hero__title-gradient { font-size: 32px; line-height: 34px; white-space: normal; }
    .hero__lead { font-size: 16px; line-height: 20px; margin: 0; width: 100%; max-width: 318px; text-align: center; }
    .hero__actions { gap: 6px; flex-wrap: nowrap; width: 100%; max-width: 342px; justify-content: center; }
    .hero__actions .btn--xl { height: 44px; min-width: 0; flex: 1; max-width: 168px; font-size: 14px; padding: 0 12px; border-radius: 8px; }
    .hero__visual {
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 361px;
        height: auto;
        margin: 28px auto 0;
        pointer-events: auto;
    }
    .hero__image { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 8px; }
    .why-soneo { min-height: auto; padding: 30px 0; }
    .why-soneo__inner { flex-direction: column; gap: 30px; text-align: center; align-items: center; padding: 0 24px; }
    .why-soneo__copy { text-align: center; max-width: 342px; }
    .why-soneo__title { font-size: 30px; line-height: 36px; margin-bottom: 16px; font-style: italic; font-weight: 700; text-transform: uppercase; }
    .why-soneo__lead { font-size: 14px; line-height: 22px; margin: 0 0 12px; }
    .why-soneo__lead:last-child { margin-bottom: 0; }
    .stats { flex-direction: column; gap: 28px; width: 100%; max-width: 141px; }
    .stats__item { min-width: 0; width: 100%; text-align: center; }
    .stats__number { font-size: 40px; line-height: 40px; }
    .stats__label { font-size: 20px; line-height: 25px; }
    .stats__divider { display: none; }
    .clients { min-height: auto; padding: 30px 0; display: block; }
    .clients .container { padding: 0 24px; }
    .clients__title { font-size: 22px; line-height: 28px; margin-bottom: 20px; text-align: center; display: block; }
    .clients__row { justify-content: center; gap: 14px; flex-wrap: wrap; height: auto; }
    .clients__item { height: 50px; }
    .clients__item img { max-height: 36px; max-width: 86px; }
    /* Mobile partners — horizontal scroll, 97x34 chips */
    .partners { min-height: auto; padding: 30px 0; overflow: hidden; }
    .partners__inner { gap: 16px; }
    .partners .section-title { font-size: 24px; line-height: 28px; }
    .partners .pill--dark { font-size: 16px; padding: 6px 18px; }
    .partners__grid {
        display: flex;
        grid-template-columns: none;
        gap: 6px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 4px;
        flex-wrap: nowrap;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .partner-card { flex: 0 0 auto; height: 44px; padding: 8px 14px; border-radius: 6px; gap: 8px; }
    .partner-card__logo { height: 22px; max-width: 26px; }
    .partner-card__name { font-size: 14px; line-height: 16px; }
    .partner-card__logo[src*="linkedin"],
    .partner-card__logo[src*="tiktok"] { max-width: 30px; }

    /* Mobile services 2-col grid (161x auto) — Figma 469:1082 */
    .services { min-height: auto; padding: 30px 0; }
    .services__inner { gap: 30px; }
    .services .section-title { font-size: 24px; line-height: 32px; }
    .services__grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
    .service-card {
        height: auto;
        min-height: 165px;
        padding: 12px 8px;
        align-items: center;
        text-align: center;
        gap: 12px;
        justify-content: flex-start;
    }
    /* Mobil ayraç çizgileri: tek sayılı kartların sağında dikey çizgi (sol kolon → sağ kolon arası) */
    .service-card::after { display: none !important; }
    .service-card:nth-child(2n+1) {
        position: relative;
    }
    .service-card:nth-child(2n+1)::after {
        content: '';
        display: block !important;
        position: absolute;
        right: -10px;
        top: 8px;
        bottom: 8px;
        width: 1px;
        background: rgba(0,0,0,0.08);
        pointer-events: none;
    }
    /* Yatay ayraç: her satırın altına (son satır hariç) */
    .service-card:not(:nth-last-child(-n+2))::before {
        content: '';
        position: absolute;
        left: 8px;
        right: 8px;
        bottom: -16px;
        height: 1px;
        background: rgba(0,0,0,0.08);
        pointer-events: none;
    }
    .services__grid::before, .services__grid::after { display: none; }
    .service-card__icon { width: 24px; height: 24px; margin: 0 auto; }
    .service-card__title {
        font-family: Arial, sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        max-width: none;
        min-height: 0;
        text-align: center;
        margin: 0;
        display: block;          /* mobil: line-clamp kapat */
        -webkit-line-clamp: unset;
        overflow: visible;
    }
    .service-card__desc {
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 19px;
        max-width: none;
        text-align: center;
        display: block;          /* mobil: line-clamp kapat — tüm metin görünsün */
        -webkit-line-clamp: unset;
        overflow: visible;
        flex: 0 0 auto;
    }
    /* Hizmetlerimiz pill mobile */
    .services .pill--primary { font-size: 14px; padding: 6px 18px; }

    /* Mobile projects (horizontal scroll, 270x263 cards; "Tümünü Gör" altta) */
    .projects { min-height: auto; padding: 30px 0; overflow: hidden; }
    .projects .section-title { font-size: 24px; line-height: 28px; }
    .projects__inner { display: flex; flex-direction: column; gap: 24px; }
    /* projects__header'ı parçala: başlık üstte, buton altta */
    .projects__header { display: contents; }
    .projects__header .section-title { order: 1; }
    .projects__grid { order: 2; }
    .projects__header .btn--primary {
        order: 3;
        width: 100%;
        height: 44px;
        font-size: 18px;
        font-weight: 700;
        padding: 5px;
        background: linear-gradient(36.09deg, #FE7500 1.73%, #E13701 50.87%, #FA3000 100%);
        border: 2px solid var(--color-primary);
        border-radius: 12px;
        color: #fff;
    }
    .projects__grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 270px;
        grid-template-columns: none;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 12px;
        gap: 20px;
        -webkit-overflow-scrolling: touch;
    }
    .project-card { scroll-snap-align: start; gap: 12px; width: 270px; }
    .project-card__image { aspect-ratio: 270/263; border-radius: 6px; }
    .project-card__title { font-size: 24px; line-height: 28px; }
    .project-card__category { font-size: 18px; line-height: 20px; }

    /* Mobile process (vertical stack 180h cards) */
    .process { min-height: auto; padding: 30px 0; background: linear-gradient(180deg, #f7fcfd 0%, #fff 100%); }
    .process__inner { gap: 20px; }
    .process__grid { grid-template-columns: 1fr; gap: 0; }
    .process-card { height: auto; min-height: 180px; padding: 18px 10px; border-radius: 0; box-shadow: none; background: transparent; }
    .process .section-title { font-size: 24px; line-height: 30px; }
    .process-card__symbol { font-size: 71.7px; line-height: 79.7px; }
    .process-card__title { font-size: 24px; line-height: 28px; }
    .process-card__desc { font-size: 15px; line-height: 19px; }
    /* Süreç pill */
    .process .pill--teal { font-size: 16px; padding: 6px 18px; }

    /* Mobile testimonials (horizontal scroll, 318x218 cards) */
    .testimonials { min-height: auto; padding: 30px 0; overflow: hidden; }
    .testimonials__inner { gap: 24px; }
    .testimonials .section-title { font-size: 28px; line-height: 34px; max-width: none; }
    .testimonials__grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 318px;
        grid-template-columns: none;
        gap: 16px;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
        margin: 0;
        -webkit-overflow-scrolling: touch;
    }
    .testimonial-card { width: 318px; height: 218px; min-height: auto; padding: 15px; border-radius: 15.665px; scroll-snap-align: start; }
    .testimonial-card__stars { font-size: 18px; }
    .testimonial-card__text { font-size: 14px; line-height: 18px; -webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
    .testimonial-card__date { font-size: 12px; }
    .testimonial-card__name { font-size: 14px; }
    .testimonial-card__role { font-size: 11px; }

    /* Mobile CTA banner — SONEO 60px */
    .cta-banner { min-height: auto; padding: 60px 0; }
    .cta-banner__inner { gap: 4px; }
    .cta-banner__eyebrow { font-size: 24px; font-weight: 700; margin: 0; }
    .cta-banner__title { font-size: 60px; line-height: 64px; margin: 0; }
    .cta-banner__lead { font-size: 16px; font-weight: 400; margin: 0 0 14px; }
    .cta-banner__decoration { width: 240px; opacity: 0.4; }
    .cta-banner .btn--xl { height: 44px; font-size: 16px; min-width: 0; width: 270px; max-width: 100%; border: 0; border-radius: 8px; }

    /* Mobile blog — horizontal scroll cards 320x430 */
    .blog { min-height: auto; padding: 30px 0; overflow: hidden; }
    .blog__inner { gap: 20px; }
    .blog__header { text-align: center; }
    .blog .section-title { font-size: 24px; line-height: 28px; margin-bottom: 8px; text-align: center; }
    .blog__subtitle { font-size: 16px; line-height: 20px; text-align: center; }
    .blog__grid {
        display: flex;
        grid-template-columns: none;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 4px;
        scroll-snap-type: x mandatory;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .blog-card { flex: 0 0 280px; height: 360px; scroll-snap-align: start; }
    .blog-card__image { height: 200px; margin-bottom: 12px; }
    .blog-card__title { font-size: 18px; line-height: 22px; }
    .blog-card__meta { color: #7D735C; font-size: 12px; }
    .blog-card__arrow { bottom: 0; right: 12px; width: 28px; height: 32px; }
    .blog__cta { width: auto; min-width: 180px; height: 44px; font-size: 16px; padding: 0 20px; border-radius: 8px; border: 0; }
    /* Mobile footer (Figma sıralama: logo→tagline→kolonlar→aksiyon→sosyal→©) */
    .site-footer { min-height: auto; padding: 30px 0; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); box-shadow: inset 0 1px 10px rgba(63,63,63,0.8); }
    /* footer-grid ve footer-brand'i çöz → tüm öğeler site-footer__inner'ın flex child'ı olsun */
    .site-footer .site-footer__inner { display: flex; flex-direction: column; gap: 0; }
    .site-footer .footer-grid { display: contents; }
    .site-footer .footer-brand { display: contents; }
    /* Sıralama (Figma mobile order) */
    .site-footer .footer-brand__logo { order: 1; margin-bottom: 16px; }
    .site-footer .footer-brand__tagline { order: 2; margin: 0 0 30px; font-size: 16px; line-height: 22px; max-width: 300px; }
    .site-footer .footer-col:nth-of-type(1) { order: 3; margin-bottom: 30px; }
    .site-footer .footer-col:nth-of-type(2) { order: 4; margin-bottom: 30px; }
    .site-footer .footer-col--contact, .site-footer .footer-col:nth-of-type(3) { order: 5; margin-bottom: 30px; }
    .site-footer .footer-actions { order: 6; margin-bottom: 24px; }
    .site-footer .footer-social { order: 7; margin-bottom: 24px; }
    .site-footer .footer-rule { order: 8; margin-bottom: 16px; }
    .site-footer .footer-bottom { order: 9; }
    .footer-brand__logo img { width: 106px; height: 46.57px; margin-bottom: 0; }
    .footer-col__title { font-size: 20px; margin-bottom: 14px; }
    .footer-col__list a, .footer-col__list span.footer-value { font-size: 16px; line-height: 20px; }
    .footer-col__list { gap: 12px; }
    /* Aksiyon butonları: 3 buton aynı satır, ikon üstte yazı altta */
    .footer-actions { justify-content: space-between; flex-wrap: nowrap; gap: 8px; width: 100%; }
    .footer-action { flex: 1; min-width: 0; max-width: 108px; height: 68px; padding: 9px; flex-direction: column; gap: 6px; border-radius: 7.83px; }
    .footer-action img { width: 23.07px; height: 23.07px; }
    .footer-action span { font-size: 12px; line-height: 14px; white-space: nowrap; }
    /* Alt çubuk: ©(sol, 2 satır olabilir) + Türkçe(sağ) — TEK SATIRDA, wrap yok */
    .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: nowrap; }
    .footer-bottom .footer-copy { flex: 1; min-width: 0; font-size: 14px; line-height: 18px; }
    .footer-bottom .lang-switcher { flex: 0 0 auto; height: 44px; width: 130px; }
    /* Sosyal ikonlar — Figma 44x44 dark gradient container */
    .footer-social { display: flex; gap: 8.67px; }
    .footer-social__link { width: 44px; height: 44px; padding: 7.8px; border-radius: 5.2px; }
    .footer-social__link img { width: 28.4px; height: 28.4px; }
    /* X/Twitter SVG'sinin viewBox'ı diğerlerinden küçük (23x21 vs 34x34) → optik denkliğe getir */
    .footer-social__link img[src*="twitter"] { width: 22px; height: 22px; }

    /* Menü overlay: gri yerine tam beyaz */
    body.menu-open::before { background: #ffffff !important; }
    /* Menü açıkken header & menu overlay'in ÜSTÜNDE olmalı (site-header main-nav'ı içeriyor) */
    body.menu-open .site-header { z-index: 250 !important; background: #fff; }
    body.menu-open .top-bar { z-index: 1; position: relative; }
    /* Menü açıkken hakkımızda dark hero gibi tam ekran section'lar menü altına itilsin */
    body.menu-open .about-hero,
    body.menu-open .post-page,
    body.menu-open .news-detail,
    body.menu-open .blog-list,
    body.menu-open .news-page { position: relative; z-index: 0; }
    .cta-banner__eyebrow { font-size: 28px; }
    .cta-banner__title { font-size: 80px; }
    .cta-banner__lead { font-size: 20px; }
    .blog .section-title,
    .testimonials .section-title,
    .partners .section-title { font-size: 32px; }
    .blog__subtitle { font-size: 16px; line-height: 22px; }

    .page-hero { padding: 36px 0 30px; }
    .page-hero__title { font-size: 36px; }
    .page-hero__subtitle { font-size: 16px; }

    .services-list__grid { grid-template-columns: repeat(2, 1fr); }
    .about-strip__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .about-strip__item { font-size: 13px; padding: 12px; }
    .references-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .references-grid__item { height: 100px; padding: 10px; }
    .news-list__grid { grid-template-columns: 1fr; }
    .blog__grid--3 { grid-template-columns: 1fr; }
    .post__cover img { height: 240px; }
    .post__body { font-size: 15px; }
    .post__body h2 { font-size: 20px; }
    .map-section__embed iframe { height: 280px; }
    .cta-strip { padding: 30px 0; }
    .cta-strip__inner {
        padding: 28px 22px;
        text-align: center;
        flex-direction: column;
        gap: 18px;
        max-width: 360px;
        margin: 0 auto;
        align-items: center;
    }
    .cta-strip__title { font-size: 22px; line-height: 1.2; }
    .cta-strip__lead { font-size: 14px; }
    /* Butona arkadan soft teal halka — section temasıyla uyumlu */
    .cta-strip .btn--primary {
        position: relative;
        box-shadow: 0 0 0 8px rgba(255,255,255,0.25), 0 8px 18px rgba(0,0,0,0.12);
        background: #fff;
        color: #00b2a9;
        height: 48px;
        padding: 0 28px;
        font-size: 16px;
        font-weight: 700;
        border-radius: 10px;
    }
    .analysis-form { padding: 20px; }
    .analysis-form__title { font-size: 20px; }
    .analysis__title { font-size: 28px; }
    .contact-form-wrap, .contact-info { padding: 22px; }

    /* ===== HIZMETLER — MOBIL (2 sütun grid) ===== */
    .services-main { padding: 30px 0; }
    .services-main__grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px;
    }
    /* Kart: ikon + başlık yatay (header satırı), bullets altta — sağ taraf boşluğu kapanır */
    .service-detail-card {
        padding: 14px 12px;
        border-radius: 12px;
        gap: 10px;
        display: grid;
        grid-template-columns: 32px 1fr;
        grid-template-rows: auto auto;
        column-gap: 10px;
        row-gap: 8px;
        align-items: center;
    }
    .service-detail-card__icon { width: 32px; height: 32px; grid-column: 1; grid-row: 1; }
    .service-detail-card__icon img { width: 18px; height: 18px; }
    .service-detail-card__title { font-size: 14px; line-height: 1.2; grid-column: 2; grid-row: 1; margin: 0; }
    .service-detail-card__bullets { grid-column: 1 / -1; grid-row: 2; gap: 4px; margin-top: 4px; }
    .service-detail-card__bullets li { font-size: 11px; line-height: 1.4; padding-left: 10px; }
    .services-other { padding: 20px 0 40px; }
    .services-other__title { font-size: 26px; line-height: 1.2; margin-bottom: 18px; }

    /* ===== İLETİŞİM — MOBIL ===== */
    .contact-page { padding: 30px 0 50px; }
    .contact-page__inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0;
        max-width: 480px;
        margin: 0 auto;
        justify-items: center;
    }
    .contact-info, .contact-form-card { width: 100%; }
    .contact-info__title { font-size: 28px; line-height: 32px; margin-bottom: 10px; }
    .contact-info__lead { font-size: 16px; line-height: 22px; margin-bottom: 24px; }
    .contact-info__list { gap: 14px; }
    .contact-info__row {
        padding: 14px;
        gap: 14px;
        min-height: auto;
        border-radius: 10px;
    }
    .contact-info__icon { width: 56px; height: 56px; border-radius: 12px; }
    .contact-info__icon img { width: 28px; height: 28px; }
    .contact-info__label { font-size: 14px; line-height: 16px; }
    .contact-info__value { font-size: 16px; line-height: 20px; }
    .contact-info__value--sm { font-size: 13px; line-height: 17px; }
    /* Form kartı tam ekrana sığ */
    .contact-form-card {
        padding: 20px;
        border-radius: 14px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    }
    .contact-form-card__title { font-size: 24px; line-height: 28px; margin-bottom: 22px; }
    .contact-form { gap: 22px; }
    .contact-form__row { grid-template-columns: 1fr; gap: 16px; }
    .contact-form__field { gap: 8px; font-size: 14px; }
    .contact-form__field > span { font-size: 14px; line-height: 18px; }
    .contact-form__field input,
    .contact-form__field textarea {
        height: 50px;
        padding: 14px;
        font-size: 14px;
        border-radius: 10px;
    }
    .contact-form__field textarea { min-height: 140px; height: 140px; }
    .contact-form__chips { grid-template-columns: 1fr 1fr; gap: 8px; }
    .chip { width: 100%; height: 44px; padding: 10px 12px; font-size: 13px; gap: 6px; }
    .chip::before { width: 18px; height: 18px; }
    .contact-form__submit { height: 56px; font-size: 18px; }
    .contact-form__submit-arrow { width: 22px; height: 14px; }
    .contact-form__legal { font-size: 13px; }

    /* ===== ÜCRETSİZ ANALİZ — MOBIL (Figma 277:1811) ===== */
    .analyze-hero { padding: 20px 0 40px; }
    .analyze-hero__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0;
    }
    .analyze-hero__copy { padding-top: 0; text-align: center; }
    .analyze-hero__title { font-size: 32px; line-height: 38px; margin-bottom: 16px; text-align: center; }
    .analyze-hero__lead { font-size: 14px; line-height: 20px; margin-bottom: 22px; text-align: center; max-width: 320px; margin-left: auto; margin-right: auto; }
    .analyze-stats-card { width: 100%; max-width: 326px; margin: 0 auto; padding: 8px 6px; }
    .analyze-stat__num { font-size: 18px; line-height: 17px; font-weight: 700; }
    .analyze-stat__label { font-size: 14px; line-height: 19px; }
    .analyze-stat__divider { height: 32px; }
    .analyze-form-card { padding: 20px 18px; border-radius: 16px; box-shadow: 0 4px 16px rgba(250,48,0,0.08); margin: 0 auto; max-width: 360px; }
    .analyze-form-card__title,
    .analyze-form-card__lead { text-align: center; }
    /* Mobil: badge'i absolute'tan çıkar, başlığın ÜSTÜNE (static blok) yerleştir — overlap yok */
    .analyze-form-card { padding-top: 24px; text-align: center; }
    .analyze-form-card__badge {
        position: static;
        display: block;
        width: fit-content;
        margin: 0 auto 14px;
        right: auto;
        top: auto;
        left: auto;
        transform: none;
        padding: 6px 14px;
        font-size: 11px;
        letter-spacing: 1px;
    }
    .analyze-form-card__title { font-size: 24px; line-height: 1.1; margin-bottom: 4px; }
    .analyze-form-card__lead { font-size: 14px; margin-bottom: 22px; }
    .analyze-form { gap: 18px; }
    .analyze-form__row { grid-template-columns: 1fr; gap: 18px; }
    .analyze-form__field { gap: 8px; font-size: 14px; }
    .analyze-form__field > span { font-size: 14px; }
    .analyze-form__field input { height: 50px; padding: 14px; font-size: 14px; border-radius: 10px; }
    .analyze-form__submit { height: 56px; font-size: 18px; gap: 10px; border-radius: 12px; }
    .analyze-form__submit-icon { width: 18px; height: 18px; }
    .analyze-form__legal { font-size: 12px; }

    /* Reason block (Neden Ücretsiz) */
    .reason-block { padding: 50px 0; }
    .reason-block__pill { font-size: 14px; padding: 10px 16px; margin-bottom: 28px; }
    .reason-block__title { font-size: 32px; line-height: 1.1; margin-bottom: 14px; }
    .reason-block__lead { font-size: 15px; line-height: 24px; margin-bottom: 36px; }
    .reason-block__grid { grid-template-columns: 1fr; gap: 16px; }
    .reason-card { padding: 22px; }
    .reason-card__icon { width: 46px; height: 46px; margin-bottom: 18px; }
    .reason-card__icon img { width: 22px; height: 22px; }
    .reason-card__title { font-size: 20px; margin-bottom: 8px; }
    .reason-card__desc { font-size: 15px; line-height: 22px; }

    /* Analizde Neler Var */
    .analyze-includes { padding: 20px 0 50px; }
    .analyze-includes__title { font-size: 30px; line-height: 1.1; margin-bottom: 30px; }
    .analyze-includes__grid { grid-template-columns: 1fr 1fr !important; gap: 14px; }
    .include-card { padding: 18px 12px; }
    .include-card__icon { width: 40px; height: 40px; margin-bottom: 14px; }
    .include-card__title { font-size: 15px; }
    .include-card__desc { font-size: 13px; }

    /* Markalar */
    .brands-strip { padding: 40px 0; }
    .brands-strip__title { font-size: 28px; line-height: 1.1; margin-bottom: 28px; }
    .brand-pill { font-size: 14px; padding: 10px 16px; }
    .brands-strip__more { font-size: 15px; }

    /* FAQ */
    .faq { padding: 40px 0 60px; }
    .faq__inner { max-width: 100%; padding: 0 16px; }
    .faq__title { font-size: 28px; line-height: 1.1; margin-bottom: 12px; }
    .faq__lead { font-size: 14px; margin-bottom: 30px; }
    .faq__item { padding: 14px 18px; border-radius: 10px; }
    .faq__q { font-size: 15px; line-height: 22px; gap: 12px; }
    .faq__chev { width: 18px; height: 18px; }
    .faq__a { font-size: 13px; line-height: 20px; margin-top: 12px; }

    /* CTA Final */
    .cta-final { padding: 20px 0 50px; }
    .cta-final__inner { padding: 40px 20px; border-radius: 18px; }
    .cta-final__title { font-size: 28px; line-height: 1.1; margin-bottom: 10px; }
    .cta-final__lead { font-size: 14px; margin-bottom: 28px; }
    .cta-final__buttons { flex-direction: column; gap: 10px; }
    .cta-final__btn { width: 100%; height: 50px; font-size: 16px; }

    /* ===== REFERANSLAR — MOBIL CTA stacked image fix ===== */
    .references-list { padding: 24px 0 40px; }
    .references-list__grid { gap: 10px; }
    .references-list__grid + .references-list__grid { margin-top: 10px; }
    .references-list__card { height: 96px; padding: 10px; border-radius: 10px; }
    .references-list__card img { max-width: 65%; max-height: 56px; }
    .references-list__grid--last { grid-template-columns: 1fr 1fr; max-width: 342px; margin: 10px auto 0; }
    /* CTA banner görselleri mobilde küçük göster */
    .brands-cta__inner--copy-left { grid-template-columns: 1fr; }
    .brands-cta__media--stack {
        height: 180px;
        min-width: 0;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    .brands-cta__media--stack .brands-cta__img {
        width: 110px;
        height: 110px;
        border-radius: 10px;
    }
    /* Mobile'da 3 görsel ortalı dizilir, taşma yok */
    .brands-cta__media--stack .brands-cta__img--1 { right: auto; left: 50%; top: 8px; transform: translateX(-50%) translateX(70px) rotate(6deg); }
    .brands-cta__media--stack .brands-cta__img--2 { right: auto; left: 50%; top: 32px; transform: translateX(-50%) rotate(0deg); }
    .brands-cta__media--stack .brands-cta__img--3 { right: auto; left: 50%; top: 8px; transform: translateX(-50%) translateX(-70px) rotate(-6deg); }

    /* ===== HAKKIMIZDA — MOBIL ===== */
    .about-hero {
        padding: 22px 0 28px;
        min-height: auto;
        overflow: visible; /* menü clipping olmasın */
    }
    .about-hero__inner {
        padding-left: 0;
        padding-right: 0;
        gap: 22px;
        max-width: 100%;
        align-items: stretch;
    }
    .about-hero__breadcrumb {
        margin: 0 24px 8px;
        align-self: center;
        font-size: 13px;
    }
    .about-hero__breadcrumb-icon { width: 14px; height: 14px; }
    .about-hero__top {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0 24px;
        text-align: center;
    }
    .about-hero__left { gap: 12px; align-items: center; }
    .about-hero__pill {
        font-size: 14px;
        padding: 6px 16px;
        align-self: center;
    }
    .about-hero__title {
        font-size: 36px;
        line-height: 1.1;
        text-align: center;
    }
    .about-hero__right {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .about-hero__right p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 16px;
        text-align: center;
    }
    .about-hero__cta {
        width: auto;
        max-width: 240px;
        margin: 0 auto;
        height: 50px;
        font-size: 16px;
    }
    /* Platformlar yatay scroll (7 kart sığmasın) */
    .about-hero__platforms {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0 24px 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .platform-card {
        flex: 0 0 auto;
        width: auto;
        min-width: 110px;
        height: 44px;
        padding: 8px 14px;
        gap: 8px;
        scroll-snap-align: start;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .platform-card img { width: 20px; height: 20px; object-fit: contain; flex-shrink: 0; }
    .platform-card span { font-size: 14px; line-height: 1; white-space: nowrap; }

    /* Feature cards (Veriye Dayalı, Fark Yaratan, Ölçülebilir) — tek sütun mobilde */
    .feature-cards__grid { grid-template-columns: 1fr; gap: 20px; }
    .feature-card { padding: 26px 22px; gap: 24px; min-height: auto; }
    .feature-card__title { font-size: 20px; padding-top: 8px; }
    /* Card 2 — 3 görsel responsive */
    .feature-card__media--posts { gap: 6px; }
    .feature-card__post { height: 180px; }
    .feature-card__post--1, .feature-card__post--2, .feature-card__post--3 { transform: none; }

    /* 200+ Marka CTA — mobil dikey */
    .brands-cta { padding: 30px 0; }
    .brands-cta__inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px 24px;
        min-height: auto;
    }
    .brands-cta__title { font-size: 28px; line-height: 1.2; }
    .brands-cta__lead { font-size: 15px; }
    .brands-cta__ctas { flex-direction: column; gap: 10px; }
    .brands-cta__ctas .btn { width: 100%; }
    /* Figma 277:2486 — 2 dikey kolon × 5 logo (toplam 10) */
    .brands-cta__media {
        position: relative;
        height: auto;
        min-height: 400px;
        max-width: 280px;
        margin: 0 auto;
    }
    .brands-cta__cluster {
        position: relative;
        inset: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 32px;
        row-gap: 12px;
        align-items: start;
        justify-items: center;
    }
    .brand-float {
        position: relative;
        right: auto !important; top: auto !important; left: auto !important;
        background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
        border: 1px solid #f2f2f2;
        padding: 10px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.08);
        backdrop-filter: blur(2px);
    }
    /* 10 logo hepsi göster — display: none override */
    .brand-float--6, .brand-float--7,
    .brand-float--8, .brand-float--9,
    .brand-float--10 { display: flex !important; }
    /* Sol kolon (grid-row explicit — auto-flow stack sorununu önler) */
    .brand-float--1  { width: 62px; height: 62px; grid-column: 1; grid-row: 1; }
    .brand-float--2  { width: 72px; height: 72px; grid-column: 1; grid-row: 2; }
    .brand-float--3  { width: 62px; height: 62px; grid-column: 1; grid-row: 3; }
    .brand-float--4  { width: 68px; height: 68px; grid-column: 1; grid-row: 4; }
    .brand-float--5  { width: 62px; height: 62px; grid-column: 1; grid-row: 5; }
    /* Sağ kolon — zig-zag için margin-top */
    .brand-float--6  { width: 66px; height: 66px; grid-column: 2; grid-row: 1; margin-top: 18px; }
    .brand-float--7  { width: 78px; height: 78px; grid-column: 2; grid-row: 2; }
    .brand-float--8  { width: 64px; height: 64px; grid-column: 2; grid-row: 3; }
    .brand-float--9  { width: 66px; height: 66px; grid-column: 2; grid-row: 4; }
    .brand-float--10 { width: 64px; height: 64px; grid-column: 2; grid-row: 5; }

    /* ===== BLOG LISTE — MOBIL (Figma 295:785) ===== */
    .blog-list { padding: 20px 0 24px; }
    .blog-list-page { padding: 20px 0 30px; }
    .blog-list__head {
        flex-direction: column;
        align-items: center;
        gap: 14px;
        margin-bottom: 24px;
        text-align: center;
    }
    .blog-list__heading { max-width: none; text-align: center; }
    .blog-list__title { font-size: 32px; line-height: 1.1; margin: 0 0 8px; text-align: center; }
    .blog-list__subtitle { font-size: 14px; line-height: 20px; text-align: center; color: var(--color-secondary-text); }
    .blog-list__search { width: 100%; max-width: 360px; height: 48px; padding: 12px 14px; margin-top: 4px; }
    .blog-list__search input { font-size: 14px; }
    .blog-list__search-icon { width: 18px; height: 18px; }
    .blog-list__grid { grid-template-columns: 1fr; gap: 20px; }
    .blog-tile { border-radius: 14px; }
    .blog-tile__link { padding: 14px; }
    .blog-tile__title { font-size: 18px; line-height: 22px; }
    .blog-tile__excerpt { font-size: 13px; line-height: 20px; }
    .blog-tile__category { font-size: 11px; padding: 4px 10px; }
    .blog-tile__date { font-size: 12px; }

    /* ===== BLOG DETAY — MOBIL (Figma 295:1206) ===== */
    .page-breadcrumb { padding: 16px 0 4px; }
    .page-breadcrumb .container { font-size: 12px; gap: 6px; }
    .page-breadcrumb__icon { width: 16px; height: 16px; }
    .post-page { padding: 12px 0 40px; }
    .post-page__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .post-article__pill { padding: 10px 28px; font-size: 13px; margin-bottom: 16px; }
    .post-article__title { font-size: 30px; line-height: 1.15; margin-bottom: 18px; }
    .post-article__lead { font-size: 15px; line-height: 22px; margin-bottom: 14px; }
    .post-article__date { font-size: 13px; margin-bottom: 22px; }
    .post-article__cover { border-radius: 14px; margin-bottom: 28px; }
    .post-article__cover img { height: 220px; }
    .post-article__h2 { font-size: 22px; line-height: 28px; margin: 28px 0 12px; }
    .post-article p { font-size: 14px; line-height: 22px; margin-bottom: 14px; }
    .post-article ul { margin: 0 0 16px 20px; }
    .post-article li { font-size: 14px; line-height: 22px; }

    /* Sidebar: makale altında, sticky kaldır */
    .post-sidebar { position: static; top: auto; gap: 20px; }
    .post-sidebar__block { padding: 16px; border-radius: 14px; }
    .post-sidebar__title { font-size: 18px; margin-bottom: 12px; }
    .post-sidebar__toc { gap: 12px; padding-left: 20px; }
    .post-sidebar__toc li { font-size: 13px; line-height: 20px; }
    .post-sidebar__cats a { font-size: 13px; padding: 8px 0; }
    .post-sidebar__chev { width: 14px; height: 14px; }
    .post-sidebar__related-item { padding: 8px; }
    .post-sidebar__related-text strong { font-size: 12px; line-height: 18px; }
    .post-sidebar__related-date { font-size: 11px; }
}
@media (max-width: 640px) {
    .container { padding: 0 24px; }
    .services__grid { grid-template-columns: 1fr 1fr; }  /* 2-col mobilde Figma ile uyumlu */
    .service-card::after { display: none !important; }
    .footer-grid { grid-template-columns: 1fr; }
    .stats__divider { display: none; }
    .stats__number { font-size: 40px; line-height: 44px; }
    .stats__label { font-size: 22px; }
    .cta-banner__title { font-size: 60px; line-height: 79px; }
    .cta-banner__eyebrow { font-size: 24px; }
    .cta-banner__lead { font-size: 16px; }
    .why-soneo__title { font-size: 32px; line-height: 36px; }
    .why-soneo__lead { font-size: 16px; line-height: 22px; }

    .services-list__grid { grid-template-columns: 1fr; }
    .service-block__grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto;
        justify-items: stretch;
    }
    .service-block__grid--3 {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto;
    }
    .service-block__grid .info-card,
    .service-block__grid .step-card {
        text-align: center;
        align-items: center;
    }
    .service-block__grid .info-card__title,
    .service-block__grid .info-card__desc,
    .service-block__grid .step-card__title,
    .service-block__grid .step-card__desc {
        text-align: center;
    }
    .service-block__grid .info-card__icon,
    .service-block__grid .step-card__num {
        margin-left: auto;
        margin-right: auto;
    }
    .about-strip__grid { grid-template-columns: 1fr; }
    .references-grid { grid-template-columns: repeat(2, 1fr); }
    .references-grid__item { height: 84px; }
    .page-hero__title { font-size: 28px; }
    .section-title { font-size: 26px; }
    .why-soneo__title { font-size: 32px; }
    .stats__number { font-size: 48px; }
    .stats__label { font-size: 18px; }
    .analysis__stats { gap: 16px; }
    .stat-mini__num { font-size: 24px; }
    .footer-action { flex: 1; min-width: 0; max-width: 108px; padding: 9px; }
    .footer-action span { font-size: 13px; line-height: 14px; }
    .contact-form__row { grid-template-columns: 1fr !important; }
    .blog-search { margin-bottom: 24px; }
    .page-hero__ctas .btn { width: 100%; }
}

/* ============================================================
   PDF ANALİZ DÜZELTMELERİ (2026-05-26)
   ============================================================ */

/* Marquee 2 satır arası line (Anasayfa madde 5) */
.clients .marquee + .marquee {
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 14px;
    margin-top: 14px;
}

/* Anasayfa Hero hizmetleri gör hover hafif gri (madde 2) */
.hero .btn--outline { background: #fff; }
.hero .btn--outline:hover { background: #f5f5f5; border-color: rgba(0,0,0,0.18); color: var(--color-title); }

/* Footer sosyal medya yan gap (madde 16) */
.footer-social { gap: 14px; }
.site-footer .footer-brand__social,
.footer-social-wrap { padding-right: 18px; }

/* Tüm site — section başlık aralıkları eşit (madde 14) */
.section-title { margin: 0; }
section.services .services__inner,
section.process .process__inner,
section.testimonials .testimonials__inner,
section.partners .partners__inner,
section.blog .blog__inner {
    gap: 24px;
}

/* ============= ANASAYFA MOBIL DÜZELTMELER ============= */
@media (max-width: 880px) {
    /* Hero metin daha yukarda (madde 17) */
    .hero { padding-bottom: 0; }
    .hero__inner { gap: 16px !important; }
    .hero__content { gap: 14px !important; padding-top: 0 !important; }
    .hero__lead { margin-top: 0 !important; }

    /* Mobile marquee — uniform component (PDF madde 18) */
    .marquee__item {
        width: 120px !important;
        height: 60px !important;
        padding: 0 14px !important;
    }
    .marquee__item img {
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    /* Service kart — title doğal, sıkı düzen */
    .service-card__title { min-height: 0 !important; }
    .service-card__desc { min-height: 0 !important; }

    /* Testimonials mobile bg sertlik (madde 21) - softer gradient */
    .testimonials { background: linear-gradient(180deg, #fdfdfd 0%, #fff 100%); }
    .testimonial-card { box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important; border: 1px solid rgba(0,0,0,0.04) !important; }

    /* "Bizden" aşağı (madde 23) */
    .testimonials .section-title,
    .testimonials__inner .section-title { max-width: 240px; }

    /* Bizimle Çalış ok küçük (madde 24) */
    .cta-banner .btn__arrow { width: 14px !important; height: 12px !important; }

    /* WhatsApp/Footer aksiyon kartları genişlik (madde 26) */
    .footer-actions { gap: 6px !important; padding: 0 4px; }
    .footer-action { max-width: none !important; padding: 8px 6px !important; }
    .footer-action span { font-size: 11px !important; }
}

/* ============= ANALİZ WEB DÜZELTMELER ============= */
/* Reason pill — yeşil kaldır, gri minimal (madde 31-34) */
.reason-block { background: linear-gradient(180deg, #fafafa 0%, #fff 100%); }
.reason-block__pill {
    background: #f3f4f6 !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
    color: var(--color-title) !important;
    box-shadow: none !important;
}

/* FAQ accordion radius köşeli (madde 32) */
.faq-item { border-radius: 8px !important; }
.faq-item summary { border-radius: 8px !important; }

/* Hemen Başlayın butonlar revize (madde 35, 36) */
.cta-final__btn-icon { filter: brightness(0) invert(1); }
.cta-final__btn--primary .cta-final__btn-icon {
    filter: brightness(0) invert(1);
}
.cta-final__btn--outline[href*="wa.me"] .cta-final__btn-icon {
    filter: brightness(0) saturate(100%) invert(56%) sepia(82%) saturate(2510%) hue-rotate(95deg) brightness(95%) contrast(89%);
}
.cta-final__btn--outline[href^="tel:"] .cta-final__btn-icon {
    filter: brightness(0) saturate(0);
}

/* Border opacity düşür genel (madde 34) */
.reason-card { border-color: rgba(0,0,0,0.04) !important; }

/* ============= İŞLERİMİZ WEB DÜZELTMELER ============= */
/* Hover icon ile title eşle (madde 49) — zaten yapılmış */

/* Madde renkleri turuncu olmasın - bullet (madde 52) */
.service-detail-card__bullets li::before { color: rgba(0,0,0,0.3) !important; }
.service-detail-card:has(.service-detail-card__icon--red):hover .service-detail-card__bullets li::before { color: #FA3000 !important; }
.service-detail-card:has(.service-detail-card__icon--teal):hover .service-detail-card__bullets li::before { color: #00B2A9 !important; }
.service-detail-card:has(.service-detail-card__icon--yellow):hover .service-detail-card__bullets li::before { color: #d99a00 !important; }
.service-detail-card:has(.service-detail-card__icon--orange):hover .service-detail-card__bullets li::before { color: #FE7500 !important; }
.service-detail-card:has(.service-detail-card__icon--green):hover .service-detail-card__bullets li::before { color: #2EB867 !important; }

/* Aynı renklerin alt alta gelmesin (madde 51) — order alteration via :nth-child */
.services-main__grid > :nth-child(4n+1) .service-detail-card__icon img { opacity: 1; }
.services-main__grid > :nth-child(4n+2) .service-detail-card__icon img { opacity: 1; }

/* Hover background değişimi — daha belirgin (madde 50) */
.service-detail-card { transition: all .2s ease !important; }
.service-detail-card:has(.service-detail-card__icon--red):hover { background: rgba(250,48,0,0.03); border-color: rgba(250,48,0,0.20); }
.service-detail-card:has(.service-detail-card__icon--teal):hover { background: rgba(0,178,169,0.03); border-color: rgba(0,178,169,0.20); }
.service-detail-card:has(.service-detail-card__icon--yellow):hover { background: rgba(255,184,0,0.03); border-color: rgba(255,184,0,0.20); }
.service-detail-card:has(.service-detail-card__icon--orange):hover { background: rgba(254,117,0,0.03); border-color: rgba(254,117,0,0.20); }
.service-detail-card:has(.service-detail-card__icon--green):hover { background: rgba(46,184,103,0.03); border-color: rgba(46,184,103,0.20); }

/* ============= İŞLERİMİZ MOBIL (madde 53) ============= */
@media (max-width: 880px) {
    /* Detay vermeyelim — bullets gizle, sadece icon+title kalsın */
    .services-main__grid .service-detail-card__bullets { display: none !important; }
    .services-main__grid .service-detail-card {
        min-height: 88px;
        padding: 16px 12px !important;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }
    .services-main__grid .service-detail-card__icon {
        grid-column: unset !important;
        grid-row: unset !important;
        margin: 0 auto !important;
    }
    .services-main__grid .service-detail-card__title {
        grid-column: unset !important;
        grid-row: unset !important;
        text-align: center !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
    }
}

/* ============= HAKKIMIZDA WEB DÜZELTMELER ============= */
/* Stats rakamları kırmızı (madde 57) */
.stats--about .stats__number { color: var(--color-primary) !important; }
/* Kart soluk gri border kaldır, kendisi soluk olsun (madde 57) */
.feature-card { border: 1px solid rgba(0,0,0,0.04) !important; background: #fafafa !important; }

/* Neden SONEO başlık fontu (madde 58) */
.why-soneo__title { font-family: 'Sofia Sans Condensed', 'Sofia Sans', sans-serif; }

/* 200+ Marka — siyah, sade (madde 61) */
.brands-cta__title .text-gradient {
    background: none !important;
    -webkit-text-fill-color: var(--color-title) !important;
    color: var(--color-title) !important;
    font-family: 'Sofia Sans Condensed', sans-serif !important;
    font-style: normal !important;
}

/* BG hafif renk (madde 62) */
.brands-cta__inner { background: linear-gradient(180deg, #fafafa 0%, #fff 100%) !important; }

/* ============= HAKKIMIZDA MOBİL ============= */
@media (max-width: 880px) {
    /* Bize Katılın padding eşit (madde 64) */
    .about-hero__cta { padding: 0 24px !important; height: 48px !important; }

    /* Platform card logoları beyaz tonlar (madde 65) */
    .platform-card { background: rgba(255,255,255,0.92) !important; }

    /* Hizmetler title ortalı + kartlar 2 satır (madde 66, 67) */
    .about-services__head { text-align: center; }
    .about-services__title { font-size: 32px !important; line-height: 1.1 !important; }
    .about-service-tile {
        text-align: left;
    }
    .about-service-tile__title {
        white-space: normal !important;
        word-break: break-word;
    }

    /* Space genel azalt (madde 68, 69) */
    .about-why { padding: 32px 0 !important; }
    .about-why__head { margin-bottom: 24px !important; gap: 16px !important; }

    /* 200+ Marka ortalı (madde 71) */
    .brands-cta__copy { text-align: center; align-items: center; }
    .brands-cta__title { text-align: center; }
    .brands-cta__lead { text-align: center; }
    .brands-cta__ctas { justify-content: center; }

    /* Butonlar yan yana (madde 72) */
    .brands-cta__ctas { flex-direction: row !important; flex-wrap: wrap; gap: 8px !important; }
    .brands-cta__ctas .btn { width: auto !important; flex: 1 !important; min-width: 130px !important; }
}

/* ============= REFERANSLAR DÜZELTMELER ============= */
@media (max-width: 880px) {
    /* 200+ Marka ortalı (madde 77) */
    .references-list ~ .brands-cta .brands-cta__copy { text-align: center; align-items: center; }
    .references-list ~ .brands-cta .brands-cta__title { text-align: center; }
    .references-list ~ .brands-cta .brands-cta__lead { text-align: center; }
    .references-list ~ .brands-cta .brands-cta__ctas { justify-content: center; flex-direction: row !important; flex-wrap: wrap; gap: 8px !important; }
    .references-list ~ .brands-cta .brands-cta__ctas .btn { width: auto !important; flex: 1 !important; }

    /* Alttaki görsel butona yakın olmuş - margin (madde 79) */
    .references-list ~ .brands-cta .brands-cta__media { margin-top: 12px !important; }
}

/* ============= BLOG DÜZELTMELER ============= */
/* Blog kategoriler tıklanabilir vurgusu (madde 84) */
.post-sidebar__cats a { cursor: pointer; transition: padding-left .15s, color .15s; }
.post-sidebar__cats a:hover { padding-left: 4px; }

/* Pill bg soft gri (madde 81 — zaten yapıldı, kontrol) */
.blog-tile__category { background: #f4f4f4 !important; color: #555 !important; }

/* Tile bg + border opacity düşür (madde 83) */
.blog-tile { border-color: rgba(0,0,0,0.04) !important; background: #fafafa !important; }
.blog-tile__image { background: #fff; }

/* Mobil blog — hover değil tıkla renk (madde 86) */
@media (max-width: 880px) {
    .post-sidebar__cats a:hover { color: var(--color-title); }
    .post-sidebar__cats a:active,
    .post-sidebar__cats a.is-active { color: var(--color-primary) !important; }
}

/* ============= İLETİŞİM WEB DÜZELTMELER ============= */
/* Info card hover daha belirgin (madde 93) */
.contact-info__row { transition: all .2s; cursor: pointer; }
.contact-info__row:hover {
    transform: translateX(4px);
    background: rgba(250,48,0,0.03);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Shadow azalt - chip seçili (madde 91) */
.chip:has(input:checked) { box-shadow: none !important; }

/* Form input - tamamen shadow kaldır (madde 91) */
.contact-form__field input,
.contact-form__field textarea { box-shadow: none !important; }
.contact-form__field input:focus,
.contact-form__field textarea:focus {
    box-shadow: 0 0 0 1px rgba(250,48,0,0.40) !important;
}

/* ============= İLETİŞİM MOBIL ============= */
@media (max-width: 880px) {
    /* İletişim Bilgileri başlık ortala (madde 94) */
    .contact-info__title { text-align: center !important; }
    .contact-info__lead { text-align: center !important; }
    .contact-form-card__title { text-align: center !important; }

    /* Spaceler eşit (madde 96) */
    .contact-page__inner { gap: 24px !important; }
    .contact-info__list { gap: 12px !important; }
    .contact-form { gap: 18px !important; }
}

/* ============= HİZMETLER DETAY ============= */
/* Hizmetlerimiz pill kaldır (breadcrumb zaten var - madde 97) */
.service-hero .page-hero__eyebrow,
.service-detail-hero .page-hero__eyebrow,
.hizmet-detay__pill { display: none !important; }
.page-hero__eyebrow:has(+ .page-hero__title) { /* keep on other pages */ }
body:has(.service-detail-hero) .page-hero__eyebrow { display: none !important; }

/* Teklif Al butonu border (madde 98) */
.hero-mini__cta--secondary,
.service-hero__cta--secondary,
.service-hero .btn--outline,
.service-detail-hero .btn--outline {
    border: 2px solid rgba(0,0,0,0.12) !important;
    background: #fff !important;
}

/* Süreç kartları shadow/border opacity düşür (madde 100) */
.step-card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 2px 8px rgba(0,0,0,0.03) !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
}

/* Service block BG soft (madde 101) */
.service-block--alt { background: linear-gradient(180deg, #fafafa 0%, #fff 100%) !important; }

/* Buton text yeşil (madde 103 - CTA strip) */
.cta-strip .btn--primary { color: #00b2a9 !important; }

/* Info kart title-text space azalt (madde 105) */
.info-card { padding: 22px 18px !important; gap: 8px !important; }
.info-card__title { min-height: 48px; line-height: 1.2 !important; }

/* Mobil hizmet detay (madde 109, 110) */
@media (max-width: 880px) {
    /* Alt CTA bg kaldır kartın arkasındaki */
    .cta-strip { background: transparent !important; padding: 20px 0 !important; }
    /* Buton shadow kaldır */
    .cta-strip .btn--primary {
        box-shadow: none !important;
        background: #fff !important;
        color: #00b2a9 !important;
        border: 1px solid rgba(0,178,169,0.30) !important;
    }
}
/* === END PDF FIX BLOK === */

