/* Öz Mühendislik reference design layer.
 * This file is intentionally scoped to the public theme so WPanel styles remain reusable.
 */
:root {
    --om-navy: #0b2146;
    --om-navy-deep: #081b3b;
    --om-navy-soft: #122d59;
    --om-yellow: #f5a000;
    --om-yellow-hover: #db8b00;
    --om-orange: #ff6a13;
    --om-sunset: #ffb36b;
    --om-card-blue: #2f66b3;
    --om-ink: #071a38;
    --om-text: #466583;
    --om-muted: #eef1f5;
    --om-line: #d4dbe4;
}

.ozmuhendis-site {
    background: #fff;
    color: var(--om-text);
    font-family: 'Poppins', system-ui, sans-serif;
}

.ozmuhendis-site main {
    overflow: hidden;
}

.ozmuhendis-site .site-container {
    width: min(100% - 40px, 1240px);
    max-width: 1240px;
    margin-inline: auto;
}

.ozmuhendis-site .site-header {
    position: relative;
    background: var(--om-navy) !important;
    border: 0 !important;
    color: #fff;
}

.ozmuhendis-site .site-header.is-scrolled {
    position: fixed;
    background: rgba(11, 33, 70, .97) !important;
    border: 0 !important;
    box-shadow: 0 12px 30px rgba(4, 17, 41, .18);
    color: #fff !important;
}

.ozmuhendis-site .header-container {
    min-height: 80px;
    padding: 16px 0;
}

.ozmuhendis-site .header-logo,
.ozmuhendis-site .header-logo:hover {
    color: #fff !important;
    text-decoration: none;
}

.ozmuhendis-site .header-logo img {
    max-height: 46px;
    filter: none;
}

/* Drawer açık zeminde çalıştığı için mobil logo lacivert varyantı kullanır. */
.ozmuhendis-site .site-drawer .drawer-header .header-logo,
.ozmuhendis-site .site-drawer .drawer-header .header-logo:hover,
.ozmuhendis-site .site-drawer .drawer-header .logo-text {
    color: var(--om-navy) !important;
}

.ozmuhendis-site .site-drawer .drawer-header .header-logo img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(30%) saturate(2000%) hue-rotate(185deg) brightness(89%) contrast(101%);
}

.ozmuhendis-site .site-drawer .drawer-header .logo-text .bi-broadcast-pin {
    color: var(--om-navy) !important;
}

.ozmuhendis-site .logo-text {
    gap: 10px;
    color: #fff;
    font-size: 1.02rem;
    letter-spacing: .025em;
    white-space: nowrap;
}

.om-logo-mark {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 38px;
    flex: 0 0 42px;
}

.om-logo-mark::before,
.om-logo-mark::after,
.om-logo-mark span::before,
.om-logo-mark span::after {
    content: '';
    position: absolute;
    display: block;
    border-color: rgba(255, 255, 255, .92);
}

.om-logo-mark::before,
.om-logo-mark::after {
    bottom: 3px;
    width: 14px;
    height: 29px;
    border-style: solid;
    border-width: 0 1px 0 1px;
    transform: skew(-18deg);
}

.om-logo-mark::before {
    left: 5px;
}

.om-logo-mark::after {
    right: 5px;
}

.om-logo-mark span:first-child::before,
.om-logo-mark span:first-child::after {
    top: 10px;
    width: 36px;
    border-top: 1px solid rgba(245, 160, 0, .95);
}

.om-logo-mark span:first-child::before {
    left: 3px;
    transform: rotate(20deg);
}

.om-logo-mark span:first-child::after {
    right: 3px;
    transform: rotate(-20deg);
}

.om-logo-mark span:last-child::before,
.om-logo-mark span:last-child::after {
    bottom: 11px;
    width: 34px;
    border-top: 1px solid rgba(255, 255, 255, .7);
}

.om-logo-mark span:last-child::before {
    left: 4px;
}

.om-logo-mark span:last-child::after {
    right: 4px;
}

.ozmuhendis-site #main-nav {
    gap: 30px;
}

.ozmuhendis-site #main-nav a,
.ozmuhendis-site .site-header.is-scrolled #main-nav a {
    color: rgba(255, 255, 255, .78) !important;
    font-size: .875rem;
    font-weight: 600;
    padding: 5px 0;
}

.ozmuhendis-site #main-nav a::after {
    display: none;
}

.ozmuhendis-site #main-nav a:hover,
.ozmuhendis-site #main-nav a.active,
.ozmuhendis-site .site-header.is-scrolled #main-nav a:hover,
.ozmuhendis-site .site-header.is-scrolled #main-nav a.active {
    color: var(--om-yellow) !important;
}

.ozmuhendis-site .header-actions .btn-airo-primary,
.ozmuhendis-site .btn-airo-primary {
    background: var(--om-yellow) !important;
    border-radius: 5px;
    box-shadow: none;
    color: #fff !important;
}

.ozmuhendis-site .header-actions .btn-airo-primary:hover,
.ozmuhendis-site .btn-airo-primary:hover {
    background: var(--om-yellow-hover) !important;
}

.ozmuhendis-site .mobile-menu-btn {
    color: #fff;
    border-color: rgba(255, 255, 255, .28);
}

.ozmuhendis-site .mobile-menu-btn span {
    background: #fff;
}

.ozmuhendis-site .content-feed-section a.project-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.ozmuhendis-site .content-feed-section a.project-card:focus-visible {
    outline: 3px solid rgba(245, 160, 0, .75);
    outline-offset: 4px;
}

.om-pattern {
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 255, 255, .18) 1px, transparent 1.5px);
    background-size: 40px 40px, 40px 40px, 40px 40px;
    background-position: 0 0, 0 0, 0 0;
}

.om-home-hero {
    position: relative;
    min-height: 680px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--om-navy);
}

.om-home-hero__media,
.om-home-hero__shade {
    position: absolute;
    inset: 0;
}

.om-home-hero__media img,
.om-home-hero__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(.42) saturate(.78) contrast(1.05);
}

.om-home-hero__shade {
    background:
        linear-gradient(180deg, rgba(7, 27, 61, .86) 0%, rgba(11, 33, 70, .68) 48%, rgba(7, 27, 61, .91) 100%),
        linear-gradient(90deg, rgba(11, 33, 70, .25), rgba(11, 33, 70, .05));
}

.om-home-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.om-home-hero__content {
    position: relative;
    z-index: 2;
    width: min(100%, 800px);
    margin-inline: auto;
    padding: 96px 0 92px;
    text-align: left;
}

.om-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: var(--om-yellow);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.om-kicker::before {
    content: '';
    width: 32px;
    height: 1px;
    background: currentColor;
}

.om-home-hero h1 {
    max-width: 720px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(2.45rem, 5vw, 4.1rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.om-home-hero p {
    max-width: 680px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .78);
    font-size: 1.06rem;
    line-height: 1.65;
}

.om-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.om-hero-actions .btn-airo-outline {
    border-color: rgba(255, 255, 255, .42);
    border-radius: 5px;
}

.om-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 34px;
}

.om-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 4px;
    background: rgba(8, 27, 59, .32);
    color: rgba(255, 255, 255, .8);
    font-size: .72rem;
    font-weight: 600;
}

.om-hero-badge i {
    color: var(--om-yellow);
}

.om-stats-band {
    padding: 45px 0;
    background: var(--om-navy);
    color: #fff;
}

.om-stats-band--yellow {
    background: var(--om-yellow);
}

.om-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.om-stat-value {
    margin-bottom: 5px;
    color: var(--om-yellow);
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    font-weight: 700;
    line-height: 1;
}

.om-stats-band--yellow .om-stat-value,
.om-stats-band--yellow .om-stat-label {
    color: #fff;
}

.om-stat-label {
    color: rgba(255, 255, 255, .68);
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.om-section {
    padding: 90px 0;
}

.om-section--muted {
    background: #f1f3f6;
}

.om-section-heading {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.om-section-heading .om-kicker {
    margin-bottom: 12px;
}

.om-section-heading .om-kicker::before {
    display: none;
}

.om-section-heading h2,
.om-story h2 {
    margin: 0 0 13px;
    color: var(--om-ink);
    font-size: clamp(1.85rem, 3vw, 2.45rem);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.om-section-heading p,
.om-story p {
    color: var(--om-text);
    font-size: 1rem;
    line-height: 1.7;
}

.om-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.om-service-card {
    position: relative;
    min-height: 220px;
    padding: 30px 32px;
    overflow: hidden;
    border: 1px solid var(--om-line);
    border-radius: 12px;
    background: #fff;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.om-service-card:hover {
    border-color: var(--om-yellow);
    box-shadow: 0 16px 30px rgba(11, 33, 70, .08);
    transform: translateY(-3px);
}

.om-service-card__number {
    position: absolute;
    top: 21px;
    right: 25px;
    color: #f5f6f8;
    font-size: 3.25rem;
    font-weight: 800;
    line-height: 1;
}

.om-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    border-radius: 9px;
    background: #e5e8ed;
    color: var(--om-ink);
    font-size: 1.28rem;
    transition: background-color .22s ease, color .22s ease;
}

.om-icon-box--yellow {
    background: var(--om-yellow);
    color: #fff;
}

.om-service-card:hover .om-icon-box,
.om-service-card:focus-within .om-icon-box {
    background: var(--om-yellow);
    color: #fff;
}

.om-service-card h3,
.om-value-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: var(--om-ink);
    font-size: 1.12rem;
    font-weight: 700;
}

.om-service-card p,
.om-value-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--om-text);
    font-size: .9rem;
    line-height: 1.65;
}

.om-section-link {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    color: var(--om-ink);
    font-weight: 600;
    text-decoration: none;
}

.om-section-link:hover {
    color: var(--om-yellow-hover);
}

.om-why-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 72px;
    align-items: center;
}

.om-why-list {
    display: grid;
    gap: 17px;
    margin: 28px 0 30px;
}

.om-why-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 15px;
}

.om-why-item i {
    color: var(--om-yellow);
    font-size: 1rem;
    padding-top: 4px;
}

.om-why-item strong {
    display: block;
    margin-bottom: 2px;
    color: var(--om-ink);
    font-size: .92rem;
}

.om-why-item span {
    color: var(--om-text);
    font-size: .84rem;
    line-height: 1.55;
}

.om-why-media {
    position: relative;
}

.om-why-media img {
    width: 100%;
    height: 430px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 24px 40px rgba(11, 33, 70, .15);
}

.om-emergency-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: rgba(11, 33, 70, .96);
    color: #fff;
    box-shadow: 0 10px 24px rgba(11, 33, 70, .2);
}

.om-emergency-card i {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 8px;
    background: var(--om-yellow);
    font-size: 1.15rem;
}

.om-emergency-card small {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, .62);
    font-size: .72rem;
}

.om-emergency-card a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.om-dark-cta {
    padding: 90px 0;
    background-color: var(--om-navy);
    color: #fff;
}

.om-dark-cta .site-container {
    max-width: 760px;
    text-align: center;
}

.om-dark-cta h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 2.65rem);
    font-weight: 700;
    letter-spacing: -.035em;
}

.om-dark-cta p {
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, .7);
    font-size: 1.05rem;
    line-height: 1.65;
}

.om-page-hero {
    position: relative;
    padding: 68px 0 62px;
    background: linear-gradient(110deg, var(--om-navy) 0%, #1a2940 100%);
    color: #fff;
}

.om-page-hero--image {
    background-image: linear-gradient(90deg, rgba(8, 27, 59, .9) 0%, rgba(8, 27, 59, .65) 54%, rgba(8, 27, 59, .55) 100%), var(--om-page-hero-image);
    background-position: center;
    background-size: cover;
}

.om-page-hero__content {
    max-width: 720px;
}

.om-page-hero h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(2.25rem, 4.2vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.12;
}

.om-page-hero p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 1.03rem;
    line-height: 1.7;
}

