@charset "UTF-8";
/* ==========================================================================
   ACRUX — Danışmanlık ve Yönetim Sistemleri
   Kurumsal web sitesi · ana stil dosyası
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. TOKENLAR
   -------------------------------------------------------------------------- */
:root {
    --base-color: #b6934b;          /* Acrux logosundan örneklenen altın */
    --base-color-dark: #9a7a3c;
    --dark-gray: #231f20;           /* logodaki siyah */
    --medium-gray: #817f7c;
    --light-gray: #d6d3ce;
    --extra-light-gray: #e4e1dc;
    --very-light-gray: #f4f1ed;
    --white: #ffffff;

    --alt-font: "Rufina", "Times New Roman", Georgia, serif;
    --primary-font: "Urbanist", "Helvetica Neue", Arial, sans-serif;

    --section-y: 130px;
    --half-section-y: 70px;
    --container-w: 1320px;
    --gutter: 24px;

    --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);

    --header-h: 94px;
    --overlap: 90px;
}

/* --------------------------------------------------------------------------
   2. RESET
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: var(--primary-font);
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .3px;
    font-weight: 400;
    color: var(--medium-gray);
    background: var(--white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; border: 0; display: block; }
a { color: inherit; text-decoration: none; transition: color .3s var(--ease-out-quad); }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
figure { margin: 0; }

::selection { background: var(--base-color); color: var(--white); }

/* --------------------------------------------------------------------------
   3. TİPOGRAFİ
   -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--alt-font);
    font-weight: 400;
    color: var(--dark-gray);
    margin: 0 0 20px;
}
h1 { font-size: 4.375rem; line-height: 4.375rem; }
h2 { font-size: 3.438rem; line-height: 3.3rem; letter-spacing: -2px; }
h3 { font-size: 2.813rem; line-height: 2.9rem; }
h4 { font-size: 2.5rem;   line-height: 2.7rem; }
h5 { font-size: 2rem;     line-height: 2.5rem; }
h6 { font-size: 1.75rem;  line-height: 2.2rem; }

p { margin: 0 0 20px; }
p:last-child { margin-bottom: 0; }

strong, b { font-weight: 700; }

.label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .3px;
    color: var(--base-color);
}
.eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--white);
}
.lead-sm { display: inline-block; }

.text-dark    { color: var(--dark-gray); }
.text-white   { color: var(--white); }
.text-base    { color: var(--base-color); }
.text-center  { text-align: center; }

/* alt çizgili vurgu (referanstaki text-decoration-line-bottom) */
.underline-soft {
    font-weight: 600;
    color: var(--dark-gray);
    border-bottom: 1px solid var(--base-color);
    padding-bottom: 1px;
}

/* --------------------------------------------------------------------------
   4. LAYOUT
   -------------------------------------------------------------------------- */
.container {
    width: 100%;
    max-width: var(--container-w);
    margin: 0 auto;
    padding: 0 var(--gutter);
}
.container-fluid {
    width: 100%;
    padding: 0 var(--gutter);
}
.container-wide { padding: 0 60px; }

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--gutter) / -2);
}
.row > * { padding: 0 calc(var(--gutter) / 2); }
.row.g-0 { margin: 0; }
.row.g-0 > * { padding: 0; }

