/* ==========================================================================
   Corporate Translation Accounts (/corporate-translation-accounts/) --
   BLUE, the logo blue, shared with the Languages hub.
   #406fa9 measures 5.15:1 on white and so carries every heading,
   link and piece of body-size text on its own; #5B8AC4 is
   decorative only, and #2F5580 is the deep end of the
   gradients and the hover state.
   ========================================================================== */

/* ==========================================================================
   Hero replica (no LayerSlider) -- 1280x630 design stage, blue plate. */
#eko4-hero-slider { position: relative; width: 100%; height: 630px; overflow: hidden; }
#eko4-hero-slider .ls-inner { position: relative; width: 100%; height: 100%; }
#eko4-hero-slider .ls-layers { position: absolute; top: 0; left: 50%; width: 1280px; height: 630px; margin-left: -640px; transform-origin: top center; }
#eko4-hero-slider .ls-wrapper { position: absolute; }
#eko4-hero-slider .eko4-hero-bg-wrap { position: absolute; top: 0; left: 50%; width: 2000px; margin-left: -1000px; height: 100%; overflow: visible; }
#eko4-hero-slider .ls-bg { display: block; width: 2000px; height: auto; animation: eko4-kenburns 25s linear forwards; transform-origin: 50% 50%; }
@keyframes eko4-kenburns { from { transform: scale(1); } to { transform: scale(1.12); } }

