body.page .wp-site-blocks > .wp-block-cover:has(.wp-block-site-title) { display: none; }
body.page main.wp-block-group:has(.venn-page) { padding-top: 0 !important; }
.venn-page { margin-top: 0 !important; font-family: Inter, Arial, Helvetica, sans-serif; color: #172033; background: #fff; }
.venn-page * { box-sizing: border-box; }
.venn-page a { text-decoration: none; }
.vp-hero { min-height: 440px; position: relative; display: flex; align-items: flex-end; background-position: center; background-size: cover; overflow: hidden; }
.vp-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,16,43,.9), rgba(4,16,43,.55) 60%, rgba(4,16,43,.22)); }
.vp-hero::after { content: ''; position: absolute; left: -8%; right: -8%; bottom: -76px; height: 120px; background: #fff; border-radius: 50% 50% 0 0 / 100% 100% 0 0; }
.vp-hero__in { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0 105px; }
.vp-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: #c9d6e9; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.vp-kicker::before { content: ''; width: 42px; height: 2px; background: currentColor; }
.vp-hero h1 { margin: 0; color: #fff; font-size: clamp(52px, 6vw, 76px); line-height: 1; letter-spacing: -.045em; }
.vp-hero p:last-child { max-width: 720px; margin: 22px 0 0; color: #e8eef7; font-size: 19px; line-height: 1.65; }
.vp-section { padding: 100px 24px; }
.vp-section--soft { background: #f4f5f7; }
.vp-section--navy { background: #061b49; color: #fff; }
.vp-container { width: min(1180px, 100%); margin: 0 auto; }
.vp-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.vp-label { margin: 0 0 15px; color: #38618f; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.vp-section--navy .vp-label { color: #aec1dd; }
.venn-page h2 { margin: 0; color: #071a45; font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -.035em; }
.vp-section--navy h2 { color: #fff; }
.vp-lead { font-size: 19px; line-height: 1.75; color: #525c68; }
.vp-copy { font-size: 16px; line-height: 1.82; color: #5d6672; }
.vp-copy p { margin: 0 0 20px; }
.vp-img img { width: 100%; height: 500px; object-fit: cover; border-radius: 5px; display: block; box-shadow: 0 24px 58px rgba(7,26,69,.16); }
.vp-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; }
.vp-card { padding: 32px; background: #fff; border: 1px solid #e1e5ea; border-radius: 5px; box-shadow: 0 10px 32px rgba(7,26,69,.06); }
.vp-card__num { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: #e9eef5; color: #061b49; font-size: 13px; font-weight: 800; }
.vp-card h3 { margin: 24px 0 12px; color: #071a45; font-size: 21px; }
.vp-card p { margin: 0; color: #616a75; font-size: 15px; line-height: 1.7; }
.vp-card--dark { background: rgba(255,255,255,.065); border-color: rgba(255,255,255,.14); box-shadow: none; }
.vp-card--dark h3 { color: #fff; }
.vp-card--dark p { color: #c8d3e3; }
.vp-card--dark .vp-card__num { background: #fff; }
.vp-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border-radius: 999px; background: #061b49; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s; }
.vp-btn:hover { transform: translateY(-2px); }
.vp-cta { padding: 80px 24px; background: #eef0f3; }
.vp-cta__in { width: min(1180px, 100%); margin: 0 auto; padding: 52px 58px; background: #fff; border-left: 6px solid #061b49; display: flex; align-items: center; justify-content: space-between; gap: 35px; box-shadow: 0 18px 55px rgba(7,26,69,.08); }
.vp-cta h2 { font-size: clamp(30px, 3.5vw, 44px); }
.vp-cta p { margin: 12px 0 0; color: #626b76; line-height: 1.6; }
.vp-logo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 45px; }
.vp-logo-card { min-height: 210px; padding: 30px; background: #fff; border: 1px solid #e2e5ea; border-radius: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.vp-logo-card img { max-width: 190px; max-height: 95px; object-fit: contain; }
.vp-logo-card h3 { margin: 22px 0 0; color: #071a45; font-size: 17px; }
.vp-project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 45px; }
.vp-project { position: relative; min-height: 430px; overflow: hidden; border-radius: 5px; background: #061b49; }
.vp-project img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.vp-project::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(3,14,38,.88)); }
.vp-project:hover img { transform: scale(1.035); }
.vp-project__copy { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: #fff; }
.vp-project__copy h3 { margin: 0 0 10px; font-size: 27px; }
.vp-project__copy p { margin: 0; color: #dce4ef; line-height: 1.55; }
.vp-list { margin: 22px 0 0; padding: 0; list-style: none; }
.vp-list li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid #e1e4e8; color: #4f5965; }
.vp-list li::before { content: '✓'; position: absolute; left: 0; color: #38618f; font-weight: 800; }

@media (max-width: 900px) {
	.vp-section { padding: 78px 22px; }
	.vp-grid2 { grid-template-columns: 1fr; gap: 45px; }
	.vp-cards, .vp-logo-grid { grid-template-columns: 1fr 1fr; }
	.vp-project-grid { grid-template-columns: 1fr; }
	.vp-cta__in { align-items: flex-start; flex-direction: column; }
	.vp-img img { height: 420px; }
}

@media (max-width: 600px) {
	.vp-hero { min-height: 380px; }
	.vp-hero__in { width: calc(100% - 36px); padding: 90px 0 82px; }
	.vp-hero h1 { font-size: 50px; }
	.vp-section { padding: 65px 18px; }
	.vp-cards, .vp-logo-grid { grid-template-columns: 1fr; }
	.vp-card { padding: 27px; }
	.vp-img img { height: 330px; }
	.vp-project { min-height: 350px; }
	.vp-cta { padding: 60px 18px; }
	.vp-cta__in { padding: 40px 28px; }
}
