/* ==========================================================================
   Obras Expertos — estilos de front-end
   Complementa theme.json con maquetación, texturas y micro-interacciones
   que el editor de bloques no puede expresar por sí solo.
   ========================================================================== */

:root {
	--oe-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--oe-ink: #0e1116;
	--oe-ink-2: #161b22;
	--oe-ink-3: #232a34;
	--oe-gold: #c69544;
	--oe-gold-bright: #e8b75a;
	--oe-gold-soft: #dcc188;
	--oe-marble: #f7f5f1;
	--oe-stone: #e9e4db;
	--oe-graphite: #4a4f58;
	--oe-mist: #8b909a;
	--oe-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.012 0.05' numOctaves='5' seed='7'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
}

img {
	height: auto;
}

a {
	transition: color 0.2s var(--oe-ease);
}

/* ---------- Shared section furniture ---------- */
.oe-section {
	padding-top: clamp(3.5rem, 2.2rem + 4.5vw, 7rem);
	padding-bottom: clamp(3.5rem, 2.2rem + 4.5vw, 7rem);
}

.oe-section-head {
	margin-bottom: clamp(2.2rem, 1.6rem + 2vw, 3.75rem);
}
/* WordPress's constrained layout centres each child of the heading block.
   Pull them to the left edge so headings line up with the cards below. */
.oe-section-head > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.oe-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--oe-gold);
	margin: 0 0 0.75rem;
}

.oe-section-title {
	font-size: clamp(1.95rem, 1.4rem + 2.2vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.022em;
	margin: 0;
}

.oe-section-lead {
	margin-top: 1rem;
	font-size: 1.08rem;
	color: var(--oe-graphite);
}

.oe-compare .oe-section-lead,
.oe-hero .oe-section-lead {
	color: #b9bfc9;
}

/* ---------- Buttons ---------- */
.oe-btn {
	display: inline-block;
	border-radius: 999px;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: 0.95rem;
	padding: 0.95rem 1.9rem;
	text-decoration: none;
	transition: background 0.22s var(--oe-ease), color 0.22s var(--oe-ease), transform 0.22s var(--oe-ease);
}
.oe-btn--ghost {
	border: 2px solid rgba(14, 17, 22, 0.18);
	color: var(--oe-ink);
}
.oe-btn--ghost:hover {
	border-color: var(--oe-gold);
	background: var(--oe-gold);
	color: var(--oe-ink);
	text-decoration: none;
}

/* ---------- Skip link ---------- */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--oe-ink);
	color: var(--oe-marble);
	padding: 0.75rem 1.25rem;
	z-index: 10000;
	border-radius: 0 0 8px 0;
}
.skip-link:focus {
	left: 0;
}

/* ---------- Topbar + Header ---------- */
.oe-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: rgba(247, 245, 241, 0.92);
	backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid rgba(14, 17, 22, 0.08);
	transition: box-shadow 0.3s var(--oe-ease);
}
.oe-header.is-scrolled {
	box-shadow: 0 8px 24px -16px rgba(14, 17, 22, 0.3);
}

.oe-topbar {
	font-size: 0.8125rem;
	padding: 0.4rem 0;
	color: var(--oe-graphite);
	border-bottom: 1px solid rgba(14, 17, 22, 0.06);
}
.oe-topbar-item a {
	color: var(--oe-graphite);
}
.oe-topbar-badge {
	color: var(--oe-gold);
	font-weight: 600;
}

.oe-nav-row {
	padding: 0.85rem 0;
	gap: 1.5rem;
}

.oe-logo img {
	display: block;
	max-height: 100px;
	width: auto;
}

.oe-primary-nav {
	flex-grow: 1;
	justify-content: flex-end;
}
.oe-primary-nav .wp-block-navigation-item__content {
	font-weight: 500;
	font-size: 0.95rem;
	color: #20252d;
	padding: 0.5rem 0.9rem;
}
.oe-primary-nav .wp-block-navigation-item__content:hover {
	color: var(--oe-gold);
}

.oe-header-cta .wp-block-button__link {
	padding: 0.7rem 1.4rem;
	font-size: 0.9rem;
}

.wp-block-navigation__responsive-container.is-menu-open {
	background: var(--oe-ink) !important;
}
.wp-block-navigation__responsive-container.is-menu-open a {
	color: var(--oe-marble) !important;
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.4rem !important;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.oe-hero {
	position: relative;
	padding-top: clamp(3rem, 2rem + 4vw, 5.5rem);
	padding-bottom: clamp(3rem, 2rem + 4vw, 5.5rem);
	background:
		radial-gradient(ellipse 70% 60% at 78% 8%, rgba(198, 149, 68, 0.26), transparent 62%),
		radial-gradient(ellipse 50% 50% at 10% 100%, rgba(198, 149, 68, 0.1), transparent 60%),
		linear-gradient(165deg, #0e1116 0%, #1a212b 52%, #0e1116 100%);
	color: var(--oe-marble);
	overflow: hidden;
	isolation: isolate;
}
.oe-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: var(--oe-noise);
	background-size: 520px 520px;
	opacity: 0.22;
	mix-blend-mode: overlay;
}
.oe-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.5;
	background-image:
		repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 140px);
}

.oe-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 430px);
	gap: clamp(2rem, 1rem + 4vw, 4rem);
	align-items: center;
}

.oe-rating-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.45rem 0.95rem 0.45rem 0.7rem;
	border: 1px solid rgba(232, 183, 90, 0.35);
	background: rgba(232, 183, 90, 0.1);
	border-radius: 999px;
	margin-bottom: 1.4rem;
}
.oe-rating-stars {
	color: var(--oe-gold-bright);
	letter-spacing: 0.06em;
	font-size: 0.9rem;
}
.oe-rating-text {
	font-size: 0.82rem;
	color: #d5d9e0;
}
.oe-rating-text strong {
	color: #fff;
}

.oe-hero-title {
	font-size: clamp(2.3rem, 1.35rem + 3.9vw, 4.15rem);
	line-height: 1.03;
	letter-spacing: -0.03em;
	font-weight: 700;
	color: #fff;
	margin: 0 0 1.15rem;
	max-width: 15ch;
}
.oe-hero-title em {
	font-style: normal;
	color: var(--oe-gold-bright);
	position: relative;
	white-space: nowrap;
}
.oe-hero-title em::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.06em;
	height: 0.09em;
	background: rgba(232, 183, 90, 0.34);
	border-radius: 2px;
}

