:root {
	--oci-navy: #0b2545;
	--oci-navy-2: #133c67;
	--oci-yellow: #f9b233;
	--oci-white: #ffffff;
	--oci-light: #f4f6f8;
	--oci-text: #5f6b7a;
	--oci-ink: #10233f;
	--oci-border: #dfe5eb;
	--oci-shadow: 0 24px 60px rgba(11, 37, 69, 0.12);
	--oci-radius: 22px;
	--oci-header-height: 86px;
	--oci-container: 1240px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	max-width: 100%;
	overflow-x: clip;
}

body {
	max-width: 100%;
	overflow-x: clip;
	margin: 0;
	background: var(--oci-white);
	color: var(--oci-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-is-open {
	overflow: hidden;
}

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

a {
	color: var(--oci-navy-2);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--oci-navy);
}

button,
input,
textarea,
select {
	font: inherit;
}

:focus-visible {
	outline: 3px solid var(--oci-yellow);
	outline-offset: 4px;
}

.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;
}

.screen-reader-text:focus {
	position: fixed;
	top: 16px;
	left: 16px;
	z-index: 100000;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 18px;
	margin: 0;
	background: var(--oci-white);
	color: var(--oci-navy);
	border-radius: 8px;
	box-shadow: var(--oci-shadow);
}

.oci-container {
	width: min(calc(100% - 40px), var(--oci-container));
	margin-inline: auto;
}

.oci-container.narrow {
	max-width: 920px;
}

.section {
	padding: 108px 0;
}

