:root {
    --primary-dark: #102033;
    --primary-blue: #1d6f8a;
    --accent: #f2b705;
    --accent-dark: #a86800;
    --ink: #1f2a3d;
    --muted: #65758b;
    --soft: #f5f8fb;
    --white: #ffffff;
    --border: #dbe5ef;
    --green: #149954;
    --red: #dd1f2d;
}

html {
    scroll-padding-top: 86px;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--ink);
    background: var(--white);
}

a {
    color: var(--primary-blue);
}

.site-main {
    padding-top: 72px;
}

.bg-dark-blue,
.site-footer {
    background: var(--primary-dark);
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
}

.btn {
    border-radius: 6px;
    font-weight: 600;
}

.btn-primary {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
}

.btn-primary:hover {
    background: #0f4f63;
    border-color: #0f4f63;
}

.btn-accent {
    background: var(--accent);
    border-color: var(--accent);
    color: #111827;
}

.btn-accent:hover {
    background: #fbbf24;
    border-color: #fbbf24;
    color: #111827;
}

.section {
    padding: 72px 0;
}

.bg-soft {
    background: var(--soft);
}

.section-kicker,
.eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--accent-dark);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-section {
    padding: 96px 0 76px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(11, 23, 38, 0.96), rgba(21, 94, 117, 0.9)),
        radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.28), transparent 30%);
}

.academica-hero {
    padding: 112px 0 86px;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(16, 32, 51, 0.97), rgba(29, 111, 138, 0.92)),
        linear-gradient(45deg, rgba(20, 153, 84, 0.2), rgba(242, 183, 5, 0.18), rgba(221, 31, 45, 0.13));
}

.academica-hero h1 {
    max-width: 760px;
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    font-weight: 800;
    line-height: 1.02;
}

.academica-hero .lead {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.86);
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
}

.hero-trust i {
    color: var(--accent);
    margin-right: 6px;
}

.admission-card {
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.25);
}

.admission-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

.admission-card-header span {
    color: var(--muted);
    font-weight: 700;
}

.admission-card-header strong {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(20, 153, 84, 0.12);
    color: var(--green);
}

.admission-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 22px 0;
    list-style: none;
}

.admission-list i {
    width: 24px;
    color: var(--primary-blue);
}

.identity-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.25);
}

.identity-logo-frame {
    display: grid;
    place-items: center;
    padding: clamp(22px, 4vw, 42px);
    background:
        linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}

.identity-logo {
    display: block;
    width: min(100%, 320px);
    max-height: 320px;
    object-fit: contain;
}

.identity-card-body {
    padding: 28px;
    border-top: 1px solid var(--border);
}

.identity-card-body h2 {
    margin-bottom: 10px;
    font-weight: 800;
}

.identity-card-body p {
    color: var(--muted);
}

.identity-badge {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(29, 111, 138, 0.1);
    color: var(--primary-blue);
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
}

.stats-strip {
    background: #fff;
}

.stats-strip .container {
    margin-top: -42px;
    position: relative;
    z-index: 2;
}

.stat-item {
    min-height: 118px;
    padding: 24px;
    border: 1px solid var(--border);
    background: #fff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
}

.stat-item strong {
    display: block;
    font-size: 2rem;
    color: var(--primary-blue);
}

.stat-item span {
    color: var(--muted);
}

.section-title-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 30px;
}

.section-title-row h2,
.section-title h2 {
    margin-bottom: 0;
}

.mini-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
}

.mini-feature i {
    color: var(--accent-dark);
}

.course-card {
    display: flex;
    flex-direction: column;
    padding: 26px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.course-card-with-image {
    padding: 0;
}

.course-card-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(29, 111, 138, 0.12), rgba(242, 183, 5, 0.16));
    text-decoration: none;
}

.course-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-card-image-placeholder,
.program-cover-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--primary-blue);
    background: linear-gradient(135deg, rgba(29, 111, 138, 0.12), rgba(242, 183, 5, 0.16));
}

.course-card-image-placeholder {
    font-size: 3rem;
}

.course-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.course-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
}