.oe-hero-sub {
	font-size: clamp(1.02rem, 0.95rem + 0.3vw, 1.2rem);
	color: #c2c8d1;
	max-width: 46ch;
	margin: 0 0 1.6rem;
}
.oe-hero-sub strong {
	color: #fff;
	font-weight: 600;
}

.oe-hero-bullets {
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
	display: grid;
	gap: 0.6rem;
}
.oe-hero-bullets li {
	position: relative;
	padding-left: 2rem;
	font-size: 0.97rem;
	color: #dfe3e9;
}
.oe-hero-bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.05em;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 50%;
	background: rgba(232, 183, 90, 0.16);
	border: 1px solid rgba(232, 183, 90, 0.4);
}
.oe-hero-bullets li::after {
	content: "";
	position: absolute;
	left: 0.44rem;
	top: 0.42em;
	width: 0.45rem;
	height: 0.24rem;
	border-left: 2px solid var(--oe-gold-bright);
	border-bottom: 2px solid var(--oe-gold-bright);
	transform: rotate(-45deg);
}

.oe-hero-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
	padding-top: 1.3rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.oe-hero-trust span {
	position: relative;
	padding-left: 1rem;
	font-size: 0.82rem;
	color: #9aa0ab;
}
.oe-hero-trust span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.48em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--oe-gold);
}

/* Hero lead form card */
.oe-hero-form {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 30px 60px -22px rgba(0, 0, 0, 0.6);
	overflow: hidden;
}
.oe-hero-form-head {
	padding: 1.4rem 1.5rem 0.9rem;
	background: linear-gradient(135deg, #fffaf0, #fff);
	border-bottom: 1px solid var(--oe-stone);
}
.oe-hero-form-title {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: 1.28rem;
	color: var(--oe-ink);
	margin: 0 0 0.25rem;
	letter-spacing: -0.015em;
}
.oe-hero-form-sub {
	margin: 0;
	font-size: 0.87rem;
	color: var(--oe-graphite);
}
.oe-hero-form-body {
	padding: 1.25rem 1.5rem 0.25rem;
}
.oe-hero-form-foot {
	margin: 0;
	padding: 0 1.5rem 1.35rem;
	font-size: 0.85rem;
	color: var(--oe-graphite);
	text-align: center;
}
.oe-hero-form-foot a {
	font-weight: 700;
	color: var(--oe-ink);
}

/* Compact CF7 inside cards */
.oe-hero-form .wpcf7-form p,
.oe-cta-form .wpcf7-form p {
	margin: 0 0 0.75rem;
}
.oe-hero-form .wpcf7-form input[type="submit"],
.oe-cta-form .wpcf7-form input[type="submit"] {
	width: 100%;
	background: var(--oe-gold-bright);
	color: var(--oe-ink);
	font-size: 1rem;
	padding: 0.95rem 1rem;
	margin-top: 0.25rem;
}
.oe-hero-form .wpcf7-form input[type="submit"]:hover,
.oe-cta-form .wpcf7-form input[type="submit"]:hover {
	background: var(--oe-ink);
	color: var(--oe-gold-bright);
}

/* ==========================================================================
   TRUST / STATS STRIP
   ========================================================================== */
.oe-stats {
	padding-top: 0;
	padding-bottom: 0;
	background: var(--oe-ink);
	color: var(--oe-marble);
}
.oe-stats-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	padding: 2.1rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.oe-stat {
	text-align: center;
	position: relative;
}
.oe-stat + .oe-stat::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12%;
	height: 76%;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
}
.oe-stat-num {
	display: block;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: clamp(1.7rem, 1.2rem + 1.5vw, 2.5rem);
	line-height: 1;
	color: var(--oe-gold-bright);
	letter-spacing: -0.02em;
}
.oe-stat-num sup {
	font-size: 0.5em;
	top: -0.7em;
}
.oe-stat-den {
	font-size: 0.48em;
	color: var(--oe-gold-soft);
	margin-left: 0.12em;
}
.oe-stat-label {
	display: block;
	margin-top: 0.45rem;
	font-size: 0.8rem;
	color: #9aa0ab;
	letter-spacing: 0.01em;
}

/* ==========================================================================
   SERVICES
   ========================================================================== */
