:root { --easf-primary: #4b0d77; --easf-secondary: #a272bc; --easf-text: #29252c; --easf-green: #839b7a; --easf-cream: #faf8f4; --easf-lilac: #d0bcdb; --font-body: "Inter", sans-serif; }
body { color: var(--easf-text); font-family: var(--font-body); background: var(--easf-cream); }
.site-main { min-height: 50vh; }.skip-link { z-index: 9999; background: #fff; padding: .75rem 1rem; color: var(--easf-primary); }.site-header { position: relative; z-index: 100; background: #fff; }
.application-entry { display: flex; align-items: center; min-height: 52vh; padding: 64px 0; }.application-entry-panel { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: clamp(32px, 5vw, 64px); border-radius: 8px; background: var(--easf-primary); color: #fff; }.application-entry h1 { margin: 0 0 12px; font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; }.application-entry p { max-width: 680px; margin: 0; font-size: 1.05rem; }.application-entry-actions { display: flex; flex: 0 0 auto; gap: 12px; }.application-entry-actions .btn { min-width: 112px; padding: 12px 20px; font-weight: 600; }.application-register-button { background: #fff; color: var(--easf-primary); }.application-register-button:hover { background: var(--easf-cream); color: var(--easf-primary); }.application-login-button { border: 2px solid #fff; color: #fff; }.application-login-button:hover { background: #fff; color: var(--easf-primary); }
.header-grid { min-height: 140px; display: grid; grid-template-columns: 40% 20% 40%; background: #fff; }.header-side { display: grid; grid-template-rows: 70px 70px; min-width: 0; }
.header-utility { display: flex; min-height: 70px; align-items: center; justify-content: center; gap: 12px; background: var(--easf-green); color: #fff; }.header-utility-left { border-radius: 0 0 15px 0; }.header-utility-right { border-radius: 0 0 0 15px; }.utility-label { font-size: 18px; font-weight: 500; white-space: nowrap; }
.social-links { display: flex; align-items: center; gap: 4px; }.social-link { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; color: #fff; text-decoration: none; transition: background-color .2s ease; }.social-link:hover { color: #fff; background: var(--easf-primary); }
.header-logo-wrap { display: flex; align-items: center; justify-content: center; padding: 4px 8px; background: #fff; }.brand-logo { width: min(150px, 92%); height: auto; display: block; }
.desktop-nav { min-height: 70px; display: flex; align-items: center; justify-content: center; background: #fff; }.desktop-nav a { display: flex; align-items: center; min-height: 60px; padding: 20px 13px; color: var(--easf-primary); font: 500 15px/1.2 var(--font-body); text-decoration: none; white-space: nowrap; }.desktop-nav a:hover, .desktop-nav a:focus { color: var(--easf-secondary); }
.contact-button { min-height: 48px; display: inline-flex; align-items: center; gap: 12px; padding: 0 22px; border: 2px solid #fff; border-radius: 10px; color: #fff; font-weight: 600; text-decoration: none; }.contact-button:hover { background: #fff; color: var(--easf-primary); }
.mobile-bar { display: none; }.mobile-offcanvas { width: min(88vw, 390px); }.offcanvas-logo { width: 110px; height: auto; }.mobile-nav { display: flex; flex-direction: column; }.mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--easf-lilac); color: var(--easf-primary); font-weight: 500; text-decoration: none; }
.site-footer { color: #fff; }.footer-main { padding: 72px 0 42px; background: var(--easf-green); }.footer-intro { padding: 20px; border: 2px solid var(--easf-lilac); border-radius: 15px; background: var(--easf-cream); color: var(--easf-text); }.footer-logo { width: min(180px, 75%); height: auto; display: block; margin: 0 auto 20px; }.footer-intro p { margin: 0; font-size: .95rem; }.footer-heading { margin: 0 0 17px; color: #fff; font: 800 1.15rem/1.3 var(--font-body); }.footer-list { padding: 0; margin: 0; list-style: none; }.footer-list li + li { margin-top: 8px; }.footer-list a, .footer-copy, .footer-copy a { color: #fff; font-size: .9rem; text-decoration: none; }.footer-list a:hover, .footer-copy a:hover { color: var(--easf-primary); }.footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .28); background: var(--easf-green); font-size: .9rem; }.social-link-purple { width: 40px; height: 40px; background: var(--easf-primary); }
@media (max-width: 1199.98px) { .desktop-nav a { padding-inline: 8px; font-size: 13px; } }
@media (max-width: 991.98px) { .header-grid { display: block; min-height: 0; }.header-side, .header-logo-wrap { display: none; }.mobile-bar { min-height: 96px; display: flex; align-items: center; justify-content: space-between; padding: 10px 24px; background: #fff; }.mobile-logo { width: 90px; height: auto; display: block; }.mobile-menu-button { width: 54px; height: 54px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; border: 0; border-radius: 10px; background: #fff; }.mobile-menu-button span { width: 28px; height: 3px; border-radius: 99px; background: var(--easf-primary); }.mobile-menu-button:hover { background: var(--easf-primary); }.mobile-menu-button:hover span { background: #fff; }.application-entry { min-height: 42vh; padding: 40px 0; }.application-entry-panel { display: block; }.application-entry-actions { margin-top: 24px; flex-wrap: wrap; } }