/* MBA Ataşman - Kurumsal Kimlik V1 */
:root {
    --mba-navy: #102a3a;
    --mba-navy-deep: #0b1f2c;
    --mba-gold: #f5a800;
    --mba-gold-dark: #d89100;
    --mba-graphite: #20272d;
    --mba-steel: #6c7c87;
    --mba-mist: #e8edf0;
    --mba-ice: #f5f7f8;
    --mba-white: #ffffff;
    --mba-radius: 10px;
    --mba-shadow: 0 18px 44px rgba(16, 42, 58, .09);
}

html { scroll-behavior: smooth; }
body {
    color: var(--mba-graphite);
    background: var(--mba-white);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.main-menu,
.ttm-btn,
button,
input[type="submit"] {
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { color: var(--mba-navy); }
a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
::selection { color: var(--mba-navy); background: rgba(245, 168, 0, .42); }

/* Header */
.ttm-topbar-wrapper,
.ttm-bgcolor-darkgrey { background-color: var(--mba-navy) !important; }
.ttm-topbar-wrapper a,
.ttm-topbar-wrapper li { color: rgba(255, 255, 255, .86) !important; }
.ttm-topbar-wrapper i { color: var(--mba-gold) !important; }
.ttm-topbar-wrapper .ttm-highlight-left { background: var(--mba-navy-deep) !important; }
.site-header-menu { border-bottom: 1px solid var(--mba-mist); box-shadow: 0 8px 28px rgba(16, 42, 58, .08); }
.site-branding img { width: auto; max-height: 68px; }
.main-menu ul.menu > li > a { color: var(--mba-graphite) !important; font-weight: 700; letter-spacing: .01em; }
.main-menu ul.menu > li > a:hover,
.main-menu ul.menu > li.active > a { color: var(--mba-gold-dark) !important; }
.header-btn .ttm-btn,
.site-header-menu .ttm-btn-color-black {
    color: var(--mba-navy) !important;
    border: 1px solid var(--mba-gold) !important;
    border-radius: 8px !important;
    background: var(--mba-gold) !important;
    box-shadow: none !important;
}
.header-btn .ttm-btn:hover,
.site-header-menu .ttm-btn-color-black:hover { color: var(--mba-white) !important; border-color: var(--mba-navy) !important; background: var(--mba-navy) !important; }

/* Home brand statement */
.mba-brand-intro {
    position: relative;
    overflow: hidden;
    padding: 72px 0 68px;
    background: var(--mba-navy);
}
.mba-brand-intro::before,
.mba-brand-intro::after {
    content: "";
    position: absolute;
    top: -110px;
    right: 10%;
    width: 86px;
    height: 430px;
    background: var(--mba-gold);
    transform: rotate(-27deg);
    opacity: .96;
}
.mba-brand-intro::after { right: 20%; width: 15px; background: rgba(255,255,255,.12); }
.mba-brand-intro .container { position: relative; z-index: 1; }
.mba-brand-intro__grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(270px, .7fr); gap: 70px; align-items: center; }
.mba-brand-intro__eyebrow { display: block; margin-bottom: 14px; color: var(--mba-gold); font: 800 12px/1.3 Poppins, Arial, sans-serif; letter-spacing: .17em; }
.mba-brand-intro h1 { max-width: 720px; margin: 0 0 20px; color: var(--mba-white); font-size: clamp(38px, 5vw, 66px); line-height: 1.05; letter-spacing: -.035em; }
.mba-brand-intro p { max-width: 690px; margin: 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.75; }
.mba-brand-intro__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.mba-brand-intro__proof { padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.mba-brand-intro__proof strong { display: block; margin-bottom: 9px; color: var(--mba-white); font: 700 17px/1.35 Poppins, Arial, sans-serif; }
.mba-brand-intro__proof span { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.6; }

.mba-brand-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid transparent; border-radius: 8px; font: 700 14px/1 Poppins, Arial, sans-serif; }
.mba-brand-button--gold { color: var(--mba-navy) !important; background: var(--mba-gold); }
.mba-brand-button--gold:hover { color: var(--mba-white) !important; background: var(--mba-gold-dark); transform: translateY(-2px); }
.mba-brand-button--ghost { color: var(--mba-white) !important; border-color: rgba(255,255,255,.38); background: transparent; }
.mba-brand-button--ghost:hover { border-color: var(--mba-white); background: rgba(255,255,255,.1); }

/* Sections and headings */
.ttm-row { padding-top: 82px; padding-bottom: 82px; }
.section-title h5 { color: var(--mba-gold-dark) !important; font-size: 12px !important; font-weight: 800 !important; letter-spacing: .16em; text-transform: uppercase; }
.section-title h2.title { color: var(--mba-navy); font-size: clamp(30px, 3.4vw, 46px); line-height: 1.16; letter-spacing: -.025em; }
.section-title .title-desc { color: var(--mba-steel); }

/* Product grid */
.services2-section { background: var(--mba-ice); }
.services2-section .product { margin-bottom: 24px; }
.services2-section .ttm-product-box {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--mba-mist);
    border-radius: var(--mba-radius);
    background: var(--mba-white);
    box-shadow: 0 10px 30px rgba(16, 42, 58, .06);
}
.services2-section .ttm-product-box:hover { border-color: rgba(245, 168, 0, .7); box-shadow: var(--mba-shadow); transform: translateY(-4px); }
.services2-section .ttm-product-image-box img { width: 100%; transition: transform .45s ease; }
.services2-section .ttm-product-box:hover .ttm-product-image-box img { transform: scale(1.035); }
.services2-section .ttm-product-content { padding: 20px 20px 23px; }
.services2-section .ttm-product-title h2 { margin: 0; color: var(--mba-navy); font-size: 18px; line-height: 1.35; }
.services2-section .ttm-product-title:hover h2 { color: var(--mba-gold-dark); }

