@import 'https://fonts.googleapis.com/css?family=Raleway:400,700|Roboto+Slab:300,400)';
body {
    font-family: "Raleway", sans-serif;
}

.panel-cover__description a {
    color: #e25440;
}

/* PACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #3385FF;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.pace-inactive {
    display: none;
}

/* Timeline */
.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.vertical-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
}
.vertical-timeline-content .btn {
    float: right;
}
#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}
@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -2px;
    }
}
@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}
.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}
.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-block:first-child {
    margin-top: 0;
}
.vertical-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }
    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0;
    }
    .center-orientation .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }
}
.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}
.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }
    .center-orientation .vertical-timeline-icon i {
        margin-left: -12px;
        margin-top: -10px;
    }
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}
.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}
.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
}
.vertical-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
}
.vertical-date small {
    color: #3385FF;
    font-weight: 400;
}
.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }
    .vertical-timeline-content p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .center-orientation .vertical-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .center-orientation .vertical-timeline-content .btn {
        float: left;
    }
    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}
.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
    max-width: 1300px !important;
}
.block {
    display: block;
}
.clear {
    display: block;
    overflow: hidden;
}
a {
    cursor: pointer;
}
/* BACKGROUNDS */
.gray-bg {
    background-color: #f3f3f4;
}
.white-bg {
    background-color: #ffffff;
}
.navy-bg {
    background-color: #3385FF;
    color: #ffffff;
}
.blue-bg {
    background-color: #1c84c6;
    color: #ffffff;
}
.lazur-bg {
    background-color: #23c6c8;
    color: #ffffff;
}
.yellow-bg {
    background-color: #f8ac59;
    color: #ffffff;
}
.red-bg {
    background-color: #ed5565;
    color: #ffffff;
}
.black-bg {
    background-color: #262626;
}