.eko4-cal-1 { top: 347px; left: 74px; width: 308px; }
.eko4-cal-1 img { width: 308px; height: 229px; }
.eko4-cal-2 { top: 229px; left: 210px; width: 130px; }
.eko4-cal-2 img { width: 130px; height: 191px; }
.eko4-cal-3 { top: 231px; left: 361px; width: 666px; }
.eko4-cal-3 img { width: 666px; height: 390px; }
.eko4-cal-4 { top: 287px; left: 896px; width: 170px; }
.eko4-cal-4 img { width: 170px; height: 292px; }
.eko4-hl-box { top: 176px; left: 74px; width: 740px; height: 411px; }
.eko4-hl { animation: eko4-fade-rise 1.5s ease both; }
.eko4-cal-1 { animation-delay: 1.6s; }
.eko4-cal-2 { animation-delay: 2.2s; }
.eko4-cal-3 { animation-delay: .4s; }
.eko4-cal-4 { animation-delay: 1.0s; }
.eko4-hl-box { animation: eko4-fade-in 1.5s ease both; }
@keyframes eko4-fade-rise { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes eko4-fade-in { from { opacity: 0; } to { opacity: 1; } }

/* Hero buttons. The first one carries .general-inquiry-btn, which is the
   theme's JS hook for its own inquiry popup -- so it must look like a button
   without the theme's .red-universal-cta-btn margins coming with it. */
.acct-form-box .slider-btns { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.acct-form-box .slider-btns > * { margin: 0 !important; float: none !important; }
.acct-form-box .slider-btn {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 48px; padding: 0 26px; border-radius: 50px; white-space: nowrap;
	font-size: 14px; font-weight: 600; text-transform: uppercase; line-height: 1;
	text-decoration: none; letter-spacing: .02em; border: 2px solid #406fa9;
}
.acct-form-box .eko4-hero-account-btn .slider-btn { background: #406fa9; color: #fff; cursor: pointer; }
.acct-form-box .eko4-hero-account-btn .slider-btn:hover,
.acct-form-box .eko4-hero-account-btn .slider-btn:focus { background: #2F5580; border-color: #2F5580; color: #fff; }
.acct-form-box .order-online-btn24 { background: transparent; color: #406fa9; }
.acct-form-box .order-online-btn24:hover, .acct-form-box .order-online-btn24:focus { background: #EFF4FA; color: #2F5580; }
.acct-form-box .slider-main-subtitle { font-size: 16px; line-height: 25px; color: #4a4b4d; }
.acct-form-box .slider-li b { font-size: 15px; line-height: 30px; font-weight: 600; color: #33343a; }
.acct-form-box .slider-li i { margin-right: 8px; }

@media (max-width: 991px) {
	#eko4-hero-slider { height: auto; }
	/* width:100%, not auto: as a centred flex item the layer stack shrinks to
	   the box and the background leaves white gutters down both sides */
	#eko4-hero-slider .ls-layers { position: relative; top: auto; left: auto; width: 100%; height: auto; margin-left: 0; transform: none; }
	#eko4-hero-slider .ls-inner { display: flex; align-items: flex-start; justify-content: center; min-height: 500px; padding-top: 75px; box-sizing: border-box; }
	#eko4-hero-slider .ls-wrapper.eko4-hl:not(.eko4-hl-box) { display: none; }
	/* flex-centred: the box carries an inline margin:0 from the LS geometry,
	   so auto margins never win */
	#eko4-hero-slider .eko4-hl-box { position: relative; top: auto; left: auto; width: auto; height: auto; margin: 30px auto; display: flex; justify-content: center; }
	.eko4-hl-box .acct-form-box { position: relative !important; top: auto !important; left: auto !important; width: 85vw !important; height: auto !important; min-height: 340px; }
	#eko4-hero-slider .eko4-hero-bg-wrap { left: 0; margin-left: 0; width: 100%; display: block; }
	#eko4-hero-slider .ls-bg { width: 100%; height: 100%; object-fit: cover; animation: none; }
}
@media (max-width: 768px) {
	.eko4-hl-box .acct-form-box { min-height: 470px; }
	.acct-form-box .slider-btns { flex-direction: column; align-items: stretch; }
	/* size the flex CHILDREN, not the anchors: the theme carries its own
	   width on .order-online-btn24, which left the two stacked buttons 11px
	   apart at 390 */
	.acct-form-box .slider-btns > * { display: block; width: 100% !important; }
	.acct-form-box .eko4-hero-account-btn > .slider-btn { width: 100%; }
}

/* ==========================================================================
   Section rhythm */
.eko4-intro-row, .eko4-acct-row, .eko4-priority-row, .eko4-sectors-row,
.eko4-steps-row, .eko4-partner-row, .eko4-usp-row, .eko4-comply-row,
.eko4-nearyou-row, .eko4-faq-row { padding: 54px 0 22px; }
.eko4-counters-row { padding: 40px 0 10px; }
.eko4-guarantee-row { padding: 10px 0 20px; }
.eko4-quote-cta-row { padding: 60px 0 50px; }
.eko4-intro-row .wpb_text_column p, .eko4-priority-row .wpb_text_column p,
.eko4-sectors-row .wpb_text_column p, .eko4-partner-row .wpb_text_column p,
.eko4-usp-row .wpb_text_column p, .eko4-nearyou-row .wpb_text_column p {
	max-width: 880px; margin-left: auto; margin-right: auto;
	font-size: 16px; line-height: 28px; color: #58595b;
}
.eko4-note { max-width: 880px; margin: 26px auto 0; text-align: center; font-size: 15px; line-height: 26px; color: #6c6d70; }
.eko4-note a, .eko4-faq-a a, .eko4-sector a, .eko4-tool a { color: #406fa9; text-decoration: underline; }

/* ==========================================================================
   What an account gives you -- six panels, three across. The top rule is
   the only place the decorative light blue appears: it carries no text. */
.eko4-acct {
	max-width: 1100px; margin: 32px auto 0;
	display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr));
}
.eko4-acct-item {
	position: relative; background: #fff; border: 1px solid #E3EAF3; border-radius: 14px;
	padding: 26px 24px 22px; box-shadow: 0 2px 12px rgba(30, 70, 120, .06);
}
.eko4-acct-item::before {
	content: ''; position: absolute; top: 0; left: 24px; right: 24px; height: 3px;
	border-radius: 0 0 3px 3px; background: linear-gradient(90deg, #5B8AC4, #2F5580);
}
.eko4-acct-item h3 { margin: 0 0 8px; font-size: 17px; line-height: 25px; color: #406fa9; font-weight: 700; }
.eko4-acct-item p { margin: 0; font-size: 14.5px; line-height: 24px; color: #58595b; }

/* two-across cards -- "what priority means" and the compliance panel */
.eko4-tools {
	max-width: 1100px; margin: 30px auto 0;
	display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr));
}
.eko4-tool {
	background: #fff; border: 1px solid #E3EAF3; border-left: 3px solid #5B8AC4;
	border-radius: 3px 12px 12px 3px; padding: 20px 24px 18px;
}
.eko4-tool h3 { margin: 0 0 6px; font-size: 17px; line-height: 24px; color: #406fa9; font-weight: 700; }
.eko4-tool p { margin: 0; font-size: 14.5px; line-height: 23px; color: #58595b; }
/* the fourth "priority" card is the one that says what priority does NOT do;
   it is deliberately set apart rather than blending into the other three */
.eko4-priority-row .eko4-tool:last-child { background: #EFF4FA; border-left-color: #AFC3DC; }

/* who accounts are built for -- eight, two across, tighter than the cards */
.eko4-sectors {
	max-width: 1100px; margin: 30px auto 0;
	display: grid; gap: 4px 40px; grid-template-columns: repeat(2, minmax(0, 1fr));
}
.eko4-sector { position: relative; padding: 16px 0 16px 40px; border-bottom: 1px solid #E8EFF7; }
.eko4-sector::before {
	content: ''; position: absolute; left: 2px; top: 20px; width: 22px; height: 25px;
	background: linear-gradient(160deg, #5B8AC4, #2F5580);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.eko4-sector h3 { margin: 0 0 5px; font-size: 16px; line-height: 24px; color: #23323a; font-weight: 700; }
.eko4-sector h3 a { color: #406fa9; text-decoration: none; }
.eko4-sector h3 a:hover, .eko4-sector h3 a:focus { text-decoration: underline; }
.eko4-sector p { margin: 0; font-size: 14.5px; line-height: 23px; color: #58595b; }

/* how an account is opened and run -- a numbered ladder, because the order
   is the reassurance */
.eko4-steps { list-style: none; counter-reset: eko4step; max-width: 900px; margin: 36px auto 0; padding: 0; }
.eko4-steps li { counter-increment: eko4step; position: relative; padding: 0 0 30px 84px; }
.eko4-steps li::before {
	content: counter(eko4step); position: absolute; left: 12px; top: 0;
	width: 46px; height: 52px; display: flex; align-items: center; justify-content: center;
	background: linear-gradient(160deg, #5B8AC4, #2F5580);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	color: #fff; font-size: 20px; font-weight: 700;
}
/* the connecting rule stops at the last item */
.eko4-steps li::after {
	content: ''; position: absolute; left: 34px; top: 60px; bottom: 8px; width: 2px;
	background: linear-gradient(180deg, #C9D9EC, #EDF3F9);
}
.eko4-steps li:last-child { padding-bottom: 4px; }
.eko4-steps li:last-child::after { display: none; }
.eko4-steps h3 { margin: 0 0 8px; font-size: 20px; line-height: 30px; color: #406fa9; font-weight: 700; }
.eko4-steps p { margin: 0; font-size: 16px; line-height: 28px; color: #58595b; }

/* partnerships -- three panels on a wash, set apart from the client-facing
   sections above them because the audience is different */
.eko4-partner {
	max-width: 1100px; margin: 30px auto 0;
	display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr));
}
.eko4-partner-item {
	background: linear-gradient(180deg, #EFF4FA 0%, #FFFFFF 100%);
	border: 1px solid #DCE6F2; border-radius: 16px; padding: 24px 24px 22px;
}
.eko4-partner-item h3 { margin: 0 0 8px; font-size: 17px; line-height: 25px; color: #406fa9; font-weight: 700; }
.eko4-partner-item p { margin: 0; font-size: 14.5px; line-height: 24px; color: #58595b; }

/* USP panel */
.eko4-usp {
	list-style: none; margin: 30px auto 0; padding: 30px 34px; max-width: 1100px;
	display: grid; gap: 16px 40px; grid-template-columns: repeat(2, minmax(0, 1fr));
	background: linear-gradient(180deg, #EFF4FA 0%, #FFFFFF 100%);
	border: 1px solid #DCE6F2; border-radius: 18px;
}
.eko4-usp li { position: relative; padding-left: 40px; font-size: 15.5px; line-height: 25px; color: #58595b; }
.eko4-usp li strong { color: #23323a; font-weight: 650; }
.eko4-usp li::before {
	content: ''; position: absolute; left: 0; top: 2px; width: 24px; height: 27px;
	background: linear-gradient(160deg, #5B8AC4, #2F5580);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.eko4-usp li::after {
	content: ''; position: absolute; left: 7px; top: 11px; width: 9px; height: 5px;
	border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg);
}

/* counters + guarantee */
.eko4-counters { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.eko4-counters .counter-main-col { display: flex; justify-content: center; }
.eko4-counters .counter-outer-col { position: relative; width: 180px; height: 194px; }
.eko4-counters .counter-outer-col img { width: 180px; height: auto; left: 0; top: 0; }
.eko4-counters .counter-col { position: relative; width: 100%; padding: 0 14px; white-space: nowrap; }
.eko4-counters span.counter-value { font-size: 29px; font-weight: 700; }
.eko4-counters span.counter-suffix { font-size: 21px; font-weight: 700; }
.eko4-counters span.counter-text { font-size: 11.5px; line-height: 15px; margin-top: 5px; white-space: normal; }

.eko4-guarantee {
	max-width: 1100px; margin: 0 auto; padding: 34px 32px 30px; border-radius: 18px;
	background: linear-gradient(135deg, #24405F 0%, #406fa9 100%); text-align: center;
	box-shadow: 0 12px 34px rgba(25, 55, 95, .24);
}
.eko4-guarantee h2 { color: #fff !important; font-size: 27px; line-height: 36px; font-weight: 600; margin: 0 0 22px; }
.eko4-guarantee ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px 20px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.eko4-guarantee li { position: relative; padding-left: 34px; text-align: left; color: #fff; font-size: 16px; font-weight: 600; line-height: 24px; }
.eko4-guarantee li::before { content: ''; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; background: #fff; }
.eko4-guarantee li::after { content: ''; position: absolute; left: 6px; top: 8px; width: 9px; height: 5px; border-left: 2px solid #24405F; border-bottom: 2px solid #24405F; transform: rotate(-45deg); }

/* FAQ */
.eko4-faq { margin: 30px auto 0; max-width: 1100px; }
.eko4-faq-item { border-bottom: 1px solid #E8EFF7; }
.eko4-faq-item summary { cursor: pointer; padding: 18px 40px 18px 0; position: relative; list-style: none; }
.eko4-faq-item summary::-webkit-details-marker { display: none; }
.eko4-faq-item summary h3 { display: inline; font-size: 17px; line-height: 27px; color: #23323a; font-weight: 600; margin: 0; }
.eko4-faq-item summary::after { content: ''; position: absolute; right: 8px; top: 26px; width: 10px; height: 10px; border-right: 2px solid #406fa9; border-bottom: 2px solid #406fa9; transform: rotate(45deg); transition: transform .2s; }
.eko4-faq-item[open] summary::after { transform: rotate(-135deg); top: 30px; }
.eko4-faq-item[open] summary h3 { color: #406fa9; }
.eko4-faq-a { padding: 0 40px 20px 0; }
.eko4-faq-a p { font-size: 16px; line-height: 28px; color: #58595b; margin: 0; }

/* closing CTA */
.eko4-cta-panel {
	position: relative; overflow: hidden; max-width: 1040px; margin: 0 auto;
	padding: 52px 40px 44px; border-radius: 22px; text-align: center;
	background: linear-gradient(135deg, #1C3149 0%, #2F5580 55%, #406fa9 100%);
	box-shadow: 0 18px 44px rgba(20, 45, 80, .28);
}
.eko4-cta-panel::before {
	content: ''; position: absolute; top: -140px; right: -110px; width: 380px; height: 380px; border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,.20), rgba(255,255,255,0) 70%); pointer-events: none;
}
.eko4-cta-panel h2 { position: relative; color: #fff !important; font-size: 34px; line-height: 44px; font-weight: 600; margin: 0 auto 14px; max-width: 22ch; }
.eko4-cta-panel p { position: relative; color: rgba(255,255,255,.9); font-size: 16px; line-height: 27px; max-width: 680px; margin: 0 auto 30px; }
.eko4-cta-actions { position: relative; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; }
.eko4-cta-actions > * { margin: 0; }
.eko4-cta-panel .eko4-account-cta a, .eko4-cta-secondary {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 62px; padding: 0 38px; border-radius: 50px;
	font-size: 16px; font-weight: 600; text-transform: uppercase; text-decoration: none; line-height: 1;
}
.eko4-cta-panel .eko4-account-cta a { background: #fff; color: #406fa9; box-shadow: 0 6px 18px rgba(0,0,0,.16); border: 2px solid #fff; cursor: pointer; }
.eko4-cta-panel .eko4-account-cta a:hover, .eko4-cta-panel .eko4-account-cta a:focus { background: #EFF4FA; color: #24405F; }
.eko4-cta-secondary { color: #fff; border: 2px solid rgba(255,255,255,.55); background: transparent; transition: background .2s, border-color .2s; }
.eko4-cta-secondary:hover, .eko4-cta-secondary:focus { background: rgba(255,255,255,.14); border-color: #fff; color: #fff; }
.eko4-cta-direct { position: relative; margin: 26px auto 0 !important; font-size: 15px; color: rgba(255,255,255,.82) !important; }
.eko4-cta-direct a { color: #fff; text-decoration: underline; }

/* wpb_ltr keyframes: the vendored js_composer subset keeps the animation
   shorthand but the extractor drops @keyframes. */
@-webkit-keyframes wpb_ltr{0%{-webkit-transform:translate(-10%,0);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}
@keyframes wpb_ltr{0%{-webkit-transform:translate(-10%,0);-ms-transform:translate(-10%,0);-o-transform:translate(-10%,0);transform:translate(-10%,0);opacity:0}100%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1}}
.wpb_start_animation.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@media (max-width: 1199px) {
	.eko4-acct, .eko4-partner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
	.eko4-acct, .eko4-partner, .eko4-usp, .eko4-tools, .eko4-sectors { grid-template-columns: 1fr; }
	.eko4-usp { padding: 24px 22px; gap: 14px; }
	.eko4-guarantee ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.eko4-guarantee h2 { font-size: 22px; line-height: 30px; }
	.eko4-cta-panel h2 { font-size: 27px; line-height: 36px; }
	.eko4-steps li { padding-left: 62px; }
	.eko4-steps li::before { left: 0; width: 40px; height: 46px; font-size: 18px; }
	.eko4-steps li::after { left: 19px; top: 54px; }
	.eko4-steps h3 { font-size: 18px; line-height: 27px; }
	/* the theme's .counters-row rules assume the home page's 5-column layout */
	.eko4-counters .vc_column_container,
	.eko4-counters .vc_column_container:nth-child(3) { width: 50%; }
	.eko4-counters .counter-outer-col { width: 156px; height: 168px; }
	.eko4-counters .counter-outer-col img { width: 156px; }
}
@media (max-width: 575px) {
	.eko4-guarantee ul { grid-template-columns: 1fr; }
	.eko4-cta-panel { padding: 40px 24px 34px; }
	.eko4-cta-panel .eko4-account-cta, .eko4-cta-actions .eko4-cta-secondary { width: 100%; }
	.eko4-cta-panel .eko4-account-cta a { width: 100%; }
}