.om-page-hero .om-kicker::before {
    display: none;
}

.om-page-hero .btn-airo-primary {
    margin-top: 24px;
}

.om-breadcrumb-bar {
    border-bottom: 1px solid var(--om-line);
    background: #f2f3f5;
}

.om-breadcrumb-bar .site-container {
    display: flex;
    align-items: center;
    min-height: 45px;
    gap: 10px;
    color: var(--om-text);
    font-size: .82rem;
}

.om-breadcrumb-bar a {
    color: var(--om-text);
    text-decoration: none;
}

.om-breadcrumb-bar strong {
    color: var(--om-ink);
}

.om-service-page .om-service-grid,
.om-service-detail-page .om-service-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.om-service-grid>[class*="col-"],
.om-process-grid>[class*="col-"],
.om-values-grid>[class*="col-"],
.om-cert-grid>[class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.om-service-detail-card {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 566px;
    flex-direction: column;
    overflow: hidden;
    isolation: isolate;
    padding: 30px 27px 24px;
    border: 1px solid rgba(142, 168, 206, .27);
    border-radius: 30px;
    color: inherit;
    text-decoration: none;
    background:
        radial-gradient(440px 300px at 48% 34%, rgba(11, 33, 70, .13), transparent 66%),
        radial-gradient(330px 340px at 74% 64%, rgba(47, 102, 179, .13), transparent 72%),
        radial-gradient(250px 300px at 100% 90%, rgba(245, 160, 0, .15), transparent 70%),
        radial-gradient(220px 260px at 100% 100%, rgba(255, 106, 19, .12), transparent 74%),
        linear-gradient(132deg, #fff 3%, #f7faff 52%, #edf3fd 100%);
    box-shadow:
        0 3px 0 rgba(255, 255, 255, .88) inset,
        0 0 0 6px rgba(202, 216, 237, .15),
        0 0 0 9px rgba(228, 235, 247, .27),
        0 22px 34px rgba(44, 77, 128, .11),
        0 6px 14px rgba(54, 92, 152, .07);
    transition: transform .28s cubic-bezier(.16, 1, .3, 1), box-shadow .28s ease, border-color .28s ease;
}

.om-service-detail-card::before {
    position: absolute;
    inset: 8px;
    z-index: 4;
    border-radius: 24px;
    box-shadow: inset 0 0 24px rgba(80, 116, 175, .05);
    content: '';
    pointer-events: none;
}

.om-service-detail-card::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: linear-gradient(115deg, transparent 34%, rgba(255, 255, 255, .56) 49%, transparent 64%);
    content: '';
    opacity: 0;
    pointer-events: none;
    transform: translateX(-110%);
    transition: opacity .24s ease, transform .7s cubic-bezier(.16, 1, .3, 1);
}

.om-service-detail-card:hover,
.om-service-detail-card:focus-within {
    border-color: rgba(245, 160, 0, .35);
    box-shadow:
        0 3px 0 rgba(255, 255, 255, .9) inset,
        0 0 0 6px rgba(202, 216, 237, .13),
        0 0 0 9px rgba(228, 235, 247, .25),
        0 28px 44px rgba(44, 77, 128, .15),
        0 8px 18px rgba(54, 92, 152, .08);
    transform: translateY(-4px);
}

.om-service-detail-card:focus-visible {
    outline: 3px solid rgba(245, 160, 0, .72);
    outline-offset: 5px;
}

.om-service-detail-card:hover::after,
.om-service-detail-card:focus-within::after {
    opacity: .62;
    transform: translateX(110%);
}

.om-service-detail-card__art {
    position: absolute;
    z-index: 0;
    top: 68px;
    right: -42px;
    width: 244px;
    height: 500px;
    object-fit: fill;
    opacity: .84;
    pointer-events: none;
    transition: opacity .45s ease, transform .65s cubic-bezier(.16, 1, .3, 1);
}

.om-service-detail-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.om-service-detail-card__icon {
    display: grid;
    width: 84px;
    height: 84px;
    margin-bottom: 24px;
    place-items: center;
    border: 1px solid rgba(153, 180, 223, .3);
    border-radius: 22px;
    background: linear-gradient(145deg, #fff 0%, #f3f7fe 48%, #e6effc 100%);
    box-shadow:
        0 12px 24px rgba(34, 83, 156, .13),
        0 3px 8px rgba(78, 125, 195, .1),
        inset 0 1px 0 rgba(255, 255, 255, .98);
    color: var(--om-navy-soft);
    font-size: 2.15rem;
    transition: border-color .28s ease, box-shadow .28s ease, color .28s ease, transform .35s cubic-bezier(.16, 1, .3, 1);
}

.om-service-detail-card__content h3 {
    max-width: 95%;
    margin: 0 0 9px;
    color: var(--om-navy);
    font-size: clamp(1.35rem, 1.7vw, 1.72rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.08;
    transition: color .25s ease;
}

.om-service-detail-card__subtitle {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    color: var(--om-orange);
    font-size: .82rem;
    font-weight: 600;
    line-height: 1.45;
}

.om-service-detail-card__subtitle span {
    width: 3px;
    min-width: 3px;
    height: 21px;
    margin-top: 1px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--om-yellow) 0%, var(--om-orange) 58%, var(--om-sunset) 100%);
}

.om-service-detail-card__desc {
    max-width: 92%;
    margin: 21px 0 18px;
    color: #405e83;
    font-size: .84rem;
    line-height: 1.68;
}

.om-service-detail-card__list {
    display: grid;
    gap: 0;
    margin: auto 0 0;
    padding: 10px 0 0;
    border-top: 1px solid rgba(61, 95, 141, .11);
    list-style: none;
}

.om-service-detail-card__list li {
    position: relative;
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 11px;
    color: #264b78;
    font-size: .79rem;
    line-height: 1.35;
}

.om-service-detail-card__list li:not(:last-child)::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(61, 95, 141, .1);
    content: '';
}

.om-service-detail-card__item-icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border: 1px solid rgba(125, 158, 208, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .78);
    box-shadow:
        0 4px 11px rgba(41, 81, 142, .09),
        inset 0 1px 0 rgba(255, 255, 255, .98);
    color: var(--om-card-blue);
    font-size: .93rem;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .3s cubic-bezier(.16, 1, .3, 1);
}

.om-service-detail-card__item-icon i {
    color: inherit;
}

.om-service-detail-card:hover .om-service-detail-card__art,
.om-service-detail-card:focus-within .om-service-detail-card__art {
    opacity: .96;
    transform: translate3d(7px, -5px, 0) scale(1.04);
}

.om-service-detail-card:hover .om-service-detail-card__icon,
.om-service-detail-card:focus-within .om-service-detail-card__icon {
    border-color: rgba(245, 160, 0, .45);
    box-shadow:
        0 14px 27px rgba(34, 83, 156, .15),
        0 4px 10px rgba(245, 160, 0, .12),
        inset 0 1px 0 rgba(255, 255, 255, .98);
    color: #245fae;
    transform: translateY(-2px) scale(1.025);
}

.om-service-detail-card:hover .om-service-detail-card__content h3,
.om-service-detail-card:focus-within .om-service-detail-card__content h3 {
    color: #0b3f86;
}

.om-service-detail-card:hover .om-service-detail-card__item-icon,
.om-service-detail-card:focus-within .om-service-detail-card__item-icon {
    border-color: rgba(245, 160, 0, .35);
    color: #d98900;
    transform: translateX(2px);
}

.om-service-detail-card:hover .om-service-detail-card__list li:nth-child(1) .om-service-detail-card__item-icon,
.om-service-detail-card:focus-within .om-service-detail-card__list li:nth-child(1) .om-service-detail-card__item-icon {
    transition-delay: .03s;
}

.om-service-detail-card:hover .om-service-detail-card__list li:nth-child(2) .om-service-detail-card__item-icon,
.om-service-detail-card:focus-within .om-service-detail-card__list li:nth-child(2) .om-service-detail-card__item-icon {
    transition-delay: .06s;
}

.om-service-detail-card:hover .om-service-detail-card__list li:nth-child(3) .om-service-detail-card__item-icon,
.om-service-detail-card:focus-within .om-service-detail-card__list li:nth-child(3) .om-service-detail-card__item-icon {
    transition-delay: .09s;
}

.om-service-detail-card:hover .om-service-detail-card__list li:nth-child(4) .om-service-detail-card__item-icon,
.om-service-detail-card:focus-within .om-service-detail-card__list li:nth-child(4) .om-service-detail-card__item-icon {
    transition-delay: .12s;
}

@media (prefers-reduced-motion: reduce) {
    .om-service-detail-card {
        transition: none;
    }

    .om-service-detail-card::after,
    .om-service-detail-card__art,
    .om-service-detail-card__icon,
    .om-service-detail-card__content h3,
    .om-service-detail-card__item-icon {
        transition: none;
    }

    .om-service-detail-card::after {
        display: none;
    }

    .om-service-detail-card:hover,
    .om-service-detail-card:focus-within {
        transform: none;
    }

    .om-service-detail-card:hover .om-service-detail-card__art,
    .om-service-detail-card:focus-within .om-service-detail-card__art,
    .om-service-detail-card:hover .om-service-detail-card__icon,
    .om-service-detail-card:focus-within .om-service-detail-card__icon,
    .om-service-detail-card:hover .om-service-detail-card__item-icon,
    .om-service-detail-card:focus-within .om-service-detail-card__item-icon {
        transform: none;
    }
}

.om-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.om-process-card {
    position: relative;
    min-height: 220px;
    padding: 24px;
    border: 1px solid var(--om-line);
    border-radius: 12px;
    background: #fff;
}

.om-process-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px;
    right: -25px;
    width: 26px;
    height: 2px;
    background: var(--om-yellow);
}

.om-process-number {
    margin-bottom: 17px;
    color: #dfe3e9;
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1;
}

.om-process-card h3 {
    margin: 0 0 12px;
    color: var(--om-ink);
    font-size: .94rem;
    font-weight: 700;
}

.om-process-card p {
    margin: 0;
    color: var(--om-text);
    font-size: .84rem;
    line-height: 1.65;
}

.om-projects-page {
    background: #f1f3f6;
}

.om-filter-row {
    width: min(100%, 420px);
    margin: 0 auto 42px;
}

.om-projects-page .om-filter-row .om-custom-select {
    position: relative;
    z-index: 3;
    width: 100%;
}