body.landing-page {
    color: rgb(103, 106, 108);
    font-family: "Open Sans", helvetica, arial, sans-serif;
    background-color: rgb(255, 255, 255);
}
.landing-page span.navy {
    color: #3385FF;
}
.landing-page p.text-color {
    color: #676a6c;
}
.landing-page a.navy-link {
    color: #3385FF;
    text-decoration: none;
}
.landing-page a.navy-link:hover {
    color: #3385FF;
}
.landing-page section p {
    color: #545353;
    font-size: 18px;
}
.landing-page address {
    font-size: 13px;
}
.landing-page h1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 300;
}
.landing-page .header-back {
    height: 470px;
    width: 100%;
}
.landing-page .navy-line {
    width: 60px;
    height: 1px;
    margin: 60px auto 0;
    border-bottom: 2px solid #3385FF;
}
.landing-page .features-block {
    margin-top: 40px;
}
.landing-page .features-text {
    margin-top: 40px;
}
.landing-page .features small {
    color: #3385FF;
}
.landing-page .features h2 {
    font-size: 28px;
    margin-top: 5px;
}
h3 {
    font-size: 18px;
}
.landing-page .features-text-alone {
    margin: 40px 0;
}
.landing-page .features-text-alone h1 {
    font-weight: 200;
}
.landing-page .features-icon {
    color: #3385FF;
    font-size: 40px;
}
.landing-page .gray-section {
    background: #f4f4f4;
    margin-top: 60px;
}
.landing-page .team-member {
    text-align: center;
}
.landing-page .team-member img {
    margin: auto;
}
.landing-page .social-icon a {
    background: #3385FF;
    color: #fff;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50px;
}
.landing-page .social-icon a:hover {
    background: #3385FF;
}
.landing-page .img-small {
    height: 80px;
    width: 80px;
}
.landing-page section.timeline {
    padding-bottom: 30px;
}
@media (min-width: 992px) {
    .landing-page .featurette-heading {
        margin-top: 120px;
    }
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?dq67tk');
    src:  url('../fonts/icomoon.eot?dq67tk#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?dq67tk') format('truetype'),
    url('../fonts/icomoon.woff?dq67tk') format('woff'),
    url('../fonts/icomoon.svg?dq67tk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar-custom {
    visibility: hidden;
}

.navbar-custom.top-nav-collapse {
    visibility: visible;
}

.panel-cover {
    position: relative;
    padding: 0;
    height: 100%;
    background-attachment: fixed;
}

@media (max-width: 1024px) {
    .panel-cover {
      background-attachment: scroll;
    }
}

.user-image {
    margin-bottom: 1.2em;
    position: relative;
    width: 300px;
    height: 300px;
    border: 3px solid #fff;
    border-radius:100%;
}


ul.social-buttons li a {
    color: #fff;
    opacity: .8;
    border: 1px solid #fff;
    background-color: transparent;
}

.panel-title {
    margin: 0 0 5px 0;
    font-size: 1.5em;
    letter-spacing: 4px;
    color: #FFF;
}

.intro .intro-body {
    display: table;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
    background-color: #f1f1f1;
}
.bs-callout-gold {
    border-left-color: #FFD700;
    background-color: #f1f1f1;
}
.bs-callout-talk {
    border-left-color: #9400D3;
    background-color: #f1f1f1;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
    background-color: #f1f1f1;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-secondary {
    border-left-color: #e05555;
    background-color: #f1f1f1;
}
.bs-callout-secondary h4 {
    color: #e05555;
}
.bs-callout-warning {
    border-left-color: #aa6708;
    background-color: #f1f1f1;
}
.bs-callout-warning h4 {
    color: #aa6708;
}

.landing-page .testimonials {
    padding-top: 80px;
    padding-bottom: 90px;
    background-image: url('../images/landing/opensource.jpg');
    position: relative;
    background-attachment: fixed;
}

.testimonials--overlay {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(68, 68, 68, 0.2);
    background-image: -webkit-linear-gradient(-410deg, rgba(68, 68, 68, 0.2) 10%, rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(140deg,rgba(68, 68, 68, 0.2) 10%, rgba(0, 0, 0, 0.5)); }

@media (max-width: 1024px) {
    .landing-page .testimonials {
        background-attachment: scroll;
    }
}

.landing-page .mytime {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #3385FF;
    background-image: url('../images/landing/time.jpg');
    position: relative;
    background-attachment: fixed;
}

.mytime--overlay {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(68, 68, 68, 0.2);
    background-image: -webkit-linear-gradient(-410deg, rgba(68, 68, 68, 0.2) 10%, rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(140deg,rgba(68, 68, 68, 0.2) 10%, rgba(0, 0, 0, 0.5)); }

@media (max-width: 1024px) {
    .landing-page .mytime {
        background-attachment: scroll;
    }
}

.btn-rounded{
    border-radius:50px;
    font-size: 1.5em;
}

.pinyin.tone4, .tone4 {
    color: #0000ff;
}
.pinyin.tone1, .tone1 {
    color: #ff0000;
}
.pinyin.tone2, .tone2 {
    color: #d89000;
}

a.pinyin {
    font-family: "arial unicode ms", "lucida sans unicode", sans-serif, serif;
    text-decoration: none;
    color: #555555;
    font-size: 15px;
    cursor: auto;
}

.main-content-area {
    overflow: hidden;
    margin-bottom: 50px;
    background: #fff;
}

.main-content-area.full-width .main-page {
    max-width: 100%;
    padding: 0;
}

.about-section {
    background: #f6faff;
    max-width: 1300px;
    font-size: 18px;
    margin: 40px auto 40px auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 10px 30px;
}

.footer {
    padding: 0;
}

.site-footer {
    margin: 0 auto;
    padding: 44px 5% 28px;
    background:
        radial-gradient(circle at top left, rgba(51, 133, 255, 0.12), transparent 35%),
        linear-gradient(180deg, #1f2c39, #18222d);
    color: #edf3f8;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(220px, 1fr));
    gap: 1.4rem;
    align-items: start;
}

.site-footer__brand {
    display: grid;
    justify-items: center;
    text-align: center;
}

.site-footer__eyebrow {
    display: inline-flex;
    margin-bottom: 0.7rem;
    padding: 0.34rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #dce8f5;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer__title {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: 1.45rem;
    color: #ffffff;
}

.site-footer__text {
    max-width: 420px;
    margin: 0.95rem 0 0;
    color: rgba(237, 243, 248, 0.8);
    font-size: 0.96rem;
    line-height: 1.75;
}

.site-footer__section-title {
    margin: 0 0 0.8rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
}

.site-footer__line {
    margin: 0 0 0.55rem;
    color: rgba(237, 243, 248, 0.82);
    font-size: 0.93rem;
    line-height: 1.7;
}

.site-footer__line strong {
    color: #ffffff;
    margin-right: 0.3rem;
}

.site-footer__line a,
.footer-note a {
    color: #a9d0ff;
    text-decoration: none;
}

.site-footer__line a:hover,
.footer-note a:hover {
    text-decoration: underline;
}

.site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.6rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__social {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.48rem 0.82rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #edf3f8;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
}

.site-footer__social:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}
.margin-0 {
	margin: 0 0 0;
}

.my_link {
	color: #545353;
	text-decoration: underline;
}

.float-container {
	padding: 20px;
}

.float-child {
	width: 50%;
	float: left;
	padding: 20px;
}  

.div-canvas {
	max-width: 500px;
}

.company-logo {
	width: 150px;
	height: auto;
}

.company-logo-teaching {
	width: 60px;
	height: auto;
}

.flag {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.company-logo-education {
	width: 110px;
	height: auto;
}

.company-logo-supervision {
	width: 150px;
	height: auto;
}

.news {
    overflow: scroll;
    height: 300px;
}

.a-primary {
    color: #428bca;
}

.a-secondary {
    color: #e05555;
}

.site-navbar {
    --bs-navbar-padding-y: 0.18rem;
    --bs-navbar-brand-padding-y: 0.1rem;
    --bs-navbar-nav-link-padding-x: 0.5rem;
    background: rgba(24, 29, 36, 0.92) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 28px rgba(8, 15, 24, 0.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding-top: 0;
    padding-bottom: 0;
}

.site-navbar .container {
    max-width: 1520px;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    align-items: center;
}

.site-navbar__brand {
    margin-right: 1.25rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
    white-space: nowrap;
}

.site-navbar .navbar-nav {
    align-items: center;
    gap: 0.05rem;
}

.site-navbar .navbar-toggler {
    padding: 0.3rem 0.5rem;
    border-color: rgba(255, 255, 255, 0.2);
}

.nav-link-custom {
    padding: 0.36rem 0.48rem;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.78) !important;
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.nav-link-custom:hover,
.nav-link-custom:focus {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.site-navbar .navbar-collapse {
    justify-content: flex-end;
}

.section-flat {
    margin-top: 0;
}

.compact-copy {
    margin-bottom: 5px;
}

.media-showcase {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.media-showcase iframe {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(12, 23, 36, 0.22);
    background: #0f1720;
    width: min(100%, 420px);
    aspect-ratio: 16 / 9;
    height: auto;
}

.service-heading {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 1.05rem;
    color: #23313d;
}

.publication-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 auto 24px;
}

.publication-toolbar__button {
    min-width: 270px;
}

.publication-toolbar__search {
    max-width: 360px;
}

.page-hero-spacer {
    height: 96px;
}

.gallery-intro {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-grid {
    margin: 3rem 1.5rem;
}

.gallery-column {
    display: flex;
    flex-direction: column;
}

.gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

.gallery-image {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gallery-item:hover .gallery-image,
.gallery-item:focus .gallery-image {
    transform: scale(1.02);
    box-shadow: 0 18px 40px rgba(12, 23, 36, 0.18);
}

.privacy-card {
    max-width: 820px;
    margin: 0 auto;
    padding: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,249,252,0.98));
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.privacy-card h2 {
    margin-top: 28px;
    margin-bottom: 12px;
}

.footer-note {
    font-size: 15px;
}

.site-navbar {
    background: rgba(18, 24, 31, 0.88) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 28px rgba(7, 12, 20, 0.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.site-navbar .container {
    max-width: 1420px;
    min-height: 58px;
    padding-left: 22px;
    padding-right: 22px;
}

.site-navbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-navbar__brand {
    display: inline-flex;
    align-items: center;
    min-height: 58px;
    margin-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #ffffff !important;
}

.site-navbar__collapse {
    flex-grow: 1;
    justify-content: flex-end;
}

.site-navbar__toggler {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: none !important;
}

.site-navbar__links {
    flex-wrap: nowrap;
    gap: 0.1rem;
}

.nav-link-custom {
    padding: 0.48rem 0.64rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.nav-link-custom:hover,
.nav-link-custom:focus {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
}

#particles-js {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 118px 24px 72px;
    background:
        radial-gradient(circle at top left, rgba(67, 139, 255, 0.16), transparent 30%),
        linear-gradient(135deg, rgba(10, 22, 38, 0.92), rgba(22, 56, 89, 0.9));
}

#particles-js .content {
    position: relative;
    z-index: 1;
}

.hero-shell {
    width: min(920px, calc(100% - 32px));
    margin: 0 auto;
    padding: 40px 36px 34px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.05));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 28px 80px rgba(3, 9, 17, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-anchor {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.hero-kicker {
    margin-bottom: 1rem;
    padding: 0.42rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-subtitle {
    max-width: 680px;
    margin: 1.1rem auto 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.05rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-top: 1.6rem;
}

.hero-button {
    min-width: 200px;
    padding: 0.8rem 1.3rem;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.hero-button--primary {
    color: #15304d;
}

.home-hero-shell {
    width: min(1180px, calc(100% - 32px));
    padding: 44px 40px 36px;
    position: relative;
    z-index: 1;
}

.home-landing-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.78fr);
    gap: 2.2rem;
    align-items: center;
}

.home-landing-hero__content {
    text-align: left;
    min-width: 0;
}

.home-landing-hero__name {
    margin: 0.35rem 0 0;
    font-family: "Roboto Slab", serif;
    font-size: clamp(2.4rem, 4vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.home-landing-hero__role {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.08rem, 1.8vw, 1.35rem);
    font-weight: 700;
    line-height: 1.5;
}

.home-landing-hero__institution {
    margin: 0.35rem 0 0;
    color: rgba(199, 221, 248, 0.92);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.home-landing-hero__summary {
    margin: 1.1rem 0 0;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.03rem;
    line-height: 1.85;
}

.home-landing-hero__actions {
    justify-content: flex-start;
}

.home-landing-hero__aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    padding: 1.5rem 1.35rem;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.home-landing-hero__portrait {
    width: min(100%, 240px);
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0;
    border: 3px solid rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    box-shadow: 0 20px 50px rgba(4, 14, 28, 0.3);
}

.home-landing-hero__socials {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-landing-hero__social-item {
    margin: 0;
}

.home-landing-hero__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    opacity: 0.95;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.home-landing-hero__social-link:hover,
.home-landing-hero__social-link:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.48);
}

.home-landing-hero__quicklinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
}

.home-landing-hero__quicklink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    padding: 0.58rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-landing-hero__quicklink:hover,
.home-landing-hero__quicklink:focus {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
    color: #ffffff;
}

.home-section__title {
    margin-bottom: 0.65rem;
}

.home-shell {
    padding: 26px 30px 26px;
}

.home-shell__title {
    margin: 0;
}

.home-shell__eyebrow {
    margin-bottom: 0.45rem;
}

.home-shell__intro,
.home-shell__meta {
    margin: 0;
    color: #54677c;
    font-size: 1rem;
    line-height: 1.85;
}

.home-shell__meta {
    margin-bottom: 1.1rem;
}

.home-about-card {
    display: grid;
    gap: 1.6rem;
    padding: 1.8rem;
    border: 1px solid rgba(20, 38, 61, 0.06);
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(51, 133, 255, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,0.99), rgba(245,249,253,0.98));
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.07);
}

.home-about-card__copy {
    margin: 0;
    font-size: 1.02rem;
}

.home-about-card__media {
    margin-top: 0;
}

.home-news {
    height: 360px;
    padding-right: 0.5rem;
}

.home-news-card {
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,249,253,0.98));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.home-news-card__body {
    max-height: 540px;
    overflow: auto;
    padding: 0.35rem 0.55rem 0.35rem 0;
}

.home-news-card__item {
    padding: 1.1rem 0.25rem 1.1rem 0;
    border-bottom: 1px solid rgba(20, 38, 61, 0.08);
}

.home-news-card__line {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.home-news-card__item:last-child {
    border-bottom: 0;
    padding-bottom: 0.2rem;
}

.home-news-card__date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 156px;
    min-width: 156px;
    padding: 0.36rem 0.72rem;
    border-radius: 999px;
    background: rgba(51, 133, 255, 0.1);
    color: #2b6cbf;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-news-card__content {
    color: #54677c;
    font-size: 1rem;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.home-news-card__content p {
    margin: 0;
}

.home-news-card__content a {
    color: #1e5fa8;
    font-weight: 600;
    text-decoration-color: rgba(30, 95, 168, 0.28);
}

.home-news-card__content a:hover {
    color: #15497f;
}

.home-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.home-service-card {
    padding: 1.25rem 1.25rem 1.1rem;
    border: 1px solid rgba(20, 38, 61, 0.08);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.98));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.home-service-card__header {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 0.95rem;
}

.home-service-card__icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(43, 108, 191, 0.08);
    color: #2b6cbf;
    font-size: 1rem;
}

.home-service-card__header-copy {
    min-width: 0;
}

.home-service-card__title {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: 1.05rem;
    color: #1d2e42;
}

.home-service-card__subtitle {
    margin: 0.45rem 0 0;
    color: #667c92;
    font-size: 0.9rem;
    line-height: 1.65;
}

.home-service-card__body {
    display: grid;
    gap: 0.8rem;
    max-height: 360px;
    overflow: auto;
    padding-right: 0.2rem;
}

.home-service-card__item {
    display: grid;
    gap: 0.55rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(20, 38, 61, 0.08);
}

.home-service-card__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.home-service-card__topline {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.home-service-card__acronym {
    display: inline-flex;
    align-items: center;
    padding: 0.34rem 0.72rem;
    border-radius: 999px;
    background: rgba(43, 108, 191, 0.09);
    color: #1f5c9f;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.home-service-card__acronym:hover {
    background: rgba(43, 108, 191, 0.14);
    color: #15497f;
}

.home-service-card__year {
    display: inline-flex;
    padding: 0.32rem 0.68rem;
    border-radius: 999px;
    background: rgba(29, 46, 66, 0.06);
    color: #516679;
    font-size: 0.78rem;
    font-weight: 700;
}

.home-about-card__copy a,
.home-shell__meta a {
    color: #1e5fa8;
    font-weight: 600;
    text-decoration-color: rgba(30, 95, 168, 0.28);
}

.home-about-card__copy a:hover,
.home-shell__meta a:hover {
    color: #15497f;
}

.service-page .navy-line {
    margin-top: 72px;
}

.service-shell__intro {
    margin: 0.95rem 0 0;
    max-width: 780px;
    color: #5f7184;
    font-size: 1rem;
    line-height: 1.75;
}

.service-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-page__card .home-service-card__body {
    max-height: 380px;
    overflow: auto;
    padding-right: 0.25rem;
}

.home-landing {
    background:
        radial-gradient(circle at top left, rgba(51, 133, 255, 0.08), transparent 18%),
        linear-gradient(180deg, #f6f9fd 0%, #ffffff 24%);
}

.home-landing__hero {
    padding: 112px 0 32px;
    background:
        radial-gradient(circle at top left, rgba(51, 133, 255, 0.08), transparent 22%),
        linear-gradient(180deg, rgba(255,255,255,0.88), rgba(246,249,253,0.92));
}

.home-landing__container {
    width: min(1180px, calc(100% - 32px));
}

.home-landing__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.78fr);
    gap: 1.2rem;
    align-items: stretch;
}

.home-landing__hero-main,
.home-landing__profile {
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(51, 133, 255, 0.06), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,0.99), rgba(245,249,253,0.98));
    border: 1px solid rgba(20, 38, 61, 0.08);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.05);
    will-change: transform, opacity;
}

.home-landing__hero-main {
    padding: 2.45rem 2.35rem;
}

.home-landing__title {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: clamp(2.35rem, 3.8vw, 3.35rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #1d2e42;
}

.home-landing__role {
    margin: 1rem 0 0;
    color: #23415f;
    font-size: clamp(1.08rem, 1.8vw, 1.35rem);
    font-weight: 700;
    line-height: 1.5;
}

.home-landing__institution {
    margin: 0.35rem 0 0;
    color: #5b7087;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.home-landing__summary {
    margin: 1.1rem 0 0;
    max-width: 700px;
    color: #54677c;
    font-size: 1.04rem;
    line-height: 1.85;
}

.home-landing__focus {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.2rem;
}

.home-landing__focus-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.76rem;
    border-radius: 999px;
    background: rgba(51, 133, 255, 0.1);
    color: #2b6cbf;
    font-size: 0.82rem;
    font-weight: 700;
}

.home-landing__quote {
    margin-top: 1.2rem;
    padding: 1rem 1.1rem;
    border-left: 3px solid rgba(43, 108, 191, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    color: #4f6478;
    font-size: 0.98rem;
    line-height: 1.8;
}

.home-landing__quote p {
    margin: 0;
}

.home-landing__profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    padding: 1.65rem 1.25rem;
}

.home-landing__portrait {
    width: min(100%, 228px);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 50px rgba(4, 14, 28, 0.3);
}

.home-landing__profile-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
    width: 100%;
}

.home-landing__profile-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    min-width: 0;
    padding: 0.46rem 0.62rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(20, 38, 61, 0.08);
    color: #1f5c9f;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
    white-space: nowrap;
}

