/*!
 * EMSBulut Inner Premium CSS v1.4.0
 * Ana sayfaya dokunmadan iç sayfaları okunabilir, hafif ve kurumsal hale getirir.
 */

body.ems-inner-premium{
  --emsip-bg:#f6f8fb;
  --emsip-surface:#ffffff;
  --emsip-ink:#07152f;
  --emsip-text:#41506a;
  --emsip-muted:#6b7890;
  --emsip-line:rgba(7,21,47,.11);
  --emsip-blue:#0b74ff;
  --emsip-blue-strong:#075fe0;
  --emsip-soft-blue:#eef6ff;
  --emsip-shadow:0 20px 60px rgba(7,21,47,.08);
  --emsip-shadow-soft:0 10px 32px rgba(7,21,47,.06);
  background:
    radial-gradient(circle at 82% 0%, rgba(11,116,255,.08), transparent 34rem),
    linear-gradient(180deg,#fff 0%,var(--emsip-bg) 48%,#fff 100%);
  color:var(--emsip-text);
  font-family:Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size:18px;
  line-height:1.62;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

body.ems-inner-premium *,
body.ems-inner-premium *::before,
body.ems-inner-premium *::after{box-sizing:border-box}

body.ems-inner-premium :where(.site-header,.ems-header,header[role=banner]){
  background:rgba(5,12,28,.86)!important;
  backdrop-filter:saturate(1.25) blur(18px);
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 10px 36px rgba(2,8,23,.18);
}

body.ems-inner-premium :where(.site-header,.ems-header,header[role=banner]) :where(a){
  color:rgba(255,255,255,.86);
}

body.ems-inner-premium :where(.site-header,.ems-header,header[role=banner]) :where(a:hover,.current-menu-item>a,.current_page_item>a){
  color:#fff!important;
}

body.ems-inner-premium :where(nav,.main-navigation,.menu,.navbar) :where(a){
  border-radius:999px;
  font-weight:760;
  letter-spacing:-.01em;
}

body.ems-inner-premium :where(nav,.main-navigation,.menu,.navbar) :where(a:hover,.current-menu-item>a,.current_page_item>a){
  background:rgba(11,116,255,.13);
}

body.ems-inner-premium :where(.sub-menu,.children,.dropdown-menu){
  border:1px solid rgba(255,255,255,.1)!important;
  border-radius:18px!important;
  background:rgba(5,12,28,.96)!important;
  box-shadow:0 18px 46px rgba(2,8,23,.28)!important;
  overflow:hidden;
}

body.ems-inner-premium :where(.content-shell,.site-main,.content-area,#content){
  width:min(calc(100% - 36px),1180px);
  margin-inline:auto;
}

body.ems-inner-premium :where(.content-shell){
  padding-block:clamp(34px,5vw,72px);
}

body.ems-inner-premium :where(.content-card,article.page,article.post,.type-page,.type-post){
  border:1px solid var(--emsip-line)!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:var(--emsip-shadow);
  overflow:hidden;
}

body.ems-inner-premium :where(.content-card){
  padding:clamp(28px,4vw,58px)!important;
}

body.ems-inner-premium :where(.entry-content,.page-content){
  max-width:920px;
  margin-inline:auto;
}

body.ems-inner-premium :where(.entry-content > *,.page-content > *){
  margin-block:clamp(14px,1.85vw,28px);
}

body.ems-inner-premium :where(h1,h2,h3,h4,h5,h6){
  color:var(--emsip-ink);
  letter-spacing:-.045em;
  line-height:1.12;
  text-wrap:balance;
}

body.ems-inner-premium h1{
  margin:0 0 clamp(22px,3vw,38px);
  font-size:clamp(38px,5.4vw,70px);
  line-height:1;
}

body.ems-inner-premium h2{
  margin-top:clamp(30px,4vw,52px);
  font-size:clamp(30px,3.4vw,48px);
}

body.ems-inner-premium h3{
  margin-top:clamp(24px,3vw,38px);
  font-size:clamp(24px,2.45vw,34px);
}

body.ems-inner-premium h4{font-size:clamp(21px,1.8vw,27px)}
body.ems-inner-premium h5{font-size:clamp(19px,1.45vw,23px)}
body.ems-inner-premium h6{font-size:18px}

body.ems-inner-premium :where(p,li,td,th,dd,dt){
  font-size:clamp(17px,1.08vw,18.5px);
  line-height:1.64;
}

body.ems-inner-premium :where(p){
  color:var(--emsip-text);
}

body.ems-inner-premium :where(.entry-content,.page-content) :where(ul,ol){
  padding-left:1.35em;
}

body.ems-inner-premium :where(.entry-content,.page-content) li + li{
  margin-top:.45em;
}

body.ems-inner-premium :where(.entry-content,.page-content) li::marker{
  color:var(--emsip-blue);
  font-weight:900;
}

body.ems-inner-premium a{
  color:var(--emsip-blue-strong);
  text-decoration-thickness:.08em;
  text-underline-offset:.19em;
  transition:color .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body.ems-inner-premium a:hover{
  color:#054bb4;
}

body.ems-inner-premium :where(.wp-block-button__link,.button,.btn,.legacy-highlight,button,input[type=submit],.vc_btn3){
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--emsip-blue),var(--emsip-blue-strong))!important;
  color:#fff!important;
  font-size:16.5px!important;
  line-height:1.1!important;
  font-weight:850!important;
  letter-spacing:-.01em;
  padding:13px 21px!important;
  text-decoration:none!important;
  box-shadow:0 14px 30px rgba(11,116,255,.22)!important;
}

body.ems-inner-premium :where(.wp-block-button__link,.button,.btn,.legacy-highlight,button,input[type=submit],.vc_btn3):hover{
  transform:translateY(-2px);
  box-shadow:0 18px 42px rgba(11,116,255,.25)!important;
}

body.ems-inner-premium :where(.is-style-outline .wp-block-button__link,.btn-outline,.button-outline){
  border:1px solid var(--emsip-line)!important;
  background:#fff!important;
  color:var(--emsip-ink)!important;
  box-shadow:var(--emsip-shadow-soft)!important;
}

body.ems-inner-premium :where(.wp-block-columns,.vc_row,.elementor-container,.legacy-grid,.legacy-feature-grid,.legacy-cards){
  gap:clamp(18px,2.4vw,32px)!important;
}

body.ems-inner-premium :where(.wp-block-column,.vc_column-inner,.elementor-widget-wrap,.legacy-card,.legacy-feature,.legacy-block,.dslc-info-box,.card){
  border:1px solid var(--emsip-line)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:var(--emsip-shadow-soft);
}

body.ems-inner-premium :where(.wp-block-column,.legacy-card,.legacy-feature,.legacy-block,.dslc-info-box,.card){
  padding:clamp(18px,2.3vw,30px)!important;
}

body.ems-inner-premium :where(.wp-block-column,.legacy-card,.legacy-feature,.legacy-block,.dslc-info-box,.card):has(a):hover{
  transform:translateY(-3px);
  border-color:rgba(11,116,255,.24)!important;
  box-shadow:0 18px 44px rgba(7,21,47,.09);
}

body.ems-inner-premium :where(.entry-content img,.page-content img,.wp-block-image img,.vc_single_image-img,.elementor img,.legacy-page img){
  display:block;
  max-width:100%;
  height:auto;
  border-radius:20px;
  object-fit:cover;
}

body.ems-inner-premium :where(figure,.wp-block-image){
  max-width:100%;
  margin-inline:auto;
}

body.ems-inner-premium :where(.wp-block-cover,.hero,.slider,.rev_slider_wrapper,.master-slider-parent,.legacy-hero,.legacy-visual){
  border-radius:28px!important;
  overflow:hidden!important;
  box-shadow:var(--emsip-shadow);
}

body.ems-inner-premium :where(table){
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  box-shadow:0 0 0 1px var(--emsip-line);
}

body.ems-inner-premium :where(td,th){
  padding:14px 16px;
  border-bottom:1px solid var(--emsip-line);
  vertical-align:top;
}

body.ems-inner-premium :where(th){
  background:var(--emsip-ink);
  color:#fff;
  font-weight:850;
}

body.ems-inner-premium :where(input[type=text],input[type=email],input[type=tel],input[type=url],input[type=search],input[type=password],select,textarea){
  width:100%;
  min-height:46px;
  border:1px solid var(--emsip-line)!important;
  border-radius:16px!important;
  background:#fff!important;
  color:var(--emsip-ink)!important;
  font-size:16.5px!important;
  line-height:1.4!important;
  padding:12px 14px!important;
  box-shadow:0 8px 24px rgba(7,21,47,.04)!important;
}

body.ems-inner-premium textarea{
  min-height:136px;
}

body.ems-inner-premium :where(input,select,textarea):focus{
  outline:0!important;
  border-color:rgba(11,116,255,.55)!important;
  box-shadow:0 0 0 4px rgba(11,116,255,.13)!important;
}

body.ems-inner-premium :where(label,.wpcf7-list-item-label){
  font-size:16.5px;
  line-height:1.55;
  color:var(--emsip-text);
}

body.ems-inner-premium :where(blockquote){
  margin:clamp(22px,3vw,36px) 0;
  padding:clamp(20px,2.5vw,30px);
  border:1px solid rgba(11,116,255,.15);
  border-left:5px solid var(--emsip-blue);
  border-radius:0 20px 20px 0;
  background:var(--emsip-soft-blue);
  color:var(--emsip-ink);
}

body.ems-inner-premium :where(.ems-legacy-frame){
  display:block;
  width:100%;
  min-height:760px;
  border:0;
  border-radius:24px;
  background:#fff;
}

body.ems-inner-premium :where(.site-footer,.ems-footer,footer[role=contentinfo],footer){
  background:
    radial-gradient(circle at 18% 18%, rgba(11,116,255,.16), transparent 24rem),
    linear-gradient(135deg,#07152f,#020817)!important;
  color:rgba(255,255,255,.74)!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}

body.ems-inner-premium :where(.site-footer,.ems-footer,footer[role=contentinfo],footer) :where(h1,h2,h3,h4,h5,h6){
  color:#fff!important;
}

body.ems-inner-premium :where(.site-footer,.ems-footer,footer[role=contentinfo],footer) :where(a){
  color:rgba(255,255,255,.84)!important;
}

body.ems-inner-premium :where(.site-footer,.ems-footer,footer[role=contentinfo],footer) :where(a:hover){
  color:#fff!important;
}

body.ems-inner-premium :where(.alignwide){
  max-width:min(1120px,100%);
}

body.ems-inner-premium :where(.alignfull){
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
}

@media (max-width: 920px){
  body.ems-inner-premium{
    font-size:17px;
  }
  body.ems-inner-premium :where(.content-shell,.site-main,.content-area,#content){
    width:min(calc(100% - 28px),1180px);
  }
  body.ems-inner-premium :where(.content-card){
    border-radius:22px!important;
    padding:24px!important;
  }
  body.ems-inner-premium h1{font-size:clamp(34px,10vw,52px)}
  body.ems-inner-premium h2{font-size:clamp(28px,7vw,40px)}
  body.ems-inner-premium :where(p,li,td,th,dd,dt){font-size:17px}
}

@media (max-width: 640px){
  body.ems-inner-premium{
    line-height:1.58;
  }
  body.ems-inner-premium :where(.entry-content,.page-content){
    max-width:100%;
  }
  body.ems-inner-premium :where(.wp-block-button__link,.button,.btn,.legacy-highlight,button,input[type=submit],.vc_btn3){
    width:100%;
  }
  body.ems-inner-premium :where(table){
    display:block;
    overflow-x:auto;
    white-space:nowrap;
  }
}