.om-projects-page .om-filter-row select[data-custom-select] {
    width: 100%;
    min-height: 52px;
    padding: 13px 46px 13px 15px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d5e0eb;
    border-radius: 11px;
    outline: 0;
    background-color: #fbfdff;
    background-image: linear-gradient(45deg, transparent 50%, var(--om-navy) 50%), linear-gradient(135deg, var(--om-navy) 50%, transparent 50%);
    background-position: calc(100% - 19px) 22px, calc(100% - 13px) 22px;
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
    color: var(--om-ink);
    cursor: pointer;
    font: inherit;
    font-size: .91rem;
    line-height: 1.3;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.om-projects-page .om-filter-row select[data-custom-select]:hover,
.om-projects-page .om-filter-row select[data-custom-select]:focus {
    border-color: var(--om-card-blue);
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(47, 102, 179, .12);
}

.om-projects-page .om-filter-row .om-custom-select__native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.om-projects-page .om-filter-row .om-custom-select__trigger {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 15px;
    border: 1px solid #d5e0eb;
    border-radius: 11px;
    background: #fbfdff;
    color: var(--om-ink);
    cursor: pointer;
    font: inherit;
    font-size: .91rem;
    line-height: 1.3;
    text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.om-projects-page .om-filter-row .om-custom-select__trigger::after {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-right: 2px solid var(--om-navy);
    border-bottom: 2px solid var(--om-navy);
    content: '';
    transform: translateY(-2px) rotate(45deg);
    transition: transform .2s ease;
}

.om-projects-page .om-filter-row .om-custom-select__trigger:hover,
.om-projects-page .om-filter-row .om-custom-select__trigger:focus-visible,
.om-projects-page .om-filter-row .om-custom-select.is-open .om-custom-select__trigger {
    border-color: var(--om-card-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(47, 102, 179, .12);
    outline: 0;
}

.om-projects-page .om-filter-row .om-custom-select.is-open {
    z-index: 10;
}

.om-projects-page .om-filter-row .om-custom-select.is-open .om-custom-select__trigger::after {
    transform: translateY(2px) rotate(225deg);
}

.om-projects-page .om-filter-row .om-custom-select__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    max-height: 248px;
    padding: 8px;
    overflow-y: auto;
    border: 1px solid #dbe5ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(11, 33, 70, .16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-5px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
}

.om-projects-page .om-filter-row .om-custom-select.is-open .om-custom-select__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.om-projects-page .om-filter-row .om-custom-select__option {
    display: block;
    width: 100%;
    padding: 11px 12px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #35526f;
    cursor: pointer;
    font: inherit;
    font-size: .86rem;
    line-height: 1.35;
    text-align: left;
    transition: background-color .16s ease, color .16s ease;
}

.om-projects-page .om-filter-row .om-custom-select__option:hover,
.om-projects-page .om-filter-row .om-custom-select__option:focus-visible,
.om-projects-page .om-filter-row .om-custom-select__option.is-selected {
    background: rgba(47, 102, 179, .1);
    color: var(--om-navy);
    outline: 0;
}

.om-projects-page .om-project-grid .project-item[hidden] {
    display: none !important;
}

@media (max-width: 767px) {
    .om-filter-row {
        width: 100%;
        margin-bottom: 36px;
    }

    .om-projects-page .om-filter-row .om-custom-select__trigger {
        min-height: 50px;
        font-size: .86rem;
    }
}

.om-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.om-project-card {
    min-height: 264px;
    overflow: hidden;
    border: 1px solid var(--om-line);
    border-radius: 13px;
    background: #fff;
}

.om-project-card__head {
    min-height: 100px;
    padding: 20px 24px;
    background: #e6e8eb;
}

.om-project-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 13px;
    color: #8190a1;
    font-size: .73rem;
}

.om-project-card__tag {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 4px 11px;
    border-radius: 999px;
    background: #d6e3f8;
    color: #2352a0;
    font-size: .68rem;
    font-weight: 700;
}

.om-project-card:nth-child(3n + 2) .om-project-card__tag {
    background: #f8edb5;
    color: #9c7200;
}

.om-project-card:nth-child(3n) .om-project-card__tag {
    background: #f8dada;
    color: #a42c2c;
}

.om-project-card__head h3 {
    margin: 0;
    color: var(--om-ink);
    font-size: .87rem;
    font-weight: 700;
    line-height: 1.4;
}

.om-project-card__body {
    padding: 20px 24px 23px;
}

.om-project-card__body p {
    margin: 0;
    color: var(--om-text);
    font-size: .84rem;
    line-height: 1.7;
}

.om-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.om-story__copy p {
    margin: 0 0 19px;
}

.om-story__media img {
    width: 100%;
    height: 360px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 18px 34px rgba(11, 33, 70, .13);
}

.om-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.om-value-card {
    min-height: 190px;
    padding: 25px 24px;
    border: 1px solid var(--om-line);
    border-radius: 12px;
    background: #fff;
}

.om-cert-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 328px));
    justify-content: center;
    gap: 16px;
}

.om-cert-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 13px 20px;
    border: 1px solid var(--om-line);
    border-radius: 11px;
    background: #e9edf2;
    color: var(--om-ink);
    font-size: .82rem;
    font-weight: 500;
}

.om-cert-item i {
    color: var(--om-yellow);
    font-size: 1.1rem;
}

.om-cert-grid>[class*="col-"]>div {
    display: flex !important;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 13px 20px !important;
    border: 1px solid var(--om-line) !important;
    border-radius: 11px !important;
    background: #e9edf2 !important;
    text-align: left !important;
}

.om-cert-grid>[class*="col-"]>div>div {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--om-yellow) !important;
    font-size: 1.1rem !important;
}

.om-cert-grid>[class*="col-"] h3 {
    margin: 0 !important;
    color: var(--om-ink) !important;
    font-size: .82rem !important;
    font-weight: 500 !important;
}

.om-contact-section {
    background: #f2f3f5;
}

.om-contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 48px;
    align-items: start;
}

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

.om-contact-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: center;
}

.om-contact-item>div:first-child {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 9px !important;
    background: #e0e4e9 !important;
    color: var(--om-ink) !important;
    font-size: 1.15rem !important;
}

.om-contact-item__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 9px;
    background: #e0e4e9;
    color: var(--om-ink);
}

.om-contact-item small {
    display: block;
    margin-bottom: 3px;
    color: #8593a4;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.om-contact-item a,
.om-contact-item span {
    color: var(--om-ink);
    font-size: .92rem;
    text-decoration: none;
}

.om-map {
    height: 220px;
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid var(--om-line);
    border-radius: 12px;
}

.om-form-card {
    padding: 34px;
    border: 1px solid var(--om-line);
    border-radius: 16px;
    background: #eceef1;
}

.om-form-card h2 {
    margin: 0 0 8px;
    color: var(--om-ink);
    font-size: 1.45rem;
}

.om-form-card>p {
    margin: 0 0 25px;
    color: var(--om-text);
    font-size: .85rem;
}

.om-form-card .form-label {
    color: var(--om-ink) !important;
    font-size: .82rem;
    font-weight: 500 !important;
}

.om-form-card .form-control,
.om-form-card .form-select {
    min-height: 44px;
    border: 1px solid #c6ced8 !important;
    border-radius: 8px !important;
    background: #f8f9fa;
    color: var(--om-ink);
    box-shadow: none !important;
}

.om-form-card textarea.form-control {
    min-height: 122px;
}

.om-form-card .btn-airo-primary {
    min-height: 48px;
    justify-content: center;
    width: 100%;
    background: var(--om-navy) !important;
}

.om-form-card .btn-airo-primary:hover {
    background: var(--om-navy-soft) !important;
}

.ozmuhendis-site .site-footer {
    padding: 58px 0 22px;
    background: var(--om-navy) !important;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.ozmuhendis-site .site-footer .footer-grid {
    margin-bottom: 48px;
}

.ozmuhendis-site .site-footer .footer-brand p,
.ozmuhendis-site .site-footer .footer-links a {
    color: rgba(255, 255, 255, .66);
}

.ozmuhendis-site .site-footer .footer-col h3 {
    margin-bottom: 16px;
    color: #fff;
    font-size: .86rem;
}

.ozmuhendis-site .site-footer .footer-links {
    gap: 9px;
}

.ozmuhendis-site .site-footer .footer-links a::before,
.ozmuhendis-site .site-footer .footer-links i {
    color: var(--om-yellow) !important;
}

.ozmuhendis-site .site-footer .footer-bottom {
    padding-top: 20px;
    color: rgba(255, 255, 255, .45);
}

.ozmuhendis-site .site-footer .footer-backlink {
    color: rgba(255, 255, 255, .45);
}

@media (max-width: 991px) {
    .ozmuhendis-site .header-container {
        width: min(100% - 32px, 1240px);
    }

    .om-why-grid,
    .om-story,
    .om-contact-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

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

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

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

    .om-process-card:nth-child(2)::after {
        display: none;
    }

    .om-process-card:nth-child(1)::after,
    .om-process-card:nth-child(3)::after {
        right: -25px;
    }
}

@media (max-width: 767px) {
    .ozmuhendis-site .site-container {
        width: min(100% - 32px, 1240px);
    }

    /* Mobilde istatistik bandı genel içerik gutter'ına bağlı kalmaz. */
    .ozmuhendis-site .om-stats-band>.site-container {
        width: 100%;
        max-width: none;
    }

    .om-home-hero {
        min-height: 650px;
    }

    .om-home-hero__content {
        padding: 120px 0 70px;
    }

    .om-home-hero h1 {
        font-size: clamp(2.25rem, 10vw, 3.1rem);
    }

    .om-service-grid,
    .om-service-page .om-service-grid,
    .om-values-grid,
    .om-project-grid,
    .om-process-grid {
        grid-template-columns: 1fr;
    }

    .om-service-detail-page .om-related-services-section .om-service-grid {
        grid-template-columns: 1fr;
    }

    .om-stats-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px 0;
        padding-inline: 8px;
    }

    .om-stats-grid>div {
        min-width: 0;
    }

    .om-stat-value {
        font-size: clamp(1.45rem, 7vw, 1.9rem);
        font-weight: 700;
    }

    .om-stat-label {
        font-size: clamp(.54rem, 2.2vw, .66rem);
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: .015em;
    }

    .om-section {
        padding: 68px 0;
    }

    .om-section-heading {
        margin-bottom: 34px;
    }

    .om-service-card {
        min-height: auto;
        padding: 25px;
    }

    .om-service-detail-card {
        height: auto;
        min-height: 0;
    }

    .om-process-card::after {
        display: none !important;
    }

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

    .om-project-card {
        min-height: 0;
    }

    .om-cert-grid {
        grid-template-columns: 1fr;
    }

    .om-why-media img {
        height: 340px;
    }

    .om-emergency-card {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .om-form-card {
        padding: 24px 18px;
    }

    .om-contact-grid {
        gap: 32px;
    }

    .om-breadcrumb-bar .site-container {
        min-height: 42px;
    }

    .ozmuhendis-site .site-footer .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Mobil alt bar yerine ortak sticky iletişim aksiyonları kullanılır. */
body.ozmuhendis-site.has-bottom-bar {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .ozmuhendis-site .sticky-contact-actions {
        display: flex;
        right: 16px;
        bottom: max(16px, env(safe-area-inset-bottom, 0px));
        left: 16px;
    }

    .ozmuhendis-site .site-footer .footer-bottom {
        padding-bottom: 96px;
    }
}

/* ========================================================================== 
   Shared shell refinements: common width, overlay header, inner-page hero
   ========================================================================== */
:root {
    --om-content-width: 1320px;
    --om-content-gutter: 48px;
}

.ozmuhendis-site .site-container,
.ozmuhendis-site .header-container {
    width: min(calc(100% - var(--om-content-gutter)), var(--om-content-width));
    max-width: var(--om-content-width);
    margin-inline: auto;
}

.ozmuhendis-site .site-header {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none;
    z-index: 1000;
}

.ozmuhendis-site .site-header.is-scrolled {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(11, 33, 70, .97) !important;
    border-bottom-color: transparent !important;
    box-shadow: 0 12px 30px rgba(4, 17, 41, .18);
}

.ozmuhendis-site .site-header:not(.is-scrolled) #main-nav a,
.ozmuhendis-site .site-header:not(.is-scrolled) .header-logo,
.ozmuhendis-site .site-header:not(.is-scrolled) .header-logo:hover {
    color: #fff !important;
}

.ozmuhendis-site .site-header:not(.is-scrolled) #main-nav a.active,
.ozmuhendis-site .site-header:not(.is-scrolled) .nav-item-dropdown.is-active>a {
    color: var(--om-yellow) !important;
}

.ozmuhendis-site .nav-item-dropdown.is-active>a,
.ozmuhendis-site #main-nav a.active {
    color: var(--om-yellow) !important;
}

.ozmuhendis-site #main-nav .dropdown-item.active {
    background: rgba(245, 160, 0, .1);
    color: var(--om-navy) !important;
}

.ozmuhendis-site .drawer-nav a.active,
.ozmuhendis-site .drawer-nav-group.is-active>.drawer-accordion-btn {
    color: var(--om-yellow) !important;
}

.ozmuhendis-site .om-page-hero,
.ozmuhendis-site .page-hero-section {
    min-height: 360px;
    height: 360px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 104px 0 52px;
}

.ozmuhendis-site .om-page-hero--image {
    background-image: linear-gradient(90deg, rgba(8, 27, 59, .9) 0%, rgba(8, 27, 59, .68) 54%, rgba(8, 27, 59, .55) 100%), var(--om-page-hero-image);
    background-position: center;
    background-size: cover;
}

.ozmuhendis-site .om-page-hero__content {
    max-width: 760px;
}

.ozmuhendis-site .om-breadcrumb-bar,
.ozmuhendis-site .breadcrumb-nav {
    display: none !important;
}

.ozmuhendis-site .om-page-hero+.om-stats-band {
    display: none !important;
}

.ozmuhendis-site .site-footer {
    position: relative;
    background-color: var(--om-navy) !important;
    background-image: linear-gradient(110deg, rgba(8, 27, 59, .9), rgba(11, 33, 70, .72)), var(--om-footer-bg-image, none) !important;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 1599px) {
    .ozmuhendis-site .site-footer {
        background-position: center;
        /* Laptopta tarayici %100 iken de gorselin hicbir kenari kirpilmasin. */
        background-size: 100% 100%;
    }
}

.ozmuhendis-site .site-footer .footer-links a::before {
    display: none !important;
    content: none !important;
}

.ozmuhendis-site .site-footer .footer-link-chevron {
    display: inline-block;
    width: 1.1em;
    margin-right: .22rem;
    color: var(--om-yellow);
    font-weight: 700;
    letter-spacing: -.18em;
    line-height: 1;
    white-space: nowrap;
}

.ozmuhendis-site .site-footer .footer-contact-icon {
    color: var(--om-yellow) !important;
}

.ozmuhendis-site .site-footer .footer-contact-list>li,
.ozmuhendis-site .site-footer .footer-contact-list>li a {
    color: rgba(255, 255, 255, .66) !important;
    font-size: var(--font-size-sm);
}

.ozmuhendis-site .site-footer .footer-contact-list>li a {
    display: inline-flex;
    align-items: center;
}

.ozmuhendis-site .site-footer .footer-contact-list>li i {
    color: var(--om-yellow) !important;
}

@media (max-width: 991px) {

    .ozmuhendis-site .site-container,
    .ozmuhendis-site .header-container {
        width: min(calc(100% - 32px), var(--om-content-width));
    }

    .ozmuhendis-site .om-page-hero,
    .ozmuhendis-site .page-hero-section {
        min-height: 340px;
        height: 340px;
        padding-top: 100px;
    }
}

@media (max-width: 767px) {

    .ozmuhendis-site .site-footer {
        background-image: none !important;
        background-position: initial;
        background-size: auto;
    }

    .ozmuhendis-site .om-page-hero,
    .ozmuhendis-site .page-hero-section {
        min-height: 320px;
        height: auto;
        padding: 104px 0 54px;
    }

    .ozmuhendis-site .om-page-hero__content {
        max-width: none;
    }
}

/* Ana hero: navbar hero'nun üzerinde durduğu için 16:9 sahne yüksekliği tek
   bir alan olarak hesaplanır. 1920x1080 ekranda hero yüksekliği 1080px olur. */
@media (min-width: 992px) {
    .ozmuhendis-site .om-home-hero {
        height: min(1080px, 100vh, 56.25vw);
        min-height: 680px;
    }

    .ozmuhendis-site .om-home-hero__content {
        margin-right: auto;
        margin-left: 0;
        padding: 0;
    }
}

.ozmuhendis-site #hizmetlerimiz {
    background: #f7f9fc;
}

