/*
 * Haşere Market — Kurumsal Sayfalar Ortak UI
 * Dosya: hm-kurumsal.css
 * Sürüm: 1.0.0
 * Tarih: 2026-09-13
 *
 * Kapsam:
 * - Hakkımızda, İletişim, KVKK, Gizlilik, Çerez, Aydınlatma metinleri
 * - Üyelik, Satış, İade, Garanti, Teslimat ve benzeri kurumsal/yasal sayfalar
 * - 404 / ürün bulunamadı ve gelecekte eklenecek kurumsal içerik sayfaları
 *
 * Kök namespace: .hm-corp
 * Amaç: AKINSOFT tema CSS'i, ürün sayfası CSS'i, Hub ve footer ile çakışmadan
 * bütün kurumsal sayfaları aynı tasarım sistemi altında toplamak.
 */

/* =========================================================
   01 — TASARIM DEĞİŞKENLERİ
   ========================================================= */
.hm-corp{
  --hm-green:#173f31;
  --hm-green-2:#2e674f;
  --hm-green-3:#0b6b34;
  --hm-green-dark:#0d2f24;
  --hm-orange:#c97832;
  --hm-orange-soft:#fff7ef;

  --hm-text:#29352f;
  --hm-text-strong:#143326;
  --hm-muted:#657169;
  --hm-muted-2:#7a857e;

  --hm-bg:#ffffff;
  --hm-soft:#f3f7f3;
  --hm-soft-2:#f7faf7;
  --hm-cream:#fbfaf6;
  --hm-line:#dfe7e1;
  --hm-line-strong:#cbd9ce;

  --hm-success:#1f6b43;
  --hm-success-bg:#f1f8f3;
  --hm-warning:#9a5a22;
  --hm-warning-bg:#fff8f1;
  --hm-danger:#8e3b32;
  --hm-danger-bg:#fff5f3;
  --hm-info:#315f72;
  --hm-info-bg:#f1f7f9;

  --hm-radius-xs:7px;
  --hm-radius-sm:10px;
  --hm-radius-md:13px;
  --hm-radius-lg:16px;
  --hm-radius-xl:20px;
  --hm-radius-pill:999px;

  --hm-shadow-xs:0 2px 10px rgba(23,63,49,.035);
  --hm-shadow-sm:0 8px 24px rgba(23,63,49,.055);
  --hm-shadow-md:0 14px 36px rgba(23,63,49,.08);

  --hm-s1:4px;
  --hm-s2:8px;
  --hm-s3:12px;
  --hm-s4:16px;
  --hm-s5:20px;
  --hm-s6:24px;
  --hm-s7:32px;
  --hm-s8:40px;
  --hm-s9:52px;

  --hm-content:1120px;
  --hm-content-legal:1080px;
  --hm-readable:780px;

  --hm-font:Arial,Helvetica,sans-serif;
  --hm-font-size:15.5px;
  --hm-line-height:1.62;

  --hm-transition:.18s ease;
  --hm-sticky-top:10px;

  width:100%;
  max-width:var(--hm-content);
  margin:0 auto;
  padding:12px 14px 32px;
  color:var(--hm-text);
  background:var(--hm-bg);
  font-family:var(--hm-font);
  font-size:var(--hm-font-size);
  line-height:var(--hm-line-height);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

.hm-corp--legal,
.hm-corp--policy{
  max-width:var(--hm-content-legal);
}

.hm-corp--wide{
  max-width:1240px;
}

.hm-corp--narrow{
  max-width:900px;
}

/* =========================================================
   02 — RESET / TEMEL KURALLAR
   ========================================================= */
.hm-corp,
.hm-corp *,
.hm-corp *::before,
.hm-corp *::after{
  box-sizing:border-box;
}

.hm-corp img,
.hm-corp svg,
.hm-corp video{
  max-width:100%;
}

.hm-corp img{
  height:auto;
  vertical-align:middle;
}

.hm-corp iframe{
  max-width:100%;
}

.hm-corp button,
.hm-corp input,
.hm-corp select,
.hm-corp textarea{
  font:inherit;
}

.hm-corp button,
.hm-corp [role="button"]{
  cursor:pointer;
}

.hm-corp a{
  color:var(--hm-green-2);
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.hm-corp a:hover{
  color:var(--hm-orange);
}

.hm-corp :where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{
  outline:3px solid rgba(201,120,50,.32);
  outline-offset:3px;
  border-radius:4px;
}

.hm-corp [hidden]{
  display:none !important;
}

.hm-corp hr{
  border:0;
  border-top:1px solid var(--hm-line);
  margin:var(--hm-s7) 0;
}

/* =========================================================
   03 — TİPOGRAFİ
   ========================================================= */
.hm-corp h1,
.hm-corp h2,
.hm-corp h3,
.hm-corp h4{
  color:var(--hm-text-strong);
  font-family:var(--hm-font);
  font-weight:700;
  text-wrap:balance;
}

.hm-corp h1{
  margin:0 0 12px;
  font-size:clamp(28px,3vw,34px);
  line-height:1.16;
  letter-spacing:-.02em;
}

.hm-corp h2{
  margin:0 0 12px;
  font-size:clamp(20px,2.1vw,24px);
  line-height:1.28;
  letter-spacing:-.01em;
}

.hm-corp h3{
  margin:0 0 8px;
  font-size:17px;
  line-height:1.36;
}

.hm-corp h4{
  margin:0 0 7px;
  font-size:15px;
  line-height:1.4;
}

.hm-corp p{
  margin:0 0 12px;
}

.hm-corp p:last-child{
  margin-bottom:0;
}

.hm-corp ul,
.hm-corp ol{
  margin:8px 0 14px;
  padding-left:22px;
}

.hm-corp li{
  margin:5px 0;
}

.hm-corp strong{
  color:var(--hm-text-strong);
}

.hm-corp small{
  font-size:12.5px;
  line-height:1.5;
}

.hm-corp-kicker{
  margin:0 0 7px;
  color:var(--hm-orange);
  font-size:12px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.hm-corp-lead{
  max-width:820px;
  margin:0;
  color:var(--hm-muted);
  font-size:16.25px;
  line-height:1.62;
}

.hm-corp-readable{
  max-width:var(--hm-readable);
}

.hm-corp-prose > * + *{
  margin-top:12px;
}

.hm-corp-prose p,
.hm-corp-prose li{
  max-width:78ch;
}

.hm-corp-section-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 16px;
}

.hm-corp-section-title--center{
  justify-content:center;
  text-align:center;
}

.hm-corp-section-title__icon{
  flex:0 0 auto;
  width:28px;
  height:28px;
  object-fit:contain;
}

.hm-corp-section-title__text{
  min-width:0;
}

.hm-corp-section-title__text h2{
  margin:0;
}

.hm-corp-section-title__text p{
  margin:3px 0 0;
  color:var(--hm-muted);
  font-size:13.5px;
}

/* =========================================================
   04 — SAYFA GENİŞLİĞİ / SPACING / BÖLÜM İSKELETİ
   ========================================================= */
.hm-corp-stack{
  display:grid;
  gap:var(--hm-s5);
}

.hm-corp-stack--sm{
  gap:var(--hm-s3);
}

.hm-corp-stack--lg{
  gap:var(--hm-s7);
}

.hm-corp-section{
  margin:0 0 18px;
  padding:22px;
  border:1px solid var(--hm-line);
  border-radius:var(--hm-radius-md);
  background:#fff;
  scroll-margin-top:90px;
}

.hm-corp-section--soft{
  background:var(--hm-soft-2);
}

.hm-corp-section--cream{
  background:var(--hm-cream);
}

.hm-corp-section--flat{
  padding:0;
  border:0;
  background:transparent;
}

.hm-corp-section--compact{
  padding:17px 18px;
}

.hm-corp-section--spacious{
  padding:28px;
}

.hm-corp-separator{
  height:1px;
  margin:16px 0;
  background:var(--hm-line);
}

.hm-corp-cluster{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}

/* =========================================================
   05 — HERO
   ========================================================= */
.hm-corp-hero{
  position:relative;
  overflow:hidden;
  margin:0 0 20px;
  padding:26px;
  border:1px solid var(--hm-line);
  border-top:4px solid var(--hm-green);
  border-radius:var(--hm-radius-lg);
  background:
    radial-gradient(circle at 90% 10%,rgba(201,120,50,.08),transparent 28%),
    linear-gradient(135deg,#f5faf6 0%,#fbfaf6 100%);
}

.hm-corp-hero--plain{
  border-top-width:1px;
}

.hm-corp-hero--split{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  align-items:center;
  gap:28px;
}

.hm-corp-hero__content{
  min-width:0;
}

.hm-corp-hero__media{
  min-width:0;
}

.hm-corp-hero__media img{
  display:block;
  width:100%;
  border-radius:12px;
  aspect-ratio:16/10;
  object-fit:cover;
}

.hm-corp-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}

.hm-corp-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}

/* =========================================================
   06 — GRID SİSTEMİ
   ========================================================= */
.hm-corp-grid{
  display:grid;
  gap:14px;
  align-items:stretch;
}

.hm-corp-grid > *{
  min-width:0;
}

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

.hm-corp-grid--3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.hm-corp-grid--4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.hm-corp-grid--5{
  grid-template-columns:repeat(5,minmax(0,1fr));
}

.hm-corp-grid--auto{
  grid-template-columns:repeat(auto-fit,minmax(min(230px,100%),1fr));
}

.hm-corp-grid--wide-left{
  grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);
}