.home-landing__profile-link i {
    flex: 0 0 auto;
}

.home-landing__profile-link span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-landing__profile-link:hover,
.home-landing__profile-link:focus {
    color: #15497f;
    background: #eef5ff;
}

.home-landing__body {
    padding: 32px 0 48px;
}

.home-landing-card {
    display: flex;
    flex-direction: column;
    padding: 1.7rem;
    border: 1px solid rgba(20, 38, 61, 0.08);
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(51, 133, 255, 0.06), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,0.99), rgba(245,249,253,0.98));
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.06);
}

.home-landing-card + .home-landing-card {
    margin-top: 1.2rem;
}

.home-landing-card__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(20, 38, 61, 0.08);
}

.home-landing-card__eyebrow {
    display: inline-flex;
    margin-bottom: 0.45rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(51, 133, 255, 0.1);
    color: #2b6cbf;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-landing-card__title {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    letter-spacing: -0.03em;
    color: #1d2e42;
}

.home-landing-card__link {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    color: #1e5fa8;
    font-size: 0.93rem;
    font-weight: 700;
    text-decoration: none;
}

.home-landing-card__link:hover,
.home-landing-card__link:focus {
    color: #15497f;
}

.home-landing-card__content--about {
    padding: 1.2rem 1.3rem;
    border: 1px solid rgba(20, 38, 61, 0.06);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(247, 250, 254, 0.92), rgba(255, 255, 255, 0.96));
    color: #516679;
    font-size: 1.02rem;
    line-height: 1.95;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

.home-landing-card__media {
    margin-top: 1.2rem;
}

.home-landing-card__content--about a {
    color: #0f5aa6;
    font-weight: 600;
    text-decoration-color: rgba(15, 90, 166, 0.2);
}

.home-landing-card__content--about a:hover,
.home-landing-card__content--about a:focus {
    color: #0b447b;
}

.home-highlights-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.85rem;
}

.home-highlight-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0.8rem 0.95rem;
    min-height: 118px;
    border: 1px solid rgba(20, 38, 61, 0.06);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(247, 250, 254, 0.92), rgba(255, 255, 255, 0.96));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
    text-align: center;
}

.home-highlight-card__value {
    font-family: "Roboto Slab", serif;
    font-size: clamp(1.15rem, 1.7vw, 1.55rem);
    line-height: 1.15;
    color: #1d2e42;
}

.home-highlight-card__label {
    margin: 0.45rem 0 0;
    color: #64788c;
    font-size: 0.82rem;
    line-height: 1.28;
    font-weight: 600;
    max-width: 12ch;
    align-self: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news-card--landing {
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(247, 250, 254, 0.92), rgba(255, 255, 255, 0.96));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
    border: 1px solid rgba(20, 38, 61, 0.06);
}