.oe-service-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.75rem;
}
.oe-service-card {
	background: #fff;
	border: 1px solid var(--oe-stone);
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.35s var(--oe-ease), box-shadow 0.35s var(--oe-ease), border-color 0.35s var(--oe-ease);
}
.oe-service-card:hover {
	transform: translateY(-6px);
	border-color: rgba(198, 149, 68, 0.5);
	box-shadow: 0 24px 48px -24px rgba(14, 17, 22, 0.4);
}
.oe-service-media {
	position: relative;
	height: 190px;
	display: flex;
	align-items: flex-end;
	padding: 1.1rem;
	background-color: var(--oe-ink-2);
	overflow: hidden;
}
.oe-service-media::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--oe-noise);
	background-size: 420px 420px;
	opacity: 0.3;
	mix-blend-mode: overlay;
}
.oe-media--electric {
	background-image:
		radial-gradient(circle at 78% 22%, rgba(255, 158, 44, 0.42), transparent 58%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 34px),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 34px),
		linear-gradient(140deg, #1d242e, #0e1116);
}
.oe-media--build {
	background-image:
		radial-gradient(circle at 20% 18%, rgba(198, 149, 68, 0.3), transparent 60%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 2px, transparent 2px 16px),
		linear-gradient(140deg, #222a35, #0e1116);
}
.oe-media--marble {
	background-image:
		radial-gradient(ellipse 80% 60% at 30% 30%, rgba(232, 183, 90, 0.25), transparent 65%),
		linear-gradient(120deg, #2a323d 0%, #171d25 45%, #2d353f 100%);
}
.oe-service-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 13px;
	background: rgba(14, 17, 22, 0.72);
	border: 1px solid rgba(232, 183, 90, 0.35);
	color: var(--oe-gold-bright);
	backdrop-filter: blur(6px);
}
.oe-service-icon svg {
	width: 24px;
	height: 24px;
}
.oe-service-body {
	padding: 1.5rem 1.6rem 1.7rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.oe-service-body h3 {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.4rem;
	letter-spacing: -0.015em;
	margin: 0 0 0.55rem;
	color: var(--oe-ink);
}
.oe-service-body > p {
	color: var(--oe-graphite);
	font-size: 0.95rem;
	margin: 0 0 1rem;
}
.oe-service-list {
	list-style: none;
	margin: 0 0 1.35rem;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}
.oe-service-list li {
	position: relative;
	padding-left: 1.35rem;
	font-size: 0.89rem;
	color: #333942;
}
.oe-service-list li::before {
	content: "";
	position: absolute;
	left: 0.1rem;
	top: 0.42em;
	width: 0.42rem;
	height: 0.22rem;
	border-left: 2px solid var(--oe-gold);
	border-bottom: 2px solid var(--oe-gold);
	transform: rotate(-45deg);
}
.oe-service-link {
	margin-top: auto;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: 0.9rem;
	color: var(--oe-ink);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}
.oe-service-link::after {
	content: "→";
	transition: transform 0.25s var(--oe-ease);
}
.oe-service-card:hover .oe-service-link {
	color: var(--oe-gold);
}
.oe-service-card:hover .oe-service-link::after {
	transform: translateX(4px);
}

/* ==========================================================================
   COMPARISON
   ========================================================================== */
.oe-compare {
	position: relative;
	overflow: hidden;
}
.oe-compare::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--oe-noise);
	background-size: 520px 520px;
	opacity: 0.16;
	mix-blend-mode: overlay;
	pointer-events: none;
}
.oe-compare .oe-section-title {
	color: #fff;
}
.oe-compare-table {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	position: relative;
}
.oe-compare-col {
	border-radius: 20px;
	padding: 1.9rem 1.8rem;
}
.oe-compare-col--them {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.09);
}
.oe-compare-col--us {
	background: linear-gradient(160deg, rgba(232, 183, 90, 0.16), rgba(198, 149, 68, 0.06));
	border: 1px solid rgba(232, 183, 90, 0.45);
	box-shadow: 0 24px 60px -30px rgba(232, 183, 90, 0.5);
}
.oe-compare-head {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: 1.08rem;
	margin: 0 0 1.15rem;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.oe-compare-col--them .oe-compare-head {
	color: #9aa0ab;
}
.oe-compare-col--us .oe-compare-head {
	color: var(--oe-gold-bright);
	border-bottom-color: rgba(232, 183, 90, 0.3);
}
.oe-compare-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}
.oe-compare-col li {
	position: relative;
	padding-left: 1.9rem;
	font-size: 0.96rem;
	line-height: 1.5;
}
.oe-compare-col--them li {
	color: #9aa0ab;
}
.oe-compare-col--them li::before {
	content: "×";
	position: absolute;
	left: 0;
	top: -0.08em;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	color: #7e848f;
	display: grid;
	place-items: center;
	font-size: 0.95rem;
}
.oe-compare-col--us li {
	color: #e8ecf1;
}
.oe-compare-col--us li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.08em;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: var(--oe-gold-bright);
}
.oe-compare-col--us li::after {
	content: "";
	position: absolute;
	left: 0.4rem;
	top: 0.45em;
	width: 0.42rem;
	height: 0.22rem;
	border-left: 2px solid #12161c;
	border-bottom: 2px solid #12161c;
	transform: rotate(-45deg);
}
.oe-compare-cta {
	margin-top: 2.25rem;
	justify-content: center;
}

/* ==========================================================================
   PROJECTS
   ========================================================================== */
.oe-section-head-split {
	gap: 1.5rem;
}
.oe-projects-grid .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.oe-project-card {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background:
		radial-gradient(ellipse 70% 60% at 30% 20%, rgba(198, 149, 68, 0.2), transparent 62%),
		linear-gradient(150deg, #232b36, #0e1116);
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: transform 0.35s var(--oe-ease), box-shadow 0.35s var(--oe-ease);
}
.oe-project-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--oe-noise);
	background-size: 420px 420px;
	opacity: 0.25;
	mix-blend-mode: overlay;
	pointer-events: none;
}
.oe-project-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 54px -26px rgba(14, 17, 22, 0.65);
}
.oe-project-media {
	margin: 0;
	position: absolute;
	inset: 0;
}
.oe-project-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.oe-project-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(14, 17, 22, 0) 35%, rgba(14, 17, 22, 0.88) 100%);
}
.oe-project-body {
	position: relative;
	padding: 1.4rem 1.5rem 1.6rem;
}
.oe-project-tag {
	display: inline-block;
	font-size: 0.68rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 700;
	color: var(--oe-gold-bright);
	margin-bottom: 0.5rem;
}
.oe-project-tag a {
	color: inherit;
	text-decoration: none;
}
.oe-project-body h3 {
	margin: 0;
	font-size: 1.28rem;
	line-height: 1.2;
	letter-spacing: -0.015em;
}
.oe-project-body h3 a {
	color: #fff;
	text-decoration: none;
}
.oe-projects-archive .wp-block-post-template {
	grid-template-columns: repeat(3, 1fr);
}
.oe-project-hero-image img {
	border-radius: 18px;
	max-height: 560px;
	object-fit: cover;
	width: 100%;
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.oe-testimonials {
	background: var(--oe-stone);
}
.oe-testimonial-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem;
}
.oe-testimonial-card {
	background: #fff;
	border-radius: 18px;
	padding: 1.9rem 1.8rem;
	margin: 0;
	display: flex;
	flex-direction: column;
	box-shadow: 0 1px 2px rgba(14, 17, 22, 0.05);
}
.oe-stars {
	color: var(--oe-gold);
	letter-spacing: 0.14em;
	font-size: 0.95rem;
	margin-bottom: 0.9rem;
}
.oe-testimonial-card blockquote {
	margin: 0 0 1.5rem;
	padding: 0;
	border: none;
	font-size: 1.02rem;
	line-height: 1.6;
	color: #20252d;
}
.oe-testimonial-card blockquote::before {
	content: "“";
}
.oe-testimonial-card blockquote::after {
	content: "”";
}
.oe-testimonial-card figcaption {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding-top: 1.1rem;
	border-top: 1px solid var(--oe-stone);
}
.oe-avatar {
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: linear-gradient(140deg, var(--oe-ink-3), var(--oe-ink));
	color: var(--oe-gold-bright);
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: 1.05rem;
}
.oe-testimonial-meta {
	display: flex;
	flex-direction: column;
	line-height: 1.35;
}
.oe-testimonial-meta strong {
	font-size: 0.95rem;
	color: var(--oe-ink);
}
.oe-testimonial-meta span {
	font-size: 0.82rem;
	color: var(--oe-mist);
}