.hm-corp-grid--wide-right{
  grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);
}

.hm-corp-grid--compact{
  gap:10px;
}

.hm-corp-grid--loose{
  gap:20px;
}

.hm-corp-grid--center{
  align-items:center;
}

/* =========================================================
   07 — KART SİSTEMİ
   ========================================================= */
.hm-corp-card{
  display:flex;
  min-width:0;
  height:100%;
  flex-direction:column;
  padding:17px;
  border:1px solid var(--hm-line);
  border-radius:var(--hm-radius-sm);
  background:#fff;
}

.hm-corp-card--soft{
  background:var(--hm-soft);
}

.hm-corp-card--cream{
  background:var(--hm-cream);
}

.hm-corp-card--compact{
  padding:13px 14px;
}

.hm-corp-card--spacious{
  padding:21px;
}

.hm-corp-card--elevated{
  box-shadow:var(--hm-shadow-sm);
}

.hm-corp-card--link{
  color:inherit;
  text-decoration:none;
  transition:
    transform var(--hm-transition),
    border-color var(--hm-transition),
    box-shadow var(--hm-transition);
}

.hm-corp-card--link:hover{
  color:inherit;
  transform:translateY(-2px);
  border-color:var(--hm-line-strong);
  box-shadow:var(--hm-shadow-sm);
}

.hm-corp-card__head{
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin-bottom:10px;
}

.hm-corp-card__head > div{
  min-width:0;
}

.hm-corp-card__title{
  display:block;
  margin:0 0 5px;
  color:var(--hm-text-strong);
  font-size:16px;
  font-weight:700;
  line-height:1.38;
}

.hm-corp-card__text{
  color:var(--hm-muted);
  font-size:13.75px;
  line-height:1.56;
}

.hm-corp-card__footer{
  margin-top:auto;
  padding-top:13px;
}

.hm-corp-media-card{
  overflow:hidden;
  padding:0;
}

.hm-corp-media-card__media{
  overflow:hidden;
  background:var(--hm-soft);
}

.hm-corp-media-card__media img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
}

.hm-corp-media-card__body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:16px;
}

/* =========================================================
   08 — İKON SİSTEMİ
   ========================================================= */
.hm-corp-icon{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:9px;
  background:var(--hm-soft);
}

.hm-corp-icon img,
.hm-corp-icon svg{
  width:24px;
  height:24px;
  object-fit:contain;
}

.hm-corp-icon--sm{
  width:30px;
  height:30px;
  border-radius:7px;
}

.hm-corp-icon--sm img,
.hm-corp-icon--sm svg{
  width:19px;
  height:19px;
}

.hm-corp-icon--lg{
  width:50px;
  height:50px;
  border-radius:12px;
}

.hm-corp-icon--lg img,
.hm-corp-icon--lg svg{
  width:31px;
  height:31px;
}

.hm-corp-icon--circle{
  border-radius:50%;
}

.hm-corp-icon-img{
  display:block;
  width:30px;
  height:30px;
  object-fit:contain;
}

/* =========================================================
   09 — BADGE / CHIP / LABEL
   ========================================================= */
