/*
Author : SiberMimar "Güray Avcı"
Website: www.sibermimar.com.tr
*/
/* Website Template - minimal CSS (performance-focused) */
:root{
  --bg:#F7F3FA;
  --surface:#FFFFFF;
  --surface-soft:#F8F4FC;
  --surface-strong:#EEE7F8;
  --text:#2B2533;
  --muted:#6D6377;
  --blue:#67557E;
  --blue2:#8874A6;
  --brand2:#67557E;
  --gold1:#F4EFFB;
  --gold2:#CBBDE8;
  --gold3:#6D578E;
  --gold-grad: linear-gradient(135deg, #F4EFFB 0%, #DDD0F0 34%, #B59BD8 68%, #6D578E 100%);
  --accent-violet:#7B63A3;
  --accent-violet-strong:#533F74;
  --accent-violet-soft:#F1EBF9;
  --accent-violet-border:rgba(123,99,163,.18);
  --accent-violet-grad: linear-gradient(135deg, #F7F2FC 0%, #E7DDF5 52%, #C3ABD8 100%);
  --shadow: 0 22px 56px rgba(43,38,51,.10);
  --shadow-soft: 0 14px 34px rgba(43,38,51,.09);
  --radius: 18px;
  --radius-lg: 28px;
  --line: rgba(43,38,51,.12);
  --line-strong: rgba(43,38,51,.18);
  --dark:#201A29;
  --max:none;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:'Montserrat',system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;line-height:1.45;font-weight:300;letter-spacing:.01em}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}

/* Ensure the HTML `hidden` attribute behaves consistently across browsers.
   (Firefox allows author styles to override the UA [hidden]{display:none} rule.) */
[hidden]{display:none !important}

.container{width:100%;max-width:none;margin:0 auto;padding:0 clamp(20px,3vw,46px)}
.topbar{
  background: var(--gold-grad);
  color:#0b1220;
  position:sticky;top:0;z-index:50;
  box-shadow:0 1px 0 rgba(0,0,0,.08);
  overflow:visible;
}
.brand{display:flex;align-items:center;gap:12px;min-width:200px;}
.brand-center{min-width:0;}
.brand-center img{
  width:min(240px, 48vw);
  height:auto;
  background:transparent;
  padding:0;
  border-radius:0;
  box-shadow:none;
}

/* Header (desktop mega nav) */
.header-grid{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap:14px;
  padding:12px 0;
}
.header-left,
.header-right{
  display:flex;
  align-items:center;
}
.header-left{justify-content:flex-start;gap:12px;min-width:0}
.header-right{justify-content:flex-end;min-width:0}

.main-nav{
  display:flex;
  align-items:center;
  gap:10px;
}
.nav-right{
  gap:12px;
}
.nav-links{display:flex;align-items:center;gap:10px}

.nav-link{
  font-family:inherit;
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 6px;
  border:0;
  border-radius:0;
  background:transparent;
  color:#0b1220;
  font-weight:600;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  position:relative;
  transition:color .15s ease, transform .12s ease;
}
.nav-link::after{
  content:"";
  position:absolute;
  left:6px;right:6px;
  bottom:8px;
  height:2px;
  border-radius:2px;
  background:transparent;
  transition:background .15s ease;
}
.nav-link:hover{background:transparent;text-decoration:none;color:#0b1220}
.nav-link:hover::after{background:rgba(11,61,145,.85)}
.nav-link:active{transform:translateY(1px)}

.nav-trigger[aria-expanded="true"]::after{background:rgba(11,61,145,.95)}

.menu-toggle{
  width:46px;height:46px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:14px;
  background:rgba(255,255,255,.40);
  display:none;
  align-items:center;justify-content:center;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  transition:background .15s ease, transform .12s ease, box-shadow .15s ease;
}
.menu-toggle:hover{background:rgba(255,255,255,.60)}
.menu-toggle:active{transform:translateY(1px)}
.menu-toggle:focus-visible{outline:3px solid rgba(11,61,145,.25);outline-offset:2px}

.burger{
  position:relative;
  display:block;
  width:22px;
  height:2px;
  background:#0b1220;
  border-radius:2px;
  transition:background .18s ease;
}
.burger::before,.burger::after{
  content:"";
  position:absolute;
  left:0;right:0;
  height:2px;
  background:#0b1220;
  border-radius:2px;
  transition:transform .18s ease, top .18s ease, opacity .18s ease;
}
.burger::before{top:-6px}
.burger::after{top:6px}

.menu-toggle[aria-expanded="true"] .burger{background:transparent}
.menu-toggle[aria-expanded="true"] .burger::before{top:0;transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] .burger::after{top:0;transform:rotate(-45deg)}

/* Language switcher (desktop + mobile) */
.lang-switch{position:relative}
.lang-btn{
  font-family:inherit;
  appearance:none;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.35);
  cursor:pointer;
  font-weight:600;
  font-size:13px;
}
.lang-btn:hover{background:rgba(255,255,255,.45)}
.lang-label{letter-spacing:.06em}
.lang-chev{opacity:.75;font-size:12px}
.lang-menu{
  position:absolute;
  right:0;
  top: calc(100% + 10px);
  min-width:190px;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:14px;
  box-shadow: var(--shadow);
  padding:8px;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.lang-menu a{
  padding:10px 10px;
  border-radius:12px;
  font-weight:500;
  color:var(--text);
}
.lang-menu a:hover{text-decoration:none;background:rgba(11,61,145,.08)}
.lang-menu a.active{background:rgba(11,61,145,.14)}

/* Mega menus */
.mega-panel{
  position:absolute;
  left:0;right:0;
  top:100%;
  padding:18px 0 22px;
  background:rgba(255,255,255,.98);
  border-top:1px solid rgba(0,0,0,.08);
  box-shadow:0 18px 50px rgba(0,0,0,.16);
  opacity:0;
  transform:translateY(-10px);
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
}
.site-header[data-mega-open="corporate"] .mega-panel[data-mega-panel="corporate"],
.site-header[data-mega-open="services"] .mega-panel[data-mega-panel="services"],
.site-header[data-mega-open="pricing"] .mega-panel[data-mega-panel="pricing"],
.site-header[data-mega-open="knowledge"] .mega-panel[data-mega-panel="knowledge"]{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.mega-wrap{padding:0}
.mega-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:14px;flex-wrap:wrap}
.mega-title{font-weight:800;font-size:14px;letter-spacing:.04em;text-transform:uppercase;color:var(--blue)}
.mega-subtitle{color:var(--muted);font-size:13px;max-width:560px}

.mega-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}
.mega-card{
  grid-column:span 4;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  transition:transform .12s ease, box-shadow .12s ease;
}
.mega-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.12);text-decoration:none}
.mega-thumb{height:98px;background-size:cover;background-position:center;position:relative}
.mega-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(11,18,32,.62) 0%, rgba(11,18,32,.10) 100%)}
.mega-body{padding:14px}
.mega-row{display:flex;gap:12px;align-items:center;min-width:0}
.mega-logo{width:46px;height:46px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto}
.mega-logo img{width:82%;height:82%;object-fit:contain}
.mega-icon{width:46px;height:46px;border-radius:12px;background:rgba(11,61,145,.10);border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:20px}
.mega-icon{color:var(--blue)}
.mega-icon svg{width:22px;height:22px;display:block}
.mega-text{min-width:0}
.mega-name{font-weight:700;line-height:1.15}
.mega-kicker{margin-top:3px;color:var(--blue);font-weight:800;font-size:12px}
.mega-desc{margin-top:10px;color:var(--muted);font-size:13px}
.mega-card--corp .mega-desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

.mega-grid-compact .mega-card{grid-column:span 3}
.mega-card-compact{box-shadow:0 10px 26px rgba(0,0,0,.06)}
.mega-card-compact .mega-body{padding:12px}
.mega-card-compact .mega-desc{margin-top:4px}

/* Mobile menu (center modal) */
body.menu-open{overflow:hidden}
.menu-panel{
  position:fixed;inset:0;
  background:rgba(11,18,32,.65);
  z-index:999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
}
.menu-panel[hidden]{display:none}
.menu-panel-inner{
  width:min(520px, 92vw);
  background:rgba(255,255,255,.98);
  height:auto;
  max-height:86vh;
  padding:18px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  box-shadow: var(--shadow);
  transform:translateY(14px) scale(.98);
  opacity:0;
  transition:transform .18s ease, opacity .18s ease;
}
.menu-panel.open .menu-panel-inner{transform:translateY(0) scale(1);opacity:1}
.menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.menu-close{width:44px;height:44px;border-radius:12px;border:1px solid rgba(0,0,0,.10);background:#fff;cursor:pointer;font-size:22px;line-height:1}
.menu-links{display:flex;flex-direction:column;gap:8px}
.menu-links a{padding:10px 12px;border-radius:12px;font-weight:500;color:var(--text)}
.menu-links a:hover{text-decoration:none;background:rgba(11,61,145,.08)}

.menu-group{border:1px solid rgba(0,0,0,.10);border-radius:12px;overflow:hidden;background:rgba(255,255,255,.75)}
.menu-group summary{cursor:pointer;padding:10px 12px;font-weight:600;color:var(--text);display:flex;align-items:center;justify-content:space-between;list-style:none}
.menu-group summary::-webkit-details-marker{display:none}
.menu-group summary::after{content:"▾";opacity:.75}
.menu-group[open] summary::after{transform:rotate(180deg)}
.menu-sub{display:flex;flex-direction:column;padding:6px 8px 10px 8px}
.menu-sub a{padding:8px 10px;border-radius:10px;font-weight:500}
.menu-sub a:hover{text-decoration:none;background:rgba(11,61,145,.08)}
.menu-sub--icons a{display:flex;align-items:center;gap:10px}
.menu-sub--icons .menu-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--blue)}
.menu-sub--icons .menu-icon svg{width:18px;height:18px;display:block}
.menu-sub--icons .menu-label{flex:1 1 auto}
.menu-links a.active{background:rgba(11,61,145,.10)}

.hero{
  position:relative;
  min-height:72vh;
  display:flex;
  align-items:stretch;
  overflow:hidden;
  background:#0b1220;
}
.slides{
  position:absolute;inset:0;
}
.slide{
  position:absolute;inset:0;
  opacity:0;
  transform:scale(1.015);
  transition:opacity 800ms ease, transform 1200ms ease;
  will-change: opacity, transform;
  background-size:cover;
  background-position:center;
}
.slide::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(11,18,32,.78) 0%, rgba(11,18,32,.45) 55%, rgba(11,18,32,.28) 100%);
}
.slide.active{opacity:1;transform:scale(1.00)}
.hero-content{
  position:relative;
  width:100%;
  display:flex;
  align-items:center;
}
.hero-inner{
  max-width:780px;
  padding:74px 0;
}
.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 16px 0;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.82);
  font-size:12px;
}
.hero-kicker::before{
  content:"";
  width:34px;
  height:2px;
  background:rgba(212,175,55,.95);
  border-radius:2px;
}
.hero-scroll{
  position:absolute;
  right:18px;
  bottom:18px;
  display:none;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.70);
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  z-index:6;
}
.hero-scroll-line{
  width:46px;
  height:1px;
  background:rgba(255,255,255,.55);
}
.hero h1{
  margin:0 0 12px 0;
  font-size:48px;
  line-height:1.05;
  letter-spacing:-.6px;
  color:#fff;
  font-weight:500;
}
.hero p{
  margin:0 0 20px 0;
  font-size:18px;
  color:rgba(255,255,255,.86);
  font-weight:300;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}

.hero:focus{outline:2px solid rgba(255,255,255,.65);outline-offset:-2px}

.hero-arrows{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 14px;
  pointer-events:none;
  z-index:6;
}
.hero-arrow{
  pointer-events:auto;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(11,18,32,.25);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-size:26px;
  line-height:1;
  transition:transform .12s ease, background .12s ease, border-color .12s ease;
  backdrop-filter: blur(6px);
}
.hero-arrow:hover{background:rgba(11,18,32,.35);border-color:rgba(255,255,255,.32);transform:translateY(-1px)}
.hero-arrow:active{transform:translateY(0)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 16px;border-radius:14px;
  font-weight:600;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.12);
  color:#fff;
  text-decoration:none;
  transition:transform .12s ease, background .12s ease;
}
.btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.18);text-decoration:none}
.btn.primary{
  background:var(--gold-grad);
  color:#0b1220;
  border:none;
}

.hero-dots{
  position:absolute;
  left:50%;transform:translateX(-50%);
  bottom:18px;
  display:flex;gap:8px;
  z-index:5;
}
.hero-dot{
  width:10px;height:10px;border-radius:999px;
  background:rgba(255,255,255,.35);
  border:1px solid rgba(0,0,0,.15);
  cursor:pointer;
}
.hero-dot.active{background:#fff}

/* Homepage highlights (stat band) */
.highlights{position:relative;margin-top:-34px;padding:0 0 10px}
.highlight-bar{
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 18px 42px rgba(0,0,0,.12);
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:0;
  overflow:hidden;
}
.stat{padding:18px 16px;border-right:1px solid rgba(0,0,0,.06)}
.stat:last-child{border-right:none}
.stat-value{
  font-size:30px;
  font-weight:700;
  letter-spacing:-.02em;
  background:var(--gold-grad);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.stat-label{
  margin-top:6px;
  color:var(--muted);
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
}

/* Section headers + alternate background */
.section--alt{
  background:linear-gradient(180deg, rgba(212,175,55,.10) 0%, rgba(11,61,145,.05) 55%, rgba(255,255,255,1) 100%);
  border-top:1px solid rgba(0,0,0,.06);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.section-head{max-width:940px;margin-bottom:18px}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--blue);
  font-size:12px;
  margin-bottom:10px;
}
.eyebrow::before{
  content:"";
  width:34px;height:2px;
  background:rgba(212,175,55,.95);
  border-radius:2px;
}

.section{padding:64px 0}
.section h2{margin:0 0 12px 0;font-size:32px;letter-spacing:-.4px}
.section p.lead{margin:0 0 18px 0;color:var(--muted);max-width:800px}

/* Homepage industry grid (visual, premium) */
.industry-grid{
  display:grid;
  grid-template-columns:repeat(12, 1fr);
  gap:16px;
  margin-top:18px;
}
.industry-card{
  grid-column:span 6;
  position:relative;
  min-height:260px;
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 18px 44px rgba(0,0,0,.10);
  background:#0b1220;
  color:#fff;
  text-decoration:none;
}
.industry-card:hover{text-decoration:none}
.industry-card--featured{
  grid-column:span 12;
  min-height:360px;
}
.industry-media{position:absolute;inset:0}
.industry-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
  filter:saturate(1.05);
  transition:transform 1.2s ease;
}
.industry-card:hover .industry-media img{transform:scale(1.06)}
.industry-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(11,18,32,.82) 0%, rgba(11,18,32,.45) 55%, rgba(11,18,32,.16) 100%);
}
.industry-body{
  position:absolute;
  left:0;right:0;bottom:0;
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.industry-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  font-size:13px;
  color:rgba(255,255,255,.92);
}
.industry-icon{
  width:28px;height:28px;
  border-radius:10px;
  background:rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
}
.industry-body h3{
  margin:0;
  font-size:22px;
  line-height:1.12;
  font-weight:600;
}
.industry-body p{
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:14px;
  max-width:68ch;
}
.industry-meta{
  margin-top:6px;
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.82);
  font-size:13px;
}
.pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.16);
  font-weight:600;
  font-size:12px;
}

/* Premium company cards on homepage */
.company-list--premium{gap:18px}
.company--premium{padding:0}
.company--premium:hover{text-decoration:none}
.company-cover{position:relative;height:122px;overflow:hidden}
.company-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.04);
  transition:transform 1.2s ease;
}
.company--premium:hover .company-cover img{transform:scale(1.08)}
.company-cover-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(11,18,32,.72) 0%, rgba(11,18,32,.20) 75%);
}
.company-body{padding:16px}
.company-top{display:flex;align-items:center;gap:12px}
.company--premium .logo{width:56px;height:56px}
.company-sector{
  display:inline-block;
  color:var(--muted);
  font-size:12px;
  margin-top:12px;
}
.company-bottom{
  margin-top:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.company-cta{
  font-weight:700;
  color:var(--blue);
  font-size:13px;
  letter-spacing:.02em;
}

.grid{
  display:grid;
  grid-template-columns:repeat(12, 1fr);
  gap:16px;
}
.card{
  grid-column:span 4;
  background:#fff;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
}
.card .card-body{padding:16px}
.card .kicker{display:flex;align-items:center;gap:10px;color:var(--blue);font-weight:800;font-size:14px}
.card .kicker .icon{font-size:18px}
.card h3{margin:10px 0 8px 0;font-size:18px}
.card p{margin:0;color:var(--muted);font-size:14px}
.card .card-footer{
  padding:14px 16px;
  border-top:1px solid rgba(0,0,0,.06);
  display:flex;justify-content:space-between;align-items:center;
}

.company-list{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}
.company{
  grid-column:span 4;
  background:#fff;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.06);
  overflow:hidden;
  transition:transform .12s ease;
}
.company:hover{transform:translateY(-2px)}
.company .top{
  padding:16px;
  display:flex;align-items:center;gap:12px;
}
.company .logo{
  width:56px;height:56px;border-radius:14px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.company .logo img{width:80%;height:80%;object-fit:contain}
.company .meta strong{display:block;font-size:16px}
.company .meta span{display:block;color:var(--muted);font-size:12px;margin-top:4px}
.company .bottom{
  padding:0 16px 16px 16px;
  color:var(--muted);
  font-size:14px;
}

.breadcrumb{padding:14px 0;color:var(--muted);font-size:13px}
.breadcrumb a{color:var(--blue)}

/* CMS Pages */
.page-hero{
  margin:10px 0 18px;
  padding:18px;
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(212,175,55,.12), rgba(11,61,145,.04));
  border:1px solid rgba(0,0,0,.06);
}
.page-eyebrow{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.14em;font-size:11px;color:var(--blue);text-transform:uppercase;margin-bottom:8px}
.page-hero h1{margin:0;font-size:32px;line-height:1.15;font-weight:600}
.page-panel{padding:20px}
.page-content p{margin:0 0 12px 0}

/* Page Builder (PB) - Blocks (CMS Pages) */
.pb-block{margin:0 0 16px 0}

.pb-hero{
  margin:10px 0 18px;
  padding:18px;
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(212,175,55,.12), rgba(11,61,145,.04));
  border:1px solid rgba(0,0,0,.06);
}
.pb-hero h1{margin:0;font-size:32px;line-height:1.15;font-weight:600}
.pb-hero .lead{margin:10px 0 0;color:var(--muted);font-size:15px;line-height:1.55;max-width:70ch}

.pb-section,
.pb-cards,
.pb-accordion{
  padding:18px;
  border-radius:var(--radius);
  border:1px solid rgba(0,0,0,.06);
  background:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.06);
  overflow:hidden;
}

.pb-title{margin:0 0 12px;font-size:20px;line-height:1.25;font-weight:700}

.pb-grid{display:grid;gap:16px}
.pb-grid-2{grid-template-columns:repeat(12, 1fr)}
.pb-col{grid-column:span 6;min-width:0}

.pb-cards-grid{display:grid;grid-template-columns:repeat(12, 1fr);gap:14px}
.pb-card{
  grid-column:span 4;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.06);
  background:linear-gradient(180deg, rgba(11,61,145,.04), rgba(212,175,55,.06));
}
.pb-card strong{display:block;font-size:14px;margin:0 0 8px}
.pb-card__text p{margin:0 0 10px 0}
.pb-card__actions{margin-top:12px}
.pb-card__link{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border-radius:999px;background:#0b3d91;color:#fff;text-decoration:none;font-size:13px;font-weight:700;transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;box-shadow:0 10px 22px rgba(11,61,145,.20)}
.pb-card__link:hover,.pb-card__link:focus-visible{color:#fff;opacity:.96;transform:translateY(-1px);box-shadow:0 14px 26px rgba(11,61,145,.24)}

.pb-acc{display:flex;flex-direction:column;gap:12px}
.pb-acc-item{border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);overflow:hidden;background:#fff}
.pb-acc-item summary{list-style:none;cursor:pointer;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(180deg, rgba(11,61,145,.05), rgba(212,175,55,.08));font-weight:700}
.pb-acc-item summary::-webkit-details-marker{display:none}
.pb-acc-body{padding:12px 14px}


.pb-copy__body p,
.pb-copy__body ul,
.pb-copy__body ol{margin:0 0 14px 0}
.pb-copy__body ul,
.pb-copy__body ol{padding-left:20px}
.pb-copy__body li + li{margin-top:8px}

.pb-pricing__lead p,
.pb-pricing__lead ul,
.pb-pricing__lead ol{margin:0 0 14px 0}
.pb-pricing__lead ul,
.pb-pricing__lead ol{padding-left:20px}
.pb-pricing-list{display:flex;flex-direction:column;gap:0}
.pb-price-row{
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(260px,.9fr);
  gap:18px;
  padding:18px 0;
  border-top:1px solid rgba(0,0,0,.08);
}
.pb-price-row:first-child{border-top:1px solid rgba(0,0,0,.08)}
.pb-price-row__label{margin:0 0 8px;font-size:17px;line-height:1.35;font-weight:700;color:var(--text)}
.pb-price-row__summary p,
.pb-price-row__summary ul,
.pb-price-row__summary ol{margin:0 0 10px 0}
.pb-price-row__summary ul,
.pb-price-row__summary ol{padding-left:20px}
.pb-price-row__summary li + li{margin-top:6px}
.pb-price-row__meta{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px}
.pb-price-row__band{font-size:20px;line-height:1.2;font-weight:700;color:var(--text)}
.pb-price-row__chips{display:flex;flex-wrap:wrap;gap:8px}
.pb-price-chip{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;background:rgba(210,177,109,.14);border:1px solid rgba(159,122,70,.18);color:var(--text);font-size:12px;font-weight:700;letter-spacing:.02em}
.pb-price-chip--source{background:rgba(90,102,114,.08);border-color:rgba(90,102,114,.16);color:var(--muted)}
.pb-price-row__link{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid rgba(159,122,70,.18);background:rgba(243,230,191,.28);color:var(--text);text-decoration:none;font-size:13px;font-weight:700;transition:background .2s ease,color .2s ease,border-color .2s ease}
.pb-price-row__link:hover,
.pb-price-row__link:focus-visible{background:rgba(243,230,191,.46);color:var(--text);border-color:rgba(159,122,70,.32)}

.pb-pricing-table-wrap{overflow-x:auto;border:1px solid rgba(0,0,0,.08);border-radius:20px;background:#fff;box-shadow:0 18px 38px rgba(0,0,0,.04)}
.pb-pricing-table{width:100%;min-width:720px;border-collapse:collapse}
.pb-pricing-table thead th{padding:14px 16px;text-align:left;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:linear-gradient(180deg, rgba(11,61,145,.04), rgba(212,175,55,.08));border-bottom:1px solid rgba(0,0,0,.08)}
.pb-pricing-table tbody td{padding:16px;border-top:1px solid rgba(0,0,0,.07);vertical-align:top}
.pb-pricing-table tbody tr:first-child td{border-top:none}
.pb-pricing-table__name{font-weight:700;color:var(--text);line-height:1.45}
.pb-pricing-table__spec{color:var(--muted);line-height:1.65;min-width:220px}
.pb-pricing-table__spec p{margin:0}
.pb-pricing-table__price{font-weight:700;color:var(--text);white-space:nowrap}
.pb-pricing-table__unit{white-space:nowrap;color:var(--muted);font-weight:700}
@media (max-width:820px){
  .pb-pricing-table-wrap{border-radius:18px}
  .pb-pricing-table{min-width:640px}
}

.pb-visual-profile__layout{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);gap:18px;align-items:start}
.pb-visual-profile__media{margin:0}
.pb-visual-profile__media img{width:100%;height:100%;min-height:220px;display:block;object-fit:cover;border-radius:20px;border:1px solid rgba(0,0,0,.08);box-shadow:0 16px 38px rgba(0,0,0,.08)}
.pb-visual-profile__body{display:flex;flex-direction:column;gap:14px}
.pb-visual-profile__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}
.pb-visual-profile__meta-item{padding:12px 14px;border-radius:16px;border:1px solid rgba(0,0,0,.06);background:linear-gradient(180deg, rgba(11,61,145,.04), rgba(212,175,55,.07))}
.pb-visual-profile__meta-label{font-size:11px;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:700}
.pb-visual-profile__meta-value{margin-top:6px;font-size:14px;line-height:1.4;color:var(--text);font-weight:700}
.pb-visual-profile__focus{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}
.pb-visual-profile__focus li{position:relative;padding:12px 14px 12px 44px;border-radius:16px;border:1px solid rgba(0,0,0,.06);background:#fff;box-shadow:0 10px 26px rgba(0,0,0,.04);line-height:1.45;color:var(--text)}
.pb-visual-profile__focus li::before{content:'';position:absolute;left:14px;top:14px;width:18px;height:18px;border-radius:8px;background:var(--gold-grad);box-shadow:0 8px 18px rgba(212,175,55,.26)}
.pb-visual-profile__focus li::after{content:'';position:absolute;left:20px;top:20px;width:6px;height:3px;border-left:2px solid #0b1220;border-bottom:2px solid #0b1220;transform:rotate(-45deg)}
.pb-visual-profile__note{padding:12px 14px;border-radius:16px;border:1px dashed rgba(159,122,70,.34);background:rgba(243,230,191,.24);color:var(--muted);font-size:13px;line-height:1.5}
.pb-visual-profile__actions{display:flex;flex-wrap:wrap;gap:10px}

@media (max-width:820px){
  .pb-visual-profile__layout{grid-template-columns:1fr}
  .pb-visual-profile__media img{min-height:200px}
  .pb-price-row{grid-template-columns:1fr;gap:12px;padding:16px 0}
  .pb-price-row__band{font-size:18px}
}

@media (max-width:980px){
  .pb-col{grid-column:span 12}
  .pb-card{grid-column:span 6}
}

@media (max-width:640px){
  .pb-card{grid-column:span 12}
}



/* Legal page (custom template for /page/legal) */
.legal-hero{
  position:relative;
  margin:10px 0 18px;
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  color:#fff;
  min-height:260px;
  display:flex;
  align-items:flex-end;
}
.legal-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:var(--legal-hero);
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
}
.legal-hero::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(11,18,32,.78) 0%, rgba(11,18,32,.45) 55%, rgba(11,18,32,.25) 100%);
}
.legal-hero__inner{position:relative;z-index:1;padding:22px;max-width:980px}
.legal-hero .page-eyebrow{color:rgba(255,255,255,.92)}
.legal-hero h1{margin:0;font-size:34px;line-height:1.15;font-weight:600}
.legal-hero__lead{margin:10px 0 0;color:rgba(255,255,255,.86);font-size:15px;line-height:1.55;max-width:70ch}
.legal-facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.legal-fact{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(10px);
}
.legal-fact span{display:block;font-size:11px;letter-spacing:.10em;text-transform:uppercase;opacity:.86}
.legal-fact strong{display:block;margin-top:4px;font-size:14px;font-weight:700}

.legal-grid{display:grid;grid-template-columns:repeat(12, 1fr);gap:16px;margin:18px 0}
.legal-card{
  grid-column:span 6;
  background:#fff;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.06);
  padding:18px;
}
.legal-card--wide{grid-column:span 12}
.legal-kicker{display:flex;align-items:center;gap:10px;color:var(--blue);font-weight:800;font-size:13px;letter-spacing:.02em}
.legal-kicker .icon{font-size:18px}
.legal-card h2{margin:10px 0 8px 0;font-size:18px;line-height:1.25}
.legal-list{margin:10px 0 0 18px;color:var(--muted)}
.legal-list li{margin:6px 0;line-height:1.5}

