/* Font optimizations for Safari/Chrome */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Local Font Definitions */
@font-face {
    font-family: "Monstro";
    src: url("font/monstro/monstro.eot");
    src: url("font/monstro/monstro.eot?#iefix") format("embedded-opentype"),
        url("font/monstro/monstro.woff2") format("woff2"),
        url("font/monstro/monstro.woff") format("woff"),
        url("font/monstro/monstro.ttf") format("truetype"),
        url("font/monstro/monstro.svg#Monstro") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Base Neue Condensed';
    src: url('./font/Base_Neue_Med_Cond-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Base Neue Condensed';
    src: url('./font/Base_Neue_SemBd-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Base Neue Condensed';
    src: url('./font/Base_Neue_Sup_Cond-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Base Neue Expanded';
    src: url('./font/Base_Neue_Sup_Exp-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* We will use this single variable font for everything to keep 'İ' characters consistent */

:root {
    --primary-orange: #FAA62C;
    --font-base: 'Monstro', 'Inter', sans-serif;
    --font-accent: 'Monstro', 'Oswald', sans-serif;
    --font-nav: 'Monstro', 'Oswald', sans-serif;
}



* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    /* Safari modern fix */
    position: relative;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}



body {
    font-family: var(--font-base);
    background-color: #BA1114;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /* Set to hero red to prevent white flashes during scroll gaps */
}


.hero-section {
    background-color: #BA1114;
    min-height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 100;
    /* Hero should always be on top of following sections */
}

.hero-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-shape svg {
    width: 100%;
    height: 100%;
}

.hero-container-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}

.hero-text-top {
    font-family: 'Monstro', sans-serif;
    font-size: 308.6px;
    color: #BA1114;
    margin: 0;
    line-height: 297.1px;
    letter-spacing: 0;


}

.inline-i {
    height: 0.92em;
    /* Bir tık daha küçülttük kanka, çok büyük durmasın */
    width: auto;
    display: inline-block;
    vertical-align: -0.02em;
    margin: 0 0.01em;
    color: inherit;
}










.hero-box-wrapper {
    background-color: #BA1114;
    padding: 5px 40px 35px 40px;
    margin-top: -5px;
    display: inline-block;
}

.hero-text-bottom {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: 308.6px;
    color: #FFF;
    margin: 0;
    line-height: 297.1px;
    letter-spacing: 0;


}





@media (max-width: 1400px) {

    .hero-text-top,
    .hero-text-bottom {
        font-size: 240px !important;
        line-height: 230px !important;
    }
}

@media (max-width: 1200px) {

    .hero-text-top,
    .hero-text-bottom {
        font-size: 180px !important;
        line-height: 170px !important;
    }
}

@media (max-width: 992px) {

    .hero-text-top,
    .hero-text-bottom {
        font-size: 140px !important;
        line-height: 130px !important;
    }

    .map-section {
        padding: 60px 20px;
        background-color: #BA1114;
        /* Kırmızıyı koru kanka */
    }

    .map-bg-shape {
        display: none !important;
        /* Mobilde SVG şekli kaldır kanka */
    }

    .hero-section {
        padding: 80px 20px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 20px;
        min-height: 60vh;
        background-color: #FAA62C !important;
        /* Kullanıcı talebi: faa62c kanka */
    }

    .hero-bg-shape {
        display: none !important;
        /* Mobilde şekil gözükmesin kanka */
    }

    .hero-text-top,
    .hero-text-bottom {
        font-size: 80px !important;
        /* Biraz daha küçülttüm kanka taşmasın */
        line-height: 1 !important;
    }

    .hero-box-wrapper {
        padding: 5px 20px 10px 20px;
    }
}

@media (max-width: 480px) {

    .hero-text-top,
    .hero-text-bottom {
        font-size: 55px !important;
    }
}

.main-header {
    background-color: var(--primary-orange);
    height: 100px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    /* Always on top of everything */
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3);  Removed old border */
}

.main-header.scrolled {
    background-color: #FFFFFF;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


.main-header::after {
    content: '';
    position: absolute;
    bottom: 0px;
    /* Moved lower */
    left: 40px;
    right: 40px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1;
    transition: background-color 0.4s ease;
}

.main-header.scrolled::after {
    background-color: rgba(0, 0, 0, 0.1);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 40px;
    height: 100%;
    position: relative;
    z-index: 2;
}

/* Left Side */
.header-left {
    display: flex;
    align-items: center;
    gap: 70px;
    /* Increased to move icons further right */
    flex: 1;
}

.nav-link {
    color: #8B2E24;
    font-family: 'Monstro', sans-serif;
    font-size: 36.45px;
    font-weight: normal;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 5px 15px;
}

.nav-link-main {
    font-family: 'Monstro', sans-serif;
    color: white;
    text-decoration: none;
    font-size: 36.45px;
    letter-spacing: 0;
    transition: color 0.4s ease;
}

.main-header.scrolled .nav-link-main {
    color: #BA1114;
}

.social-icons {
    display: flex;
    gap: 35px;
}

/* Social Icons Default (White) */
.social-icons a {
    font-size: 1.5rem;
    transition: transform 0.3s ease, opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: white;
}

.social-icons a i {
    transition: color 0.3s ease, filter 0.3s ease, background 0.3s ease;
    color: white;
}

/* Brand Colors - Only on Scrolled */
.main-header.scrolled .social-icons a .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.main-header.scrolled .social-icons a .fa-youtube {
    color: #FF0000;
}

.main-header.scrolled .social-icons a .fa-facebook {
    color: #1877F2;
}

.main-header.scrolled .social-icons a .fa-linkedin {
    color: #0A66C2;
}

.social-icons a:hover {
    opacity: 0.8;
    transform: translateY(-3px);
    text-decoration: none !important;
}

/* Center Logo Box */
.header-logo-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: flex-start;
    z-index: 10;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-header.scrolled .header-logo-container {
    align-items: center;
}

.logo-box {
    background-color: #FFF7EC;
    width: 311px;
    height: 200px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 70.6%, 77.1% 75.1%, 62% 79.3%, 49.8% 81.8%, 25% 89.5%, 0% 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* Align logo to the bottom area */
    padding-bottom: 50px;
    /* Space from the slanted edge */
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-header.scrolled .logo-box {
    background-color: transparent;
    height: 100px;
    width: 200px;
    clip-path: none;
    box-shadow: none;
    padding-bottom: 0;
    align-items: center;
}

.logo-img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-header.scrolled .logo-img {
    max-height: 70px;
}


/* Right Side */
.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
    flex: 1;
}

.menu-trigger {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    color: white;
    transition: color 0.4s ease;
}

.main-header.scrolled .menu-trigger {
    color: #BA1114;
}

.menu-text {
    font-family: var(--font-nav);
    font-size: 28px;
    letter-spacing: 1px;
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hamburger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: background-color 0.4s ease, 0.3s;
}

.main-header.scrolled .hamburger span {
    background-color: #BA1114;
}

/* Lang Switcher */
.lang-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 2px solid white;
    border-radius: 50%;
    color: white;
    font-family: var(--font-nav);
    font-weight: 900;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.4s ease;
}

.main-header.scrolled .lang-circle {
    border-color: #BA1114;
    color: #BA1114;
}

.lang-circle:hover {
    background-color: white;
    color: var(--primary-orange);
}

/* Responsive */
@media (max-width: 1200px) {
    .header-left {
        gap: 30px;
    }

    .social-icons {
        gap: 15px;
    }

    .nav-link-main {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .header-container {
        padding: 0 20px;
    }

    .logo-box {
        width: 240px;
        height: 150px;
        padding-bottom: 30px;
    }

    .logo-img {
        max-height: 70px;
    }

    .nav-link-main {
        font-size: 22px;
    }

    .social-icons {
        gap: 10px;
    }

    .header-left {
        gap: 20px;
    }
}

@media (max-width: 768px) {

    .header-left .nav-link-main,
    .header-left .social-icons {
        display: none;
    }

    .main-header {
        height: 80px;
    }

    .header-logo-container {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
        flex: 0 0 auto;
    }

    .logo-box {
        width: 140px;
        height: 100px;
        padding-bottom: 20px;
        background-color: transparent !important;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-img {
        max-height: 45px;
    }

    .header-left {
        display: none !important;
        /* Mobilde soldaki yazılar gitsin kanka logo geldi */
    }

    .menu-text {
        display: none;
    }
}

@media (max-width: 480px) {
    .logo-box {
        width: 140px;
        height: 100px;
        padding-bottom: 15px;
    }

    .logo-img {
        max-height: 40px;
    }

    .lang-circle {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
    }
}

/* --- FONT VARIATION PREVIEWS --- */
.hero-v1 {
    font-family: 'Monstro', sans-serif !important;
    font-variation-settings: "wght" 900, "wdth" 85 !important;
    font-weight: 900 !important;
}

.hero-v2 {
    font-family: 'Base Neue Condensed', sans-serif !important;
    font-weight: 700 !important;
    /* Super Condensed */
    font-variation-settings: normal !important;
}

.hero-v3 {
    font-family: 'Base Neue Condensed', sans-serif !important;
    font-weight: 600 !important;
    /* SemiBold Condensed */
    font-variation-settings: normal !important;
}

.hero-v4 {
    font-family: 'Base Neue Condensed', sans-serif !important;
    font-weight: 500 !important;
    /* Medium Condensed */
    font-variation-settings: normal !important;
}

.hero-v5 {
    font-family: 'Base Neue Expanded', sans-serif !important;
    font-weight: 700 !important;
    /* Super Expanded */
    font-variation-settings: normal !important;
}

.preview-item {
    margin-bottom: 80px;
    border-bottom: 3px solid #000;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    width: 90%;
}

/* --- DISCOVER BADGE --- */
.discover-badge {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 200px;
    height: 200px;
    z-index: 100;
}

.discover-badge svg {
    width: 100%;
    height: 100%;
}

.rotating-text {
    transform-origin: 131px 138px;
    animation: rotateBadge 15s linear infinite;
}

.static-arrow {
    transform-origin: 131px 138px;
    animation: bounceArrow 2s ease-in-out infinite;
}

@keyframes bounceArrow {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

@keyframes rotateBadge {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Ensure the text stays upright or rotates with the badge as desired */
/* In this case, the whole SVG rotates for a classic circular seal effect */

@media (max-width: 1200px) {
    .discover-badge {
        width: 150px;
        height: 150px;
        left: 30px;
        bottom: 30px;
    }
}

@media (max-width: 768px) {
    .discover-badge {
        width: 110px;
        height: 110px;
        left: 20px;
        bottom: 20px;
    }

    .rotating-text,
    .static-arrow {
        transform-origin: 131px 138px;
    }
}

/* Beauty Section */
.beauty-section {
    background-color: #BA1114;
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 50;
    overflow: visible;
    min-height: 100vh;
    display: block;
    border-top-left-radius: clamp(140px, 16vw, 320px);
    transition: background-color 0.24s linear;
}

.beauty-section-product-phase {
    background-color: #f6f1e7;
}

/* Unified Beauty Section handles both layers */
.beauty-section-combined {
    border-top-left-radius: clamp(140px, 16vw, 320px);
}

.beauty-section.has-flow-space {
    min-height: 100vh;
}

.beauty-bg-shape {
    display: none;
}

.beauty-scene-smet {
    position: relative;
    top: 0;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    z-index: 3;
    opacity: 1 !important;
    visibility: visible !important;
    will-change: transform;
    transition: transform 0.42s ease;
}

.beauty-scene-product-phase {
    transform: none;
}

.beauty-scene-follow-smet,
.beauty-section-scrolled .beauty-scene-smet {
    position: relative;
}

.beauty-content-wrapper-smet,
.beauty-scene-block-smet {
    position: absolute;
    inset: 0;
}

.beauty-content-wrapper-smet {
    z-index: 2;
}

#block-intro {
    z-index: 2;
}

#block-product {
    z-index: 1;
}

.beauty-scene-copy-product-smet {
    justify-content: flex-end;
    align-items: flex-start;
    padding: clamp(32px, 4vw, 56px) clamp(44px, 6vw, 88px) clamp(42px, 6vh, 72px) clamp(82px, 7vw, 132px);
    z-index: 4;
    text-align: left;
}

.beauty-product-copy-smet {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-left: clamp(16px, 1.6vw, 32px);
}

.beauty-product-title-smet {
    margin: 0;
    color: #6f2722;
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: clamp(5.3rem, 10.2vw, 168px);
    line-height: 0.86;
    /* font-weight: 900; */
    font-variation-settings: "wght" 900, "wdth" 85;
    letter-spacing: 0.01em;
    text-align: left;
    transition: color 0.42s ease-in-out;
}

.beauty-scene-canvas-smet {
    position: absolute;
    top: -44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 140vh;
    object-fit: contain;
    pointer-events: none;
    z-index: 1;
    transition: left 0.42s ease, height 0.42s ease;
}

.beauty-section-product-phase .beauty-scene-canvas-smet {
    height: 100%;
}

.beauty-scene-copy-smet {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    padding: 0 24px;
    will-change: opacity, transform;
}

.beauty-scene-text-top-smet,
.beauty-scene-text-bottom-smet {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: clamp(3rem, 20vw, 240px);
    margin: 0;
    /* font-weight: 900; */
    font-variation-settings: "wght" 900, "wdth" 85;
}

.beauty-scene-text-top-smet {
    color: #FFFFFF;
    line-height: 0.94;
}

.beauty-scene-text-bottom-smet {
    color: #FAA62C;
    line-height: 1.3;
}

.beauty-scene-copy-intro-smet {
    justify-content: center;
    align-items: center;
}

.beauty-scene-intro-headline-smet {
    position: absolute;
    top: 58%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 1220px);
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
}

.beauty-scene-text-top-intro-smet {
    font-size: clamp(4.9rem, 20vw, 254px);
    line-height: 1.2;
    margin-bottom: clamp(4px, 0.7vw, 14px);
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.beauty-scene-text-bottom-intro-smet {
    font-size: clamp(6.4rem, 22vw, 308px);
    line-height: 0.88;
    white-space: nowrap;
}

.beauty-scene-intro-footer-smet {
    position: absolute;
    left: 50%;
    bottom: clamp(36px, 0vh, 116px);
    transform: translateX(-50%);
    margin-top: 0 !important;
}

.beauty-scene-canvas-ust-smet {
    z-index: 3;
}

@media (max-width: 992px) {
    .beauty-section {
        min-height: auto;
        border-top-left-radius: clamp(80px, 12vw, 180px);
    }
}

@media (max-width: 768px) {
    .beauty-section {
        border-top-left-radius: 0;
        background-color: #BA1114 !important;
        /* Kullanıcı talebi: ba1114 kanka */
    }

    .beauty-scene-smet {
        height: 70vh;
        /* Mobilde daha derli toplu olsun kanka */
        min-height: 440px;
    }

    .beauty-scene-text-top-smet,
    .beauty-scene-text-bottom-smet {
        font-size: clamp(4rem, 20vw, 100px);
    }

    .beauty-scene-text-top-smet {
        line-height: 0.85;
    }

    .beauty-scene-text-bottom-smet {
        line-height: 1;
    }

    .beauty-scene-intro-headline-smet {
        top: 54%;
        width: calc(100% - 32px);
    }

    .beauty-scene-text-top-intro-smet {
        font-size: clamp(3.8rem, 16vw, 102px);
        margin-bottom: 8px;
    }

    .beauty-scene-text-bottom-intro-smet {
        font-size: clamp(4.2rem, 18vw, 138px);
        line-height: 0.9;
        color: #000000;
    }

    .beauty-scene-intro-footer-smet {
        width: calc(100% - 32px);
        bottom: 24px;
        justify-content: center;
        text-align: center;
    }

    .beauty-scene-copy-product-smet {
        padding: 20px 20px 0;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .beauty-product-copy-smet {
        justify-content: flex-start;
        margin-left: 0;
    }

    .beauty-product-title-smet {
        font-size: clamp(3.2rem, 13vw, 80px);
        line-height: 0.9;
        text-align: left;
    }

    .beauty-section-product-phase .beauty-product-title-smet {
        position: relative;
        top: 1em;
    }

    .pin-spacer.pin-spacer-beauty-beauty-scene-master-trigger {
        background-color: #BA1114 !important;
        /* Kullanıcı talebi kanka */
    }

}

.beauty-container-inner {
    z-index: 3;
    position: relative;
    display: grid;
    align-items: center;
    justify-items: stretch;
    /* Merkezleme baskısını kaldırdık kanka */
    width: min(100%, 1400px);
    margin: 0 auto;
    pointer-events: auto;
    transition:
        opacity 0.24s ease,
        transform 0.24s ease;
}

.beauty-intro-copy,
.beauty-product-stage {
    grid-area: 1 / 1;
    width: 100%;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.beauty-intro-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.beauty-product-stage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transform: translateY(40px);
    gap: 80px;
    width: 100%;
    max-width: 100%;
    padding-left: 80px;
    /* Şimdi gerçek anlamda sola yaslanacak kanka */
    margin: 0;
}

.beauty-section.flow-active .beauty-intro-copy {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-40px);
}

.beauty-section.flow-active .beauty-product-stage {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.beauty-product-copy {
    flex: 0 1 auto;
    min-width: 450px;
}

.beauty-product-visual-slot {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.beauty-product-img {
    max-width: 500px;
    height: auto;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.25));
    transform: translateX(100px) rotate(10deg);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s ease;
}

.beauty-section.flow-active .beauty-product-img {
    transform: translateX(0) rotate(0);
    opacity: 1;
    transition-delay: 0.2s;
    /* Metin geldikten sonra görsel gelsin kanka */
}

#lavas-ust {
    z-index: 5;
    /* Over text */
}

.beauty-text-top {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: clamp(3rem, 20vw, 240px);
    color: #FFFFFF;
    margin: 0;
    line-height: 0.94;
    font-weight: 900;
    font-variation-settings: "wght" 900, "wdth" 85;
}

.beauty-text-bottom {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: clamp(3rem, 20vw, 240px);
    color: #FAA62C;
    margin: 0;
    line-height: 1.3;
    font-weight: 900;
    font-variation-settings: "wght" 900, "wdth" 85;
}

.info-footer {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #FFFFFF;
}

.info-footer p {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: clamp(14px, 2vw, 24px);
    font-weight: 400;
    margin: 0;
    letter-spacing: 2px;
}

.info-footer .bold-text {
    font-weight: 900;
}

.wheat-icon {
    font-size: 28px;
    color: #FAA62C;
}

.beauty-product-stage {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(320px, 560px);
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 5vw, 88px);
    transform: translateY(clamp(-20px, -2.5vh, -64px));
    opacity: 0;
    pointer-events: none;
}

.beauty-product-copy {
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: fit-content;
    max-width: min(100%, 360px);
    text-align: left;
    transform: translateX(clamp(-8px, -0.8vw, -24px));
}

.beauty-product-copy .beauty-text-top,
.beauty-product-copy .beauty-text-bottom {
    font-size: clamp(3rem, 9vw, 132px);
}

.beauty-product-copy .beauty-text-bottom {
    line-height: 0.96;
}

.beauty-product-visual-slot {
    width: clamp(320px, 34vw, 560px);
    height: clamp(220px, 24vw, 360px);
    justify-self: end;
}

.beauty-section.flow-active .beauty-intro-copy {
    opacity: 0;
}

.beauty-section.flow-active .beauty-product-stage {
    opacity: 1;
}

.beauty-section.flow-active .anim-canvas {
    transform: translate(calc(-50% + clamp(140px, 15vw, 300px)),
            calc(-50% - clamp(22px, 2.5vh, 68px))) scale(0.72);
}

.beauty-section.flow-active #lavas-ust {
    opacity: 0;
}

@media (max-width: 992px) {
    .lavash-overlap {
        width: 450px;
        top: -180px;
    }

    .beauty-product-stage {
        grid-template-columns: minmax(240px, 320px) minmax(280px, 460px);
        gap: 32px;
        transform: translateY(clamp(-16px, -2vh, -40px));
    }
}

@media (max-width: 768px) {
    .lavash-overlap {
        width: 300px;
        top: -120px;
    }

    .beauty-product-stage {
        grid-template-columns: 1fr;
        gap: 24px;
        width: calc(100% - 32px);
        transform: translateY(-12px);
    }

    .beauty-product-copy {
        width: 100%;
        max-width: none;
        align-items: center;
        text-align: center;
        transform: none;
    }

    .beauty-product-visual-slot {
        width: clamp(240px, 72vw, 360px);
        height: clamp(160px, 40vw, 240px);
        justify-self: center;
    }

    .beauty-section.flow-active .anim-canvas {
        transform: translate(-50%, calc(-50% - 28px)) scale(0.88);
    }
}

/* Explore Badge */
.explore-badge {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: 140px;
    z-index: 5;
}

.explore-badge svg {
    width: 100%;
    height: 100%;
    animation: rotateText 15s linear infinite;
    fill: #FFFFFF;
}

.explore-badge text {
    fill: #FFFFFF;
    font-weight: 700;
}

.arrow-down {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 24px;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    .explore-badge {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        margin-bottom: 30px;
    }
}



/* Mobile Specific Global Fixes */
@media (max-width: 768px) {

    /* Header Mobile */
    .header-left,
    .menu-text {
        display: none !important;
    }

    .header-container {
        padding: 0 20px;
    }

    .logo-box {
        width: 140px;
        height: 100px;
        padding-bottom: 20px;
    }

    .logo-img {
        max-height: 50px;
    }

    .main-header.scrolled .logo-box {
        width: 120px;
        height: 80px;
    }

    .main-header.scrolled .logo-img {
        max-height: 40px;
    }

    /* Hero Mobile */
    .hero-text-top,
    .hero-text-bottom {
        font-size: clamp(3.5rem, 19vw, 85px) !important;
        line-height: 0.9 !important;
        text-align: center;
    }

    .hero-container-inner {
        padding: 0 20px;
        text-align: center;
    }

    /* Beauty Mobile */
    .beauty-bg-shape {
        display: none !important;
        /* Mobilde şekilleri kaldırdık */
    }


    .beauty-text-top,
    .beauty-text-bottom {
        font-size: clamp(4rem, 20vw, 100px);
        line-height: 0.85;
        text-align: center;
    }

    .beauty-text-top {
        color: white !important;
        /* Üst yazı beyaz */
    }

    .beauty-text-bottom {
        color: #FAA62C !important;
        /* Alt yazı turuncu */
    }

    .info-footer p {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .wheat-icon {
        font-size: 20px;
    }

    .lavas-wrap-container {
        min-height: 500px !important;
        padding: 40px 0 !important;
    }

    .beauty-scene-canvas-smet {
        height: 90% !important;
        /* Mobilde biraz daha kibar dursun kanka */
    }


}

@media (max-width: 480px) {
    .beauty-section {
        min-height: 80vh;
    }


}






/* History Section Styles */

.history-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    z-index: 110;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

.history-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.history-title-top {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: clamp(3rem, 12vw, 160px);
    /* font-weight: 900; */
    color: #BA1114;
    line-height: 1;
    margin: 0;
    font-variation-settings: "wght" 900, "wdth" 75;
    letter-spacing: -2px;
}

.history-title-bottom {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: clamp(3rem, 12vw, 160px);
    /* font-weight: 900; */
    color: var(--primary-orange);
    line-height: 1;
    margin: 0;
    font-variation-settings: "wght" 900, "wdth" 75;
    letter-spacing: -2px;
}


.history-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 10;
}

.history-wheat-left {
    position: absolute;
    bottom: -300px;
    left: 0px;

    z-index: 120;
    pointer-events: none;
}

.partners-section {
    background-color: #FEFBF6;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.partners-container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

/* Elements Section Styles */

/* Elements Section Styles */
.elements-section {
    position: relative;
    width: 100%;
    padding: 60px 10px;
    background-color: #FAA62C;
    /* Turuncu arka plan kanka */
    color: #BA1114;
    overflow: hidden;
    z-index: 10;
}

.elements-stats-bar {
    max-width: 1500px;
    margin: 0 auto 160px auto;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    z-index: 20;
    /* Üstte kalması için kanka */
}

.elements-stat-box {
    flex: 1;
    padding: 0 30px;
    border-right: 1px solid rgba(74, 35, 17, 0.2);
}

.elements-stat-box:last-child {
    border-right: none;
}

.stat-val {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: 52px;
    margin-bottom: 10px;
    font-variation-settings: "wght" 900, "wdth" 75;
    color: #BA1114;
    /* Koyu kırmızımsı kanka */
}

.stat-lbl {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #BA1114;
    /* Turuncu üzerinde jilet gibi durması için noise filter kaldırıldı ve weight artırıldı kanka */
    opacity: 0.95;
    letter-spacing: -0.01em;
}

.elements-container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.elements-main-content {
    flex: 1;
    z-index: 2;
}

.elements-title {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: clamp(3rem, 8vw, 120px);
    color: #BA1114;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: normal;
}



.elements-description {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 1.5;
    max-width: 600px;
    margin-bottom: 50px;
    color: white;
}

.elements-discover-btn {
    display: inline-flex;
    align-items: center;
    font-family: 'Monstro', sans-serif;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    gap: 25px;
    /* Ok ile mesafe biraz artsın kanka */
}

.btn-text {
    position: relative;
    display: inline-block;
    color: #BA1114;
}

.btn-underline {
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 130%;
    height: auto;
    pointer-events: none;
}

.btn-arrow-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 3.5px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.btn-arrow-circle svg {
    width: 20px;
    height: 20px;
    color: #fff;
    margin-left: 4px;
    /* Üçgenin optik olarak ortalanması için kanka */
}

.elements-discover-btn:hover .btn-arrow-circle {
    background-color: #fff;
}

.elements-discover-btn:hover .btn-arrow-circle svg {
    color: #FAA62C;
}

.elements-visual {
    flex: 1;
    position: relative;
}

.floating-lavash {
    width: 100%;
    height: auto;
    transform: rotate(-10deg) translate(10%, -10%);
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.1));
}

