/*
Theme Name: Nobel Tema
Theme URI: https://www.nobelbelgelendirme.com
Author: Nobel Belgelendirme & Danışmanlık
Description: Nobel Belgelendirme & Danışmanlık için özel olarak tasarlanmış, hızlı ve SEO odaklı kurumsal WordPress teması.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nobel-tema
*/

/* ===================== RESET ===================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
img,svg{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}
ul,ol{list-style:none;}
button,input,textarea,select{font:inherit;color:inherit;background:none;border:none;outline:none;}
button{cursor:pointer;}
table{border-collapse:collapse;width:100%;}

/* ===================== TOKENS ===================== */
:root{
  --navy:#242f7f;
  --navy-deep:#0f1442;
  --navy-ink:#0b0e33;
  --navy-tint:#eef0fa;
  --green:#5fae34;
  --green-deep:#457f26;
  --green-tint:#eaf6de;
  --bg:#ffffff;
  --bg-soft:#f6f7fc;
  --bg-soft-2:#eef1fb;
  --line:#e5e7f3;
  --text:#1a1d2e;
  --text-muted:#5c6178;
  --text-soft:#5f637a;
  --white:#ffffff;
  --radius-sm:10px;
  --radius-md:16px;
  --radius-lg:24px;
  --radius-xl:32px;
  --shadow-sm:0 6px 18px -10px rgba(15,20,66,.18);
  --shadow-md:0 20px 45px -18px rgba(15,20,66,.28);
  --shadow-lg:0 30px 70px -25px rgba(15,20,66,.35);
  --container:1240px;
  --ff-head:'Plus Jakarta Sans',Inter,system-ui,sans-serif;
  --ff-body:'Inter',system-ui,sans-serif;
}

