/* EZEY Akademi 02 — VIP Dershane (navy + accent red) */
body{font-family:'Nunito',ui-sans-serif,system-ui,sans-serif;color:#1a1f36;background:#fff}
.navy{color:#1a3fad}.bg-navy{background:#1a3fad}
.orange{color:#e8232a}.bg-orange{background:#e8232a}
.bg-blue-brand{background:#1a3fad}.text-blue-brand{color:#1a3fad}
.border-blue-brand{border-color:#1a3fad}
.is-hidden{display:none!important}

/* Sticky VIP nav */
.ezey02-nav{
  position:sticky;top:0;z-index:200;
  background:rgba(255,255,255,.98);
  box-shadow:0 1px 0 #e5e5e7;
  border-bottom:1px solid var(--border,#e5e5e7);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
}
.ezey02-nav-in{
  max-width:1200px;margin:0 auto;padding:0 1.25rem;
  display:flex;align-items:center;gap:1rem;height:68px;
}
.ezey02-brand{display:flex;align-items:center;gap:.55rem;flex-shrink:0;text-decoration:none}
.ezey02-brand img{height:40px;width:auto;display:block}
.ezey02-brand-mark{
  width:36px;height:36px;border-radius:10px;display:grid;place-items:center;
  background:linear-gradient(135deg,#1a3fad,#0f2a7a);color:#fff;
}
.ezey02-brand-text{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:1.15rem;
  color:var(--text,#1a1f36);letter-spacing:-.02em;
}
.ezey02-brand-badge{
  background:var(--accent,#e8232a);color:#fff;font-size:.68rem;font-weight:800;
  padding:.2rem .45rem;border-radius:6px;letter-spacing:.02em;
}
.ezey02-links{flex:1;justify-content:center;align-items:center;gap:2px;flex-wrap:wrap}
.ezey02-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}
.ezey02-btn-login{
  padding:.5rem 1rem;border-radius:10px;font-size:.84rem;font-weight:600;
  border:1.5px solid var(--border,#e5e5e7);color:var(--text,#1a1f36);
  background:#fff;transition:.2s;text-decoration:none;
}
.ezey02-btn-login:hover{border-color:var(--navy,#1a3fad);color:var(--navy,#1a3fad)}
.ezey02-btn-cta{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.55rem 1.1rem;border-radius:10px;font-size:.84rem;font-weight:700;
  background:var(--accent,#e8232a);color:#fff;text-decoration:none;transition:.2s;white-space:nowrap;
}
.ezey02-btn-cta:hover{background:var(--accent2,#c8191f);transform:translateY(-1px);color:#fff}
.ezey02-hamburger{
  display:inline-flex;flex-direction:column;justify-content:center;gap:5px;
  background:none;border:1px solid var(--border,#e5e5e7);border-radius:10px;
  padding:.55rem .6rem;cursor:pointer;
}
.ezey02-hamburger span{display:block;width:20px;height:2px;background:var(--text,#1a1f36);border-radius:2px}

/* Secondary pages */
.ezey-legacy .container{max-width:75rem;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}
.ezey-legacy .page-hero{background:#f5f5f7;border-bottom:1px solid #e5e5e7;padding:2.5rem 0}
.ezey-legacy .page-hero h1{font-family:'Bricolage Grotesque',sans-serif;font-size:2.1rem;font-weight:800;color:#1a1f36}
.ezey-legacy .page-hero .lead,.ezey-legacy .page-hero p{color:#6e6e73;margin-top:.5rem}
.ezey-legacy .crumb{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6e6e73;margin-bottom:.75rem}
.ezey-legacy .crumb a{color:#6e6e73}
.ezey-legacy .section{padding:2.5rem 0}
.ezey-legacy .btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:12px;padding:.7rem 1.25rem;font-size:.875rem;font-weight:700;text-decoration:none;border:1px solid transparent;cursor:pointer}
.ezey-legacy .btn-primary,.ezey-legacy .btn.btn-primary{background:#e8232a;color:#fff}
.ezey-legacy .btn-primary:hover{background:#c8191f}
.ezey-legacy .btn-ghost{border-color:rgba(26,63,173,.25);color:#1a3fad;background:#fff}
.ezey-legacy .btn-teal{background:#1a3fad;color:#fff}
.ezey-legacy .btn-sm{padding:.45rem .9rem;font-size:.8125rem}
.ezey-legacy .btn-block{display:flex;justify-content:center;width:100%}
.ezey-legacy .input,.ezey-legacy input[type=text],.ezey-legacy input[type=email],.ezey-legacy input[type=password],.ezey-legacy input[type=number],.ezey-legacy input[type=search],.ezey-legacy select,.ezey-legacy textarea{width:100%;border:1px solid #e5e5e7;border-radius:10px;padding:.65rem .9rem;font-size:.875rem;background:#fff}
.ezey-legacy .card,.ezey-legacy .side-block{border:1px solid #e5e5e7;border-radius:14px;background:#fff;padding:1.25rem;margin-bottom:1rem}
.ezey-legacy .list-layout{display:grid;gap:1.5rem}
@media(min-width:992px){.ezey-legacy .list-layout{grid-template-columns:260px 1fr}}
.ezey-legacy .list-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}
.ezey-legacy .side-cats{display:flex;flex-direction:column;gap:.35rem}
.ezey-legacy .side-cat{display:flex;align-items:center;gap:.5rem;padding:.5rem .65rem;border-radius:.5rem;color:#334155;text-decoration:none;font-size:.875rem}
.ezey-legacy .side-cat.is-active,.ezey-legacy .side-cat:hover{background:#1a3fad;color:#fff}
.ezey-legacy .grid-courses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}
@media(min-width:768px){.ezey-legacy .grid-courses{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1200px){.ezey-legacy .grid-courses{grid-template-columns:repeat(4,minmax(0,1fr))}}
.ezey-legacy .alert{border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1rem}
.ezey-legacy .alert-success{background:#ecfdf5;color:#065f46}
.ezey-legacy .alert-danger{background:#fef2f2;color:#991b1b}
.ezey-legacy .alert-warning{background:#fffbeb;color:#92400e}
.ezey-legacy table{width:100%;border-collapse:collapse}
.ezey-legacy table th,.ezey-legacy table td{padding:.75rem;border-bottom:1px solid #e5e5e7;text-align:left;font-size:.875rem}

/* Mobile drawer */
.ezey-drawer{position:fixed;inset:0;z-index:80;pointer-events:none;opacity:0;transition:.2s}
.ezey-drawer.is-open{pointer-events:auto;opacity:1}
.ezey-drawer-backdrop{position:absolute;inset:0;background:rgba(10,26,78,.45)}
.ezey-drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(20rem,90vw);background:#fff;padding:1.25rem;overflow:auto;transform:translateX(100%);transition:.2s}
.ezey-drawer.is-open .ezey-drawer-panel{transform:none}

/* Desktop nav + mega menu (CMS — aynı yapı) */
.ezey-nav a,.ezey-nav button{white-space:nowrap}
.ezey-nav-link,.ezey-mega-trigger{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.45rem .75rem;border-radius:9px;border:none;background:transparent;
  font-size:.875rem;font-weight:600;color:#6e6e73;cursor:pointer;font-family:inherit;
  transition:background .15s,color .15s
}
.ezey-nav-link i,.ezey-mega-trigger i:first-child{font-size:1.05rem;opacity:.75}
.ezey-nav-link:hover,.ezey-mega-trigger:hover,.ezey-mega-wrap.is-open .ezey-mega-trigger,
.ezey-nav-link.is-active,.ezey-mega-trigger.is-active{background:#f0f5ff;color:#1a3fad}
.ezey-mega-caret{font-size:.7rem;transition:transform .2s;opacity:.7}
.ezey-mega-wrap{position:relative}
.ezey-mega-wrap.is-open .ezey-mega-caret{transform:rotate(180deg)}
.ezey-mega-panel{
  position:absolute;top:calc(100% + .65rem);left:50%;
  transform:translateX(-50%) translateY(.4rem);
  width:32rem;max-width:calc(100vw - 2rem);
  background:#fff;border:1px solid #e5e5e7;border-radius:14px;padding:1.1rem;
  box-shadow:0 18px 50px rgba(26,63,173,.14);
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .2s,transform .2s,visibility .2s;z-index:90
}
.ezey-mega-panel.ezey-mega-courses{width:40rem}
.ezey-mega-wrap.is-open .ezey-mega-panel{
  opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)
}
.ezey-mega-head{
  display:flex;justify-content:space-between;align-items:center;
  margin-bottom:.85rem;padding-bottom:.7rem;border-bottom:1px solid #e5e5e7
}
.ezey-mega-head strong{font-size:.9rem;color:#1a1f36}
.ezey-mega-head a{font-size:.8rem;font-weight:700;color:#e8232a;display:inline-flex;align-items:center;gap:.25rem}
.ezey-mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}
.ezey-mega-item{
  display:flex;align-items:center;gap:.75rem;padding:.7rem .8rem;border-radius:.75rem;
  text-decoration:none;transition:background .15s
}
.ezey-mega-item:hover{background:#f5f5f7}
.ezey-mega-ico{
  width:2.4rem;height:2.4rem;border-radius:.7rem;display:grid;place-items:center;
  color:#fff;font-size:1.1rem;flex-shrink:0
}
.ezey-mega-item strong{display:block;font-size:.84rem;color:#1a1f36;line-height:1.25}
.ezey-mega-item span{font-size:.72rem;color:#6e6e73}
.ezey-mega-courses-grid{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}
.ezey-mega-course{
  display:flex;align-items:center;gap:.7rem;padding:.55rem;border-radius:.75rem;
  border:1px solid #e5e5e7;text-decoration:none;transition:border-color .15s,background .15s
}
.ezey-mega-course:hover{border-color:#e8232a;background:#fff5f5}
.ezey-mega-course img{width:3.75rem;height:2.75rem;object-fit:cover;border-radius:.5rem;flex-shrink:0;background:#e5e5e7}
.ezey-mega-course strong{display:block;font-size:.8rem;color:#1a1f36;line-height:1.3;margin-bottom:.15rem}
.ezey-mega-instructor{display:block;font-size:.7rem;font-style:normal;color:#6e6e73;margin-bottom:.15rem}
.ezey-mega-course span{font-size:.75rem;color:#1a3fad;font-weight:700}

/* Mobile drawer nav */
.ezey-drawer-nav{display:flex;flex-direction:column;gap:.15rem}
.ezey-drawer-link,.ezey-acc-trigger{
  display:flex;align-items:center;gap:.65rem;width:100%;
  padding:.7rem .35rem;border:none;border-bottom:1px solid #f5f5f7;
  background:transparent;color:#1a1f36;font-size:.9rem;font-weight:600;
  text-align:left;cursor:pointer;font-family:inherit;text-decoration:none
}
.ezey-drawer-link i,.ezey-acc-trigger i:first-child{font-size:1.15rem;opacity:.8}
.ezey-acc-caret{margin-left:auto;font-size:.75rem;transition:transform .2s}
.ezey-acc-trigger.is-open .ezey-acc-caret{transform:rotate(180deg)}
.ezey-acc-body{display:none;padding:.25rem 0 .5rem .25rem}
.ezey-acc-body.is-open{display:block}
.ezey-acc-link{
  display:flex;align-items:center;gap:.65rem;padding:.55rem .35rem;
  color:#334155;font-size:.85rem;font-weight:500;text-decoration:none;border-radius:.5rem
}
.ezey-acc-link:hover{background:#f5f5f7;color:#1a3fad}
.ezey-acc-link small{display:block;color:#94a3b8;font-weight:400;font-size:.72rem}
.ezey-acc-ico{
  width:1.85rem;height:1.85rem;border-radius:.5rem;display:grid;place-items:center;
  color:#fff;font-size:.9rem;flex-shrink:0
}

/* Mini cart */
.cart-wrap{position:relative}
.cart-wrap .icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;height:2.5rem;width:2.5rem;border-radius:10px;border:1px solid #e5e5e7;background:#fff}
.cart-wrap .badge{position:absolute;top:-.35rem;right:-.35rem;min-width:1.1rem;height:1.1rem;border-radius:999px;background:#e8232a;color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 .25rem}
.cart-dropdown{position:absolute;right:0;top:calc(100% + .5rem);width:20rem;background:#fff;border:1px solid #e5e5e7;border-radius:14px;box-shadow:0 12px 40px rgba(26,63,173,.12);display:none;z-index:70;overflow:hidden}
.cart-wrap.is-open .cart-dropdown,.cart-dropdown[aria-hidden=false]{display:block}
.cart-dropdown-head,.cart-dropdown-foot{padding:.85rem 1rem;border-bottom:1px solid #e5e5e7;display:flex;justify-content:space-between;align-items:center;gap:.5rem}
.cart-dropdown-foot{border-bottom:0;border-top:1px solid #e5e5e7;flex-direction:column;align-items:stretch}
.cart-dropdown-body{max-height:16rem;overflow:auto;padding:.5rem}
.cart-item{display:flex;gap:.65rem;align-items:center;padding:.5rem;border-radius:.5rem}
.cart-item img{width:2.75rem;height:2.75rem;object-fit:cover;border-radius:.375rem}
.cart-item-info{flex:1;min-width:0}
.cart-item-info strong{display:block;font-size:.75rem;color:#1a1f36}
.cart-item-info span{font-size:.7rem;color:#6e6e73}
.cart-empty{text-align:center;padding:1.5rem .75rem;color:#6e6e73;font-size:.85rem}
.cart-actions{display:flex;gap:.5rem;margin-top:.75rem}
.cart-actions a{flex:1;text-align:center}

/* Rich content */
.ezey-rich h2,.ezey-rich h3{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;color:#1a1f36;margin-top:1.25rem;margin-bottom:.5rem}
.ezey-rich p{margin-bottom:.85rem;line-height:1.7;color:#334155}
.ezey-rich ul{list-style:disc;padding-left:1.25rem;margin-bottom:.85rem;color:#334155}
.ezey-rich a{color:#1a3fad;font-weight:600}

/* Footer VIP */
.ezey02-footer{
  background:var(--navy3,#0a1a4e);
  color:rgba(255,255,255,.6);
  padding:4rem 5% 0;
  border-top:3px solid var(--accent,#e8232a);
}
.ezey02-footer-top{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr;
  gap:2.5rem;margin-bottom:3rem;
}
.ezey02-foot-brand p{
  font-size:.875rem;line-height:1.9;color:rgba(255,255,255,.5);
  max-width:270px;margin-top:.9rem;margin-bottom:1.1rem;
}
.ezey02-foot-brand .ezey02-brand img{filter:brightness(0) invert(1);opacity:.95}
.ezey02-social{display:flex;gap:.5rem;flex-wrap:wrap}
.ezey02-sl{
  width:36px;height:36px;border-radius:10px;
  border:1px solid rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;
  font-size:1rem;color:rgba(255,255,255,.45);
  transition:.25s;background:rgba(255,255,255,.03);text-decoration:none;
}
.ezey02-sl:hover{background:var(--accent,#e8232a);border-color:var(--accent,#e8232a);color:#fff;transform:translateY(-2px)}
.ezey02-foot-col h4{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:.7rem;font-weight:700;color:rgba(255,255,255,.9);
  letter-spacing:.1em;text-transform:uppercase;
  padding-bottom:.65rem;margin-bottom:.9rem;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.ezey02-foot-col a{
  display:flex;align-items:center;gap:.4rem;
  font-size:.84rem;margin-bottom:.65rem;
  color:rgba(255,255,255,.45);transition:.2s;text-decoration:none;
}
.ezey02-foot-col a:hover{color:#fff;padding-left:4px}
.ezey02-foot-col .text-slate-600,.ezey02-foot-col .text-sm,
.ezey02-foot-col li,.ezey02-foot-col p{color:rgba(255,255,255,.45)!important}
.ezey02-foot-col .navy,.ezey02-foot-col h4.text-sm{color:rgba(255,255,255,.9)!important}
.ezey02-foot-col a.hover\:text-blue-brand:hover{color:#fff!important}
.ezey02-foot-bottom{
  max-width:1200px;margin:0 auto;
  border-top:1px solid rgba(255,255,255,.08);
  padding:1.25rem 0 1.75rem;
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;
  font-size:.75rem;color:rgba(255,255,255,.3);
}
.ezey02-foot-links{display:flex;gap:1.25rem;align-items:center;flex-wrap:wrap}
.ezey02-foot-links a{color:rgba(255,255,255,.4);text-decoration:none}
.ezey02-foot-links a:hover{color:#fff}

/* ── VIP Hero Slider ── */
.ezey02-hero{background:#fff;position:relative}
.ezey02-hero-viewport{position:relative;overflow:hidden;width:100%}
.ezey02-hero-track{
  display:flex;width:100%;
  transition:transform .55s cubic-bezier(.4,0,.2,1);will-change:transform;
}
.ezey02-hero-slide{
  flex:0 0 100%;width:100%;max-width:100%;
  position:relative;overflow:hidden;background:#fff;
  box-sizing:border-box;
}
.ezey02-hero-glow{position:absolute;border-radius:50%;pointer-events:none}
.ezey02-hero-glow--tr{top:-100px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(26,63,173,.06) 0%,transparent 70%)}
.ezey02-hero-glow--bl{bottom:-80px;left:-60px;width:350px;height:350px;background:radial-gradient(circle,rgba(232,35,42,.05) 0%,transparent 70%)}
.ezey02-hero-accent{position:absolute;top:0;right:0;width:4px;height:100%;background:linear-gradient(to bottom,#e8232a,#1a3fad);pointer-events:none}
.ezey02-hero-content{
  max-width:1240px;margin:0 auto;padding:48px 5% 56px;
  display:flex;align-items:center;gap:clamp(28px,4vw,56px);
  min-height:clamp(560px,66vh,720px);position:relative;z-index:1;
}
.ezey02-hero-text{flex:1 1 340px;max-width:520px;min-width:0}
.ezey02-hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:5px 14px;border-radius:100px;
  font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:16px;
}
.ezey02-hero-badge--red{background:rgba(232,35,42,.08);border:1px solid rgba(232,35,42,.15);color:#e8232a}
.ezey02-hero-badge--navy{background:rgba(26,63,173,.08);border:1px solid rgba(26,63,173,.15);color:#1a3fad}
.ezey02-hero-title,
.ezey02-hero-title .hero-title,
.ezey02-hero-title h1,
.ezey02-hero-title h2,
.ezey02-hero-title h3{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:clamp(24px,3.5vw,46px)!important;font-weight:800;color:#1a1f36;
  line-height:1.1;letter-spacing:-.03em;margin:0 0 14px;
  display:block;
}
.ezey02-hero-title .c-navy,
.ezey02-hero-title [style*="#1a3fad"],
.ezey02-hero-title [style*="1a3fad"]{color:#1a3fad!important}
.ezey02-hero-title .c-red,
.ezey02-hero-title [style*="#e8232a"],
.ezey02-hero-title [style*="e8232a"]{color:#e8232a!important}
.ezey02-hero-desc{font-size:15px;color:#6e6e73;line-height:1.7;max-width:480px;margin-bottom:24px}
.ezey02-hero-btns{display:flex;gap:10px;flex-wrap:wrap}
.hbtn-red,.hbtn-navy,.hbtn-outline{
  display:inline-flex;align-items:center;gap:8px;border-radius:11px;
  font-size:14px;font-weight:700;text-decoration:none;transition:.2s;white-space:nowrap;
}
.hbtn-red{padding:12px 22px;background:#e8232a;color:#fff;border:none}
.hbtn-red:hover{background:#c8191f;transform:translateY(-1px);color:#fff}
.hbtn-navy{padding:12px 22px;background:#1a3fad;color:#fff;border:none}
.hbtn-navy:hover{background:#0f2a7a;transform:translateY(-1px);color:#fff}
.hbtn-outline{padding:11px 20px;background:#fff;color:#1a3fad;border:2px solid #1a3fad}
.hbtn-outline:hover{background:#1a3fad;color:#fff}
.hbtn-outline-red{color:#e8232a;border-color:#e8232a}
.hbtn-outline-red:hover{background:#e8232a;color:#fff}

.ezey02-hero-visual{
  position:relative;flex:0 1 480px;width:100%;
  max-width:min(520px,46vw);align-self:stretch;
  border-radius:22px;overflow:hidden;
  box-shadow:0 24px 56px rgba(26,63,173,.16),0 8px 20px rgba(26,31,54,.06);
  border:1px solid rgba(26,63,173,.1);background:#f0f2f8;
  min-height:clamp(520px,62vh,680px);
}
.ezey02-hero-visual::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(to top,rgba(10,26,78,.58) 0%,rgba(10,26,78,.12) 36%,transparent 58%);
  pointer-events:none;z-index:1;
}
.ezey02-hero-img{
  width:100%;height:100%;min-height:clamp(520px,62vh,680px);
  aspect-ratio:4/5;object-fit:cover;object-position:center 40%;display:block;
}
.ezey02-hero-overlay{position:absolute;left:12px;right:12px;bottom:12px;z-index:2}
.ezey02-hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}
.ezey02-stat-card{border-radius:14px;padding:12px 10px;text-align:center}
.ezey02-stat-card.stat-navy{background:#1a3fad}
.ezey02-stat-card.stat-red{background:#e8232a}
.ezey02-stat-card.stat-light{background:#f5f5f7}
.ezey02-stat-num{font-family:'Bricolage Grotesque',sans-serif;font-size:20px;font-weight:800;color:#fff}
.ezey02-stat-card.stat-light .ezey02-stat-num{color:#1a3fad;font-size:18px}
.ezey02-stat-card.stat-light-red .ezey02-stat-num{color:#e8232a}
.ezey02-stat-label{font-size:11px;color:rgba(255,255,255,.8);margin-top:3px}
.ezey02-stat-card.stat-light .ezey02-stat-label{color:#6e6e73}

.ezey02-feature-box{border-radius:20px;padding:16px;text-align:center;color:#fff;width:100%;backdrop-filter:blur(6px)}
.ezey02-feature-box--navy{background:linear-gradient(135deg,rgba(26,63,173,.9),rgba(37,84,212,.85))}
.ezey02-feature-box--red{background:linear-gradient(135deg,rgba(232,35,42,.92),rgba(184,21,28,.88))}
.ezey02-feature-box--deep{background:linear-gradient(135deg,rgba(10,26,78,.92),rgba(26,63,173,.88))}
.ezey02-feature-title{font-family:'Bricolage Grotesque',sans-serif;font-size:34px;font-weight:800;line-height:1;margin-bottom:4px}
.ezey02-feature-sub{font-family:'Bricolage Grotesque',sans-serif;font-size:18px;font-weight:700;margin-bottom:6px}
.ezey02-feature-desc{font-size:13.5px;color:rgba(255,255,255,.75);margin-bottom:16px}
.ezey02-feature-chip{background:rgba(255,255,255,.12);border-radius:10px;padding:10px;margin-bottom:8px;font-size:12.5px;color:#fff}
.ezey02-feature-chip--accent{background:rgba(255,255,255,.2);font-weight:700}

.ezey02-hero-arrows{
  position:absolute;top:50%;transform:translateY(-50%);
  width:100%;display:flex;justify-content:space-between;padding:0 12px;pointer-events:none;z-index:5;
}
.ezey02-hero-arrow{
  pointer-events:all;width:38px;height:38px;border-radius:50%;
  background:rgba(26,63,173,.1);border:1px solid rgba(26,63,173,.2);
  color:#1a3fad;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;
}
.ezey02-hero-arrow:hover{background:rgba(26,63,173,.2)}
.ezey02-hero-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}
.ezey02-hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(26,63,173,.2);border:none;cursor:pointer;transition:.2s;padding:0}
.ezey02-hero-dot.is-active{background:#1a3fad;width:24px;border-radius:4px}

.ezey02-trust-strip{background:#fff;border-bottom:1px solid #dde6f5;padding:16px 0}
.ezey02-trust-in{
  max-width:1200px;margin:0 auto;padding:0 5%;
  display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;
}
.ezey02-trust-item{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:#6e6e73;white-space:nowrap}
.ezey02-trust-item strong{color:#1a3fad}
.ezey02-trust-ic{display:inline-flex;align-items:center;color:#1a3fad;flex-shrink:0}

@media(max-width:768px){
  .ezey02-hero-content{flex-direction:column;padding:28px 5% 44px;gap:20px;min-height:0}
  .ezey02-hero-visual{
    width:100%;max-width:460px;flex:0 0 auto;order:-1;margin:0 auto;border-radius:18px;
    min-height:400px;align-self:center;
  }
  .ezey02-hero-img{aspect-ratio:4/5;min-height:400px}
  .ezey02-hero-title{font-size:clamp(22px,6vw,32px)}
  .ezey02-hero-desc{font-size:14px}
  .hbtn-red,.hbtn-navy,.hbtn-outline{font-size:13.5px;padding:10px 16px}
}
@media(max-width:480px){
  .ezey02-hero-stats{grid-template-columns:1fr 1fr}
  .ezey02-hero-btns{flex-direction:column}
  .hbtn-red,.hbtn-navy,.hbtn-outline{justify-content:center}
  .ezey02-trust-item{white-space:normal}
}

/* ── About / Medya ile Metin (VIP) ── */
.ezey02-about{padding:80px 0;background:#fff}
.ezey02-about-split{
  max-width:1200px;margin:0 auto;padding:0 5%;
  display:grid;grid-template-columns:260px 1fr;gap:48px;align-items:start;
}
.ezey02-about-split.is-media-right{grid-template-columns:1fr 260px}
.ezey02-about-split.is-media-right .ezey02-about-photo{order:2}
.ezey02-about-split.is-media-right .ezey02-about-text{order:1}
.ezey02-about-photo{
  aspect-ratio:4/5;border-radius:16px;overflow:hidden;
  background:#f5f7fb;border:none;
}
.ezey02-about-photo img{
  width:100%;height:100%;object-fit:cover;object-position:center top;display:block;
}
.ezey02-about-photo--video{position:relative}
.ezey02-about-video{display:block;width:100%;height:100%;position:relative;color:inherit}
.ezey02-about-video img{width:100%;height:100%;object-fit:cover;display:block}
.ezey02-about-play{
  position:absolute;inset:0;margin:auto;width:56px;height:56px;border-radius:50%;
  background:rgba(255,255,255,.92);color:#1a3fad;
  display:grid;place-items:center;font-size:18px;
  box-shadow:0 8px 24px rgba(26,63,173,.2);
}
.ezey02-about-label{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:#e8232a;margin-bottom:10px;
}
.ezey02-about-title{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1a1f36;
  letter-spacing:-.03em;line-height:1.15;text-align:left;margin:0 0 16px;
}
.ezey02-about-title span,
.ezey02-about-title .c-navy{color:#1a3fad}
.ezey02-about-title .c-red{color:#e8232a}
.ezey02-about-content{font-size:15px;color:#6e6e73;line-height:1.85}
.ezey02-about-content p{margin:0 0 14px}
.ezey02-about-content p:last-child{margin-bottom:0}
.ezey02-about-content strong{color:#1a1f36;font-weight:700}
.ezey02-about-btn{margin-top:22px}
@media(max-width:768px){
  .ezey02-about{padding:56px 0}
  .ezey02-about-split,
  .ezey02-about-split.is-media-right{
    grid-template-columns:1fr;gap:28px;
  }
  .ezey02-about-split.is-media-right .ezey02-about-photo,
  .ezey02-about-split.is-media-right .ezey02-about-text{order:initial}
  .ezey02-about-photo{max-width:320px;margin:0 auto}
}

/* ── Neden Biz / Features ── */
.ezey02-why{padding:80px 0;background:#f5f5f7}
.ezey02-why-inner{max-width:1200px;margin:0 auto;padding:0 5%}
.ezey02-why-head{text-align:center;margin-bottom:48px}
.ezey02-why-label{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:#e8232a;margin-bottom:10px;
}
.ezey02-why-title{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1a1f36;
  letter-spacing:-.03em;line-height:1.15;margin:0 0 14px;
}
.ezey02-why-title span,
.ezey02-why-title .c-navy{color:#1a3fad}
.ezey02-why-title .c-red{color:#e8232a}
.ezey02-why-sub{font-size:16px;color:#6e6e73;max-width:600px;margin:0 auto;line-height:1.7}
.ezey02-why-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;
}
.ezey02-why-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.ezey02-why-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.ezey02-why-card{
  background:#fff;border:1px solid #e5e5e7;border-radius:16px;
  padding:28px 24px;text-decoration:none;color:inherit;display:block;
  transition:.3s;box-shadow:0 4px 20px rgba(26,63,173,.04);
}
.ezey02-why-card:hover{
  box-shadow:0 8px 32px rgba(26,63,173,.08);border-color:rgba(26,63,173,.2);
  transform:translateY(-2px);
}
.ezey02-why-icon{
  width:48px;height:48px;border-radius:12px;background:#1a3fad;color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:14px;
}
.ezey02-why-icon-img{width:48px;height:48px;border-radius:12px;object-fit:cover;margin-bottom:14px;display:block}
.ezey02-why-card h3{font-size:15px;font-weight:700;margin:0 0 8px;color:#1a1f36}
.ezey02-why-card p{font-size:13.5px;color:#6e6e73;line-height:1.8;margin:0}
@media(max-width:960px){
  .ezey02-why-grid,
  .ezey02-why-grid--2,
  .ezey02-why-grid--3,
  .ezey02-why-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .ezey02-why{padding:56px 0}
  .ezey02-why-grid,
  .ezey02-why-grid--2,
  .ezey02-why-grid--3,
  .ezey02-why-grid--4{grid-template-columns:1fr}
}

/* ── Süreç / Nasıl çalışır (process layout) ── */
.ezey02-process{padding:80px 0;background:#fff}
.ezey02-process-inner{
  max-width:1200px;margin:0 auto;padding:0 5%;
  display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;
}
.ezey02-process-label{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:#e8232a;margin-bottom:10px;
}
.ezey02-process-title{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1a1f36;
  letter-spacing:-.03em;line-height:1.1;margin:0 0 14px;text-align:left;
}
.ezey02-process-title span,
.ezey02-process-title .c-navy{color:#1a3fad}
.ezey02-process-title .c-red{color:#e8232a}
.ezey02-process-sub{
  font-size:16px;color:#6e6e73;line-height:1.7;margin:0 0 32px;text-align:left;max-width:none;
}
.ezey02-steps{display:flex;flex-direction:column;gap:0}
.ezey02-step-item{
  display:flex;gap:20px;padding:24px 0;border-bottom:1px solid #e5e5e7;
}
.ezey02-step-item:last-child{border-bottom:none}
.ezey02-step-num{
  width:44px;height:44px;border-radius:50%;flex-shrink:0;
  background:#1a3fad;color:#fff;
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:16px;font-weight:800;
  display:flex;align-items:center;justify-content:center;
}
.ezey02-step-item h4{font-size:15px;font-weight:700;margin:0 0 5px;color:#1a1f36}
.ezey02-step-item p{font-size:14px;color:#6e6e73;line-height:1.7;margin:0}
.ezey02-process-cta{
  background:#fff;border-radius:20px;padding:36px;border:1px solid #e5e5e7;
  box-shadow:0 8px 32px rgba(26,63,173,.06);
}
.ezey02-process-cta-title{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:20px;font-weight:700;color:#1a1f36;margin-bottom:20px;
}
.ezey02-process-cta-desc{
  font-size:14px;color:#6e6e73;line-height:1.7;margin:0 0 20px;
}
.ezey02-process-cta-btns{display:flex;flex-direction:column;gap:10px}
.ezey02-btn-primary{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 28px;border-radius:12px;
  background:#e8232a;color:#fff;font-size:15px;font-weight:700;
  text-decoration:none;border:none;transition:.25s;
}
.ezey02-btn-primary:hover{
  background:#c8191f;color:#fff;transform:translateY(-2px);
  box-shadow:0 8px 24px rgba(232,35,42,.25);
}
.ezey02-btn-wa{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 22px;border-radius:12px;
  background:#25d366;color:#fff;font-size:14px;font-weight:700;
  text-decoration:none;border:none;transition:.25s;
}
.ezey02-btn-wa:hover{background:#1db954;color:#fff;transform:translateY(-2px)}
.ezey02-process-contact{
  margin-top:16px;padding:14px;background:#fff;border-radius:10px;border:1px solid #e5e5e7;
}
.ezey02-process-contact-label{
  font-size:12px;color:#6e6e73;margin-bottom:8px;font-weight:600;
}
.ezey02-process-contact-link{
  display:flex;align-items:center;gap:6px;font-size:13.5px;color:#1a1f36;
  text-decoration:none;margin-bottom:5px;
}
.ezey02-process-contact-link:last-child{margin-bottom:0}
.ezey02-process-contact-link:hover{color:#1a3fad}
@media(max-width:960px){
  .ezey02-process-inner{grid-template-columns:1fr;gap:40px}
}
@media(max-width:600px){
  .ezey02-process{padding:56px 0}
  .ezey02-process-cta{padding:28px 22px}
}

/* ── Son Kurslar grid ── */
.ezey02-courses{padding:80px 0;background:#fff}
.ezey02-courses-inner{max-width:1200px;margin:0 auto;padding:0 5%}
.ezey02-courses-head{text-align:center;margin-bottom:48px}
.ezey02-courses-label{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:#e8232a;margin-bottom:10px;
}
.ezey02-courses-title{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1a1f36;
  letter-spacing:-.03em;line-height:1.15;margin:0 0 14px;
}
.ezey02-courses-title span,
.ezey02-courses-title .c-navy{color:#1a3fad}
.ezey02-courses-title .c-red{color:#e8232a}
.ezey02-courses-sub{
  font-size:16px;color:#6e6e73;max-width:600px;margin:0 auto;line-height:1.7;
}
.ezey02-courses-grid{
  display:grid;gap:1.25rem;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.ezey02-courses-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.ezey02-courses-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ezey02-courses-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.ezey02-courses-more{text-align:center;margin-top:28px}
.ezey02-course-card-media{background:#f0f2f8}
.ezey02-course-card-img{
  width:100%;height:220px;object-fit:cover;object-position:center;
  display:block;
}
@media(max-width:960px){
  .ezey02-course-card-img{height:190px}
}
@media(max-width:560px){
  .ezey02-course-card-img{height:200px}
}
@media(max-width:960px){
  .ezey02-courses-grid,
  .ezey02-courses-grid--2,
  .ezey02-courses-grid--3,
  .ezey02-courses-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .ezey02-courses{padding:56px 0}
  .ezey02-courses-grid,
  .ezey02-courses-grid--2,
  .ezey02-courses-grid--3,
  .ezey02-courses-grid--4{grid-template-columns:1fr}
}

/* ── Team / Testimonials as Kadro ── */
.ezey02-team{padding:80px 0;background:#fff}
.ezey02-team-inner{max-width:1200px;margin:0 auto;padding:0 5%}
.ezey02-team-head{text-align:center;margin-bottom:48px}
.ezey02-team-label{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:#e8232a;margin-bottom:10px;
}
.ezey02-team-title{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1a1f36;
  letter-spacing:-.03em;line-height:1.15;margin:0 0 14px;
}
.ezey02-team-title span,.ezey02-team-title .c-navy{color:#1a3fad}
.ezey02-team-sub{font-size:16px;color:#6e6e73;max-width:600px;margin:0 auto;line-height:1.7}
.ezey02-team-carousel-wrap{position:relative}
.ezey02-team-grid{
  display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 60px) / 4);
  grid-template-columns:none;gap:20px;
  overflow-x:auto;overscroll-behavior-x:contain;
  scroll-snap-type:x proximity;padding-bottom:4px;
  scrollbar-width:none;-ms-overflow-style:none;
}
.ezey02-team-grid::-webkit-scrollbar{display:none}
.ezey02-team-card{
  scroll-snap-align:start;min-width:0;
  background:#fff;border:1px solid #e5e5e7;border-radius:16px;
  padding:28px 20px;text-align:center;
}
.ezey02-team-photo{
  width:120px;height:120px;border-radius:50%;margin:0 auto 16px;overflow:hidden;
  background:#f0f3fa;border:2px solid #e5e5e7;
}
.ezey02-team-photo img{width:100%;height:100%;object-fit:cover;display:block}
.ezey02-team-card h3{
  font-size:15px;font-weight:700;color:#1a1f36;margin:0 0 4px;
  font-family:'Nunito',sans-serif;
}
.ezey02-team-role{
  font-size:12.5px;color:#1a3fad;font-weight:600;margin-bottom:10px;line-height:1.4;
}
.ezey02-team-card p{
  font-size:13px;color:#6e6e73;line-height:1.7;text-align:left;margin:0;
}
.ezey02-team-nav{
  display:flex;align-items:center;gap:12px;margin-top:18px;
}
.ezey02-team-arrow{
  width:34px;height:34px;border-radius:10px;flex-shrink:0;
  border:1px solid #e5e5e7;background:#fff;color:#1a3fad;
  font-size:20px;line-height:1;cursor:pointer;
  display:grid;place-items:center;transition:.2s;
}
.ezey02-team-arrow:hover{border-color:#1a3fad;background:#f0f5ff}
.ezey02-team-track{
  flex:1;height:6px;border-radius:999px;background:rgba(26,63,173,.12);overflow:hidden;
}
.ezey02-team-progress{
  height:100%;width:20%;border-radius:999px;background:rgba(26,63,173,.45);
  transition:width .2s ease;
}
.ezey02-team-more{text-align:center;margin-top:28px}
@media(max-width:960px){
  .ezey02-team-grid{grid-auto-columns:calc((100% - 20px) / 2)}
}
@media(max-width:768px){
  .ezey02-team{padding:56px 0}
  .ezey02-team-grid{
    grid-auto-columns:88%;gap:14px;scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
}

/* ── Veli yorumları / Reviews carousel ── */
.ezey02-reviews{padding:80px 0;background:#f5f5f7}
.ezey02-reviews-inner{max-width:1200px;margin:0 auto;padding:0 5%}
.ezey02-reviews-head{text-align:center;margin-bottom:48px}
.ezey02-reviews-label{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:#e8232a;margin-bottom:10px;
}
.ezey02-reviews-title{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1a1f36;
  letter-spacing:-.03em;line-height:1.15;margin:0 0 14px;
}
.ezey02-reviews-title span,
.ezey02-reviews-title .c-navy{color:#1a3fad}
.ezey02-reviews-title .c-red{color:#e8232a}
.ezey02-reviews-sub{font-size:16px;color:#6e6e73;max-width:600px;margin:0 auto;line-height:1.7}
.ezey02-reviews-carousel{position:relative;overflow:hidden}
.ezey02-reviews-track{
  display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1);
}
.ezey02-reviews-slide{
  min-width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;box-sizing:border-box;
}
.ezey02-tcard{
  background:#fff;border:1px solid #e5e5e7;border-radius:16px;padding:24px;
  display:flex;flex-direction:column;gap:12px;
}
.ezey02-tcard-quote{
  font-size:14px;color:#1a1f36;line-height:1.8;flex:1;font-style:italic;margin:0;
}
.ezey02-tcard-quote::before{
  content:'"';color:#e8232a;font-size:32px;font-family:Georgia,serif;
  line-height:1;display:block;margin-bottom:-8px;font-style:normal;
}
.ezey02-tcard-author{display:flex;align-items:center;gap:10px}
.ezey02-tcard-avatar{
  width:36px;height:36px;border-radius:50%;flex-shrink:0;
  background:#1a3fad;color:#fff;font-weight:700;font-size:13.5px;
  display:flex;align-items:center;justify-content:center;overflow:hidden;
}
.ezey02-tcard-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.ezey02-tcard-name{font-size:13.5px;font-weight:700;color:#1a1f36}
.ezey02-tcard-role{font-size:11.5px;color:#6e6e73}
.ezey02-reviews-nav{
  display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px;
}
.ezey02-reviews-arrow{
  width:40px;height:40px;border-radius:50%;border:1.5px solid #e5e5e7;
  background:#fff;color:#1a3fad;font-size:22px;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;transition:.2s;padding:0;
}
.ezey02-reviews-arrow:hover{border-color:#1a3fad;background:#f0f5ff}
.ezey02-reviews-dots{
  display:flex;gap:8px;flex-wrap:wrap;justify-content:center;max-width:280px;
}
.ezey02-reviews-dot{
  width:8px;height:8px;border-radius:50%;border:none;background:#c5cfe8;
  cursor:pointer;padding:0;transition:.2s;
}
.ezey02-reviews-dot.is-active{
  background:#1a3fad;width:22px;border-radius:4px;
}
.ezey02-reviews-meta{
  text-align:center;margin-top:12px;font-size:13px;color:#6e6e73;
}
@media(max-width:960px){
  .ezey02-reviews-slide{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .ezey02-reviews{padding:56px 0}
  .ezey02-reviews-slide{grid-template-columns:1fr}
}

/* ── Blog & Makaleler ── */
.ezey02-blog{padding:80px 0;background:#fff}
.ezey02-blog-inner{max-width:1200px;margin:0 auto;padding:0 5%}
.ezey02-blog-head{text-align:center;margin-bottom:48px}
.ezey02-blog-label{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:#e8232a;margin-bottom:10px;
}
.ezey02-blog-title{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1a1f36;
  letter-spacing:-.03em;line-height:1.15;margin:0 0 14px;
}
.ezey02-blog-title span,
.ezey02-blog-title .c-navy{color:#1a3fad}
.ezey02-blog-title .c-red{color:#e8232a}
.ezey02-blog-sub{font-size:16px;color:#6e6e73;max-width:600px;margin:0 auto;line-height:1.7}
.ezey02-blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.ezey02-blog-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ezey02-blog-card{
  background:#fff;border:1px solid #e5e5e7;border-radius:16px;overflow:hidden;
  transition:.3s;display:block;text-decoration:none;color:inherit;
}
.ezey02-blog-card:hover{
  transform:translateY(-4px);box-shadow:0 12px 40px rgba(26,63,173,.1);
  color:inherit;
}
.ezey02-blog-img{
  height:180px;position:relative;
  background:linear-gradient(135deg,#0a1f6e,#1a3fad);
  display:flex;align-items:center;justify-content:center;overflow:hidden;
}
.ezey02-blog-img img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;
}
.ezey02-blog-cat{
  position:absolute;top:12px;left:12px;z-index:1;
  background:#e8232a;color:#fff;
  font-size:10px;font-weight:700;
  padding:3px 10px;border-radius:100px;
  letter-spacing:.5px;text-transform:uppercase;
}
.ezey02-blog-body{padding:20px}
.ezey02-blog-meta{font-size:11.5px;color:#6e6e73;margin-bottom:8px}
.ezey02-blog-card h3{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:16px;font-weight:700;color:#1a1f36;
  line-height:1.3;letter-spacing:-.01em;margin:0 0 8px;
}
.ezey02-blog-card p{font-size:13.5px;color:#6e6e73;line-height:1.7;margin:0}
.ezey02-blog-more{text-align:center;margin-top:32px}
@media(max-width:960px){
  .ezey02-blog-grid,
  .ezey02-blog-grid--3{grid-template-columns:1fr}
}
@media(max-width:600px){
  .ezey02-blog{padding:56px 0}
}

/* Section helpers (home blocks) */
.ezey02 .sec-head{text-align:center;margin-bottom:3rem}
.ezey02 .sec-label{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.7rem;font-weight:700;letter-spacing:2px;
  text-transform:uppercase;color:var(--accent,#e8232a);margin-bottom:.65rem;
}
.ezey02 .sec-title{
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:800;color:var(--text,#1a1f36);
  letter-spacing:-.03em;line-height:1.1;margin-bottom:.9rem;
}
.ezey02 .sec-title span{color:var(--navy,#1a3fad)}
.ezey02 .sec-sub{font-size:1rem;color:var(--muted,#6e6e73);max-width:600px;margin:0 auto;line-height:1.7}

@media(max-width:1024px){
  .ezey02-footer-top{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .ezey02-footer-top{grid-template-columns:1fr}
  .ezey02-btn-login{padding:.4rem .65rem;font-size:.75rem}
}
