.elementor .e-b8d74f0{flex-direction:column;.eba-hero {
--eba-navy: #0B1B3D;
--eba-gold: #CEA359;
--eba-gold-hover: #B58F4E;
--eba-hero-image: url('https://enlacebuenosaires.com/wp-content/uploads/2026/07/Gemini_Generated_Image_n2fl3kn2fl3kn2fl-scaled.png');

position: relative;
width: 100%;
min-height: 720px;
display: flex;
align-items: center;
overflow: hidden;
background-image: var(--eba-hero-image);
background-size: cover;
background-position: right center;
font-family: 'Inter', sans-serif;
box-sizing: border-box;
}
.eba-hero * { box-sizing: border-box; }

.eba-hero__overlay {
position: absolute;
inset: 0;
background: linear-gradient(
  90deg,
  rgba(11,27,61,0.94) 0%,
  rgba(11,27,61,0.85) 38%,
  rgba(11,27,61,0.55) 65%,
  rgba(11,27,61,0.25) 100%
);
z-index: 1;
}

.eba-hero__content {
position: relative;
z-index: 2;
max-width: 640px;
padding: 0 32px;
margin: 0 auto 0 max(32px, calc((100% - 1280px) / 2 + 32px));
}

.eba-hero__eyebrow {
display: block;
color: var(--eba-gold);
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 20px;
}

.eba-hero__title {
font-family: 'Montserrat', sans-serif;
font-weight: 800;
color: #fff;
font-size: clamp(2.1rem, 1.1rem + 3.4vw, 3.4rem);
line-height: 1.12;
margin: 0 0 24px;
}
.eba-hero__title-accent {
display: block;
color: var(--eba-gold);
}

.eba-hero__desc {
color: rgba(255,255,255,0.88);
font-size: 17px;
line-height: 1.6;
margin: 0 0 32px;
max-width: 520px;
}

.eba-hero__actions {
display: flex;
flex-wrap: wrap;
gap: 16px;
}

.eba-hero__btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 15px 28px;
border-radius: 999px;
font-size: 15px;
font-weight: 700;
text-decoration: none;
white-space: nowrap;
transition: background .15s ease, color .15s ease, transform .15s ease, border-color .15s ease;
}
.eba-hero__btn:focus-visible {
outline: 2px solid var(--eba-gold);
outline-offset: 3px;
}

.eba-hero__btn--primary {
background: var(--eba-gold);
color: var(--eba-navy);
}
.eba-hero__btn--primary:hover {
background: var(--eba-gold-hover);
transform: translateY(-1px);
}

.eba-hero__btn--secondary {
background: transparent;
color: #fff;
border: 1.5px solid rgba(255,255,255,0.55);
}
.eba-hero__btn--secondary:hover {
border-color: #fff;
background: rgba(255,255,255,0.08);
}

/* ===== Breakpoints ===== */

@media (max-width: 991px) {
.eba-hero { min-height: 640px; background-position: center center; }
.eba-hero__overlay {
  background: linear-gradient(180deg, rgba(11,27,61,0.9) 0%, rgba(11,27,61,0.88) 100%);
}
.eba-hero__content { max-width: 100%; margin: 0; padding: 0 24px; }
}