.home-news-card--landing .home-news-card__body {
    max-height: 520px;
    padding: 0.95rem 1rem;
}

.home-news-card--landing .home-news-card__item {
    padding: 0.95rem 0.2rem;
    border-bottom: 1px solid rgba(20, 38, 61, 0.07);
}

.home-news-card--landing .home-news-card__line {
    display: grid;
    grid-template-columns: 152px minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
}

.home-news-card--landing .home-news-card__date {
    justify-self: start;
    flex: 0 0 152px;
    min-width: 152px;
}

.home-news-card--landing .home-news-card__content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.home-landing-card--publications .publications-year-group:first-child h2 {
    margin-top: 0;
}

.home-landing-card--publications .publications-year-group h2 {
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
}

.home-landing-card--publications .publications-card {
    margin: 10px 0;
    padding: 12px 14px;
}

.home-landing-card--publications .publications-card__content {
    gap: 0.3rem;
}

.home-landing-card--publications .publications-card__title {
    font-size: 1rem;
    line-height: 1.35;
}

.home-landing-card--publications .publications-card__authors {
    font-size: 0.9rem;
}

.home-landing-card--publications .publications-card__links {
    margin-top: 0.2rem;
}

.home-landing-card--publications .publications-card__topline {
    gap: 0.45rem;
}

.home-landing-card--publications .publications-card__link-pill {
    padding: 0.32rem 0.62rem;
    font-size: 0.76rem;
}

.home-service-card__role {
    margin: 0;
    color: #30475f;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.65;
}

.home-service-card__venue {
    margin: 0;
    color: #667c92;
    font-size: 0.9rem;
    line-height: 1.7;
}

.privacy-page .navy-line {
    margin-top: 72px;
}

.privacy-shell {
    padding-bottom: 2rem;
}

.privacy-shell__intro {
    margin: 0.95rem 0 0;
    max-width: 720px;
    color: #5f7184;
    font-size: 1rem;
    line-height: 1.75;
}

.privacy-card {
    display: grid;
    gap: 1.4rem;
    max-width: none;
    margin-top: 0.4rem;
    padding: 1.8rem;
    border: 1px solid rgba(20, 38, 61, 0.08);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.98));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.privacy-card__meta {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.privacy-card__badge {
    display: inline-flex;
    padding: 0.4rem 0.78rem;
    border-radius: 999px;
    background: rgba(51, 133, 255, 0.1);
    color: #2b6cbf;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.privacy-card__updated {
    margin: 0;
    color: #5f7184;
    font-size: 0.94rem;
    font-weight: 600;
}

.privacy-card__section {
    display: grid;
    gap: 0.55rem;
}

.privacy-card__section + .privacy-card__section {
    padding-top: 1.15rem;
    border-top: 1px solid rgba(20, 38, 61, 0.08);
}

.privacy-card__section h2 {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: 1.05rem;
    color: #1d2e42;
}

.privacy-card__section p {
    margin: 0;
    color: #54677c;
    font-size: 0.98rem;
    line-height: 1.8;
}

.privacy-card__section a {
    color: #245c9d;
    text-decoration: none;
}

.privacy-card__section a:hover {
    text-decoration: underline;
}

.panel-title {
    margin-top: 0.15rem;
    font-size: 2.1rem;
    letter-spacing: -0.03em;
}

.panel-cover__divider {
    width: 86px;
    height: 4px;
    margin: 1.2rem auto 1.4rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
}

.user-image {
    box-shadow: 0 20px 50px rgba(4, 14, 28, 0.3);
    margin-top: 0;
}

ul.social-buttons {
    margin-top: 1.35rem;
}

ul.social-buttons li a {
    width: 44px;
    height: 44px;
    font-size: 18px;
    opacity: 0.95;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.48);
}

.section-flat {
    padding-bottom: 14px;
}

.section-title {
    font-family: "Roboto Slab", serif;
    letter-spacing: -0.02em;
}

.landing-page .navy-line {
    width: 72px;
    height: 4px;
    margin-top: 72px;
    border-bottom: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #3385FF, #84b5ff);
}

.about-section {
    max-width: 1260px;
    margin-top: 32px;
    margin-bottom: 44px;
    padding: 22px 30px;
    border: 1px solid rgba(20, 38, 61, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,254,0.98));
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.landing-page section p {
    line-height: 1.78;
}

.media-showcase {
    gap: 22px;
}

.media-showcase iframe {
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(12, 23, 36, 0.2);
}

.news {
    overflow: auto;
    padding-right: 8px;
}

.service-heading {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #35506b;
}

.footer-note {
    margin: 1.4rem 0 0;
    color: rgba(237, 243, 248, 0.72);
    font-size: 0.88rem;
    line-height: 1.7;
    text-align: center;
}

.talks-page .navy-line {
    margin-top: 72px;
}

.publications-page .navy-line {
    margin-top: 72px;
}

.contact-page .navy-line {
    margin-top: 72px;
}

.statistics-page .navy-line {
    margin-top: 72px;
}

.research-page .navy-line {
    margin-top: 72px;
}

.talks-shell,
.home-shell {
    padding: 26px 30px 26px;
}

.talks-shell__header,
.home-shell__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1.35rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(20, 38, 61, 0.08);
}

.talks-shell__header > div,
.home-shell__header > div {
    min-width: 0;
}

.talks-shell__eyebrow {
    display: inline-flex;
    margin-bottom: 0.45rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(51, 133, 255, 0.1);
    color: #2b6cbf;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.talks-shell__title {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    letter-spacing: -0.03em;
    color: #1d2e42;
}

.talks-shell__header p,
.home-shell__header p {
    margin: 0.75rem 0 0;
}

.statistics-shell {
    padding-bottom: 2rem;
}

.statistics-shell__header {
    align-items: flex-start;
}

.statistics-shell__intro {
    max-width: 500px;
    margin: 0;
    color: #5b7087;
    font-size: 0.98rem;
    line-height: 1.8;
    text-align: right;
}

.statistics-section + .statistics-section {
    margin-top: 2.35rem;
}

.statistics-section__header {
    margin-bottom: 1.25rem;
}

.statistics-section__title {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: clamp(1.2rem, 1.9vw, 1.55rem);
    color: #1d2e42;
    letter-spacing: -0.02em;
}

.statistics-section__description {
    max-width: 760px;
    margin: 0.55rem 0 0;
    color: #5b7087;
    font-size: 0.97rem;
    line-height: 1.75;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.statistics-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.35rem 1.35rem 1.1rem;
    border: 1px solid rgba(20, 38, 61, 0.08);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.98));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.statistics-card__header {
    margin-bottom: 1rem;
}

.statistics-card__title {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: 1.05rem;
    line-height: 1.35;
    color: #1d2e42;
}

.statistics-card__description {
    margin: 0.45rem 0 0;
    color: #677c93;
    font-size: 0.92rem;
    line-height: 1.7;
}

.statistics-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    flex: 1 1 auto;
}

.statistics-card__canvas-wrap {
    position: relative;
    min-height: 290px;
    padding: 0.35rem;
}

.statistics-card--tall .statistics-card__canvas-wrap {
    min-height: 420px;
}

.statistics-card__map-wrap {
    position: relative;
    min-height: 320px;
    padding: 0.35rem;
}

.statistics-map {
    width: 100%;
    height: 320px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(29, 46, 66, 0.08);
}

.statistics-card__status {
    margin: 0;
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
    background: rgba(51, 133, 255, 0.08);
    color: #40617f;
    font-size: 0.88rem;
    line-height: 1.65;
}

.research-shell__intro {
    margin: 0.95rem 0 0;
    max-width: 760px;
    color: #5f7184;
    font-size: 1rem;
    line-height: 1.75;
}

.research-feed {
    gap: 1.15rem;
}

.research-card {
    padding: 1.55rem 1.65rem !important;
}

.research-card__content {
    display: grid;
    gap: 0.95rem;
}

.research-card__title {
    margin: 0 !important;
}

.research-card__body {
    color: #54677c;
    font-size: 1rem;
    line-height: 1.85;
}

.research-card__body p {
    margin: 0;
}

.research-card__body mark {
    padding: 0.08rem 0.35rem;
    border-radius: 8px;
    background: rgba(51, 133, 255, 0.14);
    color: #1f5ea9;
}

