:root {
	--bio-navy: #0b2239;
	--bio-blue: #123b63;
	--bio-cyan: #2fa7c9;
	--bio-teal: #35b8a6;
	--bio-light: #f5f8fa;
	--bio-border: #dde5ea;
	--bio-text: #1f2933;
	--bio-muted: #66727a;
	--bio-white: #fff;
}

.bio-v100-home,
.bio-v100-service-page,
.bio-v100-contact,
.bio-v100-partner-page {
	color: var(--bio-text);
	font-family: "Open Sans", Roboto, system-ui, sans-serif;
	overflow-x: clip;
}

.bio-v100-home *, .bio-v100-service-page *, .bio-v100-contact *, .bio-v100-partner-page * { box-sizing: border-box; }
.bio-v100-home h1, .bio-v100-home h2, .bio-v100-home h3,
.bio-v100-service-page h1, .bio-v100-service-page h2, .bio-v100-service-page h3,
.bio-v100-contact h1, .bio-v100-contact h2, .bio-v100-contact h3,
.bio-v100-partner-page h1, .bio-v100-partner-page h2 { color: var(--bio-navy); font-family: Poppins, system-ui, sans-serif; letter-spacing: 0; }
.bio-v100-shell, .bio-v100-section > .wp-block-group__inner-container, .bio-v100-section { width: min(100% - 48px, 1180px); margin-inline: auto; }
.bio-v100-section { padding-block: clamp(64px, 7vw, 104px); }
.bio-v100-section--light { width: 100%; max-width: none; padding-inline: max(24px, calc((100% - 1180px) / 2)); background: var(--bio-light); }
.bio-v100-section--navy { width: 100%; max-width: none; padding-inline: max(24px, calc((100% - 1180px) / 2)); color: #fff; background: var(--bio-navy); }
.bio-v100-section--navy h2, .bio-v100-section--navy h3 { color: #fff; }
.bio-v100-eyebrow { margin: 0 0 14px; color: var(--bio-teal); font: 700 12px/1.4 Poppins, system-ui, sans-serif; letter-spacing: 0.08em; text-transform: uppercase; }
.bio-v100-actions, .bio-v100-home .wp-block-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.bio-v100-button, .bio-v100-home .bio-v100-button .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid var(--bio-cyan); border-radius: 3px; color: #fff; background: var(--bio-cyan); font: 700 13px/1.2 Poppins, system-ui, sans-serif; text-decoration: none; }
.bio-v100-button--outline { color: var(--bio-navy); background: transparent; }
.bio-v100-section--navy .bio-v100-button--outline, .bio-v100-slider .bio-v100-button--outline { color: #fff; border-color: rgba(255,255,255,.72); }
.bio-v100-button:hover, .bio-v100-button:focus-visible, .bio-v100-home .bio-v100-button .wp-block-button__link:hover, .bio-v100-home .bio-v100-button .wp-block-button__link:focus-visible { color: #fff; background: var(--bio-blue); border-color: var(--bio-blue); }
.bio-v100-home a:focus-visible, .bio-v100-service-page a:focus-visible, .bio-v100-contact a:focus-visible, .bio-v100-slider button:focus-visible { outline: 3px solid var(--bio-teal); outline-offset: 3px; }

.bio-v100-slider { position: relative; min-height: clamp(560px, 68vh, 700px); overflow: hidden; color: #fff; background: var(--bio-navy); }
.bio-v100-slider__slides, .bio-v100-slider__slide, .bio-v100-slider__image, .bio-v100-slider__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.bio-v100-slider__slide { opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s ease; }
.bio-v100-slider__slide.is-active { opacity: 1; visibility: visible; }
.bio-v100-slider__image { object-fit: cover; object-position: center; }
.bio-v100-slider__overlay { background: linear-gradient(90deg, rgba(11,34,57,.92) 0%, rgba(11,34,57,.72) 46%, rgba(11,34,57,.22) 100%); }
.bio-v100-slider__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: inherit; padding-block: 80px; }
.bio-v100-slider__content h1 { max-width: 820px; margin: 0; color: #fff; font-size: clamp(42px, 5.1vw, 74px); line-height: 1.07; }
.bio-v100-slider__content > p:not(.bio-v100-eyebrow) { max-width: 630px; margin: 24px 0 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.bio-v100-slider__controls { position: absolute; z-index: 3; right: max(24px, calc((100% - 1180px) / 2)); bottom: 30px; display: flex; gap: 8px; }
.bio-v100-slider__controls button { min-width: 44px; min-height: 44px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.6); border-radius: 2px; color: #fff; background: rgba(11,34,57,.7); }

.bio-v100-split { gap: clamp(36px, 6vw, 86px); align-items: center !important; }
.bio-v100-split > .wp-block-column { min-width: 0; margin: 0 !important; }
.bio-v100-editorial-image { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--bio-light); }
.bio-v100-editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.bio-v100-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.bio-v100-list li { display: grid; grid-template-columns: 16px minmax(0,1fr); gap: 12px; align-items: start; }
.bio-v100-list li::before { content: ""; width: 8px; height: 8px; margin-top: .55em; border-radius: 50%; background: var(--bio-teal); }

.bio-v100-partners-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 38px; }
.bio-v100-partner { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; min-height: 126px; padding: 18px; border: 1px solid var(--bio-border); color: var(--bio-navy); background: #fff; text-align: center; text-decoration: none; }
.bio-v100-partner__logo { width: 100%; height: 52px; object-fit: contain; margin-bottom: 10px; }
.bio-v100-product-grid > .wp-block-group__inner-container, .bio-v100-product-grid:not(:has(> .wp-block-group__inner-container)) { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; width: min(100%,1180px); margin: 40px auto 0; }
.bio-v100-product-card { display: flex; flex-direction: column; min-width: 0; padding: 0 24px 24px; border: 1px solid var(--bio-border); border-radius: 5px; background: #fff; box-shadow: 0 12px 30px rgba(11,34,57,.06); }
.bio-v100-product-card figure { aspect-ratio: 4 / 3; width: calc(100% + 48px); margin: 0 -24px 24px; overflow: hidden; background: #eaf1f4; }
.bio-v100-product-card figure img { width: 100%; height: 100%; object-fit: cover; }
.bio-v100-product-card h3 { margin: 0 0 10px; font-size: 22px; }
.bio-v100-product-card p { flex: 1; color: var(--bio-muted); }
.bio-v100-services, .bio-v100-academy-grid, .bio-v100-testimonials, .bio-v100-tutorials { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; margin-top: 36px; }
.bio-v100-service-card, .bio-v100-academy-card, .bio-v100-testimonials blockquote, .bio-v100-tutorial { min-width: 0; margin: 0; padding: 22px; border: 1px solid rgba(221,229,234,.7); border-radius: 4px; background: #fff; }
.bio-v100-section--navy .bio-v100-service-card { display: flex; flex-direction: column; height: 100%; color: var(--bio-text); overflow: hidden; }
.bio-v100-section--navy .bio-v100-service-card > div { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.bio-v100-section--navy .bio-v100-service-card h3 { margin: 0 0 12px; color: var(--bio-navy); font-size: clamp(20px, 1.7vw, 24px); line-height: 1.28; }
.bio-v100-section--navy .bio-v100-service-card p { margin: 0; color: var(--bio-text); line-height: 1.65; }
.bio-v100-section--navy .bio-v100-service-card a { color: var(--bio-blue); font-weight: 700; text-underline-offset: 3px; }
.bio-v100-section--navy .bio-v100-service-card a:hover,
.bio-v100-section--navy .bio-v100-service-card a:focus-visible { color: var(--bio-cyan); }
.bio-v100-service-card__image, .bio-v100-academy-card__image { width: calc(100% + 44px); aspect-ratio: 4 / 3; height: auto; margin: -22px -22px 20px; object-fit: cover; }
.bio-v100-academy-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.bio-v100-testimonials { grid-template-columns: repeat(3,minmax(0,1fr)); }
.bio-v100-testimonials small { display: block; margin-top: 8px; color: var(--bio-muted); font-size: 11px; }
.bio-v100-cta { padding: clamp(48px,6vw,76px); color: #fff; background: var(--bio-blue); }
.bio-v100-cta h2 { color: #fff; }
.bio-v100-steps > .wp-block-column, .bio-v100-info-card { min-width: 0; margin: 0 !important; padding: 24px; border-top: 2px solid var(--bio-teal); background: #fff; }
.bio-v100-form-card { padding: clamp(22px,4vw,42px); border: 1px solid var(--bio-border); background: #fff; }
.bio-v100-form-card .wpcf7 label { display: block; margin-bottom: 16px; color: var(--bio-navy); font-weight: 600; }
.bio-v100-form-card .wpcf7 input:not([type=checkbox]):not([type=submit]), .bio-v100-form-card .wpcf7 select, .bio-v100-form-card .wpcf7 textarea { width: 100%; margin-top: 7px; border: 1px solid #b9c7d0; border-radius: 2px; background: #fff; }
.bio-v100-form-card .wpcf7 input:focus, .bio-v100-form-card .wpcf7 select:focus, .bio-v100-form-card .wpcf7 textarea:focus { outline: 3px solid rgba(53,184,166,.3); border-color: var(--bio-teal); }
.bio-v100-form-card .wpcf7 input[type=submit] { min-height: 48px; padding: 12px 24px; border: 0; color: #fff; background: var(--bio-cyan); }
.bio-v100-tutorials { grid-template-columns: repeat(3,minmax(0,1fr)); }
.bio-v100-tutorial { display: grid; gap: 12px; color: var(--bio-navy); text-decoration: none; }
.bio-v100-admin-note { padding: 14px; border-left: 3px solid #dba617; background: #fff8e5; }

/* Editorial setup notes are retained in Gutenberg but never exposed publicly. */
.bio-v100-home .bio-home-editorial-video .bio-home-video-placeholder__text,
.bio-v100-home .bio-home-editorial-video .bio-home-note {
	display: none !important;
}

.bio-v100-contact-hero { position: relative; padding-top: clamp(88px,10vw,140px); border-bottom: 1px solid var(--bio-border); }
.bio-v100-contact-hero::before { content:""; display:block; width: 80px; height: 3px; margin-bottom: 26px; background: var(--bio-teal); }
.bio-v100-contact-hero h1 { max-width: 920px; font-size: clamp(42px,6vw,78px); line-height: 1.07; }
.bio-v100-contact-lines > .wp-block-group__inner-container, .bio-v100-contact-lines { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; }
.bio-v100-contact-line { min-width: 0; padding: 26px; border-top: 1px solid var(--bio-border); border-bottom: 1px solid var(--bio-border); }
.bio-v100-contact-line p:first-child { display: block; margin-bottom: 8px; color: var(--bio-muted); }
.bio-v100-contact-map iframe { width: 100%; min-height: 420px; border: 0; }
.bio-v100-contact-form-grid { display: grid !important; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: clamp(36px,6vw,80px); }
.bio-v100-contact-form-grid > .wp-block-column { min-width: 0; margin: 0 !important; }

.bio-v100-partner-hero { padding: clamp(80px,10vw,140px) 0; background: var(--bio-light); }
.bio-v100-partner-content { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: clamp(40px,7vw,92px); padding-block: clamp(64px,8vw,110px); }
.bio-v100-partner-content figure { margin: 0; }
.bio-v100-partner-content img { width: 100%; height: auto; }
.bio-academy-past { padding: clamp(64px,7vw,100px) 0; background: #eef6f8; }
.bio-academy-past__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 32px; }
.bio-academy-past__grid article { min-width: 0; padding: 22px; border-top: 3px solid var(--bio-cyan); background: #fff; }
.bio-academy-past__grid img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }

/* Verified footer document 75066: reset the oversized logo widget and replace demo socials. */
.elementor-75066 .elementor-element-ae945f3 .elementor-widget-container { width: auto !important; height: auto !important; margin: 0 0 12px !important; }
.elementor-75066 .elementor-element-ae945f3 img.default-logo, .elementor-75066 .elementor-element-ae945f3 img { width: min(190px,100%) !important; height: auto !important; max-height: 84px; object-fit: contain; object-position: left center; }
.elementor-75066 .elementor-element-ed54bb4 { margin-top: 0 !important; }
.elementor-75066 .social-icon, .elementor-75066 .social-icons-wrapper, .elementor-75066 ul.social-icon-style-01 { display: none !important; }
/* The verified PRODOTTI widget renders the same WordPress menu as AZIENDA. */
.elementor-75066 .elementor-element-9c7398f { display: none !important; }
.elementor-75066 .elementor-element-0458d7e > .elementor-container { justify-content: space-between; }
.bio-v100-footer-socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 22px; padding: 18px max(24px,calc((100% - 1180px)/2)); border-top: 1px solid var(--bio-border); background: var(--bio-navy); }
.bio-v100-footer-socials a { color: #fff; text-decoration: none; }

@media (max-width: 1024px) {
	.bio-v100-product-grid > .wp-block-group__inner-container, .bio-v100-product-grid:not(:has(> .wp-block-group__inner-container)), .bio-v100-partners-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.bio-v100-services { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.bio-v100-academy-grid, .bio-v100-testimonials, .bio-academy-past__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 781px) {
	.bio-v100-shell, .bio-v100-section > .wp-block-group__inner-container, .bio-v100-section { width: min(100% - 32px,1180px); }
	.bio-v100-section--light, .bio-v100-section--navy { width: 100%; padding-inline: 16px; }
	.bio-v100-slider { min-height: 590px; }
	.bio-v100-slider__content { justify-content: flex-end; padding: 80px 18px 108px; }
	.bio-v100-slider__content h1 { font-size: clamp(36px,11vw,50px); }
	.bio-v100-slider__overlay { background: linear-gradient(0deg, rgba(11,34,57,.96) 0%, rgba(11,34,57,.65) 70%, rgba(11,34,57,.25) 100%); }
	.bio-v100-slider__controls { right: 18px; bottom: 22px; }
	.bio-v100-split, .bio-v100-contact-form-grid { display: grid !important; grid-template-columns: 1fr; gap: 32px; }
	.bio-v100-product-grid > .wp-block-group__inner-container, .bio-v100-product-grid:not(:has(> .wp-block-group__inner-container)), .bio-v100-services, .bio-v100-academy-grid, .bio-v100-testimonials, .bio-v100-tutorials, .bio-academy-past__grid { grid-template-columns: 1fr; }
	.bio-v100-partners-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.bio-v100-actions, .bio-v100-home .wp-block-buttons { flex-direction: column; align-items: stretch; }
	.bio-v100-actions .bio-v100-button, .bio-v100-home .bio-v100-button .wp-block-button__link { width: 100%; }
	.bio-v100-contact-lines > .wp-block-group__inner-container, .bio-v100-contact-lines { grid-template-columns: 1fr; }
	.bio-v100-contact-line { padding-inline: 0; }
	.bio-v100-contact-map iframe { min-height: 320px; }
	.bio-v100-partner-content { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.bio-v100-slider__slide { transition: none; }
}