.course-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.course-card-top i {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(29, 111, 138, 0.1);
    color: var(--primary-blue);
}

.course-card-top span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(242, 183, 5, 0.16);
    color: var(--accent-dark);
    font-weight: 700;
    font-size: 0.85rem;
}

.course-card h2,
.course-card h3 {
    font-size: 1.25rem;
}

.course-card h2 a,
.course-card h3 a {
    color: var(--ink);
    text-decoration: none;
}

.course-card h2 a:hover,
.course-card h3 a:hover {
    color: var(--primary-blue);
}

.course-card p {
    color: var(--muted);
}

.course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
    color: var(--muted);
    font-size: 0.9rem;
}

.course-meta i {
    margin-right: 6px;
    color: var(--primary-blue);
}

.step-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
}

.step-card span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--primary-blue);
    color: #fff;
    font-weight: 800;
}

.step-card p {
    color: var(--muted);
    margin-bottom: 0;
}

.academica-news {
    padding: 20px;
    margin-bottom: 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
}

.home-news-feature {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.home-news-feature-media {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(29, 111, 138, 0.12), rgba(20, 153, 84, 0.12));
    color: var(--primary-blue);
    text-decoration: none;
}

.home-news-feature-media img,
.home-news-feature-media span {
    width: 100%;
    height: 100%;
}

.home-news-feature-media img {
    display: block;
    object-fit: cover;
}

.home-news-feature-media span {
    display: grid;
    place-items: center;
    font-size: 3rem;
}

.home-news-feature-body {
    padding: 26px;
}

.home-news-feature time,
.home-news-mini time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--primary-blue);
    font-size: 0.88rem;
    font-weight: 700;
}

.home-news-feature h3 {
    margin-bottom: 12px;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.18;
}

.home-news-feature h3 a,
.home-news-mini h3 a {
    color: var(--ink);
    text-decoration: none;
}

.home-news-feature h3 a:hover,
.home-news-mini h3 a:hover {
    color: var(--primary-blue);
}

.home-news-feature p,
.home-news-mini p {
    color: var(--muted);
}

.home-news-side {
    display: grid;
    gap: 16px;
}

.home-news-mini {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 16px;
    min-height: 132px;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-news-mini:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.home-news-mini-media {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 6px;
    background: var(--soft);
    color: var(--primary-blue);
    text-decoration: none;
}

.home-news-mini-media img,
.home-news-mini-media span {
    width: 100%;
    height: 100%;
}

.home-news-mini-media img {
    display: block;
    object-fit: cover;
}

.home-news-mini-media span {
    display: grid;
    place-items: center;
    font-size: 1.8rem;
}

.home-news-mini h3 {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.3;
}

.home-news-mini p {
    margin-bottom: 0;
    font-size: 0.92rem;
}

.news-empty {
    display: grid;
    min-height: 260px;
    place-items: center;
    padding: 28px;
    border: 1px dashed var(--border);
    border-radius: 8px;
    background: #fff;
    color: var(--muted);
    text-align: center;
}

.news-empty i {
    color: var(--primary-blue);
    font-size: 2.4rem;
}

.academica-cta {
    min-height: auto;
    background:
        linear-gradient(135deg, rgba(16, 32, 51, 0.96), rgba(29, 111, 138, 0.92));
    color: #fff;
}

.academica-cta p {
    color: rgba(255, 255, 255, 0.78);
}

.page-hero {
    padding: 86px 0 64px;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(16, 32, 51, 0.97), rgba(29, 111, 138, 0.9)),
        linear-gradient(45deg, rgba(20, 153, 84, 0.18), rgba(242, 183, 5, 0.14), rgba(221, 31, 45, 0.1));
}

.page-hero h1 {
    font-size: clamp(2rem, 4vw, 3.7rem);
    font-weight: 800;
}

.page-hero p {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.8);
}

.page-hero .section-kicker,
.academica-hero .eyebrow,
.academica-cta .section-kicker {
    color: var(--accent);
}

.program-summary {
    display: grid;
    gap: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
}

.program-summary span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
}

.program-summary strong {
    color: #fff;
}