.research-card__body a {
    color: #245c9d;
    font-weight: 700;
    text-decoration: none;
}

.research-card__body a:hover {
    text-decoration: underline;
}

.talks-feed {
    display: grid;
    gap: 1.5rem;
}

.publications-feed {
    gap: 1rem;
}

.talks-year-group {
    display: grid;
    gap: 0.9rem;
}

.talks-year-group > h2,
.teaching-year-group > h2 {
    margin: 0.25rem 0 0.1rem !important;
    color: #60656f;
    font-family: inherit;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0;
}

.talks-feed > h2 {
    position: sticky;
    top: 78px;
    z-index: 2;
    width: fit-content;
    margin: 0.25rem 0 0.1rem !important;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(17, 28, 43, 0.92);
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-size: 1rem;
    letter-spacing: -0.02em;
    box-shadow: 0 12px 28px rgba(7, 14, 24, 0.12);
}

.talks-feed .bs-callout-talk,
.teaching-feed .bs-callout-talk {
    margin: 0;
    padding: 1.35rem 1.45rem;
    border: 1px solid rgba(20, 38, 61, 0.08);
    border-left: 0;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.98));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.talks-feed .bs-callout-talk + .bs-callout-talk,
.teaching-feed .bs-callout-talk + .bs-callout-talk {
    margin-top: 0;
}

.talks-feed .bs-callout-talk:hover,
.teaching-feed .bs-callout-talk:hover {
    transform: translateY(-2px);
    border-color: rgba(45, 109, 190, 0.18);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.1);
}

.talks-feed .bs-callout-talk .row,
.teaching-feed .bs-callout-talk .row {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
}

.talks-feed .bs-callout-talk .col-lg-1,
.teaching-feed .bs-callout-talk .col-lg-1 {
    width: 72px;
    flex: 0 0 72px;
}

.talks-feed .bs-callout-talk .col-lg-10,
.teaching-feed .bs-callout-talk .col-lg-10 {
    width: auto;
    flex: 1 1 auto;
}

.talks-card__flag-wrap {
    display: flex;
    justify-content: center;
    padding-top: 0.1rem;
}

.talks-card__content {
    min-width: 0;
}

.talks-card__topline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.75rem;
    align-items: center;
    margin-bottom: 0.7rem;
}

.talks-card__date,
.talks-card__place {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.76rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.talks-card__date {
    background: rgba(43, 108, 191, 0.11);
    color: #215593;
}

.talks-card__place {
    background: rgba(20, 38, 61, 0.055);
    color: #4f6479;
}

.talks-feed .bs-callout-talk h4,
.teaching-feed .bs-callout-talk h4,
.talks-card__title {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.42;
    color: #182739;
}

.talks-feed .bs-callout-talk h4 a,
.teaching-feed .bs-callout-talk h4 a,
.talks-card__title a {
    color: #182739;
    text-decoration: none;
}

.talks-feed .bs-callout-talk h4 a:hover,
.teaching-feed .bs-callout-talk h4 a:hover,
.talks-card__title a:hover {
    color: #2d6dbe;
}

.talks-feed .bs-callout-talk p,
.teaching-feed .bs-callout-talk p,
.talks-card__venue {
    margin: 0.6rem 0 0;
    color: #5f7184;
    font-size: 0.98rem;
}

.talks-feed .bs-callout-talk strong,
.teaching-feed .bs-callout-talk strong,
.talks-card__venue strong {
    color: #30475f;
    font-weight: 700;
}

.talks-card__acronym {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.76rem;
    border-radius: 999px;
    background: rgba(48, 71, 95, 0.09);
    color: #30475f;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.publications-card__content {
    display: grid;
    gap: 0.65rem;
}

.publications-card__topline,
.publications-card__venue {
    margin: 0;
}

.publications-card__authors,
.publications-card__location {
    margin: 0;
    color: #5f7184;
    font-size: 0.94rem;
    line-height: 1.65;
}

.publications-card__authors {
    font-weight: 500;
}

.publications-card__author--owner {
    color: #1d2e42;
    font-weight: 700;
}

.publications-card__author em,
.publications-card__author-link em,
.publications-card__author--owner em {
    font-style: italic;
}

.publications-card__author-link {
    color: #2d6dbe;
    text-decoration: none;
}

.publications-card__author-link:hover {
    text-decoration: underline;
}

.publications-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.7rem;
    margin-top: 0.1rem;
}

.publications-card__acronym {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.76rem;
    border-radius: 999px;
    background: rgba(67, 160, 71, 0.13);
    color: #2f6a34;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    box-shadow: inset 0 0 0 1px rgba(67, 160, 71, 0.12);
}

.publications-card__track {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.76rem;
    border-radius: 999px;
    background: rgba(20, 38, 61, 0.055);
    color: #30475f;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.publications-card__link-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.34rem 0.72rem;
    border-radius: 999px;
    background: rgba(43, 108, 191, 0.08);
    color: #215593;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.publications-card__link-pill:hover {
    background: rgba(43, 108, 191, 0.14);
    color: #17406f;
}

.grants-shell__intro,
.contact-shell__intro {
    margin: 0.95rem 0 0;
    max-width: 760px;
    color: #5f7184;
    font-size: 1rem;
    line-height: 1.75;
}

.grants-shell__amount-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.82rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(230, 193, 93, 0.24), rgba(210, 165, 47, 0.18));
    color: #8a6615;
    border: 1px solid rgba(192, 145, 26, 0.24);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 1.2rem;
}

.contact-card__hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.contact-card,
.contact-map-card {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.98));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    padding: 1.5rem 1.6rem;
}

.contact-card__title {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: 1.4rem;
    color: #1d2e42;
}

.contact-card__portrait {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
    flex-shrink: 0;
}

.contact-card__subtitle {
    display: grid;
    gap: 0.2rem;
    margin: 0.8rem 0 0;
    color: #5f7184;
    font-size: 1rem;
    line-height: 1.7;
}

.contact-card__subtitle strong {
    color: #30475f;
}

.contact-card__meta {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.1rem;
}

.contact-card__meta p {
    margin: 0;
    color: #5f7184;
    font-size: 0.96rem;
    line-height: 1.75;
}

.contact-card__meta strong {
    color: #30475f;
    margin-right: 0.35rem;
}

.contact-card__meta a {
    color: #2d6dbe;
    text-decoration: none;
}

.contact-card__meta a:hover {
    text-decoration: underline;
}

.contact-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.3rem;
}

.contact-socials__item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(20, 38, 61, 0.06);
    color: #30475f;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.contact-socials__item:hover {
    background: rgba(43, 108, 191, 0.1);
    color: #215593;
}

.contact-map-card {
    margin-top: 1.2rem;
    overflow: hidden;
    padding: 0;
}

.contact-map-card iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    border: 0;
}

.talks-feed .flag,
.teaching-feed .flag {
    width: 58px;
    height: 58px;
    border: 3px solid #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    background: #fff;
}

.teaching-page .navy-line {
    margin-top: 72px;
}

.teaching-shell {
    padding: 26px 30px 10px;
}

.teaching-shell__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.35rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(20, 38, 61, 0.08);
}

.teaching-shell__eyebrow {
    display: inline-flex;
    margin-bottom: 0.45rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(51, 133, 255, 0.1);
    color: #2b6cbf;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.teaching-shell__title {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    letter-spacing: -0.03em;
    color: #1d2e42;
}

.teaching-shell__intro {
    margin: 0.95rem 0 0;
}

.teaching-shell__actions {
    flex: 0 0 auto;
}

.teaching-shell__cta {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-width: 220px;
    padding: 1rem 1.15rem 0.95rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.98));
    border: 1px solid rgba(43, 108, 191, 0.12);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    color: #1f5c9f;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.teaching-shell__cta:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(241,247,255,1));
    border-color: rgba(43, 108, 191, 0.22);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
    color: #15497f;
}

.teaching-shell__cta-logo {
    width: 110px;
    height: 110px;
    object-fit: contain;
    flex: 0 0 110px;
}

.teaching-shell__cta-text {
    display: block;
    max-width: 180px;
    font-size: 0.94rem;
    line-height: 1.35;
}

