:root{
  --bg:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --border:#e2e8f0;
  --soft:#f8fafc;

  --navy:#0b1b3a;
  --blue:#2563eb;
  --blue2:#1d4ed8;
  --green:#16a34a;
  --green2:#22c55e;

  --shadow: 0 14px 38px rgba(15,23,42,.10);
  --shadow2: 0 22px 60px rgba(15,23,42,.12);
  --radius: 18px;
  --radius-sm: 14px;
  --container: 1160px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji";
  background:var(--bg);
  color:var(--text);
  line-height:1.45;
}

a{color:inherit; text-decoration:none}
.container{max-width:var(--container); margin:0 auto; padding:0 18px}
.muted{color:var(--muted)}
.small{font-size:12px}
.section{padding:72px 0}
.section.alt{
  background: linear-gradient(180deg, rgba(248,250,252,1), rgba(255,255,255,1));
  border-top:1px solid rgba(226,232,240,.75);
  border-bottom:1px solid rgba(226,232,240,.75);
}

/* Header */
.header{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(226,232,240,.7);
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.82);
}
.header-inner{
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px 0;
}
.brand{display:flex; align-items:center; gap:10px; min-width:170px}
.brand-logo{height:30px; width:auto; display:block}
.brand-mark{
  width:34px; height:34px; border-radius:12px;
  background: linear-gradient(135deg, rgba(37,99,235,.18), rgba(22,163,74,.18));
  border:1px solid rgba(226,232,240,.85);
}
.brand-text{font-weight:900; letter-spacing:-.02em}

.nav{display:none; align-items:center; gap:1px; flex:1; justify-content:center}
.nav-item{position:relative}
.nav-link{
  display:inline-flex; align-items:center; gap:8px;
  padding:9px 9px;
  border-radius:999px;
  font-weight:850;
  font-size:16px; /* daha dengeli */
  color: rgba(15,23,42,.80);
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
.nav-link:hover{
  background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(22,163,74,.10));
  color: var(--navy);
  transform: translateY(-1px);
}
.chev{opacity:.55; font-size:12px; margin-left:2px}
.nav-ico{width:16px; height:16px; display:inline-flex}
.elisa-ico{color:inherit; filter:none}
.elisa-mini .elisa-ico-mini{display:inline-flex; width:16px; height:16px; filter:none}

.mega{
  position:absolute;
  top:54px;
  left:0;
  width: 560px;
  padding:14px;
  border-radius: 18px;
  border:1px solid rgba(226,232,240,.9);
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 48px rgba(2,6,23,.14);
  display:none;
}
.nav-item:hover .mega{display:block}
.mega-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px;
}
.mega-card{
  border:1px solid rgba(226,232,240,.9);
  border-radius:16px;
  padding:12px;
  background: linear-gradient(180deg, rgba(248,250,252,1), rgba(255,255,255,1));
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.mega-card:hover{transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(15,23,42,.14)}
.m-ico{
  width:36px; height:36px;
  border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg, rgba(37,99,235,.14), rgba(22,163,74,.14));
  border:1px solid rgba(226,232,240,.9);
  color: var(--navy);
}
.m-ico svg{width:18px; height:18px}
.m-title{margin-top:10px; font-weight:900; letter-spacing:-.02em}
.m-desc{margin-top:6px; color:var(--muted); font-weight:700; font-size:12px}

.top-cta{display:none; gap:10px; align-items:center; margin-left:auto}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:10px 14px;
  font-size:14px;
  border-radius:999px;
  border:1px solid rgba(226,232,240,.95);
  background: rgba(255,255,255,.9);
  font-weight:900;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}
.btn:hover{transform: translateY(-1px); box-shadow: var(--shadow)}
.btn-ico{display:inline-flex; width:16px; height:16px}
.btn-ico svg{width:16px; height:16px}

.btn-elite{
  background: linear-gradient(135deg, rgba(37,99,235,.92), rgba(29,78,216,.92));
  border-color: rgba(37,99,235,.45);
  color: #07152f;
}