@media (max-width: 767px) {
    .ozmuhendis-site .om-home-hero {
        height: auto;
        min-height: 700px;
    }

    .ozmuhendis-site .om-home-hero__content {
        padding: 120px 0 70px;
    }
}

/* Referans kartları: görseldeki görsel başlık + konum bandı + metrik anatomisi. */
.ozmuhendis-site .om-projects-page {
    background: #f6faff;
}

.ozmuhendis-site .om-project-grid {
    align-items: stretch;
    gap: 32px;
}

.ozmuhendis-site .om-project-card {
    display: flex;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e1eaf5;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(24, 72, 126, .12);
    transition: transform .24s ease, box-shadow .24s ease;
}

.ozmuhendis-site .om-project-card:hover {
    box-shadow: 0 28px 60px rgba(24, 72, 126, .18);
    transform: translateY(-6px);
}

.ozmuhendis-site .om-project-card__head {
    position: relative;
    isolation: isolate;
    min-height: 354px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 34px 34px 40px;
    overflow: hidden;
    background: #176ebf;
}

.ozmuhendis-site .om-project-card__head::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(140deg, rgba(11, 33, 70, .72) 0%, rgba(11, 33, 70, .84) 52%, rgba(8, 27, 59, .94) 100%),
        linear-gradient(180deg, rgba(11, 33, 70, .12) 0%, rgba(8, 27, 59, .72) 100%);
    content: '';
}

.ozmuhendis-site .om-project-card__image {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.92) contrast(1.04);
}

.ozmuhendis-site .om-project-card__topline {
    position: absolute;
    z-index: 1;
    top: 34px;
    right: 34px;
    left: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ozmuhendis-site .om-project-card__tag,
.ozmuhendis-site .om-project-card:nth-child(n) .om-project-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .16) !important;
    color: #fff !important;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .01em;
    backdrop-filter: blur(10px);
}

.ozmuhendis-site .om-project-card__tag i {
    font-size: 1rem;
}

.ozmuhendis-site .om-project-card__year {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: .92rem;
    font-weight: 600;
    white-space: nowrap;
}

.ozmuhendis-site .om-project-card__year i {
    font-size: 1.2rem;
}

.ozmuhendis-site .om-project-card__head h3 {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0;
    color: #fff;
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.18;
}

.ozmuhendis-site .om-project-card__location {
    position: relative;
    z-index: 2;
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0 28px 0 96px;
    border-bottom: 1px solid #e7edf5;
    background: #fff;
    color: #52627e;
    font-size: 1rem;
    font-weight: 600;
}

.ozmuhendis-site .om-project-card__location>span:last-child {
    min-height: 28px;
    display: flex;
    align-items: center;
    border-left: 2px solid #e2e9f2;
    padding-left: 22px;
}

.ozmuhendis-site .om-project-card__location-icon {
    position: absolute;
    top: 50%;
    left: 28px;
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #edf2f8;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 26px rgba(29, 86, 151, .16);
    color: #2b67ba;
    font-size: 1.8rem;
    transform: translateY(-50%);
}

.ozmuhendis-site .om-project-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 30px 34px 32px;
    background: #fff;
}

.ozmuhendis-site .om-project-card__description {
    margin: 0;
    color: #52627e;
    font-size: .96rem;
    line-height: 1.72;
}

.ozmuhendis-site .om-project-card__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: auto;
    padding-top: 26px;
    border-top: 1px solid #e4ebf4;
}

.ozmuhendis-site .om-project-card__metric {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0 14px;
    color: #2865b5;
}

.ozmuhendis-site .om-project-card__metric:first-child {
    padding-left: 0;
}

.ozmuhendis-site .om-project-card__metric+.om-project-card__metric {
    border-left: 1px solid #e8eef5;
}

.ozmuhendis-site .om-project-card__metric>i {
    flex: 0 0 auto;
    margin-top: 2px;
    font-size: 1.35rem;
}

.ozmuhendis-site .om-project-card__metric span {
    min-width: 0;
}

.ozmuhendis-site .om-project-card__metric strong,
.ozmuhendis-site .om-project-card__metric small {
    display: block;
}

.ozmuhendis-site .om-project-card__metric strong {
    overflow: hidden;
    color: #2865b5;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ozmuhendis-site .om-project-card__metric small {
    margin-top: 4px;
    color: #52627e;
    font-size: .68rem;
    line-height: 1.25;
}

@media (max-width: 991px) {
    .ozmuhendis-site .om-project-card__head {
        min-height: 320px;
    }
}

@media (max-width: 575px) {
    .ozmuhendis-site .om-project-card {
        border-radius: 22px;
    }

    .ozmuhendis-site .om-project-card__head {
        min-height: 300px;
        padding: 28px 24px 32px;
    }

    .ozmuhendis-site .om-project-card__topline {
        top: 28px;
        right: 24px;
        left: 24px;
    }

    .ozmuhendis-site .om-project-card__tag {
        padding: 8px 12px;
        font-size: .72rem;
    }

    .ozmuhendis-site .om-project-card__year {
        font-size: .8rem;
    }

    .ozmuhendis-site .om-project-card__location {
        min-height: 84px;
        padding-left: 84px;
    }

    .ozmuhendis-site .om-project-card__location-icon {
        left: 22px;
        width: 64px;
        height: 64px;
        font-size: 1.5rem;
    }

    .ozmuhendis-site .om-project-card__body {
        padding: 26px 24px 28px;
    }

    .ozmuhendis-site .om-project-card__metric {
        gap: 6px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .ozmuhendis-site .om-project-card__metric>i {
        font-size: 1.1rem;
    }

    .ozmuhendis-site .om-project-card__metric strong {
        font-size: .68rem;
    }

    .ozmuhendis-site .om-project-card__metric small {
        font-size: .61rem;
    }
}

/* Kart oranı: görsel başlık kompakt kalır, badge ve başlık ayrı katmanlarda
   akar; uzun metinler ve metrikler kesilmez. */
.ozmuhendis-site .om-project-card__head {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px 28px 26px;
}

.ozmuhendis-site .om-project-card__head::after {
    z-index: 1;
}

.ozmuhendis-site .om-project-card__image {
    z-index: 0;
}

.ozmuhendis-site .om-project-card__topline {
    position: relative;
    z-index: 2;
    inset: auto;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: auto;
}

.ozmuhendis-site .om-project-card__tag {
    padding: 8px 13px;
    font-size: .74rem;
}

.ozmuhendis-site .om-project-card__year {
    font-size: .84rem;
}

.ozmuhendis-site .om-project-card__head h3 {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    max-width: 100%;
    min-width: 0;
    margin-top: 24px;
    font-size: clamp(1.1rem, 1.45vw, 1.48rem);
    line-height: 1.18;
    overflow-wrap: break-word;
}

.ozmuhendis-site .om-project-card__location {
    min-height: 82px;
    padding-left: 88px;
    font-size: .92rem;
}

.ozmuhendis-site .om-project-card__location-icon {
    left: 24px;
    width: 66px;
    height: 66px;
    font-size: 1.55rem;
}

.ozmuhendis-site .om-project-card__body {
    padding: 26px 30px 30px;
}

.ozmuhendis-site .om-project-card__description {
    font-size: .88rem;
    line-height: 1.65;
}

.ozmuhendis-site .om-project-card__metric strong {
    overflow: visible;
    font-size: .8rem;
    line-height: 1.25;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: break-word;
}

.ozmuhendis-site .om-project-card__metric small {
    font-size: .68rem;
    line-height: 1.3;
}

.ozmuhendis-site .om-project-card__metric {
    min-width: 0;
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
}

.ozmuhendis-site .om-project-card__metric>i {
    font-size: 1.18rem;
}

.ozmuhendis-site .om-project-card__metric span {
    flex: 1 1 auto;
    min-width: 0;
}

@media (max-width: 991px) {
    .ozmuhendis-site .om-project-card__head {
        min-height: 0;
        height: auto;
    }
}

@media (max-width: 575px) {
    .ozmuhendis-site .om-project-card__head {
        min-height: 0;
        height: auto;
        padding: 20px 20px 22px;
    }

    .ozmuhendis-site .om-project-card__head h3 {
        max-width: 100%;
        margin-top: 18px;
        font-size: 1.1rem;
    }

    .ozmuhendis-site .om-project-card__location {
        min-height: 78px;
        padding-left: 80px;
    }

    .ozmuhendis-site .om-project-card__location-icon {
        left: 20px;
        width: 60px;
        height: 60px;
    }

    .ozmuhendis-site .om-project-card__metrics {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ozmuhendis-site .om-project-card__metric,
    .ozmuhendis-site .om-project-card__metric:first-child {
        padding-right: 0;
        padding-left: 0;
    }

    .ozmuhendis-site .om-project-card__metric+.om-project-card__metric {
        border-top: 1px solid #e8eef5;
        border-left: 0;
        padding-top: 12px;
    }
}

/* Premium kart birleşimi: konum rozeti görsel ile bilgi bandının arasına taşar. */
.ozmuhendis-site .om-project-card__location-icon {
    top: 4px;
    left: 24px;
    width: 58px;
    height: 58px;
    border: 4px solid rgba(255, 255, 255, .96);
    box-shadow: 0 12px 26px rgba(11, 33, 70, .18), 0 0 0 1px rgba(225, 234, 245, .9);
    font-size: 1.45rem;
    transform: translateY(-50%);
}

.ozmuhendis-site .om-project-card__location {
    min-height: 56px;
    height: 56px;
    padding-left: 84px;
}

.ozmuhendis-site .om-project-card__location>span:last-child {
    min-height: 24px;
    padding-left: 16px;
    font-size: .88rem;
    transform: translateY(-8px);
}

@media (max-width: 575px) {
    .ozmuhendis-site .om-project-card__location-icon {
        top: 3px;
        left: 18px;
        width: 52px;
        height: 52px;
        font-size: 1.3rem;
    }

    .ozmuhendis-site .om-project-card__location {
        min-height: 50px;
        height: 50px;
        padding-left: 76px;
    }

    .ozmuhendis-site .om-project-card__location>span:last-child {
        transform: translateY(-6px);
    }

}

.ozmuhendis-site .om-reference-empty {
    max-width: 640px;
    margin: 0 auto;
    padding: 4rem 2rem;
    border: 1px solid #e1eaf5;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(24, 72, 126, .08);
    color: #52627e;
    text-align: center;
}

.ozmuhendis-site .om-reference-empty>i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: #eef4fb;
    color: #2865b5;
    font-size: 1.6rem;
}

.ozmuhendis-site .om-reference-empty h2 {
    margin: 0 0 .45rem;
    color: var(--om-navy);
    font-size: 1.35rem;
}

.ozmuhendis-site .om-reference-empty p {
    margin: 0;
    font-size: .9rem;
}

/* Hizmet detay sayfaları: liste kartlarıyla aynı lacivert, mavi ve sıcak vurgu dili. */
.om-service-detail-page {
    background: #f7f9fc;
}

.om-service-detail-hero {
    position: relative;
    display: flex;
    min-height: 610px;
    align-items: center;
    overflow: hidden;
    padding: 126px 0 76px;
    color: #fff;
    background-image:
        linear-gradient(90deg, rgba(8, 27, 59, .94) 0%, rgba(11, 33, 70, .82) 51%, rgba(11, 33, 70, .58) 100%),
        var(--om-service-detail-hero-image);
    background-position: center;
    background-size: cover;
}

.om-service-detail-hero::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 38%, rgba(47, 102, 179, .24), transparent 30%),
        linear-gradient(180deg, transparent 55%, rgba(8, 27, 59, .38) 100%);
    content: '';
    pointer-events: none;
}