.col        { flex: 1 0 0%; }
.col-12     { flex: 0 0 100%; max-width: 100%; }
.col-6      { flex: 0 0 50%;  max-width: 50%; }
.col-5      { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-4      { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-3      { flex: 0 0 25%; max-width: 25%; }
.col-2      { flex: 0 0 16.666667%; max-width: 16.666667%; }
.offset-1   { margin-left: 8.333333%; }

.align-center   { align-items: center; }
.justify-center { justify-content: center; }
.flex-column    { flex-direction: column; }

/* eşit bölünen kart ızgaraları */
.grid { display: grid; gap: var(--gutter); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }

section {
    scroll-margin-top: 110px;
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
    position: relative;
}
section.half-section {
    padding-top: var(--half-section-y);
    padding-bottom: var(--half-section-y);
}
section.p-0 { padding-top: 0; padding-bottom: 0; }

.bg-light      { background-color: var(--very-light-gray); }
.bg-white      { background-color: var(--white); }
.bg-dark       { background-color: var(--dark-gray); }

/* referanstaki dikey orta çizgi deseni */
.bg-center-line {
    background-image: linear-gradient(to right, transparent calc(50% - .5px), rgba(35,31,32,.07) calc(50% - .5px), rgba(35,31,32,.07) calc(50% + .5px), transparent calc(50% + .5px));
    background-repeat: repeat-y;
    background-position: center;
}
.bg-center-line-dark {
    background-image: linear-gradient(to right, transparent calc(50% - .5px), rgba(35,31,32,.12) calc(50% - .5px), rgba(35,31,32,.12) calc(50% + .5px), transparent calc(50% + .5px));
    background-repeat: repeat-y;
    background-position: center;
}

/* bir sonraki bloğun üste binmesi için */
.overlap-gap { padding-bottom: calc(var(--section-y) + var(--overlap)); }
.overlap-up  { margin-top: calc(-1 * (var(--section-y) + var(--overlap))); position: relative; z-index: 3; }

.section-head { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.section-head h2 { margin-bottom: 5px; }
.section-head .lead-sm { font-size: 18px; color: var(--medium-gray); }

/* --------------------------------------------------------------------------
   5. BUTONLAR
   -------------------------------------------------------------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    padding: 24px 46px;
    border: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background-color .3s var(--ease-out-quad), color .3s var(--ease-out-quad), box-shadow .3s var(--ease-out-quad);
}
.btn-round { border-radius: 6px; }
.btn-pill  { border-radius: 100px; }

.btn-white { background: var(--white); color: var(--dark-gray); box-shadow: 0 22px 40px rgba(0,0,0,.18); }
.btn-white:hover { background: var(--base-color); color: var(--white); }

.btn-dark  { background: var(--dark-gray); color: var(--white); box-shadow: 0 22px 40px rgba(0,0,0,.14); }
.btn-dark:hover { background: var(--base-color); color: var(--white); }

.btn-base  { background: var(--base-color); color: var(--white); }
.btn-base:hover { background: var(--dark-gray); }

.btn-outline-light { border: 1px solid rgba(255,255,255,.35); color: var(--white); }
.btn-outline-light:hover { background: var(--white); color: var(--dark-gray); }

.btn-sm { font-size: 15px; padding: 16px 30px; }

/* referanstaki "btn-switch-text": hover'da metin yukarı kayar, kopyası alttan gelir */
.btn-switch .btn-text {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.btn-switch .btn-text > span {
    display: block;
    transition: transform .4s var(--ease-out-quad);
}
.btn-switch .btn-text::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    transform: translateY(100%);
    transition: transform .4s var(--ease-out-quad);
}
.btn-switch:hover .btn-text > span { transform: translateY(-100%); }
.btn-switch:hover .btn-text::after { transform: translateY(0); }

.btn .icon { display: inline-flex; font-size: 14px; }

/* --------------------------------------------------------------------------
   6. HEADER
   -------------------------------------------------------------------------- */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: var(--white);
    border-top: 4px solid var(--base-color);
    transition: transform .4s var(--ease-out-quad), box-shadow .3s var(--ease-out-quad), background-color .3s var(--ease-out-quad);
    will-change: transform;
}
.site-header.is-hidden { transform: translateY(-100%); }
.site-header.is-stuck  { box-shadow: 0 5px 20px rgba(35,31,32,.08); }

.navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.nav-aside {
    flex: 0 0 180px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-gray);
}
.nav-aside--end { justify-content: flex-end; }
.nav-aside a:hover { color: var(--base-color); }
.nav-aside .ico { color: var(--base-color); display: inline-flex; }

/* logo — referanstaki center-logo: mutlak ortalanmış */
.navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 0;
    z-index: 2;
}
.navbar-brand img { max-height: 40px; width: auto; }
.navbar-brand .logo-light { display: none; }