.elements-bottom-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    line-height: 0;
}

.elements-bottom-curve svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .elements-stats-bar {
        flex-wrap: wrap;
        gap: 40px;
    }

    .elements-stat-box {
        flex: 0 0 45%;
        border: none;
    }

    .elements-container {
        flex-direction: column;
        text-align: center;
    }

    .elements-description {
        margin: 0 auto 40px auto;
    }

    .floating-lavash {
        width: 100%;
        transform: none;
        margin-top: 50px;
    }
}

.partners-ticker {
    display: flex;
    overflow: hidden;
    user-select: none;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.ticker-track {
    display: flex;
    gap: 100px;
    padding: 20px 0;
    animation: scrollTicker 40s linear infinite;
    width: max-content;
}

.ticker-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 80px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(1) opacity(0.6);
}

.ticker-item:hover {
    transform: scale(1.1);
    filter: grayscale(0) opacity(1);
}

.ticker-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes scrollTicker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 50px));
        /* Half the width + half the gap */
    }
}

/* Mobile Ticker Adjustments */
@media (max-width: 768px) {
    .partners-section {
        padding: 40px 0;
    }

    .ticker-track {
        gap: 50px;
    }

    .ticker-item {
        width: 120px;
        height: 60px;
        filter: grayscale(0) opacity(1);
        /* Keep full color on mobile for visibility */
    }

    @keyframes scrollTicker {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-50% - 25px));
        }
    }
}