.hm-corp-badges{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.hm-corp-badge{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  gap:6px;
  padding:5px 10px;
  border:1px solid #d7e3da;
  border-radius:var(--hm-radius-pill);
  background:#fff;
  color:var(--hm-green);
  font-size:12.5px;
  font-weight:700;
  line-height:1.25;
}

.hm-corp-badge--soft{
  border-color:transparent;
  background:var(--hm-soft);
}

.hm-corp-badge--orange{
  border-color:#edd7c3;
  background:var(--hm-orange-soft);
  color:#8b5426;
}

.hm-corp-label{
  display:inline-flex;
  align-items:center;
  padding:3px 7px;
  border-radius:6px;
  background:var(--hm-soft);
  color:var(--hm-muted);
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

/* =========================================================
   10 — BUTONLAR
   ========================================================= */
.hm-corp-btn{
  display:inline-flex;
  min-height:40px;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:8px 14px;
  border:1px solid var(--hm-green);
  border-radius:8px;
  background:#fff;
  color:var(--hm-green) !important;
  font-size:13.5px;
  font-weight:700;
  line-height:1.25;
  text-align:center;
  text-decoration:none !important;
  transition:
    transform var(--hm-transition),
    background var(--hm-transition),
    color var(--hm-transition),
    border-color var(--hm-transition);
}

.hm-corp-btn:hover{
  transform:translateY(-1px);
  background:var(--hm-soft);
  color:var(--hm-green-dark) !important;
}

.hm-corp-btn--primary{
  background:var(--hm-green);
  color:#fff !important;
}

.hm-corp-btn--primary:hover{
  background:var(--hm-green-2);
  color:#fff !important;
}

.hm-corp-btn--orange{
  border-color:var(--hm-orange);
  background:var(--hm-orange);
  color:#fff !important;
}

.hm-corp-btn--ghost{
  border-color:var(--hm-line);
  background:var(--hm-soft);
}

.hm-corp-btn--sm{
  min-height:34px;
  padding:6px 10px;
  font-size:12.5px;
}

.hm-corp-btn--block{
  width:100%;
}

.hm-corp-btn img,
.hm-corp-btn svg{
  width:17px;
  height:17px;
  object-fit:contain;
}

/* =========================================================
   11 — NOT / UYARI / BİLGİ KUTULARI
   ========================================================= */
.hm-corp-callout{
  margin:14px 0;
  padding:14px 16px;
  border:1px solid var(--hm-line);
  border-left:4px solid var(--hm-orange);
  border-radius:0 8px 8px 0;
  background:var(--hm-cream);
}

.hm-corp-callout--success{
  border-color:#cee0d3;
  border-left-color:var(--hm-success);
  background:var(--hm-success-bg);
}

.hm-corp-callout--warning{
  border-color:#ead8c5;
  border-left-color:var(--hm-warning);
  background:var(--hm-warning-bg);
}

.hm-corp-callout--danger{
  border-color:#edd3cf;
  border-left-color:var(--hm-danger);
  background:var(--hm-danger-bg);
}

.hm-corp-callout--info{
  border-color:#d3e2e7;
  border-left-color:var(--hm-info);
  background:var(--hm-info-bg);
}

.hm-corp-callout__title{
  display:block;
  margin-bottom:4px;
  color:var(--hm-text-strong);
  font-weight:700;
}

/* =========================================================
   12 — NAVİGASYON / SCROLL NAV
   ========================================================= */
.hm-corp-scrollnav{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 18px;
  padding:10px;
  border:1px solid var(--hm-line);
  border-radius:10px;
  background:rgba(255,255,255,.96);
}

.hm-corp-scrollnav a{
  display:inline-flex;
  min-height:32px;
  align-items:center;
  padding:5px 9px;
  border:1px solid transparent;
  border-radius:7px;
  background:var(--hm-soft);
  color:var(--hm-green);
  font-size:12.5px;
  font-weight:700;
  line-height:1.25;
  text-decoration:none;
  white-space:nowrap;
}

.hm-corp-scrollnav a:hover,
.hm-corp-scrollnav a.is-active{
  border-color:#cbdccf;
  background:#fff;
  color:var(--hm-orange);
}

.hm-corp-scrollnav.is-stuck{
  z-index:30;
  box-shadow:var(--hm-shadow-sm);
}

/* =========================================================
   13 — ACCORDION
   ========================================================= */
.hm-corp-accordion{
  display:grid;
  gap:8px;
}

.hm-corp-accordion details{
  overflow:hidden;
  border:1px solid var(--hm-line);
  border-radius:9px;
  background:#fff;
}

.hm-corp-accordion summary{
  position:relative;
  display:flex;
  min-height:44px;
  align-items:center;
  padding:10px 42px 10px 14px;
  color:var(--hm-text-strong);
  font-weight:700;
  list-style:none;
  user-select:none;
}

.hm-corp-accordion summary::-webkit-details-marker{
  display:none;
}

.hm-corp-accordion summary::after{
  content:"+";
  position:absolute;
  right:14px;
  top:50%;
  width:22px;
  height:22px;
  transform:translateY(-50%);
  border-radius:50%;
  background:var(--hm-soft);
  color:var(--hm-green);
  font-size:17px;
  line-height:22px;
  text-align:center;
}

.hm-corp-accordion details[open] summary::after{
  content:"−";
}

.hm-corp-accordion__body{
  padding:0 14px 14px;
  color:var(--hm-text);
}

/* =========================================================
   14 — TAB SİSTEMİ: YATAY / DİKEY / RESİMLİ
   ========================================================= */
.hm-corp-tabs{
  min-width:0;
}

.hm-corp-tablist{
  display:flex;
  gap:7px;
  margin:0 0 12px;
  padding:6px;
  border:1px solid var(--hm-line);
  border-radius:10px;
  background:var(--hm-soft-2);
  overflow-x:auto;
  scrollbar-width:thin;
}

.hm-corp-tab{
  display:inline-flex;
  flex:0 0 auto;
  min-height:38px;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:7px 12px;
  border:1px solid transparent;
  border-radius:8px;
  background:transparent;
  color:var(--hm-green);
  font-size:13px;
  font-weight:700;
  line-height:1.25;
  white-space:nowrap;
}

.hm-corp-tab:hover{
  background:#fff;
}

.hm-corp-tab[aria-selected="true"],
.hm-corp-tab.is-active{
  border-color:var(--hm-line-strong);
  background:#fff;
  color:var(--hm-orange);
  box-shadow:var(--hm-shadow-xs);
}

.hm-corp-tab img{
  width:22px;
  height:22px;
  object-fit:contain;
}

.hm-corp-tabpanel{
  min-width:0;
}

.hm-corp-tabpanel[aria-hidden="true"]{
  display:none;
}

.hm-corp-tabs--vertical{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:14px;
}

.hm-corp-tabs--vertical .hm-corp-tablist{
  align-content:start;
  flex-direction:column;
  margin:0;
  overflow:visible;
}

.hm-corp-tabs--vertical .hm-corp-tab{
  justify-content:flex-start;
  white-space:normal;
}

.hm-corp-tab--media{
  min-width:150px;
  align-items:flex-start;
  justify-content:flex-start;
  text-align:left;
  white-space:normal;
}

.hm-corp-tab--media img{
  width:34px;
  height:34px;
}

/* =========================================================
   15 — İLETİŞİM BİLEŞENLERİ
   ========================================================= */
.hm-corp-contact-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:0 0 18px;
}

.hm-corp-contact-action{
  display:flex;
  min-width:0;
  min-height:126px;
  flex-direction:column;
  padding:16px;
  border:1px solid var(--hm-line);
  border-radius:10px;
  background:#fff;
  color:var(--hm-text);
  text-decoration:none;
  transition:
    transform var(--hm-transition),
    border-color var(--hm-transition),
    box-shadow var(--hm-transition);
}

.hm-corp-contact-action:hover{
  transform:translateY(-2px);
  border-color:var(--hm-line-strong);
  box-shadow:var(--hm-shadow-sm);
  color:var(--hm-text);
}

.hm-corp-contact-action strong{
  margin:8px 0 4px;
  font-size:15.5px;
}

.hm-corp-contact-action small{
  color:var(--hm-muted);
}

.hm-corp-contact-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.hm-corp-contact-item{
  display:flex;
  min-width:0;
  gap:10px;
  padding:13px;
  border:1px solid var(--hm-line);
  border-radius:9px;
  background:var(--hm-soft);
}

.hm-corp-contact-item__body{
  min-width:0;
}

.hm-corp-contact-item small{
  display:block;
  margin-bottom:3px;
  color:var(--hm-muted);
  font-size:11px;
  font-weight:700;
  letter-spacing:.035em;
  text-transform:uppercase;
}

.hm-corp-contact-item strong{
  display:block;
  font-size:14px;
  line-height:1.48;
  overflow-wrap:anywhere;
}

/* =========================================================
   16 — HARİTA / VİDEO / EMBED
   ========================================================= */
.hm-corp-embed{
  position:relative;
  width:100%;
  overflow:hidden;
  border:1px solid var(--hm-line);
  border-radius:11px;
  background:var(--hm-soft);
}

.hm-corp-embed--16x9{
  aspect-ratio:16/9;
}

.hm-corp-embed--map{
  aspect-ratio:16/9;
  min-height:320px;
}

.hm-corp-embed iframe,
.hm-corp-embed video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.hm-corp-embed-note{
  margin-top:8px;
  color:var(--hm-muted);
  font-size:12.5px;
}

/* =========================================================
   17 — HUKUKİ / POLİTİKA BİLEŞENLERİ
   ========================================================= */
.hm-corp-legal-intro{
  margin:0 0 18px;
  padding:17px 18px;
  border-radius:10px;
  background:var(--hm-green);
  color:#fff;
}

.hm-corp-legal-intro strong{
  color:#fff;
}

.hm-corp-party-grid,
.hm-corp-controller-grid,
.hm-corp-company-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}