/* Corporate proof / counters */
.team-work-section { position: relative; overflow: hidden; background: var(--mba-navy) !important; }
.team-work-section::before { content: ""; position: absolute; top: -180px; right: 12%; width: 80px; height: 620px; background: var(--mba-gold); transform: rotate(-28deg); opacity: .92; }
.team-work-section > .container { position: relative; z-index: 1; }
.team-work-section .section-title h2,
.team-work-section .section-title h5 { color: var(--mba-white) !important; }
.team-work-section .section-title h5 { color: var(--mba-gold) !important; }
.team-work-section .ttm-fid-view-topicon-row { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.08) !important; box-shadow: none; }
.team-work-section .ttm-fid { height: 100%; padding: 30px 22px; border-color: rgba(255,255,255,.11) !important; }
.team-work-section .ttm-fid h4,
.team-work-section .ttm-fid h4 span { color: var(--mba-gold) !important; font-size: 43px !important; }
.team-work-section .ttm-fid-title { color: rgba(255,255,255,.82) !important; font-size: 14px; line-height: 1.5; }
.team-work-section .ttm-fid-icon-wrapper i { color: var(--mba-gold) !important; }

/* Process */
.process-section { position: relative; background-color: var(--mba-white) !important; background-image: none !important; }
.process-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, transparent 0 72%, rgba(232,237,240,.72) 72% 100%); pointer-events: none; }
.process-section > .container { position: relative; z-index: 1; }
.process-section .featured-icon-box { border: 1px solid var(--mba-mist); border-radius: var(--mba-radius); background: var(--mba-white); box-shadow: 0 10px 28px rgba(16,42,58,.06); }
.process-section .featured-icon-box:hover { border-color: var(--mba-gold); transform: translateY(-3px); }
.process-section .ttm-num { color: var(--mba-gold) !important; }

