:root{
 --ek-navy:#082b57;--ek-navy2:#0c3d68;--ek-blue:#1b70e6;--ek-turq:#18c7b7;--ek-turq2:#08a9b6;
 --ek-ink:#142f3d;--ek-muted:#607785;--ek-line:#dceaf0;--ek-bg:#f7fbfd;--ek-soft:#ecf9fb;--ek-white:#fff;
 --ek-green:#0a936e;--ek-green-bg:#e9f8f2;--ek-amber:#bd6806;--ek-amber-bg:#fff5df;--ek-red:#bf3153;--ek-red-bg:#fff0f4;--ek-blue-bg:#edf5ff;
 --ek-radius:22px;--ek-shadow:0 18px 60px rgba(7,43,87,.09);--ek-shadow-sm:0 10px 30px rgba(7,43,87,.07);
 --ek-font-title:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--ek-font:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.ekiteko-site{margin:0;background:#fff;color:var(--ek-ink);font-family:var(--ek-font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.ek-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.ek-main{min-height:60vh}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}.ek-reading{width:min(790px,calc(100% - 40px));margin-inline:auto}
.ek-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:.25s}.ek-header.is-scrolled{border-color:var(--ek-line);box-shadow:0 6px 30px rgba(7,43,87,.05)}.ek-header__inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.ek-brand{display:flex;align-items:center;gap:10px;min-width:max-content}.ek-brand img{width:54px;height:52px;object-fit:contain}.ek-brand__word{display:flex;flex-direction:column;line-height:1}.ek-brand__word strong{font:800 27px/1 var(--ek-font-title);letter-spacing:-1.2px;color:var(--ek-navy)}.ek-brand__word strong span{color:var(--ek-turq)}.ek-brand__word small{margin-top:7px;font:600 8px/1 var(--ek-font-title);letter-spacing:2.2px;color:#4d6e8b}.ek-nav{display:flex;align-items:center;gap:26px}.ek-nav__menu{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.ek-nav__menu a{font-weight:600;font-size:14px;color:#304a59;transition:.2s}.ek-nav__menu a:hover,.ek-nav__menu .current-menu-item>a{color:var(--ek-blue)}.ek-nav-toggle{display:none;border:0;background:transparent;padding:8px}.ek-nav-toggle>span:not(.screen-reader-text){display:block;width:24px;height:2px;background:var(--ek-navy);margin:5px;border-radius:9px}
.ek-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;font-weight:700;font-size:14px;line-height:1.2;transition:transform .2s,box-shadow .2s,background .2s;border:1px solid transparent;cursor:pointer}.ek-btn:hover{transform:translateY(-1px)}.ek-btn--primary{background:linear-gradient(100deg,var(--ek-turq) 0%,#19b8ca 45%,var(--ek-blue) 100%);color:#fff;box-shadow:0 12px 30px rgba(26,121,209,.2)}.ek-btn--ghost{background:#fff;border-color:#cddce5;color:var(--ek-navy)}.ek-btn--light{background:#fff;color:var(--ek-navy);box-shadow:0 10px 30px rgba(0,0,0,.08)}.ek-btn--small{padding:11px 17px;font-size:13px}.ek-btn--full{width:100%}.ek-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.ek-text-link{font-weight:700;font-size:14px;color:var(--ek-blue)}.ek-text-link span{display:inline-block;transition:transform .2s}.ek-text-link:hover span{transform:translateX(3px)}
.ek-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f2fffd 0%,#f7fbff 47%,#eaf3ff 100%);border-bottom:1px solid #e3f0f5}.ek-hero:after{content:"";position:absolute;inset:auto -10% -55% 35%;height:520px;background:radial-gradient(circle,rgba(24,199,183,.19),rgba(27,112,230,.03) 58%,transparent 70%);pointer-events:none}.ek-hero__grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;min-height:590px;padding-block:75px;gap:55px;position:relative;z-index:1}.ek-kicker,.ek-eyebrow{font:700 11px/1.2 var(--ek-font-title);letter-spacing:1.5px;text-transform:uppercase;color:#39738a}.ek-kicker{display:inline-flex;align-items:center;gap:8px;border:1px solid #cbeee9;background:rgba(255,255,255,.72);padding:9px 12px;border-radius:999px;color:#167b87}.ek-kicker__dot{width:7px;height:7px;background:var(--ek-turq);border-radius:50%;box-shadow:0 0 0 5px rgba(24,199,183,.13)}h1,h2,h3,h4{font-family:var(--ek-font-title);color:var(--ek-navy);letter-spacing:-.035em;margin-top:0}.ek-hero h1{font-size:clamp(48px,5.5vw,76px);line-height:1.02;max-width:800px;margin:22px 0 20px}.ek-hero h1 span{color:#147186}.ek-lead{font-size:20px;line-height:1.55;color:#506a79;max-width:690px}.ek-lead--small{font-size:18px}.ek-trustline{display:flex;gap:20px;flex-wrap:wrap;margin-top:28px;color:#647b88;font-size:13px}.ek-trustline span:before{content:"✓";color:var(--ek-turq2);font-weight:800;margin-right:6px}.ek-hero__visual{position:relative;height:410px}.ek-orb{position:absolute;border-radius:50%;filter:blur(0);background:linear-gradient(145deg,rgba(24,199,183,.27),rgba(27,112,230,.22))}.ek-orb--1{width:360px;height:360px;right:30px;top:25px}.ek-orb--2{width:170px;height:170px;left:10px;bottom:0;background:linear-gradient(145deg,rgba(92,210,235,.3),rgba(255,255,255,.6))}.ek-dashboard-card{position:absolute;right:0;top:88px;width:330px;padding:26px;border-radius:26px;background:rgba(255,255,255,.92);box-shadow:0 25px 75px rgba(8,43,87,.14);border:1px solid rgba(255,255,255,.8);z-index:3}.ek-dashboard-card__top{display:flex;justify-content:space-between;color:#69808d;font-size:12px;font-weight:600}.ek-mini-dot{width:9px;height:9px;border-radius:50%;background:var(--ek-turq);box-shadow:0 0 0 6px rgba(24,199,183,.13)}.ek-dashboard-card__amount{font:800 31px/1.15 var(--ek-font-title);color:var(--ek-navy);margin:18px 0 8px;letter-spacing:-1px}.ek-dashboard-card strong{display:block;line-height:1.35;font-size:15px}.ek-dashboard-card__row{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:18px;font-size:11px;color:#6c808d}.ek-hero__dog{position:absolute;width:225px;left:-5px;top:28px;z-index:2;filter:drop-shadow(0 18px 28px rgba(15,90,150,.12))}

.ek-recurrent{padding:0 0 18px}.ek-recurrent__inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:22px 24px;border:1px solid var(--ek-line);border-radius:20px;background:linear-gradient(120deg,#fffaf0,#f3fbff)}.ek-recurrent strong{display:block;font:700 18px var(--ek-font-title);color:var(--ek-navy);margin:7px 0 3px}.ek-recurrent p{margin:0;color:var(--ek-muted);font-size:12px}.ek-recurrent__links{display:flex;gap:8px;flex-wrap:wrap}.ek-recurrent__links a{padding:10px 13px;border-radius:999px;background:#fff;border:1px solid #d9e7ed;font-size:12px;font-weight:700;color:var(--ek-navy)}
.ek-section{padding:88px 0}.ek-section--opportunities{padding-top:72px}.ek-section--soft{background:linear-gradient(135deg,#f2fbfc,#f7fbff)}.ek-section--cta{padding:0 0 88px}.ek-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:30px}.ek-section-head h2{font-size:clamp(30px,4vw,44px);line-height:1.08;margin:8px 0 9px}.ek-section-head p{margin:0;color:var(--ek-muted);max-width:650px}.ek-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.ek-grant-card{background:#fff;border:1px solid var(--ek-line);border-radius:20px;padding:22px;min-height:300px;display:flex;flex-direction:column;box-shadow:var(--ek-shadow-sm);transition:.22s}.ek-grant-card:hover{transform:translateY(-3px);box-shadow:var(--ek-shadow)}.ek-grant-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.ek-grant-card h3{font-size:18px;line-height:1.28;margin:18px 0 15px}.ek-grant-card__amount{font:800 27px/1.1 var(--ek-font-title);letter-spacing:-1px;color:var(--ek-navy);margin-bottom:18px}.ek-grant-card__meta{display:grid;gap:7px;margin-bottom:18px;color:var(--ek-muted);font-size:12px}.ek-grant-card .ek-text-link{margin-top:auto}.ek-status{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;font-size:9px;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.ek-status--abierta{color:var(--ek-green);background:var(--ek-green-bg)}.ek-status--proxima{color:#1168c4;background:var(--ek-blue-bg)}.ek-status--presupuesto-superado{color:var(--ek-amber);background:var(--ek-amber-bg)}.ek-status--cerrada,.ek-status--agotada{color:var(--ek-red);background:var(--ek-red-bg)}.ek-status--revision{color:#52606b;background:#eef2f4}
.ek-goal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ek-goal{border:1px solid var(--ek-line);border-radius:22px;padding:25px;background:#fff;min-height:250px;transition:.2s}.ek-goal--active{background:linear-gradient(145deg,#effffc,#edf6ff);border-color:#c7e9ed;box-shadow:var(--ek-shadow-sm)}.ek-goal:hover{transform:translateY(-2px)}.ek-goal__icon{display:inline-flex;width:42px;height:42px;border-radius:13px;align-items:center;justify-content:center;background:var(--ek-soft);color:var(--ek-turq2);font:800 13px var(--ek-font-title)}.ek-goal h3{font-size:22px;margin:30px 0 10px}.ek-goal p{font-size:14px;color:var(--ek-muted);min-height:70px}.ek-goal>a,.ek-goal>span:last-child{font-weight:700;color:var(--ek-blue);font-size:13px}.ek-soon{color:#7a8d98!important}.ek-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.ek-checklist{display:grid;gap:12px}.ek-checklist>div{display:grid;grid-template-columns:52px 1fr;gap:15px;align-items:center;padding:17px 19px;background:#fff;border:1px solid var(--ek-line);border-radius:16px}.ek-checklist b{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(140deg,#e9fffb,#edf4ff);color:var(--ek-blue);font:800 12px var(--ek-font-title)}.ek-checklist span{color:var(--ek-muted);font-size:14px}.ek-checklist strong{display:block;color:var(--ek-ink);margin-bottom:2px}.ek-territories{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.ek-territories a{padding:24px;border-radius:18px;border:1px solid var(--ek-line);background:#fff;display:grid;gap:6px;transition:.2s}.ek-territories a:hover{border-color:#a9dbe2;box-shadow:var(--ek-shadow-sm);transform:translateY(-2px)}.ek-territories strong{font:700 18px var(--ek-font-title);color:var(--ek-navy)}.ek-territories span{font-size:12px;color:var(--ek-muted)}.ek-cta-box{border-radius:28px;padding:42px 48px;background:linear-gradient(115deg,#0aa9b7 0%,#1973dd 100%);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 25px 60px rgba(14,111,179,.2)}.ek-cta-box h2{color:#fff;font-size:35px;margin:7px 0 8px}.ek-cta-box p{margin:0;opacity:.88;max-width:680px}.ek-cta-box .ek-eyebrow{color:#d5fffb}
.ek-page-top{padding-top:28px}.ek-breadcrumb{display:flex;align-items:center;gap:8px;color:#7a8e99;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ek-breadcrumb a:hover{color:var(--ek-blue)}.ek-hub-hero,.ek-blog-hero{padding:55px 0 44px;background:linear-gradient(135deg,#f3fffd,#f5f9ff);border-bottom:1px solid var(--ek-line)}.ek-hub-hero h1,.ek-blog-hero h1{font-size:clamp(40px,5vw,62px);line-height:1.05;margin:17px 0 16px;max-width:880px}.ek-grant-hero{padding:55px 0;background:linear-gradient(135deg,#f3fffd,#f4f8ff);border-bottom:1px solid var(--ek-line)}.ek-grant-hero__grid{display:grid;grid-template-columns:1fr 390px;gap:60px;align-items:start}.ek-grant-hero__labels{display:flex;gap:10px;align-items:center;margin-bottom:20px}.ek-grant-hero h1{font-size:clamp(40px,5vw,62px);line-height:1.04;margin-bottom:20px}.ek-alert{margin-top:22px;padding:15px 17px;border-radius:14px;font-size:13px;font-weight:600}.ek-alert--presupuesto-superado{background:var(--ek-amber-bg);color:#8f5208}.ek-alert--cerrada,.ek-alert--agotada{background:var(--ek-red-bg);color:#943049}.ek-alert--abierta{background:var(--ek-green-bg);color:#087353}.ek-quick-apply,.ek-form-card{background:#fff;border:1px solid var(--ek-line);border-radius:22px;padding:27px;box-shadow:var(--ek-shadow)}.ek-quick-apply h2,.ek-form-card h2{font-size:25px;margin:8px 0 8px}.ek-quick-apply p{color:var(--ek-muted);font-size:14px}.ek-quick-apply .ek-text-link{display:block;margin-top:14px}.ek-admin-hint{padding:12px;border:1px dashed #b9cbd5;background:#f7fafb;border-radius:12px;color:#5c6e78;font-size:12px}.ek-facts{border-bottom:1px solid var(--ek-line);background:#fff}.ek-facts__grid{display:grid;grid-template-columns:1.15fr 1fr 1.25fr 1.15fr 1fr}.ek-facts__grid>div{padding:22px 18px;border-right:1px solid var(--ek-line)}.ek-facts__grid>div:last-child{border-right:0}.ek-facts span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#78909c;margin-bottom:5px}.ek-facts strong{font:700 13px/1.35 var(--ek-font-title);color:var(--ek-navy)}.ek-article-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:72px;align-items:start}.ek-prose{font-size:17px;line-height:1.8;color:#304b59}.ek-prose h1{font-size:45px}.ek-prose h2{font-size:30px;line-height:1.2;margin:46px 0 15px}.ek-prose h3{font-size:21px;line-height:1.3;margin:30px 0 10px}.ek-prose p{margin:0 0 18px}.ek-prose ul,.ek-prose ol{padding-left:23px;margin:0 0 24px}.ek-prose li{margin:7px 0}.ek-prose strong{color:#183949}.ek-sidebar{position:sticky;top:110px}.ek-sidebar__box{border:1px solid var(--ek-line);border-radius:20px;padding:22px}.ek-sidebar ul{list-style:none;margin:16px 0 20px;padding:0}.ek-sidebar li{padding:11px 0;border-bottom:1px solid #edf2f5;display:grid;gap:3px}.ek-sidebar li b{font-size:11px;color:#6b808b}.ek-sidebar li span{font-size:13px;font-weight:600}.ek-source-note{margin-top:45px;padding:18px 20px;border-radius:15px;background:#f5fafb;border:1px solid var(--ek-line);font-size:12px;display:grid;gap:3px;color:#647985}.ek-source-note strong{color:var(--ek-ink)}
.ek-study{padding:65px 0 90px;background:linear-gradient(135deg,#f2fffd,#f4f8ff)}.ek-study__grid{display:grid;grid-template-columns:1fr 450px;gap:70px;align-items:start}.ek-study h1{font-size:clamp(42px,5vw,64px);line-height:1.04;margin:18px 0}.ek-study-points{display:grid;gap:11px;margin-top:32px}.ek-study-points>div{display:grid;grid-template-columns:40px 1fr;gap:14px;align-items:center}.ek-study-points b{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#e9f8fb;color:var(--ek-blue);font-size:11px}.ek-study-points span{font-size:14px;color:var(--ek-muted)}.ek-study-points strong{display:block;color:var(--ek-ink)}.ek-process{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ek-process>div{padding:25px;border:1px solid var(--ek-line);border-radius:20px}.ek-process>div>span{font:800 12px var(--ek-font-title);color:var(--ek-turq2)}.ek-process h2{font-size:23px;margin:25px 0 10px}.ek-process p{font-size:14px;color:var(--ek-muted)}
.ek-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ek-post-card{border:1px solid var(--ek-line);border-radius:20px;padding:25px;min-height:260px;display:flex;flex-direction:column}.ek-post-card h2{font-size:22px;line-height:1.25;margin:15px 0 10px}.ek-post-card p{font-size:14px;color:var(--ek-muted)}.ek-post-card .ek-text-link{margin-top:auto}.ek-post-meta{font-size:12px;color:#79909c}.ek-inline-related{margin:30px 0;padding:20px;border-radius:17px;background:linear-gradient(130deg,#edfbfa,#eef5ff);border:1px solid #cce8ec;display:grid;grid-template-columns:1fr 1.4fr;gap:20px}.ek-inline-related strong{display:block;margin-top:8px}.ek-inline-related__links{display:grid;gap:8px}.ek-inline-related__links a{background:#fff;border-radius:11px;padding:10px 12px;font-size:12px;font-weight:700;color:var(--ek-navy);display:flex;justify-content:space-between}.ek-empty{padding:35px;border:1px dashed #b9cbd5;border-radius:18px;text-align:center;color:var(--ek-muted)}
.ek-footer{background:#082847;color:#d9e8f1;padding:60px 0 25px;margin-top:0}.ek-footer__top{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:70px}.ek-footer__brand p{max-width:420px;color:#aac1cf;font-size:13px}.ek-brand--footer .ek-brand__word strong{color:#fff}.ek-brand--footer .ek-brand__word small{color:#9fc1d8}.ek-footer h3{color:#fff;font-size:13px;letter-spacing:.2px}.ek-footer__top>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.ek-footer__top>div:not(:first-child) a{font-size:13px;color:#b9cfdb}.ek-footer__top a:hover{color:#fff}.ek-footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#8dacbd;font-size:10px}
.wpforms-container input[type=text],.wpforms-container input[type=email],.wpforms-container input[type=tel],.wpforms-container input[type=number],.wpforms-container select,.wpforms-container textarea{border:1px solid #ccdce4!important;border-radius:11px!important;padding:12px!important;background:#fbfdfe!important}.wpforms-container button[type=submit]{border:0!important;border-radius:999px!important;background:linear-gradient(100deg,var(--ek-turq),var(--ek-blue))!important;color:#fff!important;font-weight:700!important;padding:13px 20px!important}.navigation.pagination{margin-top:35px}.nav-links{display:flex;gap:8px}.page-numbers{padding:9px 12px;border:1px solid var(--ek-line);border-radius:9px}.page-numbers.current{background:var(--ek-navy);color:#fff}
@media(max-width:1050px){.ek-card-grid{grid-template-columns:repeat(2,1fr)}.ek-goal-grid{grid-template-columns:repeat(2,1fr)}.ek-territories{grid-template-columns:repeat(2,1fr)}.ek-nav__menu{gap:16px}.ek-grant-hero__grid{grid-template-columns:1fr 340px;gap:35px}.ek-article-layout{grid-template-columns:minmax(0,1fr) 270px;gap:45px}.ek-facts__grid{grid-template-columns:repeat(3,1fr)}.ek-facts__grid>div{border-bottom:1px solid var(--ek-line)}}
@media(max-width:860px){.ek-header__inner{height:72px}.ek-nav-toggle{display:block}.ek-nav{position:fixed;inset:72px 0 auto 0;background:#fff;padding:18px 20px 24px;border-bottom:1px solid var(--ek-line);box-shadow:0 18px 35px rgba(8,43,87,.08);display:none;align-items:stretch}.ek-nav.is-open{display:flex;flex-direction:column}.ek-nav__menu{flex-direction:column;align-items:flex-start;gap:5px}.ek-nav__menu li{width:100%}.ek-nav__menu a{display:block;padding:11px 0}.ek-nav__cta{width:100%;margin-top:7px}.ek-hero__grid{grid-template-columns:1fr;min-height:auto;padding-block:55px}.ek-hero__visual{height:310px}.ek-dashboard-card{right:8%;top:45px}.ek-hero__dog{left:8%;width:185px}.ek-split,.ek-study__grid{grid-template-columns:1fr;gap:35px}.ek-grant-hero__grid{grid-template-columns:1fr}.ek-quick-apply{max-width:600px}.ek-article-layout{grid-template-columns:1fr}.ek-sidebar{position:static}.ek-sidebar__box{display:none}.ek-process{grid-template-columns:repeat(2,1fr)}.ek-blog-grid{grid-template-columns:repeat(2,1fr)}.ek-footer__top{grid-template-columns:1fr 1fr;gap:35px}.ek-footer__brand{grid-column:1/-1}}
@media(max-width:600px){.ek-recurrent__inner{align-items:flex-start;flex-direction:column}.ek-recurrent__links{width:100%}.ek-recurrent__links a{flex:1;text-align:center}.ek-container{width:min(100% - 28px,1180px)}.ek-brand img{width:45px;height:44px}.ek-brand__word strong{font-size:23px}.ek-brand__word small{font-size:6.6px;letter-spacing:1.7px}.ek-hero__grid{padding-block:45px}.ek-hero h1{font-size:42px}.ek-lead{font-size:17px}.ek-actions .ek-btn{width:100%}.ek-hero__visual{height:255px}.ek-dashboard-card{width:260px;padding:20px;right:0;top:35px}.ek-dashboard-card__amount{font-size:24px}.ek-hero__dog{width:150px;left:-10px;top:25px}.ek-section{padding:62px 0}.ek-section--cta{padding:0 0 62px}.ek-section-head{align-items:flex-start;flex-direction:column}.ek-section-head h2{font-size:34px}.ek-card-grid,.ek-goal-grid,.ek-territories,.ek-process,.ek-blog-grid{grid-template-columns:1fr}.ek-grant-card{min-height:250px}.ek-cta-box{padding:30px 25px;align-items:flex-start;flex-direction:column}.ek-cta-box h2{font-size:29px}.ek-hub-hero,.ek-blog-hero,.ek-grant-hero{padding:42px 0 35px}.ek-hub-hero h1,.ek-blog-hero h1,.ek-grant-hero h1{font-size:40px}.ek-facts__grid{grid-template-columns:repeat(2,1fr)}.ek-facts__grid>div{padding:16px 10px}.ek-prose{font-size:16px}.ek-prose h2{font-size:27px}.ek-study{padding:48px 0 65px}.ek-study h1{font-size:42px}.ek-inline-related{grid-template-columns:1fr}.ek-footer__top{grid-template-columns:1fr}.ek-footer__brand{grid-column:auto}.ek-footer__bottom{flex-direction:column}.ek-trustline{gap:10px 14px}.ek-reading{width:min(100% - 28px,790px)}}

/* v1.0.1: home más fiel al concepto visual aprobado */
.ek-hero--compact .ek-hero__grid{min-height:455px;padding-block:52px;grid-template-columns:1.02fr .98fr;gap:72px}
.ek-hero--compact .ek-hero__copy{padding:4px 0}
.ek-hero--compact .ek-hero h1{font-size:clamp(48px,4.7vw,66px);line-height:.96;max-width:600px;margin:20px 0 18px;letter-spacing:-.052em}
.ek-hero--compact .ek-hero h1 span{color:inherit}
.ek-hero--compact .ek-lead{font-size:17px;line-height:1.55;max-width:580px;margin:0;color:#4c6878}
.ek-hero--compact .ek-lead strong{color:var(--ek-turq2);font-weight:700}
.ek-hero--compact .ek-actions{margin-top:25px}
.ek-hero-ui{height:335px;position:relative;isolation:isolate}
.ek-hero-ui__glow{position:absolute;border-radius:999px;z-index:-1}
.ek-hero-ui__glow--one{width:310px;height:310px;right:18px;top:6px;background:linear-gradient(145deg,rgba(82,220,215,.35),rgba(55,126,225,.24))}
.ek-hero-ui__glow--two{width:180px;height:180px;left:25px;bottom:-2px;background:linear-gradient(145deg,rgba(144,234,235,.28),rgba(239,251,255,.75))}
.ek-stat-card{position:absolute;right:22px;top:42px;width:250px;min-height:145px;padding:24px 24px 20px;background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.95);border-radius:23px;box-shadow:0 22px 58px rgba(8,43,87,.12);display:flex;justify-content:space-between;align-items:flex-end;gap:18px}
.ek-stat-card__copy{display:flex;flex-direction:column;line-height:1.05}.ek-stat-card__copy span{font-size:11px;color:#617b8a;font-weight:700}.ek-stat-card__copy strong{font:800 27px/1.05 var(--ek-font-title);color:var(--ek-navy);letter-spacing:-1.2px;margin:7px 0 6px;max-width:150px}.ek-stat-card__copy small{font-size:11px;color:#187c85;font-weight:700}
.ek-mini-chart{height:70px;display:flex;align-items:flex-end;gap:6px;padding-bottom:2px}.ek-mini-chart i{display:block;width:12px;border-radius:5px 5px 2px 2px;background:#cde9fa}.ek-mini-chart i:nth-child(1){height:20px}.ek-mini-chart i:nth-child(2){height:32px}.ek-mini-chart i:nth-child(3){height:48px;background:#1b70e6}.ek-mini-chart i:nth-child(4){height:63px;background:#18c7b7}
.ek-feature-card{position:absolute;left:66px;right:0;bottom:35px;min-height:92px;padding:18px 54px 18px 20px;background:rgba(255,255,255,.97);border:1px solid #dcebf1;border-radius:20px;box-shadow:0 18px 45px rgba(8,43,87,.11);display:flex;flex-direction:column;justify-content:center;gap:7px;transition:.2s}
.ek-feature-card:hover{transform:translateY(-2px)}.ek-feature-card__top{display:flex;align-items:center;gap:9px}.ek-feature-card__top strong{font:700 12px var(--ek-font-title);color:var(--ek-navy)}.ek-feature-card>span{font-size:12px;color:#3f5d6c;max-width:280px}.ek-feature-card>b{position:absolute;right:17px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#edf5ff;color:var(--ek-blue);font-size:17px}
.ek-section--opportunities{padding:34px 0 64px;background:#fff}.ek-section--opportunities .ek-section-head{margin-bottom:20px}.ek-section--opportunities .ek-section-head h2{font-size:28px;margin:0 0 2px;letter-spacing:-.035em}.ek-section--opportunities .ek-section-head p{font-size:13px}
.ek-section--opportunities .ek-grant-card{min-height:255px;padding:19px;border-radius:17px;box-shadow:none}.ek-section--opportunities .ek-grant-card:nth-child(1){background:linear-gradient(155deg,#f2fffb,#e9fbf6)}.ek-section--opportunities .ek-grant-card:nth-child(2){background:linear-gradient(155deg,#f4f9ff,#eaf3fd)}.ek-section--opportunities .ek-grant-card:nth-child(3){background:linear-gradient(155deg,#fffaf1,#fff2df)}.ek-section--opportunities .ek-grant-card:nth-child(4){background:linear-gradient(155deg,#f1fff9,#e8f8ef)}
.ek-section--opportunities .ek-grant-card h3{font-size:15px;margin:15px 0 12px;letter-spacing:-.02em}.ek-section--opportunities .ek-grant-card__amount{font-size:23px;margin-bottom:15px}.ek-section--opportunities .ek-grant-card__meta{font-size:11px}.ek-section--opportunities .ek-text-link{font-size:12px}
@media(max-width:860px){.ek-hero--compact .ek-hero__grid{grid-template-columns:1fr;padding-block:48px;gap:28px}.ek-hero-ui{height:285px;max-width:520px;width:100%;margin-inline:auto}.ek-stat-card{right:5%;top:25px}.ek-feature-card{left:12%;bottom:22px}.ek-section--opportunities{padding-top:44px}}
@media(max-width:600px){.ek-hero--compact .ek-hero h1{font-size:44px}.ek-hero-ui{height:245px}.ek-stat-card{width:220px;right:0;padding:18px;min-height:128px}.ek-stat-card__copy strong{font-size:23px}.ek-feature-card{left:4%;bottom:7px;min-height:82px}.ek-mini-chart{height:58px}.ek-mini-chart i{width:10px}.ek-section--opportunities{padding-bottom:50px}}

/* =========================================================
   EKITEKO 1.0.2 — Home premium, fiel al concepto aprobado
   ========================================================= */
:root{
 --ek-home-navy:#082f5b;
 --ek-home-petrol:#0b5066;
 --ek-home-turq:#19bdb7;
 --ek-home-turq-soft:#63d8d1;
 --ek-home-blue:#2a78e8;
 --ek-home-ice:#f5fafc;
 --ek-home-green-card:#ecfaf7;
 --ek-home-blue-card:#eef5fc;
 --ek-home-cream-card:#fff7e9;
 --ek-home-text:#153448;
}

/* Header: ligero, producto y no "tema WordPress" */
.ek-header{background:rgba(255,255,255,.91);border-bottom:1px solid rgba(219,234,241,.65)}
.ek-header__inner{height:76px}
.ek-brand img{width:49px;height:49px}
.ek-brand__word strong{font-size:25px;letter-spacing:-1.4px}
.ek-brand__word small{margin-top:6px;font-size:7.4px;letter-spacing:2.05px}
.ek-nav__menu{gap:25px}.ek-nav__menu a{font-size:13px}
.ek-header.is-scrolled .ek-header__inner{height:68px}

/* HERO */
.ek-home-hero{position:relative;overflow:hidden;background:linear-gradient(118deg,#f3fffd 0%,#f8fcff 45%,#edf5ff 100%);border-bottom:1px solid #e4eff4}
.ek-home-hero:before{content:"";position:absolute;width:880px;height:380px;left:-170px;bottom:-250px;border-radius:50%;border:76px solid rgba(57,198,199,.07);transform:rotate(-8deg)}
.ek-home-hero:after{content:"";position:absolute;width:760px;height:450px;right:-220px;top:-300px;border-radius:50%;border:92px solid rgba(42,120,232,.055);transform:rotate(13deg)}
.ek-home-hero__shape{position:absolute;pointer-events:none;filter:blur(.1px);opacity:.85}
.ek-home-hero__shape--a{width:510px;height:290px;right:2%;bottom:-160px;border-radius:48% 52% 42% 58%/58% 38% 62% 42%;background:linear-gradient(145deg,rgba(99,216,209,.17),rgba(42,120,232,.10));transform:rotate(-8deg)}
.ek-home-hero__shape--b{width:360px;height:180px;left:37%;top:-118px;border-radius:50%;background:rgba(255,255,255,.62);transform:rotate(12deg)}
.ek-home-hero__shape--c{width:210px;height:210px;right:29%;top:76px;border-radius:50%;background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.75),rgba(99,216,209,.09) 48%,rgba(42,120,232,.03) 70%)}
.ek-home-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;min-height:555px;padding:62px 0 70px}
.ek-home-hero__copy h1{font-size:clamp(53px,5vw,73px);line-height:.98;letter-spacing:-.055em;margin:20px 0 13px;max-width:670px}
.ek-home-hero__statement{margin:0 0 16px;max-width:650px;font:700 clamp(24px,2.2vw,34px)/1.17 var(--ek-font-title);letter-spacing:-.035em;background:linear-gradient(90deg,#0d6d7e,#238a9c 55%,#2a78e8);-webkit-background-clip:text;background-clip:text;color:transparent}
.ek-home-hero__copy .ek-lead{max-width:650px;font-size:17px;line-height:1.62;margin:0;color:#526d7c}
.ek-home-hero__proof{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:22px;font-size:11px;font-weight:700;color:#657f8d}
.ek-home-hero__proof span{display:inline-flex;align-items:center;gap:7px}.ek-home-hero__proof span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--ek-home-turq);box-shadow:0 0 0 4px rgba(25,189,183,.10)}
.ek-home-hero__panel{position:relative;height:380px;isolation:isolate}
.ek-home-hero__dogmark{position:absolute;left:2px;top:48px;width:205px;height:205px;z-index:2;display:grid;place-items:center;opacity:.96;filter:drop-shadow(0 20px 30px rgba(25,98,145,.12))}
.ek-home-hero__dogmark img{width:100%;height:100%;object-fit:contain}
.ek-home-hero__orb{position:absolute;border-radius:50%;z-index:-1}
.ek-home-hero__orb--one{width:300px;height:300px;right:15px;top:15px;background:linear-gradient(145deg,rgba(99,216,209,.48),rgba(42,120,232,.26))}
.ek-home-hero__orb--two{width:150px;height:150px;left:10px;bottom:5px;background:linear-gradient(145deg,rgba(99,216,209,.23),rgba(255,255,255,.62))}
.ek-home-hero__orb--three{width:94px;height:94px;right:220px;bottom:8px;background:rgba(255,255,255,.44);border:1px solid rgba(255,255,255,.7)}
.ek-home-metric{position:absolute;right:4px;top:53px;width:305px;padding:24px 24px 21px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.92);border-radius:26px;box-shadow:0 26px 70px rgba(8,47,91,.14);z-index:4;backdrop-filter:blur(8px)}
.ek-home-metric__top{display:flex;justify-content:space-between;align-items:center;color:#6d8390;font-size:11px;font-weight:700}.ek-home-metric__top i{width:10px;height:10px;border-radius:50%;background:var(--ek-home-turq);box-shadow:0 0 0 7px rgba(25,189,183,.11)}
.ek-home-metric__body{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:18px}.ek-home-metric__body>div:first-child{display:flex;flex-direction:column}.ek-home-metric small{font-size:10px;color:#66808f;font-weight:700}.ek-home-metric strong{font:800 31px/1.03 var(--ek-font-title);letter-spacing:-1.3px;color:var(--ek-home-navy);margin:4px 0 6px;max-width:175px}.ek-home-metric span{font-size:11px;font-weight:700;color:#1c7a86}
.ek-home-bars{height:70px;display:flex;gap:6px;align-items:flex-end}.ek-home-bars b{width:11px;border-radius:6px 6px 2px 2px;background:#d8eafb}.ek-home-bars b:nth-child(1){height:19px}.ek-home-bars b:nth-child(2){height:30px}.ek-home-bars b:nth-child(3){height:42px;background:#7ccadd}.ek-home-bars b:nth-child(4){height:55px;background:#2a78e8}.ek-home-bars b:nth-child(5){height:68px;background:#19bdb7}
.ek-home-feature{position:absolute;left:106px;right:0;bottom:37px;min-height:110px;padding:18px 55px 18px 20px;border:1px solid #dcebf1;border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 20px 48px rgba(8,47,91,.12);z-index:5;transition:.2s}
.ek-home-feature:hover{transform:translateY(-3px);box-shadow:0 26px 54px rgba(8,47,91,.15)}
.ek-home-feature__head{display:flex;align-items:center;gap:10px;margin-bottom:7px}.ek-home-feature__head>span{font:800 11px var(--ek-font-title);text-transform:uppercase;letter-spacing:.8px;color:#315e71}.ek-home-feature>strong{display:block;font:700 14px/1.35 var(--ek-font-title);color:var(--ek-home-navy);max-width:310px}.ek-home-feature__foot{display:flex;align-items:center;justify-content:space-between;margin-top:10px;color:#69808d;font-size:10px}.ek-home-feature__foot b{position:absolute;right:17px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#edf5ff;color:#2a78e8;font-size:17px}

/* Oportunidades */
.ek-home-opportunities{padding:54px 0 76px}.ek-section-head--compact{margin-bottom:24px}.ek-section-head--compact h2{font-size:32px;margin:0 0 3px}.ek-section-head--compact p{font-size:13px}
.ek-home-opportunities .ek-card-grid{gap:18px}.ek-home-opportunities .ek-grant-card{position:relative;overflow:hidden;min-height:286px;padding:23px;border-radius:23px;box-shadow:none;border-color:#dceaf0}.ek-home-opportunities .ek-grant-card:after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;right:-78px;bottom:-78px;background:rgba(255,255,255,.5);pointer-events:none}.ek-home-opportunities .ek-grant-card:nth-child(1){background:linear-gradient(155deg,#f4fffc,#e9faf6)}.ek-home-opportunities .ek-grant-card:nth-child(2){background:linear-gradient(155deg,#f6faff,#eaf3fd)}.ek-home-opportunities .ek-grant-card:nth-child(3){background:linear-gradient(155deg,#fffbf4,#fff1df)}.ek-home-opportunities .ek-grant-card:nth-child(4){background:linear-gradient(155deg,#f4fff9,#e8f8ef)}.ek-home-opportunities .ek-grant-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(8,47,91,.09)}
.ek-home-opportunities .ek-grant-card h3{font-size:16px;margin:20px 0 15px;min-height:61px}.ek-home-opportunities .ek-grant-card__amount{font-size:28px;margin-bottom:17px}.ek-home-opportunities .ek-grant-card__meta{gap:8px;font-size:11px}.ek-home-opportunities .ek-grant-card__meta span{display:flex;align-items:center;gap:7px}.ek-home-opportunities .ek-grant-card__meta span:before{content:"";display:inline-block;width:12px;height:12px;border:2px solid #6daaba;border-radius:50%;opacity:.9}.ek-home-opportunities .ek-grant-card__meta span:nth-child(2):before{border-radius:50%;border-color:#2aaea7;box-shadow:inset 0 0 0 3px transparent}.ek-home-opportunities .ek-text-link{font-size:12px;position:relative;z-index:2}

/* Banda contratación */
.ek-home-hiring-band{padding:0 0 82px}.ek-home-hiring-band__inner{position:relative;overflow:hidden;display:grid;grid-template-columns:.92fr 1.08fr;gap:60px;align-items:center;padding:43px 50px;border:1px solid #d9edf1;border-radius:32px;background:linear-gradient(115deg,#e9fbf8 0%,#f4fbff 48%,#eaf3ff 100%);box-shadow:0 18px 55px rgba(8,47,91,.06)}.ek-home-hiring-band__inner:before{content:"";position:absolute;width:340px;height:340px;right:-120px;top:-185px;border-radius:50%;border:60px solid rgba(42,120,232,.06)}.ek-home-hiring-band__copy{position:relative;z-index:2}.ek-home-hiring-band h2{font-size:36px;line-height:1.08;margin:9px 0 12px}.ek-home-hiring-band p{margin:0 0 18px;color:#597482;font-size:14px;max-width:590px}.ek-home-hiring-flow{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:12px;align-items:center}.ek-flow-card{min-height:125px;padding:19px 17px;border-radius:20px;background:rgba(255,255,255,.92);border:1px solid rgba(220,235,241,.95);box-shadow:0 14px 34px rgba(8,47,91,.07);display:flex;flex-direction:column}.ek-flow-card small{font:800 10px var(--ek-font-title);color:#25a7a5}.ek-flow-card strong{font:700 16px var(--ek-font-title);color:var(--ek-home-navy);margin:16px 0 4px}.ek-flow-card span{font-size:10px;color:#718691}.ek-flow-card--2{transform:translateY(-9px)}.ek-flow-card--3{background:linear-gradient(145deg,#fff,#edfbf7);border-color:#cfece6}.ek-flow-arrow{font:700 19px var(--ek-font-title);color:#66a8bf}

/* Proceso */
.ek-home-process-section{padding-top:72px}.ek-home-process{display:grid;grid-template-columns:1fr 55px 1fr 55px 1fr 55px 1fr;align-items:start}.ek-home-process__item{padding:6px 8px}.ek-home-process__item>span{display:block;font:800 52px/1 var(--ek-font-title);letter-spacing:-3px;color:rgba(25,189,183,.17)}.ek-home-process__item h3{font-size:20px;margin:10px 0 8px}.ek-home-process__item p{font-size:13px;color:#667e8a;margin:0}.ek-home-process__connector{height:1px;background:linear-gradient(90deg,#b8dde3,#b6d8f2);margin-top:34px;position:relative}.ek-home-process__connector:after{content:"";position:absolute;right:-1px;top:-3px;width:7px;height:7px;border-top:1px solid #7cabb9;border-right:1px solid #7cabb9;transform:rotate(45deg)}

/* Explora */
.ek-home-explore{background:linear-gradient(180deg,#f8fbfd,#f4f9fc)}.ek-home-explore__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.ek-explore-panel{border:1px solid #dceaf0;border-radius:28px;background:#fff;padding:28px;box-shadow:0 14px 45px rgba(8,47,91,.045)}.ek-explore-panel--territory{background:linear-gradient(145deg,#ffffff,#f2fbfc)}.ek-explore-panel__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:19px}.ek-explore-panel__head span{font:800 18px var(--ek-font-title);color:var(--ek-home-navy)}.ek-explore-panel__head small{font-size:10px;color:#78909b}.ek-explore-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 15px;border-top:1px solid #edf2f5;transition:.2s}.ek-explore-row:first-of-type{border-top:0}.ek-explore-row:hover{background:#f8fbfd;border-radius:15px;padding-inline:17px}.ek-explore-row--active{background:linear-gradient(100deg,#effcf9,#f1f7ff);border-radius:17px;border-top-color:transparent}.ek-explore-row span{display:flex;flex-direction:column}.ek-explore-row b{font:700 14px var(--ek-font-title);color:#163d58}.ek-explore-row small{font-size:10px;color:#718691;margin-top:3px}.ek-explore-row i{font-style:normal;color:#2a78e8;font-weight:800}.ek-territory-cloud{display:grid;grid-template-columns:1.25fr .75fr;gap:12px}.ek-territory-chip{min-height:108px;padding:17px;border:1px solid #d9eaf0;border-radius:20px;background:rgba(255,255,255,.9);display:flex;flex-direction:column;justify-content:flex-end;transition:.2s;position:relative;overflow:hidden}.ek-territory-chip:before{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-45px;top:-42px;background:rgba(25,189,183,.09)}.ek-territory-chip:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(8,47,91,.07)}.ek-territory-chip strong{font:700 15px var(--ek-font-title);color:var(--ek-home-navy)}.ek-territory-chip span{font-size:9px;color:#718691;margin-top:4px}.ek-territory-chip--large{min-height:150px;background:linear-gradient(145deg,#effcf9,#edf6ff)}.ek-territory-chip--wide{grid-column:1/-1;min-height:88px}

/* Diferencial */
.ek-home-curation{position:relative;overflow:hidden}.ek-home-curation__grid{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.ek-home-curation__copy h2{font-size:44px;line-height:1.04;margin:10px 0 16px}.ek-home-curation__copy p{font-size:15px;color:#5f7886;max-width:540px}.ek-home-values{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;position:relative;z-index:2}.ek-home-values>div{min-height:205px;padding:24px 20px;border:1px solid #dceaf0;border-radius:23px;background:#fff;box-shadow:0 14px 34px rgba(8,47,91,.05)}.ek-home-values>div:nth-child(2){transform:translateY(-14px);background:linear-gradient(145deg,#fff,#effcf9)}.ek-home-values>div>span{display:grid;place-items:center;width:41px;height:41px;border-radius:14px;background:#edf9f8;color:#159e9b;font:800 19px var(--ek-font-title)}.ek-home-values strong{display:block;font:700 16px var(--ek-font-title);color:var(--ek-home-navy);margin:24px 0 8px}.ek-home-values p{font-size:11px;color:#6d8390;margin:0}.ek-home-curation__watermark{position:absolute;width:260px;height:260px;object-fit:contain;right:-100px;bottom:-105px;opacity:.035;filter:grayscale(1)}

/* Cluster contratación */
.ek-home-hiring-cluster{background:#f8fbfd}.ek-home-hiring-cluster__grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:68px;align-items:center}.ek-home-hiring-cluster__copy h2{font-size:42px;line-height:1.07;margin:10px 0 14px}.ek-home-hiring-cluster__copy p{color:#607985;font-size:14px;margin-bottom:24px}.ek-home-grant-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ek-home-grant-list>a{min-height:66px;padding:14px 15px;border:1px solid #dceaf0;border-radius:17px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;transition:.2s}.ek-home-grant-list>a:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(8,47,91,.06)}.ek-home-grant-list>a>span{font:700 12px var(--ek-font-title);color:#264b61}.ek-home-grant-list>a>i{font-style:normal;color:#2a78e8}

/* Diagnóstico */
.ek-home-diagnosis{padding:86px 0}.ek-home-diagnosis__inner{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr .84fr;gap:70px;align-items:center;padding:58px;border-radius:36px;background:radial-gradient(circle at 85% 0%,rgba(25,189,183,.26),transparent 33%),linear-gradient(125deg,#082f5b,#0a4964 68%,#0a5a69);color:#fff;box-shadow:0 28px 70px rgba(8,47,91,.16)}.ek-home-diagnosis__inner:after{content:"";position:absolute;width:470px;height:470px;border-radius:50%;right:-260px;bottom:-340px;border:75px solid rgba(255,255,255,.045)}.ek-home-diagnosis .ek-eyebrow{color:#7fe4de}.ek-home-diagnosis h2{color:#fff;font-size:44px;line-height:1.05;margin:10px 0 15px}.ek-home-diagnosis p{color:#c8dbe3;font-size:14px;max-width:580px;margin-bottom:25px}.ek-home-diagnosis__preview{position:relative;z-index:2;padding:22px;border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 22px 50px rgba(0,0,0,.14);display:grid;gap:10px}.ek-preview-field{position:relative;padding:12px 38px 12px 14px;border:1px solid #dceaf0;border-radius:14px;display:flex;flex-direction:column}.ek-preview-field span{font-size:8px;text-transform:uppercase;letter-spacing:.7px;color:#77909c}.ek-preview-field strong{font:700 12px var(--ek-font-title);color:#163f59;margin-top:3px}.ek-preview-field i{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-style:normal;color:#7691a0}.ek-preview-button{margin-top:4px;border-radius:14px;background:linear-gradient(100deg,#19bdb7,#2a78e8);color:#fff;padding:13px 15px;display:flex;justify-content:space-between;font-weight:800;font-size:11px}

/* Guías */
.ek-home-guides{padding-top:70px}.ek-home-guides__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ek-home-guides__grid article{min-height:200px;padding:25px;border:1px solid #dceaf0;border-radius:22px;background:#fff;display:flex;flex-direction:column}.ek-home-guides__grid article>span{font-size:9px;text-transform:uppercase;letter-spacing:.8px;color:#7b909b}.ek-home-guides__grid h3{font-size:20px;line-height:1.25;margin:26px 0 18px}.ek-home-guides__grid .ek-text-link{margin-top:auto;font-size:11px}

/* CTA final */
.ek-home-final{padding:0 0 68px}.ek-home-final__card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:55px;padding:43px 48px;border:1px solid #d9edf1;border-radius:32px;background:linear-gradient(120deg,#e8faf8,#edf5ff);box-shadow:0 16px 48px rgba(8,47,91,.06)}.ek-home-final__card:before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:12%;top:-150px;background:rgba(99,216,209,.18)}.ek-home-final__card h2{font-size:34px;line-height:1.08;max-width:780px;margin:9px 0 10px}.ek-home-final__card p{font-size:13px;color:#617b88;margin:0}.ek-home-final__actions{position:relative;z-index:2;display:flex;align-items:center;gap:18px;flex-shrink:0;flex-wrap:wrap}

/* Footer firma */
.ek-footer--signature{padding:56px 0 0;background:#fff;color:#c9dbe3}
.ek-footer__shell{position:relative;overflow:hidden;padding:55px 58px 24px;border-radius:48px 48px 0 0;background:radial-gradient(circle at 85% 15%,rgba(25,189,183,.10),transparent 26%),linear-gradient(125deg,#082f5b,#083953 62%,#07465c);box-shadow:0 -12px 45px rgba(8,47,91,.07)}
.ek-footer__shell:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-220px;top:-225px;border:60px solid rgba(255,255,255,.025)}
.ek-footer--signature .ek-footer__top{display:grid;grid-template-columns:1.5fr .75fr .75fr;gap:70px;padding:0}.ek-footer--signature .ek-brand__word strong{color:#fff}.ek-footer--signature .ek-brand__word small{color:#86cbd2}.ek-footer--signature .ek-footer__brand p{max-width:420px;color:#a9c5d0;font-size:13px;margin-top:15px}.ek-footer__col{display:flex;flex-direction:column}.ek-footer__col h3{font:700 13px var(--ek-font-title);color:#fff;margin:4px 0 18px}.ek-footer__col a{font-size:12px;color:#b7d0d9;margin:0 0 10px;transition:.2s}.ek-footer__col a:hover{color:#fff;transform:translateX(2px)}.ek-footer__rule{height:1px;background:rgba(255,255,255,.10);margin:42px 0 22px}.ek-footer__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:35px}.ek-footer__traits{display:flex;align-items:center;gap:11px;flex-wrap:wrap;font-size:9px;color:#89adba;letter-spacing:.3px}.ek-footer__traits i{font-style:normal;color:#4e8492}.ek-footer__signature{display:flex;align-items:flex-end;gap:13px;color:#dcecf1;position:relative}.ek-footer__signature>span{font:500 16px/1.2 var(--ek-font-title);font-style:italic;letter-spacing:-.2px}.ek-footer__signature>b{position:absolute;width:132px;height:13px;border-top:1px solid #56c9c5;border-radius:50%;left:17px;bottom:-9px;transform:rotate(-2deg)}.ek-footer__signature img{width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,0,0,.12))}.ek-footer__legal{display:flex;justify-content:space-between;gap:35px;margin-top:30px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06);font-size:8.5px;color:#6f9aa8}

/* Mantener el footer base de versiones previas fuera del camino */
.ek-footer--signature .ek-footer__bottom{display:none}

@media(max-width:1020px){
 .ek-home-hero__grid{grid-template-columns:1fr;gap:20px;min-height:auto;padding:55px 0 48px}.ek-home-hero__panel{height:330px;max-width:620px;width:100%;margin-inline:auto}.ek-home-hero__dogmark{left:30px}.ek-home-metric{right:35px}.ek-home-feature{left:145px;right:15px}.ek-home-hiring-band__inner{grid-template-columns:1fr;gap:35px}.ek-home-hiring-flow{max-width:700px}.ek-home-process{grid-template-columns:1fr 35px 1fr 35px 1fr 35px 1fr}.ek-home-explore__grid,.ek-home-curation__grid,.ek-home-hiring-cluster__grid,.ek-home-diagnosis__inner{grid-template-columns:1fr}.ek-home-values{max-width:760px}.ek-home-diagnosis__preview{max-width:560px;width:100%}.ek-home-final__card{align-items:flex-start;flex-direction:column}.ek-home-final__actions{width:100%}.ek-footer--signature .ek-footer__top{grid-template-columns:1fr 1fr}.ek-footer--signature .ek-footer__brand{grid-column:1/-1}
}
@media(max-width:760px){
 .ek-header__inner{height:70px}.ek-home-hero__copy h1{font-size:48px}.ek-home-hero__statement{font-size:25px}.ek-home-hero__copy .ek-lead{font-size:16px}.ek-home-hero__proof{gap:10px 16px}.ek-home-hero__panel{height:285px}.ek-home-hero__dogmark{width:160px;height:160px;left:0;top:40px}.ek-home-metric{width:260px;right:0;top:32px;padding:20px}.ek-home-metric strong{font-size:25px}.ek-home-feature{left:70px;right:0;bottom:15px}.ek-home-opportunities .ek-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ek-home-hiring-band__inner{padding:34px 28px}.ek-home-hiring-flow{grid-template-columns:1fr}.ek-flow-arrow{display:none}.ek-flow-card--2{transform:none}.ek-home-process{grid-template-columns:1fr;gap:0}.ek-home-process__connector{width:1px;height:35px;margin:5px 0 5px 27px;background:linear-gradient(#b8dde3,#b6d8f2)}.ek-home-process__connector:after{right:-3px;top:auto;bottom:-1px;transform:rotate(135deg)}.ek-home-process__item{display:grid;grid-template-columns:55px 1fr;column-gap:14px}.ek-home-process__item>span{grid-row:1/3;font-size:43px}.ek-home-process__item h3{margin:5px 0}.ek-home-process__item p{grid-column:2}.ek-home-explore__grid{grid-template-columns:1fr}.ek-home-values{grid-template-columns:1fr}.ek-home-values>div:nth-child(2){transform:none}.ek-home-grant-list{grid-template-columns:1fr}.ek-home-diagnosis__inner{padding:38px 28px}.ek-home-diagnosis h2{font-size:36px}.ek-home-guides__grid{grid-template-columns:1fr}.ek-home-final__card{padding:35px 28px}.ek-footer__shell{padding:45px 30px 22px}.ek-footer__meta,.ek-footer__legal{align-items:flex-start;flex-direction:column}.ek-footer__signature{margin-top:6px}
}
@media(max-width:520px){
 .ek-home-hero__grid{padding-top:42px}.ek-home-hero__copy h1{font-size:42px}.ek-home-hero__statement{font-size:22px}.ek-home-hero__panel{height:260px}.ek-home-hero__dogmark{width:135px;height:135px;left:-10px;top:45px}.ek-home-metric{width:225px;top:30px;padding:17px}.ek-home-metric strong{font-size:22px}.ek-home-bars{height:55px;gap:4px}.ek-home-bars b{width:8px}.ek-home-feature{left:23px;bottom:5px;padding-right:46px}.ek-home-feature>strong{font-size:12px}.ek-home-opportunities .ek-card-grid{grid-template-columns:1fr}.ek-home-hiring-band h2,.ek-home-curation__copy h2,.ek-home-hiring-cluster__copy h2{font-size:32px}.ek-territory-cloud{grid-template-columns:1fr}.ek-territory-chip--wide{grid-column:auto}.ek-home-final__actions .ek-btn{width:100%}.ek-footer--signature .ek-footer__top{grid-template-columns:1fr;gap:28px}.ek-footer--signature .ek-footer__brand{grid-column:auto}.ek-footer__traits{gap:7px}.ek-footer__signature>span{font-size:14px}
}

/* =========================================================
   HOME 1.0.3 - EJECUCIÓN LIMPIA DEL BOCETO APROBADO
   ========================================================= */
.ek-home-hero--clean{position:relative;overflow:hidden;background:linear-gradient(135deg,#effcfb 0%,#f5fbff 48%,#e8f4ff 100%);border-bottom:1px solid #e0eef4}
.ek-home-hero--clean .ek-home-hero__grid{min-height:560px;padding:64px 0 58px;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center;position:relative;z-index:2}
.ek-home-hero--clean .ek-home-hero__copy h1{font-size:clamp(54px,5.7vw,82px);line-height:.98;letter-spacing:-.055em;margin:20px 0 18px;max-width:690px}
.ek-home-hero__sub{max-width:620px;margin:0;color:#345f70;font:500 clamp(18px,1.75vw,25px)/1.42 var(--ek-font-title);letter-spacing:-.025em}
.ek-home-hero__wave{position:absolute;border-radius:48% 52% 0 0/100% 100% 0 0;pointer-events:none}
.ek-home-hero__wave--one{width:58vw;height:240px;left:-14vw;bottom:-140px;background:rgba(87,215,210,.13);transform:rotate(2deg)}
.ek-home-hero__wave--two{width:54vw;height:330px;right:-16vw;top:-210px;background:rgba(54,125,228,.07);transform:rotate(12deg)}
.ek-visual-stack{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center}
.ek-visual-blob{position:absolute;width:430px;height:310px;border-radius:45% 55% 52% 48%/48% 44% 56% 52%;background:linear-gradient(145deg,rgba(80,219,211,.36),rgba(46,120,231,.18));transform:rotate(-9deg);filter:saturate(.9)}
.ek-data-card{position:absolute;top:48px;right:48px;width:310px;min-height:154px;padding:26px 28px;border-radius:24px;background:rgba(255,255,255,.96);border:1px solid rgba(218,234,241,.9);box-shadow:0 24px 54px rgba(8,47,91,.12);display:flex;align-items:flex-end;justify-content:space-between;gap:24px;z-index:2}
.ek-data-card__amount small,.ek-data-card__amount span{display:block;color:#5c7887;font-size:11px;font-weight:700}.ek-data-card__amount strong{display:block;color:var(--ek-navy);font:800 31px/1 var(--ek-font-title);letter-spacing:-1.4px;margin:8px 0 7px}
.ek-data-card__mini{height:72px;display:flex;align-items:flex-end;gap:7px}.ek-data-card__mini i{display:block;width:14px;border-radius:7px 7px 2px 2px;background:#dcecff}.ek-data-card__mini i:nth-child(1){height:26px}.ek-data-card__mini i:nth-child(2){height:39px;background:#b9e9ef}.ek-data-card__mini i:nth-child(3){height:54px;background:#59c6d8}.ek-data-card__mini i:nth-child(4){height:70px;background:linear-gradient(#18c7b7,#1b70e6)}
.ek-opportunity-chip{position:absolute;left:28px;right:6px;bottom:52px;padding:20px 66px 18px 24px;border-radius:22px;background:#fff;border:1px solid #deebf1;box-shadow:0 24px 54px rgba(8,47,91,.11);z-index:3;transition:.2s}.ek-opportunity-chip:hover{transform:translateY(-3px)}
.ek-opportunity-chip>div{display:flex;align-items:center;gap:10px;margin-bottom:9px}.ek-opportunity-chip>div>b{font:800 10px var(--ek-font-title);letter-spacing:1px;color:#2e6d82}.ek-opportunity-chip>strong{display:block;font:700 15px/1.35 var(--ek-font-title);color:var(--ek-navy);max-width:420px}.ek-opportunity-chip>span{display:flex;justify-content:space-between;align-items:center;margin-top:10px;color:#6c8491;font-size:10px}.ek-opportunity-chip>span>b{position:absolute;right:20px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#eef5ff;color:#1b70e6;font-size:18px}

.ek-home-opportunities--clean{padding:58px 0 72px}.ek-home-opportunities--clean .ek-card-grid{gap:16px}.ek-home-opportunities--clean .ek-grant-card{min-height:275px;padding:22px;border-radius:20px;box-shadow:none}.ek-home-opportunities--clean .ek-grant-card:nth-child(1){background:#ecfaf7}.ek-home-opportunities--clean .ek-grant-card:nth-child(2){background:#eef5fc}.ek-home-opportunities--clean .ek-grant-card:nth-child(3){background:#fff7e9}.ek-home-opportunities--clean .ek-grant-card:nth-child(4){background:#eef9f5}.ek-home-opportunities--clean .ek-grant-card h3{font-size:16px;margin:16px 0 13px}.ek-home-opportunities--clean .ek-grant-card__amount{font-size:24px;margin-bottom:15px}.ek-home-opportunities--clean .ek-grant-card__meta{font-size:11px}

.ek-home-needs{background:linear-gradient(180deg,#f8fbfd,#f2f8fb);padding:76px 0}.ek-needs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ek-needs-grid>a{position:relative;min-height:205px;padding:26px;border:1px solid #dbe9ef;border-radius:24px;background:#fff;display:flex;flex-direction:column;transition:.22s}.ek-needs-grid>a:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(8,47,91,.07)}.ek-needs-grid>a>span{font:800 11px var(--ek-font-title);color:#1cb9b3}.ek-needs-grid>a>strong{font:700 21px/1.15 var(--ek-font-title);color:var(--ek-navy);margin-top:38px}.ek-needs-grid>a>small{color:#6b8390;font-size:12px;max-width:260px;margin-top:8px}.ek-needs-grid>a>b{position:absolute;right:24px;bottom:22px;color:#1b70e6;font-size:17px}

.ek-home-process-simple{padding:78px 0}.ek-process-line{display:grid;grid-template-columns:1fr 42px 1fr 42px 1fr 42px 1fr;align-items:center}.ek-process-line>div{padding:20px 4px}.ek-process-line>div>span{font:800 44px/1 var(--ek-font-title);color:#dff3f4}.ek-process-line>div>strong{display:block;font:700 17px var(--ek-font-title);color:var(--ek-navy);margin:13px 0 7px}.ek-process-line>div>p{margin:0;color:#708793;font-size:12px;line-height:1.55}.ek-process-line>i{height:1px;background:linear-gradient(90deg,#b7dfe4,#b8d7f2);position:relative}.ek-process-line>i:after{content:"";position:absolute;right:0;top:-3px;width:6px;height:6px;border-top:1px solid #7eb6d7;border-right:1px solid #7eb6d7;transform:rotate(45deg)}

.ek-home-final--simple{padding:16px 0 72px}.ek-home-final--simple .ek-home-final__card{border-radius:28px;box-shadow:none}

/* Footer full width, centered and symmetrical */
.ek-footer--full{padding:44px 0 0;background:#fff;width:100%;overflow:hidden}.ek-footer--full .ek-footer__shell{width:100vw;max-width:none;margin-left:calc(50% - 50vw);border-radius:54px 54px 0 0;padding:0;background:radial-gradient(circle at 88% 0%,rgba(25,189,183,.13),transparent 28%),linear-gradient(125deg,#082f5b,#083b55 58%,#075069);box-shadow:0 -10px 38px rgba(8,47,91,.06)}.ek-footer__inner{width:min(1180px,calc(100% - 40px));margin-inline:auto;padding:52px 0 24px}.ek-footer--full .ek-footer__top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:76px;align-items:start}.ek-footer--full .ek-footer__brand,.ek-footer--full .ek-footer__col{min-width:0}.ek-footer--full .ek-footer__brand p{max-width:330px}.ek-footer--full .ek-footer__col{padding-top:1px}.ek-footer__bottomline{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px}.ek-footer--full .ek-footer__traits{justify-content:flex-start}.ek-footer--full .ek-footer__signature{justify-self:end;align-items:center}.ek-footer--full .ek-footer__signature>span{font-size:15px}.ek-footer--full .ek-footer__legal{margin-top:26px;padding-top:15px}

@media(max-width:1020px){
 .ek-home-hero--clean .ek-home-hero__grid{grid-template-columns:1fr;min-height:auto}.ek-visual-stack{min-height:330px;max-width:650px;width:100%;margin-inline:auto}.ek-data-card{right:60px}.ek-opportunity-chip{left:80px;right:28px}.ek-needs-grid{grid-template-columns:1fr 1fr}.ek-process-line{grid-template-columns:1fr 30px 1fr 30px 1fr 30px 1fr}.ek-footer--full .ek-footer__top{grid-template-columns:1.2fr .8fr .8fr;gap:42px}
}
@media(max-width:760px){
 .ek-home-hero--clean .ek-home-hero__copy h1{font-size:50px}.ek-home-hero__sub{font-size:20px}.ek-visual-stack{min-height:300px}.ek-visual-blob{width:350px;height:260px}.ek-data-card{top:28px;right:0;width:270px}.ek-opportunity-chip{left:18px;right:0;bottom:28px}.ek-needs-grid{grid-template-columns:1fr}.ek-process-line{grid-template-columns:1fr;gap:0}.ek-process-line>i{width:1px;height:28px;margin-left:28px}.ek-footer--full .ek-footer__top{grid-template-columns:1fr 1fr}.ek-footer--full .ek-footer__brand{grid-column:1/-1}.ek-footer__bottomline{grid-template-columns:1fr}.ek-footer--full .ek-footer__signature{justify-self:start}
}
@media(max-width:520px){
 .ek-home-hero--clean .ek-home-hero__copy h1{font-size:43px}.ek-home-hero__sub{font-size:18px}.ek-visual-stack{min-height:270px}.ek-visual-blob{width:290px;height:220px}.ek-data-card{width:230px;padding:20px}.ek-data-card__amount strong{font-size:25px}.ek-opportunity-chip{left:0;bottom:12px;padding-left:18px}.ek-footer--full .ek-footer__top{grid-template-columns:1fr;gap:28px}.ek-footer--full .ek-footer__brand{grid-column:auto}.ek-footer__inner{width:min(100% - 30px,1180px)}
}

/* =========================================================
   HOME 1.0.4 - MÁS VENTA, ESPECIALIZACIÓN Y HONORARIOS
   ========================================================= */
.ek-home-hero__intro{max-width:650px;margin:18px 0 0;color:#607b88;font-size:14px;line-height:1.7}.ek-hero-proof{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.ek-hero-proof span{padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(198,231,235,.9);color:#4e7381;font-size:10px;font-weight:700}
.ek-home-specialist{padding:88px 0;background:#fff}.ek-home-specialist__grid{display:grid;grid-template-columns:1.06fr .94fr;gap:82px;align-items:center}.ek-home-specialist__copy h2{font-size:clamp(36px,4vw,56px);line-height:1.06;margin:16px 0 24px}.ek-home-specialist__copy p{color:#5d7785;font-size:16px;line-height:1.8;max-width:700px}.ek-home-specialist__points{display:grid;gap:14px}.ek-home-specialist__points article{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:22px 24px;border:1px solid #dce9ef;border-radius:22px;background:linear-gradient(135deg,#fff,#f8fcfd)}.ek-home-specialist__points article:nth-child(2){margin-left:32px;background:linear-gradient(135deg,#f3fbfb,#f8fbff)}.ek-home-specialist__points article span{display:grid;place-items:center;width:50px;height:50px;border-radius:17px;background:#e9f8f6;color:#109e9c;font:800 13px var(--ek-font-title)}.ek-home-specialist__points strong{font:750 18px/1.2 var(--ek-font-title);color:var(--ek-navy)}.ek-home-specialist__points p{margin:6px 0 0;color:#6b8390;font-size:13px;line-height:1.6}
.ek-home-pricing{padding:20px 0 94px;background:#fff}.ek-home-pricing__card{overflow:hidden;border-radius:32px;background:radial-gradient(circle at 92% 8%,rgba(24,199,183,.22),transparent 28%),linear-gradient(125deg,#082f5b,#083f60 56%,#076076);color:#fff;box-shadow:0 25px 65px rgba(8,47,91,.12)}.ek-home-pricing__copy{padding:48px 52px 28px;max-width:850px}.ek-eyebrow--light{color:#87e2dd}.ek-home-pricing h2{color:#fff;font-size:clamp(34px,4vw,52px);line-height:1.07;margin:14px 0 18px;max-width:760px}.ek-home-pricing__copy>p{color:#cce1e8;font-size:16px;line-height:1.75;max-width:760px}.ek-home-pricing__note{font-size:12px!important;color:#8fb8c5!important}.ek-home-pricing__numbers{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:stretch;padding:8px 52px 34px}.ek-price-step{padding:26px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);border-radius:24px}.ek-price-step--success{background:linear-gradient(135deg,rgba(24,199,183,.15),rgba(27,112,230,.10))}.ek-price-step>span{display:block;color:#8dded9;font:800 10px var(--ek-font-title);letter-spacing:1.2px}.ek-price-step>strong{display:block;color:#fff;font:800 44px/1 var(--ek-font-title);letter-spacing:-2px;margin:16px 0 10px}.ek-price-step>strong small{font-size:15px;letter-spacing:0;color:#b9d4dd}.ek-price-step>p{margin:0;color:#c4dbe3;font-size:13px;line-height:1.6}.ek-price-plus{align-self:center;color:#67d5d0;font:500 30px var(--ek-font-title)}.ek-home-pricing__footer{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:24px 52px;border-top:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.06)}.ek-home-pricing__footer strong{font-size:13px;color:#d9edf1}
.ek-home-salesproof{padding:82px 0;background:linear-gradient(180deg,#f7fbfd,#fff)}.ek-home-salesproof__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.ek-home-salesproof h2{font-size:clamp(36px,4.2vw,56px);line-height:1.08;margin:15px 0 0}.ek-home-salesproof__copy{padding-top:28px}.ek-home-salesproof__copy p{color:#5c7684;font-size:16px;line-height:1.8;margin:0 0 18px}.ek-home-final--simple .ek-home-final__actions{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
@media(max-width:1020px){.ek-home-specialist__grid,.ek-home-salesproof__grid{grid-template-columns:1fr;gap:40px}.ek-home-specialist__points article:nth-child(2){margin-left:0}.ek-home-pricing__numbers{grid-template-columns:1fr}.ek-price-plus{text-align:center}.ek-home-pricing__footer{align-items:flex-start;flex-direction:column}}
@media(max-width:760px){.ek-home-specialist,.ek-home-salesproof{padding:64px 0}.ek-home-pricing{padding-bottom:68px}.ek-home-pricing__copy,.ek-home-pricing__numbers,.ek-home-pricing__footer{padding-left:26px;padding-right:26px}.ek-home-pricing__copy{padding-top:34px}.ek-price-step>strong{font-size:38px}}

/* 1.0.5 cache-safe visual reinforcement */
.ek-home-specialist{position:relative;overflow:hidden}
.ek-home-specialist:after{content:"";position:absolute;right:-100px;bottom:-160px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(24,199,183,.08),transparent 68%);pointer-events:none}
.ek-home-specialist__grid{position:relative;z-index:1}
.ek-home-specialist__points article{box-shadow:0 12px 32px rgba(8,47,91,.04)}
.ek-home-specialist__points article:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(8,47,91,.07)}
.ek-home-specialist__points article{transition:transform .2s ease,box-shadow .2s ease}