/* Mobile */
.burger{margin-left:auto; width:44px; height:44px; border-radius:14px; border:1px solid rgba(226,232,240,.9); background:rgba(255,255,255,.9); display:flex; flex-direction:column; justify-content:center; gap:5px; padding:0 12px}
.burger span{height:2px; background: rgba(15,23,42,.6); border-radius:2px}
.mobile-nav{display:none; padding:12px 0 16px}
.mobile-nav.open{display:block}
.mobile-nav a{display:block; padding:10px 2px; font-weight:800; color: rgba(15,23,42,.85)}
.mobile-cta{display:flex; gap:10px; margin-top:10px}

/* Hero */
.hero{
  padding:62px 0 54px;
  position:relative;
  overflow:hidden;
}
.hero.hero-navy{
  background:
    radial-gradient(980px 460px at 18% 18%, rgba(59,130,246,.22), transparent 62%),
    radial-gradient(860px 460px at 88% 20%, rgba(16,185,129,.18), transparent 62%),
    radial-gradient(900px 540px at 55% 85%, rgba(14,165,233,.10), transparent 60%),
    linear-gradient(180deg, rgba(248,251,255,1) 0%, rgba(240,249,255,1) 60%, rgba(248,250,252,1) 100%);
  border-bottom:1px solid rgba(226,232,240,.75);
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:26px;
  align-items:center;
}
.h1{
  font-size: 46px;
  line-height:1.08;
  letter-spacing:-.03em;
  margin:0;
  color: var(--navy);
  font-weight: 900;
}
.accent{
  background: linear-gradient(135deg, rgba(37,99,235,1), rgba(22,163,74,1));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}
.lead{
  margin:16px 0 0;
  color: rgba(15,23,42,.72);
  font-weight:700;
  font-size:16px;
}
.hero-cta{display:flex; gap:12px; margin-top:18px; flex-wrap:wrap}
.hero-badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(226,232,240,.9);
  background: rgba(255,255,255,.8);
  font-weight:800;
  color: rgba(15,23,42,.78);
}
.badge svg{width:16px; height:16px; color: rgba(37,99,235,.9)}

.hero-glass{
  border-radius: 22px;
  border: 1px solid rgba(226,232,240,.9);
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow2);
  backdrop-filter: blur(12px);
  overflow:hidden;
  position:relative;
}

.hero-glass:before{
  content:"";
  position:absolute; inset:-30% -40%;
  background:
    radial-gradient(circle at 20% 25%, rgba(59,130,246,.20), transparent 46%),
    radial-gradient(circle at 78% 65%, rgba(16,185,129,.16), transparent 48%),
    radial-gradient(circle at 55% 95%, rgba(14,165,233,.10), transparent 55%);
  pointer-events:none;
}
.hero-glass > *{position:relative; z-index:1}
.hg-top{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 14px 10px;
  border-bottom:1px solid rgba(226,232,240,.9);
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(248,250,252,.7));
}
.hg-dots{display:flex; gap:6px}
.hg-dots span{width:10px; height:10px; border-radius:999px; background: rgba(15,23,42,.12)}
.hg-chip{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(226,232,240,.9);
  background: rgba(255,255,255,.85);
  font-weight:900;
  color: rgba(11,27,58,.86);
}
.hg-chip svg{width:16px; height:16px}
.hg-title{padding:14px 16px 6px; text-align:center}
.hg-h{font-weight:900; letter-spacing:-.02em; color: var(--navy)}
.hg-s{margin-top:6px; color: rgba(15,23,42,.66); font-weight:750; font-size:12px}