/* Shared controls */
.ttm-btn,
button,
input[type="submit"] { border-radius: 8px !important; font-weight: 700; }
.ttm-btn-color-skincolor,
.skin-flat-button,
input[type="submit"] { color: var(--mba-navy) !important; border-color: var(--mba-gold) !important; background: var(--mba-gold) !important; }
.ttm-btn-color-skincolor:hover,
.skin-flat-button:hover,
input[type="submit"]:hover { color: var(--mba-white) !important; border-color: var(--mba-navy) !important; background: var(--mba-navy) !important; }
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], textarea, select { border-radius: 8px !important; border-color: var(--mba-mist) !important; }
input:focus, textarea:focus, select:focus { border-color: var(--mba-gold) !important; box-shadow: 0 0 0 3px rgba(245,168,0,.14); outline: none; }

/* Interior pages */
.title-box .page-title-heading h1 { color: var(--mba-white); letter-spacing: -.025em; }
.breadcrumb-wrapper a { color: var(--mba-gold) !important; }
.ttm-product-single-content,
.sidebar .widget,
.contact-info-section { border-radius: var(--mba-radius); }

/* Footer */
.site-footer { position: relative; overflow: hidden; background: var(--mba-navy) !important; }
.site-footer::before { content: ""; position: absolute; top: -170px; right: 8%; width: 58px; height: 430px; background: var(--mba-gold); transform: rotate(-28deg); opacity: .88; }
.site-footer .container { position: relative; z-index: 1; }
.site-footer .widget-title { color: var(--mba-white) !important; }
.site-footer a:hover { color: var(--mba-gold) !important; }
.site-footer .widget-area:first-child .widget_text .textwidget { font-size: 0; }
.site-footer .widget-area:first-child .widget_text .textwidget::before {
    content: "Sahaya uygun mühendislik, güçlü imalat ve ulaşılabilir teknik destekle iş makinası ataşmanları üretiyoruz.";
    display: block;
    max-width: 270px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.75;
}
.bottom-footer-text { border-top-color: rgba(255,255,255,.12) !important; }

/* Existing document library alignment */
.corporate-eyebrow,
.corporate-document-type { color: var(--mba-gold-dark); }
.corporate-primary-button { color: var(--mba-navy) !important; background: var(--mba-gold); }
.corporate-document-card:hover { border-color: rgba(245,168,0,.65); }
.corporate-correction { border-left-color: var(--mba-gold); }

/* Cookie notice */
#cookieNotice,
.cookie-consent,
.cc-window { border-radius: 10px !important; background: var(--mba-navy) !important; box-shadow: var(--mba-shadow); }

@media (max-width: 991px) {
    .ttm-row { padding-top: 64px; padding-bottom: 64px; }
    .mba-brand-intro { padding: 58px 0; }
    .mba-brand-intro__grid { grid-template-columns: 1fr; gap: 34px; }
    .mba-brand-intro__proof { max-width: 520px; }
    .mba-brand-intro::before { right: -35px; opacity: .28; }
    .mba-brand-intro::after { display: none; }
    .team-work-section::before,
    .site-footer::before { opacity: .18; }
}

@media (max-width: 767px) {
    body { font-size: 15px; }
    .ttm-row { padding-top: 52px; padding-bottom: 52px; }
    .mba-brand-intro { padding: 48px 0; }
    .mba-brand-intro h1 { font-size: clamp(36px, 11vw, 52px); }
    .mba-brand-intro p { font-size: 16px; }
    .mba-brand-intro__actions { flex-direction: column; align-items: stretch; }
    .mba-brand-button { width: 100%; }
    .section-title h2.title { font-size: 32px; }
    .services2-section .ttm-product-content { padding: 17px 17px 20px; }
    .team-work-section .ttm-fid { padding: 24px 18px; }
}

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