@media (max-width: 560px) {
.eba-hero { min-height: 560px; padding: 40px 0; }
.eba-hero__title { margin-bottom: 18px; }
.eba-hero__desc { font-size: 15.5px; margin-bottom: 26px; }
.eba-hero__btn { width: 100%; justify-content: center; padding: 14px 24px; }
.eba-hero__actions { flex-direction: column; gap: 12px; }
}\n}.elementor .e-b5a5302{flex-direction:column;.eba-trustbar {
--eba-navy: #0B1B3D;
--eba-gold: #CEA359;
--eba-gold-tint: #F9F3EB;
--eba-border: #DBDEE5;
--eba-text-muted: #4A5568;

background: #FFFFFF;
padding: 56px 32px;
font-family: 'Inter', sans-serif;
box-sizing: border-box;
}
.eba-trustbar * { box-sizing: border-box; }

.eba-trustbar__inner {
max-width: 1280px;
margin: 0 auto;
display: flex;
align-items: flex-start;
gap: 40px;
}

.eba-trustbar__item {
flex: 1;
padding: 8px 4px;
border-radius: 16px;
transition: transform .2s ease;
}
.eba-trustbar__item:hover { transform: translateY(-3px); }

.eba-trustbar__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 52px;
height: 52px;
border-radius: 50%;
background: var(--eba-gold-tint);
color: var(--eba-gold);
box-shadow: 0 0 0 1px rgba(206,163,89,0.25);
margin-bottom: 18px;
transition: background .2s ease, color .2s ease;
}
.eba-trustbar__item:hover .eba-trustbar__icon {
background: var(--eba-gold);
color: #fff;
}

.eba-trustbar__title {
font-family: 'Montserrat', sans-serif;
font-size: 17px;
font-weight: 700;
color: var(--eba-navy);
margin: 0 0 8px;
}

.eba-trustbar__desc {
font-size: 14.5px;
line-height: 1.6;
color: var(--eba-text-muted);
margin: 0;
max-width: 300px;
}

.eba-trustbar__divider {
width: 1px;
align-self: stretch;
background: var(--eba-border);
flex-shrink: 0;
margin-top: 8px;
}

/* ===== Breakpoints ===== */

@media (max-width: 991px) {
.eba-trustbar__inner { gap: 24px; }
.eba-trustbar__desc { max-width: none; }
}

@media (max-width: 767px) {
.eba-trustbar__inner { flex-direction: column; gap: 28px; }
.eba-trustbar__divider {
  width: 100%;
  height: 1px;
  margin: 0;
}
.eba-trustbar__item:hover { transform: none; }
}

@media (max-width: 560px) {
.eba-trustbar { padding: 40px 24px; }
}\n}.elementor .e-5306f7c{flex-direction:column;.eba-services {
--eba-navy: #0B1B3D;
--eba-gold: #CEA359;
--eba-bg-alt: #F9FAFB;
--eba-border: #DBDEE5;
--eba-text-muted: #4A5568;

background: var(--eba-bg-alt);
padding: 88px 32px;
font-family: 'Inter', sans-serif;
box-sizing: border-box;
}
.eba-services * { box-sizing: border-box; }

.eba-services__inner {
max-width: 1280px;
margin: 0 auto;
}

.eba-services__header { margin-bottom: 48px; max-width: 620px; }

.eba-services__eyebrow {
display: block;
color: var(--eba-gold);
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 12px;
}

.eba-services__title {
font-family: 'Montserrat', sans-serif;
font-weight: 800;
color: var(--eba-navy);
font-size: clamp(1.6rem, 1rem + 2vw, 2.1rem);
line-height: 1.25;
margin: 0 0 18px;
}

.eba-services__underline {
display: block;
width: 48px;
height: 3px;
background: var(--eba-gold);
border-radius: 2px;
}

.eba-services__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}

.eba-services__card {
background: #fff;
border: 1px solid var(--eba-border);
border-radius: 20px;
padding: 36px 32px;
display: flex;
flex-direction: column;
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.eba-services__card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 32px rgba(11,27,61,0.08);
border-color: transparent;
}