.hg-grid{
  padding: 12px 14px 14px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:12px;
}
.hcard{
  border-radius: 18px;
  border: 1px solid rgba(226,232,240,.95);
  background: rgba(255,255,255,.75);
  padding:12px;
  position:relative;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.hcard:hover{transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(15,23,42,.14)}
.hcard-ico{
  width:38px; height:38px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(226,232,240,.95);
}
.hcard-ico svg{width:18px; height:18px}
.hcard-t{margin-top:10px; font-weight:900; letter-spacing:-.02em; color: var(--navy); text-align:center}
.hcard-d{margin-top:6px; color: rgba(15,23,42,.66); font-weight:750; font-size:12px; text-align:center}

.hcard-blue{background: linear-gradient(180deg, rgba(37,99,235,.16), rgba(255,255,255,.78)); border-color: rgba(37,99,235,.18)}
.hcard-blue .hcard-ico{background: linear-gradient(135deg, rgba(37,99,235,.22), rgba(255,255,255,.8)); color: rgba(37,99,235,.95)}
.hcard-green{background: linear-gradient(180deg, rgba(22,163,74,.16), rgba(255,255,255,.78)); border-color: rgba(22,163,74,.18)}
.hcard-green .hcard-ico{background: linear-gradient(135deg, rgba(22,163,74,.22), rgba(255,255,255,.8)); color: rgba(22,163,74,.95)}
.hcard-navy{background: linear-gradient(180deg, rgba(15,23,42,.14), rgba(255,255,255,.78)); border-color: rgba(15,23,42,.16)}
.hcard-navy .hcard-ico{background: linear-gradient(135deg, rgba(11,27,58,.18), rgba(255,255,255,.8)); color: rgba(11,27,58,.95)}
.hcard-mint{background: linear-gradient(180deg, rgba(16,185,129,.10), rgba(255,255,255,.76));}
.hcard-mint .hcard-ico{background: linear-gradient(135deg, rgba(16,185,129,.22), rgba(255,255,255,.8)); color: rgba(16,185,129,.95)}

.hg-foot{
  display:flex; gap:10px; flex-wrap:wrap;
  padding: 10px 14px 14px;
  border-top:1px solid rgba(226,232,240,.85);
  background: rgba(255,255,255,.7);
}
.mini{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(226,232,240,.9);
  background: rgba(255,255,255,.85);
  font-weight:850;
  color: rgba(15,23,42,.72);
  font-size:12px;
}
.mini svg{width:14px; height:14px; color: rgba(37,99,235,.9)}

/* Section Head */
.section-head{max-width:860px; margin:0 auto 26px; text-align:center}
.section-title{
  margin:0;
  font-size: 34px;
  line-height:1.12;
  letter-spacing:-.03em;
  font-weight: 900;
  color: var(--navy);
  display:inline-block;
  position:relative;
  padding-bottom:10px;
}
.section-title:after{
  content:"";
  position:absolute;
  left:10%;
  right:10%;
  bottom:0;
  height:3px;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(37,99,235,.55), rgba(22,163,74,.55));
}
.section-desc{margin:14px auto 0; color: rgba(15,23,42,.68); font-weight:750}

/* Cards / grids */
.grid-3{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px}
.card{
  border:1px solid rgba(226,232,240,.95);
  border-radius: var(--radius);
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
  padding:16px;
}
.card-link{position:relative; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease}
.card-link:hover{transform: translateY(-4px); box-shadow: var(--shadow2); border-color: rgba(15,23,42,.14)}
.card h3{margin:12px 0 6px; font-weight:900; letter-spacing:-.02em}
.card-arrow{position:absolute; top:14px; right:14px; opacity:.5; font-weight:900}

.card-ico{
  width:44px; height:44px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(226,232,240,.95);
  background: linear-gradient(135deg, rgba(37,99,235,.14), rgba(22,163,74,.14));
  color: var(--navy);
}
.card-ico svg{width:18px; height:18px}
.card-ico.blue{background: linear-gradient(135deg, rgba(37,99,235,.18), rgba(255,255,255,.88)); color: rgba(37,99,235,.95)}
.card-ico.green{background: linear-gradient(135deg, rgba(22,163,74,.18), rgba(255,255,255,.88)); color: rgba(22,163,74,.95)}
.card-ico.navy{background: linear-gradient(135deg, rgba(11,27,58,.14), rgba(255,255,255,.88)); color: rgba(11,27,58,.95)}