/* Master Art Section Styles */
.master-art-section {
    position: relative;
    width: 100%;
    background-color: #FEFBF6;
    padding: 220px 0 80px 0;
    /* Boşlukları daralttım kanka */
    overflow: hidden;
    z-index: 5;
}

.master-art-grid-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.master-art-grid-lines .line {
    position: absolute;
    background-color: rgba(74, 35, 17, 0.1);
}

.line.vertical-1,
.line.vertical-2 {
    display: none;
}

.line.horizontal-1 {
    top: 310px;
    /* Header'dan hemen sonra kanka */
    left: 0;
    width: 100%;
    height: 1px;
}

.line.horizontal-2 {
    bottom: 70px;
    /* Navigasyonun üstünde kanka */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(74, 35, 17, 0.1);
    position: absolute;
}

.master-art-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
    /* Üstteki elementler bölümüyle aynı hizada kanka */
    position: relative;
    z-index: 2;
}

.master-art-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

.master-art-left {
    flex: 0 0 33.33%;
    /* İlk sütun sınırına sabitledim kanka */
    max-width: 33.33%;
}

.master-art-title {
    font-family: 'Monstro', sans-serif;
    font-size: clamp(2rem, 5vw, 75px);
    /* Çizgiyi geçmemesi için biraz küçülttüm */
    color: #BA1114;
    line-height: 1;
    margin: 0;
    padding-right: 30px;
    /* Çizgiyle arasında mesafe kalsın */
}