.nav-menu {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.nav-list {
    display: flex;
    align-items: center;
    flex: 1 1 0;
}
.nav-list--left  { justify-content: flex-end; padding-right: 85px; }
.nav-list--right { justify-content: flex-start; padding-left: 85px; }

.nav-list a {
    display: block;
    white-space: nowrap;
    padding: 38px 18px;
    font-size: 17px;
    font-weight: 600;
    color: var(--dark-gray);
    position: relative;
    transition: padding .3s var(--ease-out-quad), color .3s var(--ease-out-quad);
}
.nav-list a:hover,
.nav-list a[aria-current="page"] { color: var(--base-color); }
.site-header.is-stuck .nav-list a { padding-top: 26px; padding-bottom: 26px; }
.site-header.is-stuck .navbar-brand { padding: 12px 0; }

/* alt sayfalar henüz yok — pasif bağlantılar */
.nav-list a[aria-disabled="true"] { cursor: default; opacity: .55; }
.nav-list a[aria-disabled="true"]:hover { color: var(--dark-gray); }

.nav-mobile-extra { display: none; }

.nav-toggle {
    display: none;
    width: 44px; height: 44px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
}
.nav-toggle span {
    display: block;
    height: 2px;
    background: var(--dark-gray);
    transition: transform .3s var(--ease-out-quad), opacity .3s var(--ease-out-quad), width .3s var(--ease-out-quad);
}
.nav-toggle span:nth-child(1) { width: 22px; }
.nav-toggle span:nth-child(2) { width: 16px; }
.nav-toggle span:nth-child(3) { width: 22px; }
.nav-toggle span:nth-child(4) { width: 16px; }

/* --------------------------------------------------------------------------
   7. HERO
   -------------------------------------------------------------------------- */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    padding: 0;
    display: flex;
    overflow: hidden;
    background-color: var(--dark-gray);
}
.hero__bg {
    position: absolute;
    inset: -12% 0 -12% 0;   /* parallax için taşma payı */
    background-size: cover;
    background-position: center;
    will-change: transform;
}
.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(35,31,32,.72) 0%, rgba(35,31,32,.55) 45%, rgba(35,31,32,.78) 100%);
}
.hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    padding-top: var(--header-h);
    padding-bottom: 60px;
    min-height: 100vh;
    min-height: 100svh;
}
.hero__kicker {
    font-family: var(--alt-font);
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 20px;
    text-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.hero__display {
    color: var(--white);
    font-family: var(--alt-font);
    font-weight: 700;
    font-size: 225px;
    line-height: .92;
    letter-spacing: -8px;
    margin-bottom: 20px;
    text-shadow: 0 4px 40px rgba(0,0,0,.35);
}
.hero__cta { margin-bottom: 30px; }
.hero__note {
    position: absolute;
    left: 0; right: 0;
    bottom: 80px;
    font-size: 22px;
    font-weight: 500;
    color: var(--white);
}
/* referanstaki highlight-separator: elle çizilmiş altı çizgi */
.hl {
    display: inline-block;
    position: relative;
    font-weight: 600;
}
.hl svg {
    position: absolute;
    left: 0; right: 0;
    bottom: -12px;
    width: 100%;
    height: 12px;
    overflow: visible;
}
.hl svg path {
    stroke: var(--base-color);
    stroke-width: 6;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
}
.hl.is-drawn svg path {
    transition: stroke-dashoffset 1s var(--ease-out-quad) .5s;
    stroke-dashoffset: 0;
}


/* --------------------------------------------------------------------------
   8. DEĞER MADDELERİ (Section 02)
   -------------------------------------------------------------------------- */
.value-grid { align-items: stretch; }
.value-item {
    text-align: center;
    padding: 0 40px;
    position: relative;
}
.value-item + .value-item::before {
    content: "";
    position: absolute;
    left: 0; top: 8%;
    width: 1px; height: 84%;
    background: rgba(182,147,75,.35);
}
.value-item__icon {
    width: 120px; height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(182,147,75,.09);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--base-color);
    transition: background-color .4s var(--ease-out-quad), transform .4s var(--ease-out-quad);
}
.value-item__icon svg { width: 52px; height: 52px; }
.value-item:hover .value-item__icon { background: var(--base-color); color: var(--white); transform: translateY(-6px); }
.value-item h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 6px;
}
.value-item p { font-size: 17px; line-height: 28px; }