.program-content,
.program-sidebar {
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.program-content {
    padding: 34px;
}

.content-block + .content-block {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid var(--border);
}

.program-sidebar {
    position: sticky;
    top: 96px;
    padding: 28px;
}

.program-cover {
    display: block;
    width: 100%;
    height: clamp(240px, 36vw, 430px);
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12);
}

.program-cover-placeholder {
    font-size: 4rem;
}

.professional-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.professional-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
}

.professional-card-image {
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, rgba(29, 111, 138, 0.12), rgba(242, 183, 5, 0.16));
}

.professional-card-image img,
.professional-card-placeholder {
    width: 100%;
    height: 100%;
}

.professional-card-image img {
    display: block;
    object-fit: cover;
}

.professional-card-placeholder {
    display: grid;
    place-items: center;
    color: var(--primary-blue);
    font-size: 3rem;
}

.professional-card-body {
    padding: 24px;
}

.professional-card-body h2 {
    font-size: 1.25rem;
}

.professional-card-body h2 a {
    color: var(--ink);
    text-decoration: none;
}

.professional-card-body h2 a:hover {
    color: var(--primary-blue);
}

.hero-section h1 {
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 1;
}

.hero-section .lead {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.86);
}

.hero-panel,
.cta-panel,
.contact-card {
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.hero-panel {
    padding: 24px;
    color: var(--ink);
}

.metric {
    min-height: 118px;
    padding: 18px;
    border-radius: 8px;
    background: var(--soft);
}

.metric strong {
    display: block;
    font-size: 2rem;
    color: var(--primary-blue);
}

.metric span {
    color: var(--muted);
    font-size: 0.92rem;
}

.card {
    border: 1px solid var(--border);
    border-radius: 8px;
}

.feature-card,
.advantage,
.news-row {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover,
.advantage:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.feature-icon,
.advantage i {
    color: var(--primary-blue);
    font-size: 1.8rem;
    margin-bottom: 14px;
}

.advantage {
    height: 100%;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
}

.advantage p,
.news-row p {
    color: var(--muted);
    margin-bottom: 0;
}

.news-row {
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
}

.news-row time {
    color: var(--muted);
    font-size: 0.9rem;
}

.cta-panel,
.contact-card {
    padding: 28px;
}

.preinscription-visual {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.preinscription-visual-image {
    display: grid;
    min-height: 360px;
    place-items: center;
    padding: 34px;
    background:
        linear-gradient(135deg, rgba(29, 111, 138, 0.12), rgba(242, 183, 5, 0.16));
}

.preinscription-visual-image img {
    display: block;
    width: min(100%, 320px);
    max-height: 390px;
    object-fit: contain;
}

.preinscription-visual-body {
    padding: 28px;
}

.preinscription-visual-body p {
    color: var(--muted);
}

.preinscription-points {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.preinscription-points li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--text);
    font-weight: 600;
}

.preinscription-points i {
    margin-top: 3px;
    color: var(--green);
}

.cta-panel.academica-cta {
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(16, 32, 51, 0.97), rgba(29, 111, 138, 0.94));
    color: #fff;
}

.cta-panel.academica-cta h2,
.cta-panel.academica-cta p {
    color: #fff;
}

.cta-panel.academica-cta p {
    color: rgba(255, 255, 255, 0.82);
}

.cta-panel.academica-cta .btn {
    white-space: normal;
}

.detail-list li {
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}

.detail-list li:last-child {
    border-bottom: 0;
}

.safe-html-content h2,
.safe-html-content h3,
.safe-html-content h4 {
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}

.safe-html-content p,
.safe-html-content ul,
.safe-html-content ol,
.safe-html-content blockquote {
    margin-bottom: 1rem;
}

.safe-html-content ul,
.safe-html-content ol {
    padding-left: 1.25rem;
}

.safe-html-content a {
    font-weight: 700;
}

.html-editor {
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.html-editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px;
    border-bottom: 1px solid var(--border);
    background: var(--soft);
}

.html-editor-toolbar button {
    min-height: 34px;
    padding: 5px 10px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fff;
    color: var(--ink);
    font-weight: 700;
}

.html-editor-toolbar button:hover,
.html-editor-toolbar button:focus {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
}

.html-editor-area {
    min-height: 190px;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    color: var(--text);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0;
}

.html-editor-area:focus {
    box-shadow: inset 0 0 0 2px rgba(29, 111, 138, 0.2);
}

.html-editor-area p {
    margin: 0 0 0.75rem;
    color: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
}

.footer-links a,
.site-footer a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.footer-links a:hover,
.site-footer a:hover {
    color: #fff;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.social-icons a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
}

.form-control,
.form-select {
    border-radius: 6px;
    border-color: var(--border);
    min-height: 44px;
}

.captcha-code {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border: 1px dashed var(--primary-blue);
    border-radius: 6px;
    background: var(--soft);
    color: var(--primary-dark);
    font-weight: 800;
    letter-spacing: 0.18rem;
}

.admin-login-bg {
    background: linear-gradient(135deg, var(--primary-dark), #123d52);
}

.login-card {
    width: min(100%, 430px);
    border: 0;
}

.brand-mark {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 12px;
    background: var(--primary-blue);
    color: #fff;
    font-weight: 800;
}

.admin-body {
    background: #f8fafc;
}

.admin-table {
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
}

.table {
    margin-bottom: 0;
}

.admin-thumb {
    display: inline-grid;
    width: 72px;
    height: 48px;
    place-items: center;
    border-radius: 6px;
    object-fit: cover;
    background: var(--soft);
    color: var(--muted);
}

.actualite-detail {
    padding: 12px 0;
}

.actualite-title {
    margin-bottom: 12px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
    color: var(--text);
}

.actualite-meta {
    margin-bottom: 18px;
    color: var(--muted);
    font-weight: 600;
}

.actualite-summary {
    margin-bottom: 24px;
    padding-left: 18px;
    border-left: 4px solid var(--accent-yellow);
    color: var(--text);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.65;
}

.actualite-body {
    color: var(--text);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
}

.actualite-body p,
.actualite-body li,
.actualite-body blockquote {
    font-size: 1rem;
    font-weight: 400;
}

.actualite-body h2,
.actualite-body h3,
.actualite-body h4 {
    font-weight: 700;
}

.actualite-image-panel {
    position: sticky;
    top: 92px;
}

.actualite-main-image,
.actualite-image-placeholder {
    width: 100%;
    height: clamp(280px, 34vw, 460px);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.actualite-main-image {
    display: block;
    object-fit: cover;
    object-position: center;
}

.actualite-image-placeholder {
    display: grid;
    place-items: center;
    background: var(--soft);
    color: var(--muted);
    font-size: 3rem;
}

@media (max-width: 991.98px) {
    .site-main {
        padding-top: 68px;
    }

    .section {
        padding: 48px 0;
    }

    .hero-section {
        padding: 72px 0 56px;
    }

    .academica-hero,
    .page-hero {
        padding: 72px 0 56px;
    }

    .section-title-row {
        align-items: start;
        flex-direction: column;
    }

    .program-sidebar {
        position: static;
    }

    .actualite-image-panel {
        position: static;
    }

    .navbar-nav {
        padding: 12px 0;
    }
}

@media (max-width: 575.98px) {
    .btn-lg,
    .btn {
        width: 100%;
    }

    .home-news-feature-body {
        padding: 20px;
    }

    .home-news-mini {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 12px;
        min-height: 112px;
    }

    .home-news-mini h3 {
        font-size: 0.98rem;
    }

    .home-news-mini p {
        display: none;
    }

    .preinscription-visual-image {
        min-height: 240px;
        padding: 24px;
    }

    .preinscription-visual-image img {
        max-height: 240px;
    }

    .preinscription-visual-body {
        padding: 20px;
    }

    .hero-panel,
    .cta-panel,
    .admission-card,
    .identity-card-body,
    .contact-card {
        padding: 20px;
    }

    .identity-logo {
        width: min(100%, 240px);
        max-height: 240px;
    }

    .stat-item {
        min-height: 104px;
        padding: 18px;
    }
}