.om-service-detail-hero>.site-container {
    position: relative;
    z-index: 1;
}

.om-service-detail-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 48px;
    color: rgba(255, 255, 255, .64);
    font-size: .78rem;
}

.om-service-detail-hero__breadcrumb a {
    color: rgba(255, 255, 255, .76);
    text-decoration: none;
}

.om-service-detail-hero__breadcrumb a:hover,
.om-service-detail-hero__breadcrumb a:focus-visible {
    color: var(--om-yellow);
}

.om-service-detail-hero__breadcrumb strong {
    max-width: 34ch;
    overflow: hidden;
    color: rgba(255, 255, 255, .92);
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.om-service-detail-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    align-items: center;
    gap: 54px;
}

.om-service-detail-hero__content {
    max-width: 760px;
}

.om-service-detail-kicker {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--om-yellow);
    font-size: .77rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.om-service-detail-hero__content h1 {
    max-width: 760px;
    margin: 0 0 15px;
    color: #fff;
    font-size: clamp(2.45rem, 5vw, 4.7rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: 1.03;
}

.om-service-detail-hero__content p {
    max-width: 640px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1rem, 1.5vw, 1.22rem);
    line-height: 1.6;
}

.om-service-detail-hero__visual {
    position: relative;
    min-height: 430px;
}

.om-service-detail-hero__visual img {
    position: absolute;
    top: -30px;
    right: -10px;
    width: min(310px, 82%);
    height: 520px;
    object-fit: fill;
    opacity: .96;
}

.om-service-detail-hero__icon {
    position: absolute;
    top: 102px;
    left: 20%;
    display: grid;
    width: 128px;
    height: 128px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(226, 237, 252, .88));
    box-shadow:
        0 18px 40px rgba(3, 17, 43, .32),
        0 0 0 8px rgba(255, 255, 255, .08),
        inset 0 1px 0 rgba(255, 255, 255, .98);
    color: var(--om-navy);
    font-size: 3rem;
}

.om-service-detail-hero__number {
    position: absolute;
    right: 12%;
    bottom: 45px;
    color: rgba(255, 255, 255, .26);
    font-size: clamp(5rem, 10vw, 8rem);
    font-weight: 800;
    letter-spacing: -.08em;
    line-height: .85;
}

.om-service-detail-overview {
    padding-top: 92px;
    padding-bottom: 100px;
}

.om-service-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr);
    align-items: start;
    gap: 34px;
}

.om-service-detail-main {
    padding: 46px 44px 48px;
    border: 1px solid #e1e8f2;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(24, 72, 126, .08);
}

.om-service-detail-heading h2 {
    max-width: 720px;
    margin: 0;
    color: var(--om-navy);
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1.1;
}

.om-service-detail-lead {
    max-width: 760px;
    margin: 24px 0 36px;
    color: var(--om-text);
    font-size: 1.02rem;
    line-height: 1.8;
}

.om-service-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.om-service-feature {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    min-height: 92px;
    padding: 16px;
    border: 1px solid #e5ecf5;
    border-radius: 17px;
    background: linear-gradient(140deg, #fbfdff, #f4f8fd);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.om-service-feature:hover {
    border-color: rgba(245, 160, 0, .38);
    box-shadow: 0 12px 24px rgba(24, 72, 126, .08);
    transform: translateY(-2px);
}

.om-service-feature__icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border: 1px solid rgba(47, 102, 179, .18);
    border-radius: 13px;
    background: #fff;
    color: var(--om-card-blue);
    font-size: 1rem;
}

.om-service-feature h3 {
    margin: 2px 0 0;
    color: var(--om-navy);
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.4;
}

.om-service-detail-aside {
    position: sticky;
    top: 104px;
}

.om-service-detail-process {
    padding: 34px 30px 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 25px;
    background:
        radial-gradient(260px 220px at 100% 0%, rgba(47, 102, 179, .32), transparent 72%),
        linear-gradient(145deg, var(--om-navy) 0%, var(--om-navy-deep) 100%);
    box-shadow: 0 24px 48px rgba(8, 27, 59, .2);
    color: #fff;
}

.om-service-detail-process .om-service-detail-kicker {
    color: var(--om-sunset);
}

.om-service-detail-process h2 {
    margin: 0 0 13px;
    color: #fff;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 750;
    letter-spacing: -.04em;
    line-height: 1.12;
}

.om-service-detail-process>p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: .9rem;
    line-height: 1.65;
}

.om-service-step-list {
    display: grid;
    gap: 0;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.om-service-step-list li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.om-service-step-list li>span {
    color: var(--om-yellow);
    font-size: .8rem;
    font-weight: 800;
    line-height: 1.4;
}

.om-service-step-list strong,
.om-service-step-list small {
    display: block;
}

.om-service-step-list strong {
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
}

.om-service-step-list small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .58);
    font-size: .76rem;
    line-height: 1.45;
}

.om-service-detail-aside__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    color: #fff;
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
}

.om-service-detail-aside__link:hover,
.om-service-detail-aside__link:focus-visible {
    color: var(--om-sunset);
}

.om-service-detail-footer-cta {
    padding: 64px 0;
    background-color: var(--om-navy);
    color: #fff;
}

.om-service-detail-footer-cta .site-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.om-service-detail-footer-cta .om-service-detail-kicker {
    margin-bottom: 11px;
    color: var(--om-sunset);
}

.om-service-detail-footer-cta h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    font-weight: 750;
    letter-spacing: -.045em;
    line-height: 1.12;
}

.om-service-detail-back-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.om-service-detail-back-link:hover,
.om-service-detail-back-link:focus-visible {
    color: var(--om-yellow);
}

@media (max-width: 991px) {
    .om-service-detail-hero {
        min-height: 570px;
        padding-top: 116px;
    }

    .om-service-detail-hero__grid,
    .om-service-detail-layout {
        grid-template-columns: 1fr;
    }

    .om-service-detail-hero__visual {
        display: none;
    }

    .om-service-detail-aside {
        position: static;
    }
}

@media (max-width: 767px) {
    .om-service-detail-hero {
        min-height: 0;
        padding: 106px 0 62px;
    }

    .om-service-detail-hero__breadcrumb {
        margin-bottom: 34px;
    }

    .om-service-detail-hero__breadcrumb strong {
        max-width: 22ch;
    }

    .om-service-detail-hero__content h1 {
        font-size: clamp(2.2rem, 10vw, 3.3rem);
    }

    .om-service-detail-overview {
        padding-top: 60px;
        padding-bottom: 68px;
    }

    .om-service-detail-main {
        padding: 30px 20px 24px;
        border-radius: 20px;
    }

    .om-service-feature-grid {
        grid-template-columns: 1fr;
    }

    .om-service-detail-process {
        padding: 28px 22px 24px;
        border-radius: 20px;
    }

    .om-service-detail-footer-cta {
        padding: 50px 0;
    }

    .om-service-detail-footer-cta .site-container {
        align-items: flex-start;
        flex-direction: column;
    }

    .om-service-detail-back-link {
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .om-service-feature {
        transition: none;
    }

    .om-service-feature:hover {
        transform: none;
    }
}

/* Iletisim sayfasi: kurumsal panel, form ve harita yenilemesi */
.om-contact-page .om-contact-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 0%, rgba(47, 102, 179, .1), transparent 28%),
        linear-gradient(180deg, #f7f9fc 0%, #eef2f7 100%);
}

.om-contact-page .om-contact-section::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(rgba(11, 33, 70, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 33, 70, .035) 1px, transparent 1px);
    background-size: 48px 48px;
    content: "";
    mask-image: linear-gradient(90deg, #000, transparent 80%);
    pointer-events: none;
}

.om-contact-page .om-contact-grid {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
    gap: 24px;
    align-items: stretch;
}

.om-contact-page .om-contact-grid>div:first-child {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 3.4vw, 42px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0%, rgba(72, 137, 216, .42), transparent 34%),
        linear-gradient(145deg, var(--om-navy) 0%, var(--om-navy-deep) 76%);
    box-shadow: 0 24px 55px rgba(8, 27, 59, .18);
    color: #fff;
}

.om-contact-page .om-contact-grid>div:first-child::before {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(255, 255, 255, .035), 0 0 0 56px rgba(255, 255, 255, .025);
    content: "";
    pointer-events: none;
}

.om-contact-page .om-contact-grid>div:first-child>h2,
.om-contact-page .om-contact-grid>div:first-child>p,
.om-contact-page .om-contact-grid>div:first-child>.d-flex,
.om-contact-page .om-contact-grid>div:first-child>.om-map {
    position: relative;
    z-index: 1;
}

