/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.edusynergy-collaboration-page,.edusynergy-collaboration-page *{box-sizing:border-box;}.edusynergy-collaboration-page{--navy:#436f7a;--teal:#538a96;--teal-dark:#497a85;--teal-light:#e8f1f3;--blue-light:#f3f5f8;--white:#ffffff;--gray-50:#f3f5f8;--gray-100:#eef1f4;--gray-200:#d7e0e4;--gray-600:#5f6f76;--gray-800:#23343a;--shadow-sm:0 10px 30px rgba(35,52,58,0.08);--shadow-md:0 18px 40px rgba(35,52,58,0.12);--radius:1rem;--radius-sm:0.5rem;--section-y:3.5rem;--section-y-tight:2.5rem;color:var(--gray-800);line-height:1.6;}.edusynergy-collaboration-page img{max-width:100%;height:auto;display:block;}.edusynergy-collaboration-page .container{width:min(100% - 2rem,1200px);margin-inline:auto;}.edusynergy-collaboration-page h1,.edusynergy-collaboration-page h2,.edusynergy-collaboration-page h3{color:var(--navy);line-height:1.25;font-weight:700;}.edusynergy-collaboration-page .collaboration-title{text-align:center;margin:0 0 2rem;color:var(--navy);font-size:clamp(2rem,4vw,2.75rem);line-height:1.2;font-weight:700;}.edusynergy-collaboration-page h1{font-size:clamp(2rem,4vw,2.75rem);}.edusynergy-collaboration-page h2{font-size:clamp(1.5rem,3vw,2rem);}.edusynergy-collaboration-page h3{font-size:1.125rem;}.edusynergy-collaboration-page svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}.edusynergy-collaboration-page .about-hero{padding:3rem 0;background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%);}.edusynergy-collaboration-page .about-hero-grid{display:block;}.edusynergy-collaboration-page .pill-tag{display:inline-block;background:var(--blue-light);color:var(--teal);font-size:0.8125rem;font-weight:600;padding:0.375rem 1rem;border-radius:20px;margin-bottom:1.25rem;}.edusynergy-collaboration-page .about-hero h1{margin-bottom:1rem;}.edusynergy-collaboration-page .about-hero p{color:var(--gray-600);margin-bottom:1.25rem;}.edusynergy-collaboration-page .about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;}.edusynergy-collaboration-page .stat-card{border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:1rem;text-align:center;background:var(--white);}.edusynergy-collaboration-page .stat-card svg{color:var(--teal);margin:0 auto 0.5rem;}.edusynergy-collaboration-page .stat-card span{font-size:0.8125rem;font-weight:500;color:var(--navy);line-height:1.4;display:block;}.edusynergy-collaboration-page .about-hero-image{width:100%;max-width:480px;margin:0 auto;border-radius:var(--radius);}.edusynergy-collaboration-page .partner-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem;margin-top:1.25rem;}.edusynergy-collaboration-page .tag-pill{display:inline-block;background:var(--blue-light);color:var(--navy);border-radius:999px;padding:0.375rem 0.75rem;font-size:0.8125rem;font-weight:500;}.edusynergy-collaboration-page .section-title{text-align:center;margin-bottom:2rem;}.edusynergy-collaboration-page .underline{width:60px;height:3px;background:var(--teal);margin:0.5rem auto 0;border-radius:2px;}.edusynergy-collaboration-page .link-arrow{display:inline-flex;align-items:center;gap:0.375rem;color:var(--teal);font-weight:600;font-size:0.875rem;text-decoration:none;transition:gap 0.2s;}.edusynergy-collaboration-page .link-arrow:hover{gap:0.625rem;}.edusynergy-collaboration-page .link-arrow svg{width:16px;height:16px;}.edusynergy-collaboration-page .entities-section{padding:var(--section-y-tight) 0;background:var(--gray-50);}.edusynergy-collaboration-page .entity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}.edusynergy-collaboration-page .entity-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm);transition:box-shadow 0.2s,transform 0.2s;display:flex;flex-direction:column;}.edusynergy-collaboration-page .entity-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);}.edusynergy-collaboration-page .entity-icon{width:48px;height:48px;border-radius:var(--radius-sm);background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;flex-shrink:0;}.edusynergy-collaboration-page .entity-card h3{margin-bottom:0.75rem;}.edusynergy-collaboration-page .entity-card p{color:var(--gray-600);font-size:0.9375rem;line-height:1.65;margin-bottom:1.25rem;flex:1;}.edusynergy-collaboration-page .projects-section{padding:var(--section-y) 0;}.edusynergy-collaboration-page .project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;}.edusynergy-collaboration-page .project-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow 0.2s,transform 0.2s;display:flex;flex-direction:column;}.edusynergy-collaboration-page .project-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);}.edusynergy-collaboration-page .project-meta{font-size:0.75rem;font-weight:600;letter-spacing:0.03em;color:var(--teal);text-transform:uppercase;margin-bottom:0.625rem;}.edusynergy-collaboration-page .project-card h3{margin-bottom:0.625rem;font-size:1.0625rem;}.edusynergy-collaboration-page .project-card p{color:var(--gray-600);font-size:0.9375rem;line-height:1.65;margin-bottom:1.25rem;flex:1;}.edusynergy-collaboration-page .people-section{padding:var(--section-y-tight) 0 var(--section-y);background:var(--gray-50);}.edusynergy-collaboration-page .people-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}.edusynergy-collaboration-page .people-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem;text-align:center;}.edusynergy-collaboration-page .people-icon{width:56px;height:56px;border-radius:50%;background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;}.edusynergy-collaboration-page .people-card h3{margin-bottom:0.25rem;font-size:1rem;}.edusynergy-collaboration-page .people-role{font-size:0.8125rem;font-weight:600;color:var(--teal);margin-bottom:0.75rem;line-height:1.4;}.edusynergy-collaboration-page .people-card p{font-size:0.8125rem;color:var(--gray-600);line-height:1.6;margin-bottom:0.875rem;}.edusynergy-collaboration-page .insights-section{padding:var(--section-y-tight) 0 var(--section-y);}.edusynergy-collaboration-page .insight-list{display:flex;flex-direction:column;gap:0.75rem;max-width:760px;margin:0 auto;}.edusynergy-collaboration-page .insight-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.125rem 1.5rem;border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);text-decoration:none;transition:box-shadow 0.2s,border-color 0.2s;}.edusynergy-collaboration-page .insight-item:hover{box-shadow:var(--shadow-sm);border-color:var(--teal);}.edusynergy-collaboration-page .insight-item-text h3{font-size:0.9375rem;margin-bottom:0.25rem;line-height:1.4;}.edusynergy-collaboration-page .insight-item-text span{font-size:0.75rem;color:var(--gray-600);}.edusynergy-collaboration-page .insight-item svg{color:var(--teal);flex-shrink:0;}.edusynergy-collaboration-page .cta-banner{padding:var(--section-y-tight) 0 var(--section-y);}.edusynergy-collaboration-page .cta-inner{background:var(--navy);border-radius:var(--radius);padding:2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;}.edusynergy-collaboration-page .cta-text{display:flex;align-items:flex-start;gap:1rem;color:var(--white);}.edusynergy-collaboration-page .cta-text svg{flex-shrink:0;margin-top:0.25rem;}.edusynergy-collaboration-page .cta-text h2{color:var(--white);font-size:1.375rem;margin:0;}.edusynergy-collaboration-page .cta-text p{color:rgba(255,255,255,0.85);font-size:0.9375rem;margin-top:0.375rem;max-width:480px;}.edusynergy-collaboration-page .cta-actions{display:flex;gap:1rem;flex-wrap:wrap;}.edusynergy-collaboration-page .btn{display:inline-flex;align-items:center;gap:0.5rem;justify-content:center;padding:0.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:600;font-size:0.9375rem;border:2px solid transparent;text-decoration:none !important;transition:background 0.2s,color 0.2s,border-color 0.2s,transform 0.15s;white-space:nowrap;}.edusynergy-collaboration-page .btn:hover{transform:translateY(-1px);}.edusynergy-collaboration-page .btn-white{background:var(--white);color:var(--navy) !important;border-color:var(--white);}.edusynergy-collaboration-page .btn-white:hover{background:var(--gray-100);}@media (max-width:768px){.edusynergy-collaboration-page{--section-y:2.5rem;--section-y-tight:2rem;}.edusynergy-collaboration-page .about-hero-grid,.edusynergy-collaboration-page .about-stats,.edusynergy-collaboration-page .entity-grid,.edusynergy-collaboration-page .people-grid{grid-template-columns:1fr;}.edusynergy-collaboration-page .cta-inner{flex-direction:column;text-align:center;}.edusynergy-collaboration-page .cta-text{flex-direction:column;align-items:center;text-align:center;}.edusynergy-collaboration-page .cta-actions{justify-content:center;}.edusynergy-collaboration-page .btn{width:100%;max-width:360px;}}
.site-footer{background:#23343a !important;color:rgba(255,255,255,0.85);}.custom-footer-top{max-width:1200px;margin:0 auto;padding:42px 24px 52px;display:grid;grid-template-columns:1.2fr 1fr 1.4fr;gap:80px;}.footer-logo{width:110px;height:auto;margin-bottom:28px;}.footer-social{display:flex;gap:14px;}.footer-social a{width:36px;height:36px;border:1px solid rgba(255,255,255,0.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff !important;font-weight:800;text-decoration:none !important;}.custom-footer-top h3{color:#ffffff;font-size:1rem;font-weight:800;margin-bottom:18px;}.footer-links ul{list-style:none;margin:0;padding:0;}.footer-links li{margin-bottom:10px;}.footer-links a{color:rgba(255,255,255,0.82) !important;text-decoration:none !important;}.footer-links a::before{content:"> ";color:#6ca7bb;margin-right:6px;}.footer-contact p{color:rgba(255,255,255,0.82);margin:0 0 14px;line-height:1.55;}.custom-footer-bottom{max-width:1200px;margin:0 auto;padding:22px 24px;border-top:1px solid rgba(255,255,255,0.12);display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:0.9rem;}.custom-footer-bottom p{margin:0;color:rgba(255,255,255,0.72);}.footer-legal{display:flex;gap:10px;align-items:center;}.footer-legal a,.footer-legal span{color:rgba(255,255,255,0.8) !important;text-decoration:none !important;}.custom-footer-top{max-width:1200px;margin:0 auto;padding:36px 24px;display:grid;grid-template-columns:1fr 1fr 1.2fr;justify-content:space-between;gap:24px;}.footer-logo{width:110px;margin-bottom:18px;}.footer-social{display:flex;gap:10px;}.custom-footer-top h3{margin-bottom:10px;}.footer-links ul{margin:0;padding:0;}.footer-links li{margin-bottom:4px;line-height:1.4;}.footer-links a{display:inline-block;padding:2px 0;}.footer-contact p{margin:0 0 8px;line-height:1.45;}.custom-footer-bottom{padding:16px 24px;}#main-wrapper,#main,.layout-main,.main-content{margin-bottom:0 !important;padding-bottom:0 !important;}.path-frontpage .main-content__container,.path-frontpage .region--highlighted,.path-frontpage .region--breadcrumb,.path-frontpage main#main{display:none !important;margin:0 !important;padding:0 !important;}.path-frontpage .main-content,.path-frontpage .main-content__container,.path-frontpage #main-wrapper,.path-frontpage #main{margin-bottom:0 !important;padding-bottom:0 !important;}.site-footer,.site-footer__inner,.site-footer__inner.container{margin-top:0 !important;padding-top:0 !important;padding-bottom:0 !important;}.region--footer-top,.region--footer-top .region__footer_top__inner,.region--footer-top .block,.region--footer-top .block__content{margin:0 !important;padding-top:0 !important;padding-bottom:0 !important;}.custom-footer-top{padding-top:24px !important;padding-bottom:24px !important;gap:32px !important;}.region--footer-bottom,.region--footer-bottom .block,.region--footer-bottom .block__content{margin:0 !important;padding-top:0 !important;padding-bottom:0 !important;}.custom-footer-bottom{margin-top:0 !important;padding-top:14px !important;padding-bottom:14px !important;}@media (max-width:800px){.custom-footer-top{grid-template-columns:1fr;gap:34px;}.custom-footer-bottom{flex-direction:column;align-items:flex-start;}}
.site-header{min-height:0;padding-top:0;padding-bottom:0;}.site-header__inner__container{min-height:80px;padding-top:0;padding-bottom:0;display:flex;align-items:center;}.site-branding{display:flex;align-items:center;justify-content:center;height:90px;margin:0;padding:0;}.site-branding__inner{margin:0;padding:0;}.site-branding__logo img{max-height:80px;width:auto;display:block;}.site-branding,.site-branding__inner,.site-branding__logo,.site-branding__logo a{background:transparent !important;}.site-header,.site-header__inner,.site-header__inner__container{background:#ffffff !important;}.site-branding{padding:0 !important;margin:0 !important;}.site-branding__logo img{background:transparent !important;border:none !important;box-shadow:none !important;}