.eba-services__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 50%;
background: var(--eba-navy);
color: var(--eba-gold);
margin-bottom: 24px;
transition: background .2s ease;
}
.eba-services__card:hover .eba-services__icon { background: var(--eba-gold); color: #fff; }

.eba-services__card-title {
font-family: 'Montserrat', sans-serif;
font-size: 19px;
font-weight: 700;
color: var(--eba-navy);
margin: 0 0 10px;
}

.eba-services__card-desc {
font-size: 14.5px;
line-height: 1.65;
color: var(--eba-text-muted);
margin: 0 0 20px;
flex-grow: 1;
}

.eba-services__price {
display: block;
font-size: 14px;
font-weight: 700;
color: var(--eba-gold);
margin-bottom: 18px;
}

.eba-services__link {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 14.5px;
font-weight: 700;
color: var(--eba-navy);
text-decoration: none;
width: fit-content;
}
.eba-services__link svg { transition: transform .15s ease; }
.eba-services__link:hover svg { transform: translateX(3px); }

/* ===== Breakpoints ===== */

@media (max-width: 991px) {
.eba-services { padding: 64px 24px; }
.eba-services__grid { grid-template-columns: 1fr; gap: 20px; }
.eba-services__card:hover { transform: none; }
}

@media (max-width: 560px) {
.eba-services { padding: 48px 20px; }
.eba-services__card { padding: 28px 24px; }
}\n}.elementor .e-169d2cc{flex-direction:column;.eba-testimonials {
--eba-navy: #0B1B3D;
--eba-gold: #CEA359;
--eba-gold-tint: #F9F3EB;
--eba-bg-alt: #F9FAFB;
--eba-border: #DBDEE5;
--eba-text-muted: #4A5568;

background: var(--eba-bg-alt);
padding: 88px 32px;
font-family: 'Inter', sans-serif;
box-sizing: border-box;
}
.eba-testimonials * { box-sizing: border-box; }

.eba-testimonials__inner {
max-width: 1280px;
margin: 0 auto;
}

.eba-testimonials__header { margin-bottom: 48px; max-width: 620px; }

.eba-testimonials__eyebrow {
display: block;
color: var(--eba-gold);
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 12px;
}

.eba-testimonials__title {
font-family: 'Montserrat', sans-serif;
font-weight: 800;
color: var(--eba-navy);
font-size: clamp(1.6rem, 1rem + 2vw, 2.1rem);
line-height: 1.25;
margin: 0 0 18px;
}

.eba-testimonials__underline {
display: block;
width: 48px;
height: 3px;
background: var(--eba-gold);
border-radius: 2px;
}

.eba-testimonials__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}

.eba-testimonials__card {
position: relative;
background: #fff;
border: 1px solid var(--eba-border);
border-radius: 20px;
padding: 36px 32px 28px;
overflow: hidden;
transition: transform .2s ease, box-shadow .2s ease;
}
.eba-testimonials__card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 32px rgba(11,27,61,0.08);
}

.eba-testimonials__quote-mark {
position: absolute;
top: -8px;
right: 20px;
font-family: 'Montserrat', serif;
font-size: 90px;
line-height: 1;
color: var(--eba-gold-tint);
z-index: 0;
user-select: none;
}

.eba-testimonials__stars {
position: relative;
z-index: 1;
display: flex;
gap: 3px;
color: var(--eba-gold);
margin-bottom: 16px;
}

.eba-testimonials__text {
position: relative;
z-index: 1;
font-size: 15px;
line-height: 1.7;
color: var(--eba-navy);
margin: 0 0 24px;
}

.eba-testimonials__footer {
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 14px;
padding-top: 20px;
border-top: 1px solid var(--eba-border);
}

.eba-testimonials__avatar {
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
background: var(--eba-navy);
color: var(--eba-gold);
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 14px;
}

.eba-testimonials__author {
display: flex;
flex-direction: column;
gap: 2px;
}

.eba-testimonials__name {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 14.5px;
color: var(--eba-navy);
}

.eba-testimonials__location {
font-size: 13px;
color: var(--eba-text-muted);
}

.eba-testimonials__service {
font-size: 12.5px;
font-weight: 600;
color: var(--eba-gold);
margin-top: 2px;
}

/* ===== Breakpoints ===== */

@media (max-width: 991px) {
.eba-testimonials { padding: 64px 24px; }
.eba-testimonials__grid { grid-template-columns: 1fr; gap: 20px; }
.eba-testimonials__card:hover { transform: none; }
}

@media (max-width: 560px) {
.eba-testimonials { padding: 48px 20px; }
.eba-testimonials__card { padding: 28px 24px 24px; }
}\n}.elementor .e-37ac277{flex-direction:column;}