/* --------------------------------------------------------------------------
   9. HAKKIMIZDA (Section 03)
   -------------------------------------------------------------------------- */
.about-row { align-items: center; margin-bottom: 120px; }
.about-copy p { max-width: 82%; margin-bottom: 35px; }
.about-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.about-phone {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-gray);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.about-phone .ico { color: var(--medium-gray); }
.about-phone:hover { color: var(--base-color); }

.about-media { position: relative; padding-bottom: 60px; }
.about-media__badge {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 3;
    font-size: 58px;
    line-height: 1;
    font-family: var(--alt-font);
    font-weight: 700;
    color: var(--dark-gray);
}
.about-media__badge--text {
    font-size: 32px;
    line-height: 36px;
    max-width: 175px;
    text-shadow: 0 0 18px rgba(244,241,237,.95), 0 0 40px rgba(244,241,237,.8);
}
.about-media__badge small {
    display: block;
    font-family: var(--primary-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--medium-gray);
    margin-bottom: 6px;
}
.about-media__main {
    width: 72%;
    margin-left: auto;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.about-media__sub {
    position: absolute;
    left: -70px;
    bottom: 0;
    width: 55%;
    border-radius: 4px;
    overflow: hidden;
    z-index: 2;
}
.about-media img { width: 100%; }

/* görsel perde açılışı (referanstaki data-anime effect:"slide") */
.reveal-img { overflow: hidden; }
.reveal-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--base-color);
    transform: scaleX(1);
    transform-origin: right center;
    z-index: 2;
}
.reveal-img--white::after { background: var(--white); transform-origin: left center; }
.reveal-img.is-revealed::after {
    transform: scaleX(0);
    transition: transform .6s var(--ease-out-quad);
}
.reveal-img--white.is-revealed::after { transform-origin: right center; }

/* --------------------------------------------------------------------------
   10. MARQUEE
   -------------------------------------------------------------------------- */
.marquee {
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 16%, #000 84%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0, #000 16%, #000 84%, transparent 100%);
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
}
.marquee__track {
    display: flex;
    width: max-content;
    animation: marquee 42s linear infinite;
}
.marquee__item {
    display: inline-flex;
    align-items: center;
    font-family: var(--alt-font);
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -.5px;
    color: var(--dark-gray);
    white-space: nowrap;
}
.marquee__item::before {
    content: "";
    width: 10px; height: 10px;
    border: 1px solid var(--base-color);
    border-radius: 50%;
    margin: 0 50px;
    flex: 0 0 auto;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.marquee:hover .marquee__track { animation-play-state: paused; }

/* --------------------------------------------------------------------------
   11. UZMANLIK KARTLARI — flip (Section 04)
   -------------------------------------------------------------------------- */
.flip-card { text-align: center; }
.flip-card__inner {
    position: relative;
    height: 250px;
    border-radius: 4px;
    overflow: hidden;
    perspective: 1000px;
}
.flip-card__face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform .6s var(--ease-out-quad);
    border-radius: 4px;
    overflow: hidden;
}
.flip-card__front {
    background-size: cover;
    background-position: center;
    transform: rotateY(0deg);
}
.flip-card__back {
    background: var(--base-color);
    color: var(--white);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    text-align: center;
}
.flip-card__back svg { width: 48px; height: 48px; margin-bottom: 18px; }
.flip-card__back p {
    color: rgba(255,255,255,.85);
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.flip-card:hover .flip-card__front,
.flip-card:focus-within .flip-card__front { transform: rotateY(-180deg); }
.flip-card:hover .flip-card__back,
.flip-card:focus-within .flip-card__back  { transform: rotateY(0deg); }

.flip-card__title {
    display: inline-block;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-gray);
}
.flip-cards { row-gap: 45px; }