.teaching-feed {
    display: grid;
    gap: 1.5rem;
}

.teaching-year-group {
    display: grid;
    gap: 0.9rem;
}

.teaching-feed > .bs-callout-default {
    margin: 0 0 0.9rem;
    padding: 1.35rem 1.45rem;
    border: 1px solid rgba(20, 38, 61, 0.08);
    border-left: 0;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.98));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.teaching-feed > .bs-callout-default:hover {
    transform: translateY(-2px);
    border-color: rgba(45, 109, 190, 0.18);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.1);
}

.teaching-feed > .bs-callout-default .row {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.teaching-feed > .bs-callout-default .col-lg-1 {
    width: 72px;
    flex: 0 0 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}

.teaching-feed > .bs-callout-default .col-lg-10 {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
}

.teaching-feed > .bs-callout-default .company-logo-teaching {
    width: 68px;
    height: 68px;
    object-fit: contain;
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.teaching-feed > .bs-callout-default h4 {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.42;
    color: #182739;
    font-weight: 700;
}

.teaching-feed > .bs-callout-default p {
    margin: 0.6rem 0 0;
    color: #5f7184;
    font-size: 0.98rem;
    line-height: 1.6;
}

.teaching-feed > .bs-callout-default p strong {
    color: #30475f;
    font-weight: 700;
}

.teaching-feed > .bs-callout-default p i {
    display: inline-flex;
    align-items: center;
    margin-top: 0.5rem;
    padding: 0.34rem 0.7rem;
    border-radius: 999px;
    background: rgba(20, 38, 61, 0.06);
    color: #4f6479 !important;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    opacity: 1 !important;
}

.teaching-card {
    margin: 0;
    padding: 1.35rem 1.45rem;
    border: 1px solid rgba(20, 38, 61, 0.08);
    border-left: 0;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.98));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.teaching-card:hover {
    transform: translateY(-2px);
    border-color: rgba(45, 109, 190, 0.18);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.1);
}

.teaching-card .row {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.teaching-card .col-lg-1 {
    width: 72px;
    flex: 0 0 72px;
}

.teaching-card .col-lg-10 {
    width: auto;
    flex: 1 1 auto;
}

.teaching-card__logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}

.teaching-card__logo {
    width: 68px;
    max-width: 68px;
    height: 68px;
    object-fit: contain;
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.teaching-card__content {
    min-width: 0;
}

.teaching-card__topline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.75rem;
    align-items: center;
    margin-bottom: 0.7rem;
}

.teaching-card__date,
.teaching-card__units {
    display: inline-flex;
    align-items: center;
    padding: 0.34rem 0.7rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
}

.teaching-card__date {
    background: rgba(43, 108, 191, 0.1);
    color: #215593;
}

.teaching-card__units {
    background: rgba(20, 38, 61, 0.06);
    color: #4f6479;
}

.teaching-card__title {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.42;
    color: #182739;
    font-weight: 700;
}

.teaching-card__venue {
    margin: 0.6rem 0 0;
    color: #5f7184;
    font-size: 0.98rem;
}

.teaching-card__venue strong {
    color: #30475f;
    font-weight: 700;
}

.teaching-card__program {
    display: inline-flex;
    align-items: center;
    margin-left: 0.45rem;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    background: rgba(48, 71, 95, 0.09);
    color: #30475f;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.education-page .navy-line {
    margin-top: 72px;
}

.education-feed {
    gap: 1rem;
}

.education-card__logo {
    width: 72px;
    max-width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.education-card__details {
    margin: 0.75rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.75rem;
    align-items: center;
}

.education-card__detail-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.76rem;
    border-radius: 999px;
    background: rgba(20, 38, 61, 0.055);
    color: #4f6479;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.education-card__detail-badge--distinction {
    background: linear-gradient(180deg, rgba(230, 193, 93, 0.22), rgba(210, 165, 47, 0.16));
    color: #8a6615;
    box-shadow: inset 0 0 0 1px rgba(192, 145, 26, 0.18);
}

.education-card__detail-copy {
    color: #5f7184;
    font-size: 0.94rem;
    line-height: 1.6;
}

.awards-page .navy-line,
.grants-page .navy-line,
.experience-page .navy-line,
.cves-page .navy-line {
    margin-top: 72px;
}

.awards-feed,
.grants-feed,
.experience-feed,
.cves-feed {
    gap: 1rem;
}

.cves-shell__intro {
    margin: 0.95rem 0 0;
    max-width: 760px;
    color: #5f7184;
    font-size: 1rem;
    line-height: 1.75;
}

.cves-card__content {
    display: grid;
    gap: 0.7rem;
}

.cves-card__title,
.cves-card__title a {
    color: #182739;
    text-decoration: none;
}

.cves-card__title a:hover {
    color: #2d6dbe;
}

.cves-card__date {
    background: rgba(43, 108, 191, 0.1);
    color: #215593;
}

.cves-card__description {
    margin: 0;
    color: #5f7184;
    font-size: 0.96rem;
    line-height: 1.7;
}

.cves-card__cvss-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.76rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
}

.cves-card__cvss-badge--low {
    background: rgba(67, 160, 71, 0.13);
    color: #2f6a34;
    box-shadow: inset 0 0 0 1px rgba(67, 160, 71, 0.12);
}

.cves-card__cvss-badge--medium,
.cves-card__cvss-badge--high {
    background: rgba(245, 158, 11, 0.16);
    color: #9a5a00;
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.14);
}

.cves-card__cvss-badge--critical {
    background: rgba(214, 69, 65, 0.13);
    color: #9e2f2c;
    box-shadow: inset 0 0 0 1px rgba(214, 69, 65, 0.12);
}

.cves-card__collaborators {
    margin: 0;
    color: #5f7184;
    font-size: 0.94rem;
    line-height: 1.6;
}

.cves-card__collaborators strong {
    color: #30475f;
    margin-right: 0.35rem;
}

.cves-card__collaborator-link {
    color: #2d6dbe;
    text-decoration: none;
}

.cves-card__collaborator-link:hover {
    text-decoration: underline;
}

.awards-card__logo,
.experience-card__logo {
    width: 72px;
    max-width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.awards-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    font-size: 2rem;
}

.awards-card__title {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.awards-card__title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 1.15rem;
    line-height: 1;
}

.grants-card__logo {
    width: 88px;
    max-width: 88px;
    height: 88px;
    object-fit: contain;
    border-radius: 22px;
    background:
        radial-gradient(circle at top, rgba(255,255,255,0.98), rgba(247,250,253,0.92) 58%, rgba(237,243,249,0.88));
    padding: 0.9rem;
    border: 1px solid rgba(29, 46, 66, 0.08);
    box-shadow:
        0 14px 28px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.78);
    backdrop-filter: saturate(1.05);
}

.grants-feed .grants-card.grants-card--current {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.98)) !important;
    border: 1px solid rgba(20, 38, 61, 0.08) !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.grants-feed .grants-card.grants-card--current:hover {
    border: 1px solid rgba(45, 109, 190, 0.18) !important;
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.1);
}

.grants-feed .grants-card.grants-card--past {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.98)) !important;
    border: 1px solid rgba(20, 38, 61, 0.08) !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.grants-feed .grants-card.grants-card--past:hover {
    border: 1px solid rgba(45, 109, 190, 0.18) !important;
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.1);
}

.grants-card__logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}

.grants-card__content {
    display: grid;
    gap: 0.7rem;
}

.grants-card__topline {
    gap: 0.6rem 0.8rem;
}

.grants-card__date,
.grants-card__amount {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.grants-card__status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.76rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.grants-card__status-badge--current {
    background: rgba(67, 160, 71, 0.13);
    color: #2f6a34;
    box-shadow: inset 0 0 0 1px rgba(67, 160, 71, 0.12);
}

.grants-card__status-badge--past {
    background: rgba(214, 93, 93, 0.13);
    color: #9a3a3a;
    box-shadow: inset 0 0 0 1px rgba(214, 93, 93, 0.12);
}

.grants-card .row {
    align-items: center !important;
}

.grants-card__topline,
.grants-card__venue,
.grants-card__details {
    margin: 0;
}

.grants-card__details,
.experience-card__details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.75rem;
    align-items: center;
}

