:root {
    --navy: #061f31;
    --navy-light: #0c344b;
    --burgundy: #8b123e;
    --burgundy-dark: #5c0a29;
    --turquoise: #75cdd1;
    --white: #ffffff;
    --light-gray: #eef1f2;
    --text: #10242f;
    --border: #dbe1e3;
}

/* =========================================================
   V6 SON DÜZELTME — İLETİŞİM VE FOOTER (öncelikli)
   ========================================================= */
body .contact-section {
    padding: 76px 0;
    background: #f5f7fa;
}

body .contact-shell {
    border: 1px solid #dce4ee;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(7, 26, 54, 0.1);
}

body .contact-intro {
    padding: 46px 44px;
    background: linear-gradient(145deg, #ffffff, #f9edf2);
    color: #071a36;
}

body .contact-intro h2 {
    color: #071a36;
}
body .contact-intro h2 em {
    color: #9c214e;
}
body .contact-description {
    color: #5d6a7c;
}
body .contact-list > a,
body .contact-address {
    border-color: #dce4ee;
    border-radius: 12px;
    background: #ffffff;
    color: #071a36;
}
body .contact-list small {
    color: #8a1739;
}
body .contact-route {
    color: #68778b;
}
body .contact-route strong {
    color: #8a1739;
}
body .contact-form-panel {
    padding: 42px 44px;
}

body .site-footer {
    border-top: 1px solid #dce4ee;
    background: #f8fafc;
    color: #071a36;
}

body .footer-main {
    gap: 40px;
    padding-top: 42px;
    padding-bottom: 30px;
}

body .footer-logo {
    padding: 5px 0;
    background: transparent;
}
body .footer-logo img {
    width: 170px;
    max-height: 50px;
}
body .footer-brand > p,
body .footer-column > a,
body .footer-column > p {
    color: #657286;
}
body .footer-socials a {
    width: 34px;
    height: 34px;
    border-color: #cad5e3;
    color: #0c3565;
}
body .footer-socials a:hover {
    color: #ffffff;
}
body .footer-column {
    gap: 7px;
}
body .footer-column h3 {
    margin-bottom: 7px;
    font-size: 15px;
}
body .footer-world-line {
    min-height: 58px;
    border-top-color: #dce4ee;
    color: #071a36;
}
body .footer-world-line > span {
    font-size: 18px;
}
body .footer-languages a {
    border-color: #cad5e3;
    color: #657286;
}
body .footer-legal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-height: 50px;
    border-top: 1px solid #dce4ee;
    color: #778397;
    font-size: 9px;
}
body .footer-legal > div {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
body .footer-legal a {
    color: #778397;
}
body .footer-legal a:last-child {
    color: #8a1739;
    font-weight: 800;
}

@media (max-width: 850px) {
    body .contact-intro,
    body .contact-form-panel {
        padding: 36px 28px;
    }
    body .footer-legal {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/* =========================================================
   HAKKIMIZDA — ONAYLANAN YERLEŞİM VE FOOTER DÜZENİ
   ========================================================= */
.about-page .inner-hero-content {
    align-items: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
}

.about-page .inner-hero-content .inner-eyebrow,
.about-page .inner-hero-content h1,
.about-page .inner-hero-content > p,
.about-page .inner-hero-content .breadcrumb {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
}

.about-page .inner-hero-content .inner-eyebrow {
    justify-content: flex-start !important;
}

.about-page .about-story-copy .story-founded {
    color: #26394a !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
}

.about-page .site-footer {
    background: #071a36 !important;
    color: #ffffff !important;
}

.about-page .footer-main {
    gap: 52px !important;
    padding-top: 58px !important;
    padding-bottom: 26px !important;
}

.about-page .footer-logo {
    padding: 10px 14px !important;
    background: #ffffff !important;
}

.about-page .footer-logo img {
    width: 195px !important;
    max-height: 58px !important;
}

.about-page .footer-brand > p {
    margin: 20px 0 24px !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
}

.about-page .footer-column {
    gap: 12px !important;
}
.about-page .footer-column h3 {
    margin: 3px 0 15px !important;
    padding-bottom: 12px !important;
    color: #ffffff !important;
    font-size: 21px !important;
    font-weight: 800 !important;
}

.about-page .footer-column > a,
.about-page .footer-column > p {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
}

.about-page .footer-column > a:hover {
    color: #77d8dd !important;
}
.about-page .footer-contact small {
    margin-bottom: 4px !important;
    color: #ff7da3 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
}

.about-page .footer-contact a::before,
.about-page .footer-contact p::before {
    color: #ff7da3 !important;
    font-size: 18px !important;
}

.about-page .footer-socials a {
    width: 42px !important;
    height: 42px !important;
    border-color: rgba(255, 255, 255, 0.34) !important;
    color: #ffffff !important;
}

.about-page .footer-legal {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 25px !important;
    width: 100% !important;
    min-height: 74px !important;
    margin-top: 16px !important;
    padding: 22px 0 8px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13px !important;
}

.about-page .footer-legal > div {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 20px !important;
}

.about-page .footer-legal a {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.about-page .footer-legal > div > a:last-of-type {
    color: #ff7da3 !important;
    font-weight: 800 !important;
}

.about-page .footer-languages a {
    width: 34px !important;
    height: 34px !important;
    border-color: rgba(255, 255, 255, 0.32) !important;
    color: #ffffff !important;
    font-size: 10px !important;
}

.about-page .footer-languages a.active,
.about-page .footer-languages a:hover {
    border-color: #8a1739 !important;
    background: #8a1739 !important;
}

@media (max-width: 850px) {
    .about-page .footer-main {
        gap: 34px !important;
        padding-top: 44px !important;
    }

    .about-page .footer-legal {
        align-items: flex-start !important;
        flex-direction: column !important;
        padding-bottom: 16px !important;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--white);
    color: var(--text);
    font-family: "Manrope", Arial, sans-serif;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    color: inherit;
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    margin: 0 auto;
    max-width: 1480px;
    padding: 0 32px;
    width: 100%;
}

.top-bar {
    background-color: var(--navy);
    color: #c9d6db;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.top-bar-content {
    align-items: center;
    display: flex;
    height: 38px;
    justify-content: space-between;
}

.top-contact {
    align-items: center;
    display: flex;
    gap: 26px;
    margin-left: auto;
}

.top-contact a {
    align-items: center;
    display: flex;
    gap: 8px;
    transition: color 0.3s ease;
}

.top-contact a:hover {
    color: var(--white);
}

.top-phone-icon {
    align-items: center;
    background-color: var(--burgundy);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.top-phone-icon svg {
    fill: none;
    height: 13px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 13px;
}

.main-header {
    background-color: var(--white);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 30px rgba(6, 31, 49, 0.06);
    position: relative;
    z-index: 100;
}

.navbar {
    align-items: center;
    display: flex;
    gap: 22px;
    min-height: 88px;
}

.logo {
    flex-shrink: 0;
    margin-left: 18px;
    margin-right: auto;
}

.logo img {
    height: auto;
    width: 222px;
}

.navigation-list {
    align-items: center;
    display: flex;
    gap: 24px;
    list-style: none;
}

.navigation-list > li {
    position: relative;
}

.navigation-list > li > a {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 5px;
    padding: 35px 0;
    position: relative;
    white-space: nowrap;
}

.navigation-list > li > a::after {
    background-color: var(--burgundy);
    bottom: 18px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 100%;
    transition: right 0.35s ease;
}

.navigation-list > li:hover > a::after {
    right: 0;
}

.navigation-list > li > a span {
    color: var(--burgundy);
}

.submenu {
    background-color: var(--white);
    border-top: 3px solid var(--burgundy);
    box-shadow: 0 22px 45px rgba(6, 31, 49, 0.18);
    left: -20px;
    list-style: none;
    min-width: 245px;
    opacity: 0;
    padding: 12px 0;
    pointer-events: none;
    position: absolute;
    top: 72px;
    transform: translateY(14px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: hidden;
}

.has-submenu:hover .submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.submenu a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 20px;
    transition: background-color 0.3s ease, color 0.3s ease, padding-left 0.3s ease;
}

.submenu a:hover {
    background-color: #f6f1f3;
    color: var(--burgundy);
    padding-left: 26px;
}

.navbar-actions {
    align-items: center;
    display: flex;
    gap: 16px;
}

.mobile-navbar-actions {
    display: none;
}

.language-selector {
    background: linear-gradient(145deg, var(--burgundy), var(--burgundy-dark));
    border: 1px solid var(--burgundy);
    border-radius: 24px;
    box-shadow: 0 9px 22px rgba(139, 18, 62, 0.2);
    display: flex;
    padding: 3px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.language-selector:hover {
    border-color: var(--burgundy-dark);
    box-shadow: 0 12px 26px rgba(139, 18, 62, 0.3);
}

.language-button {
    background-color: transparent;
    border: 0;
    border-radius: 18px;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    font-size: 9px;
    font-weight: 800;
    height: 31px;
    width: 31px;
}

.language-button.active {
    background-color: var(--white);
    color: var(--burgundy);
}

.login-button {
    align-items: center;
    display: flex;
    background: linear-gradient(145deg, var(--burgundy), var(--burgundy-dark));
    border: 1px solid var(--burgundy);
    border-radius: 24px;
    box-shadow: 0 9px 22px rgba(139, 18, 62, 0.2);
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    white-space: nowrap;
    padding: 4px 15px 4px 4px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.login-button:hover {
    box-shadow: 0 12px 26px rgba(139, 18, 62, 0.3);
    color: var(--white);
    transform: translateY(-2px);
}

.user-icon {
    background-color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    height: 34px;
    position: relative;
    width: 34px;
}

.user-icon svg {
    fill: none;
    height: 20px;
    left: 6px;
    position: absolute;
    stroke: var(--burgundy);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    top: 6px;
    width: 20px;
}

.quote-button {
    align-items: center;
    background-color: var(--burgundy);
    box-shadow: 0 11px 26px rgba(139, 18, 62, 0.25);
    color: var(--white);
    display: flex;
    font-size: 11px;
    font-weight: 800;
    justify-content: space-between;
    min-width: 170px;
    padding: 18px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.quote-button:hover {
    background-color: var(--navy);
    box-shadow: 0 14px 30px rgba(6, 31, 49, 0.28);
    transform: translateY(-3px);
}

.mobile-menu-button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    height: 38px;
    padding: 8px;
    width: 42px;
}

.mobile-menu-button span {
    background-color: var(--navy);
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 26px;
}

.hero-section {
    background: linear-gradient(135deg, var(--navy), var(--burgundy) 60%, var(--turquoise));
    overflow: hidden;
    padding: 32px 4vw 0;
}

.hero-slider {
    box-shadow: 0 35px 70px rgba(6, 31, 49, 0.34);
    height: min(680px, 73vh);
    margin: 0 auto;
    max-width: 1500px;
    min-height: 565px;
    overflow: hidden;
    position: relative;
}

.hero-slider::after {
    border: 1px solid rgba(255, 255, 255, 0.13);
    content: "";
    inset: 18px;
    pointer-events: none;
    position: absolute;
    z-index: 3;
}

.hero-slide {
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.8s ease;
    visibility: hidden;
}

.hero-slide.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.hero-background {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    transform: scale(0.91);
    width: 100%;
}

.hero-slide.active .hero-background {
    animation: hero-zoom 7s ease-out forwards;
}

@keyframes hero-zoom {
    from {
        transform: scale(0.95);
    }

    to {
        transform: scale(0.91);
    }
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(3, 22, 33, 0.88), rgba(6, 31, 49, 0.35) 48%, transparent 68%);
    inset: 0;
    position: absolute;
}

.hero-content-wrapper {
    height: 100%;
    position: relative;
    z-index: 2;
}

.hero-content {
    align-items: flex-start;
    color: var(--white);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 710px;
    padding-left: 5vw;
}

.hero-slide.active .hero-content {
    animation: content-enter 0.8s 0.2s both;
}

@keyframes content-enter {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-kicker {
    align-items: center;
    color: var(--turquoise);
    display: flex;
    font-size: 11px;
    font-weight: 800;
    gap: 14px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.hero-kicker span {
    background-color: var(--burgundy);
    height: 3px;
    width: 48px;
}

.hero-content h1,
.hero-content h2 {
    font-size: clamp(58px, 5.7vw, 90px);
    font-weight: 700;
    letter-spacing: -4.5px;
    line-height: 0.96;
    margin: 25px 0;
}

.hero-content h1 em,
.hero-content h2 em {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 600;
}

.hero-description {
    color: #d9e3e6;
    font-size: 17px;
    line-height: 1.7;
    max-width: 575px;
}

.hero-buttons {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.hero-buttons a {
    align-items: center;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    justify-content: space-between;
    min-width: 205px;
    padding: 18px 20px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.primary-button {
    background-color: var(--burgundy);
    border: 1px solid var(--burgundy);
}

.secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-buttons a:hover {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--navy);
    transform: translateY(-3px);
}

.slider-arrow {
    background-color: rgba(6, 31, 49, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: var(--white);
    cursor: pointer;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease, transform 0.3s ease;
    width: 50px;
    z-index: 5;
}

.slider-arrow:hover {
    background-color: var(--burgundy);
    transform: translateY(-50%) scale(1.08);
}

.previous-slide {
    left: 18px;
}

.next-slide {
    right: 18px;
}

.experience-badge {
    align-items: center;
    backdrop-filter: blur(12px);
    background: linear-gradient(145deg, rgba(139, 18, 62, 0.94), rgba(92, 10, 41, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    bottom: 32px;
    box-shadow: 0 18px 45px rgba(3, 22, 33, 0.4);
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 168px;
    justify-content: center;
    position: absolute;
    right: 34px;
    text-align: center;
    width: 168px;
    z-index: 6;
}

/* V5 — approved visual refinement */
.experience-badge{
    width:138px;
    height:138px;
    right:4.7%;
    bottom:7%;
    transition:transform .35s ease,box-shadow .35s ease
}
.experience-badge:hover{
    transform:translateY(-7px) scale(1.045) rotate(-2deg);
    box-shadow:0 22px 48px rgba(110,14,55,.42)
}
.experience-badge strong{
    font-size:40px
}
.experience-badge .experience-text{
    font-size:8px;
    line-height:1.35
}
.experience-icon{
    width:28px;
    height:28px
}
.about-eyebrow{
    display:inline-flex!important;
    padding:10px 16px!important;
    border-left:4px solid #941a48;
    background:#f8e8ef;
    color:#8a1739!important;
    font-size:15px!important;
    letter-spacing:3px!important;
    box-shadow:0 8px 20px rgba(138,23,57,.08)
}
.about-photo-shell{
    height:560px;
    border-radius:22px;
    background:#071a38;
    box-shadow:0 28px 65px rgba(5,23,50,.24)
}
.about-photo-shell img{
    object-fit:cover;
    object-position:center
}
.knowledge-seal{
    width:150px;
    height:150px;
    border-width:7px;
    overflow:hidden;
    isolation:isolate;
    transition:transform .4s ease,box-shadow .4s ease
}
.knowledge-seal::before{
    inset:18px;
    border-color:rgba(255,255,255,.28)
}
.knowledge-seal::after{
    content:"";
    position:absolute;
    inset:35px;
    border-radius:50%;
    background:rgba(89,8,36,.25);
    box-shadow:inset 0 0 24px rgba(255,255,255,.07)
}
.seal-ring{
    position:absolute;
    z-index:3;
    inset:5px;
    width:calc(100% - 10px);
    height:calc(100% - 10px);
    overflow:visible;
    animation:sealRingTurn 22s linear infinite
}
.seal-ring text{
    fill:#fff;
    font:800 9px/1 Arial,sans-serif;
    letter-spacing:2.15px
}
.seal-center-icon{
    position:absolute;
    z-index:4;
    top:38px;
    color:#eeb4c8;
    font-size:12px
}
.knowledge-seal strong{
    z-index:4;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:10px;
    font-size:14px;
    line-height:1;
    letter-spacing:2.2px
}
.knowledge-seal strong span{
    margin-top:5px;
    font-size:21px;
    letter-spacing:1px
}
.knowledge-seal:hover{
    transform:translateY(-8px) scale(1.05);
    box-shadow:0 25px 50px rgba(138,23,57,.4)
}
.knowledge-seal:hover .seal-ring{
    animation-duration:8s
}
@keyframes sealRingTurn{
    to{
        transform:rotate(360deg)
    }
}
.sector-heading{
    align-items:end
}
.sector-card-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
    align-items:stretch
}
.sector-card,.sector-card:nth-child(even){
    min-height:500px;
    margin:0
}
.sector-card img{
    height:100%;
    object-fit:cover
}
.sector-overlay h3{
    font-size:25px
}
.production-process{
    padding:126px 0 118px;
    background:linear-gradient(135deg,#f7f9fc 0%,#eef4f8 58%,#f8e9ef 100%)
}
.process-heading{
    padding:38px 42px;
    border-left:7px solid #941a48;
    border-radius:0 24px 24px 0;
    background:#fff;
    box-shadow:0 24px 65px rgba(8,28,58,.12)
}
.process-heading h2{
    font-size:clamp(46px,5vw,72px)
}
.process-timeline{
    gap:0;
    margin-top:64px;
    padding:24px;
    border-radius:28px;
    background:linear-gradient(115deg,#061a37,#0b3159 72%,#7f173e);
    box-shadow:0 30px 70px rgba(7,26,56,.25)
}
.process-timeline:before{
    left:9%;
    right:9%;
    top:76px;
    background:linear-gradient(90deg,#d24976,#3dd5d2)
}
.process-step{
    min-height:340px;
    margin:0 7px;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.97);
    box-shadow:none
}
.process-step:nth-child(even){
    margin-top:0
}
.process-step:hover{
    transform:translateY(-12px);
    box-shadow:0 24px 50px rgba(0,0,0,.22)
}
.process-promise{
    margin-top:35px;
    border-radius:20px;
    background:linear-gradient(100deg,#fff,#f8e8ef);
    color:#071a38;
    box-shadow:0 20px 45px rgba(8,28,58,.12)
}
.footer-socials a svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round
}
.footer-contact a,.footer-contact p{
    position:relative;
    padding-left:24px
}
.footer-contact a:before,.footer-contact p:before{
    position:absolute;
    left:0;
    top:17px;
    color:#d24976;
    font-size:15px
}
.footer-contact a[href^="tel"]:before{
    content:"☎"
}
.footer-contact a[href^="mailto"]:before{
    content:"✉"
}
.footer-contact p:before{
    content:"⌖"
}
@media(max-width:900px){
    .sector-card-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .experience-badge{
        width:112px;
        height:112px
    }
    .about-photo-shell{
        height:460px
    }
    .process-timeline{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:15px
    }
    .process-timeline:before{
        display:none
    }
}
@media(max-width:560px){
    .sector-card-grid{
        grid-template-columns:1fr
    }
    .sector-card,.sector-card:nth-child(even){
        min-height:430px
    }
    .process-timeline{
        grid-template-columns:1fr;
        padding:14px
    }
    .process-heading{
        padding:28px 24px
    }
    .about-photo-shell{
        height:390px
    }
}

/* V6 — ferah iletişim ve kompakt footer */
.contact-section{
    padding:78px 0;
    background:#f6f8fb
}
.contact-section::before{
    background:linear-gradient(90deg,rgba(138,23,57,.04) 1px,transparent 1px),linear-gradient(rgba(12,53,101,.035) 1px,transparent 1px);
    background-size:56px 56px
}
.contact-shell{
    grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
    border:1px solid #dce4ee;
    border-radius:22px;
    background:#fff;
    box-shadow:0 24px 60px rgba(7,26,54,.11);
    backdrop-filter:none
}
.contact-intro{
    padding:48px 46px;
    background:linear-gradient(145deg,#fff 0%,#f8edf2 100%);
    color:#071a36
}
.contact-intro::after{
    color:rgba(12,53,101,.035);
    font-size:230px
}
.contact-kicker{
    margin-bottom:12px;
    color:#8a1739
}
.contact-intro h2{
    font-size:clamp(34px,3.5vw,50px)
}
.contact-intro h2 em{
    color:#9d2350
}
.contact-description{
    margin:18px 0 24px;
    color:#5d6a7c;
    font-size:14px;
    line-height:1.7
}
.contact-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px
}
.contact-list>a,.contact-address{
    min-height:62px;
    padding:9px 11px;
    border:1px solid #dce4ee;
    border-radius:12px;
    background:#fff;
    color:#071a36
}
.contact-address{
    grid-column:1/-1
}
.contact-list>a:hover{
    transform:translateY(-3px);
    border-color:#b64a70;
    background:#fff;
    box-shadow:0 10px 24px rgba(138,23,57,.1)
}
.contact-list-icon{
    flex-basis:38px;
    width:38px;
    height:38px
}
.contact-list-icon svg{
    width:18px;
    height:18px
}
.contact-list small{
    color:#8a1739
}
.contact-list strong{
    font-size:12px
}
.contact-route{
    margin-top:20px;
    color:#68778b
}
.contact-route strong{
    color:#8a1739
}
.contact-form-panel{
    padding:44px 46px;
    background:#fff
}
.form-panel-heading h3{
    font-size:30px
}
.form-panel-heading p{
    margin-bottom:20px
}
.contact-form{
    gap:13px
}
.contact-form label{
    gap:6px
}
.contact-form input,.contact-form select{
    height:44px
}
.contact-form textarea{
    min-height:76px
}
.contact-form button{
    min-height:49px;
    border-radius:5px
}
.site-footer{
    background:#f8fafc;
    color:#071a36;
    border-top:1px solid #dde5ef
}
.footer-accent{
    height:5px
}
.footer-main{
    gap:42px;
    padding-top:45px;
    padding-bottom:34px
}
.footer-logo{
    padding:6px 0;
    background:transparent
}
.footer-logo img{
    width:175px;
    max-height:52px
}
.footer-brand>p{
    margin:15px 0;
    color:#657286;
    font-size:12px;
    line-height:1.65
}
.footer-socials a{
    width:35px;
    height:35px;
    border-color:#ccd7e4;
    color:#0c3565
}
.footer-column{
    gap:8px
}
.footer-column h3{
    margin:3px 0 9px;
    padding-bottom:9px;
    font-size:15px
}
.footer-column>a,.footer-column>p{
    color:#657286;
    font-size:11px;
    line-height:1.55
}
.footer-column>a:hover{
    color:#8a1739
}
.footer-world-line{
    min-height:62px;
    border-top-color:#dce4ee;
    color:#071a36
}
.footer-world-line>span{
    font-size:18px
}
.footer-languages a{
    width:33px;
    height:33px;
    border-color:#ccd7e4;
    color:#657286
}
.footer-legal{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:22px;
    min-height:54px;
    border-top:1px solid #dce4ee;
    color:#778397;
    font-size:9px
}
.footer-legal>div{
    display:flex;
    flex-wrap:wrap;
    gap:18px
}
.footer-legal a{
    color:#778397
}
.footer-legal a:last-child{
    color:#8a1739;
    font-weight:800
}
.footer-contact small{
    color:#8a1739
}
.footer-contact a:before,.footer-contact p:before{
    top:13px
}
.footer-socials a:hover{
    color:#fff
}
@media(max-width:850px){
    .contact-section{
        padding:58px 0
    }
    .contact-intro,.contact-form-panel{
        padding:38px 30px
    }
    .footer-legal{
        align-items:flex-start;
        flex-direction:column;
        padding-top:16px;
        padding-bottom:16px
    }
    .footer-main{
        padding-top:38px;
        padding-bottom:28px
    }
    .footer-world-line{
        padding-top:16px;
        padding-bottom:16px
    }
}
@media(max-width:570px){
    .contact-list{
        grid-template-columns:1fr
    }
    .contact-address{
        grid-column:auto
    }
    .contact-intro,.contact-form-panel{
        padding:34px 22px
    }
    .footer-legal>div{
        flex-direction:column;
        gap:7px
    }
}

.experience-badge::before {
    border: 1px dashed rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    content: "";
    inset: 8px;
    position: absolute;
}

.experience-icon {
    align-items: center;
    background-color: var(--turquoise);
    border-radius: 50%;
    color: var(--navy);
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 32px;
}

.experience-icon svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 18px;
}

.experience-badge strong {
    font-size: 43px;
    letter-spacing: -3px;
    line-height: 0.8;
    position: relative;
    z-index: 1;
}

.experience-badge sup {
    color: var(--turquoise);
    font-size: 17px;
    letter-spacing: 0;
}

.experience-text {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.1px;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.fixed-contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    right: 14px;
    top: 43%;
    z-index: 150;
}

.fixed-contact {
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(6, 31, 49, 0.25);
    color: var(--white);
    display: flex;
    font-size: 19px;
    height: 52px;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 52px;
}

.fixed-contact svg {
    fill: none;
    height: 25px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 25px;
}

.fixed-contact .icon-fill {
    fill: currentColor;
    stroke: none;
}

.fixed-contact:hover {
    box-shadow: 0 14px 32px rgba(6, 31, 49, 0.34);
    transform: translateX(-6px) scale(1.08);
}

.whatsapp {
    background-color: #1caf5d;
}

.instagram {
    background: linear-gradient(145deg, #684dcc, #d82d7c, #f28d2f);
}

.telephone {
    background-color: var(--burgundy);
}

.section-kicker {
    align-items: center;
    color: var(--burgundy);
    display: flex;
    font-size: 11px;
    font-weight: 800;
    gap: 13px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.section-kicker span {
    background-color: var(--turquoise);
    height: 3px;
    width: 45px;
}

/* Hakkımızda — sliderın premium atmosferini devam ettiren koyu sahne */
.about-premium {
    background:
        radial-gradient(circle at 85% 15%, rgba(139, 18, 62, 0.32), transparent 30%),
        linear-gradient(135deg, #041724, var(--navy) 55%, #0b3045);
    color: var(--white);
    overflow: hidden;
    padding: 118px 0 0;
    position: relative;
}

.about-premium::before {
    border: 1px solid rgba(117, 205, 209, 0.12);
    border-radius: 50%;
    content: "";
    height: 640px;
    left: -330px;
    position: absolute;
    top: -230px;
    width: 640px;
}

.about-stage {
    align-items: center;
    display: grid;
    gap: clamp(55px, 7vw, 110px);
    grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
    min-height: 620px;
}

.light-kicker {
    color: var(--turquoise);
}

.light-kicker span {
    background-color: var(--burgundy);
}

.about-copy h2 {
    font-size: clamp(50px, 5vw, 78px);
    letter-spacing: -4px;
    line-height: 1.02;
    margin: 24px 0 30px;
}

.about-copy h2 em {
    color: #ef7098;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 600;
}

.about-intro {
    color: #eef5f6;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.75;
    max-width: 590px;
}

.about-detail {
    color: #aebfc6;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
    max-width: 570px;
}

.about-action {
    align-items: center;
    border-bottom: 1px solid rgba(117, 205, 209, 0.4);
    color: var(--white);
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 24px;
    margin-top: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.about-action b {
    color: var(--turquoise);
    font-size: 18px;
    transition: transform 0.3s ease;
}

.about-action:hover b {
    transform: translateX(7px);
}

.about-visual {
    min-height: 520px;
    position: relative;
}

.visual-frame {
    box-shadow: 0 35px 75px rgba(0, 0, 0, 0.35);
    height: 500px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: min(100%, 740px);
}

.visual-frame::after {
    background: linear-gradient(90deg, rgba(4, 23, 36, 0.25), transparent 48%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    content: "";
    inset: 17px;
    position: absolute;
}

.visual-frame img {
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
    transform: scale(1.13);
    transition: transform 1.2s ease;
    width: 100%;
}

.about-visual:hover .visual-frame img {
    transform: scale(1.18);
}

.visual-stamp {
    align-items: center;
    background: linear-gradient(145deg, var(--burgundy), var(--burgundy-dark));
    border: 8px solid var(--navy);
    border-radius: 50%;
    bottom: -14px;
    display: flex;
    flex-direction: column;
    height: 174px;
    justify-content: center;
    left: -45px;
    position: absolute;
    text-align: center;
    width: 174px;
    z-index: 2;
}

.visual-stamp strong {
    font-size: 47px;
    line-height: 1;
}

.visual-stamp sup {
    color: var(--turquoise);
    font-size: 19px;
}

.visual-stamp span {
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.4px;
    margin-top: 8px;
    text-transform: uppercase;
}

.company-metrics {
    background-color: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: repeat(3, 1fr) 1.35fr;
    margin-top: 52px;
    position: relative;
}

.metric-item,
.metric-route {
    min-height: 170px;
    padding: 34px 30px;
}

.metric-item {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.metric-number {
    color: var(--turquoise);
    display: block;
    font-size: 39px;
    font-weight: 800;
    letter-spacing: -2px;
}

.metric-item p {
    color: #abbcc3;
    font-size: 11px;
    line-height: 1.55;
    margin-top: 8px;
    max-width: 155px;
}

.metric-route {
    background: rgba(139, 18, 62, 0.2);
}

.metric-route small {
    color: #ef7098;
    display: block;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.metric-route strong {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.35;
}

.knowledge-ribbon {
    background-color: var(--burgundy);
    margin-top: 58px;
    overflow: hidden;
    position: relative;
}

.knowledge-ribbon-inner {
    align-items: center;
    display: flex;
    gap: 35px;
    min-height: 130px;
    position: relative;
}

.knowledge-ribbon span {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 43px;
    font-style: italic;
    font-weight: 600;
    white-space: nowrap;
}

.knowledge-ribbon p {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 13px;
    line-height: 1.6;
    max-width: 480px;
    padding-left: 35px;
}

.knowledge-ribbon i {
    color: rgba(255, 255, 255, 0.07);
    font-size: 116px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -8px;
    position: absolute;
    right: 20px;
}

/* Ürün grupları — boşluksuz asimetrik katalog */
.products-premium {
    background-color: #f2f5f5;
    padding: 120px 0 130px;
}

.products-heading {
    align-items: end;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 1fr) 380px;
    margin-bottom: 55px;
}

.products-heading h2 {
    color: var(--navy);
    font-size: clamp(48px, 5.2vw, 78px);
    letter-spacing: -4px;
    line-height: 1;
    margin-top: 24px;
}

.products-heading h2 em {
    color: var(--burgundy);
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 600;
}

.products-heading-note {
    border-left: 1px solid #cdd7da;
    padding: 6px 0 6px 30px;
}

.products-heading-note span {
    color: var(--burgundy);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.products-heading-note p {
    color: #60727a;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 12px;
}

.product-mosaic {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 330px 330px;
}

.product-tile {
    background-color: var(--navy);
    color: var(--white);
    overflow: hidden;
    position: relative;
}

.tile-cleaning {
    grid-column: span 5;
}
.tile-care {
    grid-column: span 3;
}
.tile-spray {
    grid-column: span 4;
}
.tile-industrial {
    grid-column: span 4;
}
.tile-custom {
    grid-column: span 8;
}

.product-tile::before {
    background: linear-gradient(180deg, rgba(4, 23, 36, 0.02) 25%, rgba(4, 23, 36, 0.9));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.product-tile::after {
    border: 1px solid rgba(255, 255, 255, 0.25);
    content: "";
    inset: 14px;
    position: absolute;
    transition: border-color 0.35s ease, inset 0.35s ease;
    z-index: 2;
}

.product-tile img {
    height: 100%;
    object-fit: cover;
    transition: filter 0.75s ease, transform 0.75s ease;
    width: 100%;
}

.tile-cleaning img {
    object-position: center 44%;
}
.tile-care img {
    object-position: center 43%;
}
.tile-spray img {
    object-position: center 52%;
}
.tile-industrial img {
    object-position: center 43%;
}
.tile-custom img {
    object-position: center 50%;
}

.product-tile:hover img {
    filter: saturate(1.1) contrast(1.04);
    transform: scale(1.08);
}

.product-tile:hover::after {
    border-color: var(--turquoise);
    inset: 9px;
}

.tile-number {
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
    font-weight: 800;
    left: 31px;
    letter-spacing: 2px;
    position: absolute;
    top: 30px;
    z-index: 3;
}

.tile-copy {
    bottom: 30px;
    left: 31px;
    position: absolute;
    right: 30px;
    z-index: 3;
}

.tile-copy small {
    color: var(--turquoise);
    display: block;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.4px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.tile-copy h3 {
    font-size: clamp(22px, 2.3vw, 34px);
    letter-spacing: -1.5px;
    line-height: 1.08;
}

.tile-copy b {
    display: block;
    font-size: 8px;
    letter-spacing: 1px;
    margin-top: 15px;
    text-transform: uppercase;
}

.about-section {
    background:
        radial-gradient(circle at 92% 12%, rgba(117, 205, 209, 0.19), transparent 28%),
        linear-gradient(180deg, #ffffff, #f3f6f6);
    overflow: hidden;
    padding: 120px 0 110px;
    position: relative;
}

.about-section::before {
    color: rgba(6, 31, 49, 0.027);
    content: "DERYA";
    font-size: clamp(140px, 20vw, 330px);
    font-weight: 800;
    letter-spacing: -22px;
    line-height: 1;
    position: absolute;
    right: -20px;
    top: 20px;
}

.about-layout {
    display: grid;
    gap: 54px 80px;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
    position: relative;
    z-index: 1;
}

.about-heading h2,
.services-header h2 {
    color: var(--navy);
    font-size: clamp(45px, 5.2vw, 78px);
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 1.03;
    margin-top: 23px;
}

.about-heading h2 em,
.services-header h2 em {
    color: var(--burgundy);
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 600;
}

.about-story {
    align-self: end;
    border-left: 1px solid rgba(6, 31, 49, 0.14);
    padding: 10px 0 5px 44px;
}

.about-story p {
    color: #5e7078;
    font-size: 15px;
    line-height: 1.8;
}

.about-story .about-lead {
    color: var(--navy);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.text-link {
    align-items: center;
    color: var(--burgundy);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 16px;
    margin-top: 24px;
    text-transform: uppercase;
}

.text-link span {
    transition: transform 0.3s ease;
}

.text-link:hover span {
    transform: translateX(7px);
}

.about-values {
    display: grid;
    gap: 18px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
}

.value-card {
    background-color: var(--white);
    border: 1px solid rgba(6, 31, 49, 0.08);
    min-height: 270px;
    overflow: hidden;
    padding: 35px;
    position: relative;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.value-card::after {
    background: linear-gradient(90deg, var(--burgundy), var(--turquoise));
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 100%;
    transition: right 0.45s ease;
}

.value-card:hover {
    box-shadow: 0 24px 55px rgba(6, 31, 49, 0.13);
    transform: translateY(-9px);
}

.value-card:hover::after {
    right: 0;
}

.value-number {
    color: rgba(6, 31, 49, 0.07);
    font-size: 67px;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    right: 25px;
    top: 24px;
}

.value-icon {
    align-items: center;
    background: linear-gradient(145deg, var(--navy), var(--navy-light));
    border-radius: 50%;
    color: var(--turquoise);
    display: flex;
    height: 61px;
    justify-content: center;
    margin-bottom: 36px;
    width: 61px;
}

.value-icon svg {
    fill: none;
    height: 27px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    width: 27px;
}

.value-card h3 {
    color: var(--navy);
    font-size: 21px;
    margin-bottom: 12px;
}

.value-card p {
    color: #718087;
    font-size: 13px;
    line-height: 1.7;
    max-width: 310px;
}

.knowledge-callout {
    align-items: center;
    background: linear-gradient(120deg, var(--navy), #092d42 56%, var(--burgundy-dark));
    color: var(--white);
    display: flex;
    gap: 34px;
    grid-column: 1 / -1;
    min-height: 190px;
    overflow: hidden;
    padding: 35px 55px;
    position: relative;
}

.knowledge-callout::after {
    border: 1px solid rgba(117, 205, 209, 0.3);
    border-radius: 50%;
    content: "";
    height: 240px;
    position: absolute;
    right: 6%;
    top: -125px;
    width: 240px;
}

.knowledge-mark {
    align-items: center;
    border: 1px solid rgba(117, 205, 209, 0.48);
    border-radius: 50%;
    color: var(--turquoise);
    display: flex;
    flex: 0 0 94px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 48px;
    height: 94px;
    justify-content: center;
}

.knowledge-callout small {
    color: var(--turquoise);
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.knowledge-callout strong {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 36px;
    font-style: italic;
    line-height: 1.1;
}

.knowledge-callout p {
    color: #c9d8dd;
    font-size: 13px;
    margin-top: 8px;
}

.services-section {
    background-color: var(--navy);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.services-section::before {
    background: radial-gradient(circle, rgba(117, 205, 209, 0.15), transparent 65%);
    content: "";
    height: 750px;
    left: -300px;
    position: absolute;
    top: -350px;
    width: 750px;
}

.services-header {
    align-items: end;
    display: grid;
    gap: 60px;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
    margin-bottom: 55px;
    position: relative;
}

.services-header .section-kicker {
    color: var(--turquoise);
}

.services-header h2 {
    color: var(--white);
}

.services-header h2 em {
    color: #f16b95;
}

.services-header > p {
    color: #b9c9cf;
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 8px;
}

.services-grid {
    display: grid;
    gap: 18px;
    grid-auto-rows: 340px;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.service-card {
    background-color: #0b2c3e;
    grid-column: span 4;
    overflow: hidden;
    position: relative;
}

.service-card-large {
    grid-column: span 8;
}

.service-card-wide {
    grid-column: span 8;
}

.service-card img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform: scale(1.02);
    transition: filter 0.65s ease, transform 0.65s ease;
    width: 100%;
}

.service-shade {
    background: linear-gradient(180deg, rgba(6, 31, 49, 0.02) 30%, rgba(4, 20, 30, 0.92));
    inset: 0;
    position: absolute;
}

.service-card::after {
    border: 1px solid rgba(255, 255, 255, 0.22);
    content: "";
    inset: 15px;
    pointer-events: none;
    position: absolute;
    transition: border-color 0.35s ease, inset 0.35s ease;
}

.service-card:hover img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.1);
}

.service-card:hover::after {
    border-color: rgba(117, 205, 209, 0.75);
    inset: 10px;
}

.service-index {
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    font-weight: 800;
    left: 33px;
    letter-spacing: 2px;
    position: absolute;
    top: 31px;
    z-index: 2;
}

.service-content {
    bottom: 32px;
    color: var(--white);
    left: 34px;
    position: absolute;
    right: 34px;
    z-index: 2;
}

.service-content p {
    color: var(--turquoise);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.service-content h3 {
    font-size: clamp(20px, 2vw, 31px);
    letter-spacing: -1px;
    line-height: 1.15;
}

.service-content a {
    align-items: center;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    gap: 10px;
    margin-top: 17px;
    opacity: 0.82;
    text-transform: uppercase;
}

.service-content a span {
    color: var(--turquoise);
    font-size: 17px;
    transition: transform 0.3s ease;
}

.service-content a:hover span {
    transform: translate(4px, -4px);
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(38px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

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

.about-values .reveal-on-scroll:nth-child(2),
.services-grid .reveal-on-scroll:nth-child(2) {
    transition-delay: 0.1s;
}

.about-values .reveal-on-scroll:nth-child(3),
.services-grid .reveal-on-scroll:nth-child(3) {
    transition-delay: 0.2s;
}

.services-grid .reveal-on-scroll:nth-child(4) {
    transition-delay: 0.1s;
}

.services-grid .reveal-on-scroll:nth-child(5) {
    transition-delay: 0.2s;
}

@media (max-width: 1250px) {
    .about-stage {
        grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    }

    .company-metrics {
        grid-template-columns: repeat(3, 1fr);
    }

    .metric-route {
        grid-column: 1 / -1;
    }

    .product-mosaic {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 350px);
    }

    .tile-cleaning,
    .tile-care,
    .tile-spray,
    .tile-industrial {
        grid-column: auto;
    }

    .tile-custom {
        grid-column: 1 / -1;
    }

    .about-layout {
        gap: 45px;
        grid-template-columns: 1fr 1fr;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-card,
    .service-card-large,
    .service-card-wide {
        grid-column: auto;
    }

    .service-card-wide {
        grid-column: 1 / -1;
    }

    .main-navigation {
        background-color: var(--white);
        box-shadow: 0 20px 35px rgba(6, 31, 49, 0.14);
        display: none;
        left: 0;
        max-height: calc(100vh - 88px);
        overflow-y: auto;
        padding: 20px 30px;
        position: absolute;
        right: 0;
        top: 88px;
    }

    .navbar-actions {
        display: none;
    }

    .main-navigation.open {
        display: block;
    }

    .navigation-list {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .navigation-list > li > a {
        font-size: 15px;
        justify-content: space-between;
        padding: 14px 0;
    }

    .navigation-list > li > a::after {
        bottom: 7px;
    }

    .submenu {
        border-top: 0;
        box-shadow: none;
        display: none;
        left: auto;
        min-width: auto;
        opacity: 1;
        padding: 0 0 8px 14px;
        pointer-events: auto;
        position: static;
        transform: none;
        visibility: visible;
    }

    .has-submenu.submenu-open .submenu {
        display: block;
    }

    .mobile-navbar-actions {
        align-items: center;
        border-top: 1px solid var(--border);
        display: flex;
        gap: 14px;
        justify-content: space-between;
        margin-top: 12px;
        padding: 18px 0 4px;
    }

    .mobile-login-button {
        align-items: center;
        background: linear-gradient(145deg, var(--burgundy), var(--burgundy-dark));
        border-radius: 24px;
        box-shadow: 0 9px 22px rgba(139, 18, 62, 0.2);
        color: var(--white);
        display: inline-flex;
        font-size: 13px;
        font-weight: 800;
        gap: 9px;
        padding: 4px 18px 4px 4px;
        white-space: nowrap;
    }

    .mobile-language-selector {
        display: flex;
        flex-shrink: 0;
    }

    .mobile-menu-button {
        display: block;
        order: 5;
    }

    .mobile-menu-button.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-menu-button.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-button.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

}

@media (max-width: 768px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .navbar {
        gap: 10px;
        min-height: 72px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .logo img {
        width: 150px;
    }

    .logo {
        margin-left: 5px;
    }

    .main-navigation {
        max-height: calc(100vh - 72px);
        top: 72px;
    }

    .language-selector {
        display: none;
    }

    .mobile-navbar-actions .language-selector {
        display: flex;
    }

    .login-button > span:last-child {
        display: none;
    }

    .hero-section {
        min-height: 572px;
        padding: 12px 0 0;
    }

    .hero-slider {
        box-shadow: none;
        height: 585px;
        min-height: 585px;
    }

    .hero-background {
        object-fit: cover;
        object-position: 68% center;
    }

    .hero-overlay {
        background: linear-gradient(90deg, rgba(3, 22, 33, 0.95), rgba(6, 31, 49, 0.62) 70%, rgba(6, 31, 49, 0.15));
    }

    .hero-content {
        max-width: 350px;
        padding-left: 6px;
    }

    .hero-kicker {
        font-size: 8px;
        letter-spacing: 1.2px;
    }

    .hero-kicker span {
        width: 30px;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 47px;
        letter-spacing: -3px;
        margin: 22px 0;
    }

    .hero-description {
        font-size: 13px;
        max-width: 330px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-buttons a {
        width: 100%;
    }

    .slider-arrow {
        display: none;
    }

    .experience-badge {
        bottom: 18px;
        height: 112px;
        right: 15px;
        width: 112px;
    }

    .experience-badge strong {
        font-size: 30px;
    }

    .experience-text {
        font-size: 5.5px;
    }

    .experience-icon {
        height: 25px;
        right: 2px;
        width: 25px;
    }

    .experience-icon svg {
        height: 14px;
        width: 14px;
    }

    .fixed-contact-buttons {
        align-items: center;
        bottom: 66px;
        flex-direction: column;
        gap: 9px;
        left: auto;
        right: 14px;
        top: auto;
    }

    .fixed-contact {
        height: 48px;
        min-height: 48px;
        min-width: 48px;
        width: 48px;
    }

    .fixed-contact:hover {
        transform: none;
    }

    .about-premium {
        padding-top: 75px;
    }

    .about-stage {
        display: block;
        min-height: 0;
    }

    .about-copy h2 {
        font-size: 44px;
        letter-spacing: -2.7px;
    }

    .about-intro {
        font-size: 15px;
    }

    .about-visual {
        margin-top: 50px;
        min-height: 400px;
    }

    .visual-frame {
        height: 360px;
    }

    .visual-frame img {
        object-position: 69% center;
    }

    .visual-stamp {
        bottom: -12px;
        height: 128px;
        left: -6px;
        width: 128px;
    }

    .visual-stamp strong {
        font-size: 35px;
    }

    .company-metrics {
        grid-template-columns: 1fr;
        margin-top: 35px;
    }

    .metric-item,
    .metric-route {
        min-height: 130px;
        padding: 27px;
    }

    .metric-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 0;
    }

    .knowledge-ribbon {
        margin-top: 44px;
    }

    .knowledge-ribbon-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding-bottom: 28px;
        padding-top: 28px;
    }

    .knowledge-ribbon span {
        font-size: 35px;
    }

    .knowledge-ribbon p {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.35);
        padding-left: 0;
        padding-top: 14px;
    }

    .knowledge-ribbon i {
        display: none;
    }

    .products-premium {
        padding: 78px 0 85px;
    }

    .products-heading {
        display: block;
    }

    .products-heading h2 {
        font-size: 44px;
        letter-spacing: -2.7px;
    }

    .products-heading-note {
        border-left: 0;
        border-top: 1px solid #cdd7da;
        margin-top: 30px;
        padding: 22px 0 0;
    }

    .product-mosaic {
        display: block;
    }

    .product-tile {
        display: block;
        height: 390px;
        margin-bottom: 14px;
    }

    .about-section,
    .services-section {
        padding: 78px 0;
    }

    .about-layout,
    .services-header {
        display: block;
    }

    .about-heading h2,
    .services-header h2 {
        font-size: 44px;
        letter-spacing: -2.7px;
    }

    .about-story {
        border-left: 0;
        border-top: 1px solid rgba(6, 31, 49, 0.14);
        margin-top: 35px;
        padding: 28px 0 0;
    }

    .about-story .about-lead {
        font-size: 16px;
    }

    .about-values {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .value-card {
        min-height: 245px;
        padding: 29px;
    }

    .knowledge-callout {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 18px;
        padding: 32px 28px;
    }

    .knowledge-mark {
        flex-basis: 72px;
        font-size: 37px;
        height: 72px;
        width: 72px;
    }

    .services-header > p {
        margin-top: 27px;
    }

    .services-grid {
        display: block;
        margin-top: 40px;
    }

    .service-card {
        height: 390px;
        margin-bottom: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
/* =========================================================
   GÜNAY KURUMSAL ŞABLONU — DERYAPLAST UYARLAMASI
   Hakkımızda ve Ürün/Hizmet alanlarının özgün kart yapısı
   ========================================================= */
.corporate-section{
    position:relative;
    padding:100px 0;
    overflow:hidden
}
.about-section{
    background:#fff
}
.services-section{
    background:#f3f6fa
}
.corporate-two-column{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:72px;
    align-items:center
}
.corporate-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:16px;
    padding:9px 14px;
    border-left:4px solid #8a1739;
    background:#f8e9ef;
    color:#8a1739;
    font-size:13px;
    font-weight:850;
    letter-spacing:2px
}
.corporate-title{
    max-width:760px;
    margin:0 0 22px;
    color:#081c3a;
    font-family:var(--font-display);
    font-size:clamp(38px,4.2vw,62px);
    font-weight:800;
    line-height:1.1;
    letter-spacing:-.035em
}
.corporate-title em{
    display:block;
    color:#8a1739;
    font-family:var(--font-serif);
    font-weight:600
}
.corporate-lead{
    max-width:720px;
    margin:0;
    color:#46536a;
    font-size:18px;
    line-height:1.8
}
.corporate-mini-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-top:30px
}
.corporate-mini-card{
    display:flex;
    gap:16px;
    min-height:132px;
    padding:22px;
    border:1px solid #d9e0ea;
    border-top:4px solid #8a1739;
    border-radius:12px;
    background:#fff;
    box-shadow:0 14px 35px rgba(8,28,58,.11)
}
.corporate-mini-card .mini-icon{
    display:grid;
    place-items:center;
    flex:0 0 54px;
    width:54px;
    height:54px;
    border-radius:9px;
    background:#8a1739;
    color:#fff;
    font-size:24px
}
.corporate-mini-card h3{
    margin:2px 0 7px;
    color:#081c3a;
    font-size:19px
}
.corporate-mini-card p{
    margin:0;
    color:#5a6476;
    font-size:14px;
    line-height:1.55
}
.about-contact-strip{
    display:flex;
    flex-wrap:wrap;
    gap:22px;
    margin-top:30px;
    padding-top:27px;
    border-top:1px solid #d9e0ea
}
.about-contact-strip a{
    display:flex;
    align-items:center;
    gap:12px;
    color:#081c3a;
    font-weight:750
}
.about-contact-strip span:not(.contact-circle){
    display:flex;
    flex-direction:column
}
.about-contact-strip small{
    margin-bottom:3px;
    color:#8a1739;
    font-size:10px;
    font-weight:800;
    letter-spacing:1px
}
.contact-circle{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border-radius:50%;
    background:#8a1739;
    color:#fff
}
.corporate-image-grid{
    position:relative;
    min-height:560px;
    padding:35px 0 35px 65px
}
.corporate-image-grid:before{
    content:"";
    position:absolute;
    inset:0 40px 0 0;
    border:2px solid rgba(8,28,58,.12);
    border-radius:16px
}
.corporate-image-grid img{
    object-fit:cover;
    box-shadow:0 20px 55px rgba(8,28,58,.2)
}
.corporate-image-grid .image-main{
    position:absolute;
    top:65px;
    right:0;
    width:78%;
    height:430px;
    border-radius:12px
}
.corporate-image-grid .image-small{
    position:absolute;
    left:0;
    width:190px;
    height:180px;
    border:7px solid #fff;
    border-radius:12px
}
.corporate-image-grid .image-top{
    top:0
}
.corporate-image-grid .image-bottom{
    bottom:0
}
.corporate-experience-badge{
    position:absolute;
    right:35px;
    bottom:0;
    min-width:185px;
    padding:22px 26px;
    border-radius:10px;
    background:#8a1739;
    color:#fff;
    box-shadow:0 16px 34px rgba(138,23,57,.3)
}
.corporate-experience-badge strong,.corporate-experience-badge span{
    display:block
}
.corporate-experience-badge strong{
    font-family:var(--font-display);
    font-size:34px
}
.corporate-experience-badge span{
    font-size:11px;
    font-weight:800;
    letter-spacing:1.5px
}
.knowledge-band{
    margin-top:84px;
    background:linear-gradient(105deg,#071a36 0%,#0b2953 65%,#8a1739 100%);
    color:#fff
}
.knowledge-band .container{
    display:flex;
    align-items:center;
    gap:26px;
    min-height:118px
}
.knowledge-band strong{
    font-family:var(--font-serif);
    font-size:38px;
    font-style:italic
}
.knowledge-band span{
    font-size:17px;
    opacity:.87
}
.knowledge-band b{
    margin-left:auto;
    color:#5ee1e6;
    font-size:13px;
    letter-spacing:2px
}
.corporate-section-heading{
    max-width:780px;
    margin:0 auto 46px;
    text-align:center
}
.corporate-section-heading .corporate-title{
    margin-inline:auto
}
.corporate-section-heading .corporate-lead{
    margin-inline:auto
}
.services-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:26px
}
.corporate-service-card{
    overflow:hidden;
    display:grid;
    grid-template-columns:minmax(240px,.9fr) minmax(0,1.1fr);
    min-height:310px;
    border:1px solid #d8e0eb;
    border-top:5px solid #8a1739;
    border-radius:14px;
    background:#fff;
    box-shadow:0 14px 36px rgba(8,28,58,.12);
    transition:transform .35s ease,box-shadow .35s ease
}
.corporate-service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 24px 52px rgba(8,28,58,.18)
}
.service-image{
    position:relative;
    min-height:100%;
    overflow:hidden;
    background:#dfe8f2
}
.service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .55s ease
}
.corporate-service-card:hover .service-image img{
    transform:scale(1.06)
}
.service-image:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(4,20,44,.6),transparent 62%)
}
.service-image>span{
    position:absolute;
    right:18px;
    bottom:12px;
    z-index:2;
    color:#fff;
    font-size:36px;
    font-weight:850
}
.service-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:30px;
    border-bottom:4px solid #0c3565
}
.service-title-row{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:14px
}
.service-card-icon{
    display:grid;
    place-items:center;
    flex:0 0 50px;
    width:50px;
    height:50px;
    border-radius:8px;
    background:#8a1739;
    color:#fff;
    font-size:24px
}
.service-content h3{
    margin:0;
    color:#081c3a;
    font-size:24px;
    line-height:1.2
}
.service-content p{
    margin:0 0 20px;
    color:#4d596d;
    font-size:15px;
    line-height:1.7
}
.service-content a{
    align-self:flex-start;
    color:#8a1739;
    font-size:13px;
    font-weight:850;
    letter-spacing:.5px
}
.service-content a b{
    margin-left:8px
}
.service-card-wide{
    grid-column:1/-1;
    grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr)
}
.about-section:before,.services-section:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#8a1739 0 34%,#0c3565 34% 82%,#22b8c7 82%)
}
@media(max-width:1100px){
    .corporate-two-column{
        gap:38px
    }
    .corporate-service-card{
        grid-template-columns:1fr
    }
    .service-image{
        height:260px
    }
    .service-card-wide{
        grid-template-columns:1fr
    }
    .service-card-wide .service-image{
        height:320px
    }
}
@media(max-width:860px){
    .corporate-section{
        padding:72px 0
    }
    .corporate-two-column{
        grid-template-columns:1fr
    }
    .corporate-image-grid{
        min-height:510px
    }
    .services-grid{
        grid-template-columns:1fr
    }
    .knowledge-band .container{
        flex-wrap:wrap;
        padding-top:25px;
        padding-bottom:25px
    }
    .knowledge-band b{
        margin-left:0
    }
    .service-card-wide{
        grid-column:auto
    }
}
@media(max-width:560px){
    .corporate-title{
        font-size:38px
    }
    .corporate-mini-grid{
        grid-template-columns:1fr
    }
    .corporate-image-grid{
        min-height:430px;
        padding-left:35px
    }
    .corporate-image-grid .image-main{
        height:330px
    }
    .corporate-image-grid .image-small{
        width:135px;
        height:130px
    }
    .corporate-experience-badge{
        right:10px;
        padding:16px
    }
    .about-contact-strip{
        flex-direction:column
    }
    .knowledge-band strong{
        font-size:30px
    }
    .corporate-service-card{
        display:block
    }
    .service-image{
        height:250px
    }
    .service-content{
        padding:24px
    }
    .service-content h3{
        font-size:21px
    }
}

/* =========================================================
   DERYA'YA ÖZGÜ HAKKIMIZDA + DÖRTLÜ SEKTÖR KARTLARI
   Sliderın lacivert / bordo / turkuaz görsel dilini sürdürür.
   ========================================================= */
.derya-about {
    position: relative;
    overflow: hidden;
    padding: 118px 0;
    background:
        radial-gradient(circle at 9% 15%, rgba(34, 184, 199, 0.12), transparent 27%),
        linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.derya-about::before {
    content: "DERYA";
    position: absolute;
    right: -35px;
    top: 22px;
    color: rgba(8, 28, 58, 0.035);
    font-family: var(--font-display);
    font-size: clamp(130px, 19vw, 310px);
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.derya-about-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 88px;
    align-items: center;
}

.derya-about-visual {
    position: relative;
    min-height: 590px;
}

.about-photo-shell {
    position: absolute;
    inset: 0 30px 35px 0;
    overflow: hidden;
    border-radius: 4px 72px 4px 4px;
    background: #071a36;
    box-shadow: 0 34px 75px rgba(7, 26, 54, 0.22);
}

.about-photo-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, transparent 42%, rgba(7, 26, 54, 0.8) 100%);
}

.about-photo-shell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s ease;
}

.derya-about-visual:hover .about-photo-shell img {
    transform: scale(1.035);
}

.about-year {
    position: absolute;
    z-index: 2;
    left: 34px;
    bottom: 28px;
    color: #ffffff;
    font-size: 58px;
    font-weight: 850;
    letter-spacing: -3px;
}

.knowledge-seal {
    position: absolute;
    z-index: 4;
    right: -32px;
    bottom: 0;
    display: grid;
    place-items: center;
    width: 190px;
    height: 190px;
    border: 9px solid #ffffff;
    border-radius: 50%;
    background: linear-gradient(145deg, #a71c4c 0%, #74102f 100%);
    color: #ffffff;
    box-shadow: 0 22px 48px rgba(116, 16, 47, 0.32);
}

.knowledge-seal::before {
    content: "";
    position: absolute;
    inset: 17px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.knowledge-seal strong {
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1.05;
    letter-spacing: 1px;
}

.seal-orbit {
    position: absolute;
    top: 22px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 2px;
}

.derya-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px;
    color: #22aebd;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 2.3px;
}

.derya-eyebrow span {
    width: 42px;
    height: 3px;
    background: #8a1739;
}

.derya-about-copy h2,
.sector-heading h2 {
    margin: 0;
    color: #071a36;
    font-family: var(--font-display);
    font-size: clamp(42px, 4.6vw, 68px);
    font-weight: 850;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.derya-about-copy h2 em,
.sector-heading h2 em {
    color: #8a1739;
    font-family: var(--font-serif);
    font-weight: 600;
}

.about-highlight {
    margin: 30px 0 17px;
    padding-left: 22px;
    border-left: 4px solid #8a1739;
    color: #152a49;
    font-size: 19px;
    font-weight: 650;
    line-height: 1.65;
}

.about-body {
    margin: 0;
    color: #5a6679;
    font-size: 16px;
    line-height: 1.85;
}

.about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 31px 0;
}

.about-values > div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 12px;
    border: 1px solid #dce3ed;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.78);
}

.about-values b {
    color: #8a1739;
    font-size: 27px;
}

.about-values span {
    color: #536176;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.about-cta {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    min-height: 56px;
    padding: 0 24px;
    border: 1px solid #8a1739;
    background: #8a1739;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}

.about-cta:hover {
    gap: 38px;
    background: #071a36;
    border-color: #071a36;
}

.sector-services {
    position: relative;
    overflow: hidden;
    padding: 112px 0 125px;
    background:
        radial-gradient(circle at 80% 5%, rgba(138, 23, 57, 0.23), transparent 31%),
        radial-gradient(circle at 4% 100%, rgba(34, 184, 199, 0.16), transparent 29%),
        #061831;
}

.sector-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 54px 54px;
    pointer-events: none;
}

.sector-heading {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 55px;
    margin-bottom: 48px;
}

.sector-heading h2 {
    color: #ffffff;
}

.sector-heading h2 em {
    color: #5ad7df;
}

.sector-heading > p {
    max-width: 430px;
    margin: 0 0 8px;
    color: rgba(255,255,255,.66);
    font-size: 16px;
    line-height: 1.75;
}

.sector-card-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.sector-card {
    position: relative;
    overflow: hidden;
    min-height: 505px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 3px 34px 3px 3px;
    background: #0b2447;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.sector-card:nth-child(even) {
    margin-top: 32px;
}

.sector-card:hover {
    z-index: 3;
    transform: translateY(-12px);
    border-color: rgba(90, 215, 223, 0.8);
}

.sector-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s ease, filter 0.5s ease;
}

.sector-card:hover img {
    transform: scale(1.07);
    filter: saturate(1.12);
}

.sector-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(4, 17, 38, 0.98) 3%, rgba(6, 24, 49, 0.72) 38%, rgba(6, 24, 49, 0.05) 75%);
}

.sector-index {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 50%;
    background: rgba(7, 26, 54, 0.48);
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
    backdrop-filter: blur(8px);
}

.sector-overlay {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 28px;
    left: 25px;
    color: #ffffff;
}

.sector-overlay small {
    display: block;
    margin-bottom: 12px;
    color: #5ad7df;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1.5px;
}

.sector-overlay h3 {
    min-height: 65px;
    margin: 0 0 24px;
    font-family: var(--font-display);
    font-size: clamp(23px, 2vw, 30px);
    line-height: 1.08;
}

.sector-overlay b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.22);
    color: rgba(255,255,255,.86);
    font-size: 11px;
    letter-spacing: 0.5px;
}

.sector-overlay i {
    color: #d8517f;
    font-size: 19px;
    font-style: normal;
    transition: transform 0.3s ease;
}

.sector-card:hover .sector-overlay i {
    transform: translate(4px, -4px);
}

@media (max-width: 1120px) {
    .derya-about-layout {
        gap: 54px;
    }

    .sector-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .sector-card:nth-child(even) {
        margin-top: 0;
    }
}

@media (max-width: 850px) {
    .derya-about {
        padding: 82px 0;
    }

    .derya-about-layout {
        grid-template-columns: 1fr;
    }

    .derya-about-visual {
        min-height: 520px;
    }

    .knowledge-seal {
        right: 0;
    }

    .sector-heading {
        display: block;
    }

    .sector-heading > p {
        margin-top: 22px;
    }
}

@media (max-width: 570px) {
    .derya-about-visual {
        min-height: 430px;
    }

    .about-photo-shell {
        right: 10px;
        bottom: 20px;
    }

    .knowledge-seal {
        width: 145px;
        height: 145px;
        border-width: 6px;
    }

    .knowledge-seal strong {
        font-size: 17px;
    }

    .about-values {
        grid-template-columns: 1fr;
    }

    .sector-services {
        padding: 82px 0;
    }

    .sector-card-grid {
        grid-template-columns: 1fr;
    }

    .sector-card {
        min-height: 455px;
    }
}

/* INDEX OKUNABİLİRLİK VE FOOTER DÜZENLEMESİ */
body:not(.inner-page):not(.detail-page) .hero-kicker,
body:not(.inner-page):not(.detail-page) .derya-eyebrow,
body:not(.inner-page):not(.detail-page) .contact-kicker {
    font-size: 12px;
}

body:not(.inner-page):not(.detail-page) .hero-content > p:not(.hero-kicker),
body:not(.inner-page):not(.detail-page) .sector-heading > p,
body:not(.inner-page):not(.detail-page) .process-heading > p,
body:not(.inner-page):not(.detail-page) .contact-description {
    font-size: 16px;
    line-height: 1.75;
}

body:not(.inner-page):not(.detail-page) .about-highlight {
    color: #10263d;
    font-size: 20px;
}

body:not(.inner-page):not(.detail-page) .about-body {
    color: #182b3e;
    font-size: 18px;
    line-height: 1.8;
}

body:not(.inner-page):not(.detail-page) .sector-overlay small {
    font-size: 10px;
}

body:not(.inner-page):not(.detail-page) .sector-overlay h3 {
    font-size: 27px;
}

body:not(.inner-page):not(.detail-page) .sector-overlay b {
    font-size: 12px;
}

body:not(.inner-page):not(.detail-page) .process-step small {
    color: #117f8a;
    font-size: 10px;
}

body:not(.inner-page):not(.detail-page) .process-step h3 {
    font-size: 25px;
}

body:not(.inner-page):not(.detail-page) .process-step p {
    color: #263a4e;
    font-size: 16px;
    line-height: 1.7;
}

body:not(.inner-page):not(.detail-page) .contact-list strong {
    font-size: 14px;
}

body:not(.inner-page):not(.detail-page) .contact-list small,
body:not(.inner-page):not(.detail-page) .contact-form label > span {
    font-size: 11px;
}

body:not(.inner-page):not(.detail-page) .footer-brand > p {
    color: #34495c;
    font-size: 15px;
    line-height: 1.75;
}

body:not(.inner-page):not(.detail-page) .footer-column h3 {
    font-size: 18px;
}

body:not(.inner-page):not(.detail-page) .footer-column > a,
body:not(.inner-page):not(.detail-page) .footer-column > p {
    color: #34495c;
    font-size: 14px;
    line-height: 1.7;
}

body:not(.inner-page):not(.detail-page) .footer-contact small {
    font-size: 9px;
}

body:not(.inner-page):not(.detail-page) .footer-legal {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 100%;
    min-height: 66px;
    margin-top: 8px;
    padding-top: 22px;
    border-top: 1px solid #d6e0e8;
    color: #526477;
    font-size: 12px;
}

body:not(.inner-page):not(.detail-page) .footer-legal > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

body:not(.inner-page):not(.detail-page) .footer-legal a {
    color: #526477;
    font-size: 12px;
}

body:not(.inner-page):not(.detail-page) .footer-legal > div > a:last-of-type {
    color: #8a1739;
    font-weight: 800;
}

body:not(.inner-page):not(.detail-page) .footer-languages {
    display: inline-flex;
    gap: 4px;
}

body:not(.inner-page):not(.detail-page) .footer-languages a {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #cad5df;
    border-radius: 50%;
    font-size: 9px;
}

body:not(.inner-page):not(.detail-page) .footer-languages a.active,
body:not(.inner-page):not(.detail-page) .footer-languages a:hover {
    border-color: #8a1739;
    background: #8a1739;
    color: #fff;
}

@media (max-width: 850px) {
    body:not(.inner-page):not(.detail-page) .footer-legal {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 10px;
    }
}

/* INDEX ÜRÜN KARTLARI — ONAY İÇİN SEÇİLEN ZİRAİ VE OTOMOBİL ÜRÜNLERİ */
#zirai-ilac,
#otomobil-bakim {
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.98), rgba(224, 231, 235, 0.96) 58%, #c8d2d8 100%);
}

#zirai-ilac > img,
#otomobil-bakim > img {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 34px 48px 68px;
    object-fit: contain;
    object-position: center;
}

#zirai-ilac:hover > img,
#otomobil-bakim:hover > img {
    transform: scale(1.045);
}

/* =========================================================
   HAKKIMIZDA ALT SAYFASI
   ========================================================= */

.navigation-list > li > a.active {
    color: #8d2444;
}

.inner-hero {
    position: relative;
    min-height: 580px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #07172c;
}

.inner-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.inner-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 17, 34, .97) 0%, rgba(6, 23, 44, .91) 43%, rgba(6, 23, 44, .28) 78%, rgba(6, 23, 44, .18) 100%);
}

.inner-hero-content {
    position: relative;
    z-index: 3;
    padding-top: 55px;
    padding-bottom: 70px;
}

.inner-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    color: #8bd9dc;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}

.inner-eyebrow span {
    width: 38px;
    height: 2px;
    background: #2cb5be;
}

.inner-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 5.3vw, 79px);
    line-height: 1.03;
    letter-spacing: -.052em;
}

.inner-hero h1 em {
    color: #70d3d6;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.inner-hero-content > p:not(.inner-eyebrow) {
    max-width: 610px;
    margin: 27px 0 0;
    color: rgba(255,255,255,.77);
    font-size: 18px;
    line-height: 1.75;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 34px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
}

.breadcrumb a {
    color: #fff;
}
.breadcrumb i {
    color: #55c6ca;
    font-style: normal;
    font-size: 22px;
}
.breadcrumb strong {
    color: #8bd9dc;
}

.inner-experience-card {
    position: absolute;
    right: max(4vw, 45px);
    bottom: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 280px;
    padding: 25px 30px;
    color: #fff;
    background: #8d2444;
}

.inner-experience-card strong {
    font-size: 53px;
    line-height: 1;
}
.inner-experience-card sup {
    font-size: 20px;
}
.inner-experience-card span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.inner-hero-orbit {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(106, 211, 214, .26);
    border-radius: 50%;
}

.orbit-one {
    width: 470px;
    height: 470px;
    right: -120px;
    top: -160px;
}
.orbit-two {
    width: 310px;
    height: 310px;
    right: -35px;
    top: -70px;
}

.about-story-section {
    padding: 120px 0 135px;
    background: #fff;
}
.about-story-grid {
    display: grid;
    grid-template-columns: 1fr .95fr;
    gap: 95px;
    align-items: center;
}
.about-story-visual {
    position: relative;
    min-height: 590px;
}
.story-main-image {
    width: 82%;
    height: 510px;
    overflow: hidden;
    border-radius: 3px;
}
.story-main-image img, .story-small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-small-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 250px;
    overflow: hidden;
    border: 12px solid #fff;
}
.story-seal {
    position: absolute;
    left: 34px;
    bottom: 0;
    width: 174px;
    height: 174px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background: #8d2444;
    box-shadow: 0 20px 50px rgba(76, 12, 34, .25);
}
.story-seal span {
    font-size: 12px;
    letter-spacing: .25em;
}
.story-seal strong {
    margin-top: 4px;
    font-size: 25px;
}
.story-seal small {
    margin-top: 12px;
    font-size: 7px;
    letter-spacing: .08em;
}
.about-story-copy h2, .about-values-heading h2, .vision-copy h2 {
    margin: 18px 0 24px;
    color: #071a33;
    font-size: clamp(38px, 4.2vw, 61px);
    line-height: 1.08;
    letter-spacing: -.045em;
}
.about-story-copy h2 em, .about-values-heading h2 em, .vision-copy h2 em {
    color: #8d2444;
    font-family: "Playfair Display", serif;
}
.about-story-copy > p:not(.derya-eyebrow) {
    margin: 0 0 17px;
    color: #616b79;
    font-size: 16px;
    line-height: 1.8;
}
.about-story-copy .story-lead {
    color: #1c2d43 !important;
    font-size: 19px !important;
    font-weight: 700;
}
.story-signature {
    margin-top: 32px;
    padding: 22px 25px;
    border-left: 4px solid #2cb5be;
    background: #f2f8f8;
}
.story-signature span {
    display: block;
    margin-bottom: 6px;
    color: #6c7784;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
}
.story-signature strong {
    color: #071a33;
    font-size: 17px;
}

.about-numbers-section {
    padding: 65px 0;
    color: #fff;
    background: #071a33;
}
.about-number-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.about-number {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 38px;
    border-right: 1px solid rgba(255,255,255,.13);
}
.about-number:last-child {
    border-right: 0;
}
.about-number strong {
    color: #66d0d4;
    font-size: 49px;
    line-height: 1;
}
.about-number sup {
    font-size: 18px;
}
.about-number span {
    color: rgba(255,255,255,.75);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

.about-values-section {
    padding: 120px 0;
    background: #f3f7f8;
}
.about-values-heading {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 80px;
    align-items: end;
    margin-bottom: 55px;
}
.about-values-heading h2 {
    margin-bottom: 0;
}
.about-values-heading > p {
    color: #64707d;
    font-size: 16px;
    line-height: 1.75;
}
.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.about-value-card {
    position: relative;
    min-height: 310px;
    padding: 35px 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e9eb;
    transition: .35s ease;
}
.about-value-card > span {
    position: absolute;
    right: 22px;
    top: 20px;
    color: #cbd7db;
    font-size: 12px;
    font-weight: 800;
}
.value-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 40px;
    color: #fff;
    border-radius: 50%;
    background: #0c345b;
    font-size: 25px;
}
.about-value-card h3 {
    margin: 0 0 14px;
    color: #071a33;
    font-size: 24px;
}
.about-value-card p {
    margin: 0;
    color: #6c7581;
    font-size: 14px;
    line-height: 1.75;
}
.about-value-card:hover {
    transform: translateY(-10px);
    border-color: #60cbd0;
    box-shadow: 0 22px 45px rgba(14, 39, 66, .12);
}
.about-value-card:hover .value-icon {
    background: #8d2444;
}

.about-vision-section {
    padding: 110px 0;
    background: #fff;
}
.about-vision-shell {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    overflow: hidden;
    padding: 75px;
    color: #fff;
    background: linear-gradient(120deg, #071a33, #0a3156);
}
.about-vision-shell::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -190px;
    top: -210px;
    border: 1px solid rgba(103,211,214,.25);
    border-radius: 50%;
}
.derya-eyebrow.light {
    color: #73d2d5;
}
.vision-copy h2 {
    color: #fff;
}
.vision-copy h2 em {
    color: #73d2d5;
}
.vision-copy > p:not(.derya-eyebrow) {
    max-width: 560px;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    line-height: 1.75;
}
.vision-copy > a {
    display: inline-flex;
    gap: 35px;
    margin-top: 25px;
    padding: 17px 24px;
    color: #fff;
    background: #8d2444;
    font-size: 13px;
    font-weight: 800;
}
.vision-points {
    display: grid;
    gap: 18px;
}
.vision-points article {
    padding: 27px 30px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.05);
}
.vision-points small {
    color: #6dd0d4;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em;
}
.vision-points h3 {
    margin: 9px 0 8px;
    font-size: 21px;
}
.vision-points p {
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 13px;
    line-height: 1.65;
}

@media (max-width: 1100px) {
    .about-story-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .about-story-visual {
        max-width: 720px;
    }
    .about-number-grid, .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-number:nth-child(2) {
        border-right: 0;
    }
    .about-vision-shell {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 760px) {
    .inner-hero {
        min-height: 600px;
    }
    .inner-hero-content {
        padding-bottom: 120px;
    }
    .inner-hero h1 {
        font-size: 45px;
    }
    .inner-hero-content > p:not(.inner-eyebrow) {
        font-size: 16px;
    }
    .inner-experience-card {
        right: 20px;
        min-width: 230px;
        padding: 18px 22px;
    }
    .inner-experience-card strong {
        font-size: 42px;
    }
    .about-story-section, .about-values-section, .about-vision-section {
        padding: 80px 0;
    }
    .about-story-visual {
        min-height: 480px;
    }
    .story-main-image {
        width: 92%;
        height: 410px;
    }
    .story-small-image {
        height: 180px;
    }
    .story-seal {
        left: 12px;
        width: 140px;
        height: 140px;
    }
    .about-values-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .about-vision-shell {
        padding: 45px 28px;
    }
}

@media (max-width: 560px) {
    .inner-hero h1 {
        font-size: 38px;
    }
    .inner-eyebrow {
        font-size: 10px;
    }
    .about-number-grid, .about-values-grid {
        grid-template-columns: 1fr;
    }
    .about-number {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.13);
    }
    .about-number:last-child {
        border-bottom: 0;
    }
    .about-story-copy h2, .about-values-heading h2, .vision-copy h2 {
        font-size: 36px;
    }
    .story-small-image {
        width: 54%;
    }
}

/* =========================================================
   URUNLER ALT SAYFASI
   ========================================================= */
.products-inner-hero {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
    background: radial-gradient(circle at 78% 45%, #154b78 0, #0a2b50 28%, #06172d 68%);
}
.products-inner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 60px 60px;
}
.products-hero-content {
    position: relative;
    z-index: 3;
    padding-top: 40px;
    padding-bottom: 65px;
}
.products-hero-content h1 {
    max-width: 710px;
    margin: 0;
    font-size: clamp(49px, 5.4vw, 80px);
    line-height: 1.02;
    letter-spacing: -.055em;
}
.products-hero-content h1 em {
    color: #72d4d7;
    font-family: "Playfair Display", serif;
}
.products-hero-content > p:not(.inner-eyebrow) {
    max-width: 590px;
    margin-top: 26px;
    color: rgba(255,255,255,.72);
    font-size: 17px;
    line-height: 1.75;
}
.products-hero-art {
    position: absolute;
    z-index: 2;
    right: 3%;
    bottom: -15px;
    width: 48%;
    height: 92%;
}
.products-hero-art img {
    position: absolute;
    max-height: 88%;
    object-fit: contain;
    filter: drop-shadow(0 30px 28px rgba(0,0,0,.32));
}
.products-hero-art img:nth-child(1) {
    right: 23%;
    bottom: 2%;
    height: 73%;
    transform: rotate(2deg);
}
.products-hero-art img:nth-child(2) {
    right: 2%;
    bottom: 4%;
    height: 55%;
}
.products-hero-art img:nth-child(3) {
    right: 56%;
    bottom: 1%;
    height: 68%;
}
.product-catalog-section {
    padding: 115px 0 125px;
    background: #f4f7f8;
}
.catalog-heading {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 80px;
    align-items: end;
}
.catalog-heading h2 {
    margin: 16px 0 0;
    color: #071a33;
    font-size: clamp(40px, 4.3vw, 62px);
    line-height: 1.05;
    letter-spacing: -.045em;
}
.catalog-heading h2 em {
    color: #8d2444;
    font-family: "Playfair Display", serif;
}
.catalog-heading > p {
    color: #6b7581;
    font-size: 15px;
    line-height: 1.75;
}
.product-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 54px 0 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dbe4e7;
}
.product-filter button {
    padding: 13px 20px;
    border: 1px solid #d8e2e5;
    border-radius: 30px;
    color: #52606e;
    background: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: .25s ease;
}
.product-filter button:hover, .product-filter button.active {
    color: #fff;
    border-color: #8d2444;
    background: #8d2444;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.product-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 22px 22px 25px;
    border: 1px solid #e0e7e9;
    background: #fff;
    transition: opacity .25s ease, transform .35s ease, box-shadow .35s ease;
}
.product-card.filtered-out {
    display: none;
}
.product-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 24px 50px rgba(8,29,51,.12);
}
.product-no {
    position: absolute;
    z-index: 2;
    right: 18px;
    top: 17px;
    color: #a9b6bc;
    font-size: 10px;
    font-weight: 800;
}
.product-image {
    height: 330px;
    display: grid;
    place-items: center;
    margin: -22px -22px 23px;
    overflow: hidden;
    background: radial-gradient(circle at 50% 52%, #fff, #edf3f5 74%);
}
.product-image img {
    width: 88%;
    height: 88%;
    object-fit: contain;
    filter: drop-shadow(0 18px 15px rgba(7,26,51,.15));
    transition: transform .4s ease;
}
.product-card:hover .product-image img {
    transform: scale(1.055);
}
.product-card small {
    color: #239fac;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
}
.product-card h3 {
    margin: 9px 0 20px;
    color: #071a33;
    font-size: 18px;
}
.product-card > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #e6ecee;
    color: #596574;
    font-size: 11px;
    font-weight: 800;
}
.product-card > a b {
    color: #8d2444;
    font-size: 17px;
}
.product-cta {
    padding: 0 0 110px;
    background: #f4f7f8;
}
.product-cta-shell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 55px 65px;
    color: #fff;
    background: linear-gradient(115deg, #071a33, #0d3b65);
}
.product-cta small {
    color: #72d4d7;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
}
.product-cta h2 {
    margin: 10px 0 8px;
    font-size: 34px;
}
.product-cta p {
    margin: 0;
    color: rgba(255,255,255,.65);
}
.product-cta a {
    flex: 0 0 auto;
    display: flex;
    gap: 30px;
    padding: 18px 24px;
    color: #fff;
    background: #8d2444;
    font-size: 12px;
    font-weight: 800;
}
@media (max-width: 1150px) {
    .products-hero-art {
        opacity: .55;
        width: 58%;
    }
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 850px) {
    .catalog-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .products-hero-art {
        opacity: .28;
        width: 80%;
    }
    .product-cta-shell {
        align-items: flex-start;
        flex-direction: column;
    }
}
@media (max-width: 560px) {
    .products-inner-hero {
        min-height: 610px;
    }
    .products-hero-content h1 {
        font-size: 41px;
    }
    .products-hero-art {
        right: -25%;
        width: 120%;
    }
    .product-catalog-section {
        padding: 78px 0 85px;
    }
    .product-grid {
        grid-template-columns: 1fr;
    }
    .product-image {
        height: 360px;
    }
    .product-cta-shell {
        padding: 38px 28px;
    }
}

/* =========================================================
   ÜRETİM SÜRECİ
   ========================================================= */
.production-process {
    position: relative;
    overflow: hidden;
    padding: 120px 0 105px;
    background:
        radial-gradient(circle at 95% 15%, rgba(34, 184, 199, 0.12), transparent 27%),
        linear-gradient(180deg, #ffffff 0%, #f3f6fa 100%);
}

.production-process::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #8a1739 0 32%, #0c3565 32% 84%, #22b8c7 84%);
}

.process-background-word {
    position: absolute;
    right: -35px;
    top: 30px;
    color: rgba(7, 26, 54, 0.035);
    font-family: var(--font-display);
    font-size: clamp(120px, 18vw, 280px);
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.process-heading {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 75px;
    align-items: end;
    margin-bottom: 70px;
}

.process-heading h2 {
    margin: 0;
    color: #071a36;
    font-family: var(--font-display);
    font-size: clamp(43px, 4.8vw, 68px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.process-heading h2 em {
    color: #8a1739;
    font-family: var(--font-serif);
    font-weight: 600;
}

.process-heading > p {
    margin: 0 0 8px;
    padding-left: 25px;
    border-left: 4px solid #8a1739;
    color: #566277;
    font-size: 17px;
    line-height: 1.8;
}

.process-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.process-timeline::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 57px;
    right: 9%;
    left: 9%;
    height: 2px;
    background: linear-gradient(90deg, #8a1739, #0c3565 55%, #22b8c7);
}

.process-step {
    position: relative;
    z-index: 1;
    min-height: 330px;
    padding: 32px 25px 27px;
    border: 1px solid #d9e1ec;
    border-radius: 4px 30px 4px 4px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 45px rgba(7, 26, 54, 0.08);
    transition: 0.4s ease;
}

.process-step:nth-child(even) {
    margin-top: 34px;
}

.process-step:hover {
    transform: translateY(-9px);
    border-color: rgba(138, 23, 57, 0.45);
    box-shadow: 0 26px 55px rgba(7, 26, 54, 0.15);
}

.step-number {
    position: absolute;
    right: 21px;
    top: 17px;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 14px;
    background: linear-gradient(135deg, #8a1739 0%, #c43d69 100%);
    box-shadow: 0 12px 26px rgba(138, 23, 57, 0.28);
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.step-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 45px;
    border-radius: 50%;
    background: #8a1739;
    color: #ffffff;
    box-shadow: 0 0 0 9px #ffffff, 0 0 0 10px rgba(138, 23, 57, 0.18);
}

.process-step:nth-child(3) .step-icon,
.process-step:nth-child(4) .step-icon {
    background: #0c3565;
}

.step-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.process-step small {
    display: block;
    margin-bottom: 9px;
    color: #22aebd;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1.8px;
}

.process-step h3 {
    margin: 0 0 14px;
    color: #071a36;
    font-family: var(--font-display);
    font-size: 24px;
}

.process-step p {
    margin: 0;
    color: #687387;
    font-size: 14px;
    line-height: 1.72;
}

.process-promise {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    margin-top: 55px;
    padding: 27px 30px;
    border-left: 6px solid #8a1739;
    background: #071a36;
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(7, 26, 54, 0.18);
}

.process-promise > span {
    color: #5ad7df;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.process-promise strong {
    font-family: var(--font-display);
    font-size: 20px;
}

.process-promise a {
    padding: 13px 17px;
    background: #8a1739;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
}

.process-promise a b {
    margin-left: 13px;
}

/* =========================================================
   İLETİŞİM
   ========================================================= */
.contact-section {
    position: relative;
    overflow: hidden;
    padding: 118px 0;
    background:
        radial-gradient(circle at 13% 12%, rgba(34, 184, 199, 0.2), transparent 28%),
        radial-gradient(circle at 94% 88%, rgba(138, 23, 57, 0.25), transparent 32%),
        #061831;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 58px 58px;
}

.contact-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px 54px 4px 4px;
    background: rgba(8, 31, 63, 0.74);
    box-shadow: 0 38px 90px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
}

.contact-intro {
    position: relative;
    padding: 68px 62px;
    color: #ffffff;
}

.contact-intro::after {
    content: "D";
    position: absolute;
    right: 18px;
    bottom: -47px;
    color: rgba(255, 255, 255, 0.025);
    font-family: var(--font-display);
    font-size: 300px;
    font-weight: 900;
    pointer-events: none;
}

.contact-kicker {
    margin: 0 0 18px;
    color: #5ad7df;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 2.4px;
}

.contact-intro h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(38px, 4.1vw, 60px);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.contact-intro h2 em {
    color: #d8517f;
    font-family: var(--font-serif);
    font-weight: 600;
}

.contact-description {
    position: relative;
    z-index: 1;
    max-width: 590px;
    margin: 25px 0 34px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 15px;
    line-height: 1.8;
}

.contact-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
}

.contact-list > a,
.contact-address {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 69px;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
    color: #ffffff;
    transition: 0.3s ease;
}

.contact-list > a:hover {
    transform: translateX(7px);
    border-color: rgba(90, 215, 223, 0.55);
    background: rgba(90, 215, 223, 0.08);
}

.contact-list-icon {
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #8a1739;
    color: #ffffff;
}

.contact-list-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-list > a > span:last-child,
.contact-address > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-list small {
    color: #5ad7df;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 1.5px;
}

.contact-list strong {
    font-size: 14px;
    line-height: 1.45;
}

.contact-route {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 31px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-route i {
    color: #d8517f;
    font-style: normal;
}

.contact-route strong {
    color: #5ad7df;
}

.contact-form-panel {
    padding: 62px 58px;
    background: #ffffff;
}

.form-panel-heading > span {
    color: #8a1739;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 2px;
}

.form-panel-heading h3 {
    margin: 8px 0 8px;
    color: #071a36;
    font-family: var(--font-display);
    font-size: 36px;
}

.form-panel-heading p {
    margin: 0 0 30px;
    color: #687387;
    font-size: 14px;
}

.contact-form {
    display: grid;
    gap: 18px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.contact-form label {
    display: grid;
    gap: 8px;
}

.contact-form label > span {
    color: #253752;
    font-size: 11px;
    font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid #d7dfeb;
    border-radius: 2px;
    outline: 0;
    background: #f6f8fb;
    color: #071a36;
    font: inherit;
    transition: 0.25s ease;
}

.contact-form input,
.contact-form select {
    height: 52px;
    padding: 0 15px;
}

.contact-form textarea {
    min-height: 110px;
    padding: 14px 15px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #8a1739;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(138, 23, 57, 0.08);
}

.privacy-check {
    display: flex !important;
    grid-template-columns: none;
    align-items: flex-start;
    gap: 10px !important;
}

.privacy-check input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 1px;
}

.privacy-check span {
    color: #737d8d !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.5;
}

.contact-form button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 58px;
    padding: 0 23px;
    border: 0;
    background: #8a1739;
    color: #ffffff;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-form button:hover {
    background: #071a36;
    padding-right: 18px;
}

.contact-form button b {
    font-size: 20px;
}

.form-feedback {
    display: none;
    margin: 0;
    padding: 12px 14px;
    border-left: 4px solid #22aebd;
    background: rgba(34, 174, 189, 0.08);
    color: #0c5260;
    font-size: 12px;
    line-height: 1.6;
}

.form-feedback.visible {
    display: block;
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
    position: relative;
    background: #030e20;
    color: #ffffff;
}

.footer-accent {
    height: 7px;
    background: linear-gradient(90deg, #8a1739 0 28%, #0c3565 28% 83%, #22b8c7 83%);
}

.footer-main {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr 1fr 1.1fr;
    gap: 55px;
    padding-top: 78px;
    padding-bottom: 62px;
}

.footer-logo {
    display: inline-block;
    padding: 12px 16px;
    border-radius: 4px;
    background: #ffffff;
}

.footer-logo img {
    display: block;
    width: 210px;
    max-height: 62px;
    object-fit: contain;
}

.footer-brand > p {
    max-width: 370px;
    margin: 24px 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.8;
}

.footer-socials {
    display: flex;
    gap: 9px;
}

.footer-socials a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
    font-weight: 850;
    transition: 0.3s ease;
}

.footer-socials a:hover {
    transform: translateY(-5px);
    border-color: #d8517f;
    background: #8a1739;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.footer-column h3 {
    position: relative;
    margin: 5px 0 14px;
    padding-bottom: 13px;
    font-family: var(--font-display);
    font-size: 17px;
}

.footer-column h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33px;
    height: 3px;
    background: #8a1739;
}

.footer-column > a,
.footer-column > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
    line-height: 1.7;
    transition: 0.25s ease;
}

.footer-column > a:hover {
    transform: translateX(5px);
    color: #5ad7df;
}

.footer-contact > a,
.footer-contact > p {
    display: flex;
    flex-direction: column;
}

.footer-contact small {
    margin-bottom: 2px;
    color: #d8517f;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 1.4px;
}

.footer-world-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 82px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: #ffffff;
}

.footer-world-line > span {
    font-family: var(--font-serif);
    font-size: 21px;
    font-style: italic;
}

.footer-languages {
    display: flex;
    gap: 5px;
}

.footer-languages a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    font-weight: 850;
}

