/*
Theme Name: WildPro Twenty Twenty-Five Child
Theme URI: https://focused-liskov.82-165-78-252.plesk.page/
Description: Child theme para WildPro Studio basado en Twenty Twenty-Five.
Author: OpenAI Codex
Template: twentytwentyfive
Version: 1.1.0
Text Domain: wildpro-twentytwentyfive-child
*/

:root {
	--wp-bg-main: #ffffff;
	--wp-bg-soft: #f7f7f4;
	--wp-text-main: #1d1d1b;
	--wp-text-muted: #606866;
	--wp-green-main: #17ace4;
	--wp-green-dark: #0f87b6;
	--wp-green-soft: #7fd1ef;
	--wp-sand: #d6be8d;
	--wp-border: #e5e5e0;
	--wp-dark-section: #10221e;
	--wildpro-bg: var(--wp-bg-main);
	--wildpro-bg-soft: var(--wp-bg-soft);
	--wildpro-text: var(--wp-text-main);
	--wildpro-text-muted: var(--wp-text-muted);
	--wildpro-accent: var(--wp-green-main);
	--wildpro-accent-dark: var(--wp-green-dark);
	--wildpro-accent-soft: var(--wp-green-soft);
	--wildpro-sand: var(--wp-sand);
	--wildpro-border: var(--wp-border);
	--wildpro-ink: var(--wp-dark-section);
	--wildpro-radius-sm: 1rem;
	--wildpro-radius: 1.5rem;
	--wildpro-radius-lg: 2rem;
	--wildpro-shadow-soft: 0 20px 70px rgba(16, 34, 30, 0.08);
	--wildpro-shadow-card: 0 28px 90px rgba(16, 34, 30, 0.12);
	--wildpro-shell: min(1600px, calc(100vw - 1.25rem));
	--wildpro-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--wildpro-header-height: 5.5rem;
}

html {
	scroll-behavior: smooth;
	background: var(--wildpro-bg);
}

body {
	margin: 0;
	background: #ffffff;
	color: var(--wildpro-text);
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	text-wrap: pretty;
}

body .is-layout-constrained > .alignfull {
	margin-block-start: 0;
	margin-block-end: 0;
}

a {
	color: inherit;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

video {
	display: block;
	max-width: 100%;
}

.wp-site-blocks {
	padding-top: 0;
	padding-bottom: 0;
}

.wildpro-main {
	overflow: clip;
}

.wildpro-main > .wp-block-group.alignfull,
.wildpro-main > section.alignfull {
	width: 100vw;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wildpro-shell {
	width: var(--wildpro-shell);
	max-width: none !important;
	margin-inline: auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wildpro-main .wildpro-shell.is-layout-constrained,
.wildpro-main .wildpro-shell.wp-block-group-is-layout-constrained,
.wildpro-main .wildpro-shell.has-global-padding {
	max-width: none !important;
	width: var(--wildpro-shell) !important;
}

.wildpro-section {
	position: relative;
	padding: clamp(4rem, 6vw, 6.25rem) 0;
	overflow: clip;
}

.wildpro-section--soft {
	background: #ffffff;
}

.wildpro-section--dark {
	background: #ffffff;
	color: var(--wildpro-text);
}

.wildpro-section--dark .wildpro-section-copy,
.wildpro-section--dark .wildpro-small-copy,
.wildpro-section--dark .wildpro-sector-copy p,
.wildpro-section--dark .wildpro-case-copy p,
.wildpro-section--dark .wildpro-process-card p,
.wildpro-section--dark .wildpro-point-card p {
	color: var(--wildpro-text-muted);
}

.wildpro-section-heading {
	display: grid;
	gap: 1.15rem;
	margin-bottom: clamp(1.75rem, 3vw, 2.6rem);
}

.wildpro-kicker {
	margin: 0;
	color: var(--wildpro-accent);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.wildpro-section-title {
	margin: 0;
	font-family: "Avenir Next Condensed", "Helvetica Neue", "Arial Narrow", sans-serif;
	font-size: clamp(1.7rem, 3.2vw, 3.2rem);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.wildpro-section-copy,
.wildpro-small-copy {
	margin: 0;
	max-width: 100%;
	color: #000000;
	font-size: clamp(0.95rem, 1vw, 1rem);
	line-height: 1.72;
}

.wildpro-lead-grid,
.wildpro-split-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(1.5rem, 3vw, 3rem);
	align-items: start;
}

.wildpro-process-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.5rem, 3vw, 2.4rem);
}

.wildpro-process-layout .wildpro-section-heading {
	max-width: 54rem;
}

.wildpro-grid {
	display: grid;
	gap: clamp(1rem, 2vw, 2rem);
}

.wildpro-stack {
	display: grid;
	gap: 1.15rem;
}

.wildpro-button-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.wildpro-button,
.wp-block-button__link.wildpro-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.35rem;
	padding: 0.95rem 1.45rem;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--wildpro-accent);
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-decoration: none;
	box-shadow: 0 14px 40px rgba(46, 111, 94, 0.2);
	transition:
		transform 0.45s var(--wildpro-ease),
		box-shadow 0.45s var(--wildpro-ease),
		background-color 0.45s var(--wildpro-ease),
		color 0.45s var(--wildpro-ease),
		border-color 0.45s var(--wildpro-ease);
}