/* ==========================================================================
   PROCESS
   ========================================================================== */
.oe-process-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.6rem;
}
.oe-step {
	padding-top: 1.1rem;
	border-top: 2px solid var(--oe-stone);
	position: relative;
}
.oe-step::after {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 38%;
	height: 2px;
	background: var(--oe-gold);
}
.oe-step-num {
	display: block;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	color: var(--oe-gold);
	margin-bottom: 0.7rem;
}
.oe-step h3 {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.12rem;
	margin: 0 0 0.45rem;
	letter-spacing: -0.01em;
	color: var(--oe-ink);
}
.oe-step p {
	margin: 0;
	color: var(--oe-graphite);
	font-size: 0.93rem;
}

/* ==========================================================================
   GUARANTEE
   ========================================================================== */
.oe-guarantee-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(2rem, 1rem + 3vw, 3.5rem);
	align-items: start;
}
.oe-guarantee-intro .oe-section-title {
	margin-bottom: 0.9rem;
}
.oe-guarantee-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}
.oe-guarantee-item {
	background: #fff;
	border: 1px solid var(--oe-stone);
	border-radius: 16px;
	padding: 1.5rem 1.4rem;
}
.oe-guarantee-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: linear-gradient(140deg, var(--oe-ink-3), var(--oe-ink));
	color: var(--oe-gold-bright);
	margin-bottom: 0.9rem;
}
.oe-guarantee-icon svg {
	width: 21px;
	height: 21px;
}
.oe-guarantee-item h3 {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.05rem;
	margin: 0 0 0.4rem;
	color: var(--oe-ink);
}
.oe-guarantee-item p {
	margin: 0;
	font-size: 0.89rem;
	color: var(--oe-graphite);
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.oe-faq {
	background: var(--oe-stone);
}
.oe-faq-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(2rem, 1rem + 3vw, 4rem);
	align-items: start;
}
.oe-faq-aside .oe-section-title {
	margin-bottom: 0.9rem;
}
.oe-faq-aside .oe-btn {
	margin-top: 1.4rem;
}
.oe-faq-list {
	display: grid;
	gap: 0.75rem;
}
.oe-faq-item {
	background: #fff;
	border: 1px solid transparent;
	border-radius: 14px;
	overflow: hidden;
	transition: border-color 0.25s var(--oe-ease);
}
.oe-faq-item[open] {
	border-color: rgba(198, 149, 68, 0.45);
}
.oe-faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 1.1rem 3.2rem 1.1rem 1.35rem;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 600;
	font-size: 1.02rem;
	color: var(--oe-ink);
	position: relative;
}
.oe-faq-item summary::-webkit-details-marker {
	display: none;
}
.oe-faq-item summary::after {
	content: "";
	position: absolute;
	right: 1.35rem;
	top: 50%;
	width: 0.6rem;
	height: 0.6rem;
	margin-top: -0.42rem;
	border-right: 2px solid var(--oe-gold);
	border-bottom: 2px solid var(--oe-gold);
	transform: rotate(45deg);
	transition: transform 0.25s var(--oe-ease);
}
.oe-faq-item[open] summary::after {
	transform: rotate(-135deg);
	margin-top: -0.12rem;
}
.oe-faq-answer {
	padding: 0 1.35rem 1.3rem;
}
.oe-faq-answer p {
	margin: 0;
	color: var(--oe-graphite);
	font-size: 0.95rem;
	line-height: 1.65;
}

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.oe-cta-band {
	padding: 0 0 clamp(3rem, 2rem + 3vw, 5rem);
	scroll-margin-top: 6.5rem;
}
.oe-cta-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 420px);
	gap: clamp(2rem, 1rem + 3vw, 3.5rem);
	align-items: center;
	background:
		radial-gradient(ellipse 60% 70% at 88% 10%, rgba(198, 149, 68, 0.25), transparent 60%),
		linear-gradient(150deg, #11161d, #0e1116);
	border-radius: 26px;
	padding: clamp(2rem, 1.4rem + 2.5vw, 3.5rem);
	position: relative;
	overflow: hidden;
	color: var(--oe-marble);
}
.oe-cta-inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--oe-noise);
	background-size: 520px 520px;
	opacity: 0.2;
	mix-blend-mode: overlay;
	pointer-events: none;
}
.oe-cta-copy {
	position: relative;
}
.oe-cta-title {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.8rem, 1.3rem + 1.9vw, 2.6rem);
	line-height: 1.1;
	letter-spacing: -0.022em;
	color: #fff;
	margin: 0 0 0.85rem;
}
.oe-cta-lead {
	color: #c2c8d1;
	margin: 0 0 1.4rem;
	max-width: 46ch;
}
.oe-cta-points {
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}
.oe-cta-points li {
	position: relative;
	padding-left: 1.7rem;
	font-size: 0.95rem;
	color: #dfe3e9;
}
.oe-cta-points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.34em;
	width: 0.45rem;
	height: 0.24rem;
	border-left: 2px solid var(--oe-gold-bright);
	border-bottom: 2px solid var(--oe-gold-bright);
	transform: rotate(-45deg);
}
.oe-cta-direct-item {
	display: inline-flex;
	flex-direction: column;
	text-decoration: none;
	padding: 0.85rem 1.4rem;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.04);
}
.oe-cta-direct-item strong {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.25rem;
	color: #fff;
	letter-spacing: -0.01em;
}
.oe-cta-direct-item span {
	font-size: 0.8rem;
	color: var(--oe-mist);
}
.oe-cta-direct-item:hover {
	border-color: rgba(232, 183, 90, 0.5);
}
.oe-cta-form {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 1.5rem 1.5rem 1.3rem;
	box-shadow: 0 30px 60px -22px rgba(0, 0, 0, 0.55);
}
.oe-cta-form-title {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: 1.15rem;
	color: var(--oe-ink);
	margin: 0 0 1rem;
}
.oe-cta-form-foot {
	margin: 0.4rem 0 0;
	font-size: 0.76rem;
	color: var(--oe-mist);
	text-align: center;
}