/* Scroll row */
.scroll-row{display:flex; gap:14px; overflow:auto; padding:6px 2px}
.scroll-card{min-width: 320px}
.plan{min-width: 340px; padding:18px}
.plan .tag{
  display:inline-flex; align-items:center; justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(226,232,240,.9);
  background: rgba(255,255,255,.85);
  font-weight:900;
  font-size:12px;
}
.plan-title{margin:12px 0 6px; font-weight:900; letter-spacing:-.02em}
.price{font-size:30px; font-weight:900; letter-spacing:-.03em; color: var(--navy); margin:8px 0 8px}
.plan ul{margin:0 0 14px; padding-left:18px; color: rgba(15,23,42,.74); font-weight:750}
.plan li{margin:6px 0}
.plan.highlight{border-color: rgba(37,99,235,.28); box-shadow: 0 24px 70px rgba(37,99,235,.14)}
.plan:hover{transform: translateY(-4px)}
.testimonial .stars{color:#f59e0b; letter-spacing:1px; font-weight:900}
.t-text{font-weight:850; color: rgba(15,23,42,.82)}
.t-meta{margin-top:14px}
.t-meta .name{font-weight:900}
.t-meta .role{color: rgba(15,23,42,.58); font-weight:750; font-size:12px}
.cta-row{display:flex; gap:10px; margin-top:14px; flex-wrap:wrap}

/* Roles */
.roles-row{display:flex; gap:14px; overflow:auto; padding:6px 2px}
.role-card{
  min-width: 330px;
  border:1px solid rgba(226,232,240,.95);
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  padding:16px;
  display:flex; gap:12px; align-items:center;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.role-card:hover{transform: translateY(-4px); box-shadow: var(--shadow2); border-color: rgba(15,23,42,.14)}
.role-ico{
  width:52px; height:52px;
  border-radius: 20px;
  display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(226,232,240,.95);
}
.role-ico svg{width:20px; height:20px}
.role-ico.blue{background: linear-gradient(135deg, rgba(37,99,235,.18), rgba(255,255,255,.9)); color: rgba(37,99,235,.95)}
.role-ico.green{background: linear-gradient(135deg, rgba(22,163,74,.18), rgba(255,255,255,.9)); color: rgba(22,163,74,.95)}
.role-ico.navy{background: linear-gradient(135deg, rgba(11,27,58,.14), rgba(255,255,255,.9)); color: rgba(11,27,58,.95)}
.role-title{font-weight:900; letter-spacing:-.02em}

/* Contact */
.contact-grid{display:grid; grid-template-columns: 1fr 1fr; gap:16px; align-items:start}
.contact-card{
  border:1px solid rgba(226,232,240,.95);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(248,250,252,1), rgba(255,255,255,1));
  box-shadow: var(--shadow);
  padding:18px;
}
.contact-title{font-weight:900; letter-spacing:-.02em; font-size:18px}
.mail-list{margin-top:14px; display:flex; flex-direction:column; gap:10px}
.mail-item{display:flex; gap:12px; align-items:flex-start; padding:12px; border-radius:16px; border:1px solid rgba(226,232,240,.9); background: rgba(255,255,255,.85)}
.mail-badge{min-width:86px; text-align:center; padding:8px 10px; border-radius:999px; font-weight:900; border:1px solid rgba(226,232,240,.9); background: rgba(37,99,235,.08); color: rgba(37,99,235,.95)}
.mail-addr{font-weight:900}
.mail-desc{margin-top:4px; color: rgba(15,23,42,.62); font-weight:750; font-size:12px}
.contact-note{margin-top:12px; color: rgba(15,23,42,.62); font-weight:750; font-size:12px}

.form-title{font-weight:900; letter-spacing:-.02em; font-size:18px; margin-bottom:10px}
.form .field{margin-bottom:12px}
.form label{display:block; font-weight:900; font-size:12px; color: rgba(15,23,42,.74); margin-bottom:6px}
.form input,.form textarea{
  width:100%;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(226,232,240,.95);
  background: rgba(255,255,255,.95);
  font-weight:750;
  outline:none;
}
.form input:focus,.form textarea:focus{border-color: rgba(37,99,235,.45); box-shadow: 0 0 0 4px rgba(37,99,235,.10)}
.err{margin-top:6px; color:#b91c1c; font-weight:800; font-size:12px}
.ok{margin-top:12px; padding:12px; border-radius:16px; border:1px solid rgba(22,163,74,.30); background: rgba(22,163,74,.10); font-weight:850}

/* Footer */
.footer{
  padding:44px 0;
  border-top:1px solid rgba(226,232,240,.85);
  background: linear-gradient(180deg, rgba(248,250,252,1), rgba(255,255,255,1));
}
.foot-grid{display:grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap:16px}
.footer a{display:block; margin-top:8px; color: rgba(15,23,42,.72); font-weight:800}
.footer a:hover{color: var(--navy)}
.foot-brand{font-weight:900; letter-spacing:-.02em; font-size:16px}
.foot-title{font-weight:900; margin-bottom:8px}
.foot-bottom{display:flex; justify-content:space-between; align-items:center; gap:10px; margin-top:22px; padding-top:16px; border-top:1px solid rgba(226,232,240,.85)}
.to-top{font-weight:900}

/* Responsive */
@media (min-width: 980px){
  .nav{display:flex}
  .top-cta{display:flex}
  .burger{display:none}
  .mobile-nav{display:none !important}
  .brand-logo{height:30px}
}
@media (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr; }
  .h1{font-size: 38px}
  .grid-3{grid-template-columns: 1fr}
  .contact-grid{grid-template-columns: 1fr}
  .mega{display:none !important}
}



/* Global media sizing */
img{max-width:100%; height:auto}
svg{display:block}
.badge svg{width:18px; height:18px}
.btn-ico svg{width:16px; height:16px}


/* Pricing list refinement */
.plan ul{margin:14px 0 16px; padding-left:18px}
.plan li{margin:8px 0; line-height:1.3}


/* Dense link cards for products/services sections */
.card-link{padding:16px}
.card-link h3{font-size:16px}
.card-link .muted{font-size:13px}
.card-ico{width:42px; height:42px; border-radius:16px}
.card-ico svg{width:18px; height:18px}


/* Premium role cards */
.role-card{
  position:relative;
  overflow:hidden;
}
.role-card:before{
  content:"";
  position:absolute; inset:-40% -60%;
  background: radial-gradient(circle at 20% 30%, rgba(37,99,235,.14), transparent 45%),
              radial-gradient(circle at 70% 55%, rgba(22,163,74,.12), transparent 52%);
  transform: rotate(-6deg);
}
.role-card > *{position:relative}
.role-ico{
  width:56px; height:56px;
  border-radius:18px;
  display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(226,232,240,.92);
  background: rgba(255,255,255,.84);
  box-shadow: 0 16px 40px rgba(2,6,23,.10);
}
.role-ico svg{width:20px; height:20px}
.role-title{font-weight:950; letter-spacing:-.02em; font-size:16px}




/* Header alignment */
@media (min-width: 980px){
  .header-inner{justify-content: space-between}
  .nav{flex:1; justify-content:center}
  .top-cta{margin-left:auto}
}

/* Top right CTA (Demo / Giriş) */
.top-cta .btn{
  font-size:13.5px;
  padding:9px 13px;
  gap:8px;
  letter-spacing:-.01em;
  white-space: nowrap;
}
.top-cta .btn .btn-ico svg{width:16px; height:16px}
.btn-demo{
  background: linear-gradient(135deg, rgba(37,99,235,.96), rgba(16,185,129,.92));
  border-color: rgba(37,99,235,.32);
  color: rgba(255,255,255,.96);
  box-shadow: 0 18px 44px rgba(37,99,235,.18);
}
.btn-demo:hover{transform: translateY(-1px); box-shadow: 0 22px 60px rgba(37,99,235,.22)}
.btn-login{
  background: rgba(255,255,255,.74);
  border-color: rgba(15,23,42,.18);
  color: rgba(2,6,23,.88);
  backdrop-filter: blur(10px);
}
.btn-login:hover{transform: translateY(-1px); box-shadow: 0 18px 44px rgba(2,6,23,.10)}


/* Mega menu icon safety */
.m-ico{width:44px; height:44px}
.m-ico svg{width:20px; height:20px}


/* Inner pages */
.page-hero{
  padding:42px 0 18px;
}
.page-hero .ph-wrap{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:center;
}
@media (max-width: 980px){
  .page-hero .ph-wrap{grid-template-columns: 1fr}
}
.ph-ill{
  display:flex; align-items:center; justify-content:center;
}
.ph-ill .ill{
  width:min(360px, 92%);
  aspect-ratio: 1 / 1;
  border-radius: 32px;
  background: radial-gradient(circle at 30% 25%, rgba(37,99,235,.16), transparent 55%),
              radial-gradient(circle at 70% 65%, rgba(16,185,129,.12), transparent 60%),
              linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.60));
  border:1px solid rgba(226,232,240,.92);
  box-shadow: 0 26px 90px rgba(2,6,23,.10);
  display:flex; align-items:center; justify-content:center;
}
.ph-ill svg{width:90px; height:90px}