.om-contact-page .om-contact-grid>div:first-child>h2 {
    margin: 0 0 12px !important;
    color: #fff !important;
    font-size: clamp(1.55rem, 2.4vw, 2.05rem) !important;
    font-weight: 700 !important;
    letter-spacing: -.025em;
    line-height: 1.12;
}

.om-contact-page .om-contact-grid>div:first-child>p {
    max-width: 520px;
    margin: 0 0 28px !important;
    color: rgba(255, 255, 255, .72) !important;
    font-size: .94rem;
    line-height: 1.7 !important;
}

.om-contact-page .om-contact-grid>div:first-child>.d-flex {
    gap: 0 !important;
    margin-bottom: 28px !important;
}

.om-contact-page .om-contact-item {
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.om-contact-page .om-contact-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.om-contact-page .om-contact-item>div:first-child {
    display: grid !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    border-radius: 13px !important;
    background: rgba(255, 255, 255, .1) !important;
    color: var(--om-sunset) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    font-size: 1.1rem !important;
}

.om-contact-page .om-contact-item>div:last-child {
    min-width: 0;
}

.om-contact-page .om-contact-item>div:last-child>div:first-child {
    margin-bottom: 5px !important;
    color: rgba(255, 255, 255, .58) !important;
    font-size: .68rem;
    font-weight: 700 !important;
    letter-spacing: .09em;
    line-height: 1.3;
    text-transform: uppercase;
}

.om-contact-page .om-contact-item>div:last-child>div:last-child,
.om-contact-page .om-contact-item>div:last-child>div:last-child a {
    color: rgba(255, 255, 255, .86) !important;
    font-size: .92rem;
    line-height: 1.55;
}

.om-contact-page .om-contact-item>div:last-child>div:last-child a {
    transition: color .2s ease;
}

.om-contact-page .om-contact-item>div:last-child>div:last-child a:hover {
    color: var(--om-sunset) !important;
}

.om-contact-page .om-contact-item strong {
    color: var(--om-sunset) !important;
    font-weight: 700;
}

.om-contact-page .om-contact-grid>div:first-child .om-map {
    height: 236px;
    margin-top: 0;
    padding: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 17px;
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.om-contact-page .om-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0 !important;
    border-radius: 11px;
}

.om-contact-page .om-contact-grid>div:last-child {
    min-width: 0;
}

.om-contact-page .om-form-card {
    position: relative;
    height: 100%;
    padding: clamp(28px, 3.8vw, 46px);
    overflow: visible;
    border: 1px solid #dce5ef;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(11, 33, 70, .1);
}

.om-contact-page .om-form-card::before {
    position: absolute;
    top: 0;
    left: 46px;
    width: 76px;
    height: 4px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(90deg, var(--om-yellow), var(--om-orange));
    content: "";
}

.om-contact-page .om-form-card h2 {
    margin: 0 0 10px !important;
    color: var(--om-navy) !important;
    font-size: clamp(1.55rem, 2.3vw, 2rem) !important;
    font-weight: 700 !important;
    letter-spacing: -.025em;
    line-height: 1.12;
}

.om-contact-page .om-form-card>p {
    max-width: 560px;
    margin: 0 0 28px !important;
    color: #617994 !important;
    font-size: .93rem !important;
    line-height: 1.7;
}

.om-contact-page .om-form-card .form-label {
    margin-bottom: 8px;
    color: var(--om-ink) !important;
    font-size: .76rem;
    font-weight: 700 !important;
    letter-spacing: .025em;
}

.om-contact-page .om-form-card .form-control,
.om-contact-page .om-form-card .form-select {
    min-height: 52px;
    padding: 13px 15px !important;
    border: 1px solid #d5e0eb !important;
    border-radius: 11px !important;
    background: #fbfdff !important;
    color: var(--om-ink);
    box-shadow: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.om-contact-page .om-form-card textarea.form-control {
    min-height: 144px;
    resize: vertical;
}

.om-contact-page .om-form-card .form-control::placeholder {
    color: #9aabbd;
}

.om-contact-page .om-form-card .form-control:focus,
.om-contact-page .om-form-card .form-select:focus {
    border-color: var(--om-card-blue) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(47, 102, 179, .12) !important;
}

.om-contact-page .om-form-card .form-result {
    margin: 0 0 22px;
    padding: 13px 15px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: .84rem;
    line-height: 1.55;
}

.om-contact-page .om-form-card .form-result.is-success {
    border-color: #b9e4cf;
    background: #effaf4;
    color: #17643e;
}

.om-contact-page .om-form-card .form-result.is-error {
    border-color: #f3c2c2;
    background: #fff4f4;
    color: #9b3030;
}

.om-contact-page .om-form-card .btn-airo-primary {
    min-height: 54px;
    justify-content: center;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--om-navy), var(--om-card-blue)) !important;
    box-shadow: 0 12px 24px rgba(11, 33, 70, .16);
    font-size: .92rem !important;
    font-weight: 700;
    letter-spacing: .02em;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.om-contact-page .om-form-card .btn-airo-primary:hover {
    background: linear-gradient(135deg, var(--om-navy-soft), var(--om-card-blue)) !important;
    box-shadow: 0 15px 28px rgba(11, 33, 70, .22);
    transform: translateY(-2px);
}

.om-contact-page .om-form-card .btn-airo-primary:disabled {
    cursor: wait;
    opacity: .78;
    transform: none;
}

@media (max-width: 991px) {
    .om-contact-page .om-contact-grid {
        grid-template-columns: 1fr !important;
    }

    .om-contact-page .om-form-card {
        height: auto;
    }
}

@media (max-width: 767px) {
    .om-contact-page .om-contact-grid {
        gap: 18px;
    }

    .om-contact-page .om-contact-grid>div:first-child,
    .om-contact-page .om-form-card {
        padding: 26px 20px;
        border-radius: 20px;
    }

    .om-contact-page .om-form-card::before {
        left: 20px;
    }

    .om-contact-page .om-contact-grid>div:first-child .om-map {
        height: 218px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .om-contact-page .om-contact-item>div:last-child>div:last-child a,
    .om-contact-page .om-form-card .form-control,
    .om-contact-page .om-form-card .form-select,
    .om-contact-page .om-form-card .btn-airo-primary {
        transition: none;
    }

    .om-contact-page .om-form-card .btn-airo-primary:hover {
        transform: none;
    }
}

/* Iletisim formu: Bootstrap bagimliligi olmadan stabil grid */
.om-contact-page .om-contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

.om-contact-page .om-form-field,
.om-contact-page .om-form-actions {
    min-width: 0;
}

.om-contact-page .om-form-field--full,
.om-contact-page .om-form-actions {
    grid-column: 1 / -1;
}

.om-contact-page .om-form-field>.form-label {
    display: block;
    width: 100%;
}

.om-contact-page .om-form-field>.form-control,
.om-contact-page .om-form-field>.form-select,
.om-contact-page .om-form-field>.om-custom-select {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.om-contact-page .om-form-actions {
    margin-top: 0;
}

.om-contact-page .om-form-actions .btn-airo-primary {
    width: 100%;
}

/* Custom select: native menu gizli tutulur, FormData icin select DOM'da kalir. */
.om-contact-page .om-custom-select {
    position: relative;
    z-index: 3;
}

.om-contact-page .om-custom-select__native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.om-contact-page .om-custom-select__trigger {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 15px;
    border: 1px solid #d5e0eb;
    border-radius: 11px;
    background: #fbfdff;
    color: var(--om-ink);
    font: inherit;
    font-size: .91rem;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.om-contact-page .om-custom-select__trigger::after {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-right: 2px solid var(--om-navy);
    border-bottom: 2px solid var(--om-navy);
    content: "";
    transform: translateY(-2px) rotate(45deg);
    transition: transform .2s ease;
}

.om-contact-page .om-custom-select.is-open {
    z-index: 10;
}

.om-contact-page .om-custom-select__trigger:hover,
.om-contact-page .om-custom-select__trigger:focus-visible,
.om-contact-page .om-custom-select.is-open .om-custom-select__trigger {
    border-color: var(--om-card-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(47, 102, 179, .12);
    outline: 0;
}

.om-contact-page .om-custom-select.is-open .om-custom-select__trigger::after {
    transform: translateY(2px) rotate(225deg);
}

.om-contact-page .om-custom-select__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    max-height: 248px;
    padding: 8px;
    overflow-y: auto;
    border: 1px solid #dbe5ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(11, 33, 70, .16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-5px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
}

.om-contact-page .om-custom-select.is-open .om-custom-select__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.om-contact-page .om-custom-select__option {
    display: block;
    width: 100%;
    padding: 11px 12px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #35526f;
    font: inherit;
    font-size: .86rem;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    transition: background-color .16s ease, color .16s ease;
}

.om-contact-page .om-custom-select__option:hover,
.om-contact-page .om-custom-select__option:focus-visible,
.om-contact-page .om-custom-select__option.is-selected {
    background: rgba(47, 102, 179, .1);
    color: var(--om-navy);
    outline: 0;
}

.om-contact-page .spinner-border {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: .15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    vertical-align: -.125em;
    animation: om-contact-spinner .75s linear infinite;
}

@keyframes om-contact-spinner {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .om-contact-page .om-contact-form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .om-contact-page .om-form-field--full,
    .om-contact-page .om-form-actions {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {

    .om-contact-page .om-custom-select__trigger,
    .om-contact-page .om-custom-select__menu,
    .om-contact-page .om-custom-select__option {
        transition: none;
    }

    .om-contact-page .spinner-border {
        animation: none;
    }
}

/* --------------------------------------------------------------------------
   Teklif modalı - site markasıyla uyumlu, odaklı ve kurumsal görünüm
   -------------------------------------------------------------------------- */
.ozmuhendis-site #quote-modal {
    background:
        radial-gradient(circle at 12% 12%, rgba(47, 102, 179, .24), transparent 30%),
        radial-gradient(circle at 88% 88%, rgba(245, 166, 35, .15), transparent 26%),
        rgba(6, 19, 43, .82);
    overflow-y: auto;
    padding: clamp(12px, 3vw, 28px);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ozmuhendis-site #quote-modal::-webkit-scrollbar {
    display: none;
}

.ozmuhendis-site #quote-modal .site-modal {
    width: min(100%, 720px);
    max-width: 720px;
    max-height: none;
    padding: 0;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 26px;
    background: #f7faff;
    box-shadow: 0 34px 90px rgba(4, 17, 40, .38), 0 0 0 1px rgba(9, 35, 78, .08);
}

.ozmuhendis-site #quote-modal .site-modal::before {
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--om-yellow) 0%, var(--om-orange) 48%, #ffd66b 100%);
    content: '';
    z-index: 2;
}

.ozmuhendis-site #quote-modal .modal-header {
    position: relative;
    isolation: isolate;
    min-height: 170px;
    margin: 0;
    padding: 30px 82px 26px 40px;
    overflow: hidden;
    background:
        linear-gradient(118deg, rgba(6, 26, 61, .98), rgba(18, 63, 125, .96) 58%, rgba(47, 102, 179, .94)),
        var(--om-navy-deep);
    color: #fff;
}

.ozmuhendis-site #quote-modal .modal-header::before,
.ozmuhendis-site #quote-modal .modal-header::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.ozmuhendis-site #quote-modal .modal-header::before {
    top: -112px;
    right: -74px;
    width: 300px;
    height: 300px;
    box-shadow: 0 0 0 22px rgba(255, 255, 255, .035), 0 0 0 46px rgba(255, 255, 255, .025);
}

.ozmuhendis-site #quote-modal .modal-header::after {
    right: 74px;
    bottom: -120px;
    width: 210px;
    height: 210px;
    border-color: rgba(245, 166, 35, .18);
}

.ozmuhendis-site #quote-modal .badge-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 211, 103, .38);
    border-radius: 999px;
    background: rgba(245, 166, 35, .13);
    color: #ffe09a;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}

.ozmuhendis-site #quote-modal .badge-eyebrow::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--om-yellow);
    box-shadow: 0 0 0 4px rgba(245, 166, 35, .14);
    content: '';
}