/* ===================== BASE ===================== */
body{
  font-family:var(--ff-body);
  color:var(--text);
  background:var(--bg);
  line-height:1.65;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{font-family:var(--ff-head);color:var(--navy-ink);line-height:1.18;font-weight:800;letter-spacing:-0.01em;}
p{color:var(--text-muted);}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px;}
section{position:relative;}
img{border-style:none;height:auto;}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;}
.screen-reader-text:focus{position:fixed;top:10px;left:10px;width:auto;height:auto;padding:12px 18px;background:#fff;color:var(--navy);z-index:99999;border-radius:8px;box-shadow:var(--shadow-md);clip:auto;}

.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--ff-head);font-weight:700;font-size:13px;letter-spacing:.09em;text-transform:uppercase;color:#3d7020;background:var(--green-tint);padding:7px 16px 7px 12px;border-radius:100px;margin-bottom:18px;}
.eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex:none;}
.eyebrow-navy{color:var(--navy);background:var(--navy-tint);}
.eyebrow-navy .dot{background:var(--navy);}
.eyebrow-red{color:#b3261e;background:#fdeceb;}
.eyebrow-red .dot{background:#b3261e;}
.eyebrow-orange{color:#c76a1c;background:#fdeee0;}
.eyebrow-orange .dot{background:#c76a1c;}
.section-head{max-width:680px;margin-bottom:52px;}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center;}
.section-head h2{font-size:clamp(20px,2.2vw,26px);margin-bottom:16px;}
@media (min-width:640px){.section-head h2{white-space:nowrap;}}
.section-head p{font-size:17px;}

.section-band{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:linear-gradient(90deg,#fff 0%,var(--green-tint) 50%,#fff 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 24px;margin-bottom:36px;display:flex;align-items:center;justify-content:center;gap:10px;}
.section-band-ic{display:flex;align-items:center;justify-content:center;color:var(--green-deep);flex:none;}
.section-band-ic .icon{width:20px;height:20px;stroke-width:1.8;}
.section-band h2{font-family:var(--ff-head);font-weight:800;font-size:clamp(18px,2vw,24px);color:var(--green-deep);margin:0;text-align:center;}
@media (min-width:640px){.section-band h2{white-space:nowrap;}}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:0;font-family:var(--ff-head);font-weight:800;font-size:15px;padding:14px 24px;border-radius:100px;white-space:nowrap;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease,border-color .22s ease;}
.btn svg{width:16px;height:16px;flex:none;padding:9px;box-sizing:content-box;border-radius:50%;background:rgba(0,0,0,.15);margin:-2px -16px -2px 12px;}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 14px 30px -10px rgba(95,174,52,.45);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px -10px rgba(95,174,52,.55);color:#fff;}
.btn-ghost{background:#fff;color:var(--navy);border:1.5px solid var(--line);}
.btn-ghost svg{background:var(--navy-tint);}
.btn-ghost:hover{border-color:var(--navy);transform:translateY(-2px);box-shadow:var(--shadow-sm);}
.btn-outline-light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.35);}
.btn-outline-light svg{background:rgba(255,255,255,.18);}
.btn-outline-light:hover{background:rgba(255,255,255,.12);border-color:#fff;color:#fff;}
.btn-sm{padding:10px 18px;font-size:13.5px;}
.btn-sm svg{padding:6px;margin:-2px -10px -2px 9px;}
.btn-block{width:100%;}
.btn-whatsapp{background:#25D366;color:#fff;box-shadow:0 14px 30px -10px rgba(37,211,102,.45);}
.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 18px 36px -10px rgba(37,211,102,.55);color:#fff;}

/* End-of-content CTA row — auto-appended after every page/article, see
   nobel_render_end_cta() in inc/template-tags.php */
.entry-end-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px;padding-top:28px;border-top:1px solid var(--line);}
@media (max-width:640px){.entry-end-cta .btn{flex:1 1 100%;}}

.icon{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;flex:none;}
.icon-solid{fill:currentColor;stroke:none;}

/* ===================== TOPBAR ===================== */
.topbar{background:var(--navy-ink);color:#c7cae8;font-size:13.5px;}
.topbar .container{display:flex;align-items:center;justify-content:space-between;height:42px;}
.topbar-left{display:flex;align-items:center;gap:26px;}
.topbar-item{display:flex;align-items:center;gap:7px;color:#c7cae8;transition:color .2s;}
.topbar-tagline{font-family:var(--ff-body);font-size:13.5px;font-weight:400;color:#fff;white-space:nowrap;}
.topbar-item:hover{color:#fff;}
.topbar-item .icon{width:15px;height:15px;color:var(--green);}
.topbar-right{display:flex;align-items:center;gap:18px;}
.topbar-socials{display:flex;align-items:center;gap:12px;}
.topbar-socials a{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);transition:background .2s,transform .2s;}
.topbar-socials a:hover{background:var(--green);transform:translateY(-1px);}
.topbar-socials .icon{width:13px;height:13px;}

/* ===================== HEADER / NAV ===================== */
header.site-header{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid transparent;transition:box-shadow .25s ease,border-color .25s ease;}
header.site-header.scrolled{box-shadow:0 8px 30px -16px rgba(15,20,66,.25);border-color:var(--line);}
.nav-wrap{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;height:84px;gap:16px;}
.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto;max-width:220px;height:84px;}
.brand img,.brand .custom-logo-link img{display:block!important;height:auto!important;width:auto!important;max-height:52px!important;max-width:210px!important;object-fit:contain!important;}
.brand .site-title{font-family:var(--ff-head);font-weight:800;font-size:20px;color:var(--navy-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nav-main{display:flex;align-items:center;gap:2px;flex:1 1 auto;min-width:0;}
.nav-main>ul{display:flex;align-items:center;gap:2px;flex-wrap:nowrap;}
.nav-main>ul>li{position:relative;flex:0 0 auto;}
.nav-main>ul>li>a{display:flex;align-items:center;gap:5px;padding:14px 16px;font-family:var(--ff-head);font-weight:600;font-size:14.5px;color:var(--navy-ink);border-radius:8px;transition:color .2s;white-space:nowrap;}
.nav-main li:hover>a{color:var(--green-deep);}
.nav-main li.menu-item-has-children>a::after{content:"";width:8px;height:8px;border-right:1.75px solid currentColor;border-bottom:1.75px solid currentColor;transform:rotate(45deg);margin-left:2px;transition:transform .2s;}
.nav-main li.menu-item-has-children:hover>a::after{transform:rotate(225deg);}

/* Simple nested dropdown — every level is the same fixed width, so there is
   no column count or content width to get wrong. A row with children opens
   its own children as a second small dropdown hanging off ITS right edge
   (classic flyout submenu), instead of a multi-column mega-menu. */
.dropdown{position:absolute;top:100%;left:0;transform:translateY(10px);width:290px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--line);padding:10px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:250;list-style:none;}
.nav-main>ul>li:hover>.dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);}
.dropdown.align-right{left:auto;right:0;}
.dropdown li{display:block;position:relative;}
.dropdown-link{display:flex;align-items:flex-start;gap:11px;padding:9px 12px;border-radius:10px;font-weight:400;color:var(--navy-ink);transition:background .15s ease,color .15s ease;}
.dropdown-link:hover{background:var(--bg-soft);color:inherit;}
.dropdown-ic{width:18px;height:18px;color:var(--navy);flex:none;margin-top:1px;stroke-width:1.6;}
.dropdown-text{flex:1 1 auto;min-width:0;}
.dropdown-text strong{display:block;font-family:var(--ff-head);font-size:13.5px;color:var(--navy-ink);font-weight:600;}
.dropdown-text span{display:block;font-size:12px;color:var(--text-soft);line-height:1.5;margin-top:2px;}

/* flyout submenu — hangs off the right edge of its own trigger row.
   The TOP-level dropdown deliberately has no max-height/overflow: per the
   CSS spec, overflow-y:auto forces overflow-x to clip too (can't scroll one
   axis and stay visible on the other), which would trap this flyout inside
   its parent's box instead of letting it hang off to the side. Only the
   nested level gets a scroll cap, since nothing needs to escape it. */
.dropdown-parent{padding-right:30px;}
.dropdown-parent::after{content:"";position:absolute;right:14px;top:50%;width:6px;height:6px;border-right:1.75px solid var(--text-soft);border-bottom:1.75px solid var(--text-soft);transform:translateY(-50%) rotate(-45deg);}
.dropdown .dropdown{top:-11px;left:100%;transform:translateX(10px);max-height:min(70vh,480px);overflow-y:auto;}
.dropdown .dropdown.align-right{left:auto;right:100%;transform:translateX(-10px);}
.dropdown li:hover>.dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0);}

.nav-right{display:flex;align-items:center;gap:14px;flex:0 0 auto;white-space:nowrap;}
.nav-phone{display:flex;align-items:center;gap:10px;white-space:nowrap;}
.nav-phone .ic{width:40px;height:40px;border-radius:50%;background:var(--green-tint);color:var(--green-deep);display:flex;align-items:center;justify-content:center;flex:none;}
.nav-phone .ic .icon{width:18px;height:18px;}
.nav-phone small{display:block;font-size:11px;color:var(--text-soft);white-space:nowrap;}
.nav-phone strong{display:block;font-family:var(--ff-head);font-size:14.5px;color:var(--navy-ink);white-space:nowrap;}
.burger{display:none;width:44px;height:44px;border-radius:10px;align-items:center;justify-content:center;border:1px solid var(--line);}
.burger .icon{width:22px;height:22px;}

.mobile-drawer{position:fixed;inset:0;z-index:300;visibility:hidden;}
.mobile-drawer.open{visibility:visible;}
.mobile-drawer .overlay{position:absolute;inset:0;background:rgba(11,14,51,.55);opacity:0;transition:opacity .25s;}
.mobile-drawer.open .overlay{opacity:1;}
.mobile-panel{position:absolute;top:0;right:0;bottom:0;width:min(360px,86vw);background:#fff;padding:24px;overflow-y:auto;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;gap:6px;}
.mobile-drawer.open .mobile-panel{transform:translateX(0);}
.mobile-panel-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;}
.mobile-panel-top img{display:block;height:auto;width:auto;max-height:34px;max-width:160px;object-fit:contain;}
.mobile-close{width:38px;height:38px;border-radius:10px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;}
.mobile-close .icon{width:18px;height:18px;}
.mobile-panel ul{display:flex;flex-direction:column;}
.mobile-panel li{border-bottom:1px solid var(--line);}
.mobile-panel li ul{padding-left:14px;border-bottom:none;}
.mobile-panel ul a{display:block;padding:14px 6px;font-family:var(--ff-head);font-weight:700;font-size:16px;color:var(--navy-ink);}
.mobile-panel li li a{font-size:14px;font-weight:600;color:var(--text-muted);padding:10px 6px;}
.mobile-row{display:flex;align-items:stretch;}
.mobile-row a{flex:1 1 auto;min-width:0;}
.mobile-toggle{flex:none;width:44px;display:flex;align-items:center;justify-content:center;color:var(--text-soft);}
.mobile-toggle .icon{width:16px;height:16px;transition:transform .2s ease;}
.mobile-toggle[aria-expanded="true"] .icon{transform:rotate(180deg);}
/* alt menüler varsayılan olarak kapalı gelir — .mobile-toggle ile açılır (assets/js/theme.js) */
.mobile-panel .mobile-sub{display:none;}
.mobile-panel .mobile-sub.is-open{display:flex;}
.mobile-cta{margin-top:18px;}

/* ===================== PAGE HEADER (inner pages) ===================== */
.page-header-band{background:linear-gradient(120deg,var(--navy-deep) 0%,var(--navy) 100%);padding:64px 0 58px;position:relative;overflow:hidden;}
.page-header-band::before{content:"";position:absolute;inset:0;opacity:.25;background-image:radial-gradient(rgba(255,255,255,.18) 1px,transparent 1px);background-size:22px 22px;}
.page-header-band .container{position:relative;}
.page-header-band h1{color:#fff;font-size:clamp(28px,4vw,44px);margin-bottom:14px;}
.page-header-band p{color:#c7cae8;font-size:16px;max-width:640px;}
.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13.5px;color:#9fa3cb;margin-bottom:18px;}
.breadcrumbs a{color:#c7cae8;}
.breadcrumbs a:hover{color:#fff;}
.breadcrumbs .sep{opacity:.5;}

/* ===================== HERO SLIDER (Belgelendirme / Danışmanlık / Eğitimler) ===================== */
.hero-slider{background:var(--bg-soft);padding:40px 0 44px;}
.hero-slider-wrap{position:relative;}
.hero-slider-frame{overflow:hidden;border-radius:var(--radius-xl);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);}
.hero-slider-track{display:flex;width:100%;transition:transform .55s cubic-bezier(.65,0,.35,1);}
.hero-slide{flex:0 0 100%;display:flex;align-items:center;gap:40px;padding:44px 52px;min-height:280px;}
.hero-slide-copy{flex:1 1 340px;min-width:0;max-width:400px;}
.hero-slide-copy h2{font-size:clamp(22px,2.6vw,30px);margin-bottom:12px;}
.hero-slide-copy p{font-size:15.5px;margin-bottom:22px;}
.hero-slide-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.hero-slide-divider{width:2px;flex:none;align-self:stretch;margin:4px 0;border-radius:2px;background:linear-gradient(180deg,var(--navy) 0%,var(--green) 100%);opacity:.22;}
.hero-slide-visual{flex:1 1 460px;align-self:stretch;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:200px;padding:22px;background:var(--bg-soft);border:1px solid var(--line);}
.hero-slide-visual::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(135deg,var(--line) 0,var(--line) 1px,transparent 1px,transparent 16px);pointer-events:none;}
.hero-slide-visual::after{content:"";position:absolute;top:0;left:-16%;width:9%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.45),transparent);transform:skewX(-20deg);animation:nobelShineSweep 5s ease-in-out infinite;pointer-events:none;z-index:2;}
.hero-slide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%;position:relative;z-index:1;}
.hero-slide-btn{display:flex;align-items:center;gap:0;border-radius:100px;padding:4px 18px 4px 4px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 16px -8px rgba(11,14,51,.3);position:relative;}
.hero-slide-btn:hover{transform:translateY(-2px);box-shadow:0 12px 22px -8px rgba(11,14,51,.4);}
.hero-slide-btn-ic{width:34px;height:34px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex:none;margin-right:12px;}
.hero-slide-btn-ic .icon{width:16px;height:16px;}
.hero-slide-btn span:last-child{font-family:var(--ff-head);font-size:12px;font-weight:800;color:#fff;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.hero-slide-visual.is-navy .hero-slide-btn{background:var(--navy);}
.hero-slide-visual.is-navy .hero-slide-btn-ic .icon{color:var(--navy);}
.hero-slide-visual.is-green .hero-slide-btn{background:var(--green-deep);}
.hero-slide-visual.is-green .hero-slide-btn-ic .icon{color:var(--green-deep);}
.hero-slide-visual.is-orange .hero-slide-btn{background:#c76a1c;}
.hero-slide-visual.is-orange .hero-slide-btn-ic .icon{color:#c76a1c;}
.hero-slide-visual-empty{width:64px;height:64px;border-radius:16px;background:var(--bg-soft-2);display:flex;align-items:center;justify-content:center;position:relative;z-index:1;}
.hero-slide-visual-empty .icon{width:30px;height:30px;color:var(--navy);}
.hero-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;color:var(--navy);transition:border-color .2s,color .2s,transform .2s;}
.hero-slider-arrow:hover{border-color:var(--green);color:var(--green-deep);transform:translateY(-50%) scale(1.06);}
.hero-slider-arrow .icon{width:18px;height:18px;}
.hero-slider-arrow.is-prev{left:-22px;}
.hero-slider-arrow.is-prev .icon{transform:rotate(180deg);}
.hero-slider-arrow.is-next{right:-22px;}
.hero-slider-dots{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:22px;}
.hero-slider-dot{width:9px;height:9px;border-radius:50%;background:var(--line);transition:background .2s ease,width .2s ease;}
.hero-slider-dot.is-active{background:var(--green);width:26px;border-radius:5px;}

/* ===================== MENU BAND (slider altı ana menü şeridi) ===================== */
.menu-band{background:var(--navy);position:relative;overflow:hidden;}
.menu-band-row{display:grid;}
.menu-band-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;padding:24px 16px;border-left:1px dashed rgba(255,255,255,.15);transition:background .2s ease;background:var(--navy);}
.menu-band-item:first-child{border-left:none;}
.menu-band-item:nth-child(even){background:#1e2770;}
.menu-band-item:hover{background:rgba(255,255,255,.14);}

/* Soldan sağa akan tek, ince parlama şeridi — en soldan başlayıp en sağda biten
   TEK bir animasyon; slider paneli (.hero-slide-visual::after, yukarıda) ile
   aynı @keyframes'ı paylaşır. */
.menu-band::after{content:"";position:absolute;top:0;left:-16%;width:6%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.45),transparent);transform:skewX(-20deg);animation:nobelShineSweep 5s ease-in-out infinite;pointer-events:none;z-index:2;}
@keyframes nobelShineSweep{0%{left:-16%;}55%,100%{left:116%;}}
@media (prefers-reduced-motion:reduce){
	.hero-slide-visual::after,
	.menu-band::after{animation:none;display:none;}
}
.menu-band-ic{width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:#fff;}
.menu-band-ic .icon{width:22px;height:22px;stroke-width:1.5;}
.menu-band-item strong{font-family:var(--ff-head);font-weight:800;font-size:12.5px;letter-spacing:.03em;text-transform:uppercase;color:#fff;}
.menu-band-desc{font-size:11.5px;color:#c7cae8;line-height:1.5;max-width:180px;}

/* ===================== CERTIFICATE CATEGORIES (slider altı 4'lü vitrin) ===================== */
.cert-categories{padding:56px 0 64px;}
.cert-categories .section-head.center{max-width:900px;margin-bottom:44px;}
.cert-grid{display:grid;gap:20px;align-items:stretch;}
.cert-grid-iso{grid-template-columns:1fr;margin-bottom:20px;}
.cert-grid-others{grid-template-columns:repeat(3,1fr);}
.cert-chip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px 16px;margin-bottom:22px;}
.cert-chip-grid .cert-chip{width:100%;}
.cert-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--line);border-top:4px solid var(--line);border-radius:var(--radius-lg);padding:28px 26px;transition:transform .2s ease,box-shadow .2s ease;}
.cert-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);}
.cert-card-ic{width:56px;height:56px;border-radius:14px;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
.cert-card-ic .icon{width:26px;height:26px;}
.cert-card h3{font-size:18px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--line);}
.cert-chip-list{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-bottom:22px;min-width:0;}
.cert-chip{display:inline-flex;align-items:center;max-width:100%;padding:3px 14px 3px 3px;border-radius:100px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 6px 14px -8px rgba(11,14,51,.35);}
.cert-chip:hover{transform:translateY(-2px);box-shadow:0 10px 18px -8px rgba(11,14,51,.45);}
.cert-chip-ic{width:26px;height:26px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex:none;margin-right:9px;}
.cert-chip-ic .icon{width:13px;height:13px;}
.cert-chip span:last-child{font-family:var(--ff-head);font-size:11.5px;font-weight:800;color:#fff;}
.cert-more{display:inline-flex;align-items:center;font-family:var(--ff-head);font-weight:800;font-size:12.5px;color:#fff;padding:9px 5px 9px 16px;border-radius:100px;margin-top:auto;align-self:flex-start;transition:transform .2s ease;}
.cert-more:hover{transform:translateY(-2px);color:#fff;}
.cert-more .icon{width:13px;height:13px;padding:6px;box-sizing:content-box;border-radius:50%;background:rgba(0,0,0,.15);margin-left:8px;}

.cert-card-navy{border-top-color:var(--navy);}
.cert-card-navy .cert-card-ic{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 100%);}
.cert-card-navy .cert-chip,.cert-card-navy .cert-more{background:var(--navy);}
.cert-card-navy .cert-chip-ic .icon{color:var(--navy);}
.cert-card-green{border-top-color:var(--green);}
.cert-card-green .cert-card-ic{background:linear-gradient(135deg,var(--green) 0%,var(--green-deep) 100%);}
.cert-card-green .cert-chip,.cert-card-green .cert-more{background:var(--green-deep);}
.cert-card-green .cert-chip-ic .icon{color:var(--green-deep);}
.cert-card-orange{border-top-color:#c76a1c;}
.cert-card-orange .cert-card-ic{background:linear-gradient(135deg,#e08a3c 0%,#c76a1c 100%);}
.cert-card-orange .cert-chip,.cert-card-orange .cert-more{background:#c76a1c;}
.cert-card-orange .cert-chip-ic .icon{color:#c76a1c;}
.cert-card-red{border-top-color:#b3261e;}
.cert-card-red .cert-card-ic{background:linear-gradient(135deg,#d1453b 0%,#b3261e 100%);}
.cert-card-red .cert-chip,.cert-card-red .cert-more{background:#b3261e;}
.cert-card-red .cert-chip-ic .icon{color:#b3261e;}

/* ===================== SHOWCASE (Belgelendirme / Eğitim / Danışmanlık) ===================== */
.showcase{padding:96px 0;}
.showcase.bg-soft{background:var(--bg-soft);}
.bg-soft{background:var(--bg-soft);}
.showcase .section-head.center{max-width:720px;}
/* ===================== SHOWCASE BUTTON ROW (Vitrin Menü Öğeleri, soldan sağa) ===================== */
.showcase-btn-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px 24px;max-width:1100px;margin:0 auto;}
.showcase-btn{display:flex;align-items:center;gap:10px;transition:transform .2s ease;}
.showcase-btn:hover{transform:translateX(4px);}
.showcase-btn:hover span:last-child{color:var(--green-deep);}
.showcase-btn-ic{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex:none;color:#fff;}
.showcase-btn-ic .icon{width:14px;height:14px;}
.showcase-btn span:last-child{font-family:var(--ff-head);font-weight:700;font-size:13px;color:var(--navy-ink);}
.showcase-btn-ic.is-navy{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 100%);}
.showcase-btn-ic.is-green{background:linear-gradient(135deg,var(--green) 0%,var(--green-deep) 100%);}
.showcase-btn-ic.is-orange{background:linear-gradient(135deg,#e08a3c 0%,#c76a1c 100%);}
.showcase-btn-ic.is-red{background:linear-gradient(135deg,#d1453b 0%,#b3261e 100%);}
.showcase-cta{text-align:center;margin-top:40px;}

/* ===================== CATEGORY PAGE CARDS (Belgelendirme/Danışmanlık/Eğitimler, sidebar layout) ===================== */
.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.category-card{position:relative;display:flex;align-items:flex-start;gap:14px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--line);border-radius:var(--radius-md);padding:20px 22px;transition:transform .2s ease,box-shadow .2s ease;}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);}
.category-card-ic{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:none;}
.category-card-ic .icon{width:21px;height:21px;}
.category-card-divider{width:2px;align-self:stretch;border-radius:2px;flex:none;opacity:.5;}
.category-card-body{min-width:0;}
.category-card-body h3{font-size:15.5px;margin-bottom:6px;line-height:1.35;}
.category-card-body p{font-size:13px;}
.category-card a.stretched{position:absolute;inset:0;}
.category-card-navy{border-left-color:var(--navy);}
.category-card-navy .category-card-ic{background:var(--navy-tint);color:var(--navy);}
.category-card-navy .category-card-divider{background:var(--navy);}
.category-card-green{border-left-color:var(--green);}
.category-card-green .category-card-ic{background:var(--green-tint);color:var(--green-deep);}
.category-card-green .category-card-divider{background:var(--green);}
.category-card-red{border-left-color:#b3261e;}
.category-card-red .category-card-ic{background:#fdeceb;color:#b3261e;}
.category-card-red .category-card-divider{background:#b3261e;}

/* ===================== PROCESS ===================== */
.process{padding:96px 0;}
.process-track{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.process-step{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px 24px;transition:transform .25s ease,box-shadow .25s ease;}
.process-step:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);}
.process-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
.process-ic{width:52px;height:52px;border-radius:15px;display:flex;align-items:center;justify-content:center;flex:none;}
.process-ic .icon{width:25px;height:25px;}
.process-num{font-family:var(--ff-head);font-weight:800;font-size:13px;color:var(--text-soft);width:26px;height:26px;border-radius:50%;background:var(--bg-soft-2);display:flex;align-items:center;justify-content:center;flex:none;}
.process-step h3{font-size:17px;margin-bottom:8px;}
.process-step p{font-size:13.5px;}
.process-step-1 .process-ic{background:var(--navy-tint);color:var(--navy);}
.process-step-2 .process-ic{background:var(--green-tint);color:var(--green-deep);}
.process-step-3 .process-ic{background:#fdeee0;color:#c76a1c;}

/* ===================== ABOUT ===================== */
.about{padding:96px 0;background:var(--bg-soft);}
.about-intro{max-width:760px;margin:0 auto 28px;}
.about-intro p{font-size:16px;margin-bottom:14px;}
.about-intro p:last-child{margin-bottom:0;}
.about-cta{text-align:center;margin-bottom:56px;}
.about-mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:900px;margin:0 auto;}
.about-mv-card{background:#fff;border:1px solid var(--line);border-top:4px solid var(--line);border-radius:var(--radius-lg);padding:32px 30px;}
.about-mv-card-ic{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#fff;}
.about-mv-card-ic .icon{width:24px;height:24px;}
.about-mv-card h3{font-size:19px;margin-bottom:10px;}
.about-mv-card p{font-size:14.5px;}
.about-mv-card.is-navy{border-top-color:var(--navy);}
.about-mv-card.is-navy .about-mv-card-ic{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 100%);}
.about-mv-card.is-green{border-top-color:var(--green);}
.about-mv-card.is-green .about-mv-card-ic{background:linear-gradient(135deg,var(--green) 0%,var(--green-deep) 100%);}
.about-values-head{margin-top:64px;}

.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.value-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:26px 24px;transition:transform .2s,box-shadow .2s;}
.value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm);}
.value-card .ic{width:44px;height:44px;border-radius:12px;background:var(--bg-soft-2);color:var(--navy);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.value-card .ic .icon{width:21px;height:21px;}
.value-card h3{font-size:16px;margin-bottom:6px;}
.value-card p{font-size:13.5px;}

/* ===================== SECTORS ===================== */
.sectors{padding:96px 0;}
.sector-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;}
.sector-card{border:1px solid var(--line);border-radius:var(--radius-md);padding:26px 14px;text-align:center;transition:transform .2s,box-shadow .2s,border-color .2s;}
.sector-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm);border-color:transparent;}
.sector-card .ic{width:52px;height:52px;border-radius:14px;background:var(--bg-soft-2);color:var(--navy);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;}
.sector-card .ic .icon{width:25px;height:25px;}
.sector-card span{font-family:var(--ff-head);font-weight:700;font-size:13.5px;color:var(--navy-ink);display:block;}
.sector-card small{display:block;margin-top:5px;font-size:11.5px;color:var(--text-soft);font-weight:500;}

/* ===================== STATS BAND ===================== */
.stats-band{background:linear-gradient(120deg,var(--navy-deep) 0%,var(--navy) 100%);padding:70px 0;position:relative;overflow:hidden;}
.stats-band::before{content:"";position:absolute;inset:0;opacity:.25;background-image:radial-gradient(rgba(255,255,255,.18) 1px,transparent 1px);background-size:24px 24px;}
.stats-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center;}
.stat-item{padding:0 10px;border-right:1px solid rgba(255,255,255,.14);}
.stat-item:last-child{border-right:none;}
.stat-item .ic{width:46px;height:46px;border-radius:13px;background:rgba(255,255,255,.1);color:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
.stat-item .ic .icon{width:22px;height:22px;}
.stat-num{font-family:var(--ff-head);font-weight:800;font-size:clamp(32px,4vw,44px);color:#fff;display:flex;align-items:baseline;justify-content:center;gap:2px;}
.stat-num .plus{color:var(--green);font-size:.6em;}
.stat-item span.label{display:block;color:#b7bbe0;font-size:13.5px;margin-top:6px;}

/* ===================== TESTIMONIALS ===================== */
.testimonials{padding:96px 0;background:var(--bg-soft);}
.t-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.t-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:30px 26px;display:flex;flex-direction:column;}
.t-stars{display:flex;gap:3px;margin-bottom:18px;color:#f0a93a;}
.t-stars .icon{width:16px;height:16px;fill:#f0a93a;stroke:none;}
.t-stars .icon.is-empty{fill:var(--line);}
.t-quote-ic{width:30px;height:30px;color:var(--line);margin-bottom:10px;}
.t-card p.quote{font-size:14.5px;color:var(--text);margin-bottom:22px;flex:1;}
.t-person{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--line);}
.t-avatar{width:44px;height:44px;border-radius:50%;background:var(--navy-tint);color:var(--navy);display:flex;align-items:center;justify-content:center;font-family:var(--ff-head);font-weight:800;font-size:15px;flex:none;}
.t-person strong{display:block;font-family:var(--ff-head);font-size:14px;color:var(--navy-ink);}
.t-person span{font-size:12.5px;color:var(--text-soft);}

/* ===================== BLOG ===================== */
.blog{padding:96px 0;}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.blog-card{border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s,box-shadow .2s;position:relative;}
.blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);}
.blog-thumb{min-height:170px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 100%);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.blog-thumb img{width:100%;height:auto;}
.blog-thumb::before{content:"";position:absolute;inset:0;opacity:.3;background-image:radial-gradient(rgba(255,255,255,.2) 1px,transparent 1px);background-size:18px 18px;}
.thumb-fallback-art{position:absolute;inset:0;width:100%;height:100%;display:block;}
.blog-thumb-title{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:28px 14px 14px;background:linear-gradient(0deg,rgba(11,14,51,.92) 0%,rgba(11,14,51,0) 100%);display:flex;align-items:flex-end;gap:8px;}
.blog-thumb-ic{width:24px;height:24px;border-radius:7px;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;flex:none;}
.blog-thumb-ic .icon{width:12px;height:12px;color:#fff;stroke-width:1.6;position:static;}
.blog-thumb-title h3{font-size:13.5px;color:#fff;line-height:1.35;margin:0;}
.blog-date{position:absolute;top:14px;left:14px;background:#fff;border-radius:10px;padding:6px 10px;text-align:center;font-family:var(--ff-head);line-height:1.1;box-shadow:var(--shadow-sm);z-index:2;}
.blog-date strong{display:block;font-size:15px;color:var(--navy-ink);}
.blog-date span{display:block;font-size:9.5px;color:var(--text-soft);text-transform:uppercase;letter-spacing:.04em;}
.blog-body{padding:16px 18px 20px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;}
.blog-cat{font-size:11px;font-weight:700;color:var(--green-deep);text-transform:uppercase;letter-spacing:.05em;}
.blog-excerpt{font-size:13px;color:var(--text-muted);line-height:1.55;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin:0;}
.blog-more{display:inline-flex;align-items:center;font-family:var(--ff-head);font-weight:800;font-size:11px;color:#fff;background:var(--green-deep);padding:7px 4px 7px 13px;border-radius:100px;white-space:nowrap;flex:none;transition:transform .2s ease;}
.blog-more:hover{transform:translateY(-2px);color:#fff;}
.blog-more .icon{width:11px;height:11px;padding:5px;box-sizing:content-box;border-radius:50%;background:rgba(0,0,0,.15);margin-left:7px;}
.blog-foot{text-align:center;margin-top:44px;}
.blog-card a.stretched{position:absolute;inset:0;z-index:1;}

/* ===================== FAQ ===================== */
.faq{padding:96px 0;background:var(--bg-soft);}
.faq-list{display:flex;flex-direction:column;gap:14px;max-width:900px;margin:0 auto;}
.faq-list-columns{display:block;columns:2;column-gap:22px;}
.faq-list-columns .faq-item{break-inside:avoid;margin-bottom:14px;}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;}
.faq-item summary{list-style:none;cursor:pointer;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:var(--ff-head);font-weight:700;font-size:15px;color:var(--navy-ink);}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary .plus{width:28px;height:28px;border-radius:50%;background:var(--bg-soft-2);display:flex;align-items:center;justify-content:center;flex:none;transition:transform .25s,background .25s;}
.faq-item summary .plus .icon{width:14px;height:14px;color:var(--navy);}
.faq-item[open] summary .plus{background:var(--green);transform:rotate(45deg);}
.faq-item[open] summary .plus .icon{color:#fff;}
.faq-body{padding:0 22px 22px;font-size:14.5px;color:var(--text-muted);}

/* ===================== CTA BANNER ===================== */
.cta-banner{background:linear-gradient(120deg,var(--navy-deep),var(--navy));border-radius:var(--radius-xl);margin:0 auto;max-width:var(--container);padding:56px 60px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden;}
.cta-banner::before{content:"";position:absolute;width:320px;height:320px;background:var(--green);opacity:.28;filter:blur(70px);border-radius:50%;top:-100px;right:-60px;}
.cta-banner h3{color:#fff;font-size:clamp(22px,2.6vw,30px);margin-bottom:10px;position:relative;}
.cta-banner p{color:#c7cae8;font-size:15px;position:relative;}
.cta-actions{display:flex;align-items:center;gap:14px;flex:none;position:relative;flex-wrap:wrap;}

/* ===================== CONTACT ===================== */
.contact{padding:96px 0;}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;}
.contact-cards{display:flex;flex-direction:column;gap:16px;}
.contact-card{border:1px solid var(--line);border-radius:var(--radius-md);padding:22px;display:flex;gap:16px;align-items:flex-start;transition:box-shadow .2s,transform .2s;}
.contact-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-3px);}
.contact-card .ic{width:46px;height:46px;border-radius:12px;background:var(--navy-tint);color:var(--navy);display:flex;align-items:center;justify-content:center;flex:none;}
.contact-card:nth-child(2) .ic{background:var(--green-tint);color:var(--green-deep);}
.contact-card .ic .icon{width:22px;height:22px;}
.contact-card h3{font-size:14.5px;margin-bottom:4px;}
.contact-card p,.contact-card a{font-size:14.5px;color:var(--text-muted);}
.company-cards-band{padding:56px 0 0;}
.company-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
@media (max-width:768px){.company-cards-grid{grid-template-columns:1fr;}}
.contact-map{margin-top:6px;border-radius:var(--radius-md);background:var(--navy-tint);min-height:200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:var(--navy);overflow:hidden;}
.contact-map iframe{width:100%;height:260px;border:0;}
.contact-map .icon{width:34px;height:34px;}
.contact-map span{font-size:12.5px;color:var(--text-soft);text-align:center;padding:0 30px;}

/* dedicated İletişim / Teklif Al pages */
.contact-page{padding-top:76px;}
.map-feature{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--line);min-height:420px;}
.map-feature iframe{width:100%;height:100%;min-height:420px;border:0;display:block;}
.map-feature-badge{position:absolute;left:20px;bottom:20px;background:#fff;border-radius:14px;box-shadow:var(--shadow-md);padding:12px 18px;display:flex;align-items:center;gap:10px;max-width:calc(100% - 40px);}
.map-feature-badge .ic{width:34px;height:34px;border-radius:10px;background:var(--green-tint);color:var(--green-deep);display:flex;align-items:center;justify-content:center;flex:none;}
.map-feature-badge .ic .icon{width:17px;height:17px;}
.map-feature-badge span:last-child{font-family:var(--ff-head);font-weight:700;font-size:13px;color:var(--navy-ink);}
.map-feature-empty{border-radius:var(--radius-xl);min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:var(--navy-tint);color:var(--navy);text-align:center;padding:30px;}
.map-feature-empty .icon{width:34px;height:34px;}
.map-feature-empty span{font-size:12.5px;color:var(--text-soft);}
@media (max-width:1080px){.map-feature{min-height:320px;}.map-feature iframe{min-height:320px;}}

.contact-form{border:1px solid var(--line);border-radius:var(--radius-xl);padding:40px;background:#fff;box-shadow:var(--shadow-sm);}
.contact-form h3{font-size:22px;margin-bottom:6px;}
.contact-form>p{font-size:14px;margin-bottom:26px;}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
.form-field{display:flex;flex-direction:column;gap:8px;}
.form-field.full{grid-column:1/-1;}
.form-field label{font-size:12.5px;font-weight:700;color:var(--navy-ink);font-family:var(--ff-head);}
.form-field input,.form-field select,.form-field textarea{border:1.5px solid var(--line);border-radius:10px;padding:13px 15px;font-size:14.5px;transition:border-color .2s;width:100%;}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--green);}
.form-field textarea{resize:vertical;min-height:110px;}

/* ===================== CONTENT + SIDEBAR LAYOUT ===================== */
.content-wrap{padding:72px 0;}
.content-sidebar-wrap{display:grid;grid-template-columns:1fr 340px;gap:50px;align-items:start;}
.content-sidebar-wrap > div,.content-sidebar-wrap > aside{min-width:0;}
.content-sidebar-wrap.no-sidebar{grid-template-columns:1fr;max-width:820px;margin:0 auto;}
main#primary{min-width:0;}

/* entry / editor content */
.entry-content{font-size:16.5px;color:var(--text);line-height:1.85;}
.entry-content > *{margin-top:0;margin-bottom:1.3em;}
.entry-content > *:last-child{margin-bottom:0;}
.entry-content p{color:var(--text);}
.entry-content ul,.entry-content ol{padding-left:1.4em;color:var(--text);}
.entry-content ul{list-style:disc;}
.entry-content ol{list-style:decimal;}
.entry-content li+li{margin-top:.4em;}
.entry-content h2{font-size:28px;margin-top:1.9em;margin-bottom:.75em;}
.entry-content h3{font-size:22px;margin-top:1.6em;margin-bottom:.6em;}
.entry-content h4{font-size:18px;margin-top:1.4em;margin-bottom:.5em;}
.entry-content h5{font-size:16px;margin-top:1.3em;margin-bottom:.5em;}
.entry-content > h2:first-child,.entry-content > h3:first-child,.entry-content > h4:first-child,.entry-content > h5:first-child{margin-top:0;}
.entry-content a{color:var(--green-deep);text-decoration:underline;text-underline-offset:3px;}
.entry-content blockquote{border-left:4px solid var(--green);padding:14px 22px;background:var(--bg-soft);border-radius:0 12px 12px 0;color:var(--navy-ink);font-style:italic;}
.entry-content img{border-radius:var(--radius-md);}
.entry-content table{margin:1.4em 0;}
.entry-content table th,.entry-content table td{border:1px solid var(--line);padding:10px 14px;text-align:left;font-size:14.5px;}
.entry-content table th{background:var(--bg-soft);font-family:var(--ff-head);}
.entry-header{margin-bottom:32px;}
.entry-title{font-size:clamp(26px,3.4vw,40px);margin-bottom:14px;}
.entry-meta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:13.5px;color:var(--text-soft);margin-bottom:28px;}
.entry-meta a{color:var(--text-soft);}
.entry-meta a:hover{color:var(--green-deep);}
.entry-meta-cat,.entry-meta a.entry-meta-cat,.entry-meta a.entry-meta-cat:hover{font-family:var(--ff-head);font-weight:700;font-size:12px;letter-spacing:.03em;text-transform:uppercase;color:var(--green-deep);background:var(--green-tint);padding:5px 12px;border-radius:100px;}
.entry-meta-badge,.entry-meta a.entry-meta-badge,.entry-meta a.entry-meta-badge:hover{display:inline-flex;align-items:center;gap:6px;font-family:var(--ff-head);font-weight:700;font-size:12px;letter-spacing:.03em;text-transform:uppercase;color:var(--green-deep);background:var(--green-tint);padding:5px 12px;border-radius:100px;}
.entry-meta-badge .icon{width:14px;height:14px;color:var(--green-deep);stroke-width:2;}
.entry-thumbnail{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:32px;}
.entry-thumbnail img{width:100%;height:auto;}
.entry-thumbnail-fallback{position:relative;min-height:300px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 100%);}
.entry-thumbnail-fallback-title{position:relative;z-index:1;max-width:82%;text-align:center;color:#fff;font-family:var(--ff-head);font-weight:800;font-size:clamp(20px,2.6vw,30px);line-height:1.4;letter-spacing:-.01em;padding:20px 26px;background:rgba(11,14,51,.4);border-radius:var(--radius-md);}

/* ===================== AUTHOR PAGE ===================== */
.author-header-row{display:flex;align-items:center;gap:24px;margin-top:20px;flex-wrap:wrap;}
.author-avatar{width:96px;height:96px;border-radius:50%;overflow:hidden;flex:none;background:rgba(255,255,255,.1);}
.author-avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.author-header .author-title{color:#c7cae8;font-size:15px;margin:4px 0 12px;max-width:none;}
.author-linkedin{display:inline-flex;align-items:center;gap:8px;font-family:var(--ff-head);font-weight:700;font-size:13px;color:#fff;background:rgba(255,255,255,.12);padding:8px 16px;border-radius:100px;transition:background .2s;}
.author-linkedin:hover{background:rgba(255,255,255,.22);color:#fff;}
.author-linkedin .icon{width:16px;height:16px;}
.author-bio{max-width:760px;margin:0 auto 48px;font-size:15.5px;color:var(--text-muted);line-height:1.7;text-align:center;}
.author-creds{margin-bottom:56px;}
.author-creds h2{font-size:20px;margin-bottom:20px;text-align:center;}
.author-creds-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px 20px;max-width:1000px;margin:0 auto;}
.author-cred-item{display:flex;align-items:center;gap:10px;transition:transform .2s ease;}
.author-cred-item:hover{transform:translateX(4px);}
.author-cred-item:hover span:last-child{color:var(--green-deep);}
.author-cred-ic{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex:none;color:#fff;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 100%);}
.author-cred-ic .icon{width:14px;height:14px;}
.author-cred-item span:last-child{font-family:var(--ff-head);font-weight:700;font-size:13px;color:var(--navy-ink);}
.author-posts-heading{font-size:22px;text-align:center;margin-bottom:32px;}
@media (max-width:1080px){
  .author-creds-list{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:480px){
  .author-header-row{flex-direction:column;text-align:center;}
  .author-creds-list{grid-template-columns:1fr;}
}

/* table of contents */
.toc-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);margin-bottom:36px;overflow:hidden;}
.toc-box summary{list-style:none;cursor:pointer;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--bg-soft);}
.toc-box summary::-webkit-details-marker{display:none;}
.toc-label{font-family:var(--ff-head);font-weight:700;font-size:15px;color:var(--navy-ink);margin:0;}
.toc-toggle{width:28px;height:28px;border-radius:50%;background:var(--bg-soft-2);color:var(--navy);display:flex;align-items:center;justify-content:center;flex:none;transition:transform .25s ease;}
.toc-toggle .icon{width:14px;height:14px;}
.toc-box[open] summary .toc-toggle{transform:rotate(180deg);}
.toc-columns{padding:20px 24px 22px;columns:2;column-gap:32px;}
.toc-item{margin:0 0 9px;break-inside:avoid;font-size:14px;line-height:1.5;}
.toc-item a{display:flex;align-items:baseline;gap:9px;color:var(--text-muted);transition:color .2s,padding-left .2s;}
.toc-item a:hover{color:var(--green-deep);padding-left:3px;}
.toc-dot{width:6px;height:6px;border-radius:50%;background:var(--line);flex:none;transition:background .2s;}
.toc-item a:hover .toc-dot{background:var(--green);}
.toc-item.toc-level-2{font-weight:700;}
.toc-item.toc-level-2 a{color:var(--navy-ink);}
.toc-item.toc-level-2 .toc-dot{width:7px;height:7px;background:var(--green);}
.toc-item.toc-level-3{padding-left:16px;}
.toc-item.toc-level-4{padding-left:30px;font-size:13px;}
.toc-item.toc-level-5{padding-left:44px;font-size:12.5px;color:var(--text-soft);}
@media (max-width:640px){.toc-columns{columns:1;}}
.alignleft{float:left;margin:.3em 1.5em 1em 0;}
.alignright{float:right;margin:.3em 0 1em 1.5em;}
.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.alignwide{max-width:calc(100% + 160px);margin-left:-80px;}
.alignfull{max-width:100vw;}
.wp-caption{max-width:100%;}
.wp-caption-text{font-size:12.5px;color:var(--text-soft);margin-top:6px;}
.sticky{position:relative;}

/* sidebar widgets */
#secondary .widget{margin-bottom:20px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:22px;transition:transform .2s ease,box-shadow .2s ease;}
#secondary .widget:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm);}
#secondary .widget-title{font-family:var(--ff-head);font-size:15px;color:var(--navy-ink);margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--line);}
#secondary .widget ul{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-direction:column;gap:16px;}
#secondary .widget ul li{position:relative;display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-left:4px solid var(--navy);border-radius:var(--radius-lg);padding:16px 20px 16px 84px;font-family:var(--ff-head);font-weight:700;font-size:14.5px;color:var(--navy-ink);}
#secondary .widget ul li::before{content:"";position:absolute;left:20px;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:14px;background-color:var(--navy-tint);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23242f7f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:18px;}
#secondary .widget ul li::after{content:"";position:absolute;left:66px;top:14px;bottom:14px;width:2px;background:var(--navy);opacity:.5;border-radius:2px;}
#secondary .widget ul li a{color:inherit;transition:color .2s;}
#secondary .widget ul li a:hover{color:var(--green-deep);}
.widget_search .search-form{display:flex;gap:8px;}
.widget_search input[type="search"]{flex:1;border:1.5px solid var(--line);border-radius:10px;padding:11px 14px;font-size:14px;}
.widget_search button{background:var(--navy);color:#fff;border-radius:10px;padding:0 16px;}
.sidebar-cta{position:relative;background:linear-gradient(160deg,var(--navy),var(--navy-deep));border-radius:var(--radius-md);padding:26px;color:#fff;text-align:center;}
.sidebar-cta-ic{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.12);color:#fff;margin-bottom:14px;}
.sidebar-cta-ic .icon{width:20px;height:20px;}
.sidebar-cta h4{color:#fff;font-size:16px;margin-bottom:8px;}
.sidebar-cta p{color:#c7cae8;font-size:13.5px;margin-bottom:16px;}

/* pagination */
.pagination,.nav-links{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:50px;flex-wrap:wrap;}
.pagination .page-numbers,.nav-links .page-numbers{min-width:42px;height:42px;padding:0 10px;border-radius:10px;border:1.5px solid var(--line);display:flex;align-items:center;justify-content:center;font-family:var(--ff-head);font-weight:700;font-size:14px;color:var(--navy-ink);transition:.2s;}
.pagination .page-numbers.current,.nav-links .page-numbers.current{background:var(--navy);border-color:var(--navy);color:#fff;}
.pagination .page-numbers:hover,.nav-links .page-numbers:hover{border-color:var(--navy);}

/* comments */
.comments-area{margin-top:60px;}
.comments-title{font-size:22px;margin-bottom:26px;}
.comment-list{list-style:none;}
.comment-list .comment{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid var(--line);}
.comment-list .children{list-style:none;margin-left:40px;}
.comment-list img.avatar{border-radius:50%;flex:none;}
.comment-author{font-family:var(--ff-head);font-weight:700;font-size:14.5px;color:var(--navy-ink);}
.comment-metadata{font-size:12.5px;color:var(--text-soft);margin-bottom:8px;}
.comment-content p{font-size:14.5px;}
.comment-reply-link{display:inline-block;margin-top:8px;font-size:13px;font-weight:700;color:var(--green-deep);}
.comment-respond{margin-top:36px;background:var(--bg-soft);border-radius:var(--radius-md);padding:30px;}
.comment-form p{margin-bottom:16px;}
.comment-form label{display:block;font-size:12.5px;font-weight:700;color:var(--navy-ink);font-family:var(--ff-head);margin-bottom:6px;}
.comment-form input:not([type=submit]),.comment-form textarea{width:100%;border:1.5px solid var(--line);border-radius:10px;padding:12px 14px;font-size:14.5px;}
.comment-form textarea{min-height:120px;}

/* 404 / search */
.error-404,.search-no-results{padding:110px 0;text-align:center;}
.error-404 .code{font-family:var(--ff-head);font-weight:800;font-size:clamp(60px,10vw,140px);color:var(--navy-tint);line-height:1;}
.error-404 h1{font-size:28px;margin:10px 0 14px;}
.error-404 p{max-width:460px;margin:0 auto 30px;}

/* ===================== FOOTER ===================== */
footer.site-footer{background:var(--navy-ink);color:#c7cae8;padding-top:76px;}
.footer-grid{display:grid;grid-template-columns:1.3fr .9fr .9fr 1.1fr;gap:40px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.1);}
.footer-brand img{display:block;height:auto!important;width:auto!important;max-height:52px!important;max-width:230px!important;object-fit:contain!important;margin-bottom:18px;background:#fff;padding:8px 12px;border-radius:10px;}
.footer-brand p{color:#9fa3cb;font-size:14px;margin-bottom:22px;max-width:280px;}
.footer-socials{display:flex;gap:10px;}
.footer-socials a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;}
.footer-socials a:hover{background:var(--green);transform:translateY(-2px);}
.footer-socials .icon{width:16px;height:16px;color:#fff;}
.site-footer h4,.site-footer .widget-title{color:#fff;font-family:var(--ff-head);font-size:15px;margin-bottom:22px;padding-bottom:0;border-bottom:none;}
.site-footer .widget{background:transparent;border:none;padding:0;margin-bottom:0;}
.footer-links{display:flex;flex-direction:column;gap:13px;}
.footer-links ul{display:flex;flex-direction:column;gap:13px;list-style:none;}
.footer-links a,.site-footer .widget ul li a{display:flex;align-items:center;gap:10px;color:#9fa3cb;font-size:14px;transition:color .2s,padding-left .2s;}
.footer-links a:hover,.site-footer .widget ul li a:hover{color:#fff;padding-left:4px;}
.footer-link-ic{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:rgba(255,255,255,.08);color:var(--green);flex:none;}
.footer-link-ic .icon{width:13px;height:13px;}
.footer-links a:hover .footer-link-ic{background:var(--green);color:#fff;}
.site-footer .widget ul li{border-bottom:none;padding:6px 0;}
.site-footer .widget ul li a::before{content:"";width:26px;height:26px;border-radius:8px;background-color:rgba(255,255,255,.08);background-repeat:no-repeat;background-position:center;background-size:13px 13px;flex:none;transition:background-color .2s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235fae34' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");}
.site-footer .widget ul li a:hover::before{background-color:var(--green);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");}
.footer-contact{display:flex;flex-direction:column;gap:16px;margin-bottom:20px;}
.footer-contact li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#9fa3cb;}
.footer-contact .icon{width:18px;height:18px;color:var(--green);flex:none;margin-top:2px;}
.footer-bottom{padding:26px 0;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#8388b3;flex-wrap:wrap;gap:10px;}
.footer-bottom-links{display:flex;gap:22px;}
.footer-bottom-links a:hover{color:#fff;}

/* floating actions */
.floaters{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:12px;z-index:150;}
.floaters a,.floaters button{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);transition:transform .2s;}
.floaters a:hover,.floaters button:hover{transform:translateY(-3px) scale(1.04);}
.fl-whatsapp{background:#25D366;color:#fff;position:relative;z-index:1;}
.fl-whatsapp::before{content:"";position:absolute;inset:0;border-radius:50%;background:#25D366;z-index:-1;animation:nobelPulse 2.2s ease-out infinite;}
@keyframes nobelPulse{0%{transform:scale(1);opacity:.55;}100%{transform:scale(1.9);opacity:0;}}
@media (prefers-reduced-motion:reduce){.fl-whatsapp::before{animation:none;display:none;}}
.fl-call{background:var(--navy);color:#fff;}
.fl-top{background:#fff;border:1px solid var(--line);opacity:0;pointer-events:none;transition:opacity .25s,transform .2s,border-color .2s;}
.fl-top .icon{color:var(--green-deep);stroke-width:2.25;}
.fl-top:hover{border-color:var(--green);}
.fl-top.show{opacity:1;pointer-events:auto;}
.floaters .icon{width:24px;height:24px;}

/* ===================== RESPONSIVE ===================== */
@media (max-width:1080px){
  .about-mv-grid{grid-template-columns:1fr;}
  .hero-slide{padding:40px;gap:30px;}
  .hero-slide-visual{flex-basis:260px;min-height:180px;}
  .hero-slide-visual-empty{width:68px;height:68px;}
  .hero-slide-visual-empty .icon{width:32px;height:32px;}
  .cert-grid-others{grid-template-columns:repeat(2,1fr);}
  .cert-chip-grid{grid-template-columns:repeat(2,1fr);}
  .showcase-btn-row{grid-template-columns:repeat(2,1fr);}
  .process-track{grid-template-columns:repeat(2,1fr);}
  .sector-grid{grid-template-columns:repeat(3,1fr);}
  .stats-grid{grid-template-columns:repeat(2,1fr);row-gap:34px;}
  .stat-item:nth-child(2){border-right:none;}
  .t-grid{grid-template-columns:1fr;}
  .blog-grid{grid-template-columns:1fr 1fr;}
  .faq-list-columns{columns:1;}
  .contact-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;row-gap:40px;}
  .content-sidebar-wrap{grid-template-columns:1fr;}
}
@media (max-width:860px){
  .topbar{display:none;}
  .nav-main,.nav-phone{display:none;}
  .burger{display:flex;}
  .menu-band-row{grid-template-columns:1fr!important;}
  .menu-band-item{border-left:none;border-top:1px dashed rgba(255,255,255,.15);padding:26px 20px;}
  .menu-band-item:first-child{border-top:none;}
  .hero-slide{flex-direction:column;text-align:center;padding:32px 24px;gap:20px;}
  .hero-slide-copy{max-width:100%;flex:none;}
  .hero-slide-actions{justify-content:center;}
  .hero-slide-divider{display:none;}
  .hero-slide-visual{flex:none;width:100%;min-height:0;height:auto;padding:16px;}
  .hero-slide-visual-empty{width:56px;height:56px;}
  .hero-slide-visual-empty .icon{width:26px;height:26px;}
  .hero-slide-grid{grid-template-columns:1fr;gap:8px;}
  .hero-slide-btn-ic{width:30px;height:30px;margin-right:10px;}
  .hero-slider-arrow{width:38px;height:38px;}
  .hero-slider-arrow.is-prev{left:8px;}
  .hero-slider-arrow.is-next{right:8px;}
  .category-grid{grid-template-columns:1fr;}
  .process-track{grid-template-columns:1fr;gap:18px;}
  .values-grid{grid-template-columns:1fr 1fr;}
  .cta-banner{flex-direction:column;text-align:center;padding:44px 28px;}
  .form-grid{grid-template-columns:1fr;}
  .blog-grid{grid-template-columns:1fr;}
  .cert-grid-others{grid-template-columns:1fr;}
  .cert-chip-grid{grid-template-columns:1fr;}
  .showcase-btn-row{grid-template-columns:1fr;}
}
@media (max-width:560px){
  .sector-grid{grid-template-columns:1fr 1fr;}
  .stats-grid{grid-template-columns:1fr 1fr;}
  .values-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .cta-banner{border-radius:20px;}
}