/* Single-row role cards (desktop) */
.roles-row{
  display:grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap:14px;
}
@media (max-width: 980px){
  .roles-row{
    display:flex;
    gap:12px;
    overflow:auto;
    padding-bottom:8px;
    scroll-snap-type:x mandatory;
  }
  .roles-row .role-card{min-width: 320px; scroll-snap-align:start}
}

svg{max-width:100%; height:auto}


/* Responsive grids */
@media (max-width: 980px){
  .grid-3{grid-template-columns: 1fr}
}
@media (min-width: 981px) and (max-width: 1200px){
  .grid-3{grid-template-columns: repeat(2, minmax(0,1fr))}
}


/* Utility */
.card-pad{padding:0}
.spacer{height:18px}
.input{
  width:100%;
  height:42px;
  border-radius: 14px;
  border:1px solid rgba(226,232,240,.95);
  background: rgba(255,255,255,.9);
  padding:0 14px;
  outline:none;
  color: rgba(2,6,23,.88);
  box-shadow: 0 10px 26px rgba(2,6,23,.06);
}
.input:focus{border-color: rgba(37,99,235,.45); box-shadow: 0 14px 36px rgba(37,99,235,.12)}


/* HCard icon color accents */
.hcard-blue .hcard-ico{background: linear-gradient(135deg, rgba(59,130,246,.18), rgba(255,255,255,.86)); color: rgba(37,99,235,.92)}
.hcard-green .hcard-ico{background: linear-gradient(135deg, rgba(16,185,129,.18), rgba(255,255,255,.86)); color: rgba(16,185,129,.92)}
.hcard-navy .hcard-ico{background: linear-gradient(135deg, rgba(15,23,42,.12), rgba(255,255,255,.86)); color: rgba(15,23,42,.84)}
.hcard-mint .hcard-ico{background: linear-gradient(135deg, rgba(14,165,233,.14), rgba(255,255,255,.86)); color: rgba(14,165,233,.92)}
.hcard-ico{box-shadow: 0 10px 22px rgba(2,6,23,.06)}