.wildpro-button:hover,
.wildpro-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 18px 48px rgba(46, 111, 94, 0.26);
}

.wildpro-button.is-secondary {
	background: #ffffff;
	color: var(--wildpro-text);
	border-color: rgba(29, 29, 27, 0.12);
	box-shadow: none;
}

.wildpro-section--dark .wildpro-button.is-secondary,
.wildpro-site-header .wildpro-button.is-secondary {
	background: #ffffff;
	border-color: rgba(29, 29, 27, 0.14);
	color: var(--wildpro-text);
}

.wildpro-button:focus-visible,
.wildpro-nav-toggle:focus-visible,
.wildpro-primary-nav a:focus-visible {
	outline: 2px solid var(--wildpro-sand);
	outline-offset: 3px;
}

.wildpro-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.42rem 0.9rem;
	border: 1px solid rgba(29, 29, 27, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	color: var(--wildpro-text-muted);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wildpro-section--dark .wildpro-pill {
	border-color: rgba(29, 29, 27, 0.1);
	background: rgba(255, 255, 255, 0.9);
	color: var(--wildpro-text-muted);
}

.wildpro-card {
	border: 1px solid var(--wildpro-border);
	border-radius: var(--wildpro-radius-lg);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: var(--wildpro-shadow-soft);
	backdrop-filter: blur(16px);
}

.wildpro-section--dark .wildpro-card {
	border-color: var(--wildpro-border);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: var(--wildpro-shadow-soft);
}

.wildpro-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wildpro-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	text-decoration: none;
}

.wildpro-brand-mark {
	width: auto;
	height: 2rem;
}

.wildpro-brand-name {
	font-family: "Avenir Next Condensed", "Helvetica Neue", "Arial Narrow", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	visibility: hidden;
}

.wildpro-site-header {
	background: rgba(255, 255, 255, 0.92);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 80;
	padding: 1rem 0;
	transition:
		background-color 0.45s var(--wildpro-ease),
		box-shadow 0.45s var(--wildpro-ease),
		backdrop-filter 0.45s var(--wildpro-ease),
		border-color 0.45s var(--wildpro-ease);
}

.wildpro-site-header::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: transparent;
	transition: background 0.45s var(--wildpro-ease);
}

.wildpro-site-header.is-scrolled,
.wildpro-site-header.is-menu-open {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(18px);
	box-shadow: 0 20px 44px rgba(16, 34, 30, 0.08);
}

.wildpro-site-header.is-scrolled::after,
.wildpro-site-header.is-menu-open::after {
	background: rgba(29, 29, 27, 0.08);
}