.hm-corp-party,
.hm-corp-controller,
.hm-corp-company-item{
  min-width:0;
  padding:14px;
  border:1px solid var(--hm-line);
  border-radius:9px;
  background:var(--hm-soft);
}

.hm-corp-party small,
.hm-corp-controller small,
.hm-corp-company-item small{
  display:block;
  margin-bottom:4px;
  color:var(--hm-muted);
  font-size:10.5px;
  font-weight:700;
  letter-spacing:.045em;
  text-transform:uppercase;
}

.hm-corp-party strong,
.hm-corp-controller strong,
.hm-corp-company-item strong{
  display:block;
  font-size:14px;
  line-height:1.48;
}

.hm-corp-purpose-list{
  display:grid;
}

.hm-corp-purpose{
  display:grid;
  grid-template-columns:minmax(150px,190px) minmax(0,1fr);
  gap:14px;
  padding:12px 0;
  border-bottom:1px solid var(--hm-line);
}

.hm-corp-purpose:last-child{
  border-bottom:0;
}

.hm-corp-purpose strong{
  color:var(--hm-green);
}

.hm-corp-rights,
.hm-corp-rules{
  counter-reset:hm-corp-counter;
  margin:12px 0 0 !important;
  padding:0 !important;
  list-style:none;
}

.hm-corp-rights li,
.hm-corp-rules li{
  position:relative;
  min-height:40px;
  margin:0 0 7px;
  padding:8px 10px 8px 44px;
  border:1px solid var(--hm-line);
  border-radius:8px;
  background:var(--hm-soft);
}

.hm-corp-rights li::before,
.hm-corp-rules li::before{
  counter-increment:hm-corp-counter;
  content:counter(hm-corp-counter);
  position:absolute;
  top:7px;
  left:9px;
  display:flex;
  width:26px;
  height:26px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--hm-green);
  color:#fff;
  font-size:11px;
  font-weight:700;
}

.hm-corp-definition{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:14px;
  padding:10px 0;
  border-bottom:1px solid var(--hm-line);
}

.hm-corp-definition:last-child{
  border-bottom:0;
}

.hm-corp-definition dt{
  color:var(--hm-green);
  font-weight:700;
}

.hm-corp-definition dd{
  margin:0;
}

/* =========================================================
   18 — HAKKIMIZDA / MARKA / KURUMSAL BİLEŞENLER
   ========================================================= */
.hm-corp-feature-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:16px 0 20px;
  border-top:1px solid var(--hm-line);
  border-bottom:1px solid var(--hm-line);
}

.hm-corp-feature{
  min-width:0;
  padding:13px 12px;
  text-align:center;
  border-right:1px solid var(--hm-line);
}

.hm-corp-feature:last-child{
  border-right:0;
}

.hm-corp-feature img{
  display:block;
  width:38px;
  height:38px;
  margin:0 auto 6px;
  object-fit:contain;
}

.hm-corp-feature strong{
  display:block;
  font-size:13px;
}