.eyebrow {
	margin: 0 0 16px;
	color: var(--oci-yellow);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.eyebrow.dark {
	color: var(--oci-navy-2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: var(--oci-ink);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

h1 {
	font-size: clamp(2.4rem, 6vw, 5rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 3.45rem);
}

h3 {
	font-size: clamp(1.3rem, 2vw, 1.65rem);
}

p {
	margin-top: 0;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	border: 2px solid transparent;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button-primary {
	background: var(--oci-yellow);
	color: var(--oci-navy);
	box-shadow: 0 14px 30px rgba(249, 178, 51, 0.28);
}

.button-primary:hover {
	background: #ffc04a;
	color: var(--oci-navy);
}

.button-secondary {
	border-color: rgba(255, 255, 255, 0.65);
	color: var(--oci-white);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(8px);
}

.button-secondary:hover {
	background: var(--oci-white);
	color: var(--oci-navy);
	border-color: var(--oci-white);
}

.button-dark {
	background: var(--oci-navy);
	color: var(--oci-white);
}

.button-dark:hover {
	background: #081d36;
	color: var(--oci-white);
}

.site-topbar {
	background: var(--oci-navy);
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.84rem;
}

.topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 44px;
}

.topbar-message {
	margin: 0;
	font-weight: 700;
}

.topbar-contact {
	display: flex;
	align-items: center;
	gap: 22px;
}

.topbar-contact a {
	color: var(--oci-white);
	text-decoration: none;
}

.topbar-contact a:hover {
	color: var(--oci-yellow);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(11, 37, 69, 0.08);
	backdrop-filter: blur(16px);
}

.admin-bar .site-header {
	top: 32px;
}

.header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 34px;
	min-height: var(--oci-header-height);
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 220px;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 220px;
	max-height: 66px;
	object-fit: contain;
}

.brand-mark,
.brand-mark-icon {
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 4px;
	padding: 8px;
	background: var(--oci-yellow);
	border-radius: 14px 14px 14px 4px;
	text-decoration: none;
}

.brand-mark-icon span {
	background: var(--oci-navy);
	border-radius: 2px;
}

.brand-copy {
	min-width: 0;
}

.site-title {
	margin: 0;
	font-size: 1.04rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.site-title a {
	color: var(--oci-navy);
	text-decoration: none;
}

.site-tagline {
	margin: 4px 0 0;
	color: var(--oci-text);
	font-size: 0.74rem;
	line-height: 1.25;
}

.primary-navigation {
	justify-self: center;
}

.primary-menu,
.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.primary-menu li {
	position: relative;
}

.primary-menu a {
	display: block;
	padding: 12px 13px;
	color: var(--oci-ink);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
	border-radius: 999px;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
	background: var(--oci-light);
	color: var(--oci-navy);
}

.primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 230px;
	padding: 10px;
	margin: 0;
	list-style: none;
	background: var(--oci-white);
	box-shadow: var(--oci-shadow);
	border-radius: 14px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header-cta {
	white-space: nowrap;
}

.menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 12px;
	background: var(--oci-light);
	cursor: pointer;
}

.menu-toggle-bars {
	display: grid;
	gap: 5px;
}

.menu-toggle-bars span {
	display: block;
	width: 24px;
	height: 2px;
	margin-inline: auto;
	background: var(--oci-navy);
	transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(2) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.hero-section {
	position: relative;
	min-height: calc(100vh - 130px);
	display: flex;
	align-items: center;
	overflow: hidden;
	background-image:
		linear-gradient(90deg, rgba(6, 25, 48, 0.97) 0%, rgba(11, 37, 69, 0.9) 48%, rgba(11, 37, 69, 0.55) 100%),
		var(--oci-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--oci-white);
}

.hero-section::before {
	content: "";
	position: absolute;
	inset: auto -10vw -42vh auto;
	width: 55vw;
	height: 70vh;
	border-radius: 50%;
	border: 1px solid rgba(249, 178, 51, 0.24);
	box-shadow: 0 0 0 80px rgba(249, 178, 51, 0.04), 0 0 0 160px rgba(249, 178, 51, 0.025);
}

.hero-grid-pattern {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 80px 80px;
	mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}

.hero-content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 240px;
	align-items: end;
	gap: 70px;
	padding-top: 98px;
	padding-bottom: 98px;
}

.hero-copy {
	max-width: 860px;
}

.hero-copy h1 {
	max-width: 780px;
	margin-bottom: 26px;
	color: var(--oci-white);
	font-size: clamp(3.2rem, 7vw, 6.8rem);
	line-height: 0.96;
	letter-spacing: -0.055em;
}

.hero-description {
	max-width: 760px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.8);
	font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero-stats {
	display: grid;
	gap: 1px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(12px);
}

.hero-stats > div {
	padding: 22px;
	background: rgba(8, 29, 53, 0.66);
}

.hero-stats strong,
.hero-stats span {
	display: block;
}

.hero-stats strong {
	color: var(--oci-yellow);
	font-size: 1.7rem;
	line-height: 1;
}

.hero-stats span {
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	font-weight: 700;
}

.trust-strip {
	position: relative;
	z-index: 3;
	margin-top: -1px;
	background: var(--oci-yellow);
}

.trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.trust-item {
	display: flex;
	align-items: center;
	gap: 15px;
	min-height: 118px;
	padding: 22px 26px;
	border-right: 1px solid rgba(11, 37, 69, 0.16);
	color: var(--oci-navy);
	font-weight: 900;
	line-height: 1.25;
}

.trust-item:last-child {
	border-right: 0;
}

.trust-number {
	font-size: 0.76rem;
	letter-spacing: 0.1em;
	opacity: 0.7;
}

.split-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}

.section-media {
	position: relative;
}

.section-media > img,
.entry-featured-image img {
	width: 100%;
	border-radius: var(--oci-radius);
	box-shadow: var(--oci-shadow);
}

.about-media::before {
	content: "";
	position: absolute;
	top: -22px;
	left: -22px;
	z-index: -1;
	width: 42%;
	height: 52%;
	border-radius: 20px;
	background: var(--oci-yellow);
}

.media-badge {
	position: absolute;
	right: -26px;
	bottom: 30px;
	min-width: 190px;
	padding: 18px 22px;
	background: var(--oci-navy);
	color: var(--oci-white);
	border-radius: 16px;
	box-shadow: var(--oci-shadow);
}

.media-badge strong,
.media-badge span {
	display: block;
}

.media-badge strong {
	color: var(--oci-yellow);
	font-size: 1.08rem;
}

.media-badge span {
	margin-top: 3px;
	font-size: 0.78rem;
}

.section-copy h2,
.section-heading h2 {
	margin-bottom: 24px;
}

.section-intro,
.section-heading > p:last-child {
	color: var(--oci-text);
	font-size: 1.08rem;
}

.section-heading {
	max-width: 760px;
	margin-bottom: 52px;
}

.section-heading.centered {
	margin-inline: auto;
	text-align: center;
}

.feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 22px;
	padding: 0;
	margin: 30px 0;
	list-style: none;
}

.feature-list li {
	position: relative;
	padding-left: 30px;
	font-weight: 800;
}