/* ==========================================================================
   Contact Form 7
   ========================================================================== */
.wpcf7-form label {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
	color: #20252d;
	margin-bottom: 1.2rem;
}
.wpcf7-form input:not([type="submit"]),
.wpcf7-form select,
.wpcf7-form textarea {
	display: block;
	width: 100%;
	margin-top: 0.5rem;
	padding: 0.8rem 1rem;
	border: 1px solid var(--oe-stone);
	border-radius: 11px;
	background: #fff;
	font-family: var(--wp--preset--font-family--body);
	font-size: 1rem;
	font-weight: 400;
	color: #20252d;
}
.oe-hero-form .wpcf7-form input:not([type="submit"]),
.oe-hero-form .wpcf7-form select,
.oe-cta-form .wpcf7-form input:not([type="submit"]),
.oe-cta-form .wpcf7-form select {
	margin-top: 0;
	background: #fbfaf8;
}
.wpcf7-form select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%234a4f58' stroke-width='1.6' d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 12px 8px;
	padding-right: 2.5rem;
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	outline: none;
	border-color: var(--oe-gold);
	box-shadow: 0 0 0 3px rgba(198, 149, 68, 0.18);
}
.wpcf7-form textarea {
	min-height: 140px;
	resize: vertical;
}
.wpcf7-form input[type="submit"] {
	appearance: none;
	border: none;
	border-radius: 999px;
	background: var(--oe-ink);
	color: var(--oe-marble);
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: 0.95rem;
	padding: 0.85rem 2rem;
	cursor: pointer;
	transition: background 0.25s var(--oe-ease), color 0.25s var(--oe-ease);
}
.wpcf7-form input[type="submit"]:hover {
	background: var(--oe-gold);
	color: var(--oe-ink);
}
.wpcf7-spinner {
	margin-left: 0.75rem;
}
.wpcf7-not-valid-tip {
	color: #c0392b;
	font-size: 0.82rem;
	font-weight: 500;
	margin-top: 0.3rem;
}
.wpcf7-response-output {
	margin: 1rem 0 0 !important;
	border-radius: 10px !important;
	padding: 0.8rem 1.1rem !important;
	font-size: 0.86rem;
}

/* ---------- Generic page hero / content ---------- */
.oe-page-hero {
	padding-top: clamp(3rem, 2rem + 3vw, 5rem);
	padding-bottom: 1.5rem;
}
.oe-page-content {
	padding-bottom: clamp(3rem, 2rem + 3vw, 5rem);
}
.oe-page-content :is(h2, h3) {
	margin-top: 2rem;
}

/* ==========================================================================
   Service landing pages (Electricidad / Construcción / Mármol)
   ========================================================================== */
.oe-svc-hero {
	position: relative;
	padding: clamp(3rem, 2.2rem + 3.5vw, 5.5rem) 0 clamp(2.5rem, 2rem + 2vw, 4rem);
	color: var(--oe-marble);
	overflow: hidden;
	isolation: isolate;
}
.oe-svc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: var(--oe-noise);
	background-size: 480px 480px;
	opacity: 0.22;
	mix-blend-mode: overlay;
}
.oe-svc-hero--electric {
	background-image:
		radial-gradient(circle at 82% 10%, rgba(255, 158, 44, 0.35), transparent 55%),
		linear-gradient(150deg, #171d25 0%, #0e1116 65%);
}
.oe-svc-hero--build {
	background-image:
		radial-gradient(circle at 15% 10%, rgba(198, 149, 68, 0.3), transparent 58%),
		linear-gradient(150deg, #1a212b 0%, #0e1116 65%);
}
.oe-svc-hero--marble {
	background-image:
		radial-gradient(ellipse 80% 60% at 75% 10%, rgba(232, 183, 90, 0.28), transparent 62%),
		linear-gradient(150deg, #232b36 0%, #0e1116 65%);
}
.oe-svc-hero-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 1.25rem;
}
.oe-svc-hero .oe-eyebrow {
	color: var(--oe-gold-bright);
}
.oe-svc-hero h1 {
	font-size: clamp(2.1rem, 1.5rem + 2.6vw, 3.3rem);
	line-height: 1.06;
	letter-spacing: -0.025em;
	color: #fff;
	margin: 0 0 1rem;
	max-width: 16ch;
}
.oe-svc-hero-sub {
	font-size: 1.1rem;
	color: #c2c8d1;
	margin: 0 0 1.6rem;
	max-width: 52ch;
}
.oe-svc-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
	margin-bottom: 1.9rem;
	max-width: 700px;
}
.oe-svc-trust span {
	position: relative;
	padding-left: 1rem;
	font-size: 0.85rem;
	color: #9aa0ab;
}
.oe-svc-trust span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.48em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--oe-gold);
}