/* MBA Instagram feed */
.mba-instagram-section {
  position: relative;
  padding: 88px 0 96px;
  background: #f3f4f5;
  overflow: hidden;
}
.mba-instagram-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,29,40,.035), transparent 52%);
  pointer-events: none;
}
.mba-instagram-section .container { position: relative; z-index: 1; }
.mba-instagram-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}
.mba-instagram-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #b78a3d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}
.mba-instagram-heading h2 {
  margin: 0 0 10px;
  color: #162633;
  font-size: 38px;
  line-height: 1.15;
}
.mba-instagram-heading p {
  max-width: 620px;
  margin: 0;
  color: #5d6870;
  font-size: 16px;
}
.mba-instagram-follow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(22,38,51,.18);
  border-radius: 3px;
  color: #162633;
  font-weight: 700;
  transition: .25s ease;
}
.mba-instagram-follow:hover,
.mba-instagram-follow:focus {
  border-color: #b78a3d;
  background: #b78a3d;
  color: #fff;
}
.mba-instagram-follow .fa { font-size: 20px; }
.mba-instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.mba-instagram-card {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: #162633;
  box-shadow: 0 14px 34px rgba(15,29,40,.12);
}
.mba-instagram-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.mba-instagram-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,20,28,.88) 0%, rgba(10,20,28,.08) 56%, transparent 100%);
  opacity: .72;
  transition: opacity .3s ease;
}
.mba-instagram-card__type {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  background: rgba(10,20,28,.38);
  color: #fff;
  backdrop-filter: blur(4px);
}
.mba-instagram-card__caption {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mba-instagram-card:hover img,
.mba-instagram-card:focus img { transform: scale(1.045); }
.mba-instagram-card:hover .mba-instagram-card__shade,
.mba-instagram-card:focus .mba-instagram-card__shade { opacity: 1; }
@media (max-width: 991px) {
  .mba-instagram-section { padding: 70px 0 76px; }
  .mba-instagram-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .mba-instagram-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575px) {
  .mba-instagram-section { padding: 56px 0 62px; }
  .mba-instagram-heading h2 { font-size: 30px; }
  .mba-instagram-grid { gap: 9px; }
  .mba-instagram-card { border-radius: 2px; }
  .mba-instagram-card__caption { right: 10px; bottom: 10px; left: 10px; font-size: 12px; }
  .mba-instagram-card__type { top: 10px; right: 10px; width: 32px; height: 32px; }
}


/* MBA Corporate Quote Form */
.mba-quote-section {
    background: linear-gradient(135deg, rgba(16,42,58,.035), transparent 48%), var(--mba-ice);
}
.mba-quote-layout { align-items: stretch; }
.mba-quote-aside {
    position: sticky;
    top: 112px;
    overflow: hidden;
    padding: 38px 32px;
    border-radius: var(--mba-radius);
    color: rgba(255,255,255,.78);
    background: var(--mba-navy);
    box-shadow: var(--mba-shadow);
}
.mba-quote-aside::after {
    content: "";
    position: absolute;
    top: -90px;
    right: -54px;
    width: 78px;
    height: 310px;
    background: var(--mba-gold);
    transform: rotate(-28deg);
    opacity: .9;
}
.mba-quote-eyebrow {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 240px;
    margin-bottom: 14px;
    color: var(--mba-gold);
    font: 800 11px/1.5 Poppins, Arial, sans-serif;
    letter-spacing: .16em;
}
.mba-quote-aside h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 17px;
    color: var(--mba-white);
    font-size: 31px;
    line-height: 1.18;
    letter-spacing: -.025em;
}
.mba-quote-aside > p { margin-bottom: 28px; }
.mba-quote-steps { margin: 0; padding: 0; list-style: none; }
.mba-quote-steps li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.13);
}
.mba-quote-steps li > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(245,168,0,.58);
    border-radius: 50%;
    color: var(--mba-gold);
    font: 800 12px/1 Poppins, Arial, sans-serif;
}
.mba-quote-steps strong,
.mba-quote-steps small { display: block; }
.mba-quote-steps strong { margin-bottom: 3px; color: var(--mba-white); font: 700 14px/1.4 Poppins, Arial, sans-serif; }
.mba-quote-steps small { color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.5; }
.mba-quote-contact {
    margin-top: 24px;
    padding: 21px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    background: rgba(255,255,255,.07);
}
.mba-quote-contact strong { display: block; color: var(--mba-white); }
.mba-quote-contact p { margin: 6px 0 13px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.55; }
.mba-quote-contact a { display: inline-flex; align-items: center; gap: 8px; color: var(--mba-gold) !important; font-weight: 700; }
.mba-quote-card {
    height: 100%;
    padding: 42px;
    border: 1px solid var(--mba-mist);
    border-radius: var(--mba-radius);
    background: var(--mba-white);
    box-shadow: 0 16px 42px rgba(16,42,58,.08);
}
.mba-quote-card__head { margin-bottom: 30px; }
.mba-quote-card__head > span { color: var(--mba-gold-dark); font: 800 11px/1.4 Poppins,Arial,sans-serif; letter-spacing: .16em; }
.mba-quote-card__head h2 { margin: 8px 0; color: var(--mba-navy); font-size: 32px; line-height: 1.2; letter-spacing: -.02em; }
.mba-quote-card__head p { margin: 0; color: var(--mba-steel); font-size: 14px; }
.mba-quote-card em,
.mba-quote-consent em { color: #b52620; font-style: normal; }
.mba-quote-form fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.mba-quote-form legend {
    width: 100%;
    margin: 0 0 16px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--mba-mist);
    color: var(--mba-navy);
    font: 700 16px/1.4 Poppins,Arial,sans-serif;
}
.mba-quote-form label { display: block; margin-bottom: 7px; color: var(--mba-graphite); font-size: 13px; font-weight: 700; }
.mba-quote-form .row > div { margin-bottom: 18px; }
.mba-quote-form input[type="text"],
.mba-quote-form input[type="email"],
.mba-quote-form input[type="tel"],
.mba-quote-form select,
.mba-quote-form textarea {
    width: 100%;
    margin: 0;
    padding: 13px 14px;
    border: 1px solid #d7dfe3 !important;
    border-radius: 8px !important;
    color: var(--mba-graphite);
    background: var(--mba-white);
}
.mba-quote-form input[type="text"],
.mba-quote-form input[type="email"],
.mba-quote-form input[type="tel"],
.mba-quote-form select { min-height: 52px; }
.mba-quote-form select { color: var(--mba-graphite); background-color: var(--mba-white); }
.mba-quote-form textarea { min-height: 104px; resize: vertical; }
.mba-quote-form ::placeholder { color: #8a969e; opacity: 1; }
.mba-field-help { display: block; margin-top: 6px; color: var(--mba-steel); font-size: 12px; }
.mba-quote-consent { margin: 2px 0 24px; padding: 16px; border-radius: 8px; background: var(--mba-ice); }
.mba-quote-consent label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 0; font-weight: 500; line-height: 1.55; }
.mba-quote-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--mba-gold-dark); }
.mba-quote-consent a { color: var(--mba-navy); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.mba-quote-submit { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; }
.mba-quote-submit button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 24px;
    color: var(--mba-navy) !important;
    border: 1px solid var(--mba-gold) !important;
    background: var(--mba-gold) !important;
}
.mba-quote-submit button:hover,
.mba-quote-submit button:focus { color: var(--mba-white) !important; border-color: var(--mba-navy) !important; background: var(--mba-navy) !important; }
.mba-quote-privacy { margin: 16px 0 0; color: var(--mba-steel); font-size: 12px; }
.mba-quote-privacy i { margin-right: 5px; color: var(--mba-gold-dark); }
.mba-quote-success { margin-bottom: 28px; padding: 18px 20px; border: 1px solid #b9d9c4; border-radius: 8px; color: #245b36; background: #edf8f1; }
@media (max-width: 991px) {
    .mba-quote-aside { position: relative; top: auto; margin-bottom: 28px; }
    .mba-quote-card { height: auto; }
}
@media (max-width: 767px) {
    .mba-quote-aside,
    .mba-quote-card { padding: 28px 22px; }
    .mba-quote-aside h2,
    .mba-quote-card__head h2 { font-size: 27px; }
    .mba-quote-submit { align-items: stretch; flex-direction: column; }
    .mba-quote-submit .g-recaptcha { align-self: flex-start; transform: scale(.88); transform-origin: left top; margin-bottom: -8px; }
    .mba-quote-submit button { width: 100%; }
}