.master-art-right {
    flex: 0 0 45%;
    /* Sağdaki üçüncü sütuna sabitledim kanka */
    max-width: 45%;
    padding-left: 30px;
    /* Çizginin hemen sağından başlasın */
}

.master-art-desc {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    color: #BA1114;
    line-height: 1.5;
    margin-bottom: 40px;
}

/* Override discover btn for master section */
.master-btn {
    color: #BA1114 !important;
    filter: none !important;
}

.master-btn .btn-arrow-circle {
    border-color: #BA1114 !important;
}

.master-btn .btn-arrow-circle svg {
    color: #BA1114 !important;
}

.master-btn:hover .btn-arrow-circle {
    background-color: #BA1114 !important;
}

.master-btn:hover .btn-arrow-circle svg {
    color: #FEFBF6 !important;
}

.master-product-slider {
    width: 100%;
    overflow: hidden;
    /* Swiper için kanka */
}

/* Master Product Grid styles moved and updated below in the file */

.product-img-wrap {
    width: 100%;
    max-width: 450px;
}

.product-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.master-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 100px;
    /* Biraz daha aşağı aldım kanka */
}

.master-nav-btn {
    width: 64px;
    height: 64px;
    border: 2px solid #BA1114;
    border-radius: 50%;
    background: transparent;
    color: #BA1114;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.master-nav-btn svg {
    width: 32px;
    height: 32px;
}

