@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,400;1,500&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ============================================================
   SKILL BEINGS WIDGETS v4.0 — Testimonial + Admission Steps
   ============================================================ */

/* ─────────────────────────────────────────
   TESTIMONIAL SLIDER
───────────────────────────────────────── */
.sb-ts {
    font-family: 'DM Sans', sans-serif;
    background-color: #0F2A35;
    padding: 72px 40px 64px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.sb-ts::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none; z-index: 0;
}
.sb-ts::after {
    content: '';
    position: absolute;
    width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(76,175,80,0.07) 0%, transparent 70%);
    top: -100px; right: -100px; pointer-events: none; z-index: 0;
}
.sb-ts * { box-sizing: border-box; }

.sb-ts-header { text-align: center; margin-bottom: 52px; position: relative; z-index: 2; }
.sb-ts-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(76,175,80,0.12); border: 1px solid rgba(76,175,80,0.3);
    border-radius: 999px; padding: 5px 14px 5px 10px;
    font-size: 12px; font-weight: 500; color: #6DBF67; margin-bottom: 18px; letter-spacing: 0.3px;
}
.sb-ts-badge-dot {
    width: 20px; height: 20px; background: rgba(76,175,80,0.2);
    border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.sb-ts-badge-dot svg { fill: #4CAF50; }
.sb-ts-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4vw, 48px); font-weight: 600;
    color: #FFFFFF; margin: 0 0 10px; line-height: 1.15;
}
.sb-ts-heading em { font-style: italic; color: #6DBF67; font-weight: 500; }
.sb-ts-sub { font-size: 15px; color: #8A9BA0; font-weight: 300; max-width: 560px; margin: 0 auto; line-height: 1.6; }

.sb-ts-stats { display: flex; justify-content: center; gap: 48px; margin-bottom: 52px; flex-wrap: wrap; position: relative; z-index: 2; }
.sb-ts-stat { text-align: center; }
.sb-ts-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; color: #6DBF67; line-height: 1; margin-bottom: 4px; }
.sb-ts-stat-label { font-size: 12px; color: #8A9BA0; letter-spacing: 0.3px; }
.sb-ts-stat-div { width: 1px; background: rgba(255,255,255,0.08); align-self: stretch; }

.sb-ts-wrap { position: relative; overflow: hidden; padding: 8px 4px; margin: 0 -4px; z-index: 2; }
.sb-ts-track { display: flex; gap: 20px; transition: transform 0.65s cubic-bezier(0.77,0,0.175,1); will-change: transform; align-items: stretch; }

.sb-ts-card {
    flex: 0 0 calc(33.333% - 14px);
    background-color: #162F3A;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px; padding: 30px 28px 26px;
    position: relative; overflow: hidden; cursor: default;
    display: flex; flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.sb-ts-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #4CAF50, #6DBF67, transparent);
    opacity: 0; transition: opacity 0.3s ease; border-radius: 16px 16px 0 0;
}
.sb-ts-card:hover {
    transform: translateY(-5px);
    border-color: rgba(76,175,80,0.3);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4), 0 0 0 1px rgba(76,175,80,0.1);
}
.sb-ts-card:hover::before { opacity: 1; }

.sb-ts-course {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(76,175,80,0.1); border: 1px solid rgba(76,175,80,0.2);
    border-radius: 6px; padding: 4px 10px; font-size: 11px; font-weight: 500;
    color: #6DBF67; margin-bottom: 16px; letter-spacing: 0.2px; width: fit-content;
}
.sb-ts-course svg { opacity: 0.8; flex-shrink: 0; }
.sb-ts-stars { display: flex; gap: 2px; margin-bottom: 14px; }
.sb-ts-star  { color: #F4C430; font-size: 14px; line-height: 1; }
.sb-ts-review { font-size: 14px; line-height: 1.75; color: #A8B8BF; margin: 0 0 24px; font-weight: 300; flex: 1; }
.sb-ts-quote { position: absolute; bottom: 20px; right: 22px; font-family: 'Cormorant Garamond', serif; font-size: 80px; line-height: 1; color: #4CAF50; opacity: 0.07; pointer-events: none; user-select: none; }
.sb-ts-line { height: 1px; background: rgba(255,255,255,0.08); margin-bottom: 20px; flex-shrink: 0; }

.sb-ts-author { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.sb-ts-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(76,175,80,0.4); flex-shrink: 0; display: block; }
.sb-ts-initials {
    width: 46px; height: 46px; border-radius: 50%;
    background: linear-gradient(135deg, #1E4A58, #2A6070);
    border: 2px solid rgba(76,175,80,0.35);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600; color: #6DBF67; flex-shrink: 0;
}
.sb-ts-info { flex: 1; min-width: 0; }
.sb-ts-name { font-size: 14px; font-weight: 600; color: #FFFFFF; margin: 0 0 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sb-ts-role { font-size: 12px; color: #8A9BA0; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sb-ts-li {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(10,102,194,0.12); border: 1px solid rgba(10,102,194,0.3);
    color: #5B9BD5; border-radius: 7px; padding: 6px 12px;
    font-size: 11px; font-weight: 500; text-decoration: none; transition: all 0.2s; white-space: nowrap; flex-shrink: 0;
}
.sb-ts-li:hover { background: rgba(10,102,194,0.25); border-color: rgba(10,102,194,0.55); color: #7BB8F0; text-decoration: none; }
.sb-ts-li svg { flex-shrink: 0; }

.sb-ts-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 40px; position: relative; z-index: 2; }
.sb-ts-btn {
    width: 42px; height: 42px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04);
    color: #A8B8BF; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all 0.25s; padding: 0;
}
.sb-ts-btn:hover { background: rgba(76,175,80,0.15); border-color: rgba(76,175,80,0.45); color: #6DBF67; transform: scale(1.1); }
.sb-ts-dots { display: flex; gap: 7px; align-items: center; }
.sb-ts-dot { height: 6px; width: 6px; border-radius: 999px; background: rgba(255,255,255,0.2); cursor: pointer; transition: all 0.35s ease; display: inline-block; }
.sb-ts-dot.active { background-color: #4CAF50; width: 22px; }

@media (max-width: 1024px) { .sb-ts-card { flex: 0 0 calc(50% - 10px); } .sb-ts-stat-div { display: none; } .sb-ts { padding: 52px 24px 48px; } }
@media (max-width: 640px)  { .sb-ts-card { flex: 0 0 100%; } .sb-ts { padding: 40px 16px 40px; } .sb-ts-heading { font-size: 28px; } }

/* ─────────────────────────────────────────
   ADMISSION STEPS WIDGET
───────────────────────────────────────── */
.sb-adm {
    font-family: 'DM Sans', sans-serif;
    background-color: #0B1F28;
    padding: 80px 48px 100px;
    position: relative; overflow: hidden; width: 100%;
}
.sb-adm::before {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.012) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.012) 1px, transparent 1px);
    background-size: 56px 56px; pointer-events: none;
}
.sb-adm-glow1 { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(76,175,80,0.055) 0%, transparent 65%); top: -200px; right: -150px; pointer-events: none; }
.sb-adm-glow2 { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.04) 0%, transparent 65%); bottom: -150px; left: -100px; pointer-events: none; }
.sb-adm * { box-sizing: border-box; }

/* Header */
.sb-adm-head { text-align: center; max-width: 100%; margin: 0 auto 72px; position: relative; z-index: 2; }
.sb-adm-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(76,175,80,0.1); border: 1px solid rgba(76,175,80,0.25); border-radius: 999px; padding: 5px 16px 5px 10px; font-size: 12px; font-weight: 500; color: #6DBF67; letter-spacing: 0.4px; margin-bottom: 18px; }
.sb-adm-badge-dot { width: 20px; height: 20px; background: rgba(76,175,80,0.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sb-adm-badge-dot svg { fill: #4CAF50; width: 11px; height: 11px; }
.sb-adm-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px, 2.8vw, 42px); font-weight: 600; color: #FFFFFF; line-height: 1.12; margin-bottom: 14px; white-space: nowrap; }
.sb-adm-title em { font-style: italic; color: #6DBF67; }
.sb-adm-sub { font-size: 15px; color: #6B8A94; font-weight: 300; line-height: 1.7; }

/* ── DESKTOP HORIZONTAL ── */
.sb-adm-timeline { position: relative; z-index: 2; }

.sb-adm-nodes-row {
    display: flex; align-items: flex-end;
    margin-bottom: 20px;
}
.sb-adm-node-col { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; cursor: pointer; }
.sb-adm-step-lbl { font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #6B8A94; margin-bottom: 10px; transition: color 0.3s; white-space: nowrap; }
.sb-adm-node {
    width: 54px; height: 54px; border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.1); background: #162F3A;
    display: flex; align-items: center; justify-content: center;
    position: relative; transition: all 0.4s ease; flex-shrink: 0;
}
.sb-adm-node-num { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: #6B8A94; line-height: 1; transition: color 0.3s; }
.sb-adm-chk { display: none; stroke: #fff; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; width: 18px; height: 18px; }

.sb-adm-line { flex: 1; height: 2px; background: rgba(255,255,255,0.07); position: relative; overflow: hidden; margin-bottom: 27px; align-self: flex-end; }
.sb-adm-line-fill { position: absolute; top: 0; left: 0; height: 100%; width: 0%; background: linear-gradient(90deg, #4CAF50, #6DBF67); transition: width 0.7s cubic-bezier(0.4,0,0.2,1); box-shadow: 0 0 8px rgba(76,175,80,0.5); }

.sb-adm-cards-row { display: flex; gap: 12px; margin-top: 4px; }

.sb-adm-card {
    flex: 1; min-width: 0;
    background: rgba(22,47,58,0.55);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px; padding: 22px 18px 20px;
    position: relative; overflow: hidden; cursor: pointer;
    transition: all 0.35s ease; backdrop-filter: blur(8px);
}
.sb-adm-card::before { content: ''; position: absolute; top: -7px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 13px; height: 13px; background: rgba(22,47,58,0.9); border-left: 1px solid rgba(255,255,255,0.07); border-top: 1px solid rgba(255,255,255,0.07); transition: all 0.35s ease; }
.sb-adm-card::after  { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #4CAF50, #6DBF67, transparent); opacity: 0; transition: opacity 0.35s ease; border-radius: 14px 14px 0 0; }
.sb-adm-card-ico { width: 34px; height: 34px; background: rgba(76,175,80,0.1); border: 1px solid rgba(76,175,80,0.18); border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; transition: all 0.35s; }
.sb-adm-card-ico svg { width: 16px; height: 16px; stroke: #6DBF67; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sb-adm-card-title { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 600; color: #FFFFFF; margin-bottom: 8px; line-height: 1.25; transition: color 0.3s; }
.sb-adm-card-desc  { font-size: 12px; color: #6B8A94; line-height: 1.7; font-weight: 300; transition: color 0.3s; }
.sb-adm-card-tag   { display: inline-flex; align-items: center; gap: 4px; margin-top: 12px; background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.2); border-radius: 999px; padding: 3px 10px; font-size: 10px; font-weight: 500; color: #C9A84C; letter-spacing: 0.3px; }

/* Active node */
.sb-adm-node-col.active .sb-adm-step-lbl { color: #6DBF67; }
.sb-adm-node-col.active .sb-adm-node { background: linear-gradient(135deg, #4CAF50, #2E7D32); border-color: #4CAF50; box-shadow: 0 0 0 5px rgba(76,175,80,0.15), 0 0 28px rgba(76,175,80,0.35); }
.sb-adm-node-col.active .sb-adm-node-num { color: #fff; }
@keyframes sb-pulse { 0%{transform:scale(1);opacity:.5} 100%{transform:scale(1.85);opacity:0} }
.sb-adm-node-col.active .sb-adm-node::after { content: ''; position: absolute; inset: -5px; border-radius: 50%; border: 1px solid #4CAF50; animation: sb-pulse 1.8s ease-out infinite; }

/* Completed node */
.sb-adm-node-col.completed .sb-adm-node { background: rgba(76,175,80,0.15); border-color: rgba(76,175,80,0.4); }
.sb-adm-node-col.completed .sb-adm-node-num { display: none; }
.sb-adm-node-col.completed .sb-adm-chk { display: block; }
.sb-adm-node-col.completed .sb-adm-step-lbl { color: #6DBF67; }
@keyframes sb-check { from{stroke-dashoffset:28} to{stroke-dashoffset:0} }
.sb-adm-node-col.completed .sb-adm-chk polyline { stroke-dasharray: 28; animation: sb-check 0.4s ease both; }

/* Active card */
.sb-adm-card.active { background: rgba(20,55,38,0.5); border-color: rgba(76,175,80,0.28); transform: translateY(-5px); box-shadow: 0 18px 48px rgba(0,0,0,0.35), 0 0 0 1px rgba(76,175,80,0.1); }
.sb-adm-card.active::before { background: rgba(20,55,38,0.9); border-color: rgba(76,175,80,0.22); }
.sb-adm-card.active::after  { opacity: 1; }
.sb-adm-card.active .sb-adm-card-ico { background: rgba(76,175,80,0.2); border-color: rgba(76,175,80,0.35); box-shadow: 0 0 14px rgba(76,175,80,0.15); }
.sb-adm-card.active .sb-adm-card-title { color: #fff; }
.sb-adm-card.active .sb-adm-card-desc  { color: #A8C4CC; }

/* Hover */
.sb-adm-node-col:not(.active) .sb-adm-node:hover { border-color: rgba(76,175,80,0.3); box-shadow: 0 0 18px rgba(76,175,80,0.12); }
.sb-adm-card:not(.active):hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.12); box-shadow: 0 10px 28px rgba(0,0,0,0.25); }

/* ── MOBILE VERTICAL ── */
.sb-adm-mobile { display: none; flex-direction: column; gap: 0; position: relative; z-index: 2; }
.sb-adm-mobile::before { content: ''; position: absolute; left: 26px; top: 27px; bottom: 27px; width: 2px; background: rgba(255,255,255,0.07); z-index: 0; }

.sb-adm-m-step { display: flex; gap: 16px; align-items: flex-start; padding-bottom: 24px; position: relative; z-index: 1; cursor: pointer; }
.sb-adm-m-step:last-child { padding-bottom: 0; }
.sb-adm-m-left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.sb-adm-m-node { width: 54px; height: 54px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.1); background: #162F3A; display: flex; align-items: center; justify-content: center; position: relative; transition: all 0.4s ease; flex-shrink: 0; z-index: 2; }
.sb-adm-m-num  { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: #6B8A94; line-height: 1; transition: color 0.3s; }
.sb-adm-m-chk  { display: none; stroke: #fff; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; width: 18px; height: 18px; }
.sb-adm-m-vline { width: 2px; flex: 1; min-height: 24px; background: rgba(255,255,255,0.07); position: relative; overflow: hidden; }
.sb-adm-m-vfill { position: absolute; top: 0; left: 0; width: 100%; height: 0%; background: linear-gradient(180deg, #4CAF50, #6DBF67); transition: height 0.7s cubic-bezier(0.4,0,0.2,1); box-shadow: 0 0 8px rgba(76,175,80,0.5); }

.sb-adm-m-card { flex: 1; background: rgba(22,47,58,0.55); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; padding: 18px 16px; position: relative; overflow: hidden; transition: all 0.35s ease; backdrop-filter: blur(8px); }
.sb-adm-m-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #4CAF50, #6DBF67, transparent); opacity: 0; transition: opacity 0.35s; border-radius: 14px 14px 0 0; }
.sb-adm-m-lbl   { font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #6B8A94; margin-bottom: 6px; transition: color 0.3s; }
.sb-adm-m-title { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 600; color: #FFFFFF; margin-bottom: 6px; line-height: 1.2; transition: color 0.3s; }
.sb-adm-m-desc  { font-size: 12px; color: #6B8A94; line-height: 1.65; font-weight: 300; transition: color 0.3s; }
.sb-adm-m-tag   { display: inline-flex; align-items: center; gap: 4px; margin-top: 10px; background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.2); border-radius: 999px; padding: 3px 10px; font-size: 10px; font-weight: 500; color: #C9A84C; }

/* Mobile active */
.sb-adm-m-step.active .sb-adm-m-node { background: linear-gradient(135deg, #4CAF50, #2E7D32); border-color: #4CAF50; box-shadow: 0 0 0 5px rgba(76,175,80,0.15), 0 0 24px rgba(76,175,80,0.3); }
.sb-adm-m-step.active .sb-adm-m-num  { color: #fff; }
.sb-adm-m-step.active .sb-adm-m-lbl  { color: #6DBF67; }
.sb-adm-m-step.active .sb-adm-m-card { background: rgba(20,55,38,0.5); border-color: rgba(76,175,80,0.28); box-shadow: 0 12px 32px rgba(0,0,0,0.3); }
.sb-adm-m-step.active .sb-adm-m-card::after { opacity: 1; }
.sb-adm-m-step.active .sb-adm-m-title { color: #fff; }
.sb-adm-m-step.active .sb-adm-m-desc  { color: #A8C4CC; }
@keyframes sb-pulse-m { 0%{transform:scale(1);opacity:.5} 100%{transform:scale(1.85);opacity:0} }
.sb-adm-m-step.active .sb-adm-m-node::after { content: ''; position: absolute; inset: -5px; border-radius: 50%; border: 1px solid #4CAF50; animation: sb-pulse-m 1.8s ease-out infinite; }

/* Mobile completed */
.sb-adm-m-step.completed .sb-adm-m-node { background: rgba(76,175,80,0.15); border-color: rgba(76,175,80,0.4); }
.sb-adm-m-step.completed .sb-adm-m-num  { display: none; }
.sb-adm-m-step.completed .sb-adm-m-chk  { display: block; }
.sb-adm-m-step.completed .sb-adm-m-lbl  { color: #6DBF67; }
.sb-adm-m-step.completed .sb-adm-m-vfill{ height: 100%; }
.sb-adm-m-step.completed .sb-adm-m-chk polyline { stroke-dasharray: 28; animation: sb-check 0.4s ease both; }

/* Footer */
.sb-adm-footer { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 48px; position: relative; z-index: 2; }
.sb-adm-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.04); color: #6B8A94; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.25s; padding: 0; }
.sb-adm-btn:hover { background: rgba(76,175,80,0.14); border-color: rgba(76,175,80,0.38); color: #6DBF67; transform: scale(1.08); }
.sb-adm-btn svg { width: 15px; height: 15px; }
.sb-adm-dots { display: flex; gap: 7px; align-items: center; }
.sb-adm-dot { height: 6px; width: 6px; border-radius: 999px; background: rgba(255,255,255,0.15); cursor: pointer; transition: all 0.3s ease; display: inline-block; }
.sb-adm-dot.active { background-color: #4CAF50; width: 22px; box-shadow: 0 0 8px rgba(76,175,80,0.5); }

.sb-adm-cta { text-align: center; margin-top: 52px; position: relative; z-index: 2; }
.sb-adm-cta-note { font-size: 13px; color: #6B8A94; margin-bottom: 16px; }
.sb-adm-cta-btn { display: inline-flex; align-items: center; gap: 9px; background: linear-gradient(135deg, #4CAF50, #2E7D32); color: #fff; border: none; border-radius: 11px; padding: 13px 30px; font-size: 14px; font-weight: 600; font-family: 'DM Sans', sans-serif; cursor: pointer; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 8px 28px rgba(76,175,80,0.28); }
.sb-adm-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(76,175,80,0.38); color: #fff; text-decoration: none; }
.sb-adm-cta-btn svg { width: 16px; height: 16px; transition: transform 0.3s; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; }
.sb-adm-cta-btn:hover svg { transform: translateX(4px); }

/* Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
    .sb-adm { padding: 60px 32px 80px; }
    .sb-adm-card { padding: 18px 14px 16px; }
    .sb-adm-card-title { font-size: 14px; }
    .sb-adm-card-desc  { font-size: 11px; }
}
/* Mobile */
@media (max-width: 768px) {
    .sb-adm { padding: 60px 20px 80px; }
    .sb-adm-head { margin-bottom: 48px; }
    .sb-adm-timeline { display: none; }
    .sb-adm-mobile   { display: flex; }
}
@media (min-width: 769px) {
    .sb-adm-timeline { display: block; }
    .sb-adm-mobile   { display: none !important; }
}

/* ── v12 additions ── */
.sb-adm { position: relative; overflow: hidden; }
.sb-adm-inner { position: relative; z-index: 2; width: 100%; }
.sb-adm-grid {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(76,175,80,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(76,175,80,0.06) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
    background-size: 96px 96px, 96px 96px, 24px 24px, 24px 24px;
}