.legal-contact{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px;margin-top:12px}
.legal-contact__label{font-weight:700;font-size:12px;color:var(--text)}
.legal-contact__val{margin-top:4px;color:var(--muted);font-size:14px;line-height:1.5}

.legal-note{display:grid;grid-template-columns:0.42fr 0.58fr;gap:16px;align-items:stretch;margin:6px 0 0}
.legal-note__media img{width:100%;height:100%;min-height:240px;object-fit:cover;border-radius:18px;border:1px solid rgba(0,0,0,.06)}
.legal-note__body .lead{color:var(--muted);font-size:15px;line-height:1.6}
.legal-note__actions{margin-top:14px}

.legal-body{margin:18px 0 0}

/* About page (custom template for /page/about) */
.about-hero{
  position:relative;
  margin:10px 0 18px;
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  color:#fff;
  min-height:280px;
  display:flex;
  align-items:flex-end;
}
.about-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:var(--about-hero);
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
}
.about-hero::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(11,18,32,.78) 0%, rgba(11,18,32,.45) 55%, rgba(11,18,32,.25) 100%);
}
.about-hero__inner{position:relative;z-index:1;padding:22px;max-width:980px}
.about-hero .page-eyebrow{color:rgba(255,255,255,.92)}
.about-hero h1{margin:0;font-size:34px;line-height:1.15;font-weight:600}
.about-hero__lead{margin:10px 0 0;color:rgba(255,255,255,.86);font-size:15px;line-height:1.55;max-width:70ch}

.about-facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.about-fact{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(10px);
}
.about-fact span{display:block;font-size:11px;letter-spacing:.10em;text-transform:uppercase;opacity:.86}
.about-fact strong{display:block;margin-top:4px;font-size:14px;font-weight:700}

.about-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;align-items:start;margin:18px 0}
.about-aside{display:flex;flex-direction:column;gap:14px}

.about-card{
  background:#fff;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.06);
  padding:18px;
}
.about-kicker{display:flex;align-items:center;gap:10px;color:var(--blue);font-weight:800;font-size:13px;letter-spacing:.02em}
.about-kicker .icon{font-size:18px}
.about-card h2{margin:10px 0 8px 0;font-size:18px;line-height:1.25}
.about-story{color:var(--muted)}
.about-story p{margin:0 0 12px 0}
.about-story .rt-list{margin:10px 0 0 18px}

.about-stats{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px;margin-top:12px}
.about-stat{
  background:linear-gradient(180deg, rgba(11,61,145,.05), rgba(212,175,55,.08));
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;
  padding:12px;
}
.about-stat strong{display:block;font-size:16px;font-weight:900;color:var(--text)}
.about-stat span{display:block;margin-top:4px;color:var(--muted);font-size:11px;letter-spacing:.10em;text-transform:uppercase}

.about-media img{width:100%;height:auto;display:block;border-radius:18px;border:1px solid rgba(0,0,0,.06);box-shadow:0 14px 40px rgba(0,0,0,.08)}

.about-checklist{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:10px}
.about-checklist li{position:relative;padding-left:32px;line-height:1.45;color:var(--muted)}
.about-checklist li::before{content:'';position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:8px;background:var(--gold-grad);box-shadow:0 6px 16px rgba(212,175,55,.28)}
.about-checklist li::after{content:'';position:absolute;left:7px;top:7px;width:8px;height:4px;border-left:2px solid #0b1220;border-bottom:2px solid #0b1220;transform:rotate(-45deg)}

.about-section{margin:22px 0}
.about-section__head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin:0 0 14px}
.about-section__kicker{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.14em;font-size:11px;color:var(--blue);text-transform:uppercase}
.about-section__title{font-size:22px;line-height:1.25;font-weight:600}
.about-section__lead{color:var(--muted);font-size:14px;max-width:70ch}

.about-lines{display:grid;grid-template-columns:repeat(12, 1fr);gap:14px}
.about-line{
  grid-column:span 3;
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:var(--shadow);
  padding:14px;
}
.about-line__kicker{display:flex;align-items:center;gap:10px;color:var(--blue);font-weight:800;font-size:13px;letter-spacing:.02em}
.about-line__kicker .icon{font-size:18px}
.about-line__desc{margin-top:8px;color:var(--muted);line-height:1.5}

.about-footprint{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}
.about-footprint__media img{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:18px;border:1px solid rgba(0,0,0,.06)}
.about-card--footprint{display:flex;flex-direction:column;justify-content:space-between}
.about-bullets{margin:0 0 0 18px;color:var(--muted);display:flex;flex-direction:column;gap:8px}
.about-cta{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}

.about-values{display:grid;grid-template-columns:repeat(12, 1fr);gap:14px}
.about-value{
  grid-column:span 3;
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:var(--shadow);
  padding:14px;
}
.about-value__kicker{display:flex;align-items:center;gap:10px;color:var(--blue);font-weight:800;font-size:13px;letter-spacing:.02em}
.about-value__kicker .icon{font-size:18px}
.about-value__desc{margin-top:8px;color:var(--muted);line-height:1.5}


/* Contact page (custom template for /contact and /page/contact) */
.contact-hero{
  position:relative;
  margin:10px 0 18px;
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  color:#fff;
  min-height:260px;
  display:flex;
  align-items:flex-end;
}
.contact-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:var(--contact-hero);
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
}
.contact-hero::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(11,18,32,.82) 0%, rgba(11,18,32,.48) 58%, rgba(11,18,32,.22) 100%);
}
.contact-hero__inner{position:relative;z-index:1;padding:22px;max-width:980px}
.contact-hero .page-eyebrow{color:rgba(255,255,255,.92)}
.contact-hero h1{margin:0;font-size:34px;line-height:1.15;font-weight:600}
.contact-hero__lead{margin:10px 0 0;color:rgba(255,255,255,.86);font-size:15px;line-height:1.55;max-width:70ch}

.contact-facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.contact-fact{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(10px);
}
.contact-fact span{display:block;font-size:11px;letter-spacing:.10em;text-transform:uppercase;opacity:.86}
.contact-fact strong{display:block;margin-top:4px;font-size:14px;font-weight:700}
.contact-fact__link{color:#fff;text-decoration:none}
.contact-fact__link:hover{text-decoration:underline}

.contact-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;align-items:start;margin:18px 0}
.contact-aside{display:flex;flex-direction:column;gap:14px}
.contact-card{
  background:#fff;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.06);
  padding:18px;
}
.contact-kicker{display:flex;align-items:center;gap:10px;color:var(--blue);font-weight:800;font-size:13px;letter-spacing:.02em}
.contact-kicker .icon{font-size:18px}
.contact-card h2{margin:10px 0 8px 0;font-size:18px;line-height:1.25}
.contact-lead{color:var(--muted);font-size:15px;line-height:1.6;margin:0 0 12px 0}
.contact-cta{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.contact-checklist li{color:var(--muted)}

.contact-quick{display:flex;flex-direction:column;gap:10px;margin-top:10px}
.contact-quick__row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.06);
  background:linear-gradient(180deg, rgba(11,61,145,.04), rgba(212,175,55,.06));
}
.contact-quick__label{font-weight:800;font-size:12px;color:var(--text)}
.contact-quick__val{color:var(--muted);font-size:14px;line-height:1.4;max-width:70%}
.contact-quick__val a{color:var(--blue);font-weight:700;text-decoration:none}
.contact-quick__val a:hover{text-decoration:underline}
.contact-media img{width:100%;height:auto;display:block;border-radius:18px;border:1px solid rgba(0,0,0,.06);box-shadow:0 14px 40px rgba(0,0,0,.08)}

.contact-offices{margin:22px 0}
.contact-offices__head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin:0 0 14px}
.contact-offices__kicker{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.14em;font-size:11px;color:var(--blue);text-transform:uppercase}
.contact-offices__title{font-size:22px;line-height:1.25;font-weight:600}
.contact-offices__lead{color:var(--muted);font-size:14px;max-width:70ch}
.contact-proof-media{margin-top:26px}
.proof-media-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}
.proof-media-card{
  grid-column:span 4;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft);
  overflow:hidden;
  min-width:0;
}
.proof-media-card__media{
  display:block;
  aspect-ratio: 4 / 3;
  background:linear-gradient(180deg, rgba(243,230,191,.42), rgba(247,243,238,.92));
}
.proof-media-card__media:hover{text-decoration:none}
.proof-media-card__media img,
.proof-media-card__media > img{width:100%;height:100%;object-fit:cover}
.proof-media-card__body{display:flex;flex-direction:column;gap:12px;padding:16px;min-height:100%}
.proof-media-card__meta{display:flex;gap:8px;flex-wrap:wrap}
.proof-media-card__body h3{margin:0;font-size:18px;line-height:1.3;font-weight:700}
.proof-media-card__body h3 a{text-decoration:none}
.proof-media-card__body h3 a:hover{text-decoration:underline}
.proof-media-card__body p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.proof-media-card__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}

.contact-office-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}
.contact-office{
  grid-column:span 6;
  background:#fff;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.06);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.contact-office__top{
  padding:16px 16px 10px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  flex-wrap:wrap;
}
.contact-office__kicker{display:flex;align-items:center;gap:10px;color:var(--blue);font-weight:800;font-size:13px;letter-spacing:.02em}
.contact-office__kicker .icon{font-size:18px}
.contact-office__sub{margin-top:6px;color:var(--muted);font-size:13px;line-height:1.4}
.contact-office__actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.contact-office__addr{padding:0 16px 14px}
.contact-office__label{font-weight:800;font-size:12px;color:var(--text);letter-spacing:.02em}
.contact-office__val{margin-top:6px;color:var(--muted);font-size:14px;line-height:1.5}
.contact-map{border-top:1px solid rgba(0,0,0,.06);background:linear-gradient(180deg, rgba(11,61,145,.03), rgba(212,175,55,.06));margin-top:auto}
.contact-map iframe{width:100%;height:320px;border:0;display:block;background:#f2f4f7}

[dir="rtl"] .contact-quick__row{flex-direction:row-reverse}
[dir="rtl"] .contact-office__kicker{flex-direction:row-reverse}

/* Business pages */
.company-hero{
  margin:10px 0 18px;
  padding:18px;
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(11,61,145,.06), rgba(212,175,55,.08));
  border:1px solid rgba(0,0,0,.06);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap; /* prevents horizontal overflow on small screens */
}
.company-hero .left{display:flex;align-items:center;gap:14px;min-width:0;flex:1 1 360px}
.company-hero .logo{
  width:64px;height:64px;
  border-radius:14px;
  background:#fff;
  padding:8px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 24px rgba(0,0,0,.10);
  flex:0 0 auto;
}
.company-hero .logo img{max-width:100%;max-height:100%}
.company-hero h1{margin:0;font-size:28px;line-height:1.15;font-weight:600}
.company-hero p{margin:4px 0 0;color:var(--muted);font-size:14px}

.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 18px}
.tab{
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  font-weight:500;
  color:var(--text);
}
.tab:hover{text-decoration:none;background:rgba(11,61,145,.06)}
.tab.active{background:var(--gold-grad);color:#0b1220;border-color:transparent}
.tab-panel{
  padding:18px;
  border:1px solid rgba(0,0,0,.06);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.06);
}
.tab-panel p{margin:0 0 12px 0}


/* Business: richer section blocks */
.biz-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin:0 0 14px}
.biz-head-actions{display:flex;gap:10px;flex-wrap:wrap}
.biz-title{font-size:22px;line-height:1.25;font-weight:600}
.biz-sub{color:var(--muted);font-size:14px;max-width:70ch}
.biz-eyebrow{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.14em;font-size:11px;color:var(--blue);text-transform:uppercase}
.biz-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;align-items:start}
.biz-main,.biz-aside{min-width:0} /* allow grid children to shrink; prevents mobile overflow */
.biz-main .lead{font-size:16px;line-height:1.55}
.biz-aside{display:flex;flex-direction:column;gap:14px}
.biz-box{background:linear-gradient(180deg, rgba(11,61,145,.05), rgba(212,175,55,.08));border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);padding:14px;box-shadow:0 10px 28px rgba(0,0,0,.06)}
.biz-box-title{font-weight:700;margin:0 0 10px}
.biz-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.biz-checklist li{position:relative;padding-left:32px;line-height:1.45;overflow-wrap:anywhere;word-break:break-word;hyphens:auto;-webkit-hyphens:auto}
.biz-checklist li::before{content:'';position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:8px;background:var(--gold-grad);box-shadow:0 6px 16px rgba(212,175,55,.28)}
.biz-checklist li::after{content:'';position:absolute;left:7px;top:7px;width:8px;height:4px;border-left:2px solid #0b1220;border-bottom:2px solid #0b1220;transform:rotate(-45deg)}

.mini-docs{display:flex;flex-direction:column;gap:10px;margin:10px 0 12px}
.mini-doc{display:flex;gap:10px;align-items:flex-start;padding:8px;border-radius:12px;border:1px solid rgba(0,0,0,.06);background:#fff}
.mini-doc:hover{text-decoration:none;background:rgba(11,61,145,.04)}
.mini-badge{width:34px;height:34px;border-radius:12px;background:rgba(11,61,145,.10);display:flex;align-items:center;justify-content:center;font-weight:900;color:var(--blue);flex:0 0 auto;font-size:12px}
.mini-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}
.mini-sub{color:var(--muted);font-size:12px;margin-top:3px}
.mini-title--guide{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.35}

/* Business: compact downloadable document rows */
.doc-rows{display:flex;flex-direction:column;gap:10px}
.doc-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;border-radius:14px;border:1px solid rgba(0,0,0,.06);background:#fff}
.doc-row:hover{text-decoration:none;background:rgba(11,61,145,.04)}
.doc-row__left{min-width:0}
.doc-row__title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.doc-row__meta{color:var(--muted);font-size:12px;margin-top:2px}
.doc-row__right{font-weight:900;font-size:12px;color:var(--blue);background:rgba(11,61,145,.10);border-radius:999px;padding:6px 10px;flex:0 0 auto}

.biz-wrap{overflow-x:hidden} /* guard against mobile horizontal overflow */
.biz-wrap .tab-panel{overflow:hidden} /* prevents accidental horizontal scroll on mobile (business pages) */

/* Overview: inline PDF accordion (mobile friendly) */
.biz-inline-docs{margin-top:18px}
.biz-inline-docs__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 0 10px}
.biz-inline-docs__title{margin:0;font-size:16px;font-weight:800}
.biz-inline-docs__sub{margin:0;color:var(--muted);font-size:13px;max-width:70ch}