.hm-corp-feature span{
  display:block;
  margin-top:2px;
  color:var(--hm-muted);
  font-size:11.5px;
}

.hm-corp-stats{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  overflow:hidden;
  margin:0 0 22px;
  border-radius:12px;
  background:var(--hm-green);
  color:#fff;
}

.hm-corp-stat{
  min-width:0;
  padding:15px 10px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.15);
}

.hm-corp-stat:last-child{
  border-right:0;
}

.hm-corp-stat strong{
  display:block;
  color:#fff;
  font-size:22px;
  line-height:1.05;
}

.hm-corp-stat span{
  display:block;
  margin-top:4px;
  color:#eaf3ed;
  font-size:11.5px;
}

.hm-corp-expertise{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:10px;
}

.hm-corp-expertise__item{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:center;
  gap:7px;
  color:var(--hm-text-strong);
  text-align:center;
  text-decoration:none;
}

.hm-corp-expertise__icon{
  display:flex;
  width:62px;
  height:62px;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:1px solid var(--hm-line);
  border-radius:50%;
  background:#fff;
  transition:
    transform var(--hm-transition),
    border-color var(--hm-transition),
    box-shadow var(--hm-transition);
}

.hm-corp-expertise__icon img{
  width:52px;
  height:52px;
  object-fit:contain;
}

.hm-corp-expertise__item:hover{
  color:var(--hm-green);
}

.hm-corp-expertise__item:hover .hm-corp-expertise__icon{
  transform:translateY(-2px);
  border-color:#b9cebd;
  box-shadow:var(--hm-shadow-sm);
}

.hm-corp-expertise__item strong{
  font-size:11.5px;
  line-height:1.28;
}

/* =========================================================
   19 — CTA
   ========================================================= */
.hm-corp-cta{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) repeat(3,minmax(0,.75fr));
  gap:10px;
  align-items:center;
  margin-top:20px;
  padding:20px;
  border-radius:13px;
  background:var(--hm-green);
  color:#fff;
}

.hm-corp-cta h2,
.hm-corp-cta strong{
  color:#fff;
}

.hm-corp-cta h2{
  margin-bottom:5px;
}

.hm-corp-cta p{
  color:#e7f1ea;
  font-size:13px;
}

.hm-corp-cta .hm-corp-btn{
  border-color:#fff;
  background:#fff;
  color:var(--hm-green) !important;
}

/* =========================================================
   20 — SAYFA SONU / GÜNCELLEME BİLGİSİ
   ========================================================= */
.hm-corp-footer{
  margin-top:18px;
  padding:17px 18px;
  border-radius:10px;
  background:var(--hm-cream);
  color:var(--hm-muted);
  font-size:12.75px;
}

.hm-corp-footer strong{
  color:var(--hm-text-strong);
}

.hm-corp-updated{
  margin-top:7px;
  color:var(--hm-muted-2);
  font-size:11.5px;
}

/* =========================================================
   21 — TABLO
   ========================================================= */
.hm-corp-table-wrap{
  width:100%;
  overflow-x:auto;
  border:1px solid var(--hm-line);
  border-radius:9px;
  background:#fff;
  -webkit-overflow-scrolling:touch;
}

.hm-corp-table{
  width:100%;
  min-width:620px;
  border-collapse:collapse;
  font-size:12.75px;
}

.hm-corp-table th,
.hm-corp-table td{
  padding:10px 11px;
  border-bottom:1px solid var(--hm-line);
  text-align:left;
  vertical-align:top;
}

.hm-corp-table th{
  background:var(--hm-soft);
  color:var(--hm-text-strong);
  font-weight:700;
}

.hm-corp-table tr:last-child td{
  border-bottom:0;
}

/* =========================================================
   22 — SÜREÇ / ADIM / TIMELINE
   ========================================================= */
.hm-corp-process{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  counter-reset:hm-process;
}

.hm-corp-process__item{
  position:relative;
  min-width:0;
  padding:15px;
  border:1px solid var(--hm-line);
  border-radius:9px;
  background:var(--hm-soft);
}

.hm-corp-process__item::before{
  counter-increment:hm-process;
  content:counter(hm-process);
  display:flex;
  width:28px;
  height:28px;
  align-items:center;
  justify-content:center;
  margin-bottom:9px;
  border-radius:50%;
  background:var(--hm-green);
  color:#fff;
  font-size:11px;
  font-weight:700;
}

.hm-corp-process__item strong{
  display:block;
  margin-bottom:4px;
}

.hm-corp-process__item span{
  color:var(--hm-muted);
  font-size:12.75px;
}

.hm-corp-timeline{
  position:relative;
  display:grid;
  gap:12px;
  padding-left:24px;
}

.hm-corp-timeline::before{
  content:"";
  position:absolute;
  top:5px;
  bottom:5px;
  left:7px;
  width:2px;
  background:var(--hm-line);
}

.hm-corp-timeline__item{
  position:relative;
}

.hm-corp-timeline__item::before{
  content:"";
  position:absolute;
  top:5px;
  left:-21px;
  width:9px;
  height:9px;
  border:2px solid #fff;
  border-radius:50%;
  background:var(--hm-orange);
  box-shadow:0 0 0 1px var(--hm-line-strong);
}

.hm-corp-timeline__item strong{
  display:block;
  margin-bottom:2px;
}

/* =========================================================
   23 — LİSTE / BİLGİ SATIRLARI
   ========================================================= */
.hm-corp-list{
  display:grid;
  gap:8px;
}

.hm-corp-list-item{
  display:flex;
  min-width:0;
  gap:10px;
  align-items:flex-start;
  padding:11px 12px;
  border:1px solid var(--hm-line);
  border-radius:8px;
  background:#fff;
}

.hm-corp-list-item strong{
  display:block;
  margin-bottom:2px;
  font-size:13.5px;
}

.hm-corp-list-item span{
  display:block;
  color:var(--hm-muted);
  font-size:12px;
}

/* =========================================================
   24 — LINK KARTLARI / İLGİLİ SAYFALAR
   ========================================================= */
.hm-corp-link-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.hm-corp-link-card{
  display:inline-flex;
  min-height:36px;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border:1px solid var(--hm-line);
  border-radius:7px;
  background:var(--hm-soft);
  color:var(--hm-green);
  font-size:12.5px;
  font-weight:700;
  text-decoration:none;
}

.hm-corp-link-card:hover{
  border-color:var(--hm-line-strong);
  background:#fff;
  color:var(--hm-orange);
}