.feature-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 12px;
	height: 12px;
	border: 3px solid var(--oci-yellow);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(249, 178, 51, 0.18);
}

.text-link,
.service-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--oci-navy);
	font-weight: 900;
	text-decoration: none;
}

.text-link:hover,
.service-link:hover {
	color: var(--oci-navy-2);
}

.text-link span,
.service-link span {
	transition: transform 180ms ease;
}

.text-link:hover span,
.service-link:hover span {
	transform: translateX(4px);
}

.services-section {
	background: var(--oci-light);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 24px;
}

.service-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: var(--oci-white);
	border: 1px solid rgba(11, 37, 69, 0.08);
	border-radius: var(--oci-radius);
	box-shadow: 0 16px 38px rgba(11, 37, 69, 0.07);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 28px 56px rgba(11, 37, 69, 0.14);
}

.service-image-wrap {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--oci-navy);
}

.service-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.service-card:hover .service-image-wrap img {
	transform: scale(1.045);
}

.service-index {
	position: absolute;
	top: 18px;
	left: 18px;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background: var(--oci-yellow);
	color: var(--oci-navy);
	border-radius: 12px 12px 12px 4px;
	font-size: 0.78rem;
	font-weight: 900;
}

.service-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.service-card-body h3 {
	margin-bottom: 14px;
}

.service-card-body p {
	margin-bottom: 24px;
	color: var(--oci-text);
}

.service-card-body .service-link {
	margin-top: auto;
}

.process-section {
	position: relative;
	overflow: hidden;
	background: var(--oci-navy);
	color: var(--oci-white);
}

.process-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 72px 72px;
}

.process-section .oci-container {
	position: relative;
}

.process-intro {
	display: grid;
	grid-template-columns: 1fr 0.8fr;
	gap: 80px;
	align-items: end;
	margin-bottom: 56px;
}

.process-intro h2,
.process-grid h3 {
	color: var(--oci-white);
}

.process-intro p:last-child {
	color: rgba(255, 255, 255, 0.7);
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	padding: 1px;
	margin: 0;
	list-style: none;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 20px;
	overflow: hidden;
}

.process-grid li {
	min-height: 270px;
	padding: 28px;
	background: rgba(9, 31, 57, 0.92);
}

.process-grid li > span {
	display: inline-block;
	margin-bottom: 42px;
	color: var(--oci-yellow);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.process-grid li p {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.92rem;
}

.cta-section {
	background: var(--oci-yellow);
}

.cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding-top: 66px;
	padding-bottom: 66px;
}

.cta-inner h2 {
	margin-bottom: 10px;
}

.cta-inner p:last-child {
	margin-bottom: 0;
	color: rgba(11, 37, 69, 0.78);
}

.site-footer {
	background: #071d36;
	color: rgba(255, 255, 255, 0.74);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.45fr 0.8fr 1fr 0.8fr;
	gap: 52px;
	padding-top: 82px;
	padding-bottom: 66px;
}

.footer-brand-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 22px;
}

.footer-mark {
	width: 46px;
	height: 46px;
}

.footer-brand h2,
.footer-column h2 {
	margin: 0;
	color: var(--oci-white);
	font-size: 1.05rem;
	letter-spacing: -0.01em;
}

.footer-brand > p {
	max-width: 420px;
}

.footer-logo .custom-logo {
	max-height: 54px;
	filter: brightness(0) invert(1);
}

.footer-menu,
.footer-contact-list {
	display: grid;
	gap: 10px;
	margin-top: 22px;
	list-style: none;
	padding: 0;
}

.footer-menu a,
.footer-contact-list a,
.footer-social-links a {
	color: rgba(255, 255, 255, 0.74);
	text-decoration: none;
}

.footer-menu a:hover,
.footer-contact-list a:hover,
.footer-social-links a:hover {
	color: var(--oci-yellow);
}