.pdf-accordion{display:flex;flex-direction:column;gap:12px}
.pdf-acc{border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.pdf-acc summary{list-style:none;cursor:pointer;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(180deg, rgba(11,61,145,.05), rgba(212,175,55,.08))}
.pdf-acc summary::-webkit-details-marker{display:none}
.pdf-acc__text{min-width:0}
.pdf-acc__title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pdf-acc__meta{color:var(--muted);font-size:12px;margin-top:2px}
.pdf-acc__chev{flex:0 0 auto;font-weight:900;transition:transform .15s ease}
.pdf-acc[open] .pdf-acc__chev{transform:rotate(180deg)}
.pdf-acc__body{padding:0}

.pdfjs-host{border-top:1px solid rgba(0,0,0,.06);background:#fff}
.pdfjs-placeholder,.pdf-native-placeholder{padding:14px;color:var(--muted);font-size:13px}

/* Inline PDF preview (CDN-free, native <object>) */
.pdf-native-loading{display:flex;gap:12px;align-items:flex-start;padding:14px}
.pdf-native-spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(0,0,0,.10);border-top-color:var(--blue);animation:pdfspin 1s linear infinite;flex:0 0 18px;margin-top:2px}
@keyframes pdfspin{to{transform:rotate(360deg)}}
.pdf-native-loading-text{min-width:0}
.pdf-native-loading-title{font-weight:800;line-height:1.2}
.pdf-native-loading-desc{margin-top:4px;color:var(--muted);font-size:13px;max-width:70ch}
.pdf-native-progress{margin-top:10px}
.pdf-native-progress-bar{height:8px;border-radius:999px;background:rgba(11,61,145,.10);overflow:hidden}
.pdf-native-progress-fill{height:100%;width:0%;background:var(--blue)}
.pdf-native-progress-meta{margin-top:6px;font-size:12px;color:var(--muted)}

.pdf-native-wrap{border-top:1px solid rgba(0,0,0,.06);background:#fff}
.pdf-native-object{display:block;width:100%;max-width:100%;height:72vh;max-height:760px;min-height:420px;border:0;background:#fff}
.pdf-native-fallback{padding:14px;text-align:center}
.pdf-native-fallback__text{color:var(--muted);font-size:13px;margin:0 0 10px}
.pdf-native-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}

.pdf-native-error-wrap{padding:14px;border-top:1px solid rgba(0,0,0,.06);background:#fff}
.pdf-native-error{color:#b91c1c;font-size:13px;margin:0}

.pdf-acc__actions{display:flex;gap:10px;flex-wrap:wrap;padding:12px 14px 14px;border-top:1px solid rgba(0,0,0,.06);background:rgba(255,255,255,.7)}

@media (max-width: 640px){
  .biz-inline-docs__title{font-size:15px}
  .pdf-acc summary{padding:12px}
  .pdf-native-object{height:62vh;min-height:360px}
}


/* Resources: inline PDF viewers (collapsible) */
.pdf-stack{display:flex;flex-direction:column;gap:14px}
.pdf-card{border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);overflow:hidden}
.pdf-card summary{list-style:none;cursor:pointer;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(180deg, rgba(11,61,145,.05), rgba(212,175,55,.08))}
.pdf-card summary::-webkit-details-marker{display:none}
.pdf-summary{min-width:0}
.pdf-title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pdf-meta{color:var(--muted);font-size:12px;margin-top:2px}
.pdf-body{padding:0 0 12px 0}
.pdf-frame{width:100%;height:72vh;max-height:820px;min-height:420px;border:0;display:block;background:#fff}
.pdf-actions{display:flex;gap:10px;flex-wrap:wrap;padding:12px 14px 0}

/* Resources tools (search + filter) */
.doc-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 0 14px}
.doc-search{flex:1;min-width:220px}
.doc-search input{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:#fff;outline:none}
.doc-search input:focus{border-color:rgba(11,61,145,.45);box-shadow:0 0 0 4px rgba(11,61,145,.10)}
.doc-filters{display:flex;gap:8px;flex-wrap:wrap}
.chip{cursor:pointer;border:1px solid rgba(0,0,0,.12);background:#fff;padding:8px 10px;border-radius:999px;font-size:13px;font-weight:500}
.chip:hover{background:rgba(90,102,114,.08)}
.chip.active{background:var(--gold-grad);border-color:transparent}
.chip--soft{background:rgba(243,230,191,.42);border-color:rgba(159,122,70,.22);color:var(--text)}
.doc-count{color:var(--muted);font-size:13px;white-space:nowrap}
.doc-empty{margin:10px 0 0;color:var(--muted)}
.rt-list{margin:10px 0 0 18px}
.rt-list li{margin:6px 0}

.doc-list{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}
.doc{
  grid-column:span 6;
  background:#fff;border-radius:var(--radius);
  border:1px solid rgba(0,0,0,.06);
  box-shadow:var(--shadow);
  padding:14px;
  display:flex;gap:12px;align-items:flex-start;
}
.doc .badge{
  width:42px;height:42px;border-radius:12px;
  background:rgba(11,61,145,.10);
  display:flex;align-items:center;justify-content:center;
  font-weight:900;color:var(--blue);
}
.doc strong{display:block}
.doc small{color:var(--muted);display:block;margin-top:4px}

.viewer{
  background:#fff;border-radius:var(--radius);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.viewer iframe{width:100%;height:76vh;border:0;display:block}
.viewer .viewer-head{
  padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.06);
  display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap
}
.viewer-actions{display:flex;gap:10px;flex-wrap:wrap}



.footer{
  position:relative;
  padding:56px 0 22px;
  /* Corporate, theme-aligned footer:
     - deep blue base (matches site accents)
     - subtle brand blue + gold highlights
  */
  background:
    radial-gradient(900px 420px at 14% 0%, rgba(0,113,188,.34), transparent 70%),
    radial-gradient(820px 360px at 88% 18%, rgba(212,175,55,.18), transparent 72%),
    linear-gradient(180deg, #041f3f 0%, #020b18 100%);
  color:rgba(255,255,255,.86);
}
.footer:before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:4px;
  background:var(--gold-grad);
}
.footer a{color:rgba(255,255,255,.92)}
.footer a:hover{text-decoration:underline}

.footer-layout{
  display:grid;
  grid-template-columns:1.35fr 1fr 1.1fr 1.05fr;
  gap:28px;
  align-items:start;
}

.footer-col{min-width:0}

.footer-title{
  color:rgba(255,255,255,.92);
  font-weight:800;
  letter-spacing:.12em;
  font-size:11px;
  text-transform:uppercase;
  margin:0 0 10px 0;
}

.footer-brandname{
  font-weight:900;
  letter-spacing:.04em;
  font-size:20px;
  line-height:1.1;
  color:#fff;
}

.footer-note{
  margin:12px 0 0;
  color:rgba(255,255,255,.82);
  font-size:13px;
  line-height:1.6;
  max-width:56ch;
}

.footer-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.footer-list--cols{
  columns:2;
  column-gap:18px;
}
.footer-list--cols li{break-inside:avoid;}

.footer-link{
  display:inline-flex;
  align-items:center;
  padding:2px 0;
  color:rgba(255,255,255,.9);
  text-decoration:none;
  font-size:14px;
}
.footer-link:hover{text-decoration:underline}

.footer-contactlist{display:flex;flex-direction:column;gap:14px}
.footer-contactrow{display:flex;flex-direction:column;gap:6px}

.footer-contactk{
  font-weight:700;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
}

.footer-contactv{
  color:rgba(255,255,255,.92);
  font-size:14px;
  line-height:1.45;
  font-weight:400;
}

.footer-offices{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.footer-offices li{color:rgba(255,255,255,.88);font-size:13px;line-height:1.45;font-weight:300}

.footer-bottom{
  margin-top:26px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  font-size:12px;
  color:rgba(255,255,255,.74);
}

.footer-bottom-right{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.footer-bottom-link{color:rgba(255,255,255,.86);text-decoration:none}
.footer-bottom-link:hover{text-decoration:underline}
.footer-bottom-sep{opacity:.6}
@media (max-width: 980px){
  .hero-arrows{display:none}
  /* Header: collapse to hamburger + logo + language */
  .main-nav.nav-left{display:none}
  .nav-right .nav-links{display:none}
  .menu-toggle{display:flex}
  .mega-panel{display:none}

  .hero h1{font-size:34px}
  .card{grid-column:span 6}
  .company{grid-column:span 6}
  .doc{grid-column:span 12}
  .highlight-bar{grid-template-columns:repeat(2, 1fr)}
  .stat{border-right:1px solid rgba(0,0,0,.06)}
  .stat:nth-child(2n){border-right:none}
  .industry-card{grid-column:span 12;min-height:260px}
  .industry-card--featured{min-height:320px}
  .company--premium{grid-column:span 6}
  .biz-grid{grid-template-columns:1fr}
  .doc-search{min-width:100%}

  /* About page responsive */
  .about-layout{grid-template-columns:1fr}
  .about-line{grid-column:span 6}
  .about-footprint{grid-template-columns:1fr}
  .about-value{grid-column:span 6}

  /* Footer responsive */
  .footer-layout{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1 / -1}

  .footer-list--cols{columns:1}

  /* Contact page responsive */
  .contact-layout{grid-template-columns:1fr}
  .contact-office{grid-column:span 12}
  .contact-quick__val{max-width:100%}

  /* Business page responsive */
  .biz-grid{grid-template-columns:1fr}
  .biz-head-actions{width:100%}
  .biz-head-actions .btn{width:100%}


  /* Legal page responsive */
  .legal-card{grid-column:span 12}
  .legal-contact{grid-template-columns:1fr}
  .legal-note{grid-template-columns:1fr}

}
@media (max-width: 640px){
  .hero{min-height:78vh}
  .hero-inner{padding:44px 0}
  .hero h1{font-size:30px}
  .menu{gap:8px}
  .card{grid-column:span 12}
  .company{grid-column:span 12}
  .highlight-bar{grid-template-columns:1fr}
  .stat{border-right:none;border-bottom:1px solid rgba(0,0,0,.06)}
  .stat:last-child{border-bottom:none}
  .company--premium{grid-column:span 12}

  /* Business page: prevent horizontal overflow on mobile */
  .company-hero{padding:14px;align-items:flex-start}
  .company-hero h1{font-size:22px}
  .company-hero > a.btn{width:100%}

  /* Footer responsive */
  .footer{padding:44px 0 18px}
  .footer-layout{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
  .footer-list--cols{columns:1}

  /* About page responsive */
  .about-hero{min-height:220px}
  .about-hero h1{font-size:28px}
  .about-hero__inner{padding:18px}
  .about-line{grid-column:span 12}
  .about-value{grid-column:span 12}
  .about-stats{grid-template-columns:1fr}

  /* Contact page responsive */
  .contact-hero{min-height:220px}
  .contact-hero h1{font-size:28px}
  .contact-hero__inner{padding:18px}
  .contact-quick__row{flex-direction:column;align-items:flex-start}
  .contact-quick__val{max-width:100%}
  .contact-office__top{padding:14px 14px 10px}
  .contact-map iframe{height:280px}


  /* Legal page responsive */
  .legal-hero{min-height:220px}
  .legal-hero h1{font-size:28px}
  .legal-hero__inner{padding:18px}

}

@media (min-width: 981px){
  .hero-scroll{display:flex}
}

@media (prefers-reduced-motion: reduce){
  .slide{transition:none;transform:none}
  .industry-media img{transition:none}
  .company-cover img{transition:none}
  .company:hover{transform:none}
}

/* RTL tweaks */
[dir="rtl"] .header-left{justify-content:flex-end}
[dir="rtl"] .header-right{justify-content:flex-start}
[dir="rtl"] .main-nav{flex-direction:row-reverse}
[dir="rtl"] .nav-links{flex-direction:row-reverse}
[dir="rtl"] .lang-menu{right:auto;left:0}
[dir="rtl"] .mega-head{flex-direction:row-reverse}
[dir="rtl"] .hero::after{background:linear-gradient(-90deg, rgba(11,18,32,.78) 0%, rgba(11,18,32,.45) 55%, rgba(11,18,32,.28) 100%)}
[dir="rtl"] .hero-inner{text-align:right}
[dir="rtl"] .biz-checklist li{padding-left:0;padding-right:32px}
[dir="rtl"] .biz-checklist li::before{left:auto;right:0}
[dir="rtl"] .biz-checklist li::after{left:auto;right:7px;transform:rotate(45deg);border-left:none;border-right:2px solid #0b1220;border-bottom:2px solid #0b1220}
[dir="rtl"] .about-checklist li{padding-left:0;padding-right:32px}
[dir="rtl"] .about-checklist li::before{left:auto;right:0}
[dir="rtl"] .about-checklist li::after{left:auto;right:7px;transform:rotate(45deg);border-left:none;border-right:2px solid #0b1220;border-bottom:2px solid #0b1220}

/* News */
.news-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;margin:18px 0 44px}
.news-card{grid-column:span 4;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.08);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.08);display:flex;flex-direction:column;min-height:420px}
.news-cover{display:block;position:relative;aspect-ratio:16/9;background:linear-gradient(135deg, rgba(247,231,164,.55), rgba(26,115,232,.10))}
.news-cover img{width:100%;height:100%;object-fit:cover;display:block}
.news-cover-fallback{width:100%;height:100%}
.news-body{padding:16px 16px 18px;display:flex;flex-direction:column;flex:1}
.news-meta{display:flex;gap:10px;align-items:center;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:8px}
.news-date{display:inline-flex;align-items:center;gap:8px}
.news-title{font-size:18px;line-height:1.25;margin:0 0 10px 0}
.news-title a{color:var(--text);text-decoration:none}
.news-title a:hover{text-decoration:underline}
.news-excerpt{color:var(--muted);margin:0 0 14px 0;flex:1}
.news-actions{margin-top:auto}
.btn.small{padding:9px 12px;font-size:12px;border-radius:999px}

.news-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:18px;align-items:stretch;margin:18px 0}
.news-hero-cover{border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#f2f4f7}
.news-hero-cover img{width:100%;height:100%;object-fit:cover;display:block}
.news-hero-body{display:flex;flex-direction:column;justify-content:center;padding:18px 0}
.news-hero-date{margin-top:10px;color:var(--muted);font-size:13px}

@media (max-width:980px){
  .news-card{grid-column:span 6}
  .news-hero{grid-template-columns:1fr}
  .news-hero-body{padding:0}
}
@media (max-width:640px){
  .news-card{grid-column:span 12}
}

[dir="rtl"] .news-meta{flex-direction:row-reverse;justify-content:flex-end}
[dir="rtl"] .news-hero-body{text-align:right}

/* Projects */
.badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;border:1px solid rgba(0,0,0,.12);background:#fff;color:var(--text)}

.badge--company{justify-content:flex-start;gap:8px;padding:6px 12px;text-decoration:none;background:rgba(0,0,0,.03)}
.badge--company img{width:18px;height:18px;object-fit:contain;display:block}
.badge--company:hover{background:rgba(0,0,0,.06);text-decoration:none}

.project-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;margin:14px 0 44px}
.project-card{grid-column:span 4;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.08);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.08);display:flex;flex-direction:column;min-height:410px}
.project-cover{display:block;position:relative;aspect-ratio:16/9;background:linear-gradient(135deg, rgba(247,231,164,.55), rgba(26,115,232,.10))}
.project-cover img{width:100%;height:100%;object-fit:cover;display:block}
.project-cover-fallback{width:100%;height:100%}
.project-body{padding:16px 16px 18px;display:flex;flex-direction:column;flex:1}
.project-meta{display:flex;gap:10px;align-items:center;margin-bottom:10px}
.project-title{font-size:18px;line-height:1.25;margin:0 0 10px 0}
.project-title a{color:var(--text);text-decoration:none}
.project-title a:hover{text-decoration:underline}
.project-excerpt{color:var(--muted);margin:0 0 14px 0;flex:1}
.project-actions{margin-top:auto}

.project-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:18px;align-items:stretch;margin:18px 0}
.project-hero-cover{border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#f2f4f7}
.project-hero-cover img{width:100%;height:100%;object-fit:cover;display:block}
.project-hero-body{display:flex;flex-direction:column;justify-content:center;padding:18px 0}
.project-hero-meta{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}

@media (max-width:980px){
  .project-card{grid-column:span 6}
  .project-hero{grid-template-columns:1fr}
  .project-hero-body{padding:0}
}
@media (max-width:640px){
  .project-card{grid-column:span 12}
}

[dir="rtl"] .project-meta{flex-direction:row-reverse;justify-content:flex-end}
[dir="rtl"] .project-hero-body{text-align:right}

/* Investments (public) */
.inv-submeta{margin-top:6px;font-size:13px;color:var(--muted);line-height:1.35}
.inv-tools{
  margin:18px 0 14px;
  padding:14px 14px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 50px rgba(0,0,0,.06);
}
.inv-filterform{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}
.inv-fields{display:flex;gap:10px;flex-wrap:wrap;flex:1;min-width:260px}
.inv-field{display:flex;flex-direction:column;gap:6px;min-width:180px}
.inv-field span{font-size:12px;font-weight:800;color:var(--muted);letter-spacing:.02em}
.inv-field select,
.inv-field input{
  width:100%;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  outline:none;
}
.inv-field select:focus,
.inv-field input:focus{border-color:rgba(11,61,145,.45);box-shadow:0 0 0 4px rgba(11,61,145,.10)}
.inv-search{flex:1;min-width:220px}
.inv-actions{display:flex;gap:10px;flex-wrap:wrap}
.inv-btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 12px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
  border:1px solid rgba(11,61,145,.20);
  background:#fff;
  color:var(--blue);
  text-decoration:none;
  cursor:pointer;
}
.inv-btn:hover{background:rgba(11,61,145,.06);text-decoration:none}
.inv-btn--primary{background:var(--gold-grad);border:none;color:#0b1220}
.inv-btn--primary:hover{filter:saturate(1.05)}
.inv-count{margin-top:10px;color:var(--muted);font-size:13px}

.inv-pagination{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center;margin:10px 0 44px}
.inv-page{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:36px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  color:var(--text);
  text-decoration:none;
  font-weight:900;
  font-size:13px;
}
.inv-page:hover{background:rgba(11,61,145,.06);text-decoration:none}
.inv-page.active{background:var(--gold-grad);border-color:transparent}
.inv-page.disabled{opacity:.45;pointer-events:none}
.inv-ellipsis{color:var(--muted);padding:0 4px}

@media (max-width:640px){
  .inv-tools{padding:12px}
  .inv-field{min-width:150px}
}
.inv-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.inv-gallery__item{display:block;border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:rgba(0,0,0,.02)}
.inv-gallery__item img{width:100%;height:190px;object-fit:cover;display:block}

/* Investments map section */
.inv-map-section{margin:22px 0 10px}
.inv-map-section .inv-map-inner{background:rgba(255,255,255,.94);border:1px solid rgba(0,0,0,.08);border-radius:22px;padding:18px;box-shadow:0 18px 50px rgba(0,0,0,.06)}
.inv-map-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px}
.inv-map-head h2{margin:0;font-size:22px;letter-spacing:-.01em}
.inv-map-head p.lead{margin:8px 0 0;color:var(--muted);font-size:14px;max-width:68ch}
.inv-map-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.inv-map-selected{font-size:12px;color:var(--muted)}
.inv-map-selected b{color:var(--text)}
.inv-map-open{white-space:nowrap}

.inv-map-grid{display:grid;grid-template-columns:1fr;gap:14px;align-items:stretch}
.inv-map-grid--with-list{grid-template-columns:minmax(0,1fr) 360px}
.inv-map-frame{position:relative;z-index:0;isolation:isolate;border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:rgba(0,0,0,.02);min-height:520px;height:520px}
.inv-worldmap{width:100%;height:100%}
.inv-map-frame .leaflet-container{width:100%;height:100%;background:transparent}
/* Country labels overlay (investments world map) */
.inv-country-label{background:transparent;border:0;pointer-events:none;user-select:none;white-space:nowrap;transform:translate(-50%,-50%)}
.inv-country-label span{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.01em;color:rgba(15,23,42,.85);text-shadow:0 1px 0 rgba(255,255,255,.92),0 0 6px rgba(255,255,255,.92)}
.inv-country-label--ar{direction:rtl}
.inv-region-label{background:transparent;border:0;pointer-events:none;user-select:none;white-space:nowrap;transform:translate(-50%,-50%)}
.inv-region-label span{display:inline-block;font-size:16px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:rgba(15,23,42,.30);text-shadow:0 1px 0 rgba(255,255,255,.72),0 0 10px rgba(255,255,255,.85)}
.inv-region-label--ar{direction:rtl;text-transform:none;letter-spacing:0}
.inv-map-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;background:rgba(255,255,255,.78);backdrop-filter:blur(6px);padding:18px}
.inv-map-loading-title{font-weight:900}
.inv-map-loading-desc{font-size:12px;color:var(--muted);max-width:46ch}
.inv-map-loading--error{background:rgba(255,255,255,.92)}
.inv-map-loading--error .inv-map-spinner{display:none}

/* Map tile error alert (basemap blocked/unreachable) */
.inv-map-tilealert{position:absolute;left:12px;right:12px;bottom:12px;z-index:25;display:flex;justify-content:center;pointer-events:none}
.inv-map-tilealert__inner{pointer-events:auto;max-width:560px;background:rgba(255,255,255,.96);border:1px solid rgba(0,0,0,.10);border-radius:14px;padding:12px 14px;box-shadow:0 18px 46px rgba(0,0,0,.20)}
.inv-map-tilealert__title{font-weight:900;margin-bottom:4px}
.inv-map-tilealert__desc{font-size:12px;color:var(--muted);margin-bottom:10px;max-width:60ch}
.inv-map-tilealert__btn{cursor:pointer;border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:10px;padding:8px 12px;font-weight:800}
.inv-map-tilealert__btn:hover{background:rgba(0,0,0,.04)}

/* Investment detail: location + grouped documents */
.inv-location{margin-top:18px}
.inv-loc-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 0 12px}
.inv-loc-header h2{margin:0;font-size:18px}
.inv-loc-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:stretch}
.inv-loc-info{border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:14px;background:#fff}
.inv-loc-line{display:grid;grid-template-columns:140px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.inv-loc-line:last-child{border-bottom:0}
.inv-loc-label{font-size:12px;color:var(--muted);font-weight:800}
.inv-loc-value{font-weight:800;color:var(--text);word-break:break-word}
.inv-mini-map{position:relative;z-index:0;isolation:isolate;border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:rgba(0,0,0,.02);min-height:260px}
.inv-mini-map iframe{width:100%;height:100%;border:0;display:block}
.inv-doc-type-title{margin:18px 0 8px;font-size:16px;font-weight:900;letter-spacing:-.01em}
.inv-doc-group-title{margin:10px 0 8px;font-size:12px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
@media (max-width:980px){
  .inv-loc-grid{grid-template-columns:1fr}
  .inv-loc-line{grid-template-columns:1fr}
}

.inv-map-spinner{width:30px;height:30px;border-radius:999px;border:3px solid rgba(11,61,145,.20);border-top-color:rgba(11,61,145,.85);animation:invspin 1s linear infinite}
@keyframes invspin{to{transform:rotate(360deg)}}

.inv-map-panel{display:flex;flex-direction:column;gap:10px}
.inv-map-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.inv-map-panel-title{font-weight:900}
.inv-map-panel-count{font-size:12px;font-weight:900;padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.05);color:var(--text)}

.inv-map-list{border:1px solid rgba(0,0,0,.08);border-radius:18px;overflow:auto;background:#fff;max-height:460px}
.inv-map-item{width:100%;text-align:left;background:transparent;border:0;padding:12px 12px;display:flex;flex-direction:column;gap:6px;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.06);font:inherit}
.inv-map-item:last-child{border-bottom:0}
.inv-map-item:hover{background:rgba(11,61,145,.04)}
.inv-map-item.is-active{background:linear-gradient(135deg, rgba(212,175,55,.22), rgba(11,61,145,.06))}
.inv-map-item:disabled{opacity:.55;cursor:not-allowed}
.inv-map-item-head{display:flex;align-items:center;gap:10px}
.inv-map-item-head img{width:22px;height:22px;object-fit:contain;border-radius:6px}
.inv-map-item-title{font-weight:900}
.inv-map-item-meta{font-size:12px;color:var(--muted)}
.inv-map-item-company{font-size:12px;font-weight:800;color:rgba(15,23,42,.82)}
.inv-map-item-logo{width:22px;height:22px;border-radius:6px;background:rgba(0,0,0,.06);display:inline-block;flex-shrink:0}
.inv-map-item-badge{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;padding:5px 8px;border-radius:999px;background:#e0f2fe;color:#075985;margin-left:auto}
.inv-map-item-badge--planned{background:#fef9c3;color:#854d0e}
.inv-map-item-badge--completed{background:#dcfce7;color:#166534}

button.inv-btn{appearance:none;font:inherit;cursor:pointer}

@media (max-width:980px){
  .inv-map-grid{grid-template-columns:1fr}
  .inv-map-grid--with-list{grid-template-columns:1fr}
  .inv-map-list{max-height:none;display:flex;gap:12px;overflow:auto;padding:12px;scroll-snap-type:x mandatory}
  .inv-map-item{min-width:260px;border:1px solid rgba(0,0,0,.08);border-radius:16px;border-bottom:0;scroll-snap-align:start}
  .inv-map-frame{min-height:380px;height:380px}
}

@media (max-width:900px){.inv-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:520px){.inv-gallery{grid-template-columns:1fr}.inv-gallery__item img{height:220px}}


/* Investments world map (Leaflet) */
.inv-map-credits{margin-top:8px;font-size:11px;color:var(--muted);text-align:right}
.inv-map-credits a{color:inherit;text-decoration:none;border-bottom:1px dotted rgba(0,0,0,.25)}
.inv-map-credits a:hover{color:var(--text);text-decoration:none}

/* Attribution is moved below the map for a cleaner UI, but credit remains visible. */
.inv-map-frame .leaflet-control-attribution{font-size:11px;background:rgba(255,255,255,0.92);padding:3px 6px;border-radius:10px;margin:8px}

.inv-map-frame .leaflet-control-zoom{border-radius:14px;overflow:hidden;box-shadow:0 18px 46px rgba(0,0,0,0.22)}
.inv-map-frame .leaflet-control-zoom a{border-radius:0;width:44px;height:44px;line-height:44px;font-size:22px}

@media (max-width:640px){
  .inv-map-frame .leaflet-control-zoom a{width:40px;height:40px;line-height:40px;font-size:20px}
}

.inv-map-popup .leaflet-popup-content-wrapper{border-radius:18px;padding:0;overflow:hidden;box-shadow:0 18px 46px rgba(0,0,0,0.32)}
.inv-map-popup .leaflet-popup-content{margin:0}
.inv-map-popup .leaflet-popup-tip{box-shadow:none}

.inv-map-card{min-width:240px;max-width:300px}
.inv-map-card__top{display:flex;gap:12px;padding:12px 12px 10px;align-items:center}
.inv-map-card__logo{width:44px;height:44px;border-radius:14px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}
.inv-map-card__logo img{width:100%;height:100%;object-fit:contain}
.inv-map-card__title{font-weight:900;font-size:14px;line-height:1.2;color:#0f172a}
.inv-map-card__company{font-size:12px;color:#475569;margin-top:2px}
.inv-map-card__meta{font-size:12px;color:#64748b;margin-top:4px}
.inv-map-card__bottom{display:flex;align-items:center;justify-content:space-between;padding:10px 12px 12px;border-top:1px solid #e5e7eb;gap:10px}
.inv-map-card__status{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;padding:6px 10px;border-radius:999px;background:#e0f2fe;color:#075985}
.inv-map-card__status--planned{background:#fef9c3;color:#854d0e}
.inv-map-card__status--completed{background:#dcfce7;color:#166534}
.inv-map-card__link{display:inline-flex;align-items:center;gap:6px;font-weight:900;font-size:12px;color:#0f172a;text-decoration:none}
.inv-map-card__link:hover{text-decoration:underline}


/* Optional microsite placements */
.header-microsite{margin:0 10px;white-space:nowrap}
@media (max-width: 980px){
  .header-microsite{display:none}
}

.menu-link--microsite{
  font-weight:900;
  border:1px solid rgba(240,182,0,.35);
  background:rgba(240,182,0,.12);
  border-radius:14px;
}

.footer-link--microsite{font-weight:900}

.company-bottom-left{display:flex;align-items:center;gap:10px;min-width:0}
.company-bottom .company-sector{margin-top:0}

.leader-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.02em;
  background:rgba(240,182,0,.16);
  border:1px solid rgba(240,182,0,.35);
  color:var(--text);
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.microsite-cta{
  margin:16px 0 18px;
  padding:14px 14px;
  border-radius:16px;
  border:1px solid rgba(240,182,0,.28);
  background:rgba(240,182,0,.10);
  overflow:hidden;
}

.microsite-cta__kicker{
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:rgba(11,18,32,.72);
}

.microsite-cta__title{
  margin-top:6px;
  font-size:18px;
  font-weight:900;
  overflow-wrap:anywhere;
}

.microsite-cta__desc{
  margin-top:6px;
  color:rgba(11,18,32,.82);
  line-height:1.55;
  overflow-wrap:anywhere;
}

.microsite-cta__actions{margin-top:10px}

.microsite-band{padding:14px 0}
.microsite-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:14px 14px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  overflow:hidden;
}
.microsite-card__text{min-width:0}
.microsite-kicker{
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:rgba(11,18,32,.60);
}
.microsite-title{
  margin-top:6px;
  font-weight:900;
  font-size:18px;
  overflow-wrap:anywhere;
}
.microsite-desc{
  margin-top:6px;
  color:rgba(11,18,32,.74);
  line-height:1.5;
  overflow-wrap:anywhere;
}
@media (max-width: 720px){
  .microsite-card{flex-direction:column;align-items:flex-start}
  .microsite-card__actions{width:100%}
}


/* SP-060A / SP-060B / SP-060C
   Gürtaş Mermer palette, full-width public layout,
   desktop header refresh and unified business pages. */

body{
  background:
    radial-gradient(1200px 520px at 12% 0%, rgba(230,211,152,.28), transparent 64%),
    radial-gradient(820px 420px at 100% 8%, rgba(90,102,114,.08), transparent 62%),
    var(--bg);
  color:var(--text);
}

a:hover{text-decoration:none}

.btn{
  border:1px solid var(--line);
  background:rgba(255,255,255,.82);
  color:var(--text);
  box-shadow:0 10px 26px rgba(43,38,33,.06);
}
.btn:hover{
  background:#fff;
  box-shadow:0 16px 32px rgba(43,38,33,.10);
}
.btn.primary{
  background:var(--gold-grad);
  color:var(--dark);
  border:1px solid rgba(159,122,70,.18);
  box-shadow:0 18px 36px rgba(210,177,109,.26);
}
.btn.primary:hover{
  background:var(--gold-grad);
  filter:saturate(1.03);
}

.topbar{
  background:rgba(247,243,238,.88);
  color:var(--text);
  position:sticky;
  top:0;
  z-index:60;
  border-bottom:1px solid var(--line);
  box-shadow:0 18px 42px rgba(43,38,33,.06);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.header-bar{
  display:flex;
  align-items:center;
  gap:clamp(14px,2vw,28px);
  min-height:92px;
  padding:14px 0;
}
.brand{
  display:flex;
  align-items:center;
  min-width:0;
  text-decoration:none;
}
.brand-left{
  flex:0 1 auto;
}
.brand-left img{
  width:clamp(220px, 24vw, 360px);
  height:auto;
}

.header-desktop{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.nav-desktop{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(16px,1.8vw,24px);
  width:100%;
}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:clamp(8px,.9vw,12px);
}
.nav-links--secondary{
  justify-content:flex-start;
}
.nav-divider{
  width:1px;
  height:28px;
  background:linear-gradient(180deg, transparent, rgba(159,122,70,.75), transparent);
  flex:0 0 auto;
}

.nav-link{
  padding:12px 0;
  font-size:12px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--text);
}
.nav-link::after{
  left:0;
  right:0;
  bottom:6px;
  height:2px;
  border-radius:999px;
  background:transparent;
}
.nav-link:hover{
  color:var(--text);
}
.nav-link:hover::after,
.nav-trigger[aria-expanded="true"]::after{
  background:linear-gradient(90deg, rgba(159,122,70,0), rgba(159,122,70,.92), rgba(159,122,70,0));
}

.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  flex:0 0 auto;
}
.header-microsite{
  margin:0;
}

.menu-toggle{
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.76);
  box-shadow:0 12px 28px rgba(43,38,33,.07);
}
.menu-toggle:hover{background:#fff}
.menu-toggle:focus-visible{outline:3px solid rgba(159,122,70,.22)}
.burger,
.burger::before,
.burger::after{background:var(--text)}

.lang-btn{
  padding:11px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.76);
  color:var(--text);
  box-shadow:0 12px 28px rgba(43,38,33,.06);
}
.lang-btn:hover{background:#fff}
.lang-label{font-weight:700;letter-spacing:.12em}
.lang-menu{
  top:calc(100% + 12px);
  background:rgba(255,255,255,.98);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 22px 48px rgba(43,38,33,.12);
}
.lang-menu a:hover{background:rgba(210,177,109,.16)}
.lang-menu a.active{background:rgba(210,177,109,.22)}

.menu-panel{background:rgba(33,28,23,.55)}
.menu-panel-inner{
  background:rgba(247,243,238,.98);
  border:1px solid var(--line);
  box-shadow:0 30px 56px rgba(43,38,33,.18);
}
.menu-links a:hover,
.menu-sub a:hover,
.menu-links a.active{
  background:rgba(210,177,109,.16);
}
.menu-group{
  border:1px solid var(--line);
  background:rgba(255,255,255,.86);
}
.menu-sub--icons .menu-icon{color:var(--blue)}

.mega-panel{
  padding:18px 0 24px;
  background:rgba(250,247,241,.98);
  border-top:1px solid var(--line);
  box-shadow:0 24px 54px rgba(43,38,33,.12);
}
.mega-wrap{
  padding:6px 0 0;
}
.mega-title{
  color:var(--gold3);
  font-size:12px;
  letter-spacing:.16em;
}
.mega-subtitle{
  color:var(--muted);
  max-width:62ch;
}
.mega-card{
  border-radius:22px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 40px rgba(43,38,33,.07);
}
.mega-card:hover{
  box-shadow:0 28px 52px rgba(43,38,33,.12);
}
.mega-thumb{
  height:118px;
}
.mega-thumb::after{
  background:linear-gradient(90deg, rgba(33,28,23,.62) 0%, rgba(33,28,23,.12) 100%);
}
.mega-logo{
  border:1px solid var(--line);
  background:linear-gradient(180deg, #fff, rgba(247,243,238,.92));
}
.mega-icon{
  color:var(--gold3);
  background:rgba(230,211,152,.24);
  border:1px solid rgba(159,122,70,.18);
}
.mega-kicker{
  color:var(--gold3);
}
.mega-desc{
  color:var(--muted);
}

.hero{
  min-height:78vh;
  background:var(--dark);
}
.slide::after{
  background:linear-gradient(90deg, rgba(33,28,23,.84) 0%, rgba(33,28,23,.56) 52%, rgba(33,28,23,.20) 100%);
}
.hero-kicker,
.eyebrow,
.page-eyebrow,
.about-section__kicker,
.biz-eyebrow{
  color:var(--gold2);
}
.hero-kicker::before,
.eyebrow::before{
  background:rgba(210,177,109,.92);
}
.hero p{
  color:rgba(255,255,255,.82);
}
.hero-arrow{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.24);
}
.hero-arrow:hover{background:rgba(255,255,255,.22)}
.hero-dot{background:rgba(255,255,255,.26)}
.hero-dot.active{background:var(--gold1)}

.highlights{margin-top:-48px}
.highlight-bar{
  background:rgba(255,255,255,.96);
  border-radius:22px;
  border:1px solid var(--line);
  box-shadow:0 30px 54px rgba(43,38,33,.12);
}
.stat{border-right:1px solid var(--line)}
.stat-value{
  background:var(--gold-grad);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.stat-label{color:var(--muted)}

.section{padding:72px 0}
.section--alt{
  background:linear-gradient(180deg, rgba(243,230,191,.45) 0%, rgba(255,255,255,.84) 58%, rgba(247,243,238,.54) 100%);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section h2{font-size:clamp(30px,2.4vw,42px)}
.section p.lead{color:var(--muted)}
.section-head{max-width:1040px}

.industry-card,
.company,
.card,
.news-card,
.project-card,
.doc,
.pdf-card,
.inv-tools,
.inv-map-section .inv-map-inner,
.inv-loc-info,
.pb-section,
.pb-cards,
.pb-accordion,
.page-hero,
.pb-hero,
.about-hero__inner,
.about-story,
.about-line,
.about-value,
.about-surface,
.legal-card,
.legal-contact-card,
.legal-note,
.contact-office,
.contact-quick,
.contact-hero__inner,
.company-hero,
.tab-panel{
  border:1px solid var(--line);
  background:rgba(255,255,255,.94);
  box-shadow:var(--shadow-soft);
}

.industry-card{
  border-radius:24px;
}
.industry-overlay{
  background:linear-gradient(90deg, rgba(33,28,23,.86) 0%, rgba(33,28,23,.46) 56%, rgba(33,28,23,.18) 100%);
}
.industry-card p,
.industry-meta,
.industry-kicker{color:rgba(255,255,255,.86)}
.industry-icon{
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.16);
}
.pill{
  background:rgba(255,255,255,.12);
}
.company-cover-overlay{
  background:linear-gradient(90deg, rgba(33,28,23,.74) 0%, rgba(33,28,23,.18) 76%);
}
.company-sector,
.company .meta span,
.card p,
.news-excerpt,
.project-excerpt,
.project-meta,
.news-meta,
.page-content p,
.pb-hero .lead,
.pb-card__text p{color:var(--muted)}
.company-cta,
.card .kicker,
.card .kicker .icon,
.badge--company:hover,
.breadcrumb a,
.pb-card__link{
  color:var(--gold3);
}
.pb-card{
  border:1px solid rgba(159,122,70,.18);
  background:linear-gradient(180deg, rgba(243,230,191,.26), rgba(255,255,255,.94));
}
.pb-card__link{
  background:rgba(210,177,109,.14);
  box-shadow:none;
}
.pb-card__link:hover,
.pb-card__link:focus-visible{
  background:rgba(210,177,109,.20);
  box-shadow:none;
}
.pb-acc-item summary,
.pdf-card summary,
.pdf-acc summary,
.inv-map-item.is-active{
  background:linear-gradient(180deg, rgba(243,230,191,.44), rgba(255,255,255,.94));
}
.page-hero,
.pb-hero{
  background:linear-gradient(180deg, rgba(243,230,191,.46), rgba(255,255,255,.96));
}
.contact-map,
.about-surface,
.project-cover,
.news-cover{
  background:linear-gradient(135deg, rgba(243,230,191,.52), rgba(90,102,114,.10));
}

.footer{
  position:relative;
  margin-top:28px;
  padding:56px 0 20px;
  background:
    radial-gradient(960px 420px at 14% 0%, rgba(159,122,70,.24), transparent 72%),
    radial-gradient(720px 340px at 86% 16%, rgba(230,211,152,.14), transparent 70%),
    linear-gradient(180deg, #2A241E 0%, #1F1A16 100%);
  color:rgba(255,255,255,.88);
}
.footer:before{
  height:3px;
  background:linear-gradient(90deg, rgba(243,230,191,.1), rgba(210,177,109,1), rgba(243,230,191,.1));
}
.footer-layout{
  grid-template-columns:1.3fr .95fr 1.1fr 1.05fr;
  gap:clamp(20px,2vw,32px);
}
.footer-brandtop{
  display:flex;
  align-items:center;
  gap:14px;
}
.footer-brandmark{
  width:64px;
  height:64px;
  object-fit:contain;
  padding:10px;
  border-radius:20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}
.footer-brandname{
  font-size:22px;
  letter-spacing:.03em;
}
.footer-note,
.footer-contactv,
.footer-offices li{
  color:rgba(255,255,255,.82);
}
.footer-title,
.footer-contactk{
  color:rgba(230,211,152,.86);
}
.footer-link,
.footer-bottom-link{
  color:rgba(255,255,255,.90);
}
.footer-link:hover,
.footer-bottom-link:hover{
  color:#fff;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.14);
}

.breadcrumb--spacious{
  padding:18px 0 8px;
}

.biz-wrap{
  overflow-x:clip;
  padding-bottom:40px;
}
.biz-hero-shell{
  position:relative;
  overflow:hidden;
  margin:8px 0 22px;
  padding:clamp(22px,2.6vw,34px);
  border-radius:var(--radius-lg);
  background:
    radial-gradient(520px 280px at 100% 0%, rgba(243,230,191,.72), transparent 72%),
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(247,243,238,.96) 52%, rgba(240,232,219,.92) 100%);
  border:1px solid rgba(159,122,70,.18);
  box-shadow:0 32px 64px rgba(43,38,33,.10);
}
.biz-hero-shell::after{
  content:"";
  position:absolute;
  inset:auto -6% -22% auto;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(210,177,109,.22) 0%, rgba(210,177,109,0) 70%);
  pointer-events:none;
}
.biz-hero-main{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
}
.biz-hero-brand{
  display:flex;
  align-items:flex-start;
  gap:18px;
  min-width:0;
  flex:1 1 560px;
}
.biz-hero-logo{
  width:92px;
  height:92px;
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(243,230,191,.44));
  border:1px solid rgba(159,122,70,.18);
  box-shadow:0 18px 40px rgba(43,38,33,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
  flex:0 0 auto;
}
.biz-hero-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.biz-hero-copy{
  min-width:0;
  max-width:900px;
}
.biz-hero-copy h1{
  margin:6px 0 0;
  font-size:clamp(34px,3vw,52px);
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:700;
}
.biz-hero-lead{
  margin:14px 0 0;
  max-width:70ch;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.biz-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.biz-hero-metrics{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
  margin:26px 0 20px;
}
.biz-metric-card{
  padding:18px 18px;
  border-radius:22px;
  border:1px solid rgba(159,122,70,.16);
  background:rgba(255,255,255,.84);
  box-shadow:0 14px 30px rgba(43,38,33,.06);
}
.biz-metric-value{
  font-size:30px;
  line-height:1;
  font-weight:800;
  color:var(--text);
}
.biz-metric-label{
  margin-top:10px;
  color:var(--muted);
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.biz-anchor-nav{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.biz-anchor-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.82);
  color:var(--text);
  font-weight:700;
  font-size:13px;
  letter-spacing:.02em;
  box-shadow:0 10px 26px rgba(43,38,33,.06);
}
.biz-anchor-link:hover{
  background:#fff;
  color:var(--text);
  box-shadow:0 16px 30px rgba(43,38,33,.10);
}

.biz-layout{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.65fr);
  gap:clamp(18px,2vw,28px);
  align-items:start;
}
.biz-flow,
.biz-sidebar{
  min-width:0;
}
.biz-flow{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.biz-sidebar{
  display:flex;
  flex-direction:column;
  gap:16px;
  position:sticky;
  top:112px;
}
.biz-panel,
.biz-side-card{
  border-radius:26px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.94);
  box-shadow:0 20px 46px rgba(43,38,33,.08);
}
.biz-panel{
  padding:clamp(22px,2vw,30px);
}
.biz-panel--soft{
  background:linear-gradient(180deg, rgba(243,230,191,.42), rgba(255,255,255,.96));
}
.biz-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.biz-section-kicker,
.biz-side-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--gold3);
  font-size:11px;
}
.biz-section-kicker::before,
.biz-side-kicker::before{
  content:"";
  width:34px;
  height:2px;
  border-radius:999px;
  background:rgba(210,177,109,.9);
}
.biz-panel h2{
  margin:8px 0 0;
  font-size:clamp(24px,2vw,34px);
  line-height:1.15;
  letter-spacing:-.03em;
}
.biz-panel p{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.72;
}
.biz-panel p.lead{
  font-size:18px;
  color:var(--text);
}
.biz-points-grid,
.biz-service-grid,
.biz-project-grid,
.biz-guide-grid{
  display:grid;
  grid-template-columns:repeat(12, minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.biz-point-card,
.biz-service-card,
.biz-project-card,
.biz-guide-card{
  grid-column:span 6;
  border-radius:22px;
  border:1px solid rgba(159,122,70,.16);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,243,238,.94));
  box-shadow:0 14px 30px rgba(43,38,33,.06);
}
.biz-point-card{
  padding:18px;
}
.biz-point-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 12px;
  border-radius:999px;
  background:var(--gold-grad);
  color:var(--dark);
  font-weight:800;
  font-size:12px;
  letter-spacing:.12em;
}
.biz-point-text{
  margin-top:14px;
  font-size:15px;
  line-height:1.65;
  color:var(--text);
}
.biz-service-card,
.biz-project-card,
.biz-guide-card{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:18px;
}
.biz-service-icon{
  width:38px;
  height:38px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(210,177,109,.18);
  color:var(--gold3);
  font-size:16px;
  flex:0 0 auto;
}
.biz-service-text,
.biz-project-text{
  color:var(--text);
  line-height:1.6;
  font-size:15px;
}
.biz-checklist{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}
.biz-checklist--columns{
  grid-template-columns:repeat(2, minmax(0,1fr));
  margin-top:18px;
}
.biz-checklist li{
  position:relative;
  padding-left:34px;
  color:var(--text);
  line-height:1.65;
}
.biz-checklist li::before{
  content:"";
  position:absolute;
  left:0;
  top:4px;
  width:22px;
  height:22px;
  border-radius:10px;
  background:var(--gold-grad);
  box-shadow:0 8px 18px rgba(210,177,109,.22);
}
.biz-checklist li::after{
  content:"";
  position:absolute;
  left:7px;
  top:10px;
  width:8px;
  height:4px;
  border-left:2px solid var(--dark);
  border-bottom:2px solid var(--dark);
  transform:rotate(-45deg);
}
.biz-project-dot{
  width:14px;
  height:14px;
  margin-top:6px;
  border-radius:50%;
  background:var(--gold2);
  box-shadow:0 0 0 6px rgba(210,177,109,.12);
  flex:0 0 auto;
}
.biz-guide-card{
  text-decoration:none;
}
.biz-guide-card:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(43,38,33,.10);
}
.biz-guide-badge{
  width:42px;
  height:42px;
  border-radius:16px;
  background:rgba(90,102,114,.12);
  color:var(--blue);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  flex:0 0 auto;
}
.biz-guide-content{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
}
.biz-guide-content strong{
  color:var(--text);
  line-height:1.35;
  font-size:15px;
}
.biz-guide-content span{
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}
.biz-resource-list{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:14px;
}
.biz-resource-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 18px;
  border-radius:22px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.92);
  box-shadow:0 14px 30px rgba(43,38,33,.05);
}
.biz-resource-row:hover{
  background:#fff;
  box-shadow:0 18px 34px rgba(43,38,33,.08);
}
.biz-resource-main{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.biz-resource-type{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  height:42px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(210,177,109,.18);
  color:var(--gold3);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}
.biz-resource-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}
.biz-resource-copy strong{
  color:var(--text);
  line-height:1.4;
}
.biz-resource-copy span,
.biz-empty-note{
  color:var(--muted);
  font-size:13px;
}
.biz-resource-action{
  white-space:nowrap;
  color:var(--gold3);
  font-weight:800;
  font-size:13px;
}
.biz-side-card{
  padding:20px 20px;
}
.biz-side-card h3{
  margin:10px 0 0;
  font-size:22px;
  line-height:1.2;
}
.biz-side-card p{
  margin:12px 0 0;
  color:var(--muted);
  line-height:1.65;
}
.biz-side-card--cta{
  background:
    radial-gradient(260px 160px at 100% 0%, rgba(243,230,191,.74), transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,243,238,.96));
  border-color:rgba(159,122,70,.18);
}
.biz-side-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.biz-step-list{
  list-style:none;
  padding:0;
  margin:14px 0 0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.biz-step-list li{
  padding:14px 16px;
  border-radius:18px;
  background:rgba(247,243,238,.82);
  border:1px solid var(--line);
  color:var(--text);
  line-height:1.6;
}
.biz-mini-resource-list{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:14px;
}
.biz-mini-resource{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(247,243,238,.82);
}
.biz-mini-resource span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:32px;
  border-radius:999px;
  background:rgba(210,177,109,.18);
  color:var(--gold3);
  font-size:11px;
  font-weight:800;
}
.biz-mini-resource strong{
  color:var(--text);
  line-height:1.35;
  font-size:13px;
}

@media (max-width: 1180px){
  .brand-left img{
    width:clamp(210px, 26vw, 320px);
  }
  .nav-desktop{
    gap:14px;
  }
  .nav-links{
    gap:8px;
  }
  .nav-link{
    font-size:11px;
    letter-spacing:.11em;
  }
  .biz-layout{
    grid-template-columns:1fr;
  }
  .biz-sidebar{
    position:static;
  }
}

@media (max-width: 980px){
  .header-bar{
    min-height:84px;
    justify-content:space-between;
  }
  .header-desktop{
    display:none;
  }
  .menu-toggle{
    display:flex;
    order:1;
  }
  .brand-left{
    order:2;
    flex:1 1 auto;
    justify-content:center;
  }
  .brand-left img{
    width:min(280px, 58vw);
  }
  .header-actions{
    order:3;
    gap:10px;
  }
  .header-microsite{
    display:none;
  }

  .highlight-bar{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .stat:nth-child(2n){
    border-right:none;
  }

  .biz-hero-main{
    gap:18px;
  }
  .biz-hero-brand{
    flex-basis:100%;
  }
  .biz-hero-actions{
    width:100%;
    justify-content:flex-start;
  }
  .biz-hero-metrics{
    grid-template-columns:1fr 1fr 1fr;
  }
  .biz-points-grid,
  .biz-service-grid,
  .biz-project-grid,
  .biz-guide-grid{
    gap:12px;
  }
  .biz-point-card,
  .biz-service-card,
  .biz-project-card,
  .biz-guide-card{
    grid-column:span 12;
  }
  .biz-checklist--columns{
    grid-template-columns:1fr;
  }
  .footer-layout{
    grid-template-columns:1fr 1fr;
  }
  .footer-brand{
    grid-column:1 / -1;
  }
}

@media (max-width: 680px){
  .container{
    padding-inline:18px;
  }
  .lang-btn{
    padding:10px 12px;
  }
  .brand-left img{
    width:min(220px, 54vw);
  }
  .hero{
    min-height:72vh;
  }
  .hero-inner{
    padding:52px 0 46px;
  }
  .section{
    padding:58px 0;
  }
  .highlight-bar{
    grid-template-columns:1fr;
  }
  .stat{
    border-right:none;
    border-bottom:1px solid var(--line);
  }
  .stat:last-child{
    border-bottom:none;
  }
  .biz-hero-shell{
    padding:20px;
    border-radius:24px;
  }
  .biz-hero-brand{
    flex-direction:column;
  }
  .biz-hero-logo{
    width:82px;
    height:82px;
    border-radius:22px;
  }
  .biz-hero-copy h1{
    font-size:32px;
  }
  .biz-hero-lead{
    font-size:15px;
  }
  .biz-hero-metrics{
    grid-template-columns:1fr;
  }
  .biz-anchor-nav{
    gap:8px;
  }
  .biz-anchor-link{
    width:100%;
    justify-content:flex-start;
  }
  .biz-panel,
  .biz-side-card{
    padding:18px;
    border-radius:22px;
  }
  .biz-panel h2{
    font-size:24px;
  }
  .biz-resource-row{
    align-items:flex-start;
    flex-direction:column;
  }
  .biz-resource-action{
    white-space:normal;
  }
  .footer{
    padding-top:44px;
  }
  .footer-layout{
    grid-template-columns:1fr;
  }
  .footer-brandmark{
    width:58px;
    height:58px;
  }
}

[dir="rtl"] .nav-links{flex-direction:row-reverse}
[dir="rtl"] .header-actions{flex-direction:row-reverse}
[dir="rtl"] .biz-checklist li{
  padding-left:0;
  padding-right:34px;
}
[dir="rtl"] .biz-checklist li::before{
  left:auto;
  right:0;
}
[dir="rtl"] .biz-checklist li::after{
  left:auto;
  right:7px;
  transform:rotate(45deg);
  border-left:none;
  border-right:2px solid var(--dark);
  border-bottom:2px solid var(--dark);
}
[dir="rtl"] .biz-service-card,
[dir="rtl"] .biz-project-card,
[dir="rtl"] .biz-guide-card,
[dir="rtl"] .biz-resource-main,
[dir="rtl"] .footer-brandtop{
  flex-direction:row-reverse;
}


@media (max-width: 1100px){
  .proof-media-card{grid-column:span 6}
}
@media (max-width: 720px){
  .proof-media-card{grid-column:span 12}
}


/* SP-060B
   Kurumsal mega menu + mobil drawer navigation */
.site-header--mega{
  overflow:visible;
  background:rgba(247,243,238,.92);
}
.site-header--mega .header-shell--mega,
.site-header--mega .mega-shell{
  width:min(1520px, calc(100vw - 48px));
  margin:0 auto;
}
.site-header--mega .header-shell--mega{padding:0}
.site-header--mega .header-bar--mega{
  min-height:96px;
  padding:16px 0;
  gap:clamp(14px,1.6vw,22px);
}
.site-header--mega .brand-left--mega{
  flex:0 0 auto;
}
.site-header--mega .brand-left--mega img{
  width:clamp(228px, 24vw, 340px);
  height:auto;
}
.site-header--mega .header-desktop--mega{
  display:flex;
  flex:1 1 auto;
  min-width:0;
}
.site-header--mega .nav-desktop--mega{
  gap:clamp(14px, 1.4vw, 26px);
  justify-content:center;
}
.site-header--mega .nav-links--mega{
  gap:clamp(10px, .8vw, 16px);
  flex-wrap:nowrap;
}
.site-header--mega .nav-divider--mega{
  height:34px;
  background:linear-gradient(180deg, rgba(159,122,70,0), rgba(159,122,70,.9), rgba(159,122,70,0));
}
.site-header--mega .nav-link--mega{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:15px 0;
  border:0;
  background:transparent;
  cursor:pointer;
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--text);
  position:relative;
}
.site-header--mega .nav-link--mega .nav-link__text{
  display:inline-block;
  white-space:nowrap;
}
.site-header--mega .nav-link--mega .nav-chevron{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  border-radius:999px;
  border:1px solid rgba(159,122,70,.18);
  background:rgba(255,255,255,.72);
  color:var(--gold3);
  font-size:11px;
  line-height:1;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.site-header--mega .nav-link--mega::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:7px;
  height:2px;
  background:linear-gradient(90deg, rgba(159,122,70,0), rgba(159,122,70,.95), rgba(159,122,70,0));
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .18s ease;
}
.site-header--mega .nav-link--mega:hover,
.site-header--mega .nav-trigger[aria-expanded="true"]{
  color:var(--text);
}
.site-header--mega .nav-link--mega:hover::after,
.site-header--mega .nav-trigger[aria-expanded="true"]::after{
  transform:scaleX(1);
}
.site-header--mega .nav-link--mega:hover .nav-chevron,
.site-header--mega .nav-trigger[aria-expanded="true"] .nav-chevron{
  background:rgba(230,211,152,.22);
  border-color:rgba(159,122,70,.3);
  transform:rotate(45deg);
}
.site-header--mega .header-actions--mega{
  gap:10px;
}
.site-header--mega .header-utility-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.68);
  color:var(--muted);
  font-size:11px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.site-header--mega .header-utility-link:hover{
  background:#fff;
  color:var(--text);
}
.site-header--mega .header-contact-cta{
  min-height:46px;
  padding-inline:18px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:nowrap;
}
.site-header--mega .lang-btn{
  min-height:46px;
  padding-inline:15px;
}

.site-header--mega .mega-panel--v2{
  padding:0 0 26px;
  background:rgba(247,243,238,.97);
  border-top:1px solid rgba(159,122,70,.12);
  box-shadow:0 36px 70px rgba(43,38,33,.14);
}
.site-header--mega .mega-shell{
  padding:28px 0 0;
}
.site-header--mega .mega-shell__head{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-bottom:22px;
}
.site-header--mega .mega-shell__eyebrow{
  color:var(--gold3);
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.site-header--mega .mega-shell__title-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
}
.site-header--mega .mega-shell__title{
  font-size:28px;
  line-height:1.08;
  font-weight:600;
  color:var(--text);
}
.site-header--mega .mega-shell__summary{
  margin:0;
  max-width:58ch;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.site-header--mega .mega-shell__body{
  display:grid;
  grid-template-columns:minmax(330px, 37%) minmax(0,1fr);
  gap:22px;
  align-items:stretch;
}
.site-header--mega .mega-shell__body--no-feature{
  grid-template-columns:minmax(0,1fr);
}
.site-header--mega .mega-feature{
  position:relative;
  display:flex;
  min-height:440px;
  border-radius:28px;
  overflow:hidden;
  background-size:cover;
  background-position:center center;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 26px 56px rgba(43,38,33,.16);
  color:#fff;
  text-decoration:none;
}
.site-header--mega .mega-feature:hover{transform:translateY(-2px);text-decoration:none}
.site-header--mega .mega-feature__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(33,28,23,.12) 0%, rgba(33,28,23,.72) 82%),
    linear-gradient(120deg, rgba(0,0,0,.08), rgba(0,0,0,.02));
}
.site-header--mega .mega-feature__body{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:12px;
  width:100%;
  padding:28px;
}
.site-header--mega .mega-feature__kicker{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(247,243,238,.14);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.site-header--mega .mega-feature__title{
  font-size:30px;
  line-height:1.08;
  font-weight:600;
  max-width:12ch;
}
.site-header--mega .mega-feature__desc{
  max-width:44ch;
  color:rgba(255,255,255,.84);
  font-size:14px;
  line-height:1.7;
}
.site-header--mega .mega-feature__tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.site-header--mega .mega-feature__tag{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  background:rgba(247,243,238,.14);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-size:11px;
  font-weight:600;
  letter-spacing:.04em;
}
.site-header--mega .mega-feature__cta{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:var(--gold-grad);
  color:var(--dark);
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 18px 34px rgba(210,177,109,.26);
}
.site-header--mega .mega-columns{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
}
.site-header--mega .mega-column{
  min-width:0;
  border-radius:24px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 40px rgba(43,38,33,.08);
  padding:18px;
}
.site-header--mega .mega-column__title{
  margin:0 0 14px;
  color:var(--text);
  font-size:12px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.site-header--mega .mega-link-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.site-header--mega .mega-link{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:14px 14px 15px;
  border-radius:18px;
  border:1px solid rgba(43,38,33,.08);
  background:rgba(247,243,238,.72);
  box-shadow:0 8px 18px rgba(43,38,33,.03);
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}
.site-header--mega .mega-link:hover{
  text-decoration:none;
  transform:translateY(-2px);
  border-color:rgba(159,122,70,.2);
  background:#fff;
  box-shadow:0 14px 24px rgba(43,38,33,.08);
}
.site-header--mega .mega-link__content{
  display:flex;
  flex-direction:column;
  gap:5px;
  min-width:0;
}
.site-header--mega .mega-link__title{
  display:block;
  color:var(--text);
  font-size:15px;
  line-height:1.35;
  font-weight:600;
}
.site-header--mega .mega-link__desc{
  display:block;
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
}
.site-header--mega .mega-link__arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  flex:0 0 auto;
  border-radius:999px;
  background:rgba(230,211,152,.24);
  color:var(--gold3);
  font-size:14px;
}

.menu-panel--drawer{
  background:rgba(33,28,23,.52);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.menu-panel--drawer .menu-panel-inner--drawer{
  position:absolute;
  top:0;
  right:0;
  left:auto;
  width:min(94vw, 460px);
  max-width:none;
  height:100dvh;
  max-height:none;
  margin:0;
  border-radius:30px 0 0 30px;
  border:0;
  background:rgba(247,243,238,.98);
  box-shadow:-22px 0 46px rgba(43,38,33,.18);
  transform:translateX(100%);
  opacity:1;
  padding:18px 18px 22px;
  display:flex;
  flex-direction:column;
  gap:18px;
  overflow:hidden;
}
.menu-panel.open .menu-panel-inner--drawer{
  transform:translateX(0);
  opacity:1;
}
.menu-head--drawer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.menu-brandmark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
}
.menu-brandmark img{
  height:58px;
  width:auto;
  object-fit:contain;
}
.menu-top-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.menu-primary-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  background:var(--gold-grad);
  color:var(--dark);
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 16px 28px rgba(210,177,109,.24);
}
.menu-close{
  width:44px;
  height:44px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
  font-size:26px;
}
.menu-scroller{
  overflow:auto;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding-right:2px;
}
.menu-home-link{
  display:flex;
  align-items:center;
  min-height:54px;
  padding:0 18px;
  border-radius:18px;
  border:1px solid rgba(43,38,33,.08);
  background:rgba(255,255,255,.92);
  color:var(--text);
  font-size:13px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.menu-group--visual{
  border:1px solid rgba(43,38,33,.08);
  border-radius:22px;
  background:rgba(255,255,255,.92);
  box-shadow:0 12px 26px rgba(43,38,33,.06);
  overflow:hidden;
}
.menu-group--visual summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:18px 18px;
  cursor:pointer;
  color:var(--text);
  font-size:12px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.menu-group--visual summary::-webkit-details-marker{display:none}
.menu-group__chevron{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:999px;
  border:1px solid rgba(159,122,70,.2);
  color:var(--gold3);
  background:rgba(230,211,152,.18);
  transition:transform .18s ease;
}
.menu-group--visual[open] .menu-group__chevron{transform:rotate(45deg)}
.menu-sub--visual{
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:0 18px 18px;
}
.menu-sub--visual--no-feature{
  gap:12px;
}
.menu-feature{
  position:relative;
  display:flex;
  min-height:184px;
  border-radius:22px;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  color:#fff;
}
.menu-feature:hover{text-decoration:none}
.menu-feature__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(33,28,23,.06) 0%, rgba(33,28,23,.78) 100%);
}
.menu-feature__body{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  width:100%;
  padding:18px;
}
.menu-feature__kicker{
  color:rgba(255,255,255,.86);
  font-size:10px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.menu-feature__title{
  font-size:21px;
  line-height:1.12;
  font-weight:600;
  max-width:15ch;
}
.menu-feature__cta{
  display:inline-flex;
  width:max-content;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(247,243,238,.18);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.menu-sub-section{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.menu-sub-title{
  margin:0;
  color:var(--text);
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.menu-sub-cards{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.menu-card-link{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:14px 15px;
  border-radius:18px;
  border:1px solid rgba(43,38,33,.08);
  background:rgba(247,243,238,.8);
}
.menu-card-link:hover{
  text-decoration:none;
  background:#fff;
  border-color:rgba(159,122,70,.18);
}
.menu-card-title{
  color:var(--text);
  font-size:15px;
  line-height:1.35;
  font-weight:600;
}
.menu-card-desc{
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
}
.menu-sub--language{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:0 18px 18px;
}
.menu-sub--language a{
  display:flex;
  align-items:center;
  min-height:46px;
  padding:0 14px;
  border-radius:16px;
  background:rgba(247,243,238,.82);
  border:1px solid rgba(43,38,33,.06);
}
.menu-sub--language a.active{background:rgba(210,177,109,.24)}

@media (max-width: 1380px){
  .site-header--mega .header-shell--mega,
  .site-header--mega .mega-shell{
    width:min(1480px, calc(100vw - 36px));
  }
  .site-header--mega .nav-link--mega{font-size:11px;letter-spacing:.12em}
  .site-header--mega .mega-shell__body{
    grid-template-columns:minmax(290px, 35%) minmax(0,1fr);
  }
}

@media (max-width: 1200px){
  .site-header--mega .header-contact-cta{display:none}
  .site-header--mega .mega-columns{grid-template-columns:repeat(2, minmax(0,1fr))}
  .site-header--mega .mega-shell__body{grid-template-columns:minmax(260px, 33%) minmax(0,1fr)}
}

@media (max-width: 980px){
  .site-header--mega .header-shell--mega{width:calc(100vw - 28px)}
  .site-header--mega .header-bar--mega{
    min-height:82px;
    padding:12px 0;
  }
  .site-header--mega .brand-left--mega img{width:min(250px, 56vw)}
  .site-header--mega .header-desktop--mega{display:none}
  .site-header--mega .header-actions--mega{
    margin-left:auto;
    gap:8px;
  }
  .site-header--mega .header-actions--mega .header-contact-cta,
  .site-header--mega .header-actions--mega .header-utility-link,
  .site-header--mega .header-actions--mega .lang-switch{
    display:none;
  }
  .site-header--mega .menu-toggle--mega{display:inline-flex}
  .site-header--mega .mega-panel--v2{display:none}
}

@media (min-width: 981px){
  .site-header--mega .menu-toggle--mega{display:none}
}

@media (max-width: 760px){
  .menu-panel--drawer .menu-panel-inner--drawer{width:100vw;border-radius:0;padding:16px 14px 20px}
  .menu-primary-cta{padding:0 12px;font-size:10px}
  .menu-feature{min-height:168px}
  .menu-feature__title{font-size:19px}
}

@media (max-width: 560px){
  .site-header--mega .header-shell--mega{width:calc(100vw - 20px)}
  .site-header--mega .brand-left--mega img{width:min(220px, 58vw)}
  .menu-primary-cta{display:none}
  .menu-close{width:42px;height:42px}
  .menu-home-link{font-size:11px;letter-spacing:.14em}
  .menu-group--visual summary{padding:16px}
}

[dir="rtl"] .site-header--mega .nav-links--mega,
[dir="rtl"] .site-header--mega .mega-shell__title-row,
[dir="rtl"] .site-header--mega .mega-shell__body,
[dir="rtl"] .site-header--mega .mega-link,
[dir="rtl"] .menu-head--drawer,
[dir="rtl"] .menu-group--visual summary,
[dir="rtl"] .menu-sub--language a{
  direction:rtl;
}
[dir="rtl"] .site-header--mega .mega-link,
[dir="rtl"] .menu-group--visual summary{
  flex-direction:row-reverse;
}
[dir="rtl"] .site-header--mega .mega-link__arrow{transform:scaleX(-1)}

/* SP-061A
   Header shell alignment + mega menu scroll + single-flow service pages */
.site-header--mega .header-shell--mega,
.site-header--mega .mega-shell,
.footer-shell{
  width:100%;
  max-width:none;
  margin:0;
  padding-inline:clamp(20px, 3vw, 46px);
}

.site-header--mega .header-bar--mega{
  min-height:88px;
  padding:14px 0;
  gap:clamp(12px, 1.4vw, 22px);
}

.site-header--mega .brand-left--mega img{
  width:clamp(156px, 16.5vw, 236px);
  height:auto;
}

.site-header--mega .header-desktop--mega{
  justify-content:flex-end;
}

.site-header--mega .nav-desktop--mega{
  justify-content:space-between;
  gap:clamp(18px, 2vw, 34px);
}

.site-header--mega .nav-links--mega-start{
  justify-content:flex-start;
}

.site-header--mega .nav-links--mega-end{
  justify-content:flex-end;
}

.site-header--mega .mega-panel--v2{
  max-height:calc(100dvh - 88px);
  overflow-y:auto;
  overscroll-behavior:contain;
  padding-bottom:30px;
}

.site-header--mega .mega-panel--v2::-webkit-scrollbar{
  width:10px;
}

.site-header--mega .mega-panel--v2::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:rgba(159,122,70,.35);
  border:2px solid rgba(247,243,238,.92);
}

.site-header--mega .mega-shell{
  padding-top:24px;
}

.site-header--mega .mega-shell__head{
  position:sticky;
  top:0;
  z-index:2;
  padding-bottom:16px;
  background:linear-gradient(180deg, rgba(247,243,238,.98) 0%, rgba(247,243,238,.96) 72%, rgba(247,243,238,0) 100%);
}

.site-header--mega .mega-shell__body{
  align-items:start;
}

.site-header--mega .mega-feature{
  min-height:420px;
}

.site-header--mega .mega-column{
  padding:18px 18px 20px;
}

.footer-shell{
  padding-inline:clamp(20px, 3vw, 46px);
}

.footer-brandmark{
  width:46px;
  height:46px;
  padding:7px;
  border-radius:16px;
}

.footer-brandname{
  font-size:20px;
}

.biz-wrap--stream{
  padding-bottom:56px;
}

.biz-story{
  max-width:min(1100px, 100%);
  margin:0 auto;
  padding:0 0 12px;
}

.biz-story-hero{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  padding:10px 0 18px;
  border-bottom:1px solid var(--line);
}

.biz-story-head{
  min-width:0;
}

.biz-story-kicker{
  margin-bottom:10px;
  color:var(--gold3);
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.biz-story h1{
  margin:0;
  font-size:clamp(34px, 4vw, 52px);
  line-height:1.04;
  letter-spacing:-.02em;
  font-weight:600;
}

.biz-story-lead{
  max-width:68ch;
  margin:16px 0 0;
  color:var(--muted);
  font-size:17px;
  line-height:1.8;
}

.biz-story-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  flex:0 0 auto;
}

.biz-figure{
  margin:26px 0 0;
}

.biz-figure img{
  width:100%;
  border-radius:28px;
  box-shadow:0 24px 54px rgba(43,38,33,.11);
}

.biz-figure figcaption{
  margin-top:12px;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}

.biz-story-section{
  padding-top:34px;
}

.biz-story-section + .biz-story-section{
  margin-top:2px;
  border-top:1px solid var(--line);
}

.biz-story-section h2{
  margin:0 0 14px;
  font-size:24px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:-.01em;
}

.biz-story-intro,
.biz-story-section p{
  max-width:72ch;
  color:var(--muted);
  font-size:16px;
  line-height:1.88;
}

.biz-story-intro{
  color:var(--text);
  font-weight:400;
}

.biz-story-list{
  list-style:none;
  margin:18px 0 0;
  padding:0;
  max-width:74ch;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.biz-story-list li{
  position:relative;
  padding-left:22px;
  color:var(--muted);
  font-size:16px;
  line-height:1.78;
}

.biz-story-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.82em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--gold2);
  box-shadow:0 0 0 4px rgba(210,177,109,.14);
}

.biz-story-links,
.biz-doc-list{
  display:flex;
  flex-direction:column;
  gap:0;
  max-width:82ch;
}

.biz-story-link,
.biz-doc-link{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:18px 0;
  border-bottom:1px solid var(--line);
}

.biz-story-link:hover,
.biz-doc-link:hover{
  text-decoration:none;
}

.biz-story-link__copy,
.biz-doc-link__main{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}

.biz-story-link__copy strong,
.biz-doc-link__main strong{
  color:var(--text);
  font-size:17px;
  line-height:1.45;
  font-weight:600;
}

.biz-story-link__copy span,
.biz-doc-link__main span{
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}

.biz-story-link__meta,
.biz-doc-link__meta{
  flex:0 0 auto;
  margin-top:2px;
  color:var(--gold3);
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.biz-story-section--contact{
  padding-bottom:8px;
}

.biz-story-actions--footer{
  margin-top:18px;
}

@media (max-width: 1200px){
  .site-header--mega .nav-desktop--mega{
    gap:clamp(14px, 1.6vw, 24px);
  }
  .site-header--mega .mega-panel--v2{
    max-height:calc(100dvh - 84px);
  }
}

@media (max-width: 980px){
  .site-header--mega .header-shell--mega,
  .footer-shell{
    padding-inline:clamp(18px, 4vw, 28px);
  }
  .site-header--mega .header-bar--mega{
    min-height:78px;
    padding:10px 0;
  }
  .site-header--mega .brand-left--mega img{
    width:min(172px, 42vw);
  }
  .biz-story-hero{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 760px){
  .biz-story h1{
    font-size:clamp(30px, 9vw, 40px);
  }
  .biz-story-section h2{
    font-size:22px;
  }
  .biz-story-intro,
  .biz-story-section p,
  .biz-story-list li{
    font-size:15px;
    line-height:1.8;
  }
  .biz-story-link,
  .biz-doc-link{
    flex-direction:column;
    gap:8px;
  }
}

@media (max-width: 560px){
  .site-header--mega .header-shell--mega,
  .site-header--mega .mega-shell,
  .footer-shell{
    padding-inline:16px;
  }
  .site-header--mega .brand-left--mega img{
    width:min(160px, 44vw);
  }
  .site-header--mega .mega-panel--v2{
    max-height:calc(100dvh - 74px);
  }
}

/* SP-062A
   Center-logo corporate IA header */
.site-header--mega .header-bar--mega{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  min-height:96px;
  gap:clamp(16px, 2vw, 30px);
}

.site-header--mega .header-desktop--mega{
  display:flex;
  min-width:0;
}

.site-header--mega .header-desktop--mega-left{
  grid-column:1;
  justify-self:end;
  justify-content:flex-end;
}

.site-header--mega .header-desktop--mega-right{
  grid-column:3;
  justify-self:start;
  justify-content:flex-start;
  padding-right:74px;
}

.site-header--mega .nav-desktop--mega{
  width:auto;
  gap:0;
}

.site-header--mega .nav-links--mega{
  display:flex;
  align-items:center;
  gap:clamp(18px, 1.35vw, 26px);
}

.site-header--mega .nav-links--mega-left{
  justify-content:flex-end;
}

.site-header--mega .nav-links--mega-right{
  justify-content:flex-start;
}

.site-header--mega .brand-center--mega{
  grid-column:2;
  justify-self:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.site-header--mega .brand-center--mega img{
  width:clamp(180px, 19vw, 272px);
  height:auto;
}

.site-header--mega .header-actions--mega{
  position:absolute;
  inset-inline-end:0;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  gap:10px;
}

.site-header--mega .nav-link--mega{
  min-height:46px;
  padding:14px 0;
}

.site-header--mega .nav-link--direct{
  gap:0;
}

.site-header--mega .nav-link--direct::after{
  bottom:8px;
}

.site-header--mega .nav-link--direct .nav-chevron{
  display:none;
}

.site-header--mega .mega-columns{
  align-items:start;
}

.site-header--mega .mega-note-list,
.menu-note-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.site-header--mega .mega-note{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:14px 14px 15px;
  border-radius:18px;
  border:1px solid rgba(43,38,33,.08);
  background:rgba(247,243,238,.72);
  box-shadow:0 8px 18px rgba(43,38,33,.03);
}

.site-header--mega .mega-note__title,
.menu-note__title{
  color:var(--text);
  font-size:15px;
  line-height:1.35;
  font-weight:600;
}

.site-header--mega .mega-note__desc,
.menu-note__desc{
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
}

.menu-note{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(43,38,33,.08);
  background:rgba(247,243,238,.72);
}

.menu-home-link--contact{
  background:rgba(33,28,23,.94);
  color:var(--text-on-dark);
  border-color:rgba(33,28,23,.94);
}

.menu-lang-list{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:10px;
}

.menu-lang-list a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border-radius:16px;
  border:1px solid rgba(43,38,33,.08);
  background:#fff;
  color:var(--text);
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.menu-lang-list a.active{
  border-color:rgba(159,122,70,.26);
  background:rgba(230,211,152,.22);
  color:var(--text);
}

@media (max-width: 1320px){
  .site-header--mega .header-desktop--mega-right{
    padding-right:66px;
  }
  .site-header--mega .nav-links--mega{
    gap:clamp(14px, 1vw, 20px);
  }
  .site-header--mega .nav-link--mega{
    font-size:11px;
    letter-spacing:.12em;
  }
}

@media (max-width: 1140px){
  .site-header--mega .brand-center--mega img{
    width:clamp(172px, 17vw, 236px);
  }
  .site-header--mega .header-desktop--mega-right{
    padding-right:58px;
  }
}

@media (max-width: 980px){
  .site-header--mega .header-bar--mega{
    grid-template-columns:auto 1fr auto;
    min-height:80px;
    gap:14px;
  }
  .site-header--mega .menu-toggle--mega{
    grid-column:1;
    justify-self:start;
  }
  .site-header--mega .brand-center--mega{
    grid-column:2;
    justify-self:center;
  }
  .site-header--mega .brand-center--mega img{
    width:min(184px, 44vw);
  }
  .site-header--mega .header-desktop--mega,
  .site-header--mega .header-actions--mega{
    display:none;
  }
}

@media (max-width: 560px){
  .site-header--mega .brand-center--mega img{
    width:min(168px, 48vw);
  }
  .menu-lang-list{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

/*
Author : SiberMimar "Guray Avci"
Website: www.sibermimar.com.tr
*/

/* SP-062B — services hub landing */
.services-hub-page{padding:12px 0 48px}
.services-hub{display:flex;flex-direction:column;gap:34px}
.services-hub-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:30px;align-items:stretch;padding:26px 0 8px}
.services-hub-hero__copy{display:flex;flex-direction:column;justify-content:center;gap:18px}
.services-hub-hero__kicker,
.services-hub-family__kicker{font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-gold-3,#9F7A46)}
.services-hub-hero h1{margin:0;font-size:clamp(2rem,4vw,3.55rem);line-height:1.05;color:var(--text,#2B2621)}
.services-hub-hero__lead{margin:0;font-size:1.06rem;line-height:1.75;color:var(--muted,#6B6258);max-width:58ch}
.services-hub-hero__stats{display:flex;flex-wrap:wrap;gap:12px}
.services-hub-stat{min-width:140px;padding:14px 16px;border:1px solid rgba(43,38,33,.09);border-radius:20px;background:rgba(255,255,255,.7);backdrop-filter:blur(6px)}
.services-hub-stat strong{display:block;font-size:1.35rem;line-height:1;color:var(--text,#2B2621)}
.services-hub-stat span{display:block;margin-top:6px;font-size:.86rem;line-height:1.55;color:var(--muted,#6B6258)}
.services-hub-hero__actions{display:flex;flex-wrap:wrap;gap:12px}
.services-hub-hero__visual{margin:0;border-radius:28px;overflow:hidden;box-shadow:0 26px 64px rgba(22,17,12,.14);min-height:360px;background:#ede5d7}
.services-hub-hero__visual img{display:block;width:100%;height:100%;object-fit:cover}
.services-hub-intro{display:grid;gap:16px;max-width:78ch;padding:10px 0 2px}
.services-hub-intro p{margin:0;font-size:1.02rem;line-height:1.85;color:var(--muted,#6B6258)}
.services-hub-directory{display:flex;flex-direction:column;gap:34px}
.services-hub-family{display:flex;flex-direction:column;gap:22px;padding:28px 0;border-top:1px solid rgba(43,38,33,.08)}
.services-hub-family:first-child{border-top:0;padding-top:0}
.services-hub-family__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,340px);gap:24px;align-items:start}
.services-hub-family__copy h2{margin:6px 0 12px;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.18;color:var(--text,#2B2621)}
.services-hub-family__copy p{margin:0;max-width:60ch;font-size:1rem;line-height:1.8;color:var(--muted,#6B6258)}
.services-hub-family__visual{margin:0;border-radius:24px;overflow:hidden;min-height:220px;background:#efe9df;box-shadow:0 18px 40px rgba(22,17,12,.1)}
.services-hub-family__visual img{display:block;width:100%;height:100%;object-fit:cover}
.services-hub-list{display:flex;flex-direction:column;border-top:1px solid rgba(43,38,33,.08)}
.services-hub-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:24px 0;border-bottom:1px solid rgba(43,38,33,.08);align-items:start}
.services-hub-entry__title{display:inline-flex;align-items:center;gap:10px;font-size:1.12rem;font-weight:800;line-height:1.35;color:var(--text,#2B2621);text-decoration:none}
.services-hub-entry__title:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}
.services-hub-entry__summary{margin:10px 0 0;font-size:.98rem;line-height:1.8;color:var(--muted,#6B6258);max-width:70ch}
.services-hub-entry__bullets{margin:14px 0 0;padding-left:20px;display:grid;gap:8px;color:var(--text,#2B2621)}
.services-hub-entry__bullets li{line-height:1.7}
.services-hub-entry__meta{display:flex;align-items:flex-start;justify-content:flex-end;padding-top:2px}
.services-hub-entry__link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid rgba(43,38,33,.14);color:var(--text,#2B2621);text-decoration:none;font-weight:700;background:#fff;white-space:nowrap}
.services-hub-entry__link:hover{border-color:rgba(159,122,70,.55);background:rgba(243,230,191,.4)}
.services-hub-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:26px 28px;border-radius:28px;background:linear-gradient(135deg,rgba(43,38,33,.98),rgba(66,56,45,.96));color:#F7F3EE;box-shadow:0 28px 66px rgba(22,17,12,.18)}
.services-hub-cta__copy h2{margin:0 0 10px;font-size:clamp(1.4rem,3vw,2rem);line-height:1.2}
.services-hub-cta__copy p{margin:0;max-width:62ch;line-height:1.8;color:rgba(247,243,238,.82)}
.services-hub-cta__actions{display:flex;flex-wrap:wrap;gap:12px}
.services-hub-cta .btn{border-color:rgba(255,255,255,.18)}
.services-hub-cta .btn:not(.primary){color:#F7F3EE;background:transparent}
.services-hub-cta .btn:not(.primary):hover{background:rgba(255,255,255,.06)}

@media (max-width: 1080px){
  .services-hub-hero,
  .services-hub-family__head,
  .services-hub-cta{grid-template-columns:1fr}
  .services-hub-hero__visual{min-height:300px}
  .services-hub-family__visual{max-width:540px}
  .services-hub-entry{grid-template-columns:1fr}
  .services-hub-entry__meta{justify-content:flex-start}
}

@media (max-width: 720px){
  .services-hub-page{padding:4px 0 40px}
  .services-hub{gap:28px}
  .services-hub-hero{gap:22px;padding:12px 0 0}
  .services-hub-hero__lead{font-size:1rem;line-height:1.7}
  .services-hub-hero__visual{min-height:220px;border-radius:22px}
  .services-hub-family{gap:18px;padding:22px 0}
  .services-hub-family__visual{display:none}
  .services-hub-entry{padding:20px 0}
  .services-hub-cta{padding:22px 20px;border-radius:22px}
}


/* Pricing page standard (SP-063B) */
.pb-pricing-meta{padding-top:6px}

.pb-governance{padding-top:4px}
.pb-governance__shell{background:linear-gradient(180deg, rgba(243,230,191,.22), rgba(255,255,255,.94));border:1px solid rgba(43,38,33,.08);border-radius:24px;padding:22px;box-shadow:0 16px 36px rgba(28,22,16,.05)}
.pb-governance__head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap}
.pb-governance__intro{max-width:78ch}
.pb-governance__summary{margin:4px 0 0;color:var(--muted);line-height:1.7}
.pb-governance__chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}
.pb-governance__meta{margin-top:18px}
.pb-governance__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-top:18px}
.pb-governance__card{background:#fff;border:1px solid rgba(43,38,33,.08);border-radius:18px;padding:18px;box-shadow:0 12px 26px rgba(28,22,16,.04)}
.pb-governance__card-title{margin:0 0 12px;font-size:1rem;line-height:1.4;color:#2b2621}
.pb-governance__list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:9px;color:#5f564b}
.pb-governance__list--sources{margin-bottom:14px}
.pb-governance__list li{line-height:1.65}
.pb-governance__links{display:flex;flex-direction:column;gap:10px}
.pb-governance__link{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:14px;border:1px solid rgba(43,38,33,.08);background:#fbf7f0;text-decoration:none;color:#2b2621;transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease}
.pb-governance__link:hover{border-color:rgba(159,122,70,.36);transform:translateY(-1px);box-shadow:0 10px 22px rgba(28,22,16,.05)}
.pb-governance__link-meta{font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9f7a46}
.pb-governance__link-title{font-weight:700;line-height:1.45}
@media (max-width: 900px){.pb-governance__grid{grid-template-columns:1fr}.pb-governance__shell{padding:18px}}
@media (max-width: 720px){.pb-governance__head{gap:12px}.pb-governance__card{padding:16px}.pb-governance__list{gap:8px}}
.pb-price-meta{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.pb-price-meta__item{
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(43,38,33,.10);
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 28px rgba(43,38,33,.05);
}
.pb-price-meta__item--official{background:rgba(243,230,191,.40)}
.pb-price-meta__item--market{background:rgba(90,102,114,.08)}
.pb-price-meta__item--hybrid{background:linear-gradient(180deg, rgba(243,230,191,.42), rgba(90,102,114,.06))}
.pb-price-meta__label{
  margin:0 0 6px 0;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
}
.pb-price-meta__value{
  font-size:15px;
  line-height:1.55;
  font-weight:700;
  color:var(--text);
}

.pb-factor-list,
.pb-scope-list,
.pb-source-list{
  display:flex;
  flex-direction:column;
  gap:0;
}
.pb-factor-row,
.pb-scope-row,
.pb-source-row{
  display:grid;
  grid-template-columns:minmax(220px,.8fr) minmax(0,1.35fr);
  gap:18px;
  padding:18px 0;
  border-top:1px solid rgba(0,0,0,.08);
}
.pb-factor-row:first-child,
.pb-scope-row:first-child,
.pb-source-row:first-child{
  border-top:1px solid rgba(0,0,0,.08);
}
.pb-factor-row__title,
.pb-scope-row__title,
.pb-source-row__title{
  margin:0;
  font-size:17px;
  line-height:1.35;
  font-weight:700;
  color:var(--text);
}
.pb-factor-row__body p,
.pb-factor-row__body ul,
.pb-factor-row__body ol,
.pb-scope-row__summary p,
.pb-scope-row__summary ul,
.pb-scope-row__summary ol,
.pb-source-row__summary p,
.pb-source-row__summary ul,
.pb-source-row__summary ol{
  margin:0 0 10px 0;
}
.pb-factor-row__body ul,
.pb-factor-row__body ol,
.pb-scope-row__summary ul,
.pb-scope-row__summary ol,
.pb-source-row__summary ul,
.pb-source-row__summary ol{
  padding-left:20px;
}
.pb-factor-row__body li + li,
.pb-scope-row__summary li + li,
.pb-source-row__summary li + li{
  margin-top:6px;
}
.pb-scope-row__meta,
.pb-source-row__meta{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}

@media (max-width:980px){
  .pb-price-meta{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:820px){
  .pb-factor-row,
  .pb-scope-row,
  .pb-source-row{
    grid-template-columns:1fr;
    gap:12px;
    padding:16px 0;
  }
}

@media (max-width:640px){
  .pb-price-meta{grid-template-columns:1fr}
}


/* Author : SiberMimar "Guray Avci" | Website: www.sibermimar.com.tr */
.pb-knowledge__lead{max-width:74ch;color:var(--muted);margin:0 0 18px}
.pb-knowledge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.pb-knowledge-card{background:#fff;border:1px solid rgba(43,38,33,.08);border-radius:22px;padding:22px;display:flex;flex-direction:column;gap:14px;box-shadow:0 14px 34px rgba(28,22,16,.06)}
.pb-knowledge-card__meta{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.pb-knowledge-card__kicker{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#9f7a46;font-weight:700}
.pb-knowledge-card__count{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:#f8f1e3;color:#5d4829;font-size:.82rem;font-weight:700}
.pb-knowledge-card__title{margin:0;font-size:1.2rem;line-height:1.35;color:#2b2621}
.pb-knowledge-card__summary{color:#5f564b}
.pb-knowledge-card__summary p{margin:.1rem 0 0}
.pb-knowledge-card__link,.pb-knowledge-row__link{display:inline-flex;align-items:center;gap:8px;color:#2b2621;font-weight:700;text-decoration:none}
.pb-knowledge-card__link:hover,.pb-knowledge-row__link:hover{text-decoration:underline}
.pb-knowledge-list{display:flex;flex-direction:column;gap:14px}
.pb-knowledge-row{display:flex;gap:24px;justify-content:space-between;align-items:flex-start;border-top:1px solid rgba(43,38,33,.08);padding-top:18px}
.pb-knowledge-row:first-child{border-top:0;padding-top:0}
.pb-knowledge-row__main{max-width:78ch}
.pb-knowledge-row__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.pb-knowledge-chip{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#f3e8cf;color:#6a512c;font-size:.8rem;font-weight:700}
.pb-knowledge-chip--muted{background:#f2ede4;color:#6b6258}
.pb-knowledge-row__title{margin:0 0 8px;font-size:1.14rem;line-height:1.4;color:#2b2621}
.pb-knowledge-row__summary{color:#5f564b}
.pb-knowledge-row__summary p{margin:.1rem 0 0}
.pb-knowledge-row__actions{flex:0 0 auto;padding-top:4px}
@media (max-width: 1024px){.pb-knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pb-knowledge-row{flex-direction:column;gap:14px}}
@media (max-width: 720px){.pb-knowledge-grid{grid-template-columns:1fr}.pb-knowledge-card{padding:18px}.pb-knowledge-row{padding-top:16px}}

/* Author : SiberMimar "Guray Avci" | Website: www.sibermimar.com.tr */
.pb-hero__layout{display:grid;grid-template-columns:minmax(0,1.15fr);gap:18px;align-items:center}
.pb-hero--media .pb-hero__layout{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr)}
.pb-hero__media{margin:0;min-height:260px;border-radius:24px;overflow:hidden;border:1px solid rgba(43,38,33,.08);background:#f5f1ea;box-shadow:0 16px 32px rgba(28,22,16,.08)}
.pb-hero__media img{width:100%;height:100%;display:block;object-fit:cover}
@media (max-width: 960px){.pb-hero--media .pb-hero__layout{grid-template-columns:1fr}.pb-hero__media{min-height:220px}}

/* Author : SiberMimar "Guray Avci" | Website: www.sibermimar.com.tr */
.pb-pricing-family__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0 0}
.pb-pricing-family-metric{padding:15px 16px;border-radius:18px;border:1px solid rgba(43,38,33,.08);background:linear-gradient(180deg, rgba(243,230,191,.22), rgba(255,255,255,.96));box-shadow:0 12px 26px rgba(28,22,16,.04)}
.pb-pricing-family-metric__label{font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:#8b6a36;font-weight:700}
.pb-pricing-family-metric__value{margin-top:8px;font-size:1.05rem;line-height:1.45;color:#2b2621;font-weight:700}
.pb-pricing-family-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;margin-top:18px}
.pb-pricing-family-card{grid-column:span 4;display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid rgba(43,38,33,.08);border-radius:24px;overflow:hidden;box-shadow:0 16px 34px rgba(28,22,16,.06)}
.pb-pricing-family-card__media{margin:0;aspect-ratio:4 / 2.55;overflow:hidden;background:#f8f5ef}
.pb-pricing-family-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease}
.pb-pricing-family-card:hover .pb-pricing-family-card__media img{transform:scale(1.02)}
.pb-pricing-family-card__body{display:flex;flex-direction:column;gap:12px;padding:18px 18px 20px;min-height:100%}
.pb-pricing-family-card__eyebrow{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:#9f7a46;font-weight:700}
.pb-pricing-family-card__badges{display:flex;flex-wrap:wrap;gap:8px}
.pb-pricing-family-card__badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:.78rem;font-weight:700;border:1px solid rgba(43,38,33,.08);background:#f5f0e6;color:#6c5632}
.pb-pricing-family-card__badge--rows{background:rgba(11,61,145,.07);color:#0b3d91;border-color:rgba(11,61,145,.16)}
.pb-pricing-family-card__badge--source{background:rgba(90,102,114,.08);color:#52606d;border-color:rgba(90,102,114,.14)}
.pb-pricing-family-card__badge--unit{background:rgba(243,230,191,.42);color:#72582b;border-color:rgba(159,122,70,.16)}
.pb-pricing-family-card__title{margin:0;font-size:1.14rem;line-height:1.4;color:#2b2621}
.pb-pricing-family-card__summary{color:#5f564b}
.pb-pricing-family-card__summary p{margin:.1rem 0 0;line-height:1.65}
.pb-pricing-family-card__samples{margin:0;padding-left:18px;color:#4c443a;display:flex;flex-direction:column;gap:8px}
.pb-pricing-family-card__samples li{line-height:1.55}
.pb-pricing-family-card__actions{margin-top:auto;padding-top:4px}
@media (max-width: 1080px){.pb-pricing-family__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.pb-pricing-family-card{grid-column:span 6}}
@media (max-width: 720px){.pb-pricing-family__metrics{grid-template-columns:1fr}.pb-pricing-family-grid{grid-template-columns:1fr}.pb-pricing-family-card{grid-column:1 / -1}.pb-pricing-family-card__body{padding:16px}}

/* Author : SiberMimar "Guray Avci" | Website: www.sibermimar.com.tr */
/* SP-068B
   Header mega summary cleanup + compact clickable pricing cards */
.site-header--mega .mega-panel--services .mega-column{
  padding:16px 16px 18px;
}
.site-header--mega .mega-panel--services .mega-link{
  min-height:92px;
}
.site-header--mega .mega-panel--services .mega-link__desc{
  line-height:1.55;
}

.pb-scope-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;
  margin-top:18px;
}
.pb-scope-card{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-width:0;
  min-height:100%;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(43,38,33,.08);
  background:#fff;
  box-shadow:0 14px 30px rgba(28,22,16,.05);
  color:inherit;
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.pb-scope-card:hover{
  text-decoration:none;
  transform:translateY(-2px);
  border-color:rgba(159,122,70,.2);
  box-shadow:0 18px 36px rgba(28,22,16,.08);
}
.pb-scope-card__title{
  margin:0;
  font-size:1.02rem;
  line-height:1.4;
  color:#2b2621;
}
.pb-scope-card__summary{
  color:#5f564b;
}
.pb-scope-card__summary p,
.pb-scope-card__summary ul,
.pb-scope-card__summary ol{
  margin:0 0 10px 0;
}
.pb-scope-card__summary ul,
.pb-scope-card__summary ol{
  padding-left:18px;
}
.pb-scope-card__summary li + li{
  margin-top:6px;
}
.pb-scope-card__meta{
  margin-top:auto;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.pb-pricing-family--compact{
  padding-top:8px;
}
.pb-pricing-family--compact .pb-pricing-family-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;
  margin-top:0;
}
.pb-pricing-family--compact .pb-pricing-family-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:100%;
  background:#fff;
  border:1px solid rgba(43,38,33,.08);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 30px rgba(28,22,16,.05);
  color:inherit;
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.pb-pricing-family--compact .pb-pricing-family-card:hover{
  text-decoration:none;
  transform:translateY(-2px);
  border-color:rgba(159,122,70,.22);
  box-shadow:0 18px 36px rgba(28,22,16,.08);
}
.pb-pricing-family--compact .pb-pricing-family-card__media{
  aspect-ratio:4 / 2.18;
}
.pb-pricing-family--compact .pb-pricing-family-card__body{
  gap:10px;
  padding:16px 16px 18px;
}
.pb-pricing-family--compact .pb-pricing-family-card__eyebrow{
  font-size:.72rem;
  letter-spacing:.13em;
}
.pb-pricing-family--compact .pb-pricing-family-card__badges{
  gap:7px;
}
.pb-pricing-family--compact .pb-pricing-family-card__badge{
  padding:5px 9px;
  font-size:.74rem;
}
.pb-pricing-family--compact .pb-pricing-family-card__title{
  font-size:1.02rem;
}
.pb-pricing-family--compact .pb-pricing-family-card__summary{
  color:#5f564b;
}
.pb-pricing-family--compact .pb-pricing-family-card__summary p{
  margin:.1rem 0 0;
  line-height:1.58;
}
.pb-pricing-family--compact .pb-pricing-family-card__samples{
  padding-left:16px;
  gap:6px;
  font-size:.92rem;
}
.pb-pricing-family--compact .pb-pricing-family-card__samples li{
  line-height:1.5;
}

@media (max-width: 720px){
  .pb-scope-grid,
  .pb-pricing-family--compact .pb-pricing-family-grid{
    grid-template-columns:1fr;
  }
  .pb-scope-card,
  .pb-pricing-family--compact .pb-pricing-family-card__body{
    padding:16px;
  }
}


html,body{
  background:
    radial-gradient(circle at 0% 0%, rgba(123,99,163,.12), transparent 26%),
    radial-gradient(circle at 100% 8%, rgba(83,63,116,.08), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,.38)),
    var(--bg);
}
.topbar{
  background:linear-gradient(135deg, rgba(244,239,251,.96) 0%, rgba(214,201,236,.96) 42%, rgba(106,84,145,.96) 100%);
  color:#1a1424;
  box-shadow:0 12px 30px rgba(68,48,103,.10);
}
.nav-link,
.nav-link:hover{color:#1a1424;}
.nav-link:hover::after,
.nav-trigger[aria-expanded="true"]::after{
  background:rgba(83,63,116,.92);
}
.menu-toggle{
  border-color:rgba(83,63,116,.14);
  background:rgba(255,255,255,.54);
}
.menu-toggle:focus-visible{
  outline:3px solid rgba(123,99,163,.26);
}
.hero-kicker::before,
.eyebrow::before{
  background:rgba(123,99,163,.92);
}
.btn.primary{
  background:linear-gradient(135deg, #72569b 0%, #5b437f 100%);
  color:#fff;
  box-shadow:0 14px 28px rgba(83,63,116,.18);
}
.section--alt{
  background:linear-gradient(180deg, rgba(123,99,163,.07), rgba(123,99,163,.02));
}
.card,
.company,
.pb-cards,
.pb-accordion,
.pb-card,
.pb-scope-card,
.pb-pricing-family--compact .pb-pricing-family-card,
.pb-price-row,
.highlight-bar{
  border-color:rgba(123,99,163,.12);
}
.card .kicker,
.eyebrow,
.services-directory__kicker,
.site-header--mega .mega-shell__eyebrow,
.site-header--mega .mega-column__title,
.footer-title{
  color:var(--accent-violet-strong);
}
.pb-card{
  background:linear-gradient(180deg, rgba(123,99,163,.08), rgba(255,255,255,.96));
}
.pb-card__link,
.pb-price-row__link{
  background:var(--accent-violet-strong);
  box-shadow:0 10px 22px rgba(83,63,116,.20);
}
.site-header--mega .mega-panel{
  border-color:rgba(123,99,163,.16);
  background:linear-gradient(180deg, rgba(251,248,255,.98), rgba(244,239,251,.96));
  box-shadow:0 28px 62px rgba(53,39,78,.16);
}
.site-header--mega .mega-feature__cta,
.menu-feature__cta{
  color:#fff;
  background:rgba(83,63,116,.88);
}
.site-header--mega .mega-panel--services .mega-shell__body{
  display:block;
}
.site-header--mega .mega-panel--services .mega-columns{
  display:block;
}
.site-header--mega .mega-panel--services .mega-column{
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
.site-header--mega .mega-panel--services .mega-link-list{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
}
.site-header--mega .mega-panel--services .mega-link{
  min-height:96px;
  padding:18px;
  border-radius:22px;
  justify-content:flex-start;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(242,237,249,.94));
  border:1px solid rgba(123,99,163,.16);
  box-shadow:0 14px 32px rgba(83,63,116,.08);
}
.site-header--mega .mega-panel--services .mega-link:hover{
  border-color:rgba(83,63,116,.26);
  box-shadow:0 18px 36px rgba(83,63,116,.12);
}
.site-header--mega .mega-panel--services .mega-link__content{
  gap:0;
}
.site-header--mega .mega-panel--services .mega-link__title{
  font-size:15px;
  line-height:1.42;
}
.site-header--mega .mega-panel--services .mega-link__desc{
  display:none;
}
.site-header--mega .mega-panel--services .mega-link__arrow{
  display:none;
}
.menu-group[data-menu-group="services"] .menu-sub-cards{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
}
.menu-group[data-menu-group="services"] .menu-card-link{
  min-height:92px;
  justify-content:center;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(242,237,249,.9));
  border-color:rgba(123,99,163,.14);
}
.menu-group[data-menu-group="services"] .menu-card-desc{
  display:none;
}
.menu-group[data-menu-group="services"] .menu-card-link:hover{
  border-color:rgba(83,63,116,.22);
}
.services-directory-page{
  padding:12px 0 54px;
}
.services-directory{
  display:flex;
  flex-direction:column;
  gap:28px;
}
.services-directory__hero{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.services-directory__visual{
  position:relative;
  margin:0;
  min-height:420px;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 28px 64px rgba(53,39,78,.16);
  background:#e9e0f4;
}
.services-directory__visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.services-directory__visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(32,26,41,.14) 0%, rgba(32,26,41,.70) 100%);
}
.services-directory__visual-copy{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:clamp(26px, 4vw, 42px);
  color:#fff;
}
.services-directory__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:max-content;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.services-directory__kicker::before{
  content:"";
  width:34px;
  height:2px;
  border-radius:2px;
  background:rgba(203,189,232,.92);
}
.services-directory__visual-copy h1{
  margin:0;
  font-size:clamp(2rem, 4vw, 3.35rem);
  line-height:1.04;
}
.services-directory__visual-copy p{
  margin:0;
  max-width:64ch;
  font-size:1.04rem;
  line-height:1.75;
  color:rgba(255,255,255,.92);
}
.services-directory__intro{
  max-width:76ch;
  display:grid;
  gap:14px;
}
.services-directory__intro p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}
.services-directory__grid{
  display:grid;
  grid-template-columns:repeat(12, minmax(0,1fr));
  gap:18px;
}
.service-directory-card{
  grid-column:span 4;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:100%;
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(243,238,250,.96));
  border:1px solid rgba(123,99,163,.14);
  box-shadow:0 18px 40px rgba(53,39,78,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-directory-card:hover{
  text-decoration:none;
  transform:translateY(-4px);
  border-color:rgba(83,63,116,.24);
  box-shadow:0 24px 46px rgba(53,39,78,.13);
}
.service-directory-card__media{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#ece3f6;
}
.service-directory-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .28s ease;
}
.service-directory-card:hover .service-directory-card__media img{
  transform:scale(1.04);
}
.service-directory-card__body{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:18px 18px 20px;
}
.service-directory-card__title{
  color:var(--text);
  font-size:1.08rem;
  line-height:1.42;
}
.service-directory-card__summary{
  color:var(--muted);
  line-height:1.72;
}
.service-directory-card__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:auto;
}
.service-directory-card__chip{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(123,99,163,.09);
  color:var(--accent-violet-strong);
  font-size:.79rem;
  line-height:1.35;
}
@media (max-width: 1380px){
  .site-header--mega .mega-panel--services .mega-link-list{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}
@media (max-width: 1180px){
  .service-directory-card{
    grid-column:span 6;
  }
}
@media (max-width: 980px){
  .services-directory__visual{
    min-height:360px;
  }
}
@media (max-width: 720px){
  .service-directory-card{
    grid-column:span 12;
  }
  .services-directory__visual{
    min-height:320px;
    border-radius:24px;
  }
  .services-directory__visual-copy{
    padding:22px;
  }
  .menu-group[data-menu-group="services"] .menu-sub-cards{
    grid-template-columns:1fr;
  }
}


.home-architecture-copy{
  max-width:900px;
  margin:0 auto 26px;
  text-align:center;
}
.home-architecture-copy .lead{
  margin:0 auto;
  color:var(--text);
  font-size:clamp(1.02rem,1.25vw,1.15rem);
  line-height:1.8;
}
.pb-price-row{
  color:inherit;
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.pb-price-row--linkable:hover,
.pb-price-row--linkable:focus-visible{
  text-decoration:none;
  transform:translateY(-2px);
  border-color:rgba(123,99,163,.22);
  box-shadow:0 18px 34px rgba(53,39,78,.08);
  background:linear-gradient(180deg, rgba(123,99,163,.03), rgba(255,255,255,.98));
}
.pb-price-row--linkable .pb-price-row__label{
  transition:color .16s ease;
}
.pb-price-row--linkable:hover .pb-price-row__label,
.pb-price-row--linkable:focus-visible .pb-price-row__label{
  color:var(--accent-violet-strong);
}
.pb-price-row__meta{
  gap:0;
}
.pb-price-row__band{
  margin-top:auto;
}
.pb-scope-card__meta,
.pb-pricing-family-card__badges{
  display:none !important;
}

/* Author : SiberMimar "Guray Avci" | Website: www.sibermimar.com.tr */
/* SP-068E
   Pricing external-link cleanup visuals + white mega-menu standard + purple-gold header/footer refresh */
:root{
  --brand-purple-1:#6F4AB1;
  --brand-purple-2:#4E3081;
  --brand-purple-3:#2B184C;
  --brand-purple-soft:#F5EEFF;
  --brand-gold-1:#E7C98C;
  --brand-gold-2:#C89C49;
  --brand-line-grad:linear-gradient(90deg, rgba(111,74,177,0) 0%, rgba(111,74,177,.92) 16%, rgba(200,156,73,.96) 50%, rgba(111,74,177,.92) 84%, rgba(111,74,177,0) 100%);
  --brand-action-grad:linear-gradient(135deg, #7652BC 0%, #5B3897 58%, #45246F 100%);
  --brand-action-grad-hover:linear-gradient(135deg, #6747A7 0%, #4E317F 58%, #381E5C 100%);
  --brand-action-shadow:0 16px 30px rgba(78,48,129,.22);
}

body{
  background:linear-gradient(180deg, #FCFAFF 0%, #F6F1FC 52%, #F9F6FC 100%);
}

.btn.primary,
.header-contact-cta,
.menu-primary-cta,
.pb-card__link,
.pb-price-row__link,
.services-hub-entry__link,
.inv-btn--primary{
  background:var(--brand-action-grad);
  color:#fff;
  border-color:rgba(111,74,177,.26);
  box-shadow:var(--brand-action-shadow);
}
.btn.primary:hover,
.btn.primary:focus-visible,
.header-contact-cta:hover,
.header-contact-cta:focus-visible,
.menu-primary-cta:hover,
.menu-primary-cta:focus-visible,
.pb-card__link:hover,
.pb-card__link:focus-visible,
.pb-price-row__link:hover,
.pb-price-row__link:focus-visible,
.services-hub-entry__link:hover,
.services-hub-entry__link:focus-visible,
.inv-btn--primary:hover,
.inv-btn--primary:focus-visible{
  background:var(--brand-action-grad-hover);
  color:#fff;
  border-color:rgba(111,74,177,.38);
  text-decoration:none;
  box-shadow:0 18px 34px rgba(78,48,129,.28);
}

.site-header--mega.topbar,
.topbar.site-header--mega{
  background:#fff;
  color:var(--text);
  box-shadow:0 14px 30px rgba(43,38,51,.06);
}
.site-header--mega{
  position:sticky;
  top:0;
  z-index:80;
  isolation:isolate;
}
.site-header--mega::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:4px;
  background:var(--brand-line-grad);
  box-shadow:0 10px 22px rgba(111,74,177,.18);
  pointer-events:none;
  z-index:0;
}
.site-header--mega .header-bar--mega{
  z-index:1;
}
.site-header--mega .header-actions--mega,
.site-header--mega .lang-switch,
.site-header--mega .lang-menu{
  z-index:3;
}
.site-header--mega .header-bar--mega{
  min-height:84px;
  padding:12px 0;
}
.site-header--mega .nav-divider--mega{display:none}
.site-header--mega .nav-link--mega{
  color:#3D3157;
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
}
.site-header--mega .nav-link--mega::after{
  bottom:6px;
  height:2px;
  background:linear-gradient(90deg, rgba(111,74,177,0), rgba(111,74,177,.95), rgba(200,156,73,.86), rgba(111,74,177,.95), rgba(111,74,177,0));
}
.site-header--mega .nav-link--mega:hover,
.site-header--mega .nav-trigger[aria-expanded="true"],
.site-header--mega .nav-link--direct:hover{
  color:var(--brand-purple-2);
  text-decoration:none;
}
.site-header--mega .nav-chevron{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:999px;
  border:1px solid rgba(111,74,177,.16);
  background:rgba(111,74,177,.07);
  color:var(--brand-purple-2);
  font-size:14px;
  line-height:1;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.site-header--mega .nav-trigger[aria-expanded="true"] .nav-chevron,
.site-header--mega .nav-link--mega:hover .nav-chevron{
  transform:rotate(45deg);
  background:rgba(111,74,177,.14);
  border-color:rgba(111,74,177,.22);
}
.site-header--mega .lang-btn,
.site-header--mega .menu-toggle--mega,
.site-header--mega .header-utility-link{
  background:#fff;
  border:1px solid rgba(111,74,177,.12);
  color:#3D3157;
  box-shadow:0 10px 24px rgba(43,38,51,.06);
}
.site-header--mega .lang-btn:hover,
.site-header--mega .menu-toggle--mega:hover,
.site-header--mega .header-utility-link:hover{
  background:var(--brand-purple-soft);
  color:var(--brand-purple-2);
}

.site-header--mega .mega-panel--v2{
  background:rgba(255,255,255,.98);
  border-top:0;
  box-shadow:0 28px 64px rgba(43,38,51,.14);
}
.site-header--mega .mega-panel--v2::-webkit-scrollbar-thumb{
  background:rgba(111,74,177,.26);
  border-color:rgba(255,255,255,.96);
}
.site-header--mega .mega-shell{
  padding-top:20px;
}
.site-header--mega .mega-shell__head{
  position:static;
  z-index:auto;
  padding-bottom:0;
  margin-bottom:18px;
  background:transparent;
}
.site-header--mega .mega-shell__eyebrow{
  color:var(--brand-purple-1);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
}
.site-header--mega .mega-shell__title{
  color:#2D2143;
  font-size:28px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:-.02em;
}
.site-header--mega .mega-sections{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.site-header--mega .mega-sections--services{
  display:block;
}
.site-header--mega .mega-section{
  min-width:0;
  padding:18px;
  border-radius:28px;
  border:1px solid rgba(111,74,177,.12);
  background:linear-gradient(180deg, #FFFFFF 0%, #FCF9FF 100%);
  box-shadow:0 18px 40px rgba(43,38,51,.06);
}
.site-header--mega .mega-section--services{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.site-header--mega .mega-section__title{
  margin:0 0 14px;
  color:var(--brand-purple-2);
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.site-header--mega .mega-card-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.site-header--mega .mega-card-grid--services{
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
}
.site-header--mega .mega-tile{
  display:flex;
  align-items:flex-start;
  gap:14px;
  min-height:110px;
  padding:18px;
  border-radius:24px;
  border:1px solid rgba(111,74,177,.12);
  background:linear-gradient(180deg, #FFFFFF 0%, #FAF6FF 100%);
  box-shadow:0 12px 24px rgba(43,38,51,.05);
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.site-header--mega .mega-tile:hover{
  transform:translateY(-3px);
  text-decoration:none;
  border-color:rgba(111,74,177,.24);
  box-shadow:0 18px 32px rgba(43,38,51,.10);
  background:linear-gradient(180deg, #FFFFFF 0%, #F8F2FF 100%);
}
.site-header--mega .mega-tile--service{
  min-height:136px;
  flex-direction:column;
  justify-content:flex-start;
}
.site-header--mega .mega-tile__icon,
.menu-card-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  flex:0 0 auto;
  border-radius:18px;
  border:1px solid rgba(111,74,177,.14);
  background:linear-gradient(180deg, rgba(111,74,177,.12), rgba(200,156,73,.12));
  color:var(--brand-purple-2);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.74);
}
.site-header--mega .mega-tile--service .mega-tile__icon{
  width:58px;
  height:58px;
}
.site-header--mega .mega-tile__icon svg,
.menu-card-icon svg,
.site-header--mega .mega-tile__arrow svg,
.menu-card-arrow svg{
  width:24px;
  height:24px;
  display:block;
}
.site-header--mega .mega-tile__content{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
  flex:1 1 auto;
}
.site-header--mega .mega-tile__title{
  color:#2D2143;
  font-size:15px;
  line-height:1.38;
  font-weight:700;
}
.site-header--mega .mega-tile--service .mega-tile__title{
  font-size:16px;
}
.site-header--mega .mega-tile__desc{
  color:#5D5369;
  font-size:13px;
  line-height:1.62;
}
.site-header--mega .mega-tile__arrow,
.menu-card-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  flex:0 0 auto;
  margin-left:auto;
  border-radius:999px;
  background:rgba(111,74,177,.08);
  color:var(--brand-purple-2);
}
.site-header--mega .mega-tile--service .mega-tile__arrow{
  display:none;
}

.menu-panel--drawer{
  background:rgba(37,24,61,.42);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.menu-panel--drawer .menu-panel-inner--drawer{
  background:#fff;
  box-shadow:-24px 0 52px rgba(43,38,51,.18);
}
.menu-home-link,
.menu-home-link--contact{
  border:1px solid rgba(111,74,177,.12);
  background:#fff;
  color:#3D3157;
}
.menu-home-link--contact{
  background:var(--brand-action-grad);
  color:#fff;
  border-color:rgba(111,74,177,.22);
}
.menu-group--visual{
  border-color:rgba(111,74,177,.12);
  background:#fff;
  box-shadow:0 14px 28px rgba(43,38,51,.07);
}
.menu-group--visual summary{
  color:#2D2143;
}
.menu-group__chevron{
  background:rgba(111,74,177,.08);
  border-color:rgba(111,74,177,.16);
  color:var(--brand-purple-2);
}
.menu-group--visual[open] .menu-group__chevron{
  transform:rotate(45deg);
}
.menu-sub--visual--compact{
  gap:12px;
  padding:0 16px 16px;
}
.menu-sub-cards--grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.menu-card-link--icon{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:15px 16px;
  border-radius:20px;
  border:1px solid rgba(111,74,177,.12);
  background:linear-gradient(180deg, #FFFFFF 0%, #FAF6FF 100%);
  box-shadow:0 10px 20px rgba(43,38,51,.05);
}
.menu-card-link--icon:hover{
  text-decoration:none;
  border-color:rgba(111,74,177,.22);
  background:linear-gradient(180deg, #FFFFFF 0%, #F7F0FF 100%);
}
.menu-card-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
  flex:1 1 auto;
}
.menu-card-title{
  color:#2D2143;
  font-size:14px;
  line-height:1.38;
  font-weight:700;
}
.menu-card-desc{
  color:#5D5369;
  font-size:12px;
  line-height:1.58;
}
.menu-lang-list a{
  border-color:rgba(111,74,177,.14);
  color:#3D3157;
}
.menu-lang-list a.active{
  background:rgba(111,74,177,.10);
  border-color:rgba(111,74,177,.24);
  color:var(--brand-purple-2);
}

.footer{
  position:relative;
  padding:60px 0 24px;
  background:
    radial-gradient(880px 420px at 14% 0%, rgba(123,86,189,.30), transparent 68%),
    radial-gradient(760px 320px at 86% 18%, rgba(200,156,73,.20), transparent 72%),
    linear-gradient(180deg, #2F1C4E 0%, #1D1232 50%, #140C25 100%);
  color:rgba(248,242,255,.90);
}
.footer::before{
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:var(--brand-line-grad);
  box-shadow:0 -4px 24px rgba(111,74,177,.18);
}
.footer a{color:rgba(255,255,255,.94)}
.footer a:hover{color:#fff;text-decoration:underline}
.footer-layout{
  gap:22px;
  align-items:stretch;
}
.footer-brand,
.footer-col{
  min-width:0;
  padding:22px;
  border-radius:28px;
  border:1px solid rgba(231,201,140,.16);
  background:linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.03) 100%);
  box-shadow:0 18px 36px rgba(9,6,16,.16);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}
.footer-brandtop{
  display:flex;
  align-items:center;
  gap:14px;
}
.footer-brandmark{
  width:52px;
  height:52px;
  padding:8px;
  border-radius:18px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(231,201,140,.18);
}
.footer-title{
  color:var(--brand-gold-1);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin:0 0 14px;
}
.footer-brandname{
  color:#fff;
  font-size:21px;
  font-weight:700;
  line-height:1.08;
}
.footer-note,
.footer-contactv,
.footer-offices li,
.footer-bottom,
.footer-bottom-link{
  color:rgba(248,242,255,.88);
}
.footer-note{
  margin-top:14px;
  font-size:14px;
  line-height:1.72;
}
.footer-link{
  color:rgba(255,255,255,.93);
  font-size:14px;
  line-height:1.55;
}
.footer-contactk{
  color:rgba(231,201,140,.92);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
}
.footer-bottom{
  margin-top:24px;
  padding-top:16px;
  border-top:1px solid rgba(231,201,140,.18);
}
.footer-bottom-link{color:rgba(255,255,255,.94)}

@media (max-width: 1320px){
  .site-header--mega .mega-card-grid--services{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}
@media (max-width: 1200px){
  .site-header--mega .mega-sections{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 980px){
  .site-header--mega .mega-card-grid--services{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .footer-layout{
    grid-template-columns:1fr 1fr;
  }
  .footer-brand{
    grid-column:1 / -1;
  }
}
@media (max-width: 760px){
  .site-header--mega .mega-card-grid--services{
    grid-template-columns:1fr;
  }
  .site-header--mega .mega-sections{
    grid-template-columns:1fr;
  }
  .site-header--mega .mega-section{
    padding:16px;
  }
  .site-header--mega .mega-tile{
    min-height:102px;
    padding:16px;
  }
  .site-header--mega .mega-tile--service{
    min-height:118px;
  }
  .footer-layout{
    grid-template-columns:1fr;
  }
  .footer-brand,
  .footer-col{
    padding:18px;
  }
}
.footer-bottom-brand{color:var(--brand-gold-1);font-weight:700;}

/* Author : SiberMimar "Guray Avci" | Website: www.sibermimar.com.tr */
/* SP-069A FINAL OVERRIDES */
:root{
  --surface-soft:#FDFBF6;
  --surface-strong:#F4E7C8;
}

body{
  background:
    radial-gradient(980px 460px at 10% 8%, rgba(200,156,73,.16), transparent 62%),
    radial-gradient(760px 360px at 88% 0%, rgba(111,74,177,.10), transparent 66%),
    radial-gradient(900px 400px at 50% 100%, rgba(111,74,177,.05), transparent 70%),
    linear-gradient(180deg, #FFFFFF 0%, #FEFDFC 52%, #F8F1E3 84%, #F6F1FB 100%);
}

.section--alt,
.section-soft,
.services-strip,
.pb-price-scope,
.pb-price-shell{
  background:linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(250,245,233,.98) 62%, rgba(111,74,177,.04) 100%);
}

.card,
.company,
.pb-card,
.pb-scope-card,
.pb-pricing-family--compact .pb-pricing-family-card,
.pb-price-row,
.highlight-bar{
  background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(250,245,233,.84) 100%);
}

.site-header--mega .mega-sections{
  align-items:stretch;
}
.site-header--mega .mega-section{
  display:flex;
  flex-direction:column;
  height:100%;
}
.site-header--mega .mega-card-grid{
  grid-auto-rows:1fr;
  align-items:stretch;
}
.site-header--mega .mega-card-grid > .mega-tile{
  height:100%;
}
.site-header--mega .mega-tile__title{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:calc(1.38em * 2);
}
.site-header--mega .mega-tile__desc,
.menu-card-desc{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.menu-sub-cards--grid{
  grid-auto-rows:1fr;
}
.menu-sub-cards--grid > *{
  height:100%;
}
.menu-card-link--icon{
  height:100%;
}

.footer{
  background:
    radial-gradient(860px 380px at 14% 0%, rgba(200,156,73,.22), transparent 66%),
    radial-gradient(720px 340px at 86% 12%, rgba(123,86,189,.22), transparent 68%),
    linear-gradient(180deg, #24153D 0%, #1A102C 52%, #120A20 100%);
}
.footer-layout{
  grid-template-columns:minmax(0,1.05fr) repeat(2, minmax(0,1fr));
  gap:24px;
}
.footer-brand,
.footer-col{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.footer-brandtop{
  justify-content:center;
}
.footer-title{
  width:100%;
  text-align:center;
}
.footer-note{
  max-width:38ch;
  margin-inline:auto;
  text-align:center;
}
.footer-list{
  list-style:none;
  padding:0;
  margin:0;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.footer-list--services{
  gap:12px;
}
.footer-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:min(100%, 320px);
  min-height:46px;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(231,201,140,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.04) 100%);
  box-shadow:0 12px 24px rgba(8,5,15,.12);
  text-align:center;
  transition:transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.footer-link:hover,
.footer-link:focus-visible{
  transform:translateY(-2px);
  text-decoration:none;
  border-color:rgba(231,201,140,.34);
  background:linear-gradient(180deg, rgba(255,255,255,.14) 0%, rgba(200,156,73,.10) 100%);
  box-shadow:0 18px 30px rgba(8,5,15,.18);
}
.footer-contact{
  justify-content:flex-start;
}
.footer-contactlist{
  width:100%;
  max-width:420px;
  margin-inline:auto;
  align-items:stretch;
}
.footer-action-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
}
.footer-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(231,201,140,.26);
  background:linear-gradient(135deg, #E0B866 0%, #C89744 100%);
  color:#1E142E;
  font-weight:700;
  box-shadow:0 16px 30px rgba(8,5,15,.16);
}
.footer-cta:hover,
.footer-cta:focus-visible{
  transform:translateY(-2px);
  text-decoration:none;
  box-shadow:0 18px 34px rgba(8,5,15,.22);
}
.footer-cta--ghost{
  background:linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.06) 100%);
  color:#fff;
}
.footer-contactrow{
  display:grid;
  gap:8px;
  justify-items:center;
  padding:14px 16px;
  border-radius:22px;
  border:1px solid rgba(231,201,140,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.03) 100%);
  box-shadow:0 12px 24px rgba(8,5,15,.12);
}
.footer-contactk,
.footer-contactv{
  width:100%;
  text-align:center;
}
.footer-contactv a{
  word-break:break-word;
}
.footer-offices{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
  justify-items:center;
}
.footer-offices li{
  max-width:34ch;
  text-align:center;
}
.footer-bottom{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 18px;
  text-align:center;
}

@media (max-width: 980px){
  .footer-layout{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width: 760px){
  .footer-action-grid{
    grid-template-columns:1fr;
  }
  .footer-link{
    width:100%;
  }
}



/* SP-069B: footer slab layout + service tabs */
.footer-layout{
  grid-template-columns:minmax(0,1.08fr) repeat(2, minmax(0,.92fr)) minmax(0,1.12fr);
  gap:18px;
  align-items:start;
}
.footer-brand,
.footer-col,
.footer-contact{
  min-width:0;
}
.footer-list{
  align-items:stretch;
  gap:12px;
}
.footer-list li{
  width:100%;
}
.footer-contactlist{
  max-width:none;
}
.footer-link,
.footer-cta,
.footer-contactrow{
  position:relative;
  width:100%;
  min-height:56px;
  padding:14px 18px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(231,201,140,.18);
  box-shadow:0 18px 34px rgba(8,5,15,.16);
}
.footer-link::before,
.footer-cta::before,
.footer-contactrow::before{
  content:"";
  position:absolute;
  inset:1px 1px auto 1px;
  height:48%;
  border-radius:16px 16px 10px 10px;
  background:linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0));
  opacity:.92;
  pointer-events:none;
}
.footer-link{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:56px;
  padding:14px 18px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.08) 42%, rgba(200,156,73,.18) 100%);
  text-align:center;
}
.footer-link:hover,
.footer-link:focus-visible{
  transform:translateY(-2px);
  text-decoration:none;
  border-color:rgba(231,201,140,.38);
  background:linear-gradient(135deg, rgba(255,255,255,.26) 0%, rgba(255,255,255,.12) 46%, rgba(200,156,73,.28) 100%);
  box-shadow:0 22px 38px rgba(8,5,15,.22);
}
.footer-action-grid{
  grid-template-columns:1fr;
  gap:12px;
}
.footer-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:56px;
  padding:14px 18px;
  border-radius:18px;
  background:linear-gradient(135deg, #f3d78f 0%, #ddb05a 58%, #b97f35 100%);
  color:#1E142E;
  font-weight:800;
  letter-spacing:.01em;
}
.footer-cta:hover,
.footer-cta:focus-visible{
  transform:translateY(-2px);
  text-decoration:none;
  color:#1E142E;
  box-shadow:0 20px 36px rgba(8,5,15,.22);
}
.footer-cta--ghost{
  color:#fff;
  background:linear-gradient(135deg, rgba(137,96,205,.74) 0%, rgba(36,21,61,.94) 100%);
}
.footer-cta--ghost:hover,
.footer-cta--ghost:focus-visible{
  color:#fff;
}
.footer-contactrow{
  display:grid;
  align-items:center;
  justify-items:stretch;
  gap:6px;
  padding:14px 18px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.07) 46%, rgba(200,156,73,.12) 100%);
}
.footer-contactk,
.footer-contactv,
.footer-offices li{
  text-align:center;
}
.footer-contactk{
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
}
.footer-contactv,
.footer-contactv a{
  display:block;
  color:#fff;
  font-weight:700;
  line-height:1.45;
}
.footer-offices{
  justify-items:stretch;
  gap:6px;
}
.footer-offices li{
  max-width:none;
  color:rgba(255,255,255,.86);
  font-size:13px;
  line-height:1.55;
}
@media (max-width: 1100px){
  .footer-layout{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 760px){
  .footer-layout{
    grid-template-columns:1fr;
  }
}

.biz-story--tabs{
  max-width:min(1180px, 100%);
}
.biz-hero-panel{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.82fr);
  gap:22px;
  align-items:stretch;
}
.biz-hero-copy,
.biz-hero-media,
.biz-tab-panel,
.biz-story-card,
.biz-contact-card,
.biz-link-card{
  border:1px solid rgba(159,122,70,.16);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,243,238,.94));
  box-shadow:0 18px 36px rgba(43,38,33,.07);
}
.biz-hero-copy{
  border-radius:30px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.biz-hero-media{
  margin:0;
  border-radius:30px;
  overflow:hidden;
  padding:0;
  display:flex;
  flex-direction:column;
}
.biz-hero-media img{
  width:100%;
  height:100%;
  min-height:280px;
  max-height:420px;
  object-fit:cover;
}
.biz-hero-media figcaption{
  padding:14px 18px 18px;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}
.biz-tab-nav{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
  margin:20px 0 0;
}
.biz-tab-btn{
  min-height:62px;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(159,122,70,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(247,243,238,.86));
  color:var(--text);
  font-weight:700;
  line-height:1.4;
  text-align:center;
  box-shadow:0 12px 24px rgba(43,38,33,.05);
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.biz-tab-btn:hover,
.biz-tab-btn:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(159,122,70,.28);
  box-shadow:0 18px 30px rgba(43,38,33,.08);
}
.biz-tab-btn.is-active{
  border-color:rgba(159,122,70,.34);
  background:linear-gradient(135deg, rgba(245,232,197,.96) 0%, rgba(255,255,255,.98) 52%, rgba(225,212,244,.82) 100%);
  box-shadow:0 18px 34px rgba(43,38,33,.10);
}
.biz-tab-panels{
  margin-top:16px;
}
.biz-tab-panel{
  border-radius:30px;
  padding:26px;
}
.biz-tab-panel__head{
  max-width:74ch;
  margin-bottom:18px;
}
.biz-tab-panel__head h2,
.biz-subpanel-head h3,
.biz-story-card h3,
.biz-contact-card h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:-.02em;
}
.biz-tab-panel__head p,
.biz-empty-note,
.biz-contact-card p{
  margin:0;
  color:var(--muted);
  line-height:1.82;
}
.biz-story-stack{
  display:grid;
  gap:16px;
}
.biz-story-card{
  border-radius:24px;
  padding:24px;
}
.biz-card-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:16px;
}
.biz-link-card{
  border-radius:22px;
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:10px;
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.biz-link-card:hover,
.biz-link-card:focus-visible{
  text-decoration:none;
  transform:translateY(-2px);
  box-shadow:0 22px 38px rgba(43,38,33,.10);
}
.biz-link-card__kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--gold3);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.biz-link-card__kicker::before{
  content:"";
  width:24px;
  height:2px;
  border-radius:999px;
  background:rgba(210,177,109,.84);
}
.biz-link-card strong{
  color:var(--text);
  font-size:18px;
  line-height:1.45;
}
.biz-link-card span{
  color:var(--muted);
  line-height:1.72;
}
.biz-link-card__meta{
  margin-top:auto;
  color:var(--gold3) !important;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.biz-subpanel-head{
  margin:6px 0 14px;
}
.biz-subpanel-head + .biz-card-grid{
  margin-bottom:18px;
}
.biz-contact-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:16px;
}
.biz-contact-card{
  border-radius:24px;
  padding:24px;
}
.biz-checklist--contact{
  margin-top:14px;
}
.biz-contact-rail{
  display:grid;
  gap:12px;
}
.biz-contact-bar{
  position:relative;
  display:block;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(159,122,70,.14);
  background:linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,243,238,.92));
  box-shadow:0 14px 28px rgba(43,38,33,.06);
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.biz-contact-bar:hover,
.biz-contact-bar:focus-visible{
  text-decoration:none;
  transform:translateY(-2px);
  box-shadow:0 18px 32px rgba(43,38,33,.10);
}
.biz-contact-bar__k{
  display:block;
  margin-bottom:6px;
  color:var(--gold3);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.biz-contact-bar strong{
  color:var(--text);
  font-size:17px;
  line-height:1.45;
  word-break:break-word;
}
@media (max-width: 1100px){
  .biz-hero-panel{
    grid-template-columns:1fr;
  }
}
@media (max-width: 900px){
  .biz-tab-nav,
  .biz-card-grid,
  .biz-contact-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width: 760px){
  .biz-hero-copy,
  .biz-hero-media,
  .biz-tab-panel,
  .biz-story-card,
  .biz-contact-card{
    border-radius:24px;
  }
  .biz-tab-nav,
  .biz-card-grid,
  .biz-contact-grid{
    grid-template-columns:1fr;
  }
  .biz-tab-btn{
    min-height:58px;
  }
  .biz-hero-media img{
    min-height:220px;
    max-height:300px;
  }
}


/* Author : SiberMimar "Guray Avci" | Website: www.sibermimar.com.tr */
/* SP-070A: unified footer sheen + desktop mega normalization */
.footer-shell{
  position:relative;
  padding:34px 32px 28px;
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(231,201,140,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.025) 100%);
  box-shadow:0 28px 60px rgba(7,5,14,.24);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.footer-shell::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.24) 0%, rgba(255,255,255,.08) 24%, rgba(255,255,255,0) 58%),
    radial-gradient(110% 72% at 0% 0%, rgba(200,156,73,.16), transparent 58%),
    radial-gradient(92% 70% at 100% 0%, rgba(123,86,189,.18), transparent 62%);
  pointer-events:none;
}
.footer-shell::after{
  content:'';
  position:absolute;
  inset:auto -12% -42% -12%;
  height:72%;
  background:radial-gradient(circle at 50% 0%, rgba(200,156,73,.22), rgba(123,86,189,.10) 46%, rgba(255,255,255,0) 78%);
  filter:blur(28px);
  opacity:.88;
  pointer-events:none;
}
.footer-shell > *{
  position:relative;
  z-index:1;
}
.footer-layout{
  grid-template-columns:minmax(0,1.06fr) repeat(2, minmax(0,.92fr)) minmax(0,1.1fr);
  gap:24px;
  align-items:start;
}
.footer-brand,
.footer-col,
.footer-contact{
  min-width:0;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
.footer-brand,
.footer-col,
.footer-contact,
.footer-title,
.footer-note,
.footer-contactk,
.footer-contactv,
.footer-offices li{
  text-align:center;
}
.footer-brandtop{
  justify-content:center;
}
.footer-brandmark{
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
.footer-list,
.footer-contactlist{
  width:100%;
  align-items:stretch;
  gap:0;
}
.footer-list li,
.footer-contactlist > *{
  width:100%;
}
.footer-link,
.footer-cta,
.footer-contactrow{
  position:relative;
  width:100%;
  min-height:56px;
  padding:16px 18px;
  margin:0;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
  overflow:visible;
}
.footer-link::before,
.footer-cta::before,
.footer-contactrow::before{
  display:none !important;
}
.footer-link,
.footer-cta,
.footer-contactrow{
  border-top:1px solid rgba(255,255,255,.10);
}
.footer-list li:last-child .footer-link,
.footer-contactlist > :last-child .footer-contactrow,
.footer-action-grid > :last-child .footer-cta{
  border-bottom:1px solid rgba(255,255,255,.10);
}
.footer-link,
.footer-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  letter-spacing:.01em;
}
.footer-link:hover,
.footer-link:focus-visible,
.footer-cta:hover,
.footer-cta:focus-visible{
  color:#fff;
  text-decoration:none;
  background:linear-gradient(90deg, rgba(255,255,255,.05), rgba(255,255,255,0) 70%) !important;
}
.footer-link:hover,
.footer-link:focus-visible{
  border-color:rgba(231,201,140,.24) !important;
}
.footer-cta{
  color:#fff;
  font-weight:800;
}
.footer-cta,
.footer-cta--ghost{
  background:transparent !important;
  color:#fff;
}
.footer-contactrow{
  display:grid;
  gap:6px;
  justify-items:center;
}
.footer-contactv,
.footer-contactv a{
  display:block;
}
.footer-contactk{
  color:rgba(231,201,140,.92);
}
.footer-action-grid{
  grid-template-columns:1fr;
  gap:0;
}
.footer-offices{
  justify-items:stretch;
  gap:0;
}
.footer-bottom{
  margin-top:28px;
}
@media (max-width: 1100px){
  .footer-layout{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 760px){
  .footer-shell{
    padding:28px 20px 24px;
    border-radius:28px;
  }
  .footer-layout{
    grid-template-columns:1fr;
  }
}

.site-header--mega .mega-section--services{
  padding:18px;
  border:1px solid rgba(111,74,177,.12);
  background:linear-gradient(180deg, #FFFFFF 0%, #FCF9FF 100%);
  box-shadow:0 18px 40px rgba(43,38,51,.06);
}
.site-header--mega .mega-card-grid,
.site-header--mega .mega-card-grid--services,
.menu-sub-cards--grid{
  grid-auto-rows:1fr;
}
.site-header--mega .mega-card-grid > .mega-tile,
.site-header--mega .mega-card-grid--services > .mega-tile,
.menu-sub-cards--grid > *{
  height:100%;
}
.site-header--mega .mega-tile__desc,
.menu-card-desc{
  min-height:calc(1.62em * 3);
}
.site-header--mega .mega-card-grid--services{
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
}
@media (max-width: 1320px){
  .site-header--mega .mega-card-grid--services{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}
@media (max-width: 980px){
  .site-header--mega .mega-card-grid--services{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 760px){
  .site-header--mega .mega-card-grid--services{
    grid-template-columns:1fr;
  }
  .site-header--mega .mega-tile__desc,
  .menu-card-desc{
    min-height:0;
  }
}


/* Author : SiberMimar "Guray Avci" | Website: www.sibermimar.com.tr */
/* SP-071A: contact redesign + footer flush surface */
.footer{
  padding:0;
  margin-top:0;
}
.footer::before{
  display:none !important;
}
.footer-shell{
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,.03) 22%, rgba(255,255,255,.02) 100%);
  box-shadow:none;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.footer-shell::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.08) 18%, rgba(255,255,255,0) 48%),
    radial-gradient(120% 90% at 0% 0%, rgba(200,156,73,.16), transparent 52%),
    radial-gradient(92% 72% at 100% 0%, rgba(123,86,189,.16), transparent 58%);
  pointer-events:none;
}
.footer-shell::after{
  content:'';
  position:absolute;
  inset:auto -8% -28% -8%;
  height:58%;
  background:radial-gradient(circle at 50% 0%, rgba(200,156,73,.16), rgba(123,86,189,.08) 48%, rgba(255,255,255,0) 78%);
  filter:blur(24px);
  pointer-events:none;
}
.footer-shell > *{
  position:relative;
  z-index:1;
}
.footer-shell__inner{
  padding:34px 32px 0;
}
.footer-layout{
  align-items:start;
  gap:24px;
}
.footer-brand,
.footer-col,
.footer-contact{
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.footer-title,
.footer-note,
.footer-contactk,
.footer-contactv,
.footer-offices li{
  text-align:center;
}
.footer-list,
.footer-contactlist{
  width:100%;
  gap:0;
  align-items:stretch;
}
.footer-list li,
.footer-contactlist > *,
.footer-action-grid > *{
  width:100%;
}
.footer-link,
.footer-cta,
.footer-contactrow,
.footer-bottom-link{
  position:relative;
  width:100%;
  min-height:56px;
  padding:16px 18px;
  margin:0;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
  overflow:hidden;
  text-decoration:none !important;
}
.footer-bottom-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-height:auto;
  padding:4px 0 4px 22px;
}
.footer-link,
.footer-cta,
.footer-contactrow{
  border-top:1px solid rgba(255,255,255,.10);
}
.footer-list li:last-child .footer-link,
.footer-contactlist > :last-child .footer-contactrow,
.footer-action-grid > :last-child .footer-cta{
  border-bottom:1px solid rgba(255,255,255,.10);
}
.footer-link::after,
.footer-cta::after,
.footer-contactrow::after,
.footer-bottom-link::after{
  content:'';
  position:absolute;
  left:0;
  top:50%;
  width:0;
  height:2px;
  border-radius:999px;
  background:rgba(224,184,102,.96);
  transform:translateY(-50%);
  opacity:0;
  transition:width .18s ease, opacity .18s ease;
}
.footer-link:hover,
.footer-link:focus-visible,
.footer-cta:hover,
.footer-cta:focus-visible,
.footer-contactrow:hover,
.footer-contactrow:focus-within,
.footer-bottom-link:hover,
.footer-bottom-link:focus-visible{
  color:#fff;
  text-decoration:none !important;
  background:transparent !important;
}
.footer-link:hover::after,
.footer-link:focus-visible::after,
.footer-cta:hover::after,
.footer-cta:focus-visible::after,
.footer-contactrow:hover::after,
.footer-contactrow:focus-within::after,
.footer-bottom-link:hover::after,
.footer-bottom-link:focus-visible::after{
  width:24px;
  opacity:1;
}
.footer-link:hover,
.footer-link:focus-visible,
.footer-cta:hover,
.footer-cta:focus-visible,
.footer-bottom-link:hover,
.footer-bottom-link:focus-visible,
.footer-contactv a:hover,
.footer-contactv a:focus-visible{
  text-decoration:none !important;
}
.footer-link,
.footer-cta{
  display:flex;
  align-items:center;
  justify-content:center;
}
.footer-cta,
.footer-cta--ghost{
  color:#fff;
  font-weight:800;
}
.footer-contactrow{
  display:grid;
  gap:6px;
  justify-items:center;
}
.footer-contactv a,
.footer-bottom-link{
  color:rgba(255,255,255,.94);
}
.footer-contactk{
  color:rgba(231,201,140,.92);
}
.footer-bottom{
  margin-top:20px;
  padding:18px 0 0;
  border-top:1px solid rgba(231,201,140,.16);
}
.footer-bottom-right{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 12px;
}
@media (max-width: 760px){
  .footer-shell__inner{
    padding:28px 20px 0;
  }
}

.contact-hero{
  margin:14px 0 22px;
  min-height:0;
  display:block;
  border:0;
  background:transparent;
  color:var(--text);
  overflow:visible;
}
.contact-hero::before,
.contact-hero::after{
  display:none;
}
.contact-hero__surface{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.84fr);
  gap:24px;
  padding:30px;
  border-radius:32px;
  border:1px solid rgba(159,122,70,.14);
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(245,232,197,.44), transparent 56%),
    radial-gradient(92% 84% at 100% 0%, rgba(225,212,244,.44), transparent 54%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,244,237,.94));
  box-shadow:0 24px 48px rgba(43,38,33,.08);
  overflow:hidden;
}
.contact-hero__surface::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,0) 30%);
  pointer-events:none;
}
.contact-hero__copy,
.contact-hero__side{
  position:relative;
  z-index:1;
}
.contact-hero__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;
}
.contact-hero__eyebrow,
.contact-section-head__eyebrow,
.contact-panel__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--gold3);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.contact-hero__eyebrow::before,
.contact-section-head__eyebrow::before,
.contact-panel__eyebrow::before{
  content:'';
  width:28px;
  height:2px;
  border-radius:999px;
  background:rgba(210,177,109,.86);
}
.contact-hero h1{
  margin:0;
  font-size:40px;
  line-height:1.08;
  font-weight:650;
  letter-spacing:-.03em;
  color:var(--text);
}
.contact-hero__lead{
  margin:0;
  max-width:62ch;
  color:var(--muted);
  font-size:16px;
  line-height:1.82;
}
.contact-hero__actions,
.contact-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}
.contact-facts{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
  margin-top:4px;
}
.contact-fact{
  padding:16px 18px;
  border-radius:20px;
  border:1px solid rgba(159,122,70,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(249,245,238,.88));
  box-shadow:0 14px 28px rgba(43,38,33,.06);
  backdrop-filter:none;
}
.contact-fact span{
  display:block;
  color:var(--gold3);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.contact-fact strong{
  display:block;
  margin-top:6px;
  font-size:17px;
  line-height:1.45;
  color:var(--text);
}
.contact-fact__link{
  color:var(--text);
  text-decoration:none;
}
.contact-hero__side{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.contact-hero__visual,
.contact-hero__signal,
.contact-flow,
.contact-panel,
.contact-office,
.contact-card,
.contact-service-areas .contact-card,
.proof-media-card{
  border:1px solid rgba(159,122,70,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,243,238,.94));
  box-shadow:0 18px 36px rgba(43,38,33,.07);
}
.contact-hero__visual{
  margin:0;
  border-radius:28px;
  overflow:hidden;
  min-height:280px;
}
.contact-hero__visual img{
  width:100%;
  height:100%;
  min-height:280px;
  object-fit:cover;
  display:block;
}
.contact-hero__signal{
  border-radius:28px;
  padding:22px;
}
.contact-hero__signal h2,
.contact-section-head h2,
.contact-panel h2{
  margin:10px 0 10px;
  font-size:26px;
  line-height:1.18;
  letter-spacing:-.02em;
}
.contact-panel__lead,
.contact-section-head p,
.contact-support-card__body p,
.contact-office__sub,
.contact-offices__lead{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}
.contact-channel-list,
.contact-fallback-rail{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.contact-channel{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(159,122,70,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,245,238,.9));
  text-decoration:none;
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.contact-channel:hover,
.contact-channel:focus-visible{
  text-decoration:none;
  transform:translateY(-2px);
  border-color:rgba(159,122,70,.28);
  box-shadow:0 20px 34px rgba(43,38,33,.08);
}
.contact-channel__icon{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:12px;
  background:rgba(210,177,109,.12);
  color:var(--gold3);
  font-size:17px;
}
.contact-channel__copy{
  min-width:0;
  display:grid;
  gap:4px;
}
.contact-channel__label{
  color:var(--gold3);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.contact-channel strong{
  color:var(--text);
  font-size:16px;
  line-height:1.55;
  word-break:break-word;
}
.contact-flow{
  margin:0 0 24px;
  border-radius:30px;
  padding:28px;
}
.contact-section-head{
  display:flex;
  justify-content:space-between;
  gap:18px 28px;
  align-items:flex-end;
  flex-wrap:wrap;
  margin-bottom:20px;
}
.contact-section-head > div{
  max-width:54ch;
}
.contact-step-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}
.contact-step-card{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  align-items:start;
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(159,122,70,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.99), rgba(249,245,238,.9));
}
.contact-step-card__index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:52px;
  height:52px;
  padding:0 12px;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(245,232,197,.96), rgba(225,212,244,.76));
  color:var(--text);
  font-weight:800;
  letter-spacing:.12em;
}
.contact-step-card__body h3{
  margin:2px 0 8px;
  font-size:19px;
  line-height:1.3;
}
.contact-step-card__body p{
  margin:0;
  color:var(--muted);
  line-height:1.76;
}
.contact-overview{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
  align-items:stretch;
  margin:0 0 24px;
}
.contact-panel{
  border-radius:30px;
  padding:28px;
}
.contact-brief-list{
  list-style:none;
  padding:0;
  margin:20px 0 0;
  display:grid;
  gap:12px;
}
.contact-brief-list li{
  position:relative;
  padding:14px 16px 14px 48px;
  border-radius:18px;
  border:1px solid rgba(159,122,70,.1);
  background:rgba(255,255,255,.78);
  color:var(--muted);
  line-height:1.72;
}
.contact-brief-list li::before{
  content:'✓';
  position:absolute;
  left:16px;
  top:14px;
  color:var(--gold3);
  font-weight:800;
}
.contact-badge-row{
  margin-top:18px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.contact-note-block{
  margin:18px 0;
  padding:16px 18px;
  border-radius:20px;
  background:linear-gradient(135deg, rgba(245,232,197,.66), rgba(225,212,244,.42));
  color:var(--text);
  line-height:1.75;
  border:1px solid rgba(159,122,70,.12);
}
.contact-support-card{
  display:grid;
  grid-template-columns:minmax(180px,.84fr) minmax(0,1fr);
  gap:18px;
  align-items:stretch;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(159,122,70,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,245,238,.92));
}
.contact-support-card__media img{
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
  display:block;
}
.contact-support-card__body{
  padding:22px 22px 22px 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:12px;
}
.contact-support-card__title{
  color:var(--text);
  font-size:20px;
  font-weight:700;
  line-height:1.3;
}
.contact-offices{
  margin:0 0 24px;
}
.contact-offices__head{
  display:flex;
  justify-content:space-between;
  gap:16px 28px;
  align-items:flex-end;
  flex-wrap:wrap;
  margin:0 0 16px;
}
.contact-offices__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.16em;
  font-size:11px;
  color:var(--gold3);
  text-transform:uppercase;
}
.contact-offices__kicker::before{
  content:'';
  width:28px;
  height:2px;
  border-radius:999px;
  background:rgba(210,177,109,.86);
}
.contact-offices__title{
  font-size:26px;
  line-height:1.18;
  font-weight:650;
  letter-spacing:-.02em;
}
.contact-office-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
}
.contact-office-grid--single{
  grid-template-columns:1fr;
}
.contact-office{
  border-radius:28px;
  padding:24px;
}
.contact-office__top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:16px;
}
.contact-office__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--text);
  font-weight:700;
  font-size:18px;
}
.contact-office__sub{
  margin-top:8px;
}
.contact-office__actions,
.contact-office__actions--fallback{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}
.contact-office__addr{
  margin-bottom:16px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(159,122,70,.1);
}
.contact-office__label{
  color:var(--gold3);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.contact-office__val{
  color:var(--text);
  line-height:1.7;
}
.contact-map iframe{
  width:100%;
  height:280px;
  border:0;
  border-radius:20px;
}
.contact-office--fallback .contact-office__top{
  margin-bottom:18px;
}
.contact-channel--fallback{
  transform:none !important;
}
.contact-channel--fallback:hover,
.contact-channel--fallback:focus-visible{
  box-shadow:0 14px 28px rgba(43,38,33,.06);
}
.contact-fallback-rail{
  margin:0 0 18px;
}
.contact-service-areas .contact-card,
.contact-proof-media .proof-media-card{
  border-radius:28px;
}
@media (max-width: 1100px){
  .contact-hero__surface,
  .contact-overview,
  .contact-office-grid,
  .contact-support-card{
    grid-template-columns:1fr;
  }
  .contact-support-card__body{
    padding:0 22px 22px;
  }
  .contact-step-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width: 760px){
  .contact-hero__surface,
  .contact-flow,
  .contact-panel,
  .contact-office,
  .contact-card{
    border-radius:24px;
    padding:22px;
  }
  .contact-hero h1{
    font-size:32px;
  }
  .contact-facts,
  .contact-step-grid,
  .contact-overview,
  .contact-office-grid,
  .contact-support-card{
    grid-template-columns:1fr;
  }
  .contact-hero__visual,
  .contact-hero__visual img{
    min-height:220px;
  }
  .contact-section-head,
  .contact-offices__head,
  .contact-office__top{
    align-items:flex-start;
  }
  .contact-hero__actions,
  .contact-cta,
  .contact-office__actions,
  .contact-office__actions--fallback{
    flex-direction:column;
    align-items:stretch;
  }
  .contact-support-card__body{
    padding:0;
  }
}


/* Author : SiberMimar "Guray Avci" | Website: www.sibermimar.com.tr */
/* SP-072A: global purple-white public surface harmonization */
:root{
  --bg:#FCFAFF;
  --surface:#FFFFFF;
  --surface-soft:#F8F4FD;
  --surface-strong:#EEE6F8;
  --line:rgba(111,74,177,.14);
  --line-strong:rgba(111,74,177,.22);
  --shadow:0 22px 56px rgba(53,39,78,.10);
  --shadow-soft:0 14px 34px rgba(53,39,78,.09);
  --brand-gold-3:#6D578E;
  --surface-violet-quiet:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(252,249,255,.97) 56%, rgba(245,238,252,.94) 100%);
  --surface-violet-soft:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,243,253,.95) 100%);
  --surface-violet-chip:linear-gradient(180deg, rgba(245,239,252,.98) 0%, rgba(236,228,248,.92) 100%);
  --surface-violet-emphasis:linear-gradient(135deg, rgba(240,232,250,.96) 0%, rgba(226,216,245,.82) 100%);
}

body{
  background:
    radial-gradient(1080px 500px at 10% 0%, rgba(111,74,177,.08), transparent 62%),
    radial-gradient(860px 420px at 88% 0%, rgba(145,118,199,.08), transparent 64%),
    radial-gradient(900px 460px at 50% 100%, rgba(111,74,177,.05), transparent 70%),
    linear-gradient(180deg, #FFFFFF 0%, #FCFAFF 40%, #F8F3FD 74%, #FDFBFF 100%);
}

.section--alt,
.section-soft,
.services-strip,
.pb-price-scope,
.pb-price-shell,
#business-lines,
.services-directory-page,
.services-hub-page{
  background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(251,248,255,.96) 52%, rgba(244,238,252,.92) 100%);
}

#business-lines{
  position:relative;
}
#business-lines::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(680px 260px at 10% 0%, rgba(111,74,177,.05), transparent 62%),
    radial-gradient(620px 240px at 90% 0%, rgba(145,118,199,.04), transparent 64%);
  pointer-events:none;
}
#business-lines > .container{
  position:relative;
  z-index:1;
}

.card,
.company,
.pb-card,
.pb-scope-card,
.pb-pricing-family--compact .pb-pricing-family-card,
.pb-price-row,
.highlight-bar,
.pb-section,
.pb-cards,
.pb-accordion,
.page-hero,
.pb-hero,
.about-story,
.about-line,
.about-value,
.about-card,
.about-fact,
.about-stat,
.legal-card,
.legal-note,
.contact-office,
.contact-panel,
.contact-flow,
.contact-card,
.contact-fact,
.contact-support-card,
.contact-channel,
.contact-step-card,
.contact-note-block,
.proof-media-card,
.contact-hero__surface,
.contact-hero__signal,
.pb-governance__shell,
.pb-governance__card,
.pb-governance__link,
.pb-knowledge-card,
.pb-pricing-family-card,
.pb-pricing-family-metric,
.pb-pricing-table-wrap,
.pb-hero__media,
.pb-visual-profile__meta-item,
.biz-hero-copy,
.biz-hero-media,
.biz-tab-panel,
.biz-story-card,
.biz-contact-card,
.biz-link-card,
.biz-box,
.services-directory__visual,
.service-directory-card,
.services-hub-stat,
.services-hub-hero__visual,
.services-hub-family__visual,
.news-card,
.project-card,
.doc,
.pdf-card,
.project-hero,
.news-hero,
.company-hero,
.about-surface,
.contact-map,
.project-cover,
.news-cover{
  background:var(--surface-violet-quiet);
  border-color:rgba(111,74,177,.14);
  box-shadow:0 18px 38px rgba(53,39,78,.08);
}

.company-body,
.services-directory__intro,
.service-directory-card__body,
.contact-brief-list li,
.contact-office__addr,
.contact-support-card__body,
.legal-note__body{
  background:var(--surface-violet-soft);
}

#business-lines .company,
#business-lines .company--premium,
#business-lines .company-body{
  background:linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(246,241,252,.96) 100%);
}

.section-head,
.home-architecture-copy{
  position:relative;
}

.pb-acc-item summary,
.pdf-card summary,
.pdf-acc summary,
.pb-pricing-table thead th,
.pb-price-chip,
.pb-knowledge-card__count,
.pb-knowledge-chip,
.pb-knowledge-chip--muted,
.pb-pricing-family-card__badge,
.service-directory-card__chip,
.contact-channel__icon,
.contact-step-card__index,
.tab.active,
.chip.active{
  background:var(--surface-violet-chip);
  border-color:rgba(111,74,177,.16);
  color:var(--text);
}

.pb-price-chip--source,
.pb-pricing-family-card__badge--rows,
.pb-pricing-family-card__badge--source,
.pb-pricing-family-card__badge--unit,
.pb-knowledge-chip--muted{
  background:linear-gradient(180deg, rgba(240,235,248,.96), rgba(232,224,244,.92));
  border-color:rgba(111,74,177,.14);
  color:var(--muted);
}

.pb-pricing-table thead th,
.pb-acc-item summary,
.pdf-card summary,
.pdf-acc summary{
  background:linear-gradient(180deg, rgba(244,238,252,.96), rgba(255,255,255,.98));
}

.contact-note-block,
.contact-step-card__index{
  background:var(--surface-violet-emphasis);
  border-color:rgba(111,74,177,.16);
}

.contact-channel__icon{
  color:var(--accent-violet-strong);
}

.contact-channel__label,
.contact-fact span,
.contact-office__label,
.contact-hero__eyebrow,
.contact-section-head__eyebrow,
.contact-panel__eyebrow,
.contact-offices__kicker,
.pb-knowledge-card__kicker{
  color:var(--accent-violet-strong);
}

.contact-hero__eyebrow::before,
.contact-section-head__eyebrow::before,
.contact-panel__eyebrow::before,
.contact-offices__kicker::before{
  background:rgba(111,74,177,.82);
}

.pb-knowledge-row,
.pb-source-row,
.pb-factor-row{
  border-color:rgba(111,74,177,.12);
}

.pb-pricing-family-card__media,
.service-directory-card__media,
.services-hub-hero__visual,
.services-hub-family__visual,
.pb-hero__media,
.contact-map iframe,
.project-cover,
.news-cover{
  background:#EEE6F8;
}

.services-hub-entry__link,
.services-hub-entry__link:hover,
.services-hub-entry__link:focus-visible{
  border-color:rgba(111,74,177,.16);
  background:var(--surface-violet-soft);
  color:var(--text);
  box-shadow:none;
}

.footer-shell::before{
  background:
    linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.08) 18%, rgba(255,255,255,0) 48%),
    radial-gradient(120% 90% at 0% 0%, rgba(111,74,177,.14), transparent 52%),
    radial-gradient(92% 72% at 100% 0%, rgba(168,148,207,.12), transparent 58%);
}
.footer-shell::after{
  background:radial-gradient(circle at 50% 0%, rgba(152,128,201,.16), rgba(123,86,189,.08) 48%, rgba(255,255,255,0) 78%);
}

/* Author : SiberMimar "Güray Avcı" | Website: www.sibermimar.com.tr */
/* SP-073A — Blog system surfaces + mega CTA */
.mega-blog-cta-wrap{
  margin-top:18px;
}
.mega-blog-cta,
.menu-blog-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:100%;
  text-decoration:none;
  color:inherit;
  border:1px solid rgba(74,46,116,.14);
  background:linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(240,234,250,.96) 100%);
  box-shadow:0 16px 34px rgba(47,24,79,.08);
}
.mega-blog-cta{
  padding:18px 22px;
  border-radius:24px;
}
.mega-blog-cta__copy,
.menu-blog-cta__copy{
  display:grid;
  gap:6px;
}
.mega-blog-cta__copy strong,
.menu-blog-cta__copy strong{
  font-size:1.05rem;
  letter-spacing:-.01em;
}
.mega-blog-cta__copy span,
.menu-blog-cta__copy span{
  color:rgba(49,31,76,.72);
  line-height:1.55;
}
.mega-blog-cta__arrow,
.menu-blog-cta__arrow{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#5f4388;
  background:rgba(107,72,156,.10);
  flex:0 0 42px;
}
.mega-blog-cta:hover,
.menu-blog-cta:hover{
  transform:translateY(-1px);
  border-color:rgba(94,60,143,.28);
  box-shadow:0 20px 40px rgba(47,24,79,.12);
}
.menu-blog-cta{
  margin-top:14px;
  padding:16px 18px;
  border-radius:20px;
}

.blog-shell{
  padding-block:30px 54px;
}
.blog-breadcrumb{
  margin-bottom:18px;
}
.blog-hero,
.blog-article__hero{
  display:grid;
  grid-template-columns:minmax(0, 1.3fr) minmax(280px, .9fr);
  gap:24px;
  padding:28px;
  border:1px solid rgba(84,55,128,.12);
  border-radius:32px;
  background:linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(244,239,250,.94) 100%);
  box-shadow:0 22px 44px rgba(47,24,79,.08);
}
.blog-hero--category{
  align-items:center;
}
.blog-hero__copy h1,
.blog-article__copy h1{
  margin:8px 0 10px;
  font-size:clamp(2rem, 3vw, 3.1rem);
  line-height:1.08;
  color:#231530;
}
.blog-hero__copy .lead,
.blog-article__copy .lead{
  max-width:62ch;
  color:rgba(34,21,48,.74);
}
.blog-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:20px;
}
.blog-hero__hint{
  color:rgba(46,29,70,.62);
  font-size:.95rem;
}
.blog-hero__meta{
  display:grid;
  gap:14px;
  align-content:start;
}
.blog-stat-card{
  padding:18px 18px 16px;
  border-radius:22px;
  border:1px solid rgba(84,55,128,.12);
  background:rgba(255,255,255,.82);
  box-shadow:0 14px 28px rgba(47,24,79,.06);
  display:grid;
  gap:6px;
}
.blog-stat-card strong{
  font-size:1.4rem;
  color:#241432;
}
.blog-stat-card span{
  color:rgba(46,29,70,.65);
  line-height:1.45;
}
.blog-stat-card--wide strong{
  font-size:1rem;
}
.blog-hero__visual,
.blog-article__media{
  min-height:240px;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 18px 34px rgba(47,24,79,.1);
}
.blog-hero__visual img,
.blog-article__media img,
.blog-category-card__media img,
.blog-post-card__media img,
.blog-post-row__media img,
.blog-admin-list__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.blog-section{
  margin-top:34px;
}
.blog-section__head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:16px;
  margin-bottom:16px;
}
.blog-section__head h2{
  margin:6px 0 0;
  font-size:1.55rem;
  color:#251736;
}
.blog-category-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}
.blog-category-card,
.blog-post-card,
.blog-side-card,
.blog-post-row{
  border:1px solid rgba(84,55,128,.12);
  background:linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(244,239,250,.92) 100%);
  box-shadow:0 18px 34px rgba(47,24,79,.06);
}
.blog-category-card,
.blog-post-card{
  border-radius:26px;
  overflow:hidden;
}
.blog-category-card__media,
.blog-post-card__media,
.blog-post-row__media{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
}
.blog-category-card__body,
.blog-post-card__body,
.blog-post-row__body{
  padding:18px 18px 20px;
}
.blog-category-card__body h3,
.blog-post-card__body h3,
.blog-post-row__body h2,
.blog-post-row__body h3{
  margin:8px 0 8px;
  font-size:1.12rem;
  line-height:1.25;
}
.blog-category-card__body h3 a,
.blog-post-card__body h3 a,
.blog-post-row__body h2 a,
.blog-post-row__body h3 a,
.blog-side-link strong,
.blog-inline-link{
  color:#231530;
  text-decoration:none;
}
.blog-category-card__body p,
.blog-post-card__body p,
.blog-post-row__body p,
.blog-side-link span{
  color:rgba(46,29,70,.72);
  line-height:1.62;
}
.blog-featured-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}
.blog-post-list{
  display:grid;
  gap:18px;
}
.blog-post-row{
  border-radius:24px;
  overflow:hidden;
  display:grid;
  grid-template-columns:220px minmax(0, 1fr);
  align-items:stretch;
}
.blog-post-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  color:rgba(46,29,70,.62);
  font-size:.92rem;
}
.blog-post-card__meta--article{
  margin-top:12px;
}
.blog-chip-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.blog-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  color:#51377a;
  border:1px solid rgba(89,56,138,.14);
  background:rgba(112,75,168,.08);
  font-size:.86rem;
}
.blog-inline-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:700;
  color:#51377a;
  margin-top:10px;
}
.blog-inline-link::before{
  content:'';
  width:12px;
  height:2px;
  background:#d3a23f;
  transition:width .18s ease;
}
.blog-inline-link:hover::before{
  width:20px;
}
.blog-two-col,
.blog-article__content-wrap{
  display:grid;
  grid-template-columns:minmax(0, 1.25fr) minmax(260px, .72fr);
  gap:22px;
  margin-top:24px;
}
.blog-side-card{
  border-radius:24px;
  padding:20px;
}
.blog-side-card h3{
  margin:8px 0 14px;
  font-size:1.1rem;
  color:#241432;
}
.blog-side-list{
  display:grid;
  gap:12px;
}
.blog-side-link{
  display:grid;
  gap:5px;
  text-decoration:none;
  padding:14px 15px;
  border-radius:18px;
  border:1px solid rgba(84,55,128,.12);
  background:rgba(255,255,255,.86);
}
.blog-side-link:hover{
  border-color:rgba(89,56,138,.24);
  transform:translateY(-1px);
}
.blog-article{
  display:grid;
  gap:24px;
}
.blog-article__content{
  padding:26px 28px;
  border-radius:28px;
  border:1px solid rgba(84,55,128,.12);
  background:linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(244,239,250,.94) 100%);
  box-shadow:0 20px 40px rgba(47,24,79,.08);
}
.blog-article__content p,
.blog-article__content li{
  color:rgba(31,18,46,.82);
  line-height:1.82;
}
.blog-article__content p + p,
.blog-article__content ul + p,
.blog-article__content p + ul{
  margin-top:14px;
}
.blog-article__content .rt-list{
  margin:12px 0 0;
  padding-left:18px;
}
.blog-article__content .rt-list li + li{
  margin-top:8px;
}
.blog-section--top{
  margin-top:0;
}
.blog-post-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}
.blog-post-card--latest{
  height:100%;
}
.blog-post-card--latest .blog-post-card__body{
  display:grid;
  align-content:start;
  gap:0;
}
.blog-post-card--latest .blog-post-card__media{
  aspect-ratio:16/10;
}

@media (max-width: 1200px){
  .blog-category-grid{grid-template-columns:repeat(3, minmax(0, 1fr));}
  .blog-post-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media (max-width: 980px){
  .blog-hero,
  .blog-article__hero,
  .blog-two-col,
  .blog-article__content-wrap,
  .blog-featured-grid{
    grid-template-columns:1fr;
  }
  .blog-category-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media (max-width: 760px){
  .blog-shell{padding-block:22px 42px;}
  .blog-hero,
  .blog-article__hero,
  .blog-article__content{padding:20px; border-radius:24px;}
  .blog-category-grid,
  .blog-featured-grid,
  .blog-post-grid{grid-template-columns:1fr;}
  .blog-post-row{grid-template-columns:1fr;}
  .blog-post-row__media{aspect-ratio:16/10;}
  .mega-blog-cta{padding:16px 18px; border-radius:20px;}
}

/* Author : SiberMimar "Guray Avci" | Website: www.sibermimar.com.tr */
/* SP-075A
   Blog category row isolation fix + premium pricing table redesign */
.pb-u-sr-only{
  position:absolute !important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}

.blog-post-list--category{
  display:grid;
  gap:20px;
}
.blog-post-row--category{
  position:relative;
  display:grid;
  grid-template-columns:minmax(250px, 320px) minmax(0, 1fr);
  align-items:stretch;
  min-width:0;
  overflow:hidden;
  isolation:isolate;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.blog-post-row--category::before{
  content:'';
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg, rgba(111,74,177,.92) 0%, rgba(200,156,73,.88) 100%);
}
.blog-post-row--category:hover{
  transform:translateY(-2px);
  border-color:rgba(111,74,177,.2);
  box-shadow:0 22px 42px rgba(53,39,78,.12);
}
.blog-post-row--category .blog-post-row__media--category,
.blog-post-row--category .blog-post-row__body--category,
.blog-post-row--category .blog-post-row__content{
  min-width:0;
}
.blog-post-row--category .blog-post-row__media--category{
  height:100%;
  min-height:230px;
  aspect-ratio:auto;
  background:rgba(111,74,177,.08);
}
.blog-post-row--category .blog-post-row__media--category img{
  height:100%;
  transition:transform .22s ease;
}
.blog-post-row--category:hover .blog-post-row__media--category img{
  transform:scale(1.02);
}
.blog-post-row--category .blog-post-row__body--category{
  display:flex;
  flex-direction:column;
  gap:18px;
  padding:22px 24px 24px;
}
.blog-post-row__content{
  display:grid;
  gap:12px;
}
.blog-post-row--category .blog-post-card__meta--category{
  gap:8px 14px;
}
.blog-post-row--category .blog-post-row__title{
  margin:0;
  font-size:clamp(1.18rem, 1.35vw, 1.42rem);
  line-height:1.26;
  color:#241432;
}
.blog-post-row--category .blog-post-row__title a{
  color:inherit;
  text-decoration:none;
}
.blog-post-row--category .blog-post-row__summary{
  margin:0;
  max-width:58ch;
  color:rgba(46,29,70,.74);
  line-height:1.72;
}
.blog-post-row__footer{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:auto;
}
.blog-post-row--category .blog-inline-link{
  margin-top:0;
}

.pb-pricing--cards .pb-pricing-list--cards{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(min(100%, 330px), 1fr));
  gap:18px;
}
.pb-pricing--cards .pb-price-row,
.pb-pricing--cards .pb-price-row:first-child{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
  min-width:0;
  min-height:100%;
  padding:22px 22px 20px;
  border-top:none;
  border-radius:26px;
  border:1px solid rgba(111,74,177,.16);
  background:linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(247,242,252,.94) 100%);
  box-shadow:0 20px 40px rgba(53,39,78,.08);
  overflow:hidden;
  isolation:isolate;
  color:inherit;
  text-decoration:none;
}
.pb-pricing--cards .pb-price-row::before{
  content:'';
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg, rgba(111,74,177,.92) 0%, rgba(200,156,73,.88) 100%);
}
.pb-pricing--cards .pb-price-row:hover,
.pb-pricing--cards .pb-price-row:focus-visible{
  text-decoration:none;
  transform:translateY(-2px);
  border-color:rgba(111,74,177,.24);
  box-shadow:0 24px 44px rgba(53,39,78,.12);
}
.pb-pricing--cards .pb-price-row__main{
  display:grid;
  gap:12px;
  min-width:0;
}
.pb-pricing--cards .pb-price-row__label{
  margin:0;
  font-size:1.08rem;
  line-height:1.46;
  color:#241432;
}
.pb-pricing--cards .pb-price-row__summary{
  color:rgba(46,29,70,.72);
}
.pb-pricing--cards .pb-price-row__summary p,
.pb-pricing--cards .pb-price-row__summary ul,
.pb-pricing--cards .pb-price-row__summary ol{
  margin:0;
  line-height:1.66;
}
.pb-pricing--cards .pb-price-row__summary p{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.pb-pricing--cards .pb-price-row__meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:auto;
}
.pb-pricing--cards .pb-price-row__unit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(111,74,177,.14);
  background:rgba(111,74,177,.08);
  color:#5b3b89;
  font-size:.82rem;
  font-weight:700;
}
.pb-pricing--cards .pb-price-row__band{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 14px;
  border-radius:16px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(111,74,177,.12);
  color:#21132d;
  font-size:1.12rem;
  font-weight:800;
  line-height:1.28;
  letter-spacing:-.01em;
}
.pb-pricing--cards .pb-price-row__arrow{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(111,74,177,.1);
  color:#5b3897;
  font-size:1rem;
  font-weight:700;
  transition:transform .18s ease, background .18s ease, color .18s ease;
}
.pb-pricing--cards .pb-price-row--linkable:hover .pb-price-row__arrow,
.pb-pricing--cards .pb-price-row--linkable:focus-visible .pb-price-row__arrow{
  transform:translate(2px, -2px);
  background:rgba(111,74,177,.16);
  color:#43236f;
}
.pb-pricing--cards .pb-price-row--official::before,
.pb-pricing--table .pb-pricing-table__row--official .pb-pricing-table__name::before{
  background:linear-gradient(180deg, #6F4AB1 0%, #4E3081 100%);
}
.pb-pricing--cards .pb-price-row--market::before,
.pb-pricing--table .pb-pricing-table__row--market .pb-pricing-table__name::before{
  background:linear-gradient(180deg, #D4A85B 0%, #B07B25 100%);
}
.pb-pricing--cards .pb-price-row--hybrid::before,
.pb-pricing--table .pb-pricing-table__row--hybrid .pb-pricing-table__name::before{
  background:linear-gradient(180deg, #6F4AB1 0%, #C89C49 100%);
}
.pb-pricing--cards .pb-price-row--reference::before,
.pb-pricing--table .pb-pricing-table__row--reference .pb-pricing-table__name::before{
  background:linear-gradient(180deg, #9078B5 0%, #B7A5D6 100%);
}
.pb-pricing--cards .pb-price-row--market .pb-price-row__unit{
  background:rgba(200,156,73,.1);
  border-color:rgba(200,156,73,.18);
  color:#84551b;
}
.pb-pricing--cards .pb-price-row--market .pb-price-row__band{
  border-color:rgba(200,156,73,.18);
}

.pb-pricing--table .pb-pricing-table-wrap{
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(111,74,177,.14);
  background:linear-gradient(180deg, rgba(250,247,253,.98) 0%, rgba(255,255,255,.98) 100%);
  box-shadow:0 24px 46px rgba(53,39,78,.08);
}
.pb-pricing--table .pb-pricing-table{
  width:100%;
  min-width:760px;
  border-collapse:separate;
  border-spacing:0;
}
.pb-pricing--table .pb-pricing-table thead th{
  padding:18px 20px;
  text-align:left;
  font-size:.74rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#5b3d87;
  background:linear-gradient(180deg, rgba(247,242,252,.98) 0%, rgba(255,255,255,.98) 100%);
  border-bottom:1px solid rgba(111,74,177,.14);
}
.pb-pricing--table .pb-pricing-table tbody td{
  padding:18px 20px;
  vertical-align:top;
  border-top:1px solid rgba(111,74,177,.1);
  background:rgba(255,255,255,.78);
  transition:background .16s ease;
}
.pb-pricing--table .pb-pricing-table tbody tr:first-child td{
  border-top:none;
}
.pb-pricing--table .pb-pricing-table tbody tr:hover td{
  background:rgba(246,241,252,.86);
}
.pb-pricing--table .pb-pricing-table__name{
  position:relative;
  padding-left:20px;
  font-weight:800;
  color:#241432;
  line-height:1.55;
}
.pb-pricing--table .pb-pricing-table__name::before{
  content:'';
  position:absolute;
  left:0;
  top:.75em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(111,74,177,.92) 0%, rgba(200,156,73,.88) 100%);
}
.pb-pricing--table .pb-pricing-table__spec{
  min-width:240px;
  color:rgba(46,29,70,.74);
  line-height:1.68;
}
.pb-pricing--table .pb-pricing-table__spec p{
  margin:0;
}
.pb-pricing--table .pb-pricing-table__band{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border-radius:16px;
  background:rgba(111,74,177,.08);
  border:1px solid rgba(111,74,177,.14);
  color:#251736;
  font-weight:800;
  white-space:nowrap;
}
.pb-pricing--table .pb-pricing-table__row--market .pb-pricing-table__band{
  background:rgba(200,156,73,.1);
  border-color:rgba(200,156,73,.2);
  color:#6d4710;
}
.pb-pricing--table .pb-pricing-table__row--reference .pb-pricing-table__band{
  background:rgba(144,120,181,.08);
  border-color:rgba(144,120,181,.18);
}
.pb-pricing--table .pb-pricing-table__unit{
  white-space:nowrap;
}
.pb-pricing--table .pb-pricing-table__unit-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(111,74,177,.14);
  background:rgba(111,74,177,.06);
  color:#5c4878;
  font-size:.82rem;
  font-weight:700;
}
.pb-pricing--table .pb-pricing-table__muted{
  color:rgba(46,29,70,.48);
}

@media (max-width: 1080px){
  .blog-post-row--category{
    grid-template-columns:minmax(220px, 280px) minmax(0, 1fr);
  }
}
@media (max-width: 860px){
  .pb-pricing--table .pb-pricing-table-wrap{
    overflow:visible;
    padding:0;
    border:none;
    background:transparent;
    box-shadow:none;
  }
  .pb-pricing--table .pb-pricing-table,
  .pb-pricing--table .pb-pricing-table tbody,
  .pb-pricing--table .pb-pricing-table tr,
  .pb-pricing--table .pb-pricing-table td{
    display:block;
    width:100%;
    min-width:0;
  }
  .pb-pricing--table .pb-pricing-table thead{
    display:none;
  }
  .pb-pricing--table .pb-pricing-table tbody{
    display:grid;
    gap:14px;
  }
  .pb-pricing--table .pb-pricing-table tbody tr{
    display:grid;
    gap:14px;
    padding:18px;
    border-radius:22px;
    border:1px solid rgba(111,74,177,.14);
    background:linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(247,242,252,.94) 100%);
    box-shadow:0 18px 36px rgba(53,39,78,.08);
  }
  .pb-pricing--table .pb-pricing-table tbody td{
    padding:0;
    border:none;
    background:transparent;
  }
  .pb-pricing--table .pb-pricing-table td::before{
    content:attr(data-label);
    display:block;
    margin-bottom:6px;
    font-size:.72rem;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:#7a6895;
    font-weight:700;
  }
  .pb-pricing--table .pb-pricing-table__name{
    padding-left:0;
  }
  .pb-pricing--table .pb-pricing-table__name::before{
    display:none;
  }
  .pb-pricing--table .pb-pricing-table__band,
  .pb-pricing--table .pb-pricing-table__unit-chip{
    min-height:36px;
  }
}
@media (max-width: 760px){
  .blog-post-row--category{
    grid-template-columns:1fr;
  }
  .blog-post-row--category .blog-post-row__media--category{
    min-height:220px;
  }
  .blog-post-row--category .blog-post-row__body--category{
    padding:18px 18px 20px;
  }
  .pb-pricing--cards .pb-price-row,
  .pb-pricing--cards .pb-price-row:first-child{
    padding:18px 18px 18px;
    border-radius:22px;
  }
  .pb-pricing--cards .pb-price-row__band{
    font-size:1.02rem;
  }
}

/* Author : SiberMimar "Güray Avcı" | Website: www.sibermimar.com.tr */
/* SP-082A — floating contact CTA */
.floating-contact-cta{
  position:fixed;
  top:50%;
  transform:translateY(-50%);
  z-index:70;
  width:92px;
  min-height:104px;
  padding:12px 10px;
  border-radius:24px;
  display:grid;
  grid-template-rows:42px minmax(2.6em, auto);
  justify-items:center;
  align-content:center;
  gap:8px;
  text-align:center;
  text-decoration:none;
  border:1px solid rgba(91,46,145,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(247,241,255,.94) 100%);
  box-shadow:0 22px 44px rgba(52,20,82,.16);
  color:#2f174b;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.floating-contact-cta:hover,
.floating-contact-cta:focus-visible{
  transform:translateY(-50%) scale(1.04);
  box-shadow:0 28px 52px rgba(52,20,82,.2);
  border-color:rgba(91,46,145,.28);
}
.floating-contact-cta:focus-visible{
  outline:2px solid rgba(91,46,145,.24);
  outline-offset:3px;
}
.floating-contact-cta--call{left:12px}
.floating-contact-cta--whatsapp{
  right:12px;
  border-color:rgba(22,163,74,.22);
  background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(236,253,245,.95) 100%);
  color:#14532d;
}
.floating-contact-cta--whatsapp:hover,
.floating-contact-cta--whatsapp:focus-visible{
  border-color:rgba(22,163,74,.34);
}
.floating-contact-cta__icon{
  width:42px;
  height:42px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg, rgba(91,46,145,.12) 0%, rgba(212,175,55,.14) 100%);
  color:inherit;
}
.floating-contact-cta--whatsapp .floating-contact-cta__icon{
  background:linear-gradient(180deg, rgba(22,163,74,.16) 0%, rgba(74,222,128,.18) 100%);
}
.floating-contact-cta__icon svg{width:22px;height:22px}
.floating-contact-cta__text{
  font-size:.78rem;
  line-height:1.25;
  font-weight:800;
  letter-spacing:.01em;
  min-height:2.5em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.floating-contact-cta--no-desktop{display:none}
@media (max-width: 860px){
  .floating-contact-cta{
    width:82px;
    min-height:92px;
    grid-template-rows:38px minmax(2.5em, auto);
    padding:10px 8px;
    border-radius:22px;
  }
  .floating-contact-cta__icon{width:38px;height:38px}
  .floating-contact-cta__text{font-size:.72rem}
  .floating-contact-cta--no-desktop{display:grid}
  .floating-contact-cta--no-mobile{display:none}
}
@media (max-width: 640px){
  .floating-contact-cta{
    min-height:74px;
  }
  .floating-contact-cta--call{left:10px}
  .floating-contact-cta--whatsapp{right:10px}
}
@media (prefers-reduced-motion: reduce){
  .floating-contact-cta{transition:none}
}