.oe-svc-body {
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(2.5rem, 2rem + 2vw, 4rem) 1.25rem 0;
}
.oe-svc-lead {
	font-size: 1.08rem;
	color: var(--oe-graphite);
	max-width: 62ch;
	margin: 0 0 2.5rem;
}
.oe-svc-columns {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: clamp(2rem, 1.2rem + 3vw, 3.5rem);
	align-items: start;
	margin-bottom: clamp(3rem, 2rem + 3vw, 5rem);
}
.oe-svc-includes h2 {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.5rem;
	margin: 0 0 1.2rem;
	letter-spacing: -0.015em;
}
.oe-svc-includes ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.9rem;
}
.oe-svc-includes li {
	position: relative;
	padding-left: 2.1rem;
	font-size: 0.98rem;
	color: #2c313a;
	line-height: 1.5;
}
.oe-svc-includes li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.02em;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background: rgba(198, 149, 68, 0.14);
	border: 1px solid rgba(198, 149, 68, 0.4);
}
.oe-svc-includes li::after {
	content: "";
	position: absolute;
	left: 0.46rem;
	top: 0.44em;
	width: 0.46rem;
	height: 0.25rem;
	border-left: 2px solid var(--oe-gold);
	border-bottom: 2px solid var(--oe-gold);
	transform: rotate(-45deg);
}
.oe-svc-quote {
	background: var(--oe-stone);
	border-radius: 18px;
	padding: 1.8rem 1.9rem;
	position: relative;
}
.oe-svc-quote .oe-stars {
	color: var(--oe-gold);
	letter-spacing: 0.12em;
	font-size: 0.9rem;
	margin-bottom: 0.7rem;
	display: block;
}
.oe-svc-quote blockquote {
	margin: 0 0 1rem;
	padding: 0;
	border: none;
	font-size: 1rem;
	line-height: 1.6;
	color: #20252d;
}
.oe-svc-quote blockquote::before {
	content: "\201C";
}
.oe-svc-quote blockquote::after {
	content: "\201D";
}
.oe-svc-quote cite {
	font-style: normal;
	font-size: 0.85rem;
	color: var(--oe-graphite);
}
.oe-svc-quote cite strong {
	color: var(--oe-ink);
}

.oe-svc-faq {
	margin-bottom: 0;
}
.oe-svc-faq h2 {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.5rem;
	margin: 0 0 1.2rem;
	letter-spacing: -0.015em;
}
.oe-svc-faq .oe-faq-list {
	max-width: 780px;
}

@media (max-width: 860px) {
	.oe-svc-columns {
		grid-template-columns: 1fr;
	}
}

/* ---------- Booking page ---------- */
.oe-booking-hero {
	padding-top: clamp(3rem, 2rem + 3vw, 5.5rem);
	padding-bottom: clamp(2.5rem, 2rem + 2vw, 4rem);
	text-align: center;
}
.oe-booking-hero .oe-eyebrow {
	color: var(--oe-gold-bright);
}
.oe-booking-widget {
	padding-top: clamp(2rem, 1.5rem + 2vw, 3rem);
	padding-bottom: clamp(3rem, 2rem + 3vw, 5rem);
}
.oe-booking-placeholder {
	text-align: center;
	padding: 3rem 1.5rem;
	border: 1px dashed var(--oe-stone);
	border-radius: 16px;
	color: var(--oe-graphite);
}

/* ---------- Footer ---------- */
.oe-footer {
	padding-top: clamp(3rem, 2rem + 3vw, 4.5rem);
	padding-bottom: 2rem;
}
.oe-footer-tagline {
	color: #9aa0ab;
	max-width: 40ch;
	margin-top: 0.75rem;
}
.oe-footer-title a {
	color: var(--oe-marble);
}
.oe-footer-logo img {
	max-height: 36px;
}
.oe-footer-heading {
	color: var(--oe-gold-soft);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 0.9rem;
}
.oe-footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.oe-footer-list li {
	margin-bottom: 0.55rem;
}
.oe-footer-list a,
.oe-footer-contact a {
	color: #c7cbd3;
}
.oe-footer-list a:hover,
.oe-footer-contact a:hover {
	color: var(--oe-gold-soft);
}
.oe-footer-contact {
	color: #c7cbd3;
	line-height: 1.8;
}
.oe-footer-social {
	display: flex;
	gap: 0.6rem;
	list-style: none;
	margin: 1.1rem 0 0;
	padding: 0;
}
.oe-footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: var(--oe-marble);
	transition: background 0.2s var(--oe-ease), border-color 0.2s var(--oe-ease), color 0.2s var(--oe-ease);
}
.oe-footer-social a svg {
	width: 16px;
	height: 16px;
}
.oe-footer-social a:hover {
	background: var(--oe-gold);
	border-color: var(--oe-gold);
	color: var(--oe-ink);
}
.oe-footer-sep {
	margin: 2rem 0 1.5rem;
}
.oe-footer-bottom {
	gap: 1rem;
	flex-wrap: wrap;
}
.oe-footer-copy {
	color: #7d828c;
}
.oe-footer-nav a {
	color: #9aa0ab;
	font-size: 0.85rem;
}

/* ---------- 404 ---------- */
.oe-404 {
	padding: clamp(4rem, 3rem + 5vw, 8rem) 0;
	text-align: center;
}
.oe-404 .wp-block-buttons {
	justify-content: center;
	margin-top: 1.5rem;
}

/* ---------- Scroll reveal ---------- */
.oe-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s var(--oe-ease), transform 0.7s var(--oe-ease);
}
.oe-reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* ==========================================================================
   WhatsApp widget
   ========================================================================== */
