:root{
    --ecm-navy:#0f2a44;
    --ecm-navy-dark:#091c2e;
    --ecm-blue:#1e6fe8;
    --ecm-blue-hover:#1559be;
    --ecm-teal:#149e98;
    --ecm-gold:#d3a528;
    --ecm-text:#172033;
    --ecm-muted:#64748b;
    --ecm-border:#dce5ef;
    --ecm-surface:#f4f7fb;
    --ecm-soft-blue:#edf4ff;
    --ecm-white:#fff;
    --ecm-container:1320px;
    --ecm-card-radius:20px;
    --ecm-button-radius:12px;
    --ecm-section-space:96px;
    --ecm-font:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
    --ecm-heading-font:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

/* Ar-Ge Yaklasimimiz */
section.page-hero-arge-yaklasimimiz {
    padding: 78px 0 72px;
    overflow: hidden;
    border-bottom: 1px solid var(--ecm-border);
    background: #f2f6f5;
}

.page-hero-arge-yaklasimimiz .section-subtitle {
    margin-bottom: 14px;
    color: var(--ecm-teal);
    letter-spacing: 0;
}

.page-hero-arge-yaklasimimiz .section-title {
    max-width: 640px;
    margin-bottom: 20px;
    color: var(--ecm-navy-dark);
    font-size: 3.65rem;
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: 0;
}

.page-hero-arge-yaklasimimiz .section-desc {
    max-width: 650px;
    color: #4f6276;
    font-size: 1.07rem;
    line-height: 1.72;
}

.page-hero-arge-yaklasimimiz .page-hero-actions {
    margin-top: 28px;
}

.page-hero-arge-yaklasimimiz .page-cover {
    display: block;
    width: 100%;
    max-height: none;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    border: 1px solid #c8d5d2;
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(15, 42, 68, .15);
}

.page-hero-arge-yaklasimimiz .row > *,
.arge-content,
.arge-intro,
.arge-copy,
.arge-principles,
.arge-process,
.arge-process-grid,
.arge-process-step,
.arge-status,
.arge-status-grid,
.arge-status-column {
    min-width: 0;
}

.page-content-arge-yaklasimimiz.demo-box {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.arge-content .section-subtitle,
.page-items-arge-yaklasimimiz .section-subtitle {
    letter-spacing: 0;
}

.arge-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(300px, .94fr);
    gap: clamp(3rem, 6vw, 5.25rem);
    align-items: start;
    padding-bottom: 72px;
}

.arge-copy h2,
.arge-process-heading h2,
.arge-status-heading h2 {
    margin: 0 0 20px;
    color: var(--ecm-navy);
    font-size: 2.35rem;
    line-height: 1.18;
    font-weight: 650;
    letter-spacing: 0;
}

.arge-copy p,
.arge-process-heading p,
.arge-status-heading p {
    margin: 0 0 16px;
    color: var(--ecm-muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

.arge-copy p:last-child,
.arge-process-heading p:last-child,
.arge-status-heading p:last-child {
    margin-bottom: 0;
}

.arge-principles {
    padding-left: 34px;
    border-left: 1px solid var(--ecm-border);
}

.arge-principle {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 20px 0;
    border-bottom: 1px solid var(--ecm-border);
}

.arge-principle:first-child {
    padding-top: 0;
}

.arge-principle:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.arge-principle > i {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #e7f7f4;
    color: var(--ecm-teal);
    font-size: 1.2rem;
}

.arge-principle:nth-child(2) > i {
    background: var(--ecm-soft-blue);
    color: var(--ecm-blue);
}

.arge-principle:nth-child(3) > i {
    background: #fff4d8;
    color: #98700f;
}

.arge-principle strong,
.arge-principle span {
    display: block;
}

.arge-principle strong {
    margin: 2px 0 6px;
    color: var(--ecm-navy);
    font-size: 1.02rem;
}

.arge-principle span {
    color: var(--ecm-muted);
    font-size: .9rem;
    line-height: 1.62;
}

.arge-process {
    padding: 68px 0 72px;
    border-top: 1px solid var(--ecm-border);
    scroll-margin-top: 110px;
}

.arge-process-heading,
.arge-status-heading {
    max-width: 820px;
    margin-bottom: 38px;
}

.arge-process-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--ecm-border);
    border-bottom: 1px solid var(--ecm-border);
    list-style: none;
}

.arge-process-step {
    padding: 28px 20px 30px;
    border-left: 1px solid var(--ecm-border);
}

.arge-process-step:first-child {
    border-left: 0;
}

.arge-process-number {
    display: block;
    margin-bottom: 17px;
    color: var(--ecm-teal);
    font-size: .76rem;
    font-weight: 800;
}

.arge-process-step > i {
    display: flex;
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #edf3f8;
    color: var(--ecm-blue);
    font-size: 1.12rem;
}

.arge-process-step:nth-child(3) > i,
.arge-process-step:nth-child(5) > i {
    background: #e7f7f4;
    color: var(--ecm-teal);
}

.arge-process-step strong,
.arge-process-step small {
    display: block;
}

.arge-process-step strong {
    margin-bottom: 9px;
    color: var(--ecm-navy);
    font-size: .98rem;
    line-height: 1.42;
}

.arge-process-step small {
    color: var(--ecm-muted);
    font-size: .82rem;
    line-height: 1.62;
}

.arge-status {
    padding: 68px 0 8px;
    border-top: 1px solid var(--ecm-border);
}

.arge-status-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.arge-status-column {
    padding: 4px 38px 4px 0;
}

.arge-status-column + .arge-status-column {
    padding-right: 0;
    padding-left: 38px;
    border-left: 1px solid var(--ecm-border);
}

.arge-status-title {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    margin-bottom: 22px;
}

.arge-status-title > i {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #e7f7f4;
    color: var(--ecm-teal);
    font-size: 1.25rem;
}

.arge-status-pilot .arge-status-title > i {
    background: #fff4d8;
    color: #98700f;
}

.arge-status-title span,
.arge-status-title strong {
    display: block;
}

.arge-status-title span {
    margin-bottom: 4px;
    color: var(--ecm-teal);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.arge-status-pilot .arge-status-title span {
    color: #8b6815;
}

.arge-status-title strong {
    color: var(--ecm-navy);
    font-size: 1.08rem;
    line-height: 1.4;
}

.arge-status-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.arge-status-column li {
    position: relative;
    padding: 12px 0 12px 20px;
    border-top: 1px solid var(--ecm-border);
    color: var(--ecm-muted);
    font-size: .9rem;
    line-height: 1.58;
}

.arge-status-column li::before {
    position: absolute;
    top: 20px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ecm-teal);
    content: "";
}

.arge-status-pilot li::before {
    background: #c08b18;
}

.page-items-arge-yaklasimimiz .section-heading {
    max-width: 900px;
    margin-bottom: 42px;
}

.page-items-arge-yaklasimimiz .page-card {
    min-height: 300px;
    padding: 28px;
    border-radius: 8px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.page-items-arge-yaklasimimiz .page-card:hover {
    transform: translateY(-3px);
    border-color: #bfd0e2;
    box-shadow: 0 16px 36px rgba(15, 42, 68, .09);
}

.page-items-arge-yaklasimimiz .page-card > i {
    border-radius: 8px;
}

.page-items-arge-yaklasimimiz .row > div:nth-child(2) .page-card > i {
    background: #e7f7f4;
    color: var(--ecm-teal);
}

.page-items-arge-yaklasimimiz .row > div:nth-child(3) .page-card > i {
    background: #fff4d8;
    color: #98700f;
}

.page-items-arge-yaklasimimiz .page-item-proje .page-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto auto;
    gap: 7px 26px;
    min-height: 0;
    padding: 34px 38px;
    border: 0;
    background: var(--ecm-navy);
    box-shadow: 0 20px 44px rgba(15, 42, 68, .18);
}

.page-items-arge-yaklasimimiz .page-item-proje .page-card:hover {
    transform: none;
    box-shadow: 0 24px 50px rgba(15, 42, 68, .22);
}

.page-items-arge-yaklasimimiz .page-item-proje .page-card > i {
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 68px;
    height: 68px;
    margin: 0;
    background: rgba(255, 255, 255, .1);
    color: #82ddd4;
}

.page-items-arge-yaklasimimiz .page-item-proje .section-subtitle,
.page-items-arge-yaklasimimiz .page-item-proje .card-title-ecm,
.page-items-arge-yaklasimimiz .page-item-proje .small,
.page-items-arge-yaklasimimiz .page-item-proje .card-desc-ecm {
    grid-column: 2;
    margin: 0!important;
}

.page-items-arge-yaklasimimiz .page-item-proje .section-subtitle {
    color: #82ddd4;
}

.page-items-arge-yaklasimimiz .page-item-proje .card-title-ecm {
    color: #fff;
    font-size: 1.42rem;
    line-height: 1.35;
}

.page-items-arge-yaklasimimiz .page-item-proje .small,
.page-items-arge-yaklasimimiz .page-item-proje .card-desc-ecm {
    color: #c8d7e5!important;
}

.page-items-arge-yaklasimimiz .page-item-proje .btn {
    grid-column: 3;
    grid-row: 1 / span 4;
    align-self: center;
    min-height: 48px;
    margin: 0!important;
    border-color: rgba(255, 255, 255, .5);
    background: transparent;
    color: #fff;
    white-space: nowrap;
}

.page-items-arge-yaklasimimiz .page-item-proje .btn:hover {
    border-color: #fff;
    background: #fff;
    color: var(--ecm-navy);
}

@media (min-width: 992px) {
    .page-hero-arge-yaklasimimiz > .container > .row {
        display: grid;
        grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
        gap: 4rem;
        align-items: center;
    }

    .page-hero-arge-yaklasimimiz .col-lg-7,
    .page-hero-arge-yaklasimimiz .col-lg-5 {
        width: auto;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-hero-arge-yaklasimimiz .section-title {
        font-size: 3.05rem;
    }

    .arge-intro {
        gap: 48px;
    }

    .arge-process-step {
        padding-right: 16px;
        padding-left: 16px;
    }

    .page-items-arge-yaklasimimiz .page-item-proje .page-card {
        grid-template-columns: 70px minmax(0, 1fr) auto;
        gap: 7px 20px;
        padding: 30px;
    }
}

@media (max-width: 991.98px) {
    section.page-hero-arge-yaklasimimiz {
        padding: 58px 0 62px;
    }

    .page-hero-arge-yaklasimimiz .section-title {
        font-size: 3rem;
    }

    .page-hero-arge-yaklasimimiz .page-cover {
        margin-top: 12px;
    }

    .arge-intro {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .arge-principles {
        padding-top: 30px;
        padding-left: 0;
        border-top: 1px solid var(--ecm-border);
        border-left: 0;
    }

    .arge-process-grid {
        grid-template-columns: 1fr;
    }

    .arge-process-step {
        display: grid;
        grid-template-columns: 32px 42px minmax(0, 1fr);
        gap: 4px 12px;
        padding: 24px 0;
        border-top: 1px solid var(--ecm-border);
        border-left: 0;
    }

    .arge-process-step:first-child {
        border-top: 0;
    }

    .arge-process-number {
        margin: 14px 0 0;
    }

    .arge-process-step > i {
        margin: 0;
    }

    .arge-process-step strong,
    .arge-process-step small {
        grid-column: 3;
    }

    .arge-status-grid {
        grid-template-columns: 1fr;
    }

    .arge-status-column,
    .arge-status-column + .arge-status-column {
        padding-right: 0;
        padding-left: 0;
    }

    .arge-status-column + .arge-status-column {
        margin-top: 36px;
        padding-top: 36px;
        border-top: 1px solid var(--ecm-border);
        border-left: 0;
    }

    .page-items-arge-yaklasimimiz .page-item-proje .page-card {
        grid-template-columns: 72px minmax(0, 1fr);
        padding: 30px;
    }

    .page-items-arge-yaklasimimiz .page-item-proje .btn {
        grid-column: 2;
        grid-row: 5;
        width: max-content;
        margin-top: 16px!important;
    }
}

@media (max-width: 767.98px) {
    section.page-hero-arge-yaklasimimiz {
        padding: 46px 0 52px;
    }

    .page-hero-arge-yaklasimimiz .section-title {
        font-size: 2.35rem;
        line-height: 1.12;
    }

    .page-hero-arge-yaklasimimiz .section-subtitle {
        display: block;
        width: 100%;
        max-width: 100%;
        line-height: 1.55;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .page-hero-arge-yaklasimimiz .section-desc {
        font-size: 1rem;
        overflow-wrap: anywhere;
    }

    .page-hero-arge-yaklasimimiz .page-hero-actions .btn {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .arge-intro {
        gap: 34px;
        padding-bottom: 52px;
    }

    .arge-copy h2,
    .arge-process-heading h2,
    .arge-status-heading h2 {
        font-size: 1.82rem;
    }

    .arge-process {
        padding: 52px 0;
    }

    .arge-status {
        padding-top: 52px;
    }

    .arge-status-title {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 13px;
    }

    .arge-status-title > i {
        width: 46px;
        height: 46px;
    }

    .page-items-arge-yaklasimimiz .page-card {
        min-height: 0;
    }

    .page-items-arge-yaklasimimiz .page-item-proje .page-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 26px 22px;
    }

    .page-items-arge-yaklasimimiz .page-item-proje .page-card > i {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    .page-items-arge-yaklasimimiz .page-item-proje .btn {
        width: 100%;
        margin-top: 18px!important;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    color:var(--ecm-text);
    background:#fff;
    font-family:var(--ecm-font);
    font-size:16px;
    line-height:1.65;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto}
a{color:var(--ecm-blue);text-decoration:none}
a:hover{color:var(--ecm-blue-hover)}
.ecm-container,.container{max-width:var(--ecm-container)}
.section-anchor{scroll-margin-top:100px}
.section-space{padding:var(--ecm-section-space) 0}
.section-light{background:var(--ecm-surface)}
.section-dark{background:linear-gradient(135deg,var(--ecm-navy-dark),var(--ecm-navy));color:#fff}

/* Header */
.ecm-navbar{
    min-height:80px;
    background:rgba(255,255,255,.94);
    border-bottom:1px solid rgba(220,229,239,.9);
    box-shadow:0 8px 28px rgba(15,42,68,.055);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    z-index:1030;
}
.ecm-navbar .navbar-brand{display:flex;align-items:center;gap:11px;font-family:var(--ecm-heading-font);font-weight:800;color:var(--ecm-navy)!important;letter-spacing:-.02em}
.ecm-navbar .navbar-brand img{max-height:44px;width:auto}
.ecm-navbar .nav-link{font-weight:650;color:var(--ecm-text)!important;padding:.9rem .75rem!important}
.ecm-navbar .nav-link:hover,.ecm-navbar .nav-link.active{color:var(--ecm-blue)!important}
.ecm-navbar .dropdown-menu{border:1px solid var(--ecm-border);border-radius:18px;box-shadow:0 24px 60px rgba(15,42,68,.14);padding:12px;min-width:340px;margin-top:6px}
.ecm-menu-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:12px;border-radius:13px;color:var(--ecm-text)}
.ecm-menu-card:hover{background:var(--ecm-soft-blue);color:var(--ecm-text)}
.ecm-menu-icon{width:42px;height:42px;border-radius:12px;background:var(--ecm-soft-blue);color:var(--ecm-blue);display:flex;align-items:center;justify-content:center;font-size:1.15rem}
.ecm-menu-title{font-weight:750;line-height:1.25;margin-bottom:3px}
.ecm-menu-desc{color:var(--ecm-muted);font-size:.83rem;line-height:1.35}

/* Buttons */
.btn-main,.btn-outline-main,.btn-soft{
    min-height:46px;
    border-radius:var(--ecm-button-radius);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:.72rem 1.2rem;
    font-weight:700;
    transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}
.btn-main{background:var(--ecm-blue);border:1px solid var(--ecm-blue);color:#fff}
.btn-main:hover{background:var(--ecm-blue-hover);border-color:var(--ecm-blue-hover);color:#fff;transform:translateY(-1px);box-shadow:0 12px 26px rgba(30,111,232,.22)}
.btn-outline-main{background:#fff;border:1px solid var(--ecm-blue);color:var(--ecm-blue)}
.btn-outline-main:hover{background:var(--ecm-blue);color:#fff;transform:translateY(-1px)}
.btn-soft{background:#fff;border:1px solid var(--ecm-border);color:var(--ecm-text)}
.btn-soft:hover{border-color:#b7c6d8;background:#f8fbff;color:var(--ecm-text)}

/* Typography */
.section-kicker,.section-subtitle{display:inline-flex;align-items:center;gap:8px;color:var(--ecm-blue);font-size:.82rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;margin-bottom:13px}
.section-title{font-family:var(--ecm-heading-font);font-size:clamp(2rem,3.4vw,3rem);line-height:1.12;font-weight:800;letter-spacing:-.035em;margin:0 0 18px;color:var(--ecm-navy)}
.section-dark .section-title{color:#fff}
.section-desc{font-size:1.075rem;color:var(--ecm-muted);line-height:1.78;margin:0}
.section-dark .section-desc{color:#c8d6e5}
.section-heading{max-width:850px;margin-bottom:46px}
.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}

/* Hero */
.v2-hero{
    position:relative;
    overflow:hidden;
    padding:72px 0 68px;
    background:
      radial-gradient(circle at 87% 18%,rgba(30,111,232,.13),transparent 31%),
      radial-gradient(circle at 67% 82%,rgba(20,158,152,.11),transparent 28%),
      linear-gradient(135deg,#f7fafe 0%,#fff 58%,#f2f7fc 100%);
}
.v2-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(15,42,68,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,42,68,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 90%);pointer-events:none}
.hero-content{position:relative;z-index:2}
.hero-layout{--bs-gutter-x:2.75rem}
.hero-kicker{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid #cfe0f8;border-radius:999px;background:rgba(255,255,255,.78);color:var(--ecm-blue);font-size:.79rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.hero-title{font-family:var(--ecm-heading-font);font-size:clamp(2.65rem,3.75vw,3.85rem);line-height:1.05;font-weight:820;letter-spacing:-.045em;color:var(--ecm-navy-dark);margin:0 0 20px;max-width:620px;text-wrap:balance}
.hero-note{font-size:1.08rem;color:var(--ecm-muted);line-height:1.68;max-width:590px;margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.hero-proofs{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:22px;padding:0;list-style:none;color:#405168;font-size:.9rem;font-weight:650}
.hero-proofs li{display:flex;align-items:center;gap:8px}
.hero-proofs i{color:var(--ecm-teal)}
.hero-system{position:relative;z-index:2;min-height:520px;border:1px solid rgba(191,210,231,.9);border-radius:28px;padding:18px;background:rgba(255,255,255,.84);box-shadow:0 30px 80px rgba(15,42,68,.16);backdrop-filter:blur(8px)}
.hero-system-grid{display:grid;grid-template-columns:minmax(0,.92fr) 46px minmax(0,1.36fr);gap:14px;align-items:center;height:100%}
.system-stack{display:flex;flex-direction:column;gap:12px}
.system-node{position:relative;background:#fff;border:1px solid var(--ecm-border);border-radius:17px;padding:16px;box-shadow:0 10px 28px rgba(15,42,68,.07)}
.system-node.primary{background:linear-gradient(145deg,var(--ecm-navy-dark),var(--ecm-navy));color:#fff;border-color:transparent}
.system-node.teal{background:#effbf9;border-color:#bce7e2}
.system-node .node-top{display:flex;align-items:center;gap:11px;margin-bottom:8px}
.system-node .node-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--ecm-soft-blue);color:var(--ecm-blue);font-size:1.18rem}
.system-node.primary .node-icon{background:rgba(255,255,255,.12);color:#fff}
.system-node.teal .node-icon{background:#d8f4f1;color:var(--ecm-teal)}
.system-node .node-title{font-weight:780;line-height:1.25}
.system-node .node-desc{font-size:.83rem;color:var(--ecm-muted);line-height:1.42}
.system-node.primary .node-desc{color:#cbd9e7}
.system-arrow{display:flex;align-items:center;justify-content:center;color:var(--ecm-teal);font-size:1.55rem;position:relative}
.system-arrow::before{content:"";position:absolute;width:44px;height:2px;background:linear-gradient(90deg,var(--ecm-blue),var(--ecm-teal));opacity:.7}
.system-arrow i{position:relative;background:#fff;border-radius:50%;padding:4px}
.system-dashboard{background:var(--ecm-navy-dark);border-radius:22px;padding:15px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.dashboard-head{display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:.88rem;font-weight:700;margin-bottom:12px}
.live-dot{display:inline-flex;align-items:center;gap:6px;color:#9ee5dc;font-size:.75rem}.live-dot::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--ecm-teal);box-shadow:0 0 0 5px rgba(20,158,152,.15)}
.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.dash-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:13px;padding:12px;color:#fff}
.dash-label{font-size:.72rem;color:#aebfd0}.dash-value{font-size:1.35rem;font-weight:800;line-height:1.2;margin-top:4px}.dash-value.teal{color:#7ee0d4}.dash-value.gold{color:#f3d36f}
.machine-list{display:flex;flex-direction:column;gap:7px;margin-top:10px}.machine-row{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:center;font-size:.73rem;color:#d5e0eb}.machine-status{width:8px;height:8px;border-radius:50%}.running{background:#35bd72}.waiting{background:#e0aa32}.stopped{background:#db5656}

/* Trust */
.trust-band{position:relative;margin-top:-1px;background:#fff;border-top:1px solid var(--ecm-border);border-bottom:1px solid var(--ecm-border)}
.trust-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}
.trust-item{padding:24px 18px;display:flex;align-items:center;gap:11px;border-right:1px solid var(--ecm-border)}
.trust-item:last-child{border-right:0}.trust-item i{font-size:1.3rem;color:var(--ecm-blue)}.trust-item strong{font-size:.9rem;line-height:1.25;color:var(--ecm-navy)}

/* Data flow */
.data-flow{background:var(--ecm-surface)}
.flow-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;position:relative}
.flow-grid::before{content:"";position:absolute;left:9%;right:9%;top:44px;height:2px;background:linear-gradient(90deg,var(--ecm-blue),var(--ecm-teal),var(--ecm-gold));opacity:.35}
.flow-card{position:relative;z-index:1;background:#fff;border:1px solid var(--ecm-border);border-radius:var(--ecm-card-radius);padding:24px;box-shadow:0 14px 34px rgba(15,42,68,.055);min-height:260px}
.flow-number{width:46px;height:46px;border-radius:14px;background:var(--ecm-soft-blue);color:var(--ecm-blue);display:flex;align-items:center;justify-content:center;font-weight:850;margin-bottom:18px;box-shadow:0 0 0 8px var(--ecm-surface)}
.flow-card:last-child .flow-number{background:#fff7df;color:#9b7110}
.flow-icon{font-size:1.55rem;color:var(--ecm-teal);margin-bottom:12px}.flow-title{font-size:1.15rem;font-weight:800;color:var(--ecm-navy);margin-bottom:9px}.flow-desc{font-size:.94rem;color:var(--ecm-muted);line-height:1.68}

/* Shared cards */
.solution-card,.product-showcase-card,.sector-card,.project-step,.comm-card,.page-card,.demo-box,.info-card{
    background:#fff;
    border:1px solid var(--ecm-border);
    border-radius:var(--ecm-card-radius);
    box-shadow:0 14px 34px rgba(15,42,68,.055);
}
.solution-card{height:100%;padding:28px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.solution-card:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(15,42,68,.1);border-color:#bdd0e4}
.solution-icon{width:56px;height:56px;border-radius:16px;background:var(--ecm-soft-blue);color:var(--ecm-blue);display:flex;align-items:center;justify-content:center;font-size:1.45rem;margin-bottom:22px}
.solution-card:nth-child(2) .solution-icon,.solution-card:nth-child(5) .solution-icon{background:#e8f8f6;color:var(--ecm-teal)}
.solution-card h3{font-size:1.24rem;font-weight:800;color:var(--ecm-navy);margin:0 0 8px}.solution-subtitle{font-size:.83rem;color:var(--ecm-blue);font-weight:750;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.solution-card p{color:var(--ecm-muted);font-size:.95rem;line-height:1.7;margin-bottom:18px}.card-link{display:inline-flex;align-items:center;gap:8px;font-weight:750;color:var(--ecm-blue)}.card-link i{transition:transform .2s}.card-link:hover i{transform:translateX(4px)}

/* Yekpare */
.yekpare-showcase{position:relative;overflow:hidden}.yekpare-showcase::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 30%,rgba(30,111,232,.24),transparent 30%),radial-gradient(circle at 88% 80%,rgba(20,158,152,.18),transparent 25%);pointer-events:none}
.yekpare-showcase .container{position:relative;z-index:1}
.yekpare-media{position:relative;min-height:520px}
.yekpare-screen{position:absolute;border-radius:18px;background:#0b1725;border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 70px rgba(0,0,0,.34);overflow:hidden}
.yekpare-screen.main{inset:46px 20px 42px 0;z-index:3}.yekpare-screen.back-one{width:72%;height:46%;right:0;top:0;z-index:1;transform:rotate(2deg);opacity:.82}.yekpare-screen.back-two{width:70%;height:43%;right:8px;bottom:0;z-index:2;transform:rotate(-2deg);opacity:.9}
.yekpare-screen-head{height:34px;background:#12253a;display:flex;align-items:center;gap:6px;padding:0 12px}.screen-dot{width:7px;height:7px;border-radius:50%;background:#45617c}.yekpare-screen-body{padding:13px;height:calc(100% - 34px);background:linear-gradient(145deg,#0d1a28,#12283d)}
.mimic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.mimic-machine{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px;min-height:84px;color:#e5edf5}.mimic-machine strong{display:block;font-size:.76rem;margin-bottom:8px}.mimic-machine span{font-size:.66rem;color:#a8b8c8}.mimic-status{width:9px;height:9px;border-radius:50%;margin-bottom:8px}.mini-chart{height:110px;margin-top:12px;border-radius:11px;background:linear-gradient(180deg,rgba(30,111,232,.2),transparent),repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 42px),repeating-linear-gradient(0deg,rgba(255,255,255,.04) 0 1px,transparent 1px 28px);position:relative;overflow:hidden}.mini-chart::after{content:"";position:absolute;left:8%;right:8%;bottom:18%;height:60%;border-bottom:3px solid #42c7b8;border-radius:50%;transform:skewY(-10deg)}
.yekpare-badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);color:#8fe2d8;font-size:.8rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;margin-bottom:18px}
.yekpare-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:24px 0 28px}.yekpare-feature{display:flex;align-items:flex-start;gap:10px;color:#d8e3ed;font-size:.92rem}.yekpare-feature i{color:#72d6cb;margin-top:4px}
.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:42px}.metric-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:19px;text-align:center}.metric-value{font-size:1.8rem;font-weight:850;color:#fff;line-height:1.1}.metric-label{font-size:.78rem;color:#b8c8d7;margin-top:7px;line-height:1.35}

/* IoT */
.iot-visual{min-height:500px;display:flex;align-items:center;justify-content:center;position:relative;padding:18px}
.iot-flow-panel{width:100%;max-width:590px;overflow:hidden;border:1px solid #cbd9e8;border-radius:16px;background:#f7fafd;box-shadow:0 24px 58px rgba(15,42,68,.13)}
.iot-flow-head{min-height:84px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:var(--ecm-navy-dark);color:#fff}.iot-flow-head>div{display:flex;flex-direction:column;gap:5px}.iot-flow-head strong{font-size:1rem;line-height:1.35}.iot-flow-eyebrow{font-size:.7rem;font-weight:800;letter-spacing:0;color:#7ee0d4}.iot-flow-status{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:6px 9px;border:1px solid rgba(126,224,212,.24);border-radius:999px;background:rgba(20,158,152,.12);color:#9ce7de;font-size:.73rem;font-weight:700}.iot-flow-status i{font-size:.48rem;color:#42c7b8}
.iot-flow-list{padding:20px}.iot-flow-step{position:relative;display:grid;grid-template-columns:34px 50px minmax(0,1fr);gap:13px;align-items:center;min-height:82px;padding:13px 16px;border:1px solid var(--ecm-border);border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(15,42,68,.055)}.iot-flow-step.primary{grid-template-columns:34px 50px minmax(0,1fr) auto;border-color:transparent;background:var(--ecm-navy);color:#fff;box-shadow:0 14px 30px rgba(15,42,68,.2)}
.iot-flow-number{font-size:.68rem;font-weight:800;color:#8ba0b5}.iot-flow-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--ecm-soft-blue);color:var(--ecm-blue);font-size:1.35rem}.iot-flow-icon.teal{background:#e5f8f5;color:var(--ecm-teal)}.iot-flow-icon.gold{background:#fff5d9;color:#98700e}.iot-flow-step.primary .iot-flow-icon{background:rgba(255,255,255,.1);color:#7ee0d4}.iot-flow-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.iot-flow-copy strong{font-size:.95rem;color:var(--ecm-navy)}.iot-flow-copy small{font-size:.78rem;line-height:1.4;color:var(--ecm-muted)}.iot-flow-step.primary .iot-flow-copy strong{color:#fff}.iot-flow-step.primary .iot-flow-copy small{color:#c5d3df}.iot-flow-live{padding:5px 7px;border-radius:6px;background:rgba(53,189,114,.14);color:#83e4ae;font-size:.64rem;font-weight:800}
.iot-flow-connector{height:25px;display:flex;align-items:center;justify-content:center;position:relative;color:var(--ecm-teal)}.iot-flow-connector::before{content:"";position:absolute;top:0;bottom:0;width:2px;background:#b9ddd9}.iot-flow-connector i{position:relative;padding:1px;background:#f7fafd;font-size:.8rem}
.iot-panel-image{display:block;width:100%;max-height:500px;object-fit:cover;border:1px solid var(--ecm-border);border-radius:16px;box-shadow:0 24px 58px rgba(15,42,68,.13)}
.iot-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;margin:26px 0}.iot-feature{display:flex;gap:11px;align-items:flex-start;min-height:92px;padding:15px;border:1px solid #e2eaf2;border-radius:10px;background:#fbfdff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.iot-feature:hover{transform:translateY(-2px);border-color:#bdd0e4;box-shadow:0 12px 26px rgba(15,42,68,.07)}.iot-feature i{color:var(--ecm-teal);margin-top:3px;font-size:1.05rem}.iot-feature strong{font-size:.92rem;line-height:1.35;color:var(--ecm-navy)}.iot-feature .small{font-size:.78rem;line-height:1.45}.iot-actions{margin-top:26px!important}.iot-actions-mobile{display:none}

/* Product cards */
.product-showcase-card{height:100%;overflow:hidden}.product-media{height:280px;background:linear-gradient(145deg,#eef5ff,#f9fbfe);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-bottom:1px solid var(--ecm-border)}.product-media.teal{background:linear-gradient(145deg,#e9f9f7,#f8fcfc)}.product-media img{width:100%;height:100%;object-fit:cover}.product-placeholder{width:78%;height:74%;border-radius:18px;background:#fff;border:1px solid var(--ecm-border);box-shadow:0 20px 40px rgba(15,42,68,.12);display:flex;align-items:center;justify-content:center;position:relative}.product-placeholder i{font-size:4.5rem;color:var(--ecm-blue)}.product-placeholder.teal i{color:var(--ecm-teal)}.product-body{padding:28px}.product-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--ecm-soft-blue);color:var(--ecm-blue);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}.product-body h3{font-size:1.55rem;font-weight:820;color:var(--ecm-navy);margin-bottom:7px}.product-subtitle{font-weight:700;color:#42546a;margin-bottom:13px}.product-body p{color:var(--ecm-muted);line-height:1.75}.product-points{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.product-point{font-size:.82rem;padding:7px 10px;border:1px solid var(--ecm-border);border-radius:999px;color:#42546a;background:#fbfdff}

/* Sectors */
#sektorler{background:#f7f9fc;border-top:1px solid rgba(15,42,68,.07);border-bottom:1px solid rgba(15,42,68,.07)}
#sektorler .section-heading{max-width:800px}
.sector-card{height:100%;min-height:340px;overflow:hidden;position:relative;background:var(--ecm-navy);color:#fff;display:flex;align-items:flex-end;isolation:isolate}.sector-card::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(5,19,31,.98) 0%,rgba(7,29,47,.82) 48%,rgba(7,29,47,.18) 100%);pointer-events:none}.sector-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .45s ease,filter .3s ease}.sector-card:hover .sector-image,.sector-card:focus-within .sector-image{transform:scale(1.045);filter:saturate(1.04) contrast(1.02)}.sector-pattern{position:absolute;inset:0;z-index:0;opacity:.22;background-color:var(--ecm-navy);background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:34px 34px}.sector-content{position:relative;z-index:2;width:100%;padding:25px}.sector-icon{width:48px;height:48px;border-radius:10px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#8ee0d7;margin-bottom:16px}.sector-content h3{font-size:1.28rem;line-height:1.3;font-weight:700;letter-spacing:0;margin-bottom:8px}.sector-content p{max-width:34rem;font-size:.91rem;color:#d3dee8;line-height:1.6;margin-bottom:16px}.sector-content a{display:inline-flex;align-items:center;gap:7px;color:#fff;font-size:.9rem;font-weight:700}.sector-content a i{transition:transform .2s ease}.sector-content a:hover i{transform:translateX(3px)}

/* Project process */
.project-timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;position:relative}.project-timeline::before{content:"";position:absolute;top:35px;left:9%;right:9%;height:2px;background:#c8d8e8}.project-step{position:relative;z-index:1;padding:24px;min-height:250px}.project-number{width:46px;height:46px;border-radius:14px;background:var(--ecm-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:850;margin-bottom:19px;box-shadow:0 0 0 8px #fff}.project-step h3{font-size:1.08rem;font-weight:800;color:var(--ecm-navy);margin-bottom:9px}.project-step p{font-size:.91rem;color:var(--ecm-muted);line-height:1.68;margin:0}

/* Communication */
.communication-wrap{background:linear-gradient(135deg,#eef4fa,#f8fbfd);border-top:1px solid var(--ecm-border);border-bottom:1px solid var(--ecm-border)}
.comm-card{height:100%;padding:26px;display:flex;gap:17px;align-items:flex-start}.comm-icon{width:54px;height:54px;border-radius:16px;background:#fff;color:var(--ecm-blue);display:flex;align-items:center;justify-content:center;font-size:1.45rem;box-shadow:0 8px 20px rgba(15,42,68,.08);flex:0 0 auto}.comm-card h3{font-size:1.15rem;font-weight:800;color:var(--ecm-navy);margin-bottom:7px}.comm-card p{color:var(--ecm-muted);font-size:.92rem;line-height:1.65;margin:0}

/* Final CTA + form */
.final-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--ecm-navy-dark),var(--ecm-navy));color:#fff}.final-cta::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:38px 38px;opacity:.8}.final-cta .container{position:relative;z-index:1}.final-cta .section-title{color:#fff}.final-cta .section-desc{color:#c8d6e5}.contact-list{display:flex;flex-direction:column;gap:13px;margin-top:26px}.contact-row{display:flex;gap:12px;align-items:center;color:#d9e5ef}.contact-row i{width:38px;height:38px;border-radius:11px;background:rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center;color:#8fe2d8}.demo-box{padding:28px}.final-cta .demo-box{background:#fff;color:var(--ecm-text);box-shadow:0 28px 70px rgba(0,0,0,.28);border:0}.form-label{font-weight:700;color:#34465b;font-size:.9rem}.form-control,.form-select{border:1px solid var(--ecm-border);border-radius:11px;min-height:48px;padding:.7rem .85rem}.form-control:focus,.form-select:focus{border-color:#8cb7f2;box-shadow:0 0 0 .22rem rgba(30,111,232,.12)}textarea.form-control{min-height:116px}

/* Inner pages */
.page-hero{padding:88px 0 68px;background:linear-gradient(135deg,#f3f7fc,#fff);border-bottom:1px solid var(--ecm-border)}
.page-cover{width:100%;max-height:420px;object-fit:cover;border-radius:24px;border:1px solid var(--ecm-border);box-shadow:0 22px 54px rgba(15,42,68,.12)}
.page-card{height:100%;padding:25px}.page-card>i{width:54px;height:54px;border-radius:15px;background:var(--ecm-soft-blue);color:var(--ecm-blue);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:18px}.list-cover{width:100%;height:200px;object-fit:cover;border-radius:15px;margin-bottom:18px;border:1px solid var(--ecm-border)}.card-title-ecm{font-size:1.16rem;font-weight:800;color:var(--ecm-navy);margin-bottom:8px}.card-desc-ecm{color:var(--ecm-muted);line-height:1.75}.rich-content{font-size:1.02rem;line-height:1.85}.rich-content h2,.rich-content h3{font-family:var(--ecm-heading-font);color:var(--ecm-navy);font-weight:800;margin-top:1.6em;margin-bottom:.65em}.rich-content ul{padding-left:1.2rem}.rich-content li{margin-bottom:.45rem}
.accordion-item{border:1px solid var(--ecm-border)!important;border-radius:14px!important;overflow:hidden;margin-bottom:12px}.accordion-button{font-weight:750;color:var(--ecm-navy);box-shadow:none!important}.accordion-button:not(.collapsed){background:var(--ecm-soft-blue);color:var(--ecm-blue)}

/* Footer */
.ecm-footer{background:#071827;color:#c6d3df;padding:72px 0 0}.footer-brand{font-size:1.25rem;font-weight:850;color:#fff;margin-bottom:13px}.footer-brand img{max-height:44px;width:auto}.footer-about{color:#9fb0c0;line-height:1.75;font-size:.92rem}.footer-title{color:#fff;font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.footer-links a{color:#aebdca;font-size:.91rem}.footer-links a:hover{color:#fff}.footer-contact{display:flex;flex-direction:column;gap:12px}.footer-contact a,.footer-contact span{display:flex;gap:10px;color:#aebdca;font-size:.91rem}.footer-contact i{color:#77d8cd;margin-top:4px}.footer-bottom{margin-top:52px;padding:21px 0;border-top:1px solid rgba(255,255,255,.09);font-size:.84rem;color:#8799aa}.footer-legal{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}.footer-legal a{color:#8799aa}.footer-legal a:hover{color:#fff}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;background:#24b866;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.65rem;box-shadow:0 16px 36px rgba(0,0,0,.22);z-index:1040}.floating-whatsapp:hover{color:#fff;background:#1fa65b;transform:translateY(-2px)}

/* Utilities */
.empty-media{display:flex;align-items:center;justify-content:center;text-align:center;min-height:260px;border:1px dashed #b9c9da;border-radius:18px;background:#f8fbfe;color:var(--ecm-muted);padding:24px}.text-teal{color:var(--ecm-teal)!important}.text-gold{color:var(--ecm-gold)!important}

@media (min-width:992px){
    .hero-copy-col{flex:0 0 48%;max-width:48%}
    .hero-visual-col{flex:0 0 52%;max-width:52%}
}
@media (max-width:1199.98px){
    .trust-grid{grid-template-columns:repeat(3,1fr)}.trust-item:nth-child(3){border-right:0}.trust-item:nth-child(-n+3){border-bottom:1px solid var(--ecm-border)}
    .flow-grid{grid-template-columns:repeat(3,1fr)}.flow-grid::before{display:none}
    .project-timeline{grid-template-columns:repeat(3,1fr)}.project-timeline::before{display:none}
    .hero-system{min-height:480px}.hero-system-grid{grid-template-columns:minmax(0,.9fr) 38px minmax(0,1.24fr);gap:10px}
}
@media (max-width:991.98px){
    :root{--ecm-section-space:76px}
    .ecm-navbar .dropdown-menu{min-width:100%;box-shadow:none;border-radius:12px}
    .v2-hero{padding:64px 0}.hero-system{margin-top:38px;min-height:auto}.hero-system-grid{min-height:430px}
    .yekpare-media{min-height:440px;margin-bottom:34px}.metric-grid{grid-template-columns:repeat(2,1fr)}
    .project-timeline{grid-template-columns:repeat(2,1fr)}
    .footer-legal{justify-content:flex-start;margin-top:10px}
}
@media (max-width:767.98px){
    :root{--ecm-section-space:64px}
    .hero-title{font-size:clamp(2.35rem,12vw,3.25rem)}.hero-note{font-size:1.03rem}.hero-actions .btn{width:100%}.hero-proofs{display:grid;grid-template-columns:1fr}
    .hero-system{padding:14px;border-radius:22px}.hero-system-grid{grid-template-columns:1fr;gap:12px;min-height:0}.system-arrow{transform:rotate(90deg);height:34px}.system-dashboard{min-height:300px}
    .trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item{border-bottom:1px solid var(--ecm-border)!important}.trust-item:nth-child(even){border-right:0}.trust-item:nth-last-child(-n+2){border-bottom:0!important}
    .flow-grid{grid-template-columns:1fr}.flow-card{min-height:0;display:grid;grid-template-columns:54px 1fr;column-gap:14px}.flow-number{grid-row:1/4}.flow-icon{margin:0}.flow-title{margin-top:2px}
    .yekpare-feature-grid,.iot-feature-list{grid-template-columns:1fr}.yekpare-media{min-height:360px}.yekpare-screen.main{inset:35px 0 35px 0}.yekpare-screen.back-one,.yekpare-screen.back-two{display:none}
    .metric-grid{grid-template-columns:repeat(2,1fr)}
    .product-media{height:230px}.project-timeline{grid-template-columns:1fr}.project-step{min-height:0;display:grid;grid-template-columns:55px 1fr;column-gap:12px}.project-number{grid-row:1/3}.project-step h3{margin-top:4px}
    .section-heading{margin-bottom:34px}.section-title{font-size:2.15rem}
}
@media (max-width:479.98px){
    .trust-grid{grid-template-columns:1fr}.trust-item{border-right:0!important}.trust-item:nth-last-child(-n+2){border-bottom:1px solid var(--ecm-border)!important}.trust-item:last-child{border-bottom:0!important}
    .metric-grid{grid-template-columns:1fr 1fr}.metric-card{padding:15px}.metric-value{font-size:1.5rem}
}
@media (prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

.ecm-no-motion *, .ecm-no-motion *::before, .ecm-no-motion *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
/* =========================================================
   V2 HERO — BAŞLIK YUMUŞATMA VE TAŞMA KONTROLÜ
   ========================================================= */

.hero-title {
    /*
     * Panelde seçili olan sert/teknik başlık fontundan bağımsız olarak
     * hero alanında daha temiz bir sistem fontu kullanılır.
     */
    font-family:
        Inter,
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;

    /*
     * Önceki değer:
     * clamp(2.65rem, 3.75vw, 3.85rem)
     *
     * Yeni değer başlığı biraz küçültür ve görsele alan bırakır.
     */
    font-size: clamp(2.55rem, 3.3vw, 3.5rem);

    /*
     * Satırlar birbirine yapışmayacak,
     * fakat başlık da fazla dağılmayacak.
     */
    line-height: 1.09;

    /*
     * 820 yerine tarayıcıların düzgün desteklediği 700 kullanılır.
     * Yapay ve pütürlü kalınlaştırma azalır.
     */
    font-weight: 700;

    /*
     * Önceki -0.045em değeri harfleri fazla sıkıştırıyordu.
     */
    letter-spacing: -0.025em;

    color: #10263d;

    max-width: 600px;
    margin: 0 0 20px;

    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;

    font-kerning: normal;
    font-optical-sizing: auto;
    font-feature-settings: "kern" 1, "liga" 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/*
 * %48 metin / %52 görsel oranı korunur.
 * min-width:0, metnin kolon sınırlarını zorlamasını önler.
 */
@media (min-width: 992px) {
    .hero-copy-col {
        flex: 0 0 48%;
        max-width: 48%;
        min-width: 0;
        padding-right: clamp(0.75rem, 1.35vw, 1.35rem);
    }

    .hero-visual-col {
        flex: 0 0 52%;
        max-width: 52%;
        min-width: 0;
    }
}

/* Tablet görünümü */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-title {
        font-size: clamp(2.5rem, 6vw, 3.15rem);
        line-height: 1.08;
        letter-spacing: -0.023em;
        max-width: 650px;
    }
}

/* Mobil görünümü */
@media (max-width: 767.98px) {
    .hero-title {
        font-size: clamp(2.15rem, 10.5vw, 2.85rem);
        line-height: 1.1;
        letter-spacing: -0.018em;
        max-width: none;
    }
}
/* =========================================================
   HERO — BOŞLUK, GÖRSEL KONTROLÜ VE DAHA DENGELİ YAPI
   ========================================================= */

@media (min-width: 992px) {
    /* Hero genel dikey boşluk */
    .hero-section,
    .hero-v2,
    .homepage-hero {
        padding-top: 54px;
        padding-bottom: 44px;
    }

    /* Sol ve sağ kolon arası mesafe */
    .hero-section .row,
    .hero-v2 .row,
    .homepage-hero .row {
        --bs-gutter-x: 4.25rem;
        align-items: center;
    }

    /* Sol metin alanı */
    .hero-copy-col {
        flex: 0 0 48%;
        max-width: 48%;
        min-width: 0;
        padding-right: 0.5rem;
    }

    /* Sağ görsel alanı */
    .hero-visual-col {
        flex: 0 0 52%;
        max-width: 52%;
        min-width: 0;
        padding-left: 0.5rem;
        display: flex;
        justify-content: flex-end;
    }

    /* Başlık biraz daha kontrollü */
    .hero-title {
        max-width: 560px;
        font-size: clamp(2.45rem, 3.15vw, 3.35rem);
        line-height: 1.08;
        margin-bottom: 18px;
    }

    /* Açıklama metni daha kontrollü */
    .hero-description,
    .hero-lead,
    .hero-text {
        max-width: 540px;
        font-size: 1.04rem;
        line-height: 1.72;
        margin-bottom: 24px;
    }

    /* Buton altı güven maddeleri */
    .hero-benefits,
    .hero-mini-points {
        margin-top: 18px;
        max-width: 560px;
        gap: 12px 24px;
    }

    /* Sağ görsel için kontrollü dış kapsayıcı */
    .hero-visual-wrap,
    .hero-visual-box,
    .hero-media-wrap {
        width: 100%;
        max-width: 620px;
        margin-left: auto;
    }

    /* Sağ görsel kartı */
    .hero-visual-card,
    .hero-media-card,
    .hero-image-card {
        background: rgba(255,255,255,0.72);
        border: 1px solid rgba(15, 42, 68, 0.10);
        border-radius: 28px;
        padding: 16px;
        box-shadow: 0 20px 48px rgba(15, 42, 68, 0.08);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        overflow: hidden;
    }

    /* Görselin kendisi */
    .hero-visual-card img,
    .hero-media-card img,
    .hero-image-card img,
    .hero-visual-image,
    .hero-media-image {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 460px;
        object-fit: cover;
        border-radius: 22px;
    }
}

/* Biraz daha dar masaüstü ekranlar */
@media (min-width: 992px) and (max-width: 1240px) {
    .hero-section .row,
    .hero-v2 .row,
    .homepage-hero .row {
        --bs-gutter-x: 3.25rem;
    }

    .hero-title {
        max-width: 520px;
        font-size: clamp(2.25rem, 3vw, 3rem);
    }

    .hero-description,
    .hero-lead,
    .hero-text {
        max-width: 500px;
        font-size: 1rem;
    }

    .hero-visual-wrap,
    .hero-visual-box,
    .hero-media-wrap {
        max-width: 570px;
    }

    .hero-visual-card img,
    .hero-media-card img,
    .hero-image-card img,
    .hero-visual-image,
    .hero-media-image {
        max-height: 420px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-title {
        max-width: 620px;
        margin-bottom: 16px;
    }

    .hero-description,
    .hero-lead,
    .hero-text {
        max-width: 620px;
    }

    .hero-visual-wrap,
    .hero-visual-box,
    .hero-media-wrap {
        max-width: 100%;
        margin-top: 28px;
    }

    .hero-visual-card,
    .hero-media-card,
    .hero-image-card {
        border-radius: 24px;
        padding: 14px;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    .hero-title {
        margin-bottom: 14px;
    }

    .hero-description,
    .hero-lead,
    .hero-text {
        margin-bottom: 20px;
    }

    .hero-visual-wrap,
    .hero-visual-box,
    .hero-media-wrap {
        margin-top: 22px;
    }

    .hero-visual-card,
    .hero-media-card,
    .hero-image-card {
        border-radius: 22px;
        padding: 12px;
    }
}

.v2-hero .hero-title {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.12;
    text-wrap: balance;
    overflow-wrap: break-word;
    word-break: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Desktop hero layout */
@media (min-width: 992px) {
    .v2-hero .hero-layout {
        --bs-gutter-x: clamp(3rem, 4.5vw, 4.75rem);
    }

    .v2-hero .hero-copy-col {
        flex: 0 0 48%;
        max-width: 48%;
        min-width: 0;
        transform: translateY(-28px);
    }

    .v2-hero .hero-visual-col {
        flex: 0 0 52%;
        max-width: 52%;
        min-width: 0;
        display: flex;
        justify-content: flex-end;
    }

    .v2-hero .hero-title {
        max-width: 560px;
        font-size: clamp(2.35rem, 3vw, 3.2rem);
        line-height: 1.12;
        margin-bottom: 18px;
    }

    .v2-hero .hero-note {
        max-width: 540px;
        font-size: 1.02rem;
        line-height: 1.65;
    }

    .v2-hero .hero-system {
        width: 100%;
        max-width: 620px;
        min-height: 480px;
        margin-left: auto;
        border: 1px solid rgba(15, 42, 68, .12);
        border-radius: 24px;
        background: rgba(255, 255, 255, .88);
        box-shadow: 0 22px 54px rgba(15, 42, 68, .12);
        overflow: hidden;
    }

    .v2-hero .hero-system > img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 480px;
        object-fit: cover;
    }
}

/* Stage 7: desktop homepage section balance */
@media (min-width: 992px) {
    .section-space {
        padding: 88px 0;
    }

    .section-heading {
        max-width: 780px;
        margin-bottom: 40px;
    }

    .section-title {
        max-width: 760px;
        font-size: clamp(2rem, 2.6vw, 2.65rem);
        line-height: 1.16;
        font-weight: 700;
        letter-spacing: 0;
        margin-bottom: 15px;
        text-wrap: balance;
    }

    .section-heading.center .section-title {
        margin-left: auto;
        margin-right: auto;
    }

    .section-desc {
        max-width: 720px;
        font-size: 1.02rem;
        line-height: 1.7;
    }

    .section-heading.center .section-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .data-flow,
    .section-light,
    .communication-wrap {
        border-top: 1px solid rgba(15, 42, 68, .07);
        border-bottom: 1px solid rgba(15, 42, 68, .07);
    }

    .flow-card,
    .solution-card,
    .product-showcase-card,
    .sector-card,
    .project-step,
    .comm-card {
        transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }

    .flow-card {
        min-height: 245px;
    }

    .solution-card,
    .product-showcase-card {
        display: flex;
        flex-direction: column;
    }

    .solution-card .card-link,
    .product-showcase-card .card-link {
        margin-top: auto;
    }

    .product-body {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
    }

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

    .project-step {
        min-height: 240px;
    }

    .flow-card:hover,
    .product-showcase-card:hover,
    .project-step:hover,
    .comm-card:hover {
        transform: translateY(-4px);
        border-color: #bdd0e4;
        box-shadow: 0 22px 48px rgba(15, 42, 68, .1);
    }

    .sector-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 24px 52px rgba(9, 28, 46, .2);
    }
}

/* Yekpare MES product showcase */
.yekpare-product-shot {
    position: relative;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(126, 224, 212, .28);
    border-radius: 18px;
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 26px 60px rgba(0, 0, 0, .28);
}

.yekpare-product-shot::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: #42c7b8;
    opacity: .85;
}

.yekpare-product-shot img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 11px;
}

.yekpare-showcase .section-title {
    max-width: 610px;
    font-size: clamp(2.15rem, 3vw, 2.8rem);
    line-height: 1.14;
    font-weight: 600;
    letter-spacing: 0;
}

.yekpare-showcase .section-desc {
    max-width: 590px;
    font-size: 1rem;
    line-height: 1.68;
}

.yekpare-feature-grid {
    gap: 16px 22px;
    margin: 28px 0 30px;
}

.yekpare-feature {
    min-height: 66px;
    font-size: .94rem;
    line-height: 1.4;
}

.yekpare-feature strong {
    color: #fff;
    font-weight: 700;
}

.yekpare-feature small {
    display: inline-block;
    margin-top: 4px;
    color: #b8c8d7;
    font-size: .79rem;
    line-height: 1.45;
}

.yekpare-actions {
    margin-top: 4px;
}

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

.yekpare-actions .btn-soft {
    border-color: rgba(255, 255, 255, .22);
}

.yekpare-showcase .metric-grid {
    gap: 14px;
    margin-top: 50px;
}

.yekpare-showcase .metric-card {
    min-height: 100px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 14px;
}

.yekpare-showcase .metric-value {
    font-size: 2rem;
    font-weight: 700;
}

.yekpare-showcase .metric-label {
    font-size: .8rem;
}

@media (max-width: 991.98px) {
    .yekpare-showcase .row > .col-lg-6:first-child {
        order: 2;
    }

    .yekpare-showcase .row > .col-lg-6:last-child {
        order: 1;
        position: relative;
        z-index: 2;
    }

    .yekpare-product-shot {
        margin: 8px 0 0;
    }

    .yekpare-badge {
        position: relative;
        display: inline-flex;
        margin-bottom: 16px;
    }

    .yekpare-actions-desktop {
        display: none!important;
    }

    .yekpare-actions-mobile {
        display: flex;
        margin-top: 18px;
    }
}

@media (min-width: 992px) {
    #iot .row {
        --bs-gutter-x: clamp(3rem, 4.2vw, 4.5rem);
    }

    #iot .iot-copy-col {
        flex: 0 0 48%;
        max-width: 48%;
    }

    #iot .iot-visual-col {
        flex: 0 0 52%;
        max-width: 52%;
    }
}

@media (max-width: 991.98px) {
    .iot-visual {
        min-height: 0;
        padding: 0;
    }

    .iot-flow-panel,
    .iot-panel-image {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .iot-actions-desktop {
        display: none!important;
    }

    .iot-actions-mobile {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        max-width: 680px;
        margin: 24px auto 0!important;
    }
}

@media (max-width: 479.98px) {
    .iot-flow-head {
        padding: 16px;
    }

    .iot-flow-status {
        display: none;
    }

    .iot-flow-list {
        padding: 14px;
    }

    .iot-flow-step,
    .iot-flow-step.primary {
        grid-template-columns: 28px 44px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
    }

    .iot-flow-icon {
        width: 44px;
        height: 44px;
    }

    .iot-flow-live {
        display: none;
    }

    .iot-actions-mobile .btn {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .sector-card {
        min-height: 320px;
    }

    .sector-content {
        padding: 22px;
    }

    .sector-content h3 {
        font-size: 1.2rem;
    }
}

/* Hero welcome refinement */
.container > .row.g-5 {
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.ecm-navbar {
    min-height: 70px;
}

.ecm-navbar .navbar-brand img {
    max-height: 40px;
}

.ecm-navbar .nav-link {
    padding: .72rem .68rem!important;
}

.ecm-navbar .header-cta {
    min-height: 44px;
    padding: .62rem 1rem;
    font-size: .91rem;
}

.v2-hero {
    padding: 58px 0 54px;
}

.v2-hero .hero-layout {
    --bs-gutter-x: 0;
    margin-right: 0;
    margin-left: 0;
}

.v2-hero .hero-copy-col,
.v2-hero .hero-visual-col {
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
}

.v2-hero .hero-title {
    max-width: 600px;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: clamp(2.35rem, 3.15vw, 3.3rem);
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.v2-hero .hero-note {
    max-width: 550px;
    font-size: 1.02rem;
    line-height: 1.65;
}

.v2-hero .hero-actions {
    margin-top: 24px;
}

.v2-hero .hero-actions-mobile {
    display: none;
}

.v2-hero .hero-actions .btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.v2-hero .hero-system {
    width: 100%;
    max-width: 620px;
    min-height: 0;
    margin: 0 0 0 auto;
    padding: 8px;
    overflow: hidden;
    border: 1px solid rgba(15, 42, 68, .13);
    border-radius: 22px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 22px 54px rgba(15, 42, 68, .13);
}

.v2-hero .hero-main-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 15px;
}

@media (min-width: 992px) {
    .v2-hero .hero-layout {
        display: grid;
        grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
        gap: clamp(2rem, 3.2vw, 3.25rem);
        align-items: center;
    }

    .v2-hero .hero-copy-col,
    .v2-hero .hero-visual-col {
        width: auto;
        max-width: none;
        flex: none;
    }

    .v2-hero .hero-copy-col {
        transform: translateY(-12px);
    }
}

@media (min-width: 992px) and (max-width: 1240px) {
    .v2-hero .hero-layout {
        gap: 2rem;
    }

    .v2-hero .hero-title {
        font-size: clamp(2.15rem, 3vw, 2.85rem);
    }

    .ecm-navbar .nav-link {
        padding-right: .52rem!important;
        padding-left: .52rem!important;
    }
}

@media (max-width: 991.98px) {
    .container {
        --bs-gutter-x: 1.5rem;
        width: 100%;
        padding-right: .75rem;
        padding-left: .75rem;
    }

    .ecm-navbar {
        min-height: 64px;
    }

    .v2-hero {
        padding: 48px 0 52px;
    }

    .v2-hero .hero-layout {
        margin-right: 0;
        margin-left: 0;
        row-gap: 32px;
    }

    .v2-hero .hero-system {
        max-width: 680px;
        margin: 0 auto;
    }

    .v2-hero .hero-actions-desktop {
        display: none;
    }

    .v2-hero .hero-actions-mobile {
        display: flex;
        width: 100%;
        max-width: 680px;
        margin: 20px auto 0;
    }
}

@media (max-width: 767.98px) {
    .v2-hero .hero-title {
        font-size: clamp(2.05rem, 9.5vw, 2.75rem);
        line-height: 1.13;
    }

    .v2-hero .hero-note {
        font-size: 1rem;
    }

    .v2-hero .hero-actions-mobile .btn,
    .yekpare-actions-mobile .btn {
        width: 100%;
    }
}

/* Isletme Yonetimi solution page */
.page-hero-isletme-yonetimi {
    padding: 72px 0;
    overflow: hidden;
    background: #f4f7fb;
}

.page-hero-isletme-yonetimi .section-subtitle {
    margin-bottom: 14px;
    color: var(--ecm-blue);
}

.page-hero-isletme-yonetimi .section-title {
    max-width: 690px;
    margin-bottom: 18px;
    font-size: 3.25rem;
    line-height: 1.1;
    font-weight: 650;
    letter-spacing: 0;
}

.page-hero-isletme-yonetimi .section-desc {
    max-width: 650px;
    font-size: 1.08rem;
    line-height: 1.7;
}

.page-hero-isletme-yonetimi .page-cover {
    display: block;
    width: 100%;
    max-height: none;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    box-shadow: 0 20px 48px rgba(15, 42, 68, .14);
}

.page-hero-actions {
    margin-top: 26px;
}

.page-hero-actions .btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-content-isletme-yonetimi.demo-box {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.business-solution-content {
    color: var(--ecm-text);
}

.business-solution-content h2,
.business-solution-content h3 {
    margin-top: 0;
    letter-spacing: 0;
}

.business-challenge {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
    padding-bottom: 70px;
}

.business-challenge-copy {
    max-width: 700px;
}

.business-challenge-copy h2 {
    max-width: 650px;
    font-size: 2.35rem;
    line-height: 1.18;
    font-weight: 650;
}

.business-challenge-copy p {
    margin-bottom: 16px;
    color: var(--ecm-muted);
    font-size: 1.02rem;
    line-height: 1.78;
}

.business-challenge-signals {
    padding-left: 34px;
    border-left: 1px solid var(--ecm-border);
}

.business-signal {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 20px 0;
    border-bottom: 1px solid var(--ecm-border);
}

.business-signal:first-child {
    padding-top: 0;
}

.business-signal:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.business-signal i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eaf2fd;
    color: var(--ecm-blue);
    font-size: 1.2rem;
}

.business-signal strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ecm-navy);
    font-size: 1rem;
}

.business-signal span {
    display: block;
    color: var(--ecm-muted);
    font-size: .9rem;
    line-height: 1.55;
}

.business-process {
    padding: 64px 0;
    border-top: 1px solid var(--ecm-border);
    border-bottom: 1px solid var(--ecm-border);
}

.business-process-heading {
    max-width: 760px;
    margin-bottom: 38px;
}

.business-process-heading h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 650;
}

.business-process-heading p {
    margin: 0;
    color: var(--ecm-muted);
}

.business-process-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.business-process-step {
    min-width: 0;
    padding-top: 18px;
    border-top: 2px solid #cbd8e7;
}

.business-process-step.primary {
    border-top-color: var(--ecm-teal);
}

.business-process-number {
    display: block;
    margin-bottom: 18px;
    color: var(--ecm-blue);
    font-size: .76rem;
    font-weight: 800;
}

.business-process-step i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 8px;
    background: #edf4ff;
    color: var(--ecm-blue);
    font-size: 1.18rem;
}

.business-process-step strong,
.business-process-step small {
    display: block;
}

.business-process-step strong {
    min-height: 48px;
    margin-bottom: 7px;
    color: var(--ecm-navy);
    font-size: .98rem;
    line-height: 1.4;
}

.business-process-step small {
    color: var(--ecm-muted);
    font-size: .8rem;
    line-height: 1.55;
}

.business-rollout {
    padding-top: 66px;
}

.business-rollout-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.business-rollout-heading h2 {
    font-size: 2.15rem;
    line-height: 1.2;
    font-weight: 650;
}

.business-rollout-heading p {
    margin: 0;
    color: var(--ecm-muted);
}

.business-rollout-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--ecm-border);
    border-bottom: 1px solid var(--ecm-border);
}

.business-rollout-step {
    min-width: 0;
    padding: 28px 24px;
    border-right: 1px solid var(--ecm-border);
}

.business-rollout-step:first-child {
    padding-left: 0;
}

.business-rollout-step:last-child {
    padding-right: 0;
    border-right: 0;
}

.business-rollout-step span {
    display: block;
    margin-bottom: 9px;
    color: var(--ecm-teal);
    font-size: .75rem;
    font-weight: 800;
}

.business-rollout-step strong {
    display: block;
    margin-bottom: 7px;
    color: var(--ecm-navy);
    font-size: 1rem;
}

.business-rollout-step p {
    margin: 0;
    color: var(--ecm-muted);
    font-size: .84rem;
    line-height: 1.55;
}

.page-items-isletme-yonetimi .section-heading {
    max-width: 760px;
}

.page-items-isletme-yonetimi .row > [class*="col-"] {
    display: flex;
    min-width: 0;
}

.page-items-isletme-yonetimi .page-card {
    width: 100%;
    min-height: 282px;
    padding: 28px;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 42, 68, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.page-items-isletme-yonetimi .page-card:hover {
    transform: translateY(-3px);
    border-color: #b9cce2;
    box-shadow: 0 16px 34px rgba(15, 42, 68, .1);
}

.page-items-isletme-yonetimi .page-card > i {
    border-radius: 8px;
}

.page-items-isletme-yonetimi .page-item-urun {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 28px;
}

.page-items-isletme-yonetimi .page-item-urun .page-card {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    grid-auto-rows: auto;
    column-gap: 40px;
    align-items: center;
    min-height: 340px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: var(--ecm-navy-dark);
    box-shadow: none;
}

.page-items-isletme-yonetimi .page-item-urun .page-card:hover {
    transform: none;
    box-shadow: none;
}

.page-items-isletme-yonetimi .page-item-urun .list-cover {
    grid-column: 1;
    grid-row: 1 / span 6;
    width: 100%;
    height: 100%;
    min-height: 340px;
    margin: 0;
    object-fit: cover;
    border: 0;
    border-radius: 0;
}

.page-items-isletme-yonetimi .page-item-urun .section-subtitle,
.page-items-isletme-yonetimi .page-item-urun .card-title-ecm,
.page-items-isletme-yonetimi .page-item-urun .small,
.page-items-isletme-yonetimi .page-item-urun .card-desc-ecm,
.page-items-isletme-yonetimi .page-item-urun .btn {
    grid-column: 2;
    margin-right: 40px;
}

.page-items-isletme-yonetimi .page-item-urun .section-subtitle {
    align-self: end;
    margin-top: 40px;
    margin-bottom: 8px!important;
    color: #74d8ce;
}

.page-items-isletme-yonetimi .page-item-urun .card-title-ecm {
    margin-bottom: 7px;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.2;
}

.page-items-isletme-yonetimi .page-item-urun .small {
    margin-bottom: 13px!important;
    color: #c8d6e5!important;
    font-size: .95rem;
}

.page-items-isletme-yonetimi .page-item-urun .card-desc-ecm {
    color: #c5d3df;
    line-height: 1.7;
}

.page-items-isletme-yonetimi .page-item-urun .btn {
    width: max-content;
    align-self: start;
    margin-top: 20px!important;
    margin-bottom: 40px;
    border-color: rgba(255, 255, 255, .45);
    background: transparent;
    color: #fff;
}

.page-items-isletme-yonetimi .page-item-urun .btn:hover {
    border-color: #fff;
    background: #fff;
    color: var(--ecm-navy);
}

.page-faq-isletme-yonetimi .accordion-item {
    border-radius: 8px!important;
}

@media (min-width: 992px) {
    .page-hero-isletme-yonetimi > .container > .row {
        display: grid;
        grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
        gap: clamp(2.5rem, 4vw, 4.5rem);
        align-items: center;
    }

    .page-hero-isletme-yonetimi .col-lg-7,
    .page-hero-isletme-yonetimi .col-lg-5 {
        width: auto;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-hero-isletme-yonetimi .section-title {
        font-size: 2.75rem;
    }

    .business-process-grid {
        gap: 14px;
    }

    .business-process-step strong {
        min-height: 66px;
    }
}

@media (max-width: 991.98px) {
    .page-hero-isletme-yonetimi {
        padding: 56px 0;
    }

    .page-hero-isletme-yonetimi .section-title {
        max-width: 720px;
        font-size: 2.75rem;
    }

    .page-hero-isletme-yonetimi .page-cover {
        max-width: 720px;
        margin: 16px auto 0;
    }

    .business-challenge {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .business-challenge-signals {
        padding-top: 28px;
        padding-left: 0;
        border-top: 1px solid var(--ecm-border);
        border-left: 0;
    }

    .business-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .business-process-step strong {
        min-height: 0;
    }

    .business-rollout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .business-rollout-step:nth-child(2) {
        border-right: 0;
    }

    .business-rollout-step:nth-child(-n+2) {
        border-bottom: 1px solid var(--ecm-border);
    }

    .business-rollout-step:nth-child(3) {
        padding-left: 0;
    }

    .page-items-isletme-yonetimi .page-item-urun .page-card {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .page-items-isletme-yonetimi .page-item-urun .list-cover {
        grid-column: 1;
        grid-row: auto;
        min-height: 300px;
        aspect-ratio: 16 / 9;
    }

    .page-items-isletme-yonetimi .page-item-urun .section-subtitle,
    .page-items-isletme-yonetimi .page-item-urun .card-title-ecm,
    .page-items-isletme-yonetimi .page-item-urun .small,
    .page-items-isletme-yonetimi .page-item-urun .card-desc-ecm,
    .page-items-isletme-yonetimi .page-item-urun .btn {
        grid-column: 1;
        margin-right: 30px;
        margin-left: 30px;
    }

    .page-items-isletme-yonetimi .page-item-urun .section-subtitle {
        margin-top: 30px;
    }

    .page-items-isletme-yonetimi .page-item-urun .btn {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .page-hero-isletme-yonetimi {
        padding: 46px 0 52px;
    }

    .page-hero-isletme-yonetimi .section-title {
        font-size: 2.2rem;
        line-height: 1.14;
    }

    .page-hero-isletme-yonetimi .section-desc {
        font-size: 1rem;
    }

    .page-hero-actions .btn {
        width: 100%;
    }

    .business-challenge {
        padding-bottom: 52px;
    }

    .business-challenge-copy h2,
    .business-process-heading h2,
    .business-rollout-heading h2 {
        font-size: 1.85rem;
    }

    .business-process {
        padding: 50px 0;
    }

    .business-process-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .business-process-step {
        display: grid;
        grid-template-columns: 34px 44px minmax(0, 1fr);
        column-gap: 12px;
        align-items: start;
    }

    .business-process-number {
        margin: 13px 0 0;
    }

    .business-process-step i {
        margin-bottom: 0;
    }

    .business-process-step strong,
    .business-process-step small {
        grid-column: 3;
    }

    .business-process-step strong {
        margin-top: 1px;
    }

    .business-rollout {
        padding-top: 52px;
    }

    .business-rollout-grid {
        grid-template-columns: 1fr;
    }

    .business-rollout-step,
    .business-rollout-step:first-child,
    .business-rollout-step:nth-child(3) {
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid var(--ecm-border);
    }

    .business-rollout-step:last-child {
        border-bottom: 0;
    }

    .page-items-isletme-yonetimi .page-card {
        min-height: 0;
    }

    .page-items-isletme-yonetimi .page-item-urun .list-cover {
        min-height: 220px;
    }

    .page-items-isletme-yonetimi .page-item-urun .section-subtitle,
    .page-items-isletme-yonetimi .page-item-urun .card-title-ecm,
    .page-items-isletme-yonetimi .page-item-urun .small,
    .page-items-isletme-yonetimi .page-item-urun .card-desc-ecm,
    .page-items-isletme-yonetimi .page-item-urun .btn {
        margin-right: 22px;
        margin-left: 22px;
    }

    .page-items-isletme-yonetimi .page-item-urun .card-title-ecm {
        font-size: 1.55rem;
    }

    .page-items-isletme-yonetimi .page-item-urun .btn {
        width: calc(100% - 44px);
        justify-content: center;
    }
}

/* Akilli Teslim Sistemleri solution page */
.page-hero-akilli-teslim-sistemleri {
    padding: 72px 0;
    overflow: hidden;
    background: #f4f7fb;
}

.page-hero-akilli-teslim-sistemleri .section-subtitle {
    margin-bottom: 14px;
    color: var(--ecm-blue);
}

.page-hero-akilli-teslim-sistemleri .section-title {
    max-width: 680px;
    margin-bottom: 18px;
    font-size: 3.1rem;
    line-height: 1.1;
    font-weight: 650;
    letter-spacing: 0;
}

.page-hero-akilli-teslim-sistemleri .section-desc {
    max-width: 640px;
    font-size: 1.08rem;
    line-height: 1.7;
}

.page-hero-akilli-teslim-sistemleri .page-cover {
    display: block;
    width: 100%;
    max-height: none;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    box-shadow: 0 20px 48px rgba(15, 42, 68, .14);
}

.page-content-akilli-teslim-sistemleri.demo-box {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.smart-delivery-content h2,
.smart-delivery-content h3 {
    margin-top: 0;
    letter-spacing: 0;
}

.smart-delivery-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
    padding-bottom: 58px;
}

.smart-delivery-copy {
    max-width: 690px;
}

.smart-delivery-copy h2 {
    max-width: 650px;
    font-size: 2.3rem;
    line-height: 1.18;
    font-weight: 650;
}

.smart-delivery-copy p {
    margin-bottom: 16px;
    color: var(--ecm-muted);
    font-size: 1.02rem;
    line-height: 1.78;
}

.smart-delivery-points {
    padding-left: 34px;
    border-left: 1px solid var(--ecm-border);
}

.smart-delivery-point {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid var(--ecm-border);
}

.smart-delivery-point:first-child {
    padding-top: 0;
}

.smart-delivery-point:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.smart-delivery-point i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #e7f7f4;
    color: var(--ecm-teal);
    font-size: 1.1rem;
}

.smart-delivery-point strong,
.smart-delivery-point span {
    display: block;
}

.smart-delivery-point strong {
    margin-bottom: 4px;
    color: var(--ecm-navy);
    font-size: .98rem;
}

.smart-delivery-point span {
    color: var(--ecm-muted);
    font-size: .88rem;
    line-height: 1.55;
}

.smart-delivery-flow {
    padding: 56px 0;
    border-top: 1px solid var(--ecm-border);
    border-bottom: 1px solid var(--ecm-border);
}

.smart-delivery-flow-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.smart-delivery-flow-heading h2 {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 650;
}

.smart-delivery-flow-heading p {
    margin: 0;
    color: var(--ecm-muted);
}

.smart-delivery-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.smart-delivery-flow-step {
    min-width: 0;
    padding-top: 18px;
    border-top: 2px solid #cad8e7;
}

.smart-delivery-flow-step.primary {
    border-top-color: var(--ecm-teal);
}

.smart-delivery-flow-number {
    display: block;
    margin-bottom: 16px;
    color: var(--ecm-blue);
    font-size: .76rem;
    font-weight: 800;
}

.smart-delivery-flow-step i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    border-radius: 8px;
    background: #edf4ff;
    color: var(--ecm-blue);
    font-size: 1.15rem;
}

.smart-delivery-flow-step strong,
.smart-delivery-flow-step small {
    display: block;
}

.smart-delivery-flow-step strong {
    margin-bottom: 7px;
    color: var(--ecm-navy);
    font-size: .98rem;
}

.smart-delivery-flow-step small {
    color: var(--ecm-muted);
    font-size: .8rem;
    line-height: 1.55;
}

.page-items-akilli-teslim-sistemleri .section-heading {
    max-width: 750px;
}

.page-items-akilli-teslim-sistemleri .row > [class*="col-"] {
    display: flex;
    min-width: 0;
}

.page-items-akilli-teslim-sistemleri .page-card {
    width: 100%;
    min-height: 252px;
    padding: 28px;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 42, 68, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.page-items-akilli-teslim-sistemleri .page-card:hover {
    transform: translateY(-3px);
    border-color: #b9cce2;
    box-shadow: 0 16px 34px rgba(15, 42, 68, .1);
}

.page-items-akilli-teslim-sistemleri .row > div:nth-child(1) .page-card > i {
    background: #edf4ff;
    color: var(--ecm-blue);
}

.page-items-akilli-teslim-sistemleri .row > div:nth-child(2) .page-card > i {
    background: #e7f7f4;
    color: var(--ecm-teal);
}

.page-items-akilli-teslim-sistemleri .row > div:nth-child(3) .page-card > i {
    background: #fff5d9;
    color: #8b690f;
}

.page-items-akilli-teslim-sistemleri .page-card > i {
    border-radius: 8px;
}

.page-items-akilli-teslim-sistemleri .page-item-urun {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
}

.page-items-akilli-teslim-sistemleri .page-item-urun .page-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    grid-template-rows: repeat(4, auto);
    column-gap: 28px;
    align-items: center;
    min-height: 0;
    padding: 36px 40px;
    border: 0;
    background: var(--ecm-navy-dark);
    box-shadow: none;
}

.page-items-akilli-teslim-sistemleri .page-item-urun .page-card:hover {
    transform: none;
    box-shadow: none;
}

.page-items-akilli-teslim-sistemleri .page-item-urun .page-card > i {
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 82px;
    height: 82px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .08);
    color: #79ddd2;
    font-size: 1.8rem;
}

.page-items-akilli-teslim-sistemleri .page-item-urun .section-subtitle,
.page-items-akilli-teslim-sistemleri .page-item-urun .card-title-ecm,
.page-items-akilli-teslim-sistemleri .page-item-urun .small,
.page-items-akilli-teslim-sistemleri .page-item-urun .card-desc-ecm {
    grid-column: 2;
}

.page-items-akilli-teslim-sistemleri .page-item-urun .section-subtitle {
    margin-bottom: 6px!important;
    color: #74d8ce;
}

.page-items-akilli-teslim-sistemleri .page-item-urun .card-title-ecm {
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.65rem;
    line-height: 1.2;
}

.page-items-akilli-teslim-sistemleri .page-item-urun .small {
    margin-bottom: 9px!important;
    color: #c8d6e5!important;
}

.page-items-akilli-teslim-sistemleri .page-item-urun .card-desc-ecm {
    max-width: 720px;
    color: #c5d3df;
    line-height: 1.65;
}

.page-items-akilli-teslim-sistemleri .page-item-urun .btn {
    grid-column: 3;
    grid-row: 1 / span 4;
    min-height: 48px;
    margin: 0!important;
    border-color: rgba(255, 255, 255, .45);
    background: transparent;
    color: #fff;
    white-space: nowrap;
}

.page-items-akilli-teslim-sistemleri .page-item-urun .btn:hover {
    border-color: #fff;
    background: #fff;
    color: var(--ecm-navy);
}

@media (min-width: 992px) {
    .page-hero-akilli-teslim-sistemleri > .container > .row {
        display: grid;
        grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
        gap: clamp(2.5rem, 4vw, 4.5rem);
        align-items: center;
    }

    .page-hero-akilli-teslim-sistemleri .col-lg-7,
    .page-hero-akilli-teslim-sistemleri .col-lg-5 {
        width: auto;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-hero-akilli-teslim-sistemleri .section-title {
        font-size: 2.7rem;
    }

    .page-items-akilli-teslim-sistemleri .page-item-urun .page-card {
        grid-template-columns: 82px minmax(0, 1fr) auto;
        padding: 32px;
        column-gap: 22px;
    }
}

@media (max-width: 991.98px) {
    .page-hero-akilli-teslim-sistemleri {
        padding: 56px 0;
    }

    .page-hero-akilli-teslim-sistemleri .section-title {
        max-width: 720px;
        font-size: 2.7rem;
    }

    .page-hero-akilli-teslim-sistemleri .page-cover {
        max-width: 720px;
        margin: 16px auto 0;
    }

    .smart-delivery-intro {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .smart-delivery-points {
        padding-top: 28px;
        padding-left: 0;
        border-top: 1px solid var(--ecm-border);
        border-left: 0;
    }

    .smart-delivery-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-items-akilli-teslim-sistemleri .page-item-urun .page-card {
        grid-template-columns: 76px minmax(0, 1fr);
        padding: 30px;
    }

    .page-items-akilli-teslim-sistemleri .page-item-urun .page-card > i {
        grid-column: 1;
        grid-row: 1 / span 4;
        width: 68px;
        height: 68px;
    }

    .page-items-akilli-teslim-sistemleri .page-item-urun .btn {
        grid-column: 2;
        grid-row: 5;
        width: max-content;
        margin-top: 18px!important;
    }
}

@media (max-width: 767.98px) {
    .page-hero-akilli-teslim-sistemleri {
        padding: 46px 0 52px;
    }

    .page-hero-akilli-teslim-sistemleri .page-hero-actions .btn {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
        white-space: normal;
        overflow-wrap: anywhere;
        line-height: 1.35;
    }

    .page-hero-akilli-teslim-sistemleri .section-title {
        font-size: 2.15rem;
        line-height: 1.14;
    }

    .page-hero-akilli-teslim-sistemleri .section-desc {
        font-size: 1rem;
    }

    .smart-delivery-intro {
        padding-bottom: 48px;
    }

    .smart-delivery-copy h2,
    .smart-delivery-flow-heading h2 {
        font-size: 1.82rem;
    }

    .smart-delivery-flow {
        padding: 48px 0;
    }

    .smart-delivery-flow-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .smart-delivery-flow-step {
        display: grid;
        grid-template-columns: 34px 44px minmax(0, 1fr);
        column-gap: 12px;
        align-items: start;
    }

    .smart-delivery-flow-number {
        margin: 13px 0 0;
    }

    .smart-delivery-flow-step i {
        margin-bottom: 0;
    }

    .smart-delivery-flow-step strong,
    .smart-delivery-flow-step small {
        grid-column: 3;
    }

    .page-items-akilli-teslim-sistemleri .page-card {
        min-height: 0;
    }

    .page-items-akilli-teslim-sistemleri .page-item-urun .page-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 26px 22px;
    }

    .page-items-akilli-teslim-sistemleri .page-item-urun .page-card > i {
        width: 62px;
        height: 62px;
        margin-bottom: 22px;
    }

    .page-items-akilli-teslim-sistemleri .page-item-urun .btn {
        width: 100%;
        margin-top: 20px!important;
        white-space: normal;
    }
}

/* Kurumsal Iletisim solution page */
.page-hero-kurumsal-iletisim {
    padding: 72px 0;
    overflow: hidden;
    background: #f3f7fa;
}

.page-hero-kurumsal-iletisim .section-subtitle {
    margin-bottom: 14px;
    color: var(--ecm-blue);
}

.page-hero-kurumsal-iletisim .section-title {
    max-width: 680px;
    margin-bottom: 18px;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 650;
    letter-spacing: 0;
}

.page-hero-kurumsal-iletisim .section-desc {
    max-width: 650px;
    font-size: 1.07rem;
    line-height: 1.72;
}

.page-hero-kurumsal-iletisim .page-cover {
    display: block;
    width: 100%;
    max-height: none;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    box-shadow: 0 20px 48px rgba(15, 42, 68, .14);
}

.page-content-kurumsal-iletisim.demo-box {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.corporate-communication-content h2,
.corporate-communication-content h3 {
    margin-top: 0;
    letter-spacing: 0;
}

.corporate-communication-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
    padding-bottom: 58px;
}

.corporate-communication-copy {
    max-width: 700px;
}

.corporate-communication-copy h2 {
    max-width: 680px;
    font-size: 2.3rem;
    line-height: 1.18;
    font-weight: 650;
}

.corporate-communication-copy p {
    margin-bottom: 16px;
    color: var(--ecm-muted);
    font-size: 1.02rem;
    line-height: 1.78;
}

.corporate-communication-services {
    padding-left: 34px;
    border-left: 1px solid var(--ecm-border);
}

.corporate-communication-service {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 22px 0;
    border-bottom: 1px solid var(--ecm-border);
}

.corporate-communication-service:first-child {
    padding-top: 0;
}

.corporate-communication-service:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.corporate-communication-service i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #e9f2ff;
    color: var(--ecm-blue);
    font-size: 1.16rem;
}

.corporate-communication-service:last-child i {
    background: #e7f7f4;
    color: var(--ecm-teal);
}

.corporate-communication-service strong,
.corporate-communication-service span {
    display: block;
}

.corporate-communication-service strong {
    margin-bottom: 5px;
    color: var(--ecm-navy);
    font-size: 1rem;
}

.corporate-communication-service span {
    color: var(--ecm-muted);
    font-size: .88rem;
    line-height: 1.58;
}

.corporate-communication-process {
    padding: 54px 0;
    border-top: 1px solid var(--ecm-border);
    border-bottom: 1px solid var(--ecm-border);
}

.corporate-communication-process-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.corporate-communication-process-heading h2 {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 650;
}

.corporate-communication-process-heading p {
    margin: 0;
    color: var(--ecm-muted);
}

.corporate-communication-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.corporate-communication-process-step {
    min-width: 0;
    padding-top: 18px;
    border-top: 2px solid #c9d7e5;
}

.corporate-communication-process-step:nth-child(2) {
    border-top-color: var(--ecm-teal);
}

.corporate-communication-process-number {
    display: block;
    margin-bottom: 14px;
    color: var(--ecm-blue);
    font-size: .76rem;
    font-weight: 800;
}

.corporate-communication-process-step i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    border-radius: 8px;
    background: #edf4ff;
    color: var(--ecm-blue);
    font-size: 1.15rem;
}

.corporate-communication-process-step strong,
.corporate-communication-process-step small {
    display: block;
}

.corporate-communication-process-step strong {
    margin-bottom: 7px;
    color: var(--ecm-navy);
    font-size: 1rem;
}

.corporate-communication-process-step small {
    color: var(--ecm-muted);
    font-size: .82rem;
    line-height: 1.58;
}

.page-items-kurumsal-iletisim .section-heading {
    max-width: 770px;
}

.page-items-kurumsal-iletisim .row > [class*="col-"] {
    display: flex;
    min-width: 0;
}

.page-items-kurumsal-iletisim .page-card {
    width: 100%;
    min-height: 250px;
    padding: 28px;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 42, 68, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.page-items-kurumsal-iletisim .page-card:hover {
    transform: translateY(-3px);
    border-color: #b9cce2;
    box-shadow: 0 16px 34px rgba(15, 42, 68, .1);
}

.page-items-kurumsal-iletisim .row > div:nth-child(1) .page-card > i {
    background: #edf4ff;
    color: var(--ecm-blue);
}

.page-items-kurumsal-iletisim .row > div:nth-child(2) .page-card > i {
    background: #e7f7f4;
    color: var(--ecm-teal);
}

.page-items-kurumsal-iletisim .row > div:nth-child(3) .page-card > i {
    background: #fff5d9;
    color: #8b690f;
}

.page-items-kurumsal-iletisim .page-card > i {
    border-radius: 8px;
}

.page-items-kurumsal-iletisim .page-item-i-letisim {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
}

.page-items-kurumsal-iletisim .page-item-i-letisim .page-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    grid-template-rows: repeat(4, auto);
    column-gap: 28px;
    align-items: center;
    min-height: 0;
    padding: 36px 40px;
    border: 0;
    background: #0b2538;
    box-shadow: none;
}

.page-items-kurumsal-iletisim .page-item-i-letisim .page-card:hover {
    transform: none;
    box-shadow: none;
}

.page-items-kurumsal-iletisim .page-item-i-letisim .page-card > i {
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 78px;
    height: 78px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .08);
    color: #79ddd2;
    font-size: 1.75rem;
}

.page-items-kurumsal-iletisim .page-item-i-letisim .section-subtitle,
.page-items-kurumsal-iletisim .page-item-i-letisim .card-title-ecm,
.page-items-kurumsal-iletisim .page-item-i-letisim .small,
.page-items-kurumsal-iletisim .page-item-i-letisim .card-desc-ecm {
    grid-column: 2;
}

.page-items-kurumsal-iletisim .page-item-i-letisim .section-subtitle {
    margin-bottom: 6px!important;
    color: #74d8ce;
}

.page-items-kurumsal-iletisim .page-item-i-letisim .card-title-ecm {
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.62rem;
    line-height: 1.2;
}

.page-items-kurumsal-iletisim .page-item-i-letisim .small {
    margin-bottom: 9px!important;
    color: #c8d6e5!important;
}

.page-items-kurumsal-iletisim .page-item-i-letisim .card-desc-ecm {
    max-width: 720px;
    color: #c5d3df;
    line-height: 1.65;
}

.page-items-kurumsal-iletisim .page-item-i-letisim .btn {
    grid-column: 3;
    grid-row: 1 / span 4;
    min-height: 48px;
    margin: 0!important;
    border-color: rgba(255, 255, 255, .45);
    background: transparent;
    color: #fff;
    white-space: nowrap;
}

.page-items-kurumsal-iletisim .page-item-i-letisim .btn:hover {
    border-color: #fff;
    background: #fff;
    color: var(--ecm-navy);
}

@media (min-width: 992px) {
    .page-hero-kurumsal-iletisim > .container > .row {
        display: grid;
        grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
        gap: clamp(2.5rem, 4vw, 4.5rem);
        align-items: center;
    }

    .page-hero-kurumsal-iletisim .col-lg-7,
    .page-hero-kurumsal-iletisim .col-lg-5 {
        width: auto;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-hero-kurumsal-iletisim .section-title {
        font-size: 2.65rem;
    }

    .page-items-kurumsal-iletisim .page-item-i-letisim .page-card {
        grid-template-columns: 78px minmax(0, 1fr) auto;
        padding: 32px;
        column-gap: 22px;
    }
}

@media (max-width: 991.98px) {
    .page-hero-kurumsal-iletisim {
        padding: 56px 0;
    }

    .page-hero-kurumsal-iletisim .section-title {
        max-width: 720px;
        font-size: 2.65rem;
    }

    .page-hero-kurumsal-iletisim .page-cover {
        max-width: 720px;
        margin: 16px auto 0;
    }

    .corporate-communication-intro {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .corporate-communication-services {
        padding-top: 28px;
        padding-left: 0;
        border-top: 1px solid var(--ecm-border);
        border-left: 0;
    }

    .page-items-kurumsal-iletisim .page-item-i-letisim .page-card {
        grid-template-columns: 72px minmax(0, 1fr);
        padding: 30px;
    }

    .page-items-kurumsal-iletisim .page-item-i-letisim .page-card > i {
        grid-column: 1;
        grid-row: 1 / span 4;
        width: 64px;
        height: 64px;
    }

    .page-items-kurumsal-iletisim .page-item-i-letisim .btn {
        grid-column: 2;
        grid-row: 5;
        width: max-content;
        margin-top: 18px!important;
    }
}

@media (max-width: 767.98px) {
    .page-hero-kurumsal-iletisim {
        padding: 46px 0 52px;
    }

    .page-hero-kurumsal-iletisim .section-title {
        font-size: 2.12rem;
        line-height: 1.14;
    }

    .page-hero-kurumsal-iletisim .section-desc {
        font-size: 1rem;
    }

    .page-hero-kurumsal-iletisim .page-hero-actions .btn {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
        white-space: normal;
        overflow-wrap: anywhere;
        line-height: 1.35;
    }

    .corporate-communication-intro {
        padding-bottom: 46px;
    }

    .corporate-communication-copy h2,
    .corporate-communication-process-heading h2 {
        font-size: 1.8rem;
    }

    .corporate-communication-process {
        padding: 46px 0;
    }

    .corporate-communication-process-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .corporate-communication-process-step {
        display: grid;
        grid-template-columns: 34px 44px minmax(0, 1fr);
        column-gap: 12px;
        align-items: start;
    }

    .corporate-communication-process-number {
        margin: 13px 0 0;
    }

    .corporate-communication-process-step i {
        margin-bottom: 0;
    }

    .corporate-communication-process-step strong,
    .corporate-communication-process-step small {
        grid-column: 3;
    }

    .page-items-kurumsal-iletisim .page-card {
        min-height: 0;
    }

    .page-items-kurumsal-iletisim .page-item-i-letisim .page-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 26px 22px;
    }

    .page-items-kurumsal-iletisim .page-item-i-letisim .page-card > i {
        width: 60px;
        height: 60px;
        margin-bottom: 22px;
    }

    .page-items-kurumsal-iletisim .page-item-i-letisim .btn {
        width: 100%;
        margin-top: 20px!important;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

/* Hakkimizda */
.page-hero-hakkimizda {
    padding: 84px 0 72px;
    overflow: hidden;
    background: #f4f7fb;
    border-bottom: 1px solid var(--ecm-border);
}

.page-hero-hakkimizda .section-subtitle {
    color: var(--ecm-teal);
    letter-spacing: .08em;
}

.page-hero-hakkimizda .section-title {
    max-width: 640px;
    margin-bottom: 22px;
    color: var(--ecm-navy-dark);
    font-size: 4rem;
    line-height: 1.06;
    letter-spacing: 0;
}

.page-hero-hakkimizda .section-desc {
    max-width: 650px;
    color: #4f6276;
    font-size: 1.08rem;
    line-height: 1.72;
}

.page-hero-hakkimizda .page-hero-actions {
    margin-top: 28px;
}

.page-hero-hakkimizda .page-cover {
    display: block;
    width: 100%;
    max-height: none;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border: 1px solid #cbd8e6;
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(15, 42, 68, .15);
}

.page-hero-hakkimizda .row > * {
    min-width: 0;
}

.page-content-hakkimizda.demo-box {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.about-content,
.about-intro,
.about-copy,
.about-disciplines,
.about-name-band,
.about-name-grid {
    min-width: 0;
}

.about-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 72px;
    align-items: start;
    padding-bottom: 72px;
}

.about-copy h2 {
    margin: 0 0 20px;
    color: var(--ecm-navy);
    font-size: 2.45rem;
    line-height: 1.16;
    letter-spacing: 0;
}

.about-copy p {
    margin: 0 0 16px;
    color: var(--ecm-muted);
    font-size: 1.02rem;
    line-height: 1.82;
}

.about-copy p:last-child {
    margin-bottom: 0;
}

.about-disciplines {
    padding-left: 34px;
    border-left: 1px solid var(--ecm-border);
}

.about-discipline {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 20px 0;
    border-bottom: 1px solid var(--ecm-border);
}

.about-discipline:first-child {
    padding-top: 0;
}

.about-discipline:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.about-discipline > i {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--ecm-soft-blue);
    color: var(--ecm-blue);
    font-size: 1.3rem;
}

.about-discipline:nth-child(2) > i {
    background: #e4f7f4;
    color: var(--ecm-teal);
}

.about-discipline:nth-child(3) > i {
    background: #fff5d9;
    color: #977012;
}

.about-discipline strong {
    display: block;
    margin: 2px 0 6px;
    color: var(--ecm-navy);
    font-size: 1.03rem;
}

.about-discipline span {
    display: block;
    color: var(--ecm-muted);
    font-size: .91rem;
    line-height: 1.65;
}

.about-name-band {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
    padding: 46px 48px;
    border-left: 4px solid var(--ecm-teal);
    border-radius: 8px;
    background: var(--ecm-navy-dark);
    color: #fff;
}

.about-name-band .section-subtitle {
    color: #82ddd4;
}

.about-name-copy h2 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.22;
    letter-spacing: 0;
}

.about-name-copy p {
    margin: 0;
    color: #c8d7e5;
    line-height: 1.75;
}

.about-name-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-name-part {
    padding: 4px 22px;
    border-left: 1px solid rgba(255, 255, 255, .14);
}

.about-name-part:first-child {
    border-left: 0;
}

.about-name-part span {
    display: block;
    margin-bottom: 7px;
    color: #78aef7;
    font-size: 2.15rem;
    font-weight: 850;
    line-height: 1;
}

.about-name-part:nth-child(2) span {
    color: #72d5ca;
}

.about-name-part:nth-child(3) span {
    color: #e4c35d;
}

.about-name-part strong {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: .96rem;
}

.about-name-part small {
    display: block;
    color: #9fb2c4;
    font-size: .79rem;
    line-height: 1.5;
}

.page-items-hakkimizda .section-heading {
    max-width: 900px;
    margin-bottom: 42px;
}

.page-items-hakkimizda .page-card {
    min-height: 310px;
    padding: 26px;
    border-radius: 8px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.page-items-hakkimizda .page-card:hover {
    transform: translateY(-3px);
    border-color: #bfd0e2;
    box-shadow: 0 16px 36px rgba(15, 42, 68, .09);
}

.page-items-hakkimizda .page-card > i {
    border-radius: 8px;
}

.page-items-hakkimizda .row > div:nth-child(2) .page-card > i {
    background: #e4f7f4;
    color: var(--ecm-teal);
}

.page-items-hakkimizda .row > div:nth-child(3) .page-card > i {
    background: #fff5d9;
    color: #977012;
}

.page-items-hakkimizda .row > div:nth-child(4) .page-card > i {
    background: #eef0f9;
    color: #4b5fb9;
}

.page-items-hakkimizda .page-item-proje .page-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto auto;
    gap: 7px 26px;
    min-height: 0;
    padding: 34px 38px;
    border: 0;
    background: var(--ecm-navy);
    box-shadow: 0 20px 44px rgba(15, 42, 68, .18);
}

.page-items-hakkimizda .page-item-proje .page-card:hover {
    transform: none;
    box-shadow: 0 24px 50px rgba(15, 42, 68, .22);
}

.page-items-hakkimizda .page-item-proje .page-card > i {
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 68px;
    height: 68px;
    margin: 0;
    background: rgba(255, 255, 255, .1);
    color: #82ddd4;
}

.page-items-hakkimizda .page-item-proje .section-subtitle,
.page-items-hakkimizda .page-item-proje .card-title-ecm,
.page-items-hakkimizda .page-item-proje .small,
.page-items-hakkimizda .page-item-proje .card-desc-ecm {
    grid-column: 2;
    margin: 0!important;
}

.page-items-hakkimizda .page-item-proje .section-subtitle {
    color: #82ddd4;
}

.page-items-hakkimizda .page-item-proje .card-title-ecm {
    color: #fff;
    font-size: 1.42rem;
    line-height: 1.35;
}

.page-items-hakkimizda .page-item-proje .small,
.page-items-hakkimizda .page-item-proje .card-desc-ecm {
    color: #c8d7e5!important;
}

.page-items-hakkimizda .page-item-proje .btn {
    grid-column: 3;
    grid-row: 1 / span 4;
    align-self: center;
    min-height: 48px;
    margin: 0!important;
    border-color: rgba(255, 255, 255, .5);
    background: transparent;
    color: #fff;
    white-space: nowrap;
}

.page-items-hakkimizda .page-item-proje .btn:hover {
    border-color: #fff;
    background: #fff;
    color: var(--ecm-navy);
}

@media (min-width: 992px) {
    .page-hero-hakkimizda > .container > .row {
        display: grid;
        grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
        gap: 4rem;
        align-items: center;
    }

    .page-hero-hakkimizda .col-lg-7,
    .page-hero-hakkimizda .col-lg-5 {
        width: auto;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-hero-hakkimizda .section-title {
        font-size: 3.25rem;
    }

    .about-intro {
        gap: 48px;
    }

    .page-items-hakkimizda .page-item-proje .page-card {
        grid-template-columns: 70px minmax(0, 1fr) auto;
        padding: 30px;
        gap: 7px 20px;
    }
}

@media (max-width: 991.98px) {
    .page-hero-hakkimizda {
        padding: 58px 0 62px;
    }

    .page-hero-hakkimizda .section-title {
        max-width: 720px;
        font-size: 3.25rem;
    }

    .page-hero-hakkimizda .page-cover {
        max-width: 720px;
        margin: 16px auto 0;
    }

    .about-intro {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .about-disciplines {
        padding-top: 30px;
        padding-left: 0;
        border-top: 1px solid var(--ecm-border);
        border-left: 0;
    }

    .about-name-band {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .page-items-hakkimizda .page-item-proje .page-card {
        grid-template-columns: 72px minmax(0, 1fr);
        padding: 30px;
    }

    .page-items-hakkimizda .page-item-proje .btn {
        grid-column: 2;
        grid-row: 5;
        width: max-content;
        margin-top: 16px!important;
    }
}

@media (max-width: 767.98px) {
    .page-hero-hakkimizda {
        padding: 46px 0 52px;
    }

    .page-hero-hakkimizda .section-title {
        font-size: 2.4rem;
        line-height: 1.12;
    }

    .page-hero-hakkimizda .section-subtitle {
        display: block;
        width: 100%;
        max-width: 100%;
        line-height: 1.55;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .page-hero-hakkimizda .section-desc {
        font-size: 1rem;
        overflow-wrap: anywhere;
    }

    .page-hero-hakkimizda .page-hero-actions .btn {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .about-intro {
        gap: 34px;
        padding-bottom: 52px;
    }

    .about-copy h2 {
        font-size: 1.85rem;
    }

    .about-discipline {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
    }

    .about-discipline > i {
        width: 48px;
        height: 48px;
    }

    .about-name-band {
        padding: 30px 24px;
    }

    .about-name-copy h2 {
        font-size: 1.65rem;
    }

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

    .about-name-part {
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, .14);
        border-left: 0;
    }

    .about-name-part:first-child {
        padding-top: 0;
        border-top: 0;
    }

    .about-name-part:last-child {
        padding-bottom: 0;
    }

    .page-items-hakkimizda .page-card {
        min-height: 0;
    }

    .page-items-hakkimizda .page-item-proje .page-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 26px 22px;
    }

    .page-items-hakkimizda .page-item-proje .page-card > i {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    .page-items-hakkimizda .page-item-proje .btn {
        width: 100%;
        margin-top: 18px!important;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

/* Destek */
section.page-hero-destek {
    padding: 76px 0 72px;
    overflow: hidden;
    border-bottom: 1px solid var(--ecm-border);
    background: #f3f6f7;
}

.page-hero-destek .section-subtitle {
    margin-bottom: 14px;
    color: var(--ecm-teal);
    letter-spacing: 0;
}

.page-hero-destek .section-title {
    max-width: 660px;
    margin-bottom: 20px;
    color: var(--ecm-navy-dark);
    font-size: 3.5rem;
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: 0;
}

.page-hero-destek .section-desc {
    max-width: 650px;
    color: #4f6276;
    font-size: 1.07rem;
    line-height: 1.72;
}

.page-hero-destek .page-hero-actions {
    margin-top: 28px;
}

.page-hero-destek .page-cover {
    display: block;
    width: 100%;
    max-height: none;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    border: 1px solid #c9d5d7;
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(15, 42, 68, .15);
}

.page-hero-destek .row > *,
.support-content,
.support-intro,
.support-copy,
.support-principles,
.support-process,
.support-process-grid,
.support-process-step {
    min-width: 0;
}

.page-content-destek.demo-box {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.support-content .section-subtitle,
.page-items-destek .section-subtitle {
    letter-spacing: 0;
}

.support-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(300px, .94fr);
    gap: clamp(3rem, 6vw, 5.25rem);
    align-items: start;
    padding-bottom: 72px;
}

.support-copy h2,
.support-process-heading h2 {
    margin: 0 0 20px;
    color: var(--ecm-navy);
    font-size: 2.35rem;
    line-height: 1.18;
    font-weight: 650;
    letter-spacing: 0;
}

.support-copy p,
.support-process-heading p {
    margin: 0 0 16px;
    color: var(--ecm-muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

.support-copy p:last-child,
.support-process-heading p:last-child {
    margin-bottom: 0;
}

.support-principles {
    padding-left: 34px;
    border-left: 1px solid var(--ecm-border);
}

.support-principle {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 20px 0;
    border-bottom: 1px solid var(--ecm-border);
}

.support-principle:first-child {
    padding-top: 0;
}

.support-principle:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.support-principle > i {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #e7f7f4;
    color: var(--ecm-teal);
    font-size: 1.2rem;
}

.support-principle:nth-child(2) > i {
    background: var(--ecm-soft-blue);
    color: var(--ecm-blue);
}

.support-principle:nth-child(3) > i {
    background: #fff4d8;
    color: #98700f;
}

.support-principle strong,
.support-principle span {
    display: block;
}

.support-principle strong {
    margin: 2px 0 6px;
    color: var(--ecm-navy);
    font-size: 1.02rem;
}

.support-principle span {
    color: var(--ecm-muted);
    font-size: .9rem;
    line-height: 1.62;
}

.support-process {
    padding: 68px 0 72px;
    border-top: 1px solid var(--ecm-border);
    scroll-margin-top: 110px;
}

.support-process-heading {
    max-width: 820px;
    margin-bottom: 38px;
}

.support-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--ecm-border);
    border-bottom: 1px solid var(--ecm-border);
    list-style: none;
}

.support-process-step {
    padding: 30px 28px 32px;
    border-left: 1px solid var(--ecm-border);
}

.support-process-step:first-child {
    border-left: 0;
}

.support-process-number {
    display: block;
    margin-bottom: 17px;
    color: var(--ecm-teal);
    font-size: .76rem;
    font-weight: 800;
}

.support-process-step > i {
    display: flex;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #edf3f8;
    color: var(--ecm-blue);
    font-size: 1.15rem;
}

.support-process-step:nth-child(2) > i {
    background: #e7f7f4;
    color: var(--ecm-teal);
}

.support-process-step:nth-child(3) > i {
    background: #fff4d8;
    color: #98700f;
}

.support-process-step strong,
.support-process-step small {
    display: block;
}

.support-process-step strong {
    margin-bottom: 9px;
    color: var(--ecm-navy);
    font-size: 1rem;
    line-height: 1.42;
}

.support-process-step small {
    color: var(--ecm-muted);
    font-size: .86rem;
    line-height: 1.65;
}

.page-items-destek .section-heading {
    max-width: 900px;
    margin-bottom: 42px;
}

.page-items-destek .page-card {
    min-height: 310px;
    padding: 26px;
    border-radius: 8px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.page-items-destek .page-card:hover {
    transform: translateY(-3px);
    border-color: #bfd0e2;
    box-shadow: 0 16px 36px rgba(15, 42, 68, .09);
}

.page-items-destek .page-card > i {
    border-radius: 8px;
}

.page-items-destek .row > div:nth-child(2) .page-card > i {
    background: #e7f7f4;
    color: var(--ecm-teal);
}

.page-items-destek .row > div:nth-child(3) .page-card > i {
    background: #fff4d8;
    color: #98700f;
}

.page-items-destek .row > div:nth-child(4) .page-card > i {
    background: #eef0f9;
    color: #4b5fb9;
}

.page-items-destek .page-item-destek .page-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto auto;
    gap: 7px 26px;
    min-height: 0;
    padding: 34px 38px;
    border: 0;
    background: var(--ecm-navy);
    box-shadow: 0 20px 44px rgba(15, 42, 68, .18);
}

.page-items-destek .page-item-destek .page-card:hover {
    transform: none;
    box-shadow: 0 24px 50px rgba(15, 42, 68, .22);
}

.page-items-destek .page-item-destek .page-card > i {
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 68px;
    height: 68px;
    margin: 0;
    background: rgba(255, 255, 255, .1);
    color: #82ddd4;
}

.page-items-destek .page-item-destek .section-subtitle,
.page-items-destek .page-item-destek .card-title-ecm,
.page-items-destek .page-item-destek .small,
.page-items-destek .page-item-destek .card-desc-ecm {
    grid-column: 2;
    margin: 0!important;
}

.page-items-destek .page-item-destek .section-subtitle {
    color: #82ddd4;
}

.page-items-destek .page-item-destek .card-title-ecm {
    color: #fff;
    font-size: 1.42rem;
    line-height: 1.35;
}

.page-items-destek .page-item-destek .small,
.page-items-destek .page-item-destek .card-desc-ecm {
    color: #c8d7e5!important;
}

.page-items-destek .page-item-destek .btn {
    grid-column: 3;
    grid-row: 1 / span 4;
    align-self: center;
    min-height: 48px;
    margin: 0!important;
    border-color: rgba(255, 255, 255, .5);
    background: transparent;
    color: #fff;
    white-space: nowrap;
}

.page-items-destek .page-item-destek .btn:hover {
    border-color: #fff;
    background: #fff;
    color: var(--ecm-navy);
}

@media (min-width: 992px) {
    .page-hero-destek > .container > .row {
        display: grid;
        grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
        gap: 4rem;
        align-items: center;
    }

    .page-hero-destek .col-lg-7,
    .page-hero-destek .col-lg-5 {
        width: auto;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-hero-destek .section-title {
        font-size: 3rem;
    }

    .support-intro {
        gap: 48px;
    }

    .page-items-destek .page-item-destek .page-card {
        grid-template-columns: 70px minmax(0, 1fr) auto;
        gap: 7px 20px;
        padding: 30px;
    }
}

@media (max-width: 991.98px) {
    section.page-hero-destek {
        padding: 58px 0 62px;
    }

    .page-hero-destek .section-title {
        font-size: 3rem;
    }

    .page-hero-destek .page-cover {
        margin-top: 12px;
    }

    .support-intro {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .support-principles {
        padding-top: 30px;
        padding-left: 0;
        border-top: 1px solid var(--ecm-border);
        border-left: 0;
    }

    .support-process-grid {
        grid-template-columns: 1fr;
    }

    .support-process-step {
        display: grid;
        grid-template-columns: 32px 44px minmax(0, 1fr);
        gap: 4px 12px;
        padding: 24px 0;
        border-top: 1px solid var(--ecm-border);
        border-left: 0;
    }

    .support-process-step:first-child {
        border-top: 0;
    }

    .support-process-number {
        margin: 15px 0 0;
    }

    .support-process-step > i {
        margin: 0;
    }

    .support-process-step strong,
    .support-process-step small {
        grid-column: 3;
    }

    .page-items-destek .page-item-destek .page-card {
        grid-template-columns: 72px minmax(0, 1fr);
        padding: 30px;
    }

    .page-items-destek .page-item-destek .btn {
        grid-column: 2;
        grid-row: 5;
        width: max-content;
        margin-top: 16px!important;
    }
}

@media (max-width: 767.98px) {
    section.page-hero-destek {
        padding: 46px 0 52px;
    }

    .page-hero-destek .section-title {
        font-size: 2.35rem;
        line-height: 1.12;
    }

    .page-hero-destek .section-subtitle {
        display: block;
        width: 100%;
        max-width: 100%;
        line-height: 1.55;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .page-hero-destek .section-desc {
        font-size: 1rem;
        overflow-wrap: anywhere;
    }

    .page-hero-destek .page-hero-actions .btn {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .support-intro {
        gap: 34px;
        padding-bottom: 52px;
    }

    .support-copy h2,
    .support-process-heading h2 {
        font-size: 1.82rem;
    }

    .support-process {
        padding: 52px 0;
    }

    .page-items-destek .page-card {
        min-height: 0;
    }

    .page-items-destek .page-item-destek .page-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 26px 22px;
    }

    .page-items-destek .page-item-destek .page-card > i {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    .page-items-destek .page-item-destek .btn {
        width: 100%;
        margin-top: 18px!important;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}


/* =========================================================
   ÜRETİM YÖNETİMİ VE MES ÇÖZÜM SAYFASI
   ========================================================= */
.page-hero-uretim-yonetimi-ve-mes {
    padding: 74px 0 78px;
    overflow: hidden;
    border-bottom: 1px solid var(--ecm-border);
    background:
        radial-gradient(circle at 86% 20%, rgba(20,158,152,.11), transparent 30%),
        linear-gradient(135deg, #f4f8fc 0%, #eef5f8 100%);
}

.page-hero-uretim-yonetimi-ve-mes .section-subtitle {
    margin-bottom: 14px;
    color: var(--ecm-teal);
    letter-spacing: .025em;
}

.page-hero-uretim-yonetimi-ve-mes .section-title {
    max-width: 700px;
    margin-bottom: 20px;
    color: var(--ecm-navy-dark);
    font-size: clamp(2.75rem, 4.2vw, 4.25rem);
    line-height: 1.06;
    font-weight: 680;
    letter-spacing: -.026em;
    text-wrap: balance;
}

.page-hero-uretim-yonetimi-ve-mes .section-desc {
    max-width: 680px;
    color: #4e6175;
    font-size: 1.08rem;
    line-height: 1.76;
}

.page-hero-uretim-yonetimi-ve-mes .page-hero-actions {
    margin-top: 28px;
}

.mes-page-hero-visual {
    position: relative;
    min-height: 470px;
    padding: 18px 20px 58px 54px;
}

.mes-page-hero-main {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(15,42,68,.14);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 26px 62px rgba(15,42,68,.17);
}

.mes-page-hero-main img,
.mes-page-hero-float img {
    display: block;
    width: 100%;
    height: auto;
}

.mes-page-hero-float {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 18px;
    width: 48%;
    overflow: hidden;
    border: 7px solid rgba(255,255,255,.96);
    border-radius: 14px;
    background: #111820;
    box-shadow: 0 20px 45px rgba(9,28,46,.24);
}

.mes-page-hero-status {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 4px;
    width: min(285px, 49%);
    padding: 16px 18px;
    border: 1px solid rgba(20,158,152,.22);
    border-radius: 14px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 36px rgba(15,42,68,.13);
}

.mes-page-hero-status span,
.mes-page-hero-status strong {
    display: block;
}

.mes-page-hero-status span {
    margin-bottom: 5px;
    color: var(--ecm-teal);
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .055em;
}

.mes-page-hero-status span i {
    margin-right: 5px;
    font-size: .55rem;
}

.mes-page-hero-status strong {
    color: var(--ecm-navy);
    font-size: .94rem;
    line-height: 1.4;
}

.page-content-uretim-yonetimi-ve-mes.demo-box {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mes-solution-content,
.mes-challenge,
.mes-flow,
.mes-visibility,
.mes-quality,
.mes-performance,
.mes-rollout,
.mes-signal-grid,
.mes-flow-grid,
.mes-oee-grid,
.mes-rollout-grid {
    min-width: 0;
}

.mes-solution-content h2,
.mes-solution-content h3 {
    margin-top: 0;
    letter-spacing: 0;
}

.mes-challenge {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(3rem, 6vw, 5.5rem);
    align-items: start;
    padding-bottom: 78px;
}

.mes-challenge-copy h2,
.mes-flow-heading h2,
.mes-visibility-copy h2,
.mes-quality-copy h2,
.mes-performance-heading h2,
.mes-rollout-heading h2 {
    max-width: 760px;
    margin-bottom: 20px;
    color: var(--ecm-navy);
    font-size: clamp(2rem, 3.1vw, 2.65rem);
    line-height: 1.16;
    font-weight: 650;
}

.mes-challenge-copy p,
.mes-flow-heading p,
.mes-visibility-copy p,
.mes-quality-copy p,
.mes-performance-heading p,
.mes-rollout-heading p {
    color: var(--ecm-muted);
    font-size: 1.02rem;
    line-height: 1.82;
}

.mes-signal-grid {
    border-left: 1px solid var(--ecm-border);
    padding-left: 32px;
}

.mes-signal {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid var(--ecm-border);
}

.mes-signal:first-child { padding-top: 0; }
.mes-signal:last-child { padding-bottom: 0; border-bottom: 0; }

.mes-signal i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e8f4f3;
    color: var(--ecm-teal);
    font-size: 1.25rem;
}

.mes-signal strong {
    display: block;
    margin-bottom: 5px;
    color: var(--ecm-navy);
    font-size: 1rem;
}

.mes-signal span {
    color: var(--ecm-muted);
    font-size: .94rem;
    line-height: 1.6;
}

.mes-flow {
    margin: 0 calc(50% - 50vw);
    padding: 82px max(24px, calc((100vw - var(--ecm-container)) / 2));
    background: var(--ecm-navy-dark);
}

.mes-flow-heading {
    max-width: 850px;
    margin-bottom: 38px;
}

.mes-flow-heading .section-subtitle { color: #66d0ca; }
.mes-flow-heading h2 { color: #fff; }
.mes-flow-heading p { color: #afbdca; }

.mes-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mes-flow-step {
    position: relative;
    min-height: 178px;
    padding: 22px 20px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.055);
}

.mes-flow-step::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 15px;
    height: 1px;
    background: rgba(102,208,202,.58);
}

.mes-flow-step:nth-child(4)::after,
.mes-flow-step:last-child::after { display: none; }

.mes-flow-number {
    display: block;
    margin-bottom: 20px;
    color: #66d0ca;
    font-size: .78rem;
    font-weight: 750;
    letter-spacing: .08em;
}

.mes-flow-step i {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 1.55rem;
}

.mes-flow-step strong,
.mes-flow-step small {
    display: block;
}

.mes-flow-step strong {
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.02rem;
}

.mes-flow-step small {
    color: #aebdca;
    font-size: .88rem;
    line-height: 1.55;
}

.mes-visibility,
.mes-quality {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: clamp(3rem, 6vw, 5.5rem);
    align-items: center;
    padding: 86px 0 0;
}

.mes-quality {
    grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
}

.mes-screen-frame {
    overflow: hidden;
    border: 1px solid #cfdbe7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 54px rgba(15,42,68,.14);
}

.mes-screen-frame.dark { background: #111820; }
.mes-screen-frame img { display: block; width: 100%; height: auto; }

.mes-inline-list {
    display: grid;
    gap: 12px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.mes-inline-list li {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: #43576b;
    line-height: 1.62;
}

.mes-inline-list i {
    margin-top: 3px;
    color: var(--ecm-teal);
}

.mes-performance {
    padding: 88px 0 0;
}

.mes-performance-heading {
    max-width: 820px;
    margin-bottom: 34px;
}

.mes-oee-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mes-oee-card {
    padding: 26px;
    border: 1px solid var(--ecm-border);
    border-radius: 16px;
    background: #fff;
}

.mes-oee-card i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 10px;
    background: #eaf2fd;
    color: var(--ecm-blue);
    font-size: 1.25rem;
}

.mes-oee-card:nth-child(2) i { background: #e8f4f3; color: var(--ecm-teal); }
.mes-oee-card:nth-child(3) i { background: #fbf3df; color: #a97800; }

.mes-oee-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--ecm-navy);
    font-size: 1.08rem;
}

.mes-oee-card p {
    margin: 0;
    color: var(--ecm-muted);
    line-height: 1.68;
}

.mes-report-strip {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 32px;
    align-items: center;
    margin-top: 34px;
    padding: 26px;
    border-radius: 18px;
    background: #eff5fa;
}

.mes-report-strip img {
    width: 100%;
    border: 1px solid #cfdbe7;
    border-radius: 12px;
    box-shadow: 0 15px 32px rgba(15,42,68,.1);
}

.mes-report-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.mes-report-tags span {
    padding: 8px 11px;
    border: 1px solid #d3dfeb;
    border-radius: 999px;
    background: #fff;
    color: #4d6074;
    font-size: .82rem;
    font-weight: 650;
}

.mes-rollout {
    padding: 88px 0 0;
}

.mes-rollout-heading {
    max-width: 820px;
    margin-bottom: 34px;
}

.mes-rollout-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mes-rollout-step {
    padding: 24px;
    border-top: 3px solid var(--ecm-teal);
    background: #f5f8fb;
}

.mes-rollout-step span,
.mes-rollout-step strong {
    display: block;
}

.mes-rollout-step span {
    margin-bottom: 18px;
    color: var(--ecm-teal);
    font-size: .8rem;
    font-weight: 750;
}

.mes-rollout-step strong {
    margin-bottom: 9px;
    color: var(--ecm-navy);
}

.mes-rollout-step p {
    margin: 0;
    color: var(--ecm-muted);
    font-size: .92rem;
    line-height: 1.65;
}

.page-items-uretim-yonetimi-ve-mes .page-card {
    height: 100%;
    border-top: 3px solid rgba(20,158,152,.72);
}

.page-items-uretim-yonetimi-ve-mes .page-card > i {
    background: #e8f4f3;
    color: var(--ecm-teal);
}

.page-items-uretim-yonetimi-ve-mes .page-item-urun .page-card {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
    gap: 34px;
    align-items: center;
    padding: 28px;
    border-top-color: var(--ecm-blue);
}

.page-items-uretim-yonetimi-ve-mes .page-item-urun .list-cover {
    width: 100%;
    height: auto;
    margin: 0;
    border: 1px solid var(--ecm-border);
    border-radius: 12px;
    object-fit: cover;
}

.page-faq-uretim-yonetimi-ve-mes .accordion-button:not(.collapsed) {
    color: var(--ecm-navy);
    background: #eaf5f4;
}

@media (max-width: 1199.98px) {
    .mes-page-hero-visual { min-height: 410px; padding-left: 34px; }
    .mes-flow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mes-flow-step:nth-child(2)::after { display: none; }
}

@media (max-width: 991.98px) {
    .page-hero-uretim-yonetimi-ve-mes { padding: 58px 0 62px; }
    .page-hero-uretim-yonetimi-ve-mes .section-title { max-width: 780px; }
    .mes-page-hero-visual { max-width: 760px; min-height: 500px; margin: 20px auto 0; }
    .mes-challenge,
    .mes-visibility,
    .mes-quality { grid-template-columns: 1fr; }
    .mes-quality .mes-screen-frame { order: 2; }
    .mes-quality .mes-quality-copy { order: 1; }
    .mes-signal-grid { padding-left: 0; border-left: 0; }
    .mes-oee-grid { grid-template-columns: 1fr; }
    .mes-report-strip { grid-template-columns: 1fr; }
    .mes-rollout-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .page-items-uretim-yonetimi-ve-mes .page-item-urun .page-card { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
    .page-hero-uretim-yonetimi-ve-mes .section-title {
        font-size: clamp(2.25rem, 10vw, 3rem);
        line-height: 1.1;
    }
    .mes-page-hero-visual {
        min-height: 380px;
        padding: 8px 10px 70px 22px;
    }
    .mes-page-hero-float { width: 54%; border-width: 4px; }
    .mes-page-hero-status { width: 58%; padding: 12px 13px; }
    .mes-page-hero-status strong { font-size: .82rem; }
    .mes-challenge { padding-bottom: 60px; }
    .mes-flow { padding-top: 64px; padding-bottom: 64px; }
    .mes-flow-grid { grid-template-columns: 1fr; }
    .mes-flow-step { min-height: 0; }
    .mes-flow-step::after { display: none; }
    .mes-visibility,
    .mes-quality,
    .mes-performance,
    .mes-rollout { padding-top: 64px; }
    .mes-rollout-grid { grid-template-columns: 1fr; }
    .page-items-uretim-yonetimi-ve-mes .page-item-urun .page-card { padding: 20px; }
}


/* =========================================================
   MAKİNE İZLEME VE IoT ÇÖZÜM SAYFASI
   ========================================================= */
.page-hero-makine-izleme-ve-iot {
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 12%, rgba(20,158,152,.16), transparent 28%),
        radial-gradient(circle at 65% 80%, rgba(30,111,232,.12), transparent 33%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}
.page-hero-makine-izleme-ve-iot .section-title {
    max-width: 650px;
    font-size: clamp(2.35rem, 4vw, 4.2rem);
    line-height: 1.04;
    letter-spacing: -.035em;
}
.page-hero-makine-izleme-ve-iot .section-desc { max-width: 650px; }
.iot-page-hero-visual {
    position: relative;
    min-height: 510px;
    max-width: 720px;
    margin-left: auto;
    isolation: isolate;
}
.iot-page-hero-mimic {
    position: absolute;
    top: 18px;
    right: 0;
    width: 86%;
    border: 1px solid rgba(15,42,68,.16);
    border-radius: 24px;
    padding: 9px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 28px 70px rgba(15,42,68,.18);
    overflow: hidden;
}
.iot-page-hero-mimic img { display: block; width: 100%; border-radius: 17px; }
.iot-page-hero-device {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 43%;
    aspect-ratio: 1 / 1;
    padding: 8px;
    border-radius: 26px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(15,42,68,.13);
    box-shadow: 0 24px 54px rgba(15,42,68,.20);
    overflow: hidden;
    z-index: 3;
}
.iot-page-hero-device img { width: 100%; height: 100%; object-fit: cover; border-radius: 19px; }
.iot-page-hero-route {
    position: absolute;
    left: 37%;
    bottom: 92px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(9,28,46,.94);
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 14px 36px rgba(9,28,46,.24);
    z-index: 4;
    font-size: .74rem;
    font-weight: 700;
    white-space: nowrap;
}
.iot-page-hero-route i { color: #58d6d0; }
.iot-page-hero-live {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 4;
    padding: 10px 14px;
    border-radius: 13px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(20,158,152,.28);
    color: #14334d;
    box-shadow: 0 16px 34px rgba(15,42,68,.13);
    font-size: .78rem;
    font-weight: 700;
}
.iot-page-hero-live i { color: #15a36d; font-size: .65rem; margin-right: 6px; }

.page-content-makine-izleme-ve-iot.demo-box {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.iot-solution-content { display: grid; gap: 88px; }
.iot-solution-content h2,
.iot-solution-content h3 { color: #0f2a44; letter-spacing: -.025em; }
.iot-solution-content h2 { font-size: clamp(1.85rem, 3vw, 3rem); line-height: 1.12; margin: 0 0 16px; }
.iot-solution-content h3 { margin: 0 0 12px; }
.iot-solution-content p { color: #52677c; line-height: 1.78; }

.iot-challenge { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
.iot-challenge-copy { position: sticky; top: 110px; }
.iot-problem-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.iot-problem-grid article {
    min-height: 190px;
    padding: 24px;
    border: 1px solid #dce5ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15,42,68,.055);
}
.iot-problem-grid i { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 20px; border-radius: 14px; background: rgba(30,111,232,.10); color: #1e6fe8; font-size: 1.25rem; }
.iot-problem-grid strong { display: block; margin-bottom: 8px; color: #142c43; font-size: 1.02rem; }
.iot-problem-grid span { color: #61758a; font-size: .92rem; line-height: 1.55; }

.iot-flow { padding: 54px; border-radius: 30px; background: #091c2e; color: #fff; overflow: hidden; position: relative; }
.iot-flow::before { content:""; position:absolute; inset:-25% auto auto 50%; width:520px; height:520px; border-radius:50%; background:radial-gradient(circle,rgba(20,158,152,.22),transparent 66%); pointer-events:none; }
.iot-flow-heading { max-width: 800px; position: relative; }
.iot-flow .section-subtitle { color: #69ddd8; }
.iot-flow h2 { color: #fff; }
.iot-flow-heading p { color: #afc0cf; }
.iot-flow-grid { list-style:none; padding:0; margin:38px 0 0; display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:12px; position:relative; }
.iot-flow-grid li { position:relative; min-height:210px; padding:20px 16px; border:1px solid rgba(255,255,255,.10); border-radius:18px; background:rgba(255,255,255,.045); }
.iot-flow-grid li:not(:last-child)::after { content:""; position:absolute; right:-13px; top:58px; width:14px; height:1px; background:#3fbfba; z-index:3; }
.iot-flow-grid span { display:block; color:#6b8399; font-size:.72rem; font-weight:800; letter-spacing:.12em; }
.iot-flow-grid i { display:grid; place-items:center; width:42px; height:42px; margin:17px 0 20px; border-radius:13px; color:#68ddd7; background:rgba(20,158,152,.15); font-size:1.2rem; }
.iot-flow-grid strong { display:block; color:#fff; margin-bottom:8px; }
.iot-flow-grid small { display:block; color:#aebdcc; line-height:1.55; font-size:.78rem; }

.iot-hardware,
.iot-visibility,
.iot-field-live,
.iot-oee-maintenance { display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:center; }
.iot-hardware-media { min-height:500px; display:grid; place-items:center; border-radius:28px; overflow:hidden; background:linear-gradient(145deg,#eef4f8,#fff); border:1px solid #dce5ef; box-shadow:0 24px 54px rgba(15,42,68,.08); }
.iot-hardware-media img { width:100%; height:100%; object-fit:cover; }
.iot-check-grid { display:grid; grid-template-columns:1fr 1fr; gap:13px 18px; margin-top:26px; }
.iot-check-grid div { display:flex; gap:10px; align-items:flex-start; color:#344d64; font-size:.9rem; line-height:1.5; }
.iot-check-grid i { color:#149e98; margin-top:3px; }

.iot-visibility { padding:48px; border-radius:30px; background:#f2f7fb; border:1px solid #dce5ef; }
.iot-screen-frame { padding:10px; border-radius:24px; box-shadow:0 24px 58px rgba(9,28,46,.19); overflow:hidden; }
.iot-screen-frame.dark { background:#0d1420; border:1px solid rgba(15,42,68,.35); }
.iot-screen-frame img { display:block; width:100%; border-radius:16px; }
.iot-status-list { display:flex; flex-wrap:wrap; gap:9px; margin-top:24px; }
.iot-status-list span { display:flex; align-items:center; gap:7px; padding:7px 10px; border:1px solid #d7e2ec; border-radius:999px; background:#fff; color:#425a70; font-size:.77rem; font-weight:700; }
.iot-status-list i { width:8px; height:8px; border-radius:50%; }
.iot-status-list .running i { background:#2fc86e; }
.iot-status-list .idle i { background:#9eabb7; }
.iot-status-list .stopped i { background:#e8ae2d; }
.iot-status-list .fault i { background:#ef5350; }
.iot-status-list .offline i { background:#485663; }

.iot-signals-heading { max-width:850px; }
.iot-signal-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:32px; }
.iot-signal-grid article { min-height:170px; padding:24px; border:1px solid #dce5ef; border-radius:20px; background:#fff; }
.iot-signal-grid i { display:grid; place-items:center; width:44px; height:44px; margin-bottom:19px; border-radius:13px; background:rgba(20,158,152,.11); color:#118b86; font-size:1.15rem; }
.iot-signal-grid strong { display:block; margin-bottom:7px; color:#152e46; }
.iot-signal-grid span { color:#66798c; font-size:.88rem; line-height:1.5; }

.iot-field-live { padding:46px; border-radius:30px; background:linear-gradient(135deg,#0b2035,#102d47); }
.iot-field-media { border-radius:22px; overflow:hidden; border:1px solid rgba(255,255,255,.13); box-shadow:0 24px 56px rgba(0,0,0,.25); }
.iot-field-media img { display:block; width:100%; aspect-ratio:16/9; object-fit:cover; }
.iot-field-live h2 { color:#fff; }
.iot-field-live .section-subtitle { color:#68ddd7; }
.iot-field-live p { color:#b9c8d5; }
.iot-field-live ul { margin:22px 0 0; padding:0; list-style:none; display:grid; gap:10px; }
.iot-field-live li { color:#e5eef5; font-size:.9rem; }
.iot-field-live li::before { content:"✓"; color:#58d6d0; margin-right:10px; font-weight:800; }

.iot-oee-maintenance { align-items:stretch; }
.iot-oee-panel,
.iot-maintenance-panel { padding:36px; border-radius:26px; border:1px solid #dce5ef; background:#fff; box-shadow:0 16px 38px rgba(15,42,68,.055); }
.iot-oee-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:25px; }
.iot-oee-grid div { padding:16px 12px; border-radius:16px; background:#f3f7fb; text-align:center; }
.iot-oee-grid span { display:grid; place-items:center; width:34px; height:34px; margin:0 auto 10px; border-radius:50%; background:#0f2a44; color:#65d8d2; font-weight:800; }
.iot-oee-grid strong { display:block; font-size:.83rem; color:#17324b; }
.iot-oee-grid small { display:block; margin-top:6px; color:#6c7e90; font-size:.72rem; line-height:1.4; }
.iot-formula { margin-top:18px; padding:13px 16px; border-radius:14px; background:#0f2a44; color:#fff; font-size:.86rem; text-align:center; font-weight:700; }
.iot-maintenance-panel { background:#0f2a44; border-color:#0f2a44; }
.iot-maintenance-panel .section-subtitle { color:#65d8d2; }
.iot-maintenance-panel h3 { color:#fff; font-size:1.65rem; }
.iot-maintenance-panel ol { list-style:none; margin:24px 0 0; padding:0; display:grid; gap:12px; }
.iot-maintenance-panel li { display:flex; gap:13px; padding:14px; border-radius:15px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.07); }
.iot-maintenance-panel li > span { display:grid; place-items:center; flex:0 0 30px; height:30px; border-radius:9px; background:rgba(20,158,152,.18); color:#69ddd8; font-size:.76rem; font-weight:800; }
.iot-maintenance-panel strong { display:block; color:#fff; margin-bottom:3px; }
.iot-maintenance-panel small { display:block; color:#aebfce; line-height:1.45; }

.iot-hybrid { display:grid; grid-template-columns:.8fr 1.2fr; gap:42px; padding:48px; border-radius:30px; background:#f3f7fb; border:1px solid #dce5ef; align-items:center; }
.iot-hybrid-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.iot-hybrid-grid article { min-height:190px; padding:20px; border-radius:18px; background:#fff; border:1px solid #dce5ef; }
.iot-hybrid-grid i { display:grid; place-items:center; width:42px; height:42px; margin-bottom:18px; border-radius:13px; background:rgba(30,111,232,.10); color:#1e6fe8; font-size:1.15rem; }
.iot-hybrid-grid strong { display:block; margin-bottom:8px; color:#173149; }
.iot-hybrid-grid span { color:#66798c; font-size:.82rem; line-height:1.5; }

.iot-rollout { padding:52px; border-radius:30px; background:#091c2e; color:#fff; }
.iot-rollout-heading { max-width:800px; }
.iot-rollout .section-subtitle { color:#67d8d3; }
.iot-rollout h2 { color:#fff; }
.iot-rollout-heading p { color:#b3c1ce; }
.iot-rollout-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:14px; margin-top:34px; }
.iot-rollout-grid article { padding:20px; border:1px solid rgba(255,255,255,.1); border-radius:18px; background:rgba(255,255,255,.045); }
.iot-rollout-grid span { display:block; color:#68dcd6; font-size:.72rem; font-weight:800; letter-spacing:.12em; margin-bottom:16px; }
.iot-rollout-grid strong { display:block; color:#fff; margin-bottom:8px; }
.iot-rollout-grid p { margin:0; color:#adbdca; font-size:.8rem; line-height:1.55; }

.page-items-makine-izleme-ve-iot .page-card { height:100%; }
.page-items-makine-izleme-ve-iot .page-card > i { color:#149e98; background:rgba(20,158,152,.10); }
.page-items-makine-izleme-ve-iot .page-item-urun .page-card { display:grid; grid-template-columns:minmax(260px,.75fr) 1.25fr; gap:30px; align-items:center; padding:28px; }
.page-items-makine-izleme-ve-iot .page-item-urun .list-cover { width:100%; height:300px; object-fit:cover; border-radius:19px; margin:0; }
.page-items-makine-izleme-ve-iot .page-item-urun .section-subtitle,
.page-items-makine-izleme-ve-iot .page-item-urun .card-title-ecm,
.page-items-makine-izleme-ve-iot .page-item-urun .small,
.page-items-makine-izleme-ve-iot .page-item-urun .card-desc-ecm,
.page-items-makine-izleme-ve-iot .page-item-urun .btn { grid-column:2; }
.page-items-makine-izleme-ve-iot .page-item-urun .section-subtitle { align-self:end; }

@media (max-width: 1199.98px) {
    .iot-page-hero-visual { min-height:450px; }
    .iot-flow-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .iot-flow-grid li:not(:last-child)::after { display:none; }
    .iot-rollout-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .iot-hybrid { grid-template-columns:1fr; }
}
@media (max-width: 991.98px) {
    .page-hero-makine-izleme-ve-iot .section-title { max-width:760px; }
    .iot-page-hero-visual { max-width:760px; min-height:520px; margin:24px auto 0; }
    .iot-solution-content { gap:68px; }
    .iot-challenge,
    .iot-hardware,
    .iot-visibility,
    .iot-field-live,
    .iot-oee-maintenance { grid-template-columns:1fr; }
    .iot-challenge-copy { position:static; }
    .iot-hardware-media { min-height:0; aspect-ratio:1.2/1; }
    .iot-visibility-copy { order:1; }
    .iot-screen-frame { order:2; }
    .iot-hybrid-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width: 767.98px) {
    .page-hero-makine-izleme-ve-iot .section-title { font-size:clamp(2.1rem,10vw,3.15rem); }
    .iot-page-hero-visual { min-height:410px; }
    .iot-page-hero-mimic { width:94%; top:10px; }
    .iot-page-hero-device { width:45%; bottom:8px; }
    .iot-page-hero-route { left:31%; bottom:74px; font-size:.64rem; padding:8px 10px; }
    .iot-page-hero-live { right:10px; bottom:12px; font-size:.66rem; }
    .iot-problem-grid,
    .iot-signal-grid,
    .iot-check-grid,
    .iot-oee-grid,
    .iot-hybrid-grid,
    .iot-rollout-grid { grid-template-columns:1fr; }
    .iot-flow,
    .iot-visibility,
    .iot-field-live,
    .iot-hybrid,
    .iot-rollout { padding:28px 22px; border-radius:24px; }
    .iot-flow-grid { grid-template-columns:1fr; }
    .iot-flow-grid li { min-height:0; }
    .iot-hardware-media { aspect-ratio:1/1; }
    .iot-oee-panel,
    .iot-maintenance-panel { padding:25px 21px; }
    .page-items-makine-izleme-ve-iot .page-item-urun .page-card { display:block; }
    .page-items-makine-izleme-ve-iot .page-item-urun .list-cover { height:auto; max-height:340px; margin-bottom:22px; }
}
@media (max-width: 479.98px) {
    .iot-page-hero-visual { min-height:350px; }
    .iot-page-hero-device { width:48%; }
    .iot-page-hero-route { display:none; }
    .iot-page-hero-live { max-width:58%; line-height:1.35; }
}


/* =========================================================
   V2 - Fabrika Otomasyonu çözüm sayfası
   ========================================================= */
.page-hero-fabrika-otomasyonu { overflow: hidden; }
.page-hero-fabrika-otomasyonu .section-title { max-width: 700px; }
.automation-page-hero-visual {
  position: relative; min-height: 520px; max-width: 720px; margin-left: auto;
  border-radius: 30px; isolation: isolate;
}
.automation-page-hero-visual::before {
  content:""; position:absolute; inset: 26px 8px 8px 34px; z-index:-2; border-radius:30px;
  background: linear-gradient(145deg, rgba(15,42,68,.16), rgba(20,158,152,.09));
  border:1px solid rgba(30,111,232,.16);
}
.automation-page-hero-machine {
  position:absolute; inset:0 0 72px 52px; overflow:hidden; border-radius:26px;
  border:1px solid rgba(15,42,68,.18); box-shadow:0 28px 68px rgba(9,28,46,.20); background:#0d2235;
}
.automation-page-hero-machine::after {
  content:""; position:absolute; inset:0; background:linear-gradient(110deg,rgba(9,28,46,.42),rgba(9,28,46,.02) 60%,rgba(20,158,152,.10));
}
.automation-page-hero-machine img { width:100%; height:100%; object-fit:cover; display:block; }
.automation-page-hero-control {
  position:absolute; width:42%; left:0; bottom:2px; z-index:3; padding:8px; border-radius:24px;
  background:#fff; border:1px solid rgba(15,42,68,.14); box-shadow:0 22px 52px rgba(9,28,46,.23);
}
.automation-page-hero-control img { width:100%; aspect-ratio:1/1; object-fit:cover; border-radius:18px; display:block; }
.automation-page-hero-scada {
  position:absolute; width:47%; right:20px; top:24px; z-index:4; padding:6px; border-radius:16px;
  background:rgba(255,255,255,.94); border:1px solid rgba(255,255,255,.72); box-shadow:0 16px 38px rgba(9,28,46,.22);
}
.automation-page-hero-scada img { width:100%; display:block; border-radius:11px; }
.automation-page-hero-route {
  position:absolute; z-index:5; left:35%; right:4%; bottom:54px; display:flex; align-items:center; justify-content:center; gap:7px;
  padding:10px 13px; border-radius:999px; background:rgba(9,28,46,.93); color:#fff; border:1px solid rgba(88,214,208,.32);
  box-shadow:0 12px 30px rgba(9,28,46,.24); font-size:.69rem; font-weight:750; letter-spacing:.025em; text-transform:uppercase;
}
.automation-page-hero-route i { color:#58d6d0; }
.automation-page-hero-live {
  position:absolute; z-index:6; right:16px; bottom:7px; padding:10px 13px; border-radius:12px;
  background:#fff; color:#20384f; box-shadow:0 12px 28px rgba(9,28,46,.16); border:1px solid rgba(15,42,68,.12);
  font-size:.73rem; font-weight:700;
}
.automation-page-hero-live i { color:#15a36d; font-size:.62rem; margin-right:6px; }

.automation-solution-content { display:grid; gap:88px; }
.automation-solution-content h2,
.automation-solution-content h3 { color:#0f2a44; letter-spacing:-.025em; }
.automation-solution-content h2 { font-size:clamp(1.85rem,3vw,3rem); line-height:1.12; margin:0 0 16px; }
.automation-solution-content h3 { margin:0 0 12px; }
.automation-solution-content p { color:#52677c; line-height:1.78; }

.automation-challenge { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:46px; align-items:center; }
.automation-problem-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.automation-problem-grid article { min-height:188px; padding:24px; border-radius:20px; background:#f7f9fc; border:1px solid #dce5ef; display:flex; flex-direction:column; }
.automation-problem-grid i { width:46px; height:46px; border-radius:14px; display:grid; place-items:center; background:rgba(30,111,232,.10); color:#1e6fe8; font-size:1.25rem; margin-bottom:18px; }
.automation-problem-grid strong { color:#16344f; font-size:1rem; margin-bottom:8px; }
.automation-problem-grid span { color:#667b8f; line-height:1.58; font-size:.91rem; }

.automation-stack { padding:46px; border-radius:28px; background:linear-gradient(145deg,#0b2236,#102f49); overflow:hidden; position:relative; }
.automation-stack::after { content:""; position:absolute; width:360px; height:360px; border-radius:50%; right:-160px; top:-190px; background:radial-gradient(circle,rgba(20,158,152,.24),transparent 68%); }
.automation-stack-heading { max-width:850px; position:relative; z-index:1; }
.automation-stack .section-subtitle { color:#66d6d0; }
.automation-stack h2,.automation-stack p { color:#fff; }
.automation-stack p { color:#b8c8d6; }
.automation-stack-grid { list-style:none; margin:34px 0 0; padding:0; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; position:relative; z-index:1; }
.automation-stack-grid li { min-height:192px; padding:20px 17px; border-radius:18px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); display:flex; flex-direction:column; }
.automation-stack-grid li > span { color:#6de0d8; font-size:.69rem; font-weight:800; letter-spacing:.08em; }
.automation-stack-grid i { color:#fff; font-size:1.55rem; margin:20px 0 15px; }
.automation-stack-grid strong { color:#fff; margin-bottom:8px; }
.automation-stack-grid small { color:#afc1d0; line-height:1.52; }

.automation-integration { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:54px; align-items:center; }
.automation-integration-media { position:relative; padding:16px; border-radius:28px; background:linear-gradient(145deg,#eef4fa,#fff); border:1px solid #dce5ef; }
.automation-integration-media > img { width:100%; display:block; border-radius:21px; }
.automation-integration-note { position:absolute; left:36px; right:36px; bottom:30px; display:flex; gap:12px; align-items:center; padding:14px 16px; border-radius:15px; color:#fff; background:rgba(9,28,46,.92); box-shadow:0 14px 30px rgba(9,28,46,.22); }
.automation-integration-note i { color:#64d8d2; font-size:1.15rem; }
.automation-integration-note span { font-size:.84rem; line-height:1.45; }
.automation-check-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:24px; }
.automation-check-grid > div { display:flex; gap:10px; align-items:flex-start; padding:13px 14px; border-radius:14px; background:#f7f9fc; border:1px solid #dce5ef; color:#3d566d; font-size:.88rem; line-height:1.48; }
.automation-check-grid i { color:#149e98; margin-top:2px; }

.automation-scenarios { padding:44px; border:1px solid #dce5ef; border-radius:28px; background:#fbfcfe; }
.automation-scenarios-heading { max-width:860px; }
.automation-scenario-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-top:30px; }
.automation-scenario-grid article { padding:24px 21px; border-radius:18px; background:#fff; border:1px solid #dce5ef; box-shadow:0 10px 24px rgba(15,42,68,.05); }
.automation-scenario-grid span { display:inline-flex; color:#1e6fe8; font-size:.72rem; font-weight:800; letter-spacing:.08em; margin-bottom:18px; }
.automation-scenario-grid strong { display:block; color:#173650; margin-bottom:10px; }
.automation-scenario-grid p { font-size:.88rem; line-height:1.62; margin:0; }
.automation-safety-note { display:flex; gap:14px; align-items:flex-start; margin-top:22px; padding:17px 18px; border-radius:16px; background:#fff8e7; border:1px solid #ecd9a6; }
.automation-safety-note i { color:#b98511; font-size:1.25rem; margin-top:2px; }
.automation-safety-note p { margin:0; color:#6a5a31; font-size:.9rem; line-height:1.62; }

.automation-modernization { display:grid; grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); gap:52px; align-items:center; }
.automation-modernization-copy ul { list-style:none; padding:0; margin:23px 0 0; display:grid; gap:10px; }
.automation-modernization-copy li { position:relative; padding-left:28px; color:#40596f; line-height:1.55; }
.automation-modernization-copy li::before { content:"✓"; position:absolute; left:0; top:0; color:#149e98; font-weight:900; }
.automation-modernization-visual { position:relative; padding:15px; border-radius:28px; background:#0c2438; box-shadow:0 24px 56px rgba(9,28,46,.16); }
.automation-modernization-visual img { width:100%; aspect-ratio:16/10; object-fit:cover; display:block; border-radius:20px; opacity:.88; }
.automation-modernization-label { position:absolute; left:32px; right:32px; bottom:30px; display:flex; align-items:center; justify-content:center; gap:9px; flex-wrap:wrap; padding:13px 15px; border-radius:14px; color:#fff; background:rgba(9,28,46,.91); font-size:.78rem; }
.automation-modernization-label i { color:#63d9d2; }
.automation-modernization-label strong { color:#fff; }

.automation-scada { display:grid; grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr); gap:52px; align-items:center; }
.automation-scada-media { position:relative; padding:12px; border-radius:26px; background:#0b2236; box-shadow:0 24px 58px rgba(9,28,46,.18); }
.automation-scada-media img { width:100%; display:block; border-radius:18px; }
.automation-scada-status { position:absolute; left:30px; bottom:27px; display:flex; gap:8px; flex-wrap:wrap; }
.automation-scada-status span { padding:7px 10px; border-radius:999px; color:#fff; background:rgba(9,28,46,.88); font-size:.68rem; font-weight:700; }
.automation-scada-status span:nth-child(1) i { color:#35c48d; }
.automation-scada-status span:nth-child(2) i { color:#e2b43a; }
.automation-scada-status span:nth-child(3) i { color:#eb5e62; }
.automation-data-list { display:grid; gap:12px; margin-top:24px; }
.automation-data-list > div { display:flex; gap:13px; align-items:flex-start; padding:14px 15px; border-radius:14px; background:#f7f9fc; border:1px solid #dce5ef; }
.automation-data-list i { width:38px; height:38px; flex:0 0 38px; display:grid; place-items:center; border-radius:11px; color:#1e6fe8; background:rgba(30,111,232,.10); }
.automation-data-list span { color:#5a6f83; font-size:.86rem; line-height:1.45; }
.automation-data-list strong { display:block; color:#183750; margin-bottom:3px; }

.automation-rollout { padding:44px; border-radius:28px; background:#f4f7fb; border:1px solid #dce5ef; }
.automation-rollout-heading { max-width:860px; }
.automation-rollout-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; margin-top:30px; }
.automation-rollout-grid article { min-height:184px; padding:23px; border-radius:18px; background:#fff; border:1px solid #dce5ef; }
.automation-rollout-grid span { color:#149e98; font-size:.72rem; font-weight:850; letter-spacing:.08em; }
.automation-rollout-grid strong { display:block; color:#173650; margin:15px 0 8px; }
.automation-rollout-grid p { margin:0; font-size:.88rem; line-height:1.62; }

.automation-fit { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:44px; align-items:center; padding:40px; border-radius:28px; background:linear-gradient(145deg,#0c2438,#123c59); }
.automation-fit h2,.automation-fit p { color:#fff; }
.automation-fit p { color:#bfd0dd; margin-bottom:0; }
.automation-fit .section-subtitle { color:#65d9d3; }
.automation-fit-tags { display:flex; flex-wrap:wrap; gap:10px; }
.automation-fit-tags span { padding:10px 13px; border-radius:999px; background:rgba(255,255,255,.08); color:#e8f0f6; border:1px solid rgba(255,255,255,.14); font-size:.82rem; }

.page-items-fabrika-otomasyonu .page-card { height:100%; }
.page-items-fabrika-otomasyonu .page-card > i { background:rgba(20,158,152,.10); color:#149e98; }
.page-items-fabrika-otomasyonu .page-item-urun .page-card { display:grid; grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr); column-gap:34px; align-items:center; padding:28px; }
.page-items-fabrika-otomasyonu .page-item-urun .list-cover { grid-row:1 / span 6; width:100%; height:280px; object-fit:cover; border-radius:19px; margin:0; }
.page-items-fabrika-otomasyonu .page-item-urun .section-subtitle,
.page-items-fabrika-otomasyonu .page-item-urun .card-title-ecm,
.page-items-fabrika-otomasyonu .page-item-urun .small,
.page-items-fabrika-otomasyonu .page-item-urun .card-desc-ecm,
.page-items-fabrika-otomasyonu .page-item-urun .btn { grid-column:2; }
.page-faq-fabrika-otomasyonu .accordion-button:not(.collapsed) { color:#0f5f5b; background:#edf9f7; }

@media (max-width:1199.98px) {
  .automation-page-hero-visual { min-height:470px; }
  .automation-stack-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .automation-scenario-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:991.98px) {
  .automation-page-hero-visual { max-width:760px; min-height:520px; margin:24px auto 0; }
  .automation-solution-content { gap:68px; }
  .automation-challenge,.automation-integration,.automation-modernization,.automation-scada,.automation-fit { grid-template-columns:1fr; }
  .automation-scada-media { order:2; }
  .automation-rollout-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:767.98px) {
  .automation-page-hero-visual { min-height:430px; }
  .automation-page-hero-machine { inset:0 0 72px 24px; }
  .automation-page-hero-control { width:45%; }
  .automation-page-hero-scada { width:54%; right:8px; }
  .automation-page-hero-route { left:31%; right:0; font-size:.61rem; gap:5px; }
  .automation-problem-grid,.automation-check-grid,.automation-rollout-grid { grid-template-columns:1fr; }
  .automation-stack,.automation-scenarios,.automation-rollout,.automation-fit { padding:30px 22px; }
  .automation-stack-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .page-items-fabrika-otomasyonu .page-item-urun .page-card { grid-template-columns:1fr; }
  .page-items-fabrika-otomasyonu .page-item-urun .list-cover,
  .page-items-fabrika-otomasyonu .page-item-urun .section-subtitle,
  .page-items-fabrika-otomasyonu .page-item-urun .card-title-ecm,
  .page-items-fabrika-otomasyonu .page-item-urun .small,
  .page-items-fabrika-otomasyonu .page-item-urun .card-desc-ecm,
  .page-items-fabrika-otomasyonu .page-item-urun .btn { grid-column:auto; grid-row:auto; }
  .page-items-fabrika-otomasyonu .page-item-urun .list-cover { height:240px; margin-bottom:18px; }
}
@media (max-width:575.98px) {
  .automation-page-hero-visual { min-height:355px; }
  .automation-page-hero-machine { inset:0 0 62px 12px; }
  .automation-page-hero-control { width:48%; padding:5px; }
  .automation-page-hero-scada { width:58%; top:16px; }
  .automation-page-hero-route { display:none; }
  .automation-page-hero-live { max-width:58%; right:2px; font-size:.63rem; line-height:1.3; }
  .automation-stack-grid,.automation-scenario-grid { grid-template-columns:1fr; }
  .automation-integration-note { left:24px; right:24px; bottom:23px; }
  .automation-modernization-label { left:22px; right:22px; bottom:22px; }
}

/* =========================================================
   YEKPARE MES PRODUCT PAGE
   ========================================================= */
.page-hero-yekpare-mes .section-title {
    max-width: 690px;
}

.page-hero-yekpare-mes .section-desc {
    max-width: 650px;
    line-height: 1.75;
}

.yekpare-product-hero {
    position: relative;
    min-height: 500px;
    padding: 18px 26px 80px 22px;
}

.yekpare-product-hero::before {
    content: "";
    position: absolute;
    inset: 8% 0 10% 12%;
    border-radius: 32px;
    background:
        radial-gradient(circle at 75% 15%, rgba(20,158,152,.18), transparent 36%),
        linear-gradient(145deg, rgba(30,111,232,.08), rgba(15,42,68,.02));
}

.yekpare-product-hero-main,
.yekpare-product-hero-cost,
.yekpare-product-hero-mimic {
    position: absolute;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15,42,68,.15);
    box-shadow: 0 28px 68px rgba(9,28,46,.19);
}

.yekpare-product-hero-main {
    z-index: 2;
    top: 12px;
    left: 22px;
    right: 0;
    border-radius: 18px;
}

.yekpare-product-hero-cost {
    z-index: 3;
    left: 0;
    bottom: 42px;
    width: 46%;
    border: 7px solid rgba(255,255,255,.97);
    border-radius: 16px;
}

.yekpare-product-hero-mimic {
    z-index: 4;
    right: 8px;
    bottom: 14px;
    width: 43%;
    border: 6px solid rgba(255,255,255,.97);
    border-radius: 15px;
}

.yekpare-product-hero-main img,
.yekpare-product-hero-cost img,
.yekpare-product-hero-mimic img {
    display: block;
    width: 100%;
    height: auto;
}

.yekpare-product-hero-flow {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 75px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border: 1px solid rgba(20,158,152,.24);
    border-radius: 999px;
    background: rgba(9,28,46,.94);
    color: #eef8fb;
    box-shadow: 0 14px 30px rgba(9,28,46,.2);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .02em;
    white-space: nowrap;
}

.yekpare-product-hero-flow i { color: #58d6d0; }

.yekpare-product-hero-scale {
    position: absolute;
    z-index: 6;
    right: 18px;
    top: 28px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 13px;
    background: rgba(9,28,46,.88);
    backdrop-filter: blur(8px);
    box-shadow: 0 16px 34px rgba(9,28,46,.18);
}

.yekpare-product-hero-scale span {
    min-width: 68px;
    padding: 7px 8px;
    border-radius: 9px;
    background: rgba(255,255,255,.07);
    color: #b8c8d5;
    font-size: .58rem;
    line-height: 1.2;
    text-align: center;
}

.yekpare-product-hero-scale strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: .88rem;
}

.page-content-yekpare-mes.demo-box {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.yekpare-product-page,
.yekpare-product-page section,
.yekpare-product-page div,
.yekpare-product-page article {
    min-width: 0;
}

.yekpare-product-page h2 {
    margin: 0 0 18px;
    color: var(--ecm-navy);
    font-size: clamp(1.95rem, 3vw, 2.62rem);
    line-height: 1.16;
    font-weight: 680;
    letter-spacing: -.025em;
}

.yekpare-product-page p {
    color: var(--ecm-muted);
    font-size: 1rem;
    line-height: 1.82;
}

.yekpare-lead {
    max-width: 880px;
    margin-bottom: 34px;
}

.yekpare-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
    gap: clamp(2.5rem, 6vw, 5.2rem);
    align-items: center;
    padding-bottom: 78px;
}

.yekpare-intro-copy p { max-width: 800px; }

.yekpare-intro-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.yekpare-intro-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid rgba(20,158,152,.2);
    border-radius: 999px;
    background: #f1f9f8;
    color: var(--ecm-navy);
    font-size: .83rem;
    font-weight: 650;
}

.yekpare-intro-points i { color: var(--ecm-teal); }

.yekpare-scale-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 20px;
    border-radius: 24px;
    background: linear-gradient(145deg, var(--ecm-navy-dark), var(--ecm-navy));
    box-shadow: 0 26px 58px rgba(9,28,46,.18);
}

.yekpare-scale-panel div {
    min-height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 19px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 15px;
    background: rgba(255,255,255,.055);
}

.yekpare-scale-panel strong {
    margin-bottom: 7px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.yekpare-scale-panel span {
    color: #b8c7d4;
    font-size: .88rem;
}

.yekpare-flow {
    margin: 0 calc(50% - 50vw);
    padding: 82px max(24px, calc((100vw - var(--ecm-container)) / 2));
    background: var(--ecm-navy-dark);
}

.yekpare-flow .section-subtitle { color: #65d3ce; }
.yekpare-flow h2 { max-width: 880px; color: #fff; }
.yekpare-flow .yekpare-lead { color: #adbdca; }

.yekpare-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.yekpare-flow-grid article {
    position: relative;
    min-height: 185px;
    padding: 22px 20px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 17px;
    background: rgba(255,255,255,.055);
}

.yekpare-flow-grid article::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 15px;
    border-top: 1px solid rgba(88,214,208,.42);
}

.yekpare-flow-grid article:nth-child(4n)::after,
.yekpare-flow-grid article:last-child::after { display: none; }

.yekpare-flow-grid article > span {
    position: absolute;
    top: 16px;
    right: 17px;
    color: rgba(255,255,255,.28);
    font-size: .74rem;
    font-weight: 800;
}

.yekpare-flow-grid i {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 11px;
    background: rgba(88,214,208,.12);
    color: #67d7d2;
    font-size: 1.15rem;
}

.yekpare-flow-grid strong,
.yekpare-business-cards strong,
.yekpare-mini-grid strong,
.yekpare-tech-grid strong,
.yekpare-rollout-grid strong {
    display: block;
    color: var(--ecm-navy);
}

.yekpare-flow-grid strong { color: #fff; font-size: 1rem; }
.yekpare-flow-grid p { margin: 8px 0 0; color: #aebdca; font-size: .86rem; line-height: 1.6; }

.yekpare-feature-split,
.yekpare-production-core,
.yekpare-quality-section,
.yekpare-machine-section,
.yekpare-cost-section,
.yekpare-sectoral,
.yekpare-reporting {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: clamp(2.5rem, 6vw, 5.5rem);
    align-items: center;
    padding: 88px 0;
    border-bottom: 1px solid var(--ecm-border);
}

.yekpare-production-core,
.yekpare-machine-section,
.yekpare-sectoral {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.yekpare-feature-media img,
.yekpare-production-media img,
.yekpare-quality-media img,
.yekpare-machine-media img,
.yekpare-cost-media img,
.yekpare-sectoral-media img,
.yekpare-report-media img {
    display: block;
    width: 100%;
    border: 1px solid rgba(15,42,68,.13);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 24px 54px rgba(15,42,68,.13);
}

.yekpare-check-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.yekpare-check-list li {
    position: relative;
    margin: 0;
    padding-left: 28px;
    color: var(--ecm-text);
    font-size: .94rem;
    line-height: 1.55;
}

.yekpare-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f7f5;
    color: var(--ecm-teal);
    font-size: .72rem;
    font-weight: 900;
}

.yekpare-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 25px;
}

.yekpare-mini-grid article {
    padding: 17px;
    border: 1px solid var(--ecm-border);
    border-radius: 14px;
    background: #fff;
}

.yekpare-mini-grid i {
    display: block;
    margin-bottom: 10px;
    color: var(--ecm-teal);
    font-size: 1.15rem;
}

.yekpare-mini-grid strong { margin-bottom: 6px; font-size: .92rem; }
.yekpare-mini-grid span { color: var(--ecm-muted); font-size: .82rem; line-height: 1.55; }

.yekpare-oee-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0;
}

.yekpare-oee-row div {
    padding: 15px;
    border: 1px solid var(--ecm-border);
    border-top: 3px solid var(--ecm-teal);
    border-radius: 12px;
    background: #fff;
}

.yekpare-oee-row strong { display: block; margin-bottom: 5px; color: var(--ecm-navy); font-size: .84rem; }
.yekpare-oee-row span { color: var(--ecm-muted); font-size: .74rem; line-height: 1.4; }

.yekpare-note {
    margin: 0;
    padding: 14px 16px;
    border-left: 3px solid var(--ecm-teal);
    border-radius: 0 11px 11px 0;
    background: #eef8f7;
    color: var(--ecm-text) !important;
    font-size: .88rem !important;
    line-height: 1.55 !important;
}

.yekpare-note i { margin-right: 7px; color: var(--ecm-teal); }

.yekpare-business-grid,
.yekpare-tech,
.yekpare-rollout {
    padding: 88px 0;
    border-bottom: 1px solid var(--ecm-border);
}

.yekpare-business-cards,
.yekpare-tech-grid,
.yekpare-rollout-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.yekpare-business-cards article,
.yekpare-tech-grid article,
.yekpare-rollout-grid article {
    padding: 22px;
    border: 1px solid var(--ecm-border);
    border-radius: 16px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.yekpare-business-cards article:hover,
.yekpare-tech-grid article:hover,
.yekpare-rollout-grid article:hover {
    transform: translateY(-3px);
    border-color: rgba(20,158,152,.3);
    box-shadow: 0 16px 34px rgba(15,42,68,.08);
}

.yekpare-business-cards i,
.yekpare-tech-grid i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 12px;
    background: #edf7f6;
    color: var(--ecm-teal);
    font-size: 1.2rem;
}

.yekpare-business-cards strong,
.yekpare-tech-grid strong { margin-bottom: 8px; font-size: 1rem; }
.yekpare-business-cards p,
.yekpare-tech-grid p { margin: 0; font-size: .88rem; line-height: 1.64; }

.yekpare-sectoral-list {
    display: grid;
    gap: 10px;
    margin-top: 23px;
}

.yekpare-sectoral-list article {
    padding: 15px 17px;
    border: 1px solid var(--ecm-border);
    border-left: 3px solid var(--ecm-gold);
    border-radius: 0 12px 12px 0;
    background: #fffdf7;
}

.yekpare-sectoral-list strong { display: block; margin-bottom: 5px; color: var(--ecm-navy); }
.yekpare-sectoral-list span { color: var(--ecm-muted); font-size: .88rem; line-height: 1.55; }

.yekpare-report-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.yekpare-report-tags span {
    padding: 8px 11px;
    border: 1px solid rgba(30,111,232,.15);
    border-radius: 999px;
    background: #f2f6fc;
    color: var(--ecm-navy);
    font-size: .8rem;
    font-weight: 650;
}

.yekpare-tech {
    margin: 0 calc(50% - 50vw);
    padding: 82px max(24px, calc((100vw - var(--ecm-container)) / 2));
    background: #f4f7fb;
}

.yekpare-tech-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.yekpare-rollout-grid article { position: relative; padding-top: 28px; }
.yekpare-rollout-grid article > span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
    background: var(--ecm-navy);
    color: #fff;
    font-weight: 800;
}
.yekpare-rollout-grid strong { margin-bottom: 7px; }
.yekpare-rollout-grid p { margin: 0; font-size: .86rem; line-height: 1.6; }

.yekpare-related {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    margin-top: 82px;
    padding: 34px 38px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--ecm-navy-dark), var(--ecm-navy));
    box-shadow: 0 24px 54px rgba(9,28,46,.18);
}

.yekpare-related h2 { color: #fff; font-size: clamp(1.7rem, 2.8vw, 2.25rem); }
.yekpare-related p { margin: 0; color: #b8c7d4; }
.yekpare-related .section-subtitle { color: #65d3ce; }
.yekpare-related-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.yekpare-related .btn-outline-main { border-color: rgba(255,255,255,.55); color: #fff; }

.page-items-yekpare-mes .page-card {
    height: 100%;
    border-top: 3px solid rgba(20,158,152,.65);
}

.page-items-yekpare-mes .page-card > i {
    background: #edf7f6;
    color: var(--ecm-teal);
}

.page-items-yekpare-mes .page-item-s1 .page-card,
.page-items-yekpare-mes .page-item-s2 .page-card,
.page-items-yekpare-mes .page-item-s3 .page-card {
    border-top-color: var(--ecm-gold);
    background: #fffdf8;
}

.page-items-yekpare-mes .page-item-s1 .page-card > i,
.page-items-yekpare-mes .page-item-s2 .page-card > i,
.page-items-yekpare-mes .page-item-s3 .page-card > i {
    background: #fbf5e7;
    color: #a97809;
}

.page-items-yekpare-mes .page-item-cozum .page-card,
.page-items-yekpare-mes .page-item-altyapi .page-card {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: 28px;
    align-items: center;
    padding: 26px;
    border-top: 0;
    background: #fff;
}

.page-items-yekpare-mes .page-item-cozum .list-cover,
.page-items-yekpare-mes .page-item-altyapi .list-cover {
    grid-row: 1 / span 6;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 14px;
}

.page-items-yekpare-mes .page-item-cozum .section-subtitle,
.page-items-yekpare-mes .page-item-altyapi .section-subtitle,
.page-items-yekpare-mes .page-item-cozum .card-title-ecm,
.page-items-yekpare-mes .page-item-altyapi .card-title-ecm,
.page-items-yekpare-mes .page-item-cozum .small,
.page-items-yekpare-mes .page-item-altyapi .small,
.page-items-yekpare-mes .page-item-cozum .card-desc-ecm,
.page-items-yekpare-mes .page-item-altyapi .card-desc-ecm,
.page-items-yekpare-mes .page-item-cozum .btn,
.page-items-yekpare-mes .page-item-altyapi .btn {
    grid-column: 2;
}

@media (max-width: 1199.98px) {
    .yekpare-product-hero { min-height: 455px; }
    .yekpare-flow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .yekpare-flow-grid article:nth-child(4n)::after { display: block; }
    .yekpare-flow-grid article:nth-child(2n)::after { display: none; }
    .yekpare-tech-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
    .yekpare-product-hero { max-width: 780px; min-height: 530px; margin: 22px auto 0; }
    .yekpare-intro,
    .yekpare-feature-split,
    .yekpare-production-core,
    .yekpare-quality-section,
    .yekpare-machine-section,
    .yekpare-cost-section,
    .yekpare-sectoral,
    .yekpare-reporting { grid-template-columns: 1fr; }
    .yekpare-feature-media,
    .yekpare-quality-media,
    .yekpare-cost-media,
    .yekpare-report-media { order: 2; }
    .yekpare-intro { gap: 30px; }
    .yekpare-scale-panel { max-width: 620px; }
    .yekpare-business-cards,
    .yekpare-rollout-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .yekpare-related { grid-template-columns: 1fr; }
    .yekpare-related-links { justify-content: flex-start; }
}

@media (max-width: 767.98px) {
    .yekpare-product-hero { min-height: 430px; padding: 10px 12px 68px; }
    .yekpare-product-hero-main { left: 12px; }
    .yekpare-product-hero-cost { width: 49%; bottom: 36px; border-width: 4px; }
    .yekpare-product-hero-mimic { width: 47%; bottom: 14px; border-width: 4px; }
    .yekpare-product-hero-scale { top: 21px; right: 15px; grid-template-columns: repeat(3, auto); }
    .yekpare-product-hero-scale span { min-width: 55px; padding: 6px; font-size: .5rem; }
    .yekpare-product-hero-scale strong { font-size: .76rem; }
    .yekpare-product-hero-flow { bottom: 66px; font-size: .57rem; gap: 5px; }
    .yekpare-intro,
    .yekpare-feature-split,
    .yekpare-production-core,
    .yekpare-quality-section,
    .yekpare-machine-section,
    .yekpare-cost-section,
    .yekpare-sectoral,
    .yekpare-reporting,
    .yekpare-business-grid,
    .yekpare-tech,
    .yekpare-rollout { padding-top: 62px; padding-bottom: 62px; }
    .yekpare-flow { padding-top: 64px; padding-bottom: 64px; }
    .yekpare-business-cards,
    .yekpare-tech-grid,
    .yekpare-rollout-grid,
    .yekpare-mini-grid,
    .yekpare-oee-row { grid-template-columns: 1fr; }
    .page-items-yekpare-mes .page-item-cozum .page-card,
    .page-items-yekpare-mes .page-item-altyapi .page-card { grid-template-columns: 1fr; }
    .page-items-yekpare-mes .page-item-cozum .list-cover,
    .page-items-yekpare-mes .page-item-altyapi .list-cover { grid-row: auto; height: auto; }
    .page-items-yekpare-mes .page-item-cozum .section-subtitle,
    .page-items-yekpare-mes .page-item-altyapi .section-subtitle,
    .page-items-yekpare-mes .page-item-cozum .card-title-ecm,
    .page-items-yekpare-mes .page-item-altyapi .card-title-ecm,
    .page-items-yekpare-mes .page-item-cozum .small,
    .page-items-yekpare-mes .page-item-altyapi .small,
    .page-items-yekpare-mes .page-item-cozum .card-desc-ecm,
    .page-items-yekpare-mes .page-item-altyapi .card-desc-ecm,
    .page-items-yekpare-mes .page-item-cozum .btn,
    .page-items-yekpare-mes .page-item-altyapi .btn { grid-column: 1; }
}

@media (max-width: 575.98px) {
    .yekpare-product-hero { min-height: 350px; }
    .yekpare-product-hero-flow { display: none; }
    .yekpare-product-hero-scale { grid-template-columns: repeat(3, auto); padding: 5px; }
    .yekpare-product-hero-scale span { min-width: 48px; }
    .yekpare-scale-panel { grid-template-columns: 1fr 1fr; padding: 12px; }
    .yekpare-scale-panel div { min-height: 105px; padding: 14px; }
    .yekpare-flow-grid { grid-template-columns: 1fr; }
    .yekpare-flow-grid article::after { display: none !important; }
    .yekpare-related { padding: 27px 23px; }
    .yekpare-related-links { display: grid; }
}

/* IoT Veri Toplama Sistemleri ürün sayfası */
.page-hero-iot-veri-toplama-sistemleri {
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 22%, rgba(20,158,152,.15), transparent 28%),
        radial-gradient(circle at 58% 85%, rgba(30,111,232,.12), transparent 32%),
        linear-gradient(135deg, #f5f9ff 0%, #eef8f7 100%);
    border-bottom: 1px solid var(--ecm-border);
}

.page-hero-iot-veri-toplama-sistemleri .section-title {
    max-width: 690px;
    color: var(--ecm-navy-dark);
}

.page-hero-iot-veri-toplama-sistemleri .section-desc {
    max-width: 660px;
}

.iot-product-hero {
    position: relative;
    min-height: 520px;
    padding: 18px 18px 76px;
    isolation: isolate;
}

.iot-product-hero::before {
    content: "";
    position: absolute;
    inset: 3% 1% 8% 5%;
    z-index: -1;
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(15,42,68,.10), rgba(20,158,152,.12));
    filter: blur(1px);
}

.iot-product-hero-main {
    position: absolute;
    inset: 18px 10px 78px 18px;
    overflow: hidden;
    border: 1px solid rgba(15,42,68,.16);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 30px 72px rgba(9,28,46,.22);
}

.iot-product-hero-main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iot-product-hero-mini {
    position: absolute;
    right: 0;
    bottom: 18px;
    width: 44%;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 44px rgba(9,28,46,.24);
}

.iot-product-hero-mini img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.4;
    object-fit: cover;
}

.iot-product-hero-status,
.iot-product-hero-route {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: #fff;
    background: rgba(9,28,46,.88);
    box-shadow: 0 12px 32px rgba(9,28,46,.24);
    backdrop-filter: blur(12px);
}

.iot-product-hero-status {
    top: 0;
    right: 34px;
    padding: 9px 14px;
    font-size: .73rem;
    font-weight: 750;
    letter-spacing: .02em;
}

.iot-product-hero-status i {
    color: #35d39d;
    font-size: .62rem;
}

.iot-product-hero-route {
    left: 0;
    bottom: 30px;
    padding: 10px 14px;
    font-size: .69rem;
    font-weight: 700;
}

.iot-product-hero-route i { color: #58d6d0; }

.page-content-iot-veri-toplama-sistemleri.demo-box {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.iot-product-page,
.iot-product-page section,
.iot-product-page div,
.iot-product-page article { min-width: 0; }

.iot-product-page h2 {
    margin: 0 0 18px;
    color: var(--ecm-navy);
    font-size: clamp(1.9rem, 3vw, 2.65rem);
    line-height: 1.18;
    font-weight: 680;
    letter-spacing: -.025em;
}

.iot-product-page p {
    color: var(--ecm-muted);
    line-height: 1.76;
}

.iot-product-lead {
    max-width: 970px;
    margin: 0 0 30px;
    font-size: 1.03rem;
}

.iot-product-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(320px, .86fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
    padding-bottom: 80px;
}

.iot-product-intro-copy > p { margin: 0 0 15px; }

.iot-product-intro-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.iot-product-intro-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border: 1px solid #cfe2e8;
    border-radius: 999px;
    color: #355367;
    background: #f4fbfa;
    font-size: .82rem;
    font-weight: 650;
}

.iot-product-intro-points i { color: var(--ecm-teal); }

.iot-product-layer-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    padding: 18px;
    border: 1px solid #c9dce4;
    border-radius: 26px;
    background: linear-gradient(145deg, #0d2b45, #123f55);
    box-shadow: 0 22px 52px rgba(9,28,46,.18);
}

.iot-product-layer-panel article {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    column-gap: 11px;
    align-items: center;
    min-height: 112px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 17px;
    background: rgba(255,255,255,.06);
}

.iot-product-layer-panel i {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    color: #61ded7;
    background: rgba(88,214,208,.12);
    font-size: 1.2rem;
}

.iot-product-layer-panel strong { color: #fff; font-size: .96rem; }
.iot-product-layer-panel span { color: #afc6d2; font-size: .76rem; line-height: 1.45; }

.iot-product-flow,
.iot-product-signal-section,
.iot-product-communication,
.iot-product-context,
.iot-product-integration,
.iot-product-rollout,
.iot-product-applications {
    padding: 76px 0;
    border-top: 1px solid var(--ecm-border);
}

.iot-product-flow-grid,
.iot-product-rollout-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.iot-product-flow-grid article {
    position: relative;
    min-height: 212px;
    padding: 24px;
    border: 1px solid #d9e5ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15,42,68,.06);
}

.iot-product-flow-grid article > span {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #9db2c3;
    font-size: .7rem;
    font-weight: 800;
}

.iot-product-flow-grid i,
.iot-product-signal-grid i,
.iot-product-communication-grid i,
.iot-product-integration-grid i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 14px;
    color: var(--ecm-blue);
    background: var(--ecm-soft-blue);
    font-size: 1.25rem;
}

.iot-product-flow-grid strong,
.iot-product-signal-grid strong,
.iot-product-communication-grid strong,
.iot-product-integration-grid strong {
    display: block;
    margin-bottom: 8px;
    color: var(--ecm-navy);
    font-size: 1.01rem;
}

.iot-product-flow-grid p,
.iot-product-signal-grid p,
.iot-product-communication-grid p,
.iot-product-integration-grid p { margin: 0; font-size: .9rem; line-height: 1.62; }

.iot-product-feature-split,
.iot-product-field {
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
    gap: clamp(2.5rem, 5vw, 5.2rem);
    align-items: center;
    padding: 80px 0;
    border-top: 1px solid var(--ecm-border);
}

.iot-product-feature-reverse .iot-product-feature-media { order: 2; }
.iot-product-feature-reverse .iot-product-feature-copy { order: 1; }

.iot-product-feature-media,
.iot-product-field-media {
    overflow: hidden;
    border: 1px solid #cedde8;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(15,42,68,.14);
}

.iot-product-feature-media img,
.iot-product-field-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 370px;
    object-fit: cover;
}

.iot-product-check-list {
    display: grid;
    gap: 11px;
    margin: 23px 0 0;
    padding: 0;
    list-style: none;
}

.iot-product-check-list li {
    display: grid;
    grid-template-columns: 27px 1fr;
    gap: 8px;
    align-items: start;
    color: #40566a;
    line-height: 1.58;
}

.iot-product-check-list i {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background: var(--ecm-teal);
    font-size: .72rem;
}

.iot-product-note,
.iot-product-integration-note {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin-top: 24px;
    padding: 15px 17px;
    border-left: 3px solid var(--ecm-teal);
    border-radius: 0 13px 13px 0;
    color: #40596c;
    background: #eff9f8;
    font-size: .87rem;
    line-height: 1.58;
}

.iot-product-note i,
.iot-product-integration-note i { color: var(--ecm-teal); margin-top: 2px; }

.iot-product-signal-grid,
.iot-product-communication-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin-top: 30px;
}

.iot-product-signal-grid article,
.iot-product-communication-grid article,
.iot-product-integration-grid article {
    padding: 22px;
    border: 1px solid #d9e5ef;
    border-radius: 19px;
    background: #fff;
}

.iot-product-state-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 23px 0;
}

.iot-product-state-list span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border: 1px solid #d7e3ec;
    border-radius: 999px;
    color: #40566a;
    background: #fff;
    font-size: .8rem;
    font-weight: 650;
}

.iot-product-state-list i { width: 9px; height: 9px; border-radius: 50%; }
.iot-product-state-list .state-running i { background: #18a76f; }
.iot-product-state-list .state-idle i { background: #8696a6; }
.iot-product-state-list .state-stop i { background: #e1a822; }
.iot-product-state-list .state-alarm i { background: #e55858; }
.iot-product-state-list .state-offline i { background: #37485a; }

.iot-product-field-copy > p { margin-bottom: 24px; }

.iot-product-field-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.iot-product-field-steps article {
    padding: 15px;
    border: 1px solid #d9e5ef;
    border-radius: 15px;
    background: #f9fbfd;
}

.iot-product-field-steps strong { display: block; margin-bottom: 5px; color: var(--ecm-navy); }
.iot-product-field-steps span { color: var(--ecm-muted); font-size: .82rem; line-height: 1.5; }

.iot-product-context-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.iot-product-context-grid article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 22px;
    border: 1px solid #d6e3ec;
    border-radius: 20px;
    background: #f9fbfd;
}

.iot-product-context-grid i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg, var(--ecm-blue), var(--ecm-teal));
    font-size: 1.28rem;
}

.iot-product-context-grid strong { color: var(--ecm-navy); }
.iot-product-context-grid p { margin: 7px 0 0; font-size: .9rem; line-height: 1.62; }

.iot-product-integration-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin-top: 28px;
}

.iot-product-rollout-grid article {
    position: relative;
    min-height: 176px;
    padding: 23px;
    border: 1px solid #d9e5ef;
    border-radius: 19px;
    background: #fff;
}

.iot-product-rollout-grid span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 15px;
    border-radius: 11px;
    color: #fff;
    background: var(--ecm-navy);
    font-size: .78rem;
    font-weight: 800;
}

.iot-product-rollout-grid strong { color: var(--ecm-navy); }
.iot-product-rollout-grid p { margin: 7px 0 0; font-size: .87rem; line-height: 1.58; }

.iot-product-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 26px;
}

.iot-product-tag-cloud span {
    padding: 10px 14px;
    border: 1px solid #cfdee8;
    border-radius: 999px;
    color: #35546b;
    background: linear-gradient(180deg, #fff, #f7fafc);
    font-size: .86rem;
    font-weight: 650;
}

.iot-product-related {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    margin-top: 70px;
    padding: 34px;
    border: 1px solid rgba(88,214,208,.25);
    border-radius: 24px;
    background: linear-gradient(135deg, #0d2942, #13485b);
}

.iot-product-related h2 { color: #fff; }
.iot-product-related p { margin: 0; color: #bfd0da; }
.iot-product-related .section-subtitle { color: #61ded7; }
.iot-product-related-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.iot-product-related .btn-outline-main { border-color: rgba(255,255,255,.48); color: #fff; }
.iot-product-related .btn-outline-main:hover { background: #fff; color: var(--ecm-navy); }

.page-items-iot-veri-toplama-sistemleri .page-card {
    height: 100%;
    border-color: #d6e4ed;
}

.page-items-iot-veri-toplama-sistemleri .page-card > i {
    color: var(--ecm-teal);
}

.page-items-iot-veri-toplama-sistemleri .page-item-cozum .page-card,
.page-items-iot-veri-toplama-sistemleri .page-item-mes .page-card {
    display: grid;
    grid-template-columns: minmax(230px, .52fr) minmax(0, 1fr);
    column-gap: 30px;
    align-items: center;
}

.page-items-iot-veri-toplama-sistemleri .page-item-cozum .list-cover,
.page-items-iot-veri-toplama-sistemleri .page-item-mes .list-cover {
    grid-row: 1 / 6;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .iot-product-signal-grid,
    .iot-product-communication-grid,
    .iot-product-integration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
    .iot-product-hero { max-width: 780px; min-height: 545px; margin: 24px auto 0; }
    .iot-product-intro,
    .iot-product-feature-split,
    .iot-product-field { grid-template-columns: 1fr; }
    .iot-product-feature-reverse .iot-product-feature-media,
    .iot-product-feature-reverse .iot-product-feature-copy { order: initial; }
    .iot-product-flow-grid,
    .iot-product-rollout-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .iot-product-related { grid-template-columns: 1fr; }
    .iot-product-related-links { justify-content: flex-start; }
}

@media (max-width: 767.98px) {
    .iot-product-hero { min-height: 430px; padding: 12px 12px 64px; }
    .iot-product-hero-main { inset: 12px 7px 65px 12px; border-radius: 19px; }
    .iot-product-hero-mini { width: 48%; right: 2px; bottom: 12px; border-width: 4px; }
    .iot-product-hero-status { top: 0; right: 16px; font-size: .62rem; }
    .iot-product-hero-route { left: 0; bottom: 18px; font-size: .58rem; }
    .iot-product-intro { padding-bottom: 58px; }
    .iot-product-flow,
    .iot-product-signal-section,
    .iot-product-communication,
    .iot-product-context,
    .iot-product-integration,
    .iot-product-rollout,
    .iot-product-applications,
    .iot-product-feature-split,
    .iot-product-field { padding: 58px 0; }
    .iot-product-flow-grid,
    .iot-product-rollout-grid,
    .iot-product-context-grid,
    .iot-product-field-steps { grid-template-columns: 1fr; }
    .iot-product-layer-panel { grid-template-columns: 1fr; }
    .iot-product-related { padding: 25px; }
    .page-items-iot-veri-toplama-sistemleri .page-item-cozum .page-card,
    .page-items-iot-veri-toplama-sistemleri .page-item-mes .page-card { display: block; }
    .page-items-iot-veri-toplama-sistemleri .page-item-cozum .list-cover,
    .page-items-iot-veri-toplama-sistemleri .page-item-mes .list-cover { height: 210px; margin-bottom: 20px; }
}

@media (max-width: 575.98px) {
    .iot-product-hero { min-height: 350px; }
    .iot-product-hero-route { display: none; }
    .iot-product-hero-mini { width: 54%; }
    .iot-product-signal-grid,
    .iot-product-communication-grid,
    .iot-product-integration-grid { grid-template-columns: 1fr; }
    .iot-product-feature-media img,
    .iot-product-field-media img { min-height: 260px; }
}


/* =========================================================
   Sector page: Civata ve Bağlantı Elemanları
   Hero image and all card images are panel-managed.
   ========================================================= */
.page-hero-civata-ve-baglanti-elemanlari {
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 8%, rgba(30,111,232,.14), transparent 30%),
        radial-gradient(circle at 12% 85%, rgba(20,158,152,.10), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #f2f7fb 100%);
}

.fastener-sector-hero {
    position: relative;
    min-height: 520px;
    padding: 18px 18px 78px;
    border: 1px solid rgba(30,111,232,.18);
    border-radius: 30px;
    background: linear-gradient(145deg, #fff, #eaf2f8);
    box-shadow: 0 28px 70px rgba(15,42,68,.17);
}

.fastener-sector-hero-main {
    position: absolute;
    inset: 18px 18px 94px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 23px;
    background: #0a1724;
    box-shadow: 0 22px 52px rgba(8,28,44,.22);
}

.fastener-sector-hero-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,28,44,.03), rgba(8,28,44,.22));
    pointer-events: none;
}

.fastener-sector-hero-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fastener-sector-hero-route {
    position: absolute;
    left: 0;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(30,111,232,.22);
    border-radius: 999px;
    color: #1b4968;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 30px rgba(15,42,68,.13);
    font-size: .72rem;
    font-weight: 750;
}

.fastener-sector-hero-route i { color: var(--ecm-blue); }

.fastener-sector-hero-status {
    position: absolute;
    top: 3px;
    right: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--ecm-blue), var(--ecm-teal));
    box-shadow: 0 12px 28px rgba(30,111,232,.24);
    font-size: .72rem;
    font-weight: 750;
}

.fastener-sector-hero-points {
    position: absolute;
    right: 17px;
    bottom: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    width: 55%;
}

.fastener-sector-hero-points span {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(15,42,68,.10);
    border-radius: 12px;
    color: #496276;
    background: rgba(255,255,255,.96);
    font-size: .65rem;
    font-weight: 650;
}

.fastener-sector-hero-points strong { color: var(--ecm-blue); }

.fastener-sector-page > section { padding: 72px 0; }
.fastener-sector-page > section:first-child { padding-top: 12px; }
.fastener-sector-page h2 { margin: 8px 0 18px; color: var(--ecm-navy); font-size: clamp(1.7rem, 3vw, 2.45rem); }
.fastener-sector-page p { color: #4f6476; line-height: 1.78; }
.fastener-sector-lead { max-width: 980px; }

.fastener-sector-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 40px;
    align-items: start;
    border-bottom: 1px solid #dce6ee;
}

.fastener-sector-intro-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.fastener-sector-intro-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid #d5e2ec;
    border-radius: 999px;
    color: #36556b;
    background: #f8fbfd;
    font-size: .82rem;
    font-weight: 650;
}
.fastener-sector-intro-points i { color: var(--ecm-teal); }

.fastener-sector-trace-card {
    padding: 24px;
    border: 1px solid #d5e2ec;
    border-radius: 24px;
    background: linear-gradient(155deg, #0d2942, #123e54);
    box-shadow: 0 24px 50px rgba(15,42,68,.18);
}
.fastener-sector-trace-head { display: flex; align-items: center; gap: 10px; color: #fff; }
.fastener-sector-trace-head i { color: #61ded7; font-size: 1.3rem; }
.fastener-sector-trace-card ol { list-style: none; margin: 22px 0 0; padding: 0; }
.fastener-sector-trace-card li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.10); }
.fastener-sector-trace-card li:last-child { border-bottom: 0; }
.fastener-sector-trace-card li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: #0d2942; background: #63ded7; font-size: .7rem; font-weight: 850; }
.fastener-sector-trace-card strong { display: block; color: #fff; }
.fastener-sector-trace-card small { display: block; margin-top: 3px; color: #b9cbd7; line-height: 1.45; }

.fastener-sector-problems,
.fastener-sector-digital,
.fastener-sector-benefits { border-bottom: 1px solid #dce6ee; }

.fastener-sector-problem-grid,
.fastener-sector-digital-grid,
.fastener-sector-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.fastener-sector-problem-grid article,
.fastener-sector-digital-grid article,
.fastener-sector-benefit-grid article {
    padding: 23px;
    border: 1px solid #d9e5ee;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15,42,68,.055);
}

.fastener-sector-problem-grid i,
.fastener-sector-digital-grid i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, var(--ecm-blue), var(--ecm-teal));
    font-size: 1.2rem;
}
.fastener-sector-problem-grid strong,
.fastener-sector-digital-grid strong,
.fastener-sector-benefit-grid strong { display: block; color: var(--ecm-navy); }
.fastener-sector-problem-grid p,
.fastener-sector-digital-grid p,
.fastener-sector-benefit-grid p { margin: 8px 0 0; font-size: .9rem; line-height: 1.65; }

.fastener-sector-process {
    margin-inline: calc(50% - 50vw);
    padding-inline: max(24px, calc((100vw - 1140px) / 2));
    background: linear-gradient(180deg, #0b2034, #102f45);
}
.fastener-sector-process h2 { color: #fff; }
.fastener-sector-process .section-subtitle { color: #61ded7; }
.fastener-sector-process .fastener-sector-lead { color: #bfd0da; }
.fastener-sector-process-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px;
    margin-top: 32px;
}
.fastener-sector-process-grid article {
    min-height: 154px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 17px;
    background: rgba(255,255,255,.055);
}
.fastener-sector-process-grid span { display: inline-grid; place-items: center; width: 33px; height: 33px; margin-bottom: 14px; border-radius: 10px; color: #062237; background: #61ded7; font-size: .73rem; font-weight: 850; }
.fastener-sector-process-grid strong { display: block; color: #fff; }
.fastener-sector-process-grid small { display: block; margin-top: 7px; color: #b9cbd7; line-height: 1.5; }

.fastener-sector-traceability {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 38px;
    align-items: center;
    border-bottom: 1px solid #dce6ee;
}
.fastener-sector-direction-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 25px; }
.fastener-sector-direction-grid article { padding: 20px; border: 1px solid #d8e4ed; border-radius: 18px; background: #f8fbfd; }
.fastener-sector-direction-grid i { color: var(--ecm-blue); font-size: 1.35rem; }
.fastener-sector-direction-grid strong { display: block; margin: 12px 0 6px; color: var(--ecm-navy); }
.fastener-sector-direction-grid span { color: #627789; font-size: .84rem; line-height: 1.55; }
.fastener-sector-quality-gates { padding: 28px; border: 1px solid #d4e2eb; border-radius: 24px; background: linear-gradient(145deg, #f8fbfd, #eef7f6); }
.fastener-sector-quality-gates > strong { color: var(--ecm-navy); font-size: 1.05rem; }
.fastener-sector-quality-gates ul { list-style: none; margin: 19px 0 0; padding: 0; }
.fastener-sector-quality-gates li { display: grid; grid-template-columns: 88px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid #d9e6eb; color: #526b7d; font-size: .86rem; }
.fastener-sector-quality-gates li:last-child { border-bottom: 0; }
.fastener-sector-quality-gates li span { color: var(--ecm-teal); font-weight: 800; }

.fastener-sector-batch {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 36px;
    align-items: center;
    border-bottom: 1px solid #dce6ee;
}
.fastener-sector-batch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.fastener-sector-batch-grid article { padding: 20px; border: 1px solid #d7e4ec; border-radius: 18px; background: #fff; }
.fastener-sector-batch-grid strong { display: block; color: var(--ecm-navy); }
.fastener-sector-batch-grid span { display: block; margin-top: 7px; color: #64798a; font-size: .83rem; line-height: 1.52; }

.fastener-sector-rollout-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin-top: 30px; }
.fastener-sector-rollout-grid article { min-height: 190px; padding: 23px; border: 1px solid #d8e4ed; border-radius: 20px; background: #fff; }
.fastener-sector-rollout-grid span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 16px; border-radius: 11px; color: #fff; background: var(--ecm-navy); font-size: .75rem; font-weight: 850; }
.fastener-sector-rollout-grid strong { color: var(--ecm-navy); }
.fastener-sector-rollout-grid p { margin: 8px 0 0; font-size: .88rem; line-height: 1.62; }
.fastener-sector-note { display: flex; gap: 11px; align-items: flex-start; margin-top: 24px; padding: 16px 18px; border-left: 3px solid var(--ecm-teal); border-radius: 0 14px 14px 0; color: #40596c; background: #eff9f8; font-size: .88rem; line-height: 1.6; }
.fastener-sector-note i { color: var(--ecm-teal); margin-top: 2px; }

.page-items-civata-ve-baglanti-elemanlari .page-card { height: 100%; border-color: #d6e4ed; }
.page-items-civata-ve-baglanti-elemanlari .page-card > i { color: var(--ecm-blue); }
.page-items-civata-ve-baglanti-elemanlari .page-item-uygulama .page-card,
.page-items-civata-ve-baglanti-elemanlari .page-item-cozum .page-card {
    display: grid;
    grid-template-columns: minmax(260px, .58fr) minmax(0, 1fr);
    column-gap: 32px;
    align-items: center;
    padding: 25px;
}
.page-items-civata-ve-baglanti-elemanlari .page-item-uygulama .list-cover,
.page-items-civata-ve-baglanti-elemanlari .page-item-cozum .list-cover {
    grid-row: 1 / 7;
    width: 100%;
    height: 250px;
    margin: 0;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}
.page-items-civata-ve-baglanti-elemanlari .page-item-cozum .page-card { background: linear-gradient(145deg, #f9fcff, #eef6fa); }

@media (max-width: 1199.98px) {
    .fastener-sector-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
    .fastener-sector-hero { max-width: 790px; min-height: 520px; margin: 24px auto 0; }
    .fastener-sector-intro,
    .fastener-sector-traceability,
    .fastener-sector-batch { grid-template-columns: 1fr; }
    .fastener-sector-problem-grid,
    .fastener-sector-digital-grid,
    .fastener-sector-benefit-grid,
    .fastener-sector-rollout-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    .fastener-sector-hero { min-height: 420px; padding: 12px 12px 72px; }
    .fastener-sector-hero-main { inset: 12px 12px 84px; border-radius: 19px; }
    .fastener-sector-hero-status { top: 0; right: 18px; font-size: .62rem; }
    .fastener-sector-hero-route { left: 2px; bottom: 18px; font-size: .58rem; }
    .fastener-sector-hero-points { right: 8px; bottom: 8px; width: 50%; grid-template-columns: 1fr; }
    .fastener-sector-hero-points span:nth-child(n+3) { display: none; }
    .fastener-sector-page > section { padding: 56px 0; }
    .fastener-sector-problem-grid,
    .fastener-sector-digital-grid,
    .fastener-sector-benefit-grid,
    .fastener-sector-rollout-grid,
    .fastener-sector-direction-grid,
    .fastener-sector-batch-grid { grid-template-columns: 1fr; }
    .fastener-sector-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .page-items-civata-ve-baglanti-elemanlari .page-item-uygulama .page-card,
    .page-items-civata-ve-baglanti-elemanlari .page-item-cozum .page-card { display: block; }
    .page-items-civata-ve-baglanti-elemanlari .page-item-uygulama .list-cover,
    .page-items-civata-ve-baglanti-elemanlari .page-item-cozum .list-cover { height: 220px; margin-bottom: 20px; }
}

@media (max-width: 575.98px) {
    .fastener-sector-hero { min-height: 340px; }
    .fastener-sector-hero-route { display: none; }
    .fastener-sector-hero-points { width: 62%; }
    .fastener-sector-process-grid { grid-template-columns: 1fr; }
    .fastener-sector-quality-gates li { grid-template-columns: 1fr; gap: 4px; }
}

/* =========================================================
   Sector page: Talaşlı İmalat
   Hero image and all wide card images are panel-managed.
   ========================================================= */
.page-hero-talasli-imalat {
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 10%, rgba(211,165,40,.14), transparent 29%),
        radial-gradient(circle at 10% 90%, rgba(20,158,152,.11), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #f2f6fa 100%);
}

.machining-sector-hero {
    position: relative;
    min-height: 520px;
    padding: 18px 18px 78px;
    border: 1px solid rgba(15,42,68,.16);
    border-radius: 30px;
    background: linear-gradient(145deg, #ffffff, #e9eff4);
    box-shadow: 0 28px 70px rgba(15,42,68,.18);
}
.machining-sector-hero-main {
    position: absolute;
    inset: 18px 18px 94px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.27);
    border-radius: 23px;
    background: #091823;
    box-shadow: 0 22px 52px rgba(8,28,44,.24);
}
.machining-sector-hero-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,28,44,.02), rgba(8,28,44,.24));
    pointer-events: none;
}
.machining-sector-hero-main img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.machining-sector-hero-route {
    position: absolute;
    left: 0;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    border: 1px solid rgba(15,42,68,.17);
    border-radius: 999px;
    color: #183d58;
    background: rgba(255,255,255,.97);
    box-shadow: 0 12px 30px rgba(15,42,68,.13);
    font-size: .68rem;
    font-weight: 760;
}
.machining-sector-hero-route i { color: #c18e10; }
.machining-sector-hero-status {
    position: absolute;
    top: 3px;
    right: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #0f2a44, #166e78);
    box-shadow: 0 12px 28px rgba(15,42,68,.24);
    font-size: .72rem;
    font-weight: 750;
}
.machining-sector-hero-status i { color: #f0c85e; }
.machining-sector-hero-points {
    position: absolute;
    right: 17px;
    bottom: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    width: 55%;
}
.machining-sector-hero-points span {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(15,42,68,.10);
    border-radius: 12px;
    color: #496276;
    background: rgba(255,255,255,.96);
    font-size: .65rem;
    font-weight: 650;
}
.machining-sector-hero-points strong { color: #b98200; }

.machining-sector-page > section { padding: 72px 0; }
.machining-sector-page > section:first-child { padding-top: 12px; }
.machining-sector-page h2 { margin: 8px 0 18px; color: var(--ecm-navy); font-size: clamp(1.7rem, 3vw, 2.45rem); }
.machining-sector-page p { color: #4f6476; line-height: 1.78; }
.machining-sector-lead { max-width: 980px; }
.machining-sector-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.34fr) minmax(320px, .66fr);
    gap: 40px;
    align-items: start;
    border-bottom: 1px solid #dce6ee;
}
.machining-sector-intro-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.machining-sector-intro-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid #d5e2ec;
    border-radius: 999px;
    color: #36556b;
    background: #f8fbfd;
    font-size: .82rem;
    font-weight: 650;
}
.machining-sector-intro-points i { color: #b98200; }
.machining-sector-flow-card {
    padding: 24px;
    border: 1px solid #d5e2ec;
    border-radius: 24px;
    background: linear-gradient(155deg, #0d2942, #173c50);
    box-shadow: 0 24px 50px rgba(15,42,68,.18);
}
.machining-sector-flow-head { display: flex; align-items: center; gap: 10px; color: #fff; }
.machining-sector-flow-head i { color: #f0c85e; font-size: 1.3rem; }
.machining-sector-flow-card ol { list-style: none; margin: 22px 0 0; padding: 0; }
.machining-sector-flow-card li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.10); }
.machining-sector-flow-card li:last-child { border-bottom: 0; }
.machining-sector-flow-card li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: #0d2942; background: #f0c85e; font-size: .7rem; font-weight: 850; }
.machining-sector-flow-card strong { display: block; color: #fff; }
.machining-sector-flow-card small { display: block; margin-top: 3px; color: #b9cbd7; line-height: 1.45; }

.machining-sector-problems,
.machining-sector-capacity,
.machining-sector-quality,
.machining-sector-machine,
.machining-sector-cost,
.machining-sector-benefits { border-bottom: 1px solid #dce6ee; }
.machining-sector-problem-grid,
.machining-sector-machine-grid,
.machining-sector-cost-grid,
.machining-sector-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}
.machining-sector-problem-grid article,
.machining-sector-machine-grid article,
.machining-sector-cost-grid article,
.machining-sector-benefit-grid article {
    padding: 23px;
    border: 1px solid #d9e5ee;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15,42,68,.055);
}
.machining-sector-problem-grid i,
.machining-sector-machine-grid i,
.machining-sector-cost-grid i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, #0f2a44, #149e98);
    font-size: 1.2rem;
}
.machining-sector-problem-grid strong,
.machining-sector-machine-grid strong,
.machining-sector-cost-grid strong,
.machining-sector-benefit-grid strong { display: block; color: var(--ecm-navy); }
.machining-sector-problem-grid p,
.machining-sector-machine-grid p,
.machining-sector-cost-grid p,
.machining-sector-benefit-grid p { margin: 8px 0 0; font-size: .9rem; line-height: 1.65; }

.machining-sector-process {
    margin-inline: calc(50% - 50vw);
    padding-inline: max(24px, calc((100vw - 1140px) / 2));
    background: linear-gradient(180deg, #0a1d30, #12354a);
}
.machining-sector-process h2 { color: #fff; }
.machining-sector-process .section-subtitle { color: #f0c85e; }
.machining-sector-process .machining-sector-lead { color: #bfd0da; }
.machining-sector-process-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; margin-top: 32px; }
.machining-sector-process-grid article { min-height: 154px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.055); }
.machining-sector-process-grid span { display: inline-grid; place-items: center; width: 33px; height: 33px; margin-bottom: 14px; border-radius: 10px; color: #0f2a44; background: #f0c85e; font-size: .73rem; font-weight: 850; }
.machining-sector-process-grid strong { display: block; color: #fff; }
.machining-sector-process-grid small { display: block; margin-top: 7px; color: #b9cbd7; line-height: 1.5; }

.machining-sector-capacity {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
    gap: 38px;
    align-items: center;
}
.machining-sector-capacity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 25px; }
.machining-sector-capacity-grid article { padding: 20px; border: 1px solid #d8e4ed; border-radius: 18px; background: #f8fbfd; }
.machining-sector-capacity-grid i { color: #b98200; font-size: 1.35rem; }
.machining-sector-capacity-grid strong { display: block; margin: 12px 0 6px; color: var(--ecm-navy); }
.machining-sector-capacity-grid span { color: #627789; font-size: .84rem; line-height: 1.55; }
.machining-sector-decision-card { padding: 28px; border: 1px solid #d4e2eb; border-radius: 24px; background: linear-gradient(145deg, #f8fbfd, #f7f3e8); }
.machining-sector-decision-card > strong { color: var(--ecm-navy); font-size: 1.05rem; }
.machining-sector-decision-card ul { list-style: none; margin: 19px 0 0; padding: 0; }
.machining-sector-decision-card li { display: grid; grid-template-columns: 105px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid #d9e6eb; color: #526b7d; font-size: .86rem; }
.machining-sector-decision-card li:last-child { border-bottom: 0; }
.machining-sector-decision-card li span { color: #a97800; font-weight: 800; }

.machining-sector-tool-doc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    border-bottom: 1px solid #dce6ee;
}
.machining-sector-feature-panel { padding: 28px; border: 1px solid #d5e2ec; border-radius: 24px; background: #fff; box-shadow: 0 14px 36px rgba(15,42,68,.06); }
.machining-sector-feature-panel > i { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 18px; border-radius: 16px; color: #fff; background: linear-gradient(145deg, #0f2a44, #149e98); font-size: 1.3rem; }
.machining-sector-feature-panel h3 { color: var(--ecm-navy); }
.machining-sector-feature-panel ul { margin: 18px 0 0; padding-left: 20px; color: #526b7d; }
.machining-sector-feature-panel li { margin: 8px 0; line-height: 1.55; }

.machining-sector-quality {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(340px, .86fr);
    gap: 38px;
    align-items: center;
}
.machining-sector-trace-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 25px; }
.machining-sector-trace-grid article { padding: 20px; border: 1px solid #d8e4ed; border-radius: 18px; background: #f8fbfd; }
.machining-sector-trace-grid i { color: var(--ecm-teal); font-size: 1.35rem; }
.machining-sector-trace-grid strong { display: block; margin: 12px 0 6px; color: var(--ecm-navy); }
.machining-sector-trace-grid span { color: #627789; font-size: .84rem; line-height: 1.55; }
.machining-sector-quality-gates { padding: 28px; border: 1px solid #d4e2eb; border-radius: 24px; background: linear-gradient(145deg, #f8fbfd, #eef7f6); }
.machining-sector-quality-gates > strong { color: var(--ecm-navy); font-size: 1.05rem; }
.machining-sector-quality-gates ul { list-style: none; margin: 19px 0 0; padding: 0; }
.machining-sector-quality-gates li { display: grid; grid-template-columns: 92px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid #d9e6eb; color: #526b7d; font-size: .86rem; }
.machining-sector-quality-gates li:last-child { border-bottom: 0; }
.machining-sector-quality-gates li span { color: var(--ecm-teal); font-weight: 800; }

.machining-sector-rollout-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin-top: 30px; }
.machining-sector-rollout-grid article { min-height: 190px; padding: 23px; border: 1px solid #d8e4ed; border-radius: 20px; background: #fff; }
.machining-sector-rollout-grid span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 16px; border-radius: 11px; color: #0f2a44; background: #f0c85e; font-size: .75rem; font-weight: 850; }
.machining-sector-rollout-grid strong { color: var(--ecm-navy); }
.machining-sector-rollout-grid p { margin: 8px 0 0; font-size: .88rem; line-height: 1.62; }
.machining-sector-note { display: flex; gap: 11px; align-items: flex-start; margin-top: 24px; padding: 16px 18px; border-left: 3px solid #c18e10; border-radius: 0 14px 14px 0; color: #40596c; background: #fbf6e8; font-size: .88rem; line-height: 1.6; }
.machining-sector-note i { color: #a97800; margin-top: 2px; }

.page-items-talasli-imalat .page-card { height: 100%; border-color: #d6e4ed; }
.page-items-talasli-imalat .page-card > i { color: #a97800; }
.page-items-talasli-imalat .page-item-uygulama .page-card,
.page-items-talasli-imalat .page-item-cozum .page-card {
    display: grid;
    grid-template-columns: minmax(260px, .58fr) minmax(0, 1fr);
    column-gap: 32px;
    align-items: center;
    padding: 25px;
}
.page-items-talasli-imalat .page-item-uygulama .list-cover,
.page-items-talasli-imalat .page-item-cozum .list-cover {
    grid-row: 1 / 7;
    width: 100%;
    height: 250px;
    margin: 0;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}
.page-items-talasli-imalat .page-item-cozum .page-card { background: linear-gradient(145deg, #fbfcff, #f6f1e5); }

@media (max-width: 1199.98px) {
    .machining-sector-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
    .machining-sector-hero { max-width: 790px; min-height: 520px; margin: 24px auto 0; }
    .machining-sector-intro,
    .machining-sector-capacity,
    .machining-sector-quality,
    .machining-sector-tool-doc { grid-template-columns: 1fr; }
    .machining-sector-problem-grid,
    .machining-sector-machine-grid,
    .machining-sector-cost-grid,
    .machining-sector-benefit-grid,
    .machining-sector-rollout-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
    .machining-sector-hero { min-height: 420px; padding: 12px 12px 72px; }
    .machining-sector-hero-main { inset: 12px 12px 84px; border-radius: 19px; }
    .machining-sector-hero-status { top: 0; right: 18px; font-size: .60rem; }
    .machining-sector-hero-route { left: 2px; bottom: 18px; font-size: .54rem; }
    .machining-sector-hero-points { right: 8px; bottom: 8px; width: 50%; grid-template-columns: 1fr; }
    .machining-sector-hero-points span:nth-child(n+3) { display: none; }
    .machining-sector-page > section { padding: 56px 0; }
    .machining-sector-problem-grid,
    .machining-sector-machine-grid,
    .machining-sector-cost-grid,
    .machining-sector-benefit-grid,
    .machining-sector-rollout-grid,
    .machining-sector-capacity-grid,
    .machining-sector-trace-grid { grid-template-columns: 1fr; }
    .machining-sector-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .page-items-talasli-imalat .page-item-uygulama .page-card,
    .page-items-talasli-imalat .page-item-cozum .page-card { display: block; }
    .page-items-talasli-imalat .page-item-uygulama .list-cover,
    .page-items-talasli-imalat .page-item-cozum .list-cover { height: 220px; margin-bottom: 20px; }
}