.hm-corp-link-card img{
  width:15px;
  height:15px;
  object-fit:contain;
}

/* =========================================================
   25 — RESİM GALERİSİ / LIGHTBOX
   ========================================================= */
.hm-corp-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.hm-corp-gallery__item{
  position:relative;
  display:block;
  overflow:hidden;
  border:1px solid var(--hm-line);
  border-radius:9px;
  background:var(--hm-soft);
  text-decoration:none;
}

.hm-corp-gallery__item img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:transform .25s ease;
}

.hm-corp-gallery__item:hover img{
  transform:scale(1.025);
}

.hm-corp-gallery__caption{
  display:block;
  padding:8px 10px;
  color:var(--hm-text);
  font-size:11.5px;
}

.hm-corp-lightbox{
  position:fixed;
  z-index:999999;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(9,22,16,.9);
}

.hm-corp-lightbox.is-open{
  display:flex;
}

.hm-corp-lightbox__dialog{
  position:relative;
  width:min(1100px,96vw);
  max-height:94vh;
}

.hm-corp-lightbox__image{
  display:block;
  width:auto;
  max-width:100%;
  max-height:82vh;
  margin:0 auto;
  border-radius:8px;
  background:#fff;
  object-fit:contain;
}

.hm-corp-lightbox__caption{
  margin:10px auto 0;
  max-width:900px;
  color:#fff;
  font-size:13px;
  text-align:center;
}

.hm-corp-lightbox__close,
.hm-corp-lightbox__prev,
.hm-corp-lightbox__next{
  position:absolute;
  display:flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  background:rgba(0,0,0,.35);
  color:#fff;
  font-size:24px;
  line-height:1;
}

.hm-corp-lightbox__close{
  top:-8px;
  right:-8px;
}

.hm-corp-lightbox__prev{
  top:50%;
  left:8px;
  transform:translateY(-50%);
}

.hm-corp-lightbox__next{
  top:50%;
  right:8px;
  transform:translateY(-50%);
}

/* =========================================================
   26 — CAROUSEL / YORUM / MEDYA SLIDER
   ========================================================= */
.hm-corp-carousel{
  position:relative;
  min-width:0;
}

.hm-corp-carousel__viewport{
  overflow:hidden;
  border-radius:10px;
}

.hm-corp-carousel__track{
  display:flex;
  transition:transform .35s ease;
  will-change:transform;
}

.hm-corp-carousel__slide{
  flex:0 0 100%;
  min-width:0;
}

.hm-corp-carousel__controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:9px;
}

.hm-corp-carousel__button{
  display:flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--hm-line);
  border-radius:50%;
  background:#fff;
  color:var(--hm-green);
  font-size:18px;
}

.hm-corp-carousel__button:hover{
  border-color:var(--hm-line-strong);
  background:var(--hm-soft);
}

.hm-corp-carousel__dots{
  display:flex;
  flex:1;
  justify-content:center;
  gap:6px;
}

.hm-corp-carousel__dot{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#cad6cd;
}

.hm-corp-carousel__dot.is-active{
  background:var(--hm-orange);
}

.hm-corp-review{
  padding:16px;
  border:1px solid var(--hm-line);
  border-radius:10px;
  background:#fff;
}

.hm-corp-review__head{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}

.hm-corp-review__avatar{
  display:flex;
  width:38px;
  height:38px;
  flex:0 0 38px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--hm-green-2);
  color:#fff;
  font-weight:700;
}

.hm-corp-review__name{
  font-size:13.5px;
  font-weight:700;
}

.hm-corp-review__meta{
  color:var(--hm-muted);
  font-size:11px;
}

.hm-corp-review__stars{
  color:#d89b13;
  font-size:14px;
  letter-spacing:.04em;
}

.hm-corp-review__text{
  color:var(--hm-text);
  font-size:13px;
  line-height:1.58;
}

/* =========================================================
   27 — MEDYA / ŞEKİL / KOLAJ
   ========================================================= */
.hm-corp-figure{
  margin:0;
}

.hm-corp-figure img{
  display:block;
  width:100%;
  border-radius:10px;
  object-fit:cover;
}

.hm-corp-figure figcaption{
  margin-top:6px;
  color:var(--hm-muted);
  font-size:11.5px;
  text-align:center;
}

.hm-corp-media{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:18px;
  align-items:center;
}

.hm-corp-media--reverse{
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
}

.hm-corp-media__body{
  min-width:0;
}

.hm-corp-media__visual{
  min-width:0;
}

/* =========================================================
   28 — BİLGİ MERKEZİ / İKONLU MENÜ
   ========================================================= */
.hm-corp-info-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:9px;
}

.hm-corp-info-link{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:center;
  gap:7px;
  padding:12px 9px;
  border:1px solid var(--hm-line);
  border-radius:9px;
  background:#fff;
  color:var(--hm-text-strong);
  text-align:center;
  text-decoration:none;
}

.hm-corp-info-link:hover{
  border-color:var(--hm-line-strong);
  background:var(--hm-soft-2);
  color:var(--hm-green);
}

.hm-corp-info-link img{
  width:38px;
  height:38px;
  object-fit:contain;
}

.hm-corp-info-link strong{
  font-size:11.5px;
  line-height:1.3;
}

/* =========================================================
   29 — HATA / BOŞ DURUM / 404
   ========================================================= */
.hm-corp-empty{
  position:relative;
  overflow:hidden;
  padding:34px 28px;
  border:1px solid var(--hm-line);
  border-radius:16px;
  background:
    radial-gradient(circle at 88% 18%,rgba(201,120,50,.1),transparent 28%),
    linear-gradient(135deg,#edf5ef 0%,#fbfaf5 100%);
  text-align:center;
}

.hm-corp-empty__code{
  margin:0;
  color:var(--hm-green);
  font-size:clamp(76px,15vw,145px);
  font-weight:800;
  line-height:.85;
  letter-spacing:-.07em;
  opacity:.11;
}

.hm-corp-empty__icon{
  display:block;
  width:76px;
  height:76px;
  margin:-32px auto 12px;
  position:relative;
  z-index:2;
  object-fit:contain;
}

.hm-corp-empty__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin-top:18px;
}

/* =========================================================
   30 — STICKY / SCROLL RAIL / YARDIMCI ETKİLEŞİMLER
   ========================================================= */
.hm-corp [data-hm-sticky]{
  position:sticky;
  top:var(--hm-sticky-top);
}