.oe-whatsapp {
	position: fixed;
	right: max(1.25rem, env(safe-area-inset-right, 0px));
	bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
	z-index: 9999;
}
.oe-whatsapp-fab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border: none;
	border-radius: 50%;
	background: #25d366;
	color: #ffffff;
	box-shadow: 0 10px 28px -8px rgba(14, 17, 22, 0.5);
	cursor: pointer;
	transition: transform 0.25s var(--oe-ease), box-shadow 0.25s var(--oe-ease);
}
.oe-whatsapp-fab svg {
	width: 30px;
	height: 30px;
}
.oe-whatsapp-fab:hover {
	transform: scale(1.07);
}
.oe-whatsapp-fab[aria-expanded="true"] {
	background: var(--oe-ink);
}
.oe-whatsapp-panel {
	position: absolute;
	right: 0;
	bottom: calc(58px + 0.9rem);
	width: min(348px, calc(100vw - 2.5rem));
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 20px 48px -12px rgba(14, 17, 22, 0.4);
	overflow: hidden;
	opacity: 0;
	transform: translateY(12px) scale(0.98);
	transition: opacity 0.22s var(--oe-ease), transform 0.22s var(--oe-ease);
	transform-origin: bottom right;
}
.oe-whatsapp-panel:not([hidden]) {
	opacity: 1;
	transform: translateY(0) scale(1);
}
.oe-whatsapp-panel[hidden] {
	display: block;
	pointer-events: none;
}
.oe-whatsapp-panel-header {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.9rem 1.1rem;
	background: var(--oe-ink);
	color: var(--oe-marble);
	position: relative;
	overflow: hidden;
}
.oe-whatsapp-panel-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--oe-noise);
	background-size: 300px 300px;
	opacity: 0.18;
	mix-blend-mode: overlay;
	pointer-events: none;
}
.oe-wa-panel-avatar {
	position: relative;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.oe-wa-assistant-icon {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(232, 183, 90, 0.5);
}
@keyframes oeWaPulseRing {
	0% {
		transform: scale(0.75);
		opacity: 0.55;
	}
	100% {
		transform: scale(1.9);
		opacity: 0;
	}
}
.oe-wa-assistant-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 1.5px solid var(--oe-gold-bright);
	animation: oeWaPulseRing 2.2s ease-out infinite;
}
.oe-wa-assistant-ring--2 {
	animation-delay: 1.1s;
}
@keyframes oeWaDotBounce {
	0%, 60%, 100% {
		transform: translateY(0);
		opacity: 0.55;
	}
	30% {
		transform: translateY(-2.5px);
		opacity: 1;
	}
}
.oe-wa-dot {
	transform-origin: center;
	animation: oeWaDotBounce 1.1s ease-in-out infinite;
}
.oe-wa-dot-1 { animation-delay: 0s; }
.oe-wa-dot-2 { animation-delay: 0.15s; }
.oe-wa-dot-3 { animation-delay: 0.3s; }
@media (prefers-reduced-motion: reduce) {
	.oe-wa-assistant-ring {
		display: none;
	}
	.oe-wa-dot {
		animation: none;
		opacity: 1;
	}
}
.oe-wa-panel-heading {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	min-width: 0;
	line-height: 1.3;
}
.oe-wa-panel-heading strong {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 600;
	font-size: 0.95rem;
}
.oe-wa-panel-heading em {
	font-style: normal;
	font-size: 0.72rem;
	color: #9aa0ab;
}
.oe-wa-panel-heading em::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #25d366;
	margin-right: 0.35em;
}
.oe-whatsapp-close {
	position: relative;
	flex-shrink: 0;
	border: none;
	background: transparent;
	color: var(--oe-marble);
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.1rem 0.3rem;
}
.oe-whatsapp-panel-body {
	padding: 1rem 1.1rem;
}
.oe-whatsapp-panel-body > p {
	margin: 0 0 0.6rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--oe-ink);
}
.oe-wa-services {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
	margin-bottom: 0.8rem;
}
.oe-wa-chip {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	border: 1px solid var(--oe-stone);
	background: #fbfaf8;
	border-radius: 10px;
	padding: 0.55rem 0.6rem;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.78rem;
	font-weight: 600;
	color: #333942;
	cursor: pointer;
	text-align: left;
	line-height: 1.15;
	transition: border-color 0.18s var(--oe-ease), background 0.18s var(--oe-ease), color 0.18s var(--oe-ease);
}
.oe-wa-chip svg {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	color: var(--oe-gold);
	transition: color 0.18s var(--oe-ease);
}
.oe-wa-chip:hover {
	border-color: rgba(198, 149, 68, 0.5);
}
.oe-wa-chip[aria-pressed="true"] {
	background: var(--oe-ink);
	border-color: var(--oe-ink);
	color: #fff;
}
.oe-wa-chip[aria-pressed="true"] svg {
	color: var(--oe-gold-bright);
}
.oe-whatsapp-panel-body textarea {
	width: 100%;
	resize: vertical;
	min-height: 70px;
	padding: 0.65rem 0.8rem;
	border: 1px solid var(--oe-stone);
	border-radius: 10px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.92rem;
	color: #20252d;
}
.oe-whatsapp-panel-body textarea:focus {
	outline: none;
	border-color: #25d366;
	box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.18);
}
.oe-whatsapp-panel-footer {
	padding: 0 1.1rem 1.1rem;
}
.oe-whatsapp-send {
	width: 100%;
	border: none;
	border-radius: 999px;
	background: #25d366;
	color: #0b1a12;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 700;
	font-size: 0.92rem;
	padding: 0.75rem 1rem;
	cursor: pointer;
	transition: background 0.2s var(--oe-ease);
}
.oe-whatsapp-send:hover {
	background: #1ebe5a;
}

/* ---------- Greeting bubble: real photo + speech bubble ----------
   Sticky at the vertical center of the right edge, independent of the
   WhatsApp FAB at the bottom corner. Speech bubble sits up and to the
   left of the worker's head, tail pointing back toward them. Entrance:
   glides in from further right, smooth ease-out, then settles into a
   slow idle float. Content (photo + message) rotates periodically. */
