.mhp-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #283365;
}

.mhp-summary-card{
	position: relative;
	isolation: isolate;
    background:linear-gradient(
        135deg,
		#e6f5fb, 
		#d1ffe6
    );
    padding:32px;
    border-radius:20px;
    margin-top:32px;
    margin-bottom:32px;
}

.mhp-summary-title{
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 24px;
    font-weight: 600;	
    color: #283365;
}

.mhp-summary-text{
    font-family: "Geist", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #535C84;
	margin: 10px 0px 0px 0px;
}

.mhp-summary-badge {
	position: absolute;
	top: -40px;
	right: 40px;
	width: 92px;
	height: 92px;
	z-index: 3;
}

.mhp-contact-card{
    background:linear-gradient(
        135deg,
		#F1F7FF, 
		#F1F7FF
    );
    padding:32px;
    border-radius:20px;
    margin-top:32px;
    margin-bottom:32px;
}

.mhp-contact-title svg{
    margin-right: 5px;
}

.mhp-contact-title{
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 24px;
    font-weight: 600;	
    color: #283365;
    display: flex;
	align-items: center;		
}

.mhp-contact-card dl {
    display: grid;
    grid-template-columns: 240px 1fr;
    margin: 40px 0;
}

.mhp-contact-card dt,
.mhp-contact-card dd {
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid #E2E5F0;
}

.mhp-contact-card dt {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #283365;
}

.mhp-contact-card dd {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #283365;
}

.mhp-content{
    margin: 0px 30px;
}

.mhp-content-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 24px;
    font-weight: 600;	
    color: #283365;
    display: flex;
	align-items: center;	
}

.mhp-content-title svg{
    margin-right: 5px;
}

.mhp-content-detial p{
    font-family: "Geist", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #535C84;
	margin: 10px 0px 25px 0px;
}

.mhp-divider {
    border-top: 1px solid #E2E5F0;
	margin: 20px 0px;
}

.mhp-details {
    margin: 0px 30px;
}

.mhp-details dl {
    display: grid;
    grid-template-columns: 240px 1fr;
    margin: 40px 0;
}

.mhp-details dt,
.mhp-details dd {
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid #E2E5F0;
}

.mhp-details dt {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #283365;
}

.mhp-details dd {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #283365;
}

.mhp-report { padding:20px; margin-bottom:20px; background:#fff; }
.mhp-download { display:inline-block; padding:8px 12px; background:#0073aa; color:#fff; text-decoration:none; border-radius:3px; }
.mhp-locked { color:#b00; font-weight:600; }


/* Układ 70/30 */
.mhp-layout {
    display: flex;
    /* gap: 30px; */
    align-items: flex-start;
}

.mhp-layout-content {
    flex: 0 0 70%;
    margin: 0px;	
    max-width: 70%;
}

.mhp-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
}

/* ===================
   BLOCK
=================== */

.mhp-menu-block {
    border: 1px solid #dfe3ef;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
}

/* ===================
   TITLE
=================== */

.mhp-menu-block-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 600;	
    color: #283365;	
	margin-bottom: 20px;
}

.mhp-menu-block p {
    color: #556287;
    line-height: 1.6;
    margin-bottom: 24px;
}

.mhp-menu-block {
    background: #FFFFFF;

    border: 1px solid #DDE3EE;
    border-radius: 16px;

    padding: 32px;

    margin-bottom: 32px;
}




/* ===================
   FACTS
=================== */

.mhp-fact-row {
    display: grid;
    grid-template-columns: 1fr auto;

    align-items: center;

    padding: 18px 0;

    border-bottom: 1px solid #E6EAF2;
}

.mhp-fact-label {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #283365;
}

.mhp-fact-value {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #535C84;
}

/* ===================
   COUNTRIES
=================== */

.mhp-country-section {
    margin-top: 32px;
}

.mhp-country-title {
    margin-bottom: 18px;

    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 600;

    color: #283365;
}

.mhp-country-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    margin-bottom: 30px;
}

.mhp-country-tag {
    display: inline-flex;
    align-items: center;

    height: 32px;

    padding: 0 16px;

    background: #BDEECD;

    border-radius: 999px;

    font-family: "Geist", sans-serif;
    font-size: 14px;
    font-weight: 400;

    color: #283365;
}

/* ===================
   MAP
=================== */

.mhp-map {
    overflow: hidden;

    border-radius: 12px;
    border: 1px solid #E6EAF2;
}

.mhp-map img {
    display: block;
    width: 100%;
}

/* ===================
   SHARE
=================== */

.mhp-share-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mhp-share-label {
    font-family: "Geist", sans-serif;
    font-size: 16px;
    font-weight: 600;

    color: #283365;
}

.mhp-share-icons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.mhp-share-link {
    text-decoration: none;

    font-family: "Geist", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;

    color: #283365;

    transition: opacity .2s ease;
}

.mhp-share-link:hover {
    opacity: 0.7;
}





/* Przyciski */
.mhp-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mhp-btn {
    font-family: "Geist", sans-serif;
    font-size: 16px !important;
    font-weight: 600;
	
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    min-height: 64px;
    padding: 0 32px;

    border-radius: 14px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;

    transition: all 0.25s ease;
    box-sizing: border-box;
}

.mhp-btn-icon {
    font-size: 22px;
    line-height: 1;
}

/* Główny przycisk */
.mhp-btn-primary {
    background: #007ca5;
    color: #fff;
    border: 1px solid #007ca5;
}

.mhp-btn-primary:hover {
    background: #00698d;
    border-color: #00698d;
}

/* Przyciski obrysowane */
.mhp-btn-outline {
    background: #fff;
    color: #007ca5;
    border: 1px solid #007ca5;
}

.mhp-btn-outline:hover {
    background: #f3fbfe;
}

/* Efekt kliknięcia */
.mhp-btn:active {
    transform: translateY(1px);
}

/* Tagi */
.mhp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mhp-tag {
    background: #e8f1fa;
    color: #2e3d7a;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
}

@media (max-width: 768px) {
	
    .mhp-layout{
        flex-direction: column;
    }

    .mhp-content,
    .mhp-sidebar {
        flex: 1 1 100%;
        max-width: 100%;
    }	
	
    .mhp-details {
        grid-template-columns: 1fr;
    }

    .mhp-details dt {
        padding-bottom: 4px;
        border-bottom: none;
    }

    .mhp-details dd {
        padding-top: 0;
        font-weight: 600;		
    }
	
    .mhp-summary-badge {
        width: 70px;
        height: 70px;
    }
	
    .mhp-contact-card {
        grid-template-columns: 1fr;
    }

    .mhp-contact-card dt {
        padding-bottom: 4px;
        border-bottom: none;
    }

    .mhp-contact-card dd {
        padding-top: 0;
        font-weight: 600;		
    }	
}
