:root{--brand-purple:#440098;--brand-purple-dark:#350078;--brand-purple-light:#5a1cb0;--brand-purple-100:#ede4f7;--brand-purple-50:#f6f2fa;--eu-blue:#003399;--eu-yellow:#FFCC00;--eu-yellow-light:#FFD633;--accent-teal:#00A99D;--accent-orange:#F39200;--text-primary:#1A1A2E;--text-secondary:#4A4A68;--text-muted:#6B7280;--white:#FFFFFF;--gray-50:#FAFAFA;--gray-100:#F4F4F5;--gray-200:#E4E4E7;--gray-300:#D4D4D8;--gray-400:#A1A1AA;--gray-900:#18181B;--border-light:#E5E7EB;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-full:9999px;--font-primary:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;--font-display:'Plus Jakarta Sans',sans-serif;--container-max:1200px;--header-height:62px;--total-header:var(--header-height);--color-erasmus:#003399;--color-esc:#89B33A;--color-see:#F39200;--color-etwinning:#00A99D;--font-scale:1;}body.a11y-zoom-110{zoom:1.1;}body.a11y-zoom-120{zoom:1.2;}body.a11y-zoom-130{zoom:1.3;}body.a11y-zoom-90{zoom:0.9;}body[data-zoom]::after{content:attr(data-zoom);position:fixed;bottom:1rem;left:50%;transform:translateX(-50%);background:rgba(0,0,0,0.75);color:white;padding:0.375rem 0.75rem;border-radius:var(--radius-full);font-size:0.8125rem;font-weight:500;z-index:10000;pointer-events:none;animation:a11yFadeOut 1.5s ease forwards;}@keyframes a11yFadeOut{0%,60%{opacity:1;}100%{opacity:0;visibility:hidden;}}body.high-contrast{--text-primary:#000000;--text-secondary:#000000;--text-muted:#1a1a1a;--white:#FFFFFF;--gray-50:#FFFFFF;--gray-100:#e0e0e0;--gray-200:#000000;--border-light:#000000;}body.high-contrast *{border-color:#333 !important;}body.high-contrast img{border:1px solid #333;}body.high-contrast .header,body.high-contrast .header.is-scrolled{background:#000 !important;border-bottom:3px solid var(--eu-yellow) !important;}body.high-contrast .header__link,body.high-contrast .header__btn,body.high-contrast .header__logo-text{color:#fff !important;}body.high-contrast .top-bar{background:#111 !important;border-bottom:2px solid var(--eu-yellow) !important;}body.high-contrast .footer{background:#000 !important;border-top:3px solid var(--eu-yellow) !important;}body.high-contrast a{text-decoration:underline !important;}body.high-contrast a:focus,body.high-contrast button:focus{outline:3px solid var(--eu-yellow) !important;outline-offset:2px;}body.high-contrast .card,body.high-contrast .news-card,body.high-contrast .deadline-card{border:2px solid #000 !important;}body.high-contrast .badge,body.high-contrast .tag{border:1px solid #000 !important;}body.dyslexia-friendly{font-family:'OpenDyslexic','Comic Sans MS','Arial',sans-serif !important;letter-spacing:0.05em;word-spacing:0.15em;line-height:1.8 !important;}body.dyslexia-friendly *{font-family:inherit !important;}body.large-cursor,body.large-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M5 2 L5 28 L12 21 L20 28 L23 23 L15 16 L24 16 Z' fill='black' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E") 5 2,auto !important;}body.large-cursor a,body.large-cursor button,body.large-cursor [role="button"],body.large-cursor input,body.large-cursor select,body.large-cursor textarea{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M8 4 C8 4 8 28 8 28 C8 28 24 28 24 28 C24 28 24 4 24 4 Z' fill='none' stroke='black' stroke-width='2'/%3E%3Cline x1='16' y1='8' x2='16' y2='24' stroke='black' stroke-width='2'/%3E%3C/svg%3E") 16 16,pointer !important;}body.highlight-links a{background-color:rgba(255,255,0,0.3) !important;outline:1px dashed currentColor;outline-offset:2px;}body.highlight-links a:hover{background-color:rgba(255,255,0,0.6) !important;}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;font-size:calc(16px * var(--font-scale));}body{font-family:var(--font-primary);color:var(--text-primary);line-height:1.6;background:var(--white);-webkit-font-smoothing:antialiased;}body.no-scroll{overflow:hidden;}a{text-decoration:none;color:inherit;}button{border:none;background:none;cursor:pointer;font:inherit;}img{max-width:100%;height:auto;display:block;}ul,ol{list-style:none;}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1rem;}@media (min-width:640px){.container{padding:0 1.5rem;}}@media (min-width:1024px){.container{padding:0 2rem;}}.header__a11y{position:relative;}.header__a11y-dropdown{position:absolute;top:calc(100% + 0.5rem);right:0;width:260px;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--gray-200);padding:1rem;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all 0.2s ease;z-index:1000;}.header__a11y-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0);}.header__a11y-title{font-size:0.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.75rem;}.header__a11y-group{margin-bottom:0.75rem;}.header__a11y-group:last-child{margin-bottom:0;}.header__a11y-label{display:block;font-size:0.8125rem;font-weight:500;color:var(--text-primary);margin-bottom:0.375rem;}.header__a11y-buttons{display:flex;gap:0.25rem;}.header__a11y-btn{display:flex;align-items:center;justify-content:center;height:36px;min-width:36px;padding:0 0.5rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);color:var(--text-primary);font-size:0.875rem;font-weight:600;cursor:pointer;transition:all 0.15s ease;}.header__a11y-btn:hover{background:var(--brand-purple);color:white;border-color:var(--brand-purple);}.header__a11y-btn.active{background:var(--brand-purple);color:white;border-color:var(--brand-purple);}.header__a11y-btn--wide{flex:1;gap:0.375rem;font-weight:500;font-size:0.8125rem;}.header__a11y-btn sup{font-size:0.625rem;}.header__a11y-buttons--grid{display:grid;grid-template-columns:1fr 1fr;gap:0.25rem;}.header__a11y-buttons--grid .header__a11y-btn--wide{font-size:0.75rem;padding:0.375rem 0.5rem;gap:0.25rem;}.header{position:absolute;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:62px;transition:background 0.2s ease,box-shadow 0.2s ease;}.header.is-scrolled{position:fixed;top:0;background:white;box-shadow:0 2px 20px rgba(0,0,0,0.08);}body.logged-in.admin-bar .header{top:32px;}body.logged-in.admin-bar .header.is-scrolled{top:32px;}@media (max-width:782px){body.logged-in.admin-bar .header,body.logged-in.admin-bar .header.is-scrolled{top:46px;}}@media (max-width:1023px){.header{padding:0 1rem;}}.header__left{display:flex;align-items:center;gap:16px;flex-shrink:0;}.header__left--eu-first{flex-direction:row;}.header__logo-link{display:flex;align-items:center;flex-shrink:0;}.header__logo{height:var(--logo-height,32px);width:auto;transition:filter 0.2s ease;filter:brightness(0) invert(1);}.header.is-scrolled .header__logo{height:var(--logo-height-scrolled,28px);filter:none;}.header__divider{width:1px;height:32px;background:rgba(255,255,255,0.3);flex-shrink:0;}.header.is-scrolled .header__divider{background:var(--gray-300);}.header__eu-logo{height:var(--eu-logo-height,24px);width:auto;}.header__eu-logo--white{display:block;}.header__eu-logo--blue{display:none;}.header.is-scrolled .header__eu-logo--white{display:none;}.header.is-scrolled .header__eu-logo--blue{display:block;}@media (max-width:1023px){.header__divider,.header__eu-logo{display:none !important;}}.header__nav{display:none;align-items:center;gap:0.125rem;margin-left:auto;}@media (min-width:1024px){.header__nav{display:flex;}}.header__right{display:flex;align-items:center;gap:0.25rem;margin-left:auto;padding-left:0.5rem;position:relative;}.header__right::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:32px;background:rgba(255,255,255,0.3);}.header.is-scrolled .header__right::before{background:var(--gray-300);}@media (min-width:1024px){.header__right{margin-left:1rem;padding-left:1rem;}}.header__btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;color:white;text-decoration:none;font-size:0.95rem;border-radius:8px;transition:all 0.2s;background:none;border:none;cursor:pointer;}.header__btn:hover{background:rgba(255,255,255,0.12);}.header.is-scrolled .header__btn{color:#444;}.header.is-scrolled .header__btn:hover{background:rgba(68,0,152,0.08);color:var(--brand-purple);}.header__mobile-toggle{display:flex;flex-direction:column;gap:5px;width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:none;border:none;cursor:pointer;margin-left:0.25rem;transition:background 0.2s ease;}.header__mobile-toggle span{width:18px;height:2px;background:white;border-radius:var(--radius-full);transition:background 0.2s ease;}.header.is-scrolled .header__mobile-toggle{background:none;}.header.is-scrolled .header__mobile-toggle span{background:var(--brand-purple);}@media (min-width:1024px){.header__mobile-toggle{display:none;}}.nav__item{position:relative;list-style:none;}.nav__link{display:flex;align-items:center;gap:0.35rem;padding:0.5rem 0.875rem;font-size:0.875rem;font-weight:500;color:white;border-radius:6px;transition:color 0.2s ease,background 0.2s ease;text-decoration:none;white-space:nowrap;}.nav__link:hover{background:rgba(255,255,255,0.12);}.header.is-scrolled .nav__link{color:#444;}.header.is-scrolled .nav__link:hover{background:rgba(68,0,152,0.08);color:var(--brand-purple);}.nav__link i{font-size:0.55rem;opacity:0.5;}.nav__link--active,.current-menu-item > .nav__link,.current_page_item > .nav__link,.current-menu-ancestor > .nav__link{color:var(--eu-yellow) !important;font-weight:600;}.nav__link--active:hover,.current-menu-item > .nav__link:hover,.current_page_item > .nav__link:hover{background:rgba(255,204,0,0.15);color:var(--eu-yellow) !important;}.header.is-scrolled .current-menu-item > .nav__link,.header.is-scrolled .current_page_item > .nav__link,.header.is-scrolled .current-menu-ancestor > .nav__link,.header.is-scrolled .nav__link--active{color:var(--brand-purple) !important;background:rgba(68,0,152,0.08);}.header.is-scrolled .current-menu-item > .nav__link:hover,.header.is-scrolled .current_page_item > .nav__link:hover{background:rgba(68,0,152,0.12);}.dropdown,.nav__dropdown{position:absolute;top:calc(100% + 4px);left:0;min-width:240px;background:var(--white);border-radius:var(--radius-lg);box-shadow:0 10px 40px -10px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);opacity:0;visibility:hidden;transform:translateY(-4px);transition:all 0.2s ease;z-index:100;padding:0.5rem;list-style:none;}.nav__item:hover .dropdown,.nav__item:hover .nav__dropdown{opacity:1;visibility:visible;transform:translateY(0);}.dropdown__item,.nav__dropdown li a{display:block;padding:0.625rem 1rem;border-radius:var(--radius-md);color:var(--text-primary);font-size:0.9375rem;font-weight:500;transition:all 0.15s;}.dropdown__item:hover,.nav__dropdown li a:hover{background:var(--brand-purple-50);color:var(--brand-purple);}.nav__dropdown .current-menu-item > a,.nav__dropdown .current_page_item > a,.nav__dropdown .current-menu-ancestor > a{background:var(--brand-purple-50);color:var(--brand-purple) !important;font-weight:600;}.nav__dropdown .current-menu-item > a:hover,.nav__dropdown .current_page_item > a:hover,.nav__dropdown .current-menu-ancestor > a:hover{background:var(--brand-purple-50);color:var(--brand-purple) !important;}.nav__dropdown li{list-style:none;}.dropdown__icon{display:none;}.dropdown__text strong{font-weight:500;color:inherit;}.mega-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-8px);width:480px;background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--gray-200);opacity:0;visibility:hidden;transition:all 0.2s ease;z-index:100;padding:1.25rem;}.nav__item:hover .mega-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}.mega-menu__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0.5rem;}.mega-menu__item{display:flex;align-items:center;gap:0.75rem;padding:0.875rem;border-radius:var(--radius-lg);transition:background 0.15s;}.mega-menu__item:hover{background:var(--gray-100);}.mega-menu__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);font-size:1rem;}.mega-menu__icon--erasmus{background:#e8f0fe;color:#003399;}.mega-menu__icon--esc{background:#ecf5d8;color:#89B33A;}.mega-menu__icon--see{background:#fef3c7;color:#F39200;}.mega-menu__icon--etwinning{background:#d1fae5;color:#00A99D;}.mega-menu__content h4{font-size:0.875rem;font-weight:700;color:var(--text-primary);}.mega-menu__content p{font-size:0.75rem;color:var(--text-muted);}.mega-menu__divider{height:1px;background:var(--gray-200);margin:0.75rem 0;}.mega-menu__footer{display:flex;gap:1rem;}.mega-menu__footer-link{font-size:0.8125rem;font-weight:600;color:var(--brand-purple);display:flex;align-items:center;gap:0.375rem;}.mega-menu__footer-link:hover{text-decoration:underline;}.drawer{position:fixed;inset:0;z-index:2000;visibility:hidden;pointer-events:none;}.drawer.is-open{visibility:visible;pointer-events:auto;}.drawer__overlay{position:absolute;inset:0;background:rgba(0,0,0,0.5);opacity:0;transition:opacity 0.3s;}.drawer.is-open .drawer__overlay{opacity:1;}.drawer__panel{position:absolute;top:0;right:0;width:300px;max-width:85vw;height:100%;background:var(--white);transform:translateX(100%);transition:transform 0.3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 20px rgba(0,0,0,0.15);}.drawer.is-open .drawer__panel{transform:translateX(0);}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-200);background:var(--white);}.drawer__logo{height:var(--logo-height,36px);width:auto;}.drawer__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border-radius:var(--radius-lg);color:var(--text-primary);font-size:1.25rem;transition:background 0.2s;}.drawer__close:hover{background:var(--gray-200);}.drawer__nav{flex:1;overflow-y:auto;padding:0.5rem 0;background:var(--white);}.drawer__item{border-bottom:1px solid var(--gray-100);list-style:none;}.drawer__item:last-child{border-bottom:none;}.drawer__parent{display:flex;align-items:center;}.drawer__parent .drawer__link{flex:1;}.drawer__toggle{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--gray-400);background:none;border:none;cursor:pointer;transition:all 0.2s;}.drawer__toggle:hover{color:var(--brand-purple);background:var(--gray-50);}.drawer__toggle i{font-size:0.75rem;transition:transform 0.3s ease;}.drawer__item--expanded .drawer__toggle i{transform:rotate(180deg);}.drawer__item--expanded .drawer__toggle{color:var(--brand-purple);}.drawer__link{display:block;padding:0.875rem 1.25rem;color:var(--text-primary);font-size:1rem;font-weight:500;transition:all 0.2s;}.drawer__link:hover{background:var(--gray-50);color:var(--brand-purple);}.drawer__link--active,.drawer__nav .current-menu-item > .drawer__link,.drawer__nav .current_page_item > .drawer__link{color:var(--brand-purple);background:var(--brand-purple-50);}.drawer__link--ancestor{color:var(--brand-purple);}.drawer__link--active:hover,.drawer__nav .current-menu-item > .drawer__link:hover,.drawer__nav .current_page_item > .drawer__link:hover{background:var(--brand-purple-100);}.drawer__submenu{display:none;background:var(--gray-50);padding:0.5rem 0;}.drawer__item--expanded .drawer__submenu{display:block;}.drawer__sublink{display:block;padding:0.625rem 1.25rem 0.625rem 2rem;color:var(--text-secondary);font-size:0.9375rem;font-weight:400;transition:all 0.2s;}.drawer__sublink:hover{background:var(--gray-100);color:var(--brand-purple);}.drawer__sublink.drawer__link--active{color:var(--brand-purple);background:var(--brand-purple-50);}.drawer__divider{height:1px;background:var(--gray-200);margin:0.75rem 1.25rem;}.drawer__section-title{font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--text-muted);padding:0.5rem 1.25rem 0.25rem;}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.625rem;min-height:54px;padding:0.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:999px;transition:all 0.2s;cursor:pointer;text-decoration:none;}.btn--primary{background:var(--eu-yellow);color:var(--brand-purple-dark);box-shadow:0 4px 20px rgba(255,204,0,0.3);}.btn--primary:hover{background:var(--eu-yellow-light);transform:translateY(-2px);box-shadow:0 8px 30px rgba(255,204,0,0.4);}.btn--outline{background:rgba(255,255,255,0.05);color:white;border:2px solid rgba(255,255,255,0.3) !important;}.btn--outline:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.5) !important;}.btn--purple{background:var(--brand-purple-dark);color:white;}.btn--purple:hover{background:#3D1A5C;transform:translateY(-1px);}.hero{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;background-color:var(--hero-bg-color,#440098);color:var(--hero-title-color,white);overflow:hidden;padding:calc(var(--total-header) + 2.5rem) 0 5rem;text-align:center;}@media (min-width:768px){.hero{min-height:580px;}}.hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;}.hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient( to bottom,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.4) 10%,rgba(0,0,0,0.2) 20%,rgba(68,0,152,0.5) 50%,rgba(68,0,152,0.5) 70%,rgba(68,0,152,0.7) 100% );}.hero__overlay--custom{background:none;opacity:0.4;}.hero__overlay--custom::after{display:none;}.hero__overlay::after{content:'';position:absolute;inset:0;background:radial-gradient( ellipse at center,transparent 0%,transparent 50%,rgba(0,0,0,0.1) 100% );}.hero__bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:2;}.hero__circle{position:absolute;border-radius:50%;}.hero__circle--1{width:600px;height:600px;top:-200px;right:-150px;border:2px solid rgba(255,204,0,0.15);}.hero__circle--2{width:450px;height:450px;bottom:-180px;left:-120px;border:1px solid rgba(255,255,255,0.1);}.hero__circle--3{width:250px;height:250px;top:15%;left:8%;background:radial-gradient(circle,rgba(255,204,0,0.1) 0%,transparent 70%);}.hero__circle--4{width:180px;height:180px;bottom:25%;right:12%;background:radial-gradient(circle,rgba(255,255,255,0.08) 0%,transparent 70%);}.hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.03) 1px,transparent 1px);background-size:70px 70px;}.hero__dots{position:absolute;inset:0;pointer-events:none;}.hero__dot{position:absolute;border-radius:50%;background:rgba(255,204,0,0.6);}.hero__dot--1{width:6px;height:6px;top:20%;left:15%;}.hero__dot--2{width:8px;height:8px;top:35%;right:20%;}.hero__dot--3{width:5px;height:5px;bottom:30%;left:25%;}.hero__dot--4{width:7px;height:7px;bottom:20%;right:30%;}.hero__inner{position:relative;z-index:5;max-width:800px;margin:0 auto;}.hero > .container{position:relative;z-index:5;}.hero__title{font-family:var(--font-display);font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;max-width:100%;margin-left:auto;margin-right:auto;letter-spacing:-0.02em;}.hero__title-highlight{color:var(--eu-yellow);position:relative;}.hero__desc{font-size:1.125rem;line-height:1.4;color:var(--hero-desc-color,rgba(255,255,255,0.9));max-width:740px;margin:0 auto 3.5rem;}.hero__desc strong{color:var(--eu-yellow);font-weight:600;}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;}.programs-strip{position:relative;z-index:10;margin-top:0px;padding:0 1rem;}@media (min-width:640px){.programs-strip{padding:0;}}.programs-strip__grid{display:flex;gap:0.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:0.5rem;}.programs-strip__grid::-webkit-scrollbar{display:none;}@media (min-width:640px){.programs-strip__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;overflow-x:visible;padding-bottom:0;}}.program-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.25rem 0.75rem 1rem;height:109px;color:white;border-radius:var(--radius-xl);transition:top 0.35s cubic-bezier(0.34,1.56,0.64,1),box-shadow 0.35s ease;position:relative;top:0;overflow:hidden;box-shadow:var(--shadow-md);flex:0 0 auto;width:170px;scroll-snap-align:start;text-decoration:none;margin-top:-50px;}@media (min-width:640px){.program-card{width:auto;flex:1;}}.program-card:hover{top:-10px;box-shadow:0 14px 30px rgba(0,0,0,0.25);z-index:20;}.reveal.is-visible .program-card.reveal-child{transition:opacity 0.5s cubic-bezier(0.16,1,0.3,1),transform 0.5s cubic-bezier(0.16,1,0.3,1),top 0.35s cubic-bezier(0.34,1.56,0.64,1),box-shadow 0.35s ease;}.reveal.is-visible .program-card.reveal-child:hover{top:-10px;box-shadow:0 14px 30px rgba(0,0,0,0.25);}.program-card__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.25);border-radius:12px;margin-bottom:0.625rem;font-size:1.125rem;transition:transform 0.3s ease;}.program-card:hover .program-card__icon{transform:scale(1.08);}.program-card__title{font-size:0.8125rem;font-weight:600;line-height:1.3;color:white;}.section{padding:4rem 0;}.section--gray{background:var(--gray-50);}.section__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;}.section__title{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--text-primary);line-height:1.2;}.section__title span{color:var(--brand-purple);}.section__title::after{content:'';display:block;width:40px;height:3px;background:var(--accent-orange);margin-top:0.5rem;border-radius:2px;}.section__subtitle{font-size:0.875rem;color:var(--text-muted);margin-top:0.25rem;}.section__link{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.875rem;font-weight:600;color:var(--brand-purple);transition:gap 0.2s;}.section__link:hover{gap:0.625rem;}.news-featured{display:grid;grid-template-columns:1.4fr 1fr;text-decoration:none;color:inherit;margin-bottom:1.5rem;border-radius:var(--radius-2xl,1rem);overflow:hidden;background:var(--gray-50,#f9fafb);transition:all 0.2s;}.news-featured:hover{box-shadow:var(--shadow-lg);}.news-featured__image{width:100%;height:100%;min-height:240px;max-height:320px;overflow:hidden;}.news-featured__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s;}.news-featured:hover .news-featured__image img{transform:scale(1.02);}.news-featured__content{padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:center;}.news-featured__title{font-size:1.75rem;font-weight:800;color:var(--text-primary);line-height:1.2;margin:0 0 0.75rem;}.news-featured:hover .news-featured__title{color:var(--brand-purple);}.news-featured:visited .news-featured__title,.news-featured:link .news-featured__title{color:var(--text-primary);}.news-featured__date{font-size:0.8125rem;font-weight:400;color:var(--text-muted);}@media (max-width:768px){.news-featured{grid-template-columns:1fr;}.news-featured__image{min-height:200px;}.news-featured__content{padding:1.25rem;}.news-featured__title{font-size:1.25rem;}}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;}.news-grid-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:var(--radius-2xl,1rem);overflow:hidden;background:var(--gray-50,#f9fafb);transition:all 0.2s;}.news-grid-card:hover{box-shadow:var(--shadow-md);}.news-grid-card__image{width:100%;height:180px;overflow:hidden;}.news-grid-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s;}.news-grid-card:hover .news-grid-card__image img{transform:scale(1.03);}.news-grid-card__content{padding:1rem 1.25rem 1.25rem;flex:1;display:flex;flex-direction:column;}.news-grid-card__title{font-size:1.0625rem;font-weight:700;color:var(--text-primary);line-height:1.3;margin:0 0 0.375rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.news-grid-card:visited .news-grid-card__title,.news-grid-card:link .news-grid-card__title{color:var(--text-primary);}.news-grid-card:hover .news-grid-card__title{color:var(--brand-purple);}.news-grid-card__date{font-size:0.75rem;font-weight:400;color:var(--text-muted);margin-top:auto;}.news-grid-card--hero{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:320px;}.news-grid-card--hero .news-grid-card__image{display:none;}.news-grid-card--hero__overlay{position:absolute;bottom:0;left:0;right:0;padding:4rem 1.25rem 1.25rem;background:linear-gradient(to top,rgba(0,0,0,0.92) 0%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.2) 75%,transparent 100%);border-radius:0 0 var(--radius-2xl,1rem) var(--radius-2xl,1rem);}.news-grid-card--hero .news-grid-card__title{color:#fff !important;-webkit-line-clamp:3;}.news-grid-card--hero:hover .news-grid-card__title{color:#fff !important;opacity:0.9;}.news-grid-card--hero .news-grid-card__date{color:rgba(255,255,255,0.75);}@media (max-width:1024px){.news-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:640px){.news-featured__image{min-height:200px;max-height:240px;}.news-featured__title{font-size:1.25rem;}.news-featured__content{padding:1.25rem;}.news-grid{grid-template-columns:1fr;}.news-grid-card__image{height:160px;}.news-grid-card--hero{min-height:240px;}}.news-card__tag{display:inline-block;font-size:0.625rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:0.1875rem 0.5rem;border-radius:var(--radius-sm);margin-bottom:0.375rem;}.news-card__tag--erasmus{color:#003399;background:#e8f0fe;}.news-card__tag--esc{color:#5a8a2e;background:#ecf5d8;}.news-card__tag--see{color:#b45309;background:#fef3c7;}.news-card__tag--etwinning{color:#00857a;background:#d1fae5;}.news-card__tag--eurydice{color:#7c3aed;background:#ede9fe;}.news-card__tag--raport{color:#7c3aed;background:#ede9fe;}.news-card__tag--apel{color:#b45309;background:#fef3c7;}.news-card__tag--eveniment{color:#be185d;background:#fce7f3;}.news-card__tag--anunt{color:#047857;background:#d1fae5;}.events-column{display:flex;flex-direction:column;background:var(--gray-50);border-radius:var(--radius-2xl);padding:1.5rem;}.events-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;}@media (max-width:1024px){.events-list{grid-template-columns:repeat(2,1fr);}}@media (max-width:640px){.events-list{grid-template-columns:1fr;}}.event-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);transition:all 0.2s;}.event-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md);}.event-card__date{flex-shrink:0;width:48px;text-align:center;padding:0.5rem 0;}.event-card__date-days{font-size:1.25rem;font-weight:700;color:var(--text-primary);line-height:1.2;}.event-card__date-month{font-size:0.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--text-muted);}.event-card__content{flex:1;min-width:0;}.event-card__title{font-size:0.9375rem;font-weight:700;color:var(--text-primary);line-height:1.4;margin-bottom:0.375rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.event-card:hover .event-card__title{color:var(--brand-purple);}.event-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem;font-size:0.75rem;}.event-card__location{display:flex;align-items:center;gap:0.25rem;color:var(--text-muted);}.event-card__type{padding:0.125rem 0.375rem;border-radius:var(--radius-sm);font-weight:600;font-size:0.625rem;text-transform:uppercase;}.event-card__type--training{background:#dbeafe;color:#1d4ed8;}.event-card__type--conferinta{background:#fae8ff;color:#a21caf;}.event-card__type--seminar{background:#d1fae5;color:#047857;}.event-card__type--workshop{background:#fef3c7;color:#b45309;}.event-card__type--networking{background:#e0e7ff;color:#4338ca;}.deadlines{background:var(--gray-50);padding:4rem 0;}.deadlines__header{margin-bottom:1.5rem;}.deadlines__grid{display:grid;grid-template-columns:1fr;gap:1rem;padding:0 1rem;}@media (min-width:768px){.deadlines__grid{grid-template-columns:repeat(2,1fr);padding:0 2rem;}}@media (min-width:1024px){.deadlines__grid{grid-template-columns:repeat(3,1fr);padding:0 2rem;}}.deadline-card{display:flex;flex-direction:column;padding:1.25rem;background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);transition:all 0.2s;position:relative;}.deadline-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-lg);}.deadline-card--urgent{background:linear-gradient(135deg,rgba(254,226,226,0.3) 0%,rgba(255,255,255,1) 100%);}.deadline-card--soon{background:linear-gradient(135deg,rgba(254,243,199,0.3) 0%,rgba(255,255,255,1) 100%);}.deadline-card--open{background:linear-gradient(135deg,rgba(209,250,229,0.3) 0%,rgba(255,255,255,1) 100%);}.deadline-card__header{display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem;}.deadline-card__status{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.625rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:0.25rem 0.625rem;border-radius:var(--radius-full);}.deadline-card__status::before{content:'';width:6px;height:6px;border-radius:50%;}.deadline-card__status--urgent{background:#fee2e2;color:#dc2626;}.deadline-card__status--urgent::before{background:#dc2626;}.deadline-card__status--soon{background:#fef3c7;color:#b45309;}.deadline-card__status--soon::before{background:#f59e0b;}.deadline-card__status--open{background:#d1fae5;color:#047857;}.deadline-card__status--open::before{background:#10b981;}.deadline-card__date-badge{font-size:0.6875rem;font-weight:600;padding:0.25rem 0.625rem;background:var(--white);color:var(--text-primary);border:1px solid var(--gray-300);border-radius:var(--radius-md);}.deadline-card__title{font-size:1rem;font-weight:700;color:var(--text-primary);line-height:1.4;margin-bottom:0.375rem;}.deadline-card:hover .deadline-card__title{color:var(--brand-purple);}.deadline-card__desc{font-size:0.8125rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}.deadline-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:0.75rem;border-top:1px solid var(--gray-100);}.deadline-card__countdown{display:flex;align-items:center;gap:0.375rem;font-size:0.875rem;color:var(--text-secondary);}.deadline-card__countdown i{color:var(--text-muted);font-size:0.75rem;}.deadline-card__countdown strong{font-weight:700;}.deadline-card__countdown--urgent strong{color:#dc2626;}.deadline-card__countdown--soon strong{color:#f59e0b;}.deadline-card__countdown--open strong{color:#10b981;}.deadline-card__actions{display:flex;align-items:center;gap:0.5rem;}.deadline-card__code{font-size:0.6875rem;font-weight:600;padding:0.25rem 0.5rem;background:var(--gray-100);color:var(--text-secondary);border-radius:var(--radius-sm);}.deadline-card__apply{display:inline-flex;align-items:center;gap:0.25rem;font-size:0.8125rem;font-weight:600;color:var(--brand-purple);transition:gap 0.2s;}.deadline-card:hover .deadline-card__apply{gap:0.5rem;}.resources__grid{display:grid;grid-template-columns:1fr;gap:2rem;}@media (min-width:768px){.resources__grid{grid-template-columns:repeat(2,1fr);}}.resources__column{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius-2xl);padding:1.5rem;border:1px solid var(--gray-200);}.resources__column-header{display:flex;align-items:center;gap:0.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200);}.resources__column-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);font-size:1.125rem;}.resources__column--docs .resources__column-icon{background:rgba(255,73,73,0.1);color:#FF4949;}.resources__column--videos .resources__column-icon{background:rgba(79,125,243,0.1);color:#4F7DF3;}.resources__column-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);}.resources__list{display:flex;flex-direction:column;gap:0.25rem;}.resource-item{display:flex;align-items:center;gap:0.875rem;padding:0.875rem;border-radius:var(--radius-lg);transition:all 0.2s;}.resource-item:hover{background:var(--gray-50);}.resource-item__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);font-size:1rem;}.resource-item--doc .resource-item__icon{background:rgba(255,73,73,0.1);color:#FF4949;}.resource-item--video .resource-item__icon{background:rgba(79,125,243,0.1);color:#4F7DF3;}.resource-item__content{flex:1;min-width:0;}.resource-item__title{font-size:0.9375rem;font-weight:600;color:var(--text-primary);line-height:1.4;margin-bottom:0.125rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}.resource-item:hover .resource-item__title{color:var(--brand-purple);}.resource-item__meta{font-size:0.75rem;color:var(--text-muted);}.resources__more{display:inline-flex;align-items:center;gap:0.375rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--gray-200);font-size:0.875rem;font-weight:600;color:var(--brand-purple);transition:gap 0.2s;}.resources__more:hover{gap:0.625rem;}.links-section{background:linear-gradient(135deg,rgba(68,0,152,0.85) 0%,rgba(53,0,120,0.9) 100%);padding:3rem 0;margin-top:2rem;border-radius:var(--radius-2xl);position:relative;overflow:hidden;}.links-section::before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:rgba(255,204,0,0.08);border-radius:50%;}.links-section::after{content:'';position:absolute;bottom:-80px;left:-40px;width:250px;height:250px;border:2px solid rgba(255,255,255,0.06);border-radius:50%;}.links-section__inner{position:relative;z-index:1;text-align:center;}.links-section__title{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:0.375rem;}.links-section__title::after{content:'';display:block;width:40px;height:3px;background:var(--accent-orange);margin:0.75rem auto 0;border-radius:2px;}.links-section__subtitle{font-size:0.9375rem;color:rgba(255,255,255,0.75);margin-top:0.75rem;margin-bottom:1.5rem;}.links-section__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem;}.link-pill{display:inline-flex;align-items:center;gap:0.5rem;padding:0.625rem 1.125rem;background:rgba(255,204,0,0.9);color:var(--brand-purple-dark);font-size:0.875rem;font-weight:600;border-radius:var(--radius-full);transition:all 0.2s;box-shadow:0 2px 8px rgba(0,0,0,0.15);}.link-pill:hover{background:var(--eu-yellow);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.2);}.link-pill__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:rgba(68,0,152,0.15);border-radius:50%;font-size:0.75rem;}.stories__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;}@media (min-width:640px){.stories__grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.stories__grid{grid-template-columns:repeat(4,1fr);}}.story-card{border-radius:var(--radius-xl);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;position:relative;transition:all 0.2s;border:1px solid transparent;}.story-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);}.story-card--erasmus{background:linear-gradient(135deg,#003399 0%,#0055cc 100%);}.story-card--erasmus:hover{box-shadow:0 12px 30px rgba(0,51,153,0.3);}.story-card--esc{background:linear-gradient(135deg,#89B33A 0%,#6d9c1f 100%);}.story-card--esc:hover{box-shadow:0 12px 30px rgba(137,179,58,0.3);}.story-card--see{background:linear-gradient(135deg,#F39200 0%,#d68000 100%);}.story-card--see:hover{box-shadow:0 12px 30px rgba(243,146,0,0.3);}.story-card--etwinning{background:linear-gradient(135deg,#00A99D 0%,#008f85 100%);}.story-card--etwinning:hover{box-shadow:0 12px 30px rgba(0,169,157,0.3);}.story-card__badge{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.625rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:0.375rem 0.75rem;border-radius:var(--radius-full);width:fit-content;background:rgba(255,255,255,0.2);color:white;}.story-card__quote{flex:1;padding-left:1rem;font-size:0.9375rem;font-style:italic;color:rgba(255,255,255,0.95);line-height:1.6;position:relative;}.story-card__quote::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:2px;background:rgba(255,255,255,0.4);}.story-card__author{display:flex;align-items:center;gap:0.75rem;}.story-card__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,0.5);}.story-card__info{display:flex;flex-direction:column;}.story-card__name{font-size:0.9375rem;font-weight:700;color:white;}.story-card__role{font-size:0.8125rem;color:rgba(255,255,255,0.8);}.newsletter{padding:3rem 0;background:var(--white);}.newsletter__inner{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center;}@media (min-width:768px){.newsletter__inner{flex-direction:row;justify-content:space-between;text-align:left;}}.newsletter__content{flex:1;}.newsletter__title{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin-bottom:0.375rem;}.newsletter__desc{font-size:0.9375rem;color:var(--text-secondary);}.newsletter__form{display:flex;gap:0.75rem;width:100%;max-width:420px;}@media (max-width:480px){.newsletter__form{flex-direction:column;}}.newsletter__input{flex:1;padding:0.875rem 1.25rem;font-size:0.9375rem;border:1px solid #ccc;border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm);outline:none;transition:box-shadow 0.2s;}.newsletter__input:focus{box-shadow:var(--shadow-md),0 0 0 3px rgba(68,0,152,0.1);}.newsletter__input::placeholder{color:var(--text-muted);}.newsletter__btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.875rem 1.5rem;font-size:0.9375rem;font-weight:600;color:white;background:var(--brand-purple-dark);border:none;border-radius:var(--radius-lg);cursor:pointer;transition:all 0.2s;white-space:nowrap;}.newsletter__btn:hover{background:#3D1A5C;transform:translateY(-1px);}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:var(--brand-purple);color:white;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;box-shadow:0 4px 20px color-mix(in srgb,var(--brand-purple) 40%,transparent);opacity:0;visibility:hidden;transform:translateY(20px);transition:all 0.3s ease;z-index:999;}.back-to-top:hover{background:var(--brand-purple-dark);transform:translateY(-2px);box-shadow:0 6px 25px color-mix(in srgb,var(--brand-purple) 50%,transparent);}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0);}@media (max-width:640px){.back-to-top{width:48px;height:48px;bottom:1.5rem;right:1.5rem;font-size:1.125rem;}}.anp-lightbox{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;}.anp-lightbox.is-open{opacity:1;visibility:visible;}.anp-lightbox__overlay{position:absolute;inset:0;background:rgba(0,0,0,0.9);}.anp-lightbox__container{position:relative;z-index:1;max-width:90vw;max-height:85vh;display:flex;flex-direction:column;align-items:center;}.anp-lightbox__content{display:flex;align-items:center;justify-content:center;max-width:90vw;max-height:80vh;}.anp-lightbox__image{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:var(--radius-lg);box-shadow:0 20px 60px rgba(0,0,0,0.5);animation:anpLightboxFadeIn 0.3s ease;}@keyframes anpLightboxFadeIn{from{opacity:0;transform:scale(0.95);}to{opacity:1;transform:scale(1);}}.anp-lightbox__pdf-wrapper{position:relative;width:80vw;height:80vh;}.anp-lightbox__pdf{width:100%;height:100%;border:none;border-radius:var(--radius-lg);background:white;}.anp-lightbox__pdf-download{position:absolute;top:0.75rem;right:0.75rem;display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background:rgba(0,0,0,0.7);color:white;border-radius:var(--radius-md);font-size:0.8125rem;font-weight:500;text-decoration:none;transition:background 0.2s;backdrop-filter:blur(4px);z-index:1;}.anp-lightbox__pdf-download:hover{background:rgba(0,0,0,0.9);}.anp-lightbox__caption{color:rgba(255,255,255,0.8);font-size:0.875rem;text-align:center;margin-top:1rem;max-width:600px;line-height:1.5;}.anp-lightbox__counter{position:absolute;top:1.5rem;left:50%;transform:translateX(-50%);color:rgba(255,255,255,0.6);font-size:0.8125rem;font-weight:500;z-index:2;background:rgba(0,0,0,0.4);padding:0.25rem 0.75rem;border-radius:var(--radius-full);}.anp-lightbox__close,.anp-lightbox__prev,.anp-lightbox__next{position:absolute;z-index:2;background:rgba(255,255,255,0.1);border:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s;backdrop-filter:blur(4px);}.anp-lightbox__close:hover,.anp-lightbox__prev:hover,.anp-lightbox__next:hover{background:rgba(255,255,255,0.25);}.anp-lightbox__close{top:1rem;right:1rem;width:44px;height:44px;border-radius:50%;font-size:1.25rem;}.anp-lightbox__prev,.anp-lightbox__next{top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;font-size:1.125rem;}.anp-lightbox__prev{left:1rem;}.anp-lightbox__next{right:1rem;}.anp-lightbox__loading{position:absolute;inset:0;display:none;align-items:center;justify-content:center;z-index:0;}.anp-lightbox__spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,0.2);border-top-color:white;border-radius:50%;animation:anpSpin 0.8s linear infinite;}@keyframes anpSpin{to{transform:rotate(360deg);}}.anp-lightbox__error{display:flex;flex-direction:column;align-items:center;gap:0.75rem;color:rgba(255,255,255,0.5);font-size:1rem;}.anp-lightbox__error i{font-size:2.5rem;}@media (max-width:640px){.anp-lightbox__prev,.anp-lightbox__next{width:40px;height:40px;font-size:1rem;}.anp-lightbox__prev{left:0.5rem;}.anp-lightbox__next{right:0.5rem;}.anp-lightbox__close{top:0.5rem;right:0.5rem;}.anp-lightbox__pdf-wrapper{width:95vw;height:75vh;}}.prose img:not(.lightbox-exclude),.article__body img:not(.lightbox-exclude){cursor:zoom-in;}.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.6s cubic-bezier(0.16,1,0.3,1),transform 0.6s cubic-bezier(0.16,1,0.3,1);}.reveal.is-visible{opacity:1;transform:translateY(0);}.reveal-child{opacity:0;transform:translateY(16px);transition:opacity 0.5s cubic-bezier(0.16,1,0.3,1),transform 0.5s cubic-bezier(0.16,1,0.3,1);}.reveal.is-visible .reveal-child{opacity:1;transform:translateY(0);}.reveal.is-visible .reveal-child:nth-child(1){transition-delay:0.05s;}.reveal.is-visible .reveal-child:nth-child(2){transition-delay:0.1s;}.reveal.is-visible .reveal-child:nth-child(3){transition-delay:0.15s;}.reveal.is-visible .reveal-child:nth-child(4){transition-delay:0.2s;}.reveal.is-visible .reveal-child:nth-child(5){transition-delay:0.25s;}.reveal.is-visible .reveal-child:nth-child(6){transition-delay:0.3s;}.reveal.is-visible .reveal-child:nth-child(7){transition-delay:0.35s;}.reveal.is-visible .reveal-child:nth-child(8){transition-delay:0.4s;}.hero__inner .reveal-child{opacity:0;transform:translateY(20px);transition:opacity 0.7s cubic-bezier(0.16,1,0.3,1),transform 0.7s cubic-bezier(0.16,1,0.3,1);}.hero__inner.is-visible .reveal-child{opacity:1;transform:translateY(0);}.hero__inner.is-visible .reveal-child:nth-child(1){transition-delay:0.1s;}.hero__inner.is-visible .reveal-child:nth-child(2){transition-delay:0.2s;}.hero__inner.is-visible .reveal-child:nth-child(3){transition-delay:0.35s;}@media (prefers-reduced-motion:reduce){.reveal,.reveal-child,.hero__inner .reveal-child{opacity:1;transform:none;transition:none;}}.footer{background:var(--brand-purple);color:rgba(255,255,255,0.8);}.footer__main{padding:4rem 0 3rem;}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;}@media (min-width:768px){.footer__grid--cols-1{grid-template-columns:1.5fr 1fr;}.footer__grid--cols-2{grid-template-columns:1.5fr repeat(2,1fr);}.footer__grid--cols-3{grid-template-columns:1.5fr repeat(3,1fr);}.footer__grid--cols-4{grid-template-columns:1.5fr repeat(4,1fr);}}.footer__column{min-width:0;}.footer__logo{display:inline-block;margin-bottom:1rem;background:white;padding:0.75rem 1rem;border-radius:var(--radius-lg);}.footer__logo-img{width:auto;display:block;}.footer__desc{font-size:0.875rem;line-height:1.7;color:rgba(255,255,255,0.7);margin-bottom:1.5rem;}.footer__contact{display:flex;flex-direction:column;gap:0.625rem;}.footer__contact-item{display:flex;align-items:flex-start;gap:0.625rem;font-size:0.8125rem;color:rgba(255,255,255,0.7);}.footer__contact-item i{color:var(--eu-yellow);margin-top:0.125rem;width:16px;}.footer__contact-item a{color:rgba(255,255,255,0.7);transition:color 0.2s;}.footer__contact-item a:hover{color:var(--eu-yellow);}.footer__heading{font-size:0.875rem;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:1.25rem;}.footer__links{display:flex;flex-direction:column;gap:0.625rem;}.footer__links li a{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:rgba(255,255,255,0.7);transition:all 0.2s;}.footer__links li a:hover{color:var(--eu-yellow);padding-left:0.25rem;}.footer__links li a i{font-size:0.625rem;opacity:0.5;}.footer__eu-band{padding:1.5rem 0;background:rgba(0,0,0,0.2);border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(255,255,255,0.1);}.footer__eu-content{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;}@media (min-width:768px){.footer__eu-content{flex-wrap:nowrap;}}.footer__eu-logo{display:flex;align-items:center;gap:0.75rem;flex-shrink:0;}.footer__eu-img{height:50px;width:auto;}@media (min-width:768px){.footer__eu-img{height:60px;}}.footer__eu-flag{height:40px;width:auto;}.footer__eu-text{display:flex;flex-direction:column;font-size:0.75rem;line-height:1.3;}.footer__eu-text span{color:rgba(255,255,255,0.6);}.footer__eu-text strong{color:var(--white);font-size:0.875rem;}.footer__eu-disclaimer{font-size:0.75rem;color:rgba(255,255,255,0.5);line-height:1.6;}.footer__bottom{padding:1.25rem 0;}.footer__bottom-inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;}.footer__copyright{font-size:0.8125rem;color:rgba(255,255,255,0.5);}.footer__legal{display:flex;flex-wrap:wrap;gap:1rem;}.footer__legal a{font-size:0.8125rem;color:rgba(255,255,255,0.5);transition:color 0.2s;}.footer__legal a:hover{color:rgba(255,255,255,0.8);}.footer__social{display:flex;gap:0.75rem;}.footer__social a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.1);border-radius:var(--radius-md);color:rgba(255,255,255,0.7);transition:all 0.2s;}.footer__social a:hover{background:var(--eu-yellow);color:var(--gray-900);}.article-hero{position:relative;min-height:480px;display:flex;align-items:flex-end;background:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-dark) 50%,#2a0060 100%);overflow:hidden;}@media (min-width:768px){.article-hero{min-height:520px;}}.article-hero--has-image{min-height:560px;}@media (min-width:768px){.article-hero--has-image{min-height:600px;}}.article-hero--no-image{min-height:380px;}@media (min-width:768px){.article-hero--no-image{min-height:420px;}}.article-hero--no-image::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,0.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,0.03) 0%,transparent 50%),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='20' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E");background-size:100% 100%,100% 100%,60px 60px;pointer-events:none;}.article-hero--no-image::after{content:'\f15c';font-family:'Font Awesome 6 Free';font-weight:400;position:absolute;top:50%;right:10%;transform:translateY(-50%);font-size:15rem;color:rgba(255,255,255,0.04);pointer-events:none;}.article-hero--no-image.category-stiri::after{content:'\f1ea';}.article-hero--no-image.category-evenimente::after{content:'\f073';}.article-hero--no-image.category-proiecte::after{content:'\f0b1';}.article-hero--no-image.category-anunturi::after{content:'\f0a1';}.article-hero__image-wrapper{position:absolute;inset:0;overflow:hidden;}.article-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0.85;}.article-hero__overlay{position:absolute;inset:0;background:linear-gradient( to bottom,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.4) 70%,rgba(0,0,0,0.7) 100% );}.article-hero--no-image .article-hero__overlay{background:linear-gradient( to bottom,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.3) 100% );}.article-hero__content{position:relative;z-index:1;padding:3rem 0 2.5rem;color:white;width:100%;}.article-hero__breadcrumb{display:flex;align-items:center;gap:0.5rem;font-size:0.8125rem;color:rgba(255,255,255,0.7);margin-bottom:1.25rem;}.article-hero__breadcrumb a{color:rgba(255,255,255,0.7);transition:color 0.2s;}.article-hero__breadcrumb a:hover{color:white;}.article-hero__breadcrumb span{color:rgba(255,255,255,0.5);}.article-hero__tag{display:inline-block;font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:var(--eu-blue);background:var(--eu-yellow);padding:0.25rem 0.75rem;border-radius:var(--radius-sm);margin-bottom:1rem;}.article-hero__title{font-family:var(--font-display);font-size:1.75rem;font-weight:800;color:white;line-height:1.2;margin-bottom:1rem;max-width:800px;}@media (min-width:768px){.article-hero__title{font-size:2.5rem;}}.article-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:0.875rem;color:rgba(255,255,255,0.8);}.article-hero__meta-item{display:flex;align-items:center;gap:0.375rem;}.article-hero__meta-item i{opacity:0.7;}.article{padding:3rem 0;}.article__container{display:grid;grid-template-columns:1fr;gap:3rem;}@media (min-width:1024px){.article__container{grid-template-columns:1fr 320px;}}.article__content{min-width:0;}.article__author{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--gray-50);border-radius:var(--radius-xl);margin-bottom:2rem;}.article__author-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid var(--brand-purple-100);}.article__author-info{flex:1;}.article__author-name{font-size:1rem;font-weight:700;color:var(--text-primary);}.article__author-role{font-size:0.8125rem;color:var(--text-muted);}.article__author-social{display:flex;gap:0.5rem;}.article__author-social a{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);color:var(--text-muted);font-size:0.875rem;transition:all 0.2s;}.article__author-social a:hover{border-color:var(--brand-purple);color:var(--brand-purple);}.article__lead{font-size:1.1875rem;font-weight:500;color:var(--text-primary);line-height:1.7;margin-bottom:2rem;padding-left:1.25rem;border-left:4px solid var(--brand-purple);}.prose,.article__body{font-size:1rem;line-height:1.8;color:var(--text-secondary);}.prose p,.article__body p{margin-bottom:1.5rem;}.prose h2,.article__body h2{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:2.5rem 0 1rem;}.prose h3,.article__body h3{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:2rem 0 0.75rem;}.prose h4,.article__body h4{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:1.75rem 0 0.5rem;}.prose ul,.prose ol,.article__body ul,.article__body ol{margin:0 0 1.5rem 1.5rem;list-style:disc;}.prose ol,.article__body ol{list-style:decimal;}.prose li,.article__body li{margin-bottom:0.5rem;}.prose strong,.article__body strong{font-weight:700;color:var(--text-primary);}.prose a,.article__body a{color:var(--brand-purple);text-decoration:underline;text-underline-offset:2px;}.prose a:hover,.article__body a:hover{color:var(--brand-purple-dark);}.prose blockquote,.article__body blockquote{margin:2rem 0;padding:1.5rem;background:var(--brand-purple-50);border-left:4px solid var(--brand-purple);border-radius:0 var(--radius-lg) var(--radius-lg) 0;font-style:italic;color:var(--text-primary);}.prose blockquote p:last-child,.article__body blockquote p:last-child{margin-bottom:0;}.prose table,.article__body table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:0.9375rem;}.prose th,.article__body th{background:var(--gray-50);font-weight:600;color:var(--text-primary);text-align:left;padding:0.75rem 1rem;border-bottom:2px solid var(--gray-200);}.prose td,.article__body td{padding:0.75rem 1rem;border-bottom:1px solid var(--gray-100);}.prose tr:hover,.article__body tr:hover{background:var(--gray-50);}.prose hr,.article__body hr{border:none;border-top:1px solid var(--gray-200);margin:2.5rem 0;}.article__image{margin:2rem 0;border-radius:var(--radius-xl);overflow:hidden;}.article__image img{width:100%;}.article__image-caption{font-size:0.8125rem;color:var(--text-muted);margin-top:0.75rem;text-align:center;}.prose img{max-width:100%;height:auto;border-radius:var(--radius-xl);margin:1.5rem 0;}.article__body img{max-width:100%;height:auto;border-radius:var(--radius-xl);margin:1.5rem 0;}.prose .wp-block-image,.prose figure{margin:2rem 0;}.article__body .wp-block-image,.article__body figure{margin:2rem 0;max-width:100%;}.prose .wp-block-image img,.prose figure img{max-width:100%;height:auto;border-radius:var(--radius-xl);margin:0;}.article__body .wp-block-image img,.article__body figure img{max-width:100%;height:auto;border-radius:var(--radius-xl);margin:0;}.prose .wp-block-image figcaption,.prose figure figcaption,.prose .wp-caption-text,.article__body .wp-block-image figcaption,.article__body figure figcaption,.article__body .wp-caption-text{font-size:0.8125rem;color:var(--text-muted);text-align:center;margin-top:0.75rem;padding:0 1rem;font-style:italic;}.prose .wp-block-gallery,.article__body .wp-block-gallery{margin:2rem 0;gap:1rem;}.prose .wp-block-gallery .wp-block-image,.article__body .wp-block-gallery .wp-block-image{margin:0;}.prose iframe,.prose .wp-block-embed,.article__body iframe,.article__body .wp-block-embed{width:100%;border-radius:var(--radius-xl);margin:2rem 0;}.article__tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--gray-200);}.article__tag{display:inline-flex;align-items:center;gap:0.375rem;padding:0.375rem 0.75rem;font-size:0.75rem;font-weight:500;color:var(--text-secondary);background:var(--gray-100);border-radius:var(--radius-full);transition:all 0.2s;}.article__tag:hover{background:var(--gray-200);color:var(--text-primary);}.article__nav{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--gray-200);}.article__nav-link{display:flex;flex-direction:column;gap:0.25rem;padding:1rem;background:var(--gray-50);border-radius:var(--radius-lg);flex:1;transition:all 0.2s;}.article__nav-link:hover{background:var(--gray-100);}.article__nav-link--prev{align-items:flex-start;}.article__nav-link--next{align-items:flex-end;text-align:right;}.article__nav-label{font-size:0.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.05em;}.article__nav-title{font-size:0.9375rem;font-weight:600;color:var(--text-primary);line-height:1.4;}.article__sidebar{display:block;order:2;}@media (min-width:1024px){.article__sidebar{order:unset;}}.sidebar-widget{background:var(--gray-50);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1.5rem;}.sidebar-widget__title{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;padding-bottom:0.75rem;border-bottom:2px solid var(--brand-purple);}.sidebar-widget__list{display:flex;flex-direction:column;gap:0;}.sidebar-widget__item{display:flex;gap:0.75rem;padding:0.875rem 0;background:transparent;border-radius:0;border:none;border-bottom:1px solid var(--gray-200);transition:all 0.2s;}.sidebar-widget__item:last-child{border-bottom:none;padding-bottom:0;}.sidebar-widget__item:first-child{padding-top:0;}.sidebar-widget__item:hover{border-color:var(--gray-200);box-shadow:none;}.sidebar-widget__item:hover .sidebar-widget__item-title{color:var(--brand-purple);}.sidebar-widget__item-image{width:72px;height:54px;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;}.sidebar-widget__item-placeholder{width:72px;height:54px;border-radius:var(--radius-md);flex-shrink:0;background:linear-gradient(135deg,#f0f0f4 0%,#e8e8ed 100%);display:flex;align-items:center;justify-content:center;color:rgba(68,0,152,0.15);font-size:1.25rem;}.sidebar-widget__item-content{flex:1;min-width:0;}.sidebar-widget__item-tag{display:inline-block;font-size:0.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:0.125rem 0.375rem;border-radius:var(--radius-sm);margin-bottom:0.25rem;color:#047857;background:#d1fae5;}.sidebar-widget__item-title{font-size:0.8125rem;font-weight:600;color:var(--text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color 0.2s;}.sidebar-widget__item-meta{display:flex;align-items:center;gap:0.75rem;margin-top:0.25rem;}.sidebar-widget__item-date{font-size:0.6875rem;color:var(--text-muted);}.sidebar-widget__item-views{font-size:0.6875rem;color:var(--text-muted);display:flex;align-items:center;gap:0.25rem;}.share-buttons{display:flex;gap:0.5rem;flex-wrap:wrap;}.share-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--gray-200);color:var(--text-secondary);transition:all 0.2s;}.share-btn:hover{border-color:var(--brand-purple);color:var(--brand-purple);}.share-btn--facebook:hover{background:#1877F2;border-color:#1877F2;color:white;}.share-btn--twitter:hover{background:#1DA1F2;border-color:#1DA1F2;color:white;}.share-btn--linkedin:hover{background:#0A66C2;border-color:#0A66C2;color:white;}.share-btn--email:hover{background:var(--brand-purple);border-color:var(--brand-purple);color:white;}.archive-header{position:relative;background:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-dark) 100%);padding:calc(var(--header-height) + 4rem) 0 3rem;color:white;text-align:center;}.archive-header__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:0.5rem;}.archive-header__desc{font-size:1.0625rem;color:rgba(255,255,255,0.8);max-width:600px;margin:0 auto;}.posts-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 0;}@media (min-width:640px){.posts-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.posts-grid{grid-template-columns:repeat(3,1fr);}}.post-card{background:var(--white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);transition:all 0.3s;}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);}.post-card__image{aspect-ratio:16/9;overflow:hidden;}.post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s;}.post-card:hover .post-card__image img{transform:scale(1.05);}.post-card__content{padding:1.5rem;}.post-card__meta{display:flex;align-items:center;gap:0.75rem;font-size:0.75rem;color:var(--text-muted);margin-bottom:0.75rem;}.post-card__category{background:var(--brand-purple-100);color:var(--brand-purple);padding:0.25rem 0.625rem;border-radius:var(--radius-full);font-weight:600;}.post-card__title{font-size:1.125rem;font-weight:700;color:var(--text-primary);line-height:1.4;margin-bottom:0.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.post-card__title a{color:inherit;transition:color 0.2s;}.post-card__title a:hover{color:var(--brand-purple);}.post-card__excerpt{font-size:0.875rem;color:var(--text-secondary);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.pagination{display:flex;justify-content:center;gap:0.5rem;padding:2rem 0;}.pagination .page-numbers{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 0.75rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);color:var(--text-primary);font-weight:500;transition:all 0.2s;}.pagination .page-numbers:hover{border-color:var(--brand-purple);color:var(--brand-purple);}.pagination .page-numbers.current{background:var(--brand-purple);border-color:var(--brand-purple);color:white;}.error-404{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:calc(var(--total-header) + 3rem) 0 3rem;}.error-404__content{max-width:560px;margin:0 auto;}.error-404__code{display:block;font-family:var(--font-display);font-size:6rem;font-weight:800;color:var(--brand-purple);line-height:1;margin-bottom:0.5rem;opacity:0.15;}@media (min-width:768px){.error-404__code{font-size:8rem;}}.error-404__title{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--text-primary);line-height:1.3;margin-bottom:1rem;}@media (min-width:768px){.error-404__title{font-size:2rem;}}.error-404__desc{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:2rem;}.error-404__actions{margin-bottom:2rem;}.error-404__search{max-width:500px;margin:0 auto;}.error-404__search p{font-size:0.875rem;color:var(--text-muted);margin-bottom:0.75rem;}.search-form{display:flex;gap:0.75rem;max-width:500px;}.search-form__input{flex:1;padding:0.875rem 1.25rem;font-size:1rem;border:2px solid var(--gray-200);border-radius:var(--radius-lg);outline:none;transition:border-color 0.2s;}.search-form__input:focus{border-color:var(--brand-purple);}.search-form__btn{padding:0.875rem 1.5rem;background:var(--brand-purple);color:white;border:none;border-radius:var(--radius-lg);font-weight:600;cursor:pointer;transition:background 0.2s;}.search-form__btn:hover{background:var(--brand-purple-dark);}.search-form-wrapper{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-200);}.search-form-wrapper .search-form{max-width:600px;}.no-results__suggestions{text-align:left;background:var(--gray-50);padding:1.25rem 1.5rem;border-radius:var(--radius-lg);margin-top:1.5rem;max-width:400px;margin-left:auto;margin-right:auto;}.no-results__suggestions h3{font-size:0.875rem;font-weight:700;color:var(--text-primary);margin-bottom:0.5rem;}.no-results__suggestions ul{list-style:none;padding:0;margin:0;}.no-results__suggestions li{font-size:0.8125rem;color:var(--text-secondary);padding:0.25rem 0;padding-left:1.25rem;position:relative;}.no-results__suggestions li::before{content:'→';position:absolute;left:0;color:var(--brand-purple);font-weight:600;}.alignleft{float:left;margin:0.25rem 1.5rem 1rem 0;}.alignright{float:right;margin:0.25rem 0 1rem 1.5rem;}.article__body img.alignleft,.prose img.alignleft{float:left;margin:0.25rem 1.5rem 1rem 0;border-radius:var(--radius-lg);max-width:50%;height:auto;}.article__body img.alignright,.prose img.alignright{float:right;margin:0.25rem 0 1rem 1.5rem;border-radius:var(--radius-lg);max-width:50%;height:auto;}.aligncenter{display:block;margin-left:auto;margin-right:auto;}.article__body p::after,.prose p::after{content:'';display:table;clear:both;}.wp-caption{max-width:100%;}.wp-caption-text{font-size:0.8125rem;color:var(--text-muted);margin-top:0.5rem;}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin:1.5rem 0;}.gallery-item{margin:0;}.gallery-item img{border-radius:var(--radius-md);}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute !important;height:1px;width:1px;overflow:hidden;}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}.search-modal{position:fixed;inset:0;z-index:3000;display:flex;align-items:flex-start;justify-content:center;padding-top:15vh;visibility:hidden;opacity:0;transition:all 0.3s ease;}.search-modal.is-open{visibility:visible;opacity:1;}.search-modal__overlay{position:absolute;inset:0;background:rgba(26,26,46,0.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}.search-modal__content{position:relative;width:100%;max-width:600px;margin:0 1rem;background:var(--white);border-radius:var(--radius-2xl);box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);padding:2rem;transform:translateY(-20px);transition:transform 0.3s ease;}.search-modal.is-open .search-modal__content{transform:translateY(0);}.search-modal__close{position:absolute;top:-12px;right:-12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--white);border:none;border-radius:50%;color:var(--text-secondary);font-size:1rem;cursor:pointer;transition:all 0.2s;box-shadow:0 2px 8px rgba(0,0,0,0.15);}.search-modal__close:hover{background:var(--gray-100);color:var(--text-primary);transform:scale(1.1);}.search-modal__form{display:flex;flex-direction:column;gap:1rem;}@media (min-width:480px){.search-modal__form{flex-direction:row;}}.search-modal__input-wrapper{flex:1;position:relative;display:flex;align-items:center;}.search-modal__input-wrapper i{position:absolute;left:1rem;color:var(--brand-purple);font-size:1.125rem;}.search-modal__input{width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;border:2px solid var(--brand-purple);border-radius:var(--radius-lg);background:var(--white);outline:none;transition:border-color 0.2s,box-shadow 0.2s;}.search-modal__input:focus{border-color:var(--brand-purple);box-shadow:0 0 0 4px rgba(68,0,152,0.15);}.search-modal__input::placeholder{color:var(--text-muted);}.search-modal__btn{padding:1rem 1.75rem;font-size:1rem;font-weight:600;color:var(--white);background:var(--brand-purple);border:none;border-radius:var(--radius-lg);cursor:pointer;transition:all 0.2s;white-space:nowrap;}.search-modal__btn:hover{background:var(--brand-purple-dark);transform:translateY(-1px);}.search-modal__hint{text-align:center;margin-top:1rem;font-size:0.8125rem;color:var(--text-muted);}.stories--fullwidth{padding:4rem 0;}.stories__header{text-align:center;margin-bottom:2.5rem;}.stories__title{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:0.5rem;}.stories__title span{color:var(--brand-purple);}.stories__title::after{content:'';display:block;width:40px;height:3px;background:var(--accent-orange);margin:0.75rem auto 0;border-radius:2px;}.stories__subtitle{font-size:1rem;color:var(--text-muted);margin-top:1rem;}.stories--fullwidth .stories__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;}@media (min-width:640px){.stories--fullwidth .stories__grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.stories--fullwidth .stories__grid{grid-template-columns:repeat(4,1fr);}}.recent-posts{display:flex;flex-direction:column;gap:1rem;}.recent-posts{display:flex;flex-direction:column;gap:0;}.recent-post-card{display:flex;gap:0.875rem;padding:0.875rem 0;background:transparent;border-radius:0;border:none;border-bottom:1px solid var(--gray-200);transition:all 0.2s;}.recent-post-card:first-child{padding-top:0;}.recent-post-card:last-child{border-bottom:none;padding-bottom:0;}.recent-post-card:hover{border-color:var(--gray-200);box-shadow:none;transform:none;}.recent-post-card__image{flex-shrink:0;width:72px;height:54px;border-radius:var(--radius-md);overflow:hidden;}.recent-post-card__image img{width:100%;height:100%;object-fit:cover;}.recent-post-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f0f4 0%,#e8e8ed 100%);color:rgba(68,0,152,0.15);font-size:1.25rem;}.recent-post-card__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:0.25rem;}.recent-post-card__tag{display:inline-block;font-size:0.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:0.125rem 0.375rem;border-radius:var(--radius-sm);width:fit-content;}.recent-post-card__title{font-size:0.8125rem;font-weight:600;color:var(--text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;transition:color 0.2s;}.recent-post-card:hover .recent-post-card__title{color:var(--brand-purple);}.recent-post-card__meta{display:flex;gap:0.75rem;font-size:0.6875rem;color:var(--text-muted);margin-top:auto;}.recent-post-card__meta span{display:flex;align-items:center;gap:0.25rem;}.recent-post-card__meta i{font-size:0.625rem;}.related-posts{display:flex;flex-direction:column;gap:0;}.related-post-item{display:flex;flex-direction:column;gap:0.25rem;padding:0.875rem 0;border-bottom:1px solid var(--gray-200);transition:all 0.2s;}.related-post-item:first-child{padding-top:0;}.related-post-item:last-child{border-bottom:none;padding-bottom:0;}.related-post-item:hover{padding-left:0.5rem;}.related-post-item__title{font-size:0.875rem;font-weight:600;color:var(--text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color 0.2s;}.related-post-item:hover .related-post-item__title{color:var(--brand-purple);}.related-post-item__date{font-size:0.75rem;color:var(--text-muted);}.page-hero{position:relative;display:flex;flex-direction:column;background:var(--white);overflow:hidden;}.page-hero__band{position:relative;height:62px;background:var(--brand-purple);overflow:hidden;}.page-hero__band::before{display:none;}.page-hero__content{position:relative;z-index:1;padding:1.5rem 0 1rem;background:var(--white);width:100%;}@media (min-width:768px){.page-hero__content{padding:2rem 0 2.5rem;}}.page-hero__breadcrumb{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:var(--text-muted);margin-bottom:1rem;}.page-hero__breadcrumb a{color:var(--text-secondary);transition:color 0.2s;}.page-hero__breadcrumb a:hover{color:var(--brand-purple);}.page-hero__breadcrumb span{color:var(--gray-400);}.page-hero__title-wrapper{display:block;}.page-hero__accent{display:none;}.page-hero__title{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2;}@media (min-width:768px){.page-hero__title{font-size:2rem;}}@media (min-width:1024px){.page-hero__title{font-size:2.25rem;}}.page-hero__desc{font-size:1.0625rem;color:var(--text-secondary);max-width:600px;margin-top:0.75rem;}.page-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:0.75rem;font-size:0.8125rem;color:var(--text-muted);}.page-hero__meta-item{display:flex;align-items:center;gap:0.375rem;}.page-hero__meta-item i{opacity:0.6;font-size:0.75rem;}.page-content-wrapper{max-width:960px;}.page-hero__overlay{display:none;}.article .page-content-wrapper{}.container--narrow{max-width:960px;}.breadcrumbs{margin-bottom:1rem;}.breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:0;list-style:none;margin:0;padding:0;font-size:0.875rem;color:var(--text-muted);}.breadcrumb__item{display:flex;align-items:center;}.breadcrumb__link{color:var(--text-secondary);transition:color 0.2s;}.breadcrumb__link:hover{color:var(--brand-purple);}.breadcrumb__sep{display:inline-flex;align-items:center;margin:0 0.5rem;color:var(--gray-400);font-size:0.625rem;}.breadcrumb__current{color:var(--text-muted);max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.page-content{padding:2.5rem 0 4rem;}.entry-content{}.page-content .entry-content > *:first-child{margin-top:0;}.page-content .entry-content > *:last-child{margin-bottom:0;}.article .page-content-wrapper .article__content{padding-top:0;}.article .page-content-wrapper .article__image{margin-bottom:2rem;border-radius:var(--radius-xl);overflow:hidden;}.article .page-content-wrapper .article__image img{width:100%;height:auto;display:block;}.article .page-content-wrapper .article__body{font-size:1.0625rem;line-height:1.75;}.news-archive{padding:3rem 0 4rem;}.news-archive--with-sidebar .news-archive__layout{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:0.5rem;}@media (min-width:768px){.news-archive--with-sidebar .news-archive__layout{grid-template-columns:280px 1fr;gap:2rem;margin-top:2rem;}}.news-archive__sidebar{display:flex;flex-direction:column;gap:1.5rem;}.news-archive__sidebar-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0.875rem 1.125rem;background:white;border:1px solid var(--gray-200);border-radius:var(--radius-xl);cursor:pointer;font-size:0.9375rem;font-weight:600;color:var(--text-primary);transition:all 0.2s;}.news-archive__sidebar-toggle i{font-size:0.75rem;transition:transform 0.3s ease;color:var(--text-muted);}.news-archive__sidebar-toggle.is-open i{transform:rotate(180deg);}.news-archive__sidebar-toggle:hover{border-color:var(--brand-purple);color:var(--brand-purple);}.news-archive__sidebar-content{display:flex;flex-direction:column;gap:1.5rem;}@media (max-width:767px){.news-archive__sidebar-content{display:none;margin-top:0.75rem;}.news-archive__sidebar-content.is-open{display:flex;}}@media (min-width:768px){.news-archive__sidebar-toggle{display:none;}}.news-archive__main{min-width:0;}@media (max-width:767px){.programs-strip{display:none;}}.news-archive__results-info{font-size:0.875rem;color:var(--text-muted);margin-bottom:1rem;padding-bottom:0.75rem;border-bottom:1px solid var(--gray-200);}.opp-sidebar-widget{background:white;border-radius:var(--radius-xl);padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,0.04);}.opp-sidebar-widget__title{font-size:0.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:var(--text-muted);margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem;}.opp-sidebar-widget__title i{font-size:0.75rem;opacity:0.7;}.opp-search-form__input-wrapper{display:flex;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;}.opp-search-form__input{flex:1;border:none;padding:0.625rem 0.875rem;font-size:0.875rem;outline:none;background:transparent;}.opp-search-form__input:focus{box-shadow:none;}.opp-search-form__btn{background:var(--brand-purple);color:white;border:none;padding:0.625rem 0.875rem;cursor:pointer;transition:background 0.2s;}.opp-search-form__btn:hover{opacity:0.9;}.opp-category-cards{display:flex;flex-direction:column;gap:0.375rem;}.opp-cat-card{display:flex;align-items:center;gap:0.75rem;padding:0.625rem 0.75rem;border-radius:var(--radius-lg);transition:all 0.2s;text-decoration:none;color:var(--text-primary);}.opp-cat-card:hover{background:var(--gray-50);}.opp-cat-card--active{background:var(--brand-light,#eef2ff);box-shadow:inset 0 0 0 1px var(--brand-purple);}.opp-cat-card__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);font-size:0.8125rem;flex-shrink:0;}.opp-cat-card__content{display:flex;flex-direction:column;min-width:0;}.opp-cat-card__label{font-size:0.8125rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.opp-cat-card__count{font-size:0.6875rem;color:var(--text-muted);}.news-sidebar__tags{display:flex;flex-wrap:wrap;gap:0.375rem;}.news-sidebar__tag{display:inline-flex;align-items:center;gap:0.375rem;padding:0.3125rem 0.75rem;font-size:0.75rem;font-weight:500;color:var(--text-secondary);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-full);transition:all 0.2s;text-decoration:none;}.news-sidebar__tag:hover{background:var(--gray-100);color:var(--text-primary);border-color:var(--gray-300);}.news-sidebar__tag--active{background:var(--brand-purple);color:white;border-color:var(--brand-purple);}.news-sidebar__tag-count{font-size:0.625rem;opacity:0.7;}.news-sidebar__active-filters{display:flex;flex-wrap:wrap;gap:0.5rem;}.news-sidebar__active-filter{display:inline-flex;align-items:center;gap:0.375rem;padding:0.25rem 0.625rem;font-size:0.75rem;background:var(--brand-light,#eef2ff);color:var(--brand-purple);border-radius:var(--radius-full);}.news-sidebar__remove-filter{font-size:0.875rem;font-weight:700;color:var(--brand-purple);text-decoration:none;opacity:0.6;transition:opacity 0.2s;}.news-sidebar__remove-filter:hover{opacity:1;}.news-sidebar__clear-all{display:inline-flex;align-items:center;gap:0.25rem;font-size:0.75rem;color:var(--text-muted);text-decoration:none;transition:color 0.2s;}.news-sidebar__clear-all:hover{color:var(--brand-purple);}.news-archive--with-sidebar .news-archive__grid{grid-template-columns:1fr;}@media (min-width:640px){.news-archive--with-sidebar .news-archive__grid{grid-template-columns:repeat(2,1fr);}}.news-archive--with-sidebar .news-archive__card{display:flex;flex-direction:column;padding:0;border-bottom:none;border-radius:var(--radius-xl);background:white;box-shadow:0 1px 3px rgba(0,0,0,0.04);overflow:hidden;}.news-archive--with-sidebar .news-archive__card-link{display:flex;flex-direction:column;height:100%;}.news-archive__filters{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200);}.news-archive__filter-group{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem;}.news-archive__filter-label{font-size:0.875rem;font-weight:600;color:var(--text-primary);}.news-archive__filter-tags{display:flex;flex-wrap:wrap;gap:0.5rem;}.news-archive__filter-tag{display:inline-block;padding:0.375rem 0.875rem;font-size:0.8125rem;font-weight:500;color:var(--text-secondary);background:var(--gray-100);border-radius:var(--radius-full);transition:all 0.2s;}.news-archive__filter-tag:hover{background:var(--gray-200);color:var(--text-primary);}.news-archive__filter-tag.active{background:var(--brand-purple);color:white;}.news-archive__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;}@media (min-width:640px){.news-archive__grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:1024px){.news-archive__grid{grid-template-columns:repeat(3,1fr);}}.news-archive__card{background:var(--white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:all 0.2s;}.news-archive__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--gray-300);}.news-archive__card-link{display:flex;flex-direction:column;height:100%;}.news-archive__card-image{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:var(--gray-100);}.news-archive__card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s;}.news-archive__card:hover .news-archive__card-image img{transform:scale(1.05);}.news-archive__card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f8fa 0%,#f0f0f4 50%,#e8e8ed 100%);position:relative;overflow:hidden;}.news-archive__card-placeholder::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(68,0,152,0.02) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(68,0,152,0.02) 0%,transparent 50%);pointer-events:none;}.news-archive__card-placeholder::after{content:'\f1ea';font-family:'Font Awesome 6 Free';font-weight:400;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3.5rem;color:rgba(68,0,152,0.06);pointer-events:none;}.news-archive__card-tag{position:absolute;top:0.75rem;left:0.75rem;display:inline-block;font-size:0.625rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:0.25rem 0.625rem;border-radius:var(--radius-sm);z-index:2;color:var(--eu-blue);background:var(--eu-yellow);}.news-archive__card-tag.news-card__tag--erasmus{color:#003399;background:#e8f0fe;}.news-archive__card-tag.news-card__tag--esc{color:#5a8a2e;background:#ecf5d8;}.news-archive__card-tag.news-card__tag--see{color:#b45309;background:#fef3c7;}.news-archive__card-tag.news-card__tag--etwinning{color:#00857a;background:#d1fae5;}.news-archive__card-tag.news-card__tag--eurydice{color:#7c3aed;background:#ede9fe;}.news-archive__card-tag.news-card__tag--raport{color:#7c3aed;background:#ede9fe;}.news-archive__card-tag.news-card__tag--apel{color:#b45309;background:#fef3c7;}.news-archive__card-tag.news-card__tag--eveniment{color:#be185d;background:#fce7f3;}.news-archive__card-tag.news-card__tag--anunt{color:#047857;background:#d1fae5;}.news-archive__card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1;}.news-archive__card-title{font-size:1rem;font-weight:700;color:var(--text-primary);line-height:1.4;margin-bottom:0.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color 0.2s;}.news-archive__card:hover .news-archive__card-title{color:var(--brand-purple);}.news-archive__card-excerpt{font-size:0.875rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;}.news-archive__card-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:0.75rem;color:var(--text-muted);margin-top:auto;}.news-archive__card-meta span{display:flex;align-items:center;gap:0.25rem;}.news-archive__card-meta i{font-size:0.6875rem;}.news-archive__card-tag--mobile{display:none;position:static;margin-bottom:0.5rem;width:fit-content;align-self:flex-start;}@media (max-width:767px){.news-archive__card--no-image .news-archive__card-image{display:none;}.news-archive__card--no-image .news-archive__card-tag--mobile{display:inline-block;}}.news-archive__pagination{margin-top:3rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0.5rem 0;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;}.pagination{display:flex;align-items:center;gap:0.5rem;flex-wrap:nowrap;justify-content:center;min-width:min-content;}.pagination__item a,.pagination__item span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 0.75rem;font-size:0.875rem;font-weight:500;color:var(--text-secondary);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:all 0.2s;white-space:nowrap;}.pagination__item a:hover{background:var(--gray-100);border-color:var(--gray-300);color:var(--text-primary);}.pagination__item .current{background:var(--brand-purple);border-color:var(--brand-purple);color:white;}.pagination__item .prev,.pagination__item .next{gap:0.5rem;}@media (max-width:480px){.pagination{gap:0.375rem;}.pagination__item a,.pagination__item span{min-width:36px;height:36px;padding:0 0.5rem;font-size:0.8125rem;}.pagination__item .prev,.pagination__item .next{padding:0 0.625rem;}}@media (min-width:640px){.news-archive__pagination{margin-left:0;margin-right:0;padding-left:0;padding-right:0;justify-content:center;display:flex;}}.news-archive__empty{text-align:center;padding:4rem 2rem;background:var(--gray-50);border-radius:var(--radius-xl);}.news-archive__empty i{font-size:3rem;color:var(--gray-300);margin-bottom:1rem;}.news-archive__empty h2{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:0.5rem;}.news-archive__empty p{font-size:0.9375rem;color:var(--text-muted);}.sidebar-widget--share{background:var(--white);border:1px solid var(--gray-200);}.sidebar-widget--recent{background:var(--gray-50);}.sidebar-widget--related{background:var(--white);border:1px solid var(--gray-200);}