.master-nav-btn:hover {
    background-color: #BA1114;
    color: #FEFBF6;
}

@media (max-width: 1024px) {
    .master-art-section {
        padding: 80px 0;
    }

    .master-art-container {
        padding: 0 25px;
    }

    .master-art-header {
        flex-direction: column;
        gap: 30px;
    }

    .master-art-left,
    .master-art-right {
        flex: 1;
        max-width: 100%;
        padding: 0;
    }

    .master-art-title {
        font-size: 48px;
        /* Biraz büyüttüm kanka */
        text-align: left;
        padding-right: 0;
        /* Masaüstündeki sağ boşluğu sıfırladım ki uzasın */
        width: 100%;
    }

    .master-art-desc {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .master-product-grid {
        flex-wrap: nowrap;
        /* Yan yana gelmesi için wrap kapalı kanka */
        gap: 0;
        /* Swiper'ın kendi spacing'ini kullanalım */
    }

    .master-product-item {
        flex-shrink: 0;
        /* Swiper için önemli */
    }

    .master-nav {
        margin-top: 30px;
    }

    .line.vertical-1,
    .line.vertical-2,
    .line.horizontal-1 {
        display: none;
    }
}

/* Master Swiper Pagination Styles */
.master-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 30px;
}

.master-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #BA1114;
    opacity: 0.3;
}