@keyframes oeWaGlideIn {
	0% {
		opacity: 0;
		transform: translateX(min(60vw, 220px));
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes oeWaSpeechIn {
	0% {
		opacity: 0;
		transform: translateY(6px) scale(0.92);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
@keyframes oeWaFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-7px); }
}
.oe-wa-bubble {
	position: fixed;
	right: max(1.25rem, env(safe-area-inset-right, 0px));
	top: 0;
	bottom: 0;
	height: fit-content;
	margin: auto 0;
	z-index: 9999;
	pointer-events: none;
}
.oe-wa-bubble[hidden] {
	display: none;
}
.oe-wa-bubble:not([hidden]) {
	display: block;
}
.oe-wa-bubble-trigger {
	position: relative;
	display: block;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	pointer-events: auto;
	opacity: 0;
}
.oe-wa-bubble:not([hidden]) .oe-wa-bubble-trigger {
	animation: oeWaGlideIn 0.85s var(--oe-ease) both;
}
.oe-wa-bubble-speech {
	position: absolute;
	right: 100%;
	top: 2%;
	margin-right: 0.85rem;
	width: 220px;
	background: #ffffff;
	border-radius: 16px 16px 4px 16px;
	box-shadow: 0 14px 32px -10px rgba(14, 17, 22, 0.4);
	padding: 0.7rem 0.9rem;
	text-align: left;
	opacity: 0;
	transition: opacity 0.25s var(--oe-ease);
}
.oe-wa-bubble-speech span {
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--oe-ink);
}
.oe-wa-bubble-speech::after {
	content: "";
	position: absolute;
	right: -6px;
	bottom: 16px;
	width: 12px;
	height: 12px;
	background: #ffffff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.oe-wa-bubble:not([hidden]) .oe-wa-bubble-speech {
	animation: oeWaSpeechIn 0.4s var(--oe-ease) 0.55s both;
}
.oe-wa-bubble-speech.is-fading {
	opacity: 0 !important;
}
.oe-wa-bubble-photo {
	display: block;
	height: 190px;
	width: auto;
	flex-shrink: 0;
	filter: drop-shadow(0 16px 18px rgba(14, 17, 22, 0.4));
	transition: opacity 0.25s var(--oe-ease);
}
.oe-wa-bubble:not([hidden]) .oe-wa-bubble-photo {
	animation: oeWaFloat 3.4s ease-in-out 0.9s infinite;
}
.oe-wa-bubble-photo.is-fading {
	opacity: 0 !important;
}
.oe-wa-bubble-close {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid var(--oe-stone);
	background: #fff;
	color: var(--oe-graphite);
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px -4px rgba(14, 17, 22, 0.3);
	pointer-events: auto;
	z-index: 2;
}
@media (max-width: 900px) {
	.oe-wa-bubble-photo {
		height: 150px;
	}
	.oe-wa-bubble-speech {
		width: 190px;
	}
}
@media (max-width: 600px) {
	.oe-wa-bubble-photo {
		height: 118px;
	}
	.oe-wa-bubble-speech {
		width: 168px;
		padding: 0.6rem 0.75rem;
		top: -4%;
	}
	.oe-wa-bubble-speech span {
		font-size: 0.76rem;
	}
}
@media (max-width: 400px) {
	.oe-wa-bubble-photo {
		height: 98px;
	}
	.oe-wa-bubble-speech {
		width: 148px;
		padding: 0.55rem 0.65rem;
	}
	.oe-wa-bubble-speech span {
		font-size: 0.72rem;
	}
	.oe-wa-bubble-speech::after {
		bottom: 10px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.oe-wa-bubble:not([hidden]) .oe-wa-bubble-photo {
		animation: none;
		opacity: 1;
	}
	.oe-wa-bubble:not([hidden]) .oe-wa-bubble-speech {
		animation: none;
		opacity: 1;
	}
}

/* ==========================================================================
   Sticky mobile action bar
   ========================================================================== */
.oe-actionbar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998;
	background: rgba(14, 17, 22, 0.97);
	backdrop-filter: blur(10px);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: env(safe-area-inset-bottom, 0px);
}
.oe-actionbar-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.22rem;
	padding: 0.65rem 0.4rem;
	color: #dfe3e9;
	text-decoration: none;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}
.oe-actionbar-item svg {
	width: 21px;
	height: 21px;
}
.oe-actionbar-item.is-primary {
	color: var(--oe-gold-bright);
}

/* ==========================================================================
   Header — tighten the medium-width range (roughly 601-1030px) where the
   WordPress navigation block hasn't yet switched to its hamburger overlay
   (that only happens at/under 600px) but the full row no longer fits,
   which otherwise wraps the CTA button onto its own line.
   ========================================================================== */
@media (max-width: 1180px) {
	.oe-nav-row {
		gap: 0.9rem;
	}
	.oe-primary-nav .wp-block-navigation-item__content {
		padding: 0.5rem 0.6rem;
		font-size: 0.9rem;
	}
	.oe-header-cta .wp-block-button__link {
		padding: 0.6rem 1.1rem;
		font-size: 0.85rem;
	}
}
/* Force WordPress's own hamburger overlay to take over from 780px down,
   instead of its native 600px cutoff: below 782px this header no longer
   has room for logo + 5 links + CTA on one line, and shrinking the nav
   text to fit was making it cramped/hard to tap. WP already ships the
   overlay + toggle button in the DOM either way (see wp-includes navigation
   block CSS) — this just moves the breakpoint at which it's used. */
@media (max-width: 780px) {
	.oe-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}
	.oe-primary-nav .wp-block-navigation__responsive-container-open {
		display: flex !important;
	}
	.oe-header-cta .wp-block-button__link {
		padding: 0.6rem 1.1rem;
		font-size: 0.85rem;
	}
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
	.oe-hero-grid,
	.oe-cta-inner,
	.oe-guarantee-inner,
	.oe-faq-inner {
		grid-template-columns: 1fr;
	}
	.oe-hero-title {
		max-width: 18ch;
	}
	.oe-process-steps {
		grid-template-columns: repeat(2, 1fr);
	}
	.oe-stats-row {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem 1rem;
	}
	.oe-stat:nth-child(4)::before {
		display: none;
	}
}

@media (max-width: 860px) {
	.oe-service-cards,
	.oe-testimonial-cards,
	.oe-compare-table {
		grid-template-columns: 1fr;
	}
	.oe-projects-grid .wp-block-post-template,
	.oe-projects-archive .wp-block-post-template {
		grid-template-columns: 1fr;
	}
	.oe-guarantee-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 782px) {
	/* WordPress's generated flex-layout class also sets display, so override it. */
	.oe-topbar {
		display: none !important;
	}
	/* Pull the lead form closer to the fold: the sticky bar and the stats strip
	   below already repeat this reassurance. */
	.oe-hero {
		padding-top: 2rem;
	}
	.oe-hero-trust {
		display: none;
	}
	.oe-hero-bullets {
		margin-bottom: 1.4rem;
	}
	.oe-hero-sub {
		margin-bottom: 1.2rem;
	}
	.oe-rating-badge {
		margin-bottom: 1rem;
	}
	/* Leave room for the sticky action bar. */
	body {
		padding-bottom: 62px;
	}
	.oe-actionbar {
		display: flex;
	}
	.oe-whatsapp {
		bottom: calc(62px + env(safe-area-inset-bottom, 0px) + 0.75rem);
	}
}

@media (max-width: 560px) {
	.oe-stats-row {
		grid-template-columns: repeat(2, 1fr);
	}
	.oe-stat::before {
		display: none !important;
	}
	.oe-guarantee-grid {
		grid-template-columns: 1fr;
	}
	.oe-whatsapp-fab {
		width: 52px;
		height: 52px;
	}
	.oe-whatsapp-fab svg {
		width: 26px;
		height: 26px;
	}
	.oe-whatsapp-panel {
		bottom: calc(52px + 0.8rem);
	}
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	.oe-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
	* {
		scroll-behavior: auto !important;
	}
}