.hm-corp [data-hm-scrollrail]{
  scrollbar-width:thin;
  scrollbar-color:#cbd7ce transparent;
}

.hm-corp [data-hm-scrollrail]:focus-visible{
  outline-offset:5px;
}

.hm-corp .is-stuck{
  border-color:var(--hm-line-strong);
}

.hm-corp .is-overflowing{
  cursor:grab;
}

.hm-corp .is-overflowing:active{
  cursor:grabbing;
}

/* =========================================================
   31 — UTILITY SINIFLARI
   ========================================================= */
.hm-corp-u-center{
  text-align:center;
}

.hm-corp-u-muted{
  color:var(--hm-muted);
}

.hm-corp-u-green{
  color:var(--hm-green);
}

.hm-corp-u-orange{
  color:var(--hm-orange);
}

.hm-corp-u-mt-0{margin-top:0 !important}
.hm-corp-u-mt-1{margin-top:8px !important}
.hm-corp-u-mt-2{margin-top:14px !important}
.hm-corp-u-mt-3{margin-top:20px !important}
.hm-corp-u-mb-0{margin-bottom:0 !important}
.hm-corp-u-mb-1{margin-bottom:8px !important}
.hm-corp-u-mb-2{margin-bottom:14px !important}
.hm-corp-u-mb-3{margin-bottom:20px !important}

.hm-corp-u-full{
  width:100%;
}

.hm-corp-u-sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

/* =========================================================
   32 — SAYFA BAZLI MODİFİYERLER
   Küçük farklar burada; sayfa içine özel CSS yazılmaz.
   ========================================================= */
.hm-corp--about .hm-corp-hero{
  margin-top:4px;
}

.hm-corp--about .hm-corp-media-card__body{
  min-height:132px;
}

.hm-corp--contact .hm-corp-hero{
  padding-bottom:23px;
}

.hm-corp--legal .hm-corp-section,
.hm-corp--policy .hm-corp-section{
  padding:20px 21px;
}

.hm-corp--legal .hm-corp-section h2,
.hm-corp--policy .hm-corp-section h2{
  font-size:21px;
}

/* =========================================================
   33 — TABLET
   ========================================================= */
@media (max-width:980px){
  .hm-corp{
    padding-inline:12px;
  }

  .hm-corp-hero--split,
  .hm-corp-media,
  .hm-corp-media--reverse{
    grid-template-columns:1fr;
  }

  .hm-corp-grid--4,
  .hm-corp-grid--5{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hm-corp-stats{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .hm-corp-stat{
    border-bottom:1px solid rgba(255,255,255,.15);
  }

  .hm-corp-expertise{
    display:flex;
    overflow-x:auto;
    gap:12px;
    padding:2px 2px 8px;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
  }

  .hm-corp-expertise__item{
    flex:0 0 84px;
    scroll-snap-align:start;
  }

  .hm-corp-info-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .hm-corp-cta{
    grid-template-columns:1fr 1fr;
  }

  .hm-corp-cta > :first-child{
    grid-column:1/-1;
  }
}

/* =========================================================
   34 — MOBİL
   ========================================================= */
@media (max-width:760px){
  .hm-corp{
    padding:8px 10px 26px;
    font-size:15px;
    line-height:1.58;
  }

  .hm-corp h1{
    font-size:28px;
  }

  .hm-corp h2{
    font-size:20px;
  }

  .hm-corp h3{
    font-size:16px;
  }

  .hm-corp-lead{
    font-size:15px;
  }

  .hm-corp-hero{
    padding:20px 17px;
    border-radius:12px;
  }

  .hm-corp-hero--split{
    gap:17px;
  }

  .hm-corp-hero__media img{
    border-radius:9px;
  }

  .hm-corp-section,
  .hm-corp-section--spacious,
  .hm-corp--legal .hm-corp-section,
  .hm-corp--policy .hm-corp-section{
    padding:17px;
  }

  .hm-corp-grid--2,
  .hm-corp-grid--3,
  .hm-corp-grid--4,
  .hm-corp-grid--5,
  .hm-corp-grid--wide-left,
  .hm-corp-grid--wide-right,
  .hm-corp-contact-actions,
  .hm-corp-contact-list,
  .hm-corp-party-grid,
  .hm-corp-controller-grid,
  .hm-corp-company-grid,
  .hm-corp-process,
  .hm-corp-media,
  .hm-corp-media--reverse{
    grid-template-columns:1fr;
  }

  .hm-corp-card{
    padding:15px;
  }

  .hm-corp-feature-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hm-corp-feature:nth-child(2n){
    border-right:0;
  }

  .hm-corp-feature:nth-child(-n+2){
    border-bottom:1px solid var(--hm-line);
  }

  .hm-corp-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    border-radius:10px;
  }

  .hm-corp-stat:nth-child(2n){
    border-right:0;
  }

  .hm-corp-stat:last-child:nth-child(odd){
    grid-column:1/-1;
  }

  .hm-corp-scrollnav{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding:8px;
    -webkit-overflow-scrolling:touch;
  }

  .hm-corp-tabs--vertical{
    display:block;
  }

  .hm-corp-tabs--vertical .hm-corp-tablist{
    flex-direction:row;
    margin-bottom:12px;
    overflow-x:auto;
  }

  .hm-corp-tabs--vertical .hm-corp-tab{
    justify-content:center;
    white-space:nowrap;
  }

  .hm-corp-purpose,
  .hm-corp-definition{
    grid-template-columns:1fr;
    gap:3px;
  }

  .hm-corp-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hm-corp-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hm-corp-cta{
    grid-template-columns:1fr;
    padding:17px;
  }

  .hm-corp-cta > :first-child{
    grid-column:auto;
  }

  .hm-corp-cta .hm-corp-btn{
    width:100%;
  }

  .hm-corp-embed--map{
    min-height:270px;
    aspect-ratio:4/3;
  }

  .hm-corp [data-hm-sticky]{
    top:6px;
  }

  .hm-corp-lightbox{
    padding:12px;
  }

  .hm-corp-lightbox__prev{
    left:2px;
  }

  .hm-corp-lightbox__next{
    right:2px;
  }
}

@media (max-width:520px){
  .hm-corp-hero__actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .hm-corp-hero__actions .hm-corp-btn{
    width:100%;
  }

  .hm-corp-gallery{
    grid-template-columns:1fr;
  }

  .hm-corp-info-grid{
    grid-template-columns:1fr;
  }

  .hm-corp-stats{
    grid-template-columns:1fr 1fr;
  }

  .hm-corp-tab--media{
    min-width:132px;
  }
}

/* =========================================================
   35 — ERİŞİLEBİLİRLİK / REDUCED MOTION / PRINT
   ========================================================= */
@media (prefers-reduced-motion:reduce){
  .hm-corp *,
  .hm-corp *::before,
  .hm-corp *::after{
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
  }

  .hm-corp-carousel__track{
    transition:none;
  }
}

@media print{
  .hm-corp{
    max-width:none;
    padding:0;
    color:#000;
    background:#fff;
    font-size:11pt;
  }

  .hm-corp-scrollnav,
  .hm-corp-hero__actions,
  .hm-corp-cta,
  .hm-corp-carousel__controls,
  .hm-corp [data-hm-lightbox]::after{
    display:none !important;
  }

  .hm-corp-section,
  .hm-corp-card,
  .hm-corp-hero{
    break-inside:avoid;
    box-shadow:none !important;
  }

  .hm-corp a{
    color:#000;
    text-decoration:none;
  }

  .hm-corp-tabpanel[aria-hidden="true"]{
    display:block !important;
  }
}


/* =========================================================
   36 — SEMANTİK KOLAYLIK SINIFLARI
   Mevcut kurumsal sayfalardaki tekrar eden yapıları yeni sisteme
   taşırken her defasında yeni CSS yazmamak için hazır bileşenler.
   ========================================================= */
.hm-corp-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:0 0 18px;
}