.footer-languages a.active,
.footer-languages a:hover {
    border-color: #8a1739;
    background: #8a1739;
    color: #ffffff;
}

.footer-bottom {
    background: #ffffff;
    color: #546075;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    min-height: 66px;
    font-size: 10px;
}

.footer-bottom .container > div {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.footer-bottom a {
    color: #546075;
}

.footer-bottom a:last-child {
    color: #8a1739;
    font-weight: 800;
}

/* =========================================================
   YENİ BÖLÜMLERİN RESPONSIVE DÜZENİ
   ========================================================= */
@media (max-width: 1100px) {
    .process-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-timeline::before {
        display: none;
    }

    .process-step:nth-child(even) {
        margin-top: 0;
    }

    .contact-intro {
        padding: 55px 38px;
    }

    .contact-form-panel {
        padding: 55px 38px;
    }

    .footer-main {
        grid-template-columns: 1.35fr 0.65fr 1fr;
    }

    .footer-contact {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-contact h3 {
        grid-column: 1 / -1;
    }
}

@media (max-width: 850px) {
    .production-process,
    .contact-section {
        padding: 82px 0;
    }

    .process-heading {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 48px;
    }

    .process-promise {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .process-promise a {
        justify-self: start;
    }

    .contact-shell {
        grid-template-columns: 1fr;
    }

    .footer-main {
        grid-template-columns: 1.3fr 0.7fr;
    }

    .footer-products {
        grid-column: 1 / -1;
    }

    .footer-contact {
        grid-template-columns: 1fr;
    }

    .footer-contact h3 {
        grid-column: auto;
    }

    .footer-world-line,
    .footer-bottom .container {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

@media (max-width: 570px) {
    .process-timeline {
        grid-template-columns: 1fr;
    }

    .process-step {
        min-height: 285px;
    }

    .contact-intro,
    .contact-form-panel {
        padding: 44px 23px;
    }

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

    .footer-main {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-top: 58px;
    }

    .footer-products {
        grid-column: auto;
    }

    .footer-bottom .container > div {
        flex-direction: column;
        gap: 9px;
    }
}

/* V6 kesin öncelik: ferah iletişim ve açık kompakt footer */
body .contact-section{
    padding:76px 0;
    background:#f5f7fa
}
body .contact-shell{
    border:1px solid #dce4ee;
    border-radius:22px;
    background:#fff;
    box-shadow:0 22px 55px rgba(7,26,54,.1)
}
body .contact-intro{
    padding:46px 44px;
    background:linear-gradient(145deg,#fff,#f9edf2);
    color:#071a36
}
body .contact-intro h2{
    color:#071a36
}
body .contact-intro h2 em{
    color:#9c214e
}
body .contact-description{
    color:#5d6a7c
}
body .contact-list>a,body .contact-address{
    border-color:#dce4ee;
    border-radius:12px;
    background:#fff;
    color:#071a36
}
body .contact-list small{
    color:#8a1739
}
body .contact-route{
    color:#68778b
}
body .contact-route strong{
    color:#8a1739
}
body .contact-form-panel{
    padding:42px 44px
}
body .site-footer{
    border-top:1px solid #dce4ee;
    background:#f8fafc;
    color:#071a36
}
body .footer-main{
    gap:40px;
    padding-top:42px;
    padding-bottom:30px
}
body .footer-logo{
    padding:5px 0;
    background:transparent
}
body .footer-logo img{
    width:170px;
    max-height:50px
}
body .footer-brand>p,body .footer-column>a,body .footer-column>p{
    color:#657286
}
body .footer-socials a{
    width:34px;
    height:34px;
    border-color:#cad5e3;
    color:#0c3565
}
body .footer-socials a:hover{
    color:#fff
}
body .footer-column{
    gap:7px
}
body .footer-column h3{
    margin-bottom:7px;
    font-size:15px
}
body .footer-world-line{
    min-height:58px;
    border-top-color:#dce4ee;
    color:#071a36
}
body .footer-world-line>span{
    font-size:18px
}
body .footer-languages a{
    border-color:#cad5e3;
    color:#657286
}
body .footer-legal{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    min-height:50px;
    border-top:1px solid #dce4ee;
    color:#778397;
    font-size:9px
}
body .footer-legal>div{
    display:flex;
    flex-wrap:wrap;
    gap:18px
}
body .footer-legal a{
    color:#778397
}
body .footer-legal a:last-child{
    color:#8a1739;
    font-weight:800
}
@media(max-width:850px){
    body .contact-intro,body .contact-form-panel{
        padding:36px 28px
    }
    body .footer-legal{
        align-items:flex-start;
        flex-direction:column;
        padding-top:15px;
        padding-bottom:15px
    }
}

/* V7: İletişim açık, footer kurumsal ve belirgin */
body .site-footer {
    border-top: 0;
    background:
        radial-gradient(circle at 88% 12%, rgba(156, 33, 78, 0.28), transparent 27%),
        linear-gradient(135deg, #06162d 0%, #0a2445 58%, #101b32 100%);
    color: #ffffff;
}

body .footer-accent {
    height: 4px;
    background: linear-gradient(90deg, #0aa9c4 0%, #8a1739 52%, #d8517f 100%);
}

body .footer-main {
    padding-top: 38px;
    padding-bottom: 25px;
}

body .footer-logo {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 10px;
    padding: 7px 12px;
    width: fit-content;
}

body .footer-brand > p,
body .footer-column > a,
body .footer-column > p {
    color: rgba(255, 255, 255, 0.68);
}

body .footer-column h3,
body .footer-contact small {
    color: #ffffff;
}

body .footer-contact small {
    color: #58c4d8;
}

body .footer-socials a {
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

body .footer-world-line {
    min-height: 54px;
    border-top-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

body .footer-languages a {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.72);
}

body .footer-legal {
    min-height: 46px;
    border-top-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.52);
}

body .footer-legal a {
    color: rgba(255, 255, 255, 0.62);
}

body .footer-legal a:last-child {
    color: #58c4d8;
}

/* V8: Footer okunabilirlik ve kompakt yerleşim */
body .footer-main {
    grid-template-columns: 1.25fr 0.75fr 1.05fr 1.15fr;
    gap: 46px;
    padding-top: 42px;
    padding-bottom: 30px;
}

body .footer-brand > p {
    max-width: 330px;
    margin: 18px 0;
    font-size: 15px;
    line-height: 1.75;
}

body .footer-column {
    gap: 11px;
}

body .footer-column h3 {
    margin-bottom: 8px;
    padding-bottom: 11px;
    font-size: 18px;
    letter-spacing: 0;
}

body .footer-column > a,
body .footer-column > p {
    font-size: 14px;
    line-height: 1.6;
}

body .footer-contact > a,
body .footer-contact > p {
    padding-left: 27px;
}

body .footer-contact small {
    margin-bottom: 3px;
    font-size: 10px;
}

body .footer-world-line > span {
    font-size: 20px;
}

body .footer-legal {
    font-size: 11px;
}

@media (max-width: 1100px) {
    body .footer-main {
        grid-template-columns: 1.2fr 0.8fr 1fr;
        gap: 34px;
    }

    body .footer-contact {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    body .footer-main {
        grid-template-columns: 1fr 1fr;
    }

    body .footer-contact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 570px) {
    body .footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body .footer-column > a,
    body .footer-column > p,
    body .footer-brand > p {
        font-size: 14px;
    }
}
/* ===== DERYAPLAST ALT SAYFALAR ===== */
.sub-header{
    align-items:center;
    background:#fff;
    display:flex;
    gap:34px;
    height:92px;
    padding:0 4.5%;
    position:relative;
    z-index:30
}
.sub-header>a:first-child img{
    display:block;
    width:145px
}
.sub-header nav{
    align-items:center;
    display:flex;
    gap:24px;
    margin-left:auto
}
.sub-header nav a{
    color:#142f42;
    font-size:13px;
    font-weight:700;
    text-decoration:none
}
.sub-header nav a.active,.sub-header nav a:hover{
    color:#8f2437
}
.sub-login{
    background:#8f2437;
    border-radius:5px;
    color:#fff!important;
    font-size:12px;
    font-weight:800;
    padding:13px 18px;
    text-decoration:none
}
.detail-page{
    background:#f4f6f7;
    color:#102c40
}
.detail-hero{
    align-items:center;
    background:#08293e;
    display:grid;
    grid-template-columns:1.2fr .8fr;
    min-height:540px;
    overflow:hidden;
    padding:70px 9%;
    position:relative
}
.detail-hero:after{
    border:1px solid rgba(255,255,255,.1);
    border-radius:50%;
    content:"";
    height:520px;
    position:absolute;
    right:-120px;
    top:10px;
    width:520px
}
.detail-hero>div{
    position:relative;
    z-index:2
}
.detail-hero small,.blog-hero small,.contact-copy>small,.login-brand small{
    color:#70c9ce;
    font-size:11px;
    font-weight:800;
    letter-spacing:2.4px
}
.detail-hero h1,.blog-hero h1,.contact-copy h1,.login-brand h1{
    color:#fff;
    font-size:clamp(50px,6vw,86px);
    letter-spacing:-4px;
    line-height:1.02;
    margin:24px 0
}
.detail-hero h1 em,.blog-hero h1 em,.contact-copy h1 em,.login-brand h1 em,.detail-intro h2 em,.dark-statement h2 em{
    color:#b84458;
    font-family:Georgia,serif
}
.detail-hero p{
    color:#c8d4db;
    font-size:17px;
    line-height:1.8;
    max-width:620px
}
.detail-hero img{
    height:400px;
    justify-self:center;
    object-fit:contain;
    position:relative;
    z-index:2
}
.detail-intro{
    display:grid;
    gap:80px;
    grid-template-columns:1fr 1fr;
    padding:110px 9% 75px
}
.detail-intro small{
    color:#8f2437;
    font-size:11px;
    font-weight:800;
    letter-spacing:2px
}
.detail-intro h2{
    font-size:52px;
    letter-spacing:-3px;
    line-height:1.05;
    margin-top:18px
}
.detail-intro>p{
    color:#5f6e78;
    font-size:18px;
    line-height:1.9;
    padding-top:30px
}
.quality-grid{
    display:grid;
    gap:18px;
    grid-template-columns:repeat(4,1fr);
    padding:0 9% 110px
}
.quality-grid article{
    background:#fff;
    border-top:3px solid #76cdd1;
    min-height:260px;
    padding:34px
}
.quality-grid b{
    color:#9eafba;
    font-size:12px
}
.quality-grid h3{
    font-size:24px;
    margin:55px 0 15px
}
.quality-grid p{
    color:#687781;
    line-height:1.7
}
.dark-statement{
    background:#8f2437;
    color:#fff;
    padding:95px 9%
}
.dark-statement small{
    font-size:10px;
    letter-spacing:2px
}
.dark-statement h2{
    font-size:clamp(42px,5vw,72px);
    letter-spacing:-3px;
    line-height:1.06;
    margin:22px 0 36px
}
.dark-statement h2 em{
    color:#fff
}
.dark-statement a{
    border-bottom:1px solid #fff;
    color:#fff;
    font-weight:800;
    padding-bottom:7px;
    text-decoration:none
}
.process-list{
    padding:60px 9% 110px
}
.process-list article{
    align-items:center;
    border-bottom:1px solid #d7dee2;
    display:grid;
    gap:70px;
    grid-template-columns:140px 1fr;
    padding:45px 0
}
.process-list article>span{
    color:#b84458;
    font-size:62px;
    font-weight:800
}
.process-list small{
    color:#6b8798;
    font-size:10px;
    font-weight:800;
    letter-spacing:2px
}
.process-list h2{
    font-size:38px;
    margin:10px 0
}
.process-list p{
    color:#687781;
    font-size:16px
}
.product-band{
    align-items:center;
    background:#08293e;
    display:grid;
    grid-template-columns:repeat(3,150px) 1fr;
    min-height:400px;
    overflow:hidden;
    padding:60px 8%
}
.product-band img{
    height:250px;
    max-width:145px;
    object-fit:contain
}
.product-band div{
    border-left:1px solid rgba(255,255,255,.18);
    color:#fff;
    margin-left:35px;
    padding-left:55px
}
.product-band small{
    color:#74ced2;
    font-size:10px;
    letter-spacing:2px
}
.product-band h2{
    font-size:43px;
    margin:18px 0 30px
}
.product-band a{
    color:#fff;
    font-weight:800;
    text-decoration:none
}
.blog-hero{
    background:#08293e;
    padding:100px 9%
}
.blog-hero h1{
    margin-bottom:15px
}
.blog-hero p{
    color:#c8d4db;
    font-size:17px
}
.featured-post{
    align-items:center;
    display:grid;
    gap:70px;
    grid-template-columns:1fr 1fr;
    padding:100px 9% 60px
}
.featured-art{
    align-items:center;
    background:#e6edf0;
    display:flex;
    height:440px;
    justify-content:center
}
.featured-art img{
    height:360px;
    object-fit:contain
}
.featured-post small,.blog-grid small{
    color:#8f2437;
    font-size:10px;
    font-weight:800;
    letter-spacing:1.5px
}
.featured-post h2{
    font-size:46px;
    letter-spacing:-2px;
    line-height:1.1;
    margin:20px 0
}
.featured-post p,.blog-grid p{
    color:#667781;
    line-height:1.7
}
.featured-post a{
    color:#8f2437;
    font-weight:800;
    text-decoration:none
}
.blog-grid{
    display:grid;
    gap:24px;
    grid-template-columns:repeat(3,1fr);
    padding:30px 9% 120px
}
.blog-grid article{
    background:#fff;
    padding-bottom:30px
}
.blog-grid article>div{
    align-items:center;
    background:#e8eef0;
    display:flex;
    height:300px;
    justify-content:center;
    margin-bottom:26px
}
.blog-grid img{
    height:245px;
    object-fit:contain
}
.blog-grid small,.blog-grid h3,.blog-grid p{
    display:block;
    margin-left:27px;
    margin-right:27px
}
.blog-grid h3{
    font-size:24px;
    line-height:1.3;
    margin-top:14px
}
.contact-layout{
    background:#08293e;
    display:grid;
    gap:70px;
    grid-template-columns:1fr 1fr;
    min-height:calc(100vh - 92px);
    padding:85px 8%
}
.contact-copy>p{
    color:#c7d4dc;
    font-size:17px;
    line-height:1.7
}
.contact-cards{
    display:grid;
    gap:12px;
    margin-top:42px
}
.contact-cards>*{
    background:rgba(255,255,255,.07);
    border-left:3px solid #74ccd0;
    color:#fff;
    padding:19px 22px;
    text-decoration:none
}
.contact-cards small{
    color:#79cdd1;
    display:block;
    font-size:9px;
    letter-spacing:1.6px;
    margin-bottom:7px
}
.contact-form{
    background:#fff;
    border-radius:4px;
    padding:45px
}
.contact-form>div{
    display:grid;
    gap:17px;
    grid-template-columns:1fr 1fr
}
.contact-form label{
    color:#2a4050;
    display:block;
    font-size:12px;
    font-weight:800;
    margin-bottom:20px
}
.contact-form input,.contact-form select,.contact-form textarea{
    background:#f2f5f6;
    border:1px solid #dce3e6;
    box-sizing:border-box;
    display:block;
    font:inherit;
    margin-top:8px;
    padding:15px;
    width:100%
}
.contact-form textarea{
    height:110px;
    resize:none
}
.contact-form .consent{
    font-weight:500
}
.contact-form .consent input{
    display:inline;
    margin-right:8px;
    width:auto
}
.contact-form button,.login-panel button{
    background:#8f2437;
    border:0;
    color:#fff;
    cursor:pointer;
    font-weight:800;
    padding:17px;
    width:100%
}
.login-page{
    background:#eef2f3
}
.login-shell{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    min-height:100vh
}
.login-brand{
    background:#08293e;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    overflow:hidden;
    padding:55px 8%;
    position:relative
}
.login-brand>a img{
    width:155px
}
.login-brand h1{
    font-size:60px
}
.login-brand p{
    color:#c7d4dc
}
.login-products{
    align-items:flex-end;
    display:flex;
    height:270px;
    justify-content:center
}
.login-products img{
    height:230px;
    max-width:32%;
    object-fit:contain
}
.login-products img:nth-child(2){
    height:205px
}
.login-panel{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:65px 15%
}
.back-home{
    color:#667984;
    font-size:12px;
    font-weight:700;
    position:absolute;
    right:5%;
    text-decoration:none;
    top:35px
}
.login-panel form{
    background:#fff;
    box-shadow:0 30px 70px rgba(11,38,54,.12);
    padding:50px
}
.login-panel form>small{
    color:#8f2437;
    font-size:10px;
    font-weight:800;
    letter-spacing:2px
}
.login-panel h2{
    font-size:38px;
    margin:12px 0
}
.login-panel p{
    color:#778690;
    margin-bottom:30px
}
.login-panel label{
    display:block;
    font-size:12px;
    font-weight:800;
    margin:18px 0
}
.login-panel input{
    background:#f2f5f6;
    border:1px solid #dce3e6;
    box-sizing:border-box;
    display:block;
    margin-top:8px;
    padding:15px;
    width:100%
}
.login-options{
    display:flex;
    justify-content:space-between
}
.login-options label{
    font-weight:500
}
.login-options label input{
    display:inline;
    margin-right:6px;
    width:auto
}
.login-options a{
    color:#8f2437;
    font-size:12px;
    font-weight:700;
    text-decoration:none
}
.secure-note{
    color:#7c8a92;
    font-size:11px;
    margin-top:20px;
    text-align:center
}
@media(max-width:900px){
    .sub-header{
        height:76px;
        justify-content:space-between
    }
    .sub-header nav{
        display:none
    }
    .sub-header>a:first-child img{
        width:125px
    }
    .detail-hero{
        grid-template-columns:1fr;
        min-height:650px;
        padding:55px 7% 10px
    }
    .detail-hero h1,.blog-hero h1,.contact-copy h1{
        font-size:46px;
        letter-spacing:-2px
    }
    .detail-hero img{
        height:260px
    }
    .detail-intro,.featured-post,.contact-layout{
        gap:35px;
        grid-template-columns:1fr;
        padding:65px 7%
    }
    .detail-intro h2{
        font-size:38px
    }
    .quality-grid,.blog-grid{
        grid-template-columns:1fr;
        padding:0 7% 70px
    }
    .quality-grid article{
        min-height:200px
    }
    .process-list{
        padding:25px 7% 70px
    }
    .process-list article{
        gap:25px;
        grid-template-columns:70px 1fr
    }
    .process-list article>span{
        font-size:38px
    }
    .process-list h2{
        font-size:28px
    }
    .product-band{
        grid-template-columns:repeat(3,1fr);
        padding:45px 5%
    }
    .product-band img{
        height:170px;
        max-width:100%
    }
    .product-band div{
        border-left:0;
        grid-column:1/-1;
        margin:25px 0 0;
        padding:0
    }
    .featured-post{
        padding-top:60px
    }
    .featured-art{
        height:330px
    }
    .blog-hero{
        padding:75px 7%
    }
    .blog-grid{
        padding-top:0
    }
    .contact-layout{
        min-height:auto
    }
    .contact-form{
        padding:28px 20px
    }
    .contact-form>div{
        grid-template-columns:1fr
    }
    .login-shell{
        grid-template-columns:1fr
    }
    .login-brand{
        min-height:610px;
        padding:40px 7%
    }
    .login-brand h1{
        font-size:44px
    }
    .login-panel{
        padding:70px 7%
    }
    .login-panel form{
        padding:35px 24px
    }
    .back-home{
        position:static;
        margin-bottom:25px
    }
}
/* ===== HAKKIMIZDA: KURUMSAL WEB SİTESİ YENİ TASARIMI ===== */
.about-page .about-inner-hero{
    background:#082b40;
    min-height:680px;
    position:relative
}
.about-page .about-inner-hero>img{
    height:500px;
    left:auto;
    object-fit:cover;
    opacity:.7;
    right:5%;
    top:90px;
    width:44%;
    z-index:1
}
.about-page .about-inner-hero:before{
    background:linear-gradient(90deg,#082b40 0%,#082b40 48%,rgba(8,43,64,.64) 70%,rgba(8,43,64,.1));
    content:"";
    inset:0;
    position:absolute;
    z-index:2
}
.about-page .about-inner-hero:after{
    border:1px solid rgba(117,205,209,.24);
    border-radius:50%;
    content:"";
    height:560px;
    position:absolute;
    right:-160px;
    top:40px;
    width:560px;
    z-index:2
}
.about-page .inner-hero-overlay{
    background:linear-gradient(180deg,rgba(5,25,39,.05),rgba(5,25,39,.38));
    z-index:2
}
.about-page .inner-hero-content{
    max-width:760px;
    z-index:4
}
.about-page .inner-hero-content h1{
    font-size:clamp(54px,6vw,84px);
    letter-spacing:-4px;
    line-height:1.02
}
.about-page .inner-hero-content h1 em{
    color:#bd4358
}
.about-page .inner-hero-content>p:not(.inner-eyebrow){
    font-size:17px;
    line-height:1.8;
    max-width:610px
}
.about-page .inner-experience-card{
    background:#fff;
    border:0;
    bottom:0;
    color:#0a3045;
    padding:28px 36px;
    right:7%;
    z-index:6
}
.about-page .inner-experience-card strong{
    color:#9b2b40;
    font-size:42px
}
.about-page .inner-experience-card span{
    font-weight:700
}
.about-page .about-story-section{
    background:#f5f7f8;
    padding:125px 0
}
.about-page .about-story-grid{
    align-items:center
}
.about-page .about-story-visual{
    min-height:580px
}
.about-page .story-main-image{
    height:520px;
    overflow:hidden;
    width:82%
}
.about-page .story-main-image:after{
    background:linear-gradient(180deg,transparent,rgba(5,30,45,.28));
    content:"";
    inset:0;
    position:absolute
}
.about-page .story-main-image img{
    filter:saturate(.78);
    height:100%;
    object-fit:cover
}
.about-page .story-small-image{
    border:10px solid #f5f7f8;
    bottom:0;
    height:260px;
    right:0;
    width:44%
}
.about-page .story-seal{
    background:#8f2437;
    border:0;
    box-shadow:0 20px 45px rgba(72,13,25,.2);
    height:150px;
    left:8%;
    top:auto;
    width:150px
}
.about-page .story-seal strong{
    font-size:25px
}
.about-page .about-story-copy h2{
    font-size:clamp(43px,4.3vw,64px);
    letter-spacing:-3px
}
.about-page .about-story-copy h2 em{
    color:#9e2c42
}
.about-page .story-signature{
    border-left:3px solid #78cdd1;
    background:#fff;
    padding:22px 25px
}
.about-page .about-numbers-section{
    background:#082b40;
    border:0;
    padding:66px 0
}
.about-page .about-number{
    border-right:1px solid rgba(255,255,255,.15);
    color:#fff
}
.about-page .about-number:last-child{
    border-right:0
}
.about-page .about-number strong{
    color:#78ccd0
}
.about-page .about-number span{
    color:#d7e1e6
}
.about-page .about-values-section{
    background:#fff;
    padding:120px 0
}
.about-page .about-values-heading h2{
    font-size:clamp(44px,4.7vw,68px)
}
.about-page .about-value-card{
    background:#f3f6f7;
    border:0;
    border-top:3px solid transparent;
    min-height:315px;
    padding:36px;
    transition:.35s
}
.about-page .about-value-card:hover{
    border-top-color:#8f2437;
    box-shadow:0 24px 50px rgba(12,42,59,.1);
    transform:translateY(-8px)
}
.about-page .about-value-card>span{
    color:#9c2c41
}
.about-page .value-icon{
    background:#fff;
    color:#8f2437
}
.about-page .about-vision-section{
    background:#eef3f4;
    padding:0 0 120px
}
.about-page .about-vision-shell{
    background:#8f2437;
    border-radius:0;
    color:#fff;
    padding:75px
}
.about-page .vision-copy h2{
    font-size:clamp(42px,4.4vw,65px)
}
.about-page .vision-copy h2 em{
    color:#fff
}
.about-page .vision-points article{
    background:rgba(255,255,255,.09);
    border-top:1px solid rgba(255,255,255,.28);
    padding:28px
}
.about-page .vision-points small{
    color:#80d5d8
}
.about-page .vision-copy a{
    background:#fff;
    color:#8f2437;
    padding:15px 22px
}
@media(max-width:900px){
    .about-page .about-inner-hero{
        min-height:760px
    }
    .about-page .about-inner-hero>img{
        bottom:0;
        height:330px;
        right:0;
        top:auto;
        width:100%
    }
    .about-page .about-inner-hero:before{
        background:linear-gradient(180deg,#082b40 0%,#082b40 52%,rgba(8,43,64,.2) 100%)
    }
    .about-page .inner-hero-content{
        padding-top:60px
    }
    .about-page .inner-hero-content h1{
        font-size:46px;
        letter-spacing:-2px
    }
    .about-page .inner-experience-card{
        bottom:18px;
        right:18px
    }
    .about-page .about-story-section,.about-page .about-values-section{
        padding:75px 0
    }
    .about-page .about-story-visual{
        min-height:480px
    }
    .about-page .story-main-image{
        height:430px
    }
    .about-page .about-number{
        border-bottom:1px solid rgba(255,255,255,.13);
        border-right:0
    }
    .about-page .about-vision-shell{
        padding:45px 25px
    }
}
/* ===== ALT SAYFALAR WEB ÖLÇEĞİ DÜZELTMESİ ===== */
.about-page .about-inner-hero{
    min-height:430px!important
}
.about-page .about-inner-hero>img{
    height:345px!important;
    right:7%!important;
    top:42px!important;
    width:38%!important
}
.about-page .inner-hero-content{
    max-width:650px!important;
    padding-top:25px!important
}
.about-page .inner-hero-content h1{
    font-size:clamp(40px,4.2vw,58px)!important;
    letter-spacing:-2.4px!important;
    line-height:1.05!important;
    margin:16px 0!important
}
.about-page .inner-hero-content>p:not(.inner-eyebrow){
    font-size:14px!important;
    line-height:1.65!important;
    max-width:520px!important
}
.about-page .inner-experience-card{
    padding:17px 24px!important
}
.about-page .inner-experience-card strong{
    font-size:31px!important
}
.about-page .inner-experience-card span{
    font-size:11px!important
}
.about-page .about-story-section{
    padding:78px 0!important
}
.about-page .about-story-visual{
    min-height:430px!important
}
.about-page .story-main-image{
    height:390px!important
}
.about-page .story-small-image{
    height:190px!important
}
.about-page .story-seal{
    height:115px!important;
    width:115px!important
}
.about-page .story-seal strong{
    font-size:19px!important
}
.about-page .about-story-copy h2{
    font-size:clamp(34px,3.3vw,48px)!important;
    letter-spacing:-2px!important
}
.about-page .about-story-copy p{
    font-size:14px!important;
    line-height:1.75!important
}
.about-page .about-numbers-section{
    padding:42px 0!important
}
.about-page .about-number strong{
    font-size:43px!important
}
.about-page .about-number span{
    font-size:12px!important
}
.about-page .about-values-section{
    padding:78px 0!important
}
.about-page .about-values-heading h2{
    font-size:clamp(34px,3.4vw,48px)!important
}
.about-page .about-value-card{
    min-height:235px!important;
    padding:26px!important
}
.about-page .about-value-card h3{
    font-size:22px!important
}
.about-page .about-value-card p{
    font-size:13px!important
}
.about-page .about-vision-section{
    padding-bottom:78px!important
}
.about-page .about-vision-shell{
    padding:48px!important
}
.about-page .vision-copy h2{
    font-size:clamp(34px,3.4vw,48px)!important
}
.about-page .vision-copy p,.about-page .vision-points p{
    font-size:13px!important
}
.about-page .vision-points article{
    padding:22px!important
}
.detail-hero{
    min-height:390px!important;
    padding:48px 8%!important
}
.detail-hero h1{
    font-size:clamp(38px,4.4vw,58px)!important;
    letter-spacing:-2.5px!important;
    margin:16px 0!important
}
.detail-hero p{
    font-size:14px!important;
    line-height:1.65!important;
    max-width:540px!important
}
.detail-hero img{
    height:280px!important
}
.detail-intro{
    gap:55px!important;
    padding:70px 8% 48px!important
}
.detail-intro h2{
    font-size:40px!important;
    letter-spacing:-2px!important
}
.detail-intro>p{
    font-size:15px!important;
    line-height:1.75!important;
    padding-top:18px!important
}
.quality-grid{
    gap:16px!important;
    padding:0 8% 75px!important
}
.quality-grid article{
    min-height:210px!important;
    padding:27px!important
}
.quality-grid h3{
    font-size:21px!important;
    margin:35px 0 12px!important
}
.quality-grid p{
    font-size:13px!important
}
.dark-statement{
    padding:60px 8%!important
}
.dark-statement h2{
    font-size:clamp(34px,3.8vw,52px)!important
}
.process-list{
    padding:35px 8% 75px!important
}
.process-list article{
    gap:45px!important;
    grid-template-columns:105px 1fr!important;
    padding:32px 0!important
}
.process-list article>span{
    font-size:45px!important
}
.process-list h2{
    font-size:29px!important
}
.process-list p{
    font-size:14px!important
}
.product-band{
    min-height:310px!important;
    padding:40px 8%!important
}
.product-band img{
    height:190px!important
}
.product-band h2{
    font-size:34px!important
}
.blog-hero{
    padding:68px 8%!important
}
.blog-hero h1{
    font-size:clamp(38px,4.4vw,58px)!important;
    letter-spacing:-2.5px!important
}
.blog-hero p{
    font-size:14px!important
}
.featured-post{
    gap:50px!important;
    padding:70px 8% 45px!important
}
.featured-art{
    height:350px!important
}
.featured-art img{
    height:280px!important
}
.featured-post h2{
    font-size:36px!important
}
.blog-grid{
    gap:20px!important;
    padding:25px 8% 80px!important
}
.blog-grid article>div{
    height:235px!important
}
.blog-grid img{
    height:190px!important
}
.blog-grid h3{
    font-size:20px!important
}
.contact-layout{
    gap:50px!important;
    min-height:auto!important;
    padding:58px 8%!important
}
.contact-copy h1{
    font-size:clamp(38px,4.4vw,58px)!important;
    letter-spacing:-2.5px!important
}
.contact-copy>p{
    font-size:14px!important
}
.contact-cards{
    margin-top:28px!important
}
.contact-cards>*{
    padding:14px 18px!important
}
.contact-form{
    padding:32px!important
}
.contact-form label{
    margin-bottom:14px!important
}
.contact-form input,.contact-form select,.contact-form textarea{
    padding:12px!important
}
.contact-form textarea{
    height:90px!important
}
.login-brand h1{
    font-size:48px!important;
    letter-spacing:-2.5px!important
}
.login-products{
    height:220px!important
}
.login-products img{
    height:185px!important
}
.login-panel form{
    padding:38px!important
}
.login-panel h2{
    font-size:32px!important
}
@media(max-width:900px){
    .about-page .about-inner-hero{
        min-height:600px!important
    }
    .about-page .about-inner-hero>img{
        bottom:0!important;
        height:245px!important;
        right:0!important;
        top:auto!important;
        width:100%!important
    }
    .about-page .inner-hero-content{
        padding-top:25px!important
    }
    .about-page .inner-hero-content h1{
        font-size:37px!important
    }
    .about-page .about-story-section,.about-page .about-values-section{
        padding:55px 0!important
    }
    .about-page .about-story-visual{
        min-height:390px!important
    }
    .detail-hero{
        min-height:560px!important;
        padding:42px 7% 5px!important
    }
    .detail-hero h1,.blog-hero h1,.contact-copy h1{
        font-size:37px!important
    }
    .detail-hero img{
        height:220px!important
    }
    .detail-intro,.featured-post,.contact-layout{
        padding:52px 7%!important
    }
    .quality-grid,.blog-grid{
        padding-left:7%!important;
        padding-right:7%!important
    }
    .sub-header{
        height:72px!important
    }
}

/* INDEX İLETİŞİM BÖLÜMÜ — GÖNDERİLEN ONAYLI SÜRÜMÜ KORUR */
body:not(.detail-page) .contact-form {
    display: grid;
    gap: 13px;
    padding: 0 !important;
    border-radius: 0;
    background: transparent;
}

body:not(.detail-page) .contact-form > .form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

body:not(.detail-page) .contact-form label {
    display: grid;
    gap: 6px;
    margin: 0 !important;
    color: inherit;
    font-size: inherit;
}

body:not(.detail-page) .contact-form input,
body:not(.detail-page) .contact-form select,
body:not(.detail-page) .contact-form textarea {
    width: 100%;
    margin: 0;
    border: 1px solid #d7dfeb;
    border-radius: 2px;
    outline: 0;
    background: #f6f8fb;
    color: #071a36;
    font: inherit;
}

body:not(.detail-page) .contact-form input,
body:not(.detail-page) .contact-form select {
    height: 44px;
    padding: 0 15px !important;
}

body:not(.detail-page) .contact-form textarea {
    height: auto !important;
    min-height: 76px;
    padding: 12px 15px !important;
    resize: vertical;
}

body:not(.detail-page) .contact-form .privacy-check {
    display: flex !important;
    align-items: flex-start;
    gap: 10px !important;
}

body:not(.detail-page) .contact-form .privacy-check input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 1px;
    padding: 0 !important;
}

body:not(.detail-page) .contact-form button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 49px;
    padding: 0 23px;
    border: 0;
    border-radius: 5px;
    background: #8a1739;
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
}

@media (max-width: 570px) {
    body:not(.detail-page) .contact-form > .form-row {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   INDEX FOOTER — SON VE YÜKSEK ÖNCELİKLİ OKUNABİLİRLİK AYARI
   ========================================================= */
body:not(.inner-page):not(.detail-page) .site-footer {
    background: #071a36 !important;
    color: #ffffff !important;
}

body:not(.inner-page):not(.detail-page) .footer-main {
    gap: 52px !important;
    padding-top: 58px !important;
    padding-bottom: 26px !important;
}

body:not(.inner-page):not(.detail-page) .footer-logo {
    padding: 10px 14px !important;
    background: #ffffff !important;
}

body:not(.inner-page):not(.detail-page) .footer-logo img {
    width: 195px !important;
    max-height: 58px !important;
}

body:not(.inner-page):not(.detail-page) .footer-brand > p {
    margin: 20px 0 24px !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
}

body:not(.inner-page):not(.detail-page) .footer-column {
    gap: 12px !important;
}

body:not(.inner-page):not(.detail-page) .footer-column h3 {
    margin: 3px 0 15px !important;
    padding-bottom: 12px !important;
    color: #ffffff !important;
    font-size: 21px !important;
    font-weight: 800 !important;
}

body:not(.inner-page):not(.detail-page) .footer-column > a,
body:not(.inner-page):not(.detail-page) .footer-column > p {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
}

body:not(.inner-page):not(.detail-page) .footer-column > a:hover {
    color: #77d8dd !important;
}

body:not(.inner-page):not(.detail-page) .footer-contact small {
    margin-bottom: 4px !important;
    color: #ff7da3 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
}

body:not(.inner-page):not(.detail-page) .footer-contact a::before,
body:not(.inner-page):not(.detail-page) .footer-contact p::before {
    color: #ff7da3 !important;
    font-size: 18px !important;
}

body:not(.inner-page):not(.detail-page) .footer-socials a {
    width: 42px !important;
    height: 42px !important;
    border-color: rgba(255, 255, 255, 0.34) !important;
    color: #ffffff !important;
}

body:not(.inner-page):not(.detail-page) .footer-legal {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 25px !important;
    width: 100% !important;
    min-height: 74px !important;
    margin-top: 16px !important;
    padding: 22px 0 8px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13px !important;
}

body:not(.inner-page):not(.detail-page) .footer-legal > div {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 20px !important;
}

body:not(.inner-page):not(.detail-page) .footer-legal a {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

body:not(.inner-page):not(.detail-page) .footer-legal > div > a:last-of-type {
    color: #ff7da3 !important;
    font-weight: 800 !important;
}

body:not(.inner-page):not(.detail-page) .footer-languages a {
    width: 34px !important;
    height: 34px !important;
    border-color: rgba(255, 255, 255, 0.32) !important;
    color: #ffffff !important;
    font-size: 10px !important;
}

body:not(.inner-page):not(.detail-page) .footer-languages a.active,
body:not(.inner-page):not(.detail-page) .footer-languages a:hover {
    border-color: #8a1739 !important;
    background: #8a1739 !important;
}

body:not(.inner-page):not(.detail-page) .contact-intro small,
body:not(.inner-page):not(.detail-page) .contact-form label > span,
body:not(.inner-page):not(.detail-page) .privacy-check span {
    font-size: 12px !important;
}

@media (max-width: 850px) {
    body:not(.inner-page):not(.detail-page) .footer-main {
        gap: 34px !important;
        padding-top: 44px !important;
    }

    body:not(.inner-page):not(.detail-page) .footer-legal {
        align-items: flex-start !important;
        flex-direction: column !important;
        padding-bottom: 16px !important;
    }
}

/* HAKKIMIZDA — nihai, yüksek öncelikli sayfa ayarları */
.about-page .inner-hero-content {
    width: 100% !important;
    max-width: 1480px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: left !important;
}

.about-page .inner-hero-content .inner-eyebrow,
.about-page .inner-hero-content h1,
.about-page .inner-hero-content > p,
.about-page .inner-hero-content .breadcrumb {
    margin-right: auto !important;
    margin-left: 0 !important;
    text-align: left !important;
}

.about-page .inner-hero-content h1 {
    max-width: 650px !important;
}
.about-page .inner-hero-content > p:not(.inner-eyebrow) {
    max-width: 520px !important;
}
.about-page .inner-hero-content .inner-eyebrow {
    justify-content: flex-start !important;
}

.about-page .about-story-copy .story-founded {
    color: #26394a !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
}

.about-page .site-footer {
    background: #071a36 !important;
    color: #fff !important;
}
.about-page .footer-main {
    gap: 52px !important;
    padding-top: 58px !important;
    padding-bottom: 26px !important;
}
.about-page .footer-logo {
    padding: 10px 14px !important;
    background: #fff !important;
}
.about-page .footer-logo img {
    width: 195px !important;
    max-height: 58px !important;
}
.about-page .footer-brand > p {
    margin: 20px 0 24px !important;
    color: rgba(255,255,255,.84) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
}
.about-page .footer-column {
    gap: 12px !important;
}
.about-page .footer-column h3 {
    margin: 3px 0 15px !important;
    padding-bottom: 12px !important;
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 800 !important;
}
.about-page .footer-column > a,
.about-page .footer-column > p {
    color: rgba(255,255,255,.82) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
}
.about-page .footer-column > a:hover {
    color: #77d8dd !important;
}
.about-page .footer-contact small {
    margin-bottom: 4px !important;
    color: #ff7da3 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
}
.about-page .footer-contact a::before,
.about-page .footer-contact p::before {
    color: #ff7da3 !important;
    font-size: 18px !important;
}
.about-page .footer-socials a {
    width: 42px !important;
    height: 42px !important;
    border-color: rgba(255,255,255,.34) !important;
    color: #fff !important;
}
.about-page .footer-legal {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 25px !important;
    width: 100% !important;
    min-height: 74px !important;
    margin-top: 16px !important;
    padding: 22px 0 8px !important;
    border-top: 1px solid rgba(255,255,255,.22) !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 13px !important;
}
.about-page .footer-legal > div {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 20px !important;
}
.about-page .footer-legal a {
    color: rgba(255,255,255,.82) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
.about-page .footer-legal > div > a:last-of-type {
    color: #ff7da3 !important;
    font-weight: 800 !important;
}
.about-page .footer-languages a {
    width: 34px !important;
    height: 34px !important;
    border-color: rgba(255,255,255,.32) !important;
    color: #fff !important;
    font-size: 10px !important;
}
.about-page .footer-languages a.active,
.about-page .footer-languages a:hover {
    border-color: #8a1739 !important;
    background: #8a1739 !important;
}

@media (max-width: 850px) {
    .about-page .footer-main {
        gap: 34px !important;
        padding-top: 44px !important;
    }
    .about-page .footer-legal {
        align-items: flex-start !important;
        flex-direction: column !important;
        padding-bottom: 16px !important;
    }
}

/* Birleşik Üretim & Kalite sayfası: süreç bölümünün kompakt girişi */
.combined-process-heading {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(360px, 1.2fr);
    gap: 55px;
    align-items: end;
    padding: 78px 7% 36px;
    background: #f4f7f8;
}

.combined-process-heading small {
    grid-column: 1 / -1;
    color: #8a1739;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
}

.combined-process-heading h2 {
    margin: 0;
    color: #071a36;
    font-size: clamp(34px, 3.5vw, 50px);
    line-height: 1.08;
}

.combined-process-heading h2 em {
    color: #8a1739;
    font-family: "Playfair Display", serif;
}

.combined-process-heading p {
    margin: 0;
    color: #485a6d;
    font-size: 17px;
    line-height: 1.75;
}

@media (max-width: 760px) {
    .combined-process-heading {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 55px 7% 25px;
    }

    .combined-process-heading small {
        grid-column: auto;
    }
}

/* Üretim & Kalite — Hakkımızda ile ortak hero görsel dili */
.production-quality-page .quality-hero {
    display: flex !important;
    min-height: 430px !important;
    background: #082b40 !important;
    isolation: isolate;
}

.production-quality-page .quality-hero::before {
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
    background: linear-gradient(90deg, rgba(8,43,64,.98) 0%, rgba(8,43,64,.91) 45%, rgba(8,43,64,.42) 72%, rgba(8,43,64,.18) 100%);
}

.production-quality-page .quality-hero::after {
    z-index: 1;
}

.production-quality-page .quality-hero > div {
    width: min(660px, 58%);
    position: relative;
    z-index: 3;
}

.production-quality-page .quality-hero > img {
    position: absolute !important;
    z-index: 0 !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: .78;
}

/* Dört adımlı süreç — yan yana görselli kartlar */
.process-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 22px 7% 86px;
    background: #f4f7f8;
}

.process-card-grid article {
    overflow: hidden;
    min-width: 0;
    border-top: 3px solid #76cdd1;
    background: #fff;
    box-shadow: 0 18px 45px rgba(7, 26, 54, .08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.process-card-grid article:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 55px rgba(7, 26, 54, .14);
}

.process-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 205px;
    overflow: hidden;
    background: radial-gradient(circle at 50% 55%, #fff 0, #edf3f5 68%, #e4ecef 100%);
}

.process-card-image img {
    width: 80%;
    height: 180px;
    object-fit: contain;
    filter: drop-shadow(0 15px 16px rgba(7,26,54,.16));
    transition: transform .35s ease;
}

.process-card-grid article:hover .process-card-image img {
    transform: scale(1.06);
}

.process-card-copy {
    position: relative;
    min-height: 245px;
    padding: 28px 25px 30px;
}

.process-card-copy > span {
    position: absolute;
    top: 22px;
    right: 22px;
    color: rgba(138, 23, 57, .18);
    font-size: 36px;
    font-weight: 900;
}

.process-card-copy small {
    display: block;
    padding-right: 48px;
    color: #8a1739;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.6px;
}

.process-card-copy h2 {
    margin: 28px 0 13px;
    color: #071a36;
    font-size: 23px;
    line-height: 1.2;
}

.process-card-copy p {
    margin: 0;
    color: #5f6f7e;
    font-size: 14px;
    line-height: 1.72;
}

/* Üretim & Kalite footer — indeks ile aynı okunaklı yapı */
.production-quality-page .site-footer {
    background: #071a36 !important;
    color: #fff !important;
}
.production-quality-page .footer-main {
    gap: 52px !important;
    padding-top: 58px !important;
    padding-bottom: 26px !important;
}
.production-quality-page .footer-logo {
    padding: 10px 14px !important;
    background: #fff !important;
}
.production-quality-page .footer-logo img {
    width: 195px !important;
    max-height: 58px !important;
}
.production-quality-page .footer-brand > p {
    margin: 20px 0 24px !important;
    color: rgba(255,255,255,.84) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
}
.production-quality-page .footer-column {
    gap: 12px !important;
}
.production-quality-page .footer-column h3 {
    margin: 3px 0 15px !important;
    padding-bottom: 12px !important;
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 800 !important;
}
.production-quality-page .footer-column > a,
.production-quality-page .footer-column > p {
    color: rgba(255,255,255,.82) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
}
.production-quality-page .footer-column > a:hover {
    color: #77d8dd !important;
}
.production-quality-page .footer-contact small {
    margin-bottom: 4px !important;
    color: #ff7da3 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
}
.production-quality-page .footer-contact a::before,
.production-quality-page .footer-contact p::before {
    color: #ff7da3 !important;
    font-size: 18px !important;
}
.production-quality-page .footer-socials a {
    width: 42px !important;
    height: 42px !important;
    border-color: rgba(255,255,255,.34) !important;
    color: #fff !important;
}
.production-quality-page .footer-legal {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 25px !important;
    width: 100% !important;
    min-height: 74px !important;
    margin-top: 16px !important;
    padding: 22px 0 8px !important;
    border-top: 1px solid rgba(255,255,255,.22) !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 13px !important;
}
.production-quality-page .footer-legal > div {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 20px !important;
}
.production-quality-page .footer-legal a {
    color: rgba(255,255,255,.82) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
.production-quality-page .footer-legal > div > a:last-of-type {
    color: #ff7da3 !important;
    font-weight: 800 !important;
}
.production-quality-page .footer-languages a {
    width: 34px !important;
    height: 34px !important;
    border-color: rgba(255,255,255,.32) !important;
    color: #fff !important;
    font-size: 10px !important;
}
.production-quality-page .footer-languages a.active,
.production-quality-page .footer-languages a:hover {
    border-color: #8a1739 !important;
    background: #8a1739 !important;
}

@media (max-width: 1100px) {
    .process-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .production-quality-page .quality-hero {
        min-height: 520px !important;
        align-items: flex-start !important;
        padding-top: 58px !important;
    }
    .production-quality-page .quality-hero > div {
        width: 100%;
    }
    .production-quality-page .quality-hero::before {
        background: linear-gradient(180deg, rgba(8,43,64,.98) 0%, rgba(8,43,64,.88) 60%, rgba(8,43,64,.46) 100%);
    }
    .process-card-grid {
        grid-template-columns: 1fr;
        padding-bottom: 60px;
    }
    .process-card-copy {
        min-height: auto;
    }
    .production-quality-page .footer-main {
        gap: 34px !important;
        padding-top: 44px !important;
    }
    .production-quality-page .footer-legal {
        align-items: flex-start !important;
        flex-direction: column !important;
        padding-bottom: 16px !important;
    }
}

/* =========================================================
   İLETİŞİM ALT SAYFASI — KOMPAKT HERO VE AÇIK FORM TASARIMI
   ========================================================= */
.contact-detail-page {
    background: #f4f7f8;
}

.contact-inner-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 430px;
    overflow: hidden;
    padding: 55px 8%;
    background: #082b40;
}

.contact-inner-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .8;
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8,43,64,.98) 0%, rgba(8,43,64,.91) 45%, rgba(8,43,64,.42) 73%, rgba(8,43,64,.18) 100%);
}

.contact-hero-copy {
    position: relative;
    z-index: 2;
    width: min(650px, 58%);
}

.contact-hero-copy > small {
    color: #78d0d4;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2.2px;
}

.contact-hero-copy h1 {
    margin: 18px 0 17px;
    color: #fff;
    font-size: clamp(39px, 4.2vw, 58px);
    line-height: 1.05;
    letter-spacing: -2.3px;
}

.contact-hero-copy h1 em {
    color: #cf6077;
    font-family: "Playfair Display", serif;
}

.contact-hero-copy > p {
    max-width: 550px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 1.75;
}

.contact-hero-copy .breadcrumb {
    margin-top: 25px;
}

.contact-detail-page .contact-layout {
    display: grid !important;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
    gap: 55px !important;
    align-items: start;
    min-height: auto !important;
    padding: 78px 8% !important;
    background: #f4f7f8 !important;
}

.contact-detail-page .contact-copy {
    padding: 13px 0 0;
}

.contact-detail-page .contact-copy > small {
    color: #8a1739 !important;
    font-size: 11px !important;
    font-weight: 900;
    letter-spacing: 2px;
}

.contact-detail-page .contact-copy h2 {
    margin: 18px 0 20px;
    color: #071a36;
    font-size: clamp(35px, 3.5vw, 48px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.contact-detail-page .contact-copy h2 em {
    color: #8a1739;
    font-family: "Playfair Display", serif;
}

.contact-detail-page .contact-copy > p {
    max-width: 570px;
    margin: 0;
    color: #5b6c7c !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.contact-detail-page .contact-cards {
    gap: 13px;
    margin-top: 33px !important;
}

.contact-detail-page .contact-cards > * {
    display: flex;
    align-items: center;
    gap: 17px;
    min-height: 82px;
    padding: 17px 19px !important;
    border: 1px solid #dce5eb !important;
    border-left: 3px solid #8a1739 !important;
    border-radius: 8px;
    background: #fff !important;
    color: #071a36 !important;
    box-shadow: 0 10px 28px rgba(7,26,54,.055);
}

.contact-card-icon {
    display: grid;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 50%;
    background: #f7e9ee;
    color: #8a1739;
    font-size: 19px;
    font-weight: 800;
}

.contact-detail-page .contact-cards small {
    margin-bottom: 5px;
    color: #8a1739 !important;
    font-size: 9px !important;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.contact-detail-page .contact-cards strong {
    color: #182f43;
    font-size: 15px;
    line-height: 1.5;
}

.contact-detail-page .contact-form {
    padding: 38px !important;
    border: 1px solid #dce5eb;
    border-radius: 10px;
    background: #fff !important;
    box-shadow: 0 22px 55px rgba(7,26,54,.1);
}

.contact-detail-page .contact-form-heading {
    display: block !important;
    margin-bottom: 29px;
}

.contact-detail-page .contact-form-heading small {
    color: #8a1739;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.7px;
}

.contact-detail-page .contact-form-heading h2 {
    margin: 9px 0 8px;
    color: #071a36;
    font-size: 28px;
    line-height: 1.2;
}

.contact-detail-page .contact-form-heading p {
    margin: 0;
    color: #6b7a88;
    font-size: 14px;
    line-height: 1.65;
}

.contact-detail-page .contact-form > div:not(.contact-form-heading) {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
}

.contact-detail-page .contact-form label {
    margin-bottom: 15px !important;
    color: #263d50 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.contact-detail-page .contact-form input,
.contact-detail-page .contact-form select,
.contact-detail-page .contact-form textarea {
    padding: 13px 14px !important;
    border: 1px solid #dce5eb !important;
    border-radius: 6px;
    background: #f7f9fa !important;
    color: #172f43;
    font-size: 13px;
    outline: none;
}

.contact-detail-page .contact-form input:focus,
.contact-detail-page .contact-form select:focus,
.contact-detail-page .contact-form textarea:focus {
    border-color: #8a1739 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(138,23,57,.08);
}

.contact-detail-page .contact-form textarea {
    height: 105px !important;
}

.contact-detail-page .contact-form .consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #647484 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.5;
}

.contact-detail-page .contact-form .consent input {
    flex: 0 0 auto;
    width: 16px !important;
    height: 16px;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-detail-page .contact-form button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 49px;
    padding: 0 21px !important;
    border-radius: 6px;
    background: #8a1739 !important;
    color: #fff;
    font-size: 13px;
}

/* İletişim footer — diğer onaylı sayfalarla aynı */
.contact-detail-page .site-footer {
    background: #071a36 !important;
    color: #fff !important;
}
.contact-detail-page .footer-main {
    gap: 52px !important;
    padding-top: 58px !important;
    padding-bottom: 26px !important;
}
.contact-detail-page .footer-logo {
    padding: 10px 14px !important;
    background: #fff !important;
}
.contact-detail-page .footer-logo img {
    width: 195px !important;
    max-height: 58px !important;
}
.contact-detail-page .footer-brand > p {
    margin: 20px 0 24px !important;
    color: rgba(255,255,255,.84) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
}
.contact-detail-page .footer-column {
    gap: 12px !important;
}
.contact-detail-page .footer-column h3 {
    margin: 3px 0 15px !important;
    padding-bottom: 12px !important;
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 800 !important;
}
.contact-detail-page .footer-column > a,
.contact-detail-page .footer-column > p {
    color: rgba(255,255,255,.82) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
}
.contact-detail-page .footer-column > a:hover {
    color: #77d8dd !important;
}
.contact-detail-page .footer-contact small {
    margin-bottom: 4px !important;
    color: #ff7da3 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
}
.contact-detail-page .footer-contact a::before,
.contact-detail-page .footer-contact p::before {
    color: #ff7da3 !important;
    font-size: 18px !important;
}
.contact-detail-page .footer-socials a {
    width: 42px !important;
    height: 42px !important;
    border-color: rgba(255,255,255,.34) !important;
    color: #fff !important;
}
.contact-detail-page .footer-legal {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 25px !important;
    width: 100% !important;
    min-height: 74px !important;
    margin-top: 16px !important;
    padding: 22px 0 8px !important;
    border-top: 1px solid rgba(255,255,255,.22) !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 13px !important;
}
.contact-detail-page .footer-legal > div {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 20px !important;
}
.contact-detail-page .footer-legal a {
    color: rgba(255,255,255,.82) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
.contact-detail-page .footer-legal > div > a:last-of-type {
    color: #ff7da3 !important;
    font-weight: 800 !important;
}
.contact-detail-page .footer-languages a {
    width: 34px !important;
    height: 34px !important;
    border-color: rgba(255,255,255,.32) !important;
    color: #fff !important;
    font-size: 10px !important;
}
.contact-detail-page .footer-languages a.active,
.contact-detail-page .footer-languages a:hover {
    border-color: #8a1739 !important;
    background: #8a1739 !important;
}

@media (max-width: 900px) {
    .contact-detail-page .contact-layout {
        grid-template-columns: 1fr !important;
        padding: 58px 7% !important;
    }
}

/* V14 — Ürün veritabanı boş durumu ve iletişim onay kutusu düzeltmesi */
.product-grid .product-empty-state {
    grid-column: 1 / -1;
    padding: 48px 28px;
    border: 1px solid #dfe6ee;
    border-radius: 10px;
    background: #f7f9fb;
    text-align: center;
}

.products-page .product-filter a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 13px 20px;
    border: 1px solid #d8e2e5;
    border-radius: 30px;
    background: #fff;
    color: #526173;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: .22s ease;
}

.products-page .product-filter a:hover,
.products-page .product-filter a.active {
    border-color: #8a1739;
    background: #8a1739;
    color: #fff;
}

.product-empty-state h3 {
    margin: 0 0 8px;
    color: #071a36;
    font-size: 24px;
}

.product-empty-state p {
    margin: 0;
    color: #5f6f80;
    font-size: 15px;
}

.contact-detail-page .contact-form .privacy-check {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 11px !important;
    width: 100% !important;
    margin: 2px 0 19px !important;
}

.contact-detail-page .contact-form .privacy-check input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}

.contact-detail-page .contact-form .privacy-check > span {
    display: block !important;
    min-width: 0;
    color: #5f6f80 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere;
}

@media (max-width: 620px) {
    .contact-inner-hero {
        min-height: 500px;
        align-items: flex-start;
        padding: 58px 7%;
    }
    .contact-hero-overlay {
        background: linear-gradient(180deg, rgba(8,43,64,.98) 0%, rgba(8,43,64,.86) 64%, rgba(8,43,64,.42) 100%);
    }
    .contact-hero-copy {
        width: 100%;
    }
    .contact-hero-copy h1 {
        font-size: 38px;
    }
    .contact-detail-page .contact-form {
        padding: 27px 20px !important;
    }
    .contact-detail-page .contact-form > div:not(.contact-form-heading) {
        grid-template-columns: 1fr !important;
    }
    .contact-detail-page .footer-main {
        gap: 34px !important;
        padding-top: 44px !important;
    }
    .contact-detail-page .footer-legal {
        align-items: flex-start !important;
        flex-direction: column !important;
        padding-bottom: 16px !important;
    }
}

/* İLETİŞİM ALT BÖLÜMÜ — EKRAN GERİ BİLDİRİMİNE GÖRE NİHAİ TASARIM */
.contact-detail-page .contact-layout {
    width: calc(100% - 64px) !important;
    max-width: 1280px !important;
    margin: 72px auto !important;
    padding: 0 !important;
    gap: 0 !important;
    overflow: hidden;
    border: 1px solid #d9e2e9;
    border-radius: 16px;
    background: #fff !important;
    box-shadow: 0 28px 70px rgba(7, 26, 54, .13);
}

.contact-detail-page .contact-copy {
    min-height: 100%;
    padding: 55px 48px !important;
    background: linear-gradient(145deg, #071a36 0%, #0c3555 100%);
    color: #fff;
}

.contact-detail-page .contact-copy > small {
    color: #7bd4d8 !important;
    font-size: 12px !important;
}

.contact-detail-page .contact-copy h2 {
    margin: 18px 0 22px !important;
    color: #fff !important;
    font-size: clamp(38px, 3.3vw, 50px) !important;
    line-height: 1.08 !important;
}

.contact-detail-page .contact-copy h2 em {
    color: #ff789d !important;
}

.contact-detail-page .contact-copy > p {
    color: rgba(255,255,255,.82) !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
}

.contact-detail-page .contact-cards {
    gap: 12px !important;
    margin-top: 36px !important;
}

.contact-detail-page .contact-cards > * {
    min-height: 86px !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(255,255,255,.13) !important;
    border-left: 3px solid #ff789d !important;
    background: rgba(255,255,255,.075) !important;
    box-shadow: none !important;
}

.contact-detail-page .contact-card-icon {
    background: rgba(255,255,255,.12) !important;
    color: #7bd4d8 !important;
}

.contact-detail-page .contact-cards small {
    color: #ff9ab7 !important;
    font-size: 10px !important;
}

.contact-detail-page .contact-cards strong {
    color: #fff !important;
    font-size: 16px !important;
}

.contact-detail-page .contact-form {
    align-self: stretch;
    padding: 50px 48px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.contact-detail-page .contact-form-heading {
    margin-bottom: 32px !important;
}

.contact-detail-page .contact-form-heading small {
    font-size: 11px !important;
}

.contact-detail-page .contact-form-heading h2 {
    margin: 11px 0 10px !important;
    font-size: 32px !important;
}

.contact-detail-page .contact-form-heading p {
    max-width: 520px;
    color: #586a7b !important;
    font-size: 15px !important;
}

.contact-detail-page .contact-form label {
    margin-bottom: 18px !important;
    font-size: 13px !important;
}

.contact-detail-page .contact-form input,
.contact-detail-page .contact-form select,
.contact-detail-page .contact-form textarea {
    min-height: 48px;
    padding: 14px 15px !important;
    background: #f3f6f8 !important;
    color: #102b40 !important;
    font-size: 14px !important;
}

.contact-detail-page .contact-form textarea {
    min-height: 115px;
}

.contact-detail-page .contact-form .consent {
    margin: 2px 0 19px !important;
    font-size: 12px !important;
}

.contact-detail-page .contact-form button {
    min-height: 54px !important;
    padding: 0 23px !important;
    font-size: 14px !important;
    font-weight: 850 !important;
}

@media (max-width: 900px) {
    .contact-detail-page .contact-layout {
        width: calc(100% - 36px) !important;
        margin: 46px auto !important;
    }

    .contact-detail-page .contact-copy,
    .contact-detail-page .contact-form {
        padding: 42px 34px !important;
    }
}

@media (max-width: 620px) {
    .contact-detail-page .contact-layout {
        width: calc(100% - 24px) !important;
        border-radius: 11px;
    }

    .contact-detail-page .contact-copy,
    .contact-detail-page .contact-form {
        padding: 34px 23px !important;
    }

    .contact-detail-page .contact-copy h2 {
        font-size: 35px !important;
    }

    .contact-detail-page .contact-form-heading h2 {
        font-size: 27px !important;
    }
}

/* ÜRÜNLER — Hakkımızda ile uyumlu, kısa hero */
.products-page .products-inner-hero {
    min-height: 430px !important;
    background: #082b40 !important;
    isolation: isolate;
}

.products-page .products-inner-hero::before {
    z-index: 1;
    opacity: 1 !important;
    background: linear-gradient(90deg, rgba(8,43,64,.98) 0%, rgba(8,43,64,.91) 45%, rgba(8,43,64,.42) 73%, rgba(8,43,64,.18) 100%) !important;
}

.products-page .products-hero-bg {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .8;
}

.products-page .products-hero-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(5,25,39,.03), rgba(5,25,39,.28));
}

.products-page .products-hero-content {
    width: 100% !important;
    max-width: 1480px !important;
    margin: 0 auto !important;
    padding-top: 25px !important;
    padding-bottom: 35px !important;
}

.products-page .products-hero-content h1 {
    max-width: 650px !important;
    font-size: clamp(40px, 4.2vw, 58px) !important;
    line-height: 1.05 !important;
    letter-spacing: -2.4px !important;
}

.products-page .products-hero-content > p:not(.inner-eyebrow) {
    max-width: 520px !important;
    margin-top: 17px !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.products-page .products-hero-content .breadcrumb {
    margin-top: 22px !important;
}

.products-page .catalog-heading {
    display: block !important;
}

@media (max-width: 560px) {
    .products-page .products-inner-hero {
        min-height: 520px !important;
        align-items: flex-start;
    }

    .products-page .products-inner-hero::before {
        background: linear-gradient(180deg, rgba(8,43,64,.98) 0%, rgba(8,43,64,.86) 64%, rgba(8,43,64,.42) 100%) !important;
    }

    .products-page .products-hero-content {
        padding-top: 58px !important;
    }
}

/* =========================================================
   TÜM KURUMSAL SAYFALAR — TEK VE ORTAK FOOTER GÖRÜNÜMÜ
   ========================================================= */
body:not(.login-page) .site-footer {
    border-top: 0 !important;
    background: #071a36 !important;
    color: #fff !important;
}

body:not(.login-page) .footer-main {
    gap: 52px !important;
    padding-top: 58px !important;
    padding-bottom: 26px !important;
}

body:not(.login-page) .footer-logo {
    padding: 10px 14px !important;
    background: #fff !important;
}

body:not(.login-page) .footer-logo img {
    width: 195px !important;
    max-height: 58px !important;
}

body:not(.login-page) .footer-brand > p {
    margin: 20px 0 24px !important;
    color: rgba(255,255,255,.84) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
}

body:not(.login-page) .footer-column {
    gap: 12px !important;
}

body:not(.login-page) .footer-column h3 {
    margin: 3px 0 15px !important;
    padding-bottom: 12px !important;
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 800 !important;
}

body:not(.login-page) .footer-column > a,
body:not(.login-page) .footer-column > p {
    color: rgba(255,255,255,.82) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.75 !important;
}

body:not(.login-page) .footer-column > a:hover {
    color: #77d8dd !important;
}

body:not(.login-page) .footer-contact small {
    margin-bottom: 4px !important;
    color: #ff7da3 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
}

body:not(.login-page) .footer-contact a::before,
body:not(.login-page) .footer-contact p::before {
    color: #ff7da3 !important;
    font-size: 18px !important;
}

body:not(.login-page) .footer-socials a {
    width: 42px !important;
    height: 42px !important;
    border-color: rgba(255,255,255,.34) !important;
    color: #fff !important;
}

body:not(.login-page) .footer-legal {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 25px !important;
    width: 100% !important;
    min-height: 74px !important;
    margin-top: 16px !important;
    padding: 22px 0 8px !important;
    border-top: 1px solid rgba(255,255,255,.22) !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 13px !important;
}

body:not(.login-page) .footer-legal > div {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 20px !important;
}

body:not(.login-page) .footer-legal a {
    color: rgba(255,255,255,.82) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

body:not(.login-page) .footer-legal > div > a:last-of-type {
    color: #ff7da3 !important;
    font-weight: 800 !important;
}

body:not(.login-page) .footer-languages a {
    width: 34px !important;
    height: 34px !important;
    border-color: rgba(255,255,255,.32) !important;
    color: #fff !important;
    font-size: 10px !important;
}

body:not(.login-page) .footer-languages a.active,
body:not(.login-page) .footer-languages a:hover {
    border-color: #8a1739 !important;
    background: #8a1739 !important;
}

@media (max-width: 850px) {
    body:not(.login-page) .footer-main {
        gap: 34px !important;
        padding-top: 44px !important;
    }

    body:not(.login-page) .footer-legal {
        align-items: flex-start !important;
        flex-direction: column !important;
        padding-bottom: 16px !important;
    }
}

/* =========================================================
   ÜYE GİRİŞİ — MÜŞTERİ PORTALI
   ========================================================= */
.login-page {
    min-width: 320px;
    background: #eef3f6;
    color: #102b40;
    font-family: "Manrope", sans-serif;
}

.member-login-shell {
    display: grid;
    grid-template-columns: minmax(480px, 1.05fr) minmax(480px, .95fr);
    min-height: 100vh;
}

.member-login-showcase {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    overflow: hidden;
    padding: 46px 7% 42px;
    background: #071f36;
    color: #fff;
}

.member-login-bg,
.member-login-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.member-login-bg {
    object-fit: cover;
    object-position: center;
    opacity: .64;
}

.member-login-overlay {
    background: linear-gradient(135deg, rgba(5,25,45,.98) 0%, rgba(7,37,62,.9) 52%, rgba(7,37,62,.56) 100%);
}

.member-login-logo,
.member-login-copy,
.member-login-support {
    position: relative;
    z-index: 2;
}

.member-login-logo {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 67px;
    padding: 9px 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 35px rgba(0,0,0,.16);
}

.member-login-logo img {
    width: 190px;
    max-height: 50px;
    object-fit: contain;
}

.member-login-copy {
    width: min(650px, 100%);
    margin: 55px 0 40px;
}

.member-login-copy > small {
    color: #7ad1d5;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2.3px;
}

.member-login-copy h1 {
    margin: 20px 0 19px;
    color: #fff;
    font-size: clamp(45px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -3.2px;
}

.member-login-copy h1 em {
    color: #ff789d;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.member-login-copy > p {
    max-width: 570px;
    margin: 0;
    color: rgba(255,255,255,.8);
    font-size: 16px;
    line-height: 1.75;
}

.member-login-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 36px;
}

.member-login-features span {
    min-height: 88px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.075);
    color: rgba(255,255,255,.86);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.member-login-features b {
    display: block;
    margin-bottom: 8px;
    color: #ff8dad;
    font-size: 10px;
    letter-spacing: 1px;
}

.member-login-support {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.16);
    color: rgba(255,255,255,.68);
    font-size: 12px;
}

.member-login-support a {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.member-login-panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 72px 7%;
    background: #f3f6f8;
}

.member-back-home {
    position: absolute;
    top: 28px;
    right: 7%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5c6d7b;
    font-size: 12px;
    font-weight: 750;
}

.member-back-home:hover {
    color: #8a1739;
}

.member-login-card {
    width: min(500px, 100%);
    padding: 42px 44px 30px;
    border: 1px solid #dae3e9;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(7,26,54,.12);
}

.member-login-card > header small {
    color: #8a1739;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
}

.member-login-card > header h2 {
    margin: 10px 0 8px;
    color: #071a36;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -1.5px;
}

.member-login-card > header p {
    margin: 0 0 27px;
    color: #687887;
    font-size: 14px;
    line-height: 1.65;
}

.member-login-form > label {
    display: block;
    margin: 18px 0 8px;
    color: #263d50;
    font-size: 12px;
    font-weight: 800;
}

.member-input-wrap {
    position: relative;
}

.member-input-wrap input {
    width: 100%;
    min-height: 50px;
    padding: 0 48px;
    border: 1px solid #d8e2e8;
    border-radius: 7px;
    background: #f5f7f9;
    color: #102b40;
    font: inherit;
    font-size: 13px;
    outline: none;
    transition: .25s ease;
}

.member-input-wrap input:focus {
    border-color: #8a1739;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(138,23,57,.08);
}

.member-input-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 17px;
    color: #8a1739;
    font-size: 14px;
    transform: translateY(-50%);
}

.password-toggle {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 12px;
    padding: 5px;
    border: 0;
    background: transparent;
    color: #8a1739;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
    transform: translateY(-50%);
}

.member-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 17px 0 22px;
}

.member-login-options label {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #5f7080;
    font-size: 11px;
    cursor: pointer;
}

.member-login-options input {
    width: 15px;
    height: 15px;
    accent-color: #8a1739;
}

.member-login-options a {
    color: #8a1739;
    font-size: 11px;
    font-weight: 800;
}

.member-login-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    padding: 0 21px;
    border: 0;
    border-radius: 7px;
    background: #8a1739;
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
    transition: .25s ease;
}

.member-login-submit:hover {
    background: #6f0f2e;
    transform: translateY(-2px);
}

.member-login-submit b {
    font-size: 20px;
}

.member-login-feedback {
    display: none;
    margin: 13px 0 0;
    padding: 10px 12px;
    border-radius: 6px;
    background: #edf7f5;
    color: #246c61;
    font-size: 11px;
    line-height: 1.5;
}

.member-login-feedback.visible {
    display: block;
}

.member-login-help {
    margin-top: 27px;
    padding: 18px;
    border: 1px solid #e0e7ec;
    border-radius: 8px;
    background: #f7f9fa;
}

.member-login-help strong {
    color: #173247;
    font-size: 13px;
}

.member-login-help p {
    margin: 6px 0 11px;
    color: #687887;
    font-size: 11px;
    line-height: 1.55;
}

.member-login-help a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8a1739;
    font-size: 11px;
    font-weight: 850;
}

.member-secure-note {
    margin-top: 19px;
    color: #778693;
    font-size: 9px;
    line-height: 1.5;
    text-align: center;
}

.member-secure-note > span {
    display: inline-grid;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    place-items: center;
    border-radius: 50%;
    background: #e9f5f2;
    color: #2d796c;
    font-weight: 900;
}

.member-secure-note a {
    color: #8a1739;
    font-weight: 700;
}

@media (max-width: 1050px) {
    .member-login-shell {
        grid-template-columns: 1fr;
    }

    .member-login-showcase {
        min-height: 590px;
        padding: 38px 7%;
    }

    .member-login-copy {
        margin: 55px 0 35px;
    }

    .member-login-copy h1 {
        font-size: 50px;
    }

    .member-login-panel {
        min-height: auto;
        padding: 85px 7% 65px;
    }
}

@media (max-width: 620px) {
    .member-login-showcase {
        min-height: 660px;
        padding: 25px 22px 28px;
    }

    .member-login-logo img {
        width: 155px;
    }

    .member-login-copy h1 {
        font-size: 39px;
        letter-spacing: -2px;
    }

    .member-login-features {
        grid-template-columns: 1fr;
    }

    .member-login-features span {
        min-height: auto;
    }

    .member-login-support {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .member-login-panel {
        padding: 76px 12px 38px;
    }

    .member-back-home {
        top: 25px;
        right: 22px;
    }

    .member-login-card {
        padding: 32px 21px 25px;
    }

    .member-login-card > header h2 {
        font-size: 33px;
    }
}
/* ================================================================
   ÇOK DİLLİ YAPI — ARAPÇA / SAĞDAN SOLA
   ================================================================ */

html[dir="rtl"] body {
    font-family: "Manrope", "Tahoma", "Arial", sans-serif;
    text-align: right;
}

html[dir="rtl"] .navbar,
html[dir="rtl"] .top-bar-content,
html[dir="rtl"] .footer-main,
html[dir="rtl"] .footer-legal,
html[dir="rtl"] .contact-grid,
html[dir="rtl"] .member-login-layout {
    direction: rtl;
}

html[dir="rtl"] .navigation-list,
html[dir="rtl"] .navbar-actions,
html[dir="rtl"] .footer-socials,
html[dir="rtl"] .footer-languages {
    flex-direction: row-reverse;
}

html[dir="rtl"] .mobile-navbar-actions {
    direction: rtl;
}

html[dir="rtl"] .mobile-language-selector {
    direction: ltr;
}

/* ================================================================
   MVC BLOG DETAY SAYFASI — BAŞLANGIÇ
   ================================================================ */
.mvc-blog-detail-hero {
    align-items: center;
    background: linear-gradient(135deg, #071a36 0%, #0b3450 65%, #8a1739 100%);
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
    min-height: 420px;
    padding: 52px max(6%, calc((100% - 1180px) / 2));
}

body.detail-page .main-header {
    display: block;
    position: relative;
    visibility: visible;
}

.mvc-blog-detail-copy {
    color: #ffffff;
}

.mvc-blog-back,
.mvc-blog-detail-copy small {
    color: #79d6dc;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.6px;
    margin-bottom: 22px;
}

.mvc-blog-detail-copy h1 {
    font-size: clamp(36px, 4vw, 56px);
    letter-spacing: -2px;
    line-height: 1.1;
    margin: 0 0 18px;
    overflow-wrap: anywhere;
}

.mvc-blog-detail-copy p {
    color: #d6e2e8;
    font-size: 17px;
    line-height: 1.75;
    max-width: 670px;
}

.mvc-blog-detail-copy time {
    color: #f4a2bc;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-top: 22px;
}

.mvc-blog-detail-image {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    justify-content: center;
    height: 320px;
    min-height: 0;
    overflow: hidden;
    padding: 18px;
}

.mvc-blog-detail-image img {
    height: 100%;
    max-width: none;
    object-fit: contain;
    width: 100%;
}

.mvc-blog-article {
    background: #ffffff;
    border: 1px solid #e1e7eb;
    box-shadow: 0 18px 55px rgba(7, 26, 54, 0.08);
    color: #263f50;
    font-size: 18px;
    line-height: 1.85;
    margin: 56px auto 80px;
    max-width: 920px;
    padding: 52px 58px;
}

.mvc-blog-dynamic-content,
.mvc-blog-dynamic-content p,
.mvc-blog-dynamic-content li,
.mvc-blog-dynamic-content span {
    color: #263f50 !important;
    font-size: 18px !important;
    line-height: 1.85 !important;
}

.mvc-blog-dynamic-content img {
    height: auto;
    margin: 24px 0;
    max-width: 100%;
}

.mvc-blog-lead {
    color: #173247;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.65;
}

.mvc-blog-article h2 {
    color: #071a36;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 1.25;
    margin: 46px 0 15px;
}

.mvc-blog-note {
    background: #f5eef1;
    border-left: 5px solid #8a1739;
    color: #173247;
    display: grid;
    gap: 6px;
    margin: 40px 0;
    padding: 27px 31px;
}

.mvc-blog-note strong {
    color: #8a1739;
    font-size: 19px;
}

.mvc-blog-contact {
    align-items: center;
    border-radius: 4px;
    color: #ffffff !important;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 28px;
    justify-content: space-between;
    margin-top: 36px;
    min-width: 245px;
    padding: 17px 22px;
    text-decoration: none;
}

.mvc-blog-contact:hover {
    background: #071a36;
    border-color: #071a36;
    color: #ffffff !important;
}

html[dir="rtl"] .mvc-blog-note {
    border-left: 0;
    border-right: 5px solid #8a1739;
}

@media (max-width: 900px) {
    .mvc-blog-detail-hero {
        gap: 34px;
        grid-template-columns: 1fr;
        padding: 54px 7%;
    }

    .mvc-blog-detail-image {
        height: 300px;
    }

    .mvc-blog-detail-image img {
        height: 100%;
    }
}

@media (max-width: 570px) {
    .mvc-blog-detail-hero {
        padding: 42px 20px;
    }

    .mvc-blog-detail-copy h1 {
        font-size: 39px;
        letter-spacing: -2px;
    }

    .mvc-blog-detail-copy p,
    .mvc-blog-article {
        font-size: 15px;
    }

    .mvc-blog-article {
        margin: 28px 16px 54px;
        padding: 32px 22px;
    }

    .mvc-blog-lead {
        font-size: 19px;
    }

    .mvc-blog-article h2 {
        font-size: 26px;
    }
}
/* MVC BLOG DETAY SAYFASI — BİTİŞ */

html[dir="rtl"] .submenu,
html[dir="rtl"] .footer-column,
html[dir="rtl"] .contact-form-panel,
html[dir="rtl"] .contact-intro,
html[dir="rtl"] .member-login-form-panel {
    text-align: right;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="tel"] {
    direction: ltr;
    text-align: right;
}

html[dir="rtl"] .fixed-contact-buttons {
    left: 20px;
    right: auto;
}

@media (max-width: 768px) {
    html[dir="rtl"] .fixed-contact-buttons {
        left: auto;
        right: 14px;
    }
}

html[dir="rtl"] .footer-contact a,
html[dir="rtl"] .footer-contact p {
    padding-left: 0;
    padding-right: 24px;
}

html[dir="rtl"] .footer-contact a::before,
html[dir="rtl"] .footer-contact p::before {
    left: auto;
    right: 0;
}

.member-language-selector {
    position: fixed;
    right: 24px;
    top: 24px;
    z-index: 20;
}

html[dir="rtl"] .member-language-selector {
    left: 24px;
    right: auto;
}

@media (max-width: 640px) {
    .member-language-selector {
        right: 14px;
        top: 14px;
    }

    html[dir="rtl"] .member-language-selector {
        left: 14px;
        right: auto;
    }
}

/* ================================================================
   ARAPÇA ANA SLIDER — GÖRSEL SOLDA, METİN SAĞDA
   Yalnızca AR dili seçildiğinde etkinleşir.
   ================================================================ */

html[dir="rtl"] .hero-background {
    transform: scaleX(-1) scale(0.91);
}

html[dir="rtl"] .hero-slide.active .hero-background {
    animation: hero-zoom-rtl 7s ease-out forwards;
}

@keyframes hero-zoom-rtl {
    from {
        transform: scaleX(-1) scale(0.95);
    }

    to {
        transform: scaleX(-1) scale(0.91);
    }
}

html[dir="rtl"] .hero-overlay {
    background: linear-gradient(
        270deg,
        rgba(3, 22, 33, 0.9),
        rgba(6, 31, 49, 0.4) 50%,
        transparent 70%
    );
}

html[dir="rtl"] .hero-content-wrapper {
    display: flex;
    justify-content: flex-end;
}

html[dir="rtl"] .hero-content {
    align-items: flex-end;
    padding-left: 0;
    padding-right: 5vw;
    text-align: right;
}

html[dir="rtl"] .hero-description {
    text-align: right;
}

html[dir="rtl"] .hero-buttons a > span:last-child {
    transform: rotate(180deg);
}

@media (max-width: 850px) {
    html[dir="rtl"] .hero-background {
        object-position: 68% center;
    }

    html[dir="rtl"] .hero-overlay {
        background: linear-gradient(
            270deg,
            rgba(3, 22, 33, 0.96),
            rgba(6, 31, 49, 0.66) 70%,
            rgba(6, 31, 49, 0.18)
        );
    }

    html[dir="rtl"] .hero-content {
        padding-left: 0;
        padding-right: 6px;
    }
}
/* =========================================================
   MVC DİNAMİK ÜRÜN VE BLOG KARTLARI
   ========================================================= */
.mvc-site .language-selector {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0;
    height: 39px;
    justify-content: center;
    overflow: hidden;
    padding: 3px;
    white-space: nowrap;
}
.mvc-site .language-button {
    align-items: center;
    display: inline-flex;
    flex: 0 0 31px;
    height: 31px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-width: 31px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 31px;
}
.mvc-site .language-button:visited { color: rgba(255,255,255,.72); }
.mvc-site .language-button.active,
.mvc-site .language-button.active:visited { color: var(--burgundy); }
.products-page .product-catalog-section { padding-top: 70px; }
.products-page .product-card small { display: block; min-height: 20px; }
.blog-page .blog-grid article > a { color: var(--burgundy); display: inline-block; font-size: 12px; font-weight: 800; margin-top: 14px; }
.product-catalog { padding: 70px 0 110px; background: #f4f7f8; }
.product-category { margin-bottom: 64px; }
.product-card-image { height: 300px; display: grid; place-items: center; margin: -22px -22px 20px; background: radial-gradient(circle,#fff,#edf3f5 74%); }
.product-card-image img { width: 88%; height: 88%; object-fit: contain; filter: drop-shadow(0 18px 15px rgba(7,26,51,.15)); }
.product-card-body h3 { margin: 8px 0 18px; color: #071a33; font-size: 18px; }
.product-card-body a { display: block; padding-top: 15px; border-top: 1px solid #e6ecee; color: #8d2444; font-weight: 800; }
.blog-section { padding: 70px 0 110px; background: #f4f7f8; }
.blog-card { overflow: hidden; background: #fff; border: 1px solid #e0e7e9; }
.blog-card a { display: block; color: inherit; }
.blog-card-image { height: 250px; overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-content { padding: 25px; }
.blog-card-content h2 { color: #071a33; font-size: 21px; margin: 9px 0; }
.blog-card-content span { color: #8d2444; font-weight: 800; }

.blog-empty-state {
    width: min(1180px, calc(100% - 48px));
    margin: 48px auto 90px;
    padding: 56px 36px;
    text-align: center;
    background: #f6f8fa;
    border: 1px solid #e0e7e9;
}
.blog-empty-state small { color: #9a1743; font-weight: 800; letter-spacing: .16em; }
.blog-empty-state h2 { margin: 12px 0 8px; color: #071a33; font-size: clamp(26px, 3vw, 38px); }
.blog-empty-state p { margin: 0; color: #526071; font-size: 17px; }
.form-success { margin-bottom: 18px; padding: 14px 16px; color: #155724; background: #dff4e5; border-radius: 8px; }
@media (max-width: 760px) {
    .mvc-site .mobile-language-selector { display: inline-flex; height: 39px; }
    .mvc-site .mobile-language-selector .language-button { display: inline-flex; }
    .product-card-image { height: 250px; }
    .blog-card-image { height: 220px; }
}