.wildpro-site-header .wildpro-shell {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1.2rem;
}

.wildpro-site-header .wildpro-brand,
.wildpro-site-header .wildpro-primary-nav a,
.wildpro-site-header .wildpro-nav-toggle {
	color: var(--wildpro-text);
}

.wildpro-primary-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.35rem;
}

.wildpro-primary-nav a {
	font-size: 0.94rem;
	font-weight: 600;
	text-decoration: none;
}

.wildpro-nav-toggle {
	display: none;
	align-items: center;
	gap: 0.7rem;
	padding: 0.65rem 0.9rem;
	border: 1px solid rgba(29, 29, 27, 0.18);
	border-radius: 999px;
	background: transparent;
	color: var(--wildpro-text);
	font: inherit;
	cursor: pointer;
}

.wildpro-nav-toggle-lines {
	display: inline-grid;
	gap: 0.24rem;
}

.wildpro-nav-toggle-lines span {
	display: block;
	width: 1rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 0.35s var(--wildpro-ease), opacity 0.35s var(--wildpro-ease);
}

.wildpro-site-header.is-menu-open .wildpro-nav-toggle-lines span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.wildpro-site-header.is-menu-open .wildpro-nav-toggle-lines span:nth-child(2) {
	opacity: 0;
}

.wildpro-site-header.is-menu-open .wildpro-nav-toggle-lines span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.wildpro-site-footer {
	padding: 3rem 0 2.2rem;
	background: #ffffff;
	color: var(--wildpro-text);
	border-top: 1px solid var(--wildpro-border);
}

.wildpro-site-footer a {
	text-decoration: none;
}

.wildpro-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
	gap: 1.5rem;
}

.wildpro-footer-brand img {
	width: min(180px, 48vw);
	height: auto;
	margin-bottom: 1rem;
}

.wildpro-footer-copy,
.wildpro-footer-meta,
.wildpro-footer-links a {
	color: var(--wildpro-text-muted);
}

.wildpro-footer-links {
	display: grid;
	gap: 0.8rem;
}

.wildpro-footer-label {
	margin: 0 0 0.85rem;
	color: var(--wildpro-text);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.wildpro-footer-meta {
	display: grid;
	gap: 0.4rem;
	margin: 0;
}

.wildpro-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding-top: 1.5rem;
	margin-top: 2rem;
	border-top: 1px solid var(--wildpro-border);
	color: var(--wildpro-text-muted);
	font-size: 0.88rem;
}

@media (max-width: 1100px) {
	.wildpro-site-header .wildpro-shell {
		grid-template-columns: auto auto;
		justify-content: space-between;
	}

	.wildpro-primary-nav {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

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

@media (max-width: 860px) {
	:root {
		--wildpro-shell: min(100vw - 1rem, 100%);
		--wildpro-header-height: 4.9rem;
	}

	.wildpro-lead-grid,
	.wildpro-split-grid,
	.wildpro-process-layout,
	.wildpro-footer-grid {
		grid-template-columns: 1fr;
	}

	.wildpro-section {
		padding: clamp(3.5rem, 9vw, 4.75rem) 0;
	}

	.wildpro-site-header .wildpro-shell {
		grid-template-columns: 1fr auto;
	}

	.wildpro-nav-toggle {
		display: inline-flex;
	}

	.wildpro-primary-nav {
		display: none;
		grid-column: 1 / -1;
		flex-direction: column;
		align-items: stretch;
		padding: 0.3rem 0 0.35rem;
	}

	.wildpro-site-header.is-menu-open .wildpro-primary-nav {
		display: grid;
	}

	.wildpro-site-header .wildpro-button-group {
		display: none;
	}

	.wildpro-button-group {
		flex-direction: column;
		align-items: stretch;
	}

	.wildpro-button,
	.wp-block-button__link.wildpro-button {
		width: 100%;
	}

	.wildpro-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}