.hm-corp-summary-card{
  display:flex;
  min-width:0;
  height:100%;
  flex-direction:column;
  padding:14px;
  border:1px solid var(--hm-line);
  border-radius:9px;
  background:#fff;
}

.hm-corp-summary-card .hm-corp-icon{
  margin-bottom:8px;
}

.hm-corp-summary-card strong{
  display:block;
  margin-bottom:4px;
  font-size:13.5px;
}

.hm-corp-summary-card span{
  color:var(--hm-muted);
  font-size:12px;
  line-height:1.5;
}

.hm-corp-flow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.hm-corp-flow-card{
  min-width:0;
  padding:14px;
  border:1px solid var(--hm-line);
  border-radius:9px;
  background:var(--hm-soft);
}

.hm-corp-flow-card strong{
  display:block;
  margin:7px 0 3px;
}

.hm-corp-flow-card span{
  color:var(--hm-muted);
  font-size:12px;
}

.hm-corp-principles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.hm-corp-principle{
  min-width:0;
  padding:14px;
  border:1px solid var(--hm-line);
  border-radius:9px;
  background:#fff;
}

.hm-corp-principle strong{
  display:block;
  margin-bottom:4px;
}

.hm-corp-rule{
  padding:11px 13px;
  border:1px solid var(--hm-line);
  border-radius:8px;
  background:var(--hm-soft);
}

.hm-corp-data-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}

.hm-corp-data-item{
  min-width:0;
  padding:12px 13px;
  border:1px solid var(--hm-line);
  border-radius:8px;
  background:var(--hm-soft);
}

.hm-corp-data-item small{
  display:block;
  margin-bottom:3px;
  color:var(--hm-muted);
  font-size:10.5px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.hm-corp-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  counter-reset:hm-steps;
}

.hm-corp-step{
  position:relative;
  min-width:0;
  padding:14px 14px 14px 50px;
  border:1px solid var(--hm-line);
  border-radius:9px;
  background:#fff;
}

.hm-corp-step::before{
  counter-increment:hm-steps;
  content:counter(hm-steps);
  position:absolute;
  top:13px;
  left:13px;
  display:flex;
  width:27px;
  height:27px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--hm-green);
  color:#fff;
  font-size:11px;
  font-weight:700;
}

.hm-corp-support-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.hm-corp-support-card{
  position:relative;
  min-width:0;
  padding:14px 14px 14px 58px;
  border:1px solid var(--hm-line);
  border-radius:9px;
  background:#fff;
}

.hm-corp-support-card > .hm-corp-icon{
  position:absolute;
  top:13px;
  left:13px;
}

.hm-corp-support-card strong{
  display:block;
  margin-bottom:4px;
}

.hm-corp-location-highlight{
  padding:14px 15px;
  border:1px solid #d4e2d7;
  border-radius:9px;
  background:#f2f8f3;
}

.hm-corp-location-highlight strong{
  display:block;
  margin-bottom:4px;
  color:var(--hm-green);
}

.hm-corp-sample{
  padding:15px;
  border:1px dashed var(--hm-line-strong);
  border-radius:9px;
  background:var(--hm-soft-2);
}

.hm-corp-quote{
  margin:0;
  padding:15px 17px;
  border-left:4px solid var(--hm-green);
  border-radius:0 9px 9px 0;
  background:var(--hm-soft);
  color:var(--hm-text);
}

.hm-corp-quote footer{
  margin-top:7px;
  color:var(--hm-muted);
  font-size:12px;
}

.hm-corp-brand-strip{
  display:flex;
  gap:18px;
  align-items:center;
  overflow-x:auto;
  padding:10px 4px;
  -webkit-overflow-scrolling:touch;
}

.hm-corp-brand-strip img{
  width:auto;
  max-width:130px;
  max-height:48px;
  flex:0 0 auto;
  object-fit:contain;
  filter:grayscale(.15);
}

.hm-corp-search-box{
  display:flex;
  gap:8px;
  max-width:620px;
  margin:14px auto 0;
}

.hm-corp-search-box input{
  min-width:0;
  flex:1;
  min-height:40px;
  padding:8px 11px;
  border:1px solid var(--hm-line-strong);
  border-radius:8px;
  background:#fff;
  color:var(--hm-text);
}

.hm-corp-media__visual > img,
.hm-corp-media__visual > a > img{
  display:block;
  width:100%;
  border-radius:10px;
}

/* Responsive convenience components */
@media (max-width:980px){
  .hm-corp-summary,
  .hm-corp-flow,
  .hm-corp-steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hm-corp-principles{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:760px){
  .hm-corp-summary,
  .hm-corp-flow,
  .hm-corp-principles,
  .hm-corp-data-grid,
  .hm-corp-steps,
  .hm-corp-support-grid{
    grid-template-columns:1fr;
  }

  .hm-corp-search-box{
    display:grid;
    grid-template-columns:1fr;
  }
}