.footer-social-links {
	display: grid;
	gap: 12px;
	margin-top: 22px;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-top: 22px;
	padding-bottom: 22px;
	font-size: 0.82rem;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom a {
	color: rgba(255, 255, 255, 0.7);
}

.floating-whatsapp {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1000;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	background: #1fbf63;
	color: var(--oci-white);
	border: 4px solid var(--oci-white);
	border-radius: 50%;
	box-shadow: 0 18px 40px rgba(5, 70, 32, 0.28);
	font-size: 0.74rem;
	font-weight: 900;
	text-decoration: none;
	transition: transform 180ms ease;
}

.floating-whatsapp:hover {
	transform: translateY(-4px) scale(1.03);
	color: var(--oci-white);
}

.page-hero {
	padding: 110px 0 84px;
	background:
		linear-gradient(120deg, rgba(11, 37, 69, 0.98), rgba(19, 60, 103, 0.93)),
		url('../images/hero-construction.svg') center/cover;
	color: var(--oci-white);
}

.page-hero.compact {
	padding-top: 82px;
	padding-bottom: 64px;
}

.page-hero h1 {
	margin-bottom: 0;
	color: var(--oci-white);
	font-size: clamp(2.4rem, 5vw, 4.7rem);
}

.entry-meta {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.content-card {
	position: relative;
	z-index: 2;
	margin-top: -34px;
	margin-bottom: 90px;
	padding: clamp(30px, 6vw, 68px);
	background: var(--oci-white);
	border: 1px solid var(--oci-border);
	border-radius: 22px;
	box-shadow: var(--oci-shadow);
}

.entry-featured-image {
	margin-bottom: 38px;
}

.entry-content {
	color: var(--oci-text);
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.7em;
	color: var(--oci-ink);
}

.entry-content a {
	font-weight: 700;
}

.entry-content blockquote {
	margin: 34px 0;
	padding: 26px 30px;
	border-left: 6px solid var(--oci-yellow);
	background: var(--oci-light);
	color: var(--oci-ink);
	font-size: 1.1rem;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.entry-content th,
.entry-content td {
	padding: 12px;
	border: 1px solid var(--oci-border);
	text-align: left;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 28px;
}

.post-card {
	overflow: hidden;
	background: var(--oci-white);
	border: 1px solid var(--oci-border);
	border-radius: 20px;
	box-shadow: 0 16px 38px rgba(11, 37, 69, 0.07);
}

.post-card-image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.post-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card-body {
	padding: 24px;
}

.post-card-body .entry-meta,
.search-result .entry-meta {
	color: var(--oci-navy-2);
}

.post-card h2 {
	font-size: 1.5rem;
}

.post-card h2 a,
.search-result h2 a {
	color: var(--oci-ink);
	text-decoration: none;
}

.pagination {
	grid-column: 1 / -1;
	margin-top: 24px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	display: grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	background: var(--oci-light);
	border-radius: 10px;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--oci-navy);
	color: var(--oci-white);
}

.search-results {
	max-width: 920px;
}

.search-result {
	padding: 28px 0;
	border-bottom: 1px solid var(--oci-border);
}

.search-result h2 {
	margin-bottom: 10px;
	font-size: 1.7rem;
}

.search-form {
	display: flex;
	gap: 10px;
	max-width: 680px;
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	height: 52px;
	padding: 0 16px;
	border: 1px solid var(--oci-border);
	border-radius: 12px;
}

.search-submit {
	padding: 0 20px;
	border: 0;
	border-radius: 12px;
	background: var(--oci-yellow);
	color: var(--oci-navy);
	font-weight: 800;
	cursor: pointer;
}

.error-page {
	display: grid;
	place-items: center;
	min-height: 70vh;
	padding: 80px 0;
	background: var(--oci-light);
}

.error-inner {
	max-width: 760px;
	text-align: center;
}

.error-code {
	margin: 0;
	color: var(--oci-yellow);
	font-size: clamp(6rem, 16vw, 12rem);
	font-weight: 900;
	line-height: 0.8;
}

.error-inner > p:not(.error-code):not(.eyebrow) {
	color: var(--oci-text);
}

.error-inner .hero-actions {
	justify-content: center;
	margin-top: 28px;
}

@media (max-width: 1120px) {
	.header-inner {
		grid-template-columns: auto auto 1fr auto;
	}

	.menu-toggle {
		display: grid;
		place-items: center;
		grid-column: 3;
		justify-self: end;
	}

	.header-cta {
		grid-column: 4;
	}

	/* En pantallas móviles el panel debe posicionarse respecto de la ventana,
	 * no respecto del encabezado. Quitar el filtro evita que Chrome convierta
	 * el header en un contenedor para los elementos position: fixed. */
	.site-header {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.primary-navigation {
		position: fixed;
		top: var(--oci-mobile-nav-top, 130px);
		right: 0;
		bottom: auto;
		z-index: 1002;
		display: block;
		width: min(88vw, 420px);
		max-width: 100vw;
		height: calc(100dvh - var(--oci-mobile-nav-top, 130px));
		min-height: calc(100vh - var(--oci-mobile-nav-top, 130px));
		padding: 28px;
		background: var(--oci-white);
		box-shadow: -24px 30px 60px rgba(11, 37, 69, 0.22);
		opacity: 0;
		transform: translate3d(105%, 0, 0);
		visibility: hidden;
		pointer-events: none;
		transition: transform 220ms ease, opacity 180ms ease, visibility 0s linear 220ms;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.admin-bar .primary-navigation {
		top: var(--oci-mobile-nav-top, 162px);
	}

	.primary-navigation.is-open {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		visibility: visible;
		pointer-events: auto;
		transition-delay: 0s;
	}

	.primary-menu {
		width: 100%;
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.primary-menu li {
		width: 100%;
	}

	.primary-menu a {
		display: block;
		width: 100%;
		padding: 15px 16px;
		border: 1px solid var(--oci-border);
		border-radius: 12px;
		background: var(--oci-white);
		color: var(--oci-ink);
	}

	.primary-menu a:hover,
	.primary-menu a:focus-visible,
	.primary-menu .current-menu-item > a,
	.primary-menu .current_page_item > a {
		background: var(--oci-light);
		color: var(--oci-navy);
	}

	.primary-menu .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		padding: 0 0 0 16px;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.hero-content {
		grid-template-columns: 1fr;
	}

	.hero-stats {
		grid-template-columns: repeat(3, 1fr);
		max-width: 720px;
	}

	.trust-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.trust-item:nth-child(2) {
		border-right: 0;
	}

	.trust-item:nth-child(-n+2) {
		border-bottom: 1px solid rgba(11, 37, 69, 0.16);
	}

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

	.footer-grid {
		grid-template-columns: 1.3fr 1fr 1fr;
	}

	.footer-column:last-child {
		grid-column: 2 / 4;
	}
}

@media (max-width: 820px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.topbar-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.topbar-contact {
		flex-wrap: wrap;
		gap: 8px 18px;
	}

	.header-inner {
		grid-template-columns: 1fr auto;
		gap: 12px;
	}

	.site-branding {
		min-width: 0;
		max-width: 100%;
		gap: 10px;
		overflow: hidden;
	}

	.site-branding .custom-logo {
		width: auto;
		max-width: 58px;
		max-height: 58px;
	}

	.brand-copy {
		display: block;
		min-width: 0;
		overflow: hidden;
	}

	.site-title {
		font-size: 0.9rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.site-tagline {
		margin-top: 3px;
		font-size: 0.63rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.menu-toggle {
		grid-column: 2;
	}

	.header-cta {
		display: none;
	}

	.primary-navigation,
	.admin-bar .primary-navigation {
		top: var(--oci-mobile-nav-top, 155px);
		height: calc(100dvh - var(--oci-mobile-nav-top, 155px));
		min-height: calc(100vh - var(--oci-mobile-nav-top, 155px));
	}

	.hero-section {
		min-height: 760px;
	}

	.hero-content {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.hero-stats {
		grid-template-columns: 1fr;
		max-width: 360px;
	}

	.split-layout {
		grid-template-columns: 1fr;
	}

	.about-media {
		max-width: 650px;
	}

	.media-badge {
		right: 18px;
	}

	.process-intro {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.footer-column:last-child {
		grid-column: auto;
	}
}

@media (max-width: 600px) {
	body {
		font-size: 16px;
	}

	.oci-container {
		width: min(calc(100% - 28px), var(--oci-container));
	}

	.section {
		padding: 78px 0;
	}

	.topbar-message {
		display: none;
	}

	.hero-section {
		min-height: 700px;
	}

	.hero-copy h1 {
		font-size: clamp(2.8rem, 14vw, 4.4rem);
	}

	.hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hero-actions .button {
		width: 100%;
	}

	.trust-grid {
		grid-template-columns: 1fr;
	}

	.trust-item,
	.trust-item:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid rgba(11, 37, 69, 0.16);
	}

	.trust-item:last-child {
		border-bottom: 0;
	}

	.feature-list {
		grid-template-columns: 1fr;
	}

	.process-grid {
		grid-template-columns: 1fr;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.footer-brand,
	.footer-column:last-child {
		grid-column: auto;
	}

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

	.floating-whatsapp {
		right: 16px;
		bottom: 16px;
	}

	.content-card {
		padding: 28px 22px;
	}
}

@supports not (overflow: clip) {
	html,
	body {
		overflow-x: hidden;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* =========================================================
   Versión 1.1.0: portada fotográfica y servicios editables
   ========================================================= */

.hero-section {
	min-height: min(820px, calc(100vh - 90px));
	background-image: var(--oci-hero-image);
	background-position: center 45%;
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
}

.hero-section::before,
.hero-grid-pattern {
	display: none;
}

.hero-photo-overlay,
.service-detail-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(5, 22, 43, 0.94) 0%, rgba(8, 31, 59, 0.86) 42%, rgba(11, 37, 69, 0.58) 72%, rgba(11, 37, 69, 0.34) 100%),
		linear-gradient(180deg, rgba(11, 37, 69, 0.12) 0%, rgba(11, 37, 69, 0.52) 100%);
}

.hero-content {
	grid-template-columns: minmax(0, 1fr) minmax(270px, 350px);
	align-items: end;
	gap: clamp(50px, 8vw, 120px);
	padding-top: 120px;
	padding-bottom: 120px;
}

.hero-copy {
	max-width: 820px;
}

.hero-copy h1 {
	font-size: clamp(3rem, 6.2vw, 6.2rem);
	text-wrap: balance;
}

.hero-description {
	max-width: 690px;
	color: rgba(255, 255, 255, 0.88);
}

.hero-assurance {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(5, 22, 43, 0.58);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(12px);
}

.hero-assurance-label {
	margin: 0 0 18px;
	color: var(--oci-yellow);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.hero-assurance ul {
	display: grid;
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.hero-assurance li {
	position: relative;
	padding-left: 26px;
	color: var(--oci-white);
	font-size: 0.92rem;
	font-weight: 800;
}

.hero-assurance li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.48em;
	width: 10px;
	height: 10px;
	border: 2px solid var(--oci-yellow);
	border-radius: 50%;
}

.services-section {
	background: #f7f8fa;
}

.services-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.72fr);
	align-items: end;
	gap: clamp(38px, 7vw, 100px);
	max-width: none;
}

.services-heading > div:last-child {
	padding-bottom: 8px;
}

.services-heading > div:last-child p {
	color: var(--oci-text);
}

.services-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
	gap: 28px;
}

.service-card {
	position: relative;
	border-radius: 18px;
	box-shadow: 0 16px 45px rgba(11, 37, 69, 0.09);
}

.service-card-link {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.service-card-link:hover {
	color: inherit;
}

.service-image-wrap {
	aspect-ratio: 16 / 10;
}

.service-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(5, 22, 43, 0.36) 100%);
	pointer-events: none;
}

.service-card-body {
	padding: 28px;
}

.service-card-body h3 {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.service-card-body p {
	color: var(--oci-text);
}

.service-card .service-link {
	margin-top: auto;
	color: var(--oci-navy);
}

.service-card:hover .service-link span {
	transform: translate(4px, -3px);
}

.page-hero {
	position: relative;
	isolation: isolate;
	background-image:
		linear-gradient(90deg, rgba(5, 22, 43, 0.94), rgba(11, 37, 69, 0.64)),
		url('https://images.pexels.com/photos/10951145/pexels-photo-10951145.jpeg?auto=compress&cs=tinysrgb&w=2200');
	background-position: center 45%;
	background-size: cover;
}

.page-hero-description {
	max-width: 720px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.1rem;
}

.archive-services-section {
	padding-top: 84px;
}

.service-detail-hero {
	position: relative;
	min-height: 570px;
	display: flex;
	align-items: flex-end;
	isolation: isolate;
	background-image: var(--oci-service-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--oci-white);
}

.service-detail-hero-inner {
	position: relative;
	z-index: 1;
	padding-top: 120px;
	padding-bottom: 88px;
}

.service-detail-hero h1 {
	max-width: 880px;
	margin-bottom: 0;
	color: var(--oci-white);
	font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.service-detail-hero .page-hero-description {
	margin-bottom: 32px;
}

.service-content-card {
	margin-top: -42px;
}

.service-featured-image {
	margin-bottom: 38px;
}

.service-entry-content > :first-child {
	font-size: 1.16rem;
}

.service-detail-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 34px;
	margin-top: 56px;
	background: var(--oci-yellow);
	border-radius: 18px;
}

.service-detail-cta h2 {
	max-width: 650px;
	margin: 0;
	font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.service-detail-cta .eyebrow {
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.hero-content {
		grid-template-columns: 1fr;
	}

	.hero-assurance {
		max-width: 660px;
	}

	.services-heading {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

@media (max-width: 820px) {
	.hero-section {
		min-height: 760px;
		background-position: 58% center;
	}

	.hero-photo-overlay,
	.service-detail-overlay {
		background: linear-gradient(90deg, rgba(5, 22, 43, 0.94), rgba(11, 37, 69, 0.70));
	}

	.service-detail-cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	.hero-section {
		min-height: 720px;
	}

	.hero-content {
		padding-top: 78px;
		padding-bottom: 78px;
	}

	.hero-assurance {
		display: none;
	}

	.service-detail-hero {
		min-height: 520px;
	}

	.service-detail-hero-inner {
		padding-top: 90px;
		padding-bottom: 72px;
	}

	.service-detail-cta {
		padding: 26px;
	}
}

/* ===== Actualización 1.2.0: galerías, proyectos y formulario ampliado ===== */
.ocic-wide-page-card {
	width: min(calc(100% - 40px), 1240px);
	max-width: 1240px;
}

.ocic-wide-page-card > .entry-content {
	width: 100%;
}

.service-description-section > h2 {
	margin-bottom: 24px;
}

.service-description-section .service-entry-content {
	font-size: 1.06rem;
}

.project-detail-hero .project-hero-location {
	font-weight: 800;
	letter-spacing: .04em;
}

.project-content-card {
	margin-top: -42px;
}

.project-entry-content > :first-child {
	font-size: 1.12rem;
}

.floating-whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--oci-white);
}

.floating-whatsapp svg {
	flex: 0 0 auto;
}

.floating-whatsapp-label {
	position: absolute;
	right: calc(100% + 12px);
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--oci-navy);
	color: var(--oci-white);
	font-size: .76rem;
	font-weight: 800;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translateX(8px);
	transition: opacity .18s ease, transform .18s ease;
}

.floating-whatsapp:hover .floating-whatsapp-label,
.floating-whatsapp:focus-visible .floating-whatsapp-label {
	opacity: 1;
	transform: translateX(0);
}

@media (max-width: 650px) {
	.ocic-wide-page-card {
		width: min(calc(100% - 24px), 1240px);
		padding-inline: 18px;
	}

	.floating-whatsapp {
		right: 16px;
		bottom: 16px;
		width: 54px;
		height: 54px;
	}

	.floating-whatsapp-label {
		display: none;
	}
}


/* ===== Corrección 1.3.2: panel móvil visible y de altura completa ===== */
@media (max-width: 600px) {
	.primary-navigation {
		width: min(92vw, 380px);
		padding: 20px;
	}
}

@media (max-width: 390px) {
	.site-tagline {
		display: none;
	}

	.site-title {
		font-size: 0.84rem;
	}

	.site-branding {
		gap: 8px;
	}

	.site-branding .custom-logo,
	.brand-mark,
	.brand-mark-icon {
		width: 50px;
		height: 50px;
	}
}


/* ===== 1.8.0: página normal de WordPress usada como feed social aislado ===== */
body.oci-social-embed-mode {
	min-height: 0;
	background: #fff;
	overflow-x: hidden;
}
body.oci-social-embed-mode .site-topbar,
body.oci-social-embed-mode .site-header,
body.oci-social-embed-mode .page-hero,
body.oci-social-embed-mode .site-footer,
body.oci-social-embed-mode .floating-whatsapp,
body.oci-social-embed-mode .skip-link,
body.oci-social-embed-mode #wpadminbar {
	display: none !important;
}
body.oci-social-embed-mode .site-main,
body.oci-social-embed-mode .inner-page {
	min-height: 0;
	margin: 0 !important;
	padding: 0 !important;
}
body.oci-social-embed-mode .content-card,
body.oci-social-embed-mode .oci-container,
body.oci-social-embed-mode .oci-container.narrow {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}
body.oci-social-embed-mode .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 8px;
	overflow-x: hidden;
}
body.oci-social-embed-mode .entry-content > * {
	max-width: 100%;
}