/* --------------------------------------------------------------------------
   12. YAKLAŞIM ŞERİDİ (Section 05a)
   -------------------------------------------------------------------------- */
.quote-strip {
    display: flex;
    align-items: center;
    gap: 40px;
    background: var(--white);
    border-radius: 6px;
    box-shadow: 0 40px 90px rgba(35,31,32,.10);
    padding: 30px 50px 30px 100px;
    position: relative;
    overflow: hidden;
    margin-bottom: 110px;
}
.quote-strip__tag {
    position: absolute;
    left: 0; top: 0;
    width: 50px; height: 100%;
    background: var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.quote-strip__tag span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
    white-space: nowrap;
}
.quote-strip__text {
    flex: 1 1 auto;
    font-family: var(--alt-font);
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -.5px;
    color: var(--dark-gray);
}
.quote-strip__media { display: flex; gap: 18px; flex: 0 0 auto; }
.quote-strip__media img {
    width: 92px; height: 92px;
    border-radius: 50%;
    object-fit: cover;
}

/* --------------------------------------------------------------------------
   13. ÖNE ÇIKAN ALANLAR — interactive banner (Section 05b)
   -------------------------------------------------------------------------- */
.offer {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(35,31,32,.18);
    display: block;
}
.offer img {
    width: 100%;
    aspect-ratio: 76 / 95;
    object-fit: cover;
    transition: transform .8s var(--ease-out-quad);
}
.offer:hover img { transform: scale(1.06); }
.offer__overlay {
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(35,31,32,.55);
    transition: background-color .4s var(--ease-out-quad);
}
.offer:hover .offer__overlay { background: rgba(35,31,32,.68); }
.offer__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 40px;
    color: var(--white);
}
.offer__head { display: block; margin: auto 0; width: 78%; }
.offer__rule {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.3);
    margin: 15px 0 12px;
}
.offer__title {
    display: block;
    font-family: var(--alt-font);
    font-size: 1.75rem;
    line-height: 2.2rem;
    color: var(--white);
    margin: 0;
}
.offer__action {
    display: block;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .4s var(--ease-out-quad), transform .4s var(--ease-out-quad);
}
.offer__action span {
    width: 55px; height: 55px;
    border-radius: 50%;
    background: var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer__badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--dark-gray);
    background: var(--white);
    border-radius: 4px;
    padding: 0 20px;
    transition: opacity .4s var(--ease-out-quad), transform .4s var(--ease-out-quad);
}
.offer:hover .offer__badge { opacity: 0; transform: translateY(-14px); }
.offer:hover .offer__action { opacity: 1; transform: translateY(0); }

/* sektör rozetleri (referanstaki müşteri logosu satırının karşılığı) */
.sector-row { margin: 75px 0 55px; }
.sector {
    text-align: center;
    padding: 0 15px;
}
.sector__icon {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--medium-gray);
    margin-bottom: 14px;
    transition: color .35s var(--ease-out-quad), transform .35s var(--ease-out-quad);
}
.sector__icon svg { width: 46px; height: 46px; }
.sector span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--dark-gray);
}
.sector:hover .sector__icon { color: var(--base-color); transform: translateY(-4px); }

.closing-line { text-align: center; }
.closing-line .pill {
    display: inline-block;
    vertical-align: middle;
    background: var(--dark-gray);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 3px 15px;
    margin-right: 10px;
}
.closing-line .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    color: var(--dark-gray);
}

/* --------------------------------------------------------------------------
   14. ÇALIŞMA YÖNTEMİ — sekmeler (Section 06)
   -------------------------------------------------------------------------- */