.grants-card__detail-badge,
.experience-card__detail-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.34rem 0.7rem;
    border-radius: 999px;
    background: rgba(20, 38, 61, 0.06);
    color: #4f6479;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
}

.grants-card__detail-copy,
.experience-card__detail-copy {
    color: #5f7184;
    font-size: 0.94rem;
    line-height: 1.6;
}

.grants-card__collaborators {
    margin: 0;
    color: #5f7184;
    font-size: 0.94rem;
    line-height: 1.6;
}

.grants-card__collaborator-link {
    color: #2d6dbe;
    text-decoration: none;
}

.grants-card__collaborator-link:hover {
    text-decoration: underline;
}

.experience-card__supervisors-label {
    color: #30475f;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.experience-card__role-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.76rem;
    border-radius: 999px;
    background: rgba(67, 160, 71, 0.13);
    color: #2f6a34;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: inset 0 0 0 1px rgba(67, 160, 71, 0.12);
}

.supervision-card__logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    min-height: 100%;
}

.supervision-card .row {
    align-items: center;
}

.education-card .row {
    align-items: center;
}

.education-card__logo-wrap {
    align-items: center;
    padding-top: 0;
}

.supervision-card__logo {
    width: 72px;
    max-width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.supervision-card__student-link {
    color: #182739;
    text-decoration: none;
}

.supervision-card__student-link:hover {
    color: #2d6dbe;
}

.supervision-card__details {
    margin: 0.75rem 0 0;
    color: #5f7184;
    font-size: 0.94rem;
    line-height: 1.6;
}

.supervision-card__meta {
    margin-top: 0.45rem;
}

.supervision-card__meta strong {
    color: #30475f;
    margin-right: 0.35rem;
}

.supervision-card__status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.76rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.supervision-card__status-badge--current {
    background: rgba(67, 160, 71, 0.13);
    color: #2f6a34;
    box-shadow: inset 0 0 0 1px rgba(67, 160, 71, 0.12);
}

.supervision-card__status-badge--former {
    background: rgba(214, 69, 65, 0.12);
    color: #9e2f2c;
    box-shadow: inset 0 0 0 1px rgba(214, 69, 65, 0.12);
}

.supervision-card__supervisor strong {
    color: #30475f;
    margin-right: 0.35rem;
}

.supervision-card__supervisor-link {
    color: #2d6dbe;
    text-decoration: none;
}

.supervision-card__supervisor-link:hover {
    text-decoration: underline;
}

.gallery-page .navy-line {
    margin-top: 72px;
}

.gallery-shell__intro {
    margin: 0.95rem 0 0;
    max-width: 720px;
    color: #5f7184;
    font-size: 1rem;
    line-height: 1.75;
}

.gallery-masonry {
    column-count: 3;
    column-gap: 1.2rem;
}

.gallery-card {
    position: relative;
    display: block;
    break-inside: avoid;
    overflow: hidden;
    margin-bottom: 1.2rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,253,0.98));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform, opacity;
}

.gallery-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 28px 52px rgba(15, 23, 42, 0.14);
}

.gallery-card__image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease;
}

.gallery-card:hover .gallery-card__image,
.gallery-card:focus .gallery-card__image,
.gallery-card:focus-visible .gallery-card__image {
    transform: scale(1.03);
}

.gallery-card__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem 1.05rem 1.05rem;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
    background: linear-gradient(180deg, rgba(10, 17, 28, 0), rgba(10, 17, 28, 0.74));
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease;
    pointer-events: none;
}

.gallery-card:hover .gallery-card__caption,
.gallery-card:focus .gallery-card__caption,
.gallery-card:focus-visible .gallery-card__caption {
    opacity: 1;
    transform: translateY(0);
}