.ozmuhendis-site #quote-modal .modal-header h2 {
    max-width: 510px;
    margin: 0 0 9px;
    color: #fff;
    font-size: clamp(1.65rem, 3.2vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.ozmuhendis-site #quote-modal .modal-header p {
    max-width: 535px;
    margin: 0;
    color: rgba(235, 243, 255, .78);
    font-size: .9rem;
    line-height: 1.65;
}

.ozmuhendis-site #quote-modal .modal-close {
    top: 25px;
    right: 25px;
    z-index: 3;
    display: inline-grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .88);
    font-size: .95rem;
    transition: background-color .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.ozmuhendis-site #quote-modal .modal-close:hover,
.ozmuhendis-site #quote-modal .modal-close:focus-visible {
    border-color: rgba(255, 224, 154, .72);
    background: var(--om-yellow);
    color: var(--om-navy-deep);
    outline: 0;
    transform: rotate(4deg);
}

.ozmuhendis-site #quote-modal form {
    margin: 0;
    padding: 24px 40px 30px;
    background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.ozmuhendis-site #quote-modal .form-group {
    margin: 0 0 15px;
}

.ozmuhendis-site #quote-modal .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ozmuhendis-site #quote-modal label {
    display: block;
    margin: 0 0 8px;
    color: var(--om-navy-deep);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .01em;
}

.ozmuhendis-site #quote-modal input:not([type='hidden']),
.ozmuhendis-site #quote-modal textarea {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 12px 15px;
    border: 1px solid #d7e2ef;
    border-radius: 12px;
    background: rgba(255, 255, 255, .92);
    color: var(--om-ink);
    font: inherit;
    font-size: .9rem;
    line-height: 1.45;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ozmuhendis-site #quote-modal textarea {
    min-height: 104px;
    resize: vertical;
}

.ozmuhendis-site #quote-modal input:not([type='hidden'])::placeholder,
.ozmuhendis-site #quote-modal textarea::placeholder {
    color: #8a9ab0;
    opacity: 1;
}

.ozmuhendis-site #quote-modal input:not([type='hidden']):hover,
.ozmuhendis-site #quote-modal textarea:hover {
    border-color: #b8cbe0;
    background: #fff;
}

.ozmuhendis-site #quote-modal input:not([type='hidden']):focus,
.ozmuhendis-site #quote-modal textarea:focus {
    border-color: var(--om-card-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(47, 102, 179, .13), 0 8px 20px rgba(12, 39, 81, .06);
}

.ozmuhendis-site #quote-modal .btn-primary {
    display: inline-flex;
    width: 100%;
    min-height: 51px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 0;
    padding: 14px 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 13px;
    background: linear-gradient(110deg, var(--om-navy-deep), var(--om-card-blue));
    box-shadow: 0 13px 24px rgba(15, 53, 110, .2);
    color: #fff;
    font-size: .9rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.ozmuhendis-site #quote-modal .btn-primary:hover,
.ozmuhendis-site #quote-modal .btn-primary:focus-visible {
    box-shadow: 0 17px 30px rgba(15, 53, 110, .28);
    filter: saturate(1.08);
    outline: 0;
    transform: translateY(-2px);
}

.ozmuhendis-site #quote-modal .btn-primary:active {
    transform: translateY(0);
}

.ozmuhendis-site #quote-modal .btn-primary:disabled {
    cursor: wait;
    filter: grayscale(.12);
    opacity: .72;
    transform: none;
}

.ozmuhendis-site #quote-modal .form-result {
    margin-top: 16px;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: .83rem;
    line-height: 1.5;
}

.ozmuhendis-site #quote-modal .form-result:empty {
    display: none;
}

.ozmuhendis-site #quote-modal .form-result.success {
    border-color: rgba(25, 135, 84, .2);
    background: rgba(25, 135, 84, .08);
    color: #146c43;
}

.ozmuhendis-site #quote-modal .form-result.error {
    border-color: rgba(185, 28, 28, .18);
    background: rgba(185, 28, 28, .07);
    color: #991b1b;
}

.ozmuhendis-site #quote-modal .spinner-border {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: .15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    vertical-align: -.125em;
    animation: om-quote-spinner .75s linear infinite;
}

@keyframes om-quote-spinner {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .ozmuhendis-site #quote-modal {
        align-items: flex-start;
        padding: 10px;
    }

    .ozmuhendis-site #quote-modal .site-modal {
        max-height: none;
        border-radius: 20px;
    }

    .ozmuhendis-site #quote-modal .modal-header {
        min-height: 0;
        padding: 31px 66px 27px 24px;
    }

    .ozmuhendis-site #quote-modal .modal-header h2 {
        font-size: 1.55rem;
    }

    .ozmuhendis-site #quote-modal .modal-header p {
        font-size: .82rem;
    }

    .ozmuhendis-site #quote-modal .modal-close {
        top: 18px;
        right: 18px;
    }

    .ozmuhendis-site #quote-modal form {
        padding: 24px 22px 28px;
    }

    .ozmuhendis-site #quote-modal .grid-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (prefers-reduced-motion: reduce) {

    .ozmuhendis-site #quote-modal .modal-close,
    .ozmuhendis-site #quote-modal input:not([type='hidden']),
    .ozmuhendis-site #quote-modal textarea,
    .ozmuhendis-site #quote-modal .btn-primary {
        transition: none;
    }

    .ozmuhendis-site #quote-modal .spinner-border {
        animation: none;
    }
}

/* --------------------------------------------------------------------------
   Blog detay - editoryal makale düzeni ve sticky yardımcı kart
   -------------------------------------------------------------------------- */
.ozmuhendis-site main.om-blog-detail-page {
    overflow: visible;
}

.ozmuhendis-site .om-blog-detail-section {
    padding: clamp(46px, 6vw, 82px) 0;
    background:
        radial-gradient(circle at 0% 12%, rgba(47, 102, 179, .08), transparent 28%),
        linear-gradient(180deg, #f4f7fb 0%, #edf3f9 100%);
}

.ozmuhendis-site .om-blog-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    align-items: start;
    gap: clamp(26px, 4vw, 58px);
}

.ozmuhendis-site .om-blog-detail-article {
    min-width: 0;
    padding: clamp(24px, 4vw, 48px);
    border: 1px solid #dce6f0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(8, 27, 59, .08);
}

.ozmuhendis-site .om-blog-detail-article__header {
    padding-bottom: 24px;
    border-bottom: 1px solid #e5ebf2;
}

.ozmuhendis-site .om-blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    margin-bottom: 14px;
    color: var(--om-card-blue);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.ozmuhendis-site .om-blog-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ozmuhendis-site .om-blog-detail-meta span+span {
    color: #71839a;
}

.ozmuhendis-site .om-blog-detail-meta i {
    color: var(--om-yellow);
    font-size: .9rem;
}

.ozmuhendis-site .om-blog-detail-article__lead {
    max-width: 62ch;
    margin: 0;
    color: #536b86;
    font-size: 1rem;
    line-height: 1.7;
}

.ozmuhendis-site .om-blog-detail-cover {
    margin: 28px 0 34px;
    overflow: hidden;
    border: 1px solid #dbe5ef;
    border-radius: 18px;
    background: #eaf0f7;
}

.ozmuhendis-site .om-blog-detail-cover img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.2;
    object-fit: cover;
}

.ozmuhendis-site .om-blog-detail-prose {
    max-width: 74ch;
    margin: 0 auto;
    color: #334b67;
    font-size: 1.02rem;
    line-height: 1.86;
}

.ozmuhendis-site .om-blog-detail-prose> :first-child {
    margin-top: 0;
}

.ozmuhendis-site .om-blog-detail-prose> :last-child {
    margin-bottom: 0;
}

.ozmuhendis-site .om-blog-detail-prose p {
    margin: 0 0 1.35em;
}

.ozmuhendis-site .om-blog-detail-prose h2,
.ozmuhendis-site .om-blog-detail-prose h3,
.ozmuhendis-site .om-blog-detail-prose h4 {
    margin: 2em 0 .65em;
    color: var(--om-navy-deep);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.25;
}

.ozmuhendis-site .om-blog-detail-prose h2 {
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
}

.ozmuhendis-site .om-blog-detail-prose h3 {
    font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.ozmuhendis-site .om-blog-detail-prose h4 {
    font-size: 1.1rem;
}

.ozmuhendis-site .om-blog-detail-prose ul,
.ozmuhendis-site .om-blog-detail-prose ol {
    margin: 0 0 1.45em;
    padding-left: 1.35em;
}

.ozmuhendis-site .om-blog-detail-prose li {
    margin-bottom: .55em;
    padding-left: .25em;
}

.ozmuhendis-site .om-blog-detail-prose li::marker {
    color: var(--om-yellow);
    font-weight: 800;
}

.ozmuhendis-site .om-blog-detail-prose a {
    color: var(--om-card-blue);
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.ozmuhendis-site .om-blog-detail-prose a:hover {
    color: var(--om-navy-deep);
}

.ozmuhendis-site .om-blog-detail-prose strong {
    color: var(--om-navy-deep);
    font-weight: 800;
}

.ozmuhendis-site .om-blog-detail-prose blockquote {
    margin: 1.8em 0;
    padding: 18px 22px;
    border-left: 3px solid var(--om-yellow);
    border-radius: 0 12px 12px 0;
    background: #f5f8fc;
    color: #45617e;
    font-size: 1.05em;
}

.ozmuhendis-site .om-blog-detail-prose img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.8em auto;
    border-radius: 12px;
}

.ozmuhendis-site .om-blog-detail-prose .ql-align-center {
    text-align: center;
}

.ozmuhendis-site .om-blog-detail-prose .ql-align-right {
    text-align: right;
}

.ozmuhendis-site .om-blog-detail-prose hr {
    margin: 2.2em 0;
    border: 0;
    border-top: 1px solid #e1e8f0;
}

.ozmuhendis-site .om-blog-detail-prose pre {
    margin: 1.6em 0;
    padding: 16px 18px;
    overflow-x: auto;
    border-radius: 12px;
    background: #081b3b;
    color: #e9f1fb;
    font-size: .88em;
    line-height: 1.65;
}

.ozmuhendis-site .om-blog-detail-prose code {
    padding: .15em .38em;
    border-radius: 5px;
    background: #edf3f9;
    color: var(--om-navy-deep);
    font-size: .9em;
}

.ozmuhendis-site .om-blog-detail-prose pre code {
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
}

.ozmuhendis-site .om-blog-detail-prose table {
    width: 100%;
    margin: 1.6em 0;
    border-collapse: collapse;
    font-size: .92em;
}

.ozmuhendis-site .om-blog-detail-prose th,
.ozmuhendis-site .om-blog-detail-prose td {
    padding: 11px 13px;
    border: 1px solid #dce6f0;
    text-align: left;
    vertical-align: top;
}

.ozmuhendis-site .om-blog-detail-prose th {
    background: #f3f7fb;
    color: var(--om-navy-deep);
    font-weight: 800;
}

.ozmuhendis-site .om-blog-detail-sidebar {
    position: sticky;
    top: 108px;
    align-self: start;
    min-width: 0;
}

.ozmuhendis-site .om-blog-detail-sidebar__card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(47, 102, 179, .5), transparent 42%),
        linear-gradient(145deg, #071a38 0%, #0b2d61 100%);
    box-shadow: 0 22px 48px rgba(8, 27, 59, .2);
    color: #fff;
}

.ozmuhendis-site .om-blog-detail-sidebar__card::before {
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--om-yellow), var(--om-orange));
    content: '';
}

.ozmuhendis-site .om-blog-detail-contact {
    position: relative;
    padding: 28px 26px 30px;
}

.ozmuhendis-site .om-blog-detail-contact::after {
    position: absolute;
    right: -64px;
    bottom: -82px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, .03), 0 0 0 42px rgba(255, 255, 255, .02);
    content: '';
    pointer-events: none;
}