/* Page hero premium illustration (replaces giant single icon) */
.ill-ui{position:relative; width:100%; height:100%;}
.ill-ui .ui-card{
  position:absolute;
  left:18px; right:18px;
  border-radius: 18px;
  border:1px solid rgba(226,232,240,.92);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 54px rgba(2,6,23,.10);
  padding:12px 12px;
  display:flex; gap:10px; align-items:center;
}
.ill-ui .ui-card:nth-child(1){top:20px}
.ill-ui .ui-card:nth-child(2){top:114px; left:34px; right:34px}
.ill-ui .ui-card:nth-child(3){bottom:22px}
.ill-ui .ui-ico{
  width:40px; height:40px; border-radius:16px;
  border:1px solid rgba(226,232,240,.92);
  display:flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg, rgba(59,130,246,.14), rgba(16,185,129,.12));
}
.ill-ui .ui-ico svg{width:18px; height:18px}
.ill-ui .ui-t{font-weight:900; letter-spacing:-.02em}
.ill-ui .ui-s{margin-top:2px; font-size:12px; color: rgba(15,23,42,.62); font-weight:700}
.ill-ui .ui-pill{
  margin-left:auto;
  font-size:11px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(226,232,240,.92);
  background: rgba(255,255,255,.78);
  color: rgba(15,23,42,.70);
  font-weight:800;
}


/* --- v11: header always visible on all pages --- */
:root{--mk-header-h:86px;}
@media (max-width: 900px){:root{--mk-header-h:78px;}}
@media (max-width: 560px){:root{--mk-header-h:72px;}}

body{padding-top:var(--mk-header-h);}

header.header, .header .header{
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

header.header{background: rgba(255,255,255,.78); backdrop-filter: blur(12px);}
.header .header{background: rgba(255,255,255,.78); backdrop-filter: blur(12px);}