.method { display: flex; flex-wrap: wrap; background: var(--very-light-gray); }
.method__nav {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}
.method__tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 26px 40px;
    text-align: left;
    font-family: var(--alt-font);
    font-size: 24px;
    line-height: 32px;
    color: var(--dark-gray);
    position: relative;
    overflow: hidden;
    transition: color .4s var(--ease-out-quad);
}
.method__tab::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--base-color);
    transform: translateX(-100%);
    transition: transform .5s var(--ease-out-quad);
    z-index: 0;
}
.method__tab > * { position: relative; z-index: 1; }
.method__tab .num {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}
.method__tab:hover::before { transform: translateX(0); }
.method__tab:hover { color: var(--white); }
.method__tab[aria-selected="true"]::before { transform: translateX(0); }
.method__tab[aria-selected="true"] { color: var(--white); }

.method__arrow {
    flex: 0 0 auto;
    width: 70px; height: 70px;
    border-radius: 50%;
    background: var(--base-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(.6);
    transition: opacity .4s var(--ease-out-quad), transform .4s var(--ease-out-quad), background-color .4s var(--ease-out-quad);
}
.method__tab[aria-selected="true"] .method__arrow { opacity: 1; transform: scale(1); background: var(--dark-gray); }

.method__panels { flex: 0 0 75%; max-width: 75%; }
.method__panel { display: none; }
.method__panel.is-active { display: flex; flex-wrap: wrap; min-height: 620px; }
.method__visual {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}
.method__stamp {
    position: absolute;
    right: 0; bottom: 0;
    display: flex;
}
.method__stamp .step {
    background: var(--white);
    padding: 0 40px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.method__stamp .step small {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: var(--medium-gray);
}
.method__stamp .step b {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--dark-gray);
}
.method__stamp .cta {
    background: var(--dark-gray);
    color: var(--white);
    padding: 0 40px;
    height: 110px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: background-color .35s var(--ease-out-quad);
}
.method__stamp .cta:hover { background: var(--base-color); }
.method__stamp .cta span {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}
.method__stamp .cta i {
    width: 55px; height: 55px;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    display: flex;
    align-items: center;
    justify-content: center;
}
.method__body {
    flex: 0 0 50%;
    max-width: 50%;
    background: var(--very-light-gray);
    padding: 70px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.method__body h3 { margin-bottom: 15px; }
.method__points {
    display: flex;
    margin-top: 25px;
    width: 100%;
}
.method__point {
    flex: 1 1 0;
    padding: 0 25px;
    text-align: center;
    position: relative;
}
.method__point:first-child { padding-left: 0; }
.method__point:last-child  { padding-right: 0; }
.method__point + .method__point::before {
    content: "";
    position: absolute;
    left: 0; top: 10%;
    width: 1px; height: 80%;
    background: rgba(182,147,75,.35);
}
.method__point svg { display: block; width: 34px; height: 34px; color: var(--base-color); margin: 0 auto 15px; }
.method__point span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--dark-gray);
}

/* --------------------------------------------------------------------------
   15. NEDEN ACRUX (Section 07)
   -------------------------------------------------------------------------- */