.ozmuhendis-site .om-blog-detail-sidebar__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #ffd66b;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.4;
}

.ozmuhendis-site .om-blog-detail-contact h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.2;
}

.ozmuhendis-site .om-blog-detail-contact p {
    position: relative;
    z-index: 1;
    margin: 0 0 22px;
    color: rgba(235, 243, 255, .74);
    font-size: .88rem;
    line-height: 1.7;
}

.ozmuhendis-site .om-blog-detail-contact__link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    border: 1px solid rgba(255, 220, 117, .35);
    border-radius: 10px;
    background: var(--om-yellow);
    color: var(--om-navy-deep);
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.ozmuhendis-site .om-blog-detail-contact__link:hover,
.ozmuhendis-site .om-blog-detail-contact__link:focus-visible {
    background: #ffd166;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    outline: 0;
    transform: translateY(-2px);
}

.ozmuhendis-site .om-blog-detail-navigation {
    position: relative;
    z-index: 1;
    padding: 24px 26px 26px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.ozmuhendis-site .om-blog-detail-navigation .om-blog-detail-sidebar__eyebrow {
    margin-bottom: 12px;
    color: rgba(235, 243, 255, .62);
}

.ozmuhendis-site .om-blog-detail-navigation__item {
    display: block;
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}

.ozmuhendis-site .om-blog-detail-navigation__item:first-of-type {
    border-top: 0;
}

.ozmuhendis-site .om-blog-detail-navigation__item span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
    color: #ffd66b;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ozmuhendis-site .om-blog-detail-navigation__item strong {
    display: block;
    color: rgba(255, 255, 255, .86);
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.ozmuhendis-site .om-blog-detail-navigation__item:hover,
.ozmuhendis-site .om-blog-detail-navigation__item:focus-visible {
    padding-left: 5px;
    outline: 0;
}

.ozmuhendis-site .om-blog-detail-navigation__item:hover strong,
.ozmuhendis-site .om-blog-detail-navigation__item:focus-visible strong {
    color: #fff;
}

@media (max-width: 991px) {
    .ozmuhendis-site .om-blog-detail-layout {
        grid-template-columns: 1fr;
    }

    .ozmuhendis-site .om-blog-detail-sidebar {
        position: static;
    }

    .ozmuhendis-site .om-blog-detail-sidebar__card {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr);
    }

    .ozmuhendis-site .om-blog-detail-sidebar__card::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    .ozmuhendis-site .om-blog-detail-navigation {
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, .14);
    }
}

@media (max-width: 767px) {
    .ozmuhendis-site .om-blog-detail-section {
        padding: 34px 0 46px;
    }

    .ozmuhendis-site .om-blog-detail-layout {
        gap: 22px;
    }

    .ozmuhendis-site .om-blog-detail-article {
        padding: 21px;
        border-radius: 18px;
    }

    .ozmuhendis-site .om-blog-detail-article__header {
        padding-bottom: 19px;
    }

    .ozmuhendis-site .om-blog-detail-cover {
        margin: 22px 0 27px;
        border-radius: 13px;
    }

    .ozmuhendis-site .om-blog-detail-cover img {
        aspect-ratio: 16 / 10;
    }

    .ozmuhendis-site .om-blog-detail-prose {
        font-size: .98rem;
        line-height: 1.78;
    }

    .ozmuhendis-site .om-blog-detail-sidebar__card {
        display: block;
    }

    .ozmuhendis-site .om-blog-detail-navigation {
        border-top: 1px solid rgba(255, 255, 255, .14);
        border-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {

    .ozmuhendis-site .om-blog-detail-contact__link,
    .ozmuhendis-site .om-blog-detail-navigation__item {
        transition: none;
    }
}

/* İletişim formu: kartı sol bilgi panelinin yüksekliğine zorlamadan içerikle bitir. */
.om-contact-page .om-contact-grid {
    align-items: start !important;
}

.om-contact-page .om-contact-grid>div:last-child,
.om-contact-page .om-form-card {
    align-self: start;
}

.om-contact-page .om-form-card {
    height: auto;
    min-height: 0;
}

/* ══════════════════════════════════════════════════════════════
   ÖZ MÜHENDİSLİK — HİZMET DETAY SAYFASI (SEO & CONVERSION)
   ══════════════════════════════════════════════════════════════ */
.om-service-detail-page {
    background-color: #f8fafc;
}

.om-breadcrumb-sep {
    font-size: 0.72rem;
    opacity: 0.5;
}

/* Sayfa Gövdesi & Grid Düzeni */
.om-service-detail-body {
    padding: 50px 0 70px;
}

.om-service-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 36px;
    align-items: start;
}

.om-content-card {
    padding: 34px 32px;
    margin-bottom: 28px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(11, 33, 70, 0.035);
}

.om-section-kicker-group {
    margin-bottom: 22px;
}

.om-section-title {
    margin: 6px 0 10px;
    color: var(--om-navy);
    font-size: clamp(1.4rem, 2vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.om-editorial-text p {
    margin-bottom: 18px;
    color: #334155;
    font-size: 1rem;
    line-height: 1.8;
}

.om-editorial-text p:last-child {
    margin-bottom: 0;
}

.om-lead-paragraph {
    color: #1e293b !important;
    font-size: 1.08rem !important;
    font-weight: 500;
    line-height: 1.75 !important;
}

/* Vurgu Kutusu */
.om-highlight-callout {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 22px;
    margin-top: 24px;
    border-left: 4px solid var(--om-yellow);
    border-radius: 12px;
    background: #fffbeb;
}

.om-highlight-callout__icon {
    flex-shrink: 0;
    color: #d97706;
    font-size: 1.5rem;
    line-height: 1;
}

.om-highlight-callout__text strong {
    display: block;
    margin-bottom: 4px;
    color: #92400e;
    font-size: 0.96rem;
    font-weight: 700;
}

.om-highlight-callout__text p {
    margin: 0;
    color: #78350f;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Hizmet Kapsamı Kartları */
.om-scope-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 20px;
}

.om-scope-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.om-scope-card:hover {
    border-color: rgba(245, 158, 11, 0.45);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(11, 33, 70, 0.06);
    transform: translateY(-2px);
}

.om-scope-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    place-items: center;
    border: 1px solid rgba(14, 116, 144, 0.15);
    border-radius: 10px;
    background: linear-gradient(135deg, #0b2146 0%, #1e3a68 100%);
    color: #f59e0b;
    font-size: 1.15rem;
}

.om-scope-card__body h3 {
    margin: 0 0 6px;
    color: var(--om-navy);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
}

.om-scope-card__body p {
    margin: 0;
    color: #475569;
    font-size: 0.84rem;
    line-height: 1.55;
}

/* Standartlar ve Mevzuat Grid */
.om-standards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 20px;
}

.om-standard-pill {
    display: flex;
    flex-direction: column;
    padding: 16px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.om-standard-code {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    color: #0b2146;
    font-size: 0.88rem;
    font-weight: 700;
}

.om-standard-code i {
    color: #f59e0b;
}

.om-standard-name {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.45;
}

/* 4 Aşamalı Süreç Adımları */
.om-detail-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 20px;
}

.om-detail-step-card {
    position: relative;
    padding: 22px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
}

.om-detail-step-card__num {
    margin-bottom: 10px;
    color: #f59e0b;
    font-family: var(--font-heading, sans-serif);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}

.om-detail-step-card h3 {
    margin: 0 0 8px;
    color: var(--om-navy);
    font-size: 0.98rem;
    font-weight: 700;
}

.om-detail-step-card p {
    margin: 0;
    color: #475569;
    font-size: 0.85rem;
    line-height: 1.55;
}

/* Avantajlar Grid */
.om-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.om-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.om-benefit-item__icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    place-items: center;
    border-radius: 10px;
    background: #ecfdf5;
    color: #059669;
    font-size: 1.15rem;
}

.om-benefit-item h3 {
    margin: 0 0 4px;
    color: var(--om-navy);
    font-size: 0.96rem;
    font-weight: 700;
}

.om-benefit-item p {
    margin: 0;
    color: #475569;
    font-size: 0.84rem;
    line-height: 1.55;
}

/* SSS Akordiyon (HTML5 <details>) */
.om-faq-accordion {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.om-faq-item {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.om-faq-item[open] {
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 4px 14px rgba(11, 33, 70, 0.04);
}

.om-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    color: var(--om-navy);
    cursor: pointer;
    font-size: 0.96rem;
    font-weight: 600;
    list-style: none;
    user-select: none;
}

.om-faq-question::-webkit-details-marker {
    display: none;
}

.om-faq-arrow {
    flex-shrink: 0;
    color: #94a3b8;
    font-size: 0.88rem;
    transition: transform 0.25s ease, color 0.25s ease;
}

.om-faq-item[open] .om-faq-arrow {
    color: #f59e0b;
    transform: rotate(180deg);
}

.om-faq-answer {
    padding: 0 20px 18px;
    border-top: 1px solid #f1f5f9;
    margin-top: 0;
    padding-top: 14px;
}

.om-faq-answer p {
    margin: 0;
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.7;
}

/* ═══════════════ Sticky Sidebar ═══════════════ */
.om-sticky-sidebar {
    position: sticky;
    top: 96px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.om-sidebar-card {
    padding: 24px 22px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(11, 33, 70, 0.03);
}

.om-sidebar-kicker {
    display: block;
    margin-bottom: 6px;
    color: #f59e0b;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.om-sidebar-summary__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.om-sidebar-summary__icon {
    display: grid;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #0b2146 0%, #1e3a68 100%);
    color: #f59e0b;
    font-size: 1.25rem;
}

.om-sidebar-checklist {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
}

.om-sidebar-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    font-size: 0.84rem;
    line-height: 1.4;
}

.om-sidebar-checklist li i {
    font-size: 1rem;
    margin-top: 1px;
}

.om-sidebar-divider {
    height: 1px;
    margin: 16px 0;
    background: #e2e8f0;
}

.om-sidebar-contact {
    background: linear-gradient(145deg, #0b2146 0%, #162f55 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 12px 28px rgba(11, 33, 70, 0.15);
}

.om-sidebar-phone-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.om-sidebar-phone-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.35);
}

.om-sidebar-phone-btn i {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 8px;
    background: #f59e0b;
    color: #0b2146;
    font-size: 1.1rem;
}

.om-sidebar-phone-btn small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
}

.om-sidebar-phone-btn strong {
    font-size: 0.95rem;
}

.om-sidebar-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #25d366;
    color: #ffffff !important;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.om-sidebar-whatsapp-btn:hover {
    background-color: #1ebd5a;
}

.om-sidebar-menu {
    display: grid;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.om-sidebar-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    color: #334155;
    font-size: 0.84rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease;
}

.om-sidebar-menu li a:hover {
    background: #f1f5f9;
    color: #0b2146;
}

.om-sidebar-menu li.is-active a {
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
}

.om-sidebar-menu li.is-active a .arrow-icon {
    color: #1d4ed8;
}

.om-sidebar-menu .arrow-icon {
    font-size: 0.75rem;
    color: #94a3b8;
}

.om-sidebar-badge {
    background: #fffdf5;
    border-color: rgba(245, 158, 11, 0.3);
}

/* ═══════════════ Responsive Uyumluluk ═══════════════ */
@media (max-width: 991px) {
    .om-service-detail-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .om-sticky-sidebar {
        position: static;
    }

    .om-scope-grid,
    .om-standards-grid,
    .om-detail-steps-grid,
    .om-benefits-grid {
        grid-template-columns: 1fr;
    }

    .om-content-card {
        padding: 26px 20px;
    }
}

@media (max-width: 576px) {
    .om-service-hero {
        padding: 44px 0 40px;
    }

    .om-service-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .om-service-hero__actions a {
        width: 100%;
        text-align: center;
    }
}