.master-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #BA1114;
}

@media (min-width: 1025px) {
    .master-pagination {
        display: none;
        /* Masaüstünde noktaları gizleyelim kanka oklar yeterli */
    }
}

/* --- Mobile Overrides for History & Elements --- */
@media (max-width: 1024px) {

    /* History Section */
    .history-section {
        padding-top: 60px;
    }

    .history-title-top,
    .history-title-bottom {
        font-size: 50px;
        letter-spacing: 1px;
    }

    .history-wheat-left {
        width: 120px;
        bottom: -100px;
        opacity: 0.6;
    }

    /* Elements Section */
    .elements-section {
        padding: 60px 0;
        background-color: #FAA62C;
        /* Rengi koru kanka */
    }

    .elements-bg-shape-wrap {
        display: none !important;
        /* Mobilde SVG şekli kaldır kanka */
    }

    .elements-stats-bar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2'li 2'li yaptık kanka */
        gap: 40px 20px;
        margin-bottom: 80px;
        padding: 0;
    }

    .elements-stat-box {
        padding: 0 10px;
        border-right: none;
        border-bottom: none;
        text-align: center;
    }

    .stat-val {
        font-size: 26px;
        /* Sığması için küçülttüm kanka */
        white-space: nowrap;
        /* Kesinlikle alt satıra geçmesin */
    }

    .elements-container {
        flex-direction: column;
        padding: 0;
        text-align: center;
    }

    .elements-main-content {
        margin-bottom: 50px;
        order: 1;
    }

    .elements-title {
        font-size: 44px;
        line-height: 1.2;
    }

    .elements-description {
        font-size: 16px;
        margin: 0 auto 30px auto;
        max-width: 100%;
    }

    .elements-discover-btn {
        font-size: 22px;
        gap: 12px;
    }

    .btn-underline {
        bottom: -28px;
        width: 115%;
    }

    .elements-visual {
        display: none;
        /* Mobilde bu görsele gerek yok kanka */
    }
}

/* Elements Background Shape Styles */
.elements-bg-shape-wrap {
    position: absolute;
    top: 130px;
    /* Stats bar'dan hemen sonra kanka */
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.elements-bg-shape {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: left top;
}

.elements-container {
    position: relative;
    z-index: 5;
    /* İçeriği en üste alalım kanka */
}

/* Şekil artık turuncu gradyan olduğu için metinleri tekrar beyaza çekelim kanka */
.elements-description {
    color: white !important;
}

.elements-discover-btn {
    color: white !important;
}

.elements-discover-btn .btn-arrow-circle {
    border-color: #BA1114 !important;
}

.elements-discover-btn .btn-arrow-circle svg {
    color: #BA1114 !important;
}

.elements-discover-btn:hover .btn-arrow-circle {
    background-color: black !important;
}

.elements-discover-btn:hover .btn-arrow-circle svg {
    color: #FAA62C !important;
}


@media (max-width: 1024px) {
    .elements-bg-shape-wrap {
        top: 600px;
        /* Mobilde stats bar daha uzun olduğu için aşağı çektim kanka */
    }
}

/* Master Art Background Shape */
.master-art-section {
    position: relative;
    background-color: transparent !important;
    overflow: hidden;
}

.master-art-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.master-art-bg-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    /* Köşelerin kaybolmaması için jilet gibi doldursun kanka */
    object-position: center;
}

.master-art-container {
    position: relative;
    z-index: 10;
}

.master-product-container {
    width: 100%;
    height: 600px;
    margin: 40px auto;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.master-product-grid {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1500px;
    display: block; /* Flex'ten çıkardık kanka */
}

.master-product-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1); /* Daha ipeksi geçiş kanka */
    will-change: transform, opacity, filter;
}

/* Konum Sınıfları */
.pos-left {
    transform: translate(-140%, -50%) scale(0.6) rotateY(25deg);
    filter: blur(8px);
    opacity: 0.3;
    z-index: 10;
}

.pos-center {
    transform: translate(-50%, -50%) scale(1.35) rotateY(0deg);
    filter: blur(0);
    opacity: 1;
    z-index: 30;
}

.pos-right {
    transform: translate(40%, -50%) scale(0.6) rotateY(-25deg);
    filter: blur(8px);
    opacity: 0.3;
    z-index: 10;
}

@media (max-width: 1024px) {
    .master-product-container {
        height: 400px;
    }

    .master-product-item {
        max-width: 300px;
    }

    .pos-left {
        transform: translate(-125%, -50%) scale(0.55) rotateY(20deg);
    }

    .pos-right {
        transform: translate(25%, -50%) scale(0.55) rotateY(-20deg);
    }

    .pos-center {
        transform: translate(-50%, -50%) scale(1.15);
    }
}

