:root {
    --primary: #1a3a6b;
    --primary-dark: #0d2447;
    --secondary: #c9a227;
    --accent: #d4af37;
    --gold-light: #e8c547;
    --bg: #f8f7f4;
    --surface: #ffffff;
    --text: #1e293b;
    --text-muted: #64748b;
    --border: #e2e8f0;
    --success: #059669;
    --danger: #dc2626;
    --warning: #d97706;
    --radius: 12px;
    --shadow: 0 4px 20px rgba(26, 58, 107, 0.1);
    --font: 'Cairo', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--text);
    line-height: 1.7;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a { color: var(--primary); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--secondary); }

.container { width: min(1140px, 92%); margin: 0 auto; }

/* Header */
.site-header {
    background: var(--surface);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    gap: 1rem;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text);
}

.brand-logo { width: 56px; height: 56px; object-fit: contain; }
.brand-name { font-weight: 700; font-size: 0.95rem; color: var(--primary); line-height: 1.3; max-width: 200px; }

.main-nav { display: flex; align-items: center; gap: 0.25rem; }

.main-nav a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 600;
}

.main-nav .nav-ico {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.88;
    background: currentColor;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.nav-cta .nav-ico { opacity: 1; background: #fff; }

.main-nav .nav-ico-home { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E"); }
.main-nav .nav-ico-about { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E"); }
.main-nav .nav-ico-regulations { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z'/%3E%3C/svg%3E"); }
.main-nav .nav-ico-register { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6zm-1 2l5 5h-5V4zM8 13h8v2H8v-2zm0 4h5v2H8v-2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6zm-1 2l5 5h-5V4zM8 13h8v2H8v-2zm0 4h5v2H8v-2z'/%3E%3C/svg%3E"); }
.main-nav .nav-ico-digital { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z'/%3E%3C/svg%3E"); }
.main-nav .nav-ico-login { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 1C8.676 1 6 3.676 6 7v2H4v14h16V9h-2V7c0-3.324-2.676-6-6-6zm0 2c2.276 0 4 1.724 4 4v2H8V7c0-2.276 1.724-4 4-4zm0 10a2 2 0 110 4 2 2 0 010-4z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 1C8.676 1 6 3.676 6 7v2H4v14h16V9h-2V7c0-3.324-2.676-6-6-6zm0 2c2.276 0 4 1.724 4 4v2H8V7c0-2.276 1.724-4 4-4zm0 10a2 2 0 110 4 2 2 0 010-4z'/%3E%3C/svg%3E"); }

.main-nav a.nav-admin {
    margin-right: 0.15rem;
    border: 1px solid rgba(26, 58, 107, 0.18);
    background: rgba(26, 58, 107, 0.04);
}

.main-nav a.nav-admin:hover,
.main-nav a.nav-admin.active {
    background: rgba(26, 58, 107, 0.1);
    border-color: rgba(26, 58, 107, 0.28);
}

.main-nav a:hover, .main-nav a.active { background: rgba(26, 95, 122, 0.08); color: var(--primary); }

.nav-cta {
    background: var(--primary) !important;
    color: #fff !important;
}

.nav-cta:hover { background: var(--secondary) !important; color: #fff !important; }

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
}

.site-main { flex: 1; }

/* Hero home */
.hero-home {
    background: linear-gradient(160deg, var(--primary) 0%, var(--primary-dark) 70%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hero-home::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -20%;
    width: 60%;
    height: 120%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.hero-home::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), var(--gold-light), var(--secondary));
}

.hero-home-inner {
    text-align: center;
    padding: 3.5rem 0 3rem;
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.hero-home .hero-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 50%;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.25rem;
    background: #fff;
    padding: 6px;
}

.hero-home h1 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.hero-tagline {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--gold-light);
    margin-bottom: 0.75rem;
}

.hero-intro {
    opacity: 0.9;
    font-size: 0.98rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* Info strip */
.info-strip {
    background: var(--primary-dark);
    color: #fff;
    padding: 1.25rem 0;
}

.info-strip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    text-align: center;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-label {
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 600;
}

.info-item a,
.info-item span {
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
}

.info-item a:hover { color: var(--gold-light); }

/* Card icons (no emoji) */
.card-icon {
    width: 48px;
    height: 48px;
    background: rgba(26, 58, 107, 0.1);
    border-radius: 10px;
    margin-bottom: 1rem;
    position: relative;
}

.card-icon::after {
    content: '';
    position: absolute;
    inset: 12px;
    background: var(--primary);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.icon-book::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 4h12a2 2 0 012 2v14l-4-2-4 2-4-2-4 2V6a2 2 0 012-2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 4h12a2 2 0 012 2v14l-4-2-4 2-4-2-4 2V6a2 2 0 012-2z'/%3E%3C/svg%3E"); }
.icon-teacher::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 3L1 9l11 6 9-4.91V17h2V9M5 13.18V17.18L12 21l7-4v-4.09'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 3L1 9l11 6 9-4.91V17h2V9M5 13.18V17.18L12 21l7-4v-4.09'/%3E%3C/svg%3E"); }
.icon-tech::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4 6h16v12H4V6m0-2a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2H4m7 14h2v-2h-2v2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4 6h16v12H4V6m0-2a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2H4m7 14h2v-2h-2v2z'/%3E%3C/svg%3E"); }
.icon-shield::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z'/%3E%3C/svg%3E"); }
.icon-star::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z'/%3E%3C/svg%3E"); }
.icon-handshake::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11.5 12.5L9 10l-4 4v3h3l4-4m1-1l2.5 2.5L20 12l-4-4-2.5 2.5M16.5 5.5L19 3l3 3-2.5 2.5L16.5 5.5z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11.5 12.5L9 10l-4 4v3h3l4-4m1-1l2.5 2.5L20 12l-4-4-2.5 2.5M16.5 5.5L19 3l3 3-2.5 2.5L16.5 5.5z'/%3E%3C/svg%3E"); }
.icon-phone::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E"); }
.icon-location::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.9-3.1-7-7-7zm0 9.5A2.5 2.5 0 1112 6a2.5 2.5 0 010 5.5z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.9-3.1-7-7-7zm0 9.5A2.5 2.5 0 1112 6a2.5 2.5 0 010 5.5z'/%3E%3C/svg%3E"); }
.icon-mail::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E"); }
.icon-target::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm0 16a6 6 0 110-12 6 6 0 010 12zm0-10a4 4 0 100 8 4 4 0 000-8zm0 2a2 2 0 110 4 2 2 0 010-4z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm0 16a6 6 0 110-12 6 6 0 010 12zm0-10a4 4 0 100 8 4 4 0 000-8zm0 2a2 2 0 110 4 2 2 0 010-4z'/%3E%3C/svg%3E"); }
.icon-quiz::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6zm-1 2l5 5h-5V4zM8 13h8v2H8v-2zm0 4h5v2H8v-2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6zm-1 2l5 5h-5V4zM8 13h8v2H8v-2zm0 4h5v2H8v-2z'/%3E%3C/svg%3E"); }
.icon-mobile::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17 1H7a2 2 0 00-2 2v18a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2zm-5 20a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM17 17H7V4h10v13z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17 1H7a2 2 0 00-2 2v18a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2zm-5 20a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM17 17H7V4h10v13z'/%3E%3C/svg%3E"); }
.icon-tablet::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18 0H6a2 2 0 00-2 2v20a2 2 0 002 2h12a2 2 0 002-2V2a2 2 0 00-2-2zm-6 22a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM18 18H6V2h12v16z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18 0H6a2 2 0 00-2 2v20a2 2 0 002 2h12a2 2 0 002-2V2a2 2 0 00-2-2zm-6 22a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM18 18H6V2h12v16z'/%3E%3C/svg%3E"); }
.icon-globe-channel::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93A8.003 8.003 0 014.07 13H11v6.93zM11 11V4.07A8.003 8.003 0 0119.93 11H11z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93A8.003 8.003 0 014.07 13H11v6.93zM11 11V4.07A8.003 8.003 0 0119.93 11H11z'/%3E%3C/svg%3E"); }
.icon-video::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17 10.5V7a1 1 0 00-1-1H4a1 1 0 00-1 1v10a1 1 0 001 1h12a1 1 0 001-1v-3.5l4 4v-11l-4 4z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17 10.5V7a1 1 0 00-1-1H4a1 1 0 00-1 1v10a1 1 0 001 1h12a1 1 0 001-1v-3.5l4 4v-11l-4 4z'/%3E%3C/svg%3E"); }
.icon-file::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z'/%3E%3C/svg%3E"); }
.icon-chat::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 2H4a2 2 0 00-2 2v18l4-4h14a2 2 0 002-2V4a2 2 0 00-2-2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 2H4a2 2 0 00-2 2v18l4-4h14a2 2 0 002-2V4a2 2 0 00-2-2z'/%3E%3C/svg%3E"); }

.contact-card .card-icon { margin: 0 auto 0.75rem; }

.form-pledge {
    margin-top: 1.25rem;
    padding: 1rem;
    background: var(--bg);
    border-radius: 8px;
    border: 1px solid var(--border);
}

.form-pledge.has-error { border-color: var(--danger); background: #fef2f2; }

.form-pledge .pledge-error {
    display: none;
    color: var(--danger);
    font-size: 0.82rem;
    margin-top: 0.5rem;
}

.form-pledge.has-error .pledge-error { display: block; }

.form-pledge label a { font-weight: 700; text-decoration: underline; }

/* Hero (legacy) */
.hero {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 60%, #2a4a7a 100%);
    color: #fff;
    padding: 4rem 0;
    text-align: center;
    position: relative;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), var(--gold-light), var(--secondary));
}

.hero-logo { width: 150px; height: 150px; margin-bottom: 1rem; object-fit: contain; border-radius: 50%; box-shadow: 0 4px 24px rgba(0,0,0,0.15); }
.hero h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin-bottom: 0.75rem; }
.hero p { font-size: 1.05rem; opacity: 0.92; max-width: 600px; margin: 0 auto 1.5rem; }

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    border-radius: 8px;
    font-family: var(--font);
    font-size: 0.95rem;
    font-weight: 600;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); color: #fff; }

.btn-secondary { background: var(--secondary); color: #fff; }
.btn-secondary:hover { background: #b8922a; color: #fff; }

.btn-outline { background: transparent; color: #fff; border-color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,0.15); color: #fff; }

.btn-outline-dark { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-outline-dark:hover { background: var(--primary); color: #fff; }

.btn-sm { padding: 0.4rem 0.9rem; font-size: 0.85rem; }
.btn-danger { background: var(--danger); color: #fff; }
.btn-success { background: var(--success); color: #fff; }

/* Sections */
.section { padding: 3.5rem 0; }
.section-alt { background: var(--surface); }
.section-title { text-align: center; font-size: 1.6rem; color: var(--primary); margin-bottom: 0.5rem; }
.section-subtitle { text-align: center; color: var(--text-muted); margin-bottom: 2rem; }

/* Cards */
.card {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1.5rem;
    border: 1px solid var(--border);
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.card h3 { color: var(--primary); margin-bottom: 0.5rem; font-size: 1.1rem; }
.card p { color: var(--text-muted); font-size: 0.95rem; }

/* CTA Box */
.cta-box {
    background: linear-gradient(135deg, rgba(26,95,122,0.06), rgba(21,152,149,0.06));
    border: 2px dashed var(--accent);
    border-radius: var(--radius);
    padding: 2rem;
    text-align: center;
}

.cta-box h2 { color: var(--primary); margin-bottom: 0.5rem; }

/* Page header */
.page-header {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    padding: 2.5rem 0;
    text-align: center;
    border-bottom: 3px solid var(--secondary);
}

.page-header h1 { font-size: 1.8rem; }

/* Content */
.content-block { max-width: 800px; margin: 0 auto; }
.content-block h2 { color: var(--primary); margin: 1.5rem 0 0.75rem; font-size: 1.25rem; }
.content-block p, .content-block li { color: var(--text-muted); margin-bottom: 0.5rem; }
.content-block ul { padding-right: 1.25rem; margin-bottom: 1rem; }

/* Forms */
.form-section { margin-bottom: 2rem; }
.form-section-title {
    font-size: 1.15rem;
    color: var(--primary);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--accent);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-weight: 600; margin-bottom: 0.35rem; font-size: 0.9rem; }
.form-group label .req { color: var(--danger); }
.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-family: var(--font);
    font-size: 0.95rem;
    background: var(--surface);
    transition: border-color 0.2s;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(26, 95, 122, 0.12);
}

.form-group .field-error { color: var(--danger); font-size: 0.82rem; margin-top: 0.25rem; display: none; }
.form-group.has-error input, .form-group.has-error select { border-color: var(--danger); }
.form-group.has-error .field-error { display: block; }

.form-hint { font-size: 0.82rem; color: var(--text-muted); margin-top: 0.25rem; }

/* Multi-step */
.steps-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}

.steps-bar::before {
    content: '';
    position: absolute;
    top: 18px;
    right: 10%;
    left: 10%;
    height: 2px;
    background: var(--border);
    z-index: 0;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    position: relative;
    z-index: 1;
    flex: 1;
}

.step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--border);
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.step-item.active .step-num { background: var(--primary); color: #fff; }
.step-item.done .step-num { background: var(--secondary); color: #fff; }
.step-label { font-size: 0.78rem; color: var(--text-muted); text-align: center; }
.step-item.active .step-label { color: var(--primary); font-weight: 600; }

.form-step { display: none; }
.form-step.active { display: block; }

.form-actions {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
}

/* Alerts */
.alert {
    padding: 0.85rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.alert-success { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.alert-error { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }
.alert-warning { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
.alert-info { background: #dbeafe; color: #1e40af; border: 1px solid #bfdbfe; }

/* Badges */
.badge {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.badge-new { background: #dbeafe; color: #1e40af; }
.badge-review { background: #fef3c7; color: #92400e; }
.badge-accepted { background: #d1fae5; color: #065f46; }
.badge-rejected { background: #fee2e2; color: #991b1b; }
.badge-needs { background: #ffedd5; color: #9a3412; }
.badge-archived { background: #f1f5f9; color: #475569; }

/* Track / Success */
.result-card { max-width: 560px; margin: 2rem auto; text-align: center; }
.result-card .result-icon { font-size: 3rem; margin-bottom: 1rem; }

.result-icon-success {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #059669, #10b981);
    position: relative;
    box-shadow: 0 4px 16px rgba(5, 150, 105, 0.35);
}

.result-icon-success::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    background: #fff;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* WhatsApp float */
.whatsapp-float {
    position: fixed;
    left: 1rem;
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
    z-index: 280;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.whatsapp-float:hover { transform: scale(1.06); }

.whatsapp-float-ico {
    width: 28px;
    height: 28px;
    background: #fff;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347'/%3E%3C/svg%3E") center/contain no-repeat;
}

@media (min-width: 769px) {
    .whatsapp-float { bottom: 1.5rem; }
}

/* Admin notifications */
.admin-notify-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.85rem 1rem;
    background: #fef3c7;
    border: 1px solid #fde68a;
    border-radius: 12px;
    margin-bottom: 1rem;
    animation: notifyPulse 2s ease-in-out infinite;
}

@keyframes notifyPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.2); }
    50% { box-shadow: 0 0 0 6px rgba(217, 119, 6, 0); }
}

.admin-notify-toast {
    position: fixed;
    top: calc(1rem + env(safe-area-inset-top, 0px));
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
    background: #1a3a6b;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
    font-size: 0.9rem;
    max-width: 92%;
    text-align: center;
}

.checkbox-inline {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 400;
    font-size: 0.88rem;
    white-space: nowrap;
}

.checkbox-inline input { width: auto; }

.draft-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding: 0.65rem 0.85rem;
    background: #dbeafe;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-size: 0.88rem;
}
.result-detail { text-align: right; margin-top: 1.5rem; }
.result-row { display: flex; justify-content: space-between; padding: 0.6rem 0; border-bottom: 1px solid var(--border); }
.result-row span:first-child { color: var(--text-muted); }

/* Footer */
.site-footer { background: var(--primary-dark); color: rgba(255,255,255,0.85); margin-top: auto; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; padding: 2.5rem 0; }
.footer-logo { width: 80px; height: 80px; margin-bottom: 0.75rem; object-fit: contain; border-radius: 50%; }
.footer-col h3, .footer-col h4 { color: #fff; margin-bottom: 0.75rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.4rem; }
.footer-col a { color: rgba(255,255,255,0.8); }
.footer-col a:hover { color: var(--accent); }
.contact-list span { color: rgba(255,255,255,0.6); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 1rem 0; text-align: center; font-size: 0.85rem; }

/* Admin */
.admin-layout { display: flex; min-height: 100vh; }
.admin-sidebar {
    width: 260px;
    background: var(--primary-dark);
    color: #fff;
    flex-shrink: 0;
    padding: 1.5rem 0;
}

.admin-sidebar .brand { padding: 0 1.25rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 1rem; }
.admin-sidebar .brand-name { color: #fff; font-size: 0.95rem; }
.admin-sidebar .brand-logo { width: 52px; height: 52px; object-fit: contain; }

.admin-nav a {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1.25rem;
    color: rgba(255,255,255,0.8);
    font-size: 0.92rem;
    font-weight: 600;
}

.admin-nav a:hover, .admin-nav a.active { background: rgba(255,255,255,0.1); color: #fff; }

.admin-nav .nav-ico,
.admin-sidebar .nav-ico {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: currentColor;
    opacity: 0.85;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.admin-nav .nav-ico-dash,
.admin-sidebar .nav-ico-dash { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z'/%3E%3C/svg%3E"); }
.admin-nav .nav-ico-list,
.admin-sidebar .nav-ico-list { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 5h18v2H3V5zm0 6h18v2H3v-2zm0 6h18v2H3v-2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 5h18v2H3V5zm0 6h18v2H3v-2zm0 6h18v2H3v-2z'/%3E%3C/svg%3E"); }
.admin-nav .nav-ico-gear,
.admin-sidebar .nav-ico-gear { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19.14 12.94a7.07 7.07 0 000-1.88l2.03-1.58a.5.5 0 00.12-.64l-1.92-3.32a.5.5 0 00-.6-.22l-2.39.96a7.12 7.12 0 00-1.63-.94l-.36-2.54a.5.5 0 00-.49-.42h-3.84a.5.5 0 00-.49.42l-.36 2.54a7.12 7.12 0 00-1.63.94l-2.39-.96a.5.5 0 00-.6.22L2.71 8.84a.5.5 0 00.12.64l2.03 1.58a7.07 7.07 0 000 1.88l-2.03 1.58a.5.5 0 00-.12.64l1.92 3.32a.5.5 0 00.6.22l2.39-.96c.5.39 1.05.71 1.63.94l.36 2.54a.5.5 0 00.49.42h3.84a.5.5 0 00.49-.42l.36-2.54c.58-.23 1.13-.55 1.63-.94l2.39.96a.5.5 0 00.6-.22l1.92-3.32a.5.5 0 00-.12-.64l-2.03-1.58zM12 15.5A3.5 3.5 0 1112 8.5a3.5 3.5 0 010 7z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19.14 12.94a7.07 7.07 0 000-1.88l2.03-1.58a.5.5 0 00.12-.64l-1.92-3.32a.5.5 0 00-.6-.22l-2.39.96a7.12 7.12 0 00-1.63-.94l-.36-2.54a.5.5 0 00-.49-.42h-3.84a.5.5 0 00-.49.42l-.36 2.54a7.12 7.12 0 00-1.63.94l-2.39-.96a.5.5 0 00-.6.22L2.71 8.84a.5.5 0 00.12.64l2.03 1.58a7.07 7.07 0 000 1.88l-2.03 1.58a.5.5 0 00-.12.64l1.92 3.32a.5.5 0 00.6.22l2.39-.96c.5.39 1.05.71 1.63.94l.36 2.54a.5.5 0 00.49.42h3.84a.5.5 0 00.49-.42l.36-2.54c.58-.23 1.13-.55 1.63-.94l2.39.96a.5.5 0 00.6-.22l1.92-3.32a.5.5 0 00-.12-.64l-2.03-1.58zM12 15.5A3.5 3.5 0 1112 8.5a3.5 3.5 0 010 7z'/%3E%3C/svg%3E"); }
.admin-nav .nav-ico-users,
.admin-sidebar .nav-ico-users { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z'/%3E%3C/svg%3E"); }
.admin-nav .nav-ico-globe,
.admin-sidebar .nav-ico-globe { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93A8.003 8.003 0 014.07 13H11v6.93zM11 11V4.07A8.003 8.003 0 0119.93 11H11z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93A8.003 8.003 0 014.07 13H11v6.93zM11 11V4.07A8.003 8.003 0 0119.93 11H11z'/%3E%3C/svg%3E"); }
.admin-nav .nav-ico-book,
.admin-sidebar .nav-ico-book { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 4h12a2 2 0 012 2v14l-4-2-4 2-4-2-4 2V6a2 2 0 012-2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 4h12a2 2 0 012 2v14l-4-2-4 2-4-2-4 2V6a2 2 0 012-2z'/%3E%3C/svg%3E"); }
.admin-nav .nav-ico-digital,
.admin-sidebar .nav-ico-digital { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z'/%3E%3C/svg%3E"); }

.digital-summary-cell {
    max-width: 280px;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.45;
}

.stat-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.15s, box-shadow 0.15s;
}

.stat-card-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 58, 107, 0.12);
}

.admin-content { flex: 1; display: flex; flex-direction: column; }
.admin-topbar {
    background: var(--surface);
    padding: 0.85rem 1.5rem;
    box-shadow: var(--shadow);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin-topbar-title {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 700;
    color: var(--primary);
    font-size: 1rem;
    min-width: 0;
}

.admin-topbar-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}

.admin-logout-btn { flex-shrink: 0; }

.admin-body { padding: 1.5rem; flex: 1; }

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 1.25rem;
    box-shadow: var(--shadow);
    border-right: 4px solid var(--primary);
}

.stat-card h4 { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.35rem; }
.stat-card .stat-num { font-size: 1.8rem; font-weight: 700; color: var(--primary); }

.dashboard-hero {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    padding: 1.35rem 1.5rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 72%);
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 10px 32px rgba(13, 36, 71, 0.22);
    position: relative;
    overflow: hidden;
}

.dashboard-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -10%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.dashboard-hero-main {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 220px;
}

.dashboard-greeting {
    font-size: 0.88rem;
    opacity: 0.88;
    margin-bottom: 0.25rem;
}

.dashboard-hero-title {
    font-size: 1.55rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    line-height: 1.3;
}

.dashboard-hero-sub {
    font-size: 0.88rem;
    opacity: 0.82;
    margin: 0;
}

.dashboard-datetime {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    align-self: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    padding: 0.9rem 1.25rem;
    min-width: 210px;
    backdrop-filter: blur(6px);
}

.dashboard-datetime-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    opacity: 0.78;
    margin-bottom: 0.35rem;
}

.dashboard-clock {
    display: block;
    font-size: clamp(1.5rem, 4vw, 1.85rem);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.dashboard-date {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    opacity: 0.92;
    line-height: 1.5;
}

.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.data-table th, .data-table td { padding: 0.75rem; text-align: right; border-bottom: 1px solid var(--border); }
.data-table th { background: rgba(26,95,122,0.06); color: var(--primary); font-weight: 700; white-space: nowrap; }
.data-table tr:hover td { background: rgba(26,95,122,0.02); }

.filters-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    align-items: flex-end;
}

.filters-bar .form-group { margin-bottom: 0; min-width: 140px; }

.pagination { display: flex; gap: 0.35rem; justify-content: center; margin-top: 1.5rem; flex-wrap: wrap; }
.pagination a, .pagination span {
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    border: 1px solid var(--border);
    font-size: 0.88rem;
}

.pagination a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.pagination .current { background: var(--primary); color: #fff; border-color: var(--primary); }

.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.login-card { width: min(400px, 92%); }

.detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.detail-item { margin-bottom: 0.75rem; }
.detail-item .label { font-size: 0.82rem; color: var(--text-muted); }
.detail-item .value { font-weight: 600; }

.action-bar { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0; }

.empty-state { text-align: center; padding: 3rem; color: var(--text-muted); }

.review-summary { background: var(--bg); border-radius: 8px; padding: 1rem; margin-bottom: 0.75rem; }
.review-summary h4 { color: var(--primary); margin-bottom: 0.5rem; font-size: 0.95rem; }

.reg-sections { display: flex; flex-direction: column; gap: 1.25rem; }
.reg-card h2 { color: var(--primary); font-size: 1.15rem; margin-bottom: 0.75rem; }
.reg-card ul, .reg-card ol { padding-right: 1.25rem; color: var(--text-muted); }
.reg-card li { margin-bottom: 0.4rem; }
.check-list { list-style: none; padding-right: 0 !important; }
.check-list li::before { content: '☐ '; color: var(--primary); font-weight: bold; }

.registration-banner-wrap { display: none; }

.announcement-box {
    text-align: center;
    background: var(--surface);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    border: 2px solid var(--secondary);
    position: relative;
}

.limited-badge {
    display: inline-block;
    background: #dc2626;
    color: #fff;
    padding: 0.35rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.grades-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin: 1rem 0; }
.grade-chip {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
}

.grade-note { color: var(--text-muted); font-size: 0.92rem; max-width: 600px; margin: 0 auto; }

/* Professional registration form */
.reg-form-section { padding-top: 0; }
.reg-form-container { max-width: 920px; margin: 0 auto; }

.reg-form-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, rgba(26, 95, 122, 0.08), rgba(212, 175, 55, 0.1));
    border: 1px solid var(--border);
    border-radius: 12px;
    margin-bottom: 1.25rem;
    font-size: 0.92rem;
}

.reg-meta-item strong { color: var(--primary); }
.reg-meta-link {
    margin-right: auto;
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed var(--secondary);
}

.reg-meta-link:hover { color: var(--primary-dark); }

.reg-form-card {
    padding: 1.75rem;
    border-top: 4px solid var(--secondary);
}

.reg-form-pro .form-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem 1.25rem;
}

.reg-form-pro .form-group.span-2 { grid-column: 1 / -1; }

.reg-form-pro .form-control,
.reg-form-pro .form-group input,
.reg-form-pro .form-group select,
.reg-form-pro .form-group textarea {
    padding: 0.72rem 0.9rem;
    border-radius: 10px;
    border: 1.5px solid var(--border);
    background: #fafbfc;
}

.reg-form-pro .form-control:focus,
.reg-form-pro .form-group input:focus,
.reg-form-pro .form-group select:focus,
.reg-form-pro .form-group textarea:focus {
    background: var(--surface);
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(26, 95, 122, 0.1);
}

.form-panel {
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 1.35rem 1.5rem;
    margin-bottom: 1.25rem;
}

.form-panel:last-child { margin-bottom: 0; }

.form-panel-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.85rem;
    border-bottom: 2px solid rgba(212, 175, 55, 0.35);
}

.form-panel-num {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.form-panel-head h3 {
    margin: 0;
    color: var(--primary);
    font-size: 1.12rem;
}

.panel-hint {
    margin: -0.5rem 0 1rem;
    padding: 0.65rem 0.85rem;
    background: rgba(26, 95, 122, 0.06);
    border-radius: 8px;
    border-right: 3px solid var(--primary);
}

.form-subpanel {
    margin-top: 1rem;
    padding: 1rem 1.15rem;
    background: var(--surface);
    border: 1px dashed var(--border);
    border-radius: 12px;
}

.form-subpanel h4 {
    margin: 0 0 0.85rem;
    color: var(--primary-dark);
    font-size: 0.98rem;
}

/* Choice buttons (gender, yes/no) */
.choice-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.65rem;
    margin-top: 0.35rem;
}

.choice-group-inline { grid-template-columns: repeat(2, minmax(100px, 140px)); }

.choice-item { cursor: pointer; }

.choice-item input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.choice-box {
    display: block;
    text-align: center;
    padding: 0.72rem 1rem;
    border: 2px solid var(--border);
    border-radius: 10px;
    background: var(--surface);
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--text);
    transition: all 0.2s ease;
}

.choice-item:hover .choice-box {
    border-color: var(--primary);
    background: rgba(26, 95, 122, 0.04);
}

.choice-item input:checked + .choice-box {
    border-color: var(--primary);
    background: linear-gradient(135deg, rgba(26, 95, 122, 0.12), rgba(212, 175, 55, 0.12));
    color: var(--primary-dark);
    box-shadow: 0 2px 8px rgba(26, 95, 122, 0.12);
}

.form-group.has-error .choice-box {
    border-color: var(--danger);
    background: #fef2f2;
}

/* File uploads */
.file-upload-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.file-upload-box label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

.file-input-wrap {
    position: relative;
    border: 2px dashed var(--border);
    border-radius: 12px;
    padding: 1.1rem;
    text-align: center;
    background: var(--surface);
    transition: border-color 0.2s, background 0.2s;
}

.file-input-wrap:hover {
    border-color: var(--primary);
    background: rgba(26, 95, 122, 0.03);
}

.file-input-wrap input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.file-name {
    display: block;
    font-size: 0.85rem;
    color: var(--text-muted);
    word-break: break-word;
}

.file-name.has-file {
    color: var(--primary);
    font-weight: 600;
}

.form-group.has-error .file-input-wrap {
    border-color: var(--danger);
    background: #fef2f2;
}

/* Pickup persons */
.pickup-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.pickup-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1rem 1.15rem;
    border-top: 3px solid var(--secondary);
}

.pickup-card h4 {
    margin: 0 0 0.85rem;
    color: var(--primary);
    font-size: 0.95rem;
}

/* Review step */
.review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.review-summary {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1rem 1.15rem;
}

.review-summary h4 {
    margin: 0 0 0.65rem;
    color: var(--primary);
    font-size: 0.98rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border);
}

.review-summary p {
    margin: 0.35rem 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.review-summary p strong { color: var(--text); }

.consent-block {
    padding: 0.85rem 1rem;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid var(--border);
}

/* Pledge */
.form-pledge {
    margin-top: 1.5rem;
    padding: 1.15rem 1.25rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(26, 95, 122, 0.06));
    border: 2px solid var(--secondary);
    border-radius: 12px;
}

.form-pledge .pledge-error { display: none; color: var(--danger); font-size: 0.85rem; margin-top: 0.5rem; }
.form-pledge.has-error { border-color: var(--danger); background: #fef2f2; }
.form-pledge.has-error .pledge-error { display: block; }

.form-panel-submit .alert { margin-bottom: 0; }

.input-numeric { font-variant-numeric: tabular-nums; letter-spacing: 0.03em; }

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    max-width: 900px;
    margin: 0 auto;
}

.contact-card { text-align: center; }

.radio-row { display: flex; gap: 1.5rem; margin-top: 0.35rem; }
.radio-row label { font-weight: 400; display: flex; align-items: center; gap: 0.35rem; }

.checkbox-group { display: flex; align-items: flex-start; gap: 0.5rem; }
.checkbox-group input { width: auto; margin-top: 0.35rem; }
.checkbox-group label { font-weight: 400; font-size: 0.92rem; }

/* Mobile app shell (bottom nav) */
.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--border);
    padding: 0.3rem 0.35rem calc(0.3rem + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -6px 28px rgba(26, 58, 107, 0.1);
    justify-content: space-around;
    align-items: flex-end;
    gap: 0.15rem;
}

.mobile-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    padding: 0.35rem 0.2rem;
    color: var(--text-muted);
    font-size: 0.65rem;
    font-weight: 700;
    min-height: 52px;
    border-radius: 12px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.15s, transform 0.15s;
}

.mobile-nav-item:active { transform: scale(0.96); }
.mobile-nav-item.active { color: var(--primary); }

.mobile-nav-item--cta {
    flex: 1.15;
    margin-top: -1.1rem;
}

.mobile-nav-item--cta .mobile-nav-ico {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary), var(--gold-light));
    box-shadow: 0 4px 16px rgba(201, 162, 39, 0.45);
    opacity: 1;
}

.mobile-nav-item--cta.active .mobile-nav-ico,
.mobile-nav-item--cta .mobile-nav-ico {
    background: linear-gradient(135deg, var(--secondary), var(--gold-light));
}

.mobile-nav-item--cta .mobile-nav-ico::after {
    background: #fff;
}

.mobile-nav-ico::after {
    content: '';
    position: absolute;
    inset: 0;
    background: currentColor;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.mobile-nav-ico {
    position: relative;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.mobile-nav-label { line-height: 1.2; white-space: nowrap; }

.mobile-nav-ico-home::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E"); }
.mobile-nav-ico-register::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6zm-1 2l5 5h-5V4zM8 13h8v2H8v-2zm0 4h5v2H8v-2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6zm-1 2l5 5h-5V4zM8 13h8v2H8v-2zm0 4h5v2H8v-2z'/%3E%3C/svg%3E"); }
.mobile-nav-ico-about::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E"); }
.mobile-nav-ico-digital::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z'/%3E%3C/svg%3E"); }
.mobile-nav-ico-login::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 1C8.676 1 6 3.676 6 7v2H4v14h16V9h-2V7c0-3.324-2.676-6-6-6zm0 2c2.276 0 4 1.724 4 4v2H8V7c0-2.276 1.724-4 4-4zm0 10a2 2 0 110 4 2 2 0 010-4z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 1C8.676 1 6 3.676 6 7v2H4v14h16V9h-2V7c0-3.324-2.676-6-6-6zm0 2c2.276 0 4 1.724 4 4v2H8V7c0-2.276 1.724-4 4-4zm0 10a2 2 0 110 4 2 2 0 010-4z'/%3E%3C/svg%3E"); }
.mobile-nav-ico-track::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1112 6a2.5 2.5 0 010 5.5z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1112 6a2.5 2.5 0 010 5.5z'/%3E%3C/svg%3E"); }
.mobile-nav-ico-dash::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z'/%3E%3C/svg%3E"); }
.mobile-nav-ico-list::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 5h18v2H3V5zm0 6h18v2H3v-2zm0 6h18v2H3v-2z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 5h18v2H3V5zm0 6h18v2H3v-2zm0 6h18v2H3v-2z'/%3E%3C/svg%3E"); }
.mobile-nav-ico-gear::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19.14 12.94a7.07 7.07 0 000-1.88l2.03-1.58a.5.5 0 00.12-.64l-1.92-3.32a.5.5 0 00-.6-.22l-2.39.96a7.12 7.12 0 00-1.63-.94l-.36-2.54a.5.5 0 00-.49-.42h-3.84a.5.5 0 00-.49.42l-.36 2.54a7.12 7.12 0 00-1.63.94l-2.39-.96a.5.5 0 00-.6.22L2.71 8.84a.5.5 0 00.12.64l2.03 1.58a7.07 7.07 0 000 1.88l-2.03 1.58a.5.5 0 00-.12.64l1.92 3.32a.5.5 0 00.6.22l2.39-.96c.5.39 1.05.71 1.63.94l.36 2.54a.5.5 0 00.49.42h3.84a.5.5 0 00.49-.42l.36-2.54c.58-.23 1.13-.55 1.63-.94l2.39.96a.5.5 0 00.6-.22l1.92-3.32a.5.5 0 00-.12-.64l-2.03-1.58zM12 15.5A3.5 3.5 0 1112 8.5a3.5 3.5 0 010 7z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19.14 12.94a7.07 7.07 0 000-1.88l2.03-1.58a.5.5 0 00.12-.64l-1.92-3.32a.5.5 0 00-.6-.22l-2.39.96a7.12 7.12 0 00-1.63-.94l-.36-2.54a.5.5 0 00-.49-.42h-3.84a.5.5 0 00-.49.42l-.36 2.54a7.12 7.12 0 00-1.63.94l-2.39-.96a.5.5 0 00-.6.22L2.71 8.84a.5.5 0 00.12.64l2.03 1.58a7.07 7.07 0 000 1.88l-2.03 1.58a.5.5 0 00-.12.64l1.92 3.32a.5.5 0 00.6.22l2.39-.96c.5.39 1.05.71 1.63.94l.36 2.54a.5.5 0 00.49.42h3.84a.5.5 0 00.49-.42l.36-2.54c.58-.23 1.13-.55 1.63-.94l2.39.96a.5.5 0 00.6-.22l1.92-3.32a.5.5 0 00-.12-.64l-2.03-1.58zM12 15.5A3.5 3.5 0 1112 8.5a3.5 3.5 0 010 7z'/%3E%3C/svg%3E"); }
.mobile-nav-ico-users::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z'/%3E%3C/svg%3E"); }
.mobile-nav-ico-globe::after { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93A8.003 8.003 0 014.07 13H11v6.93zM11 11V4.07A8.003 8.003 0 0119.93 11H11z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93A8.003 8.003 0 014.07 13H11v6.93zM11 11V4.07A8.003 8.003 0 0119.93 11H11z'/%3E%3C/svg%3E"); }

.mobile-bottom-nav--admin { background: rgba(13, 36, 71, 0.97); border-top-color: rgba(255,255,255,0.1); }
.mobile-bottom-nav--admin .mobile-nav-item { color: rgba(255,255,255,0.65); }
.mobile-bottom-nav--admin .mobile-nav-item.active { color: var(--gold-light); }

@media (max-width: 768px) {
    /* ── Public mobile app ── */
    .public-app {
        padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
        overscroll-behavior-y: contain;
    }

    .public-app .mobile-bottom-nav { display: flex; }

    .public-app .site-header {
        position: sticky;
        box-shadow: 0 1px 0 var(--border);
        padding-top: env(safe-area-inset-top, 0px);
    }

    .public-app .header-inner {
        position: relative;
        padding: 0.55rem 0;
    }

    .public-app .nav-toggle {
        display: flex;
        padding: 8px;
        min-width: 44px;
        min-height: 44px;
        align-items: center;
        justify-content: center;
    }

    .public-app .main-nav {
        display: none;
        position: absolute;
        top: calc(100% + 0.35rem);
        right: 0;
        left: 0;
        background: var(--surface);
        flex-direction: column;
        padding: 0.65rem;
        box-shadow: 0 8px 28px rgba(26, 58, 107, 0.15);
        border-radius: 12px;
        border: 1px solid var(--border);
        z-index: 150;
    }

    .public-app .main-nav.open { display: flex; }

    .public-app .main-nav a {
        padding: 0.65rem 0.85rem;
        border-radius: 8px;
        font-size: 0.92rem;
    }

    .public-app .main-nav .nav-cta {
        text-align: center;
        margin-top: 0.25rem;
    }

    .public-app .brand-logo { width: 38px; height: 38px; }
    .public-app .brand-name { font-size: 0.82rem; max-width: 130px; }

    .public-app .container {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .public-app .section { padding: 1.35rem 0; }
    .public-app .section-title { font-size: 1.25rem; margin-bottom: 0.35rem; }
    .public-app .section-subtitle { margin-bottom: 1.25rem; font-size: 0.9rem; }

    .public-app .hero-home-inner { padding: 1.75rem 0 1.5rem; }
    .public-app .hero-home .hero-logo { width: 88px; height: 88px; }
    .public-app .hero-home h1 { font-size: 1.35rem; }
    .public-app .hero-tagline { font-size: 1rem; }
    .public-app .hero-intro { font-size: 0.88rem; margin-bottom: 1rem; }

    .public-app .hero-home .hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        gap: 0.4rem;
    }

    .public-app .hero-home .hero-actions .btn {
        width: auto;
        min-height: unset;
        padding: 0.45rem 0.85rem;
        border-radius: 8px;
        font-size: 0.82rem;
        font-weight: 600;
    }

    .public-app .card {
        border-radius: 16px;
        padding: 1.15rem;
        box-shadow: 0 2px 14px rgba(26, 58, 107, 0.07);
    }

    .public-app .card-grid { gap: 0.75rem; grid-template-columns: 1fr; }

    .public-app .announcement-box { padding: 1.25rem; border-radius: 16px; }

    .public-app .grades-chips { gap: 0.45rem; }
    .public-app .grade-chip { font-size: 0.85rem; padding: 0.45rem 0.9rem; }

    .public-app .info-strip { padding: 1rem 0; }
    .public-app .info-strip-grid { grid-template-columns: 1fr; gap: 0.75rem; text-align: right; }

    .public-app .page-header {
        padding: 1.1rem 0;
        text-align: center;
    }

    .public-app .page-header h1 { font-size: 1.35rem; }

    .public-app .site-footer .footer-grid { display: none; }
    .public-app .site-footer { margin-top: auto; padding: 0.75rem 0; background: transparent; }
    .public-app .footer-bottom { background: transparent; border: none; }
    .public-app .footer-bottom p { font-size: 0.75rem; color: var(--text-muted); text-align: center; }

    .public-app .btn { min-height: 46px; border-radius: 12px; }

    .public-app .content-block { padding: 0 0.25rem; }

    /* Registration form — app-like */
    .public-app .reg-form-container { padding: 0; }
    .public-app .reg-form-card {
        border-radius: 20px 20px 0 0;
        margin: 0 -0.25rem;
        padding: 1rem;
        border-top: none;
        box-shadow: none;
    }

    .public-app .reg-form-meta {
        border-radius: 14px;
        margin: 0 0 0.75rem;
        font-size: 0.85rem;
    }

    .public-app .steps-bar {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 0.75rem;
        padding-bottom: 0.5rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .public-app .steps-bar::-webkit-scrollbar { display: none; }
    .public-app .step-item { flex: 0 0 auto; min-width: 52px; }
    .public-app .step-num { width: 32px; height: 32px; font-size: 0.82rem; }
    .public-app .step-label { display: block; font-size: 0.62rem; max-width: 56px; line-height: 1.2; }

    .public-app .form-panel { padding: 1rem; border-radius: 14px; }
    .public-app .form-group input,
    .public-app .form-group select,
    .public-app .form-group textarea {
        min-height: 48px;
        font-size: 16px;
    }

    .public-app .choice-box { min-height: 48px; display: flex; align-items: center; justify-content: center; }

    .public-app .reg-form-section {
        padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
    }

    .public-app .form-actions-sticky {
        position: fixed;
        bottom: calc(68px + env(safe-area-inset-bottom, 0px));
        left: 0;
        right: 0;
        flex-direction: row;
        gap: 0.6rem;
        margin: 0;
        padding: 0.65rem 1rem;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-top: 1px solid var(--border);
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
        z-index: 250;
    }

    .public-app .form-actions-sticky .btn {
        flex: 1;
        min-height: 48px;
    }

    .public-app .form-pledge { margin-bottom: 0.5rem; }

    .public-app .pickup-cards { grid-template-columns: 1fr; }
    .public-app .file-upload-grid { grid-template-columns: 1fr; }

    .public-app .result-card,
    .public-app .track-form-card {
        border-radius: 16px;
        margin: 0;
    }

    /* ── Admin mobile app ── */
    .admin-app {
        overscroll-behavior-y: contain;
    }

    .admin-app .mobile-bottom-nav { display: flex; }

    .admin-app .admin-sidebar { display: none; }

    .admin-app .admin-layout { flex-direction: column; min-height: 100vh; }

    .admin-app .admin-content {
        padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
    }

    .admin-app .admin-topbar {
        position: sticky;
        top: 0;
        z-index: 100;
        padding: 0.65rem 1rem;
        padding-top: calc(0.65rem + env(safe-area-inset-top, 0px));
        box-shadow: 0 1px 0 var(--border);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .admin-topbar-title {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        font-weight: 700;
        color: var(--primary);
        font-size: 0.95rem;
        min-width: 0;
    }

    .admin-topbar-logo {
        width: 32px;
        height: 32px;
        object-fit: contain;
        flex-shrink: 0;
    }

    .admin-topbar-title span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .admin-logout-btn { flex-shrink: 0; min-height: 38px; }

    .admin-app .admin-body { padding: 1rem; }

    .dashboard-hero {
        flex-direction: column;
        padding: 1.15rem;
        border-radius: 14px;
    }

    .dashboard-datetime {
        width: 100%;
        min-width: 0;
    }

    .admin-app .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.65rem;
    }

    .admin-app .stat-card { padding: 0.85rem; border-radius: 14px; }
    .admin-app .stat-card h4 { font-size: 0.78rem; }
    .admin-app .stat-num { font-size: 1.5rem; }

    .admin-app .card { border-radius: 16px; padding: 1rem; }

    .admin-app .table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -0.5rem;
        padding: 0 0.5rem;
    }

    .admin-app .data-table { font-size: 0.82rem; min-width: 520px; }

    .admin-app .action-bar {
        flex-direction: column;
        gap: 0.5rem;
    }

    .admin-app .action-bar .btn { width: 100%; min-height: 44px; }

    .admin-app .filters-bar { flex-direction: column; align-items: stretch; }
    .admin-app .filters-bar select,
    .admin-app .filters-bar input { width: 100%; min-height: 44px; font-size: 16px; }

    /* ── Login mobile ── */
    .login-app .login-page {
        min-height: 100vh;
        min-height: 100dvh;
        padding: 1.25rem;
        padding-top: calc(1.25rem + env(safe-area-inset-top, 0px));
        padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(160deg, var(--primary) 0%, var(--primary-dark) 100%);
    }

    .login-app .login-card {
        width: 100%;
        max-width: 400px;
        border-radius: 20px;
        padding: 1.5rem;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    }

    .login-app .form-group input {
        min-height: 48px;
        font-size: 16px;
        border-radius: 12px;
    }

    .login-app .btn { min-height: 48px; border-radius: 12px; font-size: 1rem; }

    /* ── Shared mobile ── */
    .steps-bar { flex-wrap: wrap; gap: 0.5rem; }
    .steps-bar::before { display: none; }

    .form-actions { flex-direction: column; }
    .form-actions .btn { width: 100%; }

    .reg-form-pro .form-grid { grid-template-columns: 1fr; }
    .reg-form-meta { flex-direction: column; align-items: flex-start; }
    .reg-meta-link { margin-right: 0; }
    .choice-group-inline { grid-template-columns: 1fr 1fr; }
    .reg-form-card { padding: 1.15rem; }

    .detail-grid { grid-template-columns: 1fr; }
}

@media print {
    .site-header, .site-footer, .action-bar, .no-print, .mobile-bottom-nav, .form-actions-sticky { display: none !important; }
    body { background: #fff; }
}

/* ——— Digital readiness page ——— */
.digital-page-section .reg-form-container { max-width: 720px; }

.digital-intro { margin-bottom: 1.25rem; }
.digital-intro-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}
.digital-intro-head h2 {
    margin: 0;
    font-size: 1.15rem;
    color: var(--primary);
}
.digital-intro-ico {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    opacity: 0.9;
}
.digital-intro p { margin-bottom: 0.65rem; line-height: 1.7; }
.digital-reassurance { margin-top: 1rem; margin-bottom: 0; }

.digital-flow { margin-bottom: 1.25rem; }
.digital-flow-title {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    color: var(--primary);
    text-align: center;
}
.digital-flow-steps {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: stretch;
}
.digital-flow-step {
    display: grid;
    grid-template-columns: 2rem 1fr;
    grid-template-rows: auto auto;
    gap: 0 0.65rem;
    padding: 0.75rem 1rem;
    background: var(--surface-alt, #f8fafc);
    border: 1px solid var(--border);
    border-radius: 12px;
}
.digital-flow-step .flow-num {
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}
.digital-flow-step.flow-result {
    background: rgba(34, 139, 34, 0.08);
    border-color: rgba(34, 139, 34, 0.25);
}
.flow-num-done {
    background: #228b22 !important;
    position: relative;
}
.flow-num-done::after {
    content: '';
    display: block;
    width: 0.55rem;
    height: 0.9rem;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg) translate(-1px, -1px);
}
.digital-flow-step strong {
    font-size: 0.92rem;
    color: var(--primary);
}
.digital-flow-step span:last-child {
    grid-column: 2;
    font-size: 0.85rem;
    color: var(--text-muted);
}
.digital-flow-arrow {
    text-align: center;
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1;
    padding: 0.15rem 0;
}

.choice-group-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.choice-group-stack {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.choice-item-check .choice-box { width: 100%; }

.digital-closing {
    margin: 1.25rem 0;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(26, 54, 93, 0.06), rgba(232, 197, 71, 0.08));
    border: 1px solid var(--border);
}
.digital-closing p {
    margin: 0;
    line-height: 1.75;
    font-size: 0.95rem;
}
.digital-form-actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.badge-digital-yes {
    display: inline-block;
    padding: 0.15rem 0.45rem;
    border-radius: 6px;
    font-size: 0.75rem;
    background: rgba(34, 139, 34, 0.12);
    color: #166534;
    font-weight: 600;
}
.badge-digital-no {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.digital-summary-grid .detail-item { margin-bottom: 0.65rem; }
.digital-summary-empty {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0;
}

@media (max-width: 640px) {
    .digital-flow-step { padding: 0.65rem 0.75rem; }
    .digital-form-actions .btn { width: 100%; }
}

/* ——— Homepage content sections ——— */
.home-intro-section { padding-top: 2.75rem; }

.home-intro-wrap {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.home-kicker {
    display: inline-block;
    margin-bottom: 0.85rem;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(26, 58, 107, 0.08);
    color: var(--primary);
    font-size: 0.88rem;
    font-weight: 700;
}

.home-prose {
    max-width: 760px;
    margin: 1.25rem auto 0;
    text-align: right;
    line-height: 1.85;
    color: var(--text-muted);
}

.home-prose p + p { margin-top: 0.85rem; }

.home-offer-card { height: 100%; }

.home-channels-lead {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.home-channels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.home-channel-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--primary);
}

.home-channel-ico {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(26, 58, 107, 0.08);
    position: relative;
}

.home-channel-ico::after {
    content: '';
    position: absolute;
    inset: 8px;
    background: var(--primary);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.home-channels-note {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.home-journey-wrap { max-width: 640px; margin: 0 auto; }

.home-journey-flow {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 1.5rem;
}

.home-journey-step {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
}

.home-journey-step--result {
    background: rgba(34, 139, 34, 0.06);
    border-color: rgba(34, 139, 34, 0.22);
}

.home-journey-num {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}

.home-journey-num--done {
    background: #228b22;
    position: relative;
}

.home-journey-num--done::after {
    content: '';
    display: block;
    width: 0.55rem;
    height: 0.9rem;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg) translate(-1px, -1px);
}

.home-journey-step h3 {
    color: var(--primary);
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.home-journey-step p {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
}

.home-journey-arrow {
    width: 2px;
    height: 1rem;
    background: var(--border);
    margin: 0 auto;
    position: relative;
}

.home-journey-arrow::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: var(--border);
}

.home-philosophy-wrap {
    max-width: 760px;
    margin: 0 auto;
}

.home-quote {
    margin: 1.75rem 0 0;
    padding: 1.25rem 1.5rem;
    border-right: 4px solid var(--secondary);
    background: linear-gradient(135deg, rgba(26, 58, 107, 0.05), rgba(212, 175, 55, 0.08));
    border-radius: 0 12px 12px 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.75;
}

.home-closing-wrap {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.home-closing-school {
    color: var(--primary);
    font-size: 1.45rem;
    margin-bottom: 0.35rem;
}

.home-closing-motto {
    color: var(--secondary);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.home-closing-text {
    color: var(--text-muted);
    line-height: 1.8;
    font-size: 0.98rem;
}

.home-register-strip { padding-top: 2rem; padding-bottom: 2.5rem; }

.home-register-box {
    text-align: center;
    background: var(--surface);
    border-radius: var(--radius);
    padding: 1.75rem 1.5rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    max-width: 720px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .home-intro-section { padding-top: 2rem; }
    .home-channels-grid { grid-template-columns: 1fr; }
    .home-prose { font-size: 0.92rem; }
}