@media only screen and (max-width: 1300px), (hover: none) and (pointer: coarse) {
    .site-navbar .container {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .site-navbar__brand {
        font-size: 1.05rem;
    }
    .site-navbar .navbar-collapse {
        margin-top: 0.5rem;
        padding: 0.4rem 0 0.1rem;
    }
    .site-navbar .navbar-nav {
        align-items: stretch;
        gap: 0.2rem;
        flex-wrap: wrap;
    }
    .nav-link-custom {
        padding: 0.7rem 0.85rem;
        font-size: 0.95rem;
        border-radius: 14px;
    }
    #particles-js {
        padding: 96px 18px 44px;
    }
    .hero-shell {
        width: min(100%, calc(100% - 12px));
        padding: 28px 18px 24px;
        border-radius: 22px;
    }
    .home-hero-shell {
        padding: 28px 18px 24px;
    }
    .home-landing-hero,
    .home-landing__hero-grid {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }
    .home-landing-hero__content,
    .home-landing__hero-main {
        text-align: center;
    }
    .home-landing-hero__summary,
    .home-landing__summary {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .home-landing-hero__aside,
    .home-landing__profile {
        width: 100%;
    }
    .home-landing-hero__portrait,
    .home-landing__portrait {
        width: min(100%, 220px);
    }
    .home-landing__hero {
        padding: 96px 0 28px;
    }
    .home-landing__hero-main,
    .home-landing__profile,
    .home-landing-card {
        padding: 1.25rem;
        border-radius: 20px;
    }
    .home-landing-card__header {
        align-items: flex-start;
    }
    .home-about-card {
        padding: 1.2rem;
        border-radius: 18px;
    }
    .hero-kicker {
        font-size: 0.68rem;
        letter-spacing: 0.06em;
    }
    .hero-subtitle {
        font-size: 0.98rem;
        line-height: 1.7;
    }
    .hero-actions {
        gap: 0.65rem;
    }
    .hero-button {
        width: 100%;
        max-width: 280px;
    }
    .media-showcase {
        gap: 14px;
    }
    .publication-toolbar {
        margin-bottom: 20px;
        padding: 0 12px;
    }
    .home-service-grid {
        grid-template-columns: 1fr;
    }
    .home-news-card__body,
    .home-service-card__body {
        max-height: none;
    }
    .home-highlights-grid {
        grid-template-columns: 1fr;
    }
    .home-cves-card__line {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }
    .home-news-card__line {
        flex-direction: column;
        align-items: flex-start;
    }
    .home-news-card__content {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    .home-news-card__date {
        flex: 0 0 auto;
        min-width: 0;
    }
    .home-cves-card__date {
        min-width: 0;
    }
    .home-landing__profile-links {
        flex-wrap: wrap;
    }
    .publication-toolbar__button,
    .publication-toolbar__search {
        width: 100%;
        max-width: 320px;
    }
    .page-hero-spacer {
        height: 70px;
    }
    .gallery-grid {
        margin: 2rem 0.75rem;
    }
    .privacy-card {
        padding: 22px;
        border-radius: 16px;
    }
    .privacy-card__meta {
        gap: 0.55rem;
    }
    .site-footer__grid {
        grid-template-columns: 1fr;
    }
    .site-footer {
        padding: 36px 5% 24px;
    }
    .user-image {
        margin-bottom: 1.2em;
        position: relative;
        width: 170px;
        height: 170px;
        border: 3px solid #fff;
        border-radius:100%;
        margin-top: 0;
    }
    .landing-page h1 {
        margin-top: 10px;
        font-size: 20px;
        font-weight: 700;
    }
    .talks-page .navy-line {
        margin-top: 64px;
    }
    .publications-page .navy-line {
        margin-top: 64px;
    }
    .contact-page .navy-line {
        margin-top: 64px;
    }
    .statistics-page .navy-line {
        margin-top: 64px;
    }
    .research-page .navy-line {
        margin-top: 64px;
    }
    .privacy-page .navy-line {
        margin-top: 64px;
    }
    .teaching-page .navy-line {
        margin-top: 64px;
    }
    .education-page .navy-line {
        margin-top: 64px;
    }
    .home-news {
        height: auto;
        max-height: none;
        overflow: visible;
    }
    .awards-page .navy-line,
    .grants-page .navy-line,
    .experience-page .navy-line,
    .gallery-page .navy-line {
        margin-top: 64px;
    }
    .talks-shell {
        padding: 22px 18px 8px;
    }
    .teaching-shell {
        padding: 22px 18px 8px;
    }
    .talks-shell__header {
        margin-bottom: 1rem;
        padding-bottom: 0.9rem;
    }
    .home-shell__header {
        margin-bottom: 1rem;
        padding-bottom: 0.9rem;
    }
    .statistics-shell__header {
        margin-bottom: 1rem;
        padding-bottom: 0.9rem;
    }
    .teaching-shell__header {
        margin-bottom: 1rem;
        padding-bottom: 0.9rem;
        align-items: flex-start;
    }
    .statistics-grid {
        grid-template-columns: 1fr;
    }
    .statistics-card {
        padding: 1.1rem;
        border-radius: 18px;
    }
    .statistics-card__canvas-wrap {
        min-height: 260px;
        padding: 0.15rem;
    }
    .talks-feed > h2 {
        top: 76px;
        font-size: 0.94rem;
        padding: 0.42rem 0.78rem;
    }
    .talks-year-group > h2,
    .teaching-year-group > h2 {
        font-size: 1.02em;
    }
    .talks-feed .bs-callout-talk,
    .teaching-feed .bs-callout-talk {
        padding: 1rem;
        border-radius: 18px;
    }
    .teaching-card {
        padding: 1rem;
        border-radius: 18px;
    }
    .teaching-feed > .bs-callout-default {
        padding: 1rem;
        border-radius: 18px;
    }
    .talks-feed .bs-callout-talk .row,
    .teaching-feed .bs-callout-talk .row {
        gap: 0.85rem;
        align-items: start;
    }
    .teaching-card .row {
        gap: 0.85rem;
        align-items: center;
    }
    .teaching-feed > .bs-callout-default .row {
        gap: 0.85rem;
        align-items: start;
    }
    .talks-feed .bs-callout-talk .col-lg-1,
    .teaching-feed .bs-callout-talk .col-lg-1 {
        width: 58px;
        flex: 0 0 58px;
    }
    .teaching-card .col-lg-1 {
        width: 58px;
        flex: 0 0 58px;
    }
    .teaching-feed > .bs-callout-default .col-lg-1 {
        width: 58px;
        flex: 0 0 58px;
    }
    .talks-feed .bs-callout-talk h4,
    .teaching-feed .bs-callout-talk h4 {
        font-size: 1rem;
    }
    .teaching-card__title {
        font-size: 1rem;
    }
    .talks-card__topline {
        margin-bottom: 0.55rem;
    }
    .teaching-card__topline {
        margin-bottom: 0.55rem;
    }
    .talks-card__date,
    .talks-card__place,
    .talks-card__acronym {
        font-size: 0.78rem;
    }
    .teaching-card__date,
    .teaching-card__units {
        font-size: 0.78rem;
    }
    .talks-feed .flag,
    .teaching-feed .flag {
        width: 48px;
        height: 48px;
    }
    .teaching-card__logo {
        width: 56px;
        max-width: 56px;
        height: 56px;
    }
    .teaching-feed > .bs-callout-default .company-logo-teaching {
        width: 56px;
        height: 56px;
    }
    .education-card__logo {
        width: 58px;
        max-width: 58px;
        height: 58px;
    }
    .supervision-card__logo {
        width: 58px;
        max-width: 58px;
        height: 58px;
    }
    .awards-card__logo,
    .experience-card__logo,
    .grants-card__logo {
        width: 58px;
        max-width: 58px;
        height: 58px;
    }
    .grants-card__logo {
        width: 68px;
        max-width: 68px;
        height: 68px;
    }
    .grants-card__content {
        gap: 0.6rem;
    }
    .gallery-masonry {
        column-count: 2;
        column-gap: 1rem;
    }
    .awards-card__icon {
        width: 58px;
        height: 58px;
        font-size: 1.65rem;
    }
    ul.social-buttons li a {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
    .yt-video {
        width:300px;
        height:170px;
    }
}

@media only screen and (max-width: 767px) {
    .talks-shell__header {
        display: block;
    }
    .teaching-shell__header {
        display: block;
    }
    .talks-feed {
        gap: 1.2rem;
    }
    .publications-feed {
        gap: 1.2rem;
    }
    .research-feed {
        gap: 1rem;
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .contact-card__hero {
        align-items: center;
    }
    .teaching-feed {
        gap: 1.2rem;
    }
    .talks-year-group {
        gap: 0.8rem;
    }
    .teaching-year-group {
        gap: 0.8rem;
    }
    .teaching-feed > .bs-callout-default {
        margin-bottom: 0.8rem;
    }
    .talks-feed .bs-callout-talk .row,
    .teaching-feed .bs-callout-talk .row {
        gap: 0.75rem;
    }
    .teaching-card .row {
        gap: 0.75rem;
        align-items: center;
    }
    .teaching-feed > .bs-callout-default .row {
        gap: 0.75rem;
        align-items: center;
    }
    .talks-feed .bs-callout-talk .col-lg-1,
    .teaching-feed .bs-callout-talk .col-lg-1 {
        width: 46px;
        flex: 0 0 46px;
    }
    .teaching-card .col-lg-1 {
        width: 46px;
        flex: 0 0 46px;
    }
    .teaching-feed > .bs-callout-default .col-lg-1 {
        width: 46px;
        flex: 0 0 46px;
    }
    .talks-card__topline {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.45rem;
    }
    .teaching-card__topline {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.45rem;
    }
    .talks-card__title {
        font-size: 0.98rem;
    }
    .teaching-card__title {
        font-size: 0.98rem;
    }
    .teaching-feed > .bs-callout-default h4 {
        font-size: 0.98rem;
    }
    .talks-card__venue {
        font-size: 0.92rem;
        line-height: 1.6;
    }
    .teaching-card__venue {
        font-size: 0.92rem;
        line-height: 1.6;
    }
    .teaching-feed > .bs-callout-default p {
        font-size: 0.92rem;
        line-height: 1.6;
    }
    .talks-card__acronym {
        margin-left: 0;
        margin-top: 0.35rem;
    }
    .publications-card__links {
        gap: 0.45rem 0.55rem;
    }
    .publications-card__authors,
    .publications-card__location {
        font-size: 0.88rem;
    }
    .grants-shell__intro,
    .contact-shell__intro {
        font-size: 0.95rem;
    }
    .publications-card__track {
        margin-left: 0;
        margin-top: 0.35rem;
    }
    .contact-card,
    .contact-map-card {
        border-radius: 18px;
        padding: 1.2rem;
    }
    .contact-card__portrait {
        width: 74px;
        height: 74px;
        border-radius: 18px;
    }
    .research-card {
        padding: 1.15rem !important;
        border-radius: 18px !important;
    }
    .contact-map-card iframe {
        min-height: 300px;
    }
    .teaching-card__program {
        display: inline-flex;
        margin-left: 0;
        margin-top: 0.35rem;
    }
    .education-card__details {
        gap: 0.45rem 0.65rem;
    }
    .grants-card__details,
    .experience-card__details {
        gap: 0.45rem 0.65rem;
    }
    .education-card__detail-badge,
    .education-card__detail-copy,
    .grants-card__detail-badge,
    .grants-card__detail-copy,
    .grants-card__collaborators,
    .experience-card__detail-badge,
    .experience-card__detail-copy {
        font-size: 0.84rem;
    }
    .gallery-masonry {
        column-count: 1;
    }
    .gallery-card {
        border-radius: 18px;
    }
    .gallery-shell__intro {
        font-size: 0.95rem;
    }
    .talks-feed .flag,
    .teaching-feed .flag {
        width: 40px;
        height: 40px;
    }
    .teaching-card__logo {
        width: 40px;
        max-width: 40px;
        height: 40px;
    }
    .education-card__logo {
        width: 48px;
        max-width: 48px;
        height: 48px;
    }
    .awards-card__logo,
    .experience-card__logo,
    .grants-card__logo {
        width: 48px;
        max-width: 48px;
        height: 48px;
    }
    .grants-card__logo {
        width: 60px;
        max-width: 60px;
        height: 60px;
    }
    .awards-card__icon {
        width: 48px;
        height: 48px;
        font-size: 1.4rem;
    }
.grants-card__logo-wrap {
        padding-top: 0.25rem;
    }
}

@media (max-width: 992px) {
    .statistics-shell__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .statistics-shell__intro {
        max-width: none;
        text-align: left;
    }
}