/* Master Art Mobile Overrides kanka */
@media (max-width: 1024px) {
    .master-art-section {
        padding: 100px 20px 60px 20px !important;
        background-color: #FEFBF6 !important;
        /* Kullanıcı talebi kanka */
    }

    .master-art-bg-shape,
    .master-art-bg-wrap,
    .master-art-bg-img {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .master-art-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 40px !important;
    }

    .master-art-bg-wrap {
        display: none !important;
    }

    .master-art-left,
    .master-art-right {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
    }

    .master-art-title {
        font-size: 38px !important;
        line-height: 1.1 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .master-art-desc {
        font-size: 16px !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }

    .master-btn {
        margin: 0 auto !important;
        justify-content: center !important;
    }

    .master-nav {
        margin-top: 60px !important;
        gap: 15px !important;
    }
}

/* Map Section Styles kanka */
.map-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background-color: #FBF8F1;
    /* Kırmızı şeklin arkası krem olsun ki kavis belli olsun kanka */
}

.map-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.map-bg-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.map-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 0 40px;
}

.map-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.map-sub-title {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: 127.52px;
    font-weight: 300;
    /* Condensed Bold/Black kanka */
    color: white;
    margin-bottom: 0px;
    letter-spacing: 0.01em;
    /* 1% kanka */
    line-height: 122.8px;
    font-variation-settings: "wght" 300, "wdth" 75;


    /* Condensed kanka */
}

.map-main-title {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: 110.52px;
    font-weight: 600;
    color: white;
    margin-bottom: 40px;
    letter-spacing: 0.01em;
    line-height: 122.8px;
    font-variation-settings: "wght" 600, "wdth" 75;

}

.map-visual {
    width: 100%;
    max-width: 800px;
    margin-bottom: 60px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

.turkey-map-img {
    width: 100%;
    height: auto;
    display: block;
}

.map-description {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: white;
    max-width: 800px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
}

.map-btn-wrap {
    margin-top: 20px;
}

.map-btn {
    color: white !important;
    font-family: 'Monstro', sans-serif !important;
    font-size: 62.97px !important;
    line-height: 60.6px !important;
    letter-spacing: 0.01em !important;
    font-variation-settings: "wght" 600, "wdth" 75 !important;
}

.map-btn span {
    font-family: inherit;
}

.map-btn .btn-underline {
    background-color: #FAA62C !important;
}

.map-btn .btn-arrow-circle {
    width: 35px !important;
    height: 35px !important;
    border-color: white !important;
    color: white !important;
    /* İkonun beyaz olması için kanka */
}

.map-btn .btn-arrow-circle svg {
    width: 14px !important;
    /* İkonun içerde dengeli durması için küçülttüm kanka */
    height: 14px !important;
    margin-left: 3px !important;
    /* Üçgenin optik ortalanması için kritik kanka */
    margin-top: 0 !important;
}

.map-btn:hover .btn-arrow-circle {
    background-color: white !important;
    border-color: white !important;
}

.map-btn:hover .btn-arrow-circle svg path {
    fill: #BA1114 !important;
    /* Hoverda ikon kırmızı olsun kanka */
}

@media (max-width: 1024px) {
    .map-section {
        padding: 50px 20px !important;
        background-color: #BA1114 !important;
        /* Kullanıcı talebi kanka */
    }

    .map-bg-wrap,
    .map-bg-shape {
        display: none !important;
        /* Mobilde şekli komple kaldır kanka */
    }

    .map-sub-title {
        font-size: 32px !important;
        line-height: 1.1 !important;
        margin-bottom: 5px !important;
    }

    .map-main-title {
        font-size: 42px !important;
        margin-bottom: 25px !important;
        line-height: 1.1 !important;
    }

    .map-visual {
        margin-bottom: 25px !important;
        max-width: 100% !important;
    }

    .map-description {
        font-size: 15px !important;
        padding: 0 !important;
        margin-bottom: 25px !important;
    }

    .map-btn {
        font-size: 36px !important;
        line-height: 1.1 !important;
    }

    .map-btn .btn-arrow-circle {
        width: 30px !important;
        height: 30px !important;
    }
}

/* Noise Effect kanka */
.map-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noiseFilter)"/></svg>');
    opacity: 0.05;
    pointer-events: none;
    z-index: 2;
    mix-blend-mode: overlay;
}

/* Text Noise Effect kanka */
.map-sub-title,
.map-main-title {
    position: relative;
    display: inline-block;
    /* Alanı kaplaması için kanka */
}

/* Footer Styles kanka */
.main-footer {
    background-color: #FBF8F1;
    padding: 0px 0 40px 0;
    position: relative;
    z-index: 5;
    border-top: 1px solid rgba(74, 29, 31, 0.05);
}

.footer-container {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Top Row: Logo & Wheat */
.footer-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
}

.footer-logo {
    height: 120px;
    /* Dev logo kanka */
    width: auto;
}

.footer-wheat-area {
    width: 500px;
}

.footer-wheat-img {
    width: 100%;
    height: auto;
    transform: rotate(15deg);
}

/* Middle Row: Columns */
.footer-middle-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(74, 29, 31, 0.1);
}