.reason {
    background: var(--white);
    border: 1px solid var(--extra-light-gray);
    border-radius: 6px;
    box-shadow: 0 40px 80px rgba(35,31,32,.07);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.reason__body {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 34px 45px;
    flex: 1 1 auto;
}
.reason__icon {
    flex: 0 0 auto;
    width: 92px; height: 92px;
    border-radius: 50%;
    background: rgba(182,147,75,.10);
    color: var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.reason__icon svg { width: 40px; height: 40px; }
.reason__body p { margin: 0; font-size: 17px; line-height: 29px; }
.reason__foot {
    border-top: 1px solid var(--extra-light-gray);
    padding: 15px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.reason__foot span {
    font-family: var(--alt-font);
    font-weight: 400;
    color: var(--dark-gray);
    font-size: 19px;
}
.reason__rule { width: 60px; height: 1px; background: var(--base-color); }

.reason-note { text-align: center; margin-top: 55px; }
.reason-note p {
    font-size: 24px;
    font-weight: 500;
    color: var(--dark-gray);
    margin: 0;
}

/* --------------------------------------------------------------------------
   16. FOOTER
   -------------------------------------------------------------------------- */
.site-footer {
    background: var(--very-light-gray);
    padding-bottom: 50px;
    position: relative;
}
.footer-round {
    text-align: center;
    margin-top: -90px;
    margin-bottom: 55px;
    position: relative;
    z-index: 3;
}
.footer-round img {
    width: 170px; height: 170px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    border: 8px solid var(--very-light-gray);
}
.footer-cta { max-width: 760px; margin: 0 auto 70px; text-align: center; }
.footer-cta h3 {
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 40px;
}
.footer-cta__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.footer-cta p { font-size: 16px; }

.footer-gallery { position: relative; margin-bottom: 70px; }
.footer-gallery__grid { gap: 16px; }
.footer-gallery figure { overflow: hidden; position: relative; }
.footer-gallery img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform .7s var(--ease-out-quad), filter .5s var(--ease-out-quad);
    filter: grayscale(.35);
}
.footer-gallery figure:hover img { transform: scale(1.07); filter: grayscale(0); }
.footer-gallery__btn {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.footer-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 55px 0;
    border-top: 1px solid var(--extra-light-gray);
    border-bottom: 1px solid var(--extra-light-gray);
    margin-bottom: 40px;
}
.footer-contact__item { display: flex; gap: 18px; align-items: flex-start; }
.footer-contact__item .ico {
    flex: 0 0 auto;
    width: 46px; height: 46px;
    border-radius: 50%;
    background: rgba(182,147,75,.12);
    color: var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-contact__item strong {
    display: block;
    font-family: var(--alt-font);
    font-weight: 400;
    font-size: 20px;
    color: var(--dark-gray);
    margin-bottom: 4px;
}
.footer-contact__item p { font-size: 16px; line-height: 27px; margin: 0; }
.footer-contact__item a:hover { color: var(--base-color); }

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
}
.footer-bottom p { font-size: 15px; margin: 0; }
.footer-nav { display: flex; gap: 26px; flex-wrap: wrap; justify-content: center; }
.footer-nav a { font-size: 16px; font-weight: 600; color: var(--dark-gray); }
.footer-nav a:hover { color: var(--base-color); }
.footer-social { display: flex; gap: 18px; }
.footer-social a {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-gray);
}
.footer-social a:hover { color: var(--base-color); }

/* --------------------------------------------------------------------------
   17. SCROLL İLERLEME
   -------------------------------------------------------------------------- */
.scroll-progress {
    position: fixed;
    right: 38px;
    bottom: 40px;
    z-index: 90;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s var(--ease-out-quad);
}
.scroll-progress.is-visible { opacity: 1; pointer-events: auto; }
.scroll-progress__text {
    writing-mode: vertical-rl;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--medium-gray);
}
.scroll-progress__line {
    width: 1px; height: 60px;
    background: var(--light-gray);
    position: relative;
}
.scroll-progress__point {
    position: absolute;
    left: -2px; top: 0;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: var(--base-color);
}

/* --------------------------------------------------------------------------
   18. ANİMASYON BAŞLANGIÇ DURUMLARI
   -------------------------------------------------------------------------- */
[data-anime] > *,
[data-anime][data-anime-self] { will-change: transform, opacity; }

.anim-hidden { opacity: 0; }

/* --------------------------------------------------------------------------
   19. ERİŞİLEBİLİRLİK
   -------------------------------------------------------------------------- */
:focus-visible {
    outline: 2px solid var(--base-color);
    outline-offset: 3px;
}
.skip-link {
    position: absolute;
    left: 12px; top: -60px;
    z-index: 200;
    background: var(--dark-gray);
    color: var(--white);
    padding: 12px 20px;
    border-radius: 0 0 4px 4px;
    transition: top .25s var(--ease-out-quad);
}
.skip-link:focus { top: 0; }

.visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    margin: -1px; padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }
    .marquee__track { animation: none; }
    .hero__bg { transform: none !important; }
}