.footer-col.about p {
    font-family: 'Inter', sans-serif;
    filter: url(#noiseFilter);
    font-size: 18px;
    line-height: 1.5;
    color: #BA1114;
    opacity: 0.7;
    max-width: 300px;
}

.footer-col-title {
    font-family: 'Inter', sans-serif;
    filter: url(#noiseFilter);
    font-size: 18px;
    font-weight: 900;
    color: #BA1114;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
    color: #FAA62C;
    padding-left: 5px;
}

.footer-contact-info p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    opacity: 0.8;
}

.footer-social {
    display: flex;
    gap: 20px;
}

.footer-social a {
    font-size: 22px;
    color: #000;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #FAA62C;
}

.footer-lang {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: 14px;
    font-weight: 900;
    color: #BA1114;
}

.footer-lang a {
    color: #4D4D4D;
    font-weight: 600;
    text-decoration: none;
}

.footer-lang a.active {
    opacity: 1;
    color: #FAA62C;
}

/* Bottom Row: Agency & Legal */
.footer-bottom-row {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copy {
    display: flex;
    align-items: center;
    gap: 30px;
}

.adshub-logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.adshub-text {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: 24px;
    font-weight: 900;
    color: #000;
    letter-spacing: -1px;
}

.adshub-sub {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #000;
}

.footer-copy p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #000;
    opacity: 1;
    margin: 0;
    /* Dikeyde kaymaması için marjini sıfırladım kanka */
}

.footer-legal {
    display: flex;
    gap: 30px;
}

.footer-legal a {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-legal a:hover {
    opacity: 1;
    color: #FAA62C;
}

@media (max-width: 1024px) {
    .footer-top-row {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .footer-wheat-area {
        width: 100%;
        max-width: 300px;
    }

    .footer-middle-row {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
        text-align: left;
    }

    .footer-col.about {
        grid-column: 1 / -1;
        /* About tam genişlik kanka */
        text-align: center;
    }

    /* Takip Edin ve Dil Seçimi yan yana kalsın kanka */

    .footer-col.about p {
        max-width: 100%;
    }


    .footer-bottom-row {
        flex-direction: column-reverse;
        /* Copyright en altta kalsın kanka */
        gap: 30px;
        text-align: center;
    }

    .footer-copy {
        flex-direction: column;
        gap: 15px;
    }

    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px 30px;
    }
}

/* Contact Section Styles kanka */
.contact-section {
    position: relative;
    width: 100%;
    padding: 120px 0;
    background-color: #FBF8F1;
    /* overflow: hidden; kanka bunu kapattım ki başaklar footer'a taşabilsin */
}

.contact-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

.contact-title {
    font-family: 'Monstro', sans-serif;
    font-size: clamp(2rem, 5vw, 85px);
    color: #BA1114;
    line-height: 1;
}


.contact-desc {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #BA1114;
    opacity: 0.7;
    line-height: 1.6;
    margin-bottom: 60px;
    max-width: 500px;
    font-weight: 500;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-label {
    font-family: 'Inter', sans-serif;
    filter: url(#noiseFilter);
    font-size: 24px;
    font-weight: 900;
    color: #FAA62C;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.contact-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #BA1114;
    opacity: 0.8;
    font-weight: 500;
}

.contact-text a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-text a:hover {
    color: var(--primary-orange);
    opacity: 1;
    text-decoration: none;
}

/* Form Styles */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.form-group label {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    color: #BA1114;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(74, 29, 31, 0.2);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #BA1114;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-bottom-color: #FAA62C;
}

.form-row.dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.form-checkbox input {
    width: 20px;
    height: 20px;
    accent-color: #FAA62C;
}

.form-checkbox label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #BA1114;
    opacity: 0.6;
}

.contact-submit-btn {
    width: 200px;
    height: 55px;
    background-color: #FAA62C;
    border: none;
    color: white;
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: 20px;
    font-weight: 900;
    font-variation-settings: "wght" 900, "wdth" 75;
    letter-spacing: 1px;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    margin-top: 20px;
}

.contact-submit-btn:hover {
    background-color: #BA1114;
    transform: translateY(-3px);
}

.contact-wheat-wrap {
    position: absolute;
    bottom: -200px;
    right: -50px;
    width: 700px;
    z-index: 221;
    pointer-events: none;
}

.contact-wheat-img {
    width: 100%;
    height: auto;
    transform: rotate(-10deg);
}

@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact-title {
        font-size: 44px;
    }

    .form-row.dual {
        grid-template-columns: 1fr;
    }

    .contact-wheat-wrap {
        width: 330px;
        bottom: -140px;
        left: 110px;
    }
}

.adshub-logo img {
    height: 40px;
    width: auto;
    display: block;
}

/* Full Screen Menu Styles kanka */
.fullscreen-menu {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-menu.active {
    visibility: visible;
    pointer-events: auto;
}

.menu-overlay-bg {
    position: absolute;
    inset: 0;
    background-color: #BA1114;
    /* Marka kırmızısı kanka */
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}

.fullscreen-menu.active .menu-overlay-bg {
    transform: translateY(0);
}

.menu-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease 0.3s;
}

.fullscreen-menu.active .menu-container {
    opacity: 1;
}

.menu-header {
    display: flex;
    justify-content: flex-end;
}

.menu-close {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    color: #fff;
}

.close-text {
    font-family: 'Monstro', sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
}

.close-icon {
    position: relative;
    width: 30px;
    height: 30px;
}

.close-icon span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.close-icon span:nth-child(1) {
    transform: rotate(45deg);
}

.close-icon span:nth-child(2) {
    transform: rotate(-45deg);
}

.menu-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-list li {
    overflow: hidden;
    margin-bottom: 20px;
}

.nav-list a {
    display: inline-block;
    font-family: 'Monstro', sans-serif;

    font-size: clamp(3rem, 8vw, 110px);
    color: #fff;
    text-decoration: none;
    line-height: 1.1;
    transform: translateY(110%);
    transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}

.fullscreen-menu.active .nav-list a {
    transform: translateY(0);
    transition-delay: calc(0.1s * var(--i) + 0.3s);
}

.nav-list a:hover {
    color: #FAA62C;
}

.menu-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.menu-social {
    display: flex;
    gap: 30px;
}

.menu-social a {
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.menu-social a:hover {
    opacity: 1;
}

.menu-footer-right p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    margin: 0;
    opacity: 0.6;
    text-align: right;
}

@media (max-width: 768px) {
    .nav-list a {
        font-size: 50px;
    }

    .menu-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .menu-footer-right p {
        text-align: left;
    }
}

/* Language Dropdown Styles kanka */
.lang-switcher {
    position: relative;
    padding: 10px 0;
    /* Hover alanını genişlettik kanka */
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    min-width: 60px;
    border-radius: 30px;
    /* Tam yuvarlak kanka */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    z-index: 100;
}

/* Hoverda açılsın kanka */
.lang-switcher:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-dropdown a {
    padding: 8px 0;
    color: #BA1114;
    text-decoration: none;
    font-family: 'Monstro', sans-serif;
    filter: url(#noiseFilter);
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s ease;
    text-align: center;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 2px auto;
}

.lang-dropdown a:hover {
    background-color: #BA1114;
    color: #fff;
}

@media (max-width: 768px) {
    .lang-dropdown {
        right: auto;
        left: -10%;
        transform: translateX(-50%) translateY(10px);
    }

    .lang-switcher.active .lang-dropdown {
        transform: translateX(-50%) translateY(0);
    }

    .lang-dropdown::before {
        right: auto;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }
}

.footer-contact-info a {
    color: inherit;
    text-decoration: none;
}

.footer-contact-info a:hover {
    color: var(--primary-orange);
    text-decoration: none !important;
    opacity: 1